/*
Theme Name:   Bricks Child Theme
Theme URI:    https://bricksbuilder.io/
Description:  Use this child theme to extend Bricks.
Author:       Bricks
Author URI:   https://bricksbuilder.io/
Template:     bricks
Version:      1.1
Text Domain:  bricks
*/

/*** General ***/
html {
	scroll-padding-top: 100px;
	scroll-behavior: auto;
}
header {
	z-index: 5;
}
main {
	margin-top: -35px;
	overflow: hidden;
}
h1 {
	line-height: 55px;
}
.h1-home {
	font-weight: 600;
	font-size: clamp(1.5625rem, 0.2717rem + 5.163vw, 2.75rem);
}
.h1-api {
	max-width: 685px;
	padding-left: 20px;
	padding-right: 20px;
}
.start-title {
	font-size: clamp(3.125rem, 1.0714rem + 10.2679vw, 6rem);
	line-height: 110px;
}
blockquote {
	font-family: inherit;
}
figure {
	width: unset;
}
input {
	caret-color: var(--bricks-color-rmttnh);is-active
}
.rad-color-full {
	/* Fallback color */
	background-color: var(--bricks-color-otvvmd);

	background-image: linear-gradient(81.02deg, var(--bricks-color-bfjcgp) -23.47%, var(--bricks-color-rmttnh) 45.52%, var(--bricks-color-fpbfbh) 114.8%);
	background-size: 100%;
	background-repeat: repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; 
	-moz-background-clip: text;
	-moz-text-fill-color: transparent;
}

.start-using-slider-hdg .splide__slide.is-active,
.swip-titles .swiper-slide-active h3 {
	/* Fallback color */
	background-color: var(--bricks-color-otvvmd);

	background-image: linear-gradient(81.02deg, var(--bricks-color-bfjcgp) -23.47%, var(--bricks-color-rmttnh) 45.52%, var(--bricks-color-fpbfbh) 114.8%);
	background-size: 100%;
	background-repeat: repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; 
	-moz-background-clip: text;
	-moz-text-fill-color: transparent;
	transition: all .5s ease-in-out;
}
.rad-color-1 {
	/* Fallback color */
	background-color: var(--bricks-color-otvvmd);

	background-image: linear-gradient(81.02deg, var(--bricks-color-bfjcgp) -23.47%, var(--bricks-color-rmttnh) 45.52%);
	background-size: 100%;
	background-repeat: repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; 
	-moz-background-clip: text;
	-moz-text-fill-color: transparent;
}
.rad-color-2 {
	/* Fallback color */
	background-color: var(--bricks-color-otvvmd);

	background: linear-gradient(81.02deg, #B14BF4 -39.48%, #4D91FF 130.8%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.color-blue-disc {
	color: #5865F2;
}
.rad-color-green {
	/* Fallback color */
	background-color: #57F13F;

	background: linear-gradient(266.26deg, #3F3F3F 0.55%, #22FF00 29.64%, #3EE125 73.46%, #3F3F3F 101.99%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.bricks-background-primary {
	background: linear-gradient(81.02deg, var(--bricks-color-bfjcgp) -23.47%, var(--bricks-color-rmttnh) 45.52%, var(--bricks-color-fpbfbh) 114.8%);
}
.btn-bg-prim,
.news-field-footer .submit-button-wrapper button {
	background-size: 200% auto!important;
	background-image: linear-gradient(81.02deg, var(--bricks-color-bfjcgp) -53.47%, var(--bricks-color-rmttnh) 25.52%, var(--bricks-color-fpbfbh) 64.8%)!important;
	transition: all .3s ease-in-out!important;
}
.btn-bg-prim:hover,
.news-field-footer .submit-button-wrapper button:hover {
	background-position: 60% center!important;
	cursor: pointer;
}

.code-svg svg {
	height: 100%;
}
.brxe-nav-menu li a,
.bricks-button span.text {
	overflow: hidden;
}

.menu-request-btn {
	cursor: pointer;	
}

/*** Header ***/
#brx-header .bricks-nav-menu {
	align-items: center;
}
#brx-header .bricks-nav-menu li {
	transition: opacity .15s ease-in-out;
}
#brx-header .bricks-nav-menu li:hover {
	opacity: .7;
}
.brxe-nav-menu .bricks-mobile-menu-wrapper li:not(.menu-request-btn) {
	padding: 15px 30px;
}
.brxe-nav-menu .bricks-mobile-menu-wrapper li.menu-request-btn {
	margin-top: 15px;	
}
.page-id-1688 main {
	margin-top: 0;
	min-height: 100vh;
}

/*** Helpers ***/
.txt-center {
	text-align: center;
}
.flex {
	display: flex;
}
.flex-wrap {
	flex-wrap: wrap;
}
.flex-align-center {
	align-items: center;
}
.justify-center {
	justify-content: center;
}
.grid {
	display: grid;	
}
.grid-artist,
.grid-af-230,
.grid-af-190,
.grid-cols-news-af {
	width: 100%;
	grid-template-columns: 1fr;
	align-items: stretch;
}
.grid-3-col {
	grid-auto-rows: auto;
	gap: 60px;
}
.gap-30 {
	gap: 30px!important;
}
.gap-100 {
	gap: 100px;	
}
.col-gap-40 {
	column-gap: 40px;
}
.col-gap-100 {
	column-gap: 100px;
}
.col-gap-120 {
	column-gap: 6vw;
}
.row-gap-50 {
	row-gap: 50px;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.border-rad-18 {
	border-radius: 18px;
}
.aspect-16-10 {
	aspect-ratio: 16 / 10;
}
.ovflw-hid {
	overflow: hidden;
}

@media (min-width: 992px) {
	.grid-af-230 {
		grid-template-columns: repeat(auto-fit,minmax(230px,1fr));
	}
	.grid-cols-news-af {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (min-width: 768px) {
	.grid-artist {
		grid-template-columns: 55% 1fr;
	}
	.grid-af-190 {
		grid-template-columns: repeat(auto-fit,minmax(190px,1fr));
	}
}
@media (min-width: 768px) {
	.grid-artist {
		grid-template-columns: 55% 1fr;
	}
}
@media (min-width: 769px) and (max-width: 991px) {
	.grid-cols-news-af {
		grid-template-columns: repeat(auto-fit,minmax(320px,1fr));
	}
}

/*** offcanva menu ***/
.brxe-popup-2206 .brx-popup-content {
	padding-top: 0;
	padding-bottom: 0;
}
.offca-navmenu .bricks-nav-menu li a {
	justify-content: center;
}

/*** Popup whitlisted ***/
.whitlisted {
	border: 1px solid;
	box-shadow: 0px 0px 15px rgba(143, 0, 255, 0.6);
	border-radius: 45px;
}
.whitlisted svg {
	width: 13px;
}
.form-popup-wl {
	display: flex!important;
}
.form-popup-wl .form-group:first-child {
	width: 40%;
	margin-right: 2rem;
}
.form-popup-wl .form-group:nth-child(2) {
	width: calc(60% - 2rem);
}
.form-popup-wl .form-group:last-child,
.brxe-form.form-popup-wl .submit-button-wrapper {
	max-width: 330px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.form-popup-wl .form-group:not(.submit-button-wrapper) {
	background: #000;
	border-radius: 18px;
	padding: 8px 22px!important;
}
.form-popup-wl .submit-button-wrapper {
	margin-top: 2rem;
}
.form-popup-wl .form-group input {
	padding-left: 3px!important;
}
.form-popup-wl .message {
	text-align: center;
}

@media (max-width: 769px) {
	.form-popup-wl .form-group:nth-child(2) {
		margin-top: 2rem;
	}
	.form-popup-wl .form-group:first-child,
	.form-popup-wl .form-group:nth-child(2) {
		width: 100%!important;
		margin-right: 0!important;
	}
}
@media (max-width: 480px) {
	.form-popup-wl .form-group:nth-child(2) {
		margin-top: 0;
	}
}


/*** Breadcrumb ***/
.separator {
	padding: 0 5px;
    font-weight: 700;
	font-size: 15px;
}

/*** Footer ***/
#brx-footer .bricks-nav-menu li,
.footer-copyright a {
	transition: color .15s ease-in-out;
}
#brx-footer .bricks-nav-menu li:hover,
.footer-copyright a:hover {
	color: #fff;
}


/*** Craft Worlds ***/
.craft-item {
	position: relative;
}
.craft-worlds .craft-item:not(:first-child)::before {
	content: "";
	height: 100px;
	width: 2px;
	background-color: rgba(255, 255, 255, 0.08);
	left: -60px;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
}

@media (max-width: 769px) {
	.craft-worlds .craft-item::before {
		display: none;
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
	.craft-worlds .craft-item:first-child::before,
	.craft-worlds .craft-item:last-child::before {
		display: none;
	}
}

/*** Contact us page ***/
.contact-us-form label {
	margin-bottom: .5rem!important;
}
.contact-us-form .submit-button-wrapper button {
	min-height: 58px;
	--b: 1px; /* border size */
	--r: 8px; /* border rad */
	padding: var(--b);
	display: inline-block;
	position: relative;
	z-index: 0;
}
.contact-us-form .submit-button-wrapper button::before {
	content: "";
	position: absolute;
	z-index: 4;
	inset: 0;
	padding: var(--b);
	border-radius: var(--r);
	background: linear-gradient(81.02deg, #FA5560 -23.47%, #B14BF4 45.52%, #4D91FF 114.8%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}


/*** Artist Friendly ***/
.grid-artist .tab-title {
	width: 100%;
}
.grid-artist .tab-pane img {
	object-fit: contain;
	width: 100%;
	height: 100%;
}
.grid-artist .tab-title:hover {
	background: none;
	transition: all .15s ease-in-out;
}
.grid-artist .tab-title:hover {
	background: rgba(255, 255, 255, 0.1);
}
.grid-artist .tab-title.brx-open .number {
	background: linear-gradient(81.02deg, #FA5560 -23.47%, #B14BF4 45.52%, #4D91FF 114.8%);
}
.grid-artist {
	grid-row-gap: 20px;
}
.c1, .c2, .c3, .grid-art-img  {
	grid-area: auto;
}
.grid-artist .tab-pane.brx-open {
	animation: slide-left .6s ease-out;
}
@keyframes slide-left {
	0% { opacity: 0.2; transform: translateX(7%); }
	100% { opacity: 1; transform: translateY(0); }
}

@media (min-width: 768px) {
	.grid-artist {
		grid-template-rows: repeat(3, 1fr);
		grid-column-gap: 40px;
		grid-row-gap: 0px;
	}
	.c1 { grid-area: 1 / 1 / 2 / 2; }
	.c2 { grid-area: 2 / 1 / 3 / 2; }
	.c3 { grid-area: 3 / 1 / 4 / 2; }
	.grid-art-img { grid-area: 1 / 2 / 4 / 3; }
}
@media (max-width: 767px) {
	.grid-artist .tab-pane img {
		height: 420px;
	}
}


/*** Discover / Gallery ***/
.vp-pagination__item {
	/* Fallback color */
	background: var(--bricks-color-otvvmd);

	background: linear-gradient(81.02deg, var(--bricks-color-bfjcgp) -23.47%, var(--bricks-color-rmttnh) 45.52%, var(--bricks-color-fpbfbh) 114.8%);
	background-size: 100%;
	background-repeat: repeat;
	border-radius: 63px;
}
.vp-portfolio__layout-elements-align-center .vp-pagination__style-minimal {
	padding: 1rem;
}
.vp-pagination__style-minimal .vp-pagination__item {
	transition: all .1s ease-in-out;
}
.vp-pagination__style-minimal .vp-pagination__item>a:hover,
.vp-pagination__style-minimal .vp-pagination__item>a:focus {
	color: #fff!important;
}
.vp-pagination__load-more {
	text-transform: inherit!important;
	color: #fff!important;
	font-size: 16px!important;
}
.vp-portfolio__pagination-wrap {
	margin-bottom: 0!important;
}
.vp-portfolio__layout-elements {
	background: linear-gradient(180deg, rgb(58 13 211 / 0%) 0%, #000000 40%);
	margin-top: -149px!important;
	z-index: 5;
	position: relative;
	height: 150px;
	display: flex;
	align-items: flex-end;
}
.vp-portfolio__pagination-wrap {
	margin-bottom: 2rem;
}
/* Slider ( > 768px only) */
.brxe-carousel .image {
	background-size: contain;
	background-repeat: no-repeat;
}

/*** Subscribe ***/
.asset-list-l {
	width: 171px;
	-webkit-animation: scroll-list-l 25s linear infinite;
	animation: scroll-list-l 25s linear infinite;
}
.asset-list-r {
	width: 171px;
	-webkit-animation: scroll-list-r 25s linear infinite;
	animation: scroll-list-r 25s linear infinite;
}
@-webkit-keyframes scroll-list-l {
	0% {
		transform: translate3d(0, 0, 0);
	}
	100% {
		transform: translate3d(0, -1656px, 0); /* The image height (1620ppx) + fix to repeat with a margin bottom (simulating margin between 2 assets : 36px) */
	}
}
@keyframes scroll-list-l {
	0% {
		transform: translate3d(0, 0, 0);
	}
	100% {
		transform: translate3d(0, -1656px, 0);
	}
}
@-webkit-keyframes scroll-list-r {
	0% {
		transform: translate3d(0, -1656px, 0);
	}
	100% {
		transform: translate3d(0, 0, 0);
	}
}
@keyframes scroll-list-r {
	0% {
		transform: translate3d(0, -1656px, 0);
	}
	100% {
		transform: translate3d(0, 0, 0);
	}
}

/* Newsletter Form & sub form */
body.bricks-is-frontend :focus {
	outline: none;
}
.contact-form {
	display: grid;
	grid-template-columns: 1fr;
	width: 100%;
	align-items: center;
	gap: 20px;
	font-size: 15px;
}
.contact-form input,
.contact-form textarea {
	background: unset;
	border: none;
	line-height: 25px!important;
	font-weight: 400!important;
	padding: 3px!important;
}
.contact-form .form-group:not(.submit-button-wrapper) {
	background: var(--bricks-color-gjjfwq);
	border-radius: 18px;
	padding: 8px 22px!important;
}
.contact-form label {
	font-size: 15px!important;
}
.brxe-form:not(.contact-us-form) label {
	letter-spacing: unset!important;
	margin-bottom: 0!important;
	padding: 0 3px!important;
}
.contact-form .submit-button-wrapper button {
	padding: 10px 75px!important;
}

@media (max-width: 480px) {
	.contact-form .submit-button-wrapper button {
		padding: 16px 30px!important;
	}
}
@media (min-width: 768px) {
	.contact-form .message {
		grid-column: span 4;
	}
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	border: none;
	-webkit-text-fill-color: var(--bricks-color-njbocs);
	-webkit-box-shadow: 0 0 0px 1000px #00000000 inset;
	transition: background-color 5000s ease-in-out 0s;
}
#brxe-pbvyrm button[type=submit].bricks-button {
	padding: 16px 30px;
	width: 100%;
}


/* News field general */
.af-form-wrapper {
	align-self: stretch;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 26px;
	background-color: var(--bricks-color-gjjfwq);
	border-top-left-radius: 63px;
	border-top-right-radius: 63px;
	border-bottom-right-radius: 63px;
	border-bottom-left-radius: 63px;
	align-items: center;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
.footer-af-form .af-form-wrapper {
	background-color: var(--bricks-color-rkgclk);
}
.af-form-wrapper .news-field-footer {
	background-color: unset!important;
	grid-template-columns: 1fr 68px;
}
.af-form-wrapper .news-field-footer .buttonContainer input {
	background: var(--bricks-color-otvvmd);
	padding-left: 20px;
	padding-right: 20px;
	font-size: 30px;
	line-height: 1;
}
#signup-cont .af-form-wrapper {
	background-color: var(--bricks-color-rkgclk);
}
.af-form-wrapper .af-textWrap input::placeholder {
	color: rgba(255, 255, 255, 0.25);
}
.af-form {
	width: 100%;
}
.news-field {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: baseline;
}
.news-field-main,
.news-field-sub {
	position: relative;
}
.news-field .form-group:not(.submit-button-wrapper) {
	padding: 0;
}
.news-field .form-group:not(.submit-button-wrapper) input,
.af-textWrap input {
	background-color: unset;
	border: none;
	line-height: 1;
	padding: 0 8px;
}
.news-field .submit-button-wrapper,
.news-field .submit-button-wrapper button {
	height: 100%;
}
.news-field-main .submit-button-wrapper button,
.news-field-sub .submit-button-wrapper button,
.buttonContainer input.submit {
	padding-left: 30px;
	padding-right: 30px;

}
.contact-form .message,
.news-field .message,
.contact-us-form .message {
	background-color: unset!important;
	font-size: 14px;
}
.news-field .message {
	position: absolute;
	top: 100%;
	margin-top: 5px;
}
.brxe-form .message .text {
	padding: 5px 15px;
}

@media (max-width: 481px) {
	.news-field-main .news-field .message,
	.news-field-sub .news-field .message {
		top: 0;
	}
}

/* News field footer */
.news-field-footer {
	grid-template-columns: 1fr 68px;
}
.news-field-footer .buttonContainer input {
	font-family: "Arial, Helvetica, sans-serif";
}
.news-field-footer .submit-button-wrapper button {
	background: var(--bricks-color-otvvmd);
	border-radius: 63px!important;
}
.news-field-footer .submit-button-wrapper button svg {
	transition: all .15s ease-in-out;
}
.news-field-footer .submit-button-wrapper button:hover svg {
	transform: translateX(4px);
}
.news-field-footer .message {
	bottom: unset;
	left: 0;
}
.news-field-footer .message.danger {
	bottom: -35px;
	left: 0;
}
.news-field-footer .message.success {
	bottom: -55px;
	left: 0;
}

@media (max-width: 480px) {
	.news-field-main,
	.news-field-sub {
		grid-template-columns: 1fr;
	}
	.news-field-main .form-group:not(.submit-button-wrapper),
	.news-field-sub .form-group:not(.submit-button-wrapper) {
		border-radius: 56px;
		min-height: 56px;
		margin-bottom: 1rem;
		justify-content: center;
		padding-left: 30px;
		padding-right: 30px;
	}
	.news-field-main .form-group:not(.submit-button-wrapper),
	.af-form .af-textWrap {
		background-color: var(--bricks-color-gjjfwq);
	}
	.news-field-main.form-popup-wl .form-group:not(.submit-button-wrapper),
	.af-form .af-textWrap {
		background-color: #000;
	}
	.footer-af-form .af-form .af-textWrap {
		background-color: unset;
	}
	.news-field-sub .form-group:not(.submit-button-wrapper),
	.news-field-footer .form-group:not(.submit-button-wrapper) {
		background-color: var(--bricks-color-rkgclk);
	}
	.news-field-main .submit-button-wrapper button,
	.news-field-sub .submit-button-wrapper button,
	.af-form .af-textWrap {
		min-height: 56px;
		border-radius: 56px;
		width: fit-content;
		margin-left: auto;
		margin-right: auto;
	}
	.news-field .message {
		position: relative;
		bottom: unset;
	}
	.af-form-wrapper {
		background-color: rgba(0, 0, 0, 0);
		display: flex;
		justify-content: center;
		padding-left: 4px;
	}
	.af-form {
		width: 100%;
	}
	.af-form .af-textWrap {
		width: 100%;
		display: flex;
	}
	.af-form .af-textWrap input{
		padding-left: 26px;
	}
	.buttonContainer {
		text-align: center;
		margin-top: 1rem;
	}
	.footer-af-form .buttonContainer {
		margin-top: 0;
	}
	#signup-cont .af-form-wrapper {
		background-color: transparent;
	}
	#signup-cont .af-form-wrapper .af-textWrap {
		background-color: var(--bricks-color-rkgclk);
	}
}
@media (max-width: 768px) {
	.news-field-footer .form-group:not(.submit-button-wrapper) {
		border-radius: 56px;
		min-height: 56px;
		margin-bottom: 1rem;
		justify-content: center;
		padding-left: 30px;
		padding-right: 30px;
	}
	.news-field-footer .form-group:not(.submit-button-wrapper) {
		margin-bottom: 0;
	}
	.news-field-footer .form-group:not(.submit-button-wrapper) {
		background-color: var(--bricks-color-rkgclk);
	}
	.news-field-footer .message {
		position: static;
	}
}
@media (min-width: 768px) {
	.contact-form {
		grid-template-columns: repeat(4, 1fr);
	}
	.contact-form .form-group:nth-child(1),
	.contact-form .form-group:nth-child(2) {
		grid-column: span 2;
	}
	.contact-form .form-group:nth-child(3),
	.contact-form .form-group:nth-child(4) {
		grid-column: span 4;
	}
}
@media (min-width: 481px) {
	#brxe-pbvyrm button[type=submit].bricks-button {
		padding: 16px 90px;
	}
}


/* Home v2 */
@media (max-width: 480px) {
	.h1-home,
	.h2-center-resp {
		text-align: center;
	}
}
.h1-700 {
	font-weight: 700;
}
.fw-600 {
	font-weight: 600;
}
.start-img {
	border: 8px solid;
	border-radius: 22px;
	border-image-source: linear-gradient(81.02deg, rgba(250, 85, 96, 0.08) -23.47%, rgba(177, 75, 244, 0.08) 45.52%, rgba(77, 145, 255, 0.08) 114.8%);
	background: linear-gradient(81.02deg, rgba(250, 85, 96, 0.08) -23.47%, rgba(177, 75, 244, 0.08) 45.52%, rgba(77, 145, 255, 0.08) 114.8%);
	backdrop-filter: blur(29px);
}
.block-start-anim-txt::before {
	z-index: 3;
}
.start-txt-anim {
	white-space: pre;	
}
.img-1000-words-bg-blur {
	opacity: 0.45;
	filter: blur(32px);
	border-radius: 24px;
}
.avatar-logos-anim-wrap img {
	padding: 0 14px;
}
.avatar-container::before {
	z-index: 5;
}
.h2-discord,
.h2-create-your {
	margin-bottom: 38px;
}
.h2-create-your {
	max-width: 500px;
}

/* start today */
.platform-wrapper-img,
.border-rad-blur {
	backdrop-filter: blur(29px);
	--b: 8px; /* border size */
	--r: 22px; /* border rad */
	padding: var(--b);
	display: inline-block;
	position: relative;
	z-index: 0;
}

.platform-wrapper-img::before,
.border-rad-blur::before {
	content: "";
	position: absolute;
	z-index: 4;
	inset: 0;
	padding: var(--b);
	border-radius: var(--r);
	background: linear-gradient(81.02deg, rgba(250, 85, 96, 0.08) -23.47%, rgba(177, 75, 244, 0.08) 45.52%, rgba(77, 145, 255, 0.08) 114.8%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}
.border-grey-rad-blur::before {
	background: rgba(255, 255, 255, 0.18);
}

.start-slide-hdg-title {
	white-space: nowrap;
}

.swip-titles {
	margin-bottom: 1rem;
}
.swip-titles::before {
	background-image: linear-gradient(90deg, #000000, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 70%, #000000 100%);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
	z-index: 2;
}
.swip-titles .swiper-slide {
	display: flex;
	justify-content: center;
	width: auto;
}
.swip-titles .swiper-slide h3 {
	cursor: pointer;
	font-size: clamp(1.625rem, 0.2663rem + 5.4348vw, 2.875rem);
	align-self: center;
	white-space: nowrap;
	color: #9094a6;
}
.swip-imgs {
	padding-right: 20px!important;
	padding-left: 20px!important;
}
.swip-imgs .swiper-slide {
	border-radius: 22px;
}
.swip-imgs .swiper-slide img {
	border-radius: 16px;
}

/* superpowers tabs */
.superpowers .tab-title,
.superpowers .tab-title.brx-open {
	color: #9094A6;
	transition: all .1s ease-in-out;
}
.superpowers .tab-title,
.superpowers .tab-title.brx-open {
	border-bottom: 2px solid #000;
}
.superpowers .tab-title:hover {
	color: #AE4EF5;
	background: radial-gradient(80.23% 80.23% at 50% 88.37%, rgba(174, 78, 245, 0.22) 0%, rgba(174, 78, 245, 0.22) 0.01%, rgba(174, 78, 245, 0) 100%);
}
.superpowers .tab-title.brx-open  {
	color: #FFFFFF;
	background: radial-gradient(80.23% 80.23% at 50% 88.37%, rgba(174, 78, 245, 0.22) 0%, rgba(174, 78, 245, 0.22) 0.01%, rgba(174, 78, 245, 0) 100%);
	border-bottom: 2px solid;
	border-image-source: linear-gradient(81.02deg, #FA5560 -23.47%, #B14BF4 45.52%, #4D91FF 114.8%);
	border-image-slice: 1;
}
.superpowers .tab-title.brx-open:hover  {
	color: #FFFFFF;
	background: radial-gradient(80.23% 80.23% at 50% 88.37%, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.22) 0.01%, rgba(255, 255, 255, 0) 100%);
}
.superpowers .brxe-tabs-nested .tab-pane {
	overflow: hidden;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}
.superpowers .brxe-tabs-nested .tab-pane.brx-open {
	opacity: 1;
	transition: opacity 0.5s ease-in-out;
	animation: fadeIn 0.5s ease-in-out forwards;
}
.tk-vid  {
	background: transparent;
}
.tk-vid {
	position: unset;
	padding-top: 0!important;
	border-radius: 12px; 
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/* finetuned slider */
.splide__arrow  {
	border: 1px solid #202125;
	border-radius: 50px;
	transition: all .15s ease-in-out; 
}
.ft-slider .splide__slide {
	justify-content: space-between!important;	
}
.ft-slide-img {
	opacity: 0;
	transition: opacity 0.5s;
}
.ft-slide-img.active {
	opacity: 1;
}

/* 1000 words */
.img-1000-words-img {
	height: calc(100% - 61px);
}
.img-1000-w-like-wrap:hover {
	cursor: pointer;
}
.svg-like {
	margin-right: 7px;
}


/* FAQ */
.faq-accordion .brxe-block .brxe-icon {
	transition: transform .2s ease-in-out;
}
.faq-accordion .brxe-block.brx-open .brxe-icon {
	transform: rotate(45deg);
}


.start-title {
	font-size: clamp(3.125rem, 1.0714rem + 10.2679vw, 6rem);
	line-height: 110px;
}

.rad-color-full {
	/* Fallback color */
	background-color: var(--bricks-color-otvvmd);

	background-image: linear-gradient(81.02deg, var(--bricks-color-bfjcgp) -23.47%, var(--bricks-color-rmttnh) 45.52%, var(--bricks-color-fpbfbh) 114.8%);
	background-size: 100%;
	background-repeat: repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; 
	-moz-background-clip: text;
	-moz-text-fill-color: transparent;
}

.start-using-slider-hdg .splide__slide.is-active,
.swip-titles .swiper-slide-active h3 {
	/* Fallback color */
	background-color: var(--bricks-color-otvvmd);

	background-image: linear-gradient(81.02deg, var(--bricks-color-bfjcgp) -23.47%, var(--bricks-color-rmttnh) 45.52%, var(--bricks-color-fpbfbh) 114.8%);
	background-size: 100%;
	background-repeat: repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; 
	-moz-background-clip: text;
	-moz-text-fill-color: transparent;
	transition: all .5s ease-in-out;
}
.rad-color-1 {
	/* Fallback color */
	background-color: var(--bricks-color-otvvmd);

	background-image: linear-gradient(81.02deg, var(--bricks-color-bfjcgp) -23.47%, var(--bricks-color-rmttnh) 45.52%);
	background-size: 100%;
	background-repeat: repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; 
	-moz-background-clip: text;
	-moz-text-fill-color: transparent;
}
.rad-color-2 {
	/* Fallback color */
	background-color: var(--bricks-color-otvvmd);

	background: linear-gradient(81.02deg, #B14BF4 -39.48%, #4D91FF 130.8%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.color-blue-disc {
	color: #5865F2;
}
.rad-color-green {
	/* Fallback color */
	background-color: #57F13F;

	background: linear-gradient(266.26deg, #3F3F3F 0.55%, #22FF00 29.64%, #3EE125 73.46%, #3F3F3F 101.99%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.bricks-background-primary {
	background: linear-gradient(81.02deg, var(--bricks-color-bfjcgp) -23.47%, var(--bricks-color-rmttnh) 45.52%, var(--bricks-color-fpbfbh) 114.8%);
}
.btn-bg-prim,
.news-field-footer .submit-button-wrapper button,
.wp-element-button {
	background-size: 200% auto!important;
	background-image: linear-gradient(81.02deg, var(--bricks-color-bfjcgp) -53.47%, var(--bricks-color-rmttnh) 25.52%, var(--bricks-color-fpbfbh) 64.8%)!important;
	transition: all .3s ease-in-out!important;
}
.wp-element-button {
	background: none!important;
	background-size: 200% auto!important;
    background-image: linear-gradient(81.02deg, var(--bricks-color-bfjcgp) -53.47%, var(--bricks-color-rmttnh) 25.52%, var(--bricks-color-fpbfbh) 64.8%)!important;
    transition: all .3s ease-in-out!important;
	color: var(--bricks-color-gwzjbo)!important;
	margin-bottom: 8px!important;
    border-radius: 18px!important;
    font-weight: 600!important;
	padding-top: 14px!important;
    padding-right: 28px!important;
    padding-bottom: 14px!important;
    padding-left: 28px!important;
	font-size: 16px!important;
}
.wp-element-button:hover {
    background-position: 60% center!important;
    cursor: pointer;
}
/*.btn-bg-prim:hover,
.news-field-footer .submit-button-wrapper button:hover,
.news-field-main .submit-button-wrapper button:hover {
background-position: 60% center!important;
cursor: pointer;
}*/

.code-svg svg {
	height: 100%;
}
.brxe-nav-menu li a,
.bricks-button span.text {
	overflow: hidden;
}
.menu-request-btn {
	cursor: pointer;	
}
#brx-header .bricks-nav-menu li {
	transition: opacity .15s ease-in-out;
}
#brx-header .bricks-nav-menu li:hover {
	opacity: .7;
}


/* Blog */
/* News page */
.sc-ajax-filter {
	min-height: 600px;
}
.loading {
	opacity: .2;
	transition: all .3s ease-in-out;
}
.overlay-loader {
	opacity: 0;
	transition: all .3s ease-in-out;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -5;
	text-align: center;
	padding-top: 3rem;
	display: flex;
	justify-content: center;
}
.overlay-loader svg {
	width: 120px;
	height: 120px;
}
.overlay-loader svg rect {
	fill: #fff;
}
.overlay-loader.show {
	opacity: .9;
	z-index: 1000
}
.op-load {
	opacity: .2;
	transition: all .2s ease-in-out;
}
.news-filter {
	font-size: 14px;
	margin-bottom: 3.5rem;
}
.news-filter span {
	margin-right: 1.5rem;
}
.nav-filter {
	list-style: none;
	padding-left: 0;
}
.nav-filter li {
	margin: 0.5rem;
	transition: all .15s ease-in-out;
	text-align: center;
	border-radius: 50px;
	border: 1px solid var(--border-blue, #242C3E);
	color: #fff;
}
.nav-filter li:hover {
	border: 1px solid var(--border-blue, #242C3E);
	background: var(--background-hover-50, #131926);
}
.nav-filter li.active {
	background: var(--gradient-primary-gradient-leonardo, linear-gradient(81deg, #FA5560 -23.47%, #B14BF4 45.52%, #4D91FF 114.8%));
}
.nav-filter li.active:hover {
	box-shadow: 0px 0px 16px 0px rgba(136, 105, 249, 0.54);
}
.nav-filter li a {
	display: inline-block;
	padding: .65rem 1.2rem;
	min-width: 160px;
	color: var(--bricks-color-pntism);
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	transition: all .2s ease-in-out;
}
.nav-filter li:hover a,
.nav-filter li.active a {
	color: #fff;
}
.news-img-fix {
	width: 100%;
}
.img-hover-zoom {
	object-fit: cover;
	overflow: hidden;
}
.img-hover-zoom img {
	object-fit: cover;
}
.actu-card {
	width: 100%;
}
a.actu-card {
	text-decoration: none;
}
.actu-card h5, .actu-card img {
	transition: all .3s ease-in-out;
}
.actu-card:hover img {
	transform: scale(1.1);
}
.wrap-news-content {
	padding: 1.2rem 0;
}
.cat-news {
	color: var(--bricks-color-ngtyxv);
	margin-bottom: 0.3rem;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
}
.title-news {
	margin-bottom: 1rem;
	color: var(--bricks-color-gwzjbo);
	font-size: clamp(1.375rem, 1.2857rem + 0.4464vw, 1.5rem);
	font-style: normal;
	font-weight: 600;
	line-height: 32px;
	margin-bottom: 1.2rem;
}
.title-news a {
	color: inherit!important;
	text-decoration: inherit!important;
}
.content-news {
	font-size: 16px;
	color: var(--bricks-color-ncusdn);
	line-height: 1.4;
	margin-bottom: 1rem;
}
.pagination {
	grid-column: 1 / -1;
	display: flex;
	justify-content: center;
	list-style: none;
	padding-left: 0;
}
.pagination li {
	margin: 0 6px;
}
.pagination li a,
.pagination li span {
	display: flex;
	padding: 1.2rem;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
}
.pagination li a,
.pagination li span.current {
	color: #fff;
	text-decoration: none;
	font-weight: 500;
	font-size: 14px;
}
.pagination li span.current {
	border-radius: 50%;
	background: var(--primary-100-gradient, linear-gradient(81deg, #DB519E 13.83%, #B14BF4 49.5%, #666BD1 85.32%));
}
.pagination .prev,
.pagination .next {
	background-position: center;
	background-repeat: no-repeat;
	height: 1em;

}
.pagination .next {
	background-image: url('/wp-content/uploads/2023/10/arrow-right.svg');
	margin-left: 2rem;
}
.pagination .prev {
	background-image: url('/wp-content/uploads/2023/10/arrow-left.svg');
	margin-right: 2rem;
}

/* Single post */
.post-meta span.item {
	color: var(--bricks-color-ngtyxv);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
}
.post-meta span.item:last-child {
	color: #D1D4E2;
}
.brxe-post-content ol,
.brxe-post-content ul {
	line-height: 28px;
}
.brxe-post-content ol li,
.brxe-post-content ul li {
	margin-bottom: 0.8rem;
}
.brxe-post-content h1 {
	margin-bottom: 1.5rem;
	margin-top: 2rem;
}
.brxe-post-content h2,
.brxe-post-content h3 {
	margin-bottom: 1.2rem;
	margin-top: 2rem;
}
.brxe-post-content h4,
.brxe-post-content h5,
.brxe-post-content h5 {
	margin-bottom: 1rem;
	margin-top: 2rem;
}
.brxe-post-content p {
	margin-bottom: 1.6rem;
}
.brxe-post-content blockquote cite {
	text-transform: none;
}

/* API Page */
.api-main-content::before {
	z-index: 5;
	background-image: linear-gradient(rgb(0 0 0 / 0%) 0%, #000000 10%)!important;
}
.price-benefit p {
	line-height: normal;
}
.txt-logo-api {
    align-self: center;
    margin-bottom: 12px;
}
.api-logos-slider::before {
	background-image: linear-gradient(90deg, #000000, rgba(0, 0, 0, 1) 2%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 1) 98%, #000000 100%);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
	z-index: 2;
}