@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,500;0,700;0,900;1,300;1,500;1,700;1,900&display=swap');
html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
p {
	margin: 0;
}
/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.img-fluid {
	width: 100%;
}
.min-height {
	min-height: 300px;
}
body {
	font-family: 'Montserrat', sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	color: #000;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
}
nav {
	display: block;
}
a {
	background-color: transparent;
}
a:active,
a:hover {
	outline: 0;
}
strong {
	font-weight: bold;
}
h1 {
	font-size: 2em;
	margin: .67em 0;
}
img {
	border: 0;
}
.d-flex {
	display: flex;
}
html {
	height: 100%;
}
body {
	margin: 0;
	min-height: 100%;
	background-color: #fff;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333;
}
img {
	max-width: 100%;
	vertical-align: middle;
	display: inline-block;
}
.w-clearfix:before,
.w-clearfix:after {
	content: " ";
	display: table;
	grid-column-start: 1;
	grid-row-start: 1;
	grid-column-end: 2;
	grid-row-end: 2;
}
.w-clearfix:after {
	clear: both;
}
.container.mw-992 {
	max-width: 992px;
}
.container.teams {
	max-width: 1026px;
}

h1,
h2,
h4 {
	font-weight: bold;
	margin-bottom: 10px;
}
h1 {
	font-size: 38px;
	line-height: 44px;
	margin-top: 20px;
}
h2 {
	font-size: 32px;
	line-height: 36px;
	margin-top: 20px;
}
h4 {
	font-size: 18px;
	line-height: 24px;
	margin-top: 10px;
}
ul {
	margin-top: 0;
	margin-bottom: 10px;
	padding-left: 40px;
}
.w-container {
	margin-left: auto;
	margin-right: auto;
	max-width: 1024px;
}

.w-container:after {
	clear: both;
}

.w-row:after {
	clear: both;
}
.w-col {
	position: relative;
	float: left;
	width: 100%;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
}
.w-col-2 {
	width: 20%;
}
.w-col-3 {
	width: 25%;
}
.w-col-4 {
	width: 33.33333333%;
}
.w-col-5 {
	width: 41.66666667%;
}
.w-col-6 {
	width: 50%;
}

.w-col-7 {
	width: 58.33333333%;
}
.w-col-8 {
	width: 66.66666667%;
}
.w-col-9 {
	width: 75%;
}
.w-col-10 {
	width: 83.33333333%;
}
.section.signup {
	background: #0f1622;
}
.footer .footer-logo {
	max-width: 188px;
	margin-top: 1em;
}
.footer ul {
	list-style: none;
	padding: 0;
}
.footer li {
	margin-bottom: 3px;
}
.footer h3 {
	color: #fff;
}
.footer p {
	margin: 16px 0;
}
.footer,
.footer a,
.copyright,
.copyright a {
	color: #919197;
	font-size: 13px;
	text-decoration: none;
}

.footer a {
	text-decoration: none;
}
.footer .columns-5 {
	align-items: flex-start;
}

.w-nav {
	position: relative;
	background: #dddddd;
	z-index: 1000;
}
.w-nav:before,
.w-nav:after {
	content: " ";
	display: table;
	grid-column-start: 1;
	grid-row-start: 1;
	grid-column-end: 2;
	grid-row-end: 2;
}
.w-nav:after {
	clear: both;
}
.w-nav-brand {
	position: relative;
	float: left;
	text-decoration: none;
}
.w-nav-link {
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	color: #222222;
	padding: 20px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
.w-nav-menu {
	position: relative;
}

.w-nav-button {
	position: relative;
	float: right;
	padding: 18px;
	font-size: 24px;
	display: none;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.button-wrap {
	width: 100%;
	justify-content: center;
}
.play-button {
	border-radius: 100%;
	color: #fff;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 12px 20px;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-items: center;
	font-family: Montserrat, sans-serif;

	font-size: 16px;
	font-weight: 700;
	display: flex;
	text-decoration: none !important;
}

.play {
	background-image: linear-gradient(-130deg, #f49231 0%, #f95858 39%, #f92e74 100%);
	border-radius: 100%;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-decoration: none;
	margin: 0 11px;
}
.play i.fas.fa-play {
	margin-left: 2px;
}
.play {
	cursor: pointer;
	box-shadow: 0 0 0 rgba(244, 133, 31, 0.4);
	animation: pulse 2s infinite;
}
.pulse:hover {
	animation: none;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(244, 133, 31, 0.4);
	}
	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(244, 133, 31, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(244, 133, 31, 0);
	}
}
@keyframes pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(244, 133, 31, 0.4);
		box-shadow: 0 0 0 0 rgba(244, 133, 31, 0.4);
	}
	70% {
		-moz-box-shadow: 0 0 0 10px rgba(244, 133, 31, 0);
		box-shadow: 0 0 0 10px rgba(244, 133, 31, 0);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(244, 133, 31, 0);
		box-shadow: 0 0 0 0 rgba(244, 133, 31, 0);
	}
}
.align--left {
	justify-content: left !important;
}
h1 {
	margin-top: 20px;
	font-size: 52px;
	line-height: 1.2;
	font-weight: 700;
}
h2 {
	margin-top: 24px;
	margin-bottom: 16px;
	font-size: 40px;
	line-height: 1.2;
	font-weight: 700;
}
h4 {
	margin-top: 20px;
	margin-bottom: 12px;
	font-size: 28px;
	line-height: 1.4;
	font-weight: 700;
}
a {
	color: #000;
	text-decoration: underline;
}
.nav-link {
	border: 1px none transparent;
	font-family: Montserrat, sans-serif;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
}

.text-center {
	text-align: center;
}
.navbar {
	-webkit-box-flex: 0;
	-webkit-flex: 0 auto;
	-ms-flex: 0 auto;
	flex: 0 auto;
	background-color: transparent;
}
.header-background {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: auto;
	min-height: 500px;
	margin-bottom: 50px;
	padding-top: 0px;
	padding-bottom: 0px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #fff;
	color: #fff;
}
img.img-header.hero2 {
	position: absolute;
	bottom: -120px;
	max-width: 600px;
}
.swirl-mb {
	background: #111620 url(../images/swirl@2x.jpg) no-repeat bottom;
	background-size: contain;
	background-position: 50% 101%;
	width: 100%;
}
.button {
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 12px 20px;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	border-radius: 3px;
	font-family: Montserrat, sans-serif;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
}
.button.accent-color {
	display: block;
	max-width: 200px;
	float: none;
	clear: none;
	border-radius: 32px;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#f49231),
		color-stop(51%, #f67743),
		to(#f95858)
	);
	background-image: linear-gradient(180deg, #f49231, #f67743 51%, #f95858);
	text-align: left;
	text-decoration: none;
}
.button.accent-color {
	float: none;
	clear: none;
	text-align: center;
}
.button.accent-color.align-center {
	margin-right: auto;
	margin-left: auto;
}
.subhead {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Montserrat, sans-serif;
	color: #f4851f;
	font-size: 21px;
	line-height: 1.2;
	font-style: italic;
	font-weight: 500;
	text-align: left;
}
.brand-link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-height: 80px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.menu-button {
	display: none;
	color: #3a63d4;
}
.site-navigation {
	position: static;
	display: block;
	overflow: visible;
	width: 100%;
	padding-top: 0px;
}
.list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 0px;
	padding-left: 0px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	list-style-type: none;
}

.list-style {
	list-style-type: none;
}
.list-style li:before {
	content: "\f00c"; /* FontAwesome Unicode */
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -1.6em; /* same as padding-left set on li */
	width: 1.6em; /* same as padding-left set on li */
	color: #f95957;
}

.image {
	position: static;
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.columns {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.column {
	text-align: left;
}
.container {
	max-width: 1172px;
	padding-right: 10px;
	padding-left: 10px;
	width: 100%;
}
.container.mb-60 {
	min-height: 580px;
	margin-bottom: -80px;
}
.privacy .header-background {
	min-height: 100px;
}
.privacy .container.mb-60 {
	min-height: 320px;
	margin-bottom: 0;
}
.heading-2 {
	margin-top: 0px;
	font-family: Montserrat, sans-serif;
	color: #13143f;
	font-size: 44px;
	letter-spacing: 0.33px;
}
.columns-2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	position: relative;
	z-index: 100;
}
.image-2 {
	margin-top: -140px;
	margin-bottom: -40px;
	z-index: 20;
	position: relative;
}

.h1-head {
	color: #fff;
	font-size: 44px;
	letter-spacing: -1px;
}
.bold-text {
	font-family: Montserrat, sans-serif;
	color: #3c3d45;
	line-height: 24px;
	letter-spacing: 0px;
}
.column-3 {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	text-align: left;
}
.column-4 {
	display: block;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.columns-3 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.mtb-5 {
	margin-top: 5%;
	margin-bottom: 5%;
}
.mtb-3 {
	margin-top: 3%;
	margin-bottom: 3%;
}

.mt-60 {
	margin-top: 60px;
}
.columns-3.reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.title-h2 {
	font-family: Montserrat, sans-serif;
	letter-spacing: -1px;
}
.bg-gray {
	background-color: #f8f8fb;
}

.section {
	background-color: #000;
}
.section.p-section {
	padding-top: 40px;
	padding-bottom: 40px;
}
.heading-3 {
	margin-top: 0px;
	color: #fff;
	font-size: 36px;
}
.text-block {
	background-color: transparent;
	font-family: Montserrat, sans-serif;
	color: #faf4f1;
	font-weight: 400;
}
.columns-4 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.section-2 {
	padding-top: 12px;
	padding-bottom: 12px;
	border-top: 1px solid #272727;
	background-color: #000;
}

.company .w-row {
	align-items: center;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
}
.text-block-2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	clear: none;
	font-family: Montserrat, sans-serif;
	text-align: right;
}
.columns-5 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.column-5 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	text-align: left;
}
.column-6 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.div-block {
	margin-top: 0px;
	padding-top: 0px;
}
.list-cards {
	width: 100%;
	margin-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.values .list-cards {
	align-items: center;
}
.card {
	padding: 30px 48px 40px;
	border: 1px solid #dddee1;
	border-radius: 70px;
	background-color: #fff;
	box-shadow: 0 12px 16px 4px rgba(124, 144, 165, 0.2);
	opacity: 1;
	font-family: Montserrat, sans-serif;
}
.values .card {
	margin: 4% 0%;
}
.card.w-col-2 {
	width: 44%;
	min-height: 200px;
	margin: 4% 2%;
}

.card.pricing,
.dreamteam .card.w-col-4 {
	width: 30%;
	padding: 30px 26px 40px;
	margin: 4% 1%;
}

li.w-col-3.quote {
	background-image: linear-gradient(180deg, #f49231, #f67743 51%, #f95858);
	padding: 36px 36px;
	border-radius: 0 24px 24px 0;
}

li.w-col-3.tagline p {
	font-weight: 300;
}
li.w-col-3.quote p {
	color: #fff;
}
li.w-col-3.quote p:first-child {
	margin-bottom: 16px;
	font-weight: 300;
	font-size: 18px;
}
.pricing .subtext {
	margin-top: 4px;
	text-transform: uppercase;
}
.pricing .subtext,
.pricing .details {
	color: #757576;
}
.pricing .details {
	font-size: 12px;
	font-weight: 300;
	color: #000;
	margin: 24px 0 24px;
}
.heading-4 {
	text-align: center;
}

.pricing h4,
.teams p {
	color: #f4851f;
}
.pricing h6 {
	font-size: xxx-large;
	margin: 0 auto;
	line-height: 1;
	display: flex;
	justify-content: center;
	color: #000;
}
.pricing h6 span {
	font-size: x-large;
}

.company img {
	max-width: 135px;
	margin: 0 auto;
}
.company .w-col {
	text-align: center;
}
.teams .w-row {
	flex-wrap: wrap;
	align-items: center;
}
.teams .w-col {
	text-align: center;
}
.teams h3 {
	font-size: 21px;
	margin-bottom: 8px;
}
.teams a {
	text-decoration: none;
}
.teams img {
	max-width: 150px;
}
.img-profile {
	max-width: 90px;
	margin-right: auto;
	margin-left: auto;
}

.teams img,
.img-profile {
	border-radius: 100%;
	border: 4px solid #fff;
	box-shadow: 0 4px 3px 3px rgba(0, 0, 0, 0.1);
}
.div-block-2 {
	margin-top: -75px;
	text-align: center;
}

.link-blue {
	font-family: Montserrat-Bold;
	font-size: 16px;
	color: #30c3e2;
	letter-spacing: 0.11px;
	text-align: center;
	line-height: 24px;
	display: block;
	text-decoration: none;
}

.button-copy {
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 12px 20px;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	border-radius: 3px;
	background-color: #3a63d4;
	font-family: Montserrat, sans-serif;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
}
.button-copy.btn-sm {
	display: block;
	max-width: 150px;
	padding: 12px 20px;
	float: right;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 auto;
	-ms-flex: 0 auto;
	flex: 0 auto;
	border-radius: 32px;
	background-color: #3a63d4;
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
}
.button-copy.btn-sm.accent-color {
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 14px;
}
.button-copy.btn-sm.accent-color.float-right {
	float: right;
}
.button-copy.accent-color {
	display: block;
	float: none;
	clear: none;
	border-radius: 32px;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#f49231),
		color-stop(51%, #f67743),
		to(#f95858)
	);
	background-image: linear-gradient(180deg, #f49231, #f67743 51%, #f95858);
	text-align: left;
	text-decoration: none;
}
.button-copy.accent-color {
	float: none;
	clear: none;
	text-align: center;
}
.menu-btn-close {
	z-index: 1000;
	position: absolute;
	top: 16px;
	right: 16px;
}
.menu-btn-close i,
.menu-button i,
.header-background h1 {
	color: #fff;
}
.align-center {
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	-ms-grid-row-align: auto;
	align-self: auto;
	text-align: center;
}

.container-3 {
	padding-right: 10px;
	padding-left: 10px;
}
.list-style {
	padding-left: 20px;
}
.bullet-style1 {
	padding-bottom: 8px;
	font-weight: 300;
}
.col-6 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.mlr-auto {
	margin: 0 auto;
}
@media screen and (min-width: 991px) {
	.w-nav[data-collapse="medium"] .w-nav-button,
	.button-copy.btn-sm.btn-responsive,
	.menu-btn-close {
		display: none;
	}
}
@media screen and (max-width: 991px) {
	img.img-header.hero2 {
		margin: 0;
		position: relative;
		bottom: 0;
	}
	.w-container {
		max-width: 728px;
	}
	.w-nav[data-collapse="medium"] .w-nav-button,
	.menu-btn-close {
		display: block;
	}
	.w-nav-menu {
		display: none;
	}
	.menu-open .w-nav-menu {
		display: flex;
		position: fixed;
		background: black;
		z-index: 800;
		width: 100%;
		height: 100vh;
		top: 0;
		left: 0;
		justify-content: center;
	}
	.menu-open .w-nav-menu ul {
		display: flex;
		flex-direction: column;
	}
	.button-copy.btn-sm {
		display: none;
	}
	.nav-link {
		color: #fff;
	}
	.navbar {
		padding-top: 0px;
	}

	.brand-link {
		padding-left: 10px;
	}
	.brand-link.w--current {
		padding-left: 0px;
	}

	.nav-menu {
		background-color: #000;
		color: #fff;
	}
	.image {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	.columns {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.list-cards {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.card {
		margin-top: 6%;
		margin-bottom: 6%;
		padding: 0px 30px 40px;
		box-shadow: 0 12px 16px 4px rgba(124, 144, 165, 0.2);
		opacity: 1;
	}
	.heading-4 {
		color: #101c3e;
	}
	.img-profile {
		max-width: 90px;
		border: 4px solid #fff;
		border-radius: 100%;
		box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.1);
	}
	.div-block-2 {
		margin-top: -45px;
	}
	.list-style {
		padding-left: 20px;
	}
	.bullet-style1 {
		margin-bottom: 8px;
		color: #3c3d45;
		font-size: 14px;
		line-height: 18px;
		font-weight: 500;
	}
	.container-4 {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.col-6 {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
}
@media screen and (max-width: 767px) {
	.values .card {
		margin-top: 14%;
	}
	.teams .columns-2 {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		justify-content: center;
	}
	.how-it-works .card.w-col-2 {
		margin: 32px 16px;
	}
	.card.pricing {
		width: 95%;
		margin: 5% auto;
	}

	.company .w-col {
		width: 32%;
	}
	.w-row,
	.w-container .w-row {
		margin-left: 0;
		margin-right: 0;
		padding: 0 16px;
	}
	.header-background .w-row,
	.w-container .w-row {
		padding: 0;
	}
	.w-col {
		width: 100%;
		left: auto;
		right: auto;
	}

	h1 {
		font-size: 40px;
		line-height: 1.2;
	}
	h2 {
		font-size: 28px;
		line-height: 1.2;
	}
	h4 {
		font-size: 20px;
		line-height: 1.4;
	}
	.navbar {
		padding-top: 0px;
	}
	.header-background {
		height: auto;
		margin-bottom: -2px;
		padding-bottom: 0px;
	}
	.button {
		padding: 15px 20px;
		font-size: 18px;
	}
	.subhead {
		font-size: 24px;
		line-height: 1.2;
	}
	.button-copy {
		padding: 15px 20px;
		font-size: 18px;
	}
	.col-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 auto;
		-ms-flex: 0 auto;
		flex: 0 auto;
	}

	img.img-header.hero2 {
		max-width: 100%;
	}
	.teams .w-col {
		width: 44%;
	}
	.image-2 {
		margin-bottom: 0;
	}
	img.img-header {
		margin: 40px auto 80px;
	}

	.list a.nav-link {
		font-size: 14px;
	}
	.w-container {
		max-width: none;
	}

	.w-col {
		width: 100%;
	}
	h1 {
		line-height: 1.1;
	}
	h2 {
		line-height: 1.2;
	}
	h4 {
		line-height: 1.4;
	}

	.brand-link {
		padding-left: 10px;
	}
	.brand-link.w--current {
		padding-left: 0px;
	}
	.menu-button {
		background-color: transparent;
	}
	.menu-button {
		display: none;
	}
	.column {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	.heading-2 {
		line-height: 1.1;
	}
	.columns-2,
	.slist-cards {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.columns-3 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.columns-3.reverse {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.title-h2 {
		line-height: 1.1;
	}
	.columns-4 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
	}
	.text-block-2 {
		display: block;
		float: none;
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		text-align: center;
	}
	.columns-5 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		text-align: center;
	}
	.card,
	.card.w-col-2,
	.w-col-7,
	li.w-col-3.tagline,
	li.w-col-3.quote,
	.dreamteam .card.w-col-4 {
		width: 94%;
	}
	li.w-col-3.quote {
		border-radius: 24px;
	}
	.button-copy.btn-sm {
		display: none;
	}

	.col-6 {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	.section-3 {
		padding-top: 60px;
	}
}
@media screen and (max-width: 575px) {
	.header-role {
		width: 100%;
	}
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	.pricing h4,
	.h1-head {
		font-size: 150% !important;
	}

	.teams h3 {
		font-size: 100% !important;
	}
	.subhead {
		font-size: 98% !important;
		margin-bottom: 4px;
	}
	.button.accent-color {
		padding-top: 8px;
		padding-bottom: 8px;
		font-size: 14px;
		max-width: 143px;
	}
}
