.outer-ct {
	background: rgb(0, 0, 0);
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #fff;
	font-family: montserrat;
	overflow: hidden;
	position: relative;
	margin-top: -25px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 120px;
}

.main-nav {
	display: none !important;
}

.main-content {
	background: linear-gradient(
		0deg,
		rgba(36, 36, 119, 1) 0%,
		rgba(16, 16, 16, 1) 60%
	);
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 105px 0 144px 0;
}

.top {
	border-bottom: 22px solid #f60353;
	width: 100%;
	position: relative;
	z-index: 2;
	background-image: url("https://readocracy-img.s3.us-east-1.amazonaws.com/thinkingthrough/landing/ttai-top-bg.png");
	background-position: center;
	background-size: cover;
}

.top-pink-gradient {
	background: linear-gradient(to right, #f60353 0%, transparent 25%),
		/* Right-side magenta gradient */
			linear-gradient(to top, black 0%, transparent 23%); /* Bottom black gradient */
	height: 100%;
	width: 100%;
	padding-top: 250px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

h1 {
	font-size: 48px;
	margin-bottom: 10px;
	line-height: 48px;
	font-weight: 600;
	color: #e6f1ff;
}

a {
	text-decoration: none;
	color: #fff;
}

.purchase {
	height: 87px;
	width: 405px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	font-weight: 600;
	font-size: 32px;
	color: #dde9ff;
	background: rgb(4, 83, 236);
	background: linear-gradient(
		90deg,
		rgba(4, 83, 236, 1) 0%,
		rgba(255, 0, 78, 1) 100%
	);
	border: none;
	cursor: pointer;
}

.purchase span {
	font-size: 60px;
	margin-right: -20px;
}

.red-line {
	width: 80%;
	height: 1px;
	background-color: #ff005c;
	margin: 80px 0px;
	margin-left: -40px;
}

.collapse-section {
	min-width: 959px;
}

.heading-color {
	color: #e6f1ff;
	font-weight: 600;
	font-size: 48px;
	margin-bottom: 77px;
	line-height: 48px;
	max-width: 816px;
	position: relative;
	z-index: 2;
}

.heading-color-2 {
	margin-bottom: 32px;
}

.description-main {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 70px;
	max-width: 967px;
}

.quote {
	font-size: 20px;
	line-height: 22px;
	color: #9ea7b2;
	margin-bottom: 70px;
	max-width: 1022px;
}

.heading-color span {
	color: #ff005c;
}

.heading-number {
	font-size: 32px;
	margin-bottom: 66px;
	font-weight: 600;
	line-height: 32px;
	cursor: pointer;
	position: relative;
	max-width: 600px;
	color: #dde9ff;
}

.heading-number.right {
	text-align: right;
}

.hidden-section.right {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.hidden-section-content {
	display: none;
}

.hidden-section-content.show {
	display: block;
	margin-bottom: 80px;
}

.heading-number span {
	color: #ff004e;
}

.heading-number .expand {
	font-size: 80px;
	line-height: 100px;
	position: absolute;
	left: -86px;
	top: -34px;
}

.heading-number.right .expand {
	right: -86px;
}

.top .description {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	position: relative;
	max-width: 480px;
	margin-bottom: 40px;
	font-weight: 600;
}

.description.right {
	text-align: right;
}

.top .description span {
	color: #0253ec;
	position: absolute;
	left: -30px;
	top: 1px;
}

.btn-row {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 80px;
}

.btn-row button {
	height: 78px;
	width: 260px;
	border-radius: 8px;
	background: #292929;
	border: none;
	display: flex;
	align-items: center;
	gap: 17px;
	color: #fff;
	font-size: 20px;
	font-family: montserrat;
	font-weight: 600;
	padding-left: 33px;
	cursor: pointer;
}

.top-text-ct {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.shaped {
	font-size: 16px;
	font-weight: 600;
	color: #a6a6a6;
	margin-top: auto;
	text-align: left;
	margin-bottom: 30px;
}

.learning-series {
	font-size: 20px;
	font-weight: 600;
	color: #8794ae;
	margin-bottom: -20px;
}

.experts-list {
	display: grid;
	max-width: 850px;
	gap: 25px;
	grid-auto-flow: column;
	grid-auto-columns: max-content;
	grid-template-rows: 1fr 1fr;
	margin-bottom: 36px;
	margin-top: 36px;
}

.experts-list .util-user-card p {
	font-size: 16px;
	font-weight: normal;
	color: #b0b0b0;
	margin: 0px;
	line-clamp: 3;
	-webkit-line-clamp: 3;
}

.util-user-card .util-user-card-name {
	text-transform: none;
}

.util-user-card .util-user-card-image {
	width: 59px;
	min-width: 59px;
	height: 59px;
	background-color: transparent;
	border: none;
	filter: grayscale(1);
}

.util-user-card {
	margin-bottom: 0;
}

.cred-section {
	display: flex;
	gap: 100px;
	margin-bottom: 70px;
	margin-top: 80px;
}

.cred-section .row-2 {
	padding-bottom: 110px;
}

.cred-section .col {
	position: relative;
}

.cred-section .col h2 {
	transform: rotate(270deg);
	font-size: 36px;
	font-weight: 900;
	letter-spacing: 12px;
	position: absolute;
}

.cred-section .col .side-text-1 {
	left: -445px;
	top: 348px;
}

.cred-section .col .side-text-2 {
	left: -390px;
	top: 301px;
}

.cred-section .col .side-text-3 {
	left: -328px;
	top: 257px;
}

.cred-section .col .side-text-4 {
	left: -278px;
	top: 200px;
}

.cred-section .collection-ct {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 20px;
}

.cred-section .collection-ct a {
	color: #fff;
	font-weight: 700;
	font-size: 24px;
	max-width: 355px;
	line-height: 22px;
	display: block;
}

.cred-section .collection-ct .lock-ct {
	display: none;
}

.cred-section .collection-ct.disabled .lock-ct {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 9;
}

.cred-section .collection-ct.disabled .lock-ct span {
	font-size: 70px;
}

.cred-section .collection-ct img {
	width: 120px;
	margin-bottom: -20px;
}

.cred-section .collection-ct.disabled a {
	color: #cacaca;
	pointer-events: none;
	text-decoration: none;
}

.cred-section .col h2 span {
	color: #b9b9b9;
}

.description a {
	color: #8794ae;
	text-decoration: underline;
}

.heading-color.first {
	margin-top: 150px;
}

@media (max-width: 2000px) {
	.top {
		min-height: 100vh;
	}

	.top-pink-gradient {
		height: calc(100vh - 22px);
	}

	.heading-color.first {
		margin-top: 0px;
	}
}

@media (max-width: 1600px) {
	.heading-color.first {
		margin-top: 100px;
	}
}

.logo-slider-height-ct {
	min-height: 80px;
	max-height: 80px;
	margin-bottom: 50px;
}

.logo-slider-ct {
	--logoCt-width: 150px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	overflow: hidden;
	width: auto;
}

.logo-slider {
	display: flex;
	width: calc(var(--logoCt-width) * 10);
	animation: scroll 40s linear infinite;
}

.bottom-slider .logo-slider {
	width: calc(450px * 15);
}

.logo-slider .logo-item-ct {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 48px;
}

.logo-slider .logo-item-ct img {
	filter: grayscale();
	height: 50px;
}

@keyframes scroll {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(calc(var(--logoCt-width) * -1 * 5));
	}
}

.copyright {
	font-size: 11px;
	color: #737373;
	text-align: center;
}

.btm-logo {
	width: 60px;
}

.bottom-slider .util-user-card .util-user-card-name {
	color: #e8e8e8;
	font-size: 20px;
	-webkit-line-clamp: 4;
	max-width: 322px;
	min-width: 322px;
	line-height: 20px;
}

.bottom-slider .util-user-card .util-user-card-image {
	height: 80px;
	width: 80px;
	min-width: 80px;
}

.partnerRequest-pop-up-ct {
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0px;
	z-index: 999;
	display: none;
}

.partnerRequest-pop-up-ct .partnerRequest-pop-up {
	width: 572px;
	height: fit-content;
	border: 6px solid #3a2b8f;
	background: #0b0a13;
	padding: 54px 123px 54px 84px;
	color: #fff;
	position: relative;
}

.partnerRequest-pop-up .logo {
	margin-bottom: 29px;
}

.partnerRequest-pop-up h2 {
	font-size: 20px;
	margin-bottom: 16px;
	line-height: 20px;
	font-family: "montserrat";
}

.partnerRequest-pop-up input {
	background-color: #f3f3f3;
	border-radius: 2px;
	padding: 5px 12px 8px 12px;
	border: none;
	color: #3a3a3a;
	font-family: "proxima-nova";
	font-size: 18px;
	margin-bottom: 2px;
	width: 100%;
}

.partnerRequest-pop-up input:focus {
	outline: none;
}

.partnerRequest-pop-up input::placeholder {
	color: #a9a9a9;
}

.partnerRequest-pop-up textarea {
	background-color: #f3f3f3;
	border-radius: 2px;
	padding: 5px 12px 8px 12px;
	border: none;
	color: #3a3a3a;
	font-family: "proxima-nova";
	font-size: 18px;
	margin-bottom: 2px;
	width: 100%;
	height: 64px;
}

.partnerRequest-pop-up textarea:focus {
	outline: none;
}

.partnerRequest-pop-up textarea::placeholder {
	color: #a9a9a9;
}

.partnerRequest-pop-up .input-error-ct {
	margin-bottom: 12px;
}

.partnerRequest-pop-up .textarea-error-ct {
	margin-bottom: 46px;
}

.partnerRequest-pop-up-ct.access .input-error-ct.input-extra,
.partnerRequest-pop-up-ct.access .textarea-error-ct.input-extra {
	display: none;
}

.partnerRequest-pop-up-submit-btn {
	color: #000000;
	font-weight: 700;
	font-family: "proxima-nova";
	font-size: 16px;
	line-height: 1.375;
	background-color: #f80353;
	border-radius: 3px;
	border: none;
	cursor: pointer;
	width: 258;
	height: 44px;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.48);
	display: block;
}

.partnerRequest-pop-up-submit-btn:focus {
	outline: none;
}

.partnerRequest-pop-up .form-error {
	color: #dd6c69;
	font-size: 14px;
}

@media (max-width: 500px) {
	.partnerRequest-pop-up-ct {
		overflow: scroll;
	}

	.partnerRequest-pop-up-ct .partnerRequest-pop-up {
		margin-top: 0px;
		margin-bottom: 30px;
		width: 90vw;
		padding: 54px 20px 54px 20px;
	}

	.partnerRequest-pop-up textarea {
		height: 100px;
	}

	.partnerRequest-pop-up-submit-btn {
		width: 100%;
	}
}

.closeBtn {
	position: absolute;
	bottom: 10px;
	right: 13px;
	color: #f80353;
	cursor: pointer;
	font-weight: 600;
	margin: 0 !important;
	padding: 0 !important;
	width: auto !important;
	font-size: 14px;
}

@media (max-width: 600px) {
	.closeBtn {
		top: 10px;
		bottom: unset;
	}
}

/* Partner thanks popup */

.partnerThanks-pop-up-ct {
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	/* display: flex; */
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0px;
	z-index: 999;
	display: none;
}

.partnerThanks-pop-up-ct .partnerThanks-pop-up {
	width: 572px;
	height: fit-content;
	border: 6px solid #3a2b8f;
	background: #0b0a13;
	padding: 54px 101px 75px 84px;
	color: #fff;
	position: relative;
}

.partnerThanks-pop-up .logo {
	margin-bottom: 29px;
}

.partnerThanks-pop-up h2 {
	font-size: 20px;
	margin-bottom: 29px;
	line-height: 20px;
	font-family: "montserrat";
}

.partnerThanks-pop-up p {
	font-size: 16px;
	margin-bottom: 14px;
	line-height: 20px;
	font-family: "montserrat";
	font-weight: 600;
}

@media (max-width: 500px) {
	.partnerThanks-pop-up-ct .partnerThanks-pop-up {
		padding: 30px 16px;
		width: 90vw;
	}

	.partnerThanks-pop-up h2 {
		width: 100%;
	}

	.partnerThanks-pop-up-ct .partnerThanks-pop-up p br {
		display: none;
	}
}

.top-logo {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 107px;
	z-index: 3;
}

.bottom-logo {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 103px;
	z-index: 3;
}

.menu-ct {
	position: fixed;
	top: 30px;
	width: 939px;
	height: 74px;
	background-color: #050505;
	z-index: 4;
	border-radius: 8px;
}

.menu-links {
	display: flex;
	align-items: center;
	justify-content: center;
	justify-content: space-evenly;
	height: 100%;
}

.menu-ct a {
	font-size: 16px;
	cursor: pointer;
	display: block;
	color: #c6ccff;
	font-weight: 600;
}

.menu-ct a.active {
	color: #f70253;
}
a {
	text-decoration: none;
	color: #fff;
}

.menu-ct .line {
	width: 1px;
	height: 38px;
	background: #979797;
}

.hamburger {
	display: none;
	flex-direction: column;
	cursor: pointer;
	padding: 15px;
}

.hamburger span:not(.material-icons-round) {
	width: 25px;
	height: 3px;
	background-color: #fff;
	margin: 2px 0;
	transition: 0.4s;
}

@media screen and (max-width: 960px) {
	.menu-ct {
		width: 90%;
		padding: 0 20px;
		display: flex;
		align-items: center;
		width: 74px;
		align-items: center;
		justify-content: center;
		right: 20px;
		top: 20px;
	}

	.hamburger {
		display: flex;
		z-index: 5;
	}

	.menu-links {
		display: none;

		position: fixed;
		top: 124px;
		left: 20px;
		right: 20px;
		flex-direction: column;
		background-color: #050505;
		padding: 20px;
		border-radius: 8px;
		height: 300px;
	}

	.menu-links.active {
		display: flex;
	}

	.menu-ct .line {
		height: 4px;
		width: 100%;
		background: #1e202b;
	}

	.menu-ct a {
		margin: 10px 0;
	}

	.menu-ct .hamburger.active span.material-icons-round {
		display: inline-block;
		font-size: 40px;
	}

	.menu-ct .hamburger.active span {
		display: none;
	}

	.menu-ct .material-icons-round {
		display: none;
	}
}

.logos-row {
	display: flex;
	align-items: center;
	gap: 30px;
	margin-bottom: 50px;
}

.logos-row .linkedin-small-logo {
	width: 33px;
	height: 33px;
}

.logo-slider-height-ct.persons {
	margin-top: 0px;
	margin-bottom: 300px;
}

.logo-slider-height-ct.persons .logo-item-ct {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

.logo-slider-height-ct.persons .logo-item-ct img {
	width: 119px;
	height: 119px;
}

.logo-slider-height-ct.persons .logo-item-ct p {
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	font-family: din-condensed;
	font-weight: 700;
	text-align: center;
	filter: opacity(0.4);
}

.subsection-heading {
	font-size: 32px;
	line-height: 32px;
	margin-bottom: 56px;
	color: #e6f1ff;
}

.subsection-1 .subsection-heading {
	max-width: 420px;
}

.subsection-heading span {
	color: #ff004e;
}

.subsection-text {
	font-size: 20px;
	color: #e6f1ff;
	line-height: 22px;
}

.subsection-1 .subsection-text {
	max-width: 531px;
}

.subsection-1 .phone-img {
	width: 497px;
	margin-bottom: -350px;
	margin-right: -50px;
}

.img-gradient-ct {
	position: relative;
}

.img-gradient {
	background: #101010;
	background: linear-gradient(
		0deg,
		rgba(16, 16, 16, 1) 50%,
		rgba(16, 16, 16, 0) 100%
	);
	height: 180px;
	bottom: -347px;
	position: absolute;
	width: 570px;
}

.img-gradient-2 {
	background: #101010;
	background: linear-gradient(
		0deg,
		rgba(16, 16, 16, 1) 10%,
		rgba(16, 16, 16, 0) 100%
	);
	height: 130px;
	bottom: -7px;
	position: absolute;
	width: 380px;
}

.subsection {
	display: flex;
	align-items: center;
	gap: 30px;
}

.subsection-1 {
	position: relative;
	z-index: 2;
}

.highlighted-text {
	background: #f60353;
	font-size: 20px;
	line-height: 22px;
	width: fit-content;
	margin-top: 10px;
	padding: 4px 8px;
	margin-left: -8px;
}

.feed-img {
	width: 366px;
}

.subsection-2 .subsection-heading {
	max-width: 467px;
}

.subsection-2 .subsection-text {
	max-width: 534px;
}

.subsection-3 .subsection-heading {
	max-width: 544px;
}

.subsection-3 .subsection-text {
	max-width: 595px;
}

.subsection-3 {
	margin-left: 230px;
	margin-top: 70px;
}

.phones-img-ct {
	position: relative;
	margin-bottom: 560px;
}

.phones-img {
	width: 2100px;
	position: absolute;
	margin-top: -320px;
	margin-left: -500px;
}

.and-more {
	font-size: 32px;
	margin-bottom: 54px;
	font-weight: 600;
}

.and-more-text {
	font-size: 20px;
	line-height: 22px;
	color: #e6f1ff;
	max-width: 610px;
	margin-bottom: 100px;
}

.hidden-section .description {
	font-size: 20px;
	line-height: 24px;
	color: #e6f1ff;
	position: relative;
	max-width: 967px;
}


@media (max-width: 600px) {
	.top {
		background-position: center -300px;
		background-size: 910px;
	}

	.top-logo {
		top: 20px;
		left: 20px;
		width: 72px;
	}

	.bottom-logo {
		width: 60px;
	}

	.top-text-ct {
		padding: 0 20px;
	}

	h1 {
		font-size: 30px;
		line-height: 30px;
		max-width: 100%;
	}

	.top-pink-gradient {
		padding-top: 150px;
		background: none;
	}

	.purchase {
		height: 77px;
		width: 350px;
		font-size: 27px;
	}

	.description {
		font-size: 18px;
		line-height: 26px;
	}

	.heading-color {
		font-size: 35px;
		line-height: 30px;
	}

	.heading-number {
		font-size: 27px;
		margin-left: 30px;
		line-height: 26px;
		margin-bottom: 37px;
	}

	.experts-list {
		max-width: unset;
		grid-template-columns: 1fr;
		grid-auto-flow: row;
		gap: 16px;
	}

	.logo-slider .logo-item-ct img {
		height: 30px;
	}

	.logo-slider .logo-item-ct {
		margin-right: 30px;
	}

	.logo-slider-height-ct {
		margin-bottom: 0px;
	}

	.heading-color.first {
		margin-top: 40px;
	}

	.cred-section {
		flex-direction: column;
		gap: 50px;
		margin-top: 30px;
	}

	.cred-section .col h2 {
		position: static;
		transform: none;
		font-size: 18px;
		margin-bottom: 30px;
	}

	.heading-number.right {
		margin-left: 0px;
		margin-right: 30px;
	}

	.heading-number .expand {
		font-size: 60px;
		line-height: 100px;
		left: -52px;
		top: -35px;
	}

	.heading-number.right .expand {
		right: -52px;
	}

	.learning-series {
		font-size: 16px;
		margin-bottom: -10px;
	}

	.btn-row {
		align-items: flex-start;
		flex-direction: column;
		margin-bottom: 20px;
		margin-top: auto;
	}

	.btn-links {
		flex-direction: column;
		align-items: flex-start;
	}

	.btn-links a {
		font-size: 27px;
	}

	.phones-img {
		width: 630px;
		margin-left: -114px;
		margin-top: 0px;
	}

	.subsection {
		flex-direction: column;
	}

	.subsection-1 .phone-img {
		width: 182px;
		margin-bottom: -10px;
		margin-right: 10px;
	}

	.img-gradient {
		height: 61px;
		bottom: -10px;
		width: 190px;
	}

	.feed-img {
		width: 266px;
	}

	.subsection-3 {
		margin-left: 0px;
	}

	.phones-img-ct {
		margin-bottom: 320px;
	}

	.main-content {
		padding: 50px 20px;
	}

	.subsection-heading {
		margin-bottom: 30px;
	}

	.logo-slider-height-ct.persons {
		margin-top: 60px;
		margin-bottom: 130px;
	}

	.collapse-section {
		min-width: fit-content;
	}

	.top .description {
		font-size: 14px;
    line-height: 16px;
	}

	.btn-row button {
		height: 58px;
    width: 230px;
	}

	.shaped {
		font-size: 14px;
		margin-top: 10px;
	}
}
