body {
	word-break: keep-all;
	padding: 0;
	margin: 0;
	line-height: 1.4;
	font-size: 16px;
	font-family: var(--font-main);
	color: #29323d;
	background-color: #fff;
	scroll-behavior: smooth;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
* {
	box-sizing: border-box;
	border-width: 0;
	border-style: solid;
}
ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
	color: #fff;
}
h3 {
	font-size: 26px;
	font-family: var(--font-headings);
	font-variant-ligatures: none;
}
h2,
h3,
h4 {
	margin-top: 0;
	margin-bottom: 0;
}
main {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.text-white {
	color: #fff !important;
}
.wide-content-1366 {
	width: 100%;
	display: flex;
	flex-direction: column;
	max-width: 1366px;
	align-items: center;
	justify-content: center;
}
.navbar {
	width: 100%;
	height: 60px;
	display: flex;
	align-items: flex-start;
	margin-left: auto;
	margin-right: auto;
	flex-direction: column;
	justify-content: center;
	background-color: #1181f1;
	white-space: nowrap;
	padding-top: 16px;
}
.desktop-links-container {
	display: flex;
	align-items: center;
	width: 100%;
	max-height: 60px;
	max-width: 1366px;
	margin: 0 auto;
}
.logo {
	max-width: 170px;
	height: 60px;
	background-position: center;
	cursor: pointer;
}
.logo-link {
	max-height: 60px;
	display: flex;
	align-items: center;
}
.links {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: nowrap;
	width: 100%;
	height: 50px;
	font-size: 18px;
	font-weight: 500;
	padding-right: 16px;
	color: #fff;
}
.dropdown {
	position: absolute;
	top: 40px;
	background-color: #fff;
	color: #2d4b5a;
	padding: 24px 30px;
	border-radius: 6px;
	box-shadow: 0px 11px 16px rgba(0, 0, 0, 0.31);
	display: none;
	cursor: default;
}
.dropdown-btn-mask {
	position: absolute;
	top: -10px;
	left: 0;
	width: 100%;
	height: calc(100% + 10px);
	background-color: transparent;
}
.dropdown-features {
	min-width: 195px;
}
.dropdown-btn {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0 10px;
	position: relative;
	cursor: pointer;
}
.dropdown-btn span {
	padding-right: 4px;
}
.dropdown-templates {
	width: 480px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	grid-gap: 24px;
}
.dropdown-resources {
	width: 180px;
}
.dropdown-list-item {
	width: fit-content;
	position: relative;
	margin-bottom: 20px;
	white-space: nowrap;
	font-weight: 400;
	color: #2d4b5a;
	font-size: 16px;
	z-index: 1;
}
.dropdown-list-item-heading {
	width: fit-content;
	margin-bottom: 20px;
	white-space: nowrap;
	font-weight: 500;
	color: #007aff;
	position: relative;
	z-index: 1;
}
.dropdown-list-item-grid {
	width: fit-content;
	color: #2d4b5a;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 8px;
	white-space: nowrap;
	position: relative;
	z-index: 1;
}
.dropdown-list-item:hover,
.dropdown-list-item-heading:hover,
.dropdown-list-item-grid:hover {
	color: #005eb8;
	text-decoration: underline;
}
.dropdown-last-child {
	margin: 0;
}
.arrow-up {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
	position: absolute;
	top: -10px;
	left: calc(50% - 10px);
}

.mobile-links-container {
	width: 100%;
	max-height: 0px;
	overflow: hidden;
	transition: max-height 0.2s cubic-bezier(0.23, 1, 0.32, 1);
	scrollbar-width: none;
}
.mobile-links-container::-webkit-scrollbar {
	display: none;
}
.mobile-link-container {
	color: #f7f6f6;
	padding: 14px 16px;
	border-bottom: 0.1px solid rgb(247 246 246 / 0.2);
	width: 100%;
	font-size: 18px;
	font-weight: 500;
	display: flex;
	flex-direction: column;
}
.mobile-link-container:first-child {
	margin-top: 16px;
}
.mobile-link-container:last-child {
	margin-bottom: 29px;
}
.mobile-link {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.accordion {
	max-height: 0px;
	overflow: hidden;
	transition: max-height 0.2s cubic-bezier(0.23, 1, 0.32, 1);
	padding-left: 24px;
	scrollbar-width: none;
	overscroll-behavior-y: none;
}
.accordion::-webkit-scrollbar {
	display: none;
}
.accordion-link {
	padding: 10px 0;
	font-size: 16px;
}
.accordion-link-title {
	font-weight: 700;
}
.accordion-link:first-child {
	margin-top: 12px;
}
.accordion-icon {
	transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.rotate {
	transform: rotate(180deg);
}
.accordion-header {
	color: #29323d;
	font-weight: 500;
	margin: 16px 0;
	pointer-events: none;
	cursor: default;
}
.expanded {
	max-height: calc(100vh - 50px) !important;
	transition: max-height 1.2s cubic-bezier(0.23, 1, 0.32, 1) !important;
	overflow-y: auto !important;
}
.expanded-fit-content {
	height: fit-content;
	max-height: calc(200vh + 50px) !important;
	transition: max-height 1.2s cubic-bezier(0.23, 1, 0.32, 1) !important;
}
.cta-btn-navbar {
	display: none;
	background-color: #ffe533;
	padding: 10px 30px;
	color: #29323d;
	border-radius: 6px;
	font-family: var(--font-headings);
	font-variant-ligatures: none;
	font-size: 16px;
	font-weight: bold;
	margin-left: 16px;
	min-width: 218px;
	text-align: center;
}
.arrow-icon {
	fill: #fff;
	width: 24px;
	height: 24px;
}
.pricing {
	text-align: center;
	padding: 5px;
	margin: 0 10px;
}
.templates {
	text-align: center;
	padding: 5px;
	margin: 0 20px 0 10px;
}
.log-in {
	text-align: center;
	padding: 5px;
	margin: 0 10px;
}
.sign-up {
	color: #fff;
	/* width: 110px; */
	display: block;
	font-size: 18px;
	align-self: center;
	text-align: center;
	font-family: var(--font-headings);
	font-variant-ligatures: none;
	font-weight: bold;
	border-color: #fff;
	border-width: 2px;
	border-radius: 6px;
	padding-top: 7px;
	padding-bottom: 8px;
	background-color: #1181f1;
	margin-left: 10px;
	margin-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
}
.burger-container {
	display: none;
	height: 50px;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.burger-btn {
	display: none !important;
	width: 36px;
	height: 36px;
	align-items: center;
	border-radius: 6px;
	flex-direction: column;
	justify-content: center;
	background-color: #186fdc;
}
.close-btn {
	display: none;
	width: 36px;
	height: 36px;
	background-color: #186fdc;
	border-radius: 50%;
	padding: 10px;
	animation: rotateIn 0.2s cubic-bezier(0.23, 1, 0.32, 1) !important;
}
.section1-content {
	width: 100%;
	display: grid;
	max-width: 1139px;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	grid-template-columns: repeat(12, [col] 1fr);
}
.hero {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: auto;
	color: #fff;
	text-align: center;
	margin-top: 32px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	grid-column-end: 13;
	grid-column-start: 1;
}
.hero-primary-text {
	font-size: 62px;
	font-family: var(--font-headings);
	font-variant-ligatures: none;
	margin-bottom: 24px;
	line-height: 1.22;
}
.hero-secondary-text {
	width: 60%;
	font-size: 24px;
	text-align: center;
	font-weight: normal;
	margin-top: 24px;
	margin-bottom: 48px;
}
.call-to-action {
	width: auto;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.cta-btn {
	height: 60px;
	min-width: 260px;
	padding: 0 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 19px;
	align-self: center;
	text-align: center;
	font-family: var(--font-headings);
	font-variant-ligatures: none;
	font-weight: bold;
	border-width: 0;
	border-radius: 6px;
	text-decoration: none;
}
.cta-first {
	background-color: #ffe533;
	color: #29323d;
	margin-bottom: 16px;
}
.cta-second {
	background-color: #1181f1;
	color: #fff;
	margin-top: 16px;
	margin-bottom: 16px;
}
.cta-third {
	background-color: #ff6624;
	color: #fff;
	margin: 15px;
}
.section-title {
	font-size: 48px;
	font-family: var(--font-headings);
	font-variant-ligatures: none;
	line-height: 1.22;
	color: #29323d;
	margin: 24px 0;
	text-align: center;
}
.section-text {
	opacity: 0.75;
	font-size: 21px;
	text-align: center;
}
.credit-card-text {
	opacity: 0.5;
	font-size: 14px;
}
.hero-image {
	width: 100%;
	margin-top: 8px;
	object-fit: cover;
	margin-left: auto;
	margin-right: auto;
	border-radius: 12px;
	margin-bottom: 12px;
	grid-column-end: 13;
	grid-column-start: 1;
}
.partners {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 36px;
	grid-column-start: 1;
	grid-column-end: 13;
	max-width: 1080px;
	width: 100%;
	height: auto;
	margin-top: 32px;
	align-items: center;
	justify-items: center;
	margin-left: auto;
	padding-top: 12px;
	margin-right: auto;
	padding-left: 16px;
	margin-bottom: 12px;
	padding-bottom: 12px;
}
.microsoft-logo {
	width: 90%;
	object-fit: scale-down;
}
.intel-logo {
	width: 50%;
	object-fit: scale-down;
}
.sony-logo {
	width: 80%;
	object-fit: scale-down;
}
.amazon-logo {
	width: 90%;
	object-fit: scale-down;
}
.oracle-logo {
	width: 90%;
	object-fit: scale-down;
}
.cisco-logo {
	width: 60%;
	object-fit: scale-down;
}
.used-by {
	grid-column-start: 1;
	grid-column-end: 13;
	width: auto;
	margin: 32px auto;
	font-size: 21px;
	font-family: var(--font-headings);
	font-variant-ligatures: none;
	color: #fff;
}
.full-page-collaborate-section {
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 100%;
	background-color: #fedb2c;
	padding: 32px 20px 78px 20px;
}
.background-container {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: nowrap;
	max-width: 1366px;
	align-items: center;
	padding-left: 50px;
	padding-right: 50px;
	flex-direction: column;
	background-size: contain;
	justify-content: space-between;
	background-image: url('../png/collaborate-backg.png');
	background-position: center;
	background-repeat: no-repeat;
}
.tab-selector-header-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 65%;
	height: 50%;
	margin-top: 40px;
	margin-bottom: 24px;
}
.tab-selector-secondary-text {
	color: #29323d;
	opacity: 0.75;
	font-size: 21px;
	margin-top: 16px;
	text-align: center;
}
.tab-selector-container {
	width: 100%;
	display: flex;
	max-width: 1080px;
	margin-top: 32px;
	align-items: center;
	padding-left: 24px;
	margin-bottom: 32px;
	padding-right: 24px;
	flex-direction: row;
	justify-content: space-between;
}
.tab-buttons {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 10px;
	width: 32%;
	height: auto;
	padding-left: 32px;
	padding-right: 16px;
}
.tab-selector-btn-container {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	width: 100%;
	color: #fff;
	text-align: center;
	font-family: var(--font-headings);
	font-variant-ligatures: none;
	font-weight: bold;
	white-space: nowrap;
	padding: 15px 25px 15px 15px;
	border-radius: 8px;
	cursor: pointer;
}
.first-tab-icon {
	filter: invert(1);
}
.btn-arrow {
	right: -11px;
	width: 0;
	height: 0;
	display: flex;
	position: absolute;
	align-items: flex-start;
	border-color: #29323d;
	flex-direction: column;
	border-top-color: transparent;
	border-top-width: 8px;
	border-left-width: 12px;
	border-bottom-color: transparent;
	border-bottom-width: 8px;
	display: none;
}
.tab-btn-icon {
	width: 32px;
	object-fit: cover;
	margin-right: 8px;
	background-position: center;
}
.tab-btn-text {
	color: #29323d;
	font-size: 18px;
}
.tab-content {
	width: 65%;
	height: 100%;
	max-height: 485px;
}
.tab-content-image {
	box-shadow: 0px 19px 15px #b0834363;
}
.tab-selector-image {
	display: none;
	width: 100%;
	object-fit: cover;
	border-radius: 12px;
}
.full-page-testimonial-section {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 48px 0 64px 0;
	font-size: 19px;
	background-color: #1181f1;
}
.section-4-content-1080 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	width: 100%;
	max-width: 1080px;
	height: auto;
	padding: 0 8px 32px 8px;
}
.section-4-header-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 84%;
	height: 50%;
	margin-top: 24px;
	margin-bottom: 24px;
}
.card-container {
	width: 100%;
	display: grid;
	grid-gap: 32px;
	flex-wrap: wrap;
	margin-top: 33px;
	align-items: center;
	margin-bottom: 24px;
	flex-direction: row;
	justify-content: space-around;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.section4-card {
	height: auto;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.section4-img-container {
	width: 100%;
	display: flex;
	padding: 20px;
	align-items: center;
	border-radius: 8px;
	margin-bottom: 24px;
	flex-direction: column;
	justify-content: center;
	background-color: #f5f7fb;
}
.section4-card-description {
	color: #29323d;
	text-align: center;
	font-family: var(--font-headings);
	font-variant-ligatures: none;
	font-weight: bold;
}
.section4-img {
	width: 100%;
	object-fit: cover;
}

.testimonial-section-content-1080 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 1080px;
	height: auto;
}
.testimonial-section-card-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	justify-content: space-between;
	align-items: center;
	position: relative;
	width: 100%;
	margin: 32px 0;
	color: #2d4b5a;
}
.first-column {
	max-width: 515px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	margin-right: 16px;
}
.testimonial-card {
	height: 50%;
	display: flex;
	padding: 32px;
	align-self: start;
	align-items: flex-start;
	justify-content: center;
	margin-bottom: 32px;
	flex-direction: column;
	background-color: #fff;
}
.first-column .testimonial-card {
	border-top-left-radius: 24px;
	border-top-right-radius: 24px;
	border-bottom-right-radius: 24px;
}
.second-column .testimonial-card {
	border-top-left-radius: 24px;
	border-top-right-radius: 24px;
	border-bottom-left-radius: 24px;
}
.testimonial-card-text {
	font-size: 20px;
	margin-bottom: 16px;
}
.author {
	display: flex;
	margin-top: 16px;
	align-items: center;
	flex-direction: row;
	justify-content: center;
	font-weight: 500;
}
.author-image {
	width: 64px;
	height: 64px;
	object-fit: cover;
	border-radius: 50px;
}
.author-info-container {
	display: flex;
	align-items: flex-start;
	margin-left: 16px;
	flex-direction: column;
}
.second-column {
	height: 100%;
	max-width: 515px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-left: 16px;
}
.testimonial-carrousel-controller {
	display: none;
	width: auto;
	flex-direction: row;
	align-items: flex-start;
	justify-content: center;
	align-self: center;
	padding: 8px 12px;
	margin-top: 16px;
	border-radius: 17px;
	background-color: #186fdc;
}
.testimonial-carrusel-bullet {
	fill: #fff;
	width: 8px;
	height: 8px;
	margin-right: 4px;
}
.full-page-join-section {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 32px;
}
.join-section-content-1080 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	max-width: 1080px;
	width: 100%;
	padding: 32px;
}
.join-section-text-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 85%;
	margin-bottom: 5px;
}
.last-title {
	font-size: 42px !important;
}
.join-section-header-text {
	width: 79%;
}
.full-page-footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
	flex-wrap: nowrap;
	width: 100%;
	height: auto;
	padding: 48px;
	font-size: 14px;
	background-color: #f4f6f9;
	color: #798da3;
}
.footer-content-1080 {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 1080px;
	width: 100%;
}
.sitemap-container {
	width: 100%;
	display: grid;
	grid-gap: 25px;
	align-self: flex-start;
	margin-top: 32px;
	align-items: flex-start;
	margin-bottom: 32px;
	flex-direction: row;
	justify-content: space-around;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.sitemap-container-item {
	display: flex;
	align-self: flex-start;
	align-items: flex-start;
	margin-right: 16px;
	flex-direction: column;
}
.footer-column-header {
	font-size: 12px;
	margin-bottom: 32px;
	text-transform: uppercase;
	font-weight: 600;
}
.footer-link {
	margin-bottom: 16px;
	color: #798da3;
}
.terms-of-service,
.privacy-policy {
	color: #798da3;
}
.terms-of-service:hover,
.privacy-policy:hover {
	text-decoration: underline;
}
.footer-link:hover {
	text-decoration: underline;
}
.social-network-icon svg {
	fill: #798da3;
	width: 18px;
	height: 18px;
	margin-right: 8px;
}
.social-network-link-container {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
	flex-direction: row;
	justify-content: flex-start;
}
.bottom-banner {
	width: 100%;
	display: grid;
	opacity: 0.8;
	grid-gap: 32px;
	font-size: 14px;
	margin-top: 32px;
	align-items: start;
	align-content: center;
	justify-items: center;
	margin-bottom: 32px;
	flex-direction: row;
	justify-content: center;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.bottom-banner-left-container {
	width: auto;
	display: flex;
	align-self: start;
	align-items: center;
	justify-self: start;
	margin-right: 32px;
	flex-direction: row;
	grid-column-end: 3;
	grid-column-start: 1;
}
.footer-logo {
	width: 48px;
	height: 48px;
	object-fit: cover;
	margin-right: 24px;
}
.left-text-container {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}
.left-container-info {
	display: inline;
	align-items: flex-start;
	flex-direction: column;
}
.bottom-banner-year {
	margin-bottom: 4px;
}
.left-container-links {
	width: 84%;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
}
.language-selector {
	position: relative;
	display: flex;
	align-self: start;
	align-items: flex-start;
	grid-column: 4;
	justify-self: start;
	margin-right: 16px;
	flex-direction: row;
	justify-content: center;
	cursor: pointer;
}
.language-options {
	position: absolute;
	top: -84px;
	flex-direction: column;
	background-color: #fff;
	border-radius: 6px;
	display: none;
	color: #2d4b5a;
	border-radius: 6px;
	box-shadow: 0px 11px 16px rgba(0, 0, 0, 0.31);
	width: 150px;
}
.language-option {
	padding: 9px 16px;
	color: #798da3;
	border-bottom: 0;
	border-radius: 6px 6px 0 0;
}
.language-option:hover {
	background-color: #eef1f5;
	color: #2d4b5a;
	cursor: pointer;
}
.language-option:last-child {
	border-radius: 0 0 6px 6px;
}
.selected-language {
	margin-right: 8px;
}
.icon10 {
	fill: #798da3;
	width: 18px;
	height: 18px;
	align-self: flex-end;
}
.back-to-top {
	top: -69px;
	right: -21px;
	width: 42px;
	height: 42px;
	display: flex;
	position: absolute;
	align-items: center;
	border-radius: 50px;
	flex-direction: column;
	background-size: cover;
	justify-content: center;
	background-color: #1181f1;
	background-image: url('../png/arrow-upward.png');
	background-size: 50%;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	transition: background-color 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.back-to-top:hover {
	background-color: #1181f1dc;
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes slideInDown {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		visibility: visible;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes slideInDown {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		visibility: visible;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -180deg);
		transform: rotate3d(0, 0, 1, -180);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}
@keyframes rotateIn {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -180deg);
		transform: rotate3d(0, 0, 1, -180deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.align-left {
	text-align: left;
}
.fixed-navbar {
	position: fixed;
	top: 0;
	z-index: 100;
	margin-top: 0;
	animation: slideInDown 0.2s cubic-bezier(0.23, 1, 0.32, 1);
	padding-top: 0;
}
.padding-gap {
	padding-top: 48px;
}
.active-tab-btn {
	background-color: #29323d !important;
	animation: fadeIn 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.active-tab-btn-text {
	color: #fff;
	animation: fadeIn 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.active-icon {
	filter: brightness(0) invert(1);
	animation: fadeIn 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.show {
	display: block !important;
	animation: fadeIn 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.show-flex {
	display: flex !important;
	animation: fadeIn 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.active-cs-btn {
	background-color: #fff;
}
.active-cs-btn-icon {
	filter: invert(33%) sepia(16%) saturate(2321%) hue-rotate(194deg)
		brightness(97%) contrast(96%) !important;
}

@media (max-width: 991px) {
	.links {
		font-size: 16px;
	}
	.sign-up {
		display: block !important;
		font-size: 16px;
		/* width: 90px; */
	}
	.cta-btn-navbar {
		display: none !important;
	}
	.hero {
		margin-top: 12px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 40px;
	}
	.hero-primary-text {
		margin-left: 16px;
		margin-right: 16px;
		margin-bottom: 16px;
	}
	.hero-secondary-text {
		width: 70%;
	}
	.hero-image {
		width: 95%;
	}
	.partners {
		width: 95%;
		grid-template-columns: 1fr 1fr 1fr;
	}
	.microsoft-logo {
		width: 80%;
	}
	.intel-logo {
		width: 50%;
	}
	.sony-logo {
		width: 75%;
	}
	.amazon-logo {
		width: 80%;
	}
	.oracle-logo {
		width: 85%;
	}
	.cisco-logo {
		width: 100%;
	}
	.full-page-collaborate-section {
		padding: 20px;
	}
	.background-container {
		width: 100%;
		margin-top: 24px;
		padding-left: 16px;
		padding-right: 16px;
		flex-direction: column;
		background-image: none;
	}
	.tab-selector-header-container {
		width: 90%;
		padding: 8px;
		margin-top: 24px;
		margin-bottom: 0px;
	}
	.tab-selector-secondary-text {
		padding: 0;
		margin: 16px 0;
	}
	.tab-selector-container {
		width: 90%;
		flex-direction: column;
		margin-top: 12px;
		padding: 32px;
	}
	.tab-buttons {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-evenly;
		flex-wrap: wrap;
		grid-gap: 0;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
	}
	.tab-selector-btn-container {
		width: auto;
		grid-column: 1;
		padding-top: 15px;
		justify-self: start;
		padding-left: 15px;
		margin-bottom: 4px;
		padding-right: 15px;
		padding-bottom: 15px;
		background-color: #ffa834;
	}
	.tab-btn-icon {
		display: none;
	}
	.btn-arrow {
		display: none !important;
	}
	.tab-btn-text {
		font-size: 14px;
	}
	.tab-content {
		width: 100%;
	}
	.tab-selector-image {
		width: 100%;
		margin-top: 24px;
	}
	.section-4-content-1080 {
		padding: 20px;
	}
	.section-4-header-container {
		width: 80%;
		padding: 8px;
		margin-top: 0px;
		margin-bottom: 0;
	}
	.card-container {
		align-items: center;
		justify-items: center;
		grid-template-columns: 2fr 2fr;
	}
	.full-page-testimonial-section {
		padding-top: 0;
		padding-left: 16px;
		padding-right: 16px;
		padding-bottom: 0;
	}
	.testimonial-section-content-1080 {
		justify-content: flex-start;
		padding: 48px 5px;
	}
	.full-page-join-section {
		padding: 8px 16px 32px 16px;
	}
	.join-section-text-container {
		width: 80%;
		padding: 8px;
		margin-bottom: 0;
	}
	.join-section-header-text {
		width: 75%;
	}
	.sitemap-container {
		grid-gap: 32px;
		align-self: flex-start;
		justify-content: space-around;
	}
	.bottom-banner {
		width: 100%;
	}
	.language-selector {
		align-self: start;
		justify-self: start;
	}
	.back-to-top {
		right: 32px;
	}
}
@media (max-width: 768px) {
	.navbar {
		height: auto;
	}
	.logo {
		width: 170px;
		height: 60px;
	}
	.links {
		font-size: 16px;
		padding-right: 24px;
	}
	.dropdown-btn {
		display: none;
	}
	.pricing {
		display: none;
	}
	.log-in {
		padding: 5px;
		font-size: 16px;
		font-family: var(--font-headings);
		font-variant-ligatures: none;
		font-weight: bold;
	}
	.sign-up {
		font-size: 16px;
		font-weight: bold;
		border-width: 0;
		margin-bottom: 0;
	}
	.burger-container {
		display: flex;
	}
	.burger-btn {
		padding-top: 12px;
		padding-left: 9px;
		padding-right: 9px;
		padding-bottom: 12px;
	}
	.burger-menu-icon,
	.close-menu-icon {
		width: 100%;
	}
	.hero-primary-text {
		font-size: 36px;
		margin-left: 16px;
		margin-right: 16px;
		margin-bottom: 16px;
	}
	.hero-secondary-text {
		width: 90%;
		font-size: 18px;
		margin-left: 16px;
		margin-right: 16px;
		margin-bottom: 40px;
	}
	.cta-btn {
		height: 52px;
		border-width: 0;
		border-radius: 4px;
	}
	.section-title {
		font-size: 36px;
		margin: 16px 0;
		padding: 0 16px;
	}
	.credit-card-text {
		display: none;
	}
	.hero-image {
		width: 100%;
		max-width: 1080px;
	}
	.full-page-collaborate-section {
		padding: 16px 8px;
	}
	.background-container {
		margin-top: 0;
		padding-left: 8px;
		padding-right: 8px;
		background-image: none;
	}
	.tab-selector-secondary-text {
		font-size: 18px;
	}
	.first-column {
		margin-right: 0;
	}
	.second-column {
		margin-left: 0;
	}
	.tab-selector-container {
		width: 100%;
	}
	.tab-selector-btn-container {
		align-items: stretch;
		margin-bottom: 8px;
	}
	.tab-selector-image {
		margin-top: 8px;
	}
	.section-4-content-1080 {
		padding: 16px 0;
	}
	.section-4-header-container {
		width: 90%;
	}
	.card-container {
		width: 100%;
	}
	.full-page-testimonial-section {
		padding-left: 8px;
		padding-right: 8px;
	}
	.testimonial-section-content-1080 {
		justify-content: space-evenly;
	}
	.testimonial-section-card-container {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.testimonial-card-text {
		font-size: 18px;
	}
	.full-page-join-section {
		padding: 8px;
	}
	.join-section-text-container {
		width: 90%;
	}
	.cta-third {
		height: 52px;
		border-width: 0;
		border-radius: 4px;
	}
	.full-page-footer {
		padding: 32px;
	}
	.footer-content-1080 {
		padding: 32px;
		align-items: flex-start;
	}
	.sitemap-container {
		display: flex;
		grid-gap: 0;
		flex-wrap: wrap;
		align-items: center;
		justify-items: center;
		flex-direction: column;
		justify-content: center;
	}
	.sitemap-container-item {
		width: 100%;
		align-items: flex-start;
		margin-bottom: 32px;
	}
	.bottom-banner {
		width: 90%;
		display: flex;
		grid-gap: 0;
		margin-top: 32px;
		align-items: flex-start;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 0;
		flex-direction: column-reverse;
		justify-content: space-between;
	}
	.bottom-banner-left-container {
		width: 100%;
		margin-top: 16px;
		margin-bottom: 32px;
	}
	.left-container-info {
		display: flex;
	}
	.left-container-links {
		width: 100%;
	}
	.terms-of-service {
		margin-right: 24px;
	}
	.language-selector {
		margin-right: 16px;
		margin-bottom: 32px;
	}
	.back-to-top {
		top: -48px;
	}
}
@media (max-width: 479px) {
	.links {
		padding-right: 16px;
	}
	.logo {
		width: 120px;
		height: 45px;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}
	.log-in {
		font-size: 14px;
		margin-right: 16px;
		text-align: center;
	}
	.sign-up {
		width: auto;
		font-size: 14px;
		align-self: center;
		margin-right: 16px;
		padding-top: 5px;
		padding-left: 5px;
		padding-right: 5px;
		padding-bottom: 5px;
	}
	.hero {
		width: 100%;
		height: auto;
	}
	.text {
		width: 80%;
		font-size: 36px;
		margin-left: 16px;
		margin-right: 16px;
		margin-bottom: 24px;
	}
	.hero-secondary-text {
		width: 80%;
	}
	.hero-image {
		width: 100%;
		max-width: 1080px;
		padding-left: 8px;
		padding-right: 8px;
	}
	.partners {
		grid-gap: 24px;
		padding: 24px;
	}
	.microsoft-logo {
		width: 100%;
	}
	.intel-logo {
		width: 80%;
	}
	.sony-logo {
		width: 100%;
	}
	.amazon-logo {
		width: 100%;
	}
	.oracle-logo {
		width: 100%;
	}
	.cisco-logo {
		width: 80%;
	}
	.used-by {
		font-size: 16px;
	}
	.full-page-collaborate-section {
		padding: 32px 8px 16px 8px;
	}
	.background-container {
		margin-top: 0;
		padding-left: 8px;
		padding-right: 8px;
		padding-bottom: 0;
	}
	.tab-selector-header-container {
		width: 95%;
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
	}
	.tab-selector-secondary-text {
		padding-left: 16px;
		padding-right: 16px;
	}
	.tab-selector-container {
		padding: 0;
	}
	.tab-buttons {
		margin-top: 8px;
		margin-bottom: 8px;
	}
	.tab-selector-btn-container {
		margin-right: 4px;
	}
	.tab-selector-image {
		width: 100%;
		margin-top: 12px;
	}
	.last-title {
		font-size: 36px !important;
	}
	.section-4-header-container {
		width: 100%;
		padding: 16px;
	}
	.testimonial-section-content-1080 {
		padding: 24px 5px;
	}
	.testimonial-section-card-container {
		margin-top: 24px;
	}
	.join-section-content-1080 {
		padding: 24px;
		margin-bottom: 48px;
	}
	.join-section-text-container {
		width: 100%;
		padding: 16px;
		text-align: center;
	}
	.join-section-header-text {
		width: 100%;
	}
	.cta-third {
		margin: 0;
		margin-bottom: 8px;
	}
	.footer-content-1080 {
		padding: 0;
	}
	.sitemap-container {
		width: 100%;
		align-items: flex-start;
	}
	.sitemap-container-item {
		margin-right: 0;
		margin-bottom: 32px;
	}
	.social-network-link-container {
		align-items: center;
		flex-direction: row;
		justify-content: flex-start;
	}
	.social-network-icon svg {
		margin-right: 8px;
	}
	.bottom-banner {
		width: 100%;
		margin: 0;
		flex-direction: column-reverse;
	}
	.back-to-top {
		top: -54px;
		right: 16px;
		width: 42px;
		height: 42px;
		position: absolute;
		align-items: center;
		border-radius: 50px;
		justify-content: center;
		background-color: #1181f1;
	}
}
.text-left {
	text-align: left !important;
}

/* GRAPH MAKER */

.graph-maker-container {
	overflow-x: hidden;
}
.full-page-hero-section {
	width: 100%;
	display: flex;
	align-items: center;
	padding-left: 16px;
	padding-right: 16px;
	flex-direction: column;
	padding-bottom: 48px;
	justify-content: center;
	background-color: #1181f1;
}
.wide-content-1366-grid {
	width: 100%;
	display: grid;
	max-width: 1366px;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	grid-template-columns: repeat(12, [col] 1fr);
}
.gm-hero-container {
	width: 100%;
	display: flex;
	margin-top: 48px;
	align-items: flex-start;
	padding-left: 97px;
	margin-bottom: 24px;
	flex-direction: row;
	grid-column-end: 13;
	grid-column-start: 1;
}
.gm-hero-text-container {
	color: #fff;
	display: flex;
	max-width: 450px;
	min-width: 400px;
	align-self: center;
	margin-bottom: 8px;
	text-align: center;
	align-items: flex-start;
	flex-direction: column;
	grid-column-end: 13;
	justify-content: center;
	grid-column-start: 1;
}
.gm-h1 {
	font-size: 56px;
	text-align: left;
	font-family: var(--font-headings);
	font-variant-ligatures: none;
	line-height: 1.1;
	margin-bottom: 36px;
	margin-top: 32px;
}
.gm-hero-text {
	font-size: 20px;
	text-align: left;
	font-weight: normal;
	margin-bottom: 40px;
}
.hero-image-container {
	width: 100%;
	display: flex;
	align-items: flex-end;
	padding-top: 64px;
	padding-left: 32px;
	border-radius: 12px;
	padding-right: 24px;
	flex-direction: column;
	background-size: contain;
	background-image: url('https://landing.moqups.com/img/product-pages/graph-maker/hero-blob-bg.svg');
	background-repeat: no-repeat;
	background-position: center;
}
.gm-hero-image {
	width: 100%;
	max-width: 750px;
	object-fit: cover;
	background-position: center;
}
.full-page-make-numbers-section {
	width: 100%;
	display: flex;
	align-items: center;
	padding-top: 32px;
	padding-left: 32px;
	padding-right: 32px;
	flex-direction: column;
	padding-bottom: 64px;
	justify-content: center;
	background-color: #f4f6f9;
}
.make-numbers-content-1080 {
	width: 100%;
	display: flex;
	padding: 24px;
	max-width: 1128px;
	align-items: center;
	flex-direction: column;
}
.make-numbers-header-container {
	width: 85%;
	display: flex;
	margin-top: 32px;
	text-align: center;
	align-items: center;
	margin-bottom: 32px;
	flex-direction: column;
	justify-content: center;
}
.make-numbers-cards-container {
	width: 100%;
	display: flex;
	margin-top: 32px;
	align-items: flex-start;
	margin-bottom: 32px;
	flex-direction: row;
	justify-content: space-between;
}
.make-numbers-card {
	width: 28%;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	flex-direction: column;
	justify-content: space-between;
}
.make-numbers-card-image {
	width: 218px;
	object-fit: cover;
	border-radius: 12px;
}
.make-numbers-card-text {
	display: flex;
	margin-top: 24px;
	text-align: center;
	align-items: center;
	flex-direction: column;
	justify-content: flex-start;
}
.make-numbers-card-heading {
	font-size: 24px;
	font-family: var(--font-headings);
	font-variant-ligatures: none;
	font-weight: 700;
	margin-bottom: 24px;
}
.make-numbers-card-info {
	max-width: 256px;
	opacity: 0.75;
}
.full-page-timeline-section {
	width: 100%;
	height: 100%;
	display: flex;
	max-width: 1198px;
	align-items: center;
	padding-top: 80px;
	padding-left: 24px;
	padding-right: 24px;
	flex-direction: column;
	padding-bottom: 80px;
}
.timeline-heading-container {
	display: flex;
	text-align: center;
	align-items: center;
	flex-direction: column;
}
.timeline-container {
	width: 100%;
	display: flex;
	margin-top: 32px;
	align-items: flex-start;
	padding-top: 64px;
	margin-bottom: 32px;
	flex-direction: column;
}
.timeline-section {
	width: 100%;
	display: flex;
	align-items: stretch;
	flex-direction: row;
}
.graphic-content {
	display: flex;
	align-items: center;
	margin-right: 32px;
	flex-direction: column;
	justify-content: flex-start;
}
.timeline-number-container {
	width: 52px;
	height: 52px;
	display: flex;
	padding: 20px;
	align-items: center;
	border-radius: 50%;
	flex-direction: column;
	justify-content: center;
	background-color: #1181f1;
}
.timeline-number-text {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
}
.line {
	width: 0;
	height: 100%;
	display: flex;
	margin-top: 20px;
	align-items: flex-start;
	border-color: #c9d3dd;
	border-style: dotted;
	margin-bottom: 20px;
	flex-direction: column;
	border-width: 0 4px 0 0;
}
.other-content-first-section {
	width: 100%;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	padding-bottom: 120px;
}
.tl-section-heading-container {
	display: flex;
	align-items: center;
	margin-bottom: 24px;
	flex-direction: row;
	justify-content: center;
}
.timeline-number-container-hidden {
	width: 52px;
	height: 52px;
	display: none;
	padding: 20px;
	align-items: center;
	margin-right: 16px;
	border-radius: 50%;
	flex-direction: column;
	justify-content: center;
	background-color: #1181f1;
	align-self: flex-start;
}
.timeline-section-title {
	font-size: 42px;
	font-family: var(--font-headings);
	font-variant-ligatures: none;
	line-height: 1.22;
}
.timeline-section-text {
	font-size: 21px;
	opacity: 0.75;
}
.horizontal-relative-container {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.timeline-card-container {
	width: 100%;
	display: flex;
	margin-top: 32px;
	overflow-x: scroll;
	align-items: stretch;
	margin-bottom: 32px;
	flex-direction: row;
	padding-bottom: 24px;
}
.timeline-card-container::-webkit-scrollbar {
	height: 8px;
	background-color: #f4f6f9;
	border-radius: 18px;
}
.timeline-card-container::-webkit-scrollbar-thumb {
	background-color: #1181f1;
	border-radius: 18px;
}
.timeline-card {
	display: flex;
	align-items: flex-start;
	border-color: #dfe5ec;
	border-width: 3px;
	margin-right: 24px;
	border-radius: 6px;
	flex-direction: column;
	justify-content: space-between;
	transition: border-color 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.timeline-card:hover {
	border-color: #1181f1;
}
.timeline-card-image {
	width: 240px;
	align-self: center;
	object-fit: cover;
	margin-bottom: 16px;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
}
.timeline-card-title {
	font-size: 18px;
	font-family: var(--font-headings);
	font-variant-ligatures: none;
	font-weight: 700;
	padding-left: 16px;
	padding-right: 48px;
	padding-bottom: 16px;
	color: #22323d;
}

.navigation-arrow {
	top: calc(50% - 50px);
	right: 4px;
	width: 52px;
	height: 52px;
	display: flex;
	position: absolute;
	align-items: center;
	border-radius: 50%;
	flex-direction: column;
	justify-content: center;
	background-color: #9fafc1;
}
.navigation-arrow:hover {
	background-color: #b6c8db;
	cursor: pointer;
}
.arrow-right-icon {
	width: 11.25px;
	height: 18px;
	object-fit: cover;
	margin-left: 2px;
}
.other-content {
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: row;
	padding-bottom: 100px;
	justify-content: space-between;
}
.other-content-last {
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: row;
	padding-bottom: 0;
	justify-content: space-between;
}
.text-container {
	display: flex;
	max-width: 42%;
	align-self: flex-start;
	align-items: flex-start;
	margin-right: 96px;
	flex-direction: column;
}
.timeline-section-image {
	top: -70px;
	border: 2px solid #dfe5ec;
	position: relative;
	max-width: 523px;
	box-shadow: 0px 21px 22px 0px rgba(41, 50, 61, 0.07);
	object-fit: cover;
	border-radius: 6px;
}
.tl-section-text-container {
	display: flex;
	max-width: 42%;
	align-self: flex-start;
	align-items: flex-start;
	margin-right: 96px;
	flex-direction: column;
}

.full-page-right-chart-section {
	color: #fff;
	width: 100%;
	display: flex;
	align-items: center;
	padding-top: 60px;
	flex-direction: column;
	background-size: initial;
	justify-content: flex-start;
	background-color: #6176f9;
	background-image: url('../png/bottom-bg.png');
	background-repeat: no-repeat;
	background-position: bottom;
}
.right-chart-content-1366 {
	display: flex;
	max-width: 1414px;
	align-items: center;
	padding-left: 24px;
	padding-right: 24px;
	flex-direction: column;
}
.gm-section-4-card-container {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	max-width: 1080px;
	align-items: flex-start;
	padding-top: 60px;
	flex-direction: row;
	justify-content: center;
}
.gm-section-4-card {
	width: 29%;
	display: flex;
	align-items: flex-start;
	margin-right: 64px;
	margin-bottom: 64px;
	flex-direction: row;
}
.gm-section-4-card-icon-container {
	display: flex;
	padding: 16px;
	align-items: flex-start;
	margin-right: 32px;
	border-radius: 12px;
	flex-direction: column;
	background-color: #4e4ed6;
}
.gm-section-4-card-image {
	width: 32px;
	filter: brightness(0) invert(1);
	height: 32px;
	object-fit: cover;
}
.gm-section-4-card-text-container {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}
.gm-section-4-card-title {
	font-size: 24px;
	font-family: var(--font-headings);
	font-variant-ligatures: none;
	font-weight: 700;
	margin-bottom: 16px;
}
.gm-section-4-card-text {
	opacity: 0.65;
}
.gm-section-4-card1 {
	width: 29%;
	display: flex;
	align-items: flex-start;
	margin-right: 64px;
	margin-bottom: 64px;
	flex-direction: row;
}
.gm-section-4-card2 {
	width: 29%;
	display: flex;
	align-items: flex-start;
	margin-bottom: 64px;
	flex-direction: row;
}
.gm-section-4-card3 {
	width: 29%;
	display: flex;
	align-items: flex-start;
	margin-right: 64px;
	margin-bottom: 64px;
	flex-direction: row;
}

.gm-section-4-card4 {
	width: 29%;
	display: flex;
	align-items: flex-start;
	margin-right: 64px;
	margin-bottom: 64px;
	flex-direction: row;
}

.gm-section-4-card5 {
	width: 29%;
	display: flex;
	align-items: flex-start;
	margin-bottom: 64px;
	flex-direction: row;
}

.gm-section-4-card6 {
	width: 29%;
	display: flex;
	align-items: flex-start;
	margin-right: 64px;
	margin-bottom: 64px;
	flex-direction: row;
}

.gm-section-4-card7 {
	width: 29%;
	display: flex;
	align-items: flex-start;
	margin-right: 64px;
	margin-bottom: 64px;
	flex-direction: row;
}

.gm-section-4-card8 {
	width: 29%;
	display: flex;
	align-items: flex-start;
	margin-bottom: 64px;
	flex-direction: row;
}

.experiment-container {
	width: 100%;
	display: flex;
	grid-gap: 64px;
	flex-wrap: wrap;
	max-width: 1080px;
	align-items: center;
	flex-direction: row;
	padding-bottom: 140px;
	justify-content: center;
}
.experiment-text-container {
	width: 45%;
	display: flex;
	align-items: flex-start;
	margin-bottom: 48px;
	flex-direction: column;
}
.experiment-title {
	font-size: 42px;
	font-family: var(--font-headings);
	font-variant-ligatures: none;
	font-weight: 700;
	line-height: 1.22;
	margin-bottom: 32px;
}
.experiment-text {
	opacity: 0.75;
	font-size: 21px;
}
.chart-selector-container {
	width: 40%;
	display: flex;
	overflow: auto;
	max-width: 430px;
	height: 310px;
	align-items: center;
	padding-left: 16px;
	padding-right: 16px;
	flex-direction: column;
	padding-bottom: 32px;
	justify-content: space-between;
}
.chart-selector-image {
	max-height: 225px;
	max-width: 80%;
	object-fit: cover;
	display: none;
}
.chart-selector-btns-container {
	width: 100%;
	height: 48px;
	display: flex;
	padding: 8px;
	align-items: center;
	border-radius: 10px;
	flex-direction: row;
	justify-content: space-between;
	background-color: #4452ac;
}
.cs-btn-container {
	width: 32px;
	height: 100%;
	padding: 6px;
	border-radius: 8px;
	background-size: cover;
	background-position: center;
	cursor: pointer;
}
.cs-btn-image {
	width: 100%;
	filter: brightness(0) invert(1);
	height: 100%;
	object-fit: cover;
}
.full-page-gofurther-section {
	width: 100%;
	display: flex;
	align-items: center;
	padding-top: 48px;
	padding-left: 0;
	padding-right: 0;
	flex-direction: column;
	padding-bottom: 64px;
	justify-content: center;
}
.content-1080 {
	width: 100%;
	height: auto;
	display: flex;
	position: static;
	max-width: 1080px;
	align-items: center;
	flex-direction: column;
	padding-bottom: 32px;
	background-size: contain;
	justify-content: space-around;
}
.gofurther-text-container {
	width: 84%;
	height: 50%;
	display: flex;
	margin-top: 35px;
	align-items: center;
	margin-right: 17px;
	margin-bottom: 24px;
	flex-direction: column;
	justify-content: center;
}
.gofurther-cards-container {
	width: 100%;
	display: grid;
	grid-gap: 32px;
	flex-wrap: wrap;
	font-size: 18px;
	margin-top: 33px;
	align-items: stretch;
	margin-bottom: 24px;
	flex-direction: row;
	justify-content: space-around;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.gofurther-card {
	height: auto;
	display: flex;
	align-items: stretch;
	flex-direction: column;
	justify-content: center;
}
.gofurther-img-container {
	width: 100%;
	height: 100%;
	display: flex;
	padding: 20px;
	/* min-height: 246px; */
	align-items: center;
	border-radius: 8px;
	margin-bottom: 24px;
	flex-direction: column;
	justify-content: center;
	background-color: #f5f7fb;
}
.gofurther-card-image {
	width: 100%;
	object-fit: cover;
}
.gofurther-card-title {
	color: #29323d;
	text-align: center;
	font-family: var(--font-headings);
	font-variant-ligatures: none;
	font-weight: bold;
}
@media (max-width: 991px) {
	.full-page-hero-section {
		padding-left: 16px;
		padding-right: 16px;
		padding-bottom: 48px;
	}
	.gm-hero-container {
		padding-left: 0;
		flex-direction: column-reverse;
	}
	.gm-hero-text-container {
		max-width: 80%;
		margin-top: 40px;
		align-items: center;
		margin-bottom: 40px;
	}
	.gm-h1 {
		text-align: center;
		margin-bottom: 32px;
		margin-top: 0;
	}
	.gm-hero-text {
		width: 70%;
		text-align: center;
	}
	.hero-image-container {
		align-items: center;
		margin-bottom: 24px;
	}
	.full-page-make-numbers-section {
		padding-top: 16px;
		padding-left: 16px;
		padding-right: 16px;
		padding-bottom: 32px;
	}
	.make-numbers-cards-container {
		align-items: center;
		flex-direction: column;
	}
	.make-numbers-card {
		width: 45%;
		margin-bottom: 48px;
	}
	.other-content-first-section {
		padding-bottom: 80px;
	}
	.horizontal-relative-container {
		width: 90%;
	}
	.other-content {
		flex-direction: column;
	}
	.other-content-last {
		flex-direction: column;
	}
	.text-container {
		max-width: 100%;
	}
	.timeline-section-image {
		margin: 32px;
		position: static;
	}

	.tl-section-text-container {
		max-width: 100%;
	}

	.gm-section-4-card-container {
		grid-gap: 32px;
		justify-content: flex-start;
	}
	.gm-section-4-card {
		width: 45%;
		margin-right: 32px;
		margin-bottom: 32px;
	}
	.gm-section-4-card1 {
		width: 45%;
		margin-right: 0;
		margin-bottom: 32px;
	}
	.gm-section-4-card2 {
		width: 45%;
		margin-right: 32px;
		margin-bottom: 32px;
	}
	.gm-section-4-card3 {
		width: 45%;
		margin-right: 0;
		margin-bottom: 32px;
	}
	.gm-section-4-card4 {
		width: 45%;
		margin-right: 32px;
		margin-bottom: 32px;
	}
	.gm-section-4-card5 {
		width: 45%;
		margin-bottom: 32px;
	}
	.gm-section-4-card6 {
		width: 45%;
		margin-right: 32px;
		margin-bottom: 32px;
	}
	.gm-section-4-card7 {
		width: 45%;
		margin-right: 0;
		margin-bottom: 32px;
	}
	.gm-section-4-card8 {
		width: 45%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 32px;
	}
	.experiment-container {
		grid-gap: 32px;
		padding-top: 40px;
	}
	.chart-selector-container {
		width: 50%;
	}
	.full-page-gofurther-section {
		padding: 8px;
		padding-top: 64px;
		padding-left: 16px;
		padding-right: 16px;
		padding-bottom: 32px;
	}
	.content-1080 {
		width: 100%;
		height: auto;
		padding-top: 20px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 20px;
	}
	.gofurther-text-container {
		width: 80%;
		height: 50%;
		padding: 8px;
		margin-top: 24px;
		align-items: center;
		margin-bottom: 0;
	}
	.gofurther-cards-container {
		justify-items: center;
		grid-template-columns: 2fr 2fr;
	}
}
@media (max-width: 767px) {
	.full-page-hero-section {
		padding-left: 16px;
		padding-right: 16px;
		padding-bottom: 48px;
	}
	.gm-hero-text-container {
		margin-top: 0;
		margin-bottom: 0;
	}
	.gm-h1 {
		font-size: 36px;
		margin-left: 16px;
		margin-right: 16px;
		margin-bottom: 16px;
		line-height: 1.22;
		margin-bottom: 24px;
	}
	.gm-hero-text {
		width: 90%;
		font-size: 18px;
		margin-top: 24px;
		margin-left: 16px;
		margin-right: 16px;
		margin-bottom: 40px;
	}
	.cta-btn {
		font-size: 16px;
		border-width: 0;
		border-radius: 4px;
	}
	.full-page-make-numbers-section {
		padding: 16px;
		padding-top: 32px;
		padding-left: 8px;
		padding-right: 8px;
		padding-bottom: 32px;
	}
	.section-title {
		font-size: 36px;
	}
	.section-text {
		font-size: 18px;
	}
	.make-numbers-card {
		width: 75%;
	}
	.graphic-content {
		display: none;
	}
	.other-content-first-section {
		padding-bottom: 50px;
	}
	.timeline-number-container-hidden {
		display: flex;
	}
	.timeline-section-title {
		font-size: 36px;
	}
	.horizontal-relative-container {
		width: 100%;
	}
	.timeline-card-container {
		margin-bottom: 0;
	}
	.navigation-arrow {
		top: calc(50% - 26px);
	}
	.other-content {
		padding-bottom: 50px;
	}
	.tl-section-heading-container {
		width: 100%;
		justify-content: flex-start;
	}
	.timeline-section-image {
		width: 100%;
		height: auto;
	}
	.full-page-right-chart-section {
		padding-bottom: 24px;
	}
	.gm-section-4-card-container {
		align-items: flex-start;
		justify-content: center;
	}
	.gm-section-4-card {
		width: 75%;
		margin-right: 0;
	}
	.gm-section-4-card1 {
		width: 75%;
	}
	.gm-section-4-card2 {
		width: 75%;
		margin-right: 0;
	}
	.gm-section-4-card3 {
		width: 75%;
	}
	.gm-section-4-card4 {
		width: 75%;
		margin-right: 0;
	}
	.gm-section-4-card5 {
		width: 75%;
	}
	.gm-section-4-card6 {
		width: 75%;
		margin-right: 0;
	}
	.gm-section-4-card7 {
		width: 75%;
	}
	.gm-section-4-card8 {
		width: 75%;
	}
	.experiment-container {
		grid-gap: 0;
		align-items: center;
		flex-direction: column;
		padding-bottom: 60px;
	}
	.experiment-text-container {
		width: 80%;
		margin-bottom: 32px;
	}
	.chart-selector-container {
		width: 100%;
	}
	.full-page-gofurther-section {
		padding: 8px;
	}
	.content-1080 {
		width: 100%;
		height: auto;
		padding-top: 16px;
		padding-left: 8px;
		padding-right: 8px;
		padding-bottom: 16px;
	}
	.gofurther-text-container {
		width: 90%;
		height: 50%;
		padding: 8px;
		align-items: center;
	}
	.gofurther-cards-container {
		width: 100%;
	}
}
@media (max-width: 479px) {
	.full-page-hero-section {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 48px;
	}
	.gm-hero-text-container {
		width: 100%;
		height: auto;
		max-width: 100%;
		min-width: unset;
	}
	.gm-h1 {
		width: 80%;
		margin-bottom: 24px;
	}
	.gm-hero-text {
		width: 80%;
	}
	.hero-image-container {
		padding: 16px 0 0 0;
	}
	.full-page-make-numbers-section {
		padding: 16px;
	}
	.make-numbers-content-1080 {
		padding: 0;
	}
	.section-title {
		line-height: 1.2;
	}
	.section-text {
		padding-top: 0;
		padding-left: 16px;
		padding-right: 16px;
		padding-bottom: 0;
	}
	.make-numbers-card {
		width: 100%;
	}
	.make-numbers-card-text {
		width: 70%;
		text-align: center;
		align-items: center;
	}
	.make-numbers-card-heading {
		margin-bottom: 12px;
	}
	.timeline-number-container {
		min-width: 52px;
	}
	.timeline-number-container-hidden {
		align-self: flex-start;
	}
	.timeline-number-container2 {
		min-width: 52px;
	}
	.tl-section-text-container {
		margin-right: 0;
	}
	.timeline-number-container3 {
		min-width: 52px;
	}
	.text-container2 {
		margin-right: 0;
	}
	.gm-section-4-card-container {
		justify-content: center;
	}
	.gm-section-4-card {
		width: 85%;
	}
	.gm-section-4-card1 {
		width: 85%;
	}
	.gm-section-4-card2 {
		width: 85%;
	}
	.gm-section-4-card3 {
		width: 85%;
	}
	.gm-section-4-card4 {
		width: 85%;
	}
	.gm-section-4-card5 {
		width: 85%;
	}
	.gm-section-4-card6 {
		width: 85%;
	}
	.gm-section-4-card7 {
		width: 85%;
	}
	.gm-section-4-card8 {
		width: 85%;
	}
	.experiment-text-container {
		width: 100%;
	}
	.chart-selector-container {
		padding: 0;
		height: 250px;
	}
	.full-page-gofurther-section {
		padding-top: 32px;
		padding-left: 8px;
		padding-right: 8px;
		padding-bottom: 32px;
	}
	.content-1080 {
		padding-top: 16px;
		padding-left: 8px;
		padding-right: 8px;
		padding-bottom: 16px;
	}
	.gofurther-text-container {
		width: 100%;
		height: 50%;
		padding: 16px;
		margin-top: 0;
		text-align: center;
		margin-bottom: 0;
	}
	.gofurther-img-container {
		min-height: 170px;
	}
	.gofurther-card-title {
		text-align: center;
	}
}
