/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}

button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;

  background: transparent;

  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;

  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;

  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;

  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
}
/*! 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.
 */

* { box-sizing: border-box; }
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  scroll-behavior: smooth;
}

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

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

body {
  margin: 0;
	font-size: 10px;
}

/**
 * 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
   ========================================================================== */

/**
 * Add the correct box sizing in Firefox.
 */

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

/**
 * 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
   ========================================================================== */

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, 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;
}

/* 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 */
}

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 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;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

/**
 * 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 and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
:root {
/* 	--cincGreen: #3A913F; */
	--cincGreen: #019f38;
	--electricGreen: #7DD800;
	--forestGreen: #235337;
	--blackGreen: #112719;
	
	--black: #141414;
	--gray900: #4A4F55;
	--gray700: #73777A;
	--gray500: #808080;
	--gray300: #9A9C9E;
	--gray300: #BCBDBE;
	--gray200: #D8D8D8;
	--gray100: #F1F1F1;
	--white: #FFFFFF;
	
	--red: #DF434F;
	--orange: #EA672C;
	--yellow: #EFA41E;
	--blue: #478CCA;
	--violet: #AA79AD;
	
	--montserrat: Montserrat, Arial;
	--extralight: 100;
	--light: 300;
	--regular: 400;
	--medium: 500;
	--semibold: 600;
	--bold: 700;
	--extrabold: 800;
	--heavy: 900;

	--rad: 16px;
	--radInner: 12px;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/



/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}


main {
	padding: 0 3rem;
}
.content-wrapper {
  
}



/* .dnd-section > .row-fluid {
margin: 0 auto;
}

.dnd-section .dnd-column {
padding: 0 1rem;
}

@media (max-width: 767px) {
.dnd-section .dnd-column {
padding: 0;
}
}
*/

.container-wide {
	max-width: 1440px;
	margin: 0 auto;
}
:root {
	--mainOffset: 0px;
	--mainPadding: 10px;
	@media (min-width: 640px) {
		--mainPadding: 15px;
	}
	@media (min-width: 1024px) {
		--mainPadding: 30px;
	}
	@media (max-width: 1149px) {
		--mainOffset: 5.5rem;
	}
}
main {
	margin-top: var(--mainOffset);
	padding: var(--mainPadding);
	@media (min-width: 1150px) {
		padding-top: 0;
	}
}

.container-wide, .container-narrow, .container-desktop {
	--padx: clamp(2rem, 10%, 6rem);	
	max-width: var(--containerWidth);
	margin: 0 auto;
	@media (min-width: 1024px) {
		--padx: clamp(2rem, 5%, 6rem);;	
	}

	&.padx-m-sm {
		@mobile (max-width: 599px) {
			--padx: clamp(.5rem, 2.5%, 3rem);;
		}
		
	}
	&.padx {
		padding-left: var(--padx);
		padding-right: var(--padx);
	}
	
}

section {
	border-radius: var(--rad);
}
.container-wide {
	--containerWidth: 1440px;
}
.container-desktop {
	--containerWidth: 1024px;
}
.container-narrow {
	--containerWidth: 600px;
	
}

/* Elements
Base HMTL elements are styled in this section (<body>, <h1>, <a>, <p>, <button> etc.)
*/

/* The overflow-wrap is meant to prevent long/large words from breaking the mobile responsiveness of a page (e.g. horizontal scrolling). It is preferred to reduce font sizes on mobile to address this, with this CSS specifically helping with extreme scenarios where a reduction in font size is not possible. */

html {
  font-size: 10px;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  line-height: 1.5;
  overflow-wrap: break-word;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Handles word breaking for a few specific languages which handle breaks in words differently. If your content is not translated into these languages, you can safely remove this.  */

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  overflow-wrap: normal;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 15px;
  line-height: 1.6em;
  margin-top: 0;
  margin-bottom: .9rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

.heading1 {
	font-size: clamp(32px, 8vw, 44px);
	line-height: 1.3;
	font-weight: var(--medium);
  letter-spacing: -.04em;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
  border: none;
}

.overline {
	text-transform: uppercase;
	letter-spacing: .18em;
	font-weight: var(--semibold);
	font-size: 13.5px;
	padding: .95em 0em;
	display: inline-block;
	border-radius: 40px;
	line-height: 1.3;
  text-wrap: initial;

  &.small {
    font-size: 13px;
  }
	
	&.pill {
		border: 1px solid var(--white);
		padding: .95em 2.5em;
    font-weight: var(--medium);
	}
	
	&.text-white {
		color: var(--white);
		border-color: var(--white);
	}
}
.breadcrumbs {
    margin-bottom: 4em;
    display: flex;
    gap: 1em;
    font-size: 11px;   
    a {
        text-transform: uppercase;
        letter-spacing: .18em;
        color: var(--gray700);
        font-weight: var(--medium);
            font-size: 1em;
            text-decoration: underline;
            text-decoration-color: var(--white);
            text-underline-offset: 5px;

            &:hover {
            color: var(--cincGreen);
            text-decoration-color: var(--blackGreen);
            text-underline-offset: 2px;
            }
    }
    
}
a, button {
	text-underline-offset: 5px;
}

button,
.button,
.hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled,
.hs-button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}

.btn {
	padding: 1.2em 2.4em;
	border-radius: 40px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: var(--medium);
	letter-spacing: .1em;
	line-height: 1.25;
	display: inline-block;
	/* white-space: nowrap; */
	text-align: center;
	box-sizing: border-box;
	transition: .25s ease;
	
	@media (min-width: 640px) {
		font-size: 16.5px;
	}

	&.small {
		font-size: 13px;
	}

	&.smallest {
		font-size: 12px;
		padding: 1em 2em;
	}

	&.bg-white {
		&:hover {
			color: var(--cincGreen);
		}
	}

	&.bg-cincGreen {
		background-color: var(--cincGreen);
		color: var(--white);
		&:hover {
			border-color: var(--electricGreen);
			box-shadow: 0 0 30px rgba(125,216,0,.75);
		}
	}
	
	&.bg-electricGreen {
		background-color: var(--electricGreen);
		color: var(--blackGreen);
		border: 1px solid rgba(255,255,255,0);
		
		&:hover {
			box-shadow: 0 0 30px rgba(125,216,0,.75);
			border: 1px solid rgba(255,255,255,.9);
		}
	}

	&.bg-blackGreen {
		color: var(--white);
		border: 1px solid rgba(255,255,255,0);
	}
	
	&.text-white {
		color: var(--white);
		
		&.outline {
			border: 1px solid var(--white);
		}
			
			
	}

	&.outline-white {
		border: 1px solid var(--white);
		
	}
	&.hover-electricGreen:hover {
		box-shadow: 0 0 30px rgba(125,216,0,.75);
	}
	&.outline-hover-electricGreen:hover {
		border-color: var(--electricGreen);
		box-shadow: 0 0 30px rgba(125,216,0,.75);
	}
		
	
}

input[type="submit"].hs-button {
	padding: 1.2em 2.4em;
	border-radius: 40px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: var(--medium);
	letter-spacing: .1em;
	line-height: 1.25;
	display: inline-block;
	/* white-space: nowrap; */
	text-align: center;
	background-color: var(--electricGreen);
	color: var(--blackGreen);
	border: 1px solid rgba(255,255,255,0);
	transition: .25s ease;
	&:hover {
		box-shadow: 0 0 30px rgba(125,216,0,.75);
		border: 1px solid rgba(255,255,255,.9);
	}

}
/* Fields */

.hs-form-field:not(.hs-fieldtype-booleancheckbox) {
    position: relative;
    margin-bottom: 24px;
    
    .input {
        
        input, select {
            background-color: var(--white);
            border-radius: 8px;
            min-height: 50px;
            font-size: 14px;
            -webkit-appearance: none;
        }
    }

     label:not(.hs-error-msg) {
        position: absolute;
        top: 15px;
        left: 16px;
        margin-bottom: 0;
        transition: .15s ease-in-out;
        border-radius: 2px;
        text-transform: uppercase;
        letter-spacing: .05em;
        color: var(--gray500);
        font-size: 12px;
    }
    input::placeholder {
        opacity: 0;
        transition: .15s ease-in-out;
        font-size: 14px;
    }

    &:has(> .input > input:focus),
    &:has(> .input > select:focus),
    &:has(> .input > input:not(:placeholder-shown)),
    &:has(> .input > select:not(:placeholder-shown)) {
        label:not(.hs-error-msg) {
            top: 0;
            left: 10px;
            transform: translateY(calc(-50% - 3px));
            background-color: var(--white);
            padding: 2px 5px;
        }
        input::placeholder {
            opacity: 1;
        }
    }

    &:has(> .input > input:focus),
    &:has(> .input > select:focus) {
        label:not(.hs-error-msg) {
            color: var(--cincGreen);
        }
    }
    input:focus,
    select:focus {
        border-color: var(--cincGreen);
    }
}

.hs-fieldtype-booleancheckbox {
    label span {
        line-height: 1;
        padding-left: 12px;
        font-size: 12px;
    }
}

/* Labels */
form label {
  display: block;
  font-family: var(--montserrat);
  font-size: 13px;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  

}


/* Form Title */
.form-title {
  margin-bottom: 0;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  box-sizing: border-box; 
  padding: 0 15px;
  min-height: 27px;
  width: 100% !important;
  max-width: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  border-width: 1px;
  border-style: solid;
  height: 40px;
  background-color: #f5f8fa;
  outline: none;
  color:#33475b;
}



form input::placeholder{
  color:#bfbfbf;
}

form .actions{
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 0px;
}

form textarea {
  resize: vertical;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

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

.no-list {
  margin: 0 0 5px; 
  width: 100%;
  padding-left: 5px;
}

.hs-input.invalid.error {
  border-color: #c87872;
}

.no-list.hs-error-msgs label {
    color: #f2545b!important;
}

form .inputs-list>li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
  margin: 0px;
}

.hs-error-msg {
  color: #f2545b !important;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


/* Search button input field and suggestions */
.body-container-wrapper .hs-search-field__button {
  padding: 15px;
}

.body-container-wrapper .hs-search-field__bar--button-inline .hs-search-field__button {
  margin-left: 6px;
  margin-bottom: 0;
}

.body-container-wrapper .hs-search-field__button svg {
  height: 15px;
  fill: #fff;
}

.body-container-wrapper .hs-search-field__bar > form > .hs-search-field__input {
  padding: 10px;
}

.body-container-wrapper .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 0.35rem 0.7rem;
  text-decoration: none;
  transition: background-color 0.3s;
}

/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/




/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr, .srt {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile, .srt-mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}

.text-cincGreen { color: var(--cincGreen); }
.text-blackGreen { color: var(--blackGreen); }
.text-forestGreen { color: var(--forestGreen); }
.text-electricGreen { color: var(--electricGreen); }
.text-black { color: var(--black); }
.text-gray900 { color: var(--gray900); }
.text-gray700 { color: var(--gray700); }
.text-gray500 { color: var(--gray500); }
.text-gray400 { color: var(--gra4300); }
.text-gray300 { color: var(--gray300); }
.text-gray200 { color: var(--gray200); }
.text-gray100 { color: var(--gray100); }
.text-white { color: var(--white); }
.text-red { color: var(--red); }
.text-orange { color: var(--orange); }
.text-yellow { color: var(--yellow); }
.text-blue { color: var(--blue); }
.text-violet { color: var(--violet); }

.bg-cincGreen { background-color: var(--cincGreen); }
.bg-blackGreen { background-color: var(--blackGreen); }
.bg-forestGreen { background-color: var(--forestGreen); }
.bg-electricGreen { background-color: var(--electricGreen); }
.bg-black { background-color: var(--black); }
.bg-gray900 { background-color: var(--gray900); }
.bg-gray700 { background-color: var(--gray700); }
.bg-gray500 { background-color: var(--gray500); }
.bg-gray400 { background-color: var(--gra4300); }
.bg-gray300 { background-color: var(--gray300); }
.bg-gray200 { background-color: var(--gray200); }
.bg-gray100 { background-color: var(--gray100); }
.bg-white { background-color: var(--white); }
.bg-red { background-color: var(--red); }
.bg-orange { background-color: var(--orange); }
.bg-yellow { background-color: var(--yellow); }
.bg-blue { background-color: var(--blue); }
.bg-violet { background-color: var(--violet); }

.fill-cincGreen { fill: var(--cincGreen); }
.fill-blackGreen { fill: var(--blackGreen); }
.fill-forestGreen { fill: var(--forestGreen); }
.fill-electricGreen { fill: var(--electricGreen); }
.fill-black { fill: var(--black); }
.fill-gray900 { fill: var(--gray900); }
.fill-gray700 { fill: var(--gray700); }
.fill-gray500 { fill: var(--gray500); }
.fill-gray400 { fill: var(--gra4300); }
.fill-gray300 { fill: var(--gray300); }
.fill-gray200 { fill: var(--gray200); }
.fill-gray100 { fill: var(--gray100); }
.fill-white { fill: var(--white); }
.fill-red { fill: var(--red); }
.fill-orange { fill: var(--orange); }
.fill-yellow { fill: var(--yellow); }
.fill-blue { fill: var(--blue); }
.fill-violet { fill: var(--violet); }

.fill { position: absolute; inset: 0 }
.cover { object-fit: cover; width: 100%; height: 100%; }

.blend-multiply { mix-blend-mode: multiply; }
.blend-color { mix-blend-mode: color; }
.hide-overflow {
	overflow: hidden;
	display: block;
}
body:not(#in-editor) {
	.appear {
		transition: 0.6s;
		display: block;
		&.down {
			transform: translateY(-100%);	
		}
		&.up {
			transform: translateY(100%);
		}
		&.in-view {
			transform: translateY(0%);
		}	
	}
	.delay-10 {
		transition-delay: 0.15s;
	}
	.delay-15 {
			transition-delay: 0.15s;
	}
	.delay-25 {
			transition-delay: 0.25s;
	}
	.delay-50 {
			transition-delay: 0.5s;
	}
	.delay-75 {
			transition-delay: 0.75s;
	}
	.delay-100 {
			transition-delay: 1s;
	}
	.fadeup {
		opacity: 0;
		transition-duration: 1s;
		transform: translate3d(0, 8%, 0);		
		&.in-view {
			transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
			opacity: 1;
			transform: none;
		}
	}
	
	@media (max-width: 767px) {
		.m-fadeup {
			opacity: 0;
			transition-duration: 1s;
			transform: translate3d(0, 8%, 0);		
			&.in-view {
				transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
				opacity: 1;
				transform: none;
			}
		}
	}
	
	
	.fadeup-cascade > * {
		transform: translate3d(0, 20px, 0);
		opacity: 0;
		transition-duration: 1s;
	}
	.fadeup-cascade > * {
		transition-delay: calc(1 * 0.15s);
	}
	
	.fadeup-cascade.in-view > * {
		opacity: 1; 
		transform: translate3d(0, 0, 0);
	}
	
	
	
	.fadeup-cascade > *:nth-child(2) { transition-delay: calc(2 * 0.15s); }
	.fadeup-cascade > *:nth-child(3) { transition-delay: calc(3 * 0.15s); }
	.fadeup-cascade > *:nth-child(4) { transition-delay: calc(4 * 0.15s); }
	.fadeup-cascade > *:nth-child(5) { transition-delay: calc(5 * 0.15s); }
	.fadeup-cascade > *:nth-child(6) { transition-delay: calc(6 * 0.15s); }
	.fadeup-cascade > *:nth-child(7) { transition-delay: calc(7 * 0.15s); }
	.fadeup-cascade > *:nth-child(8) { transition-delay: calc(8 * 0.15s); }
	.fadeup-cascade > *:nth-child(9) { transition-delay: calc(9 * 0.15s); }
	.fadeup-cascade > *:nth-child(10) { transition-delay: calc(10 * 0.15s); }
	.fadeup-cascade > *:nth-child(11) { transition-delay: calc(11 * 0.15s); }
	.fadeup-cascade > *:nth-child(12) { transition-delay: calc(12 * 0.15s); }
	.fadeup-cascade > *:nth-child(13) { transition-delay: calc(13 * 0.15s); }
	.fadeup-cascade > *:nth-child(14) { transition-delay: calc(14 * 0.15s); }
	.fadeup-cascade > *:nth-child(15) { transition-delay: calc(15 * 0.15s); }
	.fadeup-cascade > *:nth-child(16) { transition-delay: calc(16 * 0.15s); }
	.fadeup-cascade > *:nth-child(17) { transition-delay: calc(17 * 0.15s); }
	.fadeup-cascade > *:nth-child(18) { transition-delay: calc(18 * 0.15s); }
	.fadeup-cascade > *:nth-child(19) { transition-delay: calc(19 * 0.15s); }
	.fadeup-cascade > *:nth-child(20) { transition-delay: calc(20 * 0.15s); }
	.fadeup-cascade > *:nth-child(21) { transition-delay: calc(21 * 0.15s); }
	.fadeup-cascade > *:nth-child(22) { transition-delay: calc(22 * 0.15s); }
	.fadeup-cascade > *:nth-child(23) { transition-delay: calc(23 * 0.15s); }
	.fadeup-cascade > *:nth-child(24) { transition-delay: calc(24 * 0.15s); }
	.fadeup-cascade > *:nth-child(25) { transition-delay: calc(25 * 0.15s); }
	.fadeup-cascade > *:nth-child(26) { transition-delay: calc(26 * 0.10s); }
	.fadeup-cascade > *:nth-child(27) { transition-delay: calc(27 * 0.10s); }
	.fadeup-cascade > *:nth-child(28) { transition-delay: calc(28 * 0.10s); }
	.fadeup-cascade > *:nth-child(29) { transition-delay: calc(29 * 0.10s); }
	.fadeup-cascade > *:nth-child(30) { transition-delay: calc(30 * 0.10s); }
	.fadeup-cascade > *:nth-child(31) { transition-delay: calc(31 * 0.10s); }
	.fadeup-cascade > *:nth-child(32) { transition-delay: calc(32 * 0.10s); }
	.fadeup-cascade > *:nth-child(33) { transition-delay: calc(33 * 0.10s); }
	.fadeup-cascade > *:nth-child(34) { transition-delay: calc(34 * 0.10s); }
	.fadeup-cascade > *:nth-child(35) { transition-delay: calc(35 * 0.10s); }
	.fadeup-cascade > *:nth-child(36) { transition-delay: calc(36 * 0.10s); }
	.fadeup-cascade > *:nth-child(37) { transition-delay: calc(37 * 0.10s); }
	.fadeup-cascade > *:nth-child(38) { transition-delay: calc(38 * 0.10s); }
	.fadeup-cascade > *:nth-child(39) { transition-delay: calc(39 * 0.10s); }
	.fadeup-cascade > *:nth-child(40) { transition-delay: calc(40 * 0.10s); }
	.fadeup-cascade > *:nth-child(41) { transition-delay: calc(41 * 0.10s); }
	.fadeup-cascade > *:nth-child(42) { transition-delay: calc(42 * 0.10s); }
	.fadeup-cascade > *:nth-child(43) { transition-delay: calc(43 * 0.10s); }
	.fadeup-cascade > *:nth-child(44) { transition-delay: calc(44 * 0.10s); }
	.fadeup-cascade > *:nth-child(45) { transition-delay: calc(45 * 0.10s); }
	.fadeup-cascade > *:nth-child(46) { transition-delay: calc(46 * 0.10s); }
	.fadeup-cascade > *:nth-child(47) { transition-delay: calc(47 * 0.10s); }
	.fadeup-cascade > *:nth-child(48) { transition-delay: calc(48 * 0.10s); }
	.fadeup-cascade > *:nth-child(49) { transition-delay: calc(49 * 0.10s); }
	.fadeup-cascade > *:nth-child(50) { transition-delay: calc(50 * 0.10s); }
	.fadeup-cascade > *:nth-child(51) { transition-delay: calc(51 * 0.05s); }
	.fadeup-cascade > *:nth-child(52) { transition-delay: calc(52 * 0.05s); }
	.fadeup-cascade > *:nth-child(53) { transition-delay: calc(53 * 0.05s); }
	.fadeup-cascade > *:nth-child(54) { transition-delay: calc(54 * 0.05s); }
	.fadeup-cascade > *:nth-child(55) { transition-delay: calc(55 * 0.05s); }
	.fadeup-cascade > *:nth-child(56) { transition-delay: calc(56 * 0.05s); }
	.fadeup-cascade > *:nth-child(57) { transition-delay: calc(57 * 0.05s); }
	.fadeup-cascade > *:nth-child(58) { transition-delay: calc(58 * 0.05s); }
	.fadeup-cascade > *:nth-child(59) { transition-delay: calc(59 * 0.05s); }
	.fadeup-cascade > *:nth-child(60) { transition-delay: calc(60 * 0.05s); }
	.fadeup-cascade > *:nth-child(61) { transition-delay: calc(61 * 0.05s); }
	.fadeup-cascade > *:nth-child(62) { transition-delay: calc(62 * 0.05s); }
	.fadeup-cascade > *:nth-child(63) { transition-delay: calc(63 * 0.05s); }
	.fadeup-cascade > *:nth-child(64) { transition-delay: calc(64 * 0.05s); }
	.fadeup-cascade > *:nth-child(65) { transition-delay: calc(65 * 0.05s); }
	.fadeup-cascade > *:nth-child(66) { transition-delay: calc(66 * 0.05s); }
	.fadeup-cascade > *:nth-child(67) { transition-delay: calc(67 * 0.05s); }
	.fadeup-cascade > *:nth-child(68) { transition-delay: calc(68 * 0.05s); }
	.fadeup-cascade > *:nth-child(69) { transition-delay: calc(69 * 0.05s); }
	.fadeup-cascade > *:nth-child(70) { transition-delay: calc(70 * 0.05s); }
	.fadeup-cascade > *:nth-child(71) { transition-delay: calc(71 * 0.05s); }
	.fadeup-cascade > *:nth-child(72) { transition-delay: calc(72 * 0.05s); }
	.fadeup-cascade > *:nth-child(73) { transition-delay: calc(73 * 0.05s); }
	.fadeup-cascade > *:nth-child(74) { transition-delay: calc(74 * 0.05s); }
	.fadeup-cascade > *:nth-child(75) { transition-delay: calc(75 * 0.05s); }
	.fadeup-cascade > *:nth-child(76) { transition-delay: calc(76 * 0.05s); }
	.fadeup-cascade > *:nth-child(77) { transition-delay: calc(77 * 0.05s); }
	.fadeup-cascade > *:nth-child(78) { transition-delay: calc(78 * 0.05s); }
	.fadeup-cascade > *:nth-child(79) { transition-delay: calc(79 * 0.05s); }
	.fadeup-cascade > *:nth-child(80) { transition-delay: calc(80 * 0.05s); }
	.fadeup-cascade > *:nth-child(81) { transition-delay: calc(81 * 0.05s); }
	.fadeup-cascade > *:nth-child(82) { transition-delay: calc(82 * 0.05s); }
	.fadeup-cascade > *:nth-child(83) { transition-delay: calc(83 * 0.05s); }
	.fadeup-cascade > *:nth-child(84) { transition-delay: calc(84 * 0.05s); }
	.fadeup-cascade > *:nth-child(85) { transition-delay: calc(85 * 0.05s); }
	.fadeup-cascade > *:nth-child(86) { transition-delay: calc(86 * 0.05s); }
	.fadeup-cascade > *:nth-child(87) { transition-delay: calc(87 * 0.05s); }
	.fadeup-cascade > *:nth-child(88) { transition-delay: calc(88 * 0.05s); }
	.fadeup-cascade > *:nth-child(89) { transition-delay: calc(89 * 0.05s); }
	.fadeup-cascade > *:nth-child(90) { transition-delay: calc(90 * 0.05s); }
	.fadeup-cascade > *:nth-child(91) { transition-delay: calc(91 * 0.05s); }
	.fadeup-cascade > *:nth-child(92) { transition-delay: calc(92 * 0.05s); }
	.fadeup-cascade > *:nth-child(93) { transition-delay: calc(93 * 0.05s); }
	.fadeup-cascade > *:nth-child(94) { transition-delay: calc(94 * 0.05s); }
	.fadeup-cascade > *:nth-child(95) { transition-delay: calc(95 * 0.05s); }
	.fadeup-cascade > *:nth-child(96) { transition-delay: calc(96 * 0.05s); }
	.fadeup-cascade > *:nth-child(97) { transition-delay: calc(97 * 0.05s); }
	.fadeup-cascade > *:nth-child(98) { transition-delay: calc(98 * 0.05s); }
	.fadeup-cascade > *:nth-child(99) { transition-delay: calc(99 * 0.05s); }
	.fadeup-cascade > *:nth-child(100) { transition-delay: calc(100 * 0.05s); }
	
	
	.slidedown {
		opacity: 0;
		transition-duration: 1s;
		transform: translate3d(0, -8%, 0);		
		&.in-view {
			transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
			opacity: 1;
			transform: none;
		}
	}
	.slideleft {
		opacity: 0;
		transition-duration: 1s;
		transform: translate3d(-20px, 0, 0);
		&.in-view {
			transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
			opacity: 1;
			transform: none;
		}
	}
	.slideright {
		opacity: 0;
		transition-duration: 1s;
		transform: translate3d(20px, 0, 0);
		&.in-view {
			transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
			opacity: 1;
			transform: none;
		}
	}
	.fadein {
		opacity: 0;
		transition-duration: 1s;
		&.in-view {
			transition-timing-function: linear;
			opacity: 1;
			transform: none;
		}
	}			
}