@layer bricks.reset, bricks.gutenberg, bricks.icons;

.wp-block-image, .wp-block-video, figure[class^=wp-block-] {
	margin: 1em 0;
}

.wp-block-calendar, .wp-block-image:not(.wp-block-gallery .wp-block-image), figure[class^=wp-block-]:not(.wp-block-gallery figure):not([class^=align]) {
	width: 100%;
}

@layer bricks {
	:root {
		--bricks-vh: 1vh;
		--bricks-transition: all 0.2s;
		--bricks-color-primary: #ffd64f;
		--bricks-color-secondary: #fc5778;
		--bricks-text-dark: #212121;
		--bricks-text-medium: #616161;
		--bricks-text-light: #9e9e9e;
		--bricks-text-info: #00b0f4;
		--bricks-text-success: #11b76b;
		--bricks-text-warning: #ffa100;
		--bricks-text-danger: #fa4362;
		--bricks-bg-info: #e5f3ff;
		--bricks-bg-success: #e6f6ed;
		--bricks-bg-warning: #fff2d7;
		--bricks-bg-danger: #ffe6ec;
		--bricks-bg-dark: #263238;
		--bricks-bg-light: #f5f6f7;
		--bricks-border-color: #dddedf;
		--bricks-border-radius: 4px;
		--bricks-tooltip-bg: #23282d;
		--bricks-tooltip-text: #eaecef;
	}
	
	html {
		-ms-text-size-adjust: 100%;
		-webkit-text-size-adjust: 100%;
		line-height: 1.15;
	}
	
	body {
		margin: 0;
	}
	
	article, aside, figcaption, figure, footer, header, main, nav, section {
		display: block;
	}
	
	figure {
		margin: 1em 40px;
	}
	
	abbr[title] {
		border-bottom: none;
		text-decoration: underline;
		text-decoration: underline dotted;
	}
	
	small {
		font-size: 80%;
	}
	
	img {
		border-style: none;
	}
	
	button, input, optgroup, select, textarea {
		font-family: sans-serif;
		font-size: 100%;
		line-height: 1.15;
		margin: 0;
	}
	
	button, input {
		overflow: visible;
	}
	
	button, select {
		text-transform: none;
	}
	
	[type=reset], [type=submit], button, html [type=button] {
		-webkit-appearance: button;
	}
	
	[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
		border-style: none;
		padding: 0;
	}
	
	[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
		outline: 1px dotted ButtonText;
	}
	
	[type=checkbox], [type=radio] {
		box-sizing: border-box;
		padding: 0;
	}
	
	[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
		height: auto;
	}
	
	[type=search] {
		-webkit-appearance: textfield;
		outline-offset: -2px;
	}
	
	[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
		-webkit-appearance: none;
	}
	
	::-webkit-file-upload-button {
		-webkit-appearance: button;
		font: inherit;
	}
	
	[hidden], template {
		display: none;
	}
	
	.brxe-section {
		align-items: center;
		display: flex;
		flex-direction: column;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	
	@media (max-width:767px) {
		.brxe-section {
			flex-wrap: wrap;
		}
	}
	
	.brxe-section.bricks-lazy-hidden {
		background-image: none !important;
	}
	
	.brxe-container {
		align-items: flex-start;
		display: flex;
		flex-direction: column;
		margin-left: auto;
		margin-right: auto;
		width: 1100px;
	}
	
	@media (max-width:767px) {
		.brxe-container {
			flex-wrap: wrap;
		}
	}
	
	.brxe-container.bricks-lazy-hidden {
		background-image: none !important;
	}
	
	.brxe-block {
		align-items: flex-start;
		display: flex;
		flex-direction: column;
		width: 100%;
	}
	
	@media (max-width:767px) {
		.brxe-block {
			flex-wrap: wrap;
		}
	}
	
	.brxe-block.bricks-lazy-hidden {
		background-image: none !important;
	}
	
	.brxe-div.bricks-lazy-hidden {
		background-image: none !important;
	}
	
	[class*=brxe-] {
		max-width: 100%;
	}
	
	svg:not([width]) {
		min-width: 1em;
	}
	
	svg:not([height]) {
		min-height: 1em;
	}
	
	svg.fill * {
		fill: inherit;
	}
	
	svg.stroke * {
		stroke: inherit;
	}
	
	span[class*=brxe-]:not(.brxe-section):not(.brxe-container):not(.brxe-block):not(.brxe-div) {
		width: auto;
	}
	
	#brx-footer {
		background-position: 50%;
		background-size: cover;
		flex-shrink: 0;
		margin-top: auto;
		position: relative;
		width: 100%;
	}
	
	html {
		font-size: 62.5%;
	}
	
	*, :after, :before, html {
		box-sizing: border-box;
	}
	
	:after, :before {
		outline: none;
	}
	
	* {
		border-color: var(--bricks-border-color);
	}
	
	body {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		background-color: #fff;
		background-position: 50%;
		color: #363636;
		font-family: -apple-system, "system-ui", Segoe UI, roboto, helvetica, arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
		font-size: 15px;
		line-height: 1.7;
		transition: var(--bricks-transition);
		transition: padding-top 0s;
	}
	
	.brx-body {
		display: flex;
		flex-direction: column;
		margin: 0 auto;
		width: 100%;
	}
	
	:where(a) {
		border-color: currentcolor;
		color: currentcolor;
		cursor: pointer;
		text-decoration: none;
	}
	
	h1, h2, h3, h4, h5, h6 {
		margin: 0;
		text-rendering: optimizelegibility;
	}
	
	h1 {
		font-size: 2.4em;
	}
	
	h1, h2 {
		line-height: 1.4;
	}
	
	h2 {
		font-size: 2.1em;
	}
	
	h3 {
		font-size: 1.8em;
	}
	
	h3, h4 {
		line-height: 1.4;
	}
	
	h5 {
		font-size: 1.3em;
	}
	
	h5, h6 {
		line-height: 1.4;
	}
	
	:where(p) {
		margin-block: 0 1.2em;
	}
	
	:where(p:last-of-type) {
		margin-block-end: 0;
	}
	
	:where(p:last-of-type)+h1, :where(p:last-of-type)+h2, :where(p:last-of-type)+h3, :where(p:last-of-type)+h4, :where(p:last-of-type)+h5, :where(p:last-of-type)+h6 {
		margin-block: 1.2em 0;
	}
	
	img {
		height: auto;
		max-width: 100%;
		outline: none;
		vertical-align: middle;
	}
	
	button {
		border: none;
		cursor: pointer;
		outline: none;
		padding: 0;
	}
	
	button, input, optgroup, select, textarea {
		font-family: inherit;
		text-align: inherit;
	}
	
	::placeholder {
		color: var(--bricks-border-color);
	}
	
	.skip-link {
		clip: rect(1px, 1px, 1px, 1px);
		background: #000;
		border-bottom-right-radius: 8px;
		color: #fff;
		font-weight: 700;
		height: 1px;
		left: 0;
		overflow: hidden;
		padding: 5px 10px;
		position: absolute;
		top: 0;
		transition: transform .1s;
		white-space: nowrap;
		width: 1px;
		z-index: 9999;
	}
	
	.skip-link:focus {
		clip: auto;
		height: auto;
		overflow: visible;
		width: auto;
	}
	
	body.bricks-is-frontend :focus-visible {
		outline: auto;
	}
	
	@supports not selector(:focus-visible) {
		body.bricks-is-frontend :focus {
			outline: auto;
		}
	}
	
	.brx-submenu-toggle {
		align-items: center;
		cursor: pointer;
		display: flex;
	}
	
	.brx-submenu-toggle.icon-right button {
		margin-left: 10px;
	}
	
	.brx-submenu-toggle button, .brx-submenu-toggle button>* {
		align-items: center;
		background-color: transparent;
		color: currentcolor;
		display: flex;
		transition: transform .1s cubic-bezier(0, 0, .2, 1);
		will-change: transform;
	}
	
	#brx-content {
		flex: 1;
		position: relative;
		width: 100%;
	}
	
	#brx-header {
		background-position: 50%;
		background-size: cover;
		position: relative;
		width: 100%;
	}
	
	.bricks-shape-divider .bricks-shape-divider-inner svg {
		height: 100%;
		min-height: unset;
		min-width: unset;
		position: relative;
		width: 100%;
	}
	
	.bricks-shape-divider .bricks-shape-divider-inner svg g, .bricks-shape-divider .bricks-shape-divider-inner svg path {
		fill: inherit;
	}
	
	.bricks-shape-divider.flip-horizontal svg {
		transform: rotateX(180deg);
	}
	
	.bricks-shape-divider.flip-vertical svg {
		transform: rotateY(180deg);
	}
	
	.bricks-shape-divider.flip-horizontal.flip-vertical svg {
		transform: rotateX(180deg) rotateY(180deg);
	}
	
	.post-meta {
		align-items: center;
		display: inline-flex;
		gap: 20px;
	}
	
	.post-meta .separator {
		display: inline-block;
		text-align: center;
	}
	
	[data-brx-ls-wrapper] {
		transition: opacity .3s ease-in-out;
	}
	
	[data-brx-ls-wrapper]:not(.brx-ls-active) {
		display: none !important;
	}
	
	:where(.brxe-alert) svg {
		cursor: pointer;
		height: 1em;
	}
	
	:where(.brxe-alert) svg g {
		stroke: currentcolor;
	}
	
	.brxe-breadcrumbs {
		align-items: center;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 10px;
	}
	
	.brxe-breadcrumbs .separator {
		display: flex;
	}
	
	.brxe-breadcrumbs .item:has(>svg,>i) {
		align-items: center;
		display: flex;
	}
	
	@keyframes blink {
		to {
			opacity: 0;
		}
	}
	
	.brxe-code {
		width: 100%;
	}
	
	:where(.brxe-divider) {
		align-items: center;
		display: flex;
		font-size: 30px;
		gap: 30px;
	}
	
	:where(.brxe-divider).horizontal {
		width: 100%;
	}
	
	:where(.brxe-divider).horizontal .line {
		border-top: 1px solid;
	}
	
	:where(.brxe-divider) .line {
		position: relative;
		width: 100%;
	}
	
	:where(.brxe-divider) a {
		display: inline-flex;
	}
	
	:where(.brxe-form) button[type=submit].sending .loading svg {
		transform: scaleX(-1);
	}
	
	:where(.brxe-form) button[type=submit] svg {
		height: 1em;
		transform-origin: center;
	}
	
	:where(.brxe-form) .file-result.show.danger svg {
		cursor: pointer;
		height: 1em;
		margin-left: 5px;
	}
	
	:where(.brxe-form) .file-result.show.danger svg g {
		stroke: currentcolor;
	}
	
	.brxe-icon {
		font-size: 60px;
	}
	
	svg.brxe-icon {
		font-size: inherit;
	}
	
	figure.brxe-image {
		margin: 0;
	}
	
	:where(.brxe-image).tag {
		display: inline-block;
		height: fit-content;
		position: relative;
		width: auto;
	}
	
	:where(.brxe-image):before {
		border-radius: inherit;
	}
	
	:where(.brxe-image) img {
		border-radius: inherit;
		height: 100%;
		position: static !important;
		transition: inherit;
		width: 100%;
	}
	
	:where(.brxe-image) img.bricks-lazy-hidden+figcaption {
		display: none;
	}
	
	.brxe-instagram-feed li .brx-icon svg {
		height: 24px;
		width: 24px;
	}
	
	:where(.brxe-list) .icon svg {
		font-size: medium;
	}
	
	.brxe-logo {
		color: currentcolor;
		font-size: 20px;
		font-weight: 600;
		line-height: 1;
	}
	
	.brxe-logo img {
		display: block;
		height: auto;
		width: auto;
	}
	
	:where(.brxe-nav-menu) .menu-item:not(.open) .sub-menu {
		pointer-events: none;
	}
	
	:where(.brxe-nav-menu) .menu-item:not(.open) .sub-menu:not(.brx-submenu-positioned) {
		display: none !important;
	}
	
	:where(.brxe-nav-menu) ol, :where(.brxe-nav-menu) ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	
	:where(.brxe-nav-menu) .bricks-nav-menu {
		display: flex;
		line-height: inherit;
		margin: 0;
		padding: 0;
	}
	
	:where(.brxe-nav-menu) .bricks-nav-menu>li {
		margin: 0 0 0 30px;
	}
	
	:where(.brxe-nav-menu) .bricks-nav-menu>li.menu-item-has-children:hover:before {
		content: "";
		height: 100%;
		min-height: 60px;
		position: absolute;
		top: 100%;
		width: 100%;
		z-index: 1;
	}
	
	:where(.brxe-nav-menu) .bricks-nav-menu>li[data-toggle=click]:before {
		display: none;
	}
	
	:where(.brxe-nav-menu) .bricks-nav-menu li {
		position: relative;
	}
	
	:where(.brxe-nav-menu) .bricks-nav-menu li:not(.brx-has-megamenu)>a {
		display: flex;
		width: 100%;
	}
	
	:where(.brxe-nav-menu) .bricks-nav-menu li[data-static] {
		flex-direction: column;
	}
	
	:where(.brxe-nav-menu) .bricks-nav-menu li[data-static] .sub-menu {
		display: none;
		position: static !important;
		transform: none;
	}
	
	:where(.brxe-nav-menu) .bricks-nav-menu .sub-menu {
		background-color: var(--bricks-bg-dark);
		color: #fff;
		line-height: 60px;
		min-width: 150px;
		opacity: 0;
		position: absolute;
		top: 100%;
		transition: var(--bricks-transition);
		visibility: hidden;
		white-space: nowrap;
		z-index: 998;
	}
	
	:where(.brxe-nav-menu) .bricks-nav-menu .sub-menu li {
		border-style: none;
		position: relative;
		width: 100%;
	}
	
	:where(.brxe-nav-menu) .bricks-nav-menu .sub-menu a, :where(.brxe-nav-menu) .bricks-nav-menu .sub-menu button {
		color: currentcolor;
		padding: 0 20px;
	}
	
	li.menu-item-has-children [aria-expanded] .menu-item-icon {
		background-color: transparent;
		color: inherit;
		pointer-events: none;
		transition: inherit;
	}
	
	.brxe-offcanvas {
		visibility: hidden;
	}
	
	.brxe-offcanvas[data-direction=top] .brx-offcanvas-inner {
		bottom: auto;
		height: 300px;
		left: 0;
		right: 0;
		top: 0;
		transform: translateY(-100%);
		width: 100vw;
	}
	
	.brxe-offcanvas[data-direction=right] .brx-offcanvas-inner {
		bottom: 0;
		height: 100vh;
		height: calc(var(--bricks-vh, 1vh) * 100);
		left: auto;
		right: 0;
		top: 0;
		transform: translate(100%);
		width: 300px;
	}
	
	.brxe-offcanvas[data-direction=bottom] .brx-offcanvas-inner {
		bottom: 0;
		height: 300px;
		left: 0;
		right: 0;
		top: auto;
		transform: translateY(100%);
		width: 100vw;
	}
	
	.brxe-offcanvas[data-direction=left] .brx-offcanvas-inner {
		bottom: 0;
		height: 100vh;
		height: calc(var(--bricks-vh, 1vh) * 100);
		left: 0;
		right: auto;
		top: 0;
		transform: translate(-100%);
		width: 300px;
	}
	
	.brx-offcanvas-inner {
		background-color: #fff;
		display: flex;
		overflow-x: hidden;
		position: fixed;
		transition: transform .2s cubic-bezier(.25, 0, .25, 1);
		z-index: 999;
	}
	
	.brx-offcanvas-backdrop {
		background: rgba(0, 0, 0, .5);
		bottom: 0;
		left: 0;
		opacity: 0;
		pointer-events: none;
		position: fixed;
		right: 0;
		top: 0;
		transition: opacity .2s cubic-bezier(.25, 0, .25, 1);
		z-index: -1;
	}
	
	.brxe-post-author {
		display: inline-flex;
	}
	
	.brxe-post-author .author-name, .brxe-post-author .content {
		margin: 0;
	}
	
	.brxe-post-comments {
		width: 100%;
	}
	
	.brxe-post-comments ol, .brxe-post-comments ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	
	.brxe-post-content {
		width: 100%;
	}
	
	.brxe-post-content[data-source=bricks] {
		display: flex;
		flex-direction: column;
	}
	
	:where(.brxe-post-meta) a {
		color: currentcolor;
	}
	
	.brxe-post-toc {
		overflow-y: auto;
		top: var(--wp-admin--admin-bar--height, 0);
		transform: translateX(0);
		width: 400px;
	}
	
	.brxe-post-toc[data-sticky] {
		position: sticky;
	}
	
	@media (min-width:52em) {
		.brxe-post-toc {
			transform: translateX(0);
		}
	}
	
	.brxe-post-navigation {
		display: flex;
		flex-wrap: wrap;
		gap: 30px;
		justify-content: space-between;
		line-height: inherit;
		width: 100%;
	}
	
	.brxe-post-navigation .prev-post+.next-post {
		text-align: right;
	}
	
	.brxe-post-navigation .prev-post {
		justify-content: flex-start;
	}
	
	.brxe-post-navigation .next-post {
		justify-content: flex-end;
	}
	
	.brxe-post-navigation a {
		align-items: center;
		display: flex;
		gap: 15px;
	}
	
	.brxe-post-navigation .content, .brxe-post-navigation .title {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	
	.brxe-post-navigation .label, .brxe-post-navigation .title {
		cursor: inherit;
		margin: 0;
	}
	
	.brxe-post-navigation .label {
		font-weight: 600;
		text-transform: uppercase;
	}
	
	@media (max-width:478px) {
		.brxe-post-navigation a {
			width: 100%;
		}
		
		.brxe-post-navigation .prev-post+.next-post {
			text-align: inherit;
		}
	}
	
	.brxe-post-reading-progress-bar {
		background-color: transparent;
		border: none;
		height: 12px;
		left: 0;
		overflow: hidden;
		position: fixed;
		right: 0;
		width: 100%;
		z-index: 9999;
	}
	
	.brxe-post-reading-progress-bar::-webkit-progress-bar {
		background-color: transparent;
	}
	
	.brxe-post-reading-progress-bar::-moz-progress-bar {
		background-color: var(--bricks-color-primary);
	}
	
	.brxe-post-reading-progress-bar::-webkit-progress-value {
		background-color: var(--bricks-color-primary);
	}
	
	.brxe-post-reading-progress-bar[data-pos=top] {
		top: var(--wp-admin--admin-bar--height, 0);
	}
	
	.brxe-post-reading-progress-bar[data-pos=bottom] {
		bottom: 0;
	}
	
	.brxe-post-reading-progress-bar[value] {
		-webkit-appearance: none;
		appearance: none;
	}
	
	.brxe-post-sharing {
		display: flex;
		flex-wrap: wrap;
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	
	.brxe-post-sharing a {
		align-items: center;
		border-radius: 50%;
		display: flex;
		height: 30px;
		justify-content: center;
		text-align: center;
		width: 30px;
	}
	
	.brxe-post-sharing a.telegram svg {
		margin-left: -2px;
	}
	
	.brxe-post-sharing i:before {
		line-height: inherit;
	}
	
	.brxe-post-sharing svg {
		fill: currentcolor;
		flex-shrink: 0;
		height: 1em;
	}
	
	.brxe-post-taxonomy {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		line-height: 1 !important;
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	
	.brxe-post-taxonomy span {
		white-space: pre-wrap;
	}
	
	.brxe-post-taxonomy li {
		display: inline-block;
	}
	
	.brxe-post-taxonomy li>* {
		display: flex;
		gap: .5em;
	}
	
	:where(.brxe-pricing-tables) .pricing-table-feature svg {
		flex-shrink: 0;
	}
	
	.brxe-rating .icon svg {
		fill: currentcolor;
	}
	
	.brxe-slider-nested .splide__arrows svg {
		min-height: 0;
		min-width: 0;
	}
	
	:where(.brxe-svg) svg {
		height: auto;
		max-width: 100%;
		overflow: visible;
		width: auto;
	}
	
	.brxe-toggle {
		background-color: transparent;
		border: 0;
		color: inherit;
		font: inherit;
		margin: 0;
		overflow: visible;
		text-transform: none;
		transition-duration: .15s;
		transition-property: opacity, filter;
		transition-timing-function: linear;
	}
	
	.brxa-wrap {
		display: inline-block;
		height: 24px;
		position: relative;
		width: 40px;
	}
	
	.brxa-inner {
		display: block;
		margin-top: -2px;
		top: 50%;
	}
	
	.brxa-inner, .brxa-inner:after, .brxa-inner:before {
		background-color: currentcolor;
		border-radius: 4px;
		height: 4px;
		position: absolute;
		transition-duration: .15s;
		transition-property: transform;
		transition-timing-function: ease;
		width: 40px;
	}
	
	.brxa-inner:after, .brxa-inner:before {
		content: "";
		display: block;
	}
	
	.brxa-inner:before {
		top: -10px;
	}
	
	.brxa-inner:after {
		bottom: -10px;
	}
	
	.brxa--spin .brxa-inner {
		transition-duration: .22s;
		transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	.brxa--spin .brxa-inner:before {
		transition: top .1s ease-in .25s, opacity .1s ease-in;
	}
	
	.brxa--spin .brxa-inner:after {
		transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19);
	}
	
	.brxe-toggle {
		--brxe-toggle-scale: 1;
		--brxe-toggle-width: 40px;
		--brxe-toggle-height: 24px;
		--brxe-toggle-bar-height: 4px;
		--brxe-toggle-bar-width: 40px;
		--brxe-toggle-bar-radius: 4px;
		cursor: pointer;
		display: flex;
		line-height: 1;
	}
	
	.brxe-toggle:has(.brxa-wrap) {
		transform: scale(var(--brxe-toggle-scale));
	}
	
	.brxe-toggle .brxa-inner, .brxe-toggle .brxa-inner:after, .brxe-toggle .brxa-inner:before {
		border-radius: var(--brxe-toggle-bar-radius);
		height: var(--brxe-toggle-bar-height);
		width: var(--brxe-toggle-bar-width);
	}
	
	.brxe-video .plyr .plyr__control--overlaid svg {
		height: 18px;
		width: 18px;
	}
	
	@keyframes load8 {
		0% {
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
		}
		
		to {
			-webkit-transform: rotate(1turn);
			transform: rotate(1turn);
		}
	}
	
	@keyframes spin {
		to {
			-webkit-transform: rotate(1turn);
			transform: rotate(1turn);
		}
	}
	
	@keyframes scrolling {
		0% {
			opacity: 1;
		}
		
		to {
			opacity: 0;
			-webkit-transform: translateY(10px);
			transform: translateY(10px);
		}
	}
	
	.brxe-wordpress .bricks-widget-wrapper i, .brxe-wordpress .bricks-widget-wrapper svg {
		font-size: .8em;
		margin-right: 10px;
		opacity: .75;
	}
}