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;
}
.wide-content-1366-grid {
	font-family: var(--font-main);
	font-size: 16px;
	line-height: 1.4;
	color: #29323d;
	box-sizing: border-box;
	border-width: 0;
	border-style: solid;
	margin: 0;
	padding: 0;
	width: 100%;
	display: grid;
	max-width: 1128px;
	align-items: flex-start;
	padding-left: 24px;
	padding-right: 24px;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	grid-template-columns: repeat(12, [col] 1fr);
}
.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;
	z-index: 100;
}
.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;
	z-index: 100;
}
.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: #29323d;
	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: #1181f1;
	padding: 10px 30px;
	color: #fff;
	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: #1181f1;
}
.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: #617f95;
	margin-left: auto;
	margin-right: auto;
}
.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: 100%;
		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;
		background-color: #eef2f6;
		color: #29323d;
	}
	.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;
		width: 264px;
		border-width: 0;
		border-radius: 4px;
	}
	.section-title {
		font-size: 36px;
		margin: 0 0 32px 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;
}

/* ONLINE-WHITEBOARD */

.navbar {
	background-color: #eef2f6;
}
.logo {
	filter: invert(42%) sepia(90%) saturate(3313%) hue-rotate(194deg)
		brightness(97%) contrast(95%);
}
.links,
.accordion-link a,
.mobile-link-container a,
.pricing a,
.templates a,
.log-in a {
	color: #29323d;
}
.sign-up {
	border-color: #1181f1;
}
.arrow-icon {
	fill: #29323d;
}
.call-to-action {
	position: relative;
}
.partners {
	filter: invert(48%) sepia(29%) saturate(419%) hue-rotate(163deg)
		brightness(93%) contrast(86%);
	margin-top: 64px;
}

.wb-hero-section-container {
	width: 100%;
	display: flex;
	align-items: center;
	padding-top: 48px;
	padding-left: 16px;
	padding-right: 16px;
	flex-direction: column;
	padding-bottom: 48px;
	background-size: inherit;
	justify-content: center;
	background-color: #eef2f6;
	background-image: url('../png/dots-bg.png');
	background-position: center;
}
.wb-wide-content-1080 {
	width: 100%;
	display: grid;
	max-width: 1128px;
	align-items: flex-start;
	padding-left: 24px;
	padding-right: 24px;
	flex-direction: column;
	justify-content: center;
	grid-template-columns: repeat(12, [col] 1fr);
}
.wb-hero-container {
	width: 100%;
	display: flex;
	margin-top: 64px;
	align-items: center;
	padding-top: 80px;
	margin-bottom: 64px;
	flex-direction: row;
	padding-bottom: 80px;
	grid-column-end: 13;
	justify-content: center;
	grid-column-start: 1;
}
.wb-hero-text-container {
	width: 100%;
	display: flex;
	position: relative;
	align-self: center;
	margin-top: 48px;
	text-align: center;
	align-items: center;
	flex-direction: column;
	grid-column-end: 13;
	justify-content: center;
	grid-column-start: 1;
}
.wb-hero-heading-container {
	display: flex;
	position: relative;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-bottom: 32px;
	flex-direction: row;
	justify-content: center;
}
.wb-h1 {
	font-size: 56px;
	font-family: var(--font-headings);
	font-variant-ligatures: none;
	line-height: 1.22;
	white-space: nowrap;
	padding-bottom: 8px;
	margin: 0;
}
.wb-redbg-h1 {
	font-size: 56px;
	font-family: var(--font-headings);
	font-variant-ligatures: none;
	font-weight: 700;
	line-height: 1.22;
	white-space: nowrap;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	background-color: #ffc8d0;
}
.chat-bubble-1 {
	top: -155px;
	left: 150px;
	width: 188px;
	height: 154px;
	position: absolute;
	object-fit: cover;
	background-position: center;
}
.chat-bubble-2 {
	top: -120px;
	left: 335px;
	width: 172px;
	height: 142px;
	position: absolute;
	object-fit: cover;
	flex-direction: column;
	background-position: center;
}
.party-icon {
	top: -80px;
	right: -10px;
	width: 57px;
	position: absolute;
	object-fit: cover;
}
.russel-container {
	left: px;
	right: -100px;
	bottom: -10px;
	display: flex;
	position: absolute;
	align-self: flex-end;
	align-items: flex-start;
	flex-direction: column;
}
.yellow-mouse {
	width: 17px;
	height: 21px;
	object-fit: cover;
}
.russel {
	width: 55px;
	height: 23px;
	display: flex;
	font-size: 14px;
	align-self: flex-end;
	align-items: center;
	font-weight: 700;
	line-height: 28px;
	margin-left: 18px;
	padding-left: 5px;
	border-radius: 4px;
	padding-right: 5px;
	justify-content: center;
	background-color: #fedb2c;
}
.mark-container {
	top: -70px;
	left: -70px;
	right: px;
	bottom: px;
	display: flex;
	position: absolute;
	align-self: flex-end;
	align-items: flex-end;
	flex-direction: column;
}
.green-mouse {
	width: 17px;
	filter: brightness(0) saturate(100%) invert(73%) sepia(60%) saturate(574%)
		hue-rotate(33deg) brightness(91%) contrast(90%);
	height: 21px;
	transform: scaleX(-1);
	object-fit: cover;
}
.mark {
	color: #fff;
	width: 55px;
	height: 23px;
	display: flex;
	font-size: 14px;
	align-self: flex-end;
	align-items: center;
	font-weight: 700;
	line-height: 28px;
	margin-right: 18px;
	padding-left: 5px;
	border-radius: 4px;
	padding-right: 5px;
	justify-content: center;
	background-color: #8acd25;
}
.wb-hero-secondary-text {
	width: 50%;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 50px;
}
.no-cc-img {
	top: 0px;
	right: -332px;
	width: 311px;
	position: absolute;
	margin-top: 16px;
	object-fit: cover;
	margin-left: 21px;
}
.sarah-container {
	right: 25px;
	bottom: -100px;
	display: flex;
	position: absolute;
	align-self: flex-end;
	align-items: flex-start;
	flex-direction: column;
}
.orange-mouse {
	width: 17px;
	filter: brightness(0) saturate(100%) invert(62%) sepia(76%) saturate(4626%)
		hue-rotate(344deg) brightness(100%) contrast(102%);
	height: 21px;
	object-fit: cover;
}
.sarah {
	color: #fff;
	width: 55px;
	height: 23px;
	display: flex;
	font-size: 14px;
	align-self: flex-end;
	align-items: center;
	font-weight: 700;
	line-height: 28px;
	margin-left: 18px;
	padding-left: 5px;
	border-radius: 4px;
	padding-right: 5px;
	justify-content: center;
	background-color: #ff6624;
}
.no-cc-img-mobile {
	width: 170px;
	display: none;
	align-self: flex-end;
	object-fit: cover;
}
.stickies-container {
	left: 0px;
	bottom: -30px;
	display: flex;
	position: absolute;
	align-items: flex-start;
	flex-direction: row;
}
.sticky1 {
	width: 171px;
	height: 167px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url('../png/sticky-1.png');
	background-position: center;
}
.sticky2 {
	right: -115px;
	width: 177px;
	bottom: -100px;
	height: 174px;
	position: relative;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url('../png/sticky-2.png');
	background-position: center;
}

.full-page-domore-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;
}
.domore-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;
}
.domore-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;
}
.domore-card {
	height: auto;
	display: flex;
	align-items: stretch;
	flex-direction: column;
	justify-content: center;
}
.domore-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;
}
.domore-card-image {
	width: 100%;
	object-fit: cover;
}
.domore-card-title {
	color: #29323d;
	text-align: center;
	font-family: var(--font-headings);
	font-variant-ligatures: none;
	font-weight: bold;
}
.wb-physical-section-container {
	color: #fff;
	width: 100%;
	display: flex;
	position: static;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	background-color: #1181f1;
}
.physical-content-1080 {
	width: 100%;
	display: flex;
	max-width: 1128px;
	align-items: center;
	padding-top: 32px;
	padding-left: 32px;
	padding-right: 32px;
	flex-direction: column;
	padding-bottom: 32px;
}
.physical-header-container {
	width: 90%;
	display: flex;
	margin-top: 32px;
	text-align: center;
	align-items: center;
	margin-bottom: 32px;
	flex-direction: column;
	justify-content: center;
}
.physical-title {
	width: 90%;
	font-size: 48px;
	margin-top: 0;
	font-family: var(--font-headings);
	font-variant-ligatures: none;
	line-height: 1.22;
	margin-bottom: 32px;
}
.physical-text {
	color: #e2f1ff;
	width: 60%;
	opacity: 0.7;
	font-size: 21px;
	text-align: center;
}
.physical-card-container {
	width: 100%;
	display: flex;
	margin-top: 32px;
	align-items: flex-start;
	margin-bottom: 32px;
	flex-direction: row;
	justify-content: space-between;
}
.physical-card {
	width: 25%;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	flex-direction: column;
	justify-content: space-between;
}
.physical-card-image {
	max-width: 240px;
	object-fit: cover;
	border-radius: 12px;
}
.physical-card-text {
	display: flex;
	margin-top: 24px;
	align-items: center;
	flex-direction: column;
	justify-content: flex-start;
}
.physical-card-heading {
	font-size: 26px;
	font-family: var(--font-headings);
	font-variant-ligatures: none;
	font-weight: 700;
	margin-bottom: 24px;
}
.physical-card-info {
	opacity: 0.7;
	font-size: 16px;
}
.blue-wave {
	width: 100%;
	height: 100px;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	background-size: cover;
	background-color: #fff;
	background-image: url('https://landing.moqups.com/img/product-pages/online-whiteboard/wave1.svg');
	background-repeat: no-repeat;
	background-position: top;
}
.wb-create-together-section-container {
	width: 100%;
	display: flex;
	align-items: center;
	padding-top: 16px;
	padding-left: 24px;
	padding-right: 24px;
	flex-direction: column;
	padding-bottom: 16px;
}
.create-content-1080 {
	width: 100%;
	display: flex;
	max-width: 1080px;
	align-items: center;
	flex-direction: column;
}
.create-heading-container {
	display: flex;
	margin-top: 32px;
	text-align: center;
	align-items: center;
	margin-bottom: 32px;
	flex-direction: column;
}
.create-title {
	font-size: 48px;
	margin-top: 0;
	font-family: var(--font-headings);
	font-variant-ligatures: none;
	line-height: 1.22;
	margin-bottom: 0;
}
.create-title1 {
	font-size: 48px;
	margin-top: 0;
	font-family: var(--font-headings);
	font-weight: 700;
	line-height: 1.22;
	margin-bottom: 0;
}
.create-content-container {
	width: 100%;
	display: flex;
	margin-top: 32px;
	align-items: flex-start;
	margin-bottom: 32px;
	flex-direction: column;
}
.create-content-card {
	width: 100%;
	display: flex;
	align-items: center;
	margin-bottom: 64px;
	flex-direction: row;
	justify-content: space-between;
}
.create-img {
	width: 45%;
	object-fit: cover;
	border-color: #cfd8dc;
	border-width: 0.5px;
	border-radius: 14px;
}
.create-text-container {
	width: 45%;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}
.create-text-title {
	font-size: 40px;
	font-family: var(--font-headings);
	font-variant-ligatures: none;
	font-weight: 700;
	line-height: 1.22;
	margin-bottom: 32px;
}
.create-text-text {
	opacity: 0.75;
	font-size: 18px;
}
.create-content-card-reverse {
	width: 100%;
	display: flex;
	align-items: center;
	margin-bottom: 64px;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.create-content-card-reverse:last-child {
	margin-bottom: 0;
}
.wb-full-feature-section-container {
	width: 100%;
	display: flex;
	position: static;
	align-items: center;
	flex-direction: column;
	padding-bottom: 48px;
	justify-content: center;
	background-color: #eff1f5;
}
.grey-wave {
	width: 100%;
	height: 50px;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	background-size: contain;
	background-image: url('https://landing.moqups.com/img/product-pages/online-whiteboard/wave2.svg');
	background-repeat: no-repeat;
	background-position: top;
}
.full-feature-content-1080 {
	width: 100%;
	display: flex;
	max-width: 1128px;
	align-items: center;
	padding-top: 32px;
	padding-left: 32px;
	padding-right: 32px;
	flex-direction: column;
	padding-bottom: 32px;
}
.full-feature-header-container {
	width: 90%;
	display: flex;
	margin-top: 32px;
	text-align: center;
	align-items: center;
	margin-bottom: 32px;
	flex-direction: column;
	justify-content: center;
}
.full-feature-title {
	width: 90%;
	font-size: 48px;
	margin-top: 0;
	font-family: var(--font-headings);
	font-variant-ligatures: none;
	line-height: 1.22;
	margin-bottom: 32px;
}
.full-feature-text {
	width: 85%;
	opacity: 0.75;
	font-size: 21px;
	text-align: center;
}
.full-feature-card-container {
	width: 100%;
	display: flex;
	margin-top: 32px;
	align-items: flex-start;
	margin-bottom: 32px;
	flex-direction: row;
	justify-content: space-between;
}
.full-feature-card {
	width: 25%;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	flex-direction: column;
	justify-content: space-between;
}
.full-feature-card-image {
	max-width: 240px;
	object-fit: cover;
	border-radius: 12px;
}
.full-feature-card-text-container {
	display: flex;
	margin-top: 24px;
	align-items: center;
	flex-direction: column;
	justify-content: flex-start;
}
.full-feature-card-heading {
	font-size: 26px;
	font-family: var(--font-headings);
	font-variant-ligatures: none;
	font-weight: 700;
	margin-bottom: 24px;
}
.full-feature-card-text {
	opacity: 0.75;
	font-size: 16px;
}
.make-shift-container {
	width: 100%;
	display: flex;
	margin-top: 80px;
	align-items: center;
	padding-top: 84px;
	border-radius: 24px;
	padding-right: 64px;
	flex-direction: row;
	justify-content: space-between;
	background-color: #ffffff;
}
.make-shift-img {
	width: 48%;
	align-self: stretch;
	background-size: 120%;
	background-image: url('../png/classes-img%402x.png.png');
	background-repeat: no-repeat;
	background-position: -120px 0px;
}
.make-shift-text-container {
	width: 46%;
	height: 100%;
	display: flex;
	align-items: flex-start;
	margin-bottom: 100px;
	flex-direction: column;
}
.make-shift-heading {
	width: 80%;
	font-size: 48px;
	font-family: var(--font-headings);
	font-variant-ligatures: none;
	line-height: 1.22;
	margin-bottom: 32px;
}
.make-shift-text-1 {
	opacity: 0.5;
	font-size: 21px;
	margin-bottom: 32px;
}
.make-shift-text-2 {
	opacity: 0.5;
	font-size: 21px;
}

@media (max-width: 991px) {
	.wb-hero-section-container {
		padding-left: 16px;
		padding-right: 16px;
		padding-bottom: 48px;
	}
	.wb-hero-container {
		padding-left: 0;
		flex-direction: column-reverse;
	}
	.wb-hero-text-container {
		margin-top: 40px;
		align-items: center;
		margin-bottom: 40px;
	}
	.wb-h1 {
		text-align: center;
		padding-bottom: 10px;
	}
	.wb-redbg-h1 {
		padding-bottom: 10px;
	}
	.party-icon {
		right: 0px;
	}
	.russel-container {
		right: 0px;
	}
	.mark-container {
		left: 0px;
	}
	.wb-hero-secondary-text {
		width: 80%;
		text-align: center;
	}
	.no-cc-img {
		right: -239px;
		width: 218px;
	}
	.stickies-container {
		bottom: -70px;
	}
	.blue-wave {
		background-size: contain;
		height: 30px;
	}
	.full-page-domore-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;
	}
	.domore-text-container {
		width: 80%;
		height: 50%;
		padding: 8px;
		margin-top: 24px;
		align-items: center;
		margin-bottom: 0;
	}
	.domore-cards-container {
		justify-items: center;
		grid-template-columns: 2fr 2fr;
	}
	.wb-physical-section-container {
		padding-top: 16px;
	}
	.physical-card-container {
		flex-wrap: wrap;
		align-items: center;
		flex-direction: row;
		justify-content: space-between;
	}
	.physical-card {
		width: 30%;
		text-align: center;
		align-items: center;
		margin-bottom: 32px;
	}
	.physical-card-image {
		max-width: 220px;
	}
	.full-feature-card-container {
		flex-wrap: wrap;
		align-items: center;
		flex-direction: row;
		justify-content: space-between;
	}
	.full-feature-card {
		width: 30%;
		text-align: center;
		align-items: center;
		margin-bottom: 32px;
	}
	.full-feature-card-image {
		max-width: 220px;
	}
	.make-shift-container {
		padding-top: 40px;
		padding-left: 40px;
		padding-right: 40px;
		flex-direction: column;
		padding-bottom: 40px;
	}
	.make-shift-img {
		width: 60%;
		height: 400px;
		align-self: center;
		margin-bottom: 16px;
	}
	.make-shift-text-container {
		width: 100%;
		text-align: center;
		align-items: center;
		margin-bottom: 0;
		justify-content: center;
	}
}
@media (max-width: 767px) {
	.wb-hero-section-container {
		padding-left: 16px;
		padding-right: 16px;
		padding-bottom: 48px;
	}
	.wb-hero-text-container {
		margin-top: 0;
		margin-bottom: 0;
	}
	.wb-h1 {
		font-size: 36px;
		padding-bottom: 5px;
	}
	.wb-redbg-h1 {
		font-size: 36px;
		padding-bottom: 5px;
	}
	.chat-bubble-1 {
		left: 0px;
	}
	.chat-bubble-2 {
		top: -130px;
		left: 180px;
	}
	.party-icon {
		top: -60px;
		right: 0px;
	}
	.russel-container {
		right: 0px;
		bottom: -180px;
	}
	.mark-container {
		top: 50px;
		left: 0px;
	}
	.wb-hero-secondary-text {
		font-size: 18px;
		margin-top: 24px;
		margin-bottom: 40px;
	}
	.cta-btn {
		margin-bottom: 24px;
	}
	.no-cc-img {
		right: -174px;
		width: 153px;
		display: none;
	}
	.sarah-container {
		right: -40px;
		bottom: -120px;
	}
	.no-cc-img-mobile {
		display: block;
	}
	.stickies-container {
		left: -10px;
		bottom: -100px;
	}
	.full-page-domore-section {
		padding: 8px;
	}
	.content-1080 {
		width: 100%;
		height: auto;
		padding-top: 16px;
		padding-left: 8px;
		padding-right: 8px;
		padding-bottom: 16px;
	}
	.domore-text-container {
		width: 90%;
		height: 50%;
		padding: 8px;
		align-items: center;
	}
	.domore-cards-container {
		width: 100%;
	}
	.wb-physical-section-container {
		padding-top: 32px;
	}
	.physical-title {
		font-size: 36px;
	}
	.physical-text {
		font-size: 18px;
	}
	.physical-card-container {
		justify-content: center;
	}
	.physical-card {
		width: 75%;
	}
	.physical-card-image {
		max-width: 70%;
	}
	.physical-card-text {
		width: 70%;
	}
	.create-title {
		font-size: 36px;
	}
	.create-title1 {
		font-size: 36px;
	}
	.create-content-card {
		text-align: center;
		flex-direction: column;
	}
	.create-img {
		width: 70%;
		margin-bottom: 32px;
	}
	.create-text-container {
		width: 70%;
	}
	.create-text-title {
		font-size: 26px;
	}
	.create-content-card-reverse {
		text-align: center;
		flex-direction: column;
	}
	.full-feature-title {
		font-size: 36px;
	}
	.full-feature-text {
		font-size: 18px;
	}
	.full-feature-card-container {
		justify-content: center;
	}
	.full-feature-card {
		width: 75%;
	}
	.full-feature-card-image {
		max-width: 70%;
	}
	.full-feature-card--container {
		width: 70%;
	}
	.make-shift-img {
		width: 90%;
		height: 400px;
		align-self: center;
	}
	.make-shift-text-1 {
		opacity: 0.5;
		font-size: 18px;
	}
	.make-shift-text-2 {
		opacity: 0.5;
		font-size: 18px;
	}
}

@media (max-width: 479px) {
	.partners {
		margin-top: 128px;
		padding: 24px 0;
	}
	.wb-hero-section-container {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 48px;
	}
	.wb-hero-container {
		margin-bottom: 128px;
		padding-bottom: 40px;
	}
	.wb-hero-text-container {
		width: 100%;
		height: auto;
		max-width: 100%;
		min-width: unset;
	}
	.wb-hero-heading-container {
		display: inline-flex;
		align-items: center;
		flex-direction: column;
	}
	.chat-bubble-1 {
		left: -10px;
	}
	.chat-bubble-2 {
		left: 180px;
	}
	.party-icon {
		top: -50px;
		display: none;
	}
	.russel-container {
		right: 0px;
	}
	.mark-container {
		top: 80px;
		left: 0px;
	}

	.no-cc-img {
		right: 2px;
		display: none;
		position: static;
		transform: rotate(30deg);
	}
	.sarah-container {
		right: 25px;
		bottom: -100px;
	}
	.stickies-container {
		left: 0px;
		bottom: -190px;
	}
	.full-page-domore-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;
	}
	.domore-text-container {
		width: 100%;
		height: 50%;
		padding: 16px;
		margin-top: 0;
		text-align: center;
		margin-bottom: 0;
	}
	.domore-img-container {
		min-height: 170px;
	}
	.domore-card-title {
		text-align: center;
	}
	.physical-content-1080 {
		padding: 0;
	}
	.physical-title {
		width: 100%;
		line-height: 1.2;
	}
	.physical-text {
		width: 100%;
		padding-top: 0;
		padding-left: 16px;
		padding-right: 16px;
		padding-bottom: 0;
	}
	.physical-card {
		width: 100%;
	}
	.physical-card-image {
		margin-bottom: 0;
	}
	.physical-card-text {
		width: 70%;
		text-align: center;
		align-items: center;
	}
	.physical-card-heading {
		margin-bottom: 12px;
	}
	.create-title {
		line-height: 1.2;
	}
	.create-title1 {
		line-height: 1.2;
	}
	.create-img {
		width: 100%;
	}
	.create-text-container {
		width: 100%;
	}
	.full-feature-content-1080 {
		padding: 0;
	}
	.full-feature-title {
		width: 100%;
		line-height: 1.2;
	}
	.full-feature-text {
		width: 100%;
		padding-top: 0;
		padding-left: 16px;
		padding-right: 16px;
		padding-bottom: 0;
	}
	.full-feature-card {
		width: 100%;
	}
	.full-feature-card-image {
		margin-bottom: 0;
	}
	.full-feature-card-text-container {
		width: 70%;
		text-align: center;
		align-items: center;
	}
	.full-feature-card-heading {
		margin-bottom: 12px;
	}
	.make-shift-container {
		width: 90%;
		padding-left: 20px;
		padding-right: 20px;
	}
	.make-shift-img {
		width: 100%;
		height: 250px;
	}
	.make-shift-heading {
		font-size: 32px;
	}
}
