@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes slideInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}

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

@keyframes slideInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

/*!
 * Bootstrap  v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
	--bs-blue: #0d6efd;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #dc3545;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc107;
	--bs-green: #198754;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-black: #000;
	--bs-white: #fff;
	--bs-gray: #6c757d;
	--bs-gray-dark: #343a40;
	--bs-gray-100: #f8f9fa;
	--bs-gray-200: #e9ecef;
	--bs-gray-300: #dee2e6;
	--bs-gray-400: #ced4da;
	--bs-gray-500: #adb5bd;
	--bs-gray-600: #6c757d;
	--bs-gray-700: #495057;
	--bs-gray-800: #343a40;
	--bs-gray-900: #212529;
	--bs-primary: #0d6efd;
	--bs-secondary: #6c757d;
	--bs-success: #198754;
	--bs-info: #0dcaf0;
	--bs-warning: #ffc107;
	--bs-danger: #dc3545;
	--bs-light: #f8f9fa;
	--bs-dark: #212529;
	--bs-primary-rgb: 13, 110, 253;
	--bs-secondary-rgb: 108, 117, 125;
	--bs-success-rgb: 25, 135, 84;
	--bs-info-rgb: 13, 202, 240;
	--bs-warning-rgb: 255, 193, 7;
	--bs-danger-rgb: 220, 53, 69;
	--bs-light-rgb: 248, 249, 250;
	--bs-dark-rgb: 33, 37, 41;
	--bs-primary-text-emphasis: #052c65;
	--bs-secondary-text-emphasis: #2b2f32;
	--bs-success-text-emphasis: #0a3622;
	--bs-info-text-emphasis: #055160;
	--bs-warning-text-emphasis: #664d03;
	--bs-danger-text-emphasis: #58151c;
	--bs-light-text-emphasis: #495057;
	--bs-dark-text-emphasis: #495057;
	--bs-primary-bg-subtle: #cfe2ff;
	--bs-secondary-bg-subtle: #e2e3e5;
	--bs-success-bg-subtle: #d1e7dd;
	--bs-info-bg-subtle: #cff4fc;
	--bs-warning-bg-subtle: #fff3cd;
	--bs-danger-bg-subtle: #f8d7da;
	--bs-light-bg-subtle: #fcfcfd;
	--bs-dark-bg-subtle: #ced4da;
	--bs-primary-border-subtle: #9ec5fe;
	--bs-secondary-border-subtle: #c4c8cb;
	--bs-success-border-subtle: #a3cfbb;
	--bs-info-border-subtle: #9eeaf9;
	--bs-warning-border-subtle: #ffe69c;
	--bs-danger-border-subtle: #f1aeb5;
	--bs-light-border-subtle: #e9ecef;
	--bs-dark-border-subtle: #adb5bd;
	--bs-white-rgb: 255, 255, 255;
	--bs-black-rgb: 0, 0, 0;
	--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
	--bs-body-font-family: var(--bs-font-sans-serif);
	--bs-body-font-size: 1rem;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.5;
	--bs-body-color: #212529;
	--bs-body-color-rgb: 33, 37, 41;
	--bs-body-bg: #fff;
	--bs-body-bg-rgb: 255, 255, 255;
	--bs-emphasis-color: #000;
	--bs-emphasis-color-rgb: 0, 0, 0;
	--bs-secondary-color: rgba(33, 37, 41, 0.75);
	--bs-secondary-color-rgb: 33, 37, 41;
	--bs-secondary-bg: #e9ecef;
	--bs-secondary-bg-rgb: 233, 236, 239;
	--bs-tertiary-color: rgba(33, 37, 41, 0.5);
	--bs-tertiary-color-rgb: 33, 37, 41;
	--bs-tertiary-bg: #f8f9fa;
	--bs-tertiary-bg-rgb: 248, 249, 250;
	--bs-heading-color: inherit;
	--bs-link-color: #0d6efd;
	--bs-link-color-rgb: 13, 110, 253;
	--bs-link-decoration: underline;
	--bs-link-hover-color: #0a58ca;
	--bs-link-hover-color-rgb: 10, 88, 202;
	--bs-code-color: #d63384;
	--bs-highlight-color: #212529;
	--bs-highlight-bg: #fff3cd;
	--bs-border-width: 1px;
	--bs-border-style: solid;
	--bs-border-color: #dee2e6;
	--bs-border-color-translucent: rgba(0, 0, 0, 0.175);
	--bs-border-radius: 0.375rem;
	--bs-border-radius-sm: 0.25rem;
	--bs-border-radius-lg: 0.5rem;
	--bs-border-radius-xl: 1rem;
	--bs-border-radius-xxl: 2rem;
	--bs-border-radius-2xl: var(--bs-border-radius-xxl);
	--bs-border-radius-pill: 50rem;
	--bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	--bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
	--bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
	--bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
	--bs-focus-ring-width: 0.25rem;
	--bs-focus-ring-opacity: 0.25;
	--bs-focus-ring-color: rgba(13, 110, 253, 0.25);
	--bs-form-valid-color: #198754;
	--bs-form-valid-border-color: #198754;
	--bs-form-invalid-color: #dc3545;
	--bs-form-invalid-border-color: #dc3545
}

*,
::after,
::before {
	box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
	:root {
		scroll-behavior: smooth
	}
}

body {
	margin: 0;
	font-family: var(--bs-body-font-family);
	font-size: var(--bs-body-font-size);
	font-weight: var(--bs-body-font-weight);
	line-height: var(--bs-body-line-height);
	color: var(--bs-body-color);
	text-align: var(--bs-body-text-align);
	background-color: var(--bs-body-bg);
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}

hr {
	margin: 1rem 0;
	color: inherit;
	border: 0;
	border-top: var(--bs-border-width) solid;
	opacity: .25
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2;
	color: var(--bs-heading-color)
}

.h1,
h1 {
	font-size: calc(1.375rem + 1.5vw)
}

@media (min-width:1200px) {

	.h1,
	h1 {
		font-size: 2.5rem
	}
}

.h2,
h2 {
	font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {

	.h2,
	h2 {
		font-size: 2rem
	}
}

.h3,
h3 {
	font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {

	.h3,
	h3 {
		font-size: 1.75rem
	}
}

.h4,
h4 {
	font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {

	.h4,
	h4 {
		font-size: 1.5rem
	}
}

.h5,
h5 {
	font-size: 1.25rem
}

.h6,
h6 {
	font-size: 1rem
}

p {
	margin-top: 0;
	margin-bottom: 1rem
}

ol,
ul {
	padding-left: 2rem
}


ol,
ul {
	margin-top: 0;
	margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0
}

dt {
	font-weight: 700
}

b,
strong {
	font-weight: bolder
}

.small,
small {
	font-size: .875em
}

sub,
sup {
	position: relative;
	font-size: .75em;
	line-height: 0;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

a {
	color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
	text-decoration: underline
}

a:hover {
	--bs-link-color-rgb: var(--bs-link-hover-color-rgb)
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none
}

code,
pre {
	font-family: var(--bs-font-monospace);
	font-size: 1em
}

pre {
	display: block;
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	font-size: .875em
}

pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal
}

code {
	font-size: .875em;
	color: var(--bs-code-color);
	word-wrap: break-word
}

a>code {
	color: inherit
}

img,
svg {
	vertical-align: middle
}

table {
	caption-side: bottom;
	border-collapse: collapse
}

th {
	text-align: inherit;
	text-align: -webkit-match-parent
}


td,
th,
tr {
	border-color: inherit;
	border-style: solid;
	border-width: 0
}

label {
	display: inline-block
}

button {
	border-radius: 0
}

button:focus:not(:focus-visible) {
	outline: 0
}

button,
input,
select,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button,
select {
	text-transform: none
}

[role=button] {
	cursor: pointer
}

select {
	word-wrap: normal
}

select:disabled {
	opacity: 1
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
	display: none !important
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
	cursor: pointer
}

::-moz-focus-inner {
	padding: 0;
	border-style: none
}

textarea {
	resize: vertical
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
	padding: 0
}

::-webkit-inner-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
	padding: 0
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

::file-selector-button {
	font: inherit;
	-webkit-appearance: button
}

summary {
	display: list-item;
	cursor: pointer
}

[hidden] {
	display: none !important
}

.container {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	width: 100%;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
	margin-right: auto;
	margin-left: auto
}

@media (min-width:576px) {

	.container {
		max-width: 540px
	}
}

@media (min-width:768px) {

	.container {
		max-width: 720px
	}
}

@media (min-width:992px) {

	.container {
		max-width: 960px
	}
}

@media (min-width:1200px) {

	.container {
		max-width: 1140px
	}
}

@media (min-width:1400px) {

	.container {
		max-width: 1320px
	}
}

:root {
	--bs-breakpoint-xs: 0;
	--bs-breakpoint-sm: 576px;
	--bs-breakpoint-md: 768px;
	--bs-breakpoint-lg: 992px;
	--bs-breakpoint-xl: 1200px;
	--bs-breakpoint-xxl: 1400px
}

.row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(-1 * var(--bs-gutter-y));
	margin-right: calc(-.5 * var(--bs-gutter-x));
	margin-left: calc(-.5 * var(--bs-gutter-x))
}

.row>* {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
	margin-top: var(--bs-gutter-y)
}

.col {
	flex: 1 0 0%
}

.col-12 {
	flex: 0 0 auto;
	width: 100%
}

.g-0 {
	--bs-gutter-x: 0
}

.g-0 {
	--bs-gutter-y: 0
}

.g-3 {
	--bs-gutter-x: 1rem
}

.g-3 {
	--bs-gutter-y: 1rem
}

.g-4 {
	--bs-gutter-x: 1.5rem
}

.g-4 {
	--bs-gutter-y: 1.5rem
}

.g-5 {
	--bs-gutter-x: 3rem
}

.g-5 {
	--bs-gutter-y: 3rem
}

@media (min-width:576px) {

	.col-sm-4 {
		flex: 0 0 auto;
		width: 33.33333333%
	}

	.col-sm-6 {
		flex: 0 0 auto;
		width: 50%
	}

	.col-sm-12 {
		flex: 0 0 auto;
		width: 100%
	}
}

@media (min-width:768px) {

	.col-md-4 {
		flex: 0 0 auto;
		width: 33.33333333%
	}

	.col-md-5 {
		flex: 0 0 auto;
		width: 41.66666667%
	}

	.col-md-6 {
		flex: 0 0 auto;
		width: 50%
	}

	.col-md-7 {
		flex: 0 0 auto;
		width: 58.33333333%
	}

	.col-md-12 {
		flex: 0 0 auto;
		width: 100%
	}

	.offset-md-1 {
		margin-left: 8.33333333%
	}
}

@media (min-width:992px) {

	.col-lg-2 {
		flex: 0 0 auto;
		width: 16.66666667%
	}

	.col-lg-3 {
		flex: 0 0 auto;
		width: 25%
	}

	.col-lg-4 {
		flex: 0 0 auto;
		width: 33.33333333%
	}

	.col-lg-5 {
		flex: 0 0 auto;
		width: 41.66666667%
	}

	.col-lg-6 {
		flex: 0 0 auto;
		width: 50%
	}

	.col-lg-7 {
		flex: 0 0 auto;
		width: 58.33333333%
	}

	.col-lg-8 {
		flex: 0 0 auto;
		width: 66.66666667%
	}
}

.table {
	--bs-table-color-type: initial;
	--bs-table-bg-type: initial;
	--bs-table-color-state: initial;
	--bs-table-bg-state: initial;
	--bs-table-color: var(--bs-emphasis-color);
	--bs-table-bg: var(--bs-body-bg);
	--bs-table-border-color: var(--bs-border-color);
	--bs-table-accent-bg: transparent;
	--bs-table-striped-color: var(--bs-emphasis-color);
	--bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
	--bs-table-active-color: var(--bs-emphasis-color);
	--bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
	--bs-table-hover-color: var(--bs-emphasis-color);
	--bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
	width: 100%;
	margin-bottom: 1rem;
	vertical-align: top;
	border-color: var(--bs-table-border-color)
}

.table>:not(caption)>*>* {
	padding: .5rem .5rem;
	color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
	background-color: var(--bs-table-bg);
	border-bottom-width: var(--bs-border-width);
	box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)))
}

.form-label {
	margin-bottom: .5rem
}

.form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: var(--bs-body-color);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: var(--bs-body-bg);
	background-clip: padding-box;
	border: var(--bs-border-width) solid var(--bs-border-color);
	border-radius: var(--bs-border-radius);
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.form-control {
		transition: none
	}
}

.form-control[type=file] {
	overflow: hidden
}

.form-control[type=file]:not(:disabled):not([readonly]) {
	cursor: pointer
}

.form-control:focus {
	color: var(--bs-body-color);
	background-color: var(--bs-body-bg);
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-control::-webkit-date-and-time-value {
	min-width: 85px;
	height: 1.5em;
	margin: 0
}

.form-control::-webkit-datetime-edit {
	display: block;
	padding: 0
}

.form-control::-moz-placeholder {
	color: var(--bs-secondary-color);
	opacity: 1
}

.form-control::placeholder {
	color: var(--bs-secondary-color);
	opacity: 1
}

.form-control:disabled {
	background-color: var(--bs-secondary-bg);
	opacity: 1
}

.form-control::-webkit-file-upload-button {
	padding: .375rem .75rem;
	margin: -.375rem -.75rem;
	-webkit-margin-end: .75rem;
	margin-inline-end: .75rem;
	color: var(--bs-body-color);
	background-color: var(--bs-tertiary-bg);
	pointer-events: none;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-inline-end-width: var(--bs-border-width);
	border-radius: 0;
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control::file-selector-button {
	padding: .375rem .75rem;
	margin: -.375rem -.75rem;
	-webkit-margin-end: .75rem;
	margin-inline-end: .75rem;
	color: var(--bs-body-color);
	background-color: var(--bs-tertiary-bg);
	pointer-events: none;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-inline-end-width: var(--bs-border-width);
	border-radius: 0;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.form-control::-webkit-file-upload-button {
		-webkit-transition: none;
		transition: none
	}

	.form-control::file-selector-button {
		transition: none
	}
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
	background-color: var(--bs-secondary-bg)
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
	background-color: var(--bs-secondary-bg)
}

textarea.form-control {
	min-height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2))
}

.form-select {
	--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
	display: block;
	width: 100%;
	padding: .375rem 2.25rem .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: var(--bs-body-color);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: var(--bs-body-bg);
	background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
	background-repeat: no-repeat;
	background-position: right .75rem center;
	background-size: 16px 12px;
	border: var(--bs-border-width) solid var(--bs-border-color);
	border-radius: var(--bs-border-radius);
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.form-select {
		transition: none
	}
}

.form-select:focus {
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}


.form-select[size]:not([size="1"]) {
	padding-right: .75rem;
	background-image: none
}

.form-select:disabled {
	background-color: var(--bs-secondary-bg)
}

.form-select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 var(--bs-body-color)
}

.form-check {
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5em;
	margin-bottom: .125rem
}

.form-check .form-check-input {
	float: left;
	margin-left: -1.5em
}

.form-check-input {
	--bs-form-check-bg: var(--bs-body-bg);
	flex-shrink: 0;
	width: 1em;
	height: 1em;
	margin-top: .25em;
	vertical-align: top;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: var(--bs-form-check-bg);
	background-image: var(--bs-form-check-bg-image);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: var(--bs-border-width) solid var(--bs-border-color);
	-webkit-print-color-adjust: exact;
	color-adjust: exact;
	print-color-adjust: exact
}

.form-check-input[type=checkbox] {
	border-radius: .25em
}

.form-check-input:active {
	filter: brightness(90%)
}

.form-check-input:focus {
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-check-input:checked {
	background-color: #0d6efd;
	border-color: #0d6efd
}

.form-check-input:checked[type=checkbox] {
	--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")
}

.form-check-input[type=checkbox]:indeterminate {
	background-color: #0d6efd;
	border-color: #0d6efd;
	--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}

.form-check-input:disabled {
	pointer-events: none;
	filter: none;
	opacity: .5
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
	cursor: default;
	opacity: .5
}

.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,
.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select,
.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.is-valid~.valid-feedback,
.is-valid~.valid-tooltip {
	display: block
}

.form-control.is-valid,
.was-validated .form-control:valid {
	border-color: var(--bs-form-valid-border-color);
	padding-right: calc(1.5em + .75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .1875rem) center;
	background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
	border-color: var(--bs-form-valid-border-color);
	box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
	padding-right: calc(1.5em + .75rem);
	background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.form-select.is-valid,
.was-validated .form-select:valid {
	border-color: var(--bs-form-valid-border-color)
}

.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
	--bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	padding-right: 4.125rem;
	background-position: right .75rem center, center right 2.25rem;
	background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
	border-color: var(--bs-form-valid-border-color);
	box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25)
}

.form-control-color.is-valid {
	width: calc(3rem + calc(1.5em + .75rem))
}

.form-check-input.is-valid,
.was-validated .form-check-input:valid {
	border-color: var(--bs-form-valid-border-color)
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
	background-color: var(--bs-form-valid-color)
}

.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
	box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25)
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
	color: var(--bs-form-valid-color)
}

.input-group>.form-control:not(:focus).is-valid,
.input-group>.form-floating:not(:focus-within).is-valid,
.input-group>.form-select:not(:focus).is-valid {
	z-index: 3
}

.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: .875em;
	color: var(--bs-form-invalid-color)
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback {
	display: block
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
	border-color: var(--bs-form-invalid-border-color);
	padding-right: calc(1.5em + .75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .1875rem) center;
	background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
	border-color: var(--bs-form-invalid-border-color);
	box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
	padding-right: calc(1.5em + .75rem);
	background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.form-select.is-invalid,
.was-validated .form-select:invalid {
	border-color: var(--bs-form-invalid-border-color)
}

.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
	--bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
	padding-right: 4.125rem;
	background-position: right .75rem center, center right 2.25rem;
	background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
	border-color: var(--bs-form-invalid-border-color);
	box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25)
}

.form-control-color.is-invalid {
	width: calc(3rem + calc(1.5em + .75rem))
}

.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
	border-color: var(--bs-form-invalid-border-color)
}

.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
	background-color: var(--bs-form-invalid-color)
}

.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
	box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25)
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
	color: var(--bs-form-invalid-color)
}

.input-group>.form-control:not(:focus).is-invalid,
.input-group>.form-floating:not(:focus-within).is-invalid,
.input-group>.form-select:not(:focus).is-invalid {
	z-index: 4
}

.btn {
	--bs-btn-padding-x: 0.75rem;
	--bs-btn-padding-y: 0.375rem;
	--bs-btn-font-family: ;
	--bs-btn-font-size: 1rem;
	--bs-btn-font-weight: 400;
	--bs-btn-line-height: 1.5;
	--bs-btn-color: var(--bs-body-color);
	--bs-btn-bg: transparent;
	--bs-btn-border-width: var(--bs-border-width);
	--bs-btn-border-color: transparent;
	--bs-btn-border-radius: var(--bs-border-radius);
	--bs-btn-hover-border-color: transparent;
	--bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
	--bs-btn-disabled-opacity: 0.65;
	--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
	display: inline-block;
	padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
	font-family: var(--bs-btn-font-family);
	font-size: var(--bs-btn-font-size);
	font-weight: var(--bs-btn-font-weight);
	line-height: var(--bs-btn-line-height);
	color: var(--bs-btn-color);
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
	border-radius: var(--bs-btn-border-radius);
	background-color: var(--bs-btn-bg);
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.btn {
		transition: none
	}
}

.btn:hover {
	color: var(--bs-btn-hover-color);
	background-color: var(--bs-btn-hover-bg);
	border-color: var(--bs-btn-hover-border-color)
}

.btn:focus-visible {
	color: var(--bs-btn-hover-color);
	background-color: var(--bs-btn-hover-bg);
	border-color: var(--bs-btn-hover-border-color);
	outline: 0;
	box-shadow: var(--bs-btn-focus-box-shadow)
}


.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
	color: var(--bs-btn-active-color);
	background-color: var(--bs-btn-active-bg);
	border-color: var(--bs-btn-active-border-color)
}


.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
:not(.btn-check)+.btn:active:focus-visible {
	box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn.disabled,
.btn:disabled {
	color: var(--bs-btn-disabled-color);
	pointer-events: none;
	background-color: var(--bs-btn-disabled-bg);
	border-color: var(--bs-btn-disabled-border-color);
	opacity: var(--bs-btn-disabled-opacity)
}

.btn-dark {
	--bs-btn-color: #fff;
	--bs-btn-bg: #212529;
	--bs-btn-border-color: #212529;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #424649;
	--bs-btn-hover-border-color: #373b3e;
	--bs-btn-focus-shadow-rgb: 66, 70, 73;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #4d5154;
	--bs-btn-active-border-color: #373b3e;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #212529;
	--bs-btn-disabled-border-color: #212529
}


.btn-sm {
	--bs-btn-padding-y: 0.25rem;
	--bs-btn-padding-x: 0.5rem;
	--bs-btn-font-size: 0.875rem;
	--bs-btn-border-radius: var(--bs-border-radius-sm)
}

.fade {
	transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
	.fade {
		transition: none
	}
}

.fade:not(.show) {
	opacity: 0
}

.collapse:not(.show) {
	display: none
}

.collapsing {
	height: 0;
	overflow: hidden;
	transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
	.collapsing {
		transition: none
	}
}

.collapsing.collapse-horizontal {
	width: 0;
	height: auto;
	transition: width .35s ease
}

@media (prefers-reduced-motion:reduce) {
	.collapsing.collapse-horizontal {
		transition: none
	}
}

.dropdown,
.dropdown-center,
.dropend,
.dropstart,
.dropup,
.dropup-center {
	position: relative
}

.dropdown-toggle {
	white-space: nowrap
}

.dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
	margin-left: 0
}

.dropdown-menu {
	--bs-dropdown-zindex: 1000;
	--bs-dropdown-min-width: 10rem;
	--bs-dropdown-padding-x: 0;
	--bs-dropdown-padding-y: 0.5rem;
	--bs-dropdown-spacer: 0.125rem;
	--bs-dropdown-font-size: 1rem;
	--bs-dropdown-color: var(--bs-body-color);
	--bs-dropdown-bg: var(--bs-body-bg);
	--bs-dropdown-border-color: var(--bs-border-color-translucent);
	--bs-dropdown-border-radius: var(--bs-border-radius);
	--bs-dropdown-border-width: var(--bs-border-width);
	--bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
	--bs-dropdown-divider-bg: var(--bs-border-color-translucent);
	--bs-dropdown-divider-margin-y: 0.5rem;
	--bs-dropdown-box-shadow: var(--bs-box-shadow);
	--bs-dropdown-link-color: var(--bs-body-color);
	--bs-dropdown-link-hover-color: var(--bs-body-color);
	--bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
	--bs-dropdown-link-active-color: #fff;
	--bs-dropdown-link-active-bg: #0d6efd;
	--bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
	--bs-dropdown-item-padding-x: 1rem;
	--bs-dropdown-item-padding-y: 0.25rem;
	--bs-dropdown-header-color: #6c757d;
	--bs-dropdown-header-padding-x: 1rem;
	--bs-dropdown-header-padding-y: 0.5rem;
	position: absolute;
	z-index: var(--bs-dropdown-zindex);
	display: none;
	min-width: var(--bs-dropdown-min-width);
	padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
	margin: 0;
	font-size: var(--bs-dropdown-font-size);
	color: var(--bs-dropdown-color);
	text-align: left;
	list-style: none;
	background-color: var(--bs-dropdown-bg);
	background-clip: padding-box;
	border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
	border-radius: var(--bs-dropdown-border-radius)
}

.dropdown-menu[data-bs-popper] {
	top: 100%;
	left: 0;
	margin-top: var(--bs-dropdown-spacer)
}

.dropdown-menu-start {
	--bs-position: start
}

.dropdown-menu-start[data-bs-popper] {
	right: auto;
	left: 0
}

.dropdown-menu-end {
	--bs-position: end
}

.dropdown-menu-end[data-bs-popper] {
	right: 0;
	left: auto
}

@media (min-width:576px) {
	.dropdown-menu-sm-start {
		--bs-position: start
	}

	.dropdown-menu-sm-start[data-bs-popper] {
		right: auto;
		left: 0
	}

	.dropdown-menu-sm-end {
		--bs-position: end
	}

	.dropdown-menu-sm-end[data-bs-popper] {
		right: 0;
		left: auto
	}
}

@media (min-width:768px) {
	.dropdown-menu-md-start {
		--bs-position: start
	}

	.dropdown-menu-md-start[data-bs-popper] {
		right: auto;
		left: 0
	}

	.dropdown-menu-md-end {
		--bs-position: end
	}

	.dropdown-menu-md-end[data-bs-popper] {
		right: 0;
		left: auto
	}
}

@media (min-width:992px) {
	.dropdown-menu-lg-start {
		--bs-position: start
	}

	.dropdown-menu-lg-start[data-bs-popper] {
		right: auto;
		left: 0
	}

	.dropdown-menu-lg-end {
		--bs-position: end
	}

	.dropdown-menu-lg-end[data-bs-popper] {
		right: 0;
		left: auto
	}
}

@media (min-width:1200px) {
	.dropdown-menu-xl-start {
		--bs-position: start
	}

	.dropdown-menu-xl-start[data-bs-popper] {
		right: auto;
		left: 0
	}

	.dropdown-menu-xl-end {
		--bs-position: end
	}

	.dropdown-menu-xl-end[data-bs-popper] {
		right: 0;
		left: auto
	}
}

@media (min-width:1400px) {
	.dropdown-menu-xxl-start {
		--bs-position: start
	}

	.dropdown-menu-xxl-start[data-bs-popper] {
		right: auto;
		left: 0
	}

	.dropdown-menu-xxl-end {
		--bs-position: end
	}

	.dropdown-menu-xxl-end[data-bs-popper] {
		right: 0;
		left: auto
	}
}

.dropup .dropdown-menu[data-bs-popper] {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: var(--bs-dropdown-spacer)
}

.dropup .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: 0;
	border-right: .3em solid transparent;
	border-bottom: .3em solid;
	border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
	margin-left: 0
}

.dropend .dropdown-menu[data-bs-popper] {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: var(--bs-dropdown-spacer)
}

.dropend .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: 0;
	border-bottom: .3em solid transparent;
	border-left: .3em solid
}

.dropend .dropdown-toggle:empty::after {
	margin-left: 0
}

.dropend .dropdown-toggle::after {
	vertical-align: 0
}

.dropstart .dropdown-menu[data-bs-popper] {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: var(--bs-dropdown-spacer)
}

.dropstart .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: ""
}

.dropstart .dropdown-toggle::after {
	display: none
}

.dropstart .dropdown-toggle::before {
	display: inline-block;
	margin-right: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: .3em solid;
	border-bottom: .3em solid transparent
}

.dropstart .dropdown-toggle:empty::after {
	margin-left: 0
}

.dropstart .dropdown-toggle::before {
	vertical-align: 0
}

.dropdown-divider {
	height: 0;
	margin: var(--bs-dropdown-divider-margin-y) 0;
	overflow: hidden;
	border-top: 1px solid var(--bs-dropdown-divider-bg);
	opacity: 1
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
	clear: both;
	font-weight: 400;
	color: var(--bs-dropdown-link-color);
	text-align: inherit;
	text-decoration: none;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	border-radius: var(--bs-dropdown-item-border-radius, 0)
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: var(--bs-dropdown-link-hover-color);
	background-color: var(--bs-dropdown-link-hover-bg)
}

.dropdown-item.active,
.dropdown-item:active {
	color: var(--bs-dropdown-link-active-color);
	text-decoration: none;
	background-color: var(--bs-dropdown-link-active-bg)
}

.dropdown-item.disabled,
.dropdown-item:disabled {
	color: var(--bs-dropdown-link-disabled-color);
	pointer-events: none;
	background-color: transparent
}

.dropdown-menu.show {
	display: block
}

.dropdown-header {
	display: block;
	padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
	margin-bottom: 0;
	font-size: .875rem;
	color: var(--bs-dropdown-header-color);
	white-space: nowrap
}

.dropdown-item-text {
	display: block;
	padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
	color: var(--bs-dropdown-link-color)
}

.dropdown-menu-dark {
	--bs-dropdown-color: #dee2e6;
	--bs-dropdown-bg: #343a40;
	--bs-dropdown-border-color: var(--bs-border-color-translucent);
	--bs-dropdown-box-shadow: ;
	--bs-dropdown-link-color: #dee2e6;
	--bs-dropdown-link-hover-color: #fff;
	--bs-dropdown-divider-bg: var(--bs-border-color-translucent);
	--bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
	--bs-dropdown-link-active-color: #fff;
	--bs-dropdown-link-active-bg: #0d6efd;
	--bs-dropdown-link-disabled-color: #adb5bd;
	--bs-dropdown-header-color: #adb5bd
}

.dropdown-toggle-split {
	padding-right: .5625rem;
	padding-left: .5625rem
}

.dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
	margin-left: 0
}

.dropstart .dropdown-toggle-split::before {
	margin-right: 0
}


.btn-sm+.dropdown-toggle-split {
	padding-right: .375rem;
	padding-left: .375rem
}

.nav {
	--bs-nav-link-padding-x: 1rem;
	--bs-nav-link-padding-y: 0.5rem;
	--bs-nav-link-font-weight: ;
	--bs-nav-link-color: var(--bs-link-color);
	--bs-nav-link-hover-color: var(--bs-link-hover-color);
	--bs-nav-link-disabled-color: var(--bs-secondary-color);
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.nav-link {
	display: block;
	padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
	font-size: var(--bs-nav-link-font-size);
	font-weight: var(--bs-nav-link-font-weight);
	color: var(--bs-nav-link-color);
	text-decoration: none;
	background: 0 0;
	border: 0;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.nav-link {
		transition: none
	}
}

.nav-link:focus,
.nav-link:hover {
	color: var(--bs-nav-link-hover-color)
}

.nav-link:focus-visible {
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.nav-link.disabled,
.nav-link:disabled {
	color: var(--bs-nav-link-disabled-color);
	pointer-events: none;
	cursor: default
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.navbar {
	--bs-navbar-padding-x: 0;
	--bs-navbar-padding-y: 0.5rem;
	--bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
	--bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
	--bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
	--bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
	--bs-navbar-brand-padding-y: 0.3125rem;
	--bs-navbar-brand-margin-end: 1rem;
	--bs-navbar-brand-font-size: 1.25rem;
	--bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
	--bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
	--bs-navbar-nav-link-padding-x: 0.5rem;
	--bs-navbar-toggler-padding-y: 0.25rem;
	--bs-navbar-toggler-padding-x: 0.75rem;
	--bs-navbar-toggler-font-size: 1.25rem;
	--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	--bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
	--bs-navbar-toggler-border-radius: var(--bs-border-radius);
	--bs-navbar-toggler-focus-width: 0.25rem;
	--bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)
}

.navbar>.container {
	display: flex;
	flex-wrap: inherit;
	align-items: center;
	justify-content: space-between
}

.navbar-brand {
	padding-top: var(--bs-navbar-brand-padding-y);
	padding-bottom: var(--bs-navbar-brand-padding-y);
	margin-right: var(--bs-navbar-brand-margin-end);
	font-size: var(--bs-navbar-brand-font-size);
	color: var(--bs-navbar-brand-color);
	text-decoration: none;
	white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
	color: var(--bs-navbar-brand-hover-color)
}

.navbar-nav {
	--bs-nav-link-padding-x: 0;
	--bs-nav-link-padding-y: 0.5rem;
	--bs-nav-link-font-weight: ;
	--bs-nav-link-color: var(--bs-navbar-color);
	--bs-nav-link-hover-color: var(--bs-navbar-hover-color);
	--bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
	color: var(--bs-navbar-active-color)
}

.navbar-nav .dropdown-menu {
	position: static
}

.navbar-collapse {
	flex-basis: 100%;
	flex-grow: 1;
	align-items: center
}

.navbar-toggler {
	padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
	font-size: var(--bs-navbar-toggler-font-size);
	line-height: 1;
	color: var(--bs-navbar-color);
	background-color: transparent;
	border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
	border-radius: var(--bs-navbar-toggler-border-radius);
	transition: var(--bs-navbar-toggler-transition)
}

@media (prefers-reduced-motion:reduce) {
	.navbar-toggler {
		transition: none
	}
}

.navbar-toggler:hover {
	text-decoration: none
}

.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width)
}

@media (min-width:992px) {
	.navbar-expand-lg {
		flex-wrap: nowrap;
		justify-content: flex-start
	}

	.navbar-expand-lg .navbar-nav {
		flex-direction: row
	}

	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: var(--bs-navbar-nav-link-padding-x);
		padding-left: var(--bs-navbar-nav-link-padding-x)
	}

	.navbar-expand-lg .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}

	.navbar-expand-lg .navbar-toggler {
		display: none
	}

	.navbar-expand-lg .offcanvas {
		position: static;
		z-index: auto;
		flex-grow: 1;
		width: auto !important;
		height: auto !important;
		visibility: visible !important;
		background-color: transparent !important;
		border: 0 !important;
		transform: none !important;
		transition: none
	}
}

.card {
	--bs-card-spacer-y: 1rem;
	--bs-card-spacer-x: 1rem;
	--bs-card-title-spacer-y: 0.5rem;
	--bs-card-title-color: ;
	--bs-card-subtitle-color: ;
	--bs-card-border-width: var(--bs-border-width);
	--bs-card-border-color: var(--bs-border-color-translucent);
	--bs-card-border-radius: var(--bs-border-radius);
	--bs-card-box-shadow: ;
	--bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
	--bs-card-cap-padding-y: 0.5rem;
	--bs-card-cap-padding-x: 1rem;
	--bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
	--bs-card-cap-color: ;
	--bs-card-height: ;
	--bs-card-color: ;
	--bs-card-bg: var(--bs-body-bg);
	--bs-card-img-overlay-padding: 1rem;
	--bs-card-group-margin: 0.75rem;
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	height: var(--bs-card-height);
	color: var(--bs-body-color);
	word-wrap: break-word;
	background-color: var(--bs-card-bg);
	background-clip: border-box;
	border: var(--bs-card-border-width) solid var(--bs-card-border-color);
	border-radius: var(--bs-card-border-radius)
}

.card>hr {
	margin-right: 0;
	margin-left: 0
}

.card>.list-group {
	border-top: inherit;
	border-bottom: inherit
}

.card>.list-group:first-child {
	border-top-width: 0;
	border-top-left-radius: var(--bs-card-inner-border-radius);
	border-top-right-radius: var(--bs-card-inner-border-radius)
}

.card>.list-group:last-child {
	border-bottom-width: 0;
	border-bottom-right-radius: var(--bs-card-inner-border-radius);
	border-bottom-left-radius: var(--bs-card-inner-border-radius)
}

.pagination {
	--bs-pagination-padding-x: 0.75rem;
	--bs-pagination-padding-y: 0.375rem;
	--bs-pagination-font-size: 1rem;
	--bs-pagination-color: var(--bs-link-color);
	--bs-pagination-bg: var(--bs-body-bg);
	--bs-pagination-border-width: var(--bs-border-width);
	--bs-pagination-border-color: var(--bs-border-color);
	--bs-pagination-border-radius: var(--bs-border-radius);
	--bs-pagination-hover-color: var(--bs-link-hover-color);
	--bs-pagination-hover-bg: var(--bs-tertiary-bg);
	--bs-pagination-hover-border-color: var(--bs-border-color);
	--bs-pagination-focus-color: var(--bs-link-hover-color);
	--bs-pagination-focus-bg: var(--bs-secondary-bg);
	--bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
	--bs-pagination-active-color: #fff;
	--bs-pagination-active-bg: #0d6efd;
	--bs-pagination-active-border-color: #0d6efd;
	--bs-pagination-disabled-color: var(--bs-secondary-color);
	--bs-pagination-disabled-bg: var(--bs-secondary-bg);
	--bs-pagination-disabled-border-color: var(--bs-border-color);
	display: flex;
	padding-left: 0;
	list-style: none
}

.page-link {
	position: relative;
	display: block;
	padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
	font-size: var(--bs-pagination-font-size);
	color: var(--bs-pagination-color);
	text-decoration: none;
	background-color: var(--bs-pagination-bg);
	border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.page-link {
		transition: none
	}
}

.page-link:hover {
	z-index: 2;
	color: var(--bs-pagination-hover-color);
	background-color: var(--bs-pagination-hover-bg);
	border-color: var(--bs-pagination-hover-border-color)
}

.page-link:focus {
	z-index: 3;
	color: var(--bs-pagination-focus-color);
	background-color: var(--bs-pagination-focus-bg);
	outline: 0;
	box-shadow: var(--bs-pagination-focus-box-shadow)
}

.active>.page-link,
.page-link.active {
	z-index: 3;
	color: var(--bs-pagination-active-color);
	background-color: var(--bs-pagination-active-bg);
	border-color: var(--bs-pagination-active-border-color)
}

.disabled>.page-link,
.page-link.disabled {
	color: var(--bs-pagination-disabled-color);
	pointer-events: none;
	background-color: var(--bs-pagination-disabled-bg);
	border-color: var(--bs-pagination-disabled-border-color)
}

.alert {
	--bs-alert-bg: transparent;
	--bs-alert-padding-x: 1rem;
	--bs-alert-padding-y: 1rem;
	--bs-alert-margin-bottom: 1rem;
	--bs-alert-color: inherit;
	--bs-alert-border-color: transparent;
	--bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
	--bs-alert-border-radius: var(--bs-border-radius);
	--bs-alert-link-color: inherit;
	position: relative;
	padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
	margin-bottom: var(--bs-alert-margin-bottom);
	color: var(--bs-alert-color);
	background-color: var(--bs-alert-bg);
	border: var(--bs-alert-border);
	border-radius: var(--bs-alert-border-radius)
}

.list-group {
	--bs-list-group-color: var(--bs-body-color);
	--bs-list-group-bg: var(--bs-body-bg);
	--bs-list-group-border-color: var(--bs-border-color);
	--bs-list-group-border-width: var(--bs-border-width);
	--bs-list-group-border-radius: var(--bs-border-radius);
	--bs-list-group-item-padding-x: 1rem;
	--bs-list-group-item-padding-y: 0.5rem;
	--bs-list-group-action-color: var(--bs-secondary-color);
	--bs-list-group-action-hover-color: var(--bs-emphasis-color);
	--bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
	--bs-list-group-action-active-color: var(--bs-body-color);
	--bs-list-group-action-active-bg: var(--bs-secondary-bg);
	--bs-list-group-disabled-color: var(--bs-secondary-color);
	--bs-list-group-disabled-bg: var(--bs-body-bg);
	--bs-list-group-active-color: #fff;
	--bs-list-group-active-bg: #0d6efd;
	--bs-list-group-active-border-color: #0d6efd;
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	border-radius: var(--bs-list-group-border-radius)
}

.list-group-item {
	position: relative;
	display: block;
	padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
	color: var(--bs-list-group-color);
	text-decoration: none;
	background-color: var(--bs-list-group-bg);
	border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)
}

.list-group-item:first-child {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit
}

.list-group-item:last-child {
	border-bottom-right-radius: inherit;
	border-bottom-left-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
	color: var(--bs-list-group-disabled-color);
	pointer-events: none;
	background-color: var(--bs-list-group-disabled-bg)
}

.list-group-item.active {
	z-index: 2;
	color: var(--bs-list-group-active-color);
	background-color: var(--bs-list-group-active-bg);
	border-color: var(--bs-list-group-active-border-color)
}

.list-group-item+.list-group-item {
	border-top-width: 0
}

.list-group-item+.list-group-item.active {
	margin-top: calc(-1 * var(--bs-list-group-border-width));
	border-top-width: var(--bs-list-group-border-width)
}

.btn-close {
	--bs-btn-close-color: #000;
	--bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
	--bs-btn-close-opacity: 0.5;
	--bs-btn-close-hover-opacity: 0.75;
	--bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
	--bs-btn-close-focus-opacity: 1;
	--bs-btn-close-disabled-opacity: 0.25;
	--bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
	box-sizing: content-box;
	width: 1em;
	height: 1em;
	padding: .25em .25em;
	color: var(--bs-btn-close-color);
	background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
	border: 0;
	border-radius: .375rem;
	opacity: var(--bs-btn-close-opacity)
}

.btn-close:hover {
	color: var(--bs-btn-close-color);
	text-decoration: none;
	opacity: var(--bs-btn-close-hover-opacity)
}

.btn-close:focus {
	outline: 0;
	box-shadow: var(--bs-btn-close-focus-shadow);
	opacity: var(--bs-btn-close-focus-opacity)
}

.btn-close.disabled,
.btn-close:disabled {
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	opacity: var(--bs-btn-close-disabled-opacity)
}

.toast {
	--bs-toast-zindex: 1090;
	--bs-toast-padding-x: 0.75rem;
	--bs-toast-padding-y: 0.5rem;
	--bs-toast-spacing: 1.5rem;
	--bs-toast-max-width: 350px;
	--bs-toast-font-size: 0.875rem;
	--bs-toast-color: ;
	--bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
	--bs-toast-border-width: var(--bs-border-width);
	--bs-toast-border-color: var(--bs-border-color-translucent);
	--bs-toast-border-radius: var(--bs-border-radius);
	--bs-toast-box-shadow: var(--bs-box-shadow);
	--bs-toast-header-color: var(--bs-secondary-color);
	--bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
	--bs-toast-header-border-color: var(--bs-border-color-translucent);
	width: var(--bs-toast-max-width);
	max-width: 100%;
	font-size: var(--bs-toast-font-size);
	color: var(--bs-toast-color);
	pointer-events: auto;
	background-color: var(--bs-toast-bg);
	background-clip: padding-box;
	border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
	box-shadow: var(--bs-toast-box-shadow);
	border-radius: var(--bs-toast-border-radius)
}

.toast.showing {
	opacity: 0
}

.toast:not(.show) {
	display: none
}

.modal {
	--bs-modal-zindex: 1055;
	--bs-modal-width: 500px;
	--bs-modal-padding: 1rem;
	--bs-modal-margin: 0.5rem;
	--bs-modal-color: ;
	--bs-modal-bg: var(--bs-body-bg);
	--bs-modal-border-color: var(--bs-border-color-translucent);
	--bs-modal-border-width: var(--bs-border-width);
	--bs-modal-border-radius: var(--bs-border-radius-lg);
	--bs-modal-box-shadow: var(--bs-box-shadow-sm);
	--bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
	--bs-modal-header-padding-x: 1rem;
	--bs-modal-header-padding-y: 1rem;
	--bs-modal-header-padding: 1rem 1rem;
	--bs-modal-header-border-color: var(--bs-border-color);
	--bs-modal-header-border-width: var(--bs-border-width);
	--bs-modal-title-line-height: 1.5;
	--bs-modal-footer-gap: 0.5rem;
	--bs-modal-footer-bg: ;
	--bs-modal-footer-border-color: var(--bs-border-color);
	--bs-modal-footer-border-width: var(--bs-border-width);
	position: fixed;
	top: 0;
	left: 0;
	z-index: var(--bs-modal-zindex);
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: var(--bs-modal-margin);
	pointer-events: none
}

.modal.fade .modal-dialog {
	transition: transform .3s ease-out;
	transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
	.modal.fade .modal-dialog {
		transition: none
	}
}

.modal.show .modal-dialog {
	transform: none
}

.modal.modal-static .modal-dialog {
	transform: scale(1.02)
}

.modal-dialog-scrollable {
	height: calc(100% - var(--bs-modal-margin) * 2)
}

.modal-dialog-scrollable .modal-content {
	max-height: 100%;
	overflow: hidden
}

.modal-dialog-scrollable .modal-body {
	overflow-y: auto
}

.modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - var(--bs-modal-margin) * 2)
}

.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	color: var(--bs-modal-color);
	pointer-events: auto;
	background-color: var(--bs-modal-bg);
	background-clip: padding-box;
	border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
	border-radius: var(--bs-modal-border-radius);
	outline: 0
}

.modal-backdrop {
	--bs-backdrop-zindex: 1050;
	--bs-backdrop-bg: #000;
	--bs-backdrop-opacity: 0.5;
	position: fixed;
	top: 0;
	left: 0;
	z-index: var(--bs-backdrop-zindex);
	width: 100vw;
	height: 100vh;
	background-color: var(--bs-backdrop-bg)
}

.modal-backdrop.fade {
	opacity: 0
}

.modal-backdrop.show {
	opacity: var(--bs-backdrop-opacity)
}

.modal-header {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: space-between;
	padding: var(--bs-modal-header-padding);
	border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
	border-top-left-radius: var(--bs-modal-inner-border-radius);
	border-top-right-radius: var(--bs-modal-inner-border-radius)
}

.modal-header .btn-close {
	padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
	margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto
}

.modal-title {
	margin-bottom: 0;
	line-height: var(--bs-modal-title-line-height)
}

.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: var(--bs-modal-padding)
}

.modal-footer {
	display: flex;
	flex-shrink: 0;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
	background-color: var(--bs-modal-footer-bg);
	border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
	border-bottom-right-radius: var(--bs-modal-inner-border-radius);
	border-bottom-left-radius: var(--bs-modal-inner-border-radius)
}

.modal-footer>* {
	margin: calc(var(--bs-modal-footer-gap) * .5)
}

@media (min-width:576px) {
	.modal {
		--bs-modal-margin: 1.75rem;
		--bs-modal-box-shadow: var(--bs-box-shadow)
	}

	.modal-dialog {
		max-width: var(--bs-modal-width);
		margin-right: auto;
		margin-left: auto
	}

	.modal-sm {
		--bs-modal-width: 300px
	}
}

@media (min-width:992px) {

	.modal-lg,
	.modal-xl {
		--bs-modal-width: 800px
	}
}

@media (min-width:1200px) {
	.modal-xl {
		--bs-modal-width: 1140px
	}
}

.modal-fullscreen {
	width: 100vw;
	max-width: none;
	height: 100%;
	margin: 0
}

.modal-fullscreen .modal-content {
	height: 100%;
	border: 0;
	border-radius: 0
}

.modal-fullscreen .modal-footer,
.modal-fullscreen .modal-header {
	border-radius: 0
}

.modal-fullscreen .modal-body {
	overflow-y: auto
}

@media (max-width:575.98px) {
	.modal-fullscreen-sm-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0
	}

	.modal-fullscreen-sm-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0
	}

	.modal-fullscreen-sm-down .modal-footer,
	.modal-fullscreen-sm-down .modal-header {
		border-radius: 0
	}

	.modal-fullscreen-sm-down .modal-body {
		overflow-y: auto
	}
}

@media (max-width:767.98px) {
	.modal-fullscreen-md-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0
	}

	.modal-fullscreen-md-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0
	}

	.modal-fullscreen-md-down .modal-footer,
	.modal-fullscreen-md-down .modal-header {
		border-radius: 0
	}

	.modal-fullscreen-md-down .modal-body {
		overflow-y: auto
	}
}

@media (max-width:991.98px) {
	.modal-fullscreen-lg-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0
	}

	.modal-fullscreen-lg-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0
	}

	.modal-fullscreen-lg-down .modal-footer,
	.modal-fullscreen-lg-down .modal-header {
		border-radius: 0
	}

	.modal-fullscreen-lg-down .modal-body {
		overflow-y: auto
	}
}

@media (max-width:1199.98px) {
	.modal-fullscreen-xl-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0
	}

	.modal-fullscreen-xl-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0
	}

	.modal-fullscreen-xl-down .modal-footer,
	.modal-fullscreen-xl-down .modal-header {
		border-radius: 0
	}

	.modal-fullscreen-xl-down .modal-body {
		overflow-y: auto
	}
}

@media (max-width:1399.98px) {
	.modal-fullscreen-xxl-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0
	}

	.modal-fullscreen-xxl-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0
	}

	.modal-fullscreen-xxl-down .modal-footer,
	.modal-fullscreen-xxl-down .modal-header {
		border-radius: 0
	}

	.modal-fullscreen-xxl-down .modal-body {
		overflow-y: auto
	}
}

.tooltip {
	--bs-tooltip-zindex: 1080;
	--bs-tooltip-max-width: 200px;
	--bs-tooltip-padding-x: 0.5rem;
	--bs-tooltip-padding-y: 0.25rem;
	--bs-tooltip-margin: ;
	--bs-tooltip-font-size: 0.875rem;
	--bs-tooltip-color: var(--bs-body-bg);
	--bs-tooltip-bg: var(--bs-emphasis-color);
	--bs-tooltip-border-radius: var(--bs-border-radius);
	--bs-tooltip-opacity: 0.9;
	--bs-tooltip-arrow-width: 0.8rem;
	--bs-tooltip-arrow-height: 0.4rem;
	z-index: var(--bs-tooltip-zindex);
	display: block;
	margin: var(--bs-tooltip-margin);
	font-family: var(--bs-font-sans-serif);
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	white-space: normal;
	word-spacing: normal;
	line-break: auto;
	font-size: var(--bs-tooltip-font-size);
	word-wrap: break-word;
	opacity: 0
}

.tooltip.show {
	opacity: var(--bs-tooltip-opacity)
}

.tooltip .tooltip-arrow {
	display: block;
	width: var(--bs-tooltip-arrow-width);
	height: var(--bs-tooltip-arrow-height)
}

.tooltip .tooltip-arrow::before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
	bottom: calc(-1 * var(--bs-tooltip-arrow-height))
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
	top: -1px;
	border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
	border-top-color: var(--bs-tooltip-bg)
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
	left: calc(-1 * var(--bs-tooltip-arrow-height));
	width: var(--bs-tooltip-arrow-height);
	height: var(--bs-tooltip-arrow-width)
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
	right: -1px;
	border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
	border-right-color: var(--bs-tooltip-bg)
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
	top: calc(-1 * var(--bs-tooltip-arrow-height))
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
	bottom: -1px;
	border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
	border-bottom-color: var(--bs-tooltip-bg)
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
	right: calc(-1 * var(--bs-tooltip-arrow-height));
	width: var(--bs-tooltip-arrow-height);
	height: var(--bs-tooltip-arrow-width)
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
	left: -1px;
	border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
	border-left-color: var(--bs-tooltip-bg)
}

.tooltip-inner {
	max-width: var(--bs-tooltip-max-width);
	padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
	color: var(--bs-tooltip-color);
	text-align: center;
	background-color: var(--bs-tooltip-bg);
	border-radius: var(--bs-tooltip-border-radius)
}

.popover {
	--bs-popover-zindex: 1070;
	--bs-popover-max-width: 276px;
	--bs-popover-font-size: 0.875rem;
	--bs-popover-bg: var(--bs-body-bg);
	--bs-popover-border-width: var(--bs-border-width);
	--bs-popover-border-color: var(--bs-border-color-translucent);
	--bs-popover-border-radius: var(--bs-border-radius-lg);
	--bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
	--bs-popover-box-shadow: var(--bs-box-shadow);
	--bs-popover-header-padding-x: 1rem;
	--bs-popover-header-padding-y: 0.5rem;
	--bs-popover-header-font-size: 1rem;
	--bs-popover-header-color: inherit;
	--bs-popover-header-bg: var(--bs-secondary-bg);
	--bs-popover-body-padding-x: 1rem;
	--bs-popover-body-padding-y: 1rem;
	--bs-popover-body-color: var(--bs-body-color);
	--bs-popover-arrow-width: 1rem;
	--bs-popover-arrow-height: 0.5rem;
	--bs-popover-arrow-border: var(--bs-popover-border-color);
	z-index: var(--bs-popover-zindex);
	display: block;
	max-width: var(--bs-popover-max-width);
	font-family: var(--bs-font-sans-serif);
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	white-space: normal;
	word-spacing: normal;
	line-break: auto;
	font-size: var(--bs-popover-font-size);
	word-wrap: break-word;
	background-color: var(--bs-popover-bg);
	background-clip: padding-box;
	border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
	border-radius: var(--bs-popover-border-radius)
}

.popover .popover-arrow {
	display: block;
	width: var(--bs-popover-arrow-width);
	height: var(--bs-popover-arrow-height)
}

.popover .popover-arrow::after,
.popover .popover-arrow::before {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid;
	border-width: 0
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,
.bs-popover-top>.popover-arrow {
	bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,
.bs-popover-top>.popover-arrow::after,
.bs-popover-top>.popover-arrow::before {
	border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,
.bs-popover-top>.popover-arrow::before {
	bottom: 0;
	border-top-color: var(--bs-popover-arrow-border)
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,
.bs-popover-top>.popover-arrow::after {
	bottom: var(--bs-popover-border-width);
	border-top-color: var(--bs-popover-bg)
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,
.bs-popover-end>.popover-arrow {
	left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
	width: var(--bs-popover-arrow-height);
	height: var(--bs-popover-arrow-width)
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,
.bs-popover-end>.popover-arrow::after,
.bs-popover-end>.popover-arrow::before {
	border-width: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,
.bs-popover-end>.popover-arrow::before {
	left: 0;
	border-right-color: var(--bs-popover-arrow-border)
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,
.bs-popover-end>.popover-arrow::after {
	left: var(--bs-popover-border-width);
	border-right-color: var(--bs-popover-bg)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,
.bs-popover-bottom>.popover-arrow {
	top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,
.bs-popover-bottom>.popover-arrow::after,
.bs-popover-bottom>.popover-arrow::before {
	border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,
.bs-popover-bottom>.popover-arrow::before {
	top: 0;
	border-bottom-color: var(--bs-popover-arrow-border)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,
.bs-popover-bottom>.popover-arrow::after {
	top: var(--bs-popover-border-width);
	border-bottom-color: var(--bs-popover-bg)
}

.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: var(--bs-popover-arrow-width);
	margin-left: calc(-.5 * var(--bs-popover-arrow-width));
	content: "";
	border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg)
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,
.bs-popover-start>.popover-arrow {
	right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
	width: var(--bs-popover-arrow-height);
	height: var(--bs-popover-arrow-width)
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,
.bs-popover-start>.popover-arrow::after,
.bs-popover-start>.popover-arrow::before {
	border-width: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,
.bs-popover-start>.popover-arrow::before {
	right: 0;
	border-left-color: var(--bs-popover-arrow-border)
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,
.bs-popover-start>.popover-arrow::after {
	right: var(--bs-popover-border-width);
	border-left-color: var(--bs-popover-bg)
}

.popover-header {
	padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
	margin-bottom: 0;
	font-size: var(--bs-popover-header-font-size);
	color: var(--bs-popover-header-color);
	background-color: var(--bs-popover-header-bg);
	border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
	border-top-left-radius: var(--bs-popover-inner-border-radius);
	border-top-right-radius: var(--bs-popover-inner-border-radius)
}

.popover-header:empty {
	display: none
}

.popover-body {
	padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
	color: var(--bs-popover-body-color)
}

.carousel {
	position: relative
}

.carousel.pointer-event {
	touch-action: pan-y
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}

.carousel-inner::after {
	display: block;
	clear: both;
	content: ""
}

.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.carousel-item {
		transition: none
	}
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
	display: block
}

.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
	transform: translateX(100%)
}

.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
	transform: translateX(-100%)
}

.carousel-fade .carousel-item {
	opacity: 0;
	transition-property: opacity;
	transform: none
}

.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
	z-index: 1;
	opacity: 1
}

.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
	z-index: 0;
	opacity: 0;
	transition: opacity 0s .6s
}

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

	.carousel-fade .active.carousel-item-end,
	.carousel-fade .active.carousel-item-start {
		transition: none
	}
}

.carousel-control-next,
.carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15%;
	padding: 0;
	color: #fff;
	text-align: center;
	background: 0 0;
	border: 0;
	opacity: .5;
	transition: opacity .15s ease
}

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

	.carousel-control-next,
	.carousel-control-prev {
		transition: none
	}
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9
}

.carousel-control-prev {
	left: 0
}

.carousel-control-next {
	right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 100% 100%
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	padding: 0;
	margin-right: 15%;
	margin-bottom: 1rem;
	margin-left: 15%
}

.carousel-indicators [data-bs-target] {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	padding: 0;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: .5;
	transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
	.carousel-indicators [data-bs-target] {
		transition: none
	}
}

.carousel-indicators .active {
	opacity: 1
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 1.25rem;
	left: 15%;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	color: #fff;
	text-align: center
}

.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
	filter: invert(1) grayscale(100)
}

.carousel-dark .carousel-indicators [data-bs-target] {
	background-color: #000
}

.carousel-dark .carousel-caption {
	color: #000
}

.offcanvas {
	--bs-offcanvas-zindex: 1045;
	--bs-offcanvas-width: 400px;
	--bs-offcanvas-height: 30vh;
	--bs-offcanvas-padding-x: 1rem;
	--bs-offcanvas-padding-y: 1rem;
	--bs-offcanvas-color: var(--bs-body-color);
	--bs-offcanvas-bg: var(--bs-body-bg);
	--bs-offcanvas-border-width: var(--bs-border-width);
	--bs-offcanvas-border-color: var(--bs-border-color-translucent);
	--bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
	--bs-offcanvas-transition: transform 0.3s ease-in-out;
	--bs-offcanvas-title-line-height: 1.5
}

.offcanvas {
	position: fixed;
	bottom: 0;
	z-index: var(--bs-offcanvas-zindex);
	display: flex;
	flex-direction: column;
	max-width: 100%;
	color: var(--bs-offcanvas-color);
	visibility: hidden;
	background-color: var(--bs-offcanvas-bg);
	background-clip: padding-box;
	outline: 0;
	transition: var(--bs-offcanvas-transition)
}

@media (prefers-reduced-motion:reduce) {
	.offcanvas {
		transition: none
	}
}

.offcanvas.show:not(.hiding),
.offcanvas.showing {
	transform: none
}

.offcanvas.hiding,
.offcanvas.show,
.offcanvas.showing {
	visibility: visible
}

.offcanvas-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000
}

.offcanvas-backdrop.fade {
	opacity: 0
}

.offcanvas-backdrop.show {
	opacity: .5
}

.placeholder {
	display: inline-block;
	min-height: 1em;
	vertical-align: middle;
	cursor: wait;
	background-color: currentcolor;
	opacity: .5
}

.placeholder.btn::before {
	display: inline-block;
	content: ""
}

.clearfix::after {
	display: block;
	clear: both;
	content: ""
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030
}

.sticky-top {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1020
}

.d-inline-block {
	display: inline-block !important
}

.d-none {
	display: none !important
}

.flex-row-reverse {
	flex-direction: row-reverse !important
}

.justify-content-end {
	justify-content: flex-end !important
}

.align-items-end {
	align-items: flex-end !important
}

.align-items-center {
	align-items: center !important
}

.mb-0 {
	margin-bottom: 0 !important
}

.mb-3 {
	margin-bottom: 1rem !important
}

.mb-4 {
	margin-bottom: 1.5rem !important
}

.px-3 {
	padding-right: 1rem !important;
	padding-left: 1rem !important
}

.pb-0 {
	padding-bottom: 0 !important
}

.text-center {
	text-align: center !important
}

.text-uppercase {
	text-transform: uppercase !important
}

.rounded-0 {
	border-radius: 0 !important
}

.visible {
	visibility: visible !important
}

@media (min-width:768px) {

	.d-md-block {
		display: block !important
	}

	.pt-md-0 {
		padding-top: 0 !important
	}

	.text-md-start {
		text-align: left !important
	}
}

@media (min-width:992px) {

	.d-lg-flex {
		display: flex !important
	}
}
/*=========================================================
Author       : Fudda.
Template Name: Shopwise - eCommerce Bootstrap 5 HTML Template
Version      : 1.3
==============================================================*/

/*=============================================================
    CSS INDEX
    =============================
    01.GENERAL STYLE (body, link color, section-title, buttons, overlay, section-padding etc...)
    02.START HEADER STYLE
	03.START BANNER,SLIDER STYLE
	04.START SHOP BANNER STYLE
	05.START CATEGORIES STYLE
	06.START ICON BOX STYLE
	07.START PORTFOLIO STYLE
	08.START TESTIMONIAL STYLE
	09.START BLOG STYLE
	10.START NEWLETTER STYLE
	11.START FOOTER STYLE
	12.START MAP STYLE
	13.START TEAM STYLE
	14.START CLIENT LOGO STYLE
	15.START BREADCRUMB STYLE
	16.START CONTACT STYLE
	17.START DIVIDER STYLE
	18.START ACCORDION STYLE
	19.START 404 ERROR STYLE
	20.START LOGIN REGISTER STYLE
	21.START COMMING SOON STYLE
	22.START DEAL OF THE DAY STYLE
	23.START SHOP DESIGN
	24.START ELEMENT DESIGN
		
*=============================================================*/

/*===================================*
  01.GENERAL STYLE
*===================================*/
html,
body {
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
}

body {
	background: #ffffff none repeat scroll 0 0;
	color: #687188;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #292b2c;
	font-family: "Poppins", sans-serif;
}

p {
	color: #687188;
	line-height: 28px;
	margin-bottom: 25px;
}

a {
	color: #292b2c;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all .3s ease-in-out;
}

a:hover {
	color: #FF324D;
	text-decoration: none;
}

a:focus {
	outline: none;
}

img {
	max-width: 100%;
}

button {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all .3s ease-in-out;
}

ul,
li,
ol {
	margin: 0;
	padding: 0;
}

label {
	color: #6c757d;
}

input:focus,
textarea:focus {
	outline: none;
	box-shadow: none;
}

.section {
	padding: 100px 0;
	position: relative;
}

.section.pb_20,
.pb_20,
.footer_top.pb_20 {
	padding-bottom: 20px;
}

.section.pb_70,
.pb_70,
.footer_top.pb_70 {
	padding-bottom: 70px;
}

.medium_divider {
	height: 50px;
}

.btn:focus,
.btn:hover,
.btn.active {
	box-shadow: none;
	outline: medium none;
	border-color: inherit;
}

button:focus {
	outline: none;
}

button:focus:not(:focus-visible) {
	outline: 0;
	box-shadow: none;
}

.btn {
	border-width: 1px;
	cursor: pointer;
	line-height: normal;
	padding: 12px 35px;
	text-transform: capitalize;
	transition: all 0.3s ease-in-out;
}

.btn.active:focus,
.btn:active:focus {
	box-shadow: none !important;
}

.btn-white {
	background-color: transparent;
	border: 1px solid #fff;
	color: #292b2c !important;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.btn-white::before,
.btn-white::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background-color: #fff;
	z-index: -1;
	transition: all 0.5s ease-in-out;
	width: 50%;
}

.btn-white::after {
	right: 0;
	left: auto;
}

.btn-white:hover:before,
.btn-white:hover:after {
	width: 0;
}

.btn-white:hover {
	color: #fff !important;
}

.btn+.btn {
	margin-left: 10px;
}

.btn i {
	font-size: 16px;
	margin-right: 5px;
	vertical-align: middle;
	line-height: 1;
}

.btn span {
	vertical-align: middle;
}


.btn-sm {
	padding: 8px 25px;
}

.btn.btn-sm i {
	font-size: 12px;
}

.scrollup {
	background-color: #171717;
	bottom: 20px;
	color: #ffffff;
	font-size: 24px;
	height: 40px;
	line-height: 40px;
	position: fixed;
	right: 20px;
	text-align: center;
	width: 40px;
	z-index: 99;
}

.scrollup:hover {
	background-color: #FF324D;
	color: #fff;
}

.scrollup:focus {
	color: #fff;
}

[class*=overlay_bg_] {
	position: relative;
}

[class*=overlay_bg_]::before {
	background-color: #000;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

.overlay_bg_40::before {
	opacity: 0.4;
}

.border-top-tran {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/*Title Css*/
.heading_s1 {
	margin-bottom: 25px;
}

.heading_s1 h1,
.heading_s1 h2,
.heading_s1 h3,
.heading_s1 h4,
.heading_s1 h5,
.heading_s1 h6 {
	font-weight: 700;
	margin: 0;
	text-transform: capitalize;
}

.sub_heading {
	color: #FF324D;
	margin-bottom: 10px;
	display: block;
}

/*Loader Css*/

/*===================================*
  01.END GENERAL STYLE
*===================================*/

/*===================================*
  02.START HEADER STYLE
*===================================*/
.navbar-brand {
	padding: 10px 0;
	vertical-align: top;
	margin: 0;
	display: inline-block;
}

.dark_skin .logo_light,
.logo_light,
.logo_dark {
	display: none;
}

.dark_skin .logo_dark {
	display: block;
}

.navbar {
	padding: 0;
}

.header_wrap {
	transition: all 0.5s ease 0s;
}

.header_wrap:not([class*="bg_"]):not([class*="bg-"]) {
	background-color: #fff;
}

.navbar .navbar-nav li {
	position: relative;
	list-style: none;
	transition: all 0.3s ease 0s;
}

.navbar-nav .dropdown-menu {
	border: 0;
	border-radius: 0;
	margin: 0;
	padding: 0;
	min-width: 14rem;
}

.navbar-nav .dropdown-menu {
	background-color: #252A2C;
}

.dark_skin .navbar-nav .dropdown-menu {
	background-color: #fff;
	box-shadow: 0 13px 42px 11px rgba(0, 0, 0, .05);
}

.dark_skin .mega-menu-col {
	border-color: #ddd;
}

.dark_skin .navbar .navbar-nav .dropdown-menu li a.active,
.dark_skin .navbar .navbar-nav .dropdown-menu li a:hover,
.dark_skin .navbar .navbar-nav .dropdown-menu>ul>li:hover>a,
.dark_skin .navbar .navbar-nav .dropdown-menu>ul>.mega-menu-col ul>li:hover>a {
	color: #FF324D;
}

.dark_skin .navbar .navbar-nav li>.dropdown-item,
.dark_skin .navbar .navbar-nav .dropdown-header {
	color: #333333;
}

.dropdown-toggle::after,
.dropdown-toggler::after {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	margin-left: 7px;
	border-right: 1.5px solid currentColor;
	border-bottom: 1.5px solid currentColor;
	transform: rotate(45deg) translateY(-2px);
	transform-origin: center;
	vertical-align: middle;
}

.dropdown-toggler::after {
	transform: rotate(-45deg);
}

.dropdown-menu .dropdown-toggler::after {
	position: absolute;
	right: 15px;
	top: 10px;
}

.navbar .navbar-nav>li>.nav-link {
	font-weight: 500;
	padding: 22px 10px;
	text-transform: capitalize;
	font-size: 14px;
}

.navbar .navbar-nav>li>a.active,
.navbar .navbar-nav>li:hover>a {
	color: #FF324D;
}

.navbar .navbar-nav .dropdown-item {
	padding: 8px 20px 8px 20px;
	color: #333;
	font-size: 14px;
	text-transform: capitalize;
}

.navbar .navbar-nav .dropdown-item.dropdown-toggler {
	padding-right: 30px;
}

.navbar .navbar-nav .dropdown-header {
	color: #333;
	padding: 10px 20px;
	text-transform: uppercase;
	font-weight: bold;
}

.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
	background-color: transparent;
}

.navbar .navbar-nav .dropdown-menu li a.active,
.navbar .navbar-nav .dropdown-menu li a:hover,
.navbar .navbar-nav .dropdown-menu>ul>li:hover>a,
.navbar .navbar-nav .dropdown-menu>ul>.mega-menu-col ul>li:hover>a {
	color: #FF324D;
}

.header_wrap.fixed-top {
	position: relative;
	padding-right: 0 !important;
}

.header_wrap.nav-fixed {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	z-index: 1041;
	-webkit-animation: slideInDown 0.65s cubic-bezier(0.23, 1, 0.32, 1);
	-moz-animation: slideInDown 0.65s cubic-bezier(0.23, 1, 0.32, 1);
	-o-animation: slideInDown 0.65s cubic-bezier(0.23, 1, 0.32, 1);
	animation: slideInDown 0.65s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-animation-fill-mode: none;
	-moz-animation-fill-mode: none;
	-o-animation-fill-mode: none;
	animation-fill-mode: none;
}

.mega-menu {
	display: table;
	padding: 15px 0;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.mega-menu ul {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.navbar .navbar-nav li.dropdown-mega-menu {
	position: static;
}

.navbar .navbar-nav li.dropdown-mega-menu .dropdown-menu {
	right: 0;
	padding-left: 0;
	padding-right: 0;
}

.mega-menu-col {
	border-right: 1px solid #ddd;
	padding: 0;
}

.mega-menu-col:last-child {
	border-right: 0 !important;
}

.dropdown-menu li a i {
	font-size: 14px;
	width: 20px;
	display: inline-block;
	vertical-align: middle;
}

.navbar-nav .dropdown-menu.cart_box {
	width: 320px;
	position: absolute !important;
	-webkit-transform: scale(0) !important;
	transform: scale(0) !important;
	-webkit-transform-origin: -webkit-calc(100% - 30px) 0;
	transform-origin: calc(100% - 30px) 0;
	display: block;
	transition: all 0.25s ease-in-out;
	padding: 0;
	top: 100% !important;
	left: auto !important;
	right: 0;
}

.navbar-nav .dropdown-menu.cart_box.show {
	-webkit-transform: scale(1) !important;
	transform: scale(1) !important;
}

.dropdown-menu .cart_list li a i {
	width: auto;
}

.top-header {
	border-bottom: 1px solid #eee;
}

.top-header {
	padding: 10px 0;
	transition: all 0.5s ease-in-out;
}

.top-header[class*="bg_"],
.top-header[class*="bg-"] {
	border: 0;
}

.top-header span {
	font-size: 14px;
	vertical-align: middle;
}

.header_wrap .social_icons li {
	padding-bottom: 0;
}

.social_icons {
	font-size: 0;
}

.social_icons li {
	display: inline-block;
	padding: 0px 5px 5px 0;
}

.social_icons li a {
	font-size: 18px;
	color: #687188;
	height: 36px;
	width: 36px;
	line-height: 36px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}

.social_icons li a:hover,
.header_wrap .social_icons li a:hover {
	color: #FF324D;
}

.social_white .social_icons li a,
.social_white.social_icons li a,
.header_wrap .social_white .social_icons li a,
.header_wrap .social_white.social_icons li a {
	color: #fff;
	border-color: #fff;
}

.social_white .social_icons li a:hover,
.social_white.social_icons li a:hover {
	color: #FF324D;
}

.social_icons li:last-child a {
	margin-right: 0px;
}

.header_wrap .social_icons li a {
	color: #333;
}


.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
	right: 0;
	left: auto !important;
}

.nav-fixed .top-header {
	display: none !important;
}

.navbar-toggler {
	float: right;
	margin: 13px 0 0 3px;
	font-size: 28px;
	color: #333;
	transition: all 0.5s ease 0s;
	border-radius: 0;
	height: 35px;
	width: 35px;
	padding: 0;
	line-height: 36px;
	transition: none;
}

.main_menu_uppercase .navbar-nav>li>.nav-link {
	text-transform: uppercase;
}

.header-banner {
	display: block;
	position: relative;
	margin-bottom: 15px;
}

.header-banner img {
	width: 100%;
}

.banne_info {
	position: absolute;
	right: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 15px;
}

.banne_info a {
	text-transform: capitalize;
	position: relative;
	padding-bottom: 3px;
	color: #ffffff !important;
}

.banne_info a:hover {
	color: #FF324D !important;
}

.banne_info a::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	width: 50%;
	color: #ffffff;
	background-color: #292B2C;
	transition: all 0.5s ease-in-out;
}

.banne_info a:hover::before {
	width: 100%;
}

.menu_banners .banne_info h6,
.menu_banners .banne_info h4,
.menu_banners .banne_info a {
	color: #ffffff !important;
}

.header_banner {
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	padding: 15px;
}

.header_banner_content {
	position: relative;
}

.banner_img {
	position: relative;
}

.shop_bn_content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	z-index: 1;
}

.shop_bn_content * {
	color: #fff;
}

.shop_title {
	font-weight: bold;
	margin-bottom: 10px;
}

.shop_banner {
	position: relative;
	display: table;
	margin: 0 auto;
}

body.active {
	overflow: hidden;
	padding-right: 17px;
}

input.text {
	display: none;
}

.newcastle-whatsapp-icon {
	width: 17px;
	height: 17px;
	fill: currentColor;
	flex: 0 0 auto;
}

/*===================================*
  02.END HEADER STYLE
*===================================*/

/*===================================*
  03.START BANNER,SLIDER STYLE
*===================================*/

.carousel-item img {
	position: relative;
	z-index: -1;
	width: 100%;
}

.carousel-control-next,
.carousel-control-prev {
	background-color: rgba(0, 0, 0, 0.5);
	font-size: 18px;
	height: 50px;
	opacity: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50px;
	transition: all 0.3s ease-in-out;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
	opacity: 0;
}

.carousel:hover .carousel-control-next,
.carousel:hover .carousel-control-prev {
	opacity: 1;
}

.carousel-control-next {
	right: 20px;
}

.carousel-control-prev {
	left: 20px;
}

.carousel_style1 .carousel-control-next,
.carousel_style1 .carousel-control-prev {
	border-radius: 100%;
}

.carousel_style2 .carousel-control-next,
.carousel_style2 .carousel-control-prev {
	font-size: 16px;
	border-radius: 4px;
	height: 40px;
	width: 40px;
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
	background-color: #FF324D;
	color: #fff;
}

.carousel .indicators_style1,
.carousel .indicators_style2,
.carousel .indicators_style3 {
	margin-bottom: 15px;
}

.carousel .indicators_style1 li {
	width: 10px;
	height: 10px;
	background-color: #333;
	border: 0;
	margin: 8px;
	position: relative;
}

.carousel .indicators_style1 li::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	border: 2px solid #333;
	margin: -4px;
}

.carousel .indicators_style2 li {
	background-color: #333;
	border-radius: 100%;
	width: 10px;
	height: 10px;
	background-clip: inherit;
	border: 0;
	margin: 8px;
	position: relative;
}

.carousel .indicators_style2 li::before {
	content: "";
	position: absolute;
	border-radius: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	border: 2px solid #333;
	margin: -4px;
}

.carousel .indicators_style3 li {
	background-color: #333;
	border-radius: 100%;
	width: 10px;
	height: 10px;
	background-clip: inherit;
	border: 0;
	margin: 5px;
	position: relative;
}

.carousel .indicators_style1 li.active,
.carousel .indicators_style2 li.active {
	background-color: #FF324D;
}

.carousel .indicators_style2 li.active:before,
.carousel .indicators_style1 li.active:before {
	border-color: #FF324D;
}

.carousel .indicators_style4 li {
	background-color: #fff;
	border-radius: 100%;
	width: 15px;
	height: 15px;
	background-clip: inherit;
	border: 0;
	margin: 5px;
	position: relative;
}

.carousel-indicators li::marker {
	content: "";
}

.carousel-indicators.vertical_center_right {
	display: block;
	right: 40px;
	top: 50%;
	margin: 0;
	left: auto;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	bottom: auto;
}

.carousel .indicators_style2.vertical_center_right li {
	margin: 15px 0;
}

/*===================================*
  03.END BANNER,SLIDER STYLE
*===================================*/

/*===================================*
  04.START SHOP BANNER STYLE
*===================================*/
.single_banner {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

.single_banner_info {
	position: absolute;
	right: 0;
	top: 50%;
	padding: 20px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50%;
}

.single_bn_title {
	font-weight: bold;
	font-size: 48px;
	color: #ffffff;
}

.single_bn_title1 {
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
}

.single_bn_link {
	position: relative;
	color: #ffffff;
}

.single_bn_link::before {
	content: "";
	position: absolute;
	bottom: 3px;
	height: 7px;
	background-color: rgba(255, 50, 77, 0.2);
	width: 100%;
	z-index: -1;
}

.single_banner:hover img {
	-moz-transform: scale(1.06);
	-webkit-transform: scale(1.06);
	transform: scale(1.06);
}

.single_banner img {
	transition: all 0.3s ease-in-out;
	width: 100%;
}

/*===================================*
  04.END SHOP BANNER STYLE
*===================================*/

/*===================================*
  05.START CATEGORIES STYLE
*===================================*/

/*===================================*
  05.END CATEGORIES STYLE
*===================================*/

/*===================================*
  06.START ICON BOX STYLE
*===================================*/
.icon_box {
	margin-bottom: 30px;
}

.icon {
	margin-bottom: 15px;
}

.icon_box_content h1,
.icon_box_content h2,
.icon_box_content h3,
.icon_box_content h4,
.icon_box_content h5,
.icon_box_content h6 {
	text-transform: capitalize;
}

.icon i {
	font-size: 30px;
}

.icon_box p:last-child {
	margin: 0;
}

.icon_box_content .link i {
	vertical-align: middle;
	margin-left: 2px;
}

.icon_box_style1 {
	text-align: center;
	padding: 0 40px;
	position: relative;
}

.icon_box_style1 .icon i {
	font-size: 46px;
	line-height: 1;
}

.icon_box_style1::before {
	content: "";
	position: absolute;
	right: 0;
	top: 15%;
	bottom: 15%;
	width: 1px;
	background-color: #ddd;
}

[class*="col-"]:last-child .icon_box_style1::before {
	content: normal;
}

/*===================================*
  06.END ICON BOX STYLE
*===================================*/

/*===================================*
  07.START PORTFOLIO STYLE
*===================================*/
.carousel_slider li {
	list-style: none;
}

/*===================================*
  07.END PORTFOLIO STYLE
*===================================*/

/*===================================*
  08.START TESTIMONIAL STYLE
*===================================*/

/*===================================*
  08.END TESTIMONIAL STYLE
*===================================*/

/*===================================*
  09.START BLOG STYLE
*===================================*/

.children {
	border-top: 1px solid #ddd;
	margin-top: 20px;
	padding-top: 20px;
	margin-left: 60px;
}

/*===================================*
  09.END BLOG STYLE
*===================================*/

/*===================================*
  10.START NEWLETTER STYLE
*===================================*/

/*===================================*
  10.END NEWLETTER STYLE
*===================================*/

/*===================================*
  11.START FOOTER STYLE
*===================================*/
footer {
	overflow: hidden;
}

.footer_dark {
	background-color: #202325;
	position: relative;
}

.footer_top {
	padding: 100px 0 70px;
}

.footer_logo {
	margin-bottom: 20px;
}

footer p {
	font-size: 14px;
}

footer .widget {
	margin-bottom: 30px;
}

footer .widget_title {
	text-transform: capitalize;
	margin-top: 10px;
	margin-bottom: 25px;
	font-size: 18px;
}

.widget_links li {
	list-style: none;
	padding-bottom: 10px;
}

.widget_links li:last-child {
	padding-bottom: 0;
}

.widget_links li a {
	font-size: 14px;
	color: #687188;
}

.contact_info>li {
	margin-bottom: 15px;
	list-style: none;
}

.contact_info>li:last-child {
	margin-bottom: 0px;
}

.contact_info li i {
	display: inline-block;
	margin-right: 10px;
	margin-top: 4px;
	font-size: 18px;
	vertical-align: top;
}

.contact_info li span {
	float: left;
	margin-right: 10px;
	max-width: 70px;
	width: 100%;
	color: #292b2c;
}

.contact_info span+* {
	overflow: hidden;
	color: #687188;
	margin: 0;
	font-size: 14px;
	line-height: 26px;
}

.contact_info i+* {
	overflow: hidden;
	font-size: 14px;
	color: #687188;
	line-height: 26px;
	margin: 0;
	vertical-align: middle;
	max-width: 78%;
	display: inline-block;
}

.contact_info_light li i {
	border-color: #fff;
	color: #fff;
}

.contact_info_light li span,
.contact_info_light li a {
	color: #fff;
}

.bottom_footer {
	padding: 30px 0;
	position: relative;
}

.footer_dark h1,
.footer_dark h2,
.footer_dark h3,
.footer_dark h4,
.footer_dark h5,
.footer_dark h6,
.footer_dark p,
.footer_dark a,
.footer_dark .widget_links li a {
	color: #fff;
}

.footer_dark a:hover,
.footer_dark .widget_links li a:hover,
.widget_links li a:hover {
	color: #FF324D;
}

.bottom_footer .social_icons li {
	padding-bottom: 0;
}

/*===================================*
  11.END FOOTER STYLE
*===================================*/

/*===================================*
  12.START MAP STYLE
*===================================*/

/*===================================*
  12.END MAP STYLE
*===================================*/

/*===================================*
  13.START TEAM STYLE
*===================================*/

/*===================================*
  13.END TEAM STYLE
*===================================*/

/*===================================*
  14.START CLIENT LOGO STYLE
*===================================*/

/*===================================*
  14.END CLIENT LOGO STYLE
*===================================*/

/*===================================*
  15.START BREADCRUMB STYLE
*===================================*/

/*===================================*
  15.END BREADCRUMB STYLE
*===================================*/

/*===================================*
  16.START CONTACT STYLE
*===================================*/

/*===================================*
  16. END CONTACT STYLE
*===================================*/

/*===================================*
  17.START DIVIDER STYLE
*===================================*/

/*===================================*
  17.END DIVIDER STYLE
*===================================*/

/*===================================*
  18.START ACCORDION STYLE
*===================================*/

/*===================================*
  18.END ACCORDION STYLE
*===================================*/

/*===================================*
  19.START 404 ERROR STYLE
*===================================*/

/*===================================*
  19.END 404 ERROR STYLE
*===================================*/

/*===================================*
  20.START LOGIN REGISTER STYLE
*===================================*/

/*===================================*
  20.END LOGIN REGISTER STYLE
*===================================*/

/*===================================*
  21.START COMMING SOON STYLE
*===================================*/

/*===================================*
  21.END COMMING SOON STYLE
*===================================*/

/*===================================*
  22.START DEAL OF THE DAY STYLE
*===================================*/
/*.deal_timer .countdown_time .countdown_box:first-child,*/

/*===================================*
  22.END DEAL OF THE DAY STYLE
*===================================*/

/*===================================*
  23.START SHOP DESIGN
*===================================*/

.carousel_slider .product,
.carousel_slider .product_wrap {
	margin: 5px;
}

.description p:last-child {
	margin: 0;
}

.loading {
	background: #000;
	font-size: 0 !important;
	background-color: #000 !important;
	border: 0;
	height: 51px;
	width: 50px;
	padding: 0;
}

.loading::after,
.loading::before {
	content: normal;
}

/*===================================*
  23.END SHOP DESIGN
*===================================*/

/*===================================*
  24.START ELEMENT DESIGN
*===================================*/
.form-control {
	color: #000;
	box-shadow: none;
	height: 50px;
	padding: 8px 15px;
}

.form-control:focus {
	color: #000;
	box-shadow: none;
	height: 50px;
}

textarea.form-control,
textarea.form-control:focus {
	height: auto;
	padding: 12px 15px;
}

select option {
	color: #000;
}

.page-link:focus {
	box-shadow: none;
}

.widget_title {
	margin-bottom: 25px;
	text-transform: capitalize;
	font-weight: 600;
	letter-spacing: 0.3px;
}

.tab-content {
	margin-top: 25px;
}

.custome-checkbox .form-check-label {
	position: relative;
	cursor: pointer;
	color: #687188;
	padding: 0;
	vertical-align: middle;
}

.custome-checkbox .form-check-input {
	display: none;
}

.custome-checkbox .form-check-label span {
	vertical-align: middle;
}

.custome-checkbox .form-check-label::before {
	content: "";
	border: 2px solid #ced4da;
	height: 17px;
	width: 17px;
	margin: 0px 8px 0 0;
	display: inline-block;
	vertical-align: middle;
}

.custome-checkbox input[type="checkbox"]:checked+.form-check-label::after {
	opacity: 1;
}

.custome-checkbox input[type="checkbox"]+.form-check-label::after {
	content: "";
	width: 11px;
	position: absolute;
	top: 50%;
	left: 3px;
	opacity: 0;
	height: 6px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-moz-transform: translateY(-65%) rotate(-45deg);
	-webkit-transform: translateY(-65%) rotate(-45deg);
	transform: translateY(-65%) rotate(-45deg);
}

.custome-checkbox input[type="checkbox"]:checked+.form-check-label::before {
	background-color: #FF324D;
	border-color: #FF324D;
}


.custome-checkbox .form-check-input {
	display: none;
}


.custome-checkbox .form-check-label {
	position: relative;
	cursor: pointer;
}

.custome-checkbox input[disabled]+.form-check-label {
	color: #d0d0d0;
}

.custome-checkbox input[disabled]+.form-check-label::before {
	border-color: #e8e8e8;
}

.modal {
	padding-right: 0 !important;
}

.alert .close {
	font-weight: normal;
	margin-left: 10px;
}

.alert>i {
	margin-right: 5px;
	font-size: 18px;
	vertical-align: middle;
}

.trading_img {
	margin-top: -40px;
}

.subscribe_popup .modal-body {
	padding: 0;
}

.subscribe_popup .modal-content {
	border: 0;
	border-radius: 0;
}

.subscribe_popup .close {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
	opacity: 1;
	text-shadow: none;
	width: 40px;
	height: 40px;
	padding: 0;
	box-shadow: none;
	background-color: transparent;
	border: 0;
}

.subscribe_popup .close i {
	font-size: 40px;
}

.modal {
	z-index: 99999;
}

.modal-backdrop {
	z-index: 9999;
}

/*===================================*
  24.END ELEMENT DESIGN
*===================================*/

/*Migrating to v5*/

.nav-link {
	color: #292b2c;
}

.nav-link:focus,
.nav-link:hover {
	color: #FF324D;
}

.dropdown-menu {
	left: 0;
}

/* -------------------------------------------------
  (min-width: 1680px)
---------------------------------------------------*/

@media only screen and (min-width: 1400px) {
	.container {
		max-width: 1140px;
	}
}

/* -------------------------------------------------
  (max-width: 1250px)
---------------------------------------------------*/

/* -------------------------------------------------
  (min-width: 991px) and (max-width: 1199px)
---------------------------------------------------*/

/* -------------------------------------------------
  (min-width: 767px) and (max-width: 1199px)
---------------------------------------------------*/

/* -------------------------------------------------
  (min-width: 767px) and (max-width: 991px)
---------------------------------------------------*/

/* -------------------------------------------------
  max-width: 1199px
---------------------------------------------------*/
@media only screen and (max-width: 1199px) {

	.h1,
	h1 {
		font-size: 34px;
	}

	.h2,
	h2 {
		font-size: 30px;
	}

	.h3,
	h3 {
		font-size: 26px;
	}

	.h4,
	h4 {
		font-size: 22px;
	}

	.h5,
	h5 {
		font-size: 18px;
	}

	.section {
		padding: 80px 0;
	}

	.section.pb_70,
	.pb_70 {
		padding-bottom: 50px;
	}

	.section.pb_20,
	.pb_20,
	.footer_top.pb_20 {
		padding-bottom: 10px;
	}

	.medium_divider {
		height: 40px;
	}

	.shop_title {
		font-size: 32px;
	}

	.footer_top {
		padding: 80px 0 50px;
	}

	.shop_bn_content {
		padding: 30px 25px;
	}

	.shop_bn_content .btn {
		padding: 8px 25px;
	}

	.icon_box_style1 {
		padding: 0 20px;
	}
}

/* -------------------------------------------------
  min-width: 992px
---------------------------------------------------*/
@media only screen and (min-width: 992px) {
	.navbar-toggler {
		display: none;
	}

	.navbar .navbar-nav li>.dropdown-menu {
		display: block;
		opacity: 0;
		visibility: hidden;
		transition: all 0.1s ease-in-out;
		margin-top: 20px;
		pointer-events: none;
	}

	.navbar .navbar-nav li:hover>.dropdown-menu {
		display: block;
		opacity: 1;
		visibility: visible;
		margin-top: 0px;
		pointer-events: auto;
	}

	.navbar .navbar-nav li:hover>.dropdown-menu .mega-menu ul li .dropdown-menu {
		margin-top: 10px;
	}

	.navbar .navbar-nav .dropdown-menu .dropdown-menu {
		left: 100%;
		top: 0;
	}

	.navbar .navbar-nav .dropdown-menu.dropdown-reverse .dropdown-menu {
		left: auto;
		right: 100%;
		margin-left: 0;
	}

	.navbar .navbar-nav .dropdown-menu.dropdown-reverse li:hover>.dropdown-item::after {
		-moz-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.dropdown-menu.dropdown-reverse {
		left: auto;
		right: 0;
	}

	
	.header_banner_content a,
	.header_banner_content .shop_subtitle,
	.header_banner_content .shop_title {
		opacity: 0;
		-moz-transform: translateY(25%);
		-webkit-transform: translateY(25%);
		transform: translateY(25%);
		-webkit-transition: ease transform 200ms, ease opacity 200ms;
		transition: ease transform 200ms, ease opacity 200ms;
	}

	
	.header_banner_content .shop_subtitle {
		-webkit-transition-delay: 400ms;
		transition-delay: 400ms;
	}

	
	.header_banner_content .shop_title {
		-webkit-transition-delay: 500ms;
		transition-delay: 500ms;
	}

	.header_banner_content a {
		-webkit-transition-delay: 600ms;
		transition-delay: 600ms;
	}

	.header_banner_content a:hover {
		transition: all 0.5s ease-in-out;
	}

	.header_banner_content .banner_img img {
		-webkit-filter: blur(5px);
		filter: blur(5px);
		-webkit-transition-delay: 500ms;
		transition-delay: 500ms;
		transition: all 0.8s ease-in-out;
		position: relative;
		z-index: -1;
	}

	.navbar .navbar-nav li:hover>.dropdown-menu .header_banner_title,
	.navbar .navbar-nav li:hover>.dropdown-menu .header_banner_text,
	.navbar .navbar-nav li:hover>.dropdown-menu .header_banner_content a,
	.navbar .navbar-nav li:hover>.dropdown-menu .header_banner_content .shop_title,
	.navbar .navbar-nav li:hover>.dropdown-menu .header_banner_content .shop_subtitle {
		opacity: 1;
		-moz-transform: translateY(0%);
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}

	.navbar .navbar-nav li:hover>.dropdown-menu .header_banner_content .banner_img img {
		-webkit-filter: blur(0);
		filter: blur(0);
	}
}

/* -------------------------------------------------
  max-width: 991px
---------------------------------------------------*/
@media only screen and (max-width: 991px) {

	.heading_s1 {
		margin-bottom: 20px;
	}

	.header_wrap nav.navbar {
		display: table;
		width: 100%;
	}

	.header_wrap .navbar-collapse {
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		z-index: 999;
	}

	.navbar .navbar-collapse .navbar-nav {
		max-height: 80vh;
		overflow-y: auto;
	}

	.navbar .navbar-nav>li>.nav-link,
	.nav-fixed .navbar .navbar-nav>li>.nav-link {
		padding: 10px 10px;
	}

	.navbar .navbar-collapse .navbar-nav:not([class*="bg_"]):not([class*="bg-"]) {
		background-color: #fff;
		box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
	}

	
	.dark_skin.header_wrap .navbar .navbar-collapse .navbar-nav:not([class*="bg_"]):not([class*="bg-"]) {
		background-color: #fff;
		box-shadow: 0 13px 42px 11px rgba(0, 0, 0, .05);
		border: 1px solid #e6e6e6;
	}

	.navbar-nav .navbar-collapse .dropdown-menu,
	.dark_skin:not([class*="bg_"]):not([class*="bg-"]) .navbar-nav .navbar-collapse .dropdown-menu {
		background-color: transparent;
		box-shadow: none;
		border: 0;
	}

	.header_banner {
		display: none;
	}

	.dropdown-menu .dropdown-toggler::after {
		right: 0px;
	}

	.menu_banners {
		display: none;
	}

	.dropdown-toggle::after {
		float: right;
	}

	.navbar-nav>li>.dropdown-menu,
	.navbar .navbar-nav li.dropdown-mega-menu .dropdown-menu {
		padding-left: 10px;
		padding-right: 10px;
	}

	.mega-menu-col {
		padding: 0px;
		border-right: 0 !important;
	}

	.dropdown-toggler::after {
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	.navbar .navbar-nav .dropdown-item {
		padding: 8px 10px 8px 10px;
	}

	.navbar .navbar-nav .dropdown-header {
		padding: 10px;
	}

	.dark_skin .navbar-nav .dropdown-menu {
		box-shadow: none;
		padding-left: 12px;
	}

	.single_banner_info {
		padding: 15px;
		width: 55%;
	}

	.single_bn_title {
		font-size: 22px;
	}

	.single_bn_title1 {
		font-size: 18px;
	}

	.icon_box_style1::before {
		content: normal;
	}

	.subscribe_popup .modal-dialog {
		max-width: 700px;
	}
}

/* -------------------------------------------------
  min-width: 768px
---------------------------------------------------*/

/* -------------------------------------------------
  max-width: 767px
---------------------------------------------------*/
@media only screen and (max-width: 767px) {

	.h1,
	h1 {
		font-size: 32px;
	}

	.h2,
	h2 {
		font-size: 28px;
	}

	.h3,
	h3 {
		font-size: 24px;
	}

	.h4,
	h4 {
		font-size: 20px;
	}

	.section {
		padding: 50px 0;
	}

	.section.pb_70,
	.pb_70 {
		padding-bottom: 20px;
	}

	.section.pb_20,
	.pb_20,
	.footer_top.pb_20 {
		padding-bottom: 0px;
	}

	.medium_divider {
		height: 25px;
	}

	.footer_top {
		padding: 50px 0 20px;
	}

	.carousel-indicators.vertical_center_right {
		right: 25px;
	}

	.single_banner_info {
		width: 50%;
	}

	footer .widget_title {
		margin-top: 0px;
	}

	.tab-content {
		margin-top: 20px;
	}

	.trading_img {
		margin-top: 0;
	}

	.bottom_footer {
		padding: 15px 0;
	}

	.subscribe_popup .modal-dialog {
		max-width: 95%;
	}
}

/* -------------------------------------------------
  max-width: 575px
---------------------------------------------------*/
@media only screen and (max-width: 575px) {
	.header_wrap .navbar-collapse {
		left: -12px;
		right: -12px;
	}

	.btn {
		padding: 10px 28px;
		font-size: 14px;
	}

	.btn+.btn {
		margin-left: 5px;
	}

	
	.btn-sm {
		padding: 6px 18px;
	}

	p {
		margin-bottom: 15px;
	}

	.section.pb_70,
	.pb_70 {
		padding-bottom: 15px;
	}

	.section {
		padding: 30px 0;
	}

	.medium_divider {
		height: 15px;
	}

	.footer_top {
		padding: 30px 0 15px;
	}

	.heading_s1 {
		margin-bottom: 15px;
	}

	.icon_box {
		margin-bottom: 15px;
	}

	footer .widget_title {
		margin-top: 0px;
		margin-bottom: 20px;
	}

	footer .widget {
		margin-bottom: 20px;
	}

	.widget_title {
		margin-bottom: 20px;
	}

	.single_banner {
		margin-bottom: 15px;
	}

	.carousel .indicators_style1 {
		margin-bottom: 5px;
	}

	.carousel .indicators_style1 li {
		width: 7px;
		height: 7px;
		margin: 6px;
	}

	.carousel .indicators_style2 li {
		width: 6px;
		height: 6px;
	}

	.form-control,
	.form-control:focus {
		height: 44px;
	}

	.subscribe_popup .modal-dialog {
		max-width: 100%;
	}
}

/* -------------------------------------------------
  max-width: 480px
---------------------------------------------------*/
@media only screen and (max-width: 480px) {
	body {
		font-size: 14px;
	}

	p {
		line-height: 24px;
	}

	.heading_s1 h1,
	.heading_s1 h2,
	.heading_s1 h3,
	.heading_s1 h4,
	.heading_s1 h5,
	.heading_s1 h6 {
		line-height: 30px;
	}

	.h1,
	h1 {
		font-size: 24px;
	}

	.h2,
	h2 {
		font-size: 22px;
	}

	.h3,
	h3 {
		font-size: 20px;
	}

	.h4,
	h4 {
		font-size: 18px;
	}

	.h5,
	h5 {
		font-size: 16px;
	}

	.h6,
	h6 {
		font-size: 14px;
	}

	p {
		margin-bottom: 15px;
	}

	.carousel-control-next,
	.carousel-control-prev {
		font-size: 16px;
		height: 38px;
		width: 38px;
	}

	.carousel-control-prev {
		left: 0;
	}

	.carousel-control-next {
		right: 0px;
	}

	.carousel_style1 .carousel-control-next,
	.carousel_style2 .carousel-control-next {
		right: 10px;
	}

	.carousel_style1 .carousel-control-prev,
	.carousel_style2 .carousel-control-prev {
		left: 10px;
	}

	.heading_s1 footer .widget_title {
		margin-bottom: 15px;
	}

	.children {
		margin-left: 20px;
	}

	.single_bn_title {
		font-size: 20px;
	}

	.single_banner_info {
		width: 55%;
	}
}

/* -------------------------------------------------
  max-width: 380px
---------------------------------------------------*/
@media only screen and (max-width: 380px) {
	.btn {
		padding: 8px 24px;
	}

	
	.btn-sm {
		padding: 4px 16px;
	}

	.navbar-brand img {
		max-width: 140px;
	}

	.form-control,
	.form-control:focus {
		height: 40px;
	}

	.form-control {
		font-size: 14px;
	}

	.navbar-nav .dropdown-menu.cart_box.show {
		right: -50px;
		width: 310px;
	}

	.navbar-nav .dropdown-menu.cart_box.show.cart_right {
		right: -10px;
	}
}

/* =====================================================
   EDITORA NEWCASTLE — CUSTOMIZAÇÕES DO SITE
   Início das regras específicas do projeto.
===================================================== */

/* =====================================================
   01. AJUSTES GERAIS — INÍCIO
===================================================== */

.book-banner-3 {
	background-color: #999999;
}

.footer_dark {
	background-color: #000000;
}

/* =====================================================
   01. AJUSTES GERAIS — FIM
===================================================== */


/* =====================================================
   02. TOPO, MENU E ÍCONES SOCIAIS — INÍCIO
===================================================== */

.newcastle-topbar {
	min-height: 50px;
	display: flex;
	align-items: center;
}

.newcastle-topbar-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.newcastle-topbar-contact {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	color: inherit;
	font-size: 14px;
	line-height: 1;
	text-decoration: none;
}

.newcastle-topbar-contact i {
	font-size: 15px;
}

.newcastle-topbar-contact:hover {
	color: #FF324D;
}

.newcastle-social {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 15px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.newcastle-social li {
	margin: 0;
	padding: 0;
	line-height: 1;
}

.newcastle-social a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: inherit;
	font-size: 17px;
	line-height: 1;
	text-decoration: none;
}

.newcastle-social a:hover {
	opacity: 0.75;
}

.newcastle-social svg,
.social_icons svg {
	display: block;
	width: 18px;
	height: 18px;
	fill: currentColor;
}

.social_icons li a {
	width: 42px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
	transition: all .3s ease;
}

.social_icons li a i {
	font-size: 18px;
}

.social_icons li a:hover {
	transform: translateY(-3px);
	background: rgba(255, 255, 255, 0.18);
}

@media (max-width: 767px) {
	.newcastle-topbar-inner {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		gap: 10px;
	}

	.newcastle-topbar-contact {
		font-size: 12px;
		white-space: nowrap;
	}

	.newcastle-social {
		flex-shrink: 0;
		gap: 10px;
	}

	.newcastle-social a {
		width: 28px;
		height: 28px;
	}

	.newcastle-social svg {
		width: 15px;
		height: 15px;
	}
}

/* =====================================================
   02. TOPO, MENU E ÍCONES SOCIAIS — FIM
===================================================== */


/* =====================================================
   03. HERO / BANNER DE LIVROS — INÍCIO
===================================================== */

.book-hero-section {
	position: relative;
	overflow: hidden;
	background: transparent;
}

#bookHeroCarousel {
	position: relative;
}

.book-hero-section .carousel,
.book-hero-section .carousel-inner,
.book-hero-section .carousel-item,
.book-hero-slide {
	min-height: 620px;
}

.book-hero-section .carousel-item {
	transition: transform 0.38s ease-in-out !important;
}

.book-hero-slide {
	position: relative;
	display: flex;
	align-items: center;
	padding: 110px 0 80px;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}

.book-hero-slide::before,
.book-hero-slide::after,
.book-hero-cover::before,
.book-hero-cover::after {
	display: none !important;
	content: none !important;
	background: none !important;
	box-shadow: none !important;
}

.book-hero-slide .container {
	position: relative;
	z-index: 2;
}

.book-hero-content {
	max-width: 560px;
	color: #ffffff;
}

.book-hero-badge {
	display: inline-flex;
	align-items: center;
	margin-bottom: 18px;
	padding: 8px 16px;
	border: 1px solid rgba(255, 255, 255, 0.45);
	border-radius: 999px;
	background: transparent;
	color: #ffffff;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 1.2px;
	line-height: 1;
	text-transform: uppercase;
	backdrop-filter: none;
}

.book-hero-badge.promo,
.book-hero-badge.best {
	background: transparent;
}

.book-hero-content h1 {
	margin-bottom: 18px;
	color: #ffffff;
	font-size: clamp(38px, 5vw, 68px);
	font-weight: 900;
	letter-spacing: -0.3px;
	line-height: 1.02;
	text-transform: none;
}

.book-hero-content h1 span {
	display: block;
	opacity: 0.9;
}

.book-hero-content p {
	max-width: 500px;
	margin-bottom: 18px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 17px;
	line-height: 1.7;
}

.book-hero-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 20px;
	align-items: center;
	margin-bottom: 26px;
	color: rgba(255, 255, 255, 0.88);
	font-size: 14px;
}

.book-hero-meta strong {
	color: #ffffff;
	font-size: 20px;
	font-weight: 800;
}

.book-hero-meta del {
	margin-left: 6px;
	color: rgba(255, 255, 255, 0.65);
	font-size: 14px;
	font-weight: 500;
}

.book-hero-cover {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent !important;
}

.book-hero-cover img {
	position: relative;
	z-index: 2;
	max-height: 455px;
	width: auto;
	background: transparent !important;
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	transform: none !important;
}

.hero-buy-btn {
	border: 1px solid #ffffff !important;
	border-radius: 999px !important;
	background: #ffffff;
	color: #1f1f1f;
	padding: 11px 28px !important;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.65px;
	text-transform: uppercase;
	box-shadow: none !important;
	transition: all 0.2s ease;
}

.hero-buy-btn::after {
	display: none !important;
}

.hero-buy-btn:hover,
.hero-buy-btn:focus,
.hero-buy-btn.show {
	border-color: #ffffff !important;
	background: transparent;
	color: #ffffff;
}

.hero-buy-menu {
	min-width: 220px;
	padding: 8px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 14px 36px rgba(0, 0, 0, 0.18);
}

.hero-buy-menu .dropdown-item {
	border-radius: 12px;
	padding: 10px 13px;
	color: #333333;
	font-size: 13px;
}

.hero-buy-menu .dropdown-item:hover {
	background: #1f1f1f;
	color: #ffffff;
}

.book-hero-arrow {
	position: absolute;
	top: 50%;
	z-index: 60;
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border: 1px solid rgba(255, 255, 255, 0.85) !important;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.18) !important;
	color: #ffffff !important;
	font-size: 38px;
	font-weight: 300;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	opacity: 1 !important;
	visibility: visible !important;
	transform: translateY(-50%);
	box-shadow: none !important;
	outline: none !important;
	transition: all 0.2s ease;
}

.book-hero-arrow:hover,
.book-hero-arrow:focus,
.book-hero-arrow:active {
	border-color: #ffffff !important;
	background: #ffffff !important;
	color: #111111 !important;
}

.book-hero-arrow-prev {
	left: 24px;
}

.book-hero-arrow-next {
	right: 24px;
}

.book-hero-arrow::before,
.book-hero-arrow::after {
	display: none !important;
	content: none !important;
}

.book-hero-indicators {
	bottom: 22px;
	z-index: 50;
	margin-bottom: 0;
}

.book-hero-indicators [data-bs-target] {
	width: 24px;
	height: 4px;
	border: 0;
	border-radius: 999px;
	background-color: rgba(255, 255, 255, 0.45);
	opacity: 1;
}

.book-hero-indicators .active {
	width: 42px;
	background-color: #ffffff;
}

@media (max-width: 767px) {

	.book-hero-section .carousel,
	.book-hero-section .carousel-inner,
	.book-hero-section .carousel-item,
	.book-hero-slide {
		min-height: auto;
	}

	.book-hero-slide {
		padding: 86px 0 54px;
		background-position: center top !important;
	}

	.book-hero-content {
		max-width: 100%;
		margin-top: 22px;
		text-align: center;
	}

	.book-hero-badge {
		margin-bottom: 14px;
		padding: 7px 13px;
		font-size: 10px;
		letter-spacing: 1px;
	}

	.book-hero-content h1 {
		margin-bottom: 14px;
		font-size: 32px;
		letter-spacing: -0.2px;
		line-height: 1.05;
	}

	.book-hero-content p {
		max-width: 92%;
		margin-right: auto;
		margin-bottom: 14px;
		margin-left: auto;
		font-size: 14px;
		line-height: 1.55;
	}

	.book-hero-meta {
		justify-content: center;
		margin-bottom: 20px;
		font-size: 13px;
	}

	.book-hero-meta strong {
		font-size: 17px;
	}

	.book-hero-cover {
		margin-top: 10px;
	}

	.book-hero-cover img {
		max-height: 250px;
	}

	.hero-buy-btn {
		padding: 10px 24px !important;
		font-size: 11px;
	}

	.book-hero-arrow {
		width: 34px;
		height: 34px;
		font-size: 28px;
		background: rgba(0, 0, 0, 0.22) !important;
	}

	.book-hero-arrow-prev {
		left: 10px;
	}

	.book-hero-arrow-next {
		right: 10px;
	}

	.book-hero-indicators {
		bottom: 16px;
	}
}

/* =====================================================
   03. HERO / BANNER DE LIVROS — FIM
===================================================== */


/* =====================================================
   04. CATÁLOGO DE LIVROS — INÍCIO
===================================================== */


.books-filter-pill.is-active {
	border-color: #1f1f1f !important;
	background: #1f1f1f !important;
	color: #ffffff !important;
}

/* =====================================================
   04. CATÁLOGO DE LIVROS — FIM
===================================================== */

/* =====================================================
   05. ENVIO DE ORIGINAIS — INÍCIO
===================================================== */

.original_submission {
	position: relative;
	padding: 80px 0;
	overflow: hidden;
	background-color: #202325;
}

.original_submission::before {
	content: "";
	position: absolute;
	right: -180px;
	bottom: -210px;
	width: 420px;
	height: 420px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 50%;
}

.original_submission::after {
	content: "";
	position: absolute;
	right: -80px;
	bottom: -140px;
	width: 280px;
	height: 280px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 50%;
}

.original_submission .container {
	position: relative;
	z-index: 1;
}

.original_intro {
	max-width: 500px;
}

.original_eyebrow,
.original_modal_eyebrow {
	display: inline-block;
	margin-bottom: 14px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1;
	text-transform: uppercase;
}

.original_eyebrow {
	color: rgba(255, 255, 255, 0.72);
}

.original_intro h2 {
	margin-bottom: 18px;
	color: #ffffff;
	font-size: clamp(34px, 4vw, 50px);
	font-weight: 700;
	letter-spacing: -1.5px;
	line-height: 1.05;
}

.original_description {
	max-width: 450px;
	margin-bottom: 28px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 17px;
	line-height: 1.7;
}

.original_info {
	display: flex;
	flex-direction: column;
	gap: 13px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.original_info li {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	color: rgba(255, 255, 255, 0.86);
	font-size: 14px;
	line-height: 1.55;
}

.original_check {
	display: flex;
	flex: 0 0 20px;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	margin-top: 1px;
	border: 1px solid rgba(255, 255, 255, 0.42);
	border-radius: 50%;
	color: #ffffff;
	font-size: 11px;
}

.original_card {
	padding: clamp(22px, 4vw, 38px);
	border: 1px solid rgba(20, 20, 20, 0.06);
	background: #ffffff;
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.12);
}

.original_form .form-label {
	margin-bottom: 7px;
	color: #222222;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.35px;
	text-transform: uppercase;
}

.original_form .form-control,
.original_form .form-select {
	min-height: 48px;
	padding: 11px 14px;
	border: 1px solid #e1e1e1;
	border-radius: 0;
	background-color: #ffffff;
	color: #222222;
	font-size: 14px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.original_form textarea.form-control {
	min-height: 135px;
	resize: vertical;
}

.original_form .form-control::placeholder {
	color: #a2a2a2;
}

.original_form .form-control:focus,
.original_form .form-select:focus {
	border-color: #222222;
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.06);
}

.original_counter {
	margin-top: 6px;
	color: #999999;
	font-size: 11px;
	text-align: right;
}

.original_file_wrapper {
	position: relative;
}

.original_file_input {
	position: absolute;
	inset: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 0;
}

.original_dropzone {
	display: flex;
	gap: 14px;
	align-items: center;
	padding: 18px;
	border: 1px dashed #c9c9c9;
	background: #fafafa;
	cursor: pointer;
	transition: border-color 0.2s ease, background-color 0.2s ease;
}

.original_dropzone:hover,
.original_dropzone.is_dragging {
	border-color: #222222;
	background: #f5f5f5;
}

.original_dropzone.has_file {
	border-color: #4f7255;
	background: #f8fbf8;
}

.original_file_wrapper:has(.original_file_input:focus-visible) .original_dropzone {
	border-color: #222222;
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.06);
}

.original_upload_icon {
	display: flex;
	flex: 0 0 42px;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 1px solid #dddddd;
	background: #ffffff;
}

.original_upload_icon svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: #222222;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.5;
}

.original_file_text {
	display: flex;
	flex: 1;
	flex-direction: column;
	min-width: 0;
}

.original_file_text strong {
	overflow: hidden;
	color: #222222;
	font-size: 14px;
	font-weight: 700;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.original_file_text small {
	margin-top: 3px;
	color: #888888;
	font-size: 12px;
}

.original_file_button {
	padding: 8px 11px;
	border: 1px solid #dedede;
	background: #ffffff;
	color: #333333;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.4px;
	text-transform: uppercase;
	white-space: nowrap;
}

.original_file_feedback {
	min-height: 18px;
	margin-top: 6px;
	color: #4f7255;
	font-size: 12px;
}

.original_file_feedback.is_error {
	color: #a52828;
}

.original_terms {
	margin-top: 4px;
}

.original_terms .form-check-input {
	margin-top: 4px;
	border-radius: 0;
	box-shadow: none;
}

.original_terms .form-check-input:checked {
	border-color: #222222;
	background-color: #222222;
}

.original_terms .form-check-label {
	color: #686868;
	font-size: 13px;
	line-height: 1.5;
}

.original_terms_link {
	display: inline;
	padding: 0;
	border: 0;
	background: transparent;
	color: #222222;
	font-size: inherit;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.original_terms_link:hover {
	color: #000000;
}

.original_submit {
	width: 100%;
	min-height: 52px;
	margin-top: 2px;
	border: 1px solid #222222;
	border-radius: 0;
	background: #222222;
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.85px;
	text-transform: uppercase;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.original_submit:hover,
.original_submit:focus {
	border-color: #222222;
	background: transparent;
	color: #222222;
}

.original_submit:disabled {
	border-color: #777777;
	background: #777777;
	color: #ffffff;
	cursor: not-allowed;
}

.original_privacy {
	margin: 0;
	color: #999999;
	font-size: 11px;
	line-height: 1.55;
	text-align: center;
}

.original_alert {
	margin-bottom: 20px;
	padding: 13px 15px;
	border: 1px solid transparent;
	font-size: 13px;
	line-height: 1.5;
}

.original_alert.is_success {
	border-color: #c9ddcd;
	background: #f4faf5;
	color: #36543d;
}

.original_alert.is_error {
	border-color: #e8cece;
	background: #fff7f7;
	color: #8c2e2e;
}

.original_honeypot {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.original_modal {
	border: 0;
	border-radius: 0;
}

.original_modal .modal-header {
	padding: 24px 26px;
	border-bottom: 1px solid #eeeeee;
}

.original_modal .modal-body {
	padding: 26px;
	color: #555555;
	font-size: 14px;
	line-height: 1.75;
}

.original_modal .modal-body h6 {
	margin-top: 22px;
	margin-bottom: 5px;
	color: #222222;
	font-size: 14px;
	font-weight: 700;
}

.original_modal .modal-body p {
	margin-bottom: 10px;
}

.original_modal .modal-footer {
	padding: 16px 26px;
	border-top: 1px solid #eeeeee;
}

.original_modal_eyebrow {
	margin-bottom: 6px;
	color: #777777;
}

.original_modal_notice {
	margin-top: 24px;
	padding: 12px 14px;
	border-left: 2px solid #222222;
	background: #f7f7f7;
}

.original_modal_close {
	border: 1px solid #222222;
	border-radius: 0;
	background: #222222;
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.65px;
	text-transform: uppercase;
}

.original_modal_close:hover {
	background: transparent;
	color: #222222;
}

.was-validated .original_file_input:invalid~.original_dropzone {
	border-color: #dc3545;
}

.original_file_invalid {
	display: none;
}

.was-validated .original_file_input:invalid~.original_file_invalid {
	display: block;
}

@media (max-width: 991px) {
	.original_submission {
		padding: 62px 0;
	}

	.original_intro {
		max-width: 680px;
	}
}

@media (max-width: 575px) {
	.original_submission {
		padding: 50px 0;
	}

	.original_intro h2 {
		font-size: 38px;
	}

	.original_dropzone {
		flex-wrap: wrap;
	}

	.original_file_button {
		width: 100%;
		margin-top: 2px;
		text-align: center;
	}
}

/* =====================================================
   05. ENVIO DE ORIGINAIS — FIM
===================================================== */


/* =====================================================
   06. RODAPÉ E CONTATO — INÍCIO
===================================================== */

.icon_box_style1 .icon svg {
	width: 46px;
	height: 46px;
	margin-bottom: 16px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.5;
}

.contact_info_light a {
	color: inherit;
}

.contact_info_light a:hover {
	color: #FF324D;
}

.copyright .copy {
	font-size: 12px;
}

.copyright .author {
	font-size: 10px;
}

/* =====================================================
   06. RODAPÉ E CONTATO — FIM
===================================================== */

/* =====================================================
   BANNER LIVRO DESTAQUE — PRINCÍPIOS PODEROSOS
===================================================== */

.book-banner-3 {
	position: relative;
	overflow: hidden;
	padding: 80px 0 0;
	background: #d5d2d2;
}

.book-banner-3 .trand_banner_text {
	max-width: 540px;
}

.book-banner-3 .heading_s1 {
	margin-bottom: 18px;
}

.book-banner-3 .sub_heading {
	display: inline-flex;
	align-items: center;
	margin-bottom: 16px;
	padding: 8px 16px;
	border: 1px solid rgba(31, 31, 31, 0.18);
	border-radius: 999px;
	background: #ffffff;
	color: #1f1f1f;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 1.3px;
	line-height: 1;
	text-transform: uppercase;
}

.book-banner-3 .heading_s1 h2 {
	max-width: 520px;
	margin-bottom: 18px;
	color: #151515;
	font-size: clamp(34px, 4vw, 54px);
	font-weight: 900;
	letter-spacing: -1.3px;
	line-height: 1.02;
	text-transform: none;
}

.book-banner-3 h5 {
	max-width: 460px;
	margin-bottom: 26px !important;
	color: #686868;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.65;
}

/* Botão no padrão atual */
.book-banner-3 .btn {
	border: 1px solid #1f1f1f !important;
	border-radius: 999px !important;
	background: #d5d2d2 !important;
	color: #ffffff !important;
	padding: 11px 28px !important;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.65px;
	text-transform: uppercase;
	box-shadow: none !important;
	transition: all 0.22s ease;
}

.book-banner-3 .btn:hover,
.book-banner-3 .btn:focus {
	background: transparent !important;
	color: #1f1f1f !important;
	border-color: #1f1f1f !important;
}

/* Imagem do livro */
.book-banner-3 .trading_img {
	position: relative;
}

.book-banner-3 .trading_img img {
	max-height: 520px;
	width: auto;
	max-width: 100%;
	display: inline-block;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

.book-banner-3 {
	overflow: visible;
}

/* Botão Onde Comprar — Banner livro destaque */
.book-banner-3 .book-banner-buy-btn {
	border: 1px solid #1f1f1f !important;
	border-radius: 999px !important;
	background: #d5d2d2 !important;
	color: #1f1f1f !important;
	padding: 10px 26px !important;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.65px;
	text-transform: uppercase;
	box-shadow: none !important;
	transition: all 0.22s ease;
}

.book-banner-3 .book-banner-buy-btn::after {
	display: none !important;
}

.book-banner-3 .book-banner-buy-btn:hover,
.book-banner-3 .book-banner-buy-btn:focus,
.book-banner-3 .book-banner-buy-btn.show {
	background: #1f1f1f !important;
	color: #ffffff !important;
	border-color: #1f1f1f !important;
}

.book-banner-3 .book-banner-buy-menu {
	min-width: 220px;
	padding: 8px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 14px 36px rgba(0, 0, 0, 0.16);
}

.book-banner-3 .book-banner-buy-menu .dropdown-item {
	border-radius: 12px;
	padding: 10px 13px;
	color: #333333;
	font-size: 13px;
}

.book-banner-3 .book-banner-buy-menu .dropdown-item:hover {
	background: #1f1f1f;
	color: #ffffff;
}

/* Mobile */
@media (max-width: 767px) {

	.book-banner-3 {
		padding: 54px 0 0;
		text-align: center;
	}

	.book-banner-3 .trand_banner_text {
		max-width: 100%;
		margin: 0 auto;
	}

	.book-banner-3 .heading_s1 h2 {
		max-width: 100%;
		font-size: 32px;
		letter-spacing: -0.6px;
		line-height: 1.05;
	}

	.book-banner-3 h5 {
		max-width: 92%;
		margin-left: auto;
		margin-right: auto;
		font-size: 14px;
		line-height: 1.55;
	}

	.book-banner-3 .btn {
		padding: 10px 24px !important;
		font-size: 11px;
	}

	.book-banner-3 .trading_img img {
		max-height: 330px;
		margin-top: 10px;
	}
}

/* =====================================================
   FIM BANNER LIVRO DESTAQUE — PRINCÍPIOS PODEROSOS
===================================================== */

/* =====================================================
   POPUP — CHAMADA PARA AUTORES
===================================================== */

.author_popup .modal-dialog {
	max-width: 860px;
}

.author_popup .modal-content {
	border: 0;
	border-radius: 26px;
	overflow: hidden;
	background: #ffffff;
	box-shadow: 0 28px 90px rgba(0, 0, 0, 0.28);
}

.author_popup_content {
	position: relative;
}

.author_popup .modal-body {
	padding: 0;
}

.author_popup_close {
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border: 0;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.52);
	color: #ffffff;
	font-size: 32px;
	line-height: 1;
	cursor: pointer;
	transition: all 0.2s ease;
}

.author_popup_close:hover {
	background: #111111;
	color: #ffffff;
}

.author_popup_image {
	position: relative;
	min-height: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.author_popup_image_overlay {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: flex-end;
	padding: 28px;
	background: linear-gradient(180deg, transparent 35%, rgba(0, 0, 0, 0.56) 100%);
}

.author_popup_image_overlay span {
	display: inline-flex;
	padding: 8px 14px;
	border: 1px solid rgba(255, 255, 255, 0.42);
	border-radius: 999px;
	color: #ffffff;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 1.4px;
	text-transform: uppercase;
}

.author_popup_text {
	padding: 48px 46px 38px;
}

.author_popup_eyebrow {
	display: inline-block;
	margin-bottom: 14px;
	color: #777777;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 1.8px;
	line-height: 1;
	text-transform: uppercase;
}

.author_popup_text h3 {
	margin-bottom: 16px;
	color: #151515;
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 900;
	letter-spacing: -1px;
	line-height: 1.05;
}

.author_popup_text p {
	margin-bottom: 20px;
	color: #666666;
	font-size: 15px;
	line-height: 1.7;
}

.author_popup_list {
	display: flex;
	flex-direction: column;
	gap: 9px;
	margin: 0 0 26px;
	padding: 0;
	list-style: none;
}

.author_popup_list li {
	position: relative;
	padding-left: 24px;
	color: #333333;
	font-size: 14px;
	line-height: 1.45;
}

.author_popup_list li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0;
	color: #1f1f1f;
	font-weight: 900;
}

.author_popup_whatsapp {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 48px;
	margin-bottom: 10px;
	border: 1px solid #1f1f1f;
	border-radius: 999px;
	background: #1f1f1f;
	color: #ffffff;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.6px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.22s ease;
}

.author_popup_whatsapp:hover {
	background: transparent;
	color: #1f1f1f;
}

.author_popup_secondary {
	width: 100%;
	min-height: 44px;
	border: 1px solid #dddddd;
	border-radius: 999px;
	background: #ffffff;
	color: #555555;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.4px;
	text-transform: uppercase;
	transition: all 0.22s ease;
}

.author_popup_secondary:hover {
	border-color: #1f1f1f;
	color: #1f1f1f;
}

.author_popup_check {
	margin-top: 18px;
}

.author_popup_check .form-check-label {
	color: #777777;
	font-size: 12px;
}

.author_popup_check .form-check-input {
	margin-top: 2px;
	box-shadow: none;
}

.author_popup_check .form-check-input:checked {
	border-color: #1f1f1f;
	background-color: #1f1f1f;
}

/* Mobile */
@media (max-width: 767px) {

	.author_popup .modal-dialog {
		max-width: calc(100% - 24px);
		margin: 12px auto;
	}

	.author_popup .modal-content {
		border-radius: 22px;
	}

	.author_popup_image {
		min-height: 220px;
	}

	.author_popup_image_overlay {
		padding: 20px;
	}

	.author_popup_text {
		padding: 30px 24px 26px;
		text-align: center;
	}

	.author_popup_text h3 {
		font-size: 28px;
		letter-spacing: -0.6px;
	}

	.author_popup_text p {
		font-size: 14px;
	}

	.author_popup_list {
		text-align: left;
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 22px;
	}

	.author_popup_whatsapp,
	.author_popup_secondary {
		font-size: 11px;
	}

	.author_popup_check {
		display: flex;
		justify-content: center;
	}
}

/* =====================================================
   FIM POPUP — CHAMADA PARA AUTORES
===================================================== */

/* =====================================================
   COOKIE BAR — AVISO DE COOKIES
===================================================== */

.cookie_bar {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1035;
	width: 100%;
	padding: 16px 0;
	background: #ffffff;
	border-top: 1px solid rgba(20, 20, 20, 0.08);
	box-shadow: 0 -12px 38px rgba(0, 0, 0, 0.12);
	transform: translateY(120%);
	opacity: 0;
	visibility: hidden;
	transition: transform 0.35s ease, opacity 0.35s ease, visibility 0.35s ease;
}

.cookie_bar.is_visible {
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

.cookie_bar_inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.cookie_bar p {
	max-width: 860px;
	margin: 0;
	color: #686868;
	font-size: 13px;
	line-height: 1.55;
}

.cookie_bar_actions {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 10px;
}

.cookie_bar_link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 16px;
	border: 1px solid #dddddd;
	border-radius: 999px;
	background: #ffffff;
	color: #555555;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.45px;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.22s ease;
}

.cookie_bar_link:hover {
	border-color: #1f1f1f;
	color: #1f1f1f;
}

.cookie_bar_button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 22px;
	border: 1px solid #1f1f1f;
	border-radius: 999px;
	background: #1f1f1f;
	color: #ffffff;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.45px;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.22s ease;
}

.cookie_bar_button:hover {
	background: transparent;
	color: #1f1f1f;
}

/* Mobile */
@media (max-width: 767px) {

	.cookie_bar {
		padding: 16px 0;
	}

	.cookie_bar_inner {
		flex-direction: column;
		align-items: flex-start;
		gap: 14px;
	}

	.cookie_bar p {
		font-size: 12px;
		line-height: 1.55;
	}

	.cookie_bar_actions {
		width: 100%;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}

	.cookie_bar_link,
	.cookie_bar_button {
		width: 100%;
		min-height: 42px;
		padding: 0 14px;
		font-size: 10px;
	}
}

.cookie_bar_link {
	cursor: pointer;
	font-family: inherit;
}

.cookie_bar_link:focus {
	outline: none;
	box-shadow: none;
}

/* =====================================================
   FIM COOKIE BAR — AVISO DE COOKIES
===================================================== */

/* =====================================================
   MODAL — POLÍTICA DE COOKIES
===================================================== */

/* Mobile */

/* =====================================================
   FIM MODAL — POLÍTICA DE COOKIES
===================================================== */

/* =====================================================
   GOOGLE RECAPTCHA V3
===================================================== */

/* Reduz tamanho */
.grecaptcha-badge {
	transform: scale(0.85);
	transform-origin: bottom right;
}

/* Afasta da seta de voltar ao topo */
.grecaptcha-badge {
	bottom: 80px !important;
}

/* Mobile */
@media (max-width: 767px) {
	.grecaptcha-badge {
		transform: scale(0.75);
		bottom: 70px !important;
	}
}

/* =====================================================
   PRELOADER — EDITORA NEWCASTLE
===================================================== */

/* Remove as bolinhas antigas caso ainda existam */

/* =====================================================
   FOOTER — LINKS LEGAIS
===================================================== */

.footer_legal_links li {
	margin-bottom: 8px;
}

.footer_legal_link {
	display: inline;
	padding: 0;
	border: 0;
	background: transparent;
	color: inherit;
	font: inherit;
	line-height: inherit;
	text-align: left;
	cursor: pointer;
	transition: all 0.2s ease;
}

.footer_legal_link:hover,
.footer_legal_link:focus {
	color: #ffffff;
	text-decoration: none;
	outline: none;
}

/* =====================================================
   FIM FOOTER — LINKS LEGAIS
===================================================== */


/* =====================================================
   MODAIS — POLÍTICAS LEGAIS
===================================================== */

.legal_policy_modal .modal-dialog {
	max-width: 860px;
}

.legal_policy_modal .modal-content {
	position: relative;
	border: 0;
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 28px 90px rgba(0, 0, 0, 0.24);
	overflow: hidden;
}

.legal_policy_modal .modal-body {
	max-height: 82vh;
	overflow-y: auto;
	padding: 46px 48px 42px;
}

.legal_policy_close {
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border: 0;
	border-radius: 50%;
	background: #1f1f1f;
	color: #ffffff;
	font-size: 32px;
	line-height: 1;
	cursor: pointer;
	transition: all 0.2s ease;
}

.legal_policy_close:hover {
	background: #000000;
	color: #ffffff;
}

.legal_policy_eyebrow {
	display: inline-block;
	margin-bottom: 14px;
	color: #777777;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 1.8px;
	line-height: 1;
	text-transform: uppercase;
}

.legal_policy_modal h3 {
	margin-bottom: 18px;
	color: #151515;
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 900;
	letter-spacing: -1px;
	line-height: 1.05;
}

.legal_policy_modal h4 {
	margin: 26px 0 10px;
	color: #151515;
	font-size: 17px;
	font-weight: 800;
	letter-spacing: -0.2px;
}

.legal_policy_modal p {
	margin-bottom: 16px;
	color: #686868;
	font-size: 14px;
	line-height: 1.7;
}

.legal_policy_modal a {
	color: #1f1f1f;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.legal_policy_note {
	margin-top: 24px;
	color: #999999 !important;
	font-size: 12px !important;
}

.legal_policy_actions {
	margin-top: 28px;
}

.legal_policy_button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 28px;
	border: 1px solid #1f1f1f;
	border-radius: 999px;
	background: #1f1f1f;
	color: #ffffff;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.22s ease;
}

.legal_policy_button:hover {
	background: transparent;
	color: #1f1f1f;
}

/* Mobile */
@media (max-width: 767px) {

	.legal_policy_modal .modal-dialog {
		max-width: calc(100% - 24px);
		margin: 12px auto;
	}

	.legal_policy_modal .modal-content {
		border-radius: 22px;
	}

	.legal_policy_modal .modal-body {
		max-height: 84vh;
		padding: 34px 24px 28px;
	}

	.legal_policy_modal h3 {
		font-size: 28px;
		letter-spacing: -0.6px;
	}

	.legal_policy_modal h4 {
		font-size: 16px;
	}

	.legal_policy_modal p {
		font-size: 13px;
		line-height: 1.65;
	}

	.legal_policy_button {
		width: 100%;
	}
}

/* =====================================================
   FOOTER — AJUSTE LINKS LEGAIS
===================================================== */

.footer_dark .footer_legal_link {
    display: inline-block;
    width: auto;
    padding: 0;
    border: 0;
    background: transparent !important;
    color: rgba(255, 255, 255, 0.75) !important;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-align: left;
    cursor: pointer;
    box-shadow: none !important;
    outline: none !important;
}

.footer_dark .footer_legal_link:hover,
.footer_dark .footer_legal_link:focus {
    color: #ffffff !important;
    background: transparent !important;
    text-decoration: none;
}

.footer_dark .footer_legal_links li {
    margin-bottom: 8px;
}

.footer_dark .widget_links .footer_legal_link {
    color: #bfbfbf !important;
}

.footer_dark .widget_links .footer_legal_link:hover {
    color: #ffffff !important;
}
/* =====================================================
   FIM MODAIS — POLÍTICAS LEGAIS
===================================================== */

/* =====================================================
   EDITORA NEWCASTLE — CUSTOMIZAÇÕES DO SITE
   Fim das regras específicas do projeto.
===================================================== */

/* =====================================================
   16. NOVAS SEÇÕES INSTITUCIONAIS — INÍCIO
   Mantém a paleta e a linguagem visual existentes.
===================================================== */

#autores-newcastle,
#editora-newcastle,
#universo-editorial,
#envie-seu-original {
    scroll-margin-top: 118px;
}

.newcastle-editorial-menu > .dropdown-menu {
    min-width: 230px;
    padding: 10px 0;
}

.newcastle-editorial-menu > .dropdown-menu .dropdown-item {
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 500;
    text-transform: none;
}

.newcastle-authors-section {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: #1f1f1f;
}

.newcastle-authors-section::before {
    position: absolute;
    top: -180px;
    right: -160px;
    width: 440px;
    height: 440px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    content: "";
}

.newcastle-authors-section::after {
    position: absolute;
    bottom: -250px;
    left: -220px;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 50%;
    content: "";
}

.newcastle-authors-section .container {
    position: relative;
    z-index: 1;
}

.authors-section-heading {
    margin-bottom: 48px;
}

.authors-section-heading .sub_heading,
.editorial-universe-heading .sub_heading,
.newcastle-about-copy .sub_heading {
    display: inline-block;
    margin-bottom: 12px;
    color: #FF324D;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.authors-section-heading h2 {
    margin-bottom: 16px;
    color: #ffffff;
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.15;
}

.authors-section-heading p {
    max-width: 720px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    line-height: 1.8;
}

.authors-showcase {
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.045);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.2);
}

.authors-filter-wrap {
    overflow-x: auto;
    margin-bottom: 18px;
    padding-bottom: 4px;
    scrollbar-width: thin;
}

.authors-filter-nav {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    min-width: max-content;
}

.authors-filter-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 54px;
    padding: 8px 15px 8px 9px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: transparent;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    transition: all .25s ease;
}

.authors-filter-button:hover,
.authors-filter-button:focus,
.authors-filter-button.active {
    border-color: #ffffff;
    background: #ffffff;
    color: #1f1f1f;
}

.author-profile-card {
    display: grid;
    grid-template-columns: minmax(270px, .86fr) minmax(0, 1.5fr);
    gap: 28px;
    padding: 38px;
    border-radius: 14px;
    background: #ffffff;
}

.author-profile-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.author-profile-label {
    margin-bottom: 18px;
    color: #FF324D;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.author-catalog-link {
    margin-top: 26px;
    padding: 12px 22px;
    border-radius: 0;
    background: #1f1f1f;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .4px;
    text-transform: uppercase;
}

.author-catalog-link:hover,
.author-catalog-link:focus {
    border-color: #FF324D;
    background: #FF324D;
}

.author-books-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.author-book-item {
    overflow: hidden;
    border: 1px solid #eeeeee;
    background: #ffffff;
    transition: transform .25s ease, box-shadow .25s ease;
}

.author-book-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 35px rgba(31, 31, 31, 0.1);
}

.author-book-item img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    object-position: top center;
}

.author-book-item > div {
    padding: 18px;
}

.author-book-item span {
    display: block;
    margin-bottom: 6px;
    color: #777777;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .7px;
    text-transform: uppercase;
}

.author-book-item h4 {
    min-height: 44px;
    margin-bottom: 12px;
    color: #1f1f1f;
    font-size: 15px;
    line-height: 1.45;
}

.author-book-item a,
.author-book-soon {
    color: #FF324D !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    letter-spacing: .4px !important;
    text-decoration: none;
    text-transform: uppercase;
}

.newcastle-about-section {
    overflow: hidden;
    padding: 110px 0;
    background: #ffffff;
}

.newcastle-about-visual {
    position: relative;
    min-height: 590px;
}

.newcastle-about-shape {
    position: absolute;
    inset: 55px 35px 20px 30px;
    background: #f5f5f5;
}

.newcastle-about-shape::before {
    position: absolute;
    top: -24px;
    left: -24px;
    width: 100px;
    height: 100px;
    border-top: 2px solid #FF324D;
    border-left: 2px solid #FF324D;
    content: "";
}

.newcastle-about-seal {
    position: absolute;
    z-index: 4;
    right: 1%;
    top: 10px;
    display: flex;
    width: 112px;
    height: 112px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #FF324D;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .8px;
    line-height: 1.4;
    text-align: center;
    text-transform: uppercase;
}

.newcastle-about-copy h2,
.editorial-universe-heading h2 {
    margin-bottom: 22px;
    color: #1f1f1f;
    font-size: clamp(34px, 4vw, 50px);
    line-height: 1.14;
}

.newcastle-about-copy > p {
    margin-bottom: 14px;
    color: #687188;
    font-size: 15px;
    line-height: 1.85;
}

.newcastle-about-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 24px;
    margin-top: 34px;
}

.newcastle-about-points article {
    display: flex;
    gap: 13px;
}

.newcastle-about-points article > span {
    flex: 0 0 auto;
    color: #FF324D;
    font-size: 12px;
    font-weight: 800;
}

.newcastle-about-points h3 {
    margin: 0 0 5px;
    color: #1f1f1f;
    font-size: 15px;
}

.newcastle-about-points p {
    margin: 0;
    color: #777777;
    font-size: 12px;
    line-height: 1.65;
}

.newcastle-about-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 22px;
    margin-top: 34px;
}

.newcastle-about-actions .btn {
    padding: 13px 24px;
    border-radius: 0;
    background: #1f1f1f;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .4px;
    text-transform: uppercase;
}

.newcastle-about-actions .btn:hover,
.newcastle-about-actions .btn:focus {
    border-color: #FF324D;
    background: #FF324D;
}

.newcastle-text-link {
    color: #1f1f1f;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.newcastle-text-link span {
    margin-left: 5px;
    color: #FF324D;
    transition: margin .2s ease;
}

.newcastle-text-link:hover span {
    margin-left: 10px;
}

.editorial-universe-section {
    overflow: hidden;
    padding: 100px 0 110px;
    background: #f5f5f5;
}

.editorial-universe-heading {
    margin-bottom: 44px;
}

.editorial-universe-heading h2 {
    margin-bottom: 0;
}

.editorial-universe-heading p {
    margin: 0;
    color: #687188;
    font-size: 15px;
    line-height: 1.8;
}

.editorial-marquee {
    width: 100%;
    overflow: hidden;
    padding: 10px 0 24px;
}

.editorial-marquee-track {
    display: flex;
    width: max-content;
    gap: 22px;
    padding-left: 22px;
    animation: newcastleEditorialMarquee 42s linear infinite;
    will-change: transform;
}

.editorial-marquee:hover .editorial-marquee-track,
.editorial-marquee:focus-within .editorial-marquee-track {
    animation-play-state: paused;
}

.editorial-universe-card {
    position: relative;
    flex: 0 0 380px;
    height: 285px;
    overflow: hidden;
    background: #1f1f1f;
    box-shadow: 0 16px 35px rgba(31, 31, 31, 0.12);
}

.editorial-universe-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.editorial-universe-card::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .82), rgba(0, 0, 0, .02) 66%);
    content: "";
}

.editorial-universe-card > div {
    position: absolute;
    z-index: 2;
    right: 24px;
    bottom: 22px;
    left: 24px;
}

.editorial-universe-card span {
    display: block;
    margin-bottom: 7px;
    color: #FF324D;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.editorial-universe-card h3 {
    margin: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.35;
}

.editorial-universe-card:hover img {
    transform: scale(1.045);
}

@keyframes newcastleEditorialMarquee {
    from { transform: translateX(0); }
    to { transform: translateX(calc(-50% - 11px)); }
}

@media (max-width: 1199px) {
    .author-profile-card {
        grid-template-columns: 1fr;
    }

    .newcastle-about-visual {
        min-height: 530px;
    }
}

@media (max-width: 991px) {
    .newcastle-editorial-menu > .dropdown-menu {
        padding: 0;
        border: 0;
        box-shadow: none;
    }

    .newcastle-editorial-menu > .dropdown-menu .dropdown-item {
        padding-left: 28px;
    }

    .newcastle-authors-section,
    .newcastle-about-section,
    .editorial-universe-section {
        padding: 78px 0;
    }

    .author-profile-card {
        padding: 28px;
    }

    .newcastle-about-visual {
        max-width: 590px;
        margin: 0 auto 28px;
    }
}

@media (max-width: 767px) {
    #autores-newcastle,
    #editora-newcastle,
    #universo-editorial,
    #envie-seu-original {
        scroll-margin-top: 96px;
    }

    .authors-section-heading {
        margin-bottom: 32px;
    }

    .authors-section-heading h2,
    .newcastle-about-copy h2,
    .editorial-universe-heading h2 {
        font-size: 31px;
    }

    .authors-showcase {
        padding: 11px;
        border-radius: 12px;
    }

    .author-profile-card {
        padding: 22px;
    }

    .author-books-grid {
        grid-template-columns: 1fr;
    }

    .author-book-item {
        display: grid;
        grid-template-columns: 112px minmax(0, 1fr);
    }

    .author-book-item img {
        height: 100%;
        min-height: 170px;
    }

    .author-book-item h4 {
        min-height: 0;
    }

    .newcastle-about-visual {
        min-height: 430px;
    }

    .newcastle-about-seal {
        width: 88px;
        height: 88px;
        font-size: 9px;
    }

    .newcastle-about-points {
        grid-template-columns: 1fr;
    }

    .editorial-universe-heading {
        margin-bottom: 28px;
    }

    .editorial-universe-card {
        flex-basis: 300px;
        height: 235px;
    }

    .editorial-universe-card h3 {
        font-size: 17px;
    }
}

@media (max-width: 479px) {
    .newcastle-authors-section,
    .newcastle-about-section,
    .editorial-universe-section {
        padding: 62px 0;
    }

    .author-profile-card {
        padding: 18px;
    }

    .author-book-item {
        grid-template-columns: 95px minmax(0, 1fr);
    }

    .author-book-item > div {
        padding: 14px;
    }

    .newcastle-about-visual {
        min-height: 360px;
    }

    .newcastle-about-seal {
        right: 0;
        width: 72px;
        height: 72px;
        font-size: 8px;
    }

    .editorial-universe-card {
        flex-basis: 260px;
        height: 210px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .editorial-marquee-track {
        animation: none;
    }
}

/* =====================================================
   16. NOVAS SEÇÕES INSTITUCIONAIS — FIM
===================================================== */



/* ======================================================================
   ETAPA 2 — SISTEMA VISUAL MONOCROMÁTICO / 22-06-2026
   ====================================================================== */
:root {
    --nc-black: #090909;
    --nc-charcoal: #151515;
    --nc-graphite: #262626;
    --nc-gray-800: #383838;
    --nc-gray-700: #525252;
    --nc-gray-600: #6b6b6b;
    --nc-gray-500: #858585;
    --nc-gray-400: #ababab;
    --nc-gray-300: #d0d0d0;
    --nc-gray-200: #e5e5e5;
    --nc-gray-100: #f3f3f3;
    --nc-white: #ffffff;
    --nc-radius-sm: 10px;
    --nc-radius: 18px;
    --nc-radius-lg: 30px;
    --nc-shadow: 0 24px 70px rgba(0,0,0,.10);
    --nc-container: 1320px;
}
html { scroll-behavior: smooth; }
body.newcastle-stage-two {
    background: var(--nc-white);
    color: var(--nc-black);
    font-family: "Poppins", sans-serif;
    letter-spacing: -.01em;
    overflow-x: hidden;
}
body.newcastle-stage-two.whatsapp-open { overflow: hidden; }
body.newcastle-stage-two .container { max-width: var(--nc-container); }
body.newcastle-stage-two h1,
body.newcastle-stage-two h2,
body.newcastle-stage-two h3,
body.newcastle-stage-two h4,
body.newcastle-stage-two h5,
body.newcastle-stage-two h6 { color: var(--nc-black); font-family: "Poppins", sans-serif; letter-spacing: -.045em; }
body.newcastle-stage-two p { color: var(--nc-gray-700); }
body.newcastle-stage-two a { transition: color .25s ease, background-color .25s ease, border-color .25s ease, transform .25s ease, opacity .25s ease; }
body.newcastle-stage-two section[id], body.newcastle-stage-two div[id="conheca-os-livros"] { scroll-margin-top: 112px; }
.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: var(--nc-gray-700);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .18em;
    line-height: 1.2;
    text-transform: uppercase;
}
.section-kicker::before { content: ""; width: 30px; height: 1px; background: currentColor; }
.section-kicker-light { color: var(--nc-gray-400); }

/* Header */
body.newcastle-stage-two .newcastle-topbar { background: var(--nc-black) !important; border: 0; min-height: 38px; }
body.newcastle-stage-two .newcastle-topbar-inner { min-height: 38px; }
body.newcastle-stage-two .newcastle-topbar-contact,
body.newcastle-stage-two .newcastle-social a { color: var(--nc-white) !important; }
body.newcastle-stage-two .newcastle-topbar-contact { font-size: 12px; letter-spacing: .05em; }
body.newcastle-stage-two .newcastle-whatsapp-icon,
body.newcastle-stage-two .newcastle-social svg { fill: currentColor; }
body.newcastle-stage-two .bottom_header { background: rgba(255,255,255,.96) !important; border-bottom: 1px solid var(--nc-gray-200); box-shadow: none !important; backdrop-filter: blur(16px); }
body.newcastle-stage-two .navbar { min-height: 82px; }
body.newcastle-stage-two .navbar-brand img { max-height: 55px; width: auto; }
body.newcastle-stage-two .navbar-nav > li > .nav-link { color: var(--nc-black) !important; font-size: 12px; font-weight: 600; letter-spacing: .08em; padding: 31px 16px !important; text-transform: uppercase; }
body.newcastle-stage-two .navbar-nav > li > .nav-link:hover,
body.newcastle-stage-two .navbar-nav > li > .nav-link:focus { color: var(--nc-gray-600) !important; }
body.newcastle-stage-two .dropdown-menu { border: 1px solid var(--nc-gray-200); border-radius: 0 0 var(--nc-radius) var(--nc-radius); box-shadow: var(--nc-shadow); }
body.newcastle-stage-two .dropdown-header { color: var(--nc-black); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
body.newcastle-stage-two .dropdown-item { color: var(--nc-gray-700); }
body.newcastle-stage-two .dropdown-item:hover,
body.newcastle-stage-two .dropdown-item:focus { background: var(--nc-gray-100); color: var(--nc-black); }
body.newcastle-stage-two .header-banner img { filter: grayscale(1); }
body.newcastle-stage-two .header-banner::before { background: rgba(0,0,0,.38); }
body.newcastle-stage-two .navbar-toggler { color: var(--nc-black); border: 1px solid var(--nc-gray-300); }

/* Loader, cookies, popups */
body.newcastle-stage-two .cookie_bar { background: var(--nc-charcoal); border-color: var(--nc-gray-800); }
body.newcastle-stage-two .cookie_bar p,
body.newcastle-stage-two .cookie_bar_link { color: var(--nc-gray-300); }
body.newcastle-stage-two .cookie_bar_button,
body.newcastle-stage-two .legal_policy_button { background: var(--nc-white); color: var(--nc-black); border-color: var(--nc-white); }
body.newcastle-stage-two .author_popup_content,
body.newcastle-stage-two .modal-content { border-radius: var(--nc-radius-lg); overflow: hidden; }
body.newcastle-stage-two .author_popup_image { filter: grayscale(1); }
body.newcastle-stage-two .author_popup_whatsapp { background: var(--nc-black); border-color: var(--nc-black); color: var(--nc-white); }

/* Hero */
body.newcastle-stage-two .book-hero-section { background: var(--nc-black); }
body.newcastle-stage-two .book-hero-slide {
    min-height: 690px;
    background-color: var(--nc-charcoal);
    background-blend-mode: luminosity;
    position: relative;
    isolation: isolate;
}
body.newcastle-stage-two .book-hero-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(0,0,0,.92) 0%, rgba(0,0,0,.65) 44%, rgba(0,0,0,.05) 78%), linear-gradient(0deg, rgba(0,0,0,.45), transparent 45%);
}
body.newcastle-stage-two .book-hero-content { max-width: 640px; padding: 110px 0 90px; }
body.newcastle-stage-two .book-hero-badge { background: transparent; border: 1px solid rgba(255,255,255,.5); color: var(--nc-white); border-radius: 999px; font-size: 10px; letter-spacing: .16em; padding: 8px 14px; text-transform: uppercase; }
body.newcastle-stage-two .book-hero-content h1 { color: var(--nc-white); font-size: clamp(52px, 6.2vw, 92px); font-weight: 700; line-height: .95; margin: 22px 0 26px; max-width: 760px; }
body.newcastle-stage-two .book-hero-content h1 span { color: var(--nc-gray-400); }
body.newcastle-stage-two .book-hero-content > p { color: var(--nc-gray-300); font-size: 18px; line-height: 1.7; max-width: 520px; }
body.newcastle-stage-two .book-hero-meta { border-top: 1px solid rgba(255,255,255,.24); margin-top: 34px; padding-top: 24px; }
body.newcastle-stage-two .book-hero-meta span { color: var(--nc-gray-300); }
body.newcastle-stage-two .book-hero-meta strong { color: var(--nc-white); }
body.newcastle-stage-two .hero-buy-btn { background: var(--nc-white) !important; border: 1px solid var(--nc-white) !important; color: var(--nc-black) !important; border-radius: 999px !important; font-weight: 600; padding: 14px 24px !important; }
body.newcastle-stage-two .hero-buy-btn:hover { background: var(--nc-gray-200) !important; border-color: var(--nc-gray-200) !important; transform: translateY(-2px); }
body.newcastle-stage-two .book-hero-indicators button { background: var(--nc-white); border-radius: 0; height: 2px; width: 44px; opacity: .35; }
body.newcastle-stage-two .book-hero-indicators button.active { opacity: 1; }

/* Promotional banners */
body.newcastle-stage-two .single_banner { border-radius: var(--nc-radius); overflow: hidden; background: var(--nc-black); }
body.newcastle-stage-two .single_banner img { filter: grayscale(1); transition: transform .6s ease; }
body.newcastle-stage-two .single_banner:hover img { transform: scale(1.035); }
body.newcastle-stage-two .single_banner::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(0,0,0,.78),rgba(0,0,0,.12)); pointer-events:none; }
body.newcastle-stage-two .single_banner_info { z-index: 2; }
body.newcastle-stage-two .single_bn_title1,
body.newcastle-stage-two .single_bn_title,
body.newcastle-stage-two .single_bn_link { color: var(--nc-white) !important; }
body.newcastle-stage-two .single_bn_link { border-bottom-color: var(--nc-white); }

/* Catalog */
body.newcastle-stage-two .books-section { background: var(--nc-gray-100); padding-top: 120px !important; padding-bottom: 120px !important; }

/* Shop info */
body.newcastle-stage-two .icon_box_style1 { border-top: 1px solid var(--nc-gray-300); padding: 36px 28px 10px; }
body.newcastle-stage-two .icon_box_style1 .icon svg { stroke: var(--nc-black); }
body.newcastle-stage-two .icon_box_content h5 { font-size: 17px; }
body.newcastle-stage-two .icon_box_content p { color: var(--nc-gray-600); font-size: 13px; }

/* Authors */
body.newcastle-stage-two .newcastle-authors-section { background: var(--nc-black); color: var(--nc-white); padding: 126px 0; }
body.newcastle-stage-two .newcastle-authors-section::before,
body.newcastle-stage-two .newcastle-authors-section::after { display: none; }
body.newcastle-stage-two .authors-section-heading h2 { color: var(--nc-white); font-size: clamp(48px, 6vw, 82px); font-weight: 700; line-height: .98; margin: 0; max-width: 850px; }
body.newcastle-stage-two .authors-section-intro { color: var(--nc-gray-400); font-size: 15px; line-height: 1.75; margin: 0 0 8px; }
body.newcastle-stage-two .authors-showcase { display: grid; grid-template-columns: 285px minmax(0,1fr); gap: 32px; margin-top: 64px; }
body.newcastle-stage-two .authors-filter-wrap { background: var(--nc-charcoal); border: 1px solid var(--nc-graphite); border-radius: var(--nc-radius); height: fit-content; overflow: hidden; padding: 12px; position: sticky; top: 138px; }
body.newcastle-stage-two .authors-filter-title { color: var(--nc-gray-500); display: block; font-size: 10px; font-weight: 600; letter-spacing: .14em; padding: 13px 14px 18px; text-transform: uppercase; }
body.newcastle-stage-two .authors-filter-nav { display: flex; flex-direction: column; gap: 2px; }
body.newcastle-stage-two .authors-filter-button { align-items: center; background: transparent; border: 0; border-radius: 12px; color: var(--nc-gray-400); display: grid; grid-template-columns: 30px minmax(0,1fr) 20px; gap: 10px; padding: 15px 13px; text-align: left; width: 100%; }
body.newcastle-stage-two .authors-filter-button:hover { background: var(--nc-graphite); color: var(--nc-white); }
body.newcastle-stage-two .authors-filter-button.active { background: var(--nc-white); color: var(--nc-black); }
body.newcastle-stage-two .authors-filter-index { font-size: 10px; letter-spacing: .08em; opacity: .58; }
body.newcastle-stage-two .authors-filter-copy { display: flex; flex-direction: column; min-width: 0; }
body.newcastle-stage-two .authors-filter-copy strong { color: inherit; font-size: 13px; font-weight: 600; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
body.newcastle-stage-two .authors-filter-copy small { color: inherit; font-size: 10px; margin-top: 3px; opacity: .58; }
body.newcastle-stage-two .authors-filter-arrow { font-size: 14px; justify-self: end; opacity: .55; }
body.newcastle-stage-two .authors-tab-content { min-width: 0; }
body.newcastle-stage-two .author-profile-card { background: var(--nc-white); border-radius: var(--nc-radius-lg); display: grid; grid-template-columns: minmax(250px, .78fr) minmax(280px, 1fr); grid-template-areas: "portrait copy" "portrait books"; gap: 0; min-height: 650px; overflow: hidden; }
body.newcastle-stage-two .author-portrait-panel { background: var(--nc-gray-200); grid-area: portrait; min-height: 650px; overflow: hidden; position: relative; }
body.newcastle-stage-two .author-portrait-panel img { filter: grayscale(1); height: 100%; object-fit: cover; transition: transform .7s ease; width: 100%; }
body.newcastle-stage-two .author-profile-card:hover .author-portrait-panel img { transform: scale(1.025); }
body.newcastle-stage-two .author-portrait-panel::after { background: linear-gradient(0deg,rgba(0,0,0,.72),transparent 42%); content:""; inset:0; position:absolute; }
body.newcastle-stage-two .author-portrait-caption { align-items: flex-end; bottom: 0; color: var(--nc-white); display: flex; justify-content: space-between; left: 0; padding: 30px; position: absolute; right: 0; z-index: 2; }
body.newcastle-stage-two .author-portrait-caption span { font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
body.newcastle-stage-two .author-portrait-caption strong { color: var(--nc-white); font-size: 42px; letter-spacing: -.06em; }
body.newcastle-stage-two .author-profile-copy { border-bottom: 1px solid var(--nc-gray-200); grid-area: copy; padding: 46px 50px 38px; }
body.newcastle-stage-two .author-profile-label { color: var(--nc-gray-600); font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
body.newcastle-stage-two .author-profile-copy h3 { font-size: clamp(38px,4vw,62px); font-weight: 700; line-height: .98; margin: 16px 0 22px; }
body.newcastle-stage-two .author-profile-copy > p { color: var(--nc-gray-700); font-size: 15px; line-height: 1.75; max-width: 680px; }
body.newcastle-stage-two .author-catalog-link { align-items: center; color: var(--nc-black); display: inline-flex; font-size: 12px; font-weight: 650; gap: 12px; margin-top: 13px; padding-bottom: 4px; position: relative; }
body.newcastle-stage-two .author-catalog-link::after { background: var(--nc-black); bottom: 0; content:""; height: 1px; left: 0; position:absolute; transition:width .25s ease; width:100%; }
body.newcastle-stage-two .author-catalog-link:hover { color: var(--nc-gray-600); }
body.newcastle-stage-two .author-catalog-link:hover::after { width: 45%; }
body.newcastle-stage-two .author-books-column { grid-area: books; padding: 30px 50px 44px; }
body.newcastle-stage-two .author-books-heading { align-items: center; display: flex; justify-content: space-between; margin-bottom: 24px; }
body.newcastle-stage-two .author-books-heading span { color: var(--nc-gray-600); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
body.newcastle-stage-two .author-books-heading strong { color: var(--nc-gray-500); font-size: 11px; font-weight: 500; }
body.newcastle-stage-two .author-books-grid { display: grid; gap: 14px; grid-template-columns: repeat(3,minmax(0,1fr)); }
body.newcastle-stage-two .author-book-item { align-items: center; border: 1px solid var(--nc-gray-200); border-radius: 14px; display: grid; gap: 12px; grid-template-columns: 58px minmax(0,1fr); min-width: 0; padding: 10px; }
body.newcastle-stage-two .author-book-cover { align-items: center; aspect-ratio: 3/4; background: var(--nc-gray-100); border-radius: 7px; display: flex; justify-content:center; overflow:hidden; }
body.newcastle-stage-two .author-book-cover img { height:100%; object-fit:cover; width:100%; }
body.newcastle-stage-two .author-book-copy { min-width:0; }
body.newcastle-stage-two .author-book-copy > span { color:var(--nc-gray-600); display:block; font-size:8px; letter-spacing:.06em; overflow:hidden; text-overflow:ellipsis; text-transform:uppercase; white-space:nowrap; }
body.newcastle-stage-two .author-book-copy h4 { display:-webkit-box; font-size:11px; font-weight:650; line-height:1.25; margin:4px 0 8px; overflow:hidden; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
body.newcastle-stage-two .author-book-copy a,
body.newcastle-stage-two .author-book-soon { color:var(--nc-black); font-size:9px; font-weight:600; }
body.newcastle-stage-two .author-book-copy a:hover { color:var(--nc-gray-600); }

/* About */
body.newcastle-stage-two .newcastle-about-section { background: var(--nc-white); padding: 132px 0; }
body.newcastle-stage-two .newcastle-about-section::before { display:none; }
body.newcastle-stage-two .newcastle-about-visual { min-height: 660px; }
body.newcastle-stage-two .newcastle-about-shape { background: var(--nc-gray-100); border-radius: 50%; }
body.newcastle-stage-two .newcastle-about-seal { background: var(--nc-black); border-color: var(--nc-white); color: var(--nc-white); }
body.newcastle-stage-two .newcastle-about-copy h2 { font-size: clamp(44px,5vw,74px); font-weight: 700; line-height: .98; margin-bottom: 30px; }
body.newcastle-stage-two .newcastle-about-copy > p { font-size: 16px; line-height: 1.75; }
body.newcastle-stage-two .newcastle-about-points { border-top-color: var(--nc-gray-300); }
body.newcastle-stage-two .newcastle-about-points article { border-bottom-color: var(--nc-gray-200); }
body.newcastle-stage-two .newcastle-about-points article > span { color: var(--nc-gray-500); }
body.newcastle-stage-two .newcastle-about-actions .btn-dark { background: var(--nc-black); border-color: var(--nc-black); border-radius: 999px; padding: 14px 22px; }
body.newcastle-stage-two .newcastle-text-link { color: var(--nc-black); }

/* Editorial universe */
body.newcastle-stage-two .editorial-universe-section { background: var(--nc-charcoal); padding: 126px 0; }
body.newcastle-stage-two .editorial-universe-section::before { display:none; }
body.newcastle-stage-two .editorial-universe-heading h2 { color: var(--nc-white); font-size: clamp(46px,5.5vw,78px); font-weight: 700; line-height: .98; }
body.newcastle-stage-two .editorial-universe-heading p { color: var(--nc-gray-400); font-size:15px; line-height:1.75; }
body.newcastle-stage-two .editorial-marquee { margin-top: 58px; }
body.newcastle-stage-two .editorial-universe-card { border: 1px solid var(--nc-gray-800); border-radius: var(--nc-radius); background: var(--nc-black); }
body.newcastle-stage-two .editorial-universe-card img { filter: grayscale(1); }
body.newcastle-stage-two .editorial-universe-card::after { background: linear-gradient(0deg,rgba(0,0,0,.88),rgba(0,0,0,.05)); }
body.newcastle-stage-two .editorial-universe-card h3 { color:var(--nc-white); }
body.newcastle-stage-two .editorial-universe-card span { color:var(--nc-gray-300); }

/* Original form */
body.newcastle-stage-two .original_submission { background: var(--nc-gray-100); padding: 128px 0; }
body.newcastle-stage-two .original_submission::before { display:none; }
body.newcastle-stage-two .original_eyebrow { color:var(--nc-gray-600); }

/* Next chapter */
.next-chapter-section { background:var(--nc-black); color:var(--nc-white); overflow:hidden; padding:142px 0 132px; position:relative; }
.next-chapter-section .container { position:relative; z-index:2; }
.next-chapter-section h2 { color:var(--nc-white) !important; font-size:clamp(54px,7.5vw,112px); font-weight:700; line-height:.91; margin:0; max-width:950px; }
.next-chapter-section p { color:var(--nc-gray-400) !important; font-size:16px; line-height:1.75; }
.next-chapter-actions { align-items:center; display:flex; flex-wrap:wrap; gap:22px; margin-top:30px; }
.next-chapter-primary { background:var(--nc-white); border:1px solid var(--nc-white); border-radius:999px; color:var(--nc-black); font-size:12px; font-weight:650; padding:14px 23px; }
.next-chapter-primary:hover { background:var(--nc-gray-200); border-color:var(--nc-gray-200); color:var(--nc-black); transform:translateY(-2px); }
.next-chapter-link { background:transparent; border:0; color:var(--nc-white); font-size:12px; font-weight:600; padding:8px 0; }
.next-chapter-link span { margin-left:8px; }
.next-chapter-link:hover { color:var(--nc-gray-400); }

/* Footer */
body.newcastle-stage-two .footer_dark { background:var(--nc-charcoal); }
body.newcastle-stage-two .footer_top { border-top:1px solid var(--nc-graphite); }
body.newcastle-stage-two .footer_dark h6,
body.newcastle-stage-two .footer_dark .widget_title { color:var(--nc-white); }
body.newcastle-stage-two .footer_dark p,
body.newcastle-stage-two .footer_dark a,
body.newcastle-stage-two .footer_legal_link { color:var(--nc-gray-400); }
body.newcastle-stage-two .footer_dark a:hover,
body.newcastle-stage-two .footer_legal_link:hover { color:var(--nc-white); }
body.newcastle-stage-two .bottom_footer { border-color:var(--nc-graphite) !important; }

/* Floating actions */
.floating-actions { bottom:24px; display:flex; flex-direction:column; gap:10px; position:fixed; right:24px; z-index:1045; }
.floating-action { align-items:center; background:var(--nc-black); border:1px solid rgba(255,255,255,.16); border-radius:999px; box-shadow:0 14px 36px rgba(0,0,0,.18); color:var(--nc-white); display:flex; height:52px; justify-content:center; min-width:52px; transition:transform .25s ease,background .25s ease,opacity .25s ease,visibility .25s ease; }
.floating-action:hover { background:var(--nc-graphite); color:var(--nc-white); transform:translateY(-3px); }
.floating-action svg { fill:currentColor; height:21px; width:21px; }
.floating-whatsapp { gap:10px; padding:0 18px; }
.floating-whatsapp span { font-size:11px; font-weight:650; letter-spacing:.05em; text-transform:uppercase; }
.floating-action.scrollup { display:flex !important; opacity:0; padding:0; pointer-events:none; visibility:hidden; }
.floating-action.scrollup.is-visible { opacity:1; pointer-events:auto; visibility:visible; }
.floating-action.scrollup svg { fill:none; stroke:currentColor; stroke-linecap:round; stroke-linejoin:round; stroke-width:1.8; }

/* WhatsApp chooser */
.whatsapp-chooser { inset:0; opacity:0; pointer-events:none; position:fixed; transition:opacity .3s ease; visibility:hidden; z-index:1100; }
.whatsapp-chooser.is-open { opacity:1; pointer-events:auto; visibility:visible; }
.whatsapp-chooser-backdrop { background:rgba(0,0,0,.72); border:0; inset:0; position:absolute; width:100%; }
.whatsapp-chooser-panel { background:var(--nc-white); border-radius:var(--nc-radius-lg) 0 0 var(--nc-radius-lg); bottom:0; box-shadow:-30px 0 80px rgba(0,0,0,.25); max-width:520px; min-height:100%; overflow-y:auto; padding:44px; position:absolute; right:0; top:0; transform:translateX(100%); transition:transform .38s cubic-bezier(.22,.61,.36,1); width:min(92vw,520px); }
.whatsapp-chooser.is-open .whatsapp-chooser-panel { transform:translateX(0); }
.whatsapp-chooser-header { align-items:flex-start; display:flex; justify-content:space-between; }
.whatsapp-chooser-header h2 { font-size:44px; font-weight:700; line-height:1; margin:0; }
.whatsapp-chooser-close { align-items:center; background:var(--nc-gray-100); border:0; border-radius:50%; color:var(--nc-black); display:flex; font-size:28px; height:44px; justify-content:center; line-height:1; width:44px; }
.whatsapp-chooser-close:hover { background:var(--nc-black); color:var(--nc-white); }
.whatsapp-chooser-intro { font-size:14px; line-height:1.7; margin:24px 0 34px; }
.whatsapp-options { border-top:1px solid var(--nc-gray-200); }
.whatsapp-options a { align-items:center; border-bottom:1px solid var(--nc-gray-200); color:var(--nc-black); display:grid; gap:16px; grid-template-columns:30px minmax(0,1fr) 24px; padding:21px 2px; }
.whatsapp-options a:hover { background:var(--nc-gray-100); padding-left:12px; padding-right:12px; }
.whatsapp-options > a > span { color:var(--nc-gray-500); font-size:10px; letter-spacing:.08em; }
.whatsapp-options strong { display:block; font-size:14px; font-weight:650; }
.whatsapp-options small { color:var(--nc-gray-600); display:block; font-size:11px; margin-top:3px; }
.whatsapp-options b { font-size:14px; font-weight:400; }
.whatsapp-chooser-note { color:var(--nc-gray-500) !important; font-size:10px !important; letter-spacing:.12em; margin:28px 0 0; text-transform:uppercase; }

/* Monochrome utilities */
body.newcastle-stage-two ::selection { background:var(--nc-black); color:var(--nc-white); }

@media (max-width:1199px) {
    body.newcastle-stage-two .authors-showcase { grid-template-columns:245px minmax(0,1fr); }
    body.newcastle-stage-two .author-profile-card { grid-template-columns:minmax(230px,.72fr) minmax(0,1fr); }
    body.newcastle-stage-two .author-profile-copy { padding:38px 38px 32px; }
    body.newcastle-stage-two .author-books-column { padding:28px 38px 38px; }
    body.newcastle-stage-two .author-books-grid { grid-template-columns:1fr; }
    body.newcastle-stage-two .author-book-item { grid-template-columns:50px 1fr; }
}
@media (max-width:991px) {
    body.newcastle-stage-two .navbar { min-height:70px; }
    body.newcastle-stage-two .navbar-nav > li > .nav-link { padding:13px 0 !important; }
    body.newcastle-stage-two .navbar-collapse { background:var(--nc-white); border-top:1px solid var(--nc-gray-200); max-height:calc(100vh - 100px); overflow:auto; padding:18px 0 26px; }
    body.newcastle-stage-two .book-hero-slide { min-height:620px; }
    body.newcastle-stage-two .book-hero-content { padding:100px 0 76px; }
    body.newcastle-stage-two .authors-showcase { display:block; }
    body.newcastle-stage-two .authors-filter-wrap { margin-bottom:22px; overflow-x:auto; padding:8px; position:static; }
    body.newcastle-stage-two .authors-filter-title { display:none; }
    body.newcastle-stage-two .authors-filter-nav { flex-direction:row; min-width:max-content; }
    body.newcastle-stage-two .authors-filter-button { grid-template-columns:24px auto; min-width:190px; }
    body.newcastle-stage-two .authors-filter-arrow { display:none; }
    body.newcastle-stage-two .author-profile-card { grid-template-columns:minmax(240px,.75fr) minmax(0,1fr); }
    body.newcastle-stage-two .author-portrait-panel { min-height:600px; }
    body.newcastle-stage-two .newcastle-about-visual { min-height:560px; }
}
@media (max-width:767px) {
    body.newcastle-stage-two .newcastle-topbar { display:none; }
    body.newcastle-stage-two .header_wrap { top:0; }
    body.newcastle-stage-two .book-hero-slide { min-height:650px; background-position:68% center; }
    body.newcastle-stage-two .book-hero-slide::before { background:linear-gradient(90deg,rgba(0,0,0,.94),rgba(0,0,0,.58)),linear-gradient(0deg,rgba(0,0,0,.7),transparent); }
    body.newcastle-stage-two .book-hero-content h1 { font-size:48px; }
    body.newcastle-stage-two .book-hero-content > p { font-size:15px; }
    body.newcastle-stage-two .single_banner { margin-bottom:18px; }
    body.newcastle-stage-two .books-section,
    body.newcastle-stage-two .newcastle-authors-section,
    body.newcastle-stage-two .newcastle-about-section,
    body.newcastle-stage-two .editorial-universe-section,
    body.newcastle-stage-two .original_submission { padding-bottom:86px !important; padding-top:86px !important; }
    
    body.newcastle-stage-two .authors-section-heading h2,
    body.newcastle-stage-two .newcastle-about-copy h2,
    body.newcastle-stage-two .editorial-universe-heading h2 { font-size:42px; }
    body.newcastle-stage-two .authors-section-intro { margin-top:8px; }
    body.newcastle-stage-two .author-profile-card { display:block; min-height:0; }
    body.newcastle-stage-two .author-portrait-panel { aspect-ratio:4/5; min-height:0; }
    body.newcastle-stage-two .author-profile-copy { padding:32px 24px 28px; }
    body.newcastle-stage-two .author-profile-copy h3 { font-size:38px; }
    body.newcastle-stage-two .author-books-column { padding:24px; }
    body.newcastle-stage-two .author-books-grid { grid-template-columns:1fr; }
    body.newcastle-stage-two .newcastle-about-visual { min-height:470px; }
    .next-chapter-section { padding:92px 0; }
    .next-chapter-section h2 { font-size:52px; }
    .floating-actions { bottom:16px; right:16px; }
    .floating-whatsapp { height:50px; min-width:50px; padding:0; width:50px; }
    .floating-whatsapp span { display:none; }
    .whatsapp-chooser-panel { border-radius:24px 24px 0 0; min-height:auto; padding:28px 22px; top:auto; transform:translateY(100%); width:100%; }
    .whatsapp-chooser.is-open .whatsapp-chooser-panel { transform:translateY(0); }
    .whatsapp-chooser-header h2 { font-size:34px; }
    .whatsapp-options a { padding:17px 0; }
}
@media (max-width:480px) {
    body.newcastle-stage-two .book-hero-content h1 { font-size:42px; }
    
    body.newcastle-stage-two .authors-section-heading h2,
    body.newcastle-stage-two .newcastle-about-copy h2,
    body.newcastle-stage-two .editorial-universe-heading h2 { font-size:37px; }
}


/* ==========================================================
   ETAPA 2 — ACABAMENTO INSPIRADO NA V3
   Mantém hero e Autores Newcastle da versão atual.
========================================================== */
:root {
    --nc-accent: #c62c39;
    --nc-accent-dark: #9d1f2b;
    --nc-paper: #f3f1ed;
    --nc-paper-2: #e8e8e8;
    --nc-surface: #ffffff;
    --nc-ink: #141414;
    --nc-muted: #676767;
    --nc-dark: #101010;
    --nc-dark-2: #181818;
    --nc-line-soft: rgba(20,20,20,.11);
    --nc-shadow-soft: 0 16px 44px rgba(0,0,0,.07);
    --nc-shadow-card: 0 22px 60px rgba(0,0,0,.10);
    --nc-radius-card: 24px;
    --nc-radius-large: 38px;
}

body.newcastle-stage-two {
    background: var(--nc-paper);
    color: var(--nc-ink);
}
body.newcastle-stage-two h1,
body.newcastle-stage-two h2,
body.newcastle-stage-two h3,
body.newcastle-stage-two .book-hero-content h1,
body.newcastle-stage-two .authors-section-heading h2,
body.newcastle-stage-two .author-profile-copy h3,
body.newcastle-stage-two .newcastle-about-copy h2,
body.newcastle-stage-two .editorial-universe-heading h2,
body.newcastle-stage-two .original_intro h2,
body.newcastle-stage-two .next-chapter-section h2,
body.newcastle-stage-two .whatsapp-chooser-header h2 {
    font-family: "Cormorant Garamond", Georgia, serif !important;
    font-weight: 600;
    letter-spacing: -.045em;
}
body.newcastle-stage-two .section-kicker,
body.newcastle-stage-two .original_eyebrow {
    color: var(--nc-accent);
}
body.newcastle-stage-two .section-kicker::before { background: var(--nc-accent); }
body.newcastle-stage-two .section-kicker-light { color: #e36872; }

/* Preserve color photography throughout the page */
body.newcastle-stage-two .header-banner img,
body.newcastle-stage-two .author_popup_image,
body.newcastle-stage-two .single_banner img,
body.newcastle-stage-two .author-portrait-panel img,
body.newcastle-stage-two .editorial-universe-card img { filter: none !important; }
body.newcastle-stage-two .book-hero-slide { background-blend-mode: normal; }
body.newcastle-stage-two .book-hero-slide::before {
    background: linear-gradient(90deg,rgba(5,5,5,.91) 0%,rgba(10,10,10,.64) 43%,rgba(10,10,10,.12) 75%),
                linear-gradient(0deg,rgba(0,0,0,.46),transparent 46%);
}

/* Header and dropdowns */
body.newcastle-stage-two .bottom_header {
    background: rgba(250,250,250,.94) !important;
    border-bottom-color: rgba(20,20,20,.09);
    backdrop-filter: blur(18px);
}
body.newcastle-stage-two .dropdown-menu,
body.newcastle-stage-two .book-banner-buy-menu {
    padding: 10px;
    overflow: hidden;
    border: 1px solid rgba(20,20,20,.10);
    border-radius: 18px !important;
    background: rgba(255,255,255,.98);
    box-shadow: 0 22px 55px rgba(0,0,0,.13);
}
body.newcastle-stage-two .dropdown-menu .dropdown-item {
    padding: 10px 14px;
    border-radius: 11px;
}

/* Editorial promotional bands */
body.newcastle-stage-two .single_banner {
    border-radius: 24px;
    box-shadow: var(--nc-shadow-soft);
}
body.newcastle-stage-two .single_banner img { transition: transform .55s ease; }
body.newcastle-stage-two .single_banner:hover img { transform: scale(1.035); }
body.newcastle-stage-two .single_banner::after {
    background: linear-gradient(90deg,rgba(10,10,10,.74),rgba(10,10,10,.10));
}

/* Catalog — closer to V3 */
body.newcastle-stage-two .books-section {
    padding-top: 118px !important;
    padding-bottom: 118px !important;
    background: linear-gradient(180deg,#f4f1ec 0%,#ece9e3 100%);
}

/* Authors — preserve current composition, only normalize details */
body.newcastle-stage-two .newcastle-authors-section { background: #111; }
body.newcastle-stage-two .authors-section-heading { max-width: 860px; }
body.newcastle-stage-two .authors-section-intro {
    max-width: 650px;
    margin: 12px 0 0;
    color: rgba(255,255,255,.67);
}
body.newcastle-stage-two .authors-filter-wrap {
    padding: 18px;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 28px;
    background: rgba(255,255,255,.045);
}
body.newcastle-stage-two .authors-filter-button {
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 18px;
    background: rgba(255,255,255,.035);
}
body.newcastle-stage-two .authors-filter-button.active,
body.newcastle-stage-two .authors-filter-button:hover {
    color: #111;
    border-color: #fff;
    background: #fff;
}
body.newcastle-stage-two .authors-filter-button.active .authors-filter-index,
body.newcastle-stage-two .authors-filter-button:hover .authors-filter-index { color: var(--nc-accent); }
body.newcastle-stage-two .author-profile-card {
    min-height: 710px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 34px;
    background: #f8f8f8;
    box-shadow: 0 32px 80px rgba(0,0,0,.24);
}
body.newcastle-stage-two .author-portrait-panel {
    min-height: 710px;
    padding: 28px;
    background: #e7e7e7;
}
body.newcastle-stage-two .author-portrait-panel img {
    border-radius: 30px;
    object-position: center top;
    box-shadow: 0 22px 58px rgba(0,0,0,.17);
}
body.newcastle-stage-two .author-portrait-panel::after {
    inset: 28px;
    border-radius: 30px;
}
body.newcastle-stage-two .author-portrait-caption {
    right: 52px;
    bottom: 48px;
    left: 52px;
    padding: 17px 20px;
    border-radius: 20px;
    background: rgba(15,15,15,.58);
    backdrop-filter: blur(14px);
}
body.newcastle-stage-two .author-profile-copy h3 {
    font-size: clamp(48px,4.6vw,70px);
    line-height: .97;
}
body.newcastle-stage-two .author-book-item {
    border-radius: 17px;
    background: #fff;
}
body.newcastle-stage-two .author-book-cover,
body.newcastle-stage-two .author-book-cover img,
body.newcastle-stage-two .author-book-item img { border-radius: 10px; }
body.newcastle-stage-two .author-book-item a,
body.newcastle-stage-two .author-book-soon {
    display: inline-flex;
    padding: 7px 11px;
    border-radius: 999px;
    color: #fff !important;
    background: #111;
}

/* Editora — V3 style with current colorful cover composition */
body.newcastle-stage-two .newcastle-about-section {
    padding: 120px 0;
    background: #eee;
}
body.newcastle-stage-two .newcastle-about-main { margin-bottom: 72px; }
body.newcastle-stage-two .newcastle-about-visual {
    min-height: 620px;
    overflow: hidden;
    border-radius: 38px;
    background: linear-gradient(145deg,#f8f8f8,#dcdcdc);
    box-shadow: var(--nc-shadow-card);
}
body.newcastle-stage-two .newcastle-about-shape {
    inset: 0;
    border-radius: 38px;
    background:
        radial-gradient(circle at 18% 15%,rgba(198,44,57,.16),transparent 32%),
        linear-gradient(145deg,#f8f8f8,#d8d8d8);
}
body.newcastle-stage-two .newcastle-about-shape::before { display: none; }
body.newcastle-stage-two .newcastle-about-seal {
    top: auto;
    right: 24px;
    bottom: 24px;
    display: block;
    width: auto;
    height: auto;
    padding: 18px 21px;
    border: 1px solid rgba(255,255,255,.23);
    border-radius: 18px;
    color: #fff;
    background: rgba(15,15,15,.72);
    backdrop-filter: blur(13px);
    text-align: left;
    text-transform: none;
}
body.newcastle-stage-two .newcastle-about-seal strong,
body.newcastle-stage-two .newcastle-about-seal span { display: block; }
body.newcastle-stage-two .newcastle-about-seal strong { margin-bottom: 2px; font-size: 15px; }
body.newcastle-stage-two .newcastle-about-seal span { color: rgba(255,255,255,.70); font-size: 11px; font-weight: 500; letter-spacing: 0; }
body.newcastle-stage-two .newcastle-about-copy h2 {
    max-width: 650px;
    margin-bottom: 27px;
    color: #161b2c;
    font-size: clamp(54px,6vw,84px);
    line-height: .96;
}
body.newcastle-stage-two .newcastle-about-copy > p {
    max-width: 620px;
    color: #646b78;
    font-size: 16px;
    line-height: 1.78;
}
body.newcastle-stage-two .newcastle-about-actions .btn {
    padding: 14px 24px;
    border-radius: 999px;
    background: #111;
}
body.newcastle-stage-two .newcastle-about-actions .btn:hover { background: var(--nc-accent); border-color: var(--nc-accent); }
body.newcastle-stage-two .newcastle-about-points {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 0;
    margin: 0;
    overflow: hidden;
    border-top: 1px solid rgba(20,20,20,.13);
    border-bottom: 1px solid rgba(20,20,20,.13);
}
body.newcastle-stage-two .newcastle-about-points article {
    display: block;
    padding: 31px 26px;
    border-right: 1px solid rgba(20,20,20,.13);
    background: transparent;
}
body.newcastle-stage-two .newcastle-about-points article:first-child { border-left: 1px solid rgba(20,20,20,.13); }
body.newcastle-stage-two .newcastle-about-points article > span {
    display: block;
    width: auto;
    height: auto;
    margin-bottom: 15px;
    color: var(--nc-accent);
    background: transparent;
    font-size: 12px;
    font-weight: 800;
}
body.newcastle-stage-two .newcastle-about-points h3 {
    margin-bottom: 8px;
    font-family: "Poppins",sans-serif !important;
    font-size: 17px;
    letter-spacing: -.025em;
}
body.newcastle-stage-two .newcastle-about-points p {
    margin: 0;
    color: #6a6a6a;
    font-size: 13px;
    line-height: 1.65;
}

/* Universe gallery */
body.newcastle-stage-two .editorial-universe-section {
    padding: 112px 0 118px;
    background: #151515;
}
body.newcastle-stage-two .editorial-universe-heading {
    max-width: 1120px;
    margin-right: auto;
    margin-bottom: 45px;
    margin-left: auto;
}
body.newcastle-stage-two .editorial-universe-heading h2 {
    color: #fff;
    font-size: clamp(50px,5vw,74px);
    line-height: 1;
}
body.newcastle-stage-two .editorial-universe-heading p { color: rgba(255,255,255,.63); }
body.newcastle-stage-two .editorial-marquee {
    mask-image: linear-gradient(90deg,transparent 0,#000 5%,#000 95%,transparent 100%);
}
body.newcastle-stage-two .editorial-universe-card {
    flex-basis: clamp(280px,29vw,420px);
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 22px;
    background: #222;
    box-shadow: 0 18px 48px rgba(0,0,0,.25);
}
body.newcastle-stage-two .editorial-universe-card::after,
body.newcastle-stage-two .editorial-universe-card > div { display: none !important; }
body.newcastle-stage-two .editorial-universe-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Submit original — V3 dark editorial block */
body.newcastle-stage-two .original_submission {
    padding: 120px 0;
    color: #fff;
    background:
        radial-gradient(circle at 10% 80%,rgba(198,44,57,.18),transparent 35%),
        linear-gradient(145deg,#101010,#1d1d1d);
}
body.newcastle-stage-two .original_submission .row { align-items: stretch !important; }
body.newcastle-stage-two .original_intro {
    height: 100%;
    padding: 46px 42px;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 34px;
    background: rgba(255,255,255,.035);
}
body.newcastle-stage-two .original_intro h2 {
    color: #fff;
    font-size: clamp(54px,5.5vw,78px);
    line-height: .95;
}
body.newcastle-stage-two .original_intro .original_description,
body.newcastle-stage-two .original_intro li { color: rgba(255,255,255,.70); }
body.newcastle-stage-two .original_check { color: #fff; background: var(--nc-accent); }
body.newcastle-stage-two .original_card {
    height: 100%;
    padding: 34px;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 30px 80px rgba(0,0,0,.24);
}
body.newcastle-stage-two .original_form .form-control,
body.newcastle-stage-two .original_form .form-select {
    min-height: 54px;
    padding-right: 16px;
    padding-left: 16px;
    border: 1px solid #dedede;
    border-radius: 13px;
    background: #f8f8f8;
}
body.newcastle-stage-two .original_form textarea.form-control { min-height: 150px; padding-top: 14px; }
body.newcastle-stage-two .original_form .form-control:focus,
body.newcastle-stage-two .original_form .form-select:focus {
    border-color: var(--nc-accent);
    box-shadow: 0 0 0 4px rgba(198,44,57,.10);
}
body.newcastle-stage-two .original_submit {
    min-height: 54px;
    border-radius: 999px;
    background: var(--nc-accent);
}
body.newcastle-stage-two .original_submit:hover { background: var(--nc-accent-dark); }

/* Next chapter and footer */
body.newcastle-stage-two .next-chapter-section {
    padding: 82px 0;
    background: #262626;
}
body.newcastle-stage-two .next-chapter-section h2 {
    max-width: 780px;
    color: #fff;
    font-size: clamp(48px,5.5vw,76px);
    line-height: .98;
}
body.newcastle-stage-two .next-chapter-section p { color: rgba(255,255,255,.68); }
body.newcastle-stage-two .next-chapter-primary {
    border-radius: 999px;
    color: #111;
    background: #fff;
}
body.newcastle-stage-two .next-chapter-primary:hover { color: #fff; background: var(--nc-accent); }
body.newcastle-stage-two .footer_dark { background: #0d0d0d; }

/* Floating actions */
.floating-actions { right: 22px; bottom: 24px; gap: 12px; }
.floating-whatsapp { margin-bottom: 13px; }
.floating-action { box-shadow: 0 13px 34px rgba(0,0,0,.24); }

@media (max-width: 1199px) {
    body.newcastle-stage-two .author-profile-card { min-height: 650px; }
    body.newcastle-stage-two .author-portrait-panel { min-height: 650px; }
    body.newcastle-stage-two .newcastle-about-points article { padding: 28px 20px; }
}
@media (max-width: 991px) {
    body.newcastle-stage-two .author-profile-card { min-height: 590px; }
    body.newcastle-stage-two .author-portrait-panel { min-height: 590px; }
    body.newcastle-stage-two .newcastle-about-main { margin-bottom: 54px; }
    body.newcastle-stage-two .newcastle-about-copy h2 { font-size: 62px; }
    body.newcastle-stage-two .newcastle-about-points { grid-template-columns: repeat(2,minmax(0,1fr)); }
    body.newcastle-stage-two .newcastle-about-points article:nth-child(2) { border-right: 1px solid rgba(20,20,20,.13); }
    body.newcastle-stage-two .newcastle-about-points article:nth-child(-n+2) { border-bottom: 1px solid rgba(20,20,20,.13); }
}
@media (max-width: 767px) {
    body.newcastle-stage-two .books-section,
    body.newcastle-stage-two .newcastle-authors-section,
    body.newcastle-stage-two .newcastle-about-section,
    body.newcastle-stage-two .editorial-universe-section,
    body.newcastle-stage-two .original_submission { padding-top: 86px !important; padding-bottom: 86px !important; }
    
    body.newcastle-stage-two .newcastle-about-copy h2,
    body.newcastle-stage-two .editorial-universe-heading h2,
    body.newcastle-stage-two .original_intro h2 { font-size: 46px; }
    body.newcastle-stage-two .author-profile-card { min-height: 0; border-radius: 28px; }
    body.newcastle-stage-two .author-portrait-panel { min-height: 0; padding: 18px; }
    body.newcastle-stage-two .author-portrait-panel img,
    body.newcastle-stage-two .author-portrait-panel::after { border-radius: 24px; }
    body.newcastle-stage-two .author-portrait-panel::after { inset: 18px; }
    body.newcastle-stage-two .author-portrait-caption { right: 34px; bottom: 34px; left: 34px; }
    body.newcastle-stage-two .newcastle-about-visual { min-height: 480px; border-radius: 28px; }
    body.newcastle-stage-two .newcastle-about-shape { border-radius: 28px; }
    body.newcastle-stage-two .newcastle-about-points { grid-template-columns: 1fr; }
    body.newcastle-stage-two .newcastle-about-points article,
    body.newcastle-stage-two .newcastle-about-points article:first-child {
        border-right: 1px solid rgba(20,20,20,.13);
        border-bottom: 1px solid rgba(20,20,20,.13);
        border-left: 1px solid rgba(20,20,20,.13);
    }
    body.newcastle-stage-two .newcastle-about-points article:last-child { border-bottom: 0; }
    body.newcastle-stage-two .original_intro { padding: 31px 25px; }
    body.newcastle-stage-two .original_card { padding: 24px 18px; }
    .floating-actions { right: 14px; bottom: 18px; }
    .floating-whatsapp { margin-bottom: 10px; }
}

/* ==========================================================
   EDITORA NEWCASTLE — V4 | REFINAMENTOS PONTUAIS
========================================================== */
:root {
    --v4-accent: #c62c39;
    --v4-accent-dark: #9e202c;
    --v4-ink: #111111;
    --v4-navy: #10172e;
    --v4-paper: #ededed;
    --v4-white: #ffffff;
    --v4-muted: #687080;
    --v4-radius-button: 999px;
    --v4-radius-menu: 18px;
    --v4-button-shadow: 0 10px 24px rgba(0,0,0,.12);
}

/* ---------- Sistema único de botões ---------- */
body.newcastle-stage-two .hero-buy-btn,
body.newcastle-stage-two .book-banner-buy-btn,
body.newcastle-stage-two .author_popup_whatsapp,
body.newcastle-stage-two .author_popup_secondary,
body.newcastle-stage-two .cookie_bar_button,
body.newcastle-stage-two .cookie_bar_link,
body.newcastle-stage-two .legal_policy_button,
body.newcastle-stage-two .original_modal_close,
body.newcastle-stage-two .newcastle-about-actions .btn,
body.newcastle-stage-two .author-catalog-link,
body.newcastle-stage-two .author-book-item a,
body.newcastle-stage-two .author-book-soon,
body.newcastle-stage-two .original_submit,
body.newcastle-stage-two .next-chapter-primary,
body.newcastle-stage-two .next-chapter-link {
    border-radius: var(--v4-radius-button) !important;
    font-family: "Poppins", sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: .025em;
    transition: color .22s ease, background-color .22s ease, border-color .22s ease, transform .22s ease, box-shadow .22s ease !important;
}
body.newcastle-stage-two .hero-buy-btn:hover,
body.newcastle-stage-two .hero-buy-btn:focus,
body.newcastle-stage-two .hero-buy-btn.show,
body.newcastle-stage-two .book-banner-buy-btn:hover,
body.newcastle-stage-two .book-banner-buy-btn:focus,
body.newcastle-stage-two .book-banner-buy-btn.show,
body.newcastle-stage-two .author_popup_whatsapp:hover,
body.newcastle-stage-two .author_popup_whatsapp:focus,
body.newcastle-stage-two .legal_policy_button:hover,
body.newcastle-stage-two .legal_policy_button:focus,
body.newcastle-stage-two .original_modal_close:hover,
body.newcastle-stage-two .original_modal_close:focus,
body.newcastle-stage-two .newcastle-about-actions .btn:hover,
body.newcastle-stage-two .newcastle-about-actions .btn:focus,
body.newcastle-stage-two .author-catalog-link:hover,
body.newcastle-stage-two .author-catalog-link:focus,
body.newcastle-stage-two .author-book-item a:hover,
body.newcastle-stage-two .author-book-item a:focus,
body.newcastle-stage-two .original_submit:hover,
body.newcastle-stage-two .original_submit:focus,
body.newcastle-stage-two .next-chapter-primary:hover,
body.newcastle-stage-two .next-chapter-primary:focus {
    border-color: var(--v4-accent) !important;
    background: var(--v4-accent) !important;
    color: #fff !important;
    box-shadow: 0 12px 28px rgba(198,44,57,.24) !important;
    transform: translateY(-2px);
}
body.newcastle-stage-two .author_popup_secondary {
    border: 1px solid rgba(17,17,17,.18) !important;
    background: transparent !important;
    color: var(--v4-ink) !important;
    padding: 12px 20px;
}
body.newcastle-stage-two .author_popup_secondary:hover,
body.newcastle-stage-two .author_popup_secondary:focus {
    border-color: var(--v4-ink) !important;
    background: var(--v4-ink) !important;
    color: #fff !important;
    transform: translateY(-2px);
}
body.newcastle-stage-two .cookie_bar_link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 18px;
    border: 1px solid rgba(255,255,255,.34) !important;
    background: transparent !important;
    color: #fff !important;
}
body.newcastle-stage-two .cookie_bar_link:hover,
body.newcastle-stage-two .cookie_bar_link:focus {
    border-color: #fff !important;
    background: #fff !important;
    color: var(--v4-ink) !important;
    transform: translateY(-2px);
}
body.newcastle-stage-two .cookie_bar_button {
    min-height: 40px;
    padding: 0 20px;
    border: 1px solid #fff !important;
    background: #fff !important;
    color: var(--v4-ink) !important;
}
body.newcastle-stage-two .cookie_bar_button:hover,
body.newcastle-stage-two .cookie_bar_button:focus {
    border-color: var(--v4-accent) !important;
    background: var(--v4-accent) !important;
    color: #fff !important;
    transform: translateY(-2px);
}
body.newcastle-stage-two .author_popup_close,
body.newcastle-stage-two .modal .btn-close,
body.newcastle-stage-two .whatsapp-chooser-close {
    border-radius: 50% !important;
    transition: background-color .22s ease, color .22s ease, transform .22s ease !important;
}
body.newcastle-stage-two .author_popup_close:hover,
body.newcastle-stage-two .modal .btn-close:hover,
body.newcastle-stage-two .whatsapp-chooser-close:hover {
    background-color: var(--v4-accent) !important;
    color: #fff !important;
    transform: rotate(4deg) scale(1.04);
}
body.newcastle-stage-two .dropdown-menu {
    border-radius: var(--v4-radius-menu) !important;
}
body.newcastle-stage-two .dropdown-menu .dropdown-item:hover,
body.newcastle-stage-two .dropdown-menu .dropdown-item:focus {
    background: var(--v4-ink) !important;
    color: #fff !important;
}

/* ---------- Hero: altura estável e conteúdo centralizado ---------- */
body.newcastle-stage-two .book-hero-section,
body.newcastle-stage-two #bookHeroCarousel,
body.newcastle-stage-two .book-hero-section .carousel,
body.newcastle-stage-two .book-hero-section .carousel-inner,
body.newcastle-stage-two .book-hero-section .carousel-item,
body.newcastle-stage-two .book-hero-slide {
    height: 620px !important;
    min-height: 620px !important;
    max-height: 620px !important;
}
body.newcastle-stage-two .book-hero-slide {
    display: flex;
    align-items: center;
    padding: 0 !important;
    overflow: hidden;
}
body.newcastle-stage-two .book-hero-slide .container,
body.newcastle-stage-two .book-hero-slide .row {
    height: 100%;
}
body.newcastle-stage-two .book-hero-slide .row {
    align-items: center !important;
}
body.newcastle-stage-two .book-hero-content {
    padding: 36px 0;
}
body.newcastle-stage-two .book-hero-content h1 span {
    color: #fff !important;
    opacity: 1 !important;
}
body.newcastle-stage-two .book-hero-cover img {
    max-height: 455px;
}

/* ---------- Banners abaixo do hero ---------- */
body.newcastle-stage-two .single_banner::after {
    display: none !important;
    content: none !important;
    background: none !important;
}
body.newcastle-stage-two .single_banner_info {
    z-index: 3;
    max-width: 78%;
    padding: 18px 20px;
    border: 1px solid rgba(255,255,255,.72);
    border-radius: 18px;
    background: rgba(255,255,255,.90);
    box-shadow: 0 14px 32px rgba(0,0,0,.10);
    backdrop-filter: blur(8px);
}
body.newcastle-stage-two .single_bn_title1,
body.newcastle-stage-two .single_bn_title {
    color: var(--v4-ink) !important;
    text-shadow: none !important;
}
body.newcastle-stage-two .single_bn_link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    padding: 10px 17px;
    border: 1px solid var(--v4-ink) !important;
    border-radius: var(--v4-radius-button);
    background: var(--v4-ink);
    color: #fff !important;
    font-size: 11px;
    font-weight: 750;
    letter-spacing: .06em;
    text-decoration: none;
    text-transform: uppercase;
}
body.newcastle-stage-two .single_bn_link:hover,
body.newcastle-stage-two .single_bn_link:focus {
    border-color: var(--v4-accent) !important;
    background: var(--v4-accent);
    color: #fff !important;
    transform: translateY(-2px);
}

/* ---------- Catálogo inspirado no layout editorial de referência ---------- */
body.newcastle-stage-two .books-section {
    background: linear-gradient(180deg,#f0f0f0 0%,#e8e8e8 100%) !important;
}

/* ---------- Autores ---------- */
body.newcastle-stage-two .authors-section-heading-row {
    align-items: end;
}
body.newcastle-stage-two .authors-section-heading {
    max-width: 760px;
}
body.newcastle-stage-two .authors-section-intro-col {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
body.newcastle-stage-two .authors-section-intro {
    max-width: 440px;
    margin: 0 0 8px;
    font-size: 15px;
    line-height: 1.78;
}
body.newcastle-stage-two .authors-filter-wrap {
    padding: 20px;
}
body.newcastle-stage-two .authors-filter-nav {
    gap: 14px;
}
body.newcastle-stage-two .authors-filter-button {
    min-height: 78px;
    padding: 18px 20px;
}
body.newcastle-stage-two .author-profile-card {
    grid-template-columns: minmax(350px,.90fr) minmax(0,1.10fr);
    min-height: 700px;
}
body.newcastle-stage-two .author-portrait-panel {
    min-height: 700px;
    padding: 0 !important;
    background: transparent !important;
}
body.newcastle-stage-two .author-portrait-panel img {
    border-radius: 32px 0 0 32px !important;
    box-shadow: none !important;
}
body.newcastle-stage-two .author-portrait-panel::after {
    inset: 0 !important;
    border-radius: 32px 0 0 32px !important;
}
body.newcastle-stage-two .author-portrait-caption {
    right: 28px;
    bottom: 28px;
    left: 28px;
}
body.newcastle-stage-two .author-profile-copy {
    padding: 42px 44px 24px;
}
body.newcastle-stage-two .author-catalog-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    width: fit-content;
    margin-top: 6px;
    padding: 11px 17px;
    border: 1px solid var(--v4-ink);
    background: transparent;
    color: var(--v4-ink) !important;
    font-size: 11px;
    text-decoration: none;
    text-transform: uppercase;
}
body.newcastle-stage-two .author-books-column {
    padding: 22px 44px 36px;
}
body.newcastle-stage-two .author-books-grid {
    grid-template-columns: 1fr !important;
    gap: 12px;
}
body.newcastle-stage-two .author-book-item {
    display: grid;
    min-width: 0;
    min-height: 112px;
    grid-template-columns: 76px minmax(0,1fr);
    gap: 16px;
    padding: 10px 14px 10px 10px;
    border-radius: 18px;
}
body.newcastle-stage-two .author-book-cover {
    width: 76px;
    height: 96px;
    overflow: hidden;
    border-radius: 11px;
    background: #e6e6e6;
}
body.newcastle-stage-two .author-book-cover img,
body.newcastle-stage-two .author-book-item img {
    width: 100%;
    height: 100%;
    border-radius: 11px;
    object-fit: cover;
}
body.newcastle-stage-two .author-book-copy {
    display: grid;
    min-width: 0;
    grid-template-columns: minmax(0,1fr) auto;
    grid-template-areas:
        "meta action"
        "title action";
    column-gap: 18px;
    align-content: center;
    align-items: center;
}
body.newcastle-stage-two .author-book-copy > span:not(.author-book-soon) {
    grid-area: meta;
}
body.newcastle-stage-two .author-book-copy h4 {
    grid-area: title;
    min-height: 0;
    margin: 3px 0 0;
    line-height: 1.35;
}
body.newcastle-stage-two .author-book-copy > a,
body.newcastle-stage-two .author-book-copy > .author-book-soon {
    grid-area: action;
    align-self: center;
    margin: 0;
    white-space: nowrap;
}
body.newcastle-stage-two .author-book-soon {
    border: 1px solid rgba(17,17,17,.12);
    background: #e9e9e9;
    color: #555 !important;
}

/* ---------- WhatsApp separado do retorno ao topo ---------- */
.floating-actions {
    bottom: 22px !important;
    gap: 16px !important;
}
.floating-actions .floating-whatsapp {
    margin-bottom: 22px !important;
}
.floating-actions .scrollup {
    position: static !important;
    right: auto !important;
    bottom: auto !important;
    margin: 0 !important;
}

@media (max-width: 1199px) {
    body.newcastle-stage-two .author-profile-card {
        grid-template-columns: minmax(300px,.82fr) minmax(0,1.18fr);
        min-height: 670px;
    }
    body.newcastle-stage-two .author-portrait-panel { min-height: 670px; }
}

@media (max-width: 991px) {
    body.newcastle-stage-two .authors-section-intro-col {
        justify-content: flex-start;
    }
    body.newcastle-stage-two .authors-section-intro {
        max-width: 680px;
        margin-top: 0;
    }
    body.newcastle-stage-two .author-profile-card {
        grid-template-columns: minmax(280px,.78fr) minmax(0,1.22fr);
        min-height: 620px;
    }
    body.newcastle-stage-two .author-portrait-panel { min-height: 620px; }
    body.newcastle-stage-two .author-profile-copy { padding: 34px 34px 20px; }
    body.newcastle-stage-two .author-books-column { padding: 20px 34px 30px; }
}

@media (max-width: 767px) {
    body.newcastle-stage-two .book-hero-section,
    body.newcastle-stage-two #bookHeroCarousel,
    body.newcastle-stage-two .book-hero-section .carousel,
    body.newcastle-stage-two .book-hero-section .carousel-inner,
    body.newcastle-stage-two .book-hero-section .carousel-item,
    body.newcastle-stage-two .book-hero-slide {
        height: 680px !important;
        min-height: 680px !important;
        max-height: 680px !important;
    }
    body.newcastle-stage-two .book-hero-slide {
        padding: 54px 0 50px !important;
        background-position: center top !important;
    }
    body.newcastle-stage-two .book-hero-slide .container,
    body.newcastle-stage-two .book-hero-slide .row {
        height: auto;
        min-height: 100%;
    }
    body.newcastle-stage-two .book-hero-slide .row {
        align-content: center;
    }
    body.newcastle-stage-two .book-hero-content {
        margin-top: 0 !important;
        padding: 10px 0 12px;
        text-align: center;
    }
    body.newcastle-stage-two .book-hero-cover {
        margin-top: 12px;
    }
    body.newcastle-stage-two .book-hero-cover img {
        max-height: 225px;
    }
    body.newcastle-stage-two .single_banner_info {
        max-width: 84%;
        padding: 14px 15px;
    }
    body.newcastle-stage-two .author-profile-card {
        display: block;
        min-height: 0;
    }
    body.newcastle-stage-two .author-portrait-panel {
        min-height: 0;
        aspect-ratio: 4 / 5;
    }
    body.newcastle-stage-two .author-portrait-panel img,
    body.newcastle-stage-two .author-portrait-panel::after {
        border-radius: 28px 28px 0 0 !important;
    }
    body.newcastle-stage-two .author-profile-copy { padding: 30px 24px 22px; }
    body.newcastle-stage-two .author-books-column { padding: 20px 24px 28px; }
    body.newcastle-stage-two .author-book-copy {
        grid-template-columns: 1fr;
        grid-template-areas: "meta" "title" "action";
        row-gap: 6px;
    }
    body.newcastle-stage-two .author-book-copy > a,
    body.newcastle-stage-two .author-book-copy > .author-book-soon {
        justify-self: start;
        margin-top: 3px;
    }
    .floating-actions .floating-whatsapp {
        margin-bottom: 18px !important;
    }
}

@media (max-width: 480px) {
    body.newcastle-stage-two .book-hero-section,
    body.newcastle-stage-two #bookHeroCarousel,
    body.newcastle-stage-two .book-hero-section .carousel,
    body.newcastle-stage-two .book-hero-section .carousel-inner,
    body.newcastle-stage-two .book-hero-section .carousel-item,
    body.newcastle-stage-two .book-hero-slide {
        height: 650px !important;
        min-height: 650px !important;
        max-height: 650px !important;
    }
    body.newcastle-stage-two .book-hero-slide { padding: 48px 0 44px !important; }
    body.newcastle-stage-two .book-hero-content h1 { font-size: 38px; }
    body.newcastle-stage-two .book-hero-cover img { max-height: 205px; }
    body.newcastle-stage-two .author-book-item {
        grid-template-columns: 66px minmax(0,1fr);
        gap: 12px;
    }
    body.newcastle-stage-two .author-book-cover { width: 66px; height: 88px; }
}

/* V4 — correções finais de legibilidade */
body.newcastle-stage-two .author-book-cover img,
body.newcastle-stage-two .author-book-item img {
    object-fit: contain !important;
    padding: 4px;
    background: #ececec;
}

/* =====================================================
   V5 — AJUSTES FINOS
===================================================== */

/* Banners abaixo do hero: sem caixa branca sobre as imagens */
body.newcastle-stage-two .single_banner_info {
    max-width: 72% !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
}
body.newcastle-stage-two .single_bn_title1,
body.newcastle-stage-two .single_bn_title {
    color: #fff !important;
    text-shadow: 0 2px 16px rgba(0,0,0,.55) !important;
}
body.newcastle-stage-two .single_bn_link {
    margin-top: 13px;
    border-color: #fff !important;
    background: #fff !important;
    color: #111 !important;
    box-shadow: 0 10px 26px rgba(0,0,0,.18);
}
body.newcastle-stage-two .single_bn_link:hover,
body.newcastle-stage-two .single_bn_link:focus {
    border-color: var(--v4-accent) !important;
    background: var(--v4-accent) !important;
    color: #fff !important;
}

/* Catálogo V5 — estrutura baseada na versão V3 */
body.newcastle-stage-two .v5-catalog-section {
    padding: 92px 0 112px !important;
    background: #f1eee8 !important;
}
body.newcastle-stage-two .v5-catalog-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(300px, .65fr);
    align-items: end;
    gap: clamp(44px, 7vw, 100px);
    margin-bottom: 52px;
}
body.newcastle-stage-two .v5-catalog-heading .section-kicker {
    margin-bottom: 12px;
}
body.newcastle-stage-two .v5-catalog-heading h2 {
    margin: 0;
    color: #081737;
    font-family: "Cormorant Garamond", serif !important;
    font-size: clamp(62px, 7vw, 96px);
    font-weight: 600;
    letter-spacing: -.045em;
    line-height: .9;
}
body.newcastle-stage-two .v5-catalog-heading > p {
    max-width: 440px;
    margin: 0 0 7px;
    color: #5f687b;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.72;
}
body.newcastle-stage-two .v5-catalog-tools {
    display: grid;
    grid-template-columns: 1.3fr .8fr .8fr;
    gap: 16px;
    margin-bottom: 18px;
    padding: 18px;
    border: 1px solid rgba(8,23,55,.10);
    border-radius: 24px;
    background: rgba(255,255,255,.82);
    box-shadow: 0 16px 38px rgba(8,23,55,.07);
}
body.newcastle-stage-two .v5-catalog-tools label {
    display: grid;
    gap: 7px;
    margin: 0;
    color: #081737;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .045em;
    text-transform: uppercase;
}
body.newcastle-stage-two .v5-catalog-tools input,
body.newcastle-stage-two .v5-catalog-tools select {
    width: 100%;
    height: 52px;
    padding: 0 15px;
    border: 1px solid #d7dce7;
    border-radius: 13px;
    background: #fff;
    color: #111827;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 600;
    outline: none;
}
body.newcastle-stage-two .v5-catalog-tools input:focus,
body.newcastle-stage-two .v5-catalog-tools select:focus {
    border-color: #081737;
    box-shadow: 0 0 0 4px rgba(8,23,55,.08);
}
body.newcastle-stage-two .v5-catalog-count {
    margin: 0 0 25px;
    color: #5f687b;
    font-size: 13px;
    font-weight: 700;
}
body.newcastle-stage-two .v5-book-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}
body.newcastle-stage-two .v5-book-card {
    display: flex;
    min-width: 0;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid rgba(8,23,55,.10);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(8,23,55,.05);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
body.newcastle-stage-two .v5-book-card[hidden] {
    display: none !important;
}
body.newcastle-stage-two .v5-book-card:hover {
    transform: translateY(-7px);
    border-color: rgba(8,23,55,.20);
    box-shadow: 0 22px 48px rgba(8,23,55,.11);
}
body.newcastle-stage-two .v5-book-cover-wrap {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1.08;
    padding: 22px 22px 0;
    background: linear-gradient(145deg, #f2efe9, #e7ebf3);
}
body.newcastle-stage-two .v5-book-cover-wrap::after {
    position: absolute;
    right: 13%;
    bottom: 4%;
    left: 13%;
    height: 18px;
    border-radius: 50%;
    background: rgba(7,19,47,.16);
    content: "";
    filter: blur(12px);
}
body.newcastle-stage-two .v5-book-cover-wrap img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform .35s ease;
}
body.newcastle-stage-two .v5-book-card:hover .v5-book-cover-wrap img {
    transform: scale(1.035) rotate(-.5deg);
}
body.newcastle-stage-two .v5-book-card-body {
    display: flex;
    min-height: 338px;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 22px;
}
body.newcastle-stage-two .v5-book-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 13px;
}
body.newcastle-stage-two .v5-book-meta span {
    overflow: hidden;
    color: #687188;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .07em;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}
body.newcastle-stage-two .v5-book-meta span:first-child {
    color: var(--v4-accent);
}
body.newcastle-stage-two .v5-book-card h3 {
    margin: 0 0 12px;
    color: #081737;
    font-family: "Poppins", sans-serif !important;
    font-size: 18px;
    font-weight: 750;
    letter-spacing: -.035em;
    line-height: 1.22;
}
body.newcastle-stage-two .v5-book-card-body > p {
    margin: 0 0 20px;
    color: #687188;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.65;
}
body.newcastle-stage-two .v5-book-price {
    display: flex;
    align-items: baseline;
    gap: 9px;
    margin-top: auto;
    margin-bottom: 14px;
}
body.newcastle-stage-two .v5-book-price strong {
    color: #081737;
    font-size: 17px;
    font-weight: 800;
}
body.newcastle-stage-two .v5-book-price del {
    color: #8b91a0;
    font-size: 11px;
}
body.newcastle-stage-two .v5-book-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    min-height: 34px;
}
body.newcastle-stage-two .v5-book-actions a {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    justify-content: center;
    padding: 0 13px;
    border: 1px solid #d7dce7;
    border-radius: 999px;
    background: #fff;
    color: #081737 !important;
    font-size: 10px;
    font-weight: 750;
    line-height: 1;
    text-decoration: none;
}
body.newcastle-stage-two .v5-book-actions a:hover,
body.newcastle-stage-two .v5-book-actions a:focus {
    border-color: #081737;
    background: #081737;
    color: #fff !important;
    transform: translateY(-2px);
}
body.newcastle-stage-two .v5-empty-state {
    margin-top: 24px;
    padding: 26px;
    border-radius: 18px;
    background: rgba(255,255,255,.75);
    color: #081737;
    text-align: center;
}
body.newcastle-stage-two .v5-empty-state span {
    display: block;
    margin-top: 5px;
    color: #687188;
}

/* Obras publicadas: capa inteira e ações alinhadas */
body.newcastle-stage-two .author-book-cover {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #f1f1f1 !important;
}
body.newcastle-stage-two .author-book-cover img,
body.newcastle-stage-two .author-book-item img {
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    border-radius: 10px !important;
    background: transparent !important;
    object-fit: contain !important;
    object-position: center !important;
}
body.newcastle-stage-two .author-book-copy > a,
body.newcastle-stage-two .author-book-copy > .author-book-soon {
    display: inline-flex !important;
    min-width: 112px;
    min-height: 36px;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 14px !important;
    line-height: 1.15 !important;
    text-align: center !important;
}
body.newcastle-stage-two .author-catalog-link {
    min-height: 42px;
    justify-content: center;
    padding: 0 18px !important;
    border: 1px solid var(--v4-ink) !important;
    text-decoration: none !important;
}
body.newcastle-stage-two .author-catalog-link::after {
    display: none !important;
    content: none !important;
}

/* WhatsApp: desce um pouco em relação à V4 */
.floating-actions {
    bottom: 22px !important;
    gap: 12px !important;
}
.floating-actions .floating-whatsapp {
    margin-bottom: 7px !important;
}

@media (max-width: 1199px) {
    body.newcastle-stage-two .v5-book-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media (max-width: 991px) {
    body.newcastle-stage-two .v5-catalog-heading {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    body.newcastle-stage-two .v5-catalog-heading > p {
        max-width: 680px;
    }
    body.newcastle-stage-two .v5-catalog-tools {
        grid-template-columns: 1fr 1fr;
    }
    body.newcastle-stage-two .v5-catalog-tools .v5-search-field {
        grid-column: 1 / -1;
    }
}
@media (max-width: 767px) {
    body.newcastle-stage-two .v5-catalog-section {
        padding: 76px 0 86px !important;
    }
    body.newcastle-stage-two .v5-catalog-heading {
        margin-bottom: 34px;
    }
    body.newcastle-stage-two .v5-catalog-heading h2 {
        font-size: 50px;
    }
    body.newcastle-stage-two .v5-catalog-tools {
        grid-template-columns: 1fr;
        padding: 14px;
        border-radius: 20px;
    }
    body.newcastle-stage-two .v5-catalog-tools .v5-search-field {
        grid-column: auto;
    }
    body.newcastle-stage-two .v5-book-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }
    body.newcastle-stage-two .v5-book-cover-wrap {
        aspect-ratio: 1 / 1.02;
        padding: 14px 14px 0;
    }
    body.newcastle-stage-two .v5-book-card-body {
        min-height: 0;
        padding: 15px;
    }
    body.newcastle-stage-two .v5-book-meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 3px;
        margin-bottom: 10px;
    }
    body.newcastle-stage-two .v5-book-card h3 {
        font-size: 14px;
    }
    body.newcastle-stage-two .v5-book-card-body > p {
        display: -webkit-box;
        overflow: hidden;
        font-size: 11px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        line-clamp: 3;
    }
    body.newcastle-stage-two .v5-book-price strong {
        font-size: 14px;
    }
    body.newcastle-stage-two .v5-book-actions a {
        min-height: 31px;
        padding: 0 9px;
        font-size: 8px;
    }
    .floating-actions .floating-whatsapp {
        margin-bottom: 5px !important;
    }
}
@media (max-width: 420px) {
    body.newcastle-stage-two .v5-book-grid {
        grid-template-columns: 1fr;
    }
    body.newcastle-stage-two .v5-book-cover-wrap {
        aspect-ratio: 1 / .92;
    }
    body.newcastle-stage-two .v5-book-card h3 {
        font-size: 17px;
    }
    body.newcastle-stage-two .v5-book-card-body > p {
        font-size: 12px;
    }
}
/* V5 — refinamento do cabeçalho do catálogo */
body.newcastle-stage-two .v5-catalog-heading .section-kicker { margin-bottom: 5px; }
body.newcastle-stage-two .v5-catalog-heading > p strong {
    display: block;
    margin-bottom: 9px;
    color: #081737;
    font-size: 18px;
    line-height: 1.45;
}


/* ==========================================================
   EDITORA NEWCASTLE — V6 | AJUSTES FINOS
========================================================== */

/* 1. Preloader branco */

/* 2. Banners: remove qualquer linha animada ou sublinhado no hover */
body.newcastle-stage-two .single_bn_link,
body.newcastle-stage-two .single_bn_link:hover,
body.newcastle-stage-two .single_bn_link:focus {
    border-bottom: 1px solid var(--v4-ink) !important;
    text-decoration: none !important;
    background-image: none !important;
}
body.newcastle-stage-two .single_bn_link::before,
body.newcastle-stage-two .single_bn_link::after {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    content: none !important;
}
body.newcastle-stage-two .single_bn_link:hover,
body.newcastle-stage-two .single_bn_link:focus {
    border-color: var(--v4-accent) !important;
}

/* 3. Filtros do catálogo: arredondamento preservado no foco e seta com respiro */
body.newcastle-stage-two .v5-catalog-tools select {
    padding-right: 50px !important;
    border-radius: 16px !important;
    background-position: right 18px center !important;
    background-size: 14px 10px !important;
    cursor: pointer;
}
body.newcastle-stage-two .v5-catalog-tools select:hover,
body.newcastle-stage-two .v5-catalog-tools select:focus,
body.newcastle-stage-two .v5-catalog-tools select:active {
    border-radius: 16px !important;
}

/* 3.1. Aproxima descrição e preço; mantém ações alinhadas ao rodapé */
body.newcastle-stage-two .v5-book-card-body > p {
    margin-bottom: 10px !important;
}
body.newcastle-stage-two .v5-book-price {
    margin-top: 0 !important;
    margin-bottom: 12px !important;
}
body.newcastle-stage-two .v5-book-actions {
    margin-top: auto;
}

/* 4. Obras publicadas: botões sem seta e texto perfeitamente centralizado */
body.newcastle-stage-two .author-book-copy > a {
    gap: 0 !important;
    text-align: center !important;
}
body.newcastle-stage-two .author-book-copy > a span[aria-hidden="true"] {
    display: none !important;
}

/* 5. Política de Cookies e demais políticas: contorno visível */
body.newcastle-stage-two .legal_policy_modal .legal_policy_button {
    border: 1px solid #1f1f1f !important;
    background: #1f1f1f !important;
    color: #ffffff !important;
    box-shadow: none !important;
}
body.newcastle-stage-two .legal_policy_modal .legal_policy_button:hover,
body.newcastle-stage-two .legal_policy_modal .legal_policy_button:focus {
    border-color: #1f1f1f !important;
    background: #ffffff !important;
    color: #1f1f1f !important;
    box-shadow: 0 0 0 1px #1f1f1f inset !important;
}

/* ==========================================================
   EDITORA NEWCASTLE — V7 | ACABAMENTO + SEGURANÇA VISUAL
========================================================== */

/* Barra de rolagem institucional */
html {
    scrollbar-width: thin;
    scrollbar-color: #bd1f2d #e6e6e6;
}
html::-webkit-scrollbar { width: 10px; height: 10px; }
html::-webkit-scrollbar-track { background: #e6e6e6; }
html::-webkit-scrollbar-thumb {
    border: 2px solid #e6e6e6;
    border-radius: 999px;
    background: #bd1f2d;
}
html::-webkit-scrollbar-thumb:hover { background: #971722; }

/* Envio: spinner e bloqueio visual de duplo clique */
body.newcastle-stage-two .original_submit_loading {
    align-items: center;
    justify-content: center;
    gap: 10px;
}
body.newcastle-stage-two .original_submit_loading:not(.d-none) { display: inline-flex !important; }
body.newcastle-stage-two .original_submit_spinner {
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255,255,255,.38);
    border-top-color: #fff;
    border-radius: 50%;
    animation: newcastleSubmitSpin .75s linear infinite;
}
body.newcastle-stage-two .original_submit[disabled] {
    cursor: wait;
    opacity: .82;
    transform: none !important;
}
@keyframes newcastleSubmitSpin { to { transform: rotate(360deg); } }

/* Hero mobile: indicadores mais afastados da capa */
@media (max-width: 767px) {
    body.newcastle-stage-two .book-hero-indicators { bottom: 5px !important; }
    body.newcastle-stage-two .book-hero-cover { margin-bottom: 24px !important; }
    body.newcastle-stage-two .book-hero-cover img { max-height: 212px !important; }
}

/* Propagandas: conteúdo mais à direita no mobile e sem linha inferior */
body.newcastle-stage-two .single_bn_link,
body.newcastle-stage-two .single_bn_link:hover,
body.newcastle-stage-two .single_bn_link:focus {
    border: 0 !important;
    border-bottom: 0 !important;
    box-shadow: 0 10px 24px rgba(0,0,0,.18) !important;
    text-decoration: none !important;
}
@media (max-width: 767px) {
    body.newcastle-stage-two .single_banner_info {
        right: 10px !important;
        left: auto !important;
        width: 58% !important;
        max-width: 58% !important;
        padding-right: 2px !important;
    }
}

/* Catálogo: respiro entre kicker e título */
body.newcastle-stage-two .v5-catalog-heading .section-kicker {
    margin-bottom: 15px !important;
}

/* Selects customizados e arredondados */
body.newcastle-stage-two .v5-catalog-tools label { position: relative; }
body.newcastle-stage-two .v7-select-native {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
}
body.newcastle-stage-two .v7-select { position: relative; width: 100%; }
body.newcastle-stage-two .v7-select-button {
    display: flex;
    width: 100%;
    height: 52px;
    align-items: center;
    justify-content: space-between;
    padding: 0 54px 0 16px;
    border: 1px solid #d7dce7;
    border-radius: 16px;
    background: #fff;
    color: #111827;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-align: left;
}
body.newcastle-stage-two .v7-select-button:hover,
body.newcastle-stage-two .v7-select-button:focus,
body.newcastle-stage-two .v7-select.is-open .v7-select-button {
    border-color: #081737;
    box-shadow: 0 0 0 4px rgba(8,23,55,.08);
    outline: 0;
}
body.newcastle-stage-two .v7-select-arrow {
    position: absolute;
    right: 22px;
    top: 50%;
    color: #081737;
    font-size: 17px;
    line-height: 1;
    transform: translateY(-58%);
    transition: transform .2s ease;
    pointer-events: none;
}
body.newcastle-stage-two .v7-select.is-open .v7-select-arrow {
    transform: translateY(-38%) rotate(180deg);
}
body.newcastle-stage-two .v7-select-menu {
    position: absolute;
    z-index: 1060;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    display: grid;
    gap: 4px;
    max-height: 270px;
    overflow-y: auto;
    padding: 8px;
    border: 1px solid rgba(8,23,55,.12);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 20px 48px rgba(8,23,55,.16);
    opacity: 0;
    transform: translateY(-5px);
    visibility: hidden;
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}
body.newcastle-stage-two .v7-select.is-open .v7-select-menu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}
body.newcastle-stage-two .v7-select-option {
    width: 100%;
    padding: 11px 12px;
    border: 0;
    border-radius: 12px;
    background: transparent;
    color: #1d2638;
    font-size: 12px;
    font-weight: 600;
    text-align: left;
}
body.newcastle-stage-two .v7-select-option:hover,
body.newcastle-stage-two .v7-select-option:focus,
body.newcastle-stage-two .v7-select-option[aria-selected="true"] {
    background: #081737;
    color: #fff;
    outline: 0;
}

/* Cards: descrição, preço, botões e zoom simples */
body.newcastle-stage-two .v5-book-card-body > p {
    margin-bottom: 18px !important;
}
body.newcastle-stage-two .v5-book-price {
    margin-top: auto !important;
    margin-bottom: 7px !important;
}
body.newcastle-stage-two .v5-book-actions {
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
    min-height: 36px;
    margin-top: 0 !important;
}
body.newcastle-stage-two .v5-store-link {
    display: inline-flex;
    min-width: 0;
    min-height: 34px;
    flex: 1 1 0;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0 7px;
    border: 1px solid #d7dce7;
    border-radius: 999px;
    background: #fff;
    color: #081737 !important;
    font-size: 9px;
    font-weight: 750;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}
body.newcastle-stage-two a.v5-store-link:hover,
body.newcastle-stage-two a.v5-store-link:focus {
    border-color: #081737;
    background: #081737;
    color: #fff !important;
    transform: translateY(-2px);
}
body.newcastle-stage-two .v5-store-link.is-disabled {
    cursor: not-allowed;
    opacity: .36;
}
body.newcastle-stage-two .v5-store-icon {
    display: inline-flex;
    width: 19px;
    height: 19px;
    flex: 0 0 19px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #eef0f4;
    color: #081737;
    font-size: 7px;
    font-weight: 850;
}
body.newcastle-stage-two a.v5-store-link:hover .v5-store-icon,
body.newcastle-stage-two a.v5-store-link:focus .v5-store-icon {
    background: rgba(255,255,255,.18);
    color: #fff;
}
body.newcastle-stage-two .v5-book-card:hover .v5-book-cover-wrap img {
    transform: scale(1.045) !important;
}

/* Paginação do catálogo */
body.newcastle-stage-two .v7-catalog-pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 38px;
}
body.newcastle-stage-two .v7-catalog-pagination[hidden] { display: none !important; }
body.newcastle-stage-two .v7-page-button {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(8,23,55,.18);
    border-radius: 50%;
    background: #fff;
    color: #081737;
    font-size: 13px;
    font-weight: 800;
}
body.newcastle-stage-two .v7-page-button:hover,
body.newcastle-stage-two .v7-page-button:focus,
body.newcastle-stage-two .v7-page-button.is-active {
    border-color: #081737;
    background: #081737;
    color: #fff;
    outline: 0;
}

/* Autores: alinhamento inferior e obras maiores */
body.newcastle-stage-two .authors-section-heading-row {
    align-items: flex-end !important;
}
body.newcastle-stage-two .authors-section-intro-col {
    align-self: flex-end !important;
    padding-bottom: 7px;
}
body.newcastle-stage-two .author-book-item {
    min-height: 148px !important;
    grid-template-columns: 98px minmax(0,1fr) !important;
    gap: 18px !important;
    padding: 10px 16px 10px 10px !important;
}
body.newcastle-stage-two .author-book-cover {
    width: 98px !important;
    height: 128px !important;
    border-radius: 13px !important;
}
body.newcastle-stage-two .author-book-cover img,
body.newcastle-stage-two .author-book-item img {
    width: 100% !important;
    height: 100% !important;
    border-radius: 13px !important;
    object-fit: contain !important;
    object-position: center !important;
}
body.newcastle-stage-two .author-catalog-link {
    border-bottom: 0 !important;
    text-decoration: none !important;
}

/* Próximo capítulo sem palavra decorativa de fundo */

/* Topbar mobile visível no topo e recolhida durante a rolagem */
@media (max-width: 767px) {
    body.newcastle-stage-two .container {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
    body.newcastle-stage-two .newcastle-topbar {
        display: block !important;
        max-height: 42px;
        overflow: hidden;
        opacity: 1;
        transform: translateY(0);
        transition: max-height .26s ease, opacity .22s ease, transform .26s ease;
    }
    body.newcastle-stage-two .newcastle-topbar-inner {
        min-height: 42px !important;
        justify-content: space-between;
    }
    body.newcastle-stage-two .newcastle-topbar-contact {
        font-size: 10px !important;
    }
    body.newcastle-stage-two .newcastle-social { display: flex !important; }
    body.newcastle-stage-two .header_wrap.mobile-topbar-hidden .newcastle-topbar {
        max-height: 0;
        opacity: 0;
        transform: translateY(-100%);
        pointer-events: none;
    }

    /* Catálogo mobile: somente ícones circulares */
    body.newcastle-stage-two .v5-book-actions {
        justify-content: flex-start;
        gap: 8px;
    }
    body.newcastle-stage-two .v5-store-link {
        width: 36px;
        height: 36px;
        min-width: 36px;
        min-height: 36px;
        flex: 0 0 36px;
        padding: 0;
        border-radius: 50%;
    }
    body.newcastle-stage-two .v5-store-label { display: none; }
    body.newcastle-stage-two .v5-store-icon {
        width: 100%;
        height: 100%;
        flex-basis: 100%;
        background: transparent;
        font-size: 9px;
    }

    /* Lista de autores sem barra horizontal */
    body.newcastle-stage-two .authors-filter-wrap {
        overflow: visible !important;
    }
    body.newcastle-stage-two .authors-filter-nav {
        display: grid !important;
        min-width: 0 !important;
        grid-template-columns: repeat(2, minmax(0,1fr));
        gap: 10px !important;
    }
    body.newcastle-stage-two .authors-filter-button {
        min-width: 0 !important;
        min-height: 70px;
        padding: 13px 12px !important;
    }
    body.newcastle-stage-two .authors-filter-copy strong {
        overflow: hidden;
        font-size: 11px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    body.newcastle-stage-two .authors-filter-copy small { font-size: 9px; }
    body.newcastle-stage-two .author-book-item {
        min-height: 134px !important;
        grid-template-columns: 88px minmax(0,1fr) !important;
    }
    body.newcastle-stage-two .author-book-cover {
        width: 88px !important;
        height: 114px !important;
    }
}

@media (max-width: 420px) {
    body.newcastle-stage-two .container {
        padding-right: 18px !important;
        padding-left: 18px !important;
    }
    body.newcastle-stage-two .authors-filter-nav {
        grid-template-columns: 1fr;
    }
}
body.newcastle-stage-two .v5-store-icon svg {
    width: 12px;
    height: 12px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}
@media (max-width: 767px) {
    body.newcastle-stage-two .v5-store-icon svg { width: 17px; height: 17px; }
}


/* ======================================================================
   V8.1 — AJUSTES FINOS (sem alteração ou conversão de imagens)
   ====================================================================== */

/* Menu: banners do mega menu com conteúdo mais à esquerda */
@media (min-width: 992px) {
    body.newcastle-stage-two .menu_banners .banne_info {
        right: auto !important;
        left: 6px !important;
        width: calc(100% - 12px);
        padding: 14px !important;
        text-align: left;
    }
}

/* Catálogo: oito itens por página e bloco comercial mais próximo do texto */
body.newcastle-stage-two .v5-book-card-body {
    min-height: 320px;
}
body.newcastle-stage-two .v5-book-card-body > p {
    min-height: 86px;
    margin-bottom: 14px !important;
}
body.newcastle-stage-two .v5-book-price {
    margin-top: 0 !important;
    margin-bottom: 8px !important;
}
body.newcastle-stage-two .v5-book-actions {
    margin-top: 0 !important;
}

/* No desktop, os botões mostram somente o texto das lojas */
body.newcastle-stage-two .v5-store-icon {
    display: none !important;
}
body.newcastle-stage-two .v5-store-link {
    min-height: 36px;
    padding-right: 10px;
    padding-left: 10px;
}

/* Autores: alinhamento vertical do cabeçalho */
body.newcastle-stage-two .authors-section-heading-row {
    align-items: flex-end !important;
}
body.newcastle-stage-two .authors-section-heading,
body.newcastle-stage-two .authors-section-intro-col {
    min-height: 100%;
}
body.newcastle-stage-two .authors-section-intro-col {
    display: flex !important;
    align-items: flex-end !important;
    padding-bottom: 5px;
}
body.newcastle-stage-two .authors-section-intro {
    margin-bottom: 0 !important;
}

/* Garante que Ver no catálogo nunca seja cortado */
body.newcastle-stage-two .author-profile-copy {
    overflow: visible !important;
    padding-bottom: 32px !important;
}
body.newcastle-stage-two .author-catalog-link {
    position: relative;
    z-index: 2;
    flex: 0 0 auto;
    width: max-content;
    max-width: 100%;
    margin-bottom: 2px;
    white-space: nowrap;
    overflow: visible !important;
}

/* Obras publicadas: fundo visual menor, capa preservada e conteúdo sem corte */
body.newcastle-stage-two .author-book-item {
    min-height: 142px !important;
    grid-template-columns: 102px minmax(0,1fr) !important;
    gap: 18px !important;
    padding: 10px 16px 10px 8px !important;
}
body.newcastle-stage-two .author-book-cover {
    position: relative;
    width: 102px !important;
    height: 122px !important;
    overflow: visible !important;
    border-radius: 0 !important;
    background: transparent !important;
}
body.newcastle-stage-two .author-book-cover::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    width: 76px;
    height: 102px;
    border-radius: 8px;
    background: #ececec;
    content: "";
    transform: translate(-50%, -50%);
}
body.newcastle-stage-two .author-book-cover img,
body.newcastle-stage-two .author-book-item img {
    position: relative;
    z-index: 1;
    width: 94px !important;
    height: 118px !important;
    margin: 2px auto !important;
    border-radius: 4px !important;
    object-fit: contain !important;
}
body.newcastle-stage-two .author-book-copy {
    display: flex !important;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start !important;
    justify-content: center;
    gap: 0;
}
body.newcastle-stage-two .author-book-copy > span:not(.author-book-soon) {
    width: 100%;
    overflow: visible !important;
    text-overflow: clip !important;
    white-space: normal !important;
}
body.newcastle-stage-two .author-book-copy h4 {
    display: block !important;
    width: 100%;
    margin: 4px 0 12px !important;
    overflow: visible !important;
    line-height: 1.35 !important;
    -webkit-line-clamp: unset !important;
}
body.newcastle-stage-two .author-book-copy > a,
body.newcastle-stage-two .author-book-copy > .author-book-soon {
    align-self: flex-start !important;
    min-width: 96px !important;
    margin: 0 !important;
}

/* Seletor compacto de autores — oculto no desktop */
body.newcastle-stage-two .authors-mobile-select-wrap {
    display: none;
}

@media (max-width: 767px) {
    /* Topbar centralizada verticalmente */
    body.newcastle-stage-two .newcastle-topbar {
        display: flex !important;
        align-items: center !important;
        min-height: 44px !important;
        max-height: 44px;
    }
    body.newcastle-stage-two .newcastle-topbar .container {
        display: flex;
        min-height: 44px;
        align-items: center;
    }
    body.newcastle-stage-two .newcastle-topbar-inner {
        width: 100%;
        min-height: 44px !important;
        align-items: center !important;
    }
    body.newcastle-stage-two .newcastle-topbar-contact,
    body.newcastle-stage-two .newcastle-social,
    body.newcastle-stage-two .newcastle-social li,
    body.newcastle-stage-two .newcastle-social a {
        align-items: center !important;
        line-height: 1 !important;
    }
    body.newcastle-stage-two .header_wrap.nav-fixed {
        animation: none !important;
        transform: none !important;
    }

    /* No mobile, somente os ícones circulares ocupam os botões */
    body.newcastle-stage-two .v5-book-card-body > p {
        min-height: 0;
        margin-bottom: 14px !important;
    }
    body.newcastle-stage-two .v5-store-icon {
        display: inline-flex !important;
        width: 100% !important;
        height: 100% !important;
        flex: 0 0 100% !important;
        border-radius: 50% !important;
        background: transparent !important;
    }
    body.newcastle-stage-two .v5-store-link,
    body.newcastle-stage-two a.v5-store-link:hover,
    body.newcastle-stage-two a.v5-store-link:focus,
    body.newcastle-stage-two a.v5-store-link:active {
        overflow: hidden;
        border-radius: 50% !important;
        -webkit-tap-highlight-color: transparent;
    }
    body.newcastle-stage-two a.v5-store-link:hover,
    body.newcastle-stage-two a.v5-store-link:focus,
    body.newcastle-stage-two a.v5-store-link:active {
        border-color: #081737 !important;
        background: #081737 !important;
        color: #fff !important;
    }
    body.newcastle-stage-two a.v5-store-link:hover .v5-store-icon,
    body.newcastle-stage-two a.v5-store-link:focus .v5-store-icon,
    body.newcastle-stage-two a.v5-store-link:active .v5-store-icon {
        background: #081737 !important;
        color: #fff !important;
    }

    /* Troca a longa grade de autores por um seletor compacto */
    body.newcastle-stage-two .authors-filter-title,
    body.newcastle-stage-two .authors-filter-nav {
        display: none !important;
    }
    body.newcastle-stage-two .authors-filter-wrap {
        margin-bottom: 18px !important;
        padding: 14px !important;
        border-radius: 20px !important;
        overflow: visible !important;
    }
    body.newcastle-stage-two .authors-mobile-select-wrap {
        display: block;
    }
    body.newcastle-stage-two .authors-mobile-select-wrap > label {
        display: block;
        margin-bottom: 8px;
        color: rgba(255,255,255,.68);
        font-size: 10px;
        font-weight: 700;
        letter-spacing: .10em;
        text-transform: uppercase;
    }
    body.newcastle-stage-two .authors-mobile-select-shell {
        position: relative;
    }
    body.newcastle-stage-two .authors-mobile-select-shell select {
        width: 100%;
        min-height: 52px;
        padding: 0 48px 0 16px;
        border: 1px solid rgba(255,255,255,.18);
        border-radius: 15px;
        appearance: none;
        background: #fff;
        color: #111;
        font-family: "Poppins", sans-serif;
        font-size: 13px;
        font-weight: 650;
        outline: none;
    }
    body.newcastle-stage-two .authors-mobile-select-shell select:focus {
        border-color: #d72f3b;
        box-shadow: 0 0 0 4px rgba(215,47,59,.15);
    }
    body.newcastle-stage-two .authors-mobile-select-shell > span {
        position: absolute;
        top: 50%;
        right: 18px;
        color: #111;
        font-size: 18px;
        line-height: 1;
        pointer-events: none;
        transform: translateY(-58%);
    }

    body.newcastle-stage-two .author-book-item {
        min-height: 136px !important;
        grid-template-columns: 94px minmax(0,1fr) !important;
        gap: 14px !important;
        padding-right: 12px !important;
    }
    body.newcastle-stage-two .author-book-cover {
        width: 94px !important;
        height: 116px !important;
    }
    body.newcastle-stage-two .author-book-cover::before {
        width: 70px;
        height: 96px;
    }
    body.newcastle-stage-two .author-book-cover img,
    body.newcastle-stage-two .author-book-item img {
        width: 88px !important;
        height: 112px !important;
        border-radius: 3px !important;
    }
}


@media (max-width: 767px) {
    body.newcastle-stage-two .header_wrap.mobile-topbar-hidden .newcastle-topbar {
        min-height: 0 !important;
        max-height: 0 !important;
    }
    body.newcastle-stage-two .header_wrap.mobile-topbar-hidden .newcastle-topbar .container,
    body.newcastle-stage-two .header_wrap.mobile-topbar-hidden .newcastle-topbar-inner {
        min-height: 0 !important;
    }
}

/* ======================================================================
   EDITORA NEWCASTLE — V9 | AJUSTES FINOS
   Sem alteração, conversão ou substituição de imagens.
   ====================================================================== */

/* 1. Mega menu: pequeno recuo para a esquerda, sem invadir o livro */
@media (min-width: 992px) {
    body.newcastle-stage-two .navbar .navbar-nav li.dropdown-mega-menu .mega-menu > .mega-menu-col {
        flex: 0 0 20% !important;
        width: 20% !important;
        max-width: 20% !important;
    }
    body.newcastle-stage-two .menu_banners .banne_info {
        right: 12px !important;
        left: auto !important;
        width: auto !important;
        max-width: 62% !important;
        padding: 14px !important;
        text-align: left;
    }
}

/* 2. Remove o brilho vermelho, preservando mudanças discretas de cor */
body.newcastle-stage-two button:hover,
body.newcastle-stage-two button:focus,
body.newcastle-stage-two .btn:hover,
body.newcastle-stage-two .btn:focus,
body.newcastle-stage-two a.hero-buy-btn:hover,
body.newcastle-stage-two a.hero-buy-btn:focus,
body.newcastle-stage-two .single_bn_link:hover,
body.newcastle-stage-two .single_bn_link:focus,
body.newcastle-stage-two .book-banner-buy-btn:hover,
body.newcastle-stage-two .book-banner-buy-btn:focus,
body.newcastle-stage-two .v5-store-link:hover,
body.newcastle-stage-two .v5-store-link:focus,
body.newcastle-stage-two .author-catalog-link:hover,
body.newcastle-stage-two .author-catalog-link:focus,
body.newcastle-stage-two .author-book-item a:hover,
body.newcastle-stage-two .author-book-item a:focus,
body.newcastle-stage-two .cookie_bar_button:hover,
body.newcastle-stage-two .cookie_bar_button:focus,
body.newcastle-stage-two .cookie_bar_link:hover,
body.newcastle-stage-two .cookie_bar_link:focus,
body.newcastle-stage-two .legal_policy_button:hover,
body.newcastle-stage-two .legal_policy_button:focus,
body.newcastle-stage-two .original_submit:hover,
body.newcastle-stage-two .original_submit:focus,
body.newcastle-stage-two .next-chapter-primary:hover,
body.newcastle-stage-two .next-chapter-primary:focus,
body.newcastle-stage-two .next-chapter-link:hover,
body.newcastle-stage-two .next-chapter-link:focus,
body.newcastle-stage-two .authors-mobile-select-button:hover,
body.newcastle-stage-two .authors-mobile-select-button:focus,
body.newcastle-stage-two .v9-form-select-button:hover,
body.newcastle-stage-two .v9-form-select-button:focus {
    box-shadow: none !important;
    filter: none !important;
}

/* 3. Autores: remove apenas a caixa externa, mantendo fundo e botões individuais */
@media (min-width: 992px) {
    body.newcastle-stage-two .authors-filter-wrap {
        padding: 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        overflow: visible !important;
    }
    body.newcastle-stage-two .authors-filter-title {
        padding: 0 4px 12px !important;
    }
}

/* 4. Ver no catálogo: altura real e respiro inferior */
body.newcastle-stage-two .author-profile-copy {
    min-height: 0 !important;
    overflow: visible !important;
    padding-bottom: 42px !important;
}
body.newcastle-stage-two .author-catalog-link {
    display: inline-flex !important;
    min-height: 44px !important;
    align-items: center !important;
    justify-content: center !important;
    margin-top: 18px !important;
    margin-bottom: 4px !important;
    padding: 0 20px !important;
    overflow: visible !important;
    line-height: 1.15 !important;
    white-space: nowrap;
}
body.newcastle-stage-two .author-catalog-link::after { display: none !important; }

/* 5. Formulário: seletor customizado com seta e menu arredondado */
body.newcastle-stage-two .v9-enhanced-native {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
}
body.newcastle-stage-two .v9-form-select { position: relative; width: 100%; }
body.newcastle-stage-two .v9-form-select-button {
    display: flex;
    width: 100%;
    min-height: 56px;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 0 18px;
    border: 1px solid var(--nc-gray-300);
    border-radius: 18px;
    background: #fff;
    color: #222;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-align: left;
}
body.newcastle-stage-two .v9-form-select-arrow {
    flex: 0 0 auto;
    color: #222;
    font-size: 18px;
    line-height: 1;
    transition: transform .2s ease;
}
body.newcastle-stage-two .v9-form-select.is-open .v9-form-select-arrow { transform: rotate(180deg); }
body.newcastle-stage-two .v9-form-select-button:hover,
body.newcastle-stage-two .v9-form-select-button:focus,
body.newcastle-stage-two .v9-form-select.is-open .v9-form-select-button {
    border-color: #222;
    outline: 0;
}
body.newcastle-stage-two .v9-form-select-menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    z-index: 1080;
    display: grid;
    gap: 4px;
    max-height: 270px;
    overflow-y: auto;
    padding: 8px;
    border: 1px solid #dedede;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(0,0,0,.13);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-6px);
    transition: opacity .18s ease, transform .18s ease;
}
body.newcastle-stage-two .v9-form-select.is-open .v9-form-select-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}
body.newcastle-stage-two .v9-form-select-option {
    width: 100%;
    padding: 10px 12px;
    border: 0;
    border-radius: 12px;
    background: transparent;
    color: #222;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-align: left;
}
body.newcastle-stage-two .v9-form-select-option:hover,
body.newcastle-stage-two .v9-form-select-option:focus,
body.newcastle-stage-two .v9-form-select-option[aria-selected="true"] {
    background: #f0f0f0;
    color: #111;
    outline: 0;
}
body.newcastle-stage-two .was-validated .v9-enhanced-native:invalid + .v9-form-select .v9-form-select-button {
    border-color: #dc3545;
}

/* 6. Cabeçalho mobile realmente colado ao topo */
@media (max-width: 767px) {
    body.newcastle-stage-two .header_wrap.fixed-top,
    body.newcastle-stage-two .header_wrap.nav-fixed {
        position: sticky !important;
        top: 0 !important;
        right: auto !important;
        left: auto !important;
        z-index: 1041 !important;
        animation: none !important;
        transform: none !important;
    }
    body.newcastle-stage-two .header_sticky_bar { display: none !important; height: 0 !important; }
    body.newcastle-stage-two .header_wrap.mobile-topbar-hidden .bottom_header {
        top: 0 !important;
        margin-top: 0 !important;
    }
}

/* 7. Hero mobile: indicadores afastados do corte da seção */
@media (max-width: 767px) {
    body.newcastle-stage-two .book-hero-indicators { bottom: 20px !important; }
}

/* 8. Propagandas mobile: texto menor e mais à direita, sem cobrir a capa */
@media (max-width: 767px) {
    body.newcastle-stage-two .single_banner_info {
        right: 7px !important;
        left: auto !important;
        width: 49% !important;
        max-width: 49% !important;
        padding: 0 !important;
    }
    body.newcastle-stage-two .single_bn_title1 { font-size: 11px !important; }
    body.newcastle-stage-two .single_bn_title {
        margin-top: 3px !important;
        font-size: 7px !important;
        line-height: 1.12 !important;
    }
    body.newcastle-stage-two .single_bn_link {
        min-height: 34px !important;
        margin-top: 9px !important;
        padding: 0 13px !important;
        font-size: 9px !important;
    }
}

/* 9. Catálogo mobile: duas colunas em qualquer largura e cards compactos */
@media (max-width: 767px) {
    body.newcastle-stage-two .v5-book-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px !important;
    }
    body.newcastle-stage-two .v5-book-card { border-radius: 17px !important; }
    body.newcastle-stage-two .v5-book-cover-wrap {
        aspect-ratio: 1 / 1.04 !important;
        padding: 11px 10px 0 !important;
    }
    body.newcastle-stage-two .v5-book-card-body {
        min-height: 260px !important;
        padding: 12px !important;
    }
    body.newcastle-stage-two .v5-book-meta {
        gap: 2px !important;
        margin-bottom: 7px !important;
    }
    body.newcastle-stage-two .v5-book-meta span {
        max-width: 100%;
        font-size: 7px !important;
        letter-spacing: .035em !important;
    }
    body.newcastle-stage-two .v5-book-card h3 {
        display: -webkit-box;
        min-height: 32px;
        margin-bottom: 7px !important;
        overflow: hidden;
        font-size: 12px !important;
        line-height: 1.3 !important;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }
    body.newcastle-stage-two .v5-book-card-body > p {
        display: -webkit-box;
        min-height: 32px !important;
        margin-bottom: 9px !important;
        overflow: hidden;
        font-size: 9px !important;
        line-height: 1.45 !important;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }
    body.newcastle-stage-two .v5-book-price {
        min-height: 21px;
        margin: auto 0 7px !important;
    }
    body.newcastle-stage-two .v5-book-price strong { font-size: 13px !important; }
    body.newcastle-stage-two .v5-book-price del { font-size: 9px !important; }
    body.newcastle-stage-two .v5-book-actions {
        gap: 6px !important;
        min-height: 32px !important;
    }
    body.newcastle-stage-two .v5-store-link {
        width: 32px !important;
        height: 32px !important;
        min-width: 32px !important;
        min-height: 32px !important;
        flex: 0 0 32px !important;
        padding: 0 !important;
        border-radius: 50% !important;
    }
    body.newcastle-stage-two .v5-store-icon {
        display: inline-flex !important;
        width: 100% !important;
        height: 100% !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 50% !important;
    }
    body.newcastle-stage-two .v5-store-label { display: none !important; }
    body.newcastle-stage-two .v5-store-icon svg { width: 15px !important; height: 15px !important; }
}
@media (max-width: 420px) {
    body.newcastle-stage-two .v5-book-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 9px !important; }
    body.newcastle-stage-two .v5-book-card-body { min-height: 248px !important; padding: 10px !important; }
    body.newcastle-stage-two .v5-book-card h3 { font-size: 11px !important; }
    body.newcastle-stage-two .v5-book-card-body > p { font-size: 8.5px !important; }
    body.newcastle-stage-two .v5-store-link {
        width: 30px !important;
        height: 30px !important;
        min-width: 30px !important;
        min-height: 30px !important;
        flex-basis: 30px !important;
    }
}

/* 10. Seletor mobile de autores totalmente customizado e arredondado */
body.newcastle-stage-two .authors-mobile-select-native {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
}
body.newcastle-stage-two .authors-mobile-select-custom { position: relative; }
body.newcastle-stage-two .authors-mobile-select-button {
    display: flex;
    width: 100%;
    min-height: 52px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0 16px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 16px;
    background: #fff;
    color: #111;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 650;
    text-align: left;
}
body.newcastle-stage-two .authors-mobile-select-arrow {
    flex: 0 0 auto;
    font-size: 18px;
    line-height: 1;
    transition: transform .2s ease;
}
body.newcastle-stage-two .authors-mobile-select-custom.is-open .authors-mobile-select-arrow { transform: rotate(180deg); }
body.newcastle-stage-two .authors-mobile-select-menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    z-index: 1080;
    display: grid;
    gap: 4px;
    max-height: 290px;
    overflow-y: auto;
    padding: 8px;
    border: 1px solid #d9d9d9;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(0,0,0,.18);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-6px);
    transition: opacity .18s ease, transform .18s ease;
}
body.newcastle-stage-two .authors-mobile-select-custom.is-open .authors-mobile-select-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}
body.newcastle-stage-two .authors-mobile-select-option {
    width: 100%;
    padding: 11px 12px;
    border: 0;
    border-radius: 12px;
    background: transparent;
    color: #111;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-align: left;
}
body.newcastle-stage-two .authors-mobile-select-option:hover,
body.newcastle-stage-two .authors-mobile-select-option:focus,
body.newcastle-stage-two .authors-mobile-select-option[aria-selected="true"] {
    background: #ededed;
    outline: 0;
}

/* 11. Obras publicadas mais limpas em celulares pequenos */
@media (max-width: 430px) {
    body.newcastle-stage-two .author-profile-copy { padding: 27px 21px 34px !important; }
    body.newcastle-stage-two .author-catalog-link {
        min-height: 42px !important;
        margin-bottom: 6px !important;
        font-size: 10px !important;
    }
    body.newcastle-stage-two .author-books-column { padding: 20px 18px 24px !important; }
    body.newcastle-stage-two .author-books-heading { margin-bottom: 14px !important; }
    body.newcastle-stage-two .author-book-item {
        min-height: 112px !important;
        grid-template-columns: 72px minmax(0,1fr) !important;
        gap: 10px !important;
        padding: 8px 10px 8px 6px !important;
        border-radius: 12px !important;
    }
    body.newcastle-stage-two .author-book-cover {
        width: 72px !important;
        height: 96px !important;
    }
    body.newcastle-stage-two .author-book-cover::before {
        width: 58px !important;
        height: 80px !important;
        border-radius: 6px !important;
    }
    body.newcastle-stage-two .author-book-cover img,
    body.newcastle-stage-two .author-book-item img {
        width: 68px !important;
        height: 92px !important;
        border-radius: 2px !important;
    }
    body.newcastle-stage-two .author-book-copy > span:not(.author-book-soon) {
        font-size: 7px !important;
        line-height: 1.3 !important;
    }
    body.newcastle-stage-two .author-book-copy h4 {
        margin: 3px 0 8px !important;
        font-size: 10.5px !important;
        line-height: 1.28 !important;
    }
    body.newcastle-stage-two .author-book-copy > a,
    body.newcastle-stage-two .author-book-copy > .author-book-soon {
        min-width: 78px !important;
        min-height: 30px !important;
        padding: 0 10px !important;
        font-size: 8px !important;
    }
}

/* V9 — correções complementares */
body.newcastle-stage-two .authors-mobile-select-shell > span[aria-hidden="true"] {
    display: none !important;
}
@media (max-width: 767px) {
    body.newcastle-stage-two .main_content > .section.pb_20:first-child {
        padding-top: 30px !important;
    }
}


/* ======================================================================
   EDITORA NEWCASTLE — V9.1 | CORREÇÕES GUIADAS POR CAPTURAS
   Mantém todas as imagens e conteúdos da V9.
   ====================================================================== */

/* Hero: o título desta obra precisa respirar e permanecer em duas linhas no desktop */
@media (min-width: 992px) {
    body.newcastle-stage-two .book-hero-content .hero-title-recomecar {
        max-width: 690px;
        font-size: clamp(54px, 4.35vw, 68px) !important;
        line-height: .98 !important;
        letter-spacing: -.045em !important;
    }
}

/* Autores: alinhamento visual do cabeçalho e das duas colunas */
@media (min-width: 992px) {
    body.newcastle-stage-two .authors-section-heading {
        margin-bottom: 0 !important;
    }
    body.newcastle-stage-two .authors-section-heading-row,
    body.newcastle-stage-two .authors-section-intro-col {
        align-items: flex-end !important;
    }
    body.newcastle-stage-two .authors-section-intro-col {
        padding-bottom: 0 !important;
    }
    body.newcastle-stage-two .authors-section-intro {
        margin: 0 !important;
        padding-bottom: 4px;
    }
    body.newcastle-stage-two .authors-tab-content {
        margin-top: 0 !important;
    }
}

/* O traço visto abaixo de “Ver no catálogo” era a divisão do bloco, não o botão */
body.newcastle-stage-two .author-profile-copy {
    border-bottom: 0 !important;
}
body.newcastle-stage-two .author-catalog-link,
body.newcastle-stage-two .author-catalog-link:hover,
body.newcastle-stage-two .author-catalog-link:focus {
    border-bottom-width: 1px !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

/* Mobile: cabeçalho sem faixa branca e menu principal realmente colado ao topo */
@media (max-width: 767px) {
    html,
    body.newcastle-stage-two {
        margin: 0 !important;
        padding: 0 !important;
    }
    body.newcastle-stage-two .header_wrap,
    body.newcastle-stage-two .header_wrap.fixed-top,
    body.newcastle-stage-two .header_wrap.nav-fixed {
        position: sticky !important;
        top: 0 !important;
        right: auto !important;
        left: auto !important;
        margin: 0 !important;
        padding-top: 0 !important;
        transform: none !important;
        animation: none !important;
    }
    body.newcastle-stage-two .header_sticky_bar {
        display: none !important;
        height: 0 !important;
        margin: 0 !important;
    }
    body.newcastle-stage-two .header_wrap.mobile-topbar-hidden .newcastle-topbar {
        display: none !important;
        height: 0 !important;
        min-height: 0 !important;
        max-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
    }
    body.newcastle-stage-two .header_wrap.mobile-topbar-hidden .bottom_header,
    body.newcastle-stage-two .bottom_header,
    body.newcastle-stage-two .bottom_header .container,
    body.newcastle-stage-two .bottom_header .navbar {
        margin-top: 0 !important;
        top: 0 !important;
    }
}

/* Mobile: indicadores mais distantes da divisão e propaganda com respiro */
@media (max-width: 767px) {
    body.newcastle-stage-two .book-hero-indicators {
        bottom: 30px !important;
    }
    body.newcastle-stage-two .main_content > .section.pb_20:first-child {
        padding-top: 44px !important;
    }
    body.newcastle-stage-two .single_banner_info {
        right: 10px !important;
        left: auto !important;
        width: 43% !important;
        max-width: 43% !important;
    }
    body.newcastle-stage-two .single_bn_title1 {
        font-size: 14px !important;
        line-height: 1.2 !important;
    }
    body.newcastle-stage-two .single_bn_title {
        font-size: 22px !important;
        line-height: 1.14 !important;
    }
    body.newcastle-stage-two .single_bn_link {
        min-height: 32px !important;
        padding: 0 11px !important;
        font-size: 8.5px !important;
    }
}

/* Mobile: catálogo legível, sem corte de texto e sem vazio artificial */
@media (max-width: 767px) {
    body.newcastle-stage-two .v5-book-card-body {
        min-height: 0 !important;
        padding: 12px 11px 13px !important;
    }
    body.newcastle-stage-two .v5-book-meta {
        margin-bottom: 8px !important;
    }
    body.newcastle-stage-two .v5-book-meta span {
        font-size: 7.8px !important;
        line-height: 1.25 !important;
    }
    body.newcastle-stage-two .v5-book-card h3 {
        display: block !important;
        min-height: 0 !important;
        margin-bottom: 8px !important;
        overflow: visible !important;
        font-size: 12.25px !important;
        line-height: 1.28 !important;
        -webkit-line-clamp: unset !important;
        line-clamp: unset !important;
    }
    body.newcastle-stage-two .v5-book-card-body > p {
        display: -webkit-box !important;
        min-height: 43px !important;
        margin-bottom: 9px !important;
        overflow: hidden !important;
        font-size: 10px !important;
        line-height: 1.45 !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 3 !important;
        line-clamp: 3 !important;
    }
    body.newcastle-stage-two .v5-book-price {
        min-height: 0 !important;
        margin: 7px 0 6px !important;
    }
    body.newcastle-stage-two .v5-book-actions {
        min-height: 32px !important;
        margin-top: 0 !important;
    }
}
@media (max-width: 420px) {
    body.newcastle-stage-two .v5-book-card-body {
        min-height: 0 !important;
        padding: 11px 10px 12px !important;
    }
    body.newcastle-stage-two .v5-book-meta span {
        font-size: 7.4px !important;
    }
    body.newcastle-stage-two .v5-book-card h3 {
        font-size: 11.6px !important;
    }
    body.newcastle-stage-two .v5-book-card-body > p {
        min-height: 41px !important;
        font-size: 9.5px !important;
    }
}


/* Adicionado depois */

.newcastle-about-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newcastle-about-image {
    position: relative;
    z-index: 2;
    width: 85%;
    height: 85%;
    object-fit: cover;
    object-position: center;
    border-radius: 24px;
    display: block;
}

.newcastle-about-shape {
    position: absolute;
    inset: 0;
    z-index: 1;
}

/* ======================================================================
   EDITORA NEWCASTLE — V10.0.0 | CORREÇÃO FINAL E CACHE-BUSTING
   ====================================================================== */

/*
 * Produção desktop: trava a tipografia da descrição dos cards.
 * A classe dedicada evita heranças ou sobrescritas de regras genéricas
 * de parágrafo e também neutraliza qualquer estilo de letra capitular.
 * O mobile permanece sob as regras responsivas já existentes.
 */
@media (min-width: 768px) {
    body.newcastle-stage-two .v5-book-card .v5-book-card-body > p.v10-book-description {
        display: block !important;
        position: static !important;
        float: none !important;
        width: auto !important;
        height: auto !important;
        min-width: 0 !important;
        min-height: 86px !important;
        max-width: 100% !important;
        max-height: none !important;
        margin: 0 0 14px !important;
        padding: 0 !important;
        overflow: visible !important;
        color: #687188 !important;
        font-family: "Poppins", sans-serif !important;
        font-size: 13px !important;
        font-style: normal !important;
        font-variant: normal !important;
        font-weight: 500 !important;
        line-height: 1.65 !important;
        letter-spacing: normal !important;
        text-align: left !important;
        text-indent: 0 !important;
        text-transform: none !important;
        white-space: normal !important;
        word-break: normal !important;
        overflow-wrap: break-word !important;
        writing-mode: horizontal-tb !important;
        transform: none !important;
        zoom: 1 !important;
        -webkit-box-orient: initial !important;
        -webkit-line-clamp: initial !important;
        line-clamp: initial !important;
        -webkit-text-stroke: 0 transparent !important;
    }

    body.newcastle-stage-two .v5-book-card .v5-book-card-body > p.v10-book-description::first-letter {
        float: none !important;
        margin: 0 !important;
        padding: 0 !important;
        color: inherit !important;
        font-family: inherit !important;
        font-size: inherit !important;
        font-style: inherit !important;
        font-weight: inherit !important;
        line-height: inherit !important;
        letter-spacing: inherit !important;
        text-transform: inherit !important;
    }
}


/* ======================================================================
   EDITORA NEWCASTLE — V10.1.0 | CARROSSEL DE OBRAS DOS AUTORES
   Exibe uma obra por vez somente quando o autor possui mais de uma.
   Sem JavaScript, a grade original continua visível normalmente.
   ====================================================================== */
body.newcastle-stage-two .author-books-grid.author-books-carousel {
    display: block !important;
    position: relative;
    width: 100%;
    overflow: hidden;
}

body.newcastle-stage-two .author-books-grid.author-books-carousel > .author-book-item {
    display: none !important;
    width: 100%;
    margin: 0 !important;
}

body.newcastle-stage-two .author-books-grid.author-books-carousel > .author-book-item.is-active {
    display: grid !important;
}

body.newcastle-stage-two .author-books-heading-meta {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}

body.newcastle-stage-two .author-books-nav {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

body.newcastle-stage-two .author-books-counter {
    min-width: 34px;
    color: var(--nc-gray-500);
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
}

body.newcastle-stage-two .author-books-nav-button {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid rgba(8, 23, 55, .18);
    border-radius: 50%;
    background: #fff;
    color: #081737;
    font-family: Arial, sans-serif;
    font-size: 17px;
    line-height: 1;
    cursor: pointer;
    transition: border-color .2s ease, background-color .2s ease, color .2s ease, transform .2s ease;
}

body.newcastle-stage-two .author-books-nav-button:hover,
body.newcastle-stage-two .author-books-nav-button:focus-visible {
    border-color: #081737;
    background: #081737;
    color: #fff;
    outline: 0;
}

body.newcastle-stage-two .author-books-nav-button:active {
    transform: scale(.94);
}

@media (max-width: 767px) {
    body.newcastle-stage-two .author-books-heading {
        gap: 12px;
    }

    body.newcastle-stage-two .author-books-heading-meta {
        gap: 8px;
    }

    body.newcastle-stage-two .author-books-nav {
        gap: 5px;
    }

    body.newcastle-stage-two .author-books-nav-button {
        width: 31px;
        height: 31px;
        font-size: 15px;
    }

    body.newcastle-stage-two .author-books-counter {
        min-width: 29px;
        font-size: 9px;
    }
}

/* =====================================================
   V10.2 — MARCAS VISUAIS DAS LOJAS
===================================================== */
body.newcastle-stage-two .v102-store-mark {
    position: relative;
    display: inline-flex;
    width: 19px;
    height: 19px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 50%;
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: 900;
    letter-spacing: -.06em;
    line-height: 1;
}
body.newcastle-stage-two .v102-store-mark-ml {
    background: #ffe600;
    color: #2d3277;
    font-size: 6px;
    letter-spacing: -.08em;
}
body.newcastle-stage-two .v102-store-mark-amazon {
    background: #111820;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 800;
    padding-bottom: 3px;
}
body.newcastle-stage-two .v102-store-mark-amazon i {
    position: absolute;
    right: 3px;
    bottom: 3px;
    left: 3px;
    height: 4px;
    border-bottom: 1.5px solid #ff9900;
    border-radius: 0 0 50% 50%;
    transform: rotate(-3deg);
}
body.newcastle-stage-two .v102-store-mark-amazon i::after {
    position: absolute;
    right: -1px;
    bottom: -2px;
    width: 0;
    height: 0;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-left: 3px solid #ff9900;
    content: "";
    transform: rotate(18deg);
}
body.newcastle-stage-two .v102-store-mark-kindle {
    border-radius: 5px;
    background: #1769aa;
    color: #fff;
    font-family: Georgia, serif;
    font-size: 10px;
    letter-spacing: 0;
}
body.newcastle-stage-two .v102-store-mark-kindle::before {
    position: absolute;
    inset: 2px;
    border: 1px solid rgba(255,255,255,.72);
    border-radius: 2px;
    content: "";
}
body.newcastle-stage-two .v102-store-mark-kindle i {
    position: absolute;
    right: 5px;
    bottom: 3px;
    left: 5px;
    height: 1px;
    background: rgba(255,255,255,.65);
}
body.newcastle-stage-two .v5-store-link.is-disabled .v102-store-mark {
    filter: grayscale(.35);
}
body.newcastle-stage-two a.v5-store-link:hover .v102-store-mark,
body.newcastle-stage-two a.v5-store-link:focus .v102-store-mark,
body.newcastle-stage-two a.v5-store-link:active .v102-store-mark {
    transform: scale(1.04);
}
@media (max-width: 767px) {
    body.newcastle-stage-two .v102-store-mark {
        width: 24px;
        height: 24px;
    }
    body.newcastle-stage-two .v102-store-mark-ml { font-size: 8px; }
    body.newcastle-stage-two .v102-store-mark-amazon { font-size: 16px; padding-bottom: 4px; }
    body.newcastle-stage-two .v102-store-mark-amazon i { right: 4px; bottom: 4px; left: 4px; }
    body.newcastle-stage-two .v102-store-mark-kindle { font-size: 13px; }
}


/* =====================================================
   V10.2.1 — KINDLE E RECAPTCHA
===================================================== */

/* Kindle: selo circular azul-claro, no mesmo padrão visual das demais lojas. */
body.newcastle-stage-two .v102-store-mark-kindle {
    border: 1px solid rgba(23, 105, 170, .24);
    border-radius: 50%;
    background: #d9eef8;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .45);
    color: #1769aa;
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0;
}
body.newcastle-stage-two .v102-store-mark-kindle::before,
body.newcastle-stage-two .v102-store-mark-kindle i {
    display: none;
}
@media (max-width: 767px) {
    body.newcastle-stage-two .v102-store-mark-kindle {
        font-size: 13px;
    }
}

/* O selo flutuante é ocultado; a atribuição exigida permanece no formulário. */
.grecaptcha-badge {
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}
.original_recaptcha_notice {
    max-width: 620px;
    margin: 6px auto 0;
    color: #a4a4a4;
    font-size: 9.5px;
    line-height: 1.5;
    text-align: center;
}
.original_recaptcha_notice a {
    color: #777;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.original_recaptcha_notice a:hover,
.original_recaptcha_notice a:focus {
    color: #222;
}


/* ======================================================================
   EDITORA NEWCASTLE — V10.3.0
   Cabeçalho estável, navegação mobile e páginas de autores.
   ====================================================================== */

/* Cabeçalho: permanece no fluxo como sticky e evita o salto visual ao ativar. */
body.newcastle-stage-two .header_wrap,
body.newcastle-stage-two .header_wrap.fixed-top,
body.newcastle-stage-two .header_wrap.nav-fixed {
    position: sticky !important;
    top: 0 !important;
    right: auto !important;
    left: auto !important;
    width: 100%;
    animation: none !important;
    transform: none !important;
    will-change: auto !important;
    z-index: 1041 !important;
}
body.newcastle-stage-two .header_sticky_bar {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
}
body.newcastle-stage-two .newcastle-topbar {
    overflow: hidden;
    max-height: 52px;
    opacity: 1;
    transition: max-height .24s ease, opacity .18s ease, border-color .18s ease;
}
@media (min-width: 768px) {
    body.newcastle-stage-two .header_wrap.nc-sticky-active .newcastle-topbar,
    body.newcastle-stage-two .header_wrap.nav-fixed .newcastle-topbar {
        display: block !important;
        max-height: 0 !important;
        min-height: 0 !important;
        opacity: 0;
        border-color: transparent !important;
    }
    body.newcastle-stage-two .header_wrap.nc-sticky-active .newcastle-topbar .container,
    body.newcastle-stage-two .header_wrap.nc-sticky-active .newcastle-topbar-inner,
    body.newcastle-stage-two .header_wrap.nav-fixed .newcastle-topbar .container,
    body.newcastle-stage-two .header_wrap.nav-fixed .newcastle-topbar-inner {
        min-height: 0 !important;
    }
}

/* Menu mobile: botão mais bem posicionado e painel com respiro lateral. */
@media (max-width: 991px) {
    body.newcastle-stage-two .bottom_header .container { padding-right: 16px !important; padding-left: 16px !important; }
    body.newcastle-stage-two .header_wrap nav.navbar {
        min-height: 72px;
        padding: 8px 0 !important;
    }
    body.newcastle-stage-two .navbar-brand { margin-right: 12px !important; }
    body.newcastle-stage-two .navbar-brand img { max-height: 48px; }
    body.newcastle-stage-two .navbar-toggler {
        display: inline-flex !important;
        width: 46px;
        height: 46px;
        margin-left: auto !important;
        padding: 0 !important;
        align-items: center;
        justify-content: center;
        border: 1px solid #d8d8d8 !important;
        border-radius: 14px !important;
        background: #fff !important;
        color: #111 !important;
        box-shadow: 0 7px 18px rgba(0,0,0,.06);
    }
    body.newcastle-stage-two .navbar-toggler span { font-size: 25px; line-height: 1; }
    body.newcastle-stage-two .navbar-collapse {
        margin: 8px 0 12px !important;
        padding: 10px 12px 16px !important;
        border: 1px solid #e7e7e7;
        border-radius: 18px;
        background: #fff;
        box-shadow: 0 18px 34px rgba(0,0,0,.08);
    }
    body.newcastle-stage-two .navbar-collapse .navbar-nav { padding: 0 !important; }
    body.newcastle-stage-two .navbar .navbar-nav > li > .nav-link {
        padding: 12px 14px !important;
        border-radius: 11px;
    }
    body.newcastle-stage-two .navbar .navbar-nav > li > .nav-link:hover,
    body.newcastle-stage-two .navbar .navbar-nav > li > .nav-link:focus { background: #f3f3f3; }
}

/* Hero mobile: distancia a capa dos três indicadores do carrossel. */
@media (max-width: 767px) {
    body.newcastle-stage-two .book-hero-cover { margin-bottom: 54px !important; }
    body.newcastle-stage-two .book-hero-indicators { bottom: 15px !important; }
}

/* Autores da home: linha inferior restaurada e novo acesso à página individual. */
body.newcastle-stage-two .author-profile-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
    margin-top: 20px;
}
body.newcastle-stage-two .author-page-link {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border: 1px solid #111;
    border-radius: 999px;
    background: #111;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}
body.newcastle-stage-two .author-page-link:hover,
body.newcastle-stage-two .author-page-link:focus { background: #fff; color: #111; }
body.newcastle-stage-two .author-catalog-link,
body.newcastle-stage-two .author-catalog-link:hover,
body.newcastle-stage-two .author-catalog-link:focus {
    display: inline-flex !important;
    min-height: auto !important;
    margin: 0 !important;
    padding: 0 0 6px !important;
    border: 0 !important;
    border-bottom: 1px solid currentColor !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #111 !important;
    line-height: 1.2 !important;
    text-decoration: none !important;
}
body.newcastle-stage-two .author-catalog-link::after { display: none !important; }
body.newcastle-stage-two .author-catalog-link:hover,
body.newcastle-stage-two .author-catalog-link:focus { color: #666 !important; }
@media (max-width: 430px) {
    body.newcastle-stage-two .author-profile-actions { align-items: flex-start; flex-direction: column; gap: 14px; }
}

/* Página geral de autores */
body.authors-directory-page,
body.author-detail-page { background: #f5f4f1; }
body.newcastle-stage-two .authors-directory-hero,
body.newcastle-stage-two .author-detail-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(78px, 9vw, 130px) 0;
    background: #0c0c0d;
    color: #fff;
}
body.newcastle-stage-two .authors-directory-hero::after,
body.newcastle-stage-two .author-detail-hero::after {
    position: absolute;
    right: -10vw;
    bottom: -22vw;
    width: 48vw;
    height: 48vw;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 50%;
    content: "";
}
body.newcastle-stage-two .authors-directory-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0,1.45fr) minmax(280px,.55fr);
    align-items: end;
    gap: 64px;
}
body.newcastle-stage-two .authors-directory-hero h1 {
    max-width: 900px;
    margin: 18px 0 0;
    color: #fff;
    font-size: clamp(46px,6.5vw,92px);
    line-height: .96;
    letter-spacing: -.055em;
}
body.newcastle-stage-two .authors-directory-hero p {
    margin: 0;
    color: rgba(255,255,255,.7);
    font-size: 15px;
    line-height: 1.8;
}
body.newcastle-stage-two .authors-directory-section { padding: clamp(78px,8vw,122px) 0; }
body.newcastle-stage-two .authors-directory-heading { max-width: 760px; margin-bottom: 48px; }
body.newcastle-stage-two .authors-directory-heading h2 {
    margin: 14px 0 16px;
    font-size: clamp(38px,5vw,68px);
    line-height: 1;
    letter-spacing: -.045em;
}
body.newcastle-stage-two .authors-directory-heading p { color: #666; line-height: 1.8; }
body.newcastle-stage-two .authors-directory-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 26px;
}
body.newcastle-stage-two .authors-directory-card {
    display: grid;
    grid-template-columns: minmax(190px,.72fr) minmax(0,1.28fr);
    min-height: 420px;
    overflow: hidden;
    border: 1px solid #dedcd7;
    border-radius: 26px;
    background: #fff;
}
body.newcastle-stage-two .authors-directory-photo { position: relative; min-height: 420px; overflow: hidden; background: #ddd; }
body.newcastle-stage-two .authors-directory-photo::after { position:absolute; inset:0; background:linear-gradient(0deg,rgba(0,0,0,.62),transparent 45%); content:""; }
body.newcastle-stage-two .authors-directory-photo img { width:100%; height:100%; object-fit:cover; filter:grayscale(1); transition:transform .6s ease; }
body.newcastle-stage-two .authors-directory-card:hover .authors-directory-photo img { transform:scale(1.035); }
body.newcastle-stage-two .authors-directory-photo > span { position:absolute; right:22px; bottom:18px; z-index:2; color:#fff; font-size:32px; font-weight:700; letter-spacing:-.06em; }
body.newcastle-stage-two .authors-directory-copy { display:flex; min-width:0; flex-direction:column; padding:36px; }
body.newcastle-stage-two .authors-directory-category { color:#777; font-size:9px; font-weight:700; letter-spacing:.14em; text-transform:uppercase; }
body.newcastle-stage-two .authors-directory-copy h2 { margin:14px 0 18px; font-size:clamp(28px,3vw,44px); line-height:1; letter-spacing:-.04em; }
body.newcastle-stage-two .authors-directory-copy h2 a { color:#111; }
body.newcastle-stage-two .authors-directory-copy p { margin:0; color:#666; font-size:13px; line-height:1.75; }
body.newcastle-stage-two .authors-directory-footer { display:flex; align-items:center; justify-content:space-between; gap:20px; margin-top:auto; padding-top:28px; border-top:1px solid #eceae5; }
body.newcastle-stage-two .authors-directory-footer small { color:#888; font-size:10px; text-transform:uppercase; letter-spacing:.08em; }
body.newcastle-stage-two .authors-directory-footer a { padding-bottom:5px; border-bottom:1px solid #111; color:#111; font-size:11px; font-weight:700; }

/* Página individual do autor */
body.newcastle-stage-two .author-detail-hero { padding-top: 54px; padding-bottom: clamp(72px,8vw,116px); }
body.newcastle-stage-two .author-detail-back { position:relative; z-index:2; display:inline-flex; align-items:center; gap:10px; margin-bottom:38px; color:rgba(255,255,255,.72); font-size:11px; font-weight:650; }
body.newcastle-stage-two .author-detail-back:hover { color:#fff; }
body.newcastle-stage-two .author-detail-hero-grid { position:relative; z-index:1; display:grid; grid-template-columns:minmax(280px,.75fr) minmax(0,1.25fr); align-items:center; gap:clamp(42px,7vw,100px); }
body.newcastle-stage-two .author-detail-portrait { position:relative; min-height:620px; overflow:hidden; border-radius:30px; background:#222; }
body.newcastle-stage-two .author-detail-portrait::after { position:absolute; inset:0; background:linear-gradient(0deg,rgba(0,0,0,.58),transparent 42%); content:""; }
body.newcastle-stage-two .author-detail-portrait img { width:100%; height:100%; object-fit:cover; filter:grayscale(1); }
body.newcastle-stage-two .author-detail-portrait > span { position:absolute; right:26px; bottom:20px; z-index:2; color:#fff; font-size:48px; font-weight:700; letter-spacing:-.07em; }
body.newcastle-stage-two .author-detail-category { color:rgba(255,255,255,.58); font-size:10px; font-weight:700; letter-spacing:.16em; text-transform:uppercase; }
body.newcastle-stage-two .author-detail-intro h1 { max-width:830px; margin:20px 0 30px; color:#fff; font-size:clamp(58px,8vw,112px); line-height:.88; letter-spacing:-.065em; }
body.newcastle-stage-two .author-detail-intro p { max-width:690px; margin:0; color:rgba(255,255,255,.72); font-size:16px; line-height:1.85; }
body.newcastle-stage-two .author-detail-actions { display:flex; flex-wrap:wrap; align-items:center; gap:22px; margin-top:36px; }
body.newcastle-stage-two .author-detail-primary { display:inline-flex; min-height:50px; align-items:center; justify-content:center; padding:0 24px; border-radius:999px; background:#fff; color:#111; font-size:10px; font-weight:750; letter-spacing:.09em; text-transform:uppercase; }
body.newcastle-stage-two .author-detail-primary:hover { background:#d72f3b; color:#fff; }
body.newcastle-stage-two .author-detail-secondary { padding-bottom:6px; border-bottom:1px solid rgba(255,255,255,.72); color:#fff; font-size:11px; font-weight:650; }
body.newcastle-stage-two .author-detail-books-section { padding:clamp(78px,8vw,118px) 0; }
body.newcastle-stage-two .author-detail-section-heading { display:flex; align-items:end; justify-content:space-between; gap:40px; margin-bottom:46px; }
body.newcastle-stage-two .author-detail-section-heading h2 { margin:14px 0 0; font-size:clamp(38px,5vw,68px); line-height:1; letter-spacing:-.05em; }
body.newcastle-stage-two .author-detail-section-heading > p { max-width:260px; margin:0; color:#777; text-align:right; }
body.newcastle-stage-two .author-detail-books-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:24px; }
body.newcastle-stage-two .author-detail-book-card { display:grid; grid-template-columns:190px minmax(0,1fr); min-height:300px; overflow:hidden; border:1px solid #dfddd8; border-radius:24px; background:#fff; }
body.newcastle-stage-two .author-detail-book-cover { display:flex; align-items:center; justify-content:center; padding:24px; background:#e9e7e2; }
body.newcastle-stage-two .author-detail-book-cover img { width:100%; max-width:145px; max-height:238px; object-fit:contain; box-shadow:0 18px 36px rgba(0,0,0,.16); }
body.newcastle-stage-two .author-detail-book-copy { display:flex; min-width:0; flex-direction:column; justify-content:center; align-items:flex-start; padding:34px; }
body.newcastle-stage-two .author-detail-book-copy > span:first-child { color:#888; font-size:9px; font-weight:700; letter-spacing:.13em; text-transform:uppercase; }
body.newcastle-stage-two .author-detail-book-copy h3 { margin:14px 0 24px; font-size:clamp(22px,2.4vw,34px); line-height:1.12; letter-spacing:-.035em; }
body.newcastle-stage-two .author-detail-book-copy a,
body.newcastle-stage-two .author-detail-book-soon { display:inline-flex; min-height:40px; align-items:center; justify-content:center; padding:0 18px; border:1px solid #111; border-radius:999px; color:#111; font-size:9px; font-weight:750; letter-spacing:.08em; text-transform:uppercase; }
body.newcastle-stage-two .author-detail-book-copy a:hover { background:#111; color:#fff; }
body.newcastle-stage-two .author-detail-book-soon { border-color:#d8d8d8; color:#888; }
body.newcastle-stage-two .author-detail-paths-section { padding:0 0 clamp(80px,9vw,130px); }
body.newcastle-stage-two .author-detail-paths-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:22px; }
body.newcastle-stage-two .author-detail-paths-grid article { min-height:330px; padding:42px; border:1px solid #dedcd7; border-radius:26px; background:#fff; }
body.newcastle-stage-two .author-detail-paths-grid article.is-dark { border-color:#111; background:#111; color:#fff; }
body.newcastle-stage-two .author-detail-paths-grid article > span { color:#888; font-size:9px; font-weight:700; letter-spacing:.14em; text-transform:uppercase; }
body.newcastle-stage-two .author-detail-paths-grid article h2 { max-width:520px; margin:18px 0; font-size:clamp(30px,4vw,52px); line-height:1; letter-spacing:-.045em; }
body.newcastle-stage-two .author-detail-paths-grid article.is-dark h2 { color:#fff; }
body.newcastle-stage-two .author-detail-paths-grid article p { max-width:520px; color:#6c6c6c; line-height:1.75; }
body.newcastle-stage-two .author-detail-paths-grid article.is-dark p { color:rgba(255,255,255,.66); }
body.newcastle-stage-two .author-detail-paths-grid article a { display:inline-flex; margin-top:18px; padding-bottom:5px; border-bottom:1px solid currentColor; color:inherit; font-size:11px; font-weight:700; }

@media (max-width: 991px) {
    body.newcastle-stage-two .authors-directory-hero-grid,
    body.newcastle-stage-two .author-detail-hero-grid { grid-template-columns:1fr; }
    body.newcastle-stage-two .authors-directory-hero-grid { gap:30px; }
    body.newcastle-stage-two .authors-directory-grid { grid-template-columns:1fr; }
    body.newcastle-stage-two .author-detail-portrait { min-height:560px; max-width:620px; }
    body.newcastle-stage-two .author-detail-books-grid { grid-template-columns:1fr; }
}
@media (max-width: 767px) {
    body.newcastle-stage-two .authors-directory-hero,
    body.newcastle-stage-two .author-detail-hero { padding:64px 0 76px; }
    body.newcastle-stage-two .authors-directory-hero h1 { font-size:48px; }
    body.newcastle-stage-two .authors-directory-card { grid-template-columns:1fr; }
    body.newcastle-stage-two .authors-directory-photo { min-height:440px; }
    body.newcastle-stage-two .authors-directory-copy { padding:26px; }
    body.newcastle-stage-two .author-detail-back { margin-bottom:26px; }
    body.newcastle-stage-two .author-detail-portrait { min-height:480px; border-radius:24px; }
    body.newcastle-stage-two .author-detail-intro h1 { font-size:58px; }
    body.newcastle-stage-two .author-detail-section-heading { align-items:flex-start; flex-direction:column; gap:14px; }
    body.newcastle-stage-two .author-detail-section-heading > p { text-align:left; }
    body.newcastle-stage-two .author-detail-book-card { grid-template-columns:130px minmax(0,1fr); min-height:230px; }
    body.newcastle-stage-two .author-detail-book-cover { padding:16px; }
    body.newcastle-stage-two .author-detail-book-copy { padding:22px 18px; }
    body.newcastle-stage-two .author-detail-book-copy h3 { font-size:22px; }
    body.newcastle-stage-two .author-detail-paths-grid { grid-template-columns:1fr; }
    body.newcastle-stage-two .author-detail-paths-grid article { min-height:280px; padding:30px; }
}
@media (max-width: 440px) {
    body.newcastle-stage-two .authors-directory-photo { min-height:390px; }
    body.newcastle-stage-two .authors-directory-footer { align-items:flex-start; flex-direction:column; gap:12px; }
    body.newcastle-stage-two .author-detail-intro h1 { font-size:48px; }
    body.newcastle-stage-two .author-detail-book-card { grid-template-columns:105px minmax(0,1fr); }
    body.newcastle-stage-two .author-detail-book-copy { padding:18px 14px; }
    body.newcastle-stage-two .author-detail-book-copy h3 { margin-bottom:16px; font-size:18px; }
}


/* ======================================================================
   EDITORA NEWCASTLE — V10.4.0
   Refinos de leitura, autores, pop-up e navegação mobile.
   ====================================================================== */

/* Leitura: mais respiro entre linhas e blocos, especialmente nas páginas novas. */
body.newcastle-stage-two p {
    line-height: 1.72;
}
body.newcastle-stage-two .book-hero-content h1,
body.newcastle-stage-two .authors-section-heading h2,
body.newcastle-stage-two .author-profile-copy h3,
body.newcastle-stage-two .newcastle-about-copy h2,
body.newcastle-stage-two .editorial-universe-heading h2,
body.newcastle-stage-two .original_intro h2,
body.newcastle-stage-two .next-chapter-section h2 {
    line-height: 1.08;
}
body.newcastle-stage-two .authors-directory-hero h1,
body.newcastle-stage-two .authors-directory-heading h2,
body.newcastle-stage-two .authors-directory-copy h2,
body.newcastle-stage-two .author-detail-intro h1,
body.newcastle-stage-two .author-detail-section-heading h2,
body.newcastle-stage-two .author-detail-book-copy h3,
body.newcastle-stage-two .author-detail-paths-grid article h2 {
    text-wrap: balance;
}
body.newcastle-stage-two .authors-directory-hero h1 {
    line-height: 1.08;
    letter-spacing: -.045em;
}
body.newcastle-stage-two .authors-directory-hero p {
    line-height: 1.85;
}
body.newcastle-stage-two .authors-directory-heading h2 {
    line-height: 1.1;
    letter-spacing: -.035em;
}
body.newcastle-stage-two .authors-directory-heading p {
    margin-top: 4px;
    line-height: 1.85;
}
body.newcastle-stage-two .authors-directory-copy {
    gap: 0;
}
body.newcastle-stage-two .authors-directory-copy h2 {
    margin-top: 18px;
    margin-bottom: 22px;
    line-height: 1.1;
    letter-spacing: -.03em;
}
body.newcastle-stage-two .authors-directory-copy p {
    line-height: 1.85;
}
body.newcastle-stage-two .author-detail-intro h1 {
    margin-top: 24px;
    margin-bottom: 34px;
    line-height: 1.08;
    letter-spacing: -.05em;
}
body.newcastle-stage-two .author-detail-intro p {
    line-height: 1.9;
}
body.newcastle-stage-two .author-detail-section-heading h2 {
    line-height: 1.1;
    letter-spacing: -.04em;
}
body.newcastle-stage-two .author-detail-book-copy h3 {
    line-height: 1.22;
    letter-spacing: -.025em;
}
body.newcastle-stage-two .author-detail-paths-grid article h2 {
    margin-top: 22px;
    margin-bottom: 22px;
    line-height: 1.1;
    letter-spacing: -.035em;
}
body.newcastle-stage-two .author-detail-paths-grid article p {
    line-height: 1.85;
}

/* Autores: diretório em preto e branco; perfis individuais em cores. */
body.newcastle-stage-two .authors-directory-photo img {
    filter: grayscale(1) !important;
}
body.newcastle-stage-two .author-detail-portrait img {
    filter: none !important;
}
body.newcastle-stage-two .authors-directory-photo > span,
body.newcastle-stage-two .author-detail-portrait > span {
    display: none !important;
}

/* Pop-up inicial: versão mobile mais compacta e confortável. */
@media (max-width: 767px) {
    body.newcastle-stage-two .author_popup .modal-dialog {
        width: auto;
        max-width: calc(100% - 20px);
        margin: 10px auto;
    }
    body.newcastle-stage-two .author_popup .modal-content {
        max-height: calc(100dvh - 20px);
        overflow-x: hidden;
        overflow-y: auto;
        border-radius: 16px;
    }
    body.newcastle-stage-two .author_popup_close {
        top: 10px;
        right: 10px;
        width: 34px;
        height: 34px;
        font-size: 28px;
    }
    body.newcastle-stage-two .author_popup_image {
        min-height: 132px;
        height: 132px;
        background-position: center 34%;
    }
    body.newcastle-stage-two .author_popup_image_overlay {
        padding: 12px 14px;
    }
    body.newcastle-stage-two .author_popup_image_overlay span {
        padding: 5px 9px;
        font-size: 9px;
        letter-spacing: 1px;
    }
    body.newcastle-stage-two .author_popup_text {
        padding: 18px 18px 16px;
    }
    body.newcastle-stage-two .author_popup_eyebrow {
        margin-bottom: 8px;
        font-size: 9px;
        letter-spacing: 1.25px;
    }
    body.newcastle-stage-two .author_popup_text h3 {
        margin-bottom: 10px;
        font-size: 24px;
        line-height: 1.1;
        letter-spacing: -.35px;
    }
    body.newcastle-stage-two .author_popup_text p {
        margin-bottom: 12px;
        font-size: 13px;
        line-height: 1.55;
    }
    body.newcastle-stage-two .author_popup_list {
        gap: 4px;
        max-width: 320px;
        margin-bottom: 14px;
    }
    body.newcastle-stage-two .author_popup_list li {
        padding-left: 20px;
        font-size: 12px;
        line-height: 1.4;
    }
    body.newcastle-stage-two .author_popup_whatsapp {
        min-height: 40px;
        margin-bottom: 7px;
        font-size: 10px;
    }
    body.newcastle-stage-two .author_popup_secondary {
        min-height: 38px;
        font-size: 10px;
    }
    body.newcastle-stage-two .author_popup_check {
        margin-top: 10px;
    }
    body.newcastle-stage-two .author_popup_check .form-check-label {
        font-size: 10px;
    }
}
@media (max-width: 767px) and (max-height: 700px) {
    body.newcastle-stage-two .author_popup .col-md-5 {
        display: none;
    }
    body.newcastle-stage-two .author_popup .col-md-7 {
        width: 100%;
    }
}

/* Menu mobile: botão realmente quadrado e painel integrado ao fluxo da página. */
@media (max-width: 991px) {
    body.newcastle-stage-two .bottom_header,
    body.newcastle-stage-two .bottom_header .container,
    body.newcastle-stage-two .bottom_header .navbar {
        overflow: visible !important;
    }
    body.newcastle-stage-two .navbar-toggler {
        width: 44px !important;
        height: 44px !important;
        border: 1px solid #d6d6d6 !important;
        border-radius: 0 !important;
        background: #fff !important;
        box-shadow: none !important;
    }
    body.newcastle-stage-two .navbar-toggler:hover,
    body.newcastle-stage-two .navbar-toggler:focus,
    body.newcastle-stage-two .navbar-toggler[aria-expanded="true"] {
        border-color: #111 !important;
        background: #f7f7f7 !important;
        box-shadow: none !important;
    }
    body.newcastle-stage-two .navbar-collapse,
    body.newcastle-stage-two .navbar-collapse.collapse,
    body.newcastle-stage-two .navbar-collapse.collapsing,
    body.newcastle-stage-two .navbar-collapse.collapse.show {
        width: 100%;
        max-height: none !important;
        margin: 0 !important;
        padding: 8px 0 20px !important;
        overflow: visible !important;
        border: 0 !important;
        border-top: 1px solid #e7e7e7 !important;
        border-radius: 0 !important;
        background: #fff !important;
        box-shadow: none !important;
    }
    body.newcastle-stage-two .navbar-collapse .navbar-nav {
        width: 100%;
        padding: 4px 0 0 !important;
    }
    body.newcastle-stage-two .navbar .navbar-nav > li > .nav-link {
        margin: 0 !important;
        padding: 13px 2px !important;
        border-radius: 0 !important;
    }
    body.newcastle-stage-two .navbar .navbar-nav > li > .nav-link:hover,
    body.newcastle-stage-two .navbar .navbar-nav > li > .nav-link:focus {
        background: transparent !important;
        color: #666 !important;
    }
    body.newcastle-stage-two .navbar-collapse .dropdown-menu {
        max-height: none !important;
        overflow: visible !important;
        border-radius: 0 !important;
        box-shadow: none !important;
    }
}

@media (max-width: 767px) {
    body.newcastle-stage-two .authors-directory-copy {
        padding: 30px 26px 32px;
    }
    body.newcastle-stage-two .authors-directory-copy h2 {
        margin-top: 16px;
        margin-bottom: 18px;
        line-height: 1.12;
    }
    body.newcastle-stage-two .author-detail-intro h1 {
        margin-top: 20px;
        margin-bottom: 26px;
        line-height: 1.1;
    }
    body.newcastle-stage-two .author-detail-book-copy h3 {
        line-height: 1.25;
    }
}

/* ======================================================================
   EDITORA NEWCASTLE — V10.5.0
   Cabeçalho mobile estável e navegação de obras sem quebra do contador.
   ====================================================================== */

/*
 * O cabeçalho passa a usar sticky nativo no mobile/tablet. Dessa forma,
 * ele permanece no fluxo do documento e não salta quando o tema adiciona
 * a classe nav-fixed durante a rolagem.
 */
@media (max-width: 991px) {
    body.newcastle-stage-two .header_wrap.fixed-top,
    body.newcastle-stage-two .header_wrap.fixed-top.nav-fixed,
    body.newcastle-stage-two .header_wrap.nav-fixed {
        position: -webkit-sticky !important;
        position: sticky !important;
        top: 0 !important;
        right: auto !important;
        left: auto !important;
        width: 100% !important;
        transform: none !important;
        animation: none !important;
        transition: none !important;
        z-index: 1040 !important;
    }

    body.newcastle-stage-two .header_sticky_bar {
        display: none !important;
        width: 0 !important;
        height: 0 !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* Mantém a altura do cabeçalho constante durante toda a rolagem. */
    body.newcastle-stage-two .newcastle-topbar,
    body.newcastle-stage-two .header_wrap.nc-sticky-active .newcastle-topbar,
    body.newcastle-stage-two .header_wrap.nav-fixed .newcastle-topbar {
        display: none !important;
        max-height: 0 !important;
        min-height: 0 !important;
        opacity: 0 !important;
        border: 0 !important;
        overflow: hidden !important;
        transition: none !important;
    }

    body.newcastle-stage-two .bottom_header,
    body.newcastle-stage-two .bottom_header .container,
    body.newcastle-stage-two .bottom_header .navbar {
        overflow: visible !important;
    }

    body.newcastle-stage-two .bottom_header {
        background: #fff !important;
    }

    body.newcastle-stage-two .bottom_header .navbar {
        min-height: 70px !important;
        padding-top: 9px !important;
        padding-bottom: 9px !important;
    }

    body.newcastle-stage-two .navbar-toggler {
        position: relative !important;
        display: inline-flex !important;
        width: 44px !important;
        height: 44px !important;
        flex: 0 0 44px !important;
        align-items: center !important;
        justify-content: center !important;
        margin: 0 0 0 auto !important;
        padding: 0 !important;
        border: 1px solid #d8dbe1 !important;
        border-radius: 10px !important;
        background: #fff !important;
        color: #081737 !important;
        box-shadow: none !important;
        transform: none !important;
        transition: border-color .18s ease, background-color .18s ease !important;
    }

    body.newcastle-stage-two .navbar-toggler:hover,
    body.newcastle-stage-two .navbar-toggler:focus,
    body.newcastle-stage-two .navbar-toggler:focus-visible,
    body.newcastle-stage-two .navbar-toggler[aria-expanded="true"] {
        border-color: #081737 !important;
        border-radius: 10px !important;
        background: #f5f7fa !important;
        color: #081737 !important;
        outline: 0 !important;
        box-shadow: none !important;
    }

    /* Painel único, sem caixa/sombra duplicada e sem rolagem interna. */
    body.newcastle-stage-two #navbarSupportedContent,
    body.newcastle-stage-two #navbarSupportedContent.navbar-collapse,
    body.newcastle-stage-two #navbarSupportedContent.navbar-collapse.collapse,
    body.newcastle-stage-two #navbarSupportedContent.navbar-collapse.collapsing,
    body.newcastle-stage-two #navbarSupportedContent.navbar-collapse.collapse.show {
        position: static !important;
        width: 100% !important;
        max-width: none !important;
        max-height: none !important;
        margin: 0 !important;
        padding: 8px 0 18px !important;
        overflow: visible !important;
        border: 0 !important;
        border-top: 1px solid #e8eaf0 !important;
        border-radius: 0 !important;
        background: #fff !important;
        box-shadow: none !important;
        transform: none !important;
        transition: none !important;
    }

    body.newcastle-stage-two #navbarSupportedContent.collapsing {
        height: auto !important;
    }

    body.newcastle-stage-two #navbarSupportedContent:not(.show) {
        display: none !important;
    }

    body.newcastle-stage-two #navbarSupportedContent.show {
        display: block !important;
    }

    body.newcastle-stage-two #navbarSupportedContent > .navbar-nav,
    body.newcastle-stage-two .header_wrap .navbar-collapse .navbar-nav,
    body.newcastle-stage-two .dark_skin.header_wrap .navbar-collapse .navbar-nav {
        display: block !important;
        width: 100% !important;
        max-height: none !important;
        margin: 0 !important;
        padding: 5px 0 0 !important;
        overflow: visible !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: #fff !important;
        box-shadow: none !important;
    }

    body.newcastle-stage-two #navbarSupportedContent > .navbar-nav > li {
        width: 100% !important;
        margin: 0 !important;
        border-bottom: 1px solid #f0f1f4 !important;
    }

    body.newcastle-stage-two #navbarSupportedContent > .navbar-nav > li:last-child {
        border-bottom: 0 !important;
    }

    body.newcastle-stage-two #navbarSupportedContent > .navbar-nav > li > .nav-link {
        display: flex !important;
        width: 100% !important;
        min-height: 48px !important;
        align-items: center !important;
        justify-content: space-between !important;
        margin: 0 !important;
        padding: 13px 6px !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        color: #101828 !important;
        box-shadow: none !important;
        font-size: 13px !important;
        line-height: 1.35 !important;
    }

    body.newcastle-stage-two #navbarSupportedContent > .navbar-nav > li > .nav-link:hover,
    body.newcastle-stage-two #navbarSupportedContent > .navbar-nav > li > .nav-link:focus {
        background: transparent !important;
        color: #56616f !important;
    }

    body.newcastle-stage-two #navbarSupportedContent .dropdown-menu {
        position: static !important;
        float: none !important;
        width: 100% !important;
        max-height: none !important;
        margin: 0 !important;
        padding: 2px 0 10px 14px !important;
        overflow: visible !important;
        border: 0 !important;
        border-left: 1px solid #e3e6eb !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        transform: none !important;
    }

    body.newcastle-stage-two #navbarSupportedContent .dropdown-menu:not(.show) {
        display: none !important;
    }

    body.newcastle-stage-two #navbarSupportedContent .dropdown-menu.show {
        display: block !important;
    }

    body.newcastle-stage-two #navbarSupportedContent .dropdown-item,
    body.newcastle-stage-two #navbarSupportedContent .dropdown-menu .nav-link {
        min-height: 42px !important;
        padding: 10px 10px !important;
        white-space: normal !important;
        border: 0 !important;
        background: transparent !important;
        color: #3c4654 !important;
        box-shadow: none !important;
        font-size: 12px !important;
        line-height: 1.45 !important;
    }

    body.newcastle-stage-two #navbarSupportedContent .dropdown-header {
        padding: 12px 10px 6px !important;
        color: #8b94a1 !important;
        font-size: 9px !important;
        letter-spacing: .12em !important;
    }

    body.newcastle-stage-two #navbarSupportedContent .mega-menu,
    body.newcastle-stage-two #navbarSupportedContent .mega-menu-col,
    body.newcastle-stage-two #navbarSupportedContent .dropdown-menu .container {
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
        border: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    body.newcastle-stage-two.menu-mobile-open {
        overflow-x: hidden !important;
        overflow-y: auto !important;
    }
}

/* Controles das obras: o contador nunca quebra nem sobe entre as setas. */
@media (max-width: 767px) {
    body.newcastle-stage-two .author-books-heading {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto !important;
        align-items: center !important;
        gap: 10px !important;
    }

    body.newcastle-stage-two .author-books-heading > span {
        min-width: 0 !important;
    }

    body.newcastle-stage-two .author-books-heading-meta {
        display: inline-grid !important;
        grid-template-columns: auto auto !important;
        align-items: center !important;
        justify-content: end !important;
        gap: 7px !important;
        min-width: 0 !important;
        white-space: nowrap !important;
    }

    body.newcastle-stage-two .author-books-heading-meta > strong {
        display: block !important;
        margin: 0 !important;
        line-height: 1 !important;
        white-space: nowrap !important;
    }

    body.newcastle-stage-two .author-books-nav {
        display: grid !important;
        grid-template-columns: 31px 42px 31px !important;
        align-items: center !important;
        gap: 4px !important;
        flex: 0 0 auto !important;
        white-space: nowrap !important;
    }

    body.newcastle-stage-two .author-books-nav-button {
        width: 31px !important;
        height: 31px !important;
        min-width: 31px !important;
        min-height: 31px !important;
        margin: 0 !important;
        line-height: 1 !important;
        vertical-align: middle !important;
    }

    body.newcastle-stage-two .author-books-counter {
        display: inline-flex !important;
        width: 42px !important;
        min-width: 42px !important;
        height: 31px !important;
        align-items: center !important;
        justify-content: center !important;
        margin: 0 !important;
        font-variant-numeric: tabular-nums !important;
        line-height: 1 !important;
        white-space: nowrap !important;
    }
}



/* ======================================================================
   EDITORA NEWCASTLE — V10.6.0
   Topbar restaurada, cabeçalho sem disputa de estados e alinhamento exato
   entre logotipo e botão do menu mobile/tablet.
   ====================================================================== */
@media (max-width: 991px) {
    body.newcastle-stage-two .header_wrap,
    body.newcastle-stage-two .header_wrap.fixed-top,
    body.newcastle-stage-two .header_wrap.fixed-top.nav-fixed,
    body.newcastle-stage-two .header_wrap.nav-fixed {
        position: -webkit-sticky !important;
        position: sticky !important;
        top: 0 !important;
        width: 100% !important;
        transform: none !important;
        animation: none !important;
        transition: none !important;
        z-index: 1040 !important;
    }

    /* Restaura a barra de WhatsApp e mídias no topo. */
    body.newcastle-stage-two .header_wrap .newcastle-topbar,
    body.newcastle-stage-two .header_wrap.nav-fixed .newcastle-topbar,
    body.newcastle-stage-two .header_wrap.nc-sticky-active .newcastle-topbar {
        display: flex !important;
        min-height: 44px !important;
        max-height: 44px !important;
        align-items: center !important;
        overflow: hidden !important;
        border: 0 !important;
        opacity: 1 !important;
        transform: translateY(0) !important;
        pointer-events: auto !important;
        transition: max-height .2s ease, min-height .2s ease, opacity .15s ease, transform .2s ease !important;
    }

    body.newcastle-stage-two .header_wrap .newcastle-topbar .container,
    body.newcastle-stage-two .header_wrap .newcastle-topbar-inner {
        min-height: 44px !important;
        align-items: center !important;
        transition: min-height .2s ease !important;
    }

    body.newcastle-stage-two .header_wrap.mobile-topbar-hidden .newcastle-topbar,
    body.newcastle-stage-two .header_wrap.mobile-topbar-hidden.nav-fixed .newcastle-topbar,
    body.newcastle-stage-two .header_wrap.mobile-topbar-hidden.nc-sticky-active .newcastle-topbar {
        min-height: 0 !important;
        max-height: 0 !important;
        opacity: 0 !important;
        transform: translateY(-100%) !important;
        pointer-events: none !important;
    }

    body.newcastle-stage-two .header_wrap.mobile-topbar-hidden .newcastle-topbar .container,
    body.newcastle-stage-two .header_wrap.mobile-topbar-hidden .newcastle-topbar-inner {
        min-height: 0 !important;
    }

    /* Logo e hambúrguer compartilham a mesma linha e o mesmo eixo vertical. */
    body.newcastle-stage-two .bottom_header .container {
        padding-right: 18px !important;
        padding-left: 18px !important;
    }

    body.newcastle-stage-two .bottom_header .navbar {
        display: flex !important;
        width: 100% !important;
        min-height: 70px !important;
        flex-wrap: wrap !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 0 !important;
        padding: 9px 0 !important;
    }

    body.newcastle-stage-two .navbar-brand {
        display: inline-flex !important;
        min-height: 52px !important;
        flex: 0 1 auto !important;
        align-items: center !important;
        align-self: center !important;
        margin: 0 !important;
        padding: 0 !important;
        line-height: 1 !important;
    }

    body.newcastle-stage-two .navbar-brand .logo_dark {
        display: block !important;
        width: auto !important;
        max-width: 142px !important;
        max-height: 48px !important;
        margin: 0 !important;
    }

    body.newcastle-stage-two .navbar-toggler {
        align-self: center !important;
        margin: 0 0 0 auto !important;
        border-radius: 10px !important;
        transform: none !important;
    }

    body.newcastle-stage-two #navbarSupportedContent {
        flex: 0 0 100% !important;
        flex-basis: 100% !important;
    }
}

@media (max-width: 380px) {
    body.newcastle-stage-two .bottom_header .container {
        padding-right: 14px !important;
        padding-left: 14px !important;
    }
    body.newcastle-stage-two .navbar-brand .logo_dark {
        max-width: 128px !important;
        max-height: 44px !important;
    }
    body.newcastle-stage-two .navbar-toggler {
        width: 42px !important;
        height: 42px !important;
        flex-basis: 42px !important;
    }
}


/* ======================================================================
   EDITORA NEWCASTLE — V10.7.0
   Cabeçalho unificado: topbar com recolhimento suave no desktop e mobile,
   sem faixa residual; menu principal permanece sticky e no fluxo.
   ====================================================================== */
body.newcastle-stage-two {
    --nc-topbar-height: 38px;
}

body.newcastle-stage-two .header_wrap,
body.newcastle-stage-two .header_wrap.fixed-top,
body.newcastle-stage-two .header_wrap.fixed-top.nav-fixed,
body.newcastle-stage-two .header_wrap.nav-fixed {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0 !important;
    right: auto !important;
    left: auto !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    background: #fff !important;
    transform: none !important;
    animation: none !important;
    transition: box-shadow .24s ease !important;
    will-change: auto !important;
    z-index: 1041 !important;
}

body.newcastle-stage-two .header_wrap.nav-fixed,
body.newcastle-stage-two .header_wrap.nc-topbar-hidden {
    box-shadow: 0 4px 18px rgba(8, 23, 55, .09) !important;
}

body.newcastle-stage-two .header_sticky_bar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Neutraliza o display:none instantâneo do tema em .nav-fixed .top-header. */
body.newcastle-stage-two .header_wrap .newcastle-topbar,
body.newcastle-stage-two .header_wrap.nav-fixed .newcastle-topbar,
body.newcastle-stage-two .header_wrap.nc-sticky-active .newcastle-topbar,
body.newcastle-stage-two .header_wrap.mobile-topbar-hidden .newcastle-topbar {
    display: flex !important;
    width: 100% !important;
    height: var(--nc-topbar-height) !important;
    min-height: var(--nc-topbar-height) !important;
    max-height: var(--nc-topbar-height) !important;
    margin: 0 !important;
    padding: 0 !important;
    align-items: center !important;
    overflow: hidden !important;
    border: 0 !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
    pointer-events: auto !important;
    transition:
        height .34s cubic-bezier(.22, 1, .36, 1),
        min-height .34s cubic-bezier(.22, 1, .36, 1),
        max-height .34s cubic-bezier(.22, 1, .36, 1),
        opacity .22s ease,
        transform .34s cubic-bezier(.22, 1, .36, 1) !important;
    will-change: height, opacity, transform;
}

body.newcastle-stage-two .header_wrap .newcastle-topbar .container,
body.newcastle-stage-two .header_wrap .newcastle-topbar-inner,
body.newcastle-stage-two .header_wrap.nav-fixed .newcastle-topbar .container,
body.newcastle-stage-two .header_wrap.nav-fixed .newcastle-topbar-inner,
body.newcastle-stage-two .header_wrap.nc-sticky-active .newcastle-topbar .container,
body.newcastle-stage-two .header_wrap.nc-sticky-active .newcastle-topbar-inner,
body.newcastle-stage-two .header_wrap.mobile-topbar-hidden .newcastle-topbar .container,
body.newcastle-stage-two .header_wrap.mobile-topbar-hidden .newcastle-topbar-inner {
    height: var(--nc-topbar-height) !important;
    min-height: var(--nc-topbar-height) !important;
    max-height: var(--nc-topbar-height) !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    align-items: center !important;
    transition:
        height .34s cubic-bezier(.22, 1, .36, 1),
        min-height .34s cubic-bezier(.22, 1, .36, 1),
        max-height .34s cubic-bezier(.22, 1, .36, 1),
        opacity .22s ease !important;
}

body.newcastle-stage-two .header_wrap.nc-topbar-hidden .newcastle-topbar,
body.newcastle-stage-two .header_wrap.nc-topbar-hidden.nav-fixed .newcastle-topbar,
body.newcastle-stage-two .header_wrap.nc-topbar-hidden.nc-sticky-active .newcastle-topbar,
body.newcastle-stage-two .header_wrap.nc-topbar-hidden.mobile-topbar-hidden .newcastle-topbar {
    display: flex !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    opacity: 0 !important;
    transform: translateY(-10px) !important;
    pointer-events: none !important;
}

body.newcastle-stage-two .header_wrap.nc-topbar-hidden .newcastle-topbar .container,
body.newcastle-stage-two .header_wrap.nc-topbar-hidden .newcastle-topbar-inner {
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    opacity: 0 !important;
}

/* O menu branco ocupa imediatamente o topo assim que a barra recolhe. */
body.newcastle-stage-two .header_wrap .bottom_header,
body.newcastle-stage-two .header_wrap.nav-fixed .bottom_header,
body.newcastle-stage-two .header_wrap.nc-topbar-hidden .bottom_header {
    position: relative !important;
    top: auto !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    background: #fff !important;
    transform: none !important;
    z-index: 2 !important;
}

@media (max-width: 991px) {
    body.newcastle-stage-two {
        --nc-topbar-height: 44px;
    }

    body.newcastle-stage-two .header_wrap .bottom_header .container {
        padding-right: 18px !important;
        padding-left: 18px !important;
    }

    body.newcastle-stage-two .header_wrap .bottom_header .navbar {
        min-height: 70px !important;
        align-items: center !important;
        padding-top: 9px !important;
        padding-bottom: 9px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.newcastle-stage-two .header_wrap,
    body.newcastle-stage-two .header_wrap .newcastle-topbar,
    body.newcastle-stage-two .header_wrap .newcastle-topbar .container,
    body.newcastle-stage-two .header_wrap .newcastle-topbar-inner {
        transition-duration: .01ms !important;
    }
}


/* ======================================================================
   EDITORA NEWCASTLE v2.0.0 — DESEMPENHO E COMPONENTES ESSENCIAIS
   ====================================================================== */

/* Os fundos das outras telas do carrossel só são carregados quando a
   navegação se aproxima delas. */
.book-hero-slide.hero-bg-1.is-bg-ready {
    background-image: url("../images/optimized/hero-book-banner-1.webp");
}

.book-hero-slide.hero-bg-2.is-bg-ready {
    background-image: url("../images/optimized/hero-book-banner-2.webp");
}

.book-hero-slide.hero-bg-3.is-bg-ready {
    background-image: url("../images/optimized/hero-book-banner-3.webp");
}

.book-hero-slide:not(.is-bg-ready) {
    background-image: none;
}

.book-hero-slide .is-deferred-image {
    opacity: 0;
}

/* Ícones locais substituem duas fontes de ícones inteiras. */
.nc-menu-icon {
    width: 24px;
    height: 18px;
    position: relative;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
}

.nc-menu-icon > span {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transform-origin: center;
    transition: transform .2s ease, opacity .14s ease;
}

.navbar-toggler[aria-expanded="true"] .nc-menu-icon::before,
.navbar-toggler[aria-expanded="true"] .nc-menu-icon > span::before {
    display: none !important;
    content: none !important;
}

.navbar-toggler[aria-expanded="true"] .nc-menu-icon > span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .nc-menu-icon > span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

.navbar-toggler[aria-expanded="true"] .nc-menu-icon > span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

.navbar-toggler:focus-visible {
    outline: 3px solid #081737 !important;
    outline-offset: 3px !important;
}

a.is-placeholder-link {
    cursor: not-allowed;
    opacity: .62;
}

@media (prefers-reduced-motion: reduce) {
    .nc-menu-icon > span {
        transition: none;
    }
}

.nc-close-icon {
    display: inline-block;
    font-family: Arial, sans-serif;
    font-size: 36px;
    font-weight: 300;
    line-height: 1;
}

.nc-contact-icon {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.nc-contact-icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Evita renderizar seções muito abaixo da primeira tela antes que elas se
   aproximem da área visível. O espaço estimado previne saltos de layout. */
@supports (content-visibility: auto) {
    .books-section,
    .newcastle-authors-section,
    .newcastle-about-section,
    .editorial-universe-section,
    .original_submission,
    .next-chapter-section {
        content-visibility: auto;
        contain-intrinsic-size: auto 900px;
    }
}

img[width][height] {
    height: auto;
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}
