/*
Theme Name: Bellop 1.0
Theme URI: https://bellop.io
Author: Bellop
Author URI: https://bellop.io
Version: 1.0
*/

html.lenis {
	height: auto;
	overflow-x: hidden;
}

.lenis.lenis-smooth{
	scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent]{
	overscroll-behavior: contain;
}

.lenis.lenis-stopped{
	overflow: hidden;
}

:root{
	--header-min-height: 70px;

	--bs-body-color : #151515;
	--bs-primary: #fc3f50;
	--bs-primary-rgb: 252,63,80;

	--bs-gray: #f5f5f5;

	--bs-dark: #151515;
	--bs-dark-rgb: 23,23,23;

    /* Links */
    --bs-link-color: #fc3f50;
    --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-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;

    /* Borders */
    --bs-border-width: 1px;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;


	/* Form */
    --bs-box-shadow: none;

    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545;
}

@media screen and (min-width:992px){
	:root{
		--header-min-height: 120px;
	}
}

@keyframes bounce {
	0% {
		transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
	}
	50% {
		transform: translate(0, -100%);
		-webkit-transform: translate(0, -100%);
		-moz-transform: translateY(0, -100%);
	}
	100% {
		transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
	}          
}


html{
	scroll-behavior: smooth;
	background: #151515;
}

body{
	color: #151515;
	font-size: 17px;
	line-height: 1.6em;
	font-family: 'Gilroy', sans-serif;
	font-weight: 500;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	transition: 0.3s all;
}

@media screen and (min-width:1440px){
	body {
		font-size: 18px;
	}
}

hr{
	border-color: rgba(0,0,0,0.5);
}

@keyframes dropDown{
	0% { transform: scaleY(0); }
	80% { transform: scaleY(1.1); }
	100% { transform: scaleY(1); }
}

@keyframes shine{
	to { background-position-x: -200%; }
}

.wow{
	visibility: hidden;
}

.overh{
	overflow: hidden;
}

.overh:before{
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	z-index: 100;
	transition: 0.3s all ease-in-out;
}

#pageloader{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2em;
	transition: opacity 0.5s ease-in-out;
	z-index: 1000;
	opacity: 0;
	pointer-events: none;
}
#pageloader.show{
	opacity: 1;
	pointer-events: all;
}

.grecaptcha-badge{
	opacity:0;
}

*:focus {
	outline: none !important;
}

b, strong{
	font-weight: 600;
}

a,
a:hover,
a:focus {
	color: inherit;
	text-decoration: none;
	transition: 0.3s all ease;
}

a:hover,
a:active{
	color: var(--bs-primary);
}

a.text-primary:hover{
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6{
	margin: 0 0 0.5em;
	letter-spacing: -0.5px;
	font-family: 'Gilroy', sans-serif;
	font-weight: 700;
	line-height: 1.3em;
	transition: 0.3s all;
}


h1 { font-size: 30px; }
h2 { font-size: 24px; }
h3 { font-size: 22px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }

@media screen and (min-width: 992px) {

	h1, h2, h3, h4, h5, h6{
		line-height: 1.3em;
	}

	h1 { font-size: 34px; }
	h2 { font-size: 28px; }
	h3 { font-size: 26px; }
	h4 { font-size: 24px; }
	h5 { font-size: 20px; }
	h6 { font-size: 18px; }
}

/* Framework */

.main{
	position: relative;
	width: 100%;
	min-height: 100dvh;
	/*padding-top: 85px;*/
	background: #fff;
	transition: 0.3s all;
	overflow: hidden;
	z-index: 1;
}

.main:has(.banner){
	padding-top: 0;
}

.main{
	background: url('assets/img/extras/bg.png') no-repeat center;
	background-position: top left;
	background-size: 100% auto;
}

.main .single,
.main .page:not(:has(.banner)) {
    padding-top: 100px;
}


/*@media screen and (min-width: 992px){
	.main{
		padding-top: 100px;
	}
}*/

.container,
.container-fluid{
	max-width: 100%;
	padding-left: 25px;
	padding-right: 25px;
}

.container{
	max-width: 1600px;
}
.container-fluid{
	max-width: 1920px;
}

@media screen and (min-width: 992px){
	.container,
	.container-fluid{
		padding-left: 70px;
		padding-right: 70px;
	}
}


.rounded {
	border-radius: 30px !important;
}

/* BG */

.bg-gray{
	background-color: var(--bs-gray) !important;
}
.bg-primary{
	color: #fff;
}
.bg-white{
	color: #151515;
}
.bg-dark,
.bg-black{
	color: #fff;
}


/* Framework */

.section{
	padding: 60px 0;
}
@media screen and (min-width: 992px){
	.section{
		padding: 100px 0;
	}
}

@media screen and (min-width: 1600px){
	.section{
		padding: 120px 0;
	}
}

@media screen and (min-width: 1200px){
    .col-xl-2-5 {
        flex: 0 0 auto;
        width: 20%;
    }
}

/* Card */
.card {
	padding: 28px 20px;
	background: #FFF;
	box-shadow: 0px 3.56021px 44.5026px rgba(0, 0, 0, 0.08);
	border-radius: 20px;
	border: none;
	overflow: hidden;
}

/**/

.title{
	position: relative;
	margin-bottom: 50px;
	z-index: 2;
}
.title h1,
.title h2,
.title h3,
.title h4{
	position: relative;
	margin: 0;
	z-index: 3;
	letter-spacing: -0.5px;
}

.title h1{
	font-size: 34px;
	line-height: 44px;
}
.title h2{
	font-size: 26px;
}
.title h3{
	font-size: 30px;
	line-height: 40px;
}
.title h4{
	font-size: 22px;
}
.title p{
	margin: 15px 0 0;
	font-size: 18px;
	line-height: 28px;
}

.title .subtitle{
	position: relative;
	display: inline-block;
	font-weight: 400;
	font-size: 18px;
	margin: 0 0 8px;
	color: #fd4766;
}

.title.max-width{
	max-width: 600px;
}
.title.text-center.max-width{
	margin-left: auto;
	margin-right: auto;
}

.title .btn{
	margin-top: 50px;
}

.title h1 span,
.title h2 span,
.title h3 span{
	color: var(--bs-primary);
}
@media screen and (max-width: 580px){
	.title br,
	.title h3 br{
/*		display: none;*/
	}

	.title.no-br br {
		display: none;
	}
}

@media screen and (min-width: 992px){
	.title{
		margin-bottom: 80px;
	}
	.title p{
		font-size: 21px;
		line-height: 32px;
	}
	.title h1,
	.title h2,
	.title h3{
		line-height: 1.3em;
		letter-spacing: -1px;
	}
	.title h1{
		font-size: 50px;
		line-height: 65px;
	}
	.title h2{
		font-size: 30px;
	}
	.title h3{
		font-size: 40px;
		line-height: 55px;
	}
	.title h4{
		font-size: 26px;
	}
}


/* Buttons */

.btn{
	padding: 12px 30px;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: -0.5px;
	border-width: 1px;
	border-radius: 50px;
	transition: 0.3s all;
}

.btn:hover{
	padding-left: 40px;
	padding-right: 40px;
}

@media screen and (max-width: 560px){
	.btn-block-mobile{
		width: 100%;
	}
}

/* Button > Arrow */

.btn-arrow{
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding-right: 45px;
	padding-left: 15px;
	overflow: hidden;
	cursor: pointer;
	transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.btn.btn-arrow:hover{
	padding-left: 50px;
	padding-right: 30px;
}
.btn-arrow::before,
.btn-arrow::after{
	content: "\f178";
	font-family: "Font Awesome 6 Free";
	position: absolute;
	top: calc(50% - 12px);
	left: -25px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	color: #151515;
	font-weight: 900;
	transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
	z-index: 9;
}
.btn-arrow::after{
	left: auto;
	right: 12px;
}
.btn-arrow:hover::before{
	left: 15px;
}
.btn-arrow:hover::after{
	right: -25px;
}


.btn-arrow.btn-primary::after,
.btn-arrow.btn-dark::before,
.btn-arrow.btn-dark::after{
	color: #fff;
}
.btn-arrow.btn-primary::before{
	color: var(--bs-primary);
}


/* Button > Lined */

.btn-lined:not(.btn){
	position: relative;
	color: var(--bs-primary);
}
.btn-lined:not(.btn):after{
	content: '';
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 0;
	height: 1px;
	background: var(--bs-primary);
	transition: 0.3s all;
}
.btn-lined:not(.btn):hover:after{
	width: 100%;
}

.btn-primary{
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-color: #fff;
    --bs-btn-border-color: var(--bs-primary);

    --bs-btn-hover-bg: transparent;
    --bs-btn-hover-color: #151515;
    --bs-btn-hover-border-color: var(--bs-primary);

    --bs-btn-active-bg: var(--bs-primary);
    --bs-btn-active-color: #151515;
    --bs-btn-active-border-color: var(--bs-primary);
}
.btn-outline-primary{
    --bs-btn-bg: transparent;
    --bs-btn-color: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);

    --bs-btn-hover-bg: transparent;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-border-color: transparent;

    --bs-btn-active-bg: var(--bs-primary);
    --bs-btn-active-color: #fff;
    --bs-btn-active-border-color: var(--bs-primary);
}

.btn-loading:before{
	content: '';
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite;
    -webkit-animation: spinner-border .75s linear infinite;
}

.bg-dark .btn-primary{
    --bs-btn-hover-color: #fc3f50;
    --bs-btn-active-color: #fc3f50;
}


/* Form */

label{
	font-weight: 500;
	font-size: 16px;
	color: #151515;
	margin: 0 0 10px;
	letter-spacing: -0.5px;
}

@media screen and (min-width:992px){
	label{
		font-size: 18px;
	}
}

.required{
	color: #ff0000;
}

.form-select,
.form-control{
	padding: 3px 10px;
	color: #111;
	font-size: 16px;
	line-height: 40px;
	height: auto;
	background-color: var(--bs-gray);
	font-weight: 400;
	border: 0;
	transition: border 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	box-shadow: none !important;
	border-radius: 5px;
}

.form-select{
	color: #777;
	font-weight: 400;
}

.form-select:hover,
.form-control:hover,
.form-select:focus,
.form-control:focus{
	background-color: var(--bs-gray);
}
.form-select::placeholder,
.form-control::placeholder{
    font-weight: 400;
    color: #777
}

@media screen and (min-width: 992px){
	.form-control,
	.form-select{
		font-size: 18px;
	}
}

.input-file-group{
	position: relative;
	display: block;
	padding: 15px;
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	color: #777;
	text-align: center;
	background-color: var(--bs-gray);
	border: 1px solid var(--bs-gray);
	border-radius: 5px;
	cursor: pointer;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.input-file-group input{
	opacity: 0;
	width: 0;
}
.input-file-group .files{
	max-height: 100px;
	overflow: auto;
}
.input-file-group .files span{
	display: block;
	font-size: 12px;
	text-transform: uppercase;
}

@media screen and (min-width: 992px){
	.input-file-group{
		font-size: 18px;
	}
}

/* Header */

.header{
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
    align-items: center;
    justify-content: space-between;
	width: 100%;
	padding-top: 15px;
	height: var(--header-min-height);
	z-index: 998;
}
.header > .container{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header .logo{
	display: inline-block;
	max-width: 150px;
	margin: 10px 0;
	z-index: 2;
	transition: none;
}

.header .nav-menu{
	position: relative;
    width: 50px;
    height: 50px;
    padding: 12px 8px;
    cursor: pointer;
    z-index: 999;
	transition: 0.3s all;
	border-radius: 50%;
}
.header .nav-menu .menu-line{
	float: right;
	display: block;
	width: 100%;
	height: 3px;
	margin: 4px 0;
	background: #151515;
	border-radius: 6px;
	transition: 0.3s;
}
.header .nav-menu .menu-line:nth-child(2){
	width: 80%;
}

body:not(.header-fixed):has(.banner) .header .nav-menu .menu-line{
	background: #fff;
}

.header .navigation{
	display: flex;
	align-items: end;
	position: fixed;
	top: 0;
	right: -100vw;
	width: 100vw;
	height: 100dvh;
	padding: 30px 0;
	margin: 0;
	color: var(--bs-white);
	background: var(--bs-dark);
  	overflow: hidden;
  	transition: 0.3s all;
}
.header .navigation .menu li{
	position: relative;
	margin-bottom: 5px;
}
.header .navigation .menu > li > a{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 40px;
	line-height: 50px;
	font-weight: 600;
	color: var(--bs-white);
	transition: all 0.3s cubic-bezier(0, 0, 0.05, 1.39);
}
.header .navigation .menu li.current-menu-item > a{
	color: var(--bs-primary);
}

.header .navigation .menu > li.menu-item-has-children > a{
	padding-right: 15px;
}
.header .navigation .menu > li.menu-item-has-children > a:after{
    content: "\f107";
    font-family: "FontAwesome";

    position: absolute;
    top: calc(50% - 12px);
    right: -20px;

    font-size: 30px;
    line-height: 30px;
    color: rgba(255,255,255,0.5);
    transition: 0.3s all;
}
.header .navigation .menu > li.menu-item-has-children.open-submenu > a:after{
	transform: rotate(-90deg);
}

/* Navigation > Submenu */

.header .navigation .menu .sub-menu{
	display: none;
	padding: 0;
	margin: 0 25px 0;
	list-style: none;
	transition: 0.3s all;
}
.header .navigation .menu .sub-menu li{
	position: relative;
	margin: 0;
}
.header .navigation .menu .sub-menu li:before{
	content: '- ';
	position: absolute;
	top: calc(50% - 13px);
	left: -15px;
	line-height: 26px;
	color: rgba(255,255,255,0.5);
}
.header .navigation .menu .sub-menu li a{
	display: block;
	padding: 5px 0;
	font-size: 24px;
	line-height: 1.3em;
	font-weight: 500;
	color: rgba(255,255,255,0.5);
}
.header .navigation .menu .sub-menu li.current-menu-item > a,
.header .navigation .menu .sub-menu li a:hover{
	color: var(--bs-primary);
}

.header .navigation .menu li.open-submenu > ul{
	display: block;
}

/**/

.header .navigation .language{

}
.header .navigation .language li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 -2px;
}
.header .navigation .language li a{
	text-transform: uppercase;
	padding-left: 10px;
	padding-right: 10px;
}
.header .navigation .language li:last-child a:after{
	content: none;
}
.header .navigation .language li.current-lang a{
	text-decoration: underline;
}




body.open-menu .header .logo,
.header.light .logo{
	filter: invert(1);
}
body.open-menu .header .nav-menu .menu-line{
	background-color: #fff;
}
body.open-menu .header .nav-menu .menu-line:nth-child(1) {
	width: 35px;
	margin-top: 10px;
	transform: rotate(45deg);
}
body.open-menu .header .nav-menu .menu-line:nth-child(2) {
	width: 35px;
	margin-top: -7px;
	transform: rotate(-45deg);
}

body.open-menu .header .navigation{
	right: 0;
}

body.open-menu{
	overflow: hidden;
}
body.open-menu:before{
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.1);
	z-index: 2;
}

body.header-fixed .header{
	position: fixed;
}
body.header-fixed:not(.open-menu) .header{
	height: var(--header-fixed-min-height);
	background: transparent;
	z-index: 998;
    -webkit-animation: slideInDown 0.3s ease-out;
    -moz-animation: slideInDown 0.3s ease-out;
}
body.header-fixed:not(.open-menu) .header .logo{
	opacity: 0;
	z-index: -1;
}

body.header-fixed.open-menu .header .nav-menu .menu-line{
	background: #fff;
}

@media screen and (min-width: 992px){
	.header{
		padding-top: 50px;
	}
	.header .nav-menu{
		position: fixed;
		top: 40px;
		right: 20px;
		width: 80px;
		height: 80px;
		padding: 30px 20px;
		background: #111;
		box-shadow: 3px 3px 20px 0px rgba(0,0,0,0.05);
		margin-top: -120px;
		opacity: 0;
	}

	.header .logo{
		transition: 0;
	}

	.header .navigation{
		max-width: 550px;
	}
	.header .navigation > .container{
		display: flex;
    	align-items: flex-end;
    	justify-content: space-between;
    	padding-left: 50px;
    	padding-right: 50px;
	}
	.header .navigation .menu > li > a{
		font-size: 50px;
		line-height: 60px;
	}
	.header .navigation .menu > li > a:hover{
	    padding-left: 30px;
	}

	body:not(.header-fixed):not(.open-menu) .header .navigation > .container{
		padding-right: 0;
	}
	body:not(.header-fixed):not(.open-menu) .header .navigation{
		position: relative;
		display: block;
		top: auto;
		left: auto;
		right: auto;
		width: auto;
		height: auto;
		max-width: 100%;
		padding: 0;
		background: transparent;
		transition: none;
		transform: none;
		overflow: visible;
	}
	body:not(.header-fixed):not(.open-menu) .header .navigation .menu{
		display: flex;
		align-items: center;
		margin: 0;
	}
	body:not(.header-fixed):not(.open-menu) .header .navigation .menu > li{
		margin: 0;
		margin-left: 15px;
	}
	body:not(.header-fixed):not(.open-menu) .header .navigation .menu > li > a{
		padding: 15px 20px;
		font-size: 18px;
		line-height: 40px;
		color: #151515;
		transition: color 0.3s;
	}
	body:not(.header-fixed):not(.open-menu) .header.light .navigation .menu > li > a{
		color: #fff;
	}
	body:not(.header-fixed):not(.open-menu) .header .navigation .menu > li > a:hover{
		color: var(--bs-primary);
	}
	body:not(.header-fixed):not(.open-menu) .header .navigation .menu > li:not(.menu-contact).current-menu-item > a{
		color: var(--bs-primary);
	}
	body:not(.header-fixed):not(.open-menu) .header .navigation .menu > li.menu-contact{
		margin-left: 20px;
	}
	body:not(.header-fixed):not(.open-menu) .header .navigation .menu > li.menu-contact a{
		position: relative;
		padding: 3px 50px 3px 25px;
		color: #fff;
		border-radius: 50px;
		background: var(--bs-primary);
		transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
	}
	body:not(.header-fixed):not(.open-menu) .header .navigation .menu > li.menu-contact a::after{
		content: "\f178";
		font-family: "Font Awesome 6 Free";
		position: absolute;
		top: calc(50% - 19px);
		right: 20px;
		color: #fff;
		font-weight: 900;
		transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
		z-index: 9;
	}
	body:not(.header-fixed):not(.open-menu) .header .navigation .menu > li.menu-contact a:hover{
		padding: 3px 60px 3px 15px;
	}
	body:not(.header-fixed):not(.open-menu) .header .navigation .menu > li.menu-contact a:hover::after{
		transform: translateX(5px);
	}
	body:not(.header-fixed):not(.open-menu) .header .navigation .menu > li.menu-item-has-children > a:after{
		right: 3px;
		top: calc(50% - 15px);
		font-size: 15px;
		color: rgba(0,0,0,0.25);
	}
	body:not(.header-fixed):not(.open-menu) .header .navigation .menu > li.menu-item-has-children:hover .sub-menu{
		display: block;
	}
	body:not(.header-fixed):not(.open-menu) .header .navigation .menu .sub-menu{
		position: absolute;
		top: 60px;
		left: 0;
		width: 228px;
		background: var(--bs-white);
		box-shadow: 0 5px 5px 0 rgba(0,0,0,0.1);
		animation: dropDown 300ms ease-in-out forwards;
		border-radius: 6px;
		overflow: hidden;
	}
	body:not(.header-fixed):not(.open-menu) .header .navigation .menu .sub-menu li{
		margin: 0;
	}
	body:not(.header-fixed):not(.open-menu) .header .navigation .menu .sub-menu li a{
		padding: 12px 15px;
		color: var(--bs-dark);
		font-size: 16px;
		line-height: 24px;
		font-weight: 500;
		letter-spacing: -0.25px;
		border-bottom: 1px solid #eee;
	}
	body:not(.header-fixed):not(.open-menu) .header .navigation .menu .sub-menu li a:hover,
	body:not(.header-fixed):not(.open-menu) .header .navigation .menu .sub-menu li.current-menu-item a{
		background: var(--bs-primary);
		color: #fff;
	}
	body:not(.header-fixed):not(.open-menu) .header .navigation .menu .sub-menu li a:hover{
		padding-left: 20px;
	}
	body:not(.header-fixed):not(.open-menu) .header .navigation .menu .sub-menu li:last-child a{
		border-bottom: 0;
	}



	body.header-fixed .header .logo{
		position: fixed;
		right: 360px;
		top: 50px;
	}

	body.header-fixed .header .nav-menu{
		opacity: 1;
		margin: 0;
	}
	body.header-fixed .header .nav-menu .menu-line{
		background: #fff;
	}
	body.header-fixed .header .nav-menu:hover{
		background-color: #151515;
	}
	body.header-fixed .header .nav-menu:hover .menu-line{
		background-color: #fff;
	}

	/**/
	body.open-menu .header .navigation .menu .sub-menu{ 
		display: block;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.35s ease;
	}
	body.open-menu .header .navigation .menu li.open-submenu > ul{
		max-height: 160px;
	}

}


/* Banner */
.banner {
	min-height: 90dvh;
	display: flex;
	align-items: center;
	background: var(--bs-dark);
	color: var(--bs-white);
	border-radius: 0 0 20px 20px;
	position: relative;
	z-index: 1;
}

.post-banner .items{
	position: relative;
	margin-top: -120px;
	z-index: 3;
}

.page:has(.banner)::before {
    content: '';
    position: absolute;
    top: calc(90vh - 50px); 
    top: 50vh;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 0;
    background: url(assets/img/extras/bg-2.webp) no-repeat top left;
    background-size: 100% auto;
}


@media screen and (min-width: 992px){ 
	.banner{
		border-radius: 0 0 50px 50px;
	}

}

@media screen and (min-width: 1601px){ 
	.banner {
		min-height: 80dvh;
	}

	.page:has(.banner)::before {
		top: calc(80vh - 50px); 
		top: 30vh;
	}
}

/*
@media screen and (max-width: 991.99px){ 
	.page:has(.banner)::before {
		top: 75vh;
	}
}
@media screen and (max-width: 580px){ 
	.page:has(.banner)::before {
		top: 65vh;
	}
}
*/


/* Module > Stats */
.module-stats .items article {
	background: #fff;
	padding: 40px 20px;
	border-radius: 20px;
}

.module-stats .items article h4 {
	font-size: 64px;
	margin-bottom: 0;
}
.module-stats .items article .symbol{
	color: var(--bs-primary);
}
.module-stats .items article p {	
	opacity: 0.5;
}


/* Pages > Home */



.page.home .presentation{
	position: relative;
    display: flex;
    align-items: flex-end;
    min-height: 600px;
    height: calc(100dvh - 85px);
    padding-bottom: 75px;
    overflow: hidden;
    transition: 0.3s all;
}

.page.home .presentation .container{
	position: relative;
}
.page.home .presentation .title{
	margin: 0 0 150px;
	max-width: 450px;
}
.page.home .presentation .title h1{
	font-size: 44px;
	font-weight: 600;
	line-height: 1.3em;
	color: #151515;
	letter-spacing: -1px;
	transition: 0.3s all;
}
.page.home .presentation .title h1 b{
	display: block;
	color: var(--bs-primary);
	font-weight: 700;
	letter-spacing: -1px;
}
.page.home .presentation .title h1 i{
	display: inline-flex;
	vertical-align: 5px;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	font-size: 18px;
	color: #fff;
	background: #151515;
	border-radius: 50%;
	transition: 0.3s all;
}
.page.home .presentation .title h1 i:before{
	transform: rotate(-45deg);
	transition: 0.3s all;
}
.page.home .presentation .title h1:hover i:before{
	transform: rotate(0);
}
.page.home .presentation .arrow-down{
	position: absolute;
	right: calc(50% - 25px);
	bottom: -25px;
	width: 50px;
	height: 60px;
	background: url('assets/img/icons/icon-scroll-down.png') no-repeat center;
	background-size: contain;
	z-index: 3;
	animation: bounce 3s infinite;
	-webkit-animation: bounce 3s infinite;
}

@media screen and (min-width: 580px){
	.page.home .presentation .title{
		margin: 0 0 150px;
		max-width: 100%;
	}
    .page.home .presentation .title h1{
        font-size: 45px;
        letter-spacing: -2px;
    }
	.page.home .presentation .title h1 i{
		vertical-align: 7px;
		width: 40px;
		height: 40px;
		font-size: 20px;
	}
}
@media screen and (min-width: 768px){
	.page.home .presentation{
		padding-bottom: 150px;
	}
	.page.home .presentation .title{
		margin-bottom: 0;
	}
    .page.home .presentation .title h1{
        font-size: 50px
    }
	.page.home .presentation .title h1 i{
		vertical-align: 5px;
		width: 50px;
		height: 50px;
		font-size: 30px;
	}
	.page.home .presentation .arrow-down{
		right: 25px;
		bottom: 0;
	}
}
@media screen and (min-width: 992px){
	.page.home .presentation{
		height: calc(100dvh - 40px);
	}
    .page.home .presentation .title h1{
        font-size: 60px
    }
	.page.home .presentation .title h1 i{
		vertical-align: 5px;
		width: 60px;
		height: 60px;
		font-size: 35px;
	}
	.page.home .presentation .title h1:hover i{
		transform: scale(1.1);
	}
	.page.home .presentation .title h1 span{
		display: inline-block;
		letter-spacing: -2px;
	}
	.page.home .presentation .title h1 br{
		display: block;
	}
	.page.home .presentation .arrow-down{
		right: 70px;
		bottom: -50px;
	}
}
@media screen and (min-width: 1440px){
	.page.home .presentation{
		height: calc(100dvh - 150px);
	}
    .page.home .presentation .title h1{
        font-size: 70px
    }
	.page.home .presentation .title h1 i{
		vertical-align: 5px;
		width: 70px;
		height: 70px;
		font-size: 40px;
	}
}


.page.home .services .items article .icon{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background: no-repeat center;
	background-size: contain;
	margin: 0 0 20px;
	transition: 0.3s all;
}
.page.home .services .items article h2{
	font-size: 24px;
	margin: 0 0 20px;
	transition: 0.3s all;
}
.page.home .services .items article .data p{
	margin-bottom: 40px;
	font-size: 18px;
	letter-spacing: -0.5px;
}
.page.home .services .items article .data ul{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 5px;
	margin: 0;
	padding: 0;
}
.page.home .services .items article .data ul li{
	display: inline-block;
	vertical-align: middle;
	padding: 3px 15px;
	margin-bottom: 5px;
	font-size: 12px;
	text-transform: uppercase;
	background: #eee;
	border-radius: 25px;
}

@media screen and (min-width: 992px){
	.page.home .services .items{
		--bs-gutter-x: 75px;
	}
	.page.home .services .items article h2{
		font-size: 30px;
	}
}




.page.home .portfolio .buttons{
	margin-top: 50px;
}
.page.home .portfolio .buttons .btn-lined{
	font-size: 24px;
}


@media screen and (min-width: 992px){
	.page.home .portfolio .feed-portfolio .item:nth-child(even){
		margin-top: 80px;
	}

	.page.home .portfolio .buttons{
		margin-top: 80px;
	}
	.page.home .portfolio .buttons .btn-lined{
		font-size: 32px;
	}
}

@media screen and (max-width: 580px){
	.page.home .services{
		padding-top: 0;
	}
}

.page.home .resources{

}


/* Page > Hosting */


.page.hosting .features .items article h4 {
	font-weight: 400;
}

.page.hosting .plans .items article {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.page.hosting .plans .items article .price{
	background: var(--bs-primary);
	color: var(--bs-white);
	border-radius: 50px;
	padding: 10px 20px;
	font-size: 24px;
}
@media screen and (min-width: 768px){
	.page.hosting .plans .items article {
	    flex-direction: row;
	}
}


/* Modules > Clients */

.module-clients .items{
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.module-clients .items .item{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 -1px -1px 0;
	border: 1px solid #eee;
	aspect-ratio: 2 / 1;
}
.module-clients .items .item .logo{
	padding: 0 15px;
	opacity: 0.9;
}

@media screen and (min-width: 992px){
	.module-clients .items{
		margin: 0 -15px;
	}
	.module-clients .items .item .logo{
		transform: scale(0.8);
	}
}

/* Module  > Marquee */

.module-marquee{
	display: flex;
	align-items: center;
	overflow: hidden;
	background: #151515;
	color: #fff;
}
.module-marquee .track{
	font-size: 5vw;
	line-height: 5vw;
	padding-top: 30px;
	padding-bottom: 15px;
	color: #fff;
	font-weight: 600;
	white-space: nowrap;
	letter-spacing: -0.03em;
	text-transform: uppercase;	
}	

/* Pages > About */

.page.about .content .title{
	max-width: 700px;
	margin: 0;
}
.page.about .content .title h1{
	margin-bottom: 30px;
}
.page.about .content .title p{
	max-width: 650px;
}

@media screen and (min-width:992px){
	.page.about .content .title{
		max-width: 875px;
	}
	.page.about .content .title h1{
		margin-bottom: 50px;
	}

	.page.about .content .title p{
		max-width: 700px;
	}
}

.page.about .gallery{
	position: relative;
	padding: 0 0 30px;
}
.page.about .gallery .items{
	display: flex;
	align-items: flex-start;
}
.page.about .gallery .items .item{
	width: 100%;
	padding: 0;
	text-align: center;
}
.page.about .gallery .items .item .img-scrollUp{
	border-radius: 30px;
	overflow: hidden;
}
.page.about .gallery .items .item .img{
	display: block;
	object-fit: cover;
	width: 100%;
	aspect-ratio: 1 / 1.3;
	background: no-repeat center;
	background-size: cover;
	border-radius: 30px;
}
.page.about .gallery .items .item:nth-child(1){
	transform: rotate(-5deg);
}
.page.about .gallery .items .item:nth-child(3){
	transform: rotate(5deg);
}

@media screen and (min-width: 992px){
	.page.about .gallery{
		padding: 60px 0 0;
	}
	.page.about .gallery .items .item .img{
		aspect-ratio: 1 / 1.2;
		background-size: auto 100%;
	}
	.page.about .gallery .items .item:nth-child(1){
		transform: rotate(0);
	}
	.page.about .gallery .items .item:nth-child(1) .img{
		aspect-ratio: 1 / 1.3;
	}
	.page.about .gallery .items .item:nth-child(2){
		margin-top: -80px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.page.about .gallery .items .item:nth-child(3){
		margin-top: 100px;
		transform: rotate(0);
	}
}
@media screen and (min-width: 1200px){
	.page.about .gallery .items .item:nth-child(2){
		padding-left: 70px;
		padding-right: 70px;
	}
}


.page.about .culture{
	padding-bottom: 25px;
}
.page.about .culture .item{
	margin-bottom: 25px;
}
@media screen and (min-width:992px){
	.page.about .culture{
		padding-bottom: 100px;
	}
	.page.about .culture .item{
		margin-bottom: 30px;
	}
	.page.about .culture .item article{
		padding-right: 20px;
	}
}


.page.about .stats{
	padding: 50px 0 50px;
	background: #151515;
	color: #fff;
}
.page.about .stats .items{
	align-items: center;
	justify-content: center;
}
.page.about .stats .items .item:not(:last-child){
	margin-bottom: 50px;
}
.page.about .stats article{
	text-align: center;
}
.page.about .stats article .icon{
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 auto 20px;
	filter: brightness(0) invert(1);
}
.page.about .stats article h2{
	display: inline-block;
	margin: 0 0 0;
	font-size: 50px;
	line-height: 50px;
	font-weight: 700;
}
.page.about .stats article p{
	margin: 0;
	font-size: 18px;
	line-height: 26px;
}
@media screen and (min-width: 768px){
	.page.about .stats .items .item:not(:last-child){
		margin: 0;
	}
}
@media screen and (min-width: 992px){
	.page.about .stats{
		padding: 80px 0;
	}
	.page.about .stats article h2{
		margin-bottom: 5px;
		font-size: 80px;
		line-height: 80px;
	}
	.page.about .stats article p{
		font-size: 24px;
		line-height: 24px;
	}

	.page.about .stats .items .item:last-child article h2{
		font-size: 75px;
	}
}

.page.about .team{
	padding-bottom: 30px;
}
.page.about .team .items .item article{
	text-align: center;
}
.page.about .team .items .item article .avatar{
	display: inline-block;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	margin-bottom: 15px;
	background: #FF5756 no-repeat center;
	background-color: rgba(0,0,0,0.1);
	background-size: cover;
}
.page.about .team .items .item article h4{
	margin-bottom: 0;
}

@media screen and (min-width: 992px){
	.page.about .team .items .item article{
		text-align: left;
	}
	.page.about .team .items .item article .avatar{
		width: 150px;
		height: 150px;
		margin-bottom: 30px;
	}
}
@media screen and (min-width: 992px){
	.page.about .team{
		padding-bottom: 100px;
	}
}

/* Pages > Services  */

.page.services .content .title{
	max-width: 800px;
}

.page.services .content .items article{
	padding: 30px 0;
	border-bottom: 1px solid #eee;
}
.page.services .content .items .item:last-child article{
	border:0;
}
.page.services .content .items article .icon{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background: no-repeat center;
	background-size: contain;
	margin: 0 0 20px;
	transition: 0.3s all;
}
.page.services .content .items article h2{
	font-size: 25px;
	margin: 0 0 20px;
	transition: 0.3s all;
}
.page.services .content .items article .data p{
	font-size: 18px;
	letter-spacing: -0.5px;
}

.page.services .content .items article .data ul{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 5px;
	margin: 0;
	padding: 0;
}
.page.services .content .items article .data ul li{
	display: inline-block;
	vertical-align: middle;
	padding: 3px 15px;
	margin-bottom: 5px;
	font-size: 12px;
	text-transform: uppercase;
	background: #eee;
	border-radius: 25px;
}

@media screen and (min-width: 992px){

	.page.services .content .items article{
		display: flex;
		justify-content: space-between;
		padding: 50px 0;
		transition: 0.3s all;
	}
	.page.services .content .items article:hover .icon{
		transform: translateX(-15px);
	}
	.page.services .content .items article:hover h2{
		transform: translateX(15px);
	}
	.page.services .content .items article .icon{
		order: 3;
		width: 10%;
	}
	.page.services .content .items article h2{
		order: 1;
		width: 20%;
		font-size: 30px;
	}
	.page.services .content .items article .data{
		order: 2;
		width: 50%;
	}
	.page.services .content .items article .data p{
		max-width: 600px;
	}
}

.page.services .expertise{
	position: relative;
	padding-bottom: 80px;
}
.page.services .expertise .title{
	max-width: 950px;
}

.page.services .expertise .gallery{
	position: relative;
}
.page.services .expertise .gallery .img{
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 15px;
	overflow: hidden;
}
.page.services .expertise .gallery .img:not(:first-child){
	position: absolute;
	top: 0;
	left: 0;
}

.page.services .expertise .items .item article{
	padding: 30px 0;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.page.services .expertise .items .item article p{
	margin: 0;
}
.page.services .expertise .items .item:first-child article{
	padding-top: 0;
}
.page.services .expertise .items .item:last-child article{
	border-bottom: 0;
}

@media screen and (min-width: 992px){
	.page.services .expertise{
		padding-bottom: 250px;
	}
	.page.services .expertise .img{
		width: 100%;
		background: #eee;
	}
	.page.services .expertise .items{
		margin: 0 auto;
		max-width: 600px;
	}
	.page.services .expertise .items .item article{
		padding: 60px 0;
	}
}



.page.services .wordpress{
	position: relative;
	margin: -50px -15px 0;
	z-index: 2;
}
.page.services .wordpress .wrap{
	padding: 30px;
	background: var(--bs-primary);
	color: #fff;
	border-radius: 25px;
}

.page.services .wordpress .title{
	margin-bottom: 30px;
}
.page.services .wordpress .title h3{
	color: #fff;
	font-size: 34px;
	text-align: center;
}
.page.services .wordpress .title h3 span{
	display: inline-block;
	vertical-align: 0;
	margin: 0 3px 0 8px;
	color: #fff;
}
.page.services .wordpress .title h3 span:before{
	content: '';
	position: relative;
	display: inline-block;
	vertical-align: -7px;
	width: 35px;
	height: 35px;
	margin-right: 10px;
	background: url('assets/img/icons/icon-wordpress.svg') no-repeat center;
	background-size: contain;
	filter: invert(1);
	transition: 0.3s all;
}

.page.services .wordpress .items{
	margin-bottom: 25px;
}
.page.services .wordpress .items .item{
	margin: 25px 0;
}
.page.services .wordpress .items .item article{
	text-align: center;
}
.page.services .wordpress .items .item article .icon{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 82px;
	height: 82px;
	margin: 0 auto 30px;
	filter: brightness(0) invert(1);
}
.page.services .wordpress .items .item article h2{
	color: #fff;
	font-size: 21px;
	line-height: 30px;
}
.page.services .wordpress .items .item article p:last-child{
	margin: 0;
}


@media screen and (min-width: 992px){
	.page.services .wordpress{
		margin: -150px 0 0;
	}
	.page.services .wordpress .wrap{
		padding: 50px 50px;
	}

	.page.services .wordpress .title{
		margin-bottom: 70px;
	}
	.page.services .wordpress .title h3{
		font-size: 45px;
	}
	.page.services .wordpress .title h1 span:before,
	.page.services .wordpress .title h3 span:before{
		width: 50px;
		height: 50px;
		vertical-align: -10px;
		margin-right: 10px;
	}

	.page.services .wordpress .items .item article{
		padding: 0 30px;
	}
	.page.services .wordpress .items .item article h2{
		font-size: 28px;
		line-height: 40px;
	}
	
	.page.services .wordpress .buttons{
		margin-top: 50px;
	}
}
@media screen and (min-width: 1600px){
	.page.services .wordpress .wrap{
		padding: 80px 70px;
	}
	.page.services .wordpress .title h3{
		font-size: 55px;
	}
	.page.services .wordpress .title h1 span:before,
	.page.services .wordpress .title h3 span:before{
		width: 70px;
		height: 70px;
	}
}


.page.services .framework .process{
	margin-bottom: 25px;
	align-items: flex-start;
}
@media screen and (min-width: 992px){
	.page.services .framework .process{
		margin-bottom: 50px;
		--bs-gutter-x: 50px;
	}
}

.page.services .framework .stack{
	align-items: center;
	justify-content: center;
}
.page.services .framework .stack .item{
	border: 1px solid #eee;
	aspect-ratio: 2 / 1;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 -1px -1px 0;
}
.page.services .framework .stack .item .logo{
	padding: 15px 0;
	opacity: 0.9;
	transform: scale(0.8);
}

@media screen and (min-width: 992px){
	.page.services .framework .stack{
		margin: 0 -15px;
	}
	.page.services .framework .stack .item .logo{
		padding: 20px 0;
		transform: scale(1);
	}
}


/* Pages > Outsourcing */



.page.outsourcing .quality .items .item article{
	background: var(--bs-gray);
	color: #151515;
	padding: 50px 30px;
	height: 100%;
	border-radius: 5px;
}
.page.outsourcing .quality .items .item article .icon{
	font-size: 42px;
	margin-bottom: 30px;
}

.page.outsourcing .benefits{
	padding: 50px 0 20px;
}
.page.outsourcing .benefits .title{
	margin-bottom: 50px;
}
.page.outsourcing .benefits .items .item article{
	background: var(--bs-light);
	color: #151515;
	padding: 50px 30px;
	height: 100%;
	border-radius: 5px;
}
.page.outsourcing .benefits .items .item article .icon{
	font-size: 42px;
	margin-bottom: 30px;
}


@media screen and (min-width:992px){
	.page.outsourcing .benefits{
		padding: 100px 0 50px;
	}
	.page.outsourcing .benefits .title{
		margin-bottom: 80px;
	}
}



.page.outsourcing .module-stats .items article {
	box-shadow: 0px 4px 16px rgba(185, 185, 185, 0.25);
}


.page.outsourcing .module-grid .items {
	display: flex;
	flex-direction: column;
	gap: 20px;
}


.page.outsourcing .module-grid .items article{
	height: 100%;
	border-radius: 32px;
	padding: 20px 30px;
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: var(--bs-secondary) no-repeat center;
	background-size: cover;	
}
.page.outsourcing .module-grid .items .item-1 article,
.page.outsourcing .module-grid .items .item-2 article {
	padding-top: 90px;
}


@media screen and (min-width:992px){
	.page.outsourcing .module-grid .items {
	    display: grid;
	    grid-template-columns: repeat(3, 1fr);
	    grid-template-rows: repeat(3, 1fr);
	    gap: 20px;
	}    
	.page.outsourcing .module-grid .items .item-1 {
	    grid-row: span 2 / span 2;
	}
	.page.outsourcing .module-grid .items .item-2 {
	    grid-row: span 2 / span 2;
	}
	.page.outsourcing .module-grid .items .item-3 {
	    grid-row: span 3 / span 3;
	}
	.page.outsourcing .module-grid .items .item-4 {
	    grid-column: span 2 / span 2;
	    grid-row-start: 3;
	}

	.page.outsourcing .module-grid .items article h2{
		font-size: 40px;
	}

	.page.outsourcing .module-grid .items .item-4 article{
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}
	.page.outsourcing .module-grid .items .item-4 article p{
		width: 50%;
	}
}

/*
.page.outsourcing .table {
	max-width: 1200px;
	margin: 0 auto;
}
.page.outsourcing  .table>:not(caption)>*>* {
	padding: 1rem;
	font-weight: 500;
	font-size: 16px;
}
.page.outsourcing  .table th[scope="row"] {
	display: flex;
}
.page.outsourcing  .table th[scope="row"] .icon{
	min-width: 30px;
}
*/


.why-table {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	border: 1px solid #e5e5e5;
	font-size: 16px;
	line-height: 1.2em;
}
.why-table .t-header, 
.why-table .t-body {
	display: grid;
	grid-template-columns: 0.5fr 1fr 1fr;
}

.t-header {
	background: #f9f9f9;
	font-weight: 600;
	border-bottom: 1px solid #e5e5e5;
}

.why-table .t-body{
	border-bottom: 1px solid #eaeaea;
}

.table .t-body:last-child {
	border-bottom: 0;
}

.why-table .t-body .col-title {
	display: flex;
}
.why-table .t-body .col-title h5{
	margin: 0 0 5px;
	font-weight: 500;
}

.why-table .t-body .col-title .icon {
	min-width: 30px;
}
.why-table .t-body h4{
	margin-bottom: 5px;
}
.why-table .t-body p{
	margin: 0;
}

.why-table .col {
	padding: 20px 24px;
	border-right: 1px solid #eee;
}

.why-table .col:last-child {
	border-right: none;
}

@media screen and (max-width:991.99px){

	.why-table {
		font-size: 14px;
	}
	.why-table .t-header, 
	.why-table .t-body{
		grid-template-columns: 1fr 1fr;
	}
	.why-table .t-header .col:first-child,
	.why-table .t-body .col-title{
		display: none;
	}

	.why-table .col {
		padding: 20px 12px;
	}

}

/* Pages > Support */

.page.support .maintenance .items .item{
	margin-bottom: 30px;
}
.page.support .maintenance .items .item article{
	background: var(--bs-gray);
	padding: 50px 30px;
	height: 100%;
	border-radius: 5px;
}
.page.support .maintenance .items .item article .icon{
	font-size: 42px;
	margin-bottom: 30px;
}


@media screen and (min-width:992px){
	.page.support .maintenance .items{
		--bs-gutter-x: 50px;
	}
	.page.support .maintenance .items .item{
		margin-bottom: 50px;
	}
	.page.support .maintenance .items .item article{
		padding: 50px;
	}
}

.page.support .module-stats .items article {
	height: 100%;
}
.page.support .module-stats .items article p{
	font-size: 24px;
	opacity: 1;
}

.page.support .module-stats .image img{
	filter: drop-shadow(0px 3.32118px 41.5148px rgba(0, 0, 0, 0.08));
}
.page.support .module-stats .item-2 article{
	display: flex;
	flex-direction: column-reverse;
}
.page.support .module-stats .item-2 article .number{
	font-size: 32px;
}
.page.support .module-stats .item-2 article .number .symbol{
	color: var(--bs-body-color);
}

/*
.page.support .module-stats .item-4 article {
	background: var(--bs-primary);
	color: var(--bs-white);
}
.module-stats .items .item-4 article .symbol{
	color: var(--bs-white);
}
*/


.page.support .module-grid .items {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.page.support .module-grid .items .item-1 article {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
	background-size: cover;
}
.page.support .module-grid .items .item-1 article .image{
	width: 40%;
}
.page.support .module-grid .items .item-2 article,
.page.support .module-grid .items .item-3 article{
	background: var(--bs-dark);
	color: var(--bs-white);
}

@media screen and (min-width:992px){
.page.support .module-grid .items {
	    display: grid;
	    grid-template-columns: repeat(3, 1fr);
	    grid-template-rows: repeat(4, 1fr);
	    gap: 8px;
	}
	    
	.page.support .module-grid .items .item-1 {
	    grid-column: span 2 / span 2;
	    grid-row: span 3 / span 3;
	}

	.page.support .module-grid .items .item-2 {
	    grid-row: span 2 / span 2;
	    grid-column-start: 3;
	}

	.page.support .module-grid .items .item-3 {
	    grid-column-start: 1;
	    grid-row-start: 4;
	}

	.page.support .module-grid .items .item-4 {
	    grid-column-start: 2;
	    grid-row-start: 4;
	}

	.page.support .module-grid .items .item-5 {
	    grid-row: span 2 / span 2;
	    grid-column-start: 3;
	    grid-row-start: 3;
	}
	       
	.page.support .module-grid .items article{
		height: 100%;
	} 
}


.page.support .plans .items .item article{
	position: relative;
	height: 100%;
	padding: 30px 20px;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 0 5px 5px rgba(0,0,0,0.01);
	max-width: 500px;
}
.page.support .plans .items .item article.featured{
	
}
.page.support .plans .items .item article h4{
	margin: 0;
	font-size: 21px;
	line-height: 40px;
	font-weight: 400;
	letter-spacing: -0.5px;
}
.page.support .plans .items .item article .popular{
	display: inline-block;
	vertical-align: middle;
	background: rgba(0,0,0,0.75);
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	border-radius: 25px;
	padding: 8px 16px;
	margin: 3px 3px 3px 10px;
}
.page.support .plans .items .item article p{
	margin: 0;
	font-size: 16px;
}

.page.support .plans .items .item article .price{
	margin: 30px 0 30px;
	font-size: 34px;
	font-weight: 600;
	letter-spacing: -1px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
}
.page.support .plans .items .item article .price sup{
	margin-right: -5px;
}
.page.support .plans .items .item article .price span{
	font-size: 18px;
	color: #151515;
	font-weight: 400;
	letter-spacing: -0.5px;
}

.page.support .plans .items .item article .btn{
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}

.page.support .plans .items .item article ul{
	margin: 30px 0 0;
}
.page.support .plans .items .item article ul li{
	font-size: 16px;
	margin-bottom: 10px;
}
.page.support .plans .items .item article ul li:last-child{
	margin-bottom: 0;
}
.page.support .plans .items .item article ul li i{
	margin-right: 5px;
	font-size: 20px;
	color: #151515;
}

@media screen and (min-width:1200px){
	.page.support .plans .items{
		--bs-gutter-x: 50px;
	}
	.page.support .plans .items .item article{
		padding: 30px 30px;
	}
	.page.support .plans .items .item article h4{
		
		
	}
	.page.support .plans .items .item article p{
		font-size: 16px;
	}
	.page.support .plans .items .item article .price{
		font-size: 40px;
	}
	.page.support .plans .items .item article ul li{
		font-size: 18px;
		margin-bottom: 10px;
	}
}


/* Pages > Portfolio */

.page.portfolio .content .title{
	max-width: 800px;
	margin-bottom: 50px;
}
.page.portfolio .feed-list{
	padding-top: 30px;
}
.page.portfolio .feed .more{
	margin-top: 50px;
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	color: #555;
}

@media screen and (min-width: 992px){
	.page.portfolio .feed .more{
		margin-top: 100px;
		font-size: 24px;
		line-height: 40px;
	}
	.page.portfolio .feed-list{
		padding-top: 50px;
	}
}

/* Pages > Blog */

.page.blog .content{
	padding-bottom: 50px;
}
.page.blog .content .title{
	max-width: 800px;
	margin-bottom: 50px;
}

@media screen and (min-width: 992px){
	.page.blog .content{
		padding-bottom: 100px;
	}
}

/* Pages > Contact */

.page.contact .content .title{
	margin-bottom: 50px;
}
.page.contact .content .vias{
	margin-top: 30px;
	font-size: 22px;
	line-height: 34px;
	font-weight: 500;
}
.page.contact .content .vias li{
	margin-bottom: 5px;
}
.page.contact .content .vias li.email{
	font-size: 24px;
}
.page.contact .content .form .captcha{
	color: #888;
	font-size: 14px;
	line-height: 20px;
}

.page.contact .careers{
	padding: 50px 0;
}

@media screen and (min-width: 992px){
	.page.contact .content .title{
		margin-bottom: 80px;
	}
	.page.contact .careers{
		padding: 100px 0;
	}
}

/* Page > RRHH */


.page.careers .content{
	padding-bottom: 50px;
}
.page.careers .content .title{
	max-width: 768px;
}
.page.careers .content .items{
	--bs-gutter-x: 50px;
}
.page.careers .content .items .item{
	margin-bottom: 50px;
}
.page.careers .content .items .item article{
	padding: 15px 0;
	width: 100%;
	height: 100%;
	background: #fff;
	border-bottom: 5px solid var(--bs-primary);
}
.page.careers .content .items .item article p{
	margin: 0;
	font-size: 18px;
	line-height: 28px;
}

@media screen and (min-width:992px){
	.page.careers .content{
		padding-bottom: 70px;
	}
	.page.careers .content .items .item article{
		padding: 30px 0;
	}
}

/**/

.single.careers .content article{
	max-width: 850px;
	line-height: 1.5em;
	margin: 0 auto;
	font-size: 16px;
}
.single.careers .content .share{
	display: block;
	max-width: fit-content;
	padding: 20px 50px;
	margin: 0 auto;
	background: var(--bs-gray);
	border-radius: 15px;
}
.single.careers .content .share ul{
	margin: 10px 0 0;
}

.single.careers .contact .form{
	max-width: 750px;
	margin: 0 auto;
}

.single.careers .contact .form .captcha{
	color: #888;
	font-size: 12px;
	line-height: 20px;
}

@media screen and (min-width:992px){
	.single.careers{
		position: relative;
		margin-top: -40px;
	}
	.single.careers .content article{
		font-size: 18px;
	}
	.single.careers .content .share{
		padding: 30px 50px;
	}

	.single.careers .contact .title h4{
		font-size: 26px;
	}
}

/* Pages > Internal */

.page.internal .content article{
	max-width: 1024px;
	line-height: 1.5em;
	margin: 0 auto;
}
.page.internal .content article a{
	color: #B89044;
}
.page.internal .content article a:hover{
	text-decoration: underline;
}

/* Pages > Page 404 */

.page.page-thanks .content{
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 80dvh;
}
.page.page-thanks .content .title{
	margin-bottom: 0;
}

/* Pages > Page 404 */

.page.page-404 .content{
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 80dvh;
}
.page.page-404 .content .title{
	margin-bottom: 0;
}



/* Modules > Filter */


.filter{
	margin: 0;
}
.filter ul{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 10px;
	margin: 0;
	padding: 0;
}
.filter ul li{

}
.filter ul li a{
	display: block;
	font-size: 16px;
	padding: 8px 25px 5px;
	color: #666;
	background: var(--bs-gray);
	border-radius: 25px;
}
.filter ul li a.active,
.filter ul li a:hover{
	color: #fff;
	background-color: var(--bs-primary);
	border-color: var(--bs-primary);
}

@media screen and (min-width: 992px){
	.filter ul{
		gap: 20px;
	}
}

/* Modules > FAQS */

.faqs .title{
	margin-bottom: 50px;
}

.faqs .items .item {
	border-bottom: 1px solid rgba(0,0,0,0.1);
    width: 100%;
    display: inline-flex;
    flex-direction: column;
}
.faqs .items .item .question{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	padding: 15px 50px 15px 0;
   	appearance: none;
   	-webkit-appearance: none;
    background: transparent;
    border: 0;
    color: #fff;
    text-align: left;
}
.faqs .items .item:first-child .question{
	padding-top: 15px;
}
.faqs .items .item:last-child .question{
	border-bottom: 0;
}

.faqs .items .item .question:after{
	content: '';
    position: absolute;
    top: calc(50% - 7px);
    right: 0;
    width: 24px;
    height: 14px;
   	background: url('assets/img/icons/icon-arrow-down.svg') no-repeat center;
   	background-size: contain;
   	transition: 0.3s all;
}

.faqs .items .item .question[aria-expanded="true"]{
	color: var(--bs-primary);
}
.faqs .items .item .question[aria-expanded="true"]:after{
	transform: rotate(-90deg);
}
.faqs .items .item .answer{
	padding: 0;
}
.faqs .items .item .answer p{
	margin-bottom: 30px;
}

.faqs.bg-dark .items .item{
	border-bottom-color: rgba(255,255,255,0.1);
}
.faqs.bg-dark .items .item .question:after{
	filter: invert(1);
}

@media screen and (min-width: 992px) {
	.faqs .items .item .question{
		padding: 30px 50px 30px 0;
		font-size: 21px;
		line-height: 30px;
	}
}

/* Modules > Contact */

.module-contact{

}
.module-contact .vias .email{
	margin-bottom: 3px;
	font-size: 22px;
	line-height: 34px;
	font-weight: 500;
}
.module-contact .form .captcha{
	color: #888;
	font-size: 14px;
	line-height: 20px;
}


/* Archive > Pagination */

.pagination {
	justify-content: center;
	width: 100%;
	padding: 60px 0 0;
	text-align: center;
}
.pagination .screen-reader-text {
	display: none;
}
.pagination .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 6px 12px;
	font-size: 18px;
}
.pagination .page-numbers:hover{
	color: var(--bs-primary);
}
.pagination .page-numbers.current{
	font-weight: bold;
	color: var(--bs-primary);
}

@media screen and (min-width: 992px) {
	.pagination .page-numbers {
		font-size: 22px;
	}
}

/* Feed > Blog */

.feed-blog article{
	position: relative;
}
.feed-blog article a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.feed-blog article .thumbnail{
	display: block;
	aspect-ratio: 1.6 / 1;
	width: 100%;
	height: 100%;
	background: #eee no-repeat center;
	overflow: hidden;
}
.feed-blog article .thumbnail .img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	background: #eee no-repeat center;
	background-size: cover;
	transition: 0.3s all;
}
.feed-blog article:hover .thumbnail .img{
    transform: scale(1.1);
}
.feed-blog article .data {
	padding: 30px 15px;
}
.feed-blog article .data h2{
	margin: 0 0 15px;
}
.feed-blog article .data p{
	font-size: 16px;
	line-height: 28px;
}
.feed-blog article .meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 12px;
}

.feed-blog article .meta .category {
	text-transform: uppercase;
	background: #eee;	
	padding: 5px 15px;
}

/* Feed > Careers */

.feed-careers{
	max-width: 850px;
	margin: 0 auto;
}
.feed-careers article{
	position: relative;
}
.feed-careers article a{
	position: relative;
	display: block;
	padding: 20px 15px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	transition: 0.3s all;
}
.feed-careers article a h2{
	margin: 0;
	font-weight: 500;
	font-size: 21px;
	line-height: 28px;
}

@media screen and (min-width: 768px){
	.feed-careers article a:hover{
		color: #fff;
		background: #151515;
	}
	.feed-careers article a h2{
		margin: 0;
		font-size: 24px;
		line-height: 32px;
	}
}

/* Feed > Portfolio  */

.feed-portfolio .item{
	margin-bottom: 50px;
}
.feed-portfolio article{
	position: relative;
}
.feed-portfolio article .thumbnail{
	position: relative;
	display: block;
    aspect-ratio: 1.5 / 1;
    object-fit: cover;
	margin-bottom: 16px;
	background: linear-gradient(110deg, #ececec 8%, var(--bs-gray) 18%, #ececec 33%);
	background-size: 200% 100%;
	animation: 1.5s shine linear infinite;
	transition: 0.5s ease-in-out;
	border-radius: 15px;
	overflow: hidden;
}
.feed-portfolio article .thumbnail .img{
	max-width: 100%;
	width: 100%;
	height: 100%;
	background: no-repeat center;
	background-size: cover;
	object-fit: cover;
	border-radius: 15px;
	transition: 0.5s all;
}
.feed-portfolio article .thumbnail:hover .img{
	transform: scale(1.05);
}

.feed-portfolio article .year{
	font-weight: 500;
    line-height: 1em;
    font-size: 18px;
    color: #888;
}
.feed-portfolio article h2{
	margin: 0 0 15px;
	font-weight: 600;
	font-size: 22px;
}
.feed-portfolio article ul{
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
}
.feed-portfolio article ul li{
	font-size: 15px;
	color: #666;
	background: var(--bs-gray);
	padding: 3px 15px;
	border-radius: 25px;
}

.feed-portfolio article .external-link{
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	margin: 25px;
	width: 35px;
	height: 35px;
	font-size: 20px;
	background: #fff;
	border-radius: 50%;
	cursor: pointer;
	opacity: 0;
	transition: 0.3s all;
}
.feed-portfolio article:hover .external-link{
	opacity: 1;
	transform: scale(1.1) rotate(-45deg);
}
.feed-portfolio article .external-link:hover{
	background: var(--bs-primary);
	color: #fff;
	transform: scale(1.3) rotate(-45deg);
}

@media screen and (min-width: 992px){
	.feed-portfolio{
		margin: 0 -50px;
		--bs-gutter-x: 50px;
	}
	.feed-portfolio .item{
		margin-bottom: 50px;
	}
	.feed:not(.is-filtering) .feed-portfolio .item:nth-child(even){
		margin-top: 80px;
		margin-bottom: 0;
	}

	.feed-portfolio article .external-link{
		width: 50px;
		height: 50px;
	}
	.feed-portfolio article .thumbnail{
		margin-bottom: 30px;
	}
	.feed-portfolio article h2{
		font-size: 26px;
	}
}
@media screen and (min-width: 1920px){
	.feed-portfolio{
		margin: 0;
		--bs-gutter-x: 100px;
	}
	.feed-portfolio article h2{
		font-size: 30px;
	}
}

/* Feed > Portfolio list */

.feed-portfolio-list{
	margin: 0 -25px;
}
.feed-portfolio-list article{
	font-size: 18px;
	font-weight: bold;
}
.feed-portfolio-list article a{
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
	padding: 12px 15px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	transition: 0.3s all;
}
.feed-portfolio-list article a:hover{
	background: #151515;
	color: #fff;
}
.feed-portfolio-list article a:hover .arrow{
	background: #fff;
	color: #151515;
	transform: rotate(-45deg);
}

.feed-portfolio-list article h2{
	width: 100%;
	margin: 0;
	font-weight: 600;
	font-size: 18px;
}
.feed-portfolio-list article .year{
    margin-right: 15px;
    font-weight: 500;
    line-height: 1em;
    font-size: 18px;
    color: #888;
}
.feed-portfolio-list article .arrow{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	min-width: 35px;
	height: 35px;
	padding: 0;
	border-radius: 50%;
	transition: 0.3s all;
}

@media screen and (min-width: 768px){
	.feed-portfolio-list article h2{
		font-size: 21px;
	}	
}

@media screen and (min-width: 992px){
	.feed-portfolio-list article a{
		padding: 20px 15px;
	}
	.feed-portfolio-list article h2{
		font-size: 24px;
	}
}

/* Singles */

.single .categories h5{
	margin: 0;
	font-size: 18px;
}
.single .categories ul{
	margin: 10px 0 0;
}
.single .categories ul li{
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
.single .categories ul li a{
	display: block;
	font-size: 16px;
	padding: 5px 20px;
	color: #555;
	border: 1px solid #555;
	border-radius: 25px;
}
.single .categories ul li a.active,
.single .categories ul li a:hover{
	color: #fff;
	background-color: var(--bs-primary);
	border-color: var(--bs-primary);
}


.single .content .title{
	margin-bottom: 50px;
}
.single .content .meta{
	margin: 30px 0;
}

.single .share{
	display: flex;
	align-items: center;
}
.single .share h5{
	margin: 0;
	font-size: 18px;
	font-weight: 500;
}
.single .share ul{
	margin: 0;
}
.single .share ul li{
	display: inline-block;
	vertical-align: middle;
}
.single .share ul li{
	margin: 0;
}
.single .share ul li a{
	display: block;
	padding: 6px;
	font-size: 24px;
	transition: 0.3s all;
	cursor: pointer;
}

.single .description{
	font-size: 18px;
}

@media screen and (min-width:992px){
	.single .share h5{
		font-size: 20px;
	}
	.single .share ul li a:hover{
		transform: scale(1.1);
	}
	.single .share ul li a{
		font-size: 30px;
	}
}

/* Singles > Work */

@media screen and (min-width:992px){
	.single.work{
		position: relative;
		margin-top: -40px;
	}
}

.single.work .content{
	padding-bottom: 0;
}
.single.work .content .title{
	margin-bottom: 30px;
}
.single.work .content .btn{
	margin-top: 5px;
}

@media screen and (min-width:992px){
	.single.work .content article{
		font-size: 24px;
	}
}

.single.work .modules .module{
	padding: 50px 0;
}

@media screen and (min-width:992px){
	.single.work .modules .module{
		padding: 100px 0;
	}	
}

.single.work .modules .introduction{
	position: relative;
	margin: 0 -20px;
}
.single.work .modules .module-gallery .slider .slides .slide{
	padding: 0 15px;
}


/* Estimate */

.estimate{
	position: relative;
	background: #151515;
	color: #fff;
}
.estimate .container{
	position: relative;
}
.estimate .title{
	margin: 0;
}
.estimate .title h4{
	font-size: 50px;
}
.estimate .buttons{

}
.estimate .buttons li{
	display: block;
	margin-bottom: 15px;
}

.estimate .arrow{
    position: absolute;
    bottom: 25px;
    right: 25px;
    width: 50px;
    height: 50px;
    background: url(assets/img/icons/icon-arrow-right-up.svg) no-repeat center;
    background-size: contain;
    filter: brightness(0) invert(1);
    transition: 0.3s all;
}
.estimate:hover .arrow{
	filter: initial;
	margin-left: 30px;
	margin-top: -10px;
}

@media screen and (min-width:992px){
	.estimate .title h4{
		font-size: 60px;
	}
	.estimate .title p{
		font-size: 24px;
	}
	.estimate .buttons{
		text-align: right;
	}
}

/* Footer */

.footer{
	background: #151515;
	color: #fff;
}

.footer .widgets{
	padding: 50px 0 30px;
}
.footer .widgets .logo{
	display: block;
	max-width: 172px;
	margin: 0 0 20px;
	filter: invert(1);
}

.footer .widgets h5{
	margin-bottom: 15px;
	font-size: 18px;
	color: rgba(255,255,255,0.5);
	text-transform: uppercase;
}
.footer .widgets h5 i{
	font-size: 16px;
	color: rgba(255,255,255,0.25);
}

.footer .widgets ul{
	margin: 0 0 50px;
	padding: 0;
	list-style: none;
}
.footer .widgets .items .item:last-child ul{
	margin: 0;
}
.footer .widgets ul li{
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 1.4em;
}
.footer .widgets ul li a{
	
}
.footer .widgets ul.socialmedia li a{
	text-transform: capitalize;
}
.footer .widgets ul li.email{
	font-size: 20px;
	font-weight: 500;
}

.footer .widgets ul .sub-menu{
	margin: 10px 0 0 10px;
}
.footer .widgets ul .sub-menu li:before{
	content: '- ';
}
.footer .widgets ul .sub-menu li a{
	font-size: 16px;
}


.footer .widgets .title{
	max-width: 550px;
}
.footer .widgets .title h4{
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 1.3em;
}
.footer .widgets .title .btn{
	margin: 0;
}


.footer .copyright{
	position: relative;
	padding: 20px 0;
}
.footer .copyright:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: rgba(255,255,255,0.1);
}
.footer .copyright p{
	margin: 15px 0;
	font-size: 16px;
	color: #c5c5c5;
}
.footer .copyright .back-to-top{
	color: #fff;
	font-weight: 500;
}

@media screen and (min-width: 992px){
	.footer .widgets{
		padding: 100px 0 70px;
	}
	.footer .widgets .title{
		max-width: 550px;
	}
	.footer .widgets .title h4{
		font-size: 30px;
	}
	.footer .widgets ul li{
		font-size: 18px;
	}
	.footer .widgets ul li.email{
		font-size: 20px;
		font-weight: 500;
	}
	.footer .widgets .logo{
		margin: 0 0 30px;
		max-width: 216px;
	}

	.footer .copyright{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.footer .copyright p{
		margin: 0;
	}
}

/**/

.slider{
	position: relative;
}
.slider:not(.swiper-initialized) .slides,
.slider:not(.slick-initialized) .slides{
	display: flex;
	overflow: hidden;
}
.slider:not(.swiper-initialized) .slides .slide,
.slider:not(.slick-initialized) .slides .slide{
	flex-shrink: initial;
	width: 100%;
	height: auto;
}

.slider .slick-dots { width: 100%; padding: 0; margin: 0; text-align: center; }
.slider .slick-dots { position: absolute; bottom: -35px; left: 0; width: 100%; z-index: 10; }
.slider .slick-dots li { display: inline-block; vertical-align: top; margin: 10px 6px; }
.slider .slick-dots li button {
	display: block;
	width: 10px;
	height: 10px;
	padding: 0;
	text-indent: -9999px;
	background: rgba(0,0,0,0.25);
	border: 0;
	border-radius: 50%;
	overflow: hidden;
	-webkit-appearance: none;
	cursor: pointer;
}
.slider .slick-dots li.slick-active button { background: #151515; }

.slider .arrows button,
.slider .arrows .arrow{
	position: absolute;
	top: calc(50% - 15px);
	left: 30px;
	width: 16px;
	height: 30px;
	padding: 0;
	padding: 0;
	line-height: 300px;
	text-align: center;
	color: #fff;
	background: transparent;
	border: 0;
	border-radius: 50%;
	transition: 0.3s all;
	cursor: pointer;
	overflow: hidden;
	z-index: 3;
}
.slider .arrows button:focus{
	outline: 0;
}
.slider .arrows button:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('assets/img/icons/icon-arrow-left.svg') no-repeat center;
	background-size: contain;
}
.slider .arrows button.slick-next{
	left: auto;
	right: 30px;
}
.slider .arrows button.slick-next:after{
	background-image: url('assets/img/icons/icon-arrow-right.svg');
}


.mf-cursor{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    contain: layout style size;
    pointer-events: none;
    transition: opacity .3s,color .4s;
}

.mf-cursor:before{
    content: "";
    position: absolute;
    top: -24px;
    left: -24px;
    display: block;
    width: 48px;
    height: 48px;
    transform: scale(.3);
    background: #151515;
    border-radius: 50%;
    transition: transform .3s,opacity .1s;
}

.mf-cursor.-inverse{
    color: #fff;

}
.mf-cursor.-inverse:before{
	background: #fff;
	opacity: 0.2;
}

.overh .mf-cursor.-navigation{
    color: #fff;
}
.overh .mf-cursor.-navigation:before{
	background-color: #fff;
	transform: scale(1.5);
}


/*.mf-cursor.-navigation-pointer:before{
	background-color: rgba(252,63,80,1);
	transform: scale(1.5);
}*/

.mf-cursor.-navigation:before{
	background-color: #fff;
	opacity: 0.5;
	transform: scale(1.25);
}

.mf-cursor.-active:before,
.cb-menu.-open .cb-menu-toggle button.mf-cursor:before {
    transform: scale(.25)
}

.mf-cursor.-pointer{
	/*mix-blend-mode: exclusion;*/
}
.mf-cursor.-pointer:before {
    transform: scale(1.5);   
    opacity: 0.2;
}

.mf-cursor.-pointer.-text{
	mix-blend-mode: normal;
}
.mf-cursor.-pointer.-text:before{
	background-color: rgba(252,63,80,1);
}

.mf-cursor.-pointer.-active:before,
.cb-menu.-open .cb-menu-toggle button.mf-cursor.-pointer:before {
    transform: scale(.1)
}


.mf-cursor.-opaque.-active:before,
.cb-menu.-open .cb-menu-toggle button.mf-cursor.-opaque:before {
    transform: scale(1.2)
}


.mf-cursor.-text{
    color: #151515;
}

.mf-cursor.-text:before {
    opacity: 1;
    transform: scale(1.9)
}

.mf-cursor.-text.-active:before,
.cb-menu.-open .cb-menu-toggle button.mf-cursor.-text:before {
    transform: scale(1.7);
    transition-duration: .2s
}

.mf-cursor.-text.-inverse{
    color: #fff
}


.mf-cursor.-menu {
    mix-blend-mode: exclusion;
}

.mf-cursor.-menu:before {
    transform: scale(1.32)
}

.mf-cursor.-menu.-active:before,
.cb-menu.-open .cb-menu-toggle button.mf-cursor.-menu:before {
    transform: scale(1.2)
}

.mf-cursor.-hidden:before {
    transform: scale(0)
}


.mf-cursor-text{
    position: absolute;
    top: -18px;
    left: -18px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0) rotate(10deg);
    opacity: 0;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    transition: opacity .4s,transform .3s
}

.mf-cursor.-icon .mf-cursor-text,
.mf-cursor.-text .mf-cursor-text{
    opacity: 1;
    transform: scale(1)
}

.mf-cursor.-inverse .mf-cursor-text{
    color: #151515
}


.mf-cursor-media img,
.mf-cursor-media video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translateZ(0);
    border-radius: 0;
}

.mf-cursor-media{
    position: absolute;
    width: 400px;
    height: 400px;
    margin: -200px 0 0 -200px
}

.mf-cursor-media-box{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transform: scale(0) translateZ(0);
    opacity: 0;
    border-radius: 0;
    transition: transform .35s,opacity .2s .2s
}

.mf-cursor.-media .mf-cursor-media-box{
    opacity: 1;
    transform: scale(.696);
    transition-duration: .4s,.4s;
    transition-delay: 0s,0s
}

.mf-cursor.-media {
    z-index: 0;
    mix-blend-mode: normal;
}

.mf-cursor.-media .mf-cursor-media-box {
    opacity: 1;
    transform: scale(.696);
    transition-duration: .4s,.4s;
    transition-delay: 0s,0s
}

.mf-cursor.-media.-media-lg .mf-cursor-media-box {
    transform: scale(1)!important
}




/**/
.module-stats .number{
  display:inline-flex; 
  align-items:baseline; 
  gap:0;
  font-weight:700; 
  line-height:1;
}
.module-stats .symbol{ transform: translateY(.02em); }

/* El contador se vuelve una serie de ruedas */
.module-stats .counter{ display:inline-flex; gap:0; }

/* Cada dígito es una rueda con un “strip” que se desliza verticalmente */
.odm-wheel{
  position:relative; overflow:hidden; height:1em; display:inline-block;
}
.odm-strip{
  display:flex; flex-direction:column; transform:translateY(0);
  will-change: transform;
}
.odm-digit{ height:1em; line-height:1em; }

/* Coma y punto (se muestran fijos) */
.odm-sep, .odm-dot{ opacity:.85; transform: translateY(.02em); }

@media (prefers-reduced-motion: reduce){
  .odm-strip{ transition:none !important; }
}