
/*!***********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/src/public/sass/dx-forbes-society-public.scss ***!
  \***********************************************************************************************************************************************/
@import url("https://cdn-hndgn.nitrocdn.com/iVOPlBHfokbhxuUXLQFblKWQvagZGscv/assets/static/source/rev-bf1aa05/fonts.googleapis.com/e19a033c9adf8ade327ced896d21b079.css2");

/*!***************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/src/public/sass/dx-forbes-society-public.scss (1) ***!
  \***************************************************************************************************************************************************/
@import url("https://cdn-hndgn.nitrocdn.com/iVOPlBHfokbhxuUXLQFblKWQvagZGscv/assets/static/source/rev-bf1aa05/fonts.googleapis.com/8b519ca4147747a50e4ad271ef846f8b.css2");

/*!***************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/src/public/sass/dx-forbes-society-public.scss (2) ***!
  \***************************************************************************************************************************************************/

/**
 * All of the SCSS for plugin public functionality should be included in this file.
 */
.society-profile-body, .society-landing-page-body, .commercial-landing-page {
	font-size: 16px;
	color: #000;
	background-color: #fbfbfb;
}

.society-profile-body *, .society-landing-page-body *, .commercial-landing-page * {
	box-sizing: border-box;
}

.society-profile-body {
	background-color: #e3e3e3;
}

.glide {
	position: relative;
	width: 100%;
	box-sizing: border-box;
}

.glide * {
	box-sizing: inherit;
}

.glide__track {
	overflow: hidden;
}

.glide__slides {
	position: relative;
	width: 100%;
	list-style: none;
	backface-visibility: hidden;
	transform-style: preserve-3d;
	touch-action: pan-Y;
	overflow: hidden;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	display: flex;
	flex-wrap: nowrap;
	will-change: transform;
}

.glide__slides--dragging {
	user-select: none;
}

.glide__slide {
	width: 100%;
	height: 100%;
	flex-shrink: 0;
	white-space: normal;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
}

.glide__slide a {
	user-select: none;
	-webkit-user-drag: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.glide__arrows {
	-webkit-touch-callout: none;
	user-select: none;
}

.glide__bullets {
	-webkit-touch-callout: none;
	user-select: none;
}

.glide--rtl {
	direction: rtl;
}

.crop {
	display: none;
	text-align: center;
	text-decoration: underline;
	text-underline-offset: 4px;
	margin: 1.25em 0;
}

.crop.is-visible {
	display: block;
}

.forbes-society {
	margin-bottom: 2.875em;
}

.forbes-society__container {
	max-width: 1332px;
	margin: 0 auto;
	padding-left: 1.625rem;
	padding-right: 1.625rem;
}

.forbes-society__commercial-landing-title {
	font-size: 2em;
	font-weight: 700;
	text-align: center;
	margin: 0;
	padding: .5625em 0;
}

.forbes-society .logo-container {
	display: flex;
	justify-content: center;
	align-items: center;
}

.forbes-society__text-logo {
	margin-right: .5em;
	margin-bottom: 1.7em;
}

.forbes-society__text-logo a {
	font-size: 1.5em;
	text-decoration: none;
	color: #fff;
}

.forbes-society__text-logo a:hover {
	color: #fff;
}

.forbes-society__text-logo a .first-two-letters {
	letter-spacing: -4px;
}

@media (max-width: 780px) {
	.forbes-society__text-logo a {
		margin-bottom: 0;
		font-size: 24px;
	}
	
	.forbes-society__text-logo a .first-two-letters {
		letter-spacing: -2px;
	}
}

@media (max-width: 780px) {
	.forbes-society__text-logo {
		margin-bottom: .3em;
		margin-right: .3em;
	}
}

.forbes-society__profiles-page-title {
	font-size: 6em;
	font-weight: 800;
	text-align: center;
	letter-spacing: normal;
	text-transform: uppercase;
	margin: 0;
	font-family: "Big Shoulders Display";
	margin-bottom: 3rem;
}

.forbes-society__profiles-page-title a {
	text-decoration: none;
	color: #fff;
}

.forbes-society__profiles-page-title a:hover {
	color: #fff;
}

@media (max-width: 780px) {
	.forbes-society__profiles-page-title {
		margin-bottom: 0;
		font-size: 4em;
	}
}

.forbes-society__row {
	display: flex;
	justify-content: space-between;
	padding: 1.125em 0;
}

.forbes-society__row:not(:last-child) {
	border-bottom: 1px solid #e2e2e2;
}

.forbes-society__row span {
	font-size: .875em;
	line-height: 16px;
}

.forbes-society__language-shortcode {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	margin: .375em 0;
}

.forbes-society__language-shortcode a {
	color: #fff;
	text-decoration: none;
	display: flex;
	font-family: "Big Shoulders Display";
	font-weight: 800;
}

.forbes-society__language-shortcode a:hover {
	color: #fff;
}

.forbes-society__language-shortcode a:not(:last-child)::after {
	margin-left: .375em;
	margin-right: .375em;
	display: block;
	content: "/";
}

.forbes-society__account-type {
	padding: 1em .5em;
	background-color: #f70000;
	position: absolute;
	left: -30px;
	top: 25px;
	z-index: 20;
}

.forbes-society__account-type__text {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: .875em;
}

.forbes-society__account-type::after {
	display: block;
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-top: 15px solid #a6000e;
	border-left: 30px solid transparent;
	top: 100%;
	left: 0;
}

@media (max-width: 780px) {
	.forbes-society__account-type {
		display: none;
	}
}

.forbes-society__desktop-controls, .forbes-society__mobile-controls {
	display: flex;
	align-items: center;
	justify-content: center;
}

.forbes-society__desktop-controls .control-left, .forbes-society__desktop-controls .control-right, .forbes-society__mobile-controls .control-left, .forbes-society__mobile-controls .control-right {
	border-radius: 50% !important;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}

.forbes-society__desktop-controls .control-left:hover, .forbes-society__desktop-controls .control-right:hover, .forbes-society__mobile-controls .control-left:hover, .forbes-society__mobile-controls .control-right:hover {
	box-shadow: none;
	transform: none;
}

.forbes-society__desktop-controls .control-left, .forbes-society__mobile-controls .control-left {
	margin-right: 10px;
	background-color: transparent;
	border: 1px solid #000;
}

.forbes-society__desktop-controls .control-left svg, .forbes-society__mobile-controls .control-left svg {
	color: #000;
}

.forbes-society__desktop-controls .control-left:hover, .forbes-society__mobile-controls .control-left:hover {
	background-color: transparent;
}

.forbes-society__desktop-controls .control-right, .forbes-society__mobile-controls .control-right {
	background-color: #000;
}

.forbes-society__desktop-controls .control-right:hover, .forbes-society__mobile-controls .control-right:hover {
	background-color: #000;
}

@media (max-width: 780px) {
	.forbes-society__desktop-controls {
		display: none;
	}
}

.forbes-society__mobile-controls {
	display: none;
}

@media (max-width: 780px) {
	.forbes-society__mobile-controls {
		display: flex;
	}
}

.forbes-society__information-wrapper {
	display: flex;
	align-items: center;
}

.forbes-society__information-wrapper svg {
	margin-right: 10px;
	flex: 0 0 18px;
}

.forbes-society__information-wrapper p {
	margin: 0;
	font-size: 1.125em;
	line-height: 1.111;
}

@media (max-width: 780px) {
	.forbes-society__information-wrapper p {
		font-size: 1em;
		line-height: 1.125;
	}
}

.forbes-society__subtitle-with-controls {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #000;
	border-bottom: 1px solid #e2e2e2;
}

@media (max-width: 780px) {
	.forbes-society__subtitle-with-controls {
		justify-content: center;
	}
}

.forbes-society__subtitle-with-controls-and-icon {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #e2e2e2;
	flex-wrap: wrap;
}

.forbes-society__subtitle-with-controls-and-icon__icon-and-border {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.forbes-society__subtitle-with-controls-and-icon__icon-and-border::after {
	display: block;
	content: "";
	height: 3px;
	background-color: #000;
	width: calc(100% - 80px);
}

@media (max-width: 780px) {
	.forbes-society__subtitle-with-controls-and-icon__icon-and-border svg {
		width: 30px;
		height: 30px;
	}
	
	.forbes-society__subtitle-with-controls-and-icon__icon-and-border::after {
		width: calc(100% - 46px);
	}
}

@media (max-width: 780px) {
	.forbes-society__subtitle-with-controls-and-icon {
		justify-content: center;
	}
}

.forbes-society__subtitle {
	font-weight: 400;
	font-size: 1.25em;
	line-height: 1.2;
	padding: 1.125em 0;
	margin: 0;
}

@media (max-width: 780px) {
	.forbes-society__subtitle {
		text-align: center;
	}
}

.forbes-society .glide__slides {
	white-space: normal;
}

.forbes-society .glide-team-mobile[data-slides-count="1"] + div[data-glide-el=controls] {
	display: none;
}

.forbes-society__thumbnail-wrapper {
	position: relative;
}

.forbes-society__thumbnail-wrapper img {
	position: absolute;
	object-fit: cover;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.forbes-society__social-media-icon-link {
	text-decoration: none;
	display: flex;
}

.forbes-society__social-media-icon-link:not(:last-child) {
	margin-right: 1em;
}

.forbes-society__gallery {
	display: flex;
	justify-content: center;
	align-items: center;
}

.forbes-society__gallery__thumbnail-wrapper {
	border-radius: 10px;
	overflow: hidden;
}

.forbes-society__gallery__thumbnail-wrapper:not(:nth-child(2)) {
	width: 260px;
	height: 200px;
}

.forbes-society__gallery__thumbnail-wrapper:not(:last-child) {
	margin-right: 2.625em;
}

.forbes-society__gallery__thumbnail-wrapper:nth-child(2) {
	width: 360px;
	height: 360px;
}

@media (max-width: 780px) {
	.forbes-society__gallery {
		overflow: hidden;
		margin-left: -52px;
		margin-right: -52px;
	}
	
	.forbes-society__gallery__thumbnail-wrapper:not(:nth-child(2)) {
		width: 140px;
		height: 107px;
		flex: 0 1 140px;
	}
	
	.forbes-society__gallery__thumbnail-wrapper:not(:last-child) {
		margin-right: 2em;
	}
	
	.forbes-society__gallery__thumbnail-wrapper:nth-child(2) {
		width: 150px;
		height: 150px;
		flex: 1 0 150px;
	}
}

.forbes-society__choose-account-type__separator {
	width: 20px;
	margin: 0 6px;
	display: inline-block;
	text-align: center;
}

.forbes-society__choose-account-type__item {
	font-size: 1.25em;
	color: #737373;
	cursor: pointer;
}

.forbes-society__choose-account-type__item.active {
	color: #f00;
}

.forbes-society__search-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 2.625em;
	margin-top: 2em;
	margin-bottom: 1.125em;
}

.forbes-society__search-row input:read-write {
	border: none;
	background-color: transparent;
	font-size: 1.25em;
	color: #000;
	border-left: 2px solid #000;
	border-radius: 0;
	padding: 0;
	padding-left: 6px;
	width: unset;
}

.forbes-society__search-row input:read-write::placeholder {
	color: #e2e2e2;
}

.forbes-society__search-row input:read-write:focus {
	outline: none;
}

@media (max-width: 780px) {
	.forbes-society__search-row {
		margin-top: 2.5em;
	}
	
	.forbes-society__search-row input:read-write {
		max-width: 75%;
	}
}

.forbes-society__white-cta, .forbes-society__black-cta {
	font-size: 1.125em;
	font-weight: 600;
	padding: 9px;
	border-radius: 6px;
	text-decoration: none;
	cursor: pointer;
	text-transform: uppercase;
}

.forbes-society__white-cta {
	background: #fff;
	color: #000;
}

.forbes-society__white-cta:hover {
	color: #000;
	background-color: rgba(255, 255, 255, .7);
}

.forbes-society__black-cta {
	background: #000;
	color: #fbfbfb;
	display: inline-block;
	transition: .3s ease-in-out;
}

.forbes-society__black-cta:hover {
	color: #fbfbfb;
	background-color: rgba(0, 0, 0, .6);
}

.forbes-society__red-bullet-list {
	margin: 0;
}

.forbes-society__red-bullet-list li {
	list-style: none outside;
	display: flex;
	align-items: center;
	font-size: 1.25em;
	line-height: 1;
}

.forbes-society__red-bullet-list li::before {
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #f00;
	margin-right: 1rem;
}

.forbes-society .glide__bullet {
	width: 10px;
	height: 10px;
	border-radius: 50% !important;
	background-color: #e2e2e2;
	padding: 0;
	box-shadow: none;
}

.forbes-society .glide__bullet:not(:last-child) {
	margin-right: .75em;
}

.forbes-society .glide__bullet--active {
	background-color: #000;
}

.forbes-society__ordered-list {
	list-style-type: none;
	margin: 0;
	position: relative;
}

.forbes-society__ordered-list__item {
	display: flex;
	align-items: center;
	margin-bottom: 0;
}

.forbes-society__ordered-list__item:not(:last-child) {
	margin-bottom: 1em;
}

.forbes-society__ordered-list__column-item__number-label-wrapper {
	display: flex;
}

.forbes-society__ordered-list__icon {
	position: relative;
	margin-right: 1em;
	padding: 3px;
	background-color: #fcfcfc;
	border-radius: 50%;
	box-shadow: 0px 3.5px 3.5px 0px rgba(0, 0, 0, .1);
}

.forbes-society__ordered-list__icon span {
	color: #000;
	background-color: #cacaca;
	font-size: 1.25em;
	width: 36.75px;
	height: 36.75px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
}

.forbes-society__ordered-list__icon.active span {
	background-color: #000;
	color: #fff;
}

.forbes-society__ordered-list__value {
	font-weight: 700;
	font-size: 1.25em;
}

.forbes-society__ordered-list::after {
	background: rgba(217, 217, 217, .3);
	display: block;
	content: "";
	width: 2px;
	height: 75%;
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	z-index: -1;
}

.forbes-society__back-to-search {
	width: 40px;
	height: 40px;
	background: #000;
	position: sticky;
	top: 100vh;
	right: 0;
	left: 100%;
	margin-top: 24px;
	transition: .25s ease top;
	color: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: -70px;
}

.forbes-society__back-to-search svg {
	transform: rotate(-90deg);
}

.forbes-society__back-to-search.is-visible {
	top: calc(100vh - 150px);
}

.material-box {
	margin: 0;
	display: flex;
	flex-direction: column;
}

.material-box a {
	color: unset;
	text-decoration: none;
}

.material-box a:hover {
	color: unset;
}

.material-box__thumbnail-wrapper {
	padding-top: 58.83%;
	margin-bottom: 2em;
}

.material-box__category {
	font-size: 1.125em;
	margin-bottom: .5rem;
}

.material-box__title {
	font-weight: 400;
	font-size: 1.125em;
	text-transform: none;
	line-height: 1.2;
	color: inherit;
}

@media (max-width: 780px) {
	.material-box__category {
		margin-top: 1.5625rem;
		margin-bottom: .5rem;
		text-align: center;
	}
	
	.material-box__title {
		text-align: center;
	}
}

.certificate-box {
	margin-bottom: 0;
}

.certificate-box__title {
	font-weight: 400;
	font-size: 1.125em;
	line-height: 1.2;
	margin: 0;
}

.certificate-box__event {
	color: #737373;
	text-transform: capitalize;
	font-size: .875em;
	line-height: 1.14;
}

@media (max-width: 780px) {
	.certificate-box:not(:last-child) {
		margin-bottom: 1.5625em;
	}
	
	.certificate-box__title {
		text-align: center;
		margin-bottom: .5em;
	}
	
	.certificate-box__event {
		text-align: center;
		display: block;
	}
}

.member-box {
	display: flex;
	flex-direction: column;
	flex: 0 0 180px;
}

.member-box:not(:last-child) {
	margin-right: 72.5px;
}

.member-box__thumbnail-wrapper {
	padding-top: 57.7%;
}

.member-box__name {
	margin-top: 1.25em;
}

.member-box__position {
	color: #737373;
	font-size: .875em;
}

@media (max-width: 780px) {
	.member-box {
		flex: 0 0 auto;
	}
	
	.member-box__name, .member-box__position {
		text-align: center;
	}
}

.forbes-society__profile-box {
	margin: 0;
}

.forbes-society__profile-box__thumbnail-wrapper {
	padding-top: 83.3%;
}

.forbes-society__profile-box__title {
	font-size: 1.25em;
	font-weight: 400;
	color: #000;
	margin-top: 2rem;
	margin-bottom: .5rem;
	text-transform: none;
}

.forbes-society__profile-box__position {
	color: #737373;
	font-size: .875em;
	text-transform: capitalize;
	margin: 0;
}

@media (max-width: 780px) {
	.forbes-society__profile-box__title, .forbes-society__profile-box__position {
		text-align: center;
	}
}

.forbes-society__letters__row {
	padding: 1.125em 2.625em;
	display: flex;
	justify-content: space-between;
}

.forbes-society__letters__row:first-child, .forbes-society__letters__row:nth-child(2) {
	border-top: 1px solid #000;
	border-bottom: 1px solid #e2e2e2;
}

.forbes-society__letters__row:nth-child(3), .forbes-society__letters__row:last-child {
	border-bottom: 1px solid #000;
}

.forbes-society__letters__row span {
	display: inline-block;
	cursor: pointer;
	padding: 0 .1em;
}

.forbes-society__letters__row span.grey {
	color: gray;
	pointer-events: none;
}

@media (max-width: 780px) {
	.forbes-society__letters__row {
		overflow-y: auto;
		padding: 1em 1.5625em;
	}
	
	.forbes-society__letters__row span:not(:last-child) {
		margin-right: .5em;
	}
}

.forbes-society__letters .active {
	color: #fff;
	background-color: #000;
}

.forbes-sociery__statistic-box {
	display: flex;
	flex-direction: column;
	padding: 0 2em 1.5em;
}

.forbes-sociery__statistic-box__big-number {
	font-size: 3em;
	line-height: 1.02;
}

.forbes-sociery__statistic-box__word-number {
	font-size: 1.5em;
	margin-top: .5em;
}

.forbes-sociery__statistic-box__statistic {
	line-height: 1.125;
	margin-top: 1.5em;
}

@media (max-width: 780px) {
	.forbes-sociery__statistic-box {
		padding: 0;
	}
	
	.forbes-sociery__statistic-box__big-number {
		font-size: 2.25em;
	}
	
	.forbes-sociery__statistic-box:not(:last-child) {
		margin-bottom: 1.5em;
	}
}

.perk-box {
	display: flex;
	margin-top: 2em;
}

.perk-box__image-wrapper {
	flex: 0 0 33%;
	display: flex;
	justify-content: center;
}

.perk-box__text-wrapper {
	margin-left: 6.25em;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.perk-box .perk-box__title {
	font-size: 1.625em;
	font-weight: 700;
	font-family: "Source Sans Pro";
}

.perk-box__description {
	font-size: 1.25em;
	line-height: 1.2;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 1.5em;
	font-family: "Source Sans Pro";
}

.perk-box__description p:last-child {
	margin-bottom: 0;
}

@media (max-width: 780px) {
	.perk-box {
		flex-direction: column;
	}
	
	.perk-box__text-wrapper {
		margin-left: 0;
		margin-top: 1em;
	}
}

.testimonial-box__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.testimonial-box__thumbnail-wrapper {
	flex: 0 0 45%;
}

.testimonial-box__thumbnail-wrapper::before {
	display: block;
	content: "";
	padding-top: 77%;
}

.testimonial-box__text-container {
	flex: 0 0 55%;
	padding-left: 3em;
}

.testimonial-box__message {
	margin-top: 2rem;
	margin-bottom: 1.5rem;
	font-size: 1.5em;
	line-height: 1.2;
	max-width: 596px;
}

.testimonial-box .testimonial-box__message {
	font-family: "Merriweather";
}

.testimonial-box__name {
	font-weight: 700;
	font-size: 1.25em;
	font-family: "Source Sans Pro";
	margin-bottom: 0;
}

@media (max-width: 780px) {
	.testimonial-box__inner {
		flex-direction: column;
	}
	
	.testimonial-box__thumbnail-wrapper {
		width: 100%;
	}
	
	.testimonial-box__text-container {
		padding-left: 0;
	}
	
	.testimonial-box__message, .testimonial-box__name, .testimonial-box__profession {
		text-align: center;
	}
	
	.testimonial-box__profession {
		display: block;
	}
}

.forbes-landing__testimonials-slider {
	padding: 3.75em 0;
}

.forbes-landing__testimonials-slider__controls {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.forbes-landing__testimonials-slider .glide__bullets.mobile {
	display: none;
	text-align: center;
	margin-bottom: 1.5625em;
}

.forbes-landing__testimonials-slider .forbes-society__mobile-controls {
	margin-top: 1.5625em;
}

@media (max-width: 780px) {
	.forbes-landing__testimonials-slider {
		padding: 2.1875em 0;
	}
	
	.forbes-landing__testimonials-slider .glide__bullets.mobile {
		display: block;
	}
	
	.forbes-landing__testimonials-slider .glide__bullets.desktop {
		display: none;
	}
}

.forbes-landing__apply-form {
	margin-top: 2em;
}

.forbes-landing__apply-form .required-field-label {
	color: #f00;
}

.forbes-landing__apply-form__row, .forbes-landing__apply-form__fields-row {
	display: flex;
	justify-content: space-between;
}

.forbes-landing__apply-form__column {
	flex: 0 0 calc(50% - 21px);
}

.forbes-landing__apply-form__field {
	flex: 0 0 calc(50% - 21px);
	margin-bottom: 1.3em;
}

.forbes-landing__apply-form__field input:read-write {
	border: 1px solid #737373;
	width: 17.75em;
	margin: 0;
}

.forbes-landing__apply-form__field select {
	width: 17.75em;
	border: 1px solid #737373;
}

.forbes-landing__apply-form__field textarea {
	border: 1px solid #737373;
}

.forbes-landing__apply-form__description-field .required-field-label {
	margin-right: .25em;
}

.forbes-landing__apply-form input[type=submit] {
	margin: 0;
	padding: 0;
	padding: 9px;
	border-radius: 6px;
	font-size: 1.125em;
	letter-spacing: 0;
	width: unset;
	font-family: "Source Sans Pro";
}

.forbes-landing__apply-form input[type=submit]:hover {
	transform: none;
	color: #fbfbfb;
	background-color: rgba(0, 0, 0, .6);
}

@media (max-width: 780px) {
	.forbes-landing__apply-form input[type=submit] {
		align-self: flex-start;
	}
}

.forbes-landing__apply-form__three-per-row {
	flex: 0 0 calc(33.3333333333% - 21px);
}

.forbes-landing__apply-form__three-per-row input:read-write {
	width: 10em;
}

.forbes-landing__apply-form__label-text {
	font-size: 1.125em;
	font-weight: 700;
	line-height: 1.222;
	margin-bottom: .875em;
	display: block;
}

.forbes-landing__apply-form__file-upload {
	position: relative;
	border-radius: 8px;
	border: 1px dashed #737373;
	width: 100%;
	height: 134px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.forbes-landing__apply-form__file-upload .wpcf7-form-control-wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.forbes-landing__apply-form__file-upload .wpcf7-form-control-wrap input {
	width: 100%;
	height: 100%;
	opacity: 0;
}

@media (max-width: 780px) {
	.forbes-landing__apply-form__file-upload {
		max-width: 284px;
	}
}

.forbes-landing__apply-form__file-upload .remove-profile-picture {
	position: absolute;
	top: 1em;
	right: 1em;
	z-index: 20;
	cursor: pointer;
}

.forbes-landing__apply-form__file-upload .wpcf7-not-valid-tip {
	position: absolute;
	top: 65%;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}

.forbes-landing__apply-form__repeater-field .wpcf7-field-group {
	display: flex;
	align-items: center;
}

.forbes-landing__apply-form__repeater-field .wpcf7-field-group:not(:last-child) {
	margin-bottom: 1em;
}

@media (max-width: 780px) {
	.forbes-landing__apply-form__repeater-field .wpcf7-field-group {
		justify-content: center;
		flex-wrap: wrap;
	}
	
	.forbes-landing__apply-form__repeater-field .wpcf7-field-group .wpcf7-form-control-wrap {
		flex-basis: 100%;
		display: flex;
		justify-content: center;
	}
}

.forbes-landing__apply-form__repeater-field .wpcf7-text {
	width: 15em !important;
	margin: 0 1em !important;
}

@media (max-width: 780px) {
	.forbes-landing__apply-form__repeater-field .wpcf7-text {
		margin: 1em 0 !important;
	}
}

.forbes-landing__apply-form__repeater-field button {
	padding: .5em .75em;
	border-radius: 8px !important;
}

.forbes-landing__apply-form__repeater-field button:first-of-type {
	margin-right: .25em;
}

.forbes-landing__apply-form__small-file-upload-field {
	position: relative;
	border: 1px dashed #737373;
	border-radius: 8px;
	height: 41.9px;
	width: 15em;
	display: flex;
	align-items: center;
	justify-content: center;
}

.forbes-landing__apply-form__small-file-upload-field .wpcf7-form-control-wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.forbes-landing__apply-form__small-file-upload-field .wpcf7-form-control-wrap input {
	width: 100%;
	height: 100%;
	opacity: 0;
	margin: 0;
}

.forbes-landing__apply-form__small-file-upload-field__remove-icon {
	position: absolute;
	width: 10px;
	height: 10px;
	right: .25em;
}

.forbes-landing__apply-form__small-file-upload-field__text {
	overflow: hidden;
	padding: 1em;
}

.forbes-landing__apply-form__title {
	font-size: 2em;
	font-weight: 700;
	border-top: 1px solid #000;
	padding: .5625em 0;
	margin: 0;
	line-height: 1.3;
}

@media (max-width: 780px) {
	.forbes-landing__apply-form__title {
		font-size: 1.5em;
	}
}

.forbes-landing__apply-form__visible-contact-information-section {
	border-bottom: 1px solid #000;
	padding-bottom: 1.125em;
	margin-bottom: 2em;
}

.forbes-landing__apply-form__visible-contact-information-section .wpcf7-form-control-wrap .wpcf7-form-control {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 3em;
	max-width: 700px;
}

.forbes-landing__apply-form__visible-contact-information-section .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
	margin: 0;
}

.forbes-landing__apply-form__paragraphs-section p {
	font-size: 1.125em;
	margin-bottom: 2rem;
}

.forbes-landing__apply-form .wpcf7-list-item.first {
	margin-left: 0;
}

.forbes-landing__apply-form .wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0;
}

@media (max-width: 780px) {
	.forbes-landing__apply-form__row, .forbes-landing__apply-form__fields-row {
		flex-direction: column;
	}
	
	.forbes-landing__apply-form__field {
		align-items: center;
		display: flex;
		flex-direction: column;
	}
	
	.forbes-landing__apply-form label {
		max-width: 284px;
	}
	
	.forbes-landing__apply-form__field textarea {
		max-height: 126px;
		min-height: unset;
		width: 17.75em;
	}
}

.success-popup {
	padding: 5.625em 9.0625em;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	z-index: 90;
	min-width: max-content;
}

.success-popup__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 700px;
	margin: 0 auto;
}

.success-popup__close-icon {
	position: absolute;
	right: 2.1875em;
	top: 2.1875em;
	cursor: pointer;
}

.success-popup__title {
	font-size: 2em;
	margin-bottom: .83em;
}

.success-popup__description {
	font-size: 1.25em;
	text-align: center;
}

.success-popup__overlay {
	background-color: rgba(0, 0, 0, .3);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 80;
}

@media (max-width: 780px) {
	.success-popup {
		min-width: unset;
		display: flex;
		align-items: center;
		padding: 0;
		width: 100%;
		height: 100%;
	}
	
	.success-popup__inner {
		position: relative;
	}
	
	.success-popup__title {
		text-align: center;
	}
	
	.success-popup__close-icon {
		top: -2.1875em;
	}
}

.forbes-landing__payments {
	display: flex;
	padding-top: 2em;
	max-width: 70%;
	margin: 0 auto 3.5625em;
	justify-content: space-between;
}

.forbes-landing__payments__package-label {
	font-size: 1.125em;
	text-transform: uppercase;
}

.forbes-landing__payments__package {
	font-size: 2em;
	font-weight: 600;
	border-bottom: 1px solid #b1b1b1;
	padding: .5em 0;
}

.forbes-landing__payments__discounted-price {
	font-weight: 600;
	font-size: 1.5em;
	padding: .75em 0;
	margin-bottom: 0;
	position: relative;
}

.forbes-landing__payments__discounted-price::after {
	display: block;
	content: "";
	width: 69px;
	height: 3px;
	transform: rotate(-19deg);
	background-color: #fb0000;
	bottom: 27px;
	position: absolute;
}

.forbes-landing__payments__actual-price {
	font-size: 3.5em;
	font-weight: 600;
	line-height: 1;
}

.forbes-landing__payments__actual-price__currency {
	font-size: .75em;
}

.forbes-landing__payments__subscription-type-label {
	text-transform: uppercase;
	color: #707070;
	margin-top: .5em;
}

.forbes-landing__payments__column {
	flex: 0 0 calc(50% - 2em);
	display: flex;
	flex-direction: column;
	padding: 1em 1.5em 3em;
	box-shadow: 2px 10px 24px -14px black;
}

.forbes-landing__payments__column:first-child {
	border-top: 1em solid #000;
	border-bottom: .5em solid #000;
}

.forbes-landing__payments__column:last-child {
	border-top: 1em solid #fb0000;
	border-bottom: .5em solid #fb0000;
}

.forbes-landing__payments__list {
	list-style: none;
	margin: 0;
	padding-top: 2em;
	margin-left: 1em;
}

.forbes-landing__payments__list li {
	margin: 0;
	margin-bottom: 2em;
	display: flex;
}

.forbes-landing__payments__list li:not(:last-child) {
	margin-bottom: .875em;
}

.forbes-landing__payments__list li::before {
	margin-top: .125em;
	display: block;
	margin-right: 1.5em;
	content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTYiIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDUxMiA1MTIiPjwhLS0hIEZvbnQgQXdlc29tZSBGcmVlIDYuNC4wIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIzIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBkPSJNMjU2IDUxMkEyNTYgMjU2IDAgMSAwIDI1NiAwYTI1NiAyNTYgMCAxIDAgMCA1MTJ6TTM2OSAyMDlMMjQxIDMzN2MtOS40IDkuNC0yNC42IDkuNC0zMy45IDBsLTY0LTY0Yy05LjQtOS40LTkuNC0yNC42IDAtMzMuOXMyNC42LTkuNCAzMy45IDBsNDcgNDdMMzM1IDE3NWM5LjQtOS40IDI0LjYtOS40IDMzLjkgMHM5LjQgMjQuNiAwIDMzLjl6Ii8+PC9zdmc+");
}

.forbes-landing__payments__all-in-partner-text {
	font-weight: 700;
	font-size: 1.125em;
}

.forbes-landing__payments .forbes-society__black-cta {
	align-self: flex-start;
	margin-top: auto;
}

@media (max-width: 780px) {
	.forbes-landing__payments {
		max-width: 100%;
		flex-direction: column;
	}
	
	.forbes-landing__payments::after {
		display: none;
	}
	
	.forbes-landing__payments__column {
		padding: 1em .5em 2em;
		align-items: center;
	}
	
	.forbes-landing__payments__column:first-child {
		border-bottom: 1px solid #e2e2e2;
		padding-bottom: 2.1875em;
		margin-bottom: 2.1875em;
	}
	
	.forbes-landing__payments__title {
		text-align: center;
	}
	
	.forbes-landing__payments__discounted-price {
		align-self: center;
	}
}

.forbes-society__hero-section {
	position: relative;
	padding-top: 3em;
}

.forbes-society__hero-section__background {
	height: 460px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}

.forbes-society__hero-section__inner {
	display: flex;
	background-color: #fff;
	position: relative;
}

.forbes-society__hero-section__inner__save-btn {
	display: none;
	text-transform: lowercase;
}

@media (max-width: 780px) {
	.forbes-society__hero-section__inner__save-btn {
		display: block;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translate(-50%, 50%) !important;
		background-color: #dc0000;
		font-family: "Source Sans Pro";
		font-size: 16px;
		text-decoration: none;
		color: #fff;
		padding: .5em 1.2em;
		border-radius: 30px !important;
		white-space: nowrap;
	}
}

.forbes-society__hero-section__inner__save-btn:active {
	color: #fff;
}

.forbes-society__hero-section__inner__save-btn:visited {
	color: #fff;
}

.forbes-society__hero-section__inner__save-btn:hover {
	color: #fff;
}

.forbes-society__hero-section__inner__save-btn::first-letter {
	text-transform: uppercase;
}

.forbes-society__hero-section__data {
	padding: 2.8125em;
	flex: 1 1 auto;
}

.forbes-society__hero-section__social-wrapper, .forbes-society__hero-section__social-wrapper--mobile {
	display: flex;
}

.forbes-society__hero-section__social-wrapper {
	justify-content: flex-end;
}

.forbes-society__hero-section__company-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.forbes-society__hero-section__image {
	flex: 0 0 25.625em;
}

.forbes-society__hero-section__image img {
	width: 100%;
	height: 100%;
}

.forbes-society__hero-section__name-positions-wrapper {
	margin: 2.65625em 0;
}

.forbes-society__hero-section__title {
	font-size: 1.125em;
	line-height: 1.1;
	margin: 0;
	margin-bottom: .5rem;
}

.forbes-society__hero-section__eik-year--mobile, .forbes-society__hero-section__eik-year--desktop {
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
}

.forbes-society__hero-section__eik-year--mobile {
	display: none;
}

.forbes-society__hero-section__name {
	font-size: 2.75em;
	line-height: 1.2;
	letter-spacing: 0;
	margin-bottom: .5rem;
	font-weight: 400;
}

.forbes-society__hero-section__job {
	display: flex;
	align-items: center;
}

.forbes-society__hero-section__job__separator {
	color: #ff5478;
	margin: 0 .75em;
	display: inline-block;
}

.forbes-society__hero-section__job__position, .forbes-society__hero-section__job__company {
	font-size: 1.125em;
}

.forbes-society__hero-section__job__company {
	font-weight: 600;
}

.forbes-society__hero-section__contact-information {
	display: flex;
	flex-wrap: wrap;
}

.forbes-society__hero-section__contact-information__item {
	display: flex;
	align-items: center;
	margin-bottom: 1.25em;
	word-break: break-all;
}

.forbes-society__hero-section__contact-information__item:not(:last-child) {
	margin-right: 2em;
}

.forbes-society__hero-section__contact-information__item svg {
	margin-right: .75em;
}

.forbes-society__hero-section__contact-information__item a {
	text-decoration: none;
}

.forbes-society__hero-section__contact-information__item a:visited, .forbes-society__hero-section__contact-information__item a:focus, .forbes-society__hero-section__contact-information__item a:hover {
	color: #000;
	outline: none;
}

@media (max-width: 780px) {
	.forbes-society__hero-section {
		padding-top: 1em;
	}
	
	.forbes-society__hero-section__gradient {
		height: 246px;
	}
	
	.forbes-society__hero-section__inner {
		flex-direction: column-reverse;
	}
	
	.forbes-society__hero-section__data {
		padding: 1.5625em;
	}
	
	.forbes-society__hero-section__eik-year--mobile {
		display: flex;
		margin-top: 2em;
		margin-bottom: 0;
	}
	
	.forbes-society__hero-section__image {
		max-height: 200px;
	}
	
	.forbes-society__hero-section__company-flex {
		flex-direction: column;
	}
	
	.forbes-society__hero-section__profile-type-social-wrapper {
		justify-content: center;
	}
	
	.forbes-society__hero-section__social-wrapper {
		display: none;
	}
	
	.forbes-society__hero-section__name-positions-wrapper {
		margin: 1.5625em 0;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	.forbes-society__hero-section__title {
		font-size: 1em;
	}
	
	.forbes-society__hero-section__eik-year--desktop {
		display: none;
	}
	
	.forbes-society__hero-section__industry {
		font-size: .875em;
		margin-bottom: 2.285em;
		display: block;
		text-align: center;
	}
	
	.forbes-society__hero-section__job {
		margin: .5em 0;
		flex-direction: column;
	}
	
	.forbes-society__hero-section__name {
		font-size: 1.5em;
		text-align: center;
	}
	
	.forbes-society__hero-section__position-list {
		margin-bottom: 2em;
	}
	
	.forbes-society__hero-section__position-list li {
		font-size: .875em;
	}
	
	.forbes-society__hero-section__contact-information {
		flex-direction: column;
		border-top: 1px solid #e2e2e2;
		padding: 1.5625em 1.5625em 1em;
	}
	
	.forbes-society__hero-section__contact-information__item svg {
		width: 15px;
		height: 15px;
	}
	
	.forbes-society__hero-section__contact-information__item:last-child {
		margin-bottom: 0;
	}
	
	.forbes-society__hero-section__contact-information__item:not(:last-child) {
		margin-right: 0;
	}
}

@media (min-width: 780px) {
	.forbes-society__hero-section__social-wrapper--mobile {
		display: none;
	}
}

.forbes-society__positions-section__inner {
	background-color: #fff;
	padding: 2.8125em;
	padding-bottom: 0;
}

.forbes-society__positions-section__section-title {
	font-size: 1.5em;
	padding: .75em 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #e2e2e2;
}

.forbes-society__positions-section__positions .forbes-society__row .row-value {
	width: 260px;
}

@media (max-width: 780px) {
	.forbes-society__positions-section__inner {
		padding: 1.5625em;
	}
	
	.forbes-society__positions-section__positions .forbes-society__row {
		flex-direction: column;
		padding: .75em 0;
		align-items: center;
	}
	
	.forbes-society__positions-section__positions .forbes-society__row .row-value {
		margin-bottom: .25em;
		width: auto;
	}
	
	.forbes-society__positions-section__positions .forbes-society__row .row-value:nth-child(2) {
		font-weight: bold;
		order: -1;
	}
}

@media (max-width: 767px) {
	.forbes-society__positions-section__positions .forbes-society__row .row-value {
		text-align: center;
	}
}

.forbes-society__about-section__inner {
	padding: 2.8125em;
	background-color: #fff;
}

.forbes-society__about-section__section-title {
	font-size: 2.125em;
	line-height: 1.05;
}

.forbes-society__about-section__prizes-subsection--mobile {
	display: none;
	padding-bottom: 2em;
}

.forbes-society__about-section .glide-certificates-desktop {
	margin-top: 2em;
	margin-bottom: 2em;
}

.forbes-society__about-section .glide-certificates-mobile {
	margin-top: 2em;
	margin-bottom: 2.5em;
}

.forbes-society__about-section__personal-info {
	padding-bottom: 1.5125em;
}

.forbes-society__about-section__personal-info p:last-child {
	margin-bottom: 0;
}

.forbes-society__about-section__hobbies {
	padding-top: 2em;
}

.forbes-society__about-section__prizes {
	padding-top: 2em;
	padding-bottom: 3.75em;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.forbes-society__about-section__team-mobile {
	display: none;
	padding-bottom: 2em;
}

.forbes-society__about-section__team-mobile-controls {
	margin: 2.8125em 0;
}

.forbes-society__about-section__team {
	display: flex;
	overflow-x: auto;
	border-top: 1px solid #e2e2e2;
	padding-top: 2em;
	padding-bottom: 2em;
	margin-bottom: 3.75em;
}

.forbes-society__about-section__team::-webkit-scrollbar {
	width: 10px;
}

.forbes-society__about-section__team::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.forbes-society__about-section__team::-webkit-scrollbar-thumb {
	background: #000;
}

.forbes-society__about-section__video {
	padding: 3.75em 0;
	display: flex;
	align-items: center;
	align-items: center;
	border-top: 1px solid #000;
	border-bottom: 1px solid #e2e2e2;
}

@media (max-width: 64rem) {
	.forbes-society__about-section__video {
		flex-flow: row wrap;
	}
}

@media (min-width: 64rem) {
	.forbes-society__about-section__video__video-wrapper {
		flex: 0 0 585px;
	}
}

@media (max-width: 64rem) {
	.forbes-society__about-section__video__video-wrapper {
		flex: 0 0 100%;
	}
	
	.forbes-society__about-section__video__video-wrapper iframe {
		width: 100%;
	}
}

.forbes-society__about-section__video__text-wrapper {
	margin-left: 3.375em;
}

@media (max-width: 64rem) {
	.forbes-society__about-section__video__text-wrapper {
		margin-left: 0;
		margin-top: 2em;
	}
}

.forbes-society__about-section__video__name {
	font-size: 2.125em;
	line-height: 1.05;
}

.forbes-society__about-section__video__description p:last-child {
	margin-bottom: 0;
}

@media (max-width: 780px) {
	.forbes-society__about-section__inner {
		padding: 1.5625em;
	}
	
	.forbes-society__about-section__personal-info {
		padding: 2.1875em 0;
	}
	
	.forbes-society__about-section__hobbies {
		padding-bottom: 1em;
	}
	
	.forbes-society__about-section__prizes-subsection--desktop {
		display: none;
	}
	
	.forbes-society__about-section__prizes-subsection--mobile {
		display: block;
	}
	
	.forbes-society__about-section__prizes {
		grid-template-columns: 1fr;
	}
	
	.forbes-society__about-section__team-mobile {
		display: block;
	}
	
	.forbes-society__about-section__team {
		grid-template-columns: 1fr;
		padding-top: 1.5625em;
		padding-bottom: 2.8125em;
		display: none;
	}
	
	.forbes-society__about-section__video {
		flex-direction: column;
		padding-bottom: 2.1875em;
	}
	
	.forbes-society__about-section__video__video-wrapper {
		flex: 0 0 auto;
	}
	
	.forbes-society__about-section__video__text-wrapper {
		margin-left: 0;
		margin-top: 1.5625em;
	}
	
	.forbes-society__about-section__video__name {
		font-size: 1.25em;
		text-align: center;
	}
	
	.forbes-society__about-section__video__description {
		text-align: center;
	}
}

@media (max-width: 780px) and (min-width: 26.5625rem) {
	.forbes-society__about-section__video__video-wrapper {
		display: flex;
		align-items: center;
		width: 100%;
	}
	
	.forbes-society__about-section__video__video-wrapper iframe {
		height: auto;
		width: 100%;
		aspect-ratio: 16/10;
		margin: 0 auto;
	}
}

@media (max-width: 26.5625rem) {
	.forbes-society__about-section__video__video-wrapper iframe {
		height: 200px;
		width: 273px;
	}
}

.forbes-society__management-section__inner {
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	padding: 0 2.8125em;
}

.forbes-society__management-section__column {
	flex: 0 0 calc(50% - 1.5em);
}

.forbes-society__management-section__row {
	display: flex;
	align-items: center;
	border-bottom: 3px solid #e2e2e2;
	padding: 1.25em 0;
}

.forbes-society__management-section__row span {
	font-size: .875em;
}

@media (min-width: 781px) {
	.forbes-society__management-section__row {
		gap: .5rem;
	}
}

@media (max-width: 747px) {
	.forbes-society__management-section__row {
		flex-direction: column;
	}
}

.forbes-society__management-section__shareholder-row span:last-child {
	flex: 0 0 5em;
}

@media (max-width: 40rem) {
	.forbes-society__management-section__shareholder-row span:last-child {
		flex: 0 0 2em;
	}
}

.forbes-society__management-section__shareholder-row span:first-child, .forbes-society__management-section__shareholder-row span:nth-child(2) {
	flex: 0 0 calc(50% - 2.5em);
}

.forbes-society__management-section__manager-row span:first-child, .forbes-society__management-section__manager-row span:nth-child(2) {
	flex: 0 0 50%;
}

.forbes-society__management-section__information {
	margin-top: 1em;
	font-size: .875em;
}

@media (max-width: 780px) {
	.forbes-society__management-section__inner {
		flex-direction: column;
	}
	
	.forbes-society__management-section__column {
		flex: 0 0 100%;
	}
	
	.forbes-society__management-section__column:first-child {
		margin-bottom: 1.875em;
	}
	
	.forbes-society__management-section__shareholder-row span, .forbes-society__management-section__manager-row span {
		font-size: .75em;
		padding: 0 .5em;
	}
	
	.forbes-society__management-section__shareholder-row:first-child, .forbes-society__management-section__shareholder-row:nth-child(2) {
		flex: 0 0 calc(50% - 33px);
	}
	
	.forbes-society__management-section__shareholder-row:last-child {
		flex: 0 0 33px;
	}
	
	.forbes-society__management-section__information {
		font-size: .675em;
	}
	
	.forbes-society__management-section__information svg {
		width: 15px;
		height: 15px;
		flex: 0 0 15px;
		margin-right: 5px;
	}
}

@media (max-width: 767px) {
	.forbes-society__management-section__shareholder-row span, .forbes-society__management-section__manager-row span {
		text-align: center;
	}
	
	.forbes-society__management-section__shareholder-row span:first-child, .forbes-society__management-section__manager-row span:first-child {
		font-weight: bold;
	}
}

.forbes-society__materials-section__inner {
	padding: 3.75em 2.8125em;
	background-color: #fff;
}

.forbes-society__materials-section__material-subsection:last-child .forbes-society__materials-section__glide {
	margin-bottom: 0;
}

.forbes-society__materials-section__material-subsection:last-child .forbes-society__materials-section__grid {
	margin-bottom: 0;
}

.forbes-society__materials-section__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.25em;
	margin-top: 2em;
	margin-bottom: 3.75em;
}

.forbes-society__materials-section__glide {
	margin-top: 2em;
	margin-bottom: 3.75em;
}

@media (max-width: 780px) {
	.forbes-society__materials-section__inner {
		padding-top: 2.1875em;
		padding-bottom: 2.8125em;
	}
	
	.forbes-society__materials-section__material-subsection:not(:first-child) {
		margin-top: 2.1875em;
	}
	
	.forbes-society__materials-section__material-subsection:last-child .forbes-society__materials-section__glide {
		margin-bottom: 2.1875em;
	}
	
	.forbes-society__materials-section__glide {
		margin: 2.1875em 0;
	}
	
	.forbes-society__materials-section__grid {
		grid-template-columns: 1fr;
	}
}

.forbes-society__personal-information-section__inner {
	background-color: #fff;
	padding: 0 2.8125em;
}

@media (max-width: 780px) {
	.forbes-society__personal-information-section__inner {
		padding: 0 1.5625em;
	}
}

.forbes-society__personal-information-section .forbes-society__information-wrapper {
	border-top: 3px solid #000;
	padding: 1.5625em 0;
}

.forbes-society__personal-information-section .forbes-society__information-wrapper p {
	line-height: 1.2;
}

@media (max-width: 780px) {
	.forbes-society__personal-information-section .forbes-society__information-wrapper p {
		font-size: .875em;
	}
}

.forbes-society__financial-data-section__inner {
	background-color: #fff;
	padding: 2em 2.8125em;
}

.forbes-society__financial-data-section__title {
	font-size: 1.5em;
	padding-bottom: .75em;
	border-bottom: 1px solid #000;
}

.forbes-society__financial-data-section__label {
	font-weight: 700;
}

.forbes-society__financial-data-section__row {
	display: flex;
	justify-content: space-between;
	padding-top: 2em;
	padding-bottom: 1.125em;
	border-bottom: 1px solid #000;
}

.forbes-society__financial-data-section__row:last-child {
	border-bottom: none;
}

.forbes-society__financial-data-section__cta-wrapper {
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.forbes-society__financial-data-section__cta-wrapper a {
	margin-right: .75em;
	text-underline-offset: 3px;
}

.forbes-society__financial-data-section__cta-wrapper a:hover {
	color: #000;
}

.forbes-society__financial-data-section__period-information {
	margin-bottom: .5em;
}

.forbes-society__financial-data-section__period-information:first-of-type {
	margin-top: 1em;
}

@media (max-width: 780px) {
	.forbes-society__financial-data-section__inner {
		padding: 1.5625em;
	}
	
	.forbes-society__financial-data-section__label {
		flex: 0 0 60%;
	}
	
	.forbes-society__financial-data-section__value {
		flex: 0 0 40%;
		text-align: right;
	}
}

.forbes-landing__hero-section {
	background: linear-gradient(90.72deg, rgba(0, 0, 0, .88) .67%, rgba(0, 0, 0, .625917) 38.89%, rgba(0, 0, 0, .389134) 79.8%, rgba(0, 0, 0, 0) 99.49%);
	padding: 9.375em 0;
	margin-bottom: 3.75em;
}

.forbes-landing__hero-section__title {
	margin: 0;
	font-size: 4.5em;
	text-transform: capitalize;
	color: #fbfbfb;
	font-weight: 400;
	text-align: center;
}

.forbes-landing__hero-section__description {
	font-size: 1.5em;
	line-height: 1.125;
	color: #fbfbfb;
	margin-top: 2rem;
	margin-bottom: 4rem;
	text-align: center;
}

@media (max-width: 780px) {
	.forbes-landing__hero-section {
		padding: 3.75em 0;
	}
	
	.forbes-landing__hero-section__title {
		font-size: 2.75em;
	}
}

.forbes-landing__profiles-in-forbes-section__carousel {
	margin-top: 2em;
	margin-bottom: 3.75em;
}

.forbes-landing__profiles-in-forbes-section .forbes-society__mobile-controls {
	margin: 2em 0;
}

@media (max-width: 780px) {
	.forbes-landing__profiles-in-forbes-section__carousel {
		margin-bottom: 0;
	}
}

.forbes-landing__become-member-section {
	margin-bottom: 3.75em;
}

.forbes-landing__become-member-section__inner {
	background-color: #000;
	padding: 2.8125em;
}

.forbes-landing__become-member-section__title {
	font-weight: 400;
	color: #fff;
	font-size: 1.5em;
	border-top: 1px solid #fff;
	padding-top: .75em;
}

.forbes-landing__become-member-section__description {
	margin-top: 2em;
}

.forbes-landing__become-member-section__description p {
	color: #fff;
}

.forbes-landing__become-member-section__description p:last-child {
	margin-bottom: 0;
}

.forbes-landing__become-member-section__cta {
	display: inline-block;
	margin-top: 1em;
}

.forbes-landing__hero-commercial-section {
	padding: 6.25em 0;
	margin-bottom: 3.75em;
	position: relative;
	max-height: calc(100vh - 320px);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 450px;
}

.forbes-landing__hero-commercial-section__background-image {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -10;
	top: 0;
	left: 0;
}

.forbes-landing__hero-commercial-section__title {
	margin: 0;
	font-size: 6.375em;
	text-transform: capitalize;
	color: #fbfbfb;
	font-weight: 400;
	height: 1em;
	display: flex;
	align-items: center;
}

.forbes-landing__hero-commercial-section__title .forbes {
	font-size: .4em;
	font-family: "merriweather";
	text-decoration: none;
	color: #fff;
	line-height: 1.2em;
	font-weight: 700;
	letter-spacing: -.03em;
	margin-right: .5em;
	margin-bottom: .1em;
}

.forbes-landing__hero-commercial-section__title .forbes span {
	font-family: "merriweather";
	letter-spacing: -3px;
}

@media (max-width: 780px) {
	.forbes-landing__hero-commercial-section__title .forbes {
		font-size: .8em;
	}
}

@media (max-width: 26.5625rem) {
	.forbes-landing__hero-commercial-section__title .forbes {
		font-size: .6em;
	}
}

.forbes-landing__hero-commercial-section__title .society {
	font-size: 1em;
	font-weight: 800;
	text-align: center;
	letter-spacing: normal;
	text-transform: uppercase;
	margin: 0;
	font-family: "Big Shoulders Display";
}

@media (max-width: 780px) {
	.forbes-landing__hero-commercial-section__title .society {
		font-size: 1.5em;
	}
}

@media (max-width: 26.5625rem) {
	.forbes-landing__hero-commercial-section__title .society {
		font-size: 1em;
	}
}

.forbes-landing__hero-commercial-section__description {
	font-size: 1.8em;
	font-weight: 500;
	line-height: 1.111;
	color: #fbfbfb;
	margin-bottom: 1em;
	margin-top: .75em;
}

.forbes-landing__hero-commercial-section .forbes-society__white-cta {
	font-family: "Source Sans Pro";
	text-transform: uppercase;
}

.forbes-landing__hero-commercial-section .forbes-society__container {
	width: 1332px;
}

.forbes-landing__hero-commercial-section .forbes-society__container--hero-text {
	max-width: 100%;
	width: 1332px;
}

.forbes-landing__hero-commercial-section::after {
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(93deg, rgba(0, 0, 0, .88) 0%, rgba(0, 0, 0, .63) 38.68%, rgba(0, 0, 0, .39) 80.07%, rgba(0, 0, 0, 0) 100%);
	z-index: -5;
	opacity: .9;
}

@media (max-width: 40rem) {
	.forbes-landing__hero-commercial-section__description {
		font-size: 1.25em;
	}
}

@media (max-width: 780px) {
	.forbes-landing__hero-commercial-section__title {
		font-size: 2.75em;
	}
}

.forbes-landing__about-section {
	margin-bottom: 3.75em;
}

.forbes-landing__about-section__description {
	margin-top: 2em;
}

.forbes-landing__all-profiles-section {
	padding-bottom: 3.75em;
}

.forbes-landing__all-profiles-section__profiles-letter {
	border-bottom: 1px solid #e2e2e2;
	padding: 2em 2.625em;
	display: flex;
}

.forbes-landing__all-profiles-section__profiles-letter__title {
	font-size: 3.5em;
	font-weight: 400;
	margin-bottom: 1.25rem;
	line-height: 1;
	width: 1em;
}

.forbes-landing__all-profiles-section__profiles-letter.company .forbes-landing__all-profiles-section__profiles-name {
	font-family: "Source Sans Pro";
}

@media (max-width: 780px) {
	.forbes-landing__all-profiles-section__profiles-letter {
		padding-left: 2em;
		padding-right: 2em;
	}
	
	.forbes-landing__all-profiles-section__profiles-letter__title {
		font-size: 2.125em;
	}
}

.forbes-landing__all-profiles-section__profiles-search {
	padding: 2em 1.5625em;
}

.forbes-landing__all-profiles-section__profiles-search .forbes-landing__all-profiles-section__profiles-row {
	margin-left: 0;
}

.forbes-landing__all-profiles-section__profiles-row {
	display: flex;
	flex-grow: 1;
	margin-left: 4.5em;
	padding-top: .25em;
}

.forbes-landing__all-profiles-section__profiles-row:not(:last-child) {
	margin-bottom: 2em;
}

@media (max-width: 780px) {
	.forbes-landing__all-profiles-section__profiles-row {
		flex-direction: column;
		margin-left: 3.125em;
		padding-top: 0;
	}
}

.forbes-landing__all-profiles-section__profiles-column {
	flex: 0 0 33.3333333333%;
}

.forbes-landing__all-profiles-section__profiles-column:not(:last-child) {
	border-right: 1px solid #e2e2e2;
	margin-right: 44px;
}

@media (max-width: 780px) {
	.forbes-landing__all-profiles-section__profiles-column:not(:last-child) {
		border-right: none;
		margin-right: 0;
	}
}

.forbes-landing__all-profiles-section__profiles-name {
	margin-bottom: .9em;
	font-size: 1.25em;
}

.forbes-landing__all-profiles-section__profiles-name a {
	text-decoration: none;
	display: block;
}

.forbes-landing__all-profiles-section__profiles-name a:hover {
	color: #000;
	background-color: #ececec;
}

@media (max-width: 780px) {
	.forbes-landing__all-profiles-section__profiles-name {
		font-size: .875em;
		margin-bottom: 1.125rem;
	}
}

.forbes-landing__all-profiles-section__loader-wrapper {
	display: flex;
	justify-content: center;
	margin: 1em 0;
}

.forbes-landing__all-profiles-section .not-found {
	font-weight: 400;
	padding: 1em 0;
	text-align: center;
	font-size: 1.5em;
}

.forbes-landing__all-profiles-section .tf_loader {
	width: 64px;
	height: 64px;
}

@media (max-width: 780px) {
	.forbes-landing__all-profiles-section .forbes-society__subtitle-with-controls {
		flex-wrap: wrap;
		justify-content: center;
		border-bottom: none;
	}
}

.forbes-landing__numbers-section {
	padding: 2.875em 0;
}

.forbes-landing__numbers-section__inner {
	display: flex;
	border-top: 1px solid #e2e2e2;
	padding: 2em 0;
}

.forbes-landing__numbers-section .forbes-sociery__statistic-box {
	flex-grow: 1;
}

.forbes-landing__numbers-section .forbes-sociery__statistic-box:not(:last-child) {
	border-right: 1px solid #e2e2e2;
}

@media (max-width: 780px) {
	.forbes-landing__numbers-section__inner {
		flex-direction: column;
		border-top: none;
		padding: 0;
	}
	
	.forbes-landing__numbers-section .forbes-sociery__statistic-box:not(:last-child) {
		border-right: none;
	}
}

.forbes-landing__for-who-is-forbes-section {
	margin: 3.75em 0;
}

.forbes-landing__for-who-is-forbes-section__inner {
	background: #000;
	padding: 2.8125em 0;
}

.forbes-landing__for-who-is-forbes-section .forbes-society__commercial-landing-title {
	color: #fff;
	border-bottom: 1px solid #fff;
	padding-top: 0;
}

.forbes-landing__for-who-is-forbes-section__row {
	display: flex;
	padding: 0 6.25em;
}

.forbes-landing__for-who-is-forbes-section__column {
	flex: 0 0 50%;
}

.forbes-landing__for-who-is-forbes-section__list {
	margin: 0;
	margin-top: 3.75em;
	list-style: none outside;
}

.forbes-landing__for-who-is-forbes-section__list li {
	color: #fff;
	display: flex;
	align-items: center;
	margin-bottom: 1.5em;
}

.forbes-landing__for-who-is-forbes-section__list svg {
	flex: 0 0 35px;
	margin-right: 1em;
}

.forbes-landing__for-who-is-forbes-section__list span {
	font-size: 1.25em;
}

@media (max-width: 780px) {
	.forbes-landing__for-who-is-forbes-section__inner {
		margin: 0 -1.625rem;
		padding-left: 1.625rem;
		padding-right: 1.625rem;
	}
	
	.forbes-landing__for-who-is-forbes-section__row {
		padding: 0;
		flex-direction: column;
	}
	
	.forbes-landing__for-who-is-forbes-section__column:nth-child(2) .forbes-landing__for-who-is-forbes-section__list {
		margin-top: 0;
	}
}

.forbes-landing__testimonials-section .forbes-society__commercial-landing-title {
	border-bottom: 1px solid #e2e2e2;
}

.forbes-landing__testimonials-section__inner {
	background-color: #fff;
	padding: 2.8125em;
}

.forbes-landing__testimonials-section .forbes-society__subtitle {
	padding: 0;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 1.125rem;
}

@media (max-width: 780px) {
	.forbes-landing__testimonials-section__inner {
		padding: 0;
	}
}

.forbes-society__join-forbes-section__inner {
	padding: 1em 0;
}

@media (max-width: 780px) {
	.forbes-society__join-forbes-section__inner {
		padding: 2em 0 1em 0;
	}
}

.forbes-society__join-forbes-section__paragraph {
	padding-left: 2.8125em;
	margin: 0;
	font-size: .875em;
}

.forbes-society__join-forbes-section__paragraph::before {
	display: inline-block;
	margin-right: .75em;
	content: url("data:image/svg+xml;base64,CQkJPHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxOCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KCQkJCTxwYXRoIGQ9Ik01IDVMMCAwSDRMOSA1TDQgMTBIMEw1IDVaIiBmaWxsPSIjRkYwMzNBIi8+CgkJCQk8cGF0aCBkPSJNMTQgNUw5IDBIMTNMMTggNUwxMyAxMEg5TDE0IDVaIiBmaWxsPSIjRkYwMzNBIi8+CgkJCTwvc3ZnPg==");
}

@media (max-width: 780px) {
	.forbes-society__join-forbes-section__paragraph {
		text-align: center;
		padding: 0 1.5625em;
	}
}

.forbes-landing__why-join-forbes-section .forbes-society__commercial-landing-title {
	border-top: 1px solid #000;
	border-bottom: 1px solid #e2e2e2;
}

.forbes-landing__why-join-forbes-section__description {
	padding-top: 2rem;
	padding-bottom: 3.75em;
	font-size: 1.25em;
	line-height: 1.2;
}

.forbes-landing__why-join-forbes-section__description p {
	margin: 0;
	text-align: center;
}

.forbes-landing__why-join-forbes-section__description p:not(:last-child) {
	margin-bottom: 1.5em;
}

.forbes-landing__perks-section .forbes-society__commercial-landing-title {
	border-top: 1px solid #000;
	border-bottom: 1px solid #e2e2e2;
}

.forbes-landing__become-part-section {
	scroll-margin-top: 4.5em;
}

.forbes-landing__become-part-section .forbes-society__commercial-landing-title {
	border-top: 1px solid #000;
	border-bottom: 1px solid #e2e2e2;
}

.forbes-landing__become-part-section .forbes-society__subtitle {
	font-size: 2em;
	font-weight: 700;
	padding: .5625em;
}

.forbes-landing__become-part-section__first {
	padding-bottom: 3.75em;
	padding-top: 2em;
}

.forbes-landing__become-part-section__first__row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 1.5em;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}

@media (max-width: 780px) {
	.forbes-landing__become-part-section__first__row {
		flex-direction: column;
	}
}

.forbes-landing__become-part-section__first__column {
	flex: 0 0 calc(50% - 24px);
	position: relative;
}

.forbes-landing__become-part-section__first__column > img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
}

.forbes-landing__become-part-section__first__text-over-list {
	margin: 1.5em 0;
}

.forbes-landing__become-part-section__first p, .forbes-landing__become-part-section__first .forbes-society__information-wrapper span {
	font-size: 1.125em;
	line-height: 22px;
}

.forbes-landing__become-part-section__first .forbes-society__information-wrapper {
	margin-top: 2.5em;
	margin-bottom: 2.25em;
}

.forbes-landing__become-part-section__first .forbes-society__ordered-list {
	padding-bottom: 1.5em;
}

.forbes-landing__become-part-section__buttons-separator {
	margin: 0 1em;
}

@media (max-width: 780px) {
	.forbes-landing__become-part-section__buttons-separator {
		margin: 1em 0;
		display: block;
	}
}

.forbes-landing__become-part-section__second {
	border-top: 1px solid #000;
	padding-bottom: 3.5em;
	scroll-margin-top: 4em;
}

.forbes-landing__become-part-section__second .forbes-society__information-wrapper span {
	font-size: 1.125em;
	line-height: 22px;
}

@media (max-width: 780px) {
	.forbes-landing__become-part-section__second .forbes-society__black-cta {
		align-self: center;
	}
}

.forbes-landing__become-part-section__third {
	scroll-margin-top: 4em;
}

.forbes-landing__become-part-section__third .forbes-society__commercial-landing-title {
	border-bottom: none;
}

.forbes-landing__become-part-section__third .forbes-society__commercial-landing-subtitle {
	border-bottom: 1px solid #e2e2e2;
	text-align: center;
	font-size: 1.3em;
	padding: .5em 0;
}

.forbes-landing__become-part-section__buttons-wrapper {
	padding-left: 3.75em;
	padding-top: .5em;
}

.forbes-landing__become-part-section__paragraph-between-borders {
	font-size: 1.125em;
	padding: 2rem 0;
	margin-bottom: 0;
}

.search-user-box {
	display: flex;
	flex-direction: column;
	flex: 0 0 calc(25% - 16px);
}

.search-user-box:not(:last-child) {
	margin-right: 20px;
}

.search-user-box__thumbnail-wrapper {
	max-width: 100%;
	overflow: hidden;
}

.search-user-box__thumbnail-wrapper::before {
	display: block;
	content: "";
	padding-top: 83.3%;
}

.search-user-box__name {
	font-family: "Merriweather";
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
	text-transform: capitalize;
	margin: 0;
	margin-top: 2rem;
}

.search-user-box__name a {
	text-decoration: none;
}

.search-user-box__name a:hover {
	color: #000;
}

.search-user-box__position {
	color: #737373;
	text-transform: capitalize;
	font-size: 14.4px;
	line-height: 18px;
	font-family: "Merriweather";
	margin-top: 8px;
	margin-bottom: 0;
	word-break: break-all;
}

@media (max-width: 780px) {
	.search-user-box {
		flex: 0 0 100%;
		margin-bottom: 1.5em;
	}
	
	.search-user-box:not(:last-child) {
		margin-right: 0;
	}
	
	.search-user-box__name {
		margin-top: 1rem;
	}
}

.forbes-society__search-results {
	width: 100%;
	margin-bottom: 2.5em;
}

.forbes-society__search-results__flex-row {
	display: flex;
	margin: 2.5em 0;
}

.forbes-society__search-results .forbes-society__search-results__page-title {
	padding-bottom: 1rem;
}

.forbes-society__search-results__view-more {
	font-family: "Merriweather";
	font-weight: 300;
	font-size: 1.125em;
	line-height: 1.27;
	color: #000;
	padding: 10px 28px;
	background: rgba(183, 183, 183, .29);
	border-radius: 100px;
	cursor: pointer;
}

.forbes-society__search-results__view-more.is-disabled {
	pointer-events: none;
	opacity: .4;
}

@media (max-width: 780px) {
	.forbes-society__search-results {
		padding-top: 3em;
	}
	
	.forbes-society__search-results__rows {
		margin-bottom: 1em;
	}
	
	.forbes-society__search-results__flex-row {
		flex-direction: column;
		margin: 0;
	}
}

.page-template-commercial-landing-page .sfm-rollback {
	height: auto;
}

.page-template-commercial-landing-page p, .page-template-commercial-landing-page span, .page-template-commercial-landing-page label {
	font-family: "Source Sans Pro";
}

.is-hidden {
	display: none;
}
