/* Main stylesheet. */
body {
    font-family: 'Tahoma',Geneva, sans-serif;
    font-weight: 400;
    line-height: 1.7em;
    font-size: 1em;
	letter-spacing: 0.08em;
    color: #000000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: normal;
}
.h1, h1, .titlebar-inner h1 {
    font-family: 'Tecnico', sans-serif;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: 0.03em;
    font-size: 42px;
    color: #034f75;
}

.h2, h2 {
    font-family: 'Tecnico', sans-serif;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: 0.04em;
    font-size: 38px;
    color: #034f75;
}

.h3, h3 {
    font-family: 'Tecnico', Tahoma,Geneva, sans-serif;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: 0.04em;
    font-size: 36px;
    color: #034f75;
}

.h4, h4 {
    font-family: 'Tahoma',Geneva, sans-serif;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: 0.04em;
    font-size: 26px;
    color: #034f75;
}

.h5, h5 {
    font-family: 'Tahoma',Geneva, sans-serif;
    font-weight: 300;
    line-height: 1.2em;
    letter-spacing: 0.04em;
    font-size: 20px;
}

.h6, h6 {
    font-family: 'Tahoma',Geneva, sans-serif;
    font-weight: bold;
    line-height: 1.2em;
    letter-spacing: 0.04em;
    font-size: 16px;
    text-transform: none;
}

p {
    font-family: 'Tahoma',Geneva, sans-serif;
    line-height: 1.7em;
    font-size: 1em;
}

.lqd-blog-post-style-1 h1.entry-title, .lqd-blog-post-style-2 h1.entry-title {
	font-size: 30px;
	margin-bottom: 25px;
}

body a:focus {
    outline: none;
}

.lqd-w100 .lqd-imggrp-img-container{
    width:100%;
}

body input[type="button"], body input[type="submit"], body .elementor-button.btn-solid,
body .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept,
body .btn-gradient,
body .lqd-contact-form .wpcf7-submit,
body .wp-element-button {
	position: relative;
    line-height: 1.75em;
	letter-spacing: 0.11em;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 1.15em 2.1em;
	box-shadow: 0px 0px 10px 0px rgba(39, 84, 75, 0.5);
}

body input[type="button"], body input[type="submit"], body .elementor-button.btn-solid,
body .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept,
body .page-404 .btn,
body .btn-gradient,
body .lqd-contact-form .wpcf7-submit,
body .wp-element-button,
body .btn.semi-round {
	border: unset;
    border-radius: 30px !important;
	color: #E6EDF1;
	background: rgb(3,79,117);
	background: -moz-linear-gradient(90deg, rgba(3,79,117,1) 0%, rgba(36,104,123,1) 50%, rgba(70,140,125,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(3,79,117,1) 0%, rgba(36,104,123,1) 50%, rgba(70,140,125,1) 100%);
	background: linear-gradient(90deg, rgba(3,79,117,1) 0%, rgba(36,104,123,1) 50%, rgba(70,140,125,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#034f75",endColorstr="#468c7d",GradientType=1);
	z-index: 2;
}

body input[type="button"]::before, body input[type="submit"]::before, body .elementor-button.btn-solid::before,
body .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept::before,
body .page-404 .btn::before,
body .btn-gradient::before,
body .lqd-contact-form .wpcf7-submit::before,
body .wp-element-button::before,
body .btn.semi-round::before {
	position: absolute;
	content: "";
	inset: 0;
	background: rgb(70,140,125);
	background: -moz-linear-gradient(90deg, rgba(70,140,125,1) 0%, rgba(36,104,123,1) 50%, rgba(3,79,117,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(70,140,125,1) 0%, rgba(36,104,123,1) 50%, rgba(3,79,117,1) 100%);
	background: linear-gradient(90deg, rgba(70,140,125,1) 0%, rgba(36,104,123,1) 50%, rgba(3,79,117,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#468c7d",endColorstr="#034f75",GradientType=1);
	z-index: 1;
	opacity: 0;
	transition: opacity 0.5s linear;
	border-radius: 30px;
}

body input[type="button"]::before, body input[type="submit"]::before, body .elementor-button.btn-solid::before,
body .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept::before,
body .btn-gradient::before,
body .lqd-contact-form .wpcf7-submit::before,
body .wp-element-button::before {
	z-index: -1;
}

body input[type="button"]:hover::before, 
body input[type="button"]:focus::before, 
body input[type="button"]:active::before, 
body input[type="submit"]:hover::before, 
body input[type="submit"]:focus::before, 
body input[type="submit"]:active::before, 
body .elementor-button.btn-solid:hover::before,
body .elementor-button.btn-solid:focus::before,
body .elementor-button.btn-solid:active::before,
body .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept:hover::before,
body .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept:focus::before,
body .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept:active::before,
body .page-404 .btn:hover::before,
body .page-404 .btn:focus::before,
body .page-404 .btn:active::before,
body .btn-gradient:hover::before,
body .btn-gradient:focus::before,
body .btn-gradient:active::before,
body .lqd-contact-form .wpcf7-submit:hover::before,
body .lqd-contact-form .wpcf7-submit:focus::before,
body .lqd-contact-form .wpcf7-submit:active::before,
body .wp-element-button:hover::before,
body .wp-element-button:focus::before,
body .wp-element-button:active::before,
body .btn.semi-round:hover::before,
body .btn.semi-round:focus::before,
body .btn.semi-round:active::before {
	opacity: 1;
}

body input[type="button"]:hover, body input[type="submit"]:hover, body .elementor-button.btn-solid:hover,
body .lqd-contact-form .wpcf7-submit:hover,
body .page-404 .btn:hover,
body .btn.semi-round:hover {
	transform: unset;
	color: #fff;
}

.border-gradient {
	position: relative;
	width: 100%;
	height: 15px;
	background: rgb(3,79,117);
	background: -moz-linear-gradient(90deg, rgba(3,79,117,1) 0%, rgba(36,104,123,1) 50%, rgba(70,140,125,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(3,79,117,1) 0%, rgba(36,104,123,1) 50%, rgba(70,140,125,1) 100%);
	background: linear-gradient(90deg, rgba(3,79,117,1) 0%, rgba(36,104,123,1) 50%, rgba(70,140,125,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#034f75",endColorstr="#468c7d",GradientType=1);
}

body .lqd-counter-element {
	font-size: 26px;
	font-weight: bold;
}

body footer.main-footer {
	padding-top: 0;
	padding-bottom: 0;
}

body footer.main-footer h3 > a:not(.btn) { 
	color: #468C7D;
}

body footer.main-footer p {
	font-size: 1em;
}

body footer.main-footer .footer_logo img {
	max-width: 160px;
}
body footer .vc_single_image-wrapper {
	max-width: 230px;
}

body footer .footer-top-area {
	padding: 60px 0;
	background-color: #EAEAEB;
}

body footer .copyright-area {
	padding: 30px 0;
	font-size: 14px;
	color: #acb8bf;
}
body footer .copyright-area .row .wpb_column:nth-child(2) p {
	text-align: right;
}
body footer .copyright-area a:not(.btn) {
	color: #acb8bf;
}

body footer .footer-socials li {
	margin-right: 15px;
}

.margin-top-35 {
	margin-top: 35px;
}

body .round {
    border-radius: 10px;
}

body .lqd-lp-style-6 {
    box-shadow: 0 20px 55px rgb(3 79 117 / 9%);
    background-color: rgba(255, 255, 255, 0.85);
}
body .lqd-lp-style-6:hover {
    box-shadow: 0 25px 55px rgb(70 140 125 / 8%);
    transform: unset;
}

body h2.lqd-lp-title a {
	color: #29363C;
}

body .lqd-lp-style-6:hover h2.lqd-lp-title a {
	color: #468c7d;
}

body .lqd-lp-date {
	color: #29363C;
	font-weight: 300;
}

.partners_logos_wrapper img {
    filter: url(filters.svg#grayscale);
    filter: gray;
    -webkit-filter: grayscale(1);
    -webkit-transition: all .3s ease-in-out;
}

.partners_logos_wrapper a:hover img {
    filter: none;
    -webkit-filter: grayscale(0);
}

body .page-404 {
	padding: 50px 0;
	background: #e0ecf3;
	background: -moz-linear-gradient(90deg, rgba(3,79,117,0.7) 0%, rgba(36,104,123,0.2) 50%, rgba(70,140,125,0.7) 100%);
	background: -webkit-linear-gradient(90deg, rgba(3,79,117,0.7) 0%, rgba(36,104,123,0.2) 50%, rgba(70,140,125,0.7) 100%);
	background: linear-gradient(90deg, rgba(3,79,117,0.7) 0%, rgba(36,104,123,0.2) 50%, rgba(70,140,125,0.7) 100%);
}

body .widget input, .widget.ld-sf input, body .widget.ld-sf button {
	border-radius: 30px;
}

body .widget a {
	color: #034F75; 
}
body mark, body .mark {
	background-color: rgb(190, 214, 215); 
}
body .widget .h2, 
body .widget h2 {
	font-family: "Tahoma";
	font-weight: 400;
}

.widget .filter-title, .widget .widget-title, .widget .widgettitle {
	font-size: 24px;
}

.titlebar-inner p {
    font-weight: 300;
}

/* Cookie banner - start */
.cmplz-show.cmplz-cookiebanner {
	padding: 20px;
	z-index: 998;
	background: rgba(255, 255, 255, .3);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
}

.cmplz-show.cmplz-cookiebanner .cmplz-title {
	font-family: 'Tecnico', sans-serif;
	font-size: 20px;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: 0.06em;
    width: 100%;
	text-align: center;
	color: #e6edf1;
}

.cmplz-show.cmplz-cookiebanner .cmplz-message {
	font-family: 'Tahoma',Geneva, sans-serif;
	font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 24px;
	color: #e6edf1;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-title {
	color: #fff;
	font-weight: 600;
}

.cmplz-cookiebanner .cmplz-links.cmplz-documents {
	font-size: 0;
	gap: 0;
}
.cmplz-show.cmplz-cookiebanner .cmplz-links.cmplz-documents a:not(:last-child):after {
	content: "|";
	color: rgba(255,255,255,.4);
	margin: 0 10px;
}

.cmplz-show.cmplz-cookiebanner .cmplz-links.cmplz-documents a:first-child:after {
	margin-left: 5px;
}
.cmplz-show.cmplz-cookiebanner .cmplz-links .cmplz-link {
	text-decoration: none;
	color: #e6edf1;
	transition: color .3s;
	font-weight: 500;
	font-size: 12px;
}

.cmplz-show.cmplz-cookiebanner .cmplz-links .cmplz-link:hover {
	color: #fff;
}
.cmplz-show.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active {
	color: #fff;
}

.cmplz-show.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox,
.cmplz-show.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:focus {
	outline: none !important;
}
.cmplz-show.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:focus + .cmplz-label:before {
	box-shadow: unset;
}

body .cmplz-show.cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
	letter-spacing: 0.11em;
    font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	height: 50px;
	padding: 10px;
}

body .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny,
body .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences,
body .cmplz-show.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences {
	background-color: rgba(255, 255, 255, .7);
	border: unset;
	transition: background-color .3s ease-in-out;
}
body .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny:hover,
body .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences:hover,
body .cmplz-show.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences:hover {
	background-color: rgba(255, 255, 255, .9);
}

.cmplz-show .cmplz-description {
    font-family: 'Tahoma',Geneva, sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 24px;
}

.cmplz-show-banner {
	cursor: pointer;
}

.cmplz-show.cmplz-cookiebanner .cmplz-close {
	color: #e6edf1;
	transition: color .3s ease-in-out;
}

.cmplz-cookiebanner .cmplz-close:hover {
	color: #fff;
}

body .cmplz-cookiebanner .cmplz-categories .cmplz-category {
    background-color: rgba(239, 239, 239, 0.3);
	border-radius: 10px;
}
.cmplz-generated-document h2 {
	font-size: 26px;
}

.cmplz-generated-document h3 {
	font-size: 22px;
}

body .elementor-widget-wrap>.elementor-element {
    width: 100%;
    background-image: unset !important;
    background: unset;
    border: unset;
    box-shadow: unset;
    height: auto;
}

.cmplz-blocked-content-container .cmplz-blocked-content-notice, .cmplz-wp-video .cmplz-blocked-content-notice {
	background-color: rgba(255, 255, 255, .3);
	color: #E6EDF1;
	border: unset;
    border-radius: 40px;
	-webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
	top: -10px;
    left: auto;
    transform: unset;
	padding: 20px;
	letter-spacing: .04em;
}
/* Cookie banner - end */

body ::-moz-selection {
    color: #fff;
    background: #498c8f;
}

body ::selection {
    color: #fff;
    background: #498c8f;
}

.no-shadow, 
.no-shadow:hover,
.no-shadow:focus,
.no-shadow:active,
.no-shadow .btn, 
.no-shadow .btn:hover,
.no-shadow .btn:focus,
.no-shadow .btn:active {
	box-shadow: unset;
	outline: none;
}

header.main-header .lqd-custom-menu .btn.btn-solid {
	padding: 2px 14px;
}
.hta_sponsor_box .iconbox-icon-container {
	display: flex;
}

.hta_sponsor_box .iconbox {
	padding: 30px;
	justify-content: center;
	align-items: center;
    height: 100px;
}

.hta_sponsor_box_gold .iconbox {
	height: 160px;
}

.hta_sponsor_box_silver .iconbox {
	height: 120px;
}

.hta_speaker_box .hta_speaker_box_image {
	position: relative;
	width: 270px;
	height: 360px;
	margin: 0 auto;
}

.hta_speaker_box .hta_speaker_box_image figure {
	width: 100%;
	height: 100%;
	position: relative;
}

.hta_speaker_box .hta_speaker_box_image img {
	width: 100%;
	height: 100%;
	border-radius: 30px;
	object-fit: cover;
} 

.hta_speaker_box .hta_speaker_box_content {
	padding-left: 10px;
	padding-right: 10px;
}
.hta_speaker_box .name {
	font-size: 16px;
	color: #034f75;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin: 20px 0 10px 0;
	font-family: 'Tahoma',Geneva, sans-serif;
	font-weight: 300;
}

.hta_speaker_box .position {
	font-size: 15px;
    font-weight: 500;
	color: #e6edf1;
	margin-bottom: 10px;
}
.hta_speaker_box .description {
	font-size: 15px;
    font-weight: 500;
	color: #E6EDF1BF;
}

.hta_speaker_box .hta_speaker_box_image .hta_speaker_box_overlay {
	opacity: 0;
	visibility: hidden;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 24px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 16px;
	line-height: 1.4em;
	border-radius: 30px;
	background-color: rgba(77, 77, 77, .5);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	overflow: hidden;
	transition: opacity .3s ease-in-out;
}

.hta_speaker_box .hta_speaker_box_image:focus .hta_speaker_box_overlay,
.hta_speaker_box .hta_speaker_box_image:active .hta_speaker_box_overlay,
.hta_speaker_box .hta_speaker_box_image:hover .hta_speaker_box_overlay {
	opacity: 1;
	visibility: visible;
	transition: opacity .3s ease-in-out;
}

.hta_roadmap .lqd-roadmap:before {
	border: unset;
}

.hta_faq_accordion .accordion {
	counter-reset: section;
}

.hta_faq_accordion .accordion .accordion-item .accordion-title a {
	position: relative;
	padding-left: 2.3em;
}

.hta_faq_accordion .accordion .accordion-item .accordion-title a::before {
	counter-increment: section;
	content: counter(section, decimal-leading-zero);
	font-size: 1.35em;
    margin-inline-end: 1em;
    vertical-align: middle;
	position: absolute;
	left: 0;
}

.hta_faq_accordion .accordion .accordion-item .accordion-content {
	padding-left: 3em;
	padding-right: 2em;
}

.hta_venue_map .elementor-widget-wrap {
	max-height: 500px;
}

.hta_venue_map .hta_venue_map_info {
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}

.hta_fancy_upper_text_box .ld-fancy-heading {
    display: flex;
    padding: 8px 6px;
    justify-content: center;
}

footer .lqd-fancy-menu > .reset-ul > li {
    margin-bottom: 10px;
}
footer .lqd-fancy-menu > .reset-ul > li > a {
	color: #FFFFFF80;
	font-size: 15px;
}

footer .lqd-fancy-menu > .reset-ul > li > a:hover, 
footer .lqd-fancy-menu li.is-active > a {
	color: #fff;
}

body .lqd-lity {
	transition: unset;
}

body .lqd-lity.lqd-lity-opened .lqd-lity-backdrop {
	background-color: unset;
	background: -moz-linear-gradient(90deg, rgba(3,79,117,0.7) 0%, rgba(36,104,123,0.2) 50%, rgba(70,140,125,0.7) 100%);
	background: -webkit-linear-gradient(90deg, rgba(3,79,117,0.7) 0%, rgba(36,104,123,0.2) 50%, rgba(70,140,125,0.7) 100%);
	background: linear-gradient(90deg, rgba(3,79,117,0.7) 0%, rgba(36,104,123,0.2) 50%, rgba(70,140,125,0.7) 100%);
}


body .lqd-lity.lqd-lity-opened[data-modal-type=default] .lqd-lity-container {
	border-radius: 30px;
	background-color: #ffffff47;
	-webkit-backdrop-filter: blur(40px);
	backdrop-filter: blur(40px);
	padding: 30px;
}

body .lqd-lity.lqd-lity-opened .lqd-lity-content {
	overflow-x: hidden;
	padding-right: 15px;
}

body .lqd-lity[data-modal-type=default] .lqd-modal {
	overflow: hidden;
}

body .lqd-lity.lqd-lity-opened .lqd-lity-close {
	font-family: 'Tahoma', Geneva, sans-serif;
    font-size: 50px;
    line-height: 50px;
	width: 50px;
    height: 50px;
	box-shadow: unset;
	color: #b9cece;
}
body .lqd-lity.lqd-lity-opened .lqd-lity-close:hover {
	color: #fff;
}

body .lqd-lity.lqd-lity-opened .lqd-lity-close.hta_modal_close {
	position: absolute;
	top: 30px;
	right: 30px;
}

.lqd-mobile-sec .main-nav {
	font-size: 17px;
	letter-spacing: .07em;
}

.lqd-mobile-sec ul.main-nav.lqd-mobile-main-nav>li>a {
	padding: 20px;
}

.lqd-mobile-sec .navbar-brand {
	padding: 12px 0;
}

.hide {
	display: none !important;
}

.elementor-11 .elementor-element.elementor-element-5147f70 .elementor-repeater-item-393370d {
	display: block;
}

#hero h1 {
	width: 100%;
}
::-webkit-scrollbar-track {
	border-radius: 10px; 
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

::-webkit-scrollbar {
	border-radius: 10px;
	width: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #F5F5F5;
	background: -moz-linear-gradient(180deg, rgba(3,79,117,0.7) 0%, rgba(70,140,125,0.7) 100%);
	background: -webkit-linear-gradient(180deg, rgba(3,79,117,0.7) 0%, rgba(70,140,125,0.7) 100%);
	background: linear-gradient(180deg, rgba(3,79,117,0.7) 0%, rgba(70,140,125,0.7) 100%);
}

@media only screen and (min-width: 1600px) { 
	main p {
		font-size: 18px;
	}
	
	main a {
		font-size: 18px;
	}
	

}

@media screen and (max-width: 1399px) { 
	body .lqd-lity[data-modal-type=default] {
		display: flex;
		align-items: baseline;
		justify-content: center;
	}
	
	body .lqd-lity.lqd-lity-opened[data-modal-type=default] {
		padding: 20px;
	}
	
	body .lqd-lity.lqd-lity-opened .lqd-lity-wrap {
		display: flex;
		align-items: baseline;
		width: 100%;
		height: 100%;
	}
	body .lqd-lity.lqd-lity-opened[data-modal-type=default] .lqd-lity-container {
        width: 100%;
    }
}
@media screen and (max-width: 1024px) {
	
	[data-overlay-onmobile=true] .main-header:not(.is-stuck) {
		position: fixed;
	}
	
	.main-header .navbar-header {
		-webkit-backdrop-filter: blur(10px);
		backdrop-filter: blur(10px);
	}
	
	body[data-mobile-nav-style=classic] .lqd-mobile-sec .navbar-collapse, 
	body[data-mobile-nav-style=minimal] .lqd-mobile-sec .navbar-collapse {
		-webkit-backdrop-filter: blur(15px);
		backdrop-filter: blur(15px);
		box-shadow: unset;
		border-radius: 0px 0px 30px 30px;
	}
	
	body .lqd-modal {
		padding: 25px 0em;
	}
	
	body .lqd-lity.lqd-lity-opened[data-modal-type=default] .lqd-lity-container {
		height: 100%;
	}
	
	.hta_sponsor_box_gold .iconbox {
		height: 160px;
	}

	.hta_sponsor_box_silver .iconbox {
		height: 120px;
	}
	
	.hta_sponsor_box_bronze .iconbox {
		height: 100px;
		padding: 15px;
	}
	
}
@media only screen and (max-width: 992px) {

	.h1, h1, .titlebar-inner h1 {
		font-size: 36px;
		line-height: 1.2em;
		letter-spacing: 0.04em;
	}

	.h2, h2 {
		font-size: 32px;
		line-height: 1.31em;
		letter-spacing: 0.04em;
	}

	.h3, h3 {
		font-size: 28px;
		line-height: 1.2em;
		letter-spacing: 0.04em;
	}

	.h4, h4 {
		font-size: 22px;
		line-height: 1.2em;
		letter-spacing: 0.04em;
	}
	
	p {
		font-size: 1em;
	}
	
}

@media screen and (max-width: 920px) {
    body .lqd-tabs-style-3 .lqd-tabs-nav {
        justify-content: space-around;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1100px) {
	
	body .elementor-18 .elementor-element.elementor-element-f7e5f2d {
		padding-left: 10px;
		padding-right: 10px;
	}
	body .main-header .lqd-custom-menu > .reset-ul > li:not(:last-child) {
		margin-inline-end: 15px !important;
	}
	
	body .main-header .lqd-custom-menu-btn-wrap {
		margin-inline-start: 15px !important;
	}
}

@media screen and (min-width: 1025px) and (max-width: 1240px) {
	
	body .main-header .btn_register a {
		font-size: 11px !important;
	}
	
	body .main-header .btn_register a span {
		display: none;
	}
	
	body .main-header .btn_register a:after {
		content: "Join Now";
	}
}

@media screen and (min-width: 1100px) and (max-width: 1400px) {
	
	body .main-header .lqd-custom-menu > .reset-ul > li:not(:last-child) {
		margin-inline-end: 20px !important;
	}
	
	body .main-header .lqd-custom-menu-btn-wrap {
		margin-inline-start: 20px !important;
	}
	

	
}

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

	.hta_sponsor_box_gold .iconbox {
		height: 140px;
	}

	.hta_sponsor_box_silver .iconbox {
		height: 120px;
	}
	
	.hta_sponsor_box_bronze .iconbox {
		padding: 15px;
		height: 100px;
	}
}

@media only screen and (max-width: 476px) { 

	body footer.main-footer .footer_logo img {
		width: 150px;
	}
	.wpcf7 .wpcf7-spinner {
		display: none;
	}
		
	body .lqd-lity.lqd-lity-opened .lqd-lity-content .lqd-modal {
		padding-left: 0;
	}
	
	body .lqd-lity.lqd-lity-opened[data-modal-type=default] .lqd-lity-container {
		padding-right: 10px;
	}
	
	body .lqd-lity.lqd-lity-opened .lqd-lity-close {
		top: 27px;
		right: 20px;
	}
	.lqd-fade-sides:not(.carousel-container) {
		mask-image: linear-gradient(to right,transparent 0,#000 10%,#000 90%,transparent 100%);
		-webkit-mask-image: linear-gradient(to right,transparent 0,#000 10%,#000 90%,transparent 100%);
	}
	

	

}
