﻿/* ------------------------------------------------------------ */
/* CSS Variables */
/* ------------------------------------------------------------ */

:root {
	--black: #000000;
	--white: #ffffff;
	--color-primary: #d4161d;
	--color-accent: #FB8C00;
	--color-primary-dark: #7d1d1a;
}

/* ------------------------------------------------------------ */
/* Fonts */
/* ------------------------------------------------------------ */

@import url('https://fonts.cdnfonts.com/css/lucek');
@import url('https://fonts.cdnfonts.com/css/poppins');
@import url('https://fonts.cdnfonts.com/css/h-haminda-script');

/* ------------------------------------------------------------ */
/* Joey's */
/* ------------------------------------------------------------ */

.brandTxt {
	color: var(--color-primary)
}

.fancyTxt {
	font-family: 'Lucek', sans-serif; 
}

.handwrittenTxt {
	font-family: 'h Haminda Script', sans-serif;
}

.highlightedPlan {
	border-width: 3px !important;
	border-color: var(--color-primary) !important;
	border-style: dashed !important;
	box-shadow: 10px 10px var(--color-primary);
}

.bold {
	font-weight: bold !important;
}

.colorPrimary {
	color: var(--color-primary) !important;
}

.blackgroundwhite {
	background-color: #fff !important;
}
  



input[type="email"] {
	box-sizing: border-box;
	width: 500px;
	max-width: 80%;
	height: calc(3em + 2px);
	margin: 0 0 1em;
	padding: 1em;
	border: 1px solid #ccc;
	border-radius: 1.5em;
	background: #fff;
	resize: none;
	outline: none;
  }
  input[type="email"][required]:focus {
	border-color: var(--color-primary);
  }
  input[type="email"][required]:focus + label[placeholder]:before {
	color: var(--color-primary);
  }
  input[type="email"][required]:focus + label[placeholder]:before,
  input[type="email"][required]:valid + label[placeholder]:before {
	transition-duration: 0.2s;
	transform: translate(0, -1.5em) scale(0.9, 0.9);
  }
  input[type="email"][required]:invalid + label[placeholder][alt]:before {
	content: attr(alt);
  }
  input[type="email"][required] + label[placeholder] {
	display: block;
	pointer-events: none;
	line-height: 1.25em;
	margin-top: calc(-3em - 2px);
	margin-bottom: calc((3em - 1em) + 2px);
  }
  input[type="email"][required] + label[placeholder]:before {
	content: attr(placeholder);
	display: inline-block;
	margin: 0 calc(1em + 2px);
	padding: 0 2px;
	color: #898989;
	white-space: nowrap;
	transition: 0.3s ease-in-out;
	background-image: linear-gradient(to bottom, #fff, #fff);
	background-size: 100% 5px;
	background-repeat: no-repeat;
	background-position: center;
  }  

/* ------------------------------------------------------------ */

html {
	height: 100%
}

body {
	font-family: 'Poppins', sans-serif !important;
	margin: 0;
	min-height: 100%;
	background-color: #fff;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
}

img {
	max-width: 100%;
	vertical-align: middle;
	display: inline-block
}

html.w-mod-touch * {
	background-attachment: scroll !important
}

.cell-content {
	font-size: 14px
}

.w-icon-slider-right:before {
	content: "\e600"
}

.w-icon-slider-left:before {
	content: "\e601"
}

.w-icon-nav-menu:before {
	content: "\e602"
}

.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
	content: "\e603"
}

.w-icon-file-upload-remove:before {
	content: "\e900"
}

.w-icon-file-upload-icon:before {
	content: "\e903"
}

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

.w-block {
	display: block
}

.w-inline-block {
	max-width: 100%;
	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
}

.w-hidden {
	display: none
}

.w-button {
	display: inline-block;
	padding: 9px 15px;
	background-color: #3898EC;
	color: white;
	border: 0;
	line-height: inherit;
	text-decoration: none;
	cursor: pointer;
	border-radius: 0
}

input.w-button {
	-webkit-appearance: button
}

html[data-w-dynpage] [data-w-cloak] {
	color: transparent !important
}

.w-webflow-badge,
.w-webflow-badge * {
	position: static;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	z-index: auto;
	display: block;
	visibility: visible;
	overflow: visible;
	overflow-x: visible;
	overflow-y: visible;
	box-sizing: border-box;
	width: auto;
	height: auto;
	max-height: none;
	max-width: none;
	min-height: 0;
	min-width: 0;
	margin: 0;
	padding: 0;
	float: none;
	clear: none;
	border: 0 none transparent;
	border-radius: 0;
	background: none;
	background-image: none;
	background-position: 0% 0%;
	background-size: auto auto;
	background-repeat: repeat;
	background-origin: padding-box;
	background-clip: border-box;
	background-attachment: scroll;
	background-color: transparent;
	box-shadow: none;
	opacity: 1.0;
	transform: none;
	transition: none;
	direction: ltr;
	font-family: inherit;
	font-weight: inherit;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
	font-style: inherit;
	font-variant: inherit;
	text-align: inherit;
	letter-spacing: inherit;
	text-decoration: inherit;
	text-indent: 0;
	text-transform: inherit;
	list-style-type: disc;
	text-shadow: none;
	font-smoothing: auto;
	vertical-align: baseline;
	cursor: inherit;
	white-space: inherit;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal
}

.w-webflow-badge {
	position: fixed !important;
	display: inline-block !important;
	visibility: visible !important;
	opacity: 1 !important;
	z-index: 2147483647 !important;
	top: auto !important;
	right: 12px !important;
	bottom: 12px !important;
	left: auto !important;
	color: #AAADB0 !important;
	background-color: #fff !important;
	border-radius: 3px !important;
	padding: 6px 8px 6px 6px !important;
	font-size: 12px !important;
	opacity: 1.0 !important;
	line-height: 14px !important;
	text-decoration: none !important;
	transform: none !important;
	margin: 0 !important;
	width: auto !important;
	height: auto !important;
	overflow: visible !important;
	white-space: nowrap;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
	cursor: pointer
}

.w-webflow-badge>img {
	display: inline-block !important;
	visibility: visible !important;
	opacity: 1 !important;
	vertical-align: middle !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
	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
}

h3 {
	font-size: 24px;
	line-height: 30px;
	margin-top: 20px
}

h4 {
	font-size: 18px;
	line-height: 24px;
	margin-top: 10px
}

h5 {
	font-size: 14px;
	line-height: 20px;
	margin-top: 10px
}

h6 {
	font-size: 12px;
	line-height: 18px;
	margin-top: 10px
}

p {
	margin-top: 0;
	margin-bottom: 10px
}

blockquote {
	margin: 0 0 10px 0;
	padding: 10px 20px;
	border-left: 5px solid #E2E2E2;
	font-size: 18px;
	line-height: 22px
}

figure {
	margin: 0;
	margin-bottom: 10px
}

figcaption {
	margin-top: 5px;
	text-align: center
}

ol {
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 40px
}

ul {
	color: #5a6679;
}

.w-list-unstyled {
	padding-left: 0;
	list-style: none
}

.w-embed:before,
.w-embed:after {
	content: " ";
	display: table;
	grid-column-start: 1;
	grid-row-start: 1;
	grid-column-end: 2;
	grid-row-end: 2
}

.w-embed:after {
	clear: both
}

.w-video {
	width: 100%;
	position: relative;
	padding: 0
}

.w-video iframe,
.w-video object,
.w-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0
}

button,
html input[type="button"],
input[type="reset"] {
	border: 0;
	cursor: pointer;
	-webkit-appearance: button
}

.w-form {
	margin: 0 0 15px
}

.w-form-done {
	display: none;
	padding: 20px;
	text-align: center;
	background-color: #dddddd
}

.w-form-fail {
	display: none;
	margin-top: 10px;
	padding: 10px;
	background-color: #ffdede
}

label {
	display: block;
	margin-bottom: 5px;
	font-weight: bold
}

.w-input,
.w-select {
	display: block;
	width: 100%;
	height: 38px;
	padding: 8px 12px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #333333;
	vertical-align: middle;
	background-color: #ffffff;
	border: 1px solid #cccccc
}

.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
	color: #999
}

.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
	color: #999;
	opacity: 1
}

.w-input:-ms-input-placeholder,
.w-select:-ms-input-placeholder {
	color: #999
}

.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
	color: #999
}

.w-input:focus,
.w-select:focus {
	border-color: #3898EC;
	outline: 0
}

.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
	cursor: not-allowed;
	background-color: #eeeeee
}

textarea.w-input,
textarea.w-select {
	height: auto
}

.w-select {
	background-color: #f3f3f3
}

.w-select[multiple] {
	height: auto
}

.w-form-label {
	display: inline-block;
	cursor: pointer;
	font-weight: normal;
	margin-bottom: 0px
}

.w-radio {
	display: block;
	margin-bottom: 5px;
	padding-left: 20px
}

.w-radio:before,
.w-radio:after {
	content: " ";
	display: table;
	grid-column-start: 1;
	grid-row-start: 1;
	grid-column-end: 2;
	grid-row-end: 2
}

.w-radio:after {
	clear: both
}

.w-radio-input {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal;
	float: left;
	margin-left: -20px
}

.w-radio-input {
	margin-top: 3px
}

.w-file-upload {
	display: block;
	margin-bottom: 10px
}

.w-file-upload-input {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -100
}

.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
	display: inline-block;
	color: #333333
}

.w-file-upload-error {
	display: block;
	margin-top: 10px
}

.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
	display: none
}

.w-file-upload-uploading-btn {
	display: flex;
	font-size: 14px;
	font-weight: normal;
	cursor: pointer;
	margin: 0;
	padding: 8px 12px;
	border: 1px solid #cccccc;
	background-color: #fafafa
}

.w-file-upload-file {
	display: flex;
	flex-grow: 1;
	justify-content: space-between;
	margin: 0;
	padding: 8px 9px 8px 11px;
	border: 1px solid #cccccc;
	background-color: #fafafa
}

.w-file-upload-file-name {
	font-size: 14px;
	font-weight: normal;
	display: block
}

.w-file-remove-link {
	margin-top: 3px;
	margin-left: 10px;
	width: auto;
	height: auto;
	padding: 3px;
	display: block;
	cursor: pointer
}

.w-icon-file-upload-remove {
	margin: auto;
	font-size: 10px
}

.w-file-upload-error-msg {
	display: inline-block;
	color: #ea384c;
	padding: 2px 0
}

.w-file-upload-info {
	display: inline-block;
	line-height: 38px;
	padding: 0 12px
}

.w-file-upload-label {
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	cursor: pointer;
	margin: 0;
	padding: 8px 12px;
	border: 1px solid #cccccc;
	background-color: #fafafa
}

.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
	display: inline-block;
	margin-right: 8px;
	width: 20px
}

.w-icon-file-upload-uploading {
	height: 20px
}

.w-container {
	margin-left: auto;
	margin-right: auto;
	max-width: 940px
}

.w-container:before,
.w-container:after {
	content: " ";
	display: table;
	grid-column-start: 1;
	grid-row-start: 1;
	grid-column-end: 2;
	grid-row-end: 2
}

.w-container:after {
	clear: both
}

.w-container .w-row {
	margin-left: -10px;
	margin-right: -10px
}

.w-row:before,
.w-row:after {
	content: " ";
	display: table;
	grid-column-start: 1;
	grid-row-start: 1;
	grid-column-end: 2;
	grid-row-end: 2
}

.w-row:after {
	clear: both
}

.w-row .w-row {
	margin-left: 0;
	margin-right: 0
}

.w-col {
	position: relative;
	float: left;
	width: 100%;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px
}

.w-col .w-col {
	padding-left: 0;
	padding-right: 0
}

.w-col-1 {
	width: 8.33333333%
}

.w-col-2 {
	width: 16.66666667%
}

.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%
}

.w-col-11 {
	width: 91.66666667%
}

.w-col-12 {
	width: 100%
}

.w-hidden-main {
	display: none !important
}

@media screen and (max-width: 991px) {
	.w-container {
		max-width: 728px
	}

	.w-hidden-main {
		display: inherit !important
	}

	.w-hidden-medium {
		display: none !important
	}

	.w-col-medium-1 {
		width: 8.33333333%
	}

	.w-col-medium-2 {
		width: 16.66666667%
	}

	.w-col-medium-3 {
		width: 25%
	}

	.w-col-medium-4 {
		width: 33.33333333%
	}

	.w-col-medium-5 {
		width: 41.66666667%
	}

	.w-col-medium-6 {
		width: 50%
	}

	.w-col-medium-7 {
		width: 58.33333333%
	}

	.w-col-medium-8 {
		width: 66.66666667%
	}

	.w-col-medium-9 {
		width: 75%
	}

	.w-col-medium-10 {
		width: 83.33333333%
	}

	.w-col-medium-11 {
		width: 91.66666667%
	}

	.w-col-medium-12 {
		width: 100%
	}

	.w-col-stack {
		width: 100%;
		left: auto;
		right: auto
	}
}

@media screen and (max-width: 767px) {
	.w-hidden-main {
		display: inherit !important
	}

	.w-hidden-medium {
		display: inherit !important
	}

	.w-hidden-small {
		display: none !important
	}

	.w-row,
	.w-container .w-row {
		margin-left: 0;
		margin-right: 0
	}

	.w-col {
		width: 100%;
		left: auto;
		right: auto
	}

	.w-col-small-1 {
		width: 8.33333333%
	}

	.w-col-small-2 {
		width: 16.66666667%
	}

	.w-col-small-3 {
		width: 25%
	}

	.w-col-small-4 {
		width: 33.33333333%
	}

	.w-col-small-5 {
		width: 41.66666667%
	}

	.w-col-small-6 {
		width: 50%
	}

	.w-col-small-7 {
		width: 58.33333333%
	}

	.w-col-small-8 {
		width: 66.66666667%
	}

	.w-col-small-9 {
		width: 75%
	}

	.w-col-small-10 {
		width: 83.33333333%
	}

	.w-col-small-11 {
		width: 91.66666667%
	}

	.w-col-small-12 {
		width: 100%
	}
}

@media screen and (max-width: 479px) {
	.w-container {
		max-width: none
	}

	.w-hidden-main {
		display: inherit !important
	}

	.w-hidden-medium {
		display: inherit !important
	}

	.w-hidden-small {
		display: inherit !important
	}

	.w-hidden-tiny {
		display: none !important
	}

	.w-col {
		width: 100%
	}

	.w-col-tiny-1 {
		width: 8.33333333%
	}

	.w-col-tiny-2 {
		width: 16.66666667%
	}

	.w-col-tiny-3 {
		width: 25%
	}

	.w-col-tiny-4 {
		width: 33.33333333%
	}

	.w-col-tiny-5 {
		width: 41.66666667%
	}

	.w-col-tiny-6 {
		width: 50%
	}

	.w-col-tiny-7 {
		width: 58.33333333%
	}

	.w-col-tiny-8 {
		width: 66.66666667%
	}

	.w-col-tiny-9 {
		width: 75%
	}

	.w-col-tiny-10 {
		width: 83.33333333%
	}

	.w-col-tiny-11 {
		width: 91.66666667%
	}

	.w-col-tiny-12 {
		width: 100%
	}
}

.w-widget {
	position: relative
}

.w-widget-map {
	width: 100%;
	height: 400px
}

.w-widget-map label {
	width: auto;
	display: inline
}

.w-widget-map img {
	max-width: inherit
}

.w-widget-map .gm-style-iw {
	text-align: center
}

.w-widget-map .gm-style-iw>button {
	display: none !important
}

.w-widget-twitter {
	overflow: hidden
}

.w-widget-twitter-count-shim {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 28px;
	height: 20px;
	text-align: center;
	background: white;
	border: #758696 solid 1px;
	border-radius: 3px
}

.w-widget-twitter-count-shim * {
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
	position: relative;
	font-size: 15px;
	line-height: 12px;
	text-align: center;
	color: #999;
	font-family: serif
}

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
	position: relative;
	display: block
}

.w-widget-twitter-count-shim.w--large {
	width: 36px;
	height: 28px
}

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
	font-size: 18px;
	line-height: 18px
}

.w-widget-twitter-count-shim:not(.w--vertical) {
	margin-left: 5px;
	margin-right: 8px
}

.w-widget-twitter-count-shim.w--large:not(.w--vertical) {
	margin-left: 6px
}

.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
	top: 50%;
	left: 0;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
	border-color: rgba(117, 134, 150, 0);
	border-right-color: #5d6c7b;
	border-width: 4px;
	margin-left: -9px;
	margin-top: -4px
}

.w-widget-twitter-count-shim.w--large:not(.w--vertical):before {
	border-width: 5px;
	margin-left: -10px;
	margin-top: -5px
}

.w-widget-twitter-count-shim:not(.w--vertical):after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: white;
	border-width: 4px;
	margin-left: -8px;
	margin-top: -4px
}

.w-widget-twitter-count-shim.w--large:not(.w--vertical):after {
	border-width: 5px;
	margin-left: -9px;
	margin-top: -5px
}

.w-widget-twitter-count-shim.w--vertical {
	width: 61px;
	height: 33px;
	margin-bottom: 8px
}

.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none
}

.w-widget-twitter-count-shim.w--vertical:before {
	border-color: rgba(117, 134, 150, 0);
	border-top-color: #5d6c7b;
	border-width: 5px;
	margin-left: -5px
}

.w-widget-twitter-count-shim.w--vertical:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: white;
	border-width: 4px;
	margin-left: -4px
}

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
	font-size: 18px;
	line-height: 22px
}

.w-widget-twitter-count-shim.w--vertical.w--large {
	width: 76px
}

.w-widget-gplus {
	overflow: hidden
}

.w-background-video {
	position: relative;
	overflow: hidden;
	height: 500px;
	color: white
}

.w-background-video>video {
	background-size: cover;
	background-position: 50% 50%;
	position: absolute;
	margin: auto;
	width: 100%;
	height: 100%;
	right: -100%;
	bottom: -100%;
	top: -100%;
	left: -100%;
	object-fit: cover;
	z-index: -100
}

.w-background-video>video::-webkit-media-controls-start-playback-button {
	display: none !important;
	-webkit-appearance: none
}

.w-slider {
	position: relative;
	height: 300px;
	text-align: center;
	background: #dddddd;
	clear: both;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0)
}

.w-slider-mask {
	position: relative;
	display: block;
	overflow: hidden;
	z-index: 1;
	left: 0;
	right: 0;
	height: 100%;
	white-space: nowrap
}

.w-slide {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 100%;
	white-space: normal;
	text-align: left
}

.w-slider-nav {
	position: absolute;
	z-index: 2;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	padding-top: 10px;
	height: 40px;
	text-align: center;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0)
}

.w-slider-nav.w-round>div {
	border-radius: 100%
}

.w-slider-nav.w-num>div {
	width: auto;
	height: auto;
	padding: 0.2em 0.5em;
	font-size: inherit;
	line-height: inherit
}

.w-slider-nav.w-shadow>div {
	box-shadow: 0 0 3px rgba(51, 51, 51, 0.4)
}

.w-slider-nav-invert {
	color: #fff
}

.w-slider-nav-invert>div {
	background-color: rgba(34, 34, 34, 0.4)
}

.w-slider-nav-invert>div.w-active {
	background-color: #222
}

.w-slider-dot {
	position: relative;
	display: inline-block;
	width: 1em;
	height: 1em;
	background-color: rgba(255, 255, 255, 0.4);
	cursor: pointer;
	margin: 0 3px 0.5em;
	transition: background-color 100ms, color 100ms
}

.w-slider-dot.w-active {
	background-color: #fff
}

.w-slider-dot:focus {
	outline: none;
	box-shadow: 0px 0px 0px 2px #fff
}

.w-slider-dot.w-active:focus {
	box-shadow: none
}

.w-slider-arrow-left,
.w-slider-arrow-right {
	position: absolute;
	width: 80px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	cursor: pointer;
	overflow: hidden;
	color: white;
	font-size: 40px;
	-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
}

.w-slider-arrow-left [class^="w-icon-"],
.w-slider-arrow-right [class^="w-icon-"],
.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-right [class*=" w-icon-"] {
	position: absolute
}

.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
	outline: 0
}

.w-slider-arrow-left {
	z-index: 3;
	right: auto
}

.w-slider-arrow-right {
	z-index: 4;
	left: auto
}

.w-icon-slider-left,
.w-icon-slider-right {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 1em;
	height: 1em
}

.w-slider-aria-label {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.w-dropdown {
	display: inline-block;
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	z-index: 900
}

.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
	position: relative;
	vertical-align: top;
	text-decoration: none;
	color: #222222;
	padding: 20px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	white-space: nowrap
}

.w-dropdown-toggle {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: inline-block;
	cursor: pointer;
	padding-right: 40px
}

.w-dropdown-toggle:focus {
	outline: 0
}

.w-icon-dropdown-toggle {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	margin-right: 20px;
	width: 1em;
	height: 1em
}

.w-dropdown-list {
	position: absolute;
	background: #dddddd;
	display: none;
	min-width: 100%
}

.w-dropdown-list.w--open {
	display: block
}

.w-dropdown-link {
	padding: 10px 20px;
	display: block;
	color: #222222
}

.w-dropdown-link.w--current {
	color: #0082f3
}

.w-dropdown-link:focus {
	outline: 0
}

@media screen and (max-width: 767px) {
	.w-nav-brand {
		padding-left: 10px
	}
}

.w-lightbox-backdrop {
	color: #000;
	cursor: auto;
	font-family: serif;
	font-size: medium;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: normal;
	list-style: disc;
	text-align: start;
	text-indent: 0;
	text-shadow: none;
	text-transform: none;
	visibility: visible;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	color: #fff;
	font-family: inherit;
	font-size: 17px;
	line-height: 1.2;
	font-weight: 300;
	text-align: center;
	background: rgba(0, 0, 0, 0.9);
	z-index: 2000;
	outline: 0;
	opacity: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-transform: translate(0, 0)
}

.w-lightbox-backdrop,
.w-lightbox-container {
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch
}

.w-lightbox-content {
	position: relative;
	height: 100vh;
	overflow: hidden
}

.w-lightbox-view {
	position: absolute;
	width: 100vw;
	height: 100vh;
	opacity: 0
}

.w-lightbox-view:before {
	content: "";
	height: 100vh
}

.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
	height: 86vh
}

.w-lightbox-frame,
.w-lightbox-view:before {
	display: inline-block;
	vertical-align: middle
}

.w-lightbox-figure {
	position: relative;
	margin: 0
}

.w-lightbox-group .w-lightbox-figure {
	cursor: pointer
}

.w-lightbox-img {
	width: auto;
	height: auto;
	max-width: none
}

.w-lightbox-image {
	display: block;
	float: none;
	max-width: 100vw;
	max-height: 100vh
}

.w-lightbox-group .w-lightbox-image {
	max-height: 86vh
}

.w-lightbox-caption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: .5em 1em;
	background: rgba(0, 0, 0, 0.4);
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.w-lightbox-embed {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.w-lightbox-control {
	position: absolute;
	top: 0;
	width: 4em;
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s
}

.w-lightbox-left {
	display: none;
	bottom: 0;
	left: 0;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==")
}

.w-lightbox-right {
	display: none;
	right: 0;
	bottom: 0;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+")
}

.w-lightbox-close {
	right: 0;
	height: 2.6em;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
	background-size: 18px
}

.w-lightbox-strip {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 1vh;
	line-height: 0;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden
}

.w-lightbox-item {
	display: inline-block;
	width: 10vh;
	padding: 2vh 1vh;
	box-sizing: content-box;
	cursor: pointer;
	-webkit-transform: translate3d(0, 0, 0)
}

.w-lightbox-active {
	opacity: .3
}

.w-lightbox-thumbnail {
	position: relative;
	height: 10vh;
	background: #222;
	overflow: hidden
}

.w-lightbox-thumbnail-image {
	position: absolute;
	top: 0;
	left: 0
}

.w-lightbox-thumbnail .w-lightbox-tall {
	top: 50%;
	width: 100%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

.w-lightbox-thumbnail .w-lightbox-wide {
	left: 50%;
	height: 100%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0)
}

.w-lightbox-spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	border: 5px solid rgba(0, 0, 0, 0.4);
	border-radius: 50%;
	-webkit-animation: spin .8s infinite linear;
	animation: spin .8s infinite linear
}

.w-lightbox-spinner:after {
	content: "";
	position: absolute;
	top: -4px;
	right: -4px;
	bottom: -4px;
	left: -4px;
	border: 3px solid transparent;
	border-bottom-color: #fff;
	border-radius: 50%
}

.w-lightbox-hide {
	display: none
}

.w-lightbox-noscroll {
	overflow: hidden
}

@media (min-width: 768px) {
	.w-lightbox-content {
		height: 96vh;
		margin-top: 2vh
	}

	.w-lightbox-view,
	.w-lightbox-view:before {
		height: 96vh
	}

	.w-lightbox-group,
	.w-lightbox-group .w-lightbox-view,
	.w-lightbox-group .w-lightbox-view:before {
		height: 84vh
	}

	.w-lightbox-image {
		max-width: 96vw;
		max-height: 96vh
	}

	.w-lightbox-group .w-lightbox-image {
		max-width: 82.3vw;
		max-height: 84vh
	}

	.w-lightbox-left,
	.w-lightbox-right {
		display: block;
		opacity: .5
	}

	.w-lightbox-close {
		opacity: .8
	}

	.w-lightbox-control:hover {
		opacity: 1
	}
}

.w-lightbox-inactive,
.w-lightbox-inactive:hover {
	opacity: 0
}

.w-richtext:before,
.w-richtext:after {
	content: " ";
	display: table;
	grid-column-start: 1;
	grid-row-start: 1;
	grid-column-end: 2;
	grid-row-end: 2
}

.w-richtext:after {
	clear: both
}

.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
	white-space: initial
}

.w-richtext ol,
.w-richtext ul {
	overflow: hidden
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after {
	outline: 2px solid #2895f7
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
	outline: 2px solid #2895f7
}

.w-richtext figure.w-richtext-figure-type-video>div:after,
.w-richtext figure[data-rt-type="video"]>div:after {
	content: '';
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}

.w-richtext figure {
	position: relative;
	max-width: 60%
}

.w-richtext figure>div:before {
	cursor: default !important
}

.w-richtext figure img {
	width: 100%
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
	opacity: 0.6
}

.w-richtext figure div {
	font-size: 0px;
	color: transparent
}

.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
	display: table
}

.w-richtext figure.w-richtext-figure-type-image>div,
.w-richtext figure[data-rt-type="image"]>div {
	display: inline-block
}

.w-richtext figure.w-richtext-figure-type-image>figcaption,
.w-richtext figure[data-rt-type="image"]>figcaption {
	display: table-caption;
	caption-side: bottom
}

.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
	width: 60%;
	height: 0
}

.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.w-richtext figure.w-richtext-figure-type-video>div,
.w-richtext figure[data-rt-type="video"]>div {
	width: 100%
}

.w-richtext figure.w-richtext-align-center {
	margin-right: auto;
	margin-left: auto;
	clear: both
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image>div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"]>div {
	max-width: 100%
}

.w-richtext figure.w-richtext-align-normal {
	clear: both
}

.w-richtext figure.w-richtext-align-fullwidth {
	width: 100%;
	max-width: 100%;
	text-align: center;
	clear: both;
	display: block;
	margin-right: auto;
	margin-left: auto
}

.w-richtext figure.w-richtext-align-fullwidth>div {
	display: inline-block;
	padding-bottom: inherit
}

.w-richtext figure.w-richtext-align-fullwidth>figcaption {
	display: block
}

.w-richtext figure.w-richtext-align-floatleft {
	float: left;
	margin-right: 15px;
	clear: none
}

.w-richtext figure.w-richtext-align-floatright {
	float: right;
	margin-left: 15px;
	clear: none
}

.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;
	color: #333333
}

.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-link.w--current {
	color: #0082f3
}

.w-nav-menu {
	position: relative;
	float: right
}

[data-nav-menu-open] {
	display: block !important;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #C8C8C8;
	text-align: center;
	overflow: visible;
	min-width: 200px
}

.w--nav-link-open {
	display: block;
	position: relative
}

.w-nav-overlay {
	position: absolute;
	overflow: hidden;
	display: none;
	top: 100%;
	left: 0;
	right: 0;
	width: 100%
}

.w-nav-overlay [data-nav-menu-open] {
	top: 0
}

.w-nav[data-animation="over-left"] .w-nav-overlay {
	width: auto
}

.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] [data-nav-menu-open] {
	right: auto;
	z-index: 1;
	top: 0
}

.w-nav[data-animation="over-right"] .w-nav-overlay {
	width: auto
}

.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] [data-nav-menu-open] {
	left: auto;
	z-index: 1;
	top: 0
}

.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
}

.w-nav-button:focus {
	outline: 0
}

.w-nav-button.w--open {
	background-color: #C8C8C8;
	color: white
}

.w-nav[data-collapse="all"] .w-nav-menu {
	display: none
}

.w-nav[data-collapse="all"] .w-nav-button {
	display: block
}

.w--nav-dropdown-open {
	display: block
}

.w--nav-dropdown-toggle-open {
	display: block
}

.w--nav-dropdown-list-open {
	position: static
}

@media screen and (max-width: 991px) {
	.w-nav[data-collapse="medium"] .w-nav-menu {
		display: none
	}

	.w-nav[data-collapse="medium"] .w-nav-button {
		display: block
	}
}

@media screen and (max-width: 767px) {
	.w-nav[data-collapse="small"] .w-nav-menu {
		display: none
	}

	.w-nav[data-collapse="small"] .w-nav-button {
		display: block
	}

	.w-nav-brand {
		padding-left: 10px
	}
}

@media screen and (max-width: 479px) {
	.w-nav[data-collapse="tiny"] .w-nav-menu {
		display: none
	}

	.w-nav[data-collapse="tiny"] .w-nav-button {
		display: block
	}
}

.w-tabs {
	position: relative
}

.w-tabs:before,
.w-tabs:after {
	content: " ";
	display: table;
	grid-column-start: 1;
	grid-row-start: 1;
	grid-column-end: 2;
	grid-row-end: 2
}

.w-tabs:after {
	clear: both
}

.w-tab-menu {
	position: relative
}

.w-tab-link {
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	padding: 9px 30px;
	text-align: left;
	cursor: pointer;
	color: #222222;
	background-color: #dddddd
}

.w-tab-link.w--current {
	background-color: #C8C8C8
}

.w-tab-link:focus {
	outline: 0
}

.w-tab-content {
	position: relative;
	display: block;
	overflow: hidden
}

.w-tab-pane {
	position: relative;
	display: none
}

.w--tab-active {
	display: block
}

@media screen and (max-width: 479px) {
	.w-tab-link {
		display: block
	}
}

.w-ix-emptyfix:after {
	content: ""
}

@keyframes spin {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

.w-dyn-empty {
	padding: 10px;
	background-color: #dddddd
}

.w-dyn-hide {
	display: none !important
}

.w-dyn-bind-empty {
	display: none !important
}

.w-condition-invisible {
	display: none !important
}

.login {
	padding: 100px 0 180px
}

.login-button {
	background-image: url(/assets/google_btn-db4a793882c704ccf92535a3342a620f587447f29b00178ce6598155ca916ddc.png);
	display: block;
	margin: auto;
	width: 380px;
	height: 100px;
	background-repeat: no-repeat
}

.login-subtitle {
	margin: auto;
	margin-bottom: 30px;
	text-align: center
}

.user-agreement-link {
	display: inherit;
	text-align: center
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	background-color: transparent
}

a:active,
a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: bold
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: 0.67em 0
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

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

sup {
	top: -0.5em
}

sub {
	bottom: -0.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html input[type="button"],
input[type="reset"] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0
}

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

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: bold
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,
th {
	padding: 0
}

body {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400
}

h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	color: var(--black);
	font-size: 56px;
	line-height: 60px;
	font-weight: 700
}

h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	color: var(--black);
	font-size: 40px;
	line-height: 60px;
	font-weight: 700
}

h3 {
	margin-top: 0px;
	margin-bottom: 5px;
	color: var(--black);
	font-size: 30px;
	line-height: 42px;
	font-weight: 500
}

h4 {
	margin-top: 0px;
	margin-bottom: 5px;
	color: var(--black);
	font-size: 24px;
	line-height: 36px;
	font-weight: 500
}

h5 {
	margin-top: 0px;
	margin-bottom: 10px;
	color: var(--black);
	font-size: 21px;
	line-height: 30px;
	font-weight: 500
}

h6 {
	margin-top: 0px;
	margin-bottom: 0px;
	color: var(--black);
	font-size: 18px;
	line-height: 27px;
	font-weight: 500
}

p {
	margin-bottom: 0px;
	color: #5a6679
}

a {
	color: var(--color-primary);
	text-decoration: none
}

.nav-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-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
}

.navbar {
	display: block;
	width: 100%;
	padding: 15px 4%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	grid-auto-columns: 1fr;
	grid-column-gap: 16px;
	grid-row-gap: 16px;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: auto auto;
	grid-template-rows: auto auto;
	background-color: transparent
}

.navbar.inner {
	position: absolute
}

.nav-menu {
	display: none;
	float: right
}

.brand {
	position: relative;
	display: inline
}

.logo {
	margin-left: 0px
}

.nav-btn {
	padding: 8px 20px;
	border-radius: 4px;
	background-color: var(--color-primary);
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	text-decoration: none
}

.nav-btn:hover {
	background-color: var(--color-primary-dark)
}

.nav-btn.inner {
	background-color: #fff;
	color: var(--color-primary)
}

.cta-btn {
	padding: 8px 20px;
	border-radius: 4px;
	background-color: #f7c456;
	color: black;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	text-align: center;
	text-decoration: none
}

.cta-btn:hover {
	background-color: var(--color-primary-dark)
}

.cta-btn.inner {
	background-color: #fff;
	color: var(--color-primary)
}

.burger-1 {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 80px;
	height: 80px;
	-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: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 6px 6px 25px 0 rgba(40, 7, 128, 0.15);
	cursor: pointer
}

.b1-bar3 {
	width: 30px;
	height: 4px;
	background-color: #858eca
}

.b1-bar2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 30px;
	height: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
	-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;
	background-color: #858eca
}

.nav-cta {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	float: right;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	text-align: left
}

.head-links {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: 20%;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.nav-right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 58%;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end
}

.links-container {
	display: none
}

.nav-link {
	display: inline-block;
	height: 30px;
	margin-right: 20px;
	color: var(--black);
	font-size: 16px;
	line-height: 24px;
	text-decoration: none;
	text-transform: none
}

.nav-link:hover {
	border-bottom: 2px solid var(--color-primary)
}

.nav-link.w--current {
	color: #26a69a
}

.nav-link.inner {
	color: #fff
}

.nav-link.inner:hover {
	border-bottom-color: #fff
}

.nav-link.inner.w--current {
	border-bottom: 2px solid #fff
}

.container {
	display: block;
	width: 100%;
	max-width: 1170px;
	margin-right: auto;
	margin-left: auto
}

.b1-bar1 {
	width: 30px;
	height: 4px;
	background-color: #858eca
}

.hero {
	overflow: hidden;
	padding: 100px 4%
}

.hero.inner {
	padding-top: 3em;
	padding-bottom: 3em;
	background-color: var(--color-primary)
}

.hero-image {
	position: relative;
	display: block;
	overflow: visible;
	max-width: 50%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.image-hero {
	position: relative;
	right: 0px;
	overflow: visible;
	max-width: 115%
}

.hero-section {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	justify-items: stretch;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	grid-auto-columns: 1fr;
	grid-column-gap: 16px;
	grid-row-gap: 16px;
	-ms-grid-columns: 0.75fr 1fr;
	grid-template-columns: 0.75fr 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto
}

.hero-section.inner {
	-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;
	text-align: center
}

.primary-btn {
	padding: 0 !important;
	background-color: #eeeeee;
	box-shadow: none;
	color: #eeeeee;
	font-size: 18px;
	line-height: 27px;
	font-weight: 400;
	text-align: center;
	text-decoration: none
}

.primary-btn:hover {
	background-color: var(--color-primary-dark)
}

.primary-btn.full {
	width: 100%;
	padding-right: 10px;
	padding-left: 10px
}

.primary-btn.full.no-hover:hover {
	background-color: var(--color-primary)
}

.primary-btn.dark {
	padding-right: 25px;
	padding-left: 25px;
	background-color: var(--color-primary-dark)
}

.primary-btn.outline {
	border: 2px solid var(--color-primary);
	background-color: transparent;
	color: var(--color-primary)
}

.primary-btn.hover {
	-webkit-transition: all 100ms ease;
	transition: all 100ms ease
}

.primary-btn.hover:hover {
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03)
}

.primary-btn.subscribe {
	position: absolute;
	left: auto;
	top: 0%;
	right: 0%;
	bottom: 0%
}

.div-t30 {
	margin-top: 30px
}

.display {
	font-size: 18px;
	line-height: 27px;
	text-align: left
}

.lightbox-link {
	width: 170px;
	height: 70px;
	-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;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease
}

.lightbox-link:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.video-box {
	position: absolute;
	left: 9%;
	top: 0%;
	right: 0%;
	bottom: 8%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-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
}

.body {
	padding-right: 4%;
	padding-bottom: 100px;
	padding-left: 4%
}

.content-block {
	color: black;
	padding-top: 100px
}

.content-block.green {
	margin-top: 100px;
	padding-right: 100px;
	padding-bottom: 100px;
	padding-left: 100px;
	border-radius: 10px;
	background-color: #eee;
	border: 4px solid var(--color-primary);
}

.title-block {
	padding-bottom: 60px
}

.title-block._2 {
	padding-bottom: 40px
}

.center {
	text-align: center
}

.center.white {
	font-weight: 500
}

.client-block {
	display: -ms-grid;
	display: grid;
	width: 100%;
	max-width: 970px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	grid-auto-columns: 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
	-ms-grid-columns: 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	-ms-grid-rows: auto auto auto;
	grid-template-rows: auto auto auto
}

.how-it-works {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

.how-it-works.mob-hidden {
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.left-menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 32%;
	margin-right: 2.5%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.how-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
	padding: 30px;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	background-color: transparent;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	color: var(--black)
}

.how-block.w--current {
	position: relative;
	z-index: 1;
	border-bottom-style: none;
	border-radius: 6px;
	background-color: var(--color-primary);
	box-shadow: 0 20px 46px 0 rgba(0, 0, 0, 0.1);
	color: #fff
}

.div-icon {
	margin-top: -5px;
	margin-right: 20px
}

.right-content {
	overflow: visible;
	width: 65.5%
}

.step-title {
	margin-bottom: 5px;

	font-size: 24px;
	line-height: 36px;
	font-weight: 500
}

.step-detail.mob-hidden {
	overflow: hidden
}

.hiw.mob-visible {
	display: none
}

.quotes {
	width: 770px;
	height: 300px;
	margin-right: auto;
	margin-left: auto;
	background-color: transparent
}

.quote {
	font-size: 2em;
	line-height: 1.2em;
	text-align: center
}

.client-name {
	color: darkgray;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}

.hidden {
	display: none
}

.client-img {
	height: 60px;
	margin-right: 15px;
	border-radius: 100px
}

.client {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 30px;
	-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
}

.white {
	color: #fff
}

.sub-title {
	margin-bottom: 10px;
	font-size: 2em;
	line-height: 27px;
	text-align: center;
}

.features-block {
	display: -ms-grid;
	display: grid;
	grid-auto-columns: 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	-ms-grid-rows: auto auto;
	grid-template-rows: auto auto
}

.feat-icon {
	margin-bottom: 10px
}

.pricing {
	padding: 100px 4%;
	background-color: white
}

.plan-full {
	text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.plans-block {
	display: -ms-grid;
	display: grid;
	grid-auto-columns: 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
}

.plan {
	position: relative;
	padding: 30px;
	border-radius: 6px;
	background-color: #eeeeee;
	align-content: center;
}

.plan:hover {
	box-shadow: none
}

.normal {

	font-weight: 400
}

.feat-list {
	margin-top: 30px;
	margin-bottom: 30px;
}

.feat-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.tick-icon {
	margin-right: 10px
}

.plan-btn {
	position: absolute;
	left: 0%;
	top: auto;
	right: 0%;
	bottom: 30px;
	padding-right: 30px;
	padding-left: 30px
}

.footer {
	padding: 100px 4% 50px;
	/* background-color: var(--color-primary-dark) */
}

.footer-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 60px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

.pc-logo-white {
	margin-bottom: 20px
}

.foot-left {
	width: 50%
}

.foot-inner {
	width: 50%
}

.foot-right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 50%;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

.foot-column {
	width: 29%
}

.links-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 30px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

.foot-link {
	display: inline-block;
	margin-bottom: 15px;
	color: #000;
	text-decoration: none
}

.foot-link:hover {
	text-decoration: underline
}

.copyright-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-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
}

.copy-text {
	color: darkgray;
	font-size: 14px;
	line-height: 21px
}

.copy-text.link {
	margin-left: 15px;
	text-decoration: none
}

.copy-text.link:hover {
	text-decoration: underline
}

.para-block {
	width: 100%;
	max-width: 770px;
	margin-right: auto;
	margin-left: auto;
	text-align: center
}

.content {
	padding-right: 4%;
	padding-bottom: 100px;
	padding-left: 4%
}

.grey {
	position: relative;
	padding-right: 4%;
	padding-bottom: 100px;
	padding-left: 4%;
	background-color: #f5f7f7
}

.team-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.member-block {
	max-width: 430px;
	margin-bottom: 40px;
	text-align: center;
	padding-right: 50px;
	padding-left: 50px
}

.team-img {
	height: 120px;
	margin-bottom: 20px;
	border-radius: 100px
}

.social-link {
	margin-right: 5px;
	margin-left: 5px
}

.member-info {
	margin-bottom: 20px
}

.symbol-block {
	position: absolute;
	left: 0%;
	top: -30px;
	right: 0%;
	bottom: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-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: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.text-field {
	height: 60px;
	margin-right: 15px;
	margin-bottom: 0px;
	padding-right: 120px;
	padding-left: 20px;
	border: 0px solid #000;
	border-radius: 4px;
	background-color: #ecf3f3;
	color: var(--color-primary);
	font-size: 18px;
	line-height: 27px;
	font-weight: 400
}

.text-field::-webkit-input-placeholder {
	color: #9caabb
}

.text-field:-ms-input-placeholder {
	color: #9caabb
}

.text-field::-ms-input-placeholder {
	color: #9caabb
}

.text-field::placeholder {
	color: #9caabb
}

.field-wrap {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 500px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.note-text {
	color: #9caabb;
	font-size: 14px;
	line-height: 21px
}

.success-message {
	background-color: #b0e2c9;
	color: var(--color-primary)
}

.error-text {
	color: #cc4c75;
	font-size: 14px;
	line-height: 21px
}

.newsletter {
	padding: 100px 4%
}

.form-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	-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: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.spacing-10 {
	padding-top: 5px;
	padding-bottom: 5px
}

.faq-block {
	width: 100%;
	max-width: 870px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 6px;
	background-color: #fff;
	box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1)
}

.faq-item {
	overflow: hidden
}

.faq-question {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 27px 30px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	border-top: 1px solid #f0f0f0;
	cursor: pointer
}

.no-cap {
	font-size: 18px;
	line-height: 27px;
	text-align: left;
	text-transform: none
}

.icon.accordion-icon {
	height: 13px;
	margin-top: 7px;
	margin-right: 0px;
	margin-left: 15px;
	padding-right: 1px;
	padding-left: 1px;
	cursor: pointer
}

.faq-item-content {
	padding: 20px 30px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 auto;
	-ms-flex: 0 auto;
	flex: 0 auto;
	background-color: #f5f7f7
}

.left {
	text-align: left
}

.faq-ans {
	overflow: hidden
}

.padding-bottom-40 {
	margin-bottom: 40px
}

.padding-bottom-10 {
	margin-bottom: 10px
}

.text-link:hover {
	text-decoration: underline
}

.no-ovf {
	overflow: hidden
}

@media screen and (max-width: 991px) {
	.navbar {
		display: block
	}

	.nav-menu {
		position: absolute;
		display: none;
		float: none
	}

	.nav-btn {
		width: 100%;
		padding-top: 13px;
		padding-bottom: 13px
	}

	.burger-1 {
		width: auto;
		height: auto;
		padding: 10px;
		border-radius: 0px;
		background-color: transparent;
		box-shadow: none
	}

	.menu {
		display: block;
		padding: 0px
	}

	.menu.w--open {
		border-radius: 2px;
		background-color: transparent
	}

	.nav-cta-block {
		padding: 20px 4%
	}

	.b1-bar3 {
		width: 25px;
		height: 2px;
		margin-top: 3px;
		margin-bottom: 3px;
		background-color: var(--black)
	}

	.b1-bar3.inner {
		background-color: #fff
	}

	.b1-bar2 {
		display: block;
		width: 25px;
		height: 2px;
		margin-top: 3px;
		margin-bottom: 3px;
		background-color: var(--black)
	}

	.b1-bar2.inner {
		background-color: #fff
	}

	.nav-cta {
		display: none
	}

	.head-links {
		display: none
	}

	.links-container {
		display: block;
		border-style: solid;
		border-width: 1px;
		border-color: #cdd9d8;
		background-color: #fff
	}

	.nav-link {
		display: block;
		height: auto;
		margin-right: 0px;
		padding-top: 11px;
		padding-bottom: 11px;
		padding-left: 4%;
		border-bottom: 1px solid #cdd9d8;
		text-align: left
	}

	.nav-link:hover {
		border-bottom-style: none;
		background-color: var(--color-primary);
		color: #fff
	}

	.b1-bar1 {
		width: 25px;
		height: 2px;
		margin-top: 3px;
		margin-bottom: 3px;
		background-color: var(--black)
	}

	.b1-bar1.inner {
		background-color: #fff
	}

	.hero {
		padding-top: 15px;
		padding-bottom: 15px
	}

	.hero-image {
		max-width: 100%;
		padding-top: 30px;
		padding-bottom: 20px;
		text-align: center
	}

	.image-hero {
		max-width: 85%;
		text-align: right
	}

	.hero-section {
		padding-left: 0%;
		-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
	}

	.value-prop {
		max-width: 100%;
		margin-bottom: 0px;
		padding: 60px 10% 0px;
		text-align: center
	}

	.video-box {
		left: 0%;
		bottom: 0%
	}

	.content-block.green {
		padding: 75px 40px
	}

	.client-logo.ui {
		background-size: contain
	}

	.client-logo.cg {
		background-size: contain
	}

	.client-logo.in {
		background-size: contain
	}

	.client-logo.fullstory {
		background-size: contain
	}

	.how-it-works {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.left-menu {
		width: 100%;
		margin-right: 0%;
		margin-bottom: 30px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}

	.how-block {
		width: 33%;
		margin-bottom: 0px;
		padding-right: 20px;
		padding-left: 20px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-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;
		border-bottom-style: none;
		text-align: center
	}

	.div-icon {
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 8px
	}

	.right-content {
		width: 100%;
		text-align: center
	}

	.illustration {
		width: 100%
	}

	.quotes {
		width: 100%
	}

	.plans-block {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.plan {
		margin-bottom: 30px
	}

	.plan:hover {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}

	.foot-left {
		width: 40%
	}

	.foot-inner {
		width: 75%
	}

	.foot-right {
		width: 60%
	}

	.form-newsletter {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-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: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}
}

@media screen and (max-width: 767px) {
	.nav-link {
		padding-right: 20px
	}

	.hero-image {
		-webkit-box-flex: 0;
		-webkit-flex: 0 auto;
		-ms-flex: 0 auto;
		flex: 0 auto
	}

	.image-hero {
		max-width: 100%
	}

	.hero-section {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		padding-left: 0%
	}

	.value-prop {
		max-width: 100%;
		padding-right: 4%;
		padding-left: 4%;
		text-align: center
	}

	.client-block {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.client-logo {
		width: 30%;
		margin-bottom: 30px
	}

	.client-logo.carta {
		height: 70px
	}

	.how-it-works.mob-hidden {
		display: none
	}

	.step-detail.mob-hidden {
		display: none
	}

	.hiw.mob-visible {
		display: block
	}

	.item {
		margin-bottom: 50px;
		text-align: center
	}

	.item-txt {
		margin-top: 20px
	}

	.quotes {
		width: 100%
	}

	.quote {
		font-size: 21px;
		line-height: 30px
	}

	.features-block {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr
	}

	.footer-block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.foot-left {
		width: 100%;
		margin-bottom: 40px
	}

	.foot-inner {
		width: 100%
	}

	.foot-right {
		width: 100%
	}

	.text-field {
		width: 100%
	}

	.field-wrap {
		max-width: 100%
	}

	.faq-question {
		padding-right: 20px;
		padding-left: 20px;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start
	}

	.icon.accordion-icon {
		margin-left: 10px
	}

	.faq-item-content {
		margin-right: 0px;
		padding-right: 20px;
		padding-left: 20px
	}
}

@media screen and (max-width: 479px) {
	h1 {
		font-size: 42px;
		line-height: 54px
	}

	h2 {
		font-size: 32px;
		line-height: 48px
	}

	h5 {
		font-size: 18px;
		line-height: 27px
	}

	.nav-link {
		padding-left: 6%
	}

	.hero.inner {
		padding-bottom: 75px
	}

	.hero-image {
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center
	}

	.image-hero {
		max-width: 150%;
		margin-left: -25%
	}

	.primary-btn {
		width: 100%
	}

	.primary-btn.subscribe {
		position: static
	}

	.body {
		padding-bottom: 60px
	}

	.content-block {
		padding-top: 60px
	}

	.content-block.green {
		padding: 60px 20px
	}

	.title-block.mob {
		padding-bottom: 40px
	}

	.client-block {
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around
	}

	.client-logo {
		width: 45%
	}

	.quotes {
		height: 440px
	}

	.client-name {
		font-size: 14px
	}

	.client-img {
		margin-right: 0px;
		margin-bottom: 15px
	}

	.client {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.white.mob {
		text-align: center
	}

	.sub-title {
		font-size: 2em;
		line-height: 2em;
	}

	.features-block {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.feat-block {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 30px;
		-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: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}

	.pricing {
		padding-top: 60px;
		padding-bottom: 60px
	}

	.plan {
		padding: 20px
	}

	.plan-btn {
		padding-right: 20px;
		padding-left: 20px
	}

	.footer {
		padding: 60px 6% 30px
	}

	.footer-block {
		margin-bottom: 20px
	}

	.foot-left {
		margin-bottom: 30px
	}

	.foot-right {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.foot-column {
		width: 50%;
		margin-bottom: 15px
	}

	.links-block {
		margin-top: 20px
	}

	.copyright-block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start
	}

	.copy-text.link {
		margin-right: 15px;
		margin-left: 0px
	}

	.copy-links {
		margin-bottom: 15px;
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1
	}

	.text-field {
		margin-right: 0px;
		margin-bottom: 10px
	}

	.field-wrap {
		-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
	}
}

#w-node-52783c5da48f-92e41815 {
	-ms-grid-column-align: end;
	justify-self: end;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	-ms-grid-row-align: auto;
	align-self: auto
}

.calendar-content {
	padding-top: 40px;
	padding-right: 2%;
	padding-bottom: 100px;
	padding-left: 2%
}

.calendar-container {
	display: block;
	width: 100%;
	margin-right: auto;
	margin-left: auto
}

.table-view-container {
	font-style: normal;
	background-color: white;
	color: #202223
}

.table-header {
	display: inline-block
}

.full-public-table-container {
	height: 85vh;
	width: 80%
}

.private-table-container {
	padding: 0 0 10px 0;
	margin: 20px 0 20px 0
}

.half-public-table-container {
	height: 80vh;
	width: 80%
}

.add-comp-button {
	float: right;
	display: inline-block
}

.download-button {
	float: right;
	display: inline-block
}

.filter-select {
	max-height: 80vh;
	overflow: auto
}

.nav-link {
	font-size: 14px;
	font-weight: normal
}

.nav-link:hover {
	color: inherit;
	text-decoration: none
}

.brand-link:hover {
	text-decoration: none
}

.table-tag {
	margin: 1px 3px 1px 0
}

.subscription-suggestion {
	margin-top: 10px;
	padding-left: 10px;
	margin-bottom: 10px
}

.glossary-entry {
	margin-bottom: 10px
}

.ticker-header {
	height: 32px;
	left: 297px;
	top: 47px;
	margin-bottom: 25px;
	color: #202223
}

.ticker-header-title {
	font-style: normal;
	font-weight: 800;
	font-size: 28px;
	line-height: 32px
}

.ticker-header-right {
	float: right
}

.section-header {
	font-weight: 500px;
	font-size: 28px;
	letter-spacing: 1px;
	color: #182026
}

.chart-section {
	margin-bottom: 40px
}

.search-checkbox-item {
	margin-left: 20px;
	margin-right: 0px !important;
	width: 260px;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #182026
}

.search-inner-checkbox-item {
	margin-left: 50px;
	margin-right: 0px !important;
	width: 260px;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #182026
}

.bp3-control input:checked~.bp3-control-indicator {
	background-color: var(--color-primary) !important
}

.bp3-control.bp3-checkbox input:checked~.bp3-control-indicator::before {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 5c-.28 0-.53.11-.71.29L7 9.59l-2.29-2.3a1.003 1.003 0 00-1.42 1.42l3 3c.18.18.43.29.71.29s.53-.11.71-.29l5-5A1.003 1.003 0 0012 5z' fill='white'/%3e%3c/svg%3e") !important
}

.bp3-control.bp3-checkbox input:checked~.bp3-control-indicator:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 5c-.28 0-.53.11-.71.29L7 9.59l-2.29-2.3a1.003 1.003 0 0 0-1.42 1.42l3 3c.18.18.43.29.71.29s.53-.11.71-.29l5-5A1.003 1.003 0 0 0 12 5z' fill='rgba(255,255,255,1)'/%3E%3C/svg%3E")
}

.search-menu {
	width: 900px;
	height: 600px;
	overflow: auto
}

.search-menu .bp3-heading {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	margin-left: 10px;
	text-transform: uppercase;
	color: #596464
}

.nav-search {
	display: inline-block
}

.search-select {
	padding: 9px 10px;
	background: #FFFFFF;
	display: inline-block;
	height: 40px;
	vertical-align: top;
	border: 1px solid #D4D6D7;
	box-sizing: border-box;
	border-radius: 4px;
	margin-left: 10px
}

.search-select .bp3-button {
	box-shadow: none !important;
	webkit-box-shadow: none !important;
	background-color: #FFFFFF !important;
	height: 22px;
	font-weight: normal;
	font-size: 15px;
	line-height: 22px;
	font-style: normal;
	min-height: 0 !important;
	padding: 0 !important
}

.nav-search .bp3-input {
	box-shadow: none !important;
	webkit-box-shadow: none !important;
	width: 530px !important;
	min-height: 40px;
	border: 1px solid #D4D6D7;
	box-sizing: border-box;
	border-radius: 4px;
	font-size: 15px;
	line-height: 22px;
	color: #858D8D
}

.search-menu .bp3-menu-header {
	border-top: none;
	margin-top: 20px;
	margin-bottom: 15px
}

.nav-search .bp3-tag {
	background: #E1E8ED;
	border-radius: 3px;
	padding: 2px 5px;
	line-height: 16px;
	font-size: 12px;
	font-weight: normal;
	color: #293742
}

.nav-search input {
	width: 0px !important
}

.chart-input {
	padding-left: 5px
}

.table {
	overflow-x: auto
}

.chart-container {
	display: inline-block;
	height: 300px;
	padding-top: 30px
}

.chart-title {
	padding-left: 5px;
	padding-bottom: 15px;
	display: inline-block;
	width: 100%;
	font-style: normal;
	font-weight: 600;
	font-size: 13px;
	line-height: 20px;
	color: #909293;
	letter-spacing: 0.5px;
	text-transform: uppercase
}

.select-filter-menu {
	background: #FFFFFF;
	border: 1px solid #E1E8ED;
	box-sizing: border-box;
	box-shadow: 0px 4px 10px rgba(92, 112, 128, 0.16);
	padding: 20px 20px 20px 20px;
	width: 300px;
	min-height: 20px;
	max-height: 600px;
	overflow-y: auto
}

.select-filter-item {
	background: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #182026;
	cursor: pointer;
	margin-bottom: 15px
}

.select-flilter-item input[type=checkbox] {
	background: linear-gradient(0deg, #fff, #fff);
	border: 1px solid #CDDDDD;
	box-sizing: border-box;
	border-radius: 3px
}

.select-filter-item input:checked {
	background-color: var(--color-primary) !important
}

.select-filter-item span {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #182026
}

.select-filter-header {
	font-style: normal;
	font-weight: normal;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	color: #596464;
	margin-bottom: 10px
}

.bp3-popover-arrow {
	display: none
}

.react-table-overall {
	border-spacing: 0;
	width: calc(100% + 60px);
	display: block;
	overflow: auto;
	margin-top: 35px
}

.react-table-thead {
	position: sticky;
	display: block;
	width: 100%;
	top: 0;
	z-index: 3
}

.react-table-tr-header {
	height: 30px;
	box-shadow: 0px 1px 0px rgba(87, 94, 94, 0.3);
	background: #EEF0F1;

	font-style: normal;
	font-weight: 600;
	font-size: 13px;
	color: #909293;
	text-transform: uppercase;
	height: 30px
}

.react-table-tr {
	height: 40px;
	z-index: 0;
	background: #FFFFFF
}

.react-table-tbody {
	display: block;
	overflow: visible;
	width: 100%
}

.react-table-tr-td {
	height: 40px;

	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	position: relative;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	z-index: 0
}

.react-table-sticky-column {
	height: 40px;

	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	position: relative;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	position: sticky;
	display: block;
	z-index: 2;
	left: 0;
	box-shadow: 1px 0px 0px rgba(87, 94, 94, 0.3);
	background: inherit
}

.react-table-cell {
	position: relative;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 3px 0px
}

.react-table-tr:nth-child(2n) {
	background: #F7F9FA
}

.react-table-header {
	margin: 0;
	text-align: left;
	position: relative;
	overflow: auto
}

.react-table-sticky-header {
	margin: 0;
	text-align: left;
	overflow: auto;
	position: sticky;
	z-index: 4;
	left: 0;
	background: #EEF0F1;
	box-shadow: 1px 1px 0px rgba(87, 94, 94, 0.3)
}

.react-table-link,
.react-table-link:hover {
	color: var(--color-primary);
	border-bottom: 1px solid var(--color-primary);
	padding-bottom: 2px;
	text-decoration: none;
	word-break: keep-all;
	text-overflow: ellipsis
}

.header-hover:hover+.header-menu,
.header-menu:hover {
	display: inline-block;
	z-index: 10
}

.header-hover {
	margin: 0;
	left: 0;
	padding-left: 20px;
	padding-right: 20px;
	position: absolute;
	width: 100%;
	height: 100%;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap
}

.header-menu {
	display: none;
	position: absolute;
	padding-top: 10
}

.header-button {
	display: inline-block;
	height: 15px;
	width: 15px;
	padding: 0;
	text-align: center
}

.header-tooltip {
	background: #404545;
	border-radius: 4px;
	color: #F5F8FA;
	padding: 5px 10px;
	text-align: center;

}

.header-hover:hover .header-tooltip {
	visibility: visible
}

.header-hover .header-arrow {
	visibility: hidden
}

.header-hover:hover .header-arrow {
	visibility: visible;
	vertical-align: middle
}

.table-tab-list {
	border-style: none;
	justify-content: center;
	display: flex;
	width: 100%;
	margin-bottom: 0px;
	margin-top: -10px
}

.table-tab {
	display: inline-block;
	border-style: none;
	bottom: -1px;
	position: relative;
	list-style: none;
	padding: 2px 12px;
	cursor: pointer;
	text-transform: uppercase;

	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	color: var(--color-primary)
}

.table-tab.react-tabs__tab--selected {
	background: var(--color-primary);
	color: white;
	border-radius: 4px
}

.dialog-slider {
	height: 105px;
	width: calc(100% - 40px);
	margin: 0px
}

.dialog-slider-title {
	width: 55%;
	display: inline-block;
	margin-top: 20px;
	margin-left: 5px;
	vertical-align: top;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	color: #292D2D
}

.dialog-slider-body {
	width: 40%;
	display: inline-block;
	margin-top: 35px
}

.dialog-slider-filter-none {
	font-weight: normal;
	font-size: 15px;
	line-height: 22px;
	color: #717777;
	padding-top: 10px
}

.dialog-slider-filter-set {
	font-weight: normal;
	font-size: 15px;
	line-height: 22px;
	color: var(--color-primary);
	padding-top: 10px
}

.dialog-slider-value {
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	color: #5C7080
}

.dialog-filter-input-group {
	display: inline-block
}

.dialog-filter-input {
	display: inline-block !important;
	box-sizing: none !important;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 22px;
	text-align: center;
	color: var(--color-primary);
	width: 70px
}

.dialog-filter-input .bp3-input-group {
	border-radius: 0px;
	box-sizing: none !important
}

.dialog-filter-input .bp3-input-group .bp3-input {
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 22px;
	text-align: center;
	color: var(--color-primary)
}

.filter-button {
	padding-left: 100px;
	height: 32px;
	background: #FFFFFF !important;
	border-radius: 100px !important;
	font-size: 15px;
	line-height: 22px;
	text-align: center;
	color: white
}

.filter-test {
	display: inline-block;
	float: right;
	padding-top: 3px
}

.suggested-card {
	position: absolute;
	z-index: 10;
	top: 0;
	width: 850px;

	padding: 10px 20px 10px 20px !important;
	margin-left: -5px
}

.suggested-heading {
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 20px;
	display: inline-block;
	padding-top: 3px;
	margin: 0;
	color: #858D8D
}

.suggested-comps-button {
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 20px;
	color: #292D2D;
	background: #EDF2F2 !important;
	margin: 0px 10px 10px 0px
}

.suggested-comps-button:hover {
	background: rgba(167, 182, 194, 0.3) !important
}

.background-highlight {
	text-align: center;
	vertical-align: middle;
	border-radius: 4px;
	display: inline-block;
	padding: 2px 6px 2px 6px
}

.quick-comps {
	width: 100%;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	padding: 0;
	background-color: white
}

.quick-comps-name {
	display: inline-block;
	width: 50%;
	font-size: 15px;
	line-height: 22px
}

.quick-comps-input {
	float: right !important;
	width: 50% !important;
	height: 100% !important;
	padding: 1px;
	margin: 0 !important
}

.quick-comps-footer {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	vertical-align: middle
}

.quick-comps-input .bp3-popover-target {
	width: 100% !important;
	background: white
}

.quick-comps-blurb {
	width: 500px;
	display: inline-block;
	background: rgba(23, 87, 87, 0.05);
	border-radius: 4px;
	padding: 15px;
	margin-bottom: 10px
}

.quick-comps-button {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	height: 24px;
	background: var(--color-primary) !important;
	border-radius: 3px;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	color: white
}

.quick-comps-footer .bp3-control {
	margin: 0 !important;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 22px;
	color: #292D2D
}

.quick-comps-submit {
	height: 40px;
	background: var(--color-primary) !important;
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 20px;
	color: #FFFFFF !important
}

.quick-comps-category-tag {
	background: var(--color-primary) !important
}

.action-row-charts {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: flex-start;

	border-bottom: 1px solid #EEF0F1
}

.chart-legend {
	margin: 15px 0px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-grow: 2
}

.chart-legend-label {
	display: inline-block;
	margin-left: 10px;
	margin-right: 5px;
	font-size: 13px;
	color: #575E5E
}

.chart-legend .bp3-control {
	margin: 0;
	padding: 0
}

.bp3-input-group.bp3-disabled.quick-comps-input .bp3-input {
	color: black !important;
	background: none !important
}

.bp3-input-group.bp3-disabled.quick-comps-input .bp3-input[value=""]::placeholder {
	color: white !important;
	opacity: 1
}

.select-categories-popover {
	max-height: 60vh;
	overflow-y: scroll !important
}

.category-dropdown {
	width: 33%;
	margin-right: 0px !important;
	display: block
}

.w-container {
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px
}

.w-container:before,
.w-container:after {
	content: " ";
	display: table;
	grid-column-start: 1;
	grid-row-start: 1;
	grid-column-end: 2;
	grid-row-end: 2
}

.w-container:after {
	clear: both
}

.w-container .w-row {
	margin-left: -10px;
	margin-right: -10px
}

.w-row:before,
.w-row:after {
	content: " ";
	display: table;
	grid-column-start: 1;
	grid-row-start: 1;
	grid-column-end: 2;
	grid-row-end: 2
}

.w-row:after {
	clear: both
}

.w-row .w-row {
	margin-left: 0;
	margin-right: 0
}

.w-col {
	position: relative;
	float: left;
	width: 100%;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px
}

.w-col .w-col {
	padding-left: 0;
	padding-right: 0
}

.w-col-1 {
	width: 8.33333333%
}

.w-col-2 {
	width: 16.66666667%
}

.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%
}

.w-col-11 {
	width: 91.66666667%
}

.w-col-12 {
	width: 100%
}

.w-hidden-main {
	display: none !important
}

@media screen and (max-width: 991px) {
	.w-container {
		max-width: 728px
	}

	.w-hidden-main {
		display: inherit !important
	}

	.w-hidden-medium {
		display: none !important
	}

	.w-col-medium-1 {
		width: 8.33333333%
	}

	.w-col-medium-2 {
		width: 16.66666667%
	}

	.w-col-medium-3 {
		width: 25%
	}

	.w-col-medium-4 {
		width: 33.33333333%
	}

	.w-col-medium-5 {
		width: 41.66666667%
	}

	.w-col-medium-6 {
		width: 50%
	}

	.w-col-medium-7 {
		width: 58.33333333%
	}

	.w-col-medium-8 {
		width: 66.66666667%
	}

	.w-col-medium-9 {
		width: 75%
	}

	.w-col-medium-10 {
		width: 83.33333333%
	}

	.w-col-medium-11 {
		width: 91.66666667%
	}

	.w-col-medium-12 {
		width: 100%
	}

	.w-col-stack {
		width: 100%;
		left: auto;
		right: auto
	}
}

@media screen and (max-width: 767px) {
	.w-hidden-main {
		display: inherit !important
	}

	.w-hidden-medium {
		display: inherit !important
	}

	.w-hidden-small {
		display: none !important
	}

	.w-row,
	.w-container .w-row {
		margin-left: 0;
		margin-right: 0
	}

	.w-col {
		width: 100%;
		left: auto;
		right: auto
	}

	.w-col-small-1 {
		width: 8.33333333%
	}

	.w-col-small-2 {
		width: 16.66666667%
	}

	.w-col-small-3 {
		width: 25%
	}

	.w-col-small-4 {
		width: 33.33333333%
	}

	.w-col-small-5 {
		width: 41.66666667%
	}

	.w-col-small-6 {
		width: 50%
	}

	.w-col-small-7 {
		width: 58.33333333%
	}

	.w-col-small-8 {
		width: 66.66666667%
	}

	.w-col-small-9 {
		width: 75%
	}

	.w-col-small-10 {
		width: 83.33333333%
	}

	.w-col-small-11 {
		width: 91.66666667%
	}

	.w-col-small-12 {
		width: 100%
	}
}

@media screen and (max-width: 479px) {
	.w-container {
		max-width: none
	}

	.w-hidden-main {
		display: inherit !important
	}

	.w-hidden-medium {
		display: inherit !important
	}

	.w-hidden-small {
		display: inherit !important
	}

	.w-hidden-tiny {
		display: none !important
	}

	.w-col {
		width: 100%
	}

	.w-col-tiny-1 {
		width: 8.33333333%
	}

	.w-col-tiny-2 {
		width: 16.66666667%
	}

	.w-col-tiny-3 {
		width: 25%
	}

	.w-col-tiny-4 {
		width: 33.33333333%
	}

	.w-col-tiny-5 {
		width: 41.66666667%
	}

	.w-col-tiny-6 {
		width: 50%
	}

	.w-col-tiny-7 {
		width: 58.33333333%
	}

	.w-col-tiny-8 {
		width: 66.66666667%
	}

	.w-col-tiny-9 {
		width: 75%
	}

	.w-col-tiny-10 {
		width: 83.33333333%
	}

	.w-col-tiny-11 {
		width: 91.66666667%
	}

	.w-col-tiny-12 {
		width: 100%
	}
}

.plan-data-points {
	min-height: 700px
}

.article-list {
	padding-left: 0px;
	padding-inline-start: 0px
}

.article-list a {
	color: inherit;
	cursor: pointer;
	text-decoration: none
}

.article-list img {
	object-fit: cover;
	margin-bottom: 1rem;
	width: 100%
}

.article-item {
	width: 80%;
	max-width: 700px;
	margin: 4rem auto;
	padding-bottom: 4rem;
	border-bottom: #EBF2F6 1px solid;
	word-wrap: break-word;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto
}

.blog-heading {
	text-align: center
}

.blog img {
	margin: 0 auto;
	display: block;
	width: 100%
}

.blog .author-img {
	display: inline;
	width: 45px;
	height: 45px;
	border-radius: 50%
}

.blog {
	font-size: 1.25rem;
	line-height: 1.5rem;
	letter-spacing: 0.05rem
}

.blog-author {
	margin-bottom: 30px
}

.blog-footer {
	margin: auto;
	margin-bottom: 60px;
	padding: 30px 0 0 0;
	border-top: #EBF2F6 1px solid
}

.customer-logo {
	display: block;
	margin: auto;
	width: 300px;
	height: 300px
}

.customer-logo-sound {
	display: block;
	margin: auto;
	margin-top: 50px;
	width: 200px;
	height: 200px
}

.financials-table {
	font-size: 12px;
	margin-top: 20px;
	background-color: white;
	padding: 70px 35px 0 35px
}

.financials-table td {
	padding: 0 10px 0 10px
}

.financials-header {
	background-color: #EEF5F5;
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	line-height: 22px;
	height: 32px
}

.financials-table-tr {
	background-color: #EEF0F1;
	height: 30px;
	font-style: normal;
	font-weight: 600;
	font-size: 13px;
	line-height: 20px;
	width: 150px;
	color: #667171;
	text-transform: uppercase;
	box-shadow: 0px 1px 0px rgba(87, 94, 94, 0.3)
}

.financials-quarter-table {}

.financials-table-thead {
	position: sticky;
	top: 0;
	z-index: 5
}

.financials-table-td-name {
	width: 300px;
	padding-left: 43px;
	font-size: 15px;
	position: sticky;
	left: 0;
	z-index: 3;
	background: #FFFFFF;
	box-shadow: 1px 0px 0px rgba(87, 94, 94, 0.3)
}

.financials-table-rows {
	height: 40px
}

.financials-table-cells {
	padding-right: 23px;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 22px;
	color: #1C2020;
	text-align: right
}

.financials-table-sub-header {
	text-align: left;
	padding-left: 23px;
	position: sticky;
	left: 0;
	z-index: 3;
	box-shadow: 1px 0px 0px rgba(87, 94, 94, 0.3)
}

.financials-table-sticky-th {
	text-align: left;
	left: 0;
	padding-left: 23px;
	position: sticky;
	z-index: 6;
	background-color: #EEF0F1;
	box-shadow: 1px 1px 0px rgba(87, 94, 94, 0.3)
}

.financials-table-th {
	text-align: right;
	padding-right: 23px;
	box-shadow: 0px 1px 0px rgba(87, 94, 94, 0.3)
}

.table-extended {
	width: calc(100% + 60px)
}

.right-sidebar {
	position: fixed;
	background-color: white;
	top: 0;
	right: 0;
	bottom: 0;
	width: 360px;
	z-index: 21;
	overflow-y: auto
}

.drawer-panel {
	border: 1px solid rgba(23, 87, 87, 0.08);
	border-radius: 4px;
	margin-bottom: 10px
}

.drawer-header {
	color: #202223;
	font-size: 26px;
	font-weight: bold;
	line-height: 32px;
	padding: 20px 10px 20px 10px
}

.overlay-container {
	position: fixed;
	overflow: hidden;
	position: static;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 20
}

.overlay-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 1;
	z-index: 20;
	background-color: rgba(16, 22, 26, 0.7);
	overflow: auto
}

#customers {
	background-color: white
}

.historical-charts {
	background-color: white;
	overflow-x: auto
}

.historical-chart {
	width: 100%;
	height: 300px;
	display: inline-block;
	margin: 10px 0px
}

.power-chart {
	padding: 30px 15px 0 15px;
	margin-bottom: 30px
}

.chart-corner-icon {
	float: right
}

.power-chart .chart-corner-icon {
	visibility: hidden
}

.power-chart:hover .chart-corner-icon {
	visibility: visible
}

.chart-corner-icon .svg {
	pointer: cursor
}

.main {
	position: absolute;
	margin-left: 240px;
	padding: 32px 60px 0 60px;
	background-color: white;
	height: 100%;
	width: calc(100% - 240px)
}

.side-nav {
	padding: 32px 18px 0 18px;
	position: fixed;
	width: 240px;
	height: 100%;
	left: 0%;
	right: 0%;
	top: 0%;
	bottom: 0%;
	background: rgba(23, 87, 87, 0.04);

}

.side-nav-items {
	list-style-type: none;
	padding-top: 36px
}

.side-nav-item {
	position: static;
	left: 34px;
	top: 0px;
	font-style: normal;
	font-size: 15px;
	line-height: 22px;
	height: 22px;
	flex: none;
	order: 1;
	align-self: center;
	margin: 0px 0px 5px 0px
}

.side-nav-icon {
	display: inline-block;
	margin-right: 20px;
	vertical-align: top;
	padding-top: 2px
}

.side-nav-link-focused:hover {
	text-decoration: none
}

.side-nav-link-focused {
	color: var(--color-primary) !important;
	font-weight: 600
}

.side-nav-link:hover {
	color: var(--color-primary) !important;
	text-decoration: none
}

.side-nav-link {
	display: inline-block;
	width: 140px;
	color: #747677;
	text-decoration: none;
	vertical-align: top
}

.side-nav-link:visited {
	text-decoration: none
}

.page-title {
	width: 476px;
	height: 32px;
	left: 297px;
	top: 47px;
	font-style: normal;
	font-weight: bold;
	font-size: 26px;
	line-height: 32px;
	color: #202223
}

.content-container {
	background-color: white;
	left: 297px;
	top: 47px;
	font-style: normal;
	background-color: white
}

.action-row {
	height: 32px;
	margin: 26px 0 26px 0;

}

.btn-primary {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 5px 10px;
	justify-content: center;
	height: 32px;
	background: var(--color-primary) !important;
	border-radius: 4px;
	font-size: 15px;
	line-height: 22px;
	text-align: center;
	color: white
}

.manage-btn {
	background: #FFFFFF;
	border: 1px solid #D6DEDE;
	box-sizing: border-box;
	border-radius: 4px;
	padding: 6px 10px
}

.btn-link {
	background-color: white;
	text-decoration: none;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	display: flex;
	align-items: center;
	text-align: center;
	color: var(--color-primary);
	flex: none;
	order: 0;
	align-self: center;
	margin: 0px 0px 10px 25px
}

.btn-link a {
	color: var(--color-primary)
}

.btn-link a:hover {
	color: var(--color-primary);
	text-decoration: none
}

a.btn-link:hover {
	color: var(--color-primary);
	text-decoration: none
}

.btn-link button {
	background-color: white;
	padding: 0 0
}

.download-icon {
	margin-right: 7px
}

.right-links {
	float: right;
	display: flex;
	flex-direction: row;
	padding: 0px;
	height: 32px
}

.dashboard-tabs {
	display: flex;
	flex-direction: row;
	border-bottom: 1px solid #EEF0F1
}

.dashboard-tabs span {

	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	line-height: 26px;
	display: flex;
	align-items: center;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #858D8D;
	flex: none;
	order: 0;
	align-self: center;
	margin: 39px 30px 0 0;
	padding-bottom: 4px
}

.dashboard-tabs span:hover {
	cursor: pointer;
	color: #575E5E
}

.dashboard-tabs .active {
	box-shadow: inset 0px -2px 0px var(--color-primary);
	color: #292D2D
}

.action-row button .bp3-icon {
	margin-right: 6px
}

.companies-header {

	font-weight: 800;
	font-size: 28px;
	line-height: 32px;
	margin-bottom: 20px
}

.companies-title {

	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	color: #717777;
	margin-bottom: 10px
}

.companies-div {
	padding-bottom: 10px
}

.companies-links {

	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 22px;
	color: var(--color-primary);
	text-decoration: none;
	border-bottom: 1px solid var(--color-primary);
	padding-bottom: 2px;
	display: inline-block
}

.companies-links:hover {
	color: var(--color-primary);
	text-decoration: none
}

.companies-row {
	margin-bottom: 30px
}

.left-column {
	float: left;
	width: 33.333%
}

.right-column {
	float: right;
	width: 33.333%
}

.center-column {
	display: inline-block;
	width: 33.333%
}

.company-header {
	display: inline-block;

	font-style: normal;
	font-weight: 800;
	font-size: 40px;
	line-height: 32px;
	vertical-align: middle;
	margin-right: 25px;
	color: #182026
}

.company-header-ticker {
	padding: 0px 10px;
	color: var(--color-primary);
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	height: 27px;
	line-height: 27px;

	font-weight: bold;
	font-size: 18px;
	background: rgba(23, 87, 87, 0.08);
	border-radius: 4px
}

.company-header-metrics {
	display: flex;
	flex-direction: row;
	padding: 0px;
	height: 51px;
	margin-bottom: 50px;
	justify-content: space-between;

}

.company-metric {
	height: 49px;
	flex: none;
	order: 0;
	align-self: flex-start;
	margin: 26px 0px
}

.metric-title {
	font-weight: 600;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #909293
}

.metric-number {
	font-style: normal;
	font-weight: 500;
	font-size: 19px;
	line-height: 32px
}

.description-section {

	display: inline-block !important;
	float: right;
	width: calc(100% - 625px)
}

.section-head {
	font-weight: 600;
	font-size: 17px;
	line-height: 26px;
	color: #000000
}

.detail-section {
	border-top: 1px solid #EEF0F1;
	display: inline-block;
	padding: 26px 0;
	margin: 26px 0;
	display: flex;

}

.detail-section-half {
	flex-direction: row;
	flex-grow: 1;

}

.detail-item-label {
	font-weight: normal;
	font-size: 15px;
	line-height: 22px;
	color: #747677
}

.metric-line {
	font-size: 15px;
	line-height: 22px;
	color: #747677;
	max-width: 343.5px
}

.metric-value {
	float: right;
	color: #060809
}

.tooltip {
	padding: 3px;
	background-color: #FFFFFF;
	border-radius: 4px;
	border: 1px solid rgba(23, 87, 87, 0.08)
}

.tooltip-title {
	letter-spacing: 1px;
	padding-top: 16px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 12px;
	color: #202223
}

.tooltip-metric {
	font-weight: bold;
	font-size: 16px;
	line-height: 19px;
	color: var(--color-primary);
	padding: 10px 10px 0px 10px;
	box-shadow: inset 0px -1px 0px rgba(116, 118, 119, 0.16)
}

.tooltip-metric-description {
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 10px;
	color: #747677
}

.tooltip-operator {
	margin-right: 9px
}

.tooltip-item {
	display: flex;
	padding: 10px 10px 10px 10px;
	font-size: 15px;
	line-height: 22px
}

.tooltip-item-final {
	display: flex;
	background: #F7F9FA;
	padding: 10px 10px 10px 10px;
	font-size: 15px;
	font-weight: bold;
	line-height: 22px
}

.tooltip-item-val {
	flex-grow: 1;
	text-align: right;
	cursor: pointer;
	text-decoration-line: underline;
	color: var(--color-primary)
}

.drawer-item-val {
	flex-grow: 1;
	text-align: right
}

.tooltip-item-final {
	font-weight: bold
}

.open-link-value {
	flex-grow: 1;
	text-align: right;
	color: #182026;
	text-decoration-line: none;
	margin-left: 6px
}

.drawer-header-ticker {
	padding: 0px 10px;
	color: var(--color-primary);
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	font-size: 18px;
	line-height: 27px;
	width: 69px;
	height: 27px;
	line-height: 27px;
	margin-left: 15px;
	margin-right: 15px;
	background: rgba(23, 87, 87, 0.08);
	border-radius: 4px
}

.old-main {
	margin-top: 73px;
	background-color: #4dbd90;
	background-image: url(/assets/img/analytics-graphic2-dbe6129….png);
	background-position: 0% 23%;
	background-size: cover;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.23)
}

.charts-drawer {

	width: 408px !important;
	height: 100%;
	overflow-y: scroll;
	background: #FFFFFF
}

.charts-drawer-body {
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 15px
}

.charts-drawer-title {
	font-style: normal;
	font-weight: bold;
	font-size: 26px;
	line-height: 32px;
	color: #202223;
	margin-top: 30px;
	margin-left: 20px
}

.charts-drawer-header {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	color: #596464;
	margin-bottom: 15px;
	margin-top: 15px
}

.bp3-dialog-header {
	line-height: 22px;
	height: 65px;
	font-size: 22px;
	font-weight: bold
}

.bp3-dialog-body {
	height: 60vh;
	overflow-y: scroll;
	overflow-x: hidden
}

.bp3-slider-progress.bp3-intent-primary {
	background-color: var(--color-primary) !important
}

.bp3-slider-axis .bp3-slider-label {
	color: #5C7080 !important
}

.bp3-slider-handle .bp3-slider-label {
	box-shadow: none !important
}

.company-financials-title {
	display: inline-block;
	font-style: normal;
	font-weight: 600;
	font-size: 17px;
	line-height: 26px;
	color: #1C2020;
	padding-top: 4px
}

.company-header .left-arrow {
	vertical-align: middle
}

.company-header a {
	margin-right: 20px;
	text-decoration: none
}

a {
	color: var(--color-primary)
}

.column-toggler {
	width: 408px !important;
	height: 100%;
	overflow: scroll
}

.drawer-dialog-body {
	height: 100%;
	margin-top: 15px
}

.chart-svg-button {
	cursor: pointer;
	margin-left: 15px
}

.graph-download-button {
	cursor: pointer;
	margin-left: 15px;
	display: flex
}

.bp3-control.bp3-switch .bp3-control-indicator::before {
	box-shadow: none !important
}

.bp3-control.bp3-large {
	font-size: 15px !important;
	font-weight: normal !important
}

.bp3-control.bp3-radio .bp3-control-indicator {
	border: 1px solid #D6DEDE !important;
	box-shadow: none
}

.bp3-control input:checked~.bp3-control-indicator {
	border: none !important
}

.bp3-control.bp3-switch.bp3-large.bp3-align-right .bp3-control-indicator {
	margin-right: -30px !important
}

.bp3-multi-select {
	border: 1px solid #D4D6D7 !important;
	color: #909293 !important
}

.modal-bg {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #1C2020;
	opacity: 0.25
}

.confirm-modal {
	position: fixed;
	opacity: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 1px solid #E5EBEB;
	box-sizing: border-box;
	box-shadow: 0px 4px 10px rgba(92, 112, 128, 0.16);
	border-radius: 8px;
	background: #FFFFFF;
	padding: 20px 20px
}

.confirm-modal-cancel {
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 20px;
	color: var(--color-primary);
	cursor: pointer
}

.confirm-modal-options {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.create-list-modal {
	opacity: 1;
	position: fixed;
	margin-top: -360px;
	margin-left: -425px;
	top: 50%;
	left: 50%;
	width: 900px;
	height: 720px;
	background: #FFFFFF;
	z-index: 4;
	border: 1px solid #E5EBEB;
	box-sizing: border-box;
	box-shadow: 0px 4px 10px rgba(92, 112, 128, 0.16);
	border-radius: 8px;
	overflow-y: auto
}

.modal-close {
	cursor: pointer;
	float: right
}

.modal-top-section {
	padding: 20px 20px 20px 20px;
	border-bottom: solid 1px #D4D6D7
}

.modal-bottom-section {
	padding: 20px 20px 0px 20px;
	max-height: 510px;
	overflow-y: auto
}

.checkbox-section-title {

	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	color: #717777;
	margin-bottom: 15px
}

.checkbox-section {
	margin-bottom: 20px
}

.modal-title {
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
	line-height: 25px;
	letter-spacing: 1px;
	color: #202223;
	padding-bottom: 10px
}

.modal-subtitle {
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 22px;
	padding-bottom: 10px
}

.pc-input {
	background: #FFFFFF;
	border: 1px solid #D4D6D7;
	box-sizing: border-box;
	border-radius: 4px;
	height: 40px;
	width: 530px;
	margin-bottom: 10px;
	padding: 9px 18px;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 22px;
	color: #909293
}

.highlight-company-select {
	padding: 4px 10px;
	background: #FFFFFF;
	border: 1px solid #D4D6D7;
	box-sizing: border-box;
	border-radius: 4px;
	height: 30px
}

.highlight-company-select .bp3-button-text {
	font-size: 15px;
	line-height: 22px;
	color: #8A8E8E
}

.select-filter-item-button {
	margin-top: 10px;
	float: right
}

.select-filter-item-button button span {
	color: white
}

.select-button-group {
	margin-right: 25px;
	display: inline-block
}

.select-button-group .search-select {
	margin-left: 0px
}

.select-label {

	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	margin-bottom: 5px;
	color: #858D8D
}

.scatter-section-header {
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
	line-height: 25px;
	letter-spacing: 1px;
	margin-bottom: 25px;
	color: #202223
}

.scatter-search {
	float: right;
	padding: 9px 10px;
	background: #FFFFFF;
	border: 1px solid #D4D6D7;
	box-sizing: border-box;
	border-radius: 4px
}

.scatter-tooltip {
	background: #FFFFFF;
	border: 1px solid rgba(23, 87, 87, 0.08);
	box-sizing: border-box;
	box-shadow: 0px 4px 10px rgba(24, 32, 38, 0.08);
	border-radius: 4px
}

.scatter-tooltip-values {
	background: #F5F8FA
}

.scatter-tooltip-title {

	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 22px;
	margin: 10px 10px 5px 10px;
	color: #292D2D
}

.scatter-tooltip-val {
	padding-top: 2px;
	padding-bottom: 2px;
	min-width: 256px;
	display: flex;
	justify-content: space-between
}

.scatter-tooltip-val-label {

	margin-left: 10px;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 20px;
	color: #292D2D
}

.scatter-tooltip-val-val {
	padding-right: 2px;
	font-style: normal;
	font-weight: 600;
	font-size: 13px;
	line-height: 20px;
	float: right;
	vertical-align: middle;
	color: #292D2D;

	margin-left: 10px
}

.convert-container form {
	margin: auto
}

.edit-list {
	margin-top: 20px
}

.edit-list-item {
	height: 85px;
	border-bottom: 1px solid #D6DEDE;
	padding-top: 20px;
	width: 400px
}

.edit-list-item a {
	color: var(--color-primary);
	margin-left: 30px
}

.edit-list-title {
	display: inline-block;
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 22px;
	width: 230px;
	color: #292D2D
}

.edit-list-count {
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 22px;
	color: #717777
}

.financials-tab {
	font-weight: 600;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	color: var(--color-primary);
	margin-right: 25px;
	padding: 6px 10px;
	display: inline-block;
	cursor: pointer
}

.active.financials-tab {
	color: #FFFFFF;
	margin-right: 25px;
	background: var(--color-primary);
	display: inline-block;
	border-radius: 4px
}

.financials-tab-row {
	display: flex;
	justify-content: center;
	margin-bottom: 30px
}

.saas-matrix {
	border-spacing: 10px;
	border-collapse: separate;
	text-align: center
}

.saas-matrix .m-header {
	font-weight: 600;
	background-color: var(--color-primary) !important;
	color: white;
	padding: 5px 10px;
	width: 185px
}

.saas-matrix td.m-header {
	width: 150px;
	font-weight: 600
}

.saas-matrix .check {
	background: var(--color-primary);
	color: white;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	display: inline-block;
	text-align: center;
	font-weight: 600
}

.saas-matrix-company {
	font-weight: 600
}

.saas-matrix .border-row td {
	border-bottom: 1px dashed black
}

.bp3-tag {
	margin-top: 1.5px !important
}

.saas-matrix-company-value {
	font-weight: 600
}

.sticky {
	position: fixed;
	top: 0
}

.quarter-index-section {
	margin-top: 20px;
	flex-grow: 1
}

label.quarters-ago-radio {
	margin-right: 0 !important
}

.legend-and-radio {
	display: flex;
	justify-content: space-between
}

.radio-spinner {
	display: inline-block !important;
	margin-left: 10px
}

#sticky-nav {
	width: calc(100% - 240px);
	padding: 20px 60px 20px 0px;
	background: #FFFFFF;
	box-shadow: 0px 1px 0px rgba(218, 222, 222, 0.32);
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	z-index: 1
}

#sticky-nav .font-slider {
	margin-left: 10px
}

#sticky-nav .nav-search .bp3-input {
	width: 315px !important
}

.font-slider {
	display: inline-flex;
	height: 30px;
	width: 275px;
	margin-right: 20px;
	font-size: 15px;
	color: #575E5E;
	padding: 6px 0px;
	vertical-align: top
}

.font-slider .slider-label {
	width: 120px;
	margin-right: 7px
}

.font-slider .bp3-slider {
	margin-top: 3px;
	width: 100px
}

.font-slider .bp3-slider-label {
	background: none !important
}

.stock-price-chart {
	background-color: rgba(23, 87, 87, 0.02);
	display: inline-block;
	float: left;
	width: 575px;
	height: inherit;
	margin-right: 50px
}

.description-overall {
	display: inline-block;
	margin-bottom: 50px;
	position: relative;
	height: 350px
}

.timeseries-left {
	border-right: 1px solid #DADEDE
}

.timeseries-right {
	padding-left: 20px;

	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 22px;
	color: #747777
}

.timeseries-bottom {
	display: flex
}

.growth-input-title {
	display: block;

	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #858D8D
}

.growth-input-container {
	display: inline-block;
	padding: 4px 10px;
	height: 30px;
	background: #FFFFFF;
	border: 1px solid #D4D6D7;
	box-sizing: border-box;
	border-radius: 4px;
	vertical-align: middle
}

.growth-input-container input {
	border: none;
	width: 40px;
	color: var(--color-primary);
	text-align: center
}

.growth-input-container input:focus {
	outline: none
}

.growth-input-container input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0
}

.growth-input-container input[type=number] {
	-moz-appearance: textfield
}

.growth-input-label {
	display: inline-block;
	font-size: 15px;
	line-height: 22px;
	width: 120px;
	vertical-align: middle
}

.growth-input-row {
	margin-bottom: 20px
}

.hg-circle {
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	background: var(--color-primary);
	border-radius: 100px;
	margin-right: 10px
}

.lg-circle {
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	background: #FFCE56;
	border-radius: 100px;
	margin-right: 10px
}

.md-circle {
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	background: #DC7124;
	border-radius: 100px;
	margin-right: 10px
}

.calendar-header {

	font-weight: 800;
	font-size: 28px;
	line-height: 32px;
	margin-bottom: 20px
}

.cicon {
	font-style: normal;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga'
}

:croot {
	--main-color: #1a8fff;
	--text-color: #777;
	--text-color-light: #ccc;
	--border-color: #eee;
	--bg-color: #f9f9f9;
	--neutral-color: #fff
}

* {
	box-sizing: border-box
}

cbody {

	font-size: 1em;
	font-weight: 300;
	line-height: 1.5;
	color: var(--text-color);
	background: var(--bg-color);
	position: relative
}

cheader {

	display: block;
	width: 100%;
	padding: 1.75em 0;
	border-bottom: 1px solid var(--border-color);
	background: var(--neutral-color)
}

cheader #clogo {
	font-size: 175%;
	text-align: center;
	color: var(--main-color);
	line-height: 1
}

cheader #clogo .cicon {
	padding-right: .25em
}

cmain {
	display: block;
	margin: 0 auto;
	margin-top: 5em;
	max-width: 50em
}

.crow {
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%
}

.crow-middle {
	align-items: center
}

.ccol {
	flex-grow: 1;
	flex-basis: 0;
	max-width: 100%
}

.ccol-start {
	justify-content: flex-start;
	text-align: right
}

.ccol-center {
	justify-content: center;
	text-align: center
}

.ccol-end {
	justify-content: flex-end;
	text-align: left
}

.ccol-logo {
	justify-content: flex-start;
	text-align: left
}

.capp {
	width: 1200px;
	height: 1200px
}

.ccalendar {
	display: block;
	position: relative;
	width: 100%;
	background: var(--neutral-color);
	border: 1px solid var(--border-color)
}

.ccalendar .cheader {

	font-weight: 800;
	font-size: 36px;
	padding: 1.5em 0;
	border-bottom: 1px solid var(--border-color)
}

.ccalendar .cheader .cicon {
	cursor: pointer;
	transition: .15s ease-out
}

.ccalendar .cheader .cicon:hover {
	transform: scale(1.75);
	transition: .25s ease-out;
	color: var(--main-color)
}

.ccalendar .cheader .cicon:first-of-type {
	margin-left: 1em
}

.ccalendar .cheader .cicon:last-of-type {
	margin-right: 1em
}

.ccalendar .cdays {
	background-color: #EEF1F1;
	text-transform: uppercase;
	font-weight: 600;
	color: #909293;
	font-size: 13px;
	padding: 8px;
	border-bottom: 1px solid var(--border-color)
}

.ccalendar .cbody {
	border: 1px solid #EEF1F1
}

.ccalendar .cbody .ccell {
	position: relative;
	height: 150px;
	border-top: 1px solid #EEF1F1;
	border-right: 1px solid #EEF1F1;
	overflow: hidden;
	cursor: pointer;
	background: var(--neutral-color);
	transition: 0.25s ease-out
}

.ccalendar .cbody .ccell:hover {
	box-sizing: border-box;
	border: 1px solid var(--color-primary);
	background: #DADEDE;
	transition: 0.5s ease-out
}

.ccalendar .cbody .cselected {
	border-left: 10px solid transparent;
	border-image: linear-gradient(45deg, #1a8fff 0%, #53cbf1 40%);
	border-image-slice: 1
}

.ccalendar .cbody .crow {
	border-bottom: 1px solid var(--border-color)
}

.ccalendar .cbody .crow:last-child {
	border-bottom: none
}

.ccalendar .cbody .ccell:last-child {
	border-right: none
}

.ccalendar .cbody .ccell .cnumber {
	position: absolute;
	font-size: 90%;
	line-height: 1;
	top: 16px;
	left: 12px;
	font-weight: 150;
	color: #666666
}

.ccalendar .cbody .disabled {
	color: lightgrey;
	pointer-events: none
}

.ccalendar .cbody .ccell .ccomplogos {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	align-items: center;
	height: 98%;
	width: 96%;
	padding-left: 8px;
	padding-top: 10px
}

.ccalendar .cbody .ccell .ccomp {
	display: flex;
	justify-content: center;
	align-items: center;
	color: pink;
	width: 49%;
	height: auto;
	max-height: 32%;
	padding: 2px
}

.ccalendar .cbody .ccell:hover .cbg,
.ccalendar .cbody .cselected .cbg {
	opacity: 0.05;
	transition: .5s ease-in
}

.ccalendar .cbody .ccol {
	flex-grow: 0;
	flex-basis: calc(100%/5);
	width: calc(100%/5)
}

.capp-list-container {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 1rem
}

.ccalendar table {
	border-collapse: collapse;
	width: 90%
}

.ccalendar th,
.ccalendar td {
	border: 1px solid #ffffff;
	text-align: center;
	padding: 8px;
	font-size: 20px
}

.ccalendar th {
	background-color: #EEF0F1;
	color: #909293;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 0.5px;
	text-transform: uppercase
}

.ccalendar .-row-even {
	background-color: #FFFFFF
}

.ccalendar .list-row-odd {
	background-color: #F7F9FA
}

.reaction-tag {
	padding: 5px 10px;
	margin-right: 10px;
	border: 1px solid #D4D6D7;
	border-radius: 100px;
	margin-top: 10px
}

.reaction-percent {
	margin-left: 10px;
	background-color: rgba(218, 228, 228, 0.69);
	border-radius: 4px;
	padding: 9px 10px;
	font-size: 12px;
	color: var(--color-primary)
}

.reaction-difference {
	margin-left: 5px;
	font-size: 12px;
	color: var(--color-primary)
}

.reaction-negative-percent {
	margin-left: 10px;
	background-color: rgba(212, 66, 66, 0.1);
	border-radius: 4px;
	padding: 9px 10px;
	font-size: 12px;
	color: #D44242
}

.reaction-negative-difference {
	margin-left: 5px;
	font-size: 12px;
	color: #D44242
}

.table-edit-icon-container {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.table-edit-icon-text {
	width: 140px;
	overflow: hidden;
	text-overflow: ellipsis
}

.table-edit-icon {
	z-index: 5;
	float: right
}

.table-edit-icon:hover {
	color: var(--color-primary)
}

.categories-select-button-group {
	display: flex;
	justify-content: space-around;
	margin-right: 50px;
	padding-top: 10px
}

.categories-btn {
	background-color: white;
	text-decoration: none;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	color: var(--color-primary)
}

.categories-filter-text {

	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	margin-bottom: 10px
}

.w-slider-dot {
	background: #D0D8E2;
	opacity: 1;
}

.w-slider-dot.w-active {
	background: var(--color-primary);
	opacity: 1;
}

.w-slider-nav.w-round>div {
	height: 3px;
	width: 40px;
	border-radius: 4px;
}

@media all and (max-width: 568px) {
	.w-slider-nav.w-round>div {
		width: 40px;
	}
}


.card-action {
	margin-top: 60px !important;
}

/* Grid of logos in domain licenses section */

.grid-container-des2-tab1-mob1 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}

@media (max-width: 768px) {
    .grid-container-des2-tab1-mob1 {
        grid-template-columns: 1fr;
    }
}

.grid-container-logos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 5px;
}

.txt-logos {
	font-size: 0.8em;
	text-align: left
}

.grid-item-logo {
    /* border: 1px solid #ddd; */
    padding: 20px; /* Espace interne des éléments */
    text-align: center; /* Alignement du texte */
}

/* Pour les tablettes : 3 colonnes */
@media (max-width: 768px) {
    .grid-container-logos {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Pour les mobiles : 1 colonne */
@media (max-width: 480px) {
    .grid-container-logos {
        grid-template-columns: repeat(2, 1fr);
    }
}