@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
:root {
	--mid-red: #b8252e;
	--pale-grey: #e6e2e4;
}
html {
  scroll-behavior: smooth;
}
body {
	font: 16px/1.5 'Lato', sans-serif;
}
@media screen and (min-width: 1201px) {
	body {
		font-size: 16px;
	}
}
@media screen and (min-width: 1921px) {
	body {
		font-size: 18px;
	}
}

.fs-7 {
	font-size: 14px;
}

.evolvesmall a {
	color: #294e95;
	text-decoration: none;
}

.evolvesmall a:hover {
	color: #294e95;
	text-decoration: underline;
}

.evolvesmall section.bg-pale-blue {
	background-color: #eaeef5;
}
.evolvesmall .text-mid-red {
	color: var(--mid-red);
}
#masthead.topbar {
	left: 0;
	width: 100%;
	padding: 10px 3rem;
	background-color: #4e444e;
	z-index: 999;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: all 1s ease;
	box-shadow: 0 10px 10px 10px rgba(0, 0, 0, 0.1);
	height: 62px;
	position: relative;
}
.scrolled #masthead.topbar {
}
#masthead.topbar a {
	color: #ffffff;
}
#masthead.topbar a:hover {
	color: var(--pale-blue);
	text-decoration: underline;
}
.evolvesmall .blade-hero {
	display: block;
	box-sizing: border-box;
	height: auto;
}

.evolvesmall .blade-hero.vh-70 {
	min-height: 70vh;
}
#evolvesmall-your-ai-journey.evolvesmall .blade-hero.vh-70 {
	min-height: 75vh;
}
#evolvesmall-home.evolvesmall .blade-hero {
	padding-top: 62px !important;
}
#evolvesmall-community.evolvesmall .blade-hero .content-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 992px) {
	#masthead.topbar {
		position: fixed;
	}
	.scrolled #masthead.topbar {
		top: 0px;
	}
	.scrolled .commonHeader {
		display: none !important;
	}

	.evolvesmall .blade-hero.vh-70 {
		min-height: 60vh;
	}
    #evolvesmall-community.evolvesmall .blade-hero {
        padding-top: 62px;
    }

}

@media screen and (max-width: 768px) {
	#evolvesmall-home.evolvesmall .blade-hero {
		padding-top: 375px !important;
		padding-bottom: 80px !important;
		height: auto;
	}

	.evolvesmall .blade-hero.vh-70 {
		min-height: 50vh;
	}
    #evolvesmall-community.evolvesmall .blade-hero .content-wrapper {
        position: absolute;
        bottom: 100px;
        top: unset;
        transform: unset;
    }
}

#evolvesmall-your-ai-journey.evolvesmall .blade-hero .content-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 992px) {
    #evolvesmall-your-ai-journey.evolvesmall .blade-hero {
        padding-top: 62px;
    }

}

@media screen and (max-width: 768px) {
    #evolvesmall-your-ai-journey.evolvesmall .blade-hero .content-wrapper {
        position: absolute;
        bottom: 100px;
        top: unset;
        transform: unset;
    }
    #evolvesmall-your-ai-journey.evolvesmall .old-blade-bg {
        object-position: top center;
    }
}

#masthead.topbar .text-logo {
	margin-right: 40px;
}
#masthead.topbar .text-logo a {
	font-size: 1.7rem;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#masthead.topbar .btn-dark-blue {
	background-color: #294e95;
	color: #fff;
	padding: 10px 24px;
}
#masthead.topbar .expandedNav .btn-dark-blue {
	background-color: #294e95;
	color: #294e95;
	margin-bottom: 20px;
}
#masthead.topbar .expandedNav .btn-dark-blue span {
	background-color: #294e95;
	color: #fff;
	padding: 10px 24px;
	border-radius: 5px;
}
#masthead.topbar .expandedNav .btn-dark-blue span {
	background-color: #294e95;
	color: #fff;
	padding: 10px 24px;
}
#masthead.topbar .expandedNav .btn-dark-blue:hover span {
	color: #294e95;
	background-color: #fff;
}
#masthead.topbar .btn-dark-blue:hover {
	background-color: #fff;
	color: #294e95;
	text-decoration: none;
}
#masthead.topbar .btn-mid-red {
	background-color: var(--mid-red);
	color: #fff;
	padding: 10px 24px;
}
#masthead.topbar .expandedNav .btn-mid-red {
	background-color: var(--mid-red);
	color: var(--mid-red);
	margin-bottom: 20px;
}
#masthead.topbar .expandedNav .btn-mid-red span {
	background-color: var(--mid-red);
	color: #fff;
	padding: 10px 24px;
	border-radius: 5px;
}
#masthead.topbar .expandedNav .btn-mid-red span {
	background-color: var(--mid-red);
	color: #fff;
	padding: 10px 24px;
}
#masthead.topbar .expandedNav .btn-mid-red:hover span {
	color: var(--mid-red);
	background-color: #fff;
}
#masthead.topbar .btn-mid-red:hover {
	background-color: #fff;
	color: var(--mid-red);
	text-decoration: none;
}
#masthead.topbar .topbar-actions {
	display: flex;
	align-items: center;
}
#masthead.topbar .topbar-actions a {
	display: none !important;
}
#masthead.topbar .topbar-actions-new a {
	display: block !important;
}
@media (max-width: 768px) {
	#masthead.topbar .topbar-actions-new a {
		display: none !important;
	}
}
#masthead.topbar .btn {
	margin: 0;
}
#pageMenu {
	flex-grow: 1;
}
#pageMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#pageMenu ul li {
	display: inline-block;
}
#pageMenu ul li:hover,
#pageMenu ul li:hover a {
	color: #000;
}
#pageMenu ul li.active {
	background: rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	padding: 8px;
}
#pageMenu ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	line-height: 1.5em;
	padding: 0 1.25em;
}
#masthead #header__mobile-trigger {
	width: 30px;
	height: 30px;
	position: relative;
	transform: rotate(0deg);
	transition: 0.5s ease-in-out;
	cursor: pointer;
	z-index: 11;
	display: none;
	text-align: left;
	float: right;
	margin-top: 5px;
}
#masthead #header__mobile-trigger span {
	min-width: 30px;
	cursor: pointer;
	display: block;
	position: absolute;
	height: 5px;
	width: 30px;
	background: #fff;
	border-radius: 10px;
	opacity: 1;
	left: 0;
	transform: rotate(0deg);
	transition: 0.2s ease-in-out;
	display: inline-block;
}
#masthead #header__mobile-trigger span:first-child {
	top: 0;
}
#masthead #header__mobile-trigger span:nth-child(2),
#masthead #header__mobile-trigger span:nth-child(3) {
	top: 10px;
}
#masthead #header__mobile-trigger span:nth-child(4) {
	top: 20px;
}
#masthead #header__mobile-trigger.open span:first-child {
	top: 10px;
	visibility: visible;
	transform: rotate(45deg);
}
#masthead #header__mobile-trigger.open span:nth-child(2) {
	transform: rotate(45deg);
}
#masthead #header__mobile-trigger.open span:nth-child(3) {
	transform: rotate(-45deg);
}
#masthead #header__mobile-trigger.open span:nth-child(4) {
	top: 10px;
	visibility: visible;
	transform: rotate(-45deg);
}
#masthead #header__mobile-trigger span i {
	padding: 0.8rem 0 0;
	float: right;
	display: none;
	font-size: 1.8rem;
	line-height: 0.2rem;
	min-width: 1.6rem;
}
#masthead #header__mobile-trigger span.menu_state {
	display: inline-block;
}
@media (min-width: 1400px) {
	nav#pageMenu ul {
		display: block !important;
	}
}
@media (max-width: 1400px) {
	#masthead #header__mobile-trigger {
		display: block;
	}
	.text-logo {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		width: max-content;
		margin-right: 0;
	}
	nav#pageMenu {
		position: absolute;
		top: 60px;
		background: #4e444e;
		left: 0;
		width: 100%;
		z-index: 10;
	}
	nav#pageMenu ul {
		display: none;
		background: #4e444e;
	}
	nav#pageMenu ul li {
		width: 100%;
		margin: 0;
		text-align: center;
	}
	nav#pageMenu ul li a {
		display: block;
		padding: 18px 3rem;
		color: #fff;
	}
}
@media screen and (max-width: 768px) {
	#masthead.topbar .topbar-actions {
		display: none;
	}
}
.evolvesmall .container-fluid {
	max-width: 1920px;
}
.evolvesmall section {
	padding: 40px 0;
}
.evolvesmall section.blade-hero {
	padding: 0;
}
.evolvesmall section.pt-50 {
	padding-top: 50px;
}
.evolvesmall section.pt-75 {
	padding-top: 75px;
}
.evolvesmall section.pt-100 {
	padding-top: 50px;
}
@media screen and (max-width: 768px) {
	.evolvesmall .no-x-padding {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.evolvesmall .custom-x-padding {
		padding-left: 35px !important;
		padding-right: 35px !important;
	}
}
.evolvesmall .vh-35 {
	height: auto;
}
.evolvesmall .desktop-only {
	display: none;
}
.evolvesmall .mobile-only {
	display: inline-block;
}
/* .evolvesmall .row > * {
	padding-left: 18px;
	padding-right: 18px;
} */
@media screen and (min-width: 769px) {
	.evolvesmall .desktop-only {
		display: inline-block;
	}
	.evolvesmall .mobile-only {
		display: none;
	}
	.evolvesmall section {
		padding: 50px 0;
	}
	.evolvesmall section.pt-100 {
		padding-top: 100px;
	}
}
@media screen and (min-width: 1201px) {
	.evolvesmall .vh-35 {
		height: 35vh;
	}
	.evolvesmall .container-fluid {
		padding-left: 5em;
		padding-right: 5em;
	}
	.evolvesmall section {
		padding: 60px 0;
	}
}
@media screen and (min-width: 1201px) {
	.evolvesmall section.py-100 {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.evolvesmall .mb-30px {
		margin-bottom: 30px;
	}
	.evolvesmall .pb-40px {
		padding-bottom: 40px;
	}
}
.evolvesmall h1.title {
	font-weight: bold;
}
.evolvesmall h2.title {
	font-size: 32px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: bold;
}
.evolvesmall p.body-text,
.evolvesmall p.video-description,
.evolvesmall p.story-content {
	font-size: 18px;
	margin-bottom: 0.65em;
}
@media screen and (max-width: 768px) {
	.evolvesmall p.body-text,
	.evolvesmall p.video-description,
	.evolvesmall p.story-content {
		font-size: 16px;
	}
}
.evolvesmall .fit-content {
	height: fit-content;
}
.evolvesmall .gradient-bg {
	background-image: url('https://p1-ofp.static.pub/ShareResource/evolvesmall/images/lenovo-evolve-small-gradient-background.png');
	background-size: cover;
	background-position: center;
	background-image: url('https://p4-ofp.static.pub/ShareResource/evolvesmall/images/lenovo-evolve-small-gradient-background-mobile.png');
}
.evolvesmall .gradient-bg-red {
	background-image: url('https://p3-ofp.static.pub/ShareResource/evolvesmall/2025/images/lenovo-evolvesmall-red-gradient.png');
	background-size: cover;
	background-position: center;
}
.evolvesmall .footer-gradient-bg {
	background-image: url('https://p2-ofp.static.pub/ShareResource/evolvesmall/2025/images/lenovo-evolvesmall-footer-gradient.jpg');
	background-size: cover;
	background-position: center;
}
.evolvesmall .pale-grey-bg {
	background-color: var(--pale-grey);
}
.evolvesmall .light-grey-bg {
	background-color: #efefef;
}
.evolvesmall .celebrating-winners .blade-bg {
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: right;
	height: 100%;
	width: 100%;
	max-width: 100%;
	max-height: 100%;
}
@media screen and (max-width: 768px) {
	.evolvesmall .blade-hero {
		background-image: url('https://p1-ofp.static.pub/ShareResource/evolvesmall/images/lenovo-evolve-small-gradient-background.png');
		background-size: cover;
		background-position: center;
		color: #fff;
		background-image: url('https://p4-ofp.static.pub/ShareResource/evolvesmall/images/lenovo-evolve-small-gradient-background-mobile.png');
	}
}
.evolvesmall section.blade-text-video .embed-video {
	position: relative;
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
}
.evolvesmall .row-custom {
	padding: 1em;
}
@media screen and (min-width: 769px) {
	.evolvesmall .row-custom {
		padding-left: 2em;
		padding-right: 2em;
	}
}
.evolvesmall .video-wrapper,
.evolvesmall .story-wrapper {
	margin-bottom: 2em;
}
.evolvesmall .embed-video {
	position: relative;
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
}
.evolvesmall .story-image {
	overflow: hidden;
}
.evolvesmall .story-image img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.evolvesmall .story-image.follow-rule {
	position: relative;
	min-height: 100px;
}
.evolvesmall .story-image.follow-rule img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	min-height: 100px;
}
@media screen and (min-width: 1200px) {
	.evolvesmall .story-image.follow-rule {
		min-height: 200px;
	}
	.evolvesmall .story-image.follow-rule img {
		min-height: 200px;
	}
}
@media screen and (min-width: 1200px) {
	.evolvesmall .story-image.follow-rule {
		min-height: 200px;
	}
	.evolvesmall .story-image.follow-rule img {
		min-height: 200px;
	}
}
.evolvesmall h4.video-title,
h4.story-title {
	margin: 24px 0 10px;
	font-size: 20px;
	font-weight: 600;
	min-height: 47px;
}
.evolvesmall p.video-description,
p.story-content {
	margin: 5px 0 20px;
}
.evolvesmall .btn-learn-more {
	color: #294e95;
	padding: 10px 24px;
	border-radius: 5px;
	border: 1px solid #294e95;
	text-decoration: none;
	display: inline-block;
	letter-spacing: 1px;
	cursor: pointer;
}

.evolvesmall .btn-learn-more:hover {
	background-color: #294e95;
	color: #fff;
}
.evolvesmall .btn-learn-more-blue {
	color: #fff;
	background-color: #294e95;
}
.evolvesmall .btn-learn-more-blue:hover {
	background-color: #fff;
	color: #294e95;
}
.evolvesmall .btn-learn-more-black {
	color: #fff;
	background-color: #000;
}
.evolvesmall .btn-learn-more-black:hover {
	background-color: #fff;
	color: #000;
}
.evolvesmall .btn-learn-more-dark {
	color: #fff;
	background-color: #294e95;
}
.evolvesmall .btn-learn-more-dark:hover {
	color: #294e95;
	background-color: #fff;
}
.evolvesmall .btn-learn-more-white {
	color: #fff;
	border: 1px solid #fff;
}
.evolvesmall .btn-learn-more-white:hover {
	background-color: #294e95;
}
section.blade-hero {
	color: #000;
}
@media screen and (min-width: 769px) {
	section.blade-hero {
		color: #fff;
		padding: 0;
		height: 50vh;
		min-height: 520px;
	}
	section.blade-hero .row-custom {
		height: 50vh;
		min-height: 520px;
	}
	section.blade-hero.vh-70 .row-custom {
		height: auto;
		min-height: calc(70vh - 122px);
	}
}
@media screen and (min-width: 1200px) {
	section.blade-hero {
		color: #fff;
		padding: 0;
		height: 50vh;
		min-height: 640px;
	}
	section.blade-hero .row-custom {
		height: 50vh;
		min-height: 640px;
	}
}
section.blade-hero .scroll-down-arrow {
	bottom: 5%;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	opacity: 1;
	z-index: 2;
	animation: moveUpDown 1s ease-in-out infinite;
	cursor: auto;
}
section.blade-hero .blade-bg {
	background: #1e1e1e center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
#evolvesmall-aid section.blade-hero .blade-bg {
	background-image: url('https://p3-ofp.static.pub/ShareResource/evolvesmall/images/lenovo-evolve-small-aid-banner.png');
}
section.blade-hero .hero-content .title {
	font-size: 35px;
	font-weight: 900;
}
@media screen and (min-width: 769px) {
	section.blade-hero .hero-content .title {
		font-size: 50px;
	}
}
section.blade-hero .hero-content p {
	font-size: 16px;
	line-height: 1.5em;
}
@media screen and (min-width: 769px) {
	section.blade-hero .hero-content p {
		font-size: 18px;
		line-height: 1.5em;
	}
}
section.blade-hero .queen-of-small {
	max-width: 50%;
	margin-bottom: 10px;
	z-index: 2;
}
@media screen and (min-width: 769px) {
	section.blade-hero .queen-of-small {
		max-width: 100%;
		margin-top: 0;
		margin-bottom: 0;
	}
}
section.blade-hero .hero-content .logos {
	margin-top: 40px;
}
section.blade-hero .hero-content .logos img {
	height: 30px;
	margin-right: 20px;
	margin-bottom: 20px;
}
section.blade-hero .hero-top-logos {
	position: absolute;
	display: flex;
	z-index: 2;
	justify-content: center;
	top: 30px;
	text-align: center;
	right: 0;
}
@media screen and (max-width: 992px) {
	section.blade-hero .hero-top-logos {
		position: absolute;
		display: flex;
		z-index: 2;
		justify-content: center;
		top: 92px;
		text-align: center;
		right: 0;
	}
}
@media screen and (max-width: 768px) {
	section.blade-hero .hero-top-logos {
		position: absolute;
		display: flex;
		z-index: 2;
		justify-content: center;
		top: unset;
		bottom: 30px;
		text-align: center;
		right: 0;
	}
	section.blade-hero .scroll-down-arrow {
		bottom: 2.5%;
	}
}
section.blade-hero .hero-bottom-logos {
	display: flex;
	z-index: 2;
	justify-content: center;
	bottom: 30px;
	text-align: center;
	right: 0;
}
section.blade-hero .hero-bottom-logos img {
	height: 25px;
	margin-right: 0;
	margin-bottom: 0;
	place-self: flex-start;
}
section.blade-hero .hero-bottom-logos img:last-child {
	margin-left: 10px;
}
@media screen and (min-width: 769px) {
	section.blade-hero .hero-bottom-logos {
		justify-content: left;
		position: absolute;
		text-align: left;
		margin-top: 20px;
	}
	section.blade-hero .hero-bottom-logos img {
		height: 30px;
		margin-right: 30px;
		place-self: center;
	}
}
@media screen and (min-width: 769px) and (max-width: 1500px) {
	section.blade-hero .hero-bottom-logos {
		flex-direction: row;
	}
}
#evolvesmall-home section.blade-hero {
	padding-bottom: 30px;
}
@media screen and (min-width: 769px) {
	#evolvesmall-home section.blade-hero {
		padding-bottom: 60px;
	}
}
#evolvesmall-home section.blade-hero .container-fluid {
	z-index: 3;
}
#evolvesmall-home section.blade-hero .hero-content {
	color: #fff;
	z-index: 3;
}
.evolvesmall .container-fluid {
	z-index: 3;
}
.evolvesmall section.blade-hero:before {
	content: '';
	background: #000;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	background: transparent;
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.4) 60%,
		rgba(0, 0, 0, 0.8) 100%
	);
	top: 50%;
	z-index: 2;
}
#evolvesmall-home section.blade-hero:after {
	content: '';
	top: 0;
	left: 0;
	right: 10%;
	bottom: 0;
	position: absolute;
	background: linear-gradient(
		270deg,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.5) 60%,
		rgba(0, 0, 0, 0.7) 100%
	);
	z-index: 1;
}
#evolvesmall-home section.blade-hero.no-shadow:after {
	content: unset;
}
#evolvesmall-home.evolvesmall .blade-hero .row > * {
	z-index: 2;
}
@media screen and (max-width: 769px) {
	#evolvesmall-home section.blade-hero:after {
        display: none;
		content: '';
		top: 0;
		left: 0;
		right: 0%;
		bottom: 0;
		position: absolute;
		background: linear-gradient(
			270deg,
			rgba(0, 0, 0, 0) 0%,
			rgba(0, 0, 0, 0.65) 55%,
			rgba(0, 0, 0, 0.8) 100%
		);
		z-index: 1;
	}
}
@media screen and (min-width: 769px) {
	#evolvesmall-home section .hero-container {
		flex-direction: row;
	}
}
@media screen and (min-width: 1201px) {
	#evolvesmall-home section .hero-container {
		flex-direction: row;
	}
}
.evolvesmall .group-btns {
	position: absolute;
	bottom: 0;
	transform: translate(-50%, 50%);
	left: 50%;
	z-index: 2;
	width: 100%;
	overflow: hidden;
}
@media screen and (min-width: 769px) {
	.evolvesmall .group-btns {
		width: 80%;
		overflow: hidden;
	}
}
@media screen and (min-width: 769px) {
	.evolvesmall .group-btns {
		width: 80%;
	}
}
.group-btns .col-5:first-child {
	padding-right: 18px;
}
.group-btns .col-5:last-child {
	padding-left: 18px;
}

.evolvesmall .group-btns .btn-cta {
	background-color: #e1251b;
	color: #fff;
	z-index: 2;
	height: 100%;
	font-size: 13px;
	padding: 10px;
}
@media screen and (min-width: 769px) {
	.evolvesmall .group-btns .btn-cta {
		padding: 20px;
	}
}
.evolvesmall .group-btns .btn-cta:hover {
	background: #871c23;
}
.evolvesmall .btn-lenovo-red {
	background-color: var(--mid-red);
	color: #fff;
	z-index: 2;
	padding: 10px 24px;
	margin-top: 24px;
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
	border-radius: 25px;
	border: 1px solid var(--mid-red);
}
.evolvesmall .btn-lenovo-red:hover {
	background: #fff;
	color: var(--mid-red);
}
.evolvesmall .btn-lenovo-white-red {
	background-color: #fff;
	color: var(--mid-red);
	border: 1px solid var(--mid-red);
	z-index: 2;
	padding: 10px 24px;
	margin-top: 24px;
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
	border-radius: 5px;
}
.evolvesmall .btn-lenovo-white-red:hover {
	background: var(--mid-red);
	color: #fff;
}
.evolvesmall .partner-logo {
	padding: 2em;
}
.evolvesmall .partner-logo .place-holder-logo {
	height: 100px;
	width: 200px;
	background-color: #000;
}
.evolvesmall .partner-logo img {
	height: 120px;
}
.evolvesmall .partner-logo:last-child img {
	height: 60px;
	margin-top: 20px;
}
#evolvesmall-home section.blade-hero .blade-bg {
	background: url('https://p3-ofp.static.pub/ShareResource/evolvesmall/images/lenovo-evolve-small-home-banner.png') top center;
	z-index: 1;
}
#evolvesmall-community section.blade-hero .blade-bg {
	background-image: url('https://p2-ofp.static.pub/ShareResource/evolvesmall/images/lenovo-evolve-small-community-banner.png');
}
#evolvesmall-business section.blade-hero .blade-bg {
	background-image: url('https://p3-ofp.static.pub/ShareResource/evolvesmall/images/lenovo-evolve-small-business-banner.png');
}
#evolvesmall-solutions section.blade-hero .blade-bg {
	background-image: url('https://p2-ofp.static.pub/ShareResource/evolvesmall/images/lenovo-evolve-small-solutions-banner.png');
}
#evolvesmall-video section.blade-hero .blade-bg {
	background-image: url('https://p4-ofp.static.pub/ShareResource/evolvesmall/images/lenovo-evolve-small-video-banner.png');
}
@media screen and (max-width: 768px) {
	#evolvesmall-home section.blade-hero .blade-bg {
		background: url('https://p1-ofp.static.pub/ShareResource/evolvesmall/images/lenovo-evolve-small-home-banner-mobile.png')
			top right;
	}
}
.evolvesmall .newleters-signup {
	margin-top: 1em;
	background-color: #eaeef5;
	padding: 20px;
}
@media screen and (max-width: 768px) {
	.evolvesmall .blade-hero .hero-image,
	.evolvesmall .blade-hero .hero-copy {
		min-height: 250px;
		object-fit: cover;
	}
}
@media screen and (max-width: 768px) {
	.evolvesmall .blade-hero .hero-image,
	.evolvesmall .blade-hero .hero-copy {
		min-height: 250px;
		object-fit: cover;
	}
}
@media screen and (min-width: 769px) {
	.evolvesmall .newleters-signup {
		margin-top: 0;
	}
}
.evolvesmall .modal-video-container {
	position: relative;
	width: 100%;
}
.evolvesmall .js-modal-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: transparent;
	border: none;
	border-radius: 50%;
	color: #fff;
	font-size: 20px;
	padding: 0;
}
.evolvesmall img.js-modal-btn {
	position: relative;
	top: unset !important;
	left: unset !important;
	transform: unset !important;
	background: transparent;
	border: none;
	border-radius: 0 !important;
	color: #fff;
	font-size: 20px;
	padding: 0;
}
.evolvesmall img.js-modal-btn.play-btn {
	position: absolute;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
	background: transparent;
	border: none;
	color: #fff;
	font-size: 20px;
	padding: 0;
}
.evolvesmall .video-thumbnail {
	position: relative;
	overflow: hidden;
	aspect-ratio: 4/3;
	width: 100%;
	object-fit: cover;
}
.evolvesmall .video-thumbnail .video-thumbnail-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.evolvesmall .video-thumbnail .video-thumbnail-title {
	position: absolute;
	bottom: 0;
	width: auto;
	color: #fff;
	padding: 40px;
	display: flex;
	justify-content: space-between;
	z-index: 1;
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 1) 100%
	);
	border-radius: 0 0 20px 20px;
	width: 100%;
}
.evolvesmall .video-thumbnail .video-thumbnail-title .js-modal-btn {
	position: relative;
	top: unset !important;
	left: unset !important;
	transform: unset !important;
	display: flex;
	align-self: self-end;
}
.evolvesmall .video-thumbnail .video-thumbnail-title .js-modal-btn img {
	width: 40px;
}
.evolvesmall section.blade-chief-quote {
	margin-top: 100px;
	position: relative;
	background-color: #eaeef5;
	padding: 100px 0 50px;
}
@media screen and (min-width: 769px) {
	.evolvesmall section.blade-chief-quote {
		padding: 130px 0 50px;
	}
}
.evolvesmall .profile-image {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	aspect-ratio: 1/1;
	width: 200px;
}
.evolvesmall .profile-details {
	position: relative;
	text-align: center;
	margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
	.evolvesmall .profile-details {
		position: absolute;
		left: calc(50% + 140px);
		top: 10px;
		text-align: left;
	}
}
.evolvesmall .profile-details h5 {
	font-weight: bold;
}
.evolvesmall section.blade-gray-quote {
	background-color: #e6e2e4;
	max-width: 920px;
	margin: auto 20px;
	padding: 0;
}
@media screen and (min-width: 769px) {
	.evolvesmall section.blade-gray-quote {
		margin: auto;
	}
	@media screen and (min-width: 769px) {
		.evolvesmall section.blade-gray-quote {
			margin: auto;
		}
	}
}
.evolvesmall section.blade-gray-quote img {
	height: 30px;
}
.evolvesmall section.blade-gray-quote .container-fluid {
	padding: 20px 30px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
	.evolvesmall section.blade-gray-quote {
		margin: auto 50px;
	}
}
.evolvesmall section.group-section {
	background-color: #eaeef5;
}
.evolvesmall section.group-section section.blade-quote {
	padding: 0;
}
.evolvesmall section.group-section section.blade-products {
	padding-bottom: 10px;
}
.blade-products .product-item {
	padding: 20px;
}
.blade-products .product-item img {
	height: 250px;
	width: 100%;
	object-fit: contain;
}
.blade-products .product-item a {
	text-decoration: none;
	color: #000;
}
.evolvesmall .quote-upper {
	color: #fff;
	font-weight: bold;
	font-size: 28px;
	margin-bottom: 0;
	padding-bottom: 30px;
	padding-top: 0;
}
@media screen and (min-width: 769px) {
	.evolvesmall .quote-upper {
		padding: 1em;
	}
}
.smallBusinessRevolution-wapper {
	padding: 0 20px 20px !important;
}
.smallBusinessRevolution {
	background-image: url('https://p3-ofp.static.pub/ShareResource/evolvesmall/images/evolvesmall-bggradient01.png');
	background-position: center center;
	background-size: cover;
	border-radius: 5px;
	color: #fff;
}
.smallBusinessRevolution img {
	width: 80%;
	display: block;
	margin: 10px auto;
}
.smallBusinessRevolution .barText {
	border-left: 1px solid #fff;
	padding: 15px 50px;
	display: block;
}
.smallBusinessRevolution .text-center {
	padding: 15px 50px;
	display: block;
}
.smallBusinessRevolution h3 {
	font-size: 1.5em;
	line-height: 28px;
	font-weight: bold;
	margin-bottom: 0;
}
@media screen and (min-width: 769px) {
	.smallBusinessRevolution h3 {
		font-size: 38px;
		line-height: 42px;
	}
}
.smallBusinessRevolution p {
	margin-bottom: 0;
}
.smallBusinessRevolution .btn {
	background-color: #3e8ddd;
}
.evolvesmall .ambassador-name {
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
	padding-top: 0;
}
@media screen and (min-width: 769px) {
	.evolvesmall .quote-upper {
		padding: 1em;
	}
	.smallBusinessRevolution h3 {
		font-size: 38px;
		line-height: 42px;
	}
}
.evolvesmall .footer-logo {
	height: 40px;
	margin: 30px 20px;
	max-width: 100%;
}
.modal-video-movie-wrap iframe {
	min-height: 200px;
}
.modal-body {
	max-width: 100%;
	padding: 0;
}
.commonHeaderPlaceHolder {
	height: 120px !important;
}
p {
	margin-bottom: 0;
}
dl,
ol,
ul {
	margin-bottom: 0;
}
.stories-slick .story-image {
	width: 100%;
	height: auto;
	object-fit: cover;
	aspect-ratio: 64/30;
	border-radius: 1em;
}
.stories-slick .slick-disabled,
.success-slick .slick-disabled,
.ambassador-slick .slick-disabled {
	display: none !important;
}
.stories-slick p.story-content {
	min-height: 81px;
}
.stories-slick .story-image img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.slick-prev,
.slick-next {
	z-index: 10;
}
@media screen and (max-width: 768px) {
    .slick-prev {
        left: 0;
    }
    .slick-next {
        right: 0;
    }
}
.slick-next:before {
	content: '';
	background-image: url('https://p4-ofp.static.pub/ShareResource/evolvesmall/2025/images/lenovo-evolvesmall-chevron-right.png');
	width: 13px;
	height: 21px;
}
.slick-prev:before {
	content: '';
	background-image: url('https://p4-ofp.static.pub/ShareResource/evolvesmall/2025/images/lenovo-evolvesmall-chevron-left.png');
	width: 13px;
	height: 21px;
}
.blade-stories {
	max-width: 100%;
	overflow-x: hidden;
}
/* @media screen and (max-width: 768px) {
    .evolvesmall section.blade-stories {
        padding-top: 0;
    }
} */
.btn-learn-more-text {
	color: #294e95;
	text-decoration: none;
	display: inline-block;
	letter-spacing: 1px;
	border-bottom: 1px solid transparent;
	border-radius: 5px;
	padding: 10px 24px;
}
.btn-learn-more-text:hover {
	color: #294e95;
	border-bottom: 1px solid #294e95;
}
.gradient-bg .btn-learn-more-text {
	color: #294e95;
	background-color: #fff;
	margin-top: 1.5em;
	border: 1px solid #294e95;
}
.gradient-bg .btn-learn-more-text:hover {
	color: #fff;
	background-color: #294e95;
	text-decoration: none;
}
.gradient-bg .btn-learn-more-text.transparent {
	color: #fff;
	background-color: transparent;
	border: 1px solid #fff;
}
.gradient-bg .btn-learn-more-text.transparent:hover {
	color: #294e95;
	background-color: #fff;
}
.packages-table {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 3fr repeat(3, 1fr);
	grid-column-gap: 0;
	grid-row-gap: 0;
	font-size: 18px;
}
.packages-table.show-extra {
	grid-template-rows: 3fr repeat(8, 1fr);
}
.packages-table [class^='item'] p {
	margin: auto;
	text-align: center;
	color: #fff;
	word-break: normal;
}

@media screen and (min-width: 1500px) {
	.packages-table [class^='item'] p {
		width: 70%;
	}
}
@media screen and (max-width: 992px) {
	.packages-table [class^='item'] p {
		width: 80%;
	}
}

.packages-table a {
	color: #fff;
	text-decoration: underline;
}
.item-header {
	margin: 30px auto;
	font-weight: bold;
	font-size: 38px;
}
.item-header img {
	max-width: 270px;
	max-height: 270px;
	width: 100%;
	height: 100%;
}
.item-details {
	border-bottom: 1px solid #e1251b;
	padding: 10px 0;
	display: inherit;
	align-items: center;
}
.item-details.extra {
	display: none;
}
.mode-features {
	margin-top: 20px;
	border-bottom: none;
}
.mode-features a {
	font-size: 16px;
	padding: 8px 12px;
	border-radius: 3px;
	text-decoration: none;
	background-color: rgb(201, 208, 240);
	color: #000;
}
.mode-features a:hover {
	background-color: #b5c0f3;
	color: #000;
}
@media screen and (max-width: 992px) {
	.item-details.extra {
		display: inherit;
	}
	.mode-features {
		display: none;
	}
}
.show-extra .item-details.extra {
	display: inherit;
}
.item-1-1 {
	grid-area: 1 / 1 / 2 / 2;
}
.item-1-2 {
	grid-area: 2 / 1 / 3 / 2;
}
.item-1-3 {
	grid-area: 3 / 1 / 4 / 2;
}
.item-1-4 {
	grid-area: 4 / 1 / 5 / 2;
}
.item-1-5 {
	grid-area: 5 / 1 / 6 / 2;
}
.item-1-6 {
	grid-area: 6 / 1 / 7 / 2;
}
.item-1-7 {
	grid-area: 7 / 1 / 8 / 2;
}
.item-1-8 {
	grid-area: 8 / 1 / 9 / 2;
}
.item-1-9 {
	grid-area: 9 / 1 / 10 / 2;
}
.item-1-10 {
	grid-area: 10 / 1 / 11 / 2;
}
.item-2-1 {
	grid-area: 1 / 2 / 2 / 3;
}
.item-2-2 {
	grid-area: 2 / 2 / 3 / 3;
}
.item-2-3 {
	grid-area: 3 / 2 / 4 / 3;
}
.item-2-4 {
	grid-area: 4 / 2 / 5 / 3;
}
.item-2-5 {
	grid-area: 5 / 2 / 6 / 3;
}
.item-2-6 {
	grid-area: 6 / 2 / 7 / 3;
}
.item-2-7 {
	grid-area: 7 / 2 / 8 / 3;
}
.item-2-8 {
	grid-area: 8 / 2 / 9 / 3;
}
.item-2-9 {
	grid-area: 9 / 2 / 10 / 3;
}
.item-2-10 {
	grid-area: 10 / 2 / 11 / 3;
}
.item-3-1 {
	grid-area: 1 / 3 / 2 / 4;
}
.item-3-2 {
	grid-area: 2 / 3 / 3 / 4;
}
.item-3-3 {
	grid-area: 3 / 3 / 4 / 4;
}
.item-3-4 {
	grid-area: 4 / 3 / 5 / 4;
}
.item-3-5 {
	grid-area: 5 / 3 / 6 / 4;
}
.item-3-6 {
	grid-area: 6 / 3 / 7 / 4;
}
.item-3-7 {
	grid-area: 7 / 3 / 8 / 4;
}
.item-3-8 {
	grid-area: 8 / 3 / 9 / 4;
}
.item-3-9 {
	grid-area: 9 / 3 / 10 / 4;
}
.item-3-10 {
	grid-area: 10 / 3 / 11 / 4;
}
@media screen and (max-width: 992px) {
	.packages-table {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(1, 1fr);
		grid-column-gap: 0;
		grid-row-gap: 0;
	}
	.item-1-1 {
		grid-area: 1 / 1 / 1 / 2;
	}
	.item-1-2 {
		grid-area: 2 / 1 / 2 / 2;
	}
	.item-1-3 {
		grid-area: 3 / 1 / 3 / 2;
	}
	.item-1-4 {
		grid-area: 4 / 1 / 4 / 2;
	}
	.item-1-5 {
		grid-area: 5 / 1 / 5 / 2;
	}
	.item-1-6 {
		grid-area: 6 / 1 / 6 / 2;
	}
	.item-1-7 {
		grid-area: 7 / 1 / 7 / 2;
	}
	.item-1-8 {
		grid-area: 8 / 1 / 8 / 2;
	}
	.item-1-9 {
		grid-area: 9 / 1 / 9 / 2;
		border-bottom: none;
	}
	.item-1-10 {
		grid-area: 10 / 1 / 10 / 2;
		border-bottom: none;
	}
	.item-2-1 {
		grid-area: 11 / 1 / 11 / 2;
	}
	.item-2-2 {
		grid-area: 12 / 1 / 12 / 2;
	}
	.item-2-3 {
		grid-area: 13 / 1 / 13 / 2;
	}
	.item-2-4 {
		grid-area: 14 / 1 / 14 / 2;
	}
	.item-2-5 {
		grid-area: 15 / 1 / 15 / 2;
	}
	.item-2-6 {
		grid-area: 16 / 1 / 16 / 2;
	}
	.item-2-7 {
		grid-area: 17 / 1 / 17 / 2;
		border-bottom: none;
	}
	.item-2-8 {
		grid-area: 18 / 1 / 18 / 2;
		display: none !important;
	}
	.item-2-9 {
		grid-area: 19 / 1 / 19 / 2;
		display: none !important;
	}
	.item-2-10 {
		grid-area: 20 / 1 / 20 / 2;
	}
	.item-3-1 {
		grid-area: 21 / 1 / 21 / 2;
	}
	.item-3-2 {
		grid-area: 22 / 1 / 22 / 2;
	}
	.item-3-3 {
		grid-area: 23 / 1 / 23 / 2;
		border-bottom: none;
	}
	.item-3-4 {
		grid-area: 24 / 1 / 24 / 2;
		display: none !important;
	}
	.item-3-5 {
		grid-area: 25 / 1 / 25 / 2;
		display: none !important;
	}
	.item-3-6 {
		grid-area: 26 / 1 / 26 / 2;
		display: none !important;
	}
	.item-3-7 {
		grid-area: 27 / 1 / 27 / 2;
		display: none !important;
	}
	.item-3-8 {
		grid-area: 28 / 1 / 28 / 2;
		display: none !important;
	}
	.item-3-9 {
		grid-area: 29 / 1 / 29 / 2;
		display: none !important;
	}
	.item-3-10 {
		grid-area: 30 / 1 / 30 / 2;
	}
}
.bg-gray {
	background-color: #eaeef5;
}
.rounded-20 {
	border-radius: 20px;
}
.rounded-25 {
	border-radius: 26px;
}
.old-blade-bg {
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center;
	height: 100%;
	width: 100%;
	max-width: 100%;
	max-height: 100%;
}
.old-blade-bg.right {
	object-position: right;
}

@media screen and (max-width: 768px) {
    .old-blade-bg {
        object-position: top center;
    }
}

.new-blade-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 0;
}

.new-blade-bg iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100vw;
	height: 56.25vw;
	min-height: 100vh;
	min-width: 177.78vh;
	transform: translate(-50%, -50%);
	object-fit: cover;
}

.evolvesmall .gradient-bg {
	background-image: url('https://p4-ofp.static.pub/ShareResource/evolvesmall/2023/images/background-grad-2023.jpg');
	background-size: cover;
	background-position: center;
}
section.blade-hero .hero-bottom-logos-v2 {
	display: block;
	text-align: left;
	margin-top: 50px;
}
section.blade-hero .hero-bottom-logos-v2 img {
	height: 25px;
	margin-right: 30px;
	margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
	section.blade-hero .hero-bottom-logos-v2 img {
		height: 30px;
	}
}
@media screen and (max-width: 560px) {
	section.blade-hero .hero-bottom-logos-v2 {
		display: flex;
		justify-content: space-between;
	}
	section.blade-hero .hero-bottom-logos-v2 img {
		margin-right: 0;
		height: 22px;
	}
	.old-blade-bg {
		object-position: top center;
	}
}

@media screen and (min-width: 1200px) {
	.evolvesmall .container-fluid-half {
		max-width: calc(1920px / 2);
		padding-left: 7em;
	}
}
.container-fluid-half {
	width: 100%;
	padding-right: var(--bs-gutter-x, 0.75rem);
	padding-left: var(--bs-gutter-x, 0.75rem);
	margin-right: 0;
	margin-left: auto;
}
.ambassador-slick .slick-prev,
.ambassador-slick .slick-next {
	top: 20%;
}
.ambassador-slick.slick-initialized .slick-slide:not(.slick-active) {
	opacity: 0;
}

.common_footer a {
	text-decoration: none !important;
}

.what-is-evolve-small {
	background-color: #eaeef5;
	padding: 50px 0;
}

.what-is-evolve-small .display-stats {
	font-size: 50px;
	font-weight: bold;
}

.fade-object {
	opacity: 0;
	transform: translateY(50px);
	transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-object.show {
	opacity: 1;
	transform: translateY(0);
}

@keyframes moveUpDown {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-20px);
	}
}

.custom-slider .slick-dots {
	bottom: -30px;
}

.custom-slider .slick-dots li {
	position: relative;
	display: inline-block;
	width: 15px;
	height: 15px;
	padding: 0;
	cursor: pointer;
    margin: 0 8px 0 0;
}
.custom-slider .slick-dots li button {
	display: block;
	width: 0px;
	height: 0px;
	padding: 5px;
	cursor: pointer;
	border: 0;
	outline: none;
	background: transparent;
}
.custom-slider .slick-dots li button:before {
	width: 10px;
	height: 10px;
	content: '' !important;
	opacity: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border: 1px solid #ffffff;
	border-radius: 50%;
	background-color: #fff;
	margin: 10px;
}
.custom-slider .slick-dots li.slick-active button:before {
	background-color: transparent;
}

.custom-slider.red-dots .slick-dots li button:before {
	background-color: var(--mid-red);
	border: 1px solid var(--mid-red);
}
.custom-slider.red-dots .slick-dots li.slick-active button:before {
	background-color: transparent;
}

.custom-slider.black-dots .slick-dots li button:before {
	background-color: #ccc;
	border: 1px solid #ccc;
}
.custom-slider.black-dots .slick-dots li.slick-active button:before {
	background-color: #000;
}

.custom-slider .slick-prev,
.custom-slider .slick-next {
	background: #eaeef5;
}
.custom-slider.white-arrow .slick-prev,
.custom-slider.white-arrow .slick-next {
	background: #fff;
}
.rounded-15 {
	border-radius: 15px;
}

.accordion-transparent {
	background-color: transparent;
	border: none;
	box-shadow: none;
}
.accordion-transparent .accordion-item {
	background-color: transparent;
	border: none;
	box-shadow: none;
	border-bottom: 1px solid #fff;
	padding: 15px 0;
}
.accordion-transparent .accordion-item:last-child {

}
.accordion-transparent .accordion-button {
	background-color: transparent;
	border: none;
	box-shadow: none;
	font-size: 18px;
	font-weight: bold;
}
.accordion-transparent .accordion-body {
	padding-top: 0px;
	width: 80%;
}
@media screen and (max-width: 768px) {
	.accordion-transparent .accordion-body {
		width: 100%;
	}
}
.accordion-transparent .accordion-collapse {
	transition: height 0.3s ease;
}

.accordion-button::after {
	background-image: url('data:image/svg+xml,<svg width="23" height="22" viewBox="0 0 23 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.9054 1.21473C12.3196 0.628944 11.3699 0.628944 10.7841 1.21473L1.23812 10.7607C0.652338 11.3465 0.652338 12.2962 1.23812 12.882C1.82391 13.4678 2.77366 13.4678 3.35945 12.882L11.8447 4.39671L20.33 12.882C20.9158 13.4678 21.8655 13.4678 22.4513 12.882C23.0371 12.2962 23.0371 11.3465 22.4513 10.7607L12.9054 1.21473ZM13.3447 21.7754L13.3447 2.27539H10.3447L10.3447 21.7754H13.3447Z" fill="black"/></svg>');
	background-size: 12px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fff;
	border-radius: 50%;
}
.accordion-button:not(.collapsed)::after {
	background-image: url('data:image/svg+xml,<svg width="23" height="22" viewBox="0 0 23 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.9054 1.21473C12.3196 0.628944 11.3699 0.628944 10.7841 1.21473L1.23812 10.7607C0.652338 11.3465 0.652338 12.2962 1.23812 12.882C1.82391 13.4678 2.77366 13.4678 3.35945 12.882L11.8447 4.39671L20.33 12.882C20.9158 13.4678 21.8655 13.4678 22.4513 12.882C23.0371 12.2962 23.0371 11.3465 22.4513 10.7607L12.9054 1.21473ZM13.3447 21.7754L13.3447 2.27539H10.3447L10.3447 21.7754H13.3447Z" fill="black"/></svg>');
	transform: rotate(-180deg);
}
.evolvesmall .accordion-button:not(.collapsed) {
	color: #000;
}
.evolvesmall .get-involved-item {
	padding: 20px;
	border-radius: 25px;
	text-align: left;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border: 1px solid #ccc;
}
.evolvesmall .get-involved-item .title {
	color: #000;
	font-weight: bold;
	margin: 20px 0;
}
@media screen and (max-width: 1400px) {
    .evolvesmall .get-involved-item h2.title {
        font-size: 24px;
    }
}
@media screen and (max-width: 992px) {
    .evolvesmall .get-involved-item h2.title {
        font-size: 20px;
    }
}
.evolvesmall .behind-every-business-logos {
	gap: 50px;
	margin-top: 20px;
}
.evolvesmall .behind-every-business-logos img {
	height: 25px;
}
.evolvesmall .our-partners-logos {
	margin-top: 20px;
}
.evolvesmall .our-partners-logos img {
	height: 80px;
}
.evolvesmall .evolve-small-awards {
	display: flex;
	justify-content: space-between;
	width: 90%;
	margin: auto;
}

.evolvesmall .evolve-small-awards h2 {
	width: 25%;
}
.evolvesmall .evolve-small-awards .evolve-small-awards-logos {
	width: 75%;
	display: flex;
	justify-content: space-between;
}
.evolvesmall .evolve-small-awards .evolve-small-awards-logos img {
	max-height: 45px;
	width: auto;
}
@media screen and (max-width: 1400px) {
	.evolvesmall .evolve-small-awards {
		text-align: center;
		flex-direction: column;
	}
	.evolvesmall .evolve-small-awards h2 {
		width: 100%;
	}
	.evolvesmall .evolve-small-awards .evolve-small-awards-logos {
		width: 100%;
		margin-top: 20px;
		gap: 20px;
	}
}
.ai-solution-hero-blade .blade-content {
	width: 100%;
}
.ai-solution-hero-blade .hero-image {
	width: auto;
}
@media screen and (min-width: 1200px) {
	.ai-solution-hero-blade .blade-content {
		width: 80%;
	}
}
@media screen and (min-width: 1400px) {
	.ai-solution-hero-blade .blade-content {
		width: 70%;
	}
}

.iframe-container {
	position: relative;
	width: 100%;
	aspect-ratio: 16/9;
	overflow: hidden;
}

.iframe-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	border-radius: 25px;
}
.video-ratio {
	aspect-ratio: 16/9;
	width: 100%;
}

.evolvesmall .meet-lenovo-ambassadors {
	margin: 50px 0 0px;
}

.evolvesmall .microsoft-copilot {
	height: 70vh;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: start;
}
.evolvesmall .microsoft-copilot .video-bg img, .evolvesmall .microsoft-copilot .video-bg video, .evolvesmall .microsoft-copilot .video-bg iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1;
	object-fit: cover;
    pointer-events: none;
}
.evolvesmall .microsoft-copilot .overlay-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 2;
	object-fit: cover;
}
.evolvesmall .microsoft-copilot .content-overlay {
	position: relative;
	z-index: 3;
	color: #fff;
	text-align: left;
	width: 100%;
	padding: 0 20px;
}
.evolvesmall .microsoft-copilot .js-modal-btn {
	position: relative;
	top: unset !important;
	left: unset !important;
	transform: unset !important;
	background: transparent;
	border: none;
	border-radius: 0 !important;
	color: #fff;
	font-size: 20px;
	padding: 0;
}
.evolvesmall .microsoft-copilot .play-bg-video {
	position: relative;
	top: unset !important;
	left: unset !important;
	transform: unset !important;
	background: transparent;
	border: none;
	border-radius: 0 !important;
	color: #fff;
	font-size: 20px;
	padding: 0;
}
.evolvesmall .microsoft-copilot .pause-bg-video {
	position: absolute;
	bottom: 10px;
	right: 10px;
	background: transparent;
	border: none;
	z-index: 5;
	display: none;
}
.evolvesmall .coffee-ai-journey {
	background-image: url('https://p4-ofp.static.pub/ShareResource/evolvesmall/2025/images/lenovo-evolvesmall-gradient-bg-large.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.vh-60 {
	min-height: 60vh !important;
}
.vh-70 {
	min-height: 60vh !important;
}

.evolvesmall .ai-journey-bubbles {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: visible;
}

.evolvesmall .ai-journey-bubbles .bubble-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1000px;
	height: 600px;
	transform: translate(-50%, -50%) scale(var(--bubble-scale, 1));
	transform-origin: center center;
}

.evolvesmall .ai-journey-bubbles .bubble-item {
	position: absolute;
	text-align: center;
	color: #fff;
	font-weight: 600;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    visibility: hidden;
}
.evolvesmall .ai-journey-bubbles .bubble-trigger {
    position: absolute;
    width: 100px;
    height: 100px;
    z-index: 15;
    cursor: pointer;
}
.evolvesmall .ai-journey-bubbles .bubble-trigger.trigger-1 {
    left: 214px;
    top: 225px;
}
.evolvesmall .ai-journey-bubbles .bubble-trigger.trigger-2 {
    left: 560px;
    top: 230px;
    height: 80px;
    width: 90px;
}
.evolvesmall .ai-journey-bubbles .bubble-trigger.trigger-3 {
    left: 660px;
    top: 210px;
    width: 80px;
    height: 90px;
}
.evolvesmall .ai-journey-bubbles .bubble-trigger.trigger-4 {
    left: 468px;
    width: 93px;
    top: 230px;
    height: 80px;
}
.evolvesmall .ai-journey-bubbles .bubble-trigger.trigger-5 {
    left: 325px;
    top: 312px;
    width: 226px;
    height: 175px;
}
.evolvesmall .ai-journey-bubbles .bubble-trigger:hover + .bubble-item{
    visibility: visible;
}

.evolvesmall .ai-journey-bubbles .bubble-item:hover {
    visibility: visible;
}

.evolvesmall .ai-journey-bubbles .bubble-img {
	width: 100%;
	height: 100%;
	display: block;
}

.evolvesmall .ai-journey-bubbles .bubble-item .bubble-text {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 14px;
    padding: 10px;
    text-align: left;
    cursor: pointer;
}

.evolvesmall .ai-journey-bubbles .bubble-base {
	position: absolute;
	z-index: 10;
	width: 100%;
    max-height: fit-content;
}
.evolvesmall .ai-journey-bubbles .bubble-1 {
	position: absolute;
	left: 100px;
	width: 290px;
	z-index: 11;
}
.evolvesmall .ai-journey-bubbles .bubble-1 .bubble-trigger {
    top: 235px;
    left: 100px;
    width: 120px;
    height: 100px;
}
.evolvesmall .ai-journey-bubbles .bubble-1 .bubble-text {
}
.evolvesmall .ai-journey-bubbles .bubble-2 {
	position: absolute;
	left: 466px;
	width: 290px;
	z-index: 11;
}
.evolvesmall .ai-journey-bubbles .bubble-2 .bubble-text {
}
.evolvesmall .ai-journey-bubbles .bubble-3 {
    position: absolute;
    right: 40px;
    width: 250px;
    z-index: 11;
    top: 0px;
}
.evolvesmall .ai-journey-bubbles .bubble-3 .bubble-text {
    left: 70px;
}
.evolvesmall .ai-journey-bubbles .bubble-4 {
    position: absolute;
    left: 380px;
    bottom: -95px;
    width: 270px;
    z-index: 16;
}
.evolvesmall .ai-journey-bubbles .bubble-4 .bubble-text {
    top: 255px;
}
.evolvesmall .ai-journey-bubbles .bubble-5 {
	position: absolute;
	left: 100px;
	bottom: -65px;
	width: 290px;
	z-index: 12;
}
.evolvesmall .ai-journey-bubbles .bubble-5 .bubble-text {
    padding-top: 85px;
    padding-right: 40px;
}

@media (max-width: 992px) {
	.evolvesmall .ai-journey-bubbles .bubble-wrapper {
		--bubble-scale: 0.8;
	    transform: translate(-50%, -50%) scale(var(--bubble-scale, 1));
	}
    .evolvesmall .ai-journey-bubbles .bubble-item .bubble-text {
        font-size: 14px;
    }
}
@media (max-width: 768px) {
	.evolvesmall .ai-journey-bubbles .bubble-wrapper {
		--bubble-scale: 0.6;
	    transform: translate(-50%, -50%) scale(var(--bubble-scale, 1));
	}
    .evolvesmall .ai-journey-bubbles .bubble-item .bubble-text {
        font-size: 22px;
    }
    .evolvesmall .ai-journey-bubbles .bubble-1 {
        height: 520px;
        top: -230px;
    }
    .evolvesmall .ai-journey-bubbles .bubble-2 {
        height: 360px;
        top: -80px;
    }
    .evolvesmall .ai-journey-bubbles .bubble-3 {
        height: 680px;
    }
    .evolvesmall .ai-journey-bubbles .bubble-4 {
        bottom: -135px;
        width: 550px;
        height: 460px;
        left: 250px;
    }
    .evolvesmall .ai-journey-bubbles .bubble-4 .bubble-text {
        top: 280px;
    }
    .evolvesmall .ai-journey-bubbles .bubble-5 {
        left: 60px;
        bottom: -125px;
        width: 445px;
        height: 320px;
    }
    .evolvesmall .ai-journey-bubbles .bubble-5 .bubble-text {
        padding-top: 122px;
    }
}
@media (max-width: 676px) {
	.evolvesmall .ai-journey-bubbles .bubble-wrapper {
		--bubble-scale: 0.55;
	    transform: translate(-50%, -50%) scale(var(--bubble-scale, 1));
	}
}

.evolvesmall .meet-chantel-cohen {
	background-image: url('https://p3-ofp.static.pub/ShareResource/evolvesmall/2025/images/lenovo-evolvesmall-chantel-cohen.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: auto;
	min-height: 70vh;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: start;
	border-radius: 25px;
	overflow: hidden;
}
.evolvesmall .meet-chantel-cohen .mobile-bg {
    display: none;
}
@media screen and (max-width: 992px) {
    .evolvesmall .meet-chantel-cohen {
        background: transparent;
        height: auto;
    }
    .evolvesmall .meet-chantel-cohen .mobile-bg {
        display: block;
    }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
    .evolvesmall .meet-chantel-cohen .row-custom{
        padding: 0 1em;
    }
}
@media screen and (max-width: 576px) {
    .evolvesmall .hero-content .btn-lenovo-red {
        min-width: 75%;
    }
}
.evolvesmall .meet-lenovo-ambassadors .bg {
	background-image: url('https://p1-ofp.static.pub/ShareResource/evolvesmall/2025/images/lenovo-evolvesmall-evos-ambassador-team.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center right;
	height: 70vh;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: start;
	border-radius: 25px;
	overflow: hidden;
}
@media screen and (max-width: 992px) {
    .evolvesmall .meet-lenovo-ambassadors .bg {
        background-position: center center;
	    height: 60vh;
        margin: auto 2em;
    }
}
.evolvesmall .meet-lenovo-ambassadors .blade-content {
	z-index: 2;
	position: relative;
	color: #fff;
	text-align: left;
	width: 100%;
}
.evolvesmall .meet-lenovo-ambassadors .bg:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(
		to right,
		rgba(0, 0, 0, 1) 5%,
		rgba(0, 0, 0, 0.7) 20%,
		rgba(0, 0, 0, 0) 40%
	);
	z-index: 1;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .evolvesmall .our-partners .container-fluid {
        max-width: 960px;
    }
}
@media screen and (max-width: 992px) {
    .evolvesmall .our-partners {
        padding: 0 2em;
    }
    .evolvesmall .img-fluid {
        border-radius: 25px;
    }
}
@media screen and (max-width: 576px) {
    .evolvesmall .our-partners .btn-learn-more-black {
        border-radius: 0px !important;
        min-width: 75%;
    }
}
.evolvesmall .our-evolve-small-partners {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	align-items: flex-start;
}
.evolvesmall .our-evolve-small-partners .partner-logo-item {
	width: calc(100% / 5);
	padding: 20px;
}
.evolvesmall .our-evolve-small-partners .partner-logo-item img {
	max-height: 100px;
}
@media screen and (max-width: 992px) {
    .evolvesmall .our-evolve-small-partners .partner-logo-item {
        width: calc(100% / 3);
        padding: 20px;
    }
    .evolvesmall .our-evolve-small-partners .partner-logo-item img {
        max-height: 100px;
    }
}
@media screen and (max-width: 576px) {
    .evolvesmall .our-evolve-small-partners .partner-logo-item {
        width: calc(100% / 2);
        padding: 20px;
    }
    .evolvesmall .our-evolve-small-partners .partner-logo-item img {
        max-height: 100px;
        max-width: 200px;
    }
}
.evolvesmall .nav-link-underline {
	font-weight: bold;
	color: #b5b5b5;
	padding: 5px 0;
	margin: 0 20px;
}
.evolvesmall .nav-link-underline:hover {
	text-decoration: none;
	color: #000;
}
.evolvesmall .nav-link-underline.active {
	color: #000;
	border-bottom: 2px solid #000;
}


.jwplayer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.jw-video-thumbnail-container .jw-video-thumbnail {
    transform: unset !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

