
/*Fp custom*/
#wrap.fp-service {
	margin: 0 0 0px;
}

:root {
	--fp-border-color: rgba(0, 0, 0, .1);
	--fp-border-color-dark: rgba(255, 255, 255, .15);
	--fp-faq-margins: 0px;
	--fp-hover-color: transparent;
	--fp-open-character: "+";
	--fp-closed-character: "-";
	--fp-transition: all .5s ease;
	--fp-block-transition: all 7s ease;
}

.firstpage-custom-collection {
	margin: 0px auto;
	width: 100%;
}

summary h2, summary h1, summary h3 {
	font-size: 20px;
	width: 90%;
	font-weight: 500;
}

details a {
	color: #5f725c;
}

div.firstpage-custom-collection > div > details:last-child {
	border-bottom: 1px solid var(--fp-border-color);
}

.dark-section-wrapper div.firstpage-custom-collection > div > details:last-child {
	border-bottom: 1px solid var(--fp-border-color-dark);
}

.firstpage-custom-collection summary {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	border-top: 1px solid var(--fp-border-color);
	padding: 20px var(--fp-faq-margins);
	padding-top: 50px;
	box-sizing: border-box;
	transition: var(--fp-transition);
	position: relative;
}

.firstpage-custom-collection details {
	padding-bottom: 5px;
}

.dark-section-wrapper .firstpage-custom-collection summary {
	border-top: 1px solid var(--fp-border-color-dark);
}

.firstpage-custom-collection details:first-child > summary {
	border-top: unset;
	padding-top: 0;
}

.firstpage-custom-collection summary > * {
	margin: 0;
}

.firstpage-custom-collection .answer {
	margin: 0 var(--fp-faq-margins);
	transform: translateY(-5px);
	opacity: 0;
	transition: var(--fp-transition);
}

.firstpage-custom-collection details[open] > .answer {
	transform: translateY(0px);
	opacity: 1;
}

.firstpage-custom-collection summary::before {
	content: url("https://cdn-ilbdfhp.nitrocdn.com/JJpnqeqvRGttehxqbIQGkQhfqjhZZsXT/assets/images/source/rev-8b848eb/www.awaydigital.com/wp-content/uploads/2024/06/arrow-right.svg");
	position: absolute;
	display: block;
	right: 0;
	margin-right: 0;
	width: 40px;
	height: 40px;
	transition: var(--fp-transition);
}

.dark-section-wrapper .firstpage-custom-collection summary::before {
	content: url("https://cdn-ilbdfhp.nitrocdn.com/JJpnqeqvRGttehxqbIQGkQhfqjhZZsXT/assets/images/source/rev-8b848eb/www.awaydigital.com/wp-content/uploads/2025/10/arrow-right-2.svg");
	background: #eee;
	border-radius: 50%;
}

.firstpage-custom-collection summary:hover {
	background: var(--fp-hover-color);
}

.firstpage-custom-collection summary::before {
	transform: rotate(90deg);
}

.firstpage-custom-collection details[open] summary::before {
	transform: rotate(-90deg);
}

.firstpage-custom-collection details summary::-webkit-details-marker {
	display: none;
}

.firstpage-custom-collection [type="checkbox"] {
	display: none;
}

.firstpage-custom-collection .content {
	margin-top: var(--fp-faq-margins);
	transition: var(--fp-block-transition);
}

.firstpage-custom-collection label {
	display: block;
	cursor: pointer;
}

.firstpage-custom-collection input[type="checkbox"] ~ .content {
	width: 100%;
	overflow: hidden;
	transform: translateY(-5px);
	opacity: 0;
	max-height: 0px;
}

.firstpage-custom-collection [type="checkbox"]:checked ~ .content {
	transform: translateY(0px);
	opacity: 1;
	max-height: 100vh;
}

.firstpage-custom-collection [type="checkbox"]:checked + label {
	top: 100%;
}

.firstpage-custom-collection label:before {
	content: "Read More";
	text-decoration: underline;
}

.firstpage-custom-collection [type="checkbox"]:checked + label:before {
	content: "Read Less";
}

details p, details li {
	font-size: 16px !important;
}

.dark-section-wrapper .firstpage-custom-collection details p {
	color: #eee !important;
}

#read-more, #popular-usa-services, #popular-aus-services {
	display: none;
}

div#read-more {
	width: 100%;
}

.fp-footer-container {
	display: block;
	width: 100%;
}

.fp-footer {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1360px;
	padding: 50px 0px;
	width: 100%;
}

.fp-footer a {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0rem;
	font-weight: 400;
	/* font-family: "Helvetica Neue"; */
	font-family: "basis_grotesque_proregular", sans-serif;
}

.fp-footer ul {
	list-style: outside none none;
	margin: 0;
	padding: 0 20px;
}

.fp-footer > ul:last-child {
	padding: 0px;
}

.fp-footer a:hover {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.fp-service .flex-2-column h2, .full-text-basic h2:not(:first-of-type) {
	font-size: 26px;
	margin: 50px 0px 10px;
}

.fp-service .flex-2-column li, .full-text-basic li {
	font-size: 22px;
	line-height: 1.3;
	letter-spacing: 0;
	font-weight: 300;
	margin-bottom: 1.5rem;
}

span.fp-home h1 {
	text-align: center;
	margin: 60px auto 40px;
	font-size: 45px;
}

span.fp-home {
	margin-bottom: 50px;
}

a#show-less {
	font-size: 16px;
	margin: 20px 0px;
	display: block;
}

span.fp-home h2 {
	margin: 40px auto 20px;
}

span.fp-home .firstpage-custom-collection h2 {
	margin: 10px 0px;
}

@media (max-width: 799px) {
	.fp-footer {
		padding: 20px 10px 0;
		text-align: center;
		display: block;
	}
}

/*FP custom*/
.wp-block-group .wp-block-columns .wp-block-column .insert-page .row_padding_top {
	padding-top: 0;
}

.item-testimonials.slick-slide {
	display: flex !important;
}

.item-testimonials .wp-block-column {
	position: relative;
}

.item-testimonials .author-test {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.item-testimonials video {
	max-height: 389px;
	object-fit: cover;
}

.mb-0 {
	margin-bottom: 0;
}

.item-testimonials {
	gap: 3.75em;
}

@media (max-width:768px) {
	.item-testimonials {
		gap: 0 !important;
	}
	
	.item-testimonials>div:first-child {
		margin-bottom: 32px !important;
	}
	
	.testimonial-service > .wp-block-columns.is-not-stacked-on-mobile >.wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
		flex-basis: 66.66% !important;
	}
	
	.author-test .has-text-color {
		font-size: 20px !important;
	}
}

.slider-testimonials {
	position: relative;
}

.slider-testimonials .a-left {
	position: absolute;
	top: -70px;
	right: 40px;
	margin-right: 20px;
}

.slider-testimonials .a-right {
	top: -70px;
	position: absolute;
	right: 0;
}

.slider-clients {
	position: relative;
}

.slider-clients .a-left {
	position: absolute;
	bottom: 0px;
	right: 51%;
	cursor: pointer;
}

.slider-clients .a-right {
	position: absolute;
	left: 51%;
	cursor: pointer;
	bottom: 0px;
}

.slick-disabled {
	opacity: .7;
	cursor: unset;
}

.page-id-5174 .indent-title .hero-subtitle {
	max-height: fit-content;
}

.iframe-100 iframe {
	width: 100%;
	height: 415px;
}

.slider-clients.clients-table li img {
	max-width: 110px;
	height: 80px;
	object-fit: contain;
}

.text-team .team-caption h5, .text-team .team-caption p {
	color: #999;
}

.team-caption p {
	color: #999;
	text-transform: uppercase;
	font-size: 12px;
}

.team-caption p * {
	color: #999;
	text-transform: uppercase;
	font-size: 12px;
}

.slider-teams.moving-gallery li {
	width: 25vw;
}

.single-harington_portfolio iframe {
	width: 100%;
	height: 415px;
}

.page-template-portfolio-grid-page .hero-iframe-wrapper {
	height: 100%;
}

.page-template-portfolio-grid-page .hero-iframe-wrapper iframe {
	height: 100%;
	object-fit: contain;
	width: 100%;
}

/*Dang add team popup*/
#popmake-8420 {
	padding: 0;
	box-shadow: unset;
	border: unset;
}

.team-popup-content {
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: flex-start;
	margin: 0 auto;
	padding: 0;
	color: #222;
}

.team-col-left {
	flex: 0 0 340px;
}

.team-col-left img.image-team-src {
	width: 100%;
	height: auto;
	border-radius: 4px;
	object-fit: cover;
	min-height: 550px;
}

.team-col-right {
	flex: 1;
	display: flex;
	flex-direction: column;
	padding: 82px 54px;
}

.team-name-right {
	font-size: 33px;
	font-weight: 500;
	margin-bottom: 4px;
	text-transform: uppercase;
	line-height: 1.3;
}

.team-position-right {
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	color: rgba(68, 68, 68, .27);
	margin-bottom: 20px;
	line-height: 1.4;
}

.team-description-right {
	font-size: 18px;
	line-height: 1.4;
	font-weight: 400;
	color: #222;
	max-height: 280px;
	overflow: hidden;
	overflow-y: auto;
}

.team-description-right::-webkit-scrollbar {
	width: 6px;
}

.team-description-right::-webkit-scrollbar-thumb {
	background: #232323;
	border-radius: 3px;
	background: -webkit-linear-gradient(to bottom, rgba(221, 62, 71, .74), rgba(221, 62, 71, .85), #8c7b67);
	background: -o-linear-gradient(to bottom, rgba(221, 62, 71, .74), rgba(221, 62, 71, .85), #8c7b67);
	background: linear-gradient(to bottom, #232323, #fff);
}

.team-description-right p {
	font-size: 18px;
	line-height: 1.4;
	font-weight: 400;
	color: #222;
	margin-bottom: 20px;
}

.linkedin-team {
	display: inline-block;
	margin-top: 24px;
	width: 24px;
	height: 24px;
}

.linkedin-team img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.linkedin-team {
	position: absolute;
	display: inline-block;
	bottom: 54px;
	right: 54px;
}

.linkedin-team img {
	position: absolute;
	top: 0;
	left: 0;
	transition: opacity .3s ease;
}

.linkedin-df {
	opacity: 1;
	z-index: 1;
}

.linkedin-hover {
	opacity: 0;
	z-index: 2;
}

.linkedin-team:hover .linkedin-df {
	opacity: 0;
}

.linkedin-team:hover .linkedin-hover {
	opacity: 1;
}

.team-caption-plus {
	display: flex;
	gap: 1rem;
	align-items: center;
	justify-content: center;
}

#popmake-8420 .popmake-close {
	box-shadow: unset;
	top: 24px;
	right: 24px;
	border-radius: 0;
	padding: 7px;
	font-size: 16px;
	line-height: 0;
	border: unset;
	width: 24px;
	height: 24px;
	font-weight: 500;
}

.team-icon-link {
	display: none;
}

.team-description-mb, .mobile-only {
	display: none !important;
}

.desktop-only {
	display: block !important;
}

@media (max-width: 768px) {
	.team-view-close {
		position: relative !important;
		margin-top: 18px;
		padding: 0 !important;
	}
	
	.desktop-only {
		display: none !important;
	}
	
	.mobile-only {
		display: block !important;
	}
	
	.team-description-mb.active {
		display: block !important;
		position: relative !important;
		padding: 0 !important;
	}
	
	.team-description-mb {
		color: #fff;
		font-weight: 400;
		font-size: 18px;
		margin: 0 0;
		margin-top: 0;
		line-height: 1.4;
		font-family: "basis_grotesque_proregular", sans-serif;
	}
	
	.btn-close-profile {
		background: #fff !important;
		color: #2b2b2b !important;
	}
	
	.team-icon-link {
		display: block;
	}
	
	.team-popup-content {
		flex-direction: column;
		gap: 20px;
	}
	
	.team-col-left img.image-team-src {
		min-height: unset;
	}
	
	.team-col-left {
		flex: none;
		width: 100%;
		text-align: center;
	}
	
	.team-col-right {
		text-align: center;
		padding: 0 32px 20px 32px;
	}
	
	.linkedin-team {
		margin: 20px auto 0;
		display: none;
	}
	
	.team-looped-carousel .slick-slide > div {
		margin-bottom: 60px;
	}
}

/*Team popup end*/
.slider-clients li {
	width: 10%;
}

.accordion.small-acc dd {
	display: none;
}

.accordion.small-acc dt {
	display: none;
}

.accordion.small-acc dt:nth-child(-n + 8) {
	display: block;
}

.accordion.small-acc.showall dt {
	display: block;
}

.team-looped-carousel .slide-img {
	position: relative;
	overflow: hidden;
}

.team-looped-carousel .swiper-prev, .team-looped-carousel .swiper-next {
	display: none !important;
}

.team-looped-carousel .team-description * {
	font-family: "basis_grotesque_proregular", sans-serif;
	color: #fff;
}

.team-looped-carousel .slick-slide {
	margin: 0 30px;
}

.slick-slide>div:first-child, .slick-slide>div:last-child {
	margin-bottom: 62px;
}

.team-looped-carousel .team-view-profile {
	padding: 8px;
	bottom: 0;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
}

.team-looped-carousel  .btn-view-profile {
	font-size: 14px;
	font-weight: 500;
	padding: 9px 20px;
	background: #222;
	color: #fff;
	transition: all .5s;
	line-height: 1.4;
	display: block;
}

.team-looped-carousel .btn-view-profile:hover {
	background: #fff;
	color: #222;
}

@media (max-width: 768px) {
	.team-looped-carousel .slick-slide {
		margin: 0 10px;
	}
}

.team-looped-carousel .slick-list {
	margin: 0 -10px;
}

.team-looped-carousel .team-description {
	position: absolute;
	font-family: "basis_grotesque_proregular", sans-serif;
	text-align: left;
	height: calc(100% - 20px);
	background-color: rgba(0, 0, 0, 75%);
	padding: 10px;
	top: 0;
	overflow-y: scroll;
	color: #fff;
	opacity: 0;
	padding: 18px;
}

.team-looped-carousel .team-caption {
	padding: 18px 0 !important;
}

.team-looped-carousel .team-caption h5 {
	font-size: 18px !important;
	line-height: 25px;
	margin-bottom: 4px;
}

.team-looped-carousel .swiper-slide:hover .team-description {
	opacity: 1;
}

.team-description::-webkit-scrollbar {
	width: 6px;
}

.tcenter {
	display: flex;
	align-items: center;
	display: unset;
}

.team-description::-webkit-scrollbar-thumb {
	background: #232323;
	border-radius: 3px;
	background: -webkit-linear-gradient(to bottom, rgba(221, 62, 71, .74), rgba(221, 62, 71, .85), #8c7b67);
	background: -o-linear-gradient(to bottom, rgba(221, 62, 71, .74), rgba(221, 62, 71, .85), #8c7b67);
	background: linear-gradient(to bottom, #232323, #fff);
}

.copyright a {
	padding-left: .5rem;
	padding-right: .5rem;
}

.copyright a.link.hide {
	display: none !important;
}

@media (max-width:781px) {
	.item-testimonials .author-test {
		position: relative;
		gap: 1rem;
	}
	
	.item-testimonials .author-test .wp-block-column {
		flex-basis: 46% !important;
	}
	
	.slider-clients .a-left {
		bottom: 0;
		left: 38%;
	}
	
	.slider-clients .a-right {
		right: 38%;
		bottom: 0;
	}
}

@media (max-width:575px) {
	.item-testimonials .author-test .wp-block-column {
		flex-basis: 100% !important;
	}
	
	.slider-testimonials .a-right {
		top: unset;
		right: 40%;
	}
	
	.slider-testimonials .a-left {
		top: unset;
		right: 50%;
		margin-right: 0;
		bottom: -40px;
	}
}

.single-post #post-content figure {
	margin-bottom: 1.7rem;
}

.team-looped-carousel .swiper-wrapper {
	-webkit-transition-timing-function: linear !important;
	-o-transition-timing-function: linear !important;
	transition-timing-function: linear !important;
}

.parallax-image-custom figure {
	height: 578px !important;
}

@media (min-width:1441px) {
	.uppercase-text .hero-title {
		font-size: 8vw;
		line-height: 8vw;
	}
}

@media (min-width:1200px) {
	.single-post .hero-title {
		font-size: clamp(60px, 5vw, 70px);
		line-height: clamp(60px, 5vw, 70px);
	}
}

@media only screen and (max-width: 1024px) {
	#footer-container, footer {
		height: 120px;
	}
	
	footer .socials-wrap {
		display: none !important;
	}
}

/* heading SEO */
.title-moving-forward, .title-moving-backward {
	font-size: calc(1rem + 4.15vw);
	line-height: calc(1rem + 5.5vw);
}

.hero-title h4, .custom-h1-title h4, .custom-h1-title h6 {
	font-size: 14px;
}

@media (max-width:1440px) {
	.team-caption p {
		font-size: 12px !important;
	}
}

.team-looped-carousel .slide-img {
	aspect-ratio: 1;
}

.team-looped-carousel .slide-img img {
	width: 100%;
	scale: 1.1;
	transition: all .5s;
}

.team-looped-carousel .slide-img:hover img {
	scale: 1;
}

@media (max-width:767px) {
	.copyright a {
		display: flex;
		padding: 0;
		font-size: 12px;
		line-height: 1.3;
		text-align: center;
	}
	
	.copyright {
		display: flex;
		gap: 7px;
		overflow: unset;
	}
	
	.team-looped-carousel .team-description {
		font-size: 16px !important;
		line-height: 1.6 !important;
		padding: 18px;
	}
	
	.slick-slide>div:first-child {
		margin-bottom: 60px;
	}
	
	.slick-slide .slide-img {
		aspect-ratio: 358/285;
	}
	
	.team-looped-carousel .slide-img {
		aspect-ratio: 358/390;
	}
	
	.team-looped-carousel .slide-img img {
		height: 100%;
		width: 100%;
	}
	
	.slick-slide img {
		object-fit: cover;
		height: auto;
	}
	
	.title-moving-forward, .title-moving-backward {
		font-size: 34px;
		line-height: 48px;
	}
	
	.team-caption h5, .team-caption p {
		font-size: 12px !important;
	}
	
	.team-caption p {
		font-size: 13px !important;
	}
}

/*Custom FAQ shortcode*/
.accordion_list details {
	display: none;
}

.accordion_list details:nth-child(-n + 4) {
	display: block;
}

.accordion_list>div details.open {
	display: block;
}

.slider-testimonials .acc-button-icon {
	cursor: pointer;
	width: 40px;
	height: 40px;
	font-size: 17px;
	line-height: 40px;
	background: rgba(153, 153, 153, .1);
}

.slider-testimonials .acc-button-icon i {
	height: 40px;
	line-height: 40px;
	width: 40px;
	color: #999;
}

.slick-dots {
	position: absolute;
	bottom: -40px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 7px;
	height: 7px;
	margin: 0 10px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 7px;
	height: 7px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 7px;
	height: 7px;
	content: "•";
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: black;
	border-radius: 50%;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}

.new-team-carousel .slick-dots {
	position: relative;
	bottom: 0;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.new-team-carousel .slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 7px;
	height: 7px;
	content: "•";
	text-align: center;
	/*     opacity: .25; */
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: white;
	border-radius: 50%;
}

.new-team-carousel .slick-next {
	right: 0;
}

.new-team-carousel .slick-prev {
	left: 0;
}

.new-team-carousel .slick-prev svg {
	transform: rotate(180deg);
}

.new-team-carousel .slick-arrow {
	position: absolute;
	bottom: 0;
	background: transparent;
	border: none;
	color: white;
	display: flex;
	align-items: center;
	gap: 10px;
	text-transform: uppercase;
	z-index: 100;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	color: #fff;
}

.new-team-carousel .slick-arrow svg path {
	stroke: #fff;
}

.new-team-carousel .slick-dots li.slick-active button:before {
	/*     opacity: .75; */
	color: white;
}

.new-team-carousel .slick-dots li.slick-active button:after {
	content: "";
	width: 9px;
	height: 9px;
	position: absolute;
	left: -36%;
	top: -42%;
	border: 2px solid #fff;
	border-radius: 50%;
}

@media (max-width: 575px) {
	.slider-testimonials .acc-icon-wrap.a-right {
		right: 0;
	}
	
	.slider-testimonials .acc-icon-wrap.a-left {
		left: calc(100% - 135px);
	}
	
	.slick-dots {
		bottom: -40px;
	}
}

.single-harington_portfolio .jssocials {
	display: none;
}

.hiden {
	display: none;
}

.grecaptcha-badge {
	z-index: -1 !important;
	opacity: 0 !important;
}

/*Select ctf7*/
.select-ad {
	height: auto;
	background: transparent;
	line-height: unset;
	margin-top: 0;
	margin-bottom: 0;
}

.select-ad .wpcf7-form-control-wrap  select:after {
	height: 50px;
	line-height: 50px;
}

.select-ad .wpcf7-form-control-wrap  select {
	margin-top: 0;
	background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
	color: rgba(0, 0, 0, 1);
	font-family: "basis_grotesque_promedium", sans-serif;
	font-size: calc(1rem + .3vw);
	font-weight: 400;
	height: 50px;
	padding: 12px 20px 12px 20px;
	padding-left: 0;
	width: 100%;
	border-radius: 0px;
	margin-bottom: 0px;
	border: none;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	box-sizing: border-box;
	background-color: transparent;
	outline: none;
	border-bottom: 1px solid rgba(0, 0, 0, .3) !important;
}

.select-ad .wpcf7-form-control-wrap select option {
	padding-left: 12px !important;
}

@media only screen and (max-width: 767px) {
	.select-ad .wpcf7-form-control-wrap select {
		font-size: 14px;
	}
}

.wpcf7-not-valid-tip1 {
	color: #dc3232;
	font-size: 1em;
	font-weight: normal;
	display: block;
}

@media only screen and (min-width: 1280px) {
	.indent-title .hero-subtitle-wrapper {
		max-width: 330px;
	}
	
	.uppercase-text .indent-title .hero-subtitle {
		transform: translateY(calc(-2vw + 50%));
	}
	
	.indent-title .hero-subtitle {
		font-size: 20px;
		max-height: 182px;
		line-height: 1.3 !important;
	}
}

@media screen and (min-width:1280px) and (max-width:1466px) {
	.indent-title .hero-title span:last-child {
		left: 369px;
	}
}

.gap-10 {
	gap: 10px;
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
	border-radius: 50%;
}

.hide-title-testimony .wp-block-heading.has-text-align-left {
	display: none;
}

.hide-title-testimony hr {
	display: none;
}

@media only screen and (min-width: 782px) {
	.has-animation.has-cover, .has-animation.has-cover .image-link, .has-animation.has-cover .image-link img {
		height: 100%;
	}
}

@media only screen and (max-width: 1024px) {
	.flexnav {
		padding: 0 80px;
	}
	
	.flexnav li {
		overflow: unset;
		list-style: none;
	}
	
	.flexnav .touch-button {
		width: 9vw;
		right: -11vw;
		height: 9vw;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.flexnav .touch-button .icon-wrap {
		width: 45px;
		height: 45px;
	}
	
	.flexnav .touch-button .button-icon {
		height: 30px;
		width: 30px;
		line-height: 35px;
		font-size: 18px;
	}
	
	.flexnav .touch-button i.arrow-icon-down {
		border: solid #fff;
		border-width: 0px 4px 4px 0px;
		top: 5px;
		left: 5px;
		height: 25px !important;
		width: 25px !important;
		line-height: 25px !important;
	}
	
	.flexnav .touch-button i.arrow-icon-down::after {
		content: "";
		position: absolute;
		width: 35px;
		height: 4px;
		top: 9px;
		left: -6px;
		background-color: #fff;
	}
	
	.flexnav:hover li .touch-button {
		opacity: .3 !important;
	}
	
	.flexnav li:hover .touch-button {
		opacity: 1 !important;
	}
	
	.flexnav li.current-menu-item .touch-button {
		opacity: 1 !important;
	}
}

/* Cột trái phải có position để đặt dot */
.timeline-column-first {
	position: relative;
}

.fs-115 {
	font-size: 45px !important;
	margin-bottom: 8px !important;
}

.parallax-image-content {
	padding: 0 48px;
}

.has-maskx-no {
	font-size: 20px;
	font-style: italic;
	font-family: "Basis Grotesque Pro", sans-serif;
	text-transform: none !important;
}

.has-maskx-no .studio-lead {
	font-size: 14px !important;
	font-style: normal !important;
	margin-top: 32px !important;
}

.who-we-are .heading_number {
	margin-bottom: 7px !important;
}

.who-we-are .wp-block-column h5 {
	margin-bottom: 32px;
}

.who-we-are p {
	font-size: 16px !important;
}

.who-we-are .last-p {
	margin-bottom: 32px;
}

.model-built h4 {
	margin-bottom: 32px;
}

.experience-looks .wp-block-column {
	padding: 24px 16px;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}

.starting-position .wp-block-column {
	padding: 16px;
}

.starting-position .first-block {
	padding: 0px !important;
}

.starting-position .title {
	margin-bottom: 16px;
}

.starting-position .text {
	margin-bottom: 0px;
}

.image-link img {
	width: 100%;
}

.case-study .wp-block-column {
	display: flex;
	align-items: center;
}

.case-study .wp-block-column .wp-container-content-3 {
	flex-basis: 100%;
}

.why-it-work img {
	width: 40px;
	height: 40px;
}

.why-it-work .wp-block-media-text {
	grid-template-columns: 40px auto;
}

.media-with-text-column .wp-block-media-text {
	grid-template-columns: 40px auto !important;
	gap: 20px !important;
	margin-bottom: 20px !important;
}

.media-with-text-column .wp-block-media-text .wp-block-media-text__content {
	margin-bottom: 0 !important;
	padding: 0 !important;
}

.media-with-text-column .wp-block-media-text .wp-block-media-text__content p {
	margin-bottom: 0 !important;
}

.page-id-9192 #hero-caption {
	padding-bottom: 0 !important;
}

@media only screen and (min-width: 768px) {
	.fs-115 {
		font-size: 115px !important;
		margin-bottom: 24px !important;
	}
	
	.has-maskx-no {
		font-size: 33px !important;
	}
	
	.has-maskx-no .studio-lead {
		font-size: 20px !important;
		margin-top: 24px !important;
	}
	
	.parallax-image-content {
		padding: 0 0;
	}
	
	.parallax-image-content .outer {
		padding: 20px 176px;
	}
	
	.who-we-are .heading_number {
		margin-bottom: 15px !important;
	}
	
	.who-we-are p {
		font-size: 18px !important;
	}
	
	.who-we-are .last-p {
		margin-bottom: 56px;
	}
	
	.who-we-are .wp-block-column .wp-block-heading {
		margin-bottom: 32px !important;
	}
}

@media only screen and (min-width: 1366px) {
	.g-80-away {
		gap: 80px !important;
	}
	
	.flex-image-away-x {
		height: 100%;
		justify-content: space-between;
	}
}

h2.fs-76-all:has(+hr.animated-line) {
	font-size: 76px !important;
}

.fs-76 {
	font-size: clamp(33px, 5.278vw, 76px) !important;
}

@media only screen and (min-width: 768px) {
	.flex-img-desk *, .flex-img-desk {
		height: 100%;
	}
	
	.flex-img-desk img {
		object-fit: cover;
	}
	
	.flex-img-desk figcaption {
		display: none;
	}
	
	.experience-looks {
		gap: 24px !important;
	}
	
	.starting-position .text, .starting-position .title {
		font-size: 18px !important;
	}
}

.wp-block-button__link {
	padding: 12px 28px !important;
}

.ul-custom-avd li {
	margin-bottom: 0 !important;
	line-height: 1.4 !important;
	font-size: 18px !important;
}

.mobile-only {
	display: none;
}

.desktop-only {
	display: block;
}

@media only screen and (max-width: 767.97px) {
	.mobile-only {
		display: block;
	}
	
	.desktop-only {
		display: none;
	}
	
	.why-it-work img {
		width: 32px !important;
		height: 32px !important;
	}
	
	.media-with-text-column .wp-block-media-text {
		grid-template-columns: 32px auto !important;
		gap: 16px !important;
	}
	
	.fs-mb-16 .fs-mb-16 p {
		font-size: 16px !important;
	}
	
	.btn-away-flex-center {
		align-items: center;
		justify-content: center;
		margin-bottom: 32px;
	}
	
	.mb-flex-2-away {
		display: grid !important;
		grid-template-columns: 1fr 1fr !important;
		gap: 16px !important;
	}
	
	.experience-looks {
		gap: 16px;
		display: grid !important;
		grid-template-columns: 1fr 1fr;
	}
	
	.media-with-text-column .wp-block-media-text__content {
		grid-column: unset !important;
		grid-row: unset !important;
	}
	
	.ul-custom-avd {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
		flex-basis: 100% !important;
		padding-bottom: 24px;
	}
	
	.ul-custom-avd li {
		margin-bottom: 0 !important;
		font-size: 16px !important;
		line-height: 1.5 !important;
	}
	
	.starting-position {
		gap: 24px !important;
	}
	
	.flex-image-away-x {
		margin-bottom: 32px !important;
	}
	
	.g-80-away {
		gap: 0 !important;
	}
	
	.pb-mb-0 {
		padding-bottom: 0 !important;
	}
	
	.mb-mb-0 {
		margin-bottom: 0 !important;
		flex-basis: 100% !important;
	}
	
	.page-id-9192 .wp-container-core-columns-is-layout-7 {
		gap: 1rem !important;
	}
	
	.fs-mb-33 {
		font-size: 33px !important;
		line-height: 1.3 !important;
	}
	
	.fs-mb-28 {
		font-size: 28px !important;
		line-height: 1.3 !important;
	}
	
	.fs-mb-20 {
		font-size: 28px !important;
		line-height: 1.3 !important;
	}
	
	.experience-looks .wp-block-column {
		padding: 12px !important;
	}
	
	.bg-ver-2 {
		max-height: 530px;
	}
}

.bg-ver-2 .has-maskx-no {
	line-height: 1.3 !important;
	font-weight: 500;
}

.page-id-9192 .row_padding_bottom {
	padding-bottom: clamp(50px, 5.556vw, 80px);
}

.page-id-9192 .row_padding_top {
	padding-top: clamp(50px, 5.556vw, 80px);
}

.heading-mb-16 .wp-block-heading {
	margin-bottom: 16px !important;
}

.heading-mb-16 p {
	margin-bottom: 24px !important;
}

.starting-position {
	gap: 23px;
}

.wp-block-buttons .has-black-background-color {
	background-color: #222 !important;
}

.lh-140 {
	line-height: 1.4 !important;
}

@media (max-width: 575px) {
	.page-id-9192 .uppercase-text h1.hero-title {
		font-size: 11.538vw !important;
		line-height: 1 !important;
	}
}

.why-now img {
	width: 100% !important;
}

.smooth-scroll-fixed main {
	height: unset !important;
}
