/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@font-face {
	font-family: "Domaine Display Narrow Bold";
	src: url("https://2675296.fs1.hubspotusercontent-na1.net/hubfs/2675296/Canopy_April2020/Fonts/DomaineDisplayNr-Bold.woff2") format("woff2"),
		url("https://2675296.fs1.hubspotusercontent-na1.net/hubfs/2675296/Canopy_April2020/Fonts/DomaineDisplayNr-Bold.woff") format("woff");
	font-style: normal;
	font-weight: bold;
}

@font-face {
	font-family: "Avenir Next";
	src: url("https://2675296.fs1.hubspotusercontent-na1.net/hubfs/2675296/Canopy_April2020/Fonts/AvenirNextLTPro-Medium.woff2") format("woff2"), 
		url("https://2675296.fs1.hubspotusercontent-na1.net/hubfs/2675296/Canopy_April2020/Fonts/AvenirNextLTPro-Medium.woff") format("woff");
	font-style: normal;
	font-weight: 500;
}

@font-face {
	font-family: "Avenir Next";
	src: url("https://2675296.fs1.hubspotusercontent-na1.net/hubfs/2675296/Canopy_April2020/Fonts/AvenirNextLTPro-Regular.woff2") format("woff2"), 
		url("https://2675296.fs1.hubspotusercontent-na1.net/hubfs/2675296/Canopy_April2020/Fonts/AvenirNextLTPro-Regular.woff") format("woff");
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: "Avenir Next";
	src: url("https://2675296.fs1.hubspotusercontent-na1.net/hubfs/2675296/Canopy_April2020/Fonts/AvenirNextLTPro-Bold.woff2") format("woff2"),
		url("https://2675296.fs1.hubspotusercontent-na1.net/hubfs/2675296/Canopy_April2020/Fonts/AvenirNextLTPro-Bold.woff") format("woff");
	font-style: normal;
	font-weight: bold;
}

@font-face {
	font-family: "Avenir Next";
	src: url("https://2675296.fs1.hubspotusercontent-na1.net/hubfs/2675296/Canopy_April2020/Fonts/AvenirNextLTPro-Heavy.woff2") format("woff2"), 
		url("https://2675296.fs1.hubspotusercontent-na1.net/hubfs/2675296/Canopy_April2020/Fonts/AvenirNextLTPro-Heavy.woff") format("woff");
	font-style: normal;
	font-weight: 900;
}

@font-face {
	font-family: "FontAwesome";
	src: url("//cdn2.hubspot.net/hubfs/7255353/Geniecast_April2020/Fonts/FontAwesome-1.eot") format("embedded-opentype"),
		url("//cdn2.hubspot.net/hubfs/7255353/Geniecast_April2020/Fonts/FontAwesome-1.woff2") format("woff2"),
		url("//cdn2.hubspot.net/hubfs/7255353/Geniecast_April2020/Fonts/FontAwesome-1.woff") format("woff"),
		url("//cdn2.hubspot.net/hubfs/7255353/Geniecast_April2020/Fonts/FontAwesome-1.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

@font-face {
  font-family: "Domaine Display Regular";
  src: url("https://2675296.fs1.hubspotusercontent-na1.net/hubfs/2675296/Canopy_April2020/Fonts/DomaineDisp-Regular.woff") format("woff2"), 
		url("https://2675296.fs1.hubspotusercontent-na1.net/hubfs/2675296/Canopy_April2020/Fonts/DomaineDisp-Regular.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}

html {
	font-size: 24px;
}

body {
	font-family: Lato, serif;
	font-size: 1rem;
	color: #494a52;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}

p {
	margin-top:16px;
	margin-bottom:16px;
	font-family: Lato, serif;
}

/* Anchor Links */
a {
	color: #0270E0;
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
	line-height: 1.2;
	font-weight: 700;
	font-family: Merriweather, serif;
	color: #494a52;
	word-break: break-word;
}

h1 {
	font-size: 2.1rem;
	line-height: 1.07;
	letter-spacing: normal;
}

h2 {
	font-size: 1.6rem;
	line-height: 1.3;
	margin-bottom: 20px;
}

h3 {
	font-size: 1.25rem;
	line-height: 1.17;
	margin-bottom: 5px;
}

h4 {
	font-family: Lato, sans-serif;
	font-weight: normal;
	font-size: 1.175rem;
	line-height: 1.4;
 	text-transform: uppercase;
 	margin-bottom: 15px;
	letter-spacing: .9px;
	margin-bottom: 0;
}

h5 {
	font-size: 1rem;
	line-height: 1;
}

h6 {
	font-size: .9rem;
	line-height: 1;
}

strong {
	font-weight: 700;
}

code {
	vertical-align: bottom;
}

ul,
ol {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

ul li,
ol li {
	line-height: 1.5rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
	margin-top: 0;
	margin-bottom: 0;
}

blockquote {
	margin:0;
}
figure {
	margin: 0;
}
/* Horizontal Rules */
hr {
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

:focus {
	outline: auto;
	outline-color: green;
}

.disable-focus-styles :focus {
	outline: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
	max-width: 700px;
	font-family: Lato, sans-serif;
}

.hs-button {
	margin: 0;
	cursor: pointer;
	display: inline-block;
	position: relative;
	text-align: center;
	border-style: solid;
	text-decoration: none;
	transition: all .6s cubic-bezier(0.165,0.84,0.44,1);
	font-size: 16px;
	font-weight: 500;
	letter-spacing: normal;
	outline: 0;
	font-family: "Avenir Next", Arial, Helvetica, sans-serif;
	line-height: 22.4px;
	white-space: normal !important;
	margin-bottom: 15px;
}

.hs-button:hover, .hs-button:focus {
	background-color: #21222a;

	
	color: #fff;
}

.hs-button:active {
	background-color: #71727a;
	border-color: #71727a;
}



.hs-form label {
	font-size: 16px;
	color: #000;
	display: block;
	float: none;
	width: auto;
	font-weight: normal;
	text-align: left;
	line-height: 22px;
	padding-top: 0;
	margin-bottom: 4px;
}

form .hs-error-msgs label {
	margin-top: .5rem;
	color: #ff0000;
}

input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
	display: inline-block;
	width: 100% !important;
	background-color: #fbfbfb;
	padding: 15px;
	font-size: 21px;
	color: #000;
	border: white 2px solid;
	outline: 0;
	line-height: 29.4px;
	font-family: "Avenir Next", Arial, Helvetica, sans-serif;
	border-bottom: 1px solid;
	transition-property: background-color,padding-left;
	transition-duration: .6s;
	transition-timing-function: cubic-bezier(0.165,0.84,0.44,1);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}
.hs-fieldtype-select .input {
	position: relative;
	cursor: pointer;
}
.hs-fieldtype-select .input:before {
	transition: top .6s cubic-bezier(0.175,0.885,0.32,1.275);
	content: ' ';
	width: 30px;
	height: 30px;
	position: absolute;
	right: 20px;
	top: 50%;
	background-position: center;
	background-repeat: no-repeat;
	transform: translateY(-50%);
	z-index: 10;
	pointer-events: none;
	background-image: url(https://2675296.fs1.hubspotusercontent-na1.net/hubfs/2675296/Canopy_April2020/images/download%20%281%29-1.svg);
}

input[type="text"]:hover,
input[type="password"]:hover, 
input[type="datetime"]:hover, 
input[type="datetime-local"]:hover, 
input[type="date"]:hover, 
input[type="month"]:hover, 
input[type="time"]:hover, 
input[type="week"]:hover, 
input[type="number"]:hover, 
input[type="email"]:hover, 
input[type="url"]:hover, 
input[type="search"]:hover, 
input[type="tel"]:hover, 
input[type="color"]:hover,
input[type="file"]:hover,
textarea:hover,
select:hover{
	padding-left: 20px;
}
.hs-input[type=checkbox],
.hs-input[type=radio] {
	cursor: pointer;
	width: auto;
	height: auto;
	padding: 0;
	margin: 3px 5px 3px 0px;
	line-height: normal;
	border: none;
}

.hs-input[type=file] {
	background-color: #fff;
	padding: initial;
	border: initial;
	line-height: initial;
	box-shadow: none;
}

.hs-input:-moz-placeholder {
	color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
	color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
	transition: border 0.2s linear;
}
.hs-input:focus {
	outline: none;

}

textarea.hs-input {
	height: auto;
}

select[multiple].hs-input {
	height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
	width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
	border-color: #ff0000;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
	border-color: #b9554d;
}

.actions {
	padding: 0;
}

.inputs-list {
	margin: 0 0 5px;
	width: 100%;
	padding-left: 0;
}
.inputs-list > li {
	display: block;
	padding: 0;
	width: 100%;
	padding-top: 0;
}
.inputs-list label {
	display: block;
	float: none;
	width: auto;
	padding: 0;
	line-height: 18px;
	text-align: left;
	white-space: normal;
	font-weight: normal;
}
.inputs-list:first-child {
	padding-top: 6px;
}
.inputs-list > li + li {
	padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
	vertical-align: middle;
}

ul.no-list {
	list-style: none;
}

.field {
	margin-bottom: 18px;
}

.hs-field-desc {
	color: #7c98b6;
	margin: 0px 0px 6px;
	font-size: 14px;
}

.hs-form-required {
	color: red;
	display: none;
}

.hs-richtext {
	margin-bottom: 3px;
	line-height: 1.2;
	font-size: 1rem;
	color: #494a52;
}
.hs-richtext hr {
	text-align: left;
	margin-left: 0;
	width: 91%;
}

.grecaptcha-badge {
	margin: 0 auto;
}

.email-correction, .email-validation {
	padding-top: 3px;
	font-size: 12px;
}
.email-correction a,
.email-validation a {
	cursor: pointer;
}
@media (max-width: 400px),
	(min-device-width: 320px) and (max-device-width: 480px) {
		.email-correction form .form-columns-2 .hs-form-field,
		.email-correction form .form-columns-3 .hs-form-field,
		.email-validation form .form-columns-2 .hs-form-field,
		.email-validation form .form-columns-3 .hs-form-field {
			float: none;
			width: 100%;
		}
		.email-correction form .form-columns-2 .hs-form-field .hs-input,
		.email-correction form .form-columns-3 .hs-form-field .hs-input,
		.email-validation form .form-columns-2 .hs-form-field .hs-input,
		.email-validation form .form-columns-3 .hs-form-field .hs-input {
			width: 90%;
		}
		.email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
		.email-correction form .form-columns-2 .hs-form-field input[type=radio],
		.email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
		.email-correction form .form-columns-3 .hs-form-field input[type=radio],
		.email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
		.email-validation form .form-columns-2 .hs-form-field input[type=radio],
		.email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
		.email-validation form .form-columns-3 .hs-form-field input[type=radio] {
			width: 24px;
		}
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
	font-family: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

body {
  padding-top: 69px;
}

/**
 * Reset Style
 */

.module-header {
  font-size: 16px;
  line-height: 1.4;
}
.module-header * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.module-header *:before, .module-header *:after {
  box-sizing: inherit;
}
.module-header ul {
  list-style: none;
}
.module-header ul li {
  line-height: 1;
}
.module-header button {
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
}
.module-header__menu-cta-demo:hover {
  color: white;
}
:root {
  --color--light-royal-blue: #2b4bff;
  --color--cream: #fbfbfb;
  --color--soft-gray: #e5e5e5;
  --color--normal-gray: #F6F6F6;
  --color--warm-grey-two: #717171;
  --color--black: black;
  --color--border-line: #BCBCBC;
  --body-bg-color: white;
  --body-text-color: black;
  --prime-color: var(--color--light-royal-blue);
  --layout--dp-content-width: 1275px;
  --layout--dp-gap: 30px;
  --layout--mb-gap: 20px;
}


/**
 * Text Colors
 */

.ui-text-color--white {
  color: white;
}
.ui-text-color--black {
  color: black;
}
/**
 * Background Colors
 */

.ui-bg-color--white {
  background-color: white;
}
.ui-bg-color--black {
  background-color: black;
}
/**
 * Margins
 */

.ui-margin--t5 {
  margin-top: 5px;
}
.ui-margin--t10 {
  margin-top: 10px;
}
.ui-margin--t15 {
  margin-top: 15px;
}
.ui-margin--t20 {
  margin-top: 20px;
}
.ui-margin--t25 {
  margin-top: 25px;
}
.ui-margin--t30 {
  margin-top: 30px;
}
.ui-margin--t40 {
  margin-top: 40px;
}
.ui-margin--t50 {
  margin-top: 50px;
}
.ui-margin--b5 {
  margin-bottom: 5px;
}
.ui-margin--b10 {
  margin-bottom: 10px;
}
.ui-margin--b15 {
  margin-bottom: 15px;
}
.ui-margin--b20 {
  margin-bottom: 20px;
}
.ui-margin--b25 {
  margin-bottom: 25px;
}
.ui-margin--b30 {
  margin-bottom: 30px;
}
.ui-margin--b40 {
  margin-bottom: 40px;
}
.ui-margin--b50 {
  margin-bottom: 50px;
}
.ui-margin--b60 {
  margin-bottom: 60px;
}
/**
 * Scroll
 */

.ui-scroll--disable {
  overflow: hidden;
  height: 100%;
}
/**
 * Flex
 */

.ui-flex--start-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
}
/**
 * Misc
 */

.ui-sticky-position {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 20;
}
.ui-media--display-inherit {
  display: inherit;
}
/**
 * Heading
 */

.ui-heading--xbig {
  font-size: 68px;
  line-height: 1.2;
}
.ui-heading--xbig u {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.ui-heading--xbig u::before {
  content: ' ';
  width: 100%;
  height: 22px;
  position: absolute;
  left: 0;
  bottom: 11px;
  background-color: rgba(43, 75, 255, 0.1);
}
.ui-heading--big {
  font-size: 68px;
  line-height: 1.2;
}
.ui-heading--big u {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.ui-heading--big u::before {
  content: ' ';
  width: 100%;
  height: 22px;
  position: absolute;
  left: 0;
  bottom: 11px;
  background-color: rgba(43, 75, 255, 0.1);
}
.ui-heading--medium {
  font-size: 43px;
  line-height: 1.1;
}
@media (max-width: 1024px) {
  .ui-heading--xbig, .ui-heading--big {
    font-size: 60px;
  }
}
@media (max-width: 568px) {
  .ui-heading--big, .ui-heading--xbig {
    font-size: 36px;
  }
  .ui-heading--big u::before, .ui-heading--xbig u::before {
    height: 18px;
    bottom: 1px;
  }
  .ui-heading--medium {
    font-size: 33px;
  }
}
/**
 * Text
 */

.ui-text--xbig {
  font-size: 21px;
  line-height: 2.1;
}
.ui-text--big {
  font-size: 24px;
}
.ui-text--medium {
  font-size: 20px;
}
.ui-text--small {
  font-size: 14px;
}
.ui-text--xsmall {
  font-size: 11px;
}
.ui-text--uppercase {
  text-transform: uppercase;
}
.ui-text--center {
  text-align: center;
}
.ui-text--italic {
  font-style: italic;
}
.ui-text--italic-light {
  font-weight: 300;
  font-style: italic;
}
.ui-text--light {
  font-weight: 300;
}
.ui-text--regular {
  font-weight: normal;
}
.ui-text--semibold {
  font-weight: 600;
}
.ui-text--bold {
  font-weight: bold;
}
.ui-text--domaine-bold-font-family {
  font-family: "Domaine Display Narrow Bold", Arial, Helvetica, sans-serif;
}
.ui-text--domaine-regular-font-family {
  font-family: "Domaine Display Regular", Arial, Helvetica, sans-serif;
}
.ui-text--avenirnext-font-family {
  font-family: "Avenir Next", Arial, Helvetica, sans-serif;
}
.ui-text--label-back, .ui-text--label-white {
  font-size: 10px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  padding: 6px 11px;
  display: table;
  margin-bottom: 10px;
}
.ui-text--label-back {
  color: black;
  background-color: white;
}
.ui-text--label-white {
  color: white;
  background-color: black;
}
@media (max-width: 1023px) {
  .ui-text--big, .ui-text--xbig {
    font-size: 21px;
  }
}
.ui-content-text h1, body.terms-and-policy-template .terms-and-policy-template_terms-and-policy__content .hs_cos_wrapper_widget h1, body.blog-resources-template .blog-single-resources-template__content .hs_cos_wrapper h1, .ui-content-text h2, body.terms-and-policy-template .terms-and-policy-template_terms-and-policy__content .hs_cos_wrapper_widget h2, body.blog-resources-template .blog-single-resources-template__content .hs_cos_wrapper h2, .ui-content-text h3, body.terms-and-policy-template .terms-and-policy-template_terms-and-policy__content .hs_cos_wrapper_widget h3, body.blog-resources-template .blog-single-resources-template__content .hs_cos_wrapper h3, .ui-content-text h4, body.terms-and-policy-template .terms-and-policy-template_terms-and-policy__content .hs_cos_wrapper_widget h4, body.blog-resources-template .blog-single-resources-template__content .hs_cos_wrapper h4, .ui-content-text h5, body.terms-and-policy-template .terms-and-policy-template_terms-and-policy__content .hs_cos_wrapper_widget h5, body.blog-resources-template .blog-single-resources-template__content .hs_cos_wrapper h5, .ui-content-text h6, body.terms-and-policy-template .terms-and-policy-template_terms-and-policy__content .hs_cos_wrapper_widget h6, body.blog-resources-template .blog-single-resources-template__content .hs_cos_wrapper h6 {
  font-family: "Domaine Display Narrow Bold", Arial, Helvetica, sans-serif;
  margin-bottom: 25px;
}
.ui-content-text h1 *, body.terms-and-policy-template .terms-and-policy-template_terms-and-policy__content .hs_cos_wrapper_widget h1 *, body.blog-resources-template .blog-single-resources-template__content .hs_cos_wrapper h1 *, .ui-content-text h2 *, body.terms-and-policy-template .terms-and-policy-template_terms-and-policy__content .hs_cos_wrapper_widget h2 *, body.blog-resources-template .blog-single-resources-template__content .hs_cos_wrapper h2 *, .ui-content-text h3 *, body.terms-and-policy-template .terms-and-policy-template_terms-and-policy__content .hs_cos_wrapper_widget h3 *, body.blog-resources-template .blog-single-resources-template__content .hs_cos_wrapper h3 *, .ui-content-text h4 *, body.terms-and-policy-template .terms-and-policy-template_terms-and-policy__content .hs_cos_wrapper_widget h4 *, body.blog-resources-template .blog-single-resources-template__content .hs_cos_wrapper h4 *, .ui-content-text h5 *, body.terms-and-policy-template .terms-and-policy-template_terms-and-policy__content .hs_cos_wrapper_widget h5 *, body.blog-resources-template .blog-single-resources-template__content .hs_cos_wrapper h5 *, .ui-content-text h6 *, body.terms-and-policy-template .terms-and-policy-template_terms-and-policy__content .hs_cos_wrapper_widget h6 *, body.blog-resources-template .blog-single-resources-template__content .hs_cos_wrapper h6 * {
  font-family: inherit !important;
}
.ui-content-text h1, body.terms-and-policy-template .terms-and-policy-template_terms-and-policy__content .hs_cos_wrapper_widget h1, body.blog-resources-template .blog-single-resources-template__content .hs_cos_wrapper h1 {
  font-size: 44px;
}
.ui-content-text h2, body.terms-and-policy-template .terms-and-policy-template_terms-and-policy__content .hs_cos_wrapper_widget h2, body.blog-resources-template .blog-single-resources-template__content .hs_cos_wrapper h2 {
  font-size: 36px;
}
.ui-content-text h3, body.terms-and-policy-template .terms-and-policy-template_terms-and-policy__content .hs_cos_wrapper_widget h3, body.blog-resources-template .blog-single-resources-template__content .hs_cos_wrapper h3 {
  font-size: 32px;
}
.ui-content-text h4, body.terms-and-policy-template .terms-and-policy-template_terms-and-policy__content .hs_cos_wrapper_widget h4, body.blog-resources-template .blog-single-resources-template__content .hs_cos_wrapper h4 {
  font-size: 30px;
  font-family: "Avenir Next", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.ui-content-text h5, body.terms-and-policy-template .terms-and-policy-template_terms-and-policy__content .hs_cos_wrapper_widget h5, body.blog-resources-template .blog-single-resources-template__content .hs_cos_wrapper h5 {
  font-size: 28px;
  font-family: "Avenir Next", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.ui-content-text h6, body.terms-and-policy-template .terms-and-policy-template_terms-and-policy__content .hs_cos_wrapper_widget h6, body.blog-resources-template .blog-single-resources-template__content .hs_cos_wrapper h6 {
  font-size: 26px;
  font-family: "Avenir Next", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.ui-content-text p, body.terms-and-policy-template .terms-and-policy-template_terms-and-policy__content .hs_cos_wrapper_widget p, body.blog-resources-template .blog-single-resources-template__content .hs_cos_wrapper p, .ui-content-text ul, body.terms-and-policy-template .terms-and-policy-template_terms-and-policy__content .hs_cos_wrapper_widget ul, body.blog-resources-template .blog-single-resources-template__content .hs_cos_wrapper ul, .ui-content-text div, body.terms-and-policy-template .terms-and-policy-template_terms-and-policy__content .hs_cos_wrapper_widget div, body.blog-resources-template .blog-single-resources-template__content .hs_cos_wrapper div, .ui-content-text span, body.terms-and-policy-template .terms-and-policy-template_terms-and-policy__content .hs_cos_wrapper_widget span, body.blog-resources-template .blog-single-resources-template__content .hs_cos_wrapper span {
  font-family: "Domaine Display Regular", Arial, Helvetica, sans-serif;
  font-size: 21px;
  line-height: 1.69;
  margin-bottom: 50px;
}
.ui-content-text p *, body.terms-and-policy-template .terms-and-policy-template_terms-and-policy__content .hs_cos_wrapper_widget p *, body.blog-resources-template .blog-single-resources-template__content .hs_cos_wrapper p *, .ui-content-text ul *, body.terms-and-policy-template .terms-and-policy-template_terms-and-policy__content .hs_cos_wrapper_widget ul *, body.blog-resources-template .blog-single-resources-template__content .hs_cos_wrapper ul *, .ui-content-text div *, body.terms-and-policy-template .terms-and-policy-template_terms-and-policy__content .hs_cos_wrapper_widget div *, body.blog-resources-template .blog-single-resources-template__content .hs_cos_wrapper div *, .ui-content-text span *, body.terms-and-policy-template .terms-and-policy-template_terms-and-policy__content .hs_cos_wrapper_widget span *, body.blog-resources-template .blog-single-resources-template__content .hs_cos_wrapper span * {
  font-family: inherit !important;
}
.ui-content-text p strong, body.terms-and-policy-template .terms-and-policy-template_terms-and-policy__content .hs_cos_wrapper_widget p strong, body.blog-resources-template .blog-single-resources-template__content .hs_cos_wrapper p strong, .ui-content-text ul strong, body.terms-and-policy-template .terms-and-policy-template_terms-and-policy__content .hs_cos_wrapper_widget ul strong, body.blog-resources-template .blog-single-resources-template__content .hs_cos_wrapper ul strong, .ui-content-text div strong, body.terms-and-policy-template .terms-and-policy-template_terms-and-policy__content .hs_cos_wrapper_widget div strong, body.blog-resources-template .blog-single-resources-template__content .hs_cos_wrapper div strong, .ui-content-text span strong, body.terms-and-policy-template .terms-and-policy-template_terms-and-policy__content .hs_cos_wrapper_widget span strong, body.blog-resources-template .blog-single-resources-template__content .hs_cos_wrapper span strong {
  font-family: "Avenir Next", Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.ui-content-text u, body.terms-and-policy-template .terms-and-policy-template_terms-and-policy__content .hs_cos_wrapper_widget u, body.blog-resources-template .blog-single-resources-template__content .hs_cos_wrapper u, .ui-content-text span[style="text-decoration: underline;"], body.terms-and-policy-template .terms-and-policy-template_terms-and-policy__content .hs_cos_wrapper_widget span[style="text-decoration: underline;"], body.blog-resources-template .blog-single-resources-template__content .hs_cos_wrapper span[style="text-decoration: underline;"] {
  text-decoration: none !important;
  position: relative;
  background-color: rgba(43, 75, 255, 0.1);
  outline: 6px solid rgba(43, 75, 255, 0.1);
}
.ui-content-text ul, body.terms-and-policy-template .terms-and-policy-template_terms-and-policy__content .hs_cos_wrapper_widget ul, body.blog-resources-template .blog-single-resources-template__content .hs_cos_wrapper ul {
  margin-top: 60px;
  margin-bottom: 60px;
  list-style: disc;
  margin-left: 30px;
}
.ui-content-text ul li, body.terms-and-policy-template .terms-and-policy-template_terms-and-policy__content .hs_cos_wrapper_widget ul li, body.blog-resources-template .blog-single-resources-template__content .hs_cos_wrapper ul li {
  margin-bottom: 30px;
}
.ui-content-text>*:last-child, body.terms-and-policy-template .terms-and-policy-template_terms-and-policy__content .hs_cos_wrapper_widget>*:last-child, body.blog-resources-template .blog-single-resources-template__content .hs_cos_wrapper>*:last-child {
  margin-bottom: 0;
}
.ui-content-text a, body.terms-and-policy-template .terms-and-policy-template_terms-and-policy__content .hs_cos_wrapper_widget a, body.blog-resources-template .blog-single-resources-template__content .hs_cos_wrapper a {
  color: inherit;
  position: relative;
}
.ui-content-text a::after, body.terms-and-policy-template .terms-and-policy-template_terms-and-policy__content .hs_cos_wrapper_widget a::after, body.blog-resources-template .blog-single-resources-template__content .hs_cos_wrapper a::after {
  transition: all 0.6s cubic-bezier(1, 0, 0, 1);
  content: ' ';
  width: calc( 100% + 6px);
  height: 1px;
  position: absolute;
  left: -3px;
  bottom: 3px;
  background-color: black;
}
.ui-content-text a:visited::after, body.terms-and-policy-template .terms-and-policy-template_terms-and-policy__content .hs_cos_wrapper_widget a:visited::after, body.blog-resources-template .blog-single-resources-template__content .hs_cos_wrapper a:visited::after {
  opacity: 0.5;
}
@media not all and (hover: none) {
  .ui-content-text a:hover::after, body.terms-and-policy-template .terms-and-policy-template_terms-and-policy__content .hs_cos_wrapper_widget a:hover::after, body.blog-resources-template .blog-single-resources-template__content .hs_cos_wrapper a:hover::after {
    height: 10px;
    opacity: 0.2;
    background-color: var(--color--light-royal-blue);
  }
}
.ui-content-blockquote blockquote, body.terms-and-policy-template .terms-and-policy-template_terms-and-policy__content .hs_cos_wrapper_widget blockquote, .ui-content-blockquote blockquote p, body.terms-and-policy-template .terms-and-policy-template_terms-and-policy__content .hs_cos_wrapper_widget blockquote p {
  font-family: "Domaine Display Narrow Bold", Arial, Helvetica, sans-serif;
  font-size: 42px;
  font-style: italic;
  line-height: 1.5;
  transform: translateX(-50px);
}
.ui-content-blockquote blockquote, body.terms-and-policy-template .terms-and-policy-template_terms-and-policy__content .hs_cos_wrapper_widget blockquote {
  margin: 70px 0 80px 0;
}
.ui-content-blockquote blockquote p, body.terms-and-policy-template .terms-and-policy-template_terms-and-policy__content .hs_cos_wrapper_widget blockquote p {
  margin: 0;
}
.ui-form--standart>span {
  height: 100% !important;
  display: block;
}
.ui-form--standart .submitted-message {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 27px;
  text-decoration: underline;
}
.ui-form--standart form .hs-form-field {
  margin-bottom: 30px;
}
.ui-form--standart form .hs-form-field>label {
  display: none;
}
.ui-form--standart form .hs-form-field .hs-error-msgs {
  margin-top: 10px;
}
.ui-form--standart form .hs-form-field .hs-error-msgs li {
  margin-top: 5px;
  padding-left: 20px;
  position: relative;
}
.ui-form--standart form .hs-form-field .hs-error-msgs li::before {
  content: ' ';
  width: 6px;
  height: 6px;
  position: absolute;
  left: 5px;
  top: calc( 50% - 3px);
  background-color: red;
  border-radius: 10px;
}
.ui-form--standart form .hs-form-field .hs-error-msgs li a {
  color: inherit;
  text-decoration: underline;
}
.ui-form--standart form .hs-fieldtype-select {
  z-index: 2;
  position: relative;
}
.ui-form--standart form .hs-fieldtype-select .input {
  position: relative;
  cursor: pointer;
}
.ui-form--standart form .hs-fieldtype-select .input::before {
  transition: top 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  content: ' ';
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 50%;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='16' viewBox='0 0 29 16'%3E%3Cpath fill='%23000' fill-rule='nonzero' d='M28.65 1.55L27.2.15 14.65 13 1.75.45l-1.4 1.4 14.3 14z'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  z-index: 10;
  pointer-events: none;
}
@media not all and (hover: none) {
  .ui-form--standart form .hs-fieldtype-select .input:hover::before {
    top: 55%;
  }
}
.ui-form--standart form .hs-fieldtype-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: none;
  background-color: white;
}
.ui-form--standart form .hs-fieldtype-select button {
  transition: background-color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: none;
  padding: 19px 15px;
  font-size: 21px;
  box-shadow: none;
}
.ui-form--standart form .hs-fieldtype-select button::after {
  display: none;
}
.ui-form--standart form .hs-form-booleancheckbox-display {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
}
.ui-form--standart form .hs-form-booleancheckbox-display input {
  width: auto;
  margin-right: 13px;
}
.ui-form--standart form .hs-input {
  transition-property: background-color, padding-left;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  font-size: 21px;
  border: none;
  padding: 15px;
  color: #000000;
  outline: none;
  background-color: white;
  border: white 2px solid;
  outline: none;
  width: 100%;
}
.ui-form--standart form .hs-input:-ms-input-placeholder {
  color: black;
}
.ui-form--standart form .hs-input::placeholder {
  color: black;
}
.ui-form--standart form .hs-input:-ms-input-placeholder {
  color: black;
}
.ui-form--standart form .hs-input::-ms-input-placeholder {
  color: black;
}
.ui-form--standart form .hs-input:focus {
  padding-left: 15px !important;
}
.ui-form--standart form .hs-input.invalid {
  border: red 2px solid;
}
@media not all and (hover: none) {
  .ui-form--standart form .hs-input:hover {
    padding-left: 20px;
  }
}
.ui-form--standart form .canopy-select__dropdown {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07), 0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
}
.ui-form--standart form .actions input[type="submit"] {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-size: 16px;
  font-weight: 500;
  padding: 10px 30px;
  border: 2px solid white !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: none;
  background-color: transparent;
  color: white;
  letter-spacing: normal;
  border-radius: 50px;
  margin-top: 20px;
  cursor: pointer;
  outline: none;
}
@media not all and (hover: none) {
  .ui-form--standart form .actions input[type="submit"]:hover {
    background-color: white;
    color: black;
  }
}
.ui-form--standart form .actions a {
  position: relative;
  color: white;
  font-size: 16px;
  font-weight: 500;
  margin-left: 30px;
}
.ui-form--standart form .actions a::before {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  content: ' ';
  width: 0;
  height: 1px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -3px;
  background-color: white;
}
@media not all and (hover: none) {
  .ui-form--standart form .actions a:hover::before {
    width: 100%;
  }
}
.ui-form--standart form fieldset, .ui-form--standart form>div {
  position: relative;
}
.ui-form--standart form fieldset.form-columns-1 .hs-input, .ui-form--standart form>div.form-columns-1 .hs-input {
  width: 100%;
}
.ui-form--standart form fieldset:nth-last-of-type(1), .ui-form--standart form>div:nth-last-of-type(1) {
  z-index: 1;
}
.ui-form--standart form fieldset:nth-last-of-type(2), .ui-form--standart form>div:nth-last-of-type(2) {
  z-index: 2;
}
.ui-form--standart form fieldset:nth-last-of-type(3), .ui-form--standart form>div:nth-last-of-type(3) {
  z-index: 3;
}
.ui-form--standart form fieldset:nth-last-of-type(4), .ui-form--standart form>div:nth-last-of-type(4) {
  z-index: 4;
}
.ui-form--standart form fieldset:nth-last-of-type(5), .ui-form--standart form>div:nth-last-of-type(5) {
  z-index: 5;
}
.ui-form--standart form fieldset:nth-last-of-type(6), .ui-form--standart form>div:nth-last-of-type(6) {
  z-index: 6;
}
.ui-form--standart form fieldset:nth-last-of-type(7), .ui-form--standart form>div:nth-last-of-type(7) {
  z-index: 7;
}
.ui-form--standart form fieldset:nth-last-of-type(8), .ui-form--standart form>div:nth-last-of-type(8) {
  z-index: 8;
}
.ui-form--standart form fieldset:nth-last-of-type(9), .ui-form--standart form>div:nth-last-of-type(9) {
  z-index: 9;
}
.ui-form--standart form fieldset:nth-last-of-type(10), .ui-form--standart form>div:nth-last-of-type(10) {
  z-index: 10;
}
.ui-form--standart form fieldset:nth-last-of-type(11), .ui-form--standart form>div:nth-last-of-type(11) {
  z-index: 11;
}
.ui-form--standart form fieldset:nth-last-of-type(12), .ui-form--standart form>div:nth-last-of-type(12) {
  z-index: 12;
}
.ui-form--standart form fieldset:nth-last-of-type(13), .ui-form--standart form>div:nth-last-of-type(13) {
  z-index: 13;
}
.ui-form--standart form fieldset:nth-last-of-type(14), .ui-form--standart form>div:nth-last-of-type(14) {
  z-index: 14;
}
.ui-form--standart form fieldset:nth-last-of-type(15), .ui-form--standart form>div:nth-last-of-type(15) {
  z-index: 15;
}
.ui-form--standart form fieldset:nth-last-of-type(16), .ui-form--standart form>div:nth-last-of-type(16) {
  z-index: 16;
}
.ui-form--standart form fieldset:nth-last-of-type(17), .ui-form--standart form>div:nth-last-of-type(17) {
  z-index: 17;
}
.ui-form--standart form fieldset:nth-last-of-type(18), .ui-form--standart form>div:nth-last-of-type(18) {
  z-index: 18;
}
.ui-form--standart form fieldset:nth-last-of-type(19), .ui-form--standart form>div:nth-last-of-type(19) {
  z-index: 19;
}
.ui-form--standart form fieldset:nth-last-of-type(20), .ui-form--standart form>div:nth-last-of-type(20) {
  z-index: 20;
}
.ui-form--standart form fieldset:nth-last-of-type(21), .ui-form--standart form>div:nth-last-of-type(21) {
  z-index: 21;
}
.ui-form--standart form fieldset:nth-last-of-type(22), .ui-form--standart form>div:nth-last-of-type(22) {
  z-index: 22;
}
.ui-form--standart form fieldset:nth-last-of-type(23), .ui-form--standart form>div:nth-last-of-type(23) {
  z-index: 23;
}
.ui-form--standart form fieldset:nth-last-of-type(24), .ui-form--standart form>div:nth-last-of-type(24) {
  z-index: 24;
}
.ui-form--standart form fieldset:nth-last-of-type(25), .ui-form--standart form>div:nth-last-of-type(25) {
  z-index: 25;
}
.ui-form--standart form fieldset:nth-last-of-type(26), .ui-form--standart form>div:nth-last-of-type(26) {
  z-index: 26;
}
.ui-form--standart form fieldset:nth-last-of-type(27), .ui-form--standart form>div:nth-last-of-type(27) {
  z-index: 27;
}
.ui-form--standart form fieldset:nth-last-of-type(28), .ui-form--standart form>div:nth-last-of-type(28) {
  z-index: 28;
}
.ui-form--standart form fieldset:nth-last-of-type(29), .ui-form--standart form>div:nth-last-of-type(29) {
  z-index: 29;
}
.ui-form--soft-gray-bg form .hs-input {
  border-bottom: 1px solid black;
}
.ui-form--soft-gray-bg form .hs-fieldtype-select .input {
  border-bottom: 1px solid black;
}
.ui-form--soft-gray-bg form input[type="submit"] {
  border-color: var(--color--light-royal-blue);
  background-color: var(--color--light-royal-blue);
}
@media not all and (hover: none) {
  .ui-form--soft-gray-bg form input[type="submit"]:hover {
    background-color: transparent;
    border-color: var(--color--light-royal-blue) !important;
    color: var(--color--light-royal-blue);
  }
}
.ui-form--white-bg form .hs-input {
  border-bottom: 1px solid black;
  background-color: var(--color--cream);
}
.ui-form--white-bg form .hs-fieldtype-select {
  border-bottom: 1px solid black;
}
.ui-form--white-bg form .hs-fieldtype-select select {
  background: var(--color--cream);
}
.ui-form--white-bg form input[type="submit"] {
  border-color: var(--color--light-royal-blue);
  background-color: var(--color--light-royal-blue);
}
@media not all and (hover: none) {
  .ui-form--white-bg form input[type="submit"]:hover {
    background-color: transparent;
    border-color: var(--color--light-royal-blue) !important;
    color: var(--color--light-royal-blue);
  }
}
/**
 * Module Layout
 */

.ui-module {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.ui-module:not(.ui-module--no-gap) {
  padding-right: var(--layout--dp-gap);
  padding-left: var(--layout--dp-gap);
}
.ui-module--small-top-margin {
  margin-top: 30px;
}
.ui-module--regular-top-margin {
  margin-top: 50px;
}
.ui-module--medium-top-margin {
  margin-top: 70px;
}
.ui-module--large-top-margin {
  margin-top: 110px;
}
.ui-module--small-bottom-margin {
  margin-bottom: 30px;
}
.ui-module--regular-bottom-margin {
  margin-bottom: 50px;
}
.ui-module--medium-bottom-margin {
  margin-bottom: 70px;
}
.ui-module--large-bottom-margin {
  margin-bottom: 110px;
}
.ui-module__container {
  width: 100%;
  max-width: var(--layout--dp-content-width);
}
.ui-module__container--indented {
  padding-left: 35px;
  padding-right: 35px;
}
.ui-module__container-content {
  width: 100%;
  margin: 0 auto;
}
.ui-module__full-container {
  width: 100%;
}
.ui-module__full-container-content {
  width: 100%;
  max-width: var(--layout--dp-content-width);
  margin: 0 auto;
}
.ui-module[data-tab-active] {
  transition-property: opacity, transform;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ui-module[data-tab-active="false"] {
  display: none;
}
.ui-module[data-tab-show="true"] {
  opacity: 1;
  transform: translateY(0);
}
.ui-module[data-tab-show="false"] {
  opacity: 0;
  transform: translateY(50px);
}
@media (max-width: 568px) {
  .ui-module:not(.ui-module--no-gap) {
    padding-right: var(--layout--mb-gap);
    padding-left: var(--layout--mb-gap);
  }
  .ui-module--large-bottom-margin {
    margin-bottom: 60px;
  }
}
.ui-button {
  position: relative;
  cursor: pointer;
  padding: 11px 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.ui-button::before {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  content: ' ';
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 40px;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translateZ(0) scale(1, 1) translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
}
.ui-button span {
  font-size: 16px;
  font-weight: 500;
  position: relative;
  z-index: 2;
}
.ui-button--fill-black {
  color: white;
}
.ui-button--fill-black::before {
  border: 1px solid black;
  background-color: black;
}
.ui-button--fill-white {
  color: black;
}
.ui-button--fill-white::before {
  border: 1px solid white;
  background-color: white;
}
.ui-button--fill-blue {
  color: white;
}
.ui-button--fill-blue::before {
  border: 1px solid var(--color--light-royal-blue);
  background-color: var(--color--light-royal-blue);
}
.ui-button--line-white {
  color: white;
  background-color: transparent;
}
.ui-button--line-white::before {
  border: 1px solid white;
}
@media not all and (hover: none) {
  .ui-button--line-white:hover {
    color: black;
  }
  .ui-button--line-white:hover::before {
    background-color: white;
  }
}
.ui-button--line-black {
  color: black;
}
.ui-button--line-black::before {
  border: 1px solid black;
}
@media not all and (hover: none) {
  .ui-button--line-black:hover {
    color: white;
  }
  .ui-button--line-black:hover::before {
    background-color: black;
  }
}
@media not all and (hover: none) {
  .ui-button:hover::before {
    width: calc( 100% - 10px);
    height: calc( 100% - 6px);
  }
}
body .header-container-wrapper {
  z-index: 100;
  position: relative;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */
footer.footer.footer-group.lp-footer {
	padding-top:15px;
	padding-bottom:15px; 
	position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}

.lp-footer .footer__container.bottom-container {
	padding-top: 0;
}

.lp-footer  .footer__copyright-menu {
	margin: 0;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.lp-footer  .footer__copyright-menu a {
	text-decoration: none;
	font-size: 13px;
	line-height: 29px;
	font-weight: normal;
}

.lp-footer  .footer__copyright-menu i {
	font-style: normal;
	margin: 0 8px;
	height: 10px;
	width: 1px;
	background-color: white;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

.footer {
	background-color: #F8FAFC;

}
.footer__container {
	margin: 0 auto;
}

.footer-cta-section {
	padding-top: 110px;
	padding-bottom: 100px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
}

.footer-cta-section .footer__container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

.footer-cta-section__title {
	text-align: center;
	font-family: Avenir Next;
	font-style: normal;
	font-weight: 800;
	font-size: 16px;
	line-height: 38px;
	text-transform: uppercase;
	margin-bottom: 15px;
	max-width: 645px;
	width: 100%;
	letter-spacing: .9px;
	transition: all .8s cubic-bezier(0.165,0.84,0.44,1);
	opacity: 1;
	transform: translateY(0);

}

.footer-cta-section__text {
	text-align: center;
	font-family: Avenir Next;
	font-style: normal;
	font-weight: normal;
	font-size: 21px;
	line-height: 34px;
	max-width: 645px;
	width: 100%;
	transition: all .8s cubic-bezier(0.165,0.84,0.44,1) .2s;
	opacity: 1;
	opacity: 1;
	transform: translateY(0);
}
.footer-group {
	padding: 100px 30px 45px 30px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}
.footer__container.bottom-container {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 285px 1fr;
	grid-template-columns: 285px 1fr;
	grid-gap: 120px;
	padding-top: 140px;
	width: 100%;
	padding-left: 35px;
	padding-right: 35px;
}

.footer__copyright-brand img {
	display: block;
}

.footer__copyright-menu {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: center;
	align-items: center;
}

.footer__copyright-menu a {
	font-size: 14px;
	line-height: 1.5;
	font-weight: normal;

}

.footer__copyright-menu  i {
	font-style: normal;
	margin: 0 18px;
	height: 16px;
	width: 1px;
	background-color: white;
}

.footer__copyright-menu a:hover {
	text-decoration: underline;
}

.footer__container.top-container {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 285px 1fr;
	grid-template-columns: 285px 1fr;
	grid-gap: 120px;
	width: 100%;
	padding-left: 35px;
	padding-right: 35px;
}

.module-footer__menu-column {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	max-width: 600px;
}

.module-footer__menu-column-list {
	width: 180px;
}

.module-footer__menu-column-list h4 {
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	margin-bottom: 10px;
	text-transform: capitalize;
}



.footer-menu1 .hs-menu-wrapper ul , .footer-menu2 .hs-menu-wrapper ul , .footer-menu3 .hs-menu-wrapper ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

.footer-menu1 .hs-menu-wrapper ul > li > a, .footer-menu2 .hs-menu-wrapper ul > li > a, .footer-menu3 .hs-menu-wrapper ul > li > a {
	display: table;
	font-size: 14px;
	line-height: 1;
	margin-bottom: 20px;
	padding: 0;
}

.footer-menu1 .hs-menu-wrapper ul > li > a:hover, .footer-menu2 .hs-menu-wrapper ul > li > a:hover, .footer-menu3 .hs-menu-wrapper ul > li > a:hover {
	text-decoration: underline;
}

.footer__nl-column h4 {
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	margin-bottom: 10px;
	text-transform: none;
}

.footer__social-list {
	margin: 20px 0 10px 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
}

.module-footer__social-button {
	margin-right: 10px;
	width: 30px;
	height: 30px;
	position: relative;
	text-decoration: none;
}

.module-footer__social-button::before {
	transition: all .6s cubic-bezier(0.165,0.84,0.44,1);
	content: ' ';
	width: 100%;
	height: 100%;
	position: absolute;
	border: 1px solid;
	border-radius: 50px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.module-footer__social-button svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.module-footer__social-button[href^="https://twitter.com"]:hover:before {
	background-color: #1da1f2;
	border-color: #1da1f2;
}

.module-footer__social-button:hover:before {
	width: calc( 100% + 10px);
	height: calc( 100% + 10px);
}

.module-footer__social-button[href^="https://www.linkedin.com"]:hover:before {
	background-color: #0077b5;
	border-color: #0077b5;
}

.module-footer__social-button[href^="https://www.facebook.com"]:hover:before {
	background-color: #3b5998;
	border-color: #3b5998;
}

.module-footer__social-button[href^="https://www.instagram.com"]:hover:before {
	background-color: #c13584;
	border-color: #c13584;
}

.footer__phone-number {
	font-size: 16px;
	line-height: 2.13;
	text-decoration: none;
}

.footer__phone-number:hover {
	text-decoration: underline;
	color: #fff;
}



.footer__nl-column h3 {
	display: none !important;
}

.footer__nl-column  form {
	position: relative;
	max-width: 100%;
}

.footer__nl-column form .field {
	margin-bottom: 0px;
}

.footer__nl-column .hs-form label {
	display: none;
}



.footer__nl-column form input[type=email] {
	font-size: 15px;
	font-weight: normal;
	line-height: 1;
	letter-spacing: normal;
	padding: 10px 10px;
	color: black;
	border: 0;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
}
.footer__nl-column form input[type=email]::placeholder {
	color: black;
}
.footer__nl-column form input[type=email]:focus {
	outline-offset: -2px;
	outline: -webkit-focus-ring-color auto 1px;
}

.footer__nl-column form input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	background-image: url('https://2675296.fs1.hubspotusercontent-na1.net/hubfs/2675296/Canopy_April2020/images/download.svg');
	background-position: center center;
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
	color: white;
	text-indent: -9999px;
	outline: 0;
	cursor: pointer;
	appearance: none;
	border-radius: 0;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 6px;
	padding-right: 6px;
}

.footer__nl-column form input[type="submit"]:hover {
	animation: nl_arrow_move 1s cubic-bezier(0.175,0.885,0.32,1.275) 1;
	background-color: rgba(43,75,255,1.0);
}

@keyframes nl_arrow_move {
	0% {
		background-position: 50% center
	}

	50% {
		background-position: 140% center
	}

	50.1% {
		background-position: -140% center
	}

	100% {
		background-position: 50% center
	}
}

.footer__nl-column form .hs-input.invalid.error {
	border: 0px;
}

.footer__nl-column form .hs-error-msg {
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 14px;
	line-height: 20px;
}

.footer__nl-column form .hs-error-msgs.inputs-list li:before {
	content: ' ';
	width: 4px;
	height: 4px;
	position: absolute;
	left: 5px;
	top: 7px;
	background-color: red;
	border-radius: 10px;
}

.footer__nl-column form .hs-error-msgs.inputs-list {
	margin-bottom: 3px;
	position: relative;
	padding-left:0px;
}

.footer__nl-column form .hs-error-msgs label {
	display: block;
	font-size: 14px;
	line-height: 20px;
}

.footer__nl-column form .hs-error-msgs.inputs-list li {
	margin-bottom: 3px;
	position: relative;
	padding-left: 17px;
}


@media(max-width:1023px){
	.footer__container.bottom-container {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding-top: 60px;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.footer__container.top-container {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.module-footer__nl-group {
		width: 100%;
		max-width: 280px;
	}

	.module-footer__menu-column {
		width: 100%;
		max-width: 90%;
		margin-bottom: 70px;
	}
	.module-footer__menu-column-list {
		width: calc( 100% - 30px);
	}
}

@media(max-width:568px){
	.module-footer__menu-column-list {
		width: calc( 100% - 30px);
	}

	.footer__container.bottom-container {
		padding-left: 0px;
		padding-right: 0px;
	}

	.footer__container.top-container {
		padding-left: 0;
		padding-right: 0;
	}

	.module-footer__menu-column {
		max-width: 100%;
	}

	.footer-group {
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 30px;
	}

	.footer-cta-section {
		padding-left: 20px;
		padding-right: 20px;

	}
}

@media (max-width:414px) {

	.footer__container.bottom-container {
		padding-top: 50px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.footer__copyright-brand {
		margin-bottom: 20px;
	}

	.module-footer__menu-column {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-bottom: 40px;
	}

	.module-footer__menu-column-list {
		margin-bottom: 30px;
	}

	.module-footer__menu-column-list:last-of-type {
		margin-bottom: 0;
	}

	.module-footer-cta-section {
		padding-top: 90px;
		padding-bottom: 60px;
	}
	.footer-group {
		padding-bottom: 30px;
		padding-top: 60px;
	}

	.footer-cta-section {
		padding-top: 90px;
		padding-bottom: 60px;
	}
}
.blog-index__tag-header . .blog-header{
	display:none;
}



.blog-listing-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
}

.blog-listing-wrapper .content-wrapper {
	margin: 0 auto;
	width: 100%;
}

.blog-resources-template__title {
	padding: 0;
	border: 0;
	margin: 51px 0 100px 0;
	font-family: "Domaine Display Narrow Bold",Arial,Helvetica,sans-serif;
	font-size: 68px;
	font-weight: bold;
	line-height: 1.07;
	letter-spacing: normal;
}

.blog-resources-template__title span {
	transition: all 1s cubic-bezier(0.165,0.84,0.44,1);
	transition-delay: calc(20ms + (50ms * var(--word-index)));
	opacity: 1;
	transform: translateY(0);
	display: inline-block;
	min-width: 18px;
	margin: 0 5.1px;
}

.blog-index {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
}

.post--featured {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-grid-column: span 2;
	grid-column-start: span 2;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1.5fr 1fr;
	grid-template-columns: 1.5fr 1fr;
	gap: 70px;
}

.featured-image-link {
	text-decoration: none;
	display: block;
	transition-property: transform,opacity;
	transition-duration: 1s;
	transition-timing-function: cubic-bezier(0.165,0.84,0.44,1);
	opacity: 1;
	transform: translateY(0);
	transition-delay: .08s;
}

.featured-image {
	max-width: 100%;
	min-height: 340px;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: all .6s cubic-bezier(0.165,0.84,0.44,1);
	height: 300px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
	box-shadow: 0px 0 20px -6px rgba(0,0,0,0);
}

.blog-resources-template__post-content-topics {
	font-size: 10px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.8;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 5px;
	display: block;
	transition-delay: .08s;
	transition-property: transform,opacity;
	transition-duration: 1s;
	transition-timing-function: cubic-bezier(0.165,0.84,0.44,1);
	opacity: 1;
	transform: translateY(0);
	display: inline-block;
}

.blog-resources-template__post-content-title {
	transition-delay: .16s;
	transition-property: transform,opacity;
	transition-duration: 1s;
	transition-timing-function: cubic-bezier(0.165,0.84,0.44,1);
	opacity: 1;
	transform: translateY(0);
	max-width: 470px;
	display: block;
	text-decoration: none;
}

.blog-resources-template__post-content-title h2 {
	font-size: 28px;
	line-height: 1.3;
	margin-bottom: 20px;
	display: block;
	color: black;
}

.blog-resources-template__post-content-title:hover {
	text-decoration: underline;
}

.blog-resources-template__post-content-description {
	margin: 0;
	display: block;
	max-width: 420px;
	line-height: 1.6;
	transition-property: transform,opacity;
	transition-duration: 1s;
	transition-timing-function: cubic-bezier(0.165,0.84,0.44,1);
	opacity: 1;
	transform: translateY(0);
	transition-delay: .24s;
}

.blog-resources-template__post-content-date {
	margin: 0;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.56;
	color: #717171;
	margin-top: 40px;
	transition-property: transform,opacity;
	transition-duration: 1s;
	transition-timing-function: cubic-bezier(0.165,0.84,0.44,1);
	opacity: 1;
	transform: translateY(0);
	transition-delay: .32s;
}

.blog-index__post.blog-index__post--small {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.blog-index__post.blog-index__post--small .blog-resources-template__post-media {
	width: 100%;
}

.blog-index__post.blog-index__post--small .blog-resources-template__post-content {
	width: 100%;
}

.blog-index__post.blog-index__post--small .blog-resources-template__post-content-topics {
	margin-top: 40px;
}
.featured-image-link:hover img {
	box-shadow: 0px 10px 20px -6px rgba(0,0,0,0.4);
	transform: translateY(-10px) scale(1.02);
}
.blog-pagination {
	-ms-grid-column: span 2;
	grid-column-start: span 2;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 50px;
	margin-bottom: 100px;
}

.blog-pagination ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	text-align: center;
}

.blog-pagination ul li {
	display: inline-block;
}

.blog-pagination ul li a {
	transition: all .6s cubic-bezier(0.165,0.84,0.44,1);
	color: black;
	margin: 0 2px;
	display: block;
	padding: 2px 8px;
	font-size: 16px;
	font-weight: 600;
	position: relative;
	text-decoration: none;
	line-height: 22.4px;
}

.blog-pagination ul li a:before {
	transition: all .8s cubic-bezier(0.19,1,0.22,1);
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid black;
	opacity: 0;
}

.blog-pagination ul li a:hover:before {
	opacity: 1;
}

.blog-pagination ul li a.active {
	pointer-events: none;
}

.blog-pagination ul li a.active:before {
	opacity: 1;
}

.blog-pagination ul li a.next-link , .blog-pagination ul li a.prev-link {
	opacity: .5;
}

.blog-pagination ul li a.next-link:hover:before, .blog-pagination ul li a.prev-link:hover:before {
	opacity: 0;
}

.blog-pagination ul li a.next-link span , .blog-pagination ul li a.prev-link span {
	transition: all .6s cubic-bezier(0.165,0.84,0.44,1);
}

.blog-pagination ul li a.next-link:hover , .blog-pagination ul li a.prev-link:hover {
	opacity: 1;
}
.footer-container-wrapper {
	width: 100%;
}

.module-newsletter-section {
	padding: 40px 30px;
	background-color: #fbfbfb;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	line-height: 1.4;
}

.newsletter-section__container {
	padding: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding-left: 35px;
	padding-right: 35px;
}

.newsletter-section__icon {
	margin-right: 55px;
}

.newsletter-section__content h4 {
	font-size: 24px;
	margin: 0;
	font-weight: bold;
	line-height: 1.17;
	margin-bottom: 5px;
	text-transform: none;
	letter-spacing: normal;
}

.newsletter-section__content p {
	margin: 0;
	font-size: 16px;
	font-style: normal;
	line-height: 1.56;
	margin-bottom: 10px;
}

.newsletter-section__content h3 {
	display: none !important;
}

.newsletter-section__content form {
	max-width: 360px;
	position: relative;
	margin-top: 10px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
}

.newsletter-section__content form .field {
	margin-bottom: 0;
	width: 100%;
}

.newsletter-section__content form .hs-email>label {
	display: none;
}

.newsletter-section__content form .hs-email input {
	transition: box-shadow 1s cubic-bezier(0.165,0.84,0.44,1);
	font-size: 15px;
	font-style: normal;
	line-height: 2;
	border: 0;
	border-radius: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
	border-radius: 0;
	box-shadow: 0 2px 10px 0 rgba(0,0,0,0.14);
	width: 100%;
	padding: 6px 15px;
	background-color:#fff;

}
.newsletter-section__content form .hs-email input::placeholder {
	color: #494a52;
}
.newsletter-section__content form .hs_submit {
	position: absolute;
	top: 0;
	right: 0;
}
.blog-comments .actions {
	padding: 0;
	text-align: center;
}
.newsletter-section__content form .hs_submit input {
	transition-property: padding-right;
	transition-duration: .8s;
	transition-timing-function: cubic-bezier(0.165,0.84,0.44,1);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	border-radius: 0;
	outline: 0;
	padding: 11px 20px 11px 20px;
	cursor: pointer;
	font-weight:400;
}
.module-form-with-text-section-01__form form .hs-input:hover {
	padding-left: 20px;
}
.newsletter-section__content form .hs_submit input:hover , .newsletter-section__content form .hs_submit input:focus {
	padding-right: 35px;
	background-color: #2b4bff;
	color: #fff;
}


.newsletter-section__content form .hs-email .hs-input.invalid.error {
	border: 0;
}

.newsletter-section__content form .hs-error-msgs {
	margin-top: 15px;
	margin-left: 10px;
	font-size: 14px;
}

.newsletter-section__content form .hs-error-msgs li {
	margin-top: 5px;
	padding-left: 20px;
	position: relative;
}

.newsletter-section__content form .hs-error-msgs li::before {
	content: ' ';
	width: 6px;
	height: 6px;
	position: absolute;
	left: 5px;
	top: calc( 50% - 3px);
	background-color: red;
	border-radius: 10px;
}

.module-form-with-text-section-01 {
	position: relative;
	background-color: black;
	color: white;
	z-index: 15;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
}

.module-form-with-text-section-01__container {
	position: relative;
	padding-top: 170px;
	padding-bottom: 230px;
	z-index: 1;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	grid-gap: 50px;
	width: 100%;
}

picture.form-with-text-section-01__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	padding: 0;
	margin: 0;
}

picture.form-with-text-section-01__bg img {
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}

.form-with-text-section-01__content {
	padding-top: 50px;
}

.form-with-text-section-01__title {
	font-size: 68px;
	line-height: 1.2;
	margin-bottom: 20px;
	margin-top: 0;
	color: white;
	font-family: "Domaine Display Narrow Bold", Arial, Helvetica, sans-serif;
}

.form-with-text-section-01__content p {
	margin: 0;
	max-width: 504px;
	width: 100%;
	font-size: 24px;
	transition: all .8s cubic-bezier(0.165,0.84,0.44,1) .5s;
	opacity: 1;
	transform: translateY(0);
	line-height: 33.6px;
}

.form-with-text-section-01__title span {
	transition: all 1s cubic-bezier(0.165,0.84,0.44,1);
	transition-delay: calc(20ms + (30ms * var(--word-index)));
	opacity: 1;
	transform: translateY(0);
}

.splitting .word, .splitting .char {
	display: inline-block;
}

.module-form-with-text-section-01__form {}

.module-form-with-text-section-01__form h3 {
	display: none !important;
}

.module-form-with-text-section-01__form 
form {
	max-width: 100%;
}

.module-form-with-text-section-01__form form .field {
	margin-bottom: 30px;
}

.module-form-with-text-section-01__form form >* {
	transition: all 1s cubic-bezier(0.165,0.84,0.44,1);
	opacity: 1;
	transform: translateY(0);
}

.module-form-with-text-section-01__form form >*:nth-child(1) {
	transition-delay: .58s;
}

.module-form-with-text-section-01__form form .hs-form-field>label {
	display: none;
}

.module-form-with-text-section-01__form form .hs-input {
	transition-property: background-color,padding-left;
	transition-duration: .6s;
	transition-timing-function: cubic-bezier(0.165,0.84,0.44,1);
	font-size: 21px;
	border: 0;
	padding: 15px;
	color: #000;
	outline: 0;
	background-color: white;
	border: white 2px solid;
	outline: 0;
	width: 100%;
}

.module-form-with-text-section-01__form form .hs-input::placeholder {
	color: black;
}

.module-form-with-text-section-01__form form .hs-fieldtype-select .input {
	position: relative;
	cursor: pointer;
}

.module-form-with-text-section-01__form form .hs-fieldtype-select .input:before {
	transition: top .6s cubic-bezier(0.175,0.885,0.32,1.275);
	content: ' ';
	width: 30px;
	height: 30px;
	position: absolute;
	right: 20px;
	top: 50%;
	background-position: center;
	background-repeat: no-repeat;
	transform: translateY(-50%);
	z-index: 10;
	pointer-events: none;
	background-image: url("https://2675296.fs1.hubspotusercontent-na1.net/hubfs/2675296/Canopy_April2020/images/download%20%281%29.svg");
}

.module-form-with-text-section-01__form form .hs-fieldtype-select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 0;
}
.module-form-with-text-section-01__form form>*:nth-child(2) {
	transition-delay: .66s;
}

.module-form-with-text-section-01__form form>*:nth-child(3) {
	transition-delay: .74s;
}

.module-form-with-text-section-01__form form>*:nth-child(4) {
	transition-delay: .82s;
}

.module-form-with-text-section-01__form form>*:nth-child(5) {
	transition-delay: .9s;
}

.module-form-with-text-section-01__form .hs_submit.hs-submit {
	transition-delay: 1.06s;
}

.module-form-with-text-section-01__form .hs_submit .actions input[type="submit"] {
	transition: all .6s cubic-bezier(0.165,0.84,0.44,1);
	font-size: 16px;
	font-weight: 500;
	padding: 10px 30px;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	border: 0;
	background-color: transparent;
	letter-spacing: normal;
	margin-top: 20px;
	cursor: pointer;
	outline: 0;
	border: 2px solid white;
	color: #fff;
	margin-bottom:0;
}

.module-form-with-text-section-01__form .hs_submit .actions input[type="submit"]:hover {
	background-color: white;
	color: black;
}
.module-form-with-text-section-01__form .hs_submit .actions input[type="submit"]:focus {
	color: #fff;
}
.module-form-with-text-section-01__form .hs-form-field .hs-error-msgs {
	margin-top: 10px;
}

.module-form-with-text-section-01__form .hs-form-field .hs-error-msgs li {
	margin-top: 5px;
	padding-left: 20px;
	position: relative;
}

.module-form-with-text-section-01__form .hs-form-field .hs-error-msgs li:before {
	content: ' ';
	width: 6px;
	height: 6px;
	position: absolute;
	left: 5px;
	top: calc( 50% - 3px);
	background-color: red;
	border-radius: 10px;
}

.post-content-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
}

.post-content-wrapper .content-wrapper {
	width: 100%;
	margin: 0 auto;
}

.banner-container {
	width: 100%;
	max-width: 880px;
	margin: 81px auto 80px auto;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.post-title {
	font-family: "Domaine Display Narrow Bold",Arial,Helvetica,sans-serif;
	font-size: 68px;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: normal;
	display: block;
	margin:0;
}
.blog-banner-image {
	width: 100%;
}

.blog-post__body {
	width: 100%;
	max-width: 880px;
	margin: 80px auto 120px auto;
	display: block;
}

.blog-banner-image img {
	width: 1080px;
	margin: 0 auto;
	display: block;
	max-width: 100%;
}
.blog-post__body p {
	font-weight: 400;
	font-size: 21px;
	line-height: 1.69;
	margin-bottom: 50px;
	font-family: "Domaine Display Regular", Arial, Helvetica, sans-serif;
}

.blog-comments {
	width: 100%;
}

.blog-comments form {
	max-width: 100%;
}

.section.post-footer {
	width: 100%;
}

.blog-banner-text {
	display: block;
	margin: 25px 0;
	font-size: 24px;
}

.blog-reading-time {
	margin: 0;
	margin-bottom: 0;
	display: block;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
}

.blog-reading-time svg {
	display: block;
	transform: translateY(-2px);
}

.reading-minutes {
	margin-left: 15px;
	line-height: 1;
}

.section.post-footer h3 {
	margin-bottom: 30px;
}
.blog-pagination ul li:last-child {
	margin-right: 0;
}
.blog-pagination ul li {
	display: inline-block;
	margin-right: -4px;
}

.post-item {
	margin-bottom: 20px;
}
.blog-pagination__link {
	padding-left: 15px;
}

.blog-pagination__link svg {
	position: relative;
	top: 5px;
}
.module-form-with-text-section-01__form .hs-form-field  .hs-error-msgs label {
	color: #fff;
}

.module-form-with-text-section-01__form  form .hs-error-msgs label {
	color: #fff;
}
@media(max-width:1024px){
	.blog-pagination {
		margin-top: 30px;
		margin-bottom: 60px;
	}
	.module-form-with-text-section-01__container {
		-ms-grid-columns: 1.3fr 1fr;
		grid-template-columns: 1.3fr 1fr;
	}
	.form-with-text-section-01__content {
		padding-top: 0;
	}

	.form-with-text-section-01__content p {
		width: 100%;
	}
}


@media(max-width:1023px){
	.blog-resources-template__title {
		margin: 15px 0 50px 0;
		font-size: 50px;
		word-spacing: -4.5px;
	}

	.post--featured {
		-ms-grid-columns: 100%;
		grid-template-columns: 100%;
		gap: 40px;
	}

	.post--featured .featured-image {
		height: 200px;
	}

	.blog-resources-template__post-content-date {
		font-size: 14px;
	}


	.blog-resources-template__post-content-title h2 {
		font-size: 20px;
	}
	.module-form-with-text-section-01__container {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-align: center;
		align-items: center;
	}
	.form-with-text-section-01__content {
		padding-top: 0px;
		width: 100%;
		max-width: 600px;
	}
	.form-with-text-section-01__title {
		font-size: 60px;
	}
	.form-with-text-section-01__content p {
		font-size: 21px;
		line-height: 29.4px;
	}
	.form-with-text-section-01__content p {
		max-width: 550px;
		width: 100%;
	}
	.module-form-with-text-section-01__form {
		width: 100%;
		margin-top: 80px;
		max-width: 600px;
	}
	.module-form-with-text-section-01__form form {
		margin: 0;
	}
	.banner-container {
		font-size: 18px;
		margin-top: -5px;
		margin-bottom: 60px;
	}

	.post-title {
		font-size: 36px;
	}

	.blog-reading-time svg {
		transform: translateY(0);
	}

	.blog-post__body {
		margin-top: 60px;
		margin-bottom: 80px;
	}
}
@media (max-width: 568px){
	.blog-resources-template__title {
		margin: -5px 0 30px 0;
		font-size: 36px;
		word-spacing: -1.5px;
	}

	.blog-index {
		ms-grid-columns: 100%;
		grid-template-columns: 100%;
	}

	.post--featured {
		-ms-grid-column: 1;
		grid-column-start: 1;
	}

	.blog-pagination {
		margin: 0 auto 40px 0;
		width: 100%;
	}
	.blog-index {
		display: block;
	}
	.module-newsletter-section {
		padding-left: 20px;
		padding-right: 20px;
	}

	.module-form-with-text-section-01 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.module-form-with-text-section-01__container {
		padding-top: 100px;
		padding-bottom: 70px;
	}

	.form-with-text-section-01__title {
		font-size: 36px;
	}

	.module-form-with-text-section-01__form {
		margin-top: 60px;
	}
}

@media(max-width:767px){
	.post-item .featured-image {
		width: 100% !important;
	}
}

@media(max-width:441px){
	.newsletter-section__icon {
		display: none;
	}
}

@media(max-width:414px){
	.post-content-wrapper {
		padding-left: 20px;
		padding-right: 20px;
	}
	.blog-pagination {
		margin: 10px auto 30px 0;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.blog-pagination ul li a {
		margin-bottom: 15px;
	}
	.blog-index__post.blog-index__post--small {
		margin-bottom: 60px;
	}
	.blog-listing-wrapper {
		padding-left: 20px;
		padding-right: 20px;
	}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */
.content-wrapper {
	margin: 0 auto;
}

.tight .il-container {
 
  max-width: 900px;
  
}

.hs-button-trans {
	transition: all .6s cubic-bezier(0.165,0.84,0.44,1);
	background: transparent;
  border: solid #000;
  border-radius: 50px;
  border-width: 1px;
  color: #000;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 30px 5px;
  font-family: Avenir Next;
	transform: translateZ(0) scale(1,1) translate(-50%,-50%);
}

.systems-page .page-header h2 {
	font-size: 24px;
}

.password-page input#hs-pwd-widget-password {
	height: auto !important;
	margin-top: 0px !important;
	margin-bottom: 20px;
}

.systems-page input.email-edit.hs-input {
	font-size: 21px !important;
	padding: 15px !important;
}
.error-page {
	padding: 3rem 30px;
	text-align: left;
	position: relative;
}


.error-page:before {
	content: attr(data-error);
	position: absolute;
	width: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-family: Lato, sans-serif;
	font-size:30vw;
	font-weight: bold;
	color: #F3F6F9;
	z-index: -1;
}
@media screen and (min-width: 1100px) {
	.error-page:before {
		font-size: 10rem;
	}
}
.error-page_heading {
	margin-bottom: 1rem;
}

.systems-page {
	padding: 3rem 20px;
}
.systems-page .success {
	display: inline-block;
	margin: 2rem 0;
	width:auto;
	background-color: #CDE3CC;
	border: 1.5px solid #4F7D24;
	border-radius: 6px;
	font-size: .75rem;
	color: #4F7D24;
	padding: .1rem .75rem;
}

.hs-search-results {
	margin-top: 2rem;
}
ul.hs-search-results__listing li {
	margin-bottom: 2rem;
}
.hs-search-results__title {
	font-family: Merriweather, serif;
	font-size: 1.25rem;
	color: #494a52;
	text-decoration: underline;
	margin-bottom: .25rem;
}
.hs-search-results__title:hover {
	text-decoration: none;
}
.hs-search-results__description {
	padding-top: .5rem;
}
.hs-search-highlight {
	font-weight: bold;
}
.hs-search-results__pagination a {
	color: #494a52;
}

@media(max-width:767px){
	.systems-page .page-header h1 {
		font-size: 28px;
	}
}


@media (max-width: 568px){
	.error-page {
		padding:51px 20px;
		text-align: center;
		position: relative;
	}
	.systems-page {
		padding:51px 20px;
	}
}


@media(max-width:414px){
  .body-container-wrapper {
    /*     padding-left: 20px;
    padding-right: 20px; */
  }
}