@font-face {
	font-family: 'Radikal-Ultrathin';
	src: url('../fonts/Radikal-Ultrathin.woff2') format('woff2'),
		url('../fonts/Radikal-Ultrathin.woff') format('woff'), url('../fonts/Radikal-UltraThin.otf') format('opentype');
	font-weight: 100;
	font-display: swap;
}

@font-face {
	font-family: 'Radikal-Thin';
	src: url('../fonts/Radikal-Thin.woff2') format('woff2'),
		url('../fonts/Radikal-Thin.woff') format('woff'), url('../fonts/Radikal-Thin.otf') format('opentype');
	font-weight: 200;
	font-display: swap;
}

@font-face {
	font-family: 'Radikal-Light';
	src: url('../fonts/Radikal-Light.woff2') format('woff2'),
		url('../fonts/Radikal-Light.woff') format('woff'), url('../fonts/Radikal-Light.otf') format('opentype');
	font-weight: 300;
	font-display: swap;
}

@font-face {
	font-family: 'Radikal-Regular';
	src: url('../fonts/Radikal-Regular.woff2') format('woff2'),
		url('../fonts/Radikal-Regular.woff') format('woff'),
		url('../fonts/Radikal-Regular.otf') format('opentype');
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: 'Radikal-Medium';
	src: url('../fonts/Radikal-Medium.woff2') format('woff2'),
		url('../fonts/Radikal-Medium.woff') format('woff'),
		url('../fonts/Radikal-Medium.otf') format('opentype');
	font-weight: 500;
	font-display: swap;
}

@font-face {
	font-family: 'Radikal-Bold';
	src: url('../fonts/Radikal-Bold.woff2') format('woff2'),
		url('../fonts/Radikal-Bold.woff') format('woff'), url('../fonts/Radikal-Bold.otf') format('opentype');
	font-weight: 700;
	font-display: swap;
}

@font-face {
	font-family: 'Radikal-Black';
	src: url('../fonts/Radikal-Black.woff2') format('woff2'),
		url('../fonts/Radikal-Black.woff') format('woff'), url('../fonts/Radikal-Black.otf') format('opentype');
	font-weight: 900;
	font-display: swap;
}

:root {
	--yellow: #FFF200;
	--yellow2: rgba(255, 237, 102, 0.90);
	--black: #0C0C0C;
	--white: #FFF;
	--grey: #B2B2B6;
	--grey2: #9E9D9E;
	--grey3: #D8D8D8;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

body {
	margin: 0;
	overflow-x: hidden;
}


.page-content {
	overflow-x: hidden;
}

.home .page-content {
	/*background-image: url('../images/body-bg-.svg');
	background-repeat: repeat;
	background-size: contain;
	background-size: cover;*/
}

body.wp-singular,
p {
	font-family: 'Radikal-Light', sans-serif;
	font-size: 16px;
	line-height: 23px;
}

.page-content h1 {
	font-size: 76px;
	line-height: 83px;
}

.page-content h2 {
	font-size: 60px;
	line-height: 67px
}

.page-content h3 {
	font-size: 40px;
	line-height: 48px;
}

.page-content h4 {
	font-size: 30px;
	line-height: 35px;
}

.page-content h5 {
	font-size: 23px;
	line-height: 28px;
}


.page-content h6 {
	font-size: 20px;
	line-height: 23px;
}

.font400,
.post-item .post-details p,
.testimonial-text h6,
.testimonial-text p,
.dropdown-item,
.process-nav .nav-link,
ul.menu-pg404 li a,
.page-hero .title-text,
.career-card-inn p,
.pricing-card p,
.blog-hero p,
.featured-blog .featured-title p,
.single__blog_content a,
.single-case-study .stat-list .stat-item p {
	font-family: 'Radikal-Regular', sans-serif !important;
}


.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6,
.post-details h3 a,
p.testimonial-author,
.process-nav .nav-item.show .nav-link,
.process-nav .nav-link.active,
.testimonial-text .testimonial-auth,
.nlcontent p.modal-title,
.footer p.menu-label,
.submitted-message {
	font-family: 'Radikal-Black', sans-serif;
}

.font700,
.toolbox a,
.post-slider .post-details a,
.testimonial-text p strong,
.testimonial-text a,
.our-process .steps .step .step-title,
.back-link a,
.pricing-card-details h5,
a.read-more,
div#pagination ul li,
.blogsearch .blog-search .search-btn,
.single__blog_start .blog_meta p,
.single__blog_content strong,
.ssc-block-text strong,
.job-single h4 {
	font-family: 'Radikal-Bold', sans-serif !important;
}

.font500,
.scs-block .scs-block-top h2,
.pi-block h2,
.pi-block h3,
.btn-yellow span,
.btn-clear span,
.btn-black span,
.btn-white span,
.footer p.contact-label,
.navbar-light .navbar-nav .nav-link,
.dms-item .dm-card h5.dms-title,
.global-cta .cta-wrap p,
.testimonial-text h6,
h3.service_group_title,
.g-review p,
.digital-checklist p,
.song-details h5,
.stats p.stat-title,
.testimonial-text .testimonial-company,
.left-clist ul li a {
	font-family: 'Radikal-Medium', sans-serif !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block
}

audio,
canvas,
video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden] {
	display: none
}

a {
	color: var(--black);
	text-decoration: none;
	transition: color .3s ease-in-out;
}

a:hover {
	color: var(--black);
}

a:focus {
	outline: dotted thin
}

a:active,
a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: 700
}

blockquote {
	margin: 1em 40px
}

dl,
menu,
ol,
p,
pre,
ul {
	margin: 1em 0
}

code,
kbd,
pre,
samp {
	font-size: 1em
}

small,
sub,
sup {
	font-size: 75%
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word
}

q {
	quotes: none
}

q:after,
q:before {
	content: '';
	content: none
}

sub,
sup {
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

dd {
	margin: 0 0 0 40px
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic
}

svg:not(:root) {
	overflow: hidden
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

.clearfix {
	zoom: 1
}

.clearfix:after,
.clearfix:before {
	content: "";
	display: table
}

.clearfix:after {
	clear: both
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizelegibility
}

:focus {
	outline: 0 !important
}

.wp-block {
	max-width: 100%
}

body.admin-bar .header {
	margin-top: 32px;
}

.lokal-title {
	position: relative;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 1px var(--black);
}

.lokal-title::before {
	content: attr(data-text);
	position: absolute;
	top: 0;
	left: 0;
	-webkit-text-fill-color: var(--black);
	-webkit-text-stroke: 0;
	width: 0;
	overflow: hidden;
	white-space: nowrap;
	transition: width 1.2s ease-in-out;
	pointer-events: none;
}

.lokal-title.aos-animate::before {
	width: 100%;
}

.bg-yellow {
	background-color: var(--yellow);
}

.bg-white,
.logo-slider,
.three_column_section,
.who_we_serve,
.our-clients,
.team-video {
	background-color: var(--white);
}

.bg-black {
	background-color: var(--black);
}

.bg-grey {
	background-color: var(--grey);
}

.text-yellow {
	color: var(--yellow);
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	background: linear-gradient(180deg, #0C0C0C 0%, rgba(12, 12, 12, 0.00) 100%);
	transition: all .3s ease-in-out;
}

header .navbar-light {
	padding-top: 15px;
	padding-bottom: 15px;
	transition: all .4s ease-in-out;
}

.header.scrolled .navbar-light {
	padding-top: 10px;
	padding-bottom: 10px;
}

.navbar-expand-lg .navbar-collapse {
	width: auto;
	justify-content: center;
}

.navbar-light .navbar-nav .nav-link {
	padding: 15px 21px;
	font-size: 16px;
	line-height: 14px;
	color: var(--white);
	text-align: center;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.header.scrolled {
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
	background: var(--black);
}

.dropdown-item {
	font-size: 14px;
	font-weight: 400;
	color: var(--white);
	padding: 6px 0;
	transition: all .3s ease;
}

.navbar-light .navbar-nav li.menu-item:hover .nav-link,
.dropdown-item.active,
.dropdown-item:active,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
	color: var(--yellow) !important;
}

.dropdown-item.active,
.dropdown-item:active {
	background-color: transparent;
	font-weight: 700;
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: var(--yellow);
	background: transparent;
	font-weight: 700;
}

.navbar-toggler {
	border: none
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 16'%3E%3Crect width='22' height='2' rx='1' fill='%23FFF200'/%3E%3Crect width='14' height='2' y='7' rx='1' fill='%23FFF200'/%3E%3Crect width='22' height='2' y='14' rx='1' fill='%23FFF200'/%3E%3C/svg%3E");
}


.topbar {
	padding: 2px 0;
	max-height:28px;
}

.topbar a {
	font-size: 14px;
	line-height: 23px;
	color: var(--black);
}

.topbar .tb-start a,
.topbar .tb-end a {
	background-image: linear-gradient(var(--yellow) 50%, var(--black) 50%);
	background-size: auto 186%;
	padding: 1px 2px;
	transition: all 0.3s ease-in-out;
}

.topbar .tb-start a:hover,
.topbar .tb-end a:hover {
	color: var(--white);
	background-position-y: 100%;
}

.hide-desktop {
	display: none !important;
}

.social-links a {
	padding: 0px 5px;
	transition: all 0.3s ease-in-out;
}

.social-links a.social-link-item:hover {
	transform: translateY(-2px);
}

.btn-yellow,
.btn-clear,
.btn-black,
.btn-white {
	border-radius: 48px;
	display: flex;
	align-items: center;
	gap: 5px;
	max-width: fit-content;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: box-shadow 0.3s ease;
}

.btn-white {
	border: 1px solid var(--black);
	background-color: var(--white);
	padding: 4px 37px 5px 37px;
}

.btn-yellow {
	background: var(--yellow);
	padding: 4px 33px 5px 33px;
	border: 1px solid var(--white);

}

.btn-yellow span,
.btn-white span {
	color: var(--black);
}

.btn-clear {
	padding: 4px 27px 5px 27px;
	border: 1px solid var(--white);
}

.btn-clear span,
.btn-white:hover span {
	color: var(--white);
}

.btn-black span {
	color: var(--yellow);
}

.btn-black {
	border: 1px solid var(--yellow);
	background: var(--black);
	padding: 4px 33px 5px 33px;
}

.btn-yellow span,
.btn-clear span,
.btn-black span,
.btn-white span {
	font-size: 14px;
	line-height: 30px;
	transition: color 0.3s ease;
}

.btn-yellow:hover,
.btn-clear:hover,
.btn-black:hover,
.btn-white:hover {
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.18);
}

.btn-black:hover {
	border-color: var(--black);
}

.btn-black:hover svg path {
	fill: var(--black);
}

.btn-white:hover svg path {
	fill: var(--white);
}


.btn-yellow::before,
.btn-clear::before,
.btn-black::before,
.btn-white::before {
	content: "";
	position: absolute;
	z-index: -1;
	background: var(--white);
	top: 100%;
	right: 0;
	bottom: 0;
	left: 0;
	transition: 0.3s ease;
}

.btn-white::before {
	background: var(--black);
}

.btn-yellow:hover::before,
.btn-clear:hover::before,
.btn-black:hover::before,
.btn-white:hover::before {
	top: 0;
}

.btn-clear:hover span,
.btn-black:hover span {
	color: var(--black) !important;
}

section {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

section .container,
footer .container,
.post-slider,
.error404-wrap .container {
	position: relative;
	z-index: 1;
}

.post-slider .slick-track {
	margin-bottom: 12px;
}

.logo-f.is-animetion {
	width: auto;
	display: flex !important
}

.logo-f.is-animetion {
	display: block;
}

.logo-f.is-animetion.footer_lmw img {
	width: 100%
}

.logo-f.is-animetion span.spc {
	margin-right: 10px
}

.main__footer-top .lm_main_btn {
	display: block
}

.logo-f.is-animetion span {
	display: inline-block;
	animation: wave-text 1.5s ease-in-out infinite
}

.logo-f.is-animetion span:nth-of-type(1) {
	animation-delay: 0.0s
}

.logo-f.is-animetion span:nth-of-type(2) {
	animation-delay: 0.1s
}

.logo-f.is-animetion span:nth-of-type(3) {
	animation-delay: 0.2s
}

.logo-f.is-animetion span:nth-of-type(4) {
	animation-delay: 0.3s
}

.logo-f.is-animetion span:nth-of-type(5) {
	animation-delay: 0.4s
}

.logo-f.is-animetion span:nth-of-type(6) {
	animation-delay: 0.0s
}

.logo-f.is-animetion span:nth-of-type(7) {
	animation-delay: 0.1s
}

.logo-f.is-animetion span:nth-of-type(8) {
	animation-delay: 0.2s
}

.logo-f.is-animetion span:nth-of-type(9) {
	animation-delay: 0.3s
}

.logo-f.is-animetion span:nth-of-type(10) {
	animation-delay: 0.4s
}

.logo-f.is-animetion span:nth-of-type(11) {
	animation-delay: 0.0s
}

.logo-f.is-animetion span:nth-of-type(12) {
	animation-delay: 0.1s
}

.logo-f.is-animetion span:nth-of-type(13) {
	animation-delay: 0.2s
}

.logo-f.is-animetion span:nth-of-type(14) {
	animation-delay: 0.3s
}

@keyframes wave-text {
	00% {
		transform: translateY(0em)
	}

	60% {
		transform: translateY(-.6em)
	}

	100% {
		transform: translateY(0em)
	}
}

.service_group_item::before,
.footer::before,
.home-hero:after,
.global-cta:before,
.testimonial-slider .slick-list:before,
.testimonial-slider .slick-list:after,
.digital-marketing:before,
.three_column_section::before,
.dms-item .dm-card::before,
.page-hero:after,
.scs-block .scs-block-top::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.testimonial-slider .slick-list:before,
.testimonial-slider .slick-list:after {
	background: var(--white);
	width: 50px;
	z-index: 1;
}

.testimonial-slider .slick-list:after {
	right: 0;
	left: auto;
}

.digital-marketing:before {
	height: 40%;
	background: var(--white);
}

.footer {
	background: url('../images/footer-bg.svg') center / cover no-repeat;
	padding: 54px 0;
	position: relative;
	overflow: hidden;
}

.footer::before {
	background: #000;
	z-index: 0;
	opacity: 0.5;
}

.footer .footer_lmw img {
	filter: brightness(0) invert(1);
}

.footer .social-links {
	margin: 14px 0 16px 0;
}

.footer p.contact-label {
	color: var(--black);
	font-size: 20px;
	line-height: 23px;
	border-radius: 2px;
	padding: 2px 10px 4px;
	max-width: 255px;
	margin-bottom: 14px;
}

.footer .contact-details {
	gap: 9px;
}

.footer .contact-details a {
	display: flex;
	align-items: center;
	gap: 9px;
	color: var(--white);
}

.footer .contact-details a.address {
	align-items: flex-start;
}

.footer .contact-details a.address span {
	max-width: 220px;
}

.footer .contact-details a.address svg {
	margin-top: 2px;
}

.footer p.menu-label {
	font-size: 20px;
	line-height: 23px;
	margin-bottom: 10px;
}

.footer .ft-links:last-child {
	padding-left: 50px;
}

.footer a {
	color: var(--white);
}

.footer ul.ft-menu li {
	margin: 3px 0;
}

.footer ul {
	padding: 0;
	list-style: none;
}

.footer .ft-center {
	padding: 95px 0px 75px 48px;
}

.footer .ft-end a {
	font-size: 12px;
}

.footer a {
	transition: all .2s ease-in-out;
}

.footer a:hover {
	color: var(--yellow);
}

.newsletter {
	padding: 23px 0;
}

.newsletter h2,
.newsletter p {
	margin: 0;
}

.newsletter h2 {
	font-size: 42px;
	line-height: 65px;
}

.newsletter .btn-black {
	padding: 7px 18px 8px 18px;
}

.slick-next:before,
.slick-prev:before {
	display: none !important;
}

.slick-next,
.slick-prev {
	width: 51.1px;
	height: 51.1px;
	padding: 16.801px 18.2px 16.799px 15.4px;
	justify-content: center;
	align-items: center;
	z-index: 1;
	transition: all .4s ease-in-out;
}

.slick-prev {
	left: 0;
	background: var(--yellow) url('../images/slick-prev.svg') center / 17.5px no-repeat !important;
	border-radius: 0 16px 16px 0;
}

.slick-prev:hover {
	background: var(--grey) url('../images/slick-prev.svg') center / 17.5px no-repeat !important;
}

.slick-next {
	right: 0;
	background: var(--yellow) url('../images/slick-next.svg') center / 17.5px no-repeat !important;
	border-radius: 16px 0 0 16px;
}

.slick-next:hover {
	background: var(--grey) url('../images/slick-next.svg') center / 17.5px no-repeat !important;
}

.slick-dots {
	margin: 0;
	margin-top: 0;
	list-style: none;
	text-align: center;
	position: relative;
}

.slick-dots li {
	margin: 0 4px;
	padding: 0;
}

.slick-dots li button {
	padding: 0;
	height: 3.5px;
	border-radius: 4px;
	background: var(--grey3);
}

.slick-dots li.slick-active button {
	background: var(--yellow2);
}

.slick-dots li button::before {
	display: none;
}

.slick-dots li,
.slick-dots li button {
	width: 30px;
	border-radius: 2px;
}

.global-cta,
.global-cta .cta-wrap {
	position: relative;
}

.global-cta {
	overflow: hidden;
}

.home .global-cta {
	position: relative;
	overflow: visible;
}

.global-cta .cta-wrap {
	padding: 0 0 100px 0;
	z-index: 0;
}

.global-cta .cta-wrap p {
	margin: 10px 0 30px 0;
}

.global-cta .cta-wrap h2 {
	text-shadow: 0 4px 4px rgba(62, 62, 62, 0.25);
}

.global-cta .bg-video {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2067px;
	object-fit: cover;
	z-index: -1;
	object-position: bottom;
}

.global-cta .img-group {
	padding-top: 235px;
	display: inline-flex;
	gap: 20px;
	margin-bottom: 21px;
}

.global-cta .img-group,
.global-cta h2,
.global-cta p {
	position: relative;
	z-index: 1;
}

.global-cta .overlay {
	height: 100%;
	width: 100%;
	bottom: 0;
	position: absolute;
	left: 0;
	z-index: 0;
	background: linear-gradient(0deg, rgb(255 255 255 / 0%) 0%, #ffffff69 61.39%);
}

.home .global-cta .overlay {
	height: 2189px;
	width: 100%;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.00) 0%, var(--white) 61.39%);
	bottom: 485px;
}

.testimonials+.global-cta,
.ebook~.global-cta,
.team-img+.global-cta,
.plumber-song-page .global-cta,
.single-case_studies .global-cta {
	overflow: visible;
}

.testimonials+.global-cta .bg-video,
.ebook~.global-cta .bg-video,
.plumber-song-page .global-cta .bg-video,
.single-case_studies .global-cta .bg-video,
.team-img+.global-cta .bg-video {
	height: 800px;
}

.testimonials+.global-cta .overlay,
.ebook~.global-cta .overlay,
.plumber-song-page .global-cta .overlay,
.single-case_studies .global-cta .overlay,
.team-img+.global-cta .overlay {
	height: 805px;
	background: linear-gradient(0deg, rgb(0 0 0 / 25%) 0%, var(--white) 100%);
}

.testimonials+.global-cta .img-group,
.ebook~.global-cta .img-group,
.plumber-song-page .global-cta .img-group,
.single-case_studies .global-cta .img-group,
.team-img+.global-cta .img-group {
	padding-top: 120px;
}

.testimonials:has(+ .global-cta) {
	z-index: 1;
	position: relative;
	padding-top: 0;
}

.testimonials:has(+ .global-cta) .testimonial-slider .slick-list:before,
.testimonials:has(+ .global-cta) .testimonial-slider .slick-list:after {
	display: none;
}

.blog .global-cta .overlay,
.single-post .global-cta .overlay {
	background: linear-gradient(0, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
}

body:not(.home) .pi-block~.testimonials {
	padding-top: 66px;
}

body:not(.home) .digital-marketing:has(+ .waves) {
	padding-bottom: 0;
}

a.read-more {
	color: var(--black);
	text-transform: uppercase;
	display: flex;
	align-items: center;
	gap: 3px;
	font-size: 14px;
}

a.read-more svg {
	transform: translateX(0);
	transition: all .3s ease-in-out;
}

a.read-more:hover svg {
	transform: translateX(5px);
}

.img-popup-wrap {
	position: relative;
	overflow: hidden;
}

.img-popup {
	cursor: pointer;
}

img.img-popup {
	transition: transform 0.4s ease;
}

img.img-popup:hover {
	transform: scale(1.1);
}

.image-popup-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 9999;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.image-popup-overlay img {
	max-width: 90%;
	max-height: 80%;
	border-radius: 3px;
	box-shadow: 0 0 20px var(--black);
}

.image-popup-close {
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer;
	width: 40px;
	height: 40px;
	background: var(--black);
	border-radius: 50px;
}

.image-popup-close:after {
	content: '×';
	position: inherit;
	top: 7px;
	font-size: 40px;
	height: 100%;
	width: 100%;
	left: 11px;
	color: var(--yellow);
}

.sticky-cta {
	position: fixed;
	bottom: -2px;
	left: 0;
	padding: 15px;
	background: var(--yellow);
	width: 100%;
	z-index: 99;
	box-shadow: inset 0 6px 15px rgba(0, 0, 0, 0.18);
}

.error404 .global-cta {
	display: none;
}

.error404-wrap {
	position: relative;
	height: 787px;
	overflow: hidden;
	padding-top: 100px;
}

.error-404img,
.error404 video,
.error404-wrap::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.error-404img {
	top: 90px;
	height: 705px;
}


.error-404img,
.error404-wrap::before {
	z-index: 1;
}

.error404-wrap .container {
	z-index: 2;
}

.error404-wrap::before {
	content: '';
	background: linear-gradient(0deg, rgba(12, 12, 12, 0.00) 0%, #0C0C0C 100%);
}

.error404-wrap video {
	object-fit: cover;
	object-position: bottom;
	z-index: 0;
}

.error404-wrap p {
	margin: 32px 0;
}

.menu-page404-container {
	display: flex;
	justify-content: space-around;
}

ul.menu-pg404 {
	list-style: none;
	padding: 0;
	column-count: 3;
	text-align: left;
	gap: 46px;
	margin: 0;
}

ul.menu-pg404 li {
	padding: 0 31px;
}

ul.menu-pg404 li a {
	font-size: 27px;
	line-height: 60px;
	color: var(--white);
	transition: color .3s ease-in-out;
	text-decoration: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

ul.menu-pg404 li a:hover {
	color: var(--yellow);
}

.accordion {
	display: flex;
	flex-direction: column;
	gap: 11px;
}

.accordion-button {
	font-size: 24px;
	font-weight: 900;
	color: var(--white);
	border: 0 !important;
	background-color: var(--black);
	padding: 20px 22px;
	box-shadow: none !important;
	border-radius: 0 !important;
	transition: all .3s ease-in-out;
}

.accordion-button:not(.collapsed) {
	color: var(--yellow);
	background-color: var(--black);
	align-items: end;
}

.accordion-collapse {
	border: 0;
	border-width: 0;
	transition: height 0.4s ease;
}

.accordion-body {
	padding: 21px 22px;
	border: 0;
}

.accordion-body p {
	margin: 0;
	margin-bottom: 17px;
}

.accordion-body p a {
	color: var(--black);
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

.accordion-body p:last-child {
	margin-bottom: 0;
}

.accordion-button::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25'%3E%3Cpath d='M14.5 10.5H25V14.5H14.5V25H10.5V14.5H0V10.5H10.5V0H14.5V10.5Z' fill='%23FFF200'/%3E%3C/svg%3E");
	transition: all .3s ease-in-out;
	width: 25px;
	height: 25px;
}

.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='4' viewBox='0 0 25 4' fill='none'%3E%3Cpath d='M25 4H0V0H25V4Z' fill='%23FFF200'/%3E%3C/svg%3E");
	transform: rotate(0);
}

.accordion .btn-yellow {
	border: 1px solid var(--black);
}

.pi-block-inner {
	padding: 48.2px 20px;
	position: relative;
}

.pi-block-inner::before,
.pi-block-inner::after {
	content: '';
	position: absolute;
	z-index: 1;
	width: 170.624px;
	height: 198.79px;
}

.pi-block-inner::before {
	background: url('../images/yellow-half-circle.svg') left / contain no-repeat;
	left: -45px;
	top: -9.2px;
}

.pi-block-inner::after {
	background: url('../images/yellow-half-circle-2.svg') right / contain no-repeat;
	right: -45px;
	bottom: -9px;
}

.gfield_label,
.form .hbspt-form label {
	font-family: 'Radikal-Medium', sans-serif !important;
	font-size: 20px !important;
	color: var(--white) !important;
	display: flex !important;
	align-items: flex-start !important;
	gap: 3px !important;
}

::placeholder {
	color: var(--grey) !important;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: var(--grey) !important;
}

::-moz-placeholder {
	color: var(--grey) !important;
}

:-ms-input-placeholder {
	color: var(--grey) !important;
}

::-ms-input-placeholder {
	color: var(--grey) !important;
}


.form input {
	transition: all .4s ease-in-out !important;
}

.form input[type="text"],
.form input[type="tel"],
.form input[type="email"],
.form input[type="url"],
.form input[type="file"],
.form select,
.form textarea {
	font-family: 'Radikal-Light', sans-serif !important;
	border-radius: 4px !important;
	border: 1px solid #D9D9D9 !important;
	font-size: 16px !important;
	background-color: var(--black) !important;
	padding: 7px 20px !important;
	color: var(--white) !important;
}

.form input[type="text"],
.form input[type="tel"],
.form input[type="email"],
.form input[type="url"],
.form input[type="file"],
.form select {
	height: 49px !important;
}

.form select {
	padding: 0 20px !important;
	display: flex !important;
	align-items: center !important;
	appearance: none !important;
	background: var(--black) url('../images/select.svg') 94% center / 10px no-repeat !important;
}

.form textarea {
	height: 133px !important;
	min-height: 134px !important;
	resize: none !important;
}

.form input:focus,
.form textarea:focus {
	border-color: var(--yellow) !important;
	box-shadow: inset 0 0 2px 0px #FFE100 !important;
}

.form .gform_button {
	border-radius: 48px !important;
	border: 1px solid var(--white) !important;
	background: var(--yellow) !important;
	font-size: 14px !important;
	color: var(--black) !important;
	font-family: 'Radikal-Medium', sans-serif !important;
	line-height: 38px !important;
	min-width: 200px !important;
	margin: 0 auto !important;
	min-height: 42px !important;
	transition: all .3s ease-in-out !important;
}

.form .gform_button:hover {
	background: var(--white) !important;
}

.form .gform_validation_errors {
	display: none !important;
}

.form .gform_footer {
	display: block !important;
	text-align: center !important;
	margin-top: 46px !important;
	position: relative !important;
}

.form .gform-loader {
	top: 9px !important;
	border-block-end-color: var(--black) !important;
	border-inline-start-color: var(--black) !important;
	left: -50px;
}

.form input[type="file"] {
	background: var(--black) url('../images/upload.svg') 14px center / 85px no-repeat !important;
	padding-left: 111px !important;
}

.form input[type="file"]::file-selector-button {
	display: none !important;
}

.cf-salary input[type="text"] {
	background: url("../images/cf$.svg") 16px center / 10px no-repeat;
	padding-left: 38px !important;
}

.career-form .form textarea {
	min-height: 268px !important;
	height: 268px !important;
}

.gform_confirmation_message {
	text-align: center !important;
	color: var(--yellow) !important;
	font-size: 25px !important;
	font-weight: 600 !important;
}

.gform_fileupload_rules {
	display: none !important;
}

p.gform_required_legend {
	display: none;
}

span.gfield_required.gfield_required_asterisk {
	color: var(--yellow);
}

.page-id-478 .header,
.page-id-480 .header,
.page-id-4423 .header {
	background: var(--black);
}

.page-id-478 .gcontent,
.page-id-480 .gcontent {
	padding: 165px 0 55px;
}

.page-id-478 .global-cta,
.page-id-480 .global-cta {
	display: none;
}

.page-id-478 .gcontent h1,
.page-id-480 .gcontent h1 {
	font-size: 60px;
	margin-bottom: 60px;
}

.page-id-480 .gcontent p {
	margin: 1.5em 0;
	font-family: 'Radikal-regular', sans-serif;
}

.career-banner {
	min-height: 382px;
	background: url('../images/career-banner.png') center center / cover no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding-top: 85px;
}

.single-careers .back-link {
	margin-top: 45px;
}

.back-link a {
	font-size: 13.683px;
	text-transform: uppercase;
	line-height: 19.67px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.job-single {
	display: flex;
	flex-direction: column;
	margin-bottom: 35px;
}

.job-single h2 {
	margin: 45px 0 12px 0;
}

.job-single h4 {
	margin-bottom: 8px;
	margin-top: 32px;
	font-size: 24px;
}

.job-single ul,
.job-single ol,
.job-single p {
	margin: 0;
}

.job-single ul li,
.job-single ol li {
	margin-bottom: 4px;
}

.career-form,
.blog section.bg-white,
.single-post .related-post,
.ebook.eBook-White,
.single-case_studies,
.digital-marketing-page,
.lmh-promise,
.industries {
	position: relative;
}

.career-form::before,
.team-img::before,
.pricing-page .faq::before,
.blog section.bg-white::before,
.single-post .related-post::before,
.ebook.eBook-White::before,
.case-studies::before,
.single-case_studies::before,
.digital-marketing-page::before,
.lmh-promise::before,
.industries::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('../images/body-bg-.svg') center / 90% repeat;
	z-index: 0;
}

.career-form::before {
	bottom: 0;
	top: auto;
	height: 40%;
}

.team-img::before {
	top: -150px;
	height: 200px;
}

.pricing-page .faq::before {
	height: 60%;
	top: -60px;
}

.blog section.bg-white::before,
.single-post .related-post::before {
	bottom: 0;
	height: 50%;
	top: auto;
}

.single-post .related-post .text-center.pt-5.pb-5 {
	background: url('../images/body-bg-.svg') center / 90% repeat;
}

.single-post .related-post::before {
	top: -100px;
	height: 85%;
	bottom: 0;
}

.case-studies::before {
	height: 60%;
	top: auto;
	bottom: -100px;
}

.single-case_studies::before,
.digital-marketing-page::before,
.industries::before {
	bottom: 0;
	height: 60%;
	top: auto;
}

.industries::before {
	height: 35%;
}

.career-form-wrap {
	padding: 100px 100px 116px 100px;
}

.career-form .pi-block-inner::before {
	background: url('../images/cform-before.svg') bottom center/contain no-repeat;
	left: -39px;
	top: -30px;
}

.career-form .pi-block-inner::after {
	background: url('../images/cform-after.svg') bottom center/contain no-repeat;
	right: -40px;
	bottom: -32px;
}

.single-careers .global-cta .overlay {
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
}

.single-careers .career-form {
	position: relative;
}

.single-careers .career-form::after {
	background: url("../images/pricing-page.svg") bottom right / contain no-repeat;
	position: absolute;
	content: '';
	right: 0;
	bottom: -180px;
	width: 380px;
	height: 380px;
	opacity: 0.5;
}


.blog-hero {
	background: url('../images/hero-page-bg_.png') bottom center/cover no-repeat;
	min-height: 340px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 140px 0 60px 0;
}

.blog-hero p {
	font-size: 24px;
	margin-bottom: 10px;
}

.blog-hero h1 {
	margin-bottom: 43px;
}

/* .featured-blog {
	margin-top: -1px;
	padding: 49px 0 55px 0;
}

.featured-blog .row {
	background-color: var(--white);
	position: relative;
	border-radius: 3.421px;
	box-shadow: 0 0.855px 11.973px 0 rgba(26, 26, 26, 0.12);
}

.featured-blog .row .col-md-5 {
	margin-left: -80px;
}

.featured-blog .row .col-md-5 img {
	width: 448px;
	height: 390px;
	object-fit: contain;
	margin: 44px 0 30px 0;
	/* background: var(--white); 
	object-position: center center;
	border-radius: 3.421px 3.421px 0 0;
}*/

.featured-blog h3 {
	font-family: 'Radikal-Black', sans-serif !important;
	font-size: 36px;
	line-height: 40.299px;
}

.featured-blog .featured-content {
	padding-left: 40px;
	margin-top: 50px;
}

.featured-blog .featured-title {
	position: absolute;
	top: 0;
	right: -18px;
	width: 63.5%;
}

.featured-blog .featured-title p {
	font-size: 24px;
	padding: 18px 16px;
	border-radius: 4px;
}

.featured-blog .featured-content p {
	line-height: 30px;
	margin-bottom: 17px;
}

.featured-blog a.btn-yellow {
	border-color: var(--black);
}

/* new featured design */

.featured-wrap {
	background: var(--white);
	position: relative;
	height: 100%;
	border-radius: 3.421px;
	transition: all .4s ease-in-out;
	overflow: hidden;
}

.featured-wrap:hover {
	background: var(--yellow);
}

.featured-wrap .featured-content {
	padding: 22px 22px 32px 22px;
	margin-top: 0;
}

.featured-wrap p.bg-yellow {
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	font-size: 24px;
	line-height: 23px;
	font-family: 'Radikal-Medium', sans-serif;
	padding: 15px 22px;
	border-radius: 4px;
	z-index: 1;
}

.featured-wrap img {
	height: 138px;
	width: 100%;
	object-fit: cover;
	transition: all .4s ease-in-out;
}

.featured-wrap:hover img {
	transform: scale(1.1);
}

.featured-blog {
	padding-bottom: 50px;
}

/* end new featured design */

.post-item {
	border-radius: 4px;
	background: var(--white);
	box-shadow: 0 1px 14px 0 rgba(26, 26, 26, 0.12);
	margin: 0 12px;
	height: 100%;
	position: relative;
	transition: all .3s ease-in-out;
}

.post-item:hover {
	background: var(--yellow);
}

.post-item .thumb-img {
	position: relative;
	overflow: hidden;
}

.post-item img {
	border-radius: 4px 4px 0 0;
	box-shadow: 0 1px 14px 0 rgba(26, 26, 26, 0.12);
	height: 162px;
	object-fit: cover;
	width: 100%;
	object-position: center center;
	transition: all .4s ease-in-out;
}

.post-item:hover img {
	transform: scale(1.1);
}

.post-item .post-details {
	padding: 8px 25px 65px 25px;
	margin-bottom: 7px;
}

.post-item .post-details h3 {
	line-height: 30px;
}

.post-item .post-details h3 a {
	color: var(--black);
	font-size: 28px;
	line-height: 30px;
	text-transform: none;
}

.post-item .post-details p {
	color: var(--grey);
	margin-bottom: 0;
	transition: color .3s ease-in-out;
}

.post-item:hover .post-details p {
	color: var(--black);
}

.post-item .post-details a.read-more {
	position: absolute;
	bottom: 30px;
}

.bloglist .post-item {
	margin: 0;
}

div#pagination ul {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
	gap: 3px;
	padding: 30px 0 91px 0;
	z-index: 3;
	position: relative;
}

div#pagination ul li span,
div#pagination ul li a {
	border-radius: 4px;
	padding: 8px 12px;
}

div#pagination ul li span.page-numbers.current {
	background: var(--black);
	color: var(--yellow);
	padding: 8px 17px;
}

div#pagination a.prev.page-numbers,
div#pagination a.next.page-numbers {
	padding: 3px !important;
}

.blogsearch {
	padding: 122px 0 54px 0;
	margin-top: -20px;
	justify-content: space-between;
	align-items: center;
}

.blogsearch .blog-search {
	border: 1px solid var(--black);
	width: 462px;
	height: 56px;
	display: flex;
	justify-content: space-between;
	border-radius: 4px;
	padding: 1px;
}

.blogsearch .blog-search form {
	width: 100%;
}

.blogsearch .blog-search input {
	border: 0;
	width: 100%;
	background: url('../images/search.svg') 23px 58% / 24.378px no-repeat;
	padding: 17px 15px 17px 58px;
}

.blogsearch .blog-search .search-btn {
	height: 54px;
	margin-top: -1px;
	border: 0;
	margin-right: -1px;
	border-radius: 0 3px 3px 0;
	background: var(--yellow);
	padding: 15px 20px;
}

.blogsearch .blog-search input::placeholder {
	color: var(--black) !important;
}

.back-link {
	margin: 21px 0 15px 0;
}

.back-link svg {
	transition: all .3s ease-in-out;
}

.back-link:hover svg {
	transform: translateX(-5px);
}

.single__blog_start {
	background-color: var(--yellow);
	padding: 17px 25px 25px 100px;
	margin-right: 120px;
}

.single__blog_start .blog_meta {
	display: flex;
	gap: 68px;
	align-items: center;
	margin-top: 17px;
}

.single__blog_start .blog_meta p {
	margin: 0;
	font-size: 14px;
}

.single__blog_content {
	padding: 41px 0 59px 0;
}

.single__blog_content p {
	margin: 23px 0;
}

.single__blog_content a {
	color: var(--black);
	text-decoration: underline;
}

.single__blog_content a:hover {
	color: #6c6c6c;
}

.single__blog_content p:first-child {
	margin-top: 0;
}

.single__blog_content h1,
.single__blog_content h2,
.single__blog_content h3,
.single__blog_content h4,
.single__blog_content h5,
.single__blog_content h6 {
	font-family: 'Radikal-Black', sans-serif;
}

.single__blog h1,
.single__blog_content h1 {
	font-size: 60px;
	line-height: 67px;
}

.single__blog_content h2 {
	font-size: 45px;
	line-height: 50px;
}

.single__blog_content h3 {
	font-size: 37px;
	line-height: 42px;
}

.single__blog_content h4 {
	font-size: 30px;
	line-height: 43px;
}

.single__blog_content h5 {
	font-size: 24px;
	line-height: 28px;
}

.single__blog_content h6 {
	font-size: 18px;
	line-height: 22px;
}

.single__blog_content ul li,
.gcontent ul li {
	padding-bottom: 7px;
}

.page-hero+.lmh-promise {
	padding-top: 60px;
}

.single__blog_wrap .pi-block {
	margin-bottom: 46px;
}

.single__blog_wrap .pi-block h3 {
	font-size: 36px;
	line-height: 44px;
}

.single__blog_wrap .pi-block p {
	margin: 15px 0 30px 0;
}

.single__blog_wrap .pi-block .pi-block-inner {
	padding: 75px 36px;
	position: relative;
	overflow: hidden;
}

.single__blog_wrap .pi-block .pi-block-inner:before {
	display: none;
}

.related-post .slick-list {
	display: flex;
}

.related-post .btn-yellow {
	border-color: var(--black);
}

.ebookmodal .modal-content,
.nlcontent {
	background-color: var(--black);
	padding: 30px;
}

.ebookmodal h5.modal-title,
.nlcontent p.modal-title {
	color: var(--yellow);
	font-size: 23px;
	line-height: 28px;
}

.nlcontent p.modal-title {
	margin: 0
}

.ebookmodal .modal-header,
.nlcontent .modal-header {
	border-bottom: 0 !important;
}

.ebookmodal .btn-close,
.nlcontent .btn-close {
	opacity: 1;
	background: var(--yellow) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center / .7em auto no-repeat;
	border-radius: 19px;
	position: absolute;
	right: 27px;
	top: 25px;
}

.modal-backdrop {
	background-color: var(--white);
}

.page-hero:after {
	background: var(--black);
	opacity: 0.2;
}

.page-hero.bgimg:after {
	opacity: 0.8;
}

.single-case_studies .page-hero:after {
	opacity: 0.7;
}

.single-case_studies .digital-marketing {
	padding-bottom: 0;
}

.single-case_studies .page-hero {
	position: relative;
	overflow: hidden;
}

.single-case_studies .page-hero h2 {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.single-case_studies .waves {
	padding-top: 10px;
}

.single-case_studies .waves h2 {
	font-size: 40px;
	margin-bottom: 32px;
}

.single-case_studies .digital-marketing .p6 {
	top: 100px;
}


.share {
	gap: 10px;
	align-items: center;
}

.share .social-shares {
	gap: 3px;
	margin-top: -4px;
}

.share .social-shares a {
	transition: all .3s ease-in-out;
}

.share .social-shares a:hover {
	transform: translateY(-2px);
}

.gcontent a:hover,
.accordion-body p a:hover {
	color: #6c6c6c;
}

.gcontent+.testimonials {
	padding-top: 60px;
}

.form .hbspt-form form {
	display: flex;
	flex-direction: column;
	row-gap: 25px;
}

.form .hbspt-form label {
	margin-bottom: 12px;
}

.form .hbspt-form label span.hs-form-required {
	color: var(--yellow) !important;
}

.form .hbspt-form form ul.hs-error-msgs,
.form .hbspt-form form ul.inputs-list {
	margin: 0;
	list-style: none;
	padding: 5px 0 0px 5px;
}

.form label.hs-error-msg {
	font-size: 12px !important;
	color: red !important;
	margin: 0 !important;
}

span.hs-form-required {
	color: var(--yellow);
}

.form .hbspt-form fieldset {
	max-width: 100% !important;
}

.form .hbspt-form fieldset .input {
	margin-right: 0 !important;
}

.form .hbspt-form fieldset input,
.form .hbspt-form fieldset select,
.form .hbspt-form fieldset textarea {
	width: 100% !important;
}

.form .hbspt-form fieldset.form-columns-2 {
	display: flex;
	gap: 30px;
}

/* .form .hbspt-form .hs-form-booleancheckbox-display {
	align-items: center !important;
} */

.form .hbspt-form .hs-form-booleancheckbox-display input {
	width: auto !important;
	margin-top: 7px;
}

.form .hbspt-form .legal-consent-container .hs-form-booleancheckbox-display>span {
	margin-left: 10px;
}

.contact-form .hs-form-booleancheckbox-display {
	margin-top: -25px;
}

.hs_submit .hs-button {
	font-family: 'Radikal-Medium', sans-serif !important;
	font-size: 14px;
	color: var(--black);
	min-width: 196px;
	border-radius: 48px;
	border: 1px solid var(--white);
	background: var(--yellow);
	min-height: 41px;
	transition: all .3s ease-in-out;
}

.hbspt-form .hs_submit .hs-button:hover {
	border: 1px solid var(--yellow);
	background: var(--white);
}

.hbspt-form .submitted-message,
.hbspt-form .submitted-message stong,
.hbspt-form .submitted-message span {
	font-size: 33px;
	font-family: 'Radikal-Black', sans-serif;
	color: var(--yellow) !important;
	line-height: 40px;
	padding: 50px 0;
}

.hbspt-form .actions {
	text-align: center;
	padding-top: 20px;
}

.contact-form .hbspt-form .actions {
	text-align: left;
	padding-top: 10px;
}

.newsletter_ .form-columns-3 {
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.newsletter_ .form-columns-3 div {
	width: 100% !important;
}


#hsForm_73e02824-30f2-4abe-95bb-213d156e19db ul.inputs-list.multi-container {
	display: flex;
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 11px;
}

#hsForm_73e02824-30f2-4abe-95bb-213d156e19db ul.inputs-list.multi-container input {
	width: auto !important;
}

#hsForm_73e02824-30f2-4abe-95bb-213d156e19db ul.inputs-list.multi-container label {
	align-items: center !important;
	gap: 7px !important;
}

#hsForm_73e02824-30f2-4abe-95bb-213d156e19db .hs-form-field {
	margin-top: 29px;
}

#hsForm_73e02824-30f2-4abe-95bb-213d156e19db .hs-fieldtype-radio {
	margin-top: 0;
}

.partnerships-lp .toolbox {
	padding: 60px 0 45px 0;
}

.industries::before,
.team-img::before,
.blog section.bg-white::before,
.single-post .related-post::before,
.single-post .related-post .text-center.pt-5.pb-5,
.career-listing::before,
.lmh-promise::before,
.digital-marketing-page::before,
.case-studies::before,
.single-case_studies::before,
.pricing-page .faq::before,
.ebook.eBook-White::before {
	background-position: var(--bg-x, 0px) 0;
}

.prships:before {
	background-position: var(--bg-x, 0px) 0 !important;
}

.blog.paged .featured-blog {
	display: none;
}

.single-case_studies .digital-marketing .row {
	justify-content: center;
}

.single-case_studies .digital-marketing .dms-item .dm-card::before {
	display: none !important;
}

.ft-end {
	justify-content: center;
	gap: 40px;
}