/**
Theme Name: Custom Theme
Author: PeraBite
Author URI: https://www.perabite.com/

Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: custom-theme
Template: astra
*/

/*
// Starter styles
*/
.t-left, .text-left { text-align: left }
.t-right, .text-right { text-align: right }
.t-center, .text-center { text-align: center }
.t-justify, .text-justify { text-align: justify }
.t-upper, .text-upper, .t-uppercase, .text-uppercase { text-transform: uppercase }
.t-lower, .text-lower, .t-lowercase, .text-lowercase { text-transform: lowercase }

.mb-0 {	margin-bottom: 0px !important; }
.mb-1 {	margin-bottom: 4px !important; }
.mb-2 {	margin-bottom: 8px !important; }
.mb-3 {	margin-bottom: 15px !important; }
.mb-4 {	margin-bottom: 22px !important; }
.mb-5 {	margin-bottom: 30px !important; }
.mb-6 {	margin-bottom: 40px !important; }
.mt-0 {	margin-top: 0px !important; }
.mt-1 {	margin-top: 4px !important; }
.mt-2 {	margin-top: 8px !important; }
.mt-3 {	margin-top: 15px !important; }
.mt-4 {	margin-top: 22px !important; }
.mt-5 {	margin-top: 30px !important; }
.mt-6 {	margin-top: 40px !important; }
.ml-0 {	margin-left: 0px !important; }
.ml-1 {	margin-left: 4px !important; }
.ml-2 {	margin-left: 8px !important; }
.ml-3 {	margin-left: 15px !important; }
.ml-4 {	margin-left: 22px !important; }
.ml-5 {	margin-left: 30px !important; }
.ml-6 {	margin-left: 40px !important; }
.mr-0 {	margin-right: 0px !important; }
.mr-1 {	margin-right: 4px !important; }
.mr-2 {	margin-right: 8px !important; }
.mr-3 {	margin-right: 15px !important; }
.mr-4 {	margin-right: 22px !important; }
.mr-5 {	margin-right: 30px !important; }
.mr-6 {	margin-right: 40px !important; }

.spacer5, .spacer10, .spacer20, .spacer30, .spacer40, .spacer50, .spacer60 {
	display: block;
}
.spacer5 {	height:5px; }
.spacer10 {	height:10px; }
.spacer20 {	height:20px; }
.spacer30 {	height:30px; }
.spacer40 { height:40px; }
.spacer50 {	height:50px; }
.spacer60 {	height:60px; }

.font-70 { font-size: 70%; }
.font-80 { font-size: 80%; }
.font-90 { font-size: 90%; }
.font-110 {	font-size: 110%; }
.font-120 {	font-size: 120%; }

.sec-hidden {
	display: none;
}
.btn-read-more a:focus {
	outline: none;
}
.btn-read-more svg#btn, .btn-more svg#btn {
	transition: all .5s;
}
.btn-read-more svg#btn.rotated {
	transform: rotate(45deg);
}
/*
// END: Starter styles
*/


/*
// STILI UTILI
*/
.c-primary {
	color: #a51038 !important;
}
.c-secondary {
	color: #686160 !important;
}
.c-white {
	color: #fff !important;
}
.c-black {
	color: #000 !important;
}

.bg-image-cover {
	background-attachment: scroll;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.border-round, .border-circle {
	border-radius: 50%;
}

.float-centered-sx {
	position: absolute;
	top: 0;
}
@media (max-width: 767px) {
	.float-centered-sx {
		position: relative;
		top: auto;
	}
}

/* ordine ricevuto */
.woocommerce-notice.woocommerce-notice--success {
    background-color: #3f925f;
    color: #fff;
    padding: 12px 15px;
    margin: 0 0 20px 0;
}
.woocommerce ul.order_details {
    background-color: #f2f2f4;
    padding: 15px;
}



/*
// CAROUSEL STYLE
*/
.carousel-style-1 {
	overflow: hidden;
	position: relative;
	padding: 20px;
}
.carousel-style-1 .swiper-slide {
	width: 60%;
}
.carousel-style-1 .swiper-slide img {
	width: 100%;	
}
.carousel-style-1 .swiper-slide a {
	color: #fff;
	display: block;
	box-shadow: 0 8px 18px rgb(0 0 0 / 10%), 0 4px 8px rgb(0 0 0 / 20%);
	position: relative;
	overflow: hidden;
}
.carousel-style-1 .swiper-slide a:hover {
	box-shadow: 0 6px 16px rgb(0 0 0 / 20%), 0 3px 7px rgb(0 0 0 / 30%);
}
.carousel-style-1 .swiper-slide a:hover .title {
	color: #a51038;
}
.carousel-style-1 .swiper-slide a img {
	transition: all 0.3s linear;
}
.carousel-style-1 .swiper-slide a:hover img {
	transform: scale(1.04);
}
.carousel-style-1 .swiper-slide .title {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	bottom: 5px;
	color: #fff;
	transition: all 0.3s linear;
}
.carousel-style-1 .swiper-button-next, .carousel-style-1 .swiper-button-prev {
	color: #fff;
	transition: all 0.3s linear;
}
.carousel-style-1 .swiper-button-prev {
	left: 35px;
}
.carousel-style-1 .swiper-button-next:hover, .carousel-style-1 .swiper-button-prev:hover {
	color: #a51038;
}


.elementor-sticky.elementor-sticky--active.elementor-section--handles-inside.elementor-sticky--effects .btn-menu .elementor-button {
    color: #28008C !important;
}
.elementor-sticky.elementor-sticky--active.elementor-section--handles-inside.elementor-sticky--effects .btn-menu .elementor-button path, .elementor-sticky.elementor-sticky--active.elementor-section--handles-inside.elementor-sticky--effects .btn-menu .elementor-button line {
    fill: #28008C !important;
    stroke: #28008C !important;
}

@media (max-width: 767px) {
	.carousel-style-1 {
		margin: 0 15px;
	}
}


/*CODE GIANLUCA INLINE CUSTOMIZER*/
.btn-top .elementor-size-sm {
    min-width: 190px;
    text-align: right;
}
.btn-top .elementor-button-icon svg {
    font-size: 24px;
    margin-bottom: -5px;
}
.btn-read-more .elementor-button-content-wrapper, .btn-more .elementor-button-content-wrapper, .btn-show-less .elementor-button-content-wrapper, .btn-next-page .elementor-button-content-wrapper {
    flex-direction: column;
}
.btn-read-more svg#btn, .btn-more svg#btn, .btn-show-less svg#btn, .btn-next-page svg#btn {
    font-size: 120px;
    margin-bottom: 20px;
}
.btn-learn-more .elementor-button-content-wrapper {
    flex-direction: column;
}
.btn-learn-more svg#btn {
    font-size: 63px;
}
.btn-show-less svg#btn {
	transform: rotate(45deg);
}
.modulo-7 .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 101px;
    display: flex;
    width: -webkit-fill-available;
    margin: 0 15%;
    gap: 15px;
    justify-content: space-between;
}
.modulo-7 .swiper-pagination-bullet {
    width: 20%;
    height:6px;
    border-radius: 0;
    margin: 0 !important;
}
.btn-contact-explore svg#btn {
		font-size: 63px;
}
.btn-contact-explore .elementor-button-content-wrapper {
    align-items: center;
}
@media screen and (max-width: 767px) {
		.btn-top .elementor-size-sm {
				min-width: 165px;
		}
		.btn-top .elementor-button-icon svg {
				font-size: 16px !important;
		}
		.btn-read-more svg#btn, .btn-more svg#btn,.btn-show-less svg#btn, .btn-next-page svg#btn {
				font-size: 63px;
				margin-bottom: 5px;
		}
		.contact .btn-contact-explore svg#btn {
				font-size: 36px;
		}
		.contact .btn-contact-explore a.elementor-button-link.elementor-button {
				font-size: 0 !important;
				padding: 0;
			  margin-bottom: -15px;
		}
		.contact h4.elementor-heading-title.elementor-size-default {
    		font-size: 16px !important;
		}
}
span.swiper-pagination-bullet:after {
    float: left;
    font-size: 18px;
    text-align: left;
    width: 90%;
    margin-top: 15px;
    font-weight: 600;
    line-height: 22px;
    color: #FFFFFF63;
    font-family: 'Poppins';
}
span.swiper-pagination-bullet-active:after {
    color: #eef3f6;
}
.tab2 span.elementor-accordion-icon-closed svg, .tab2 span.elementor-accordion-icon-opened svg {
    font-size: 35px;
}
.tab2 span.elementor-accordion-icon-opened svg {
	transform: rotate(45deg);
}
.tab2 .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
    width: fit-content;
}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed:before {
    content: "show more";
    vertical-align: middle;
    height: 35px;
    display: inline-block;
    font-size: 14px;
    line-height: 0.5em;
    margin-right: 10px;
    font-family: 'Poppins';
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon .elementor-accordion-icon-closed:before {
    content: "close" !important;
}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed {
    display: block !important;
}
.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened {
    display: none !important;
}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed svg {
    transform: rotate(0deg);
	transition: .3s;
}
.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon .elementor-accordion-icon-closed svg {
    transform: rotate(45deg);
	transition: .3s;
}

.menu a {
    color: #eef3f6;
		outline: unset !important;
}
.menu-ul .menu-li {
    transition: .2s;
}
.menu-ul:hover .menu-li:hover {
    opacity: 1 !important;
}
.menu-ul:hover .menu-li {
    opacity: 0.5 !important;
}

/* MODULO 1 */
.clicktoshow1, .clicktohide1{
		cursor: pointer;
}
.showclick1, .clicktohide1 {
		display: none;
}

/* MODULO 3 */
.clicktoshow2, .clicktohide2 {
		cursor: pointer;
}
.showclick2, .clicktohide2 {
		display: none;
}

/* MODULO 8 */
.clicktoshow3, .clicktohide3 {
		cursor: pointer;
}
.showclick3, .clicktohide3 {
		display: none;
}

/* MODULO 9 */
.clicktoshow4, .clicktohide4 {
		cursor: pointer;
}
.showclick4, .clicktohide4 {
		display: none;
}

/* MODULO 10 */
.clicktoshow5, .clicktohide5 {
		cursor: pointer;
}
.showclick5, .clicktohide5 {
		display: none;
}

/* MENU */
.elementor-popup-modal nav .menu {
	position: relative;
	margin:0 0 70px;
	list-style-type: none;
	padding:0;
	z-index: 5;
}
.elementor-popup-modal nav .menu > li {
	font-family: "Poppins";
    color: #eef3f6;
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 40px;
}
.elementor-popup-modal nav .menu > li > a{
	position: relative;
	left: 0;
	opacity: 1;	
}
.elementor-editor-active .elementor-popup-modal nav .menu > li {
	opacity:1;
	left:0;
}
.elementor-popup-modal nav .menu:hover li a{
	opacity: 0.5;
}
.elementor-popup-modal nav .menu:hover li a:hover{
	opacity: 1;
}
.elementor-popup-modal nav .menu li .sub-menu {
	display:none;
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	left: 120%;
	top: 0;
	min-width: 100%;
	background-color:#25292E;
}
.elementor-popup-modal nav .menu li .sub-menu li {
	margin-bottom: 20px;
}
.elementor-popup-modal nav .menu li .sub-menu a {
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
	opacity: 1!important
}
@media (max-width: 1200px){
	.container-menu-popup {
		padding: 0 30px!important;
	}
}
@media (max-width: 992px){
	.elementor-popup-modal nav .menu li .sub-menu {
		left: 120%;
	}
	.elementor-popup-modal nav .menu > li {
		font-size: 32px;
		line-height: 35px
	}	
}
@media (max-width: 767px){
	.elementor-popup-modal nav .menu {
		margin-top: 50px;
	}
	.elementor-popup-modal nav .menu li a{
		opacity: 1!important;
	}
	.elementor-popup-modal nav .menu > li {
		margin-bottom: 20px;
		position: static;
	}
	.elementor-popup-modal nav .menu > li a{
		font-size: 26px;
		line-height: 30px;
	}
	.elementor-popup-modal nav .menu > li a.active {
		display: flex;
		gap: 10px;
		margin-bottom: 30px;
		align-items: flex-start;
	}
	.elementor-popup-modal nav .menu > li a.active::before {
		content: '';
		display: block;
		width: 30px;
		height: 30px;
		min-width:30px;
		min-height:30px;
		background-size:contain;
		background-repeat: no-repeat;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-x-circle' viewBox='0 0 16 16'%3E%3Cpath d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/%3E%3Cpath d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
	}
	.elementor-popup-modal nav .menu li .sub-menu {
		position: relative;
		left: initial;
		top: initial;
	}
	.elementor-popup-modal nav .menu li .sub-menu li {
		margin-bottom: 10px;
	}
	.elementor-popup-modal nav .menu > li .sub-menu a{
		font-size: 20px;
		line-height: 25px;
	}
	
}




#myBtnJourney, #myBtnBlockchain, #myBtnLayer1, #myBtnReshaping, #myBtnHighlights, #myBtnBecome {
    cursor: pointer;
}
#myDIVjourney, #myDIVlayer1, #myDIVreshaping {
    display: none;
}
.logo {
    display: none;
}
.elementor-sticky.elementor-sticky--active.elementor-section--handles-inside.elementor-sticky--effects .logo {
    display: block;
}
.elementor-sticky.elementor-sticky--active.elementor-section--handles-inside.elementor-sticky--effects .btn-top.menu {
    display: none;
}
.elementor-sticky.elementor-sticky--active.elementor-section--handles-inside.elementor-sticky--effects {
    padding: 0px 45px 5px 32px;
    background: #EEF3F6;
		position: fixed !important;
}
@media screen and (max-width: 767px) {
		.elementor-sticky.elementor-sticky--active.elementor-section--handles-inside.elementor-sticky--effects {
				padding: 0px 0px 0px 0px;
		}
	.elementor-sticky.elementor-sticky--active.elementor-section--handles-inside.elementor-sticky--effects .elementor-element.elementor-element-14d1a23 > .elementor-element-populated {
   		 padding: 10px 10px 5px 10px !important;
		}
	span.elementor-accordion-icon-opened:before, span.elementor-accordion-icon-closed:before {
				display: none !important;
		}
		.tab2 span.elementor-accordion-icon-closed svg, .tab2 span.elementor-accordion-icon-opened svg {
				font-size: 36px;
		}
	.btn-explore .elementor-button-content-wrapper {
				flex-direction: column-reverse;
		}
	.btn-explore .elementor-align-icon-right {
				margin-bottom: 5px;
				margin-left: 0 !important;
		}
}
@media screen and (min-width: 1025px) {
	.elementor-top-section {
		padding-left: 50px !important;
		padding-right: 50px !important;
	}
	#footer-fixed-section.elementor-top-section {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
}
@media screen and (min-width: 768px) {
	.btn-explore .elementor-align-icon-right {
		margin-bottom: -10px;
		margin-left: 15px !important;
	}
}
.elementor-widget .elementor-icon-list-item, .elementor-widget .elementor-icon-list-item a {
	align-items: flex-start !important;
}
.elementor-widget .elementor-icon-list-icon {
    padding-top: 5px;
}
.btn-explore svg#btn {
    font-size: 63px;
}
.btn-explore .elementor-button-content-wrapper {
    align-items: center;
}

.prismjs-tomorrow :not(pre)>code[class*=language-], .prismjs-tomorrow pre[class*=language-] {
    background: #25292E !important;
}
.ehf-header #masthead {
    position: relative;
    z-index: unset !important;
}

.elementor-maintenance-mode #colophon {display:none!important;}

footer h2.elementor-heading-title a, footer a {
    color: #fff !important;
}
/*.elementor-sticky.elementor-sticky--active.elementor-section--handles-inside.elementor-sticky--effects:after {
    content: "";
    height: 4px;
    width: 100%;
    background-image: url(https://antsen1.dream.press/wp-content/uploads/2023/02/gradient-large.png);
    background-size: cover;
    position: absolute;
    margin-left: -50px;
    bottom: 0;
}*/
.ehf-header #masthead {
    position: absolute;
    width: 100%;
}

.elementor-maintenance-mode #masthead {
	display: none;
}
.social-contact svg .cls-1 {
    fill: #25292e;
}
@media screen and (max-width: 767px) {
	.elementor-sticky.elementor-sticky--active.elementor-section--handles-inside.elementor-sticky--effects:after {
		height: 2px;
		margin-left: 0px;
	}
	.tab2 .elementor-tab-title {
		display: flex;
		align-items: center;
		flex-direction: row-reverse;
		justify-content: space-between;
	}
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
	.elementor-sticky.elementor-sticky--active.elementor-section--handles-inside.elementor-sticky--effects:after {
		height: 3px;
		margin-left: -32px;
	}
	.tab2 span.elementor-accordion-icon.elementor-accordion-icon-right {
		position: absolute;
		right: 0;
	}
}
@media screen and (min-width:1120px) {
	.elementor-popup-modal nav .menu > li {
    	word-spacing: 5px;
	}
	.tab2 span.elementor-accordion-icon.elementor-accordion-icon-right {
		position: absolute;
		right: 0;
	}
}
a.elementor-icon.elementor-social-icon.elementor-social-icon-.elementor-repeater-item-a324c54 {
    width: fit-content;
    font-size: 50px;
    vertical-align: bottom;
}
a.elementor-icon.elementor-social-icon.elementor-social-icon-.elementor-repeater-item-5ef7d33 {
    width: fit-content;
    font-size: 40px;
    vertical-align: bottom;
}
.social-contact a.elementor-icon.elementor-social-icon.elementor-social-icon-.elementor-repeater-item-a324c54 {
    font-size: 80px;
}
.social-contact a.elementor-icon.elementor-social-icon.elementor-social-icon-.elementor-repeater-item-5ef7d33 {
    font-size: 65px;
}

/* NEW CODE RESTYLING */
.btn-top .elementor-button span {
    background: linear-gradient(35deg, #00098C 0%, #00BED7 50%, #82BE00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.gradient {
    background: linear-gradient(35deg, #00098C 0%, #00BED7 10%, #82BE00 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.top-title h2.elementor-heading-title.elementor-size-default:before {
    content: "---";
    letter-spacing: -4px;
    margin-right: 10px;
}
.btn-gradient a.elementor-button {
    background: linear-gradient(#ffffff 0 0) padding-box, linear-gradient(35deg, #00098C 0%, #00BED7 30%, #82BE00 100%) border-box;
    border: 3.5px solid transparent;
    border-color: transparent !important;
}
.btn-gradient-1 a.elementor-button {
    background: linear-gradient(#ffffff00 0 0) padding-box, linear-gradient(35deg, #00098C 0%, #00BED7 30%, #82BE00 100%) border-box;
    border: 3.5px solid transparent;
    border-color: transparent !important;
}
.btn-gradient a.elementor-button:hover, .btn-gradient-1 a.elementor-button:hover {
    background: linear-gradient(#25292e 0 0) padding-box, linear-gradient(35deg, #00098C 0%, #00BED7 30%, #82BE00 100%) border-box;
}
.btn-gradient-1 .elementor-button-icon svg {
    font-size: 21px;
    margin-bottom: -5px;
}
.btn-gradient-1 a.elementor-button svg path {
    fill: #fff;
}
.btn-gradient .elementor-button-icon svg {
    font-size: 21px;
    margin-bottom: -5px;
}
.btn-gradient a.elementor-button .elementor-button-icon svg path {
    fill: #272463 !important;
}
.btn-gradient a.elementor-button:hover .elementor-button-icon svg path {
    fill: #ffffff !important;
}
.jet-unfold__button.elementor-button.elementor-size-md {
    width: 100%;
}
span.jet-unfold__button-text {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
	text-wrap: nowrap;
	gap: 20px;
}
.jet-unfold__button-text:before {
    display: block;
    content: "";
    width: 100%;
    height: 2.5px;
    background-color: #C6C3DB;
}
.small-subtitle {
    font-size: 18px;
    letter-spacing:00;
    line-height: 26px;
    font-weight: 500;
	-webkit-text-fill-color: #fff !important;
}
@media screen and (max-width: 767px) {
	.small-subtitle {
		font-size: 16px;
		line-height: 24px;
		padding-right: 25px;
	}
	.live-data-count h2.elementor-heading-title:before {
		position: relative !important;
		left: 0 !important;
    	display: block;
	}
	.live-data-count h2.elementor-heading-title {
    	margin-left: 0px !important;
		margin-bottom: -15px !important;
	}
	.steering-committee {
		max-width: 100% !important;
		align-items: flex-start !important;
		flex-direction: column !important;
	}
}
@media screen and (min-width: 768px) {
	.live-data-box {
		margin-left: -57px;
		margin-right: -57px;
		width: -webkit-fill-available !important;
	}
}
.live h2.elementor-heading-title.elementor-size-default {
    background: linear-gradient(35deg, #00098C 0%, #00BED7 30%, #82BE00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.live-data-count h2.elementor-heading-title:before {
    content: url(https://www.vechain.org/wp-content/uploads/2023/09/Group-20.svg);
    position: absolute;
    left: -40px;
}
.live-data-count h2.elementor-heading-title {
    background: linear-gradient(35deg, #00098C 0%, #00BED7 30%, #82BE00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	margin-left: -36px;
	margin-left: 0px;
}
.btn-read-more .elementor-button-icon svg, .btn-more .elementor-button-icon svg {
	font-size: 116px;
    margin-bottom: 15px;
}
.steering-committee {
    max-width: 60%;
    display: flex;
    gap: 23px;
	align-items: center;
}
.steering-committee img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: top;
    border-radius: 30px;
	width: 100%;
	max-width: 138px;
}
.steering-committee p {
    width: 100%;
    margin-bottom: 0;
}
.gradient-border .elementor-widget-wrap {
    background: linear-gradient(#030d34 0 0) padding-box, linear-gradient(35deg, #00098C 0%, #00BED7 30%, #82BE00 100%) border-box !important;
    border: 1.5px solid transparent !important;
    border-color: transparent !important;
}
.gradient-border-live {
    background: linear-gradient(rgb(23 28 79) 0px 0px) padding-box, linear-gradient(35deg, #00098C 0%, #00BED7 30%, #82BE00 100%) border-box !important;
    border: 2px solid transparent !important;
    border-color: transparent !important;
}
.gradient-border-breadcrumbs {
    background: linear-gradient(#eef3f6 0px 0px) padding-box, linear-gradient(35deg, #00098C 0%, #00BED7 30%, #82BE00 100%) border-box !important;
    border: 3px solid transparent !important;
    border-color: transparent !important;
    border-radius: 15px;
}
.btn-explore .elementor-button-icon svg {
    font-size: 35px;
}
@media screen and (min-width: 768px) {
	.read-more-right .jet-unfold__trigger {
		position: absolute;
		right: 0;
		top: -90px;
	}
	.read-more-right .jet-unfold__mask {
		max-width: 40%;
	}
}
.read-more-right .jet-tricks-icon svg {
    font-size: 36px;
	color: #ffffff00;
}
.read-more-right .jet-unfold-state .jet-tricks-icon svg {
    transform: rotate(45deg);
}
.social-gradient a.elementor-icon {
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 35px;
    display: flex;
    justify-content: center;
}
.social-gradient.telegram .elementor-icon {
    padding: 20px;
}
.social-gradient.telegram svg {
    font-size: 80px;
}
.social-gradient svg .cls-1 {
    fill: #25292e;
}
.social-gradient {
    background: linear-gradient(#E8ECED 0px 0px) padding-box, linear-gradient(35deg, #00098C 0%, #00BED7 30%, #82BE00 100%) border-box !important;
    border: 3px solid transparent !important;
    border-color: transparent !important;
    border-radius: 24px;
}
@media screen and (min-width: 768px) {
	.accordion-row {
		display: flex;
		grid-template-columns: 50% 50%;
		grid-gap: 50px 100px;
		max-width: 100% !important;
		flex-wrap: wrap;
	}
	.accordion-columns {
		width: calc(50% - 50px) !important;
	}
}
.accordion-columns strong {
    font-size: 38px;
    line-height: 110%;
}
.gradient-wallets .elementor-widget-wrap {
    background: linear-gradient(#E8ECED 0px 0px) padding-box, linear-gradient(35deg, #00098C 0%, #00BED7 30%, #82BE00 100%) border-box !important;
    border: 3.5px solid transparent !important;
    border-color: transparent !important;
    border-radius: 24px;
}
.gradient-wallets-2 .elementor-widget-wrap {
    background: linear-gradient(#EEF3F6 0px 0px) padding-box, linear-gradient(35deg, #00098C 0%, #00BED7 30%, #82BE00 100%) border-box !important;
    border: 3.5px solid transparent !important;
    border-color: transparent !important;
    border-radius: 24px;
}
.btn-job-description svg {
    font-size: 21px;
}
.gallery .elementor-swiper-button {
    z-index: 11 !important;
}
.gallery .swiper-container-horizontal>.swiper-pagination-bullets {
	top: -60px;
    text-align: left;
}
.gallery .elementor-swiper-button.elementor-swiper-button-prev {
    left: -20px !important;
}
.gallery .elementor-swiper-button.elementor-swiper-button-next {
    right: -7vw !important;
}
.gallery .swiper-pagination-bullet-active {
    background: linear-gradient(35deg, #00098C 0%, #00BED7 30%, #82BE00 100%);
}
.gallery .slide-singular {
    margin-top: 30px;
}
.gallery .slide-singular span.title-slide {
    font-size: 38px;
    letter-spacing: -1.5px;
    font-weight: 600;
	line-height: 50px;
}
.gallery figcaption.elementor-image-carousel-caption {
    max-width: 95%;
}
a:focus-visible, .ast-menu-toggle:focus-visible, .site .skip-link:focus-visible, .wp-block-loginout input:focus-visible, .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper, .ast-header-navigation-arrow:focus-visible, .woocommerce .wc-proceed-to-checkout > .checkout-button:focus-visible, .woocommerce .woocommerce-MyAccount-navigation ul li a:focus-visible, .ast-orders-table__row .ast-orders-table__cell:focus-visible, .woocommerce .woocommerce-order-details .order-again > .button:focus-visible, .woocommerce .woocommerce-message a.button.wc-forward:focus-visible, .woocommerce #minus_qty:focus-visible, .woocommerce #plus_qty:focus-visible, a#ast-apply-coupon:focus-visible, .woocommerce .woocommerce-info a:focus-visible, .woocommerce .astra-shop-summary-wrap a:focus-visible, .woocommerce a.wc-forward:focus-visible, #ast-apply-coupon:focus-visible, .woocommerce-js .woocommerce-mini-cart-item a.remove:focus-visible, a:focus {
    outline: unset !important;
}