/* CTA-healine? Why not h1? */

html {
	overflow-x: hidden;
}

body {
	font-family: 'Poppins', sans-serif;
	margin: 0;
	padding: 0;
}

button, table {
	font-family: inherit;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

li {
	padding: 0;
	margin: 0;
}

p {
	margin: 0;
}

li a {
	color: inherit;
}

.grid {
	display: inline-grid;
	grid-template-columns: repeat(12, 65px);
	grid-column-gap: 30px;
	position: relative;
}

.center {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.centerh {
	margin-left: 50%;
	transform: translateX(-50%);
}

.centerv {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

h1,h2,h3,h4 {
	margin: 0;
}

table {
	color: inherit;
	border-spacing: 0;
	border-collapse: separate;
}

table tr {
	vertical-align: top;
}

table td {
	padding: 0;
}

form {
	margin: 0;
}

a {
	text-decoration: none;
	display: inline-block;
	position: relative;
}

button {
	background: #2962ff;
	color: white;
	border: 0;
	font-weight: 500;
	border-radius: 2px;
	font-size: 16px;
	height: 40px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
	transition: box-shadow .05s;
	white-space: nowrap;
}

button:hover {
	box-shadow: 0 4px 8px 0 rgba(41, 98, 255, 0.35), 0 3px 6px 0 rgba(0, 0, 0, 0.25);
}

button.secondary {
	box-shadow: inset 0 0 0px 3px #2962ff, 0 3px 6px 0 rgba(0, 0, 0, 0.2);
	background: transparent;
	color: #2962ff;
}

button.secondary:hover {
	box-shadow: inset 0 0 0px 3px #2962ff, 0 4px 8px 0 rgba(41, 98, 255, 0.3), 0 3px 6px 0 rgba(0, 0, 0, 0.2);
}

button.medium {
	height: 48px;
}

button.big {
	height: 64px;
}

button.link {
	background: none;
	border: none;
	color: #2962ff;
	font-size: 16px;
	font-weight: 500;
	padding: 0;
	box-shadow: none;
}

button.link:hover {
	font-weight: bold;
}

a.button > button {
	width: 100%;
	cursor: pointer;
	margin: 0 !important;
}

.dark-background {
	background: #f3f4f9;
}

.light-background {
	background: #fbfbfd;
}

.hcentered {
	margin-left: 50%;
	transform: translateX(-50%);
}

.section {
	position: relative;
	box-sizing: border-box;
	text-align: center;
}

.decoration {
	position: absolute;
}

form {
	position: relative;
}

.nowrap {
	white-space: nowrap;
}

/*---------------------------------------------*/

#home {
	position: absolute;
	top: 0;
}

#header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999999;
	
	box-shadow: none;
	transition: box-shadow .5s;
}

#header.scrolled {
	box-shadow: 0px 1px 24px 0px rgb(0,0,0,0.1);
	transition: box-shadow .2s;
}

/*---------------------------------------------*/

#header .grid {
	align-items: center;
}

/*---------------------------------------------*/

#integration .decoration {
	left: 0;
	width: 100%;
	z-index: -1;
}

/*---------------------------------------------*/

#testimonials .author {
	font-family: Helvetica;
}

/*---------------------------------------------*/

#pricing .plan {
	border: 10px solid transparent;
	background: white;
	box-sizing: border-box;

	display: inline-block;
	vertical-align: middle;
}

#pricing .plan.monthly {
	border-color: #3ee5b3;
}

#pricing .plan.yearly {
	border-color: #2962ff;
}

/*---------------------------------------------*/

#templates .slider .arrow {
	cursor: pointer;
	z-index: 9999;
}

#templates .slide {
	text-align: center;
	width: 100%;
}

/*---------------------------------------------*/

.textblock, .textblock > * {
	text-align: left;
	line-height: 2;
}

.textblock :is(h1,h2,h3) {
	margin-top: 1em;
	line-height: 1.2;
}

/*---------------------------------------------*/

#footer {
	background: #38566d;
	color: #f6f6f6;
	font-size: 14px;
}

#footer .logo {
	width: 156px;
}

#footer .column {
	text-align: left;
}

#footer .column .heading {
	font-weight: 600;
	line-height: 1.71;
}

#footer .column ul {
	line-height: 2.29;
	margin-top: 14px;
}

#footer .column.social img {
	width: 16px;
}

/*---------------------------------------------*/

.slider {
	text-align: center;
	position: relative;
}

.slider .slides {
	position: relative;
	overflow: hidden;
}

.slider .slide {
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
}

.slider .slide.current {
	visibility: visible;
	opacity: 1;
}

.slider[state=animate][dir=forward] .slide.next {
	visibility: visible;
}

.slider[state=animate][dir=back] .slide.prev {
	visibility: visible;
}

.slider .dots {
	margin-top: 18px;
}

.slider .dots .dot {
	width: 12px;
	height: 12px;
	background: #38566d;
	border-radius: 100px;
	display: inline-block;
	margin: 0 8px;
	opacity: 0.6;
	transition: opacity .2s;
	cursor: pointer;
}

.slider .dots .dot.current {
	opacity: 1;
}

/*---------------------------------------------*/

@keyframes templates-forward {
	0% {
		transform: translateX(30%) scale(0.7);
		z-index: -1;
	}

	50% {
		transform: translateX(100%) scale(0.85);
	}

	100% {
		transform: translateX(0) scale(1);
		z-index: 1;
	}
}

@keyframes templates-back {
	0% {
		transform: translateX(0) scale(1);
	}

	50% {
		transform: translateX(100%) scale(0.85);
	}

	100% {
		transform: translateX(-30%) scale(0.7);
	}
}

/*---------------------------------------------*/

@keyframes testimonials-current-forward {
	0% {
		transform: translateX(0);
		xopacity: 1;
	}

	100% {
		transform: translateX(-100%);
		xopacity: 0;
	}
}

@keyframes testimonials-current-back {
	0% {
		transform: translateX(0);
		xopacity: 1;
	}

	100% {
		transform: translateX(100%);
		xopacity: 0;
	}
}

@keyframes testimonials-forward {
	0% {
		transform: translateX(100%);
		xopacity: 0;
	}

	100% {
		transform: translateX(0);
		xopacity: 1;
	}
}

@keyframes testimonials-back {
	0% {
		transform: translateX(-100%);
		xopacity: 0;
	}

	100% {
		transform: translateX(0);
		xopacity: 1;
	}
}

/*---------------------------------------------*/

body.gray-header:before {
	background: #fbfbfd;
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: -1;
}

/*---------------------------------------------*/

body#faq-page h1 {
	position: relative;
}

body#faq-page h1:after {
	content: url(/img/faq_top.svg);
	position: absolute;
	top: calc(100% + 2px);
	left: 50%;
	transform: translateX(-50%);
}

.faq {
	margin: 32px;
	border-radius: 4px;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.25);
	background: white;
}

.expandable {
	max-height: 0;
	overflow: hidden;
	transition: max-height .2s;
}

.question {
	padding: 22px 58px 26px 16px;
	margin: 0;
	text-align: left;
	position: relative;
	background: transparent;
	transition: background .2s, margin .2s, padding .25s;
}

hr {
	border: none;
	border-bottom: thin solid rgba(56, 86, 109, 0.3);
	margin: 0;
}

.question:after {
	content: url(/img/expand.svg);
	position: absolute;
	right: 16px;
	top: 32px;
	transform: rotateZ(0);
	transition: transform .2s;
}

.question.expanded {
	background: #f3f4f9;
	margin: 16px 0;
}

.question.expanded .expandable {
	max-height: 10em;
}

.question.expanded:after {
	content: url(/img/expanded.svg);
	transform: rotateZ(180deg);
}

.question h2 {
	text-align: inherit;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	cursor: pointer;
}

.question.expanded h2 {
	font-weight: 600;
}

.answer {
	font-size: 16px;
	line-height: 1.5;
	margin-top: 16px;
	font-family: helvetica;
}

.faq-contact {
	margin-top: 112px;
	text-align: center;
	overflow: hidden;
	position: relative;
	padding: 80px 0 72px 0;
}

.faq-contact .content {
	background: white;
	box-sizing: border-box;
	border: solid 10px #2962ff;
	z-index: 1;
	position: relative;
}

.faq-contact .text {
	font-family: Helvetica;
	font-size: 16px;
	line-height: 1.5;
	color: #0a1840;
}

.faq-contact button {
	padding: 0 20px;
}

.faq-contact .grid .decoration {
	top: 50%;
	transform: translateY(-50%);
}

.faq-contact .grid .decoration.right {
	right: 0;
}

/*---------------------------------------------*/

body#templates-page .grid {
	position: relative;
}

body#templates-page .template {
	background: url(/img/browser.svg);
	grid-column-end: span 4;
	justify-self: start;
	position: relative;
	width: 100%;
	xpadding-bottom: calc(100% * 256/350);
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.25);
	border-radius: 2px;
	overflow: hidden;
}

body#templates-page .templates .template {
	display: inline-block;
}

body#templates-page .section .decoration {
	left: 50%;
	transform: translateX(-50%);
}

/*---------------------------------------------*/

form {
	text-align: left;
	border-radius: 4px;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.25);
	background: white;
}

input,textarea {
	display: block;
	border-radius: 2px;
	border: solid thin #1d3a7a;
	background-color: white;
	margin-top: 13px;
	width: 100%;
	padding: 16px;
	font-family: helvetica;
	font-size: 14px;
	transition: border-color .1s;
	outline: none;
}

input:focus,textarea:focus {
	border-color: #39d0ff;
}

form label {
	display: block;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.88;
	letter-spacing: 0.2px;
	color: #1d3a7a;
}

form label.optional:after {
	content: ' (optional)';
	font: inherit;
	font-weight: normal;
	opacity: 0.8;
}

form label:not(:first-child) {
	margin-top: 32px;
}

form button {
	min-width: 255px;
	margin-top: 60px;
}

form .decoration {
	z-index: -1;
}

/*---------------------------------------------*/

form .note {
	font-family: Helvetica;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.43;
	margin-top: 7px;
	color: #38566d;
}

/*---------------------------------------------*/

form .thank-you {
	opacity: 0;
	border-radius: 4px;
	border: solid 2px #3ee5b3;
	text-align: center;
	pointer-events: none;
	background: inherit;
	z-index: 0;
}

form .thank-you .decoration {
	left: 50%;
	transform: translateX(-50%);
}

form .thank-you:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: inherit;
	z-index: -1;
}

form .thank-you .heading {
	font-family: Poppins;
	font-size: 32px;
	font-weight: 800;
	color: #1d3a7a;
	line-height: 1.5;
	text-transform: uppercase;
	white-space: nowrap;
}
						
form .thank-you .text {
	margin-top: 22px;
	font-family: Helvetica;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
}

form.submitted > :not(.thank-you):not(.decoration) {
	opacity: 0;
	transition: opacity .3s;
}

form.submitted .thank-you {
	opacity: 1;
	transition: opacity .8s;
}

/*---------------------------------------------*/

body[id^=waitlist] form:before,
body[id^=waitlist] form:after {
	content: '';
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	top: 0;
	left: 0;
	width: 100%;
	transform: translateY(-54%);
	background-size: auto 100%;
	height: 110px;
}

body[id^=waitlist] form:before {
	z-index: -1;
}

body#waitlist-shopify-page form:before		{ background-image: url(/img/shopify_shadow.svg); }
body#waitlist-shopify-page form:after		{ background-image: url(/img/shopify.svg); }

body#waitlist-weebly-page form:before		{ background-image: url(/img/weebly_shadow.svg); }
body#waitlist-weebly-page form:after		{ background-image: url(/img/weebly.svg); }

body#waitlist-wordpress-page form:before	{ background-image: url(/img/wordpress_shadow.svg); }
body#waitlist-wordpress-page form:after	{ background-image: url(/img/wordpress.svg); }

body#waitlist-launch-page h1.heading:after		{ content: 'Join waitlist' }
body#waitlist-launch-page h3.heading:after		{ content: 'Fill out the form below and we\'ll let you know when we launch.' }

body#waitlist-shopify-page h1.heading:after	{ content: 'Shopify Waitlist' }
body#waitlist-shopify-page h3.heading:after	{ content: 'Fill out the form below and we\'ll let you know when we launch our Shopify app.' }

body#waitlist-wordpress-page h1.heading:after	{ content: 'Wordpress Waitlist' }
body#waitlist-wordpress-page h3.heading:after	{ content: 'Fill out the form below and we\'ll let you know when we launch our Wordpress plugin.' }

body#waitlist-weebly-page h1.heading:after	{ content: 'Weebly Waitlist' }
body#waitlist-weebly-page h3.heading:after	{ content: 'Fill out the form below and we\'ll let you know when we launch our Weebly app.' }

body#waitlist-shopify-page h1.heading:after	{ content: 'Shopify Waitlist' }
body#waitlist-shopify-page h3.heading:after	{ content: 'Fill out the form below and we\'ll let you know when we launch our Shopify app.' }

body#waitlist-shopify-page h1.heading:after	{ content: 'Shopify Waitlist' }
body#waitlist-shopify-page h3.heading:after	{ content: 'Fill out the form below and we\'ll let you know when we launch our Shopify app.' }

body#waitlist-other-page h1.heading:after		{ content: 'Request' }
body#waitlist-other-page h3.heading:after		{ content: 'Didn\'t find the platform you\'re using? Request an integration and we\'ll let you know when it\'s available.' }

/*---------------------------------------------*/

#legal-privacy--page ul {
	list-style: disc;
	padding-left: 1.5em;
}