@charset "UTF-8";
/* Primary Color - Deep Teal */
/* hsl(168, 100%, 21%) */
/* Darker shade for accents */
/* Secondary Color - Soft Green */
/* Hover states */
/* Active states */
/* UI highlights over dark backgrounds */
/* UI highlights over dark text */
/* Backgrounds */
/* Additional Secondary Colors */
/* hsl(213, 56%, 47%) */
/* hsl(353, 61%, 56%) */
/* Positive Messages - Vibrant Green */
/* hsl(134, 61%, 41%) */
/* Background for positive states */
/* Information Messages - Calm Blue */
/* hsl(188, 71%, 41%) */
/* Background for information messages */
/* Warning Messages - Soft Amber */
/* hsl(45, 100%, 50%) */
/* Background for warnings */
/* Critical Messages - Strong Red */
/* hsl(354, 70%, 47%) */
/* Background for critical states */
/* Background only */
.block-left, .block-right, .block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.button-outline, .button {
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  display: inline-block;
}

:root {
  --white: white;
  --primary: #00693e;
  --secondary: #00872612;
  --background: #f4fdf8;
  --border: rgba(0, 105, 62, 0.2);
  --heading: #083629;
  --paragraph: rgba(8, 54, 41, 0.8);
  --primary-a1: #00693e;
  --secondary-b1: #00872612;
  --primary-a2: #bc0087;
  --secondary-b2: #bc008712;
  --primary-a3: #3959ff;
  --secondary-b3: #3959ff12;
  --shadow-c1: #00693e0d;
  --commerce-d1: #38b47c;
  --blockquote-e1: #00693e33;
  --figcaption-f1: #e4f2e7;
  --muted-g1: #0F2117;
  --translucent-h1: #0F211799;
}

@media (prefers-color-scheme: dark) {
  :root {
    --white: white;
    --primary: #00693e;
    --secondary: #00872612;
    --background: #f4fdf8;
    --border: rgba(0, 105, 62, 0.2);
    --heading: #083629;
    --paragraph: rgba(8, 54, 41, 0.8);
  }
}

/* Primary Color - Deep Teal */
/* hsl(168, 100%, 21%) */
/* Darker shade for accents */
/* Secondary Color - Soft Green */
/* Hover states */
/* Active states */
/* UI highlights over dark backgrounds */
/* UI highlights over dark text */
/* Backgrounds */
/* Additional Secondary Colors */
/* hsl(213, 56%, 47%) */
/* hsl(353, 61%, 56%) */
/* Positive Messages - Vibrant Green */
/* hsl(134, 61%, 41%) */
/* Background for positive states */
/* Information Messages - Calm Blue */
/* hsl(188, 71%, 41%) */
/* Background for information messages */
/* Warning Messages - Soft Amber */
/* hsl(45, 100%, 50%) */
/* Background for warnings */
/* Critical Messages - Strong Red */
/* hsl(354, 70%, 47%) */
/* Background for critical states */
/* Background only */
.block-left, .block-right, .block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.button-outline, .button {
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  display: inline-block;
}

h1, h2, h3, h4, h5, h6 {
  color: #083629;
  margin: 0;
}

h1 {
  font-size: 4.12rem;
  font-weight: 700;
  line-height: 1.1;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.5em;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3em;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.4em;
  }
}

h2 {
  font-size: 3.12rem;
  font-weight: 700;
  line-height: 1.15;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 2.7em;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 2.3em;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 1.9em;
  }
}

h3 {
  font-size: 2.37rem;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (max-width: 991px) {
  h3 {
    font-size: 2em;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 1.8em;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    font-size: 1.6em;
  }
}

h4 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
}

@media screen and (max-width: 991px) {
  h4 {
    font-size: 1.6em;
  }
}

@media screen and (max-width: 767px) {
  h4 {
    font-size: 1.4em;
  }
}

@media screen and (max-width: 479px) {
  h4 {
    font-size: 1.3em;
  }
}

h5 {
  font-size: 1.37rem;
  font-weight: 700;
  line-height: 1.28;
}

@media screen and (max-width: 991px) {
  h5 {
    font-size: 1.25em;
  }
}

@media screen and (max-width: 767px) {
  h5 {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 479px) {
  h5 {
    font-size: 1.15em;
  }
}

h6 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
}

p {
  margin: 0;
}

a {
  text-decoration: underline;
}

ul, ol {
  margin: 1.5em 0;
  padding-left: 2.2em;
}

li {
  padding: 0.3em 0.5em;
}

strong {
  color: #083629;
  font-weight: 700;
}

em {
  font-style: italic;
}

blockquote {
  color: #00693e;
  border-left: 2px solid #39ff3933;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  margin-left: 1em;
  padding: .1em 0 .1em 1.3em;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6;
}

figure {
  border-radius: .87em;
  margin-top: 2.7em;
  margin-bottom: 2.7em;
  overflow: hidden;
}

figcaption {
  text-align: center;
  background-color: #f4fdf8;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1.2em 7%;
  font-size: 0.87rem;
  line-height: 145%;
}

.rich-text-block p {
  margin-bottom: 1.4em;
}

.rich-text-block h1 {
  margin-bottom: .4em;
}

.rich-text-block h2, .rich-text-block h3, .rich-text-block h4, .rich-text-block h5, .rich-text-block h6 {
  margin-top: 1em;
  margin-bottom: .4em;
}

.rich-text-block a {
  border-bottom: 1px solid #00693e;
  color: #00693e;
  text-decoration: none;
  transition: border-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.rich-text-block a:hover {
  border-bottom-color: #083629;
  color: #083629;
}

/* Primary Color - Deep Teal */
/* hsl(168, 100%, 21%) */
/* Darker shade for accents */
/* Secondary Color - Soft Green */
/* Hover states */
/* Active states */
/* UI highlights over dark backgrounds */
/* UI highlights over dark text */
/* Backgrounds */
/* Additional Secondary Colors */
/* hsl(213, 56%, 47%) */
/* hsl(353, 61%, 56%) */
/* Positive Messages - Vibrant Green */
/* hsl(134, 61%, 41%) */
/* Background for positive states */
/* Information Messages - Calm Blue */
/* hsl(188, 71%, 41%) */
/* Background for information messages */
/* Warning Messages - Soft Amber */
/* hsl(45, 100%, 50%) */
/* Background for warnings */
/* Critical Messages - Strong Red */
/* hsl(354, 70%, 47%) */
/* Background for critical states */
/* Background only */
.block-left, .block-right, .block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.button-outline, .button {
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  display: inline-block;
}

body {
  background-color: var(--background);
  color: var(--paragraph);
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 155%;
  display: flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  body {
    padding-top: 6rem;
  }
}

.body-green {
  background-color: #006D5B;
  padding: 0;
}

.content {
  width: 100%;
  margin-top: calc((16 / 16 * 1rem) + 1rem);
  margin-bottom: 1em;
  max-width: 75em;
}

.content.narrow {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 60em;
  display: flex;
}

.section {
  justify-content: center;
  align-items: center;
  padding: 3.75em 2em;
  display: flex;
}

@media screen and (max-width: 479px) {
  .section {
    padding: 2.5em 1.5em;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 4rem;
  }
}

.brand {
  flex: none;
  margin-right: .5em;
  padding: .5em .3em;
}

.logo {
  max-height: 3.5em;
  max-width: 3.5em;
}

.section-full {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 3.75em 2em;
  display: flex;
}

@media screen and (max-width: 767px) {
  .section-full {
    padding-top: 3em;
  }
}

.brand-center {
  flex: none;
  margin-top: 1.2em;
  margin-left: auto;
  margin-right: auto;
  padding: .5em .3em;
}

/* Primary Color - Deep Teal */
/* hsl(168, 100%, 21%) */
/* Darker shade for accents */
/* Secondary Color - Soft Green */
/* Hover states */
/* Active states */
/* UI highlights over dark backgrounds */
/* UI highlights over dark text */
/* Backgrounds */
/* Additional Secondary Colors */
/* hsl(213, 56%, 47%) */
/* hsl(353, 61%, 56%) */
/* Positive Messages - Vibrant Green */
/* hsl(134, 61%, 41%) */
/* Background for positive states */
/* Information Messages - Calm Blue */
/* hsl(188, 71%, 41%) */
/* Background for information messages */
/* Warning Messages - Soft Amber */
/* hsl(45, 100%, 50%) */
/* Background for warnings */
/* Critical Messages - Strong Red */
/* hsl(354, 70%, 47%) */
/* Background for critical states */
/* Background only */
.block-left, .block-right, .block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.button-outline, .button {
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  display: inline-block;
}

.heading {
  max-width: 9em;
  margin-bottom: .5em;
}

.heading.large {
  max-width: 13em;
}

.heading.banner {
  color: white;
  margin-bottom: .7em;
}

.paragraph {
  max-width: 30em;
  margin-bottom: 2.2em;
}

.grid {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .grid {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    grid-template-columns: 1fr;
  }
}

.block-right {
  padding-left: 15%;
}

@media screen and (max-width: 991px) {
  .block-right {
    padding-left: 10%;
  }
}

@media screen and (max-width: 767px) {
  .block-right {
    padding-left: 0%;
  }
}

.block-left {
  padding-right: 15%;
}

@media screen and (max-width: 991px) {
  .block-left {
    padding-right: 10%;
  }
}

@media screen and (max-width: 991px) {
  .block-left {
    padding-right: 10%;
  }
  .block-right {
    padding-left: 10%;
  }
}

@media screen and (max-width: 767px) {
  .block-right {
    padding-left: 0%;
  }
}

.block-heading {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 1em;
  display: flex;
}

.block-heading.center {
  text-align: center;
  align-items: center;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

[class^="w-icon-"],
[class*=" w-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'webflow-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

html {
  height: 100%;
}

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

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

.w-block {
  display: block;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

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

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

.w-hidden {
  display: none;
}

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

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

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

.w-code-block {
  margin: unset;
}

pre.w-code-block code {
  all: inherit;
}

.w-optimization {
  display: contents;
}

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}

h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}

h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: none !important;
  }
  .w-col-medium-1 {
    width: 8.33333333%;
  }
  .w-col-medium-2 {
    width: 16.66666667%;
  }
  .w-col-medium-3 {
    width: 25%;
  }
  .w-col-medium-4 {
    width: 33.33333333%;
  }
  .w-col-medium-5 {
    width: 41.66666667%;
  }
  .w-col-medium-6 {
    width: 50%;
  }
  .w-col-medium-7 {
    width: 58.33333333%;
  }
  .w-col-medium-8 {
    width: 66.66666667%;
  }
  .w-col-medium-9 {
    width: 75%;
  }
  .w-col-medium-10 {
    width: 83.33333333%;
  }
  .w-col-medium-11 {
    width: 91.66666667%;
  }
  .w-col-medium-12 {
    width: 100%;
  }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}

@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
  .w-row,
.w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .w-col-small-1 {
    width: 8.33333333%;
  }
  .w-col-small-2 {
    width: 16.66666667%;
  }
  .w-col-small-3 {
    width: 25%;
  }
  .w-col-small-4 {
    width: 33.33333333%;
  }
  .w-col-small-5 {
    width: 41.66666667%;
  }
  .w-col-small-6 {
    width: 50%;
  }
  .w-col-small-7 {
    width: 58.33333333%;
  }
  .w-col-small-8 {
    width: 66.66666667%;
  }
  .w-col-small-9 {
    width: 75%;
  }
  .w-col-small-10 {
    width: 83.33333333%;
  }
  .w-col-small-11 {
    width: 91.66666667%;
  }
  .w-col-small-12 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: inherit !important;
  }
  .w-hidden-tiny {
    display: none !important;
  }
  .w-col {
    width: 100%;
  }
  .w-col-tiny-1 {
    width: 8.33333333%;
  }
  .w-col-tiny-2 {
    width: 16.66666667%;
  }
  .w-col-tiny-3 {
    width: 25%;
  }
  .w-col-tiny-4 {
    width: 33.33333333%;
  }
  .w-col-tiny-5 {
    width: 41.66666667%;
  }
  .w-col-tiny-6 {
    width: 50%;
  }
  .w-col-tiny-7 {
    width: 58.33333333%;
  }
  .w-col-tiny-8 {
    width: 66.66666667%;
  }
  .w-col-tiny-9 {
    width: 75%;
  }
  .w-col-tiny-10 {
    width: 83.33333333%;
  }
  .w-col-tiny-11 {
    width: 91.66666667%;
  }
  .w-col-tiny-12 {
    width: 100%;
  }
}

.w-widget {
  position: relative;
}

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

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

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

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

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

.w-widget-twitter {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-background-video--control {
  position: absolute;
  bottom: 1em;
  right: 1em;
  background-color: transparent;
  padding: 0;
}

.w-background-video--control > [hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}

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

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

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

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

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

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

.w-slider-force-show {
  display: block !important;
}

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

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

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

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

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

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

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

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

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

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

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

/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
  cursor: auto;
  font-style: normal;
  letter-spacing: normal;
  list-style: disc;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */
}

/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

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

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

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

/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}

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

/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */
}

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

/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}

/**
 * 1. Reset if style is set by user on "All Images"
 */
.w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh;
}

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

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

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

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

.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}

.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}

/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
}

/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */
}

.w-lightbox-active {
  opacity: 0.3;
}

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

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

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

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

/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin 0.8s infinite linear;
  animation: spin 0.8s infinite linear;
}

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

/*
 * Utility classes
 */
.w-lightbox-hide {
  display: none;
}

.w-lightbox-noscroll {
  overflow: hidden;
}

@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }
  .w-lightbox-view,
.w-lightbox-view:before {
    height: 96vh;
  }
  /* .w-lightbox-content */
  .w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }
  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }
  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }
  .w-lightbox-left,
.w-lightbox-right {
    display: block;
    opacity: 0.5;
  }
  .w-lightbox-close {
    opacity: 0.8;
  }
  .w-lightbox-control:hover {
    opacity: 1;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

.w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent;
}

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

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

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

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

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

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

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

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

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

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

.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
  padding-bottom: inherit;
}

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

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

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

.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}

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

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

.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}

.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

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

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

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

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

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

.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .w-nav[data-collapse='small'] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse='small'] .w-nav-button {
    display: block;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}

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

.w-tabs {
  position: relative;
}

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

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

.w-tab-menu {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.wf-layout-layout {
  display: grid;
}

.w-code-component > * {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.visually-hidden-focusable {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.visually-hidden-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* Primary Color - Deep Teal */
/* hsl(168, 100%, 21%) */
/* Darker shade for accents */
/* Secondary Color - Soft Green */
/* Hover states */
/* Active states */
/* UI highlights over dark backgrounds */
/* UI highlights over dark text */
/* Backgrounds */
/* Additional Secondary Colors */
/* hsl(213, 56%, 47%) */
/* hsl(353, 61%, 56%) */
/* Positive Messages - Vibrant Green */
/* hsl(134, 61%, 41%) */
/* Background for positive states */
/* Information Messages - Calm Blue */
/* hsl(188, 71%, 41%) */
/* Background for information messages */
/* Warning Messages - Soft Amber */
/* hsl(45, 100%, 50%) */
/* Background for warnings */
/* Critical Messages - Strong Red */
/* hsl(354, 70%, 47%) */
/* Background for critical states */
/* Background only */
.block, .block-right, .block-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.button-outline, .button {
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  display: inline-block;
}

.button {
  background-color: #00693e;
  color: white;
  letter-spacing: -.02em;
  border-radius: 50em;
  padding: .9em 1.8em;
  transition: box-shadow 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.button:hover {
  box-shadow: 0 15px 40px -10px #00693e;
}

.button.small {
  background-color: #00693e;
  color: white;
  letter-spacing: -.02em;
  border-radius: 50em;
  padding: .7em 1.4em;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2;
  transition: box-shadow 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.button.small:hover {
  box-shadow: 0 15px 40px -10px #00693e;
}

.button-yellow {
  background-color: #eadb5b;
  color: #083629;
}

.button-yellow:hover {
  box-shadow: 0 15px 40px -10px #eadb5b;
}

.button-yellow.small {
  background-color: #eadb5b;
  color: #083629;
}

.button-yellow.small:hover {
  box-shadow: 0 15px 40px -10px #eadb5b;
}

.button-dark {
  background-color: #083629;
}

.button-dark:hover {
  background-color: #00693e;
}

.button-dark.small {
  background-color: #083629;
}

.button-dark.small:hover {
  background-color: #00693e;
}

.button-link {
  grid-column-gap: .4em;
  border-radius: 50em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: .9em;
  text-decoration: none;
  transition: box-shadow 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), padding 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex;
}

.button-link:hover {
  box-shadow: inset 0 0 0 2px #00693e;
  padding-left: 1.6em;
  padding-right: 1.6em;
}

.button-icon {
  width: 1.5em;
  height: 1.5em;
}

.button-text {
  color: #00693e;
  letter-spacing: -.02em;
  font-size: 1.12em;
  font-weight: 500;
  line-height: 1.2;
}

.button-submit {
  background-color: #00693e;
  color: white;
  letter-spacing: -.02em;
  border-radius: .87em;
  padding: 1.2em 1.8em;
  font-size: 1.12em;
  font-weight: 500;
  line-height: 1.2;
  transition: box-shadow 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.button-submit:hover {
  box-shadow: 0 15px 40px -10px #00693e;
}

.button-submit.yellow {
  background-color: #eadb5b;
  color: #083629;
}

.button-submit.yellow:hover {
  box-shadow: 0 15px 40px -10px #eadb5b;
}

.block-button {
  grid-column-gap: .8em;
  grid-row-gap: .8em;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1em;
  display: flex;
}

@media screen and (max-width: 479px) {
  .block-button {
    flex-direction: column;
    align-items: flex-start;
  }
}

.button-outline {
  box-shadow: 0 0 0 -10px #00693e, inset 0 0 0 2px #00693e;
  color: #00693e;
  letter-spacing: -.02em;
  background-color: #0000;
  border-radius: 50em;
  padding: .9em 1.8em;
  transition: box-shadow 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.button-outline:hover {
  background-color: #00693e;
  box-shadow: 0 15px 40px -10px #00693e, inset 0 0 0 2px #00693e;
  color: white;
}

.button-outline.small {
  box-shadow: 0 0 0 -10px #00693e, inset 0 0 0 2px #00693e;
  color: #00693e;
  letter-spacing: -.02em;
  background-color: #0000;
  border-radius: 50em;
  padding: .7em 1.4em;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2;
  transition: box-shadow 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.button-outline.small :hover {
  background-color: #00693e;
  box-shadow: 0 15px 40px -10px #00693e, inset 0 0 0 2px #00693e;
  color: white;
}

/* Primary Color - Deep Teal */
/* hsl(168, 100%, 21%) */
/* Darker shade for accents */
/* Secondary Color - Soft Green */
/* Hover states */
/* Active states */
/* UI highlights over dark backgrounds */
/* UI highlights over dark text */
/* Backgrounds */
/* Additional Secondary Colors */
/* hsl(213, 56%, 47%) */
/* hsl(353, 61%, 56%) */
/* Positive Messages - Vibrant Green */
/* hsl(134, 61%, 41%) */
/* Background for positive states */
/* Information Messages - Calm Blue */
/* hsl(188, 71%, 41%) */
/* Background for information messages */
/* Warning Messages - Soft Amber */
/* hsl(45, 100%, 50%) */
/* Background for warnings */
/* Critical Messages - Strong Red */
/* hsl(354, 70%, 47%) */
/* Background for critical states */
/* Background only */
.block, .block-right, .block-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.button, .button-outline {
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  display: inline-block;
}

.form-block {
  width: 100%;
  margin-top: .4em;
  margin-bottom: 0;
}

.form {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.text-field {
  border: 1px solid rgba(0, 105, 62, 0.2);
  background-color: white;
  color: #083629;
  border-radius: .87em;
  height: 3.75em;
  margin-bottom: 1.12em;
  padding: 1em 1.2em;
  font-size: 1em;
  line-height: 1.3;
  transition: border-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media screen and (max-width: 767px) {
  .text-field {
    margin-bottom: .9em;
  }
}

.text-field:focus {
  border-color: #00693e;
}

.text-field::placeholder {
  color: #0F211799;
}

.text-field.transparent {
  color: white;
  background-color: #ffffff1a;
  border-color: #fff3;
}

.text-field.transparent:focus {
  border-color: white;
}

.text-field.transparent::placeholder {
  color: #ffffffa6;
}

.textarea {
  border: 1px solid rgba(0, 105, 62, 0.2);
  background-color: white;
  color: #083629;
  border-radius: .87em;
  min-width: 100%;
  max-width: 100%;
  min-height: 14em;
  max-height: 30em;
  margin-bottom: 1.12em;
  padding: 1em 1.2em;
  font-size: 1em;
  line-height: 1.3;
  transition: border-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.textarea:focus {
  border-color: #00693e;
}

.textarea::placeholder {
  color: #0F211799;
}

.error-message {
  background-color: #F8D7DA;
  border-radius: .87em;
  margin-top: 1em;
  padding: 1em 10%;
}

.error-message.yellow {
  border: 1px dashed #eadb5b;
  background-color: #0000;
}

.text-error {
  color: #DC3545;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-family: "IBM Plex Mono", monospace;
  font-size: .7em;
  font-weight: 500;
  line-height: 1.3;
}

.text-error.yellow {
  color: #eadb5b;
}

.success-message {
  background-color: #3959ff12;
  border-radius: .87em;
  padding: 1.5em 10%;
}

.success-message.yellow {
  border: 1px dashed #eadb5b;
  background-color: #0000;
}

.text-success {
  color: #3959ff;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-family: "IBM Plex Mono", monospace;
  font-size: .7em;
  font-weight: 500;
  line-height: 1.3;
}

.text-success.yellow {
  color: #eadb5b;
}

.text-success.yellow {
  color: #eadb5b;
}

/* Primary Color - Deep Teal */
/* hsl(168, 100%, 21%) */
/* Darker shade for accents */
/* Secondary Color - Soft Green */
/* Hover states */
/* Active states */
/* UI highlights over dark backgrounds */
/* UI highlights over dark text */
/* Backgrounds */
/* Additional Secondary Colors */
/* hsl(213, 56%, 47%) */
/* hsl(353, 61%, 56%) */
/* Positive Messages - Vibrant Green */
/* hsl(134, 61%, 41%) */
/* Background for positive states */
/* Information Messages - Calm Blue */
/* hsl(188, 71%, 41%) */
/* Background for information messages */
/* Warning Messages - Soft Amber */
/* hsl(45, 100%, 50%) */
/* Background for warnings */
/* Critical Messages - Strong Red */
/* hsl(354, 70%, 47%) */
/* Background for critical states */
/* Background only */
.block, .block-right, .block-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.button, .button-outline {
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  display: inline-block;
}

.list {
  grid-column-gap: .7em;
  grid-row-gap: .7em;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-list {
  width: 1.125em;
  height: 1.125em;
}

.block-icon-list {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 1.625em;
  height: 1.625em;
  display: flex;
}

.block-icon-list.red {
  background-color: #bc008712;
}

.block-icon-list.blue {
  background-color: #3959ff12;
}

.block-icon-list.green {
  background-color: #00872612;
}

.heading-list {
  color: #00693e;
}

.heading-list.red {
  color: #bc0087;
}

.heading-list.blue {
  color: #3959ff;
}

.heading-list.green {
  color: #00693e;
}

.block-list {
  grid-column-gap: .56em;
  grid-row-gap: .56em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

/* Primary Color - Deep Teal */
/* hsl(168, 100%, 21%) */
/* Darker shade for accents */
/* Secondary Color - Soft Green */
/* Hover states */
/* Active states */
/* UI highlights over dark backgrounds */
/* UI highlights over dark text */
/* Backgrounds */
/* Additional Secondary Colors */
/* hsl(213, 56%, 47%) */
/* hsl(353, 61%, 56%) */
/* Positive Messages - Vibrant Green */
/* hsl(134, 61%, 41%) */
/* Background for positive states */
/* Information Messages - Calm Blue */
/* hsl(188, 71%, 41%) */
/* Background for information messages */
/* Warning Messages - Soft Amber */
/* hsl(45, 100%, 50%) */
/* Background for warnings */
/* Critical Messages - Strong Red */
/* hsl(354, 70%, 47%) */
/* Background for critical states */
/* Background only */
.block, .block-right, .block-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.button, .button-outline {
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  display: inline-block;
}

.link {
  border-bottom: 1px solid #00693e;
  color: #00693e;
  text-decoration: none;
  transition: border-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.link:hover {
  border-bottom-color: #083629;
  color: #083629;
}

.text-link {
  color: #00693e;
  letter-spacing: -.02em;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2;
}

.icon-link {
  width: 1em;
  height: 1em;
}

.block-icon-link {
  background-color: #00872612;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 1.375em;
  height: 1.375em;
  display: flex;
}

.link-block {
  grid-column-gap: .5em;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  padding-top: .3em;
  padding-bottom: .3em;
  padding-right: .3em;
  text-decoration: none;
  transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), padding 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex;
}

.link-block:hover {
  background-color: #00872612;
  padding-left: 1em;
}

/* Primary Color - Deep Teal */
/* hsl(168, 100%, 21%) */
/* Darker shade for accents */
/* Secondary Color - Soft Green */
/* Hover states */
/* Active states */
/* UI highlights over dark backgrounds */
/* UI highlights over dark text */
/* Backgrounds */
/* Additional Secondary Colors */
/* hsl(213, 56%, 47%) */
/* hsl(353, 61%, 56%) */
/* Positive Messages - Vibrant Green */
/* hsl(134, 61%, 41%) */
/* Background for positive states */
/* Information Messages - Calm Blue */
/* hsl(188, 71%, 41%) */
/* Background for information messages */
/* Warning Messages - Soft Amber */
/* hsl(45, 100%, 50%) */
/* Background for warnings */
/* Critical Messages - Strong Red */
/* hsl(354, 70%, 47%) */
/* Background for critical states */
/* Background only */
.block, .block-right, .block-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.button, .button-outline {
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  display: inline-block;
}

.subtitle {
  background-color: white;
  color: #083629;
  letter-spacing: .05em;
  text-transform: uppercase;
  border-radius: .6em;
  margin-bottom: .7em;
  padding: .5em 1em;
  font-family: "IBM Plex Mono", monospace;
  font-size: .7em;
  font-weight: 500;
  line-height: 1.3;
  box-shadow: 0 10px 20px -10px #00693e0d;
}

.subtitle.red {
  background-color: #bc008712;
  color: #bc0087;
}

.subtitle.blue {
  background-color: #3959ff12;
  color: #3959ff;
}

.subtitle.green {
  background-color: #00872612;
  color: #00693e;
}

.subtitle.white {
  background-color: #ffffff1a;
  color: #00693e;
}

/* Primary Color - Deep Teal */
/* hsl(168, 100%, 21%) */
/* Darker shade for accents */
/* Secondary Color - Soft Green */
/* Hover states */
/* Active states */
/* UI highlights over dark backgrounds */
/* UI highlights over dark text */
/* Backgrounds */
/* Additional Secondary Colors */
/* hsl(213, 56%, 47%) */
/* hsl(353, 61%, 56%) */
/* Positive Messages - Vibrant Green */
/* hsl(134, 61%, 41%) */
/* Background for positive states */
/* Information Messages - Calm Blue */
/* hsl(188, 71%, 41%) */
/* Background for information messages */
/* Warning Messages - Soft Amber */
/* hsl(45, 100%, 50%) */
/* Background for warnings */
/* Critical Messages - Strong Red */
/* hsl(354, 70%, 47%) */
/* Background for critical states */
/* Background only */
.block, .block-right, .block-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.button, .button-outline {
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  display: inline-block;
}

.empty-state {
  background-color: white;
  text-align: center;
  border-radius: .87em;
  padding: 1em 1.4em;
  box-shadow: 0 15px 25px -10px #00693e0d;
}

.text-empty {
  opacity: .7;
  color: #083629;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-family: "IBM Plex Mono", monospace;
  font-size: .7em;
  font-weight: 500;
  line-height: 1.3;
}

/* Primary Color - Deep Teal */
/* hsl(168, 100%, 21%) */
/* Darker shade for accents */
/* Secondary Color - Soft Green */
/* Hover states */
/* Active states */
/* UI highlights over dark backgrounds */
/* UI highlights over dark text */
/* Backgrounds */
/* Additional Secondary Colors */
/* hsl(213, 56%, 47%) */
/* hsl(353, 61%, 56%) */
/* Positive Messages - Vibrant Green */
/* hsl(134, 61%, 41%) */
/* Background for positive states */
/* Information Messages - Calm Blue */
/* hsl(188, 71%, 41%) */
/* Background for information messages */
/* Warning Messages - Soft Amber */
/* hsl(45, 100%, 50%) */
/* Background for warnings */
/* Critical Messages - Strong Red */
/* hsl(354, 70%, 47%) */
/* Background for critical states */
/* Background only */
.block, .block-right, .block-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.button, .button-outline {
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  display: inline-block;
}

.utility-page-wrap {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 3em 1em;
  display: flex;
}

.utility-page-content {
  background-color: white;
  text-align: center;
  border-radius: .87em;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 24em;
  margin-bottom: 0;
  padding: 3.1em;
  display: flex;
  box-shadow: 0 15px 25px -10px #00693e0d;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-top: .8em;
  display: flex;
}

@media screen and (max-width: 479px) {
  .utility-page-wrap {
    padding-top: 2em;
  }
  .utility-page-content {
    padding: 2em;
  }
}

/* Primary Color - Deep Teal */
/* hsl(168, 100%, 21%) */
/* Darker shade for accents */
/* Secondary Color - Soft Green */
/* Hover states */
/* Active states */
/* UI highlights over dark backgrounds */
/* UI highlights over dark text */
/* Backgrounds */
/* Additional Secondary Colors */
/* hsl(213, 56%, 47%) */
/* hsl(353, 61%, 56%) */
/* Positive Messages - Vibrant Green */
/* hsl(134, 61%, 41%) */
/* Background for positive states */
/* Information Messages - Calm Blue */
/* hsl(188, 71%, 41%) */
/* Background for information messages */
/* Warning Messages - Soft Amber */
/* hsl(45, 100%, 50%) */
/* Background for warnings */
/* Critical Messages - Strong Red */
/* hsl(354, 70%, 47%) */
/* Background for critical states */
/* Background only */
.block, .block-right, .block-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.button, .button-outline {
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  display: inline-block;
}

.text-info {
  color: #083629;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-left: 1em;
  margin-right: 1em;
  font-family: "IBM Plex Mono", monospace;
  font-size: .7em;
  font-weight: 500;
  line-height: 110%;
}

.link-info {
  background-color: white;
  border-radius: 50em;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .8em;
  padding: 3px;
  text-decoration: none;
  transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex;
}

.link-info:hover {
  background-color: #eadb5b;
}

.block-icon-info {
  background-color: #eadb5b;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 1.375em;
  height: 1.375em;
  display: flex;
}

.icon-info {
  width: 1em;
  height: 1em;
}

/* Primary Color - Deep Teal */
/* hsl(168, 100%, 21%) */
/* Darker shade for accents */
/* Secondary Color - Soft Green */
/* Hover states */
/* Active states */
/* UI highlights over dark backgrounds */
/* UI highlights over dark text */
/* Backgrounds */
/* Additional Secondary Colors */
/* hsl(213, 56%, 47%) */
/* hsl(353, 61%, 56%) */
/* Positive Messages - Vibrant Green */
/* hsl(134, 61%, 41%) */
/* Background for positive states */
/* Information Messages - Calm Blue */
/* hsl(188, 71%, 41%) */
/* Background for information messages */
/* Warning Messages - Soft Amber */
/* hsl(45, 100%, 50%) */
/* Background for warnings */
/* Critical Messages - Strong Red */
/* hsl(354, 70%, 47%) */
/* Background for critical states */
/* Background only */
.block, .block-right, .block-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.button, .button-outline {
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  display: inline-block;
}

.lottie {
  position: relative;
}

.lines-a1 {
  z-index: 5;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  padding-left: 6%;
  padding-right: 10.5%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.line-w {
  background-image: linear-gradient(to bottom, #0f649200, rgba(0, 105, 62, 0.2) 10%, rgba(0, 105, 62, 0.2) 90%, #0f649200);
  width: 1px;
}

.lines-a2 {
  z-index: 5;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 11%;
  padding-bottom: 13%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.block-lottie {
  z-index: 10;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.lottie-animation-2 {
  z-index: 10;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.lottie-animation-1 {
  width: 100%;
}

.lottie-animation-2-blur {
  z-index: 5;
  filter: blur(50px);
  width: 100%;
  position: absolute;
  inset: 0%;
}

.lines-b1 {
  z-index: 5;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  padding-left: 4%;
  padding-right: 13%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.lines-b2 {
  z-index: 5;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 12%;
  padding-bottom: 12%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.lottie-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.lines-c1 {
  z-index: 5;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  padding-left: 22%;
  padding-right: 22%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.lines-c2 {
  z-index: 5;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 15%;
  padding-bottom: 15%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.line-h {
  background-image: linear-gradient(to right, #0f649200, rgba(0, 105, 62, 0.2) 10%, rgba(0, 105, 62, 0.2) 90%, #0f649200);
  height: 1px;
}

.line-banner-h {
  background-image: linear-gradient(to right, #fff0, #fff3 10% 90%, #fff0);
  height: 1px;
}

.block, .block-right, .block-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.button, .button-outline {
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  display: inline-block;
}

.block-video {
  width: 100%;
  max-width: 800px;
  margin: 2em auto;
  border-radius: 1em;
  overflow: hidden;
}

@media screen and (max-width: 479px) {
  .block-video {
    max-width: 100%;
    margin: 1em auto;
  }
}

@media screen and (max-width: 767px) {
  .block-video {
    max-width: 90%;
  }
}

.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Primary Color - Deep Teal */
/* hsl(168, 100%, 21%) */
/* Darker shade for accents */
/* Secondary Color - Soft Green */
/* Hover states */
/* Active states */
/* UI highlights over dark backgrounds */
/* UI highlights over dark text */
/* Backgrounds */
/* Additional Secondary Colors */
/* hsl(213, 56%, 47%) */
/* hsl(353, 61%, 56%) */
/* Positive Messages - Vibrant Green */
/* hsl(134, 61%, 41%) */
/* Background for positive states */
/* Information Messages - Calm Blue */
/* hsl(188, 71%, 41%) */
/* Background for information messages */
/* Warning Messages - Soft Amber */
/* hsl(45, 100%, 50%) */
/* Background for warnings */
/* Critical Messages - Strong Red */
/* hsl(354, 70%, 47%) */
/* Background for critical states */
/* Background only */
.block, .block-right, .block-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.button, .button-outline {
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  display: inline-block;
}

.section-messages {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .4em 2em;
  display: flex;
}

@media screen and (max-width: 991px) {
  .section-messages {
    padding-top: .8em;
    padding-bottom: .8em;
  }
}

@media screen and (max-width: 479px) {
  .section-messages {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}

.messages {
  grid-column-gap: 1.87em;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.messages.info {
  background-color: #28A745;
}

.messages.success {
  background-color: #17A2B8;
}

.messages.warning {
  background-color: #FFC107;
}

.messages.error {
  background-color: #F8D7DA;
}

@media screen and (max-width: 479px) {
  .messages {
    grid-row-gap: .6em;
    flex-direction: column;
    align-items: flex-start;
  }
}

.item-messages {
  opacity: .7;
  color: white;
  letter-spacing: -.02em;
  font-size: .87em;
  line-height: 1.2;
}

/* Primary Color - Deep Teal */
/* hsl(168, 100%, 21%) */
/* Darker shade for accents */
/* Secondary Color - Soft Green */
/* Hover states */
/* Active states */
/* UI highlights over dark backgrounds */
/* UI highlights over dark text */
/* Backgrounds */
/* Additional Secondary Colors */
/* hsl(213, 56%, 47%) */
/* hsl(353, 61%, 56%) */
/* Positive Messages - Vibrant Green */
/* hsl(134, 61%, 41%) */
/* Background for positive states */
/* Information Messages - Calm Blue */
/* hsl(188, 71%, 41%) */
/* Background for information messages */
/* Warning Messages - Soft Amber */
/* hsl(45, 100%, 50%) */
/* Background for warnings */
/* Critical Messages - Strong Red */
/* hsl(354, 70%, 47%) */
/* Background for critical states */
/* Background only */
.block, .block-right, .block-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.button, .button-outline {
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  display: inline-block;
}

.grid-numbers {
  grid-column-gap: .87em;
  grid-row-gap: .87em;
  grid-template-rows: auto;
  align-items: start;
}

@media screen and (max-width: 991px) {
  .grid-numbers {
    font-size: .9em;
  }
}

@media screen and (max-width: 767px) {
  .grid-numbers {
    width: 100%;
    font-size: 1em;
  }
}

@media screen and (max-width: 479px) {
  .grid-numbers {
    grid-template-columns: 1fr;
  }
}

.numbers {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  border-radius: .64em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.2em 1.4em 1.4em;
  display: flex;
}

.numbers.red {
  background-color: #bc008712;
}

.numbers.blue {
  background-color: #3959ff12;
}

.numbers.green {
  background-color: #00872612;
}

.icon-numbers {
  width: 2em;
  height: 2em;
}

.heading-numbers {
  font-weight: 500;
}

.heading-numbers.red {
  color: #bc0087;
}

.heading-numbers.blue {
  color: #3959ff;
}

.heading-numbers.green {
  color: #00693e;
}

.text-numbers {
  letter-spacing: -.02em;
  max-width: 11em;
  font-size: .87em;
  font-weight: 500;
  line-height: 1.3;
}

.text-numbers.red {
  color: #bc0087;
}

.text-numbers.blue {
  color: #3959ff;
}

.text-numbers.green {
  color: #00693e;
}

/* Primary Color - Deep Teal */
/* hsl(168, 100%, 21%) */
/* Darker shade for accents */
/* Secondary Color - Soft Green */
/* Hover states */
/* Active states */
/* UI highlights over dark backgrounds */
/* UI highlights over dark text */
/* Backgrounds */
/* Additional Secondary Colors */
/* hsl(213, 56%, 47%) */
/* hsl(353, 61%, 56%) */
/* Positive Messages - Vibrant Green */
/* hsl(134, 61%, 41%) */
/* Background for positive states */
/* Information Messages - Calm Blue */
/* hsl(188, 71%, 41%) */
/* Background for information messages */
/* Warning Messages - Soft Amber */
/* hsl(45, 100%, 50%) */
/* Background for warnings */
/* Critical Messages - Strong Red */
/* hsl(354, 70%, 47%) */
/* Background for critical states */
/* Background only */
.block, .block-right, .block-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.button, .button-outline {
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  display: inline-block;
}

.block-reviews {
  grid-column-gap: .88em;
  grid-row-gap: .88em;
  flex-direction: row;
  height: 40em;
  display: flex;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .block-reviews {
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .block-reviews {
    padding: 3em 1.5em 2.5em;
  }
}

.review-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.review {
  grid-column-gap: .94em;
  grid-row-gap: .94em;
  background-color: white;
  border-radius: .87em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: .44em;
  margin-bottom: .44em;
  padding: 2em;
  display: flex;
  box-shadow: 0 15px 25px -10px #00693e0d;
}

@media screen and (max-width: 767px) {
  .review {
    padding: 1.6em;
  }
}

.paragraph-review {
  font-size: .87em;
  line-height: 155%;
}

.review-name {
  color: #083629;
  letter-spacing: -.02em;
  font-size: .87em;
  font-weight: 500;
  line-height: 1.3;
}

.stars {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-star {
  width: 1.13em;
  height: 1.13em;
}

.reviews-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.reviews-wrapper.right {
  justify-content: flex-end;
}

.review-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.gradient-reviews {
  z-index: 50;
  background-image: linear-gradient(to bottom, #f4fdf8, #f4f6f700 10%, #f4f6f700 90%, #f4fdf8);
  position: absolute;
  inset: 0%;
}

/* Primary Color - Deep Teal */
/* hsl(168, 100%, 21%) */
/* Darker shade for accents */
/* Secondary Color - Soft Green */
/* Hover states */
/* Active states */
/* UI highlights over dark backgrounds */
/* UI highlights over dark text */
/* Backgrounds */
/* Additional Secondary Colors */
/* hsl(213, 56%, 47%) */
/* hsl(353, 61%, 56%) */
/* Positive Messages - Vibrant Green */
/* hsl(134, 61%, 41%) */
/* Background for positive states */
/* Information Messages - Calm Blue */
/* hsl(188, 71%, 41%) */
/* Background for information messages */
/* Warning Messages - Soft Amber */
/* hsl(45, 100%, 50%) */
/* Background for warnings */
/* Critical Messages - Strong Red */
/* hsl(354, 70%, 47%) */
/* Background for critical states */
/* Background only */
.block, .block-right, .block-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.button, .button-outline {
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  display: inline-block;
}

.rich-text-block p {
  margin-bottom: 1.4em;
}

.rich-text-block h1 {
  margin-bottom: .4em;
}

.rich-text-block h2, .rich-text-block h3, .rich-text-block h4, .rich-text-block h5, .rich-text-block h6 {
  margin-top: 1em;
  margin-bottom: .4em;
}

.rich-text-block a {
  border-bottom: 1px solid #00693e;
  color: #00693e;
  text-decoration: none;
  transition: border-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.rich-text-block a:hover {
  border-bottom-color: #083629;
  color: #083629;
}

/* Primary Color - Deep Teal */
/* hsl(168, 100%, 21%) */
/* Darker shade for accents */
/* Secondary Color - Soft Green */
/* Hover states */
/* Active states */
/* UI highlights over dark backgrounds */
/* UI highlights over dark text */
/* Backgrounds */
/* Additional Secondary Colors */
/* hsl(213, 56%, 47%) */
/* hsl(353, 61%, 56%) */
/* Positive Messages - Vibrant Green */
/* hsl(134, 61%, 41%) */
/* Background for positive states */
/* Information Messages - Calm Blue */
/* hsl(188, 71%, 41%) */
/* Background for information messages */
/* Warning Messages - Soft Amber */
/* hsl(45, 100%, 50%) */
/* Background for warnings */
/* Critical Messages - Strong Red */
/* hsl(354, 70%, 47%) */
/* Background for critical states */
/* Background only */
.block, .block-right, .block-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.button, .button-outline {
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  display: inline-block;
}

.clients {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 3.6em;
  display: flex;
}

.subtitle-clients {
  opacity: .7;
  color: #083629;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 2.3em;
  font-family: "IBM Plex Mono", monospace;
  font-size: .7em;
  font-weight: 500;
  line-height: 1.3;
}

.block-clients {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gradient-clients {
  z-index: 50;
  background-image: linear-gradient(to right, #f4fdf8 5%, #f4f6f700 20%, #f4f6f700 80%, #f4fdf8 95%);
  position: absolute;
  inset: 0%;
}

.clients-wrapper {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo-client {
  max-height: 2.7em;
  margin-left: 2.7em;
  margin-right: 2.7em;
}

@media screen and (max-width: 479px) {
  .logo-client {
    max-height: 1.5em;
    margin-left: 1.8em;
    margin-right: 1.8em;
  }
}

/* Primary Color - Deep Teal */
/* hsl(168, 100%, 21%) */
/* Darker shade for accents */
/* Secondary Color - Soft Green */
/* Hover states */
/* Active states */
/* UI highlights over dark backgrounds */
/* UI highlights over dark text */
/* Backgrounds */
/* Additional Secondary Colors */
/* hsl(213, 56%, 47%) */
/* hsl(353, 61%, 56%) */
/* Positive Messages - Vibrant Green */
/* hsl(134, 61%, 41%) */
/* Background for positive states */
/* Information Messages - Calm Blue */
/* hsl(188, 71%, 41%) */
/* Background for information messages */
/* Warning Messages - Soft Amber */
/* hsl(45, 100%, 50%) */
/* Background for warnings */
/* Critical Messages - Strong Red */
/* hsl(354, 70%, 47%) */
/* Background for critical states */
/* Background only */
.block, .block-right, .block-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.button, .button-outline {
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  display: inline-block;
}

.yellow-tag {
  background-color: #eadb5b;
  color: #083629;
  letter-spacing: .05em;
  text-transform: uppercase;
  border-radius: .6em;
  padding: .7em 1.1em;
  font-family: "IBM Plex Mono", monospace;
  font-size: .7em;
  font-weight: 500;
  line-height: 110%;
  position: absolute;
  inset: -.8em 2em auto auto;
}

.green-tag {
  background-color: #3959ff;
  color: white;
  letter-spacing: .05em;
  text-transform: uppercase;
  border-radius: .6em;
  padding: .7em 1.1em;
  font-family: "IBM Plex Mono", monospace;
  font-size: .7em;
  font-weight: 500;
  line-height: 110%;
  position: absolute;
  inset: -.8em 2em auto auto;
}

/* Primary Color - Deep Teal */
/* hsl(168, 100%, 21%) */
/* Darker shade for accents */
/* Secondary Color - Soft Green */
/* Hover states */
/* Active states */
/* UI highlights over dark backgrounds */
/* UI highlights over dark text */
/* Backgrounds */
/* Additional Secondary Colors */
/* hsl(213, 56%, 47%) */
/* hsl(353, 61%, 56%) */
/* Positive Messages - Vibrant Green */
/* hsl(134, 61%, 41%) */
/* Background for positive states */
/* Information Messages - Calm Blue */
/* hsl(188, 71%, 41%) */
/* Background for information messages */
/* Warning Messages - Soft Amber */
/* hsl(45, 100%, 50%) */
/* Background for warnings */
/* Critical Messages - Strong Red */
/* hsl(354, 70%, 47%) */
/* Background for critical states */
/* Background only */
.block, .block-right, .block-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.button, .button-outline {
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  display: inline-block;
}

.grid-faq {
  grid-column-gap: 1.13em;
  grid-row-gap: 1.13em;
  grid-template-rows: auto;
  align-items: start;
}

@media screen and (max-width: 767px) {
  .grid-faq {
    grid-column-gap: .87em;
    grid-row-gap: .87em;
  }
}

@media screen and (max-width: 479px) {
  .grid-faq {
    grid-template-columns: 1fr;
  }
}

.block-faq {
  grid-column-gap: 1.13em;
  grid-row-gap: 1.13em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

@media screen and (max-width: 767px) {
  .block-faq {
    grid-column-gap: .87em;
    grid-row-gap: .87em;
  }
}

.accordion-item {
  background-color: white;
  border-radius: .87em;
  width: 100%;
  padding-left: 1.8em;
  padding-right: 1.2em;
  box-shadow: 0 15px 25px -10px #00693e0d;
}

.accordion-header {
  grid-column-gap: 1em;
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  transition: padding 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex;
}

.accordion-header:hover {
  padding-left: .3em;
  padding-right: .3em;
}

.heading-accordion {
  margin-top: .3em;
  margin-bottom: .3em;
}

.icon-accordion {
  flex: none;
  width: 1.5em;
  height: 1.5em;
}

.block-icon-accordion {
  background-color: #00872612;
  border: 1px solid #fff3;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.12em;
  height: 2.12em;
  display: flex;
}

.accordion-content {
  display: block;
  overflow: hidden;
}

.paragraph-accordion {
  max-width: 90%;
  margin-bottom: 1.6em;
}

/* Primary Color - Deep Teal */
/* hsl(168, 100%, 21%) */
/* Darker shade for accents */
/* Secondary Color - Soft Green */
/* Hover states */
/* Active states */
/* UI highlights over dark backgrounds */
/* UI highlights over dark text */
/* Backgrounds */
/* Additional Secondary Colors */
/* hsl(213, 56%, 47%) */
/* hsl(353, 61%, 56%) */
/* Positive Messages - Vibrant Green */
/* hsl(134, 61%, 41%) */
/* Background for positive states */
/* Information Messages - Calm Blue */
/* hsl(188, 71%, 41%) */
/* Background for information messages */
/* Warning Messages - Soft Amber */
/* hsl(45, 100%, 50%) */
/* Background for warnings */
/* Critical Messages - Strong Red */
/* hsl(354, 70%, 47%) */
/* Background for critical states */
/* Background only */
.block, .block-right, .block-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.button, .button-outline {
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  display: inline-block;
}

.grid-features {
  grid-column-gap: 2em;
  grid-row-gap: 1.8em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 767px) {
  .grid-features {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .grid-features {
    grid-row-gap: 1.2em;
    grid-template-columns: 1fr;
  }
}

.features {
  grid-column-gap: 1.3em;
  grid-row-gap: 1.3em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  display: flex;
}

@media screen and (max-width: 479px) {
  .features {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    padding-top: .8em;
    padding-bottom: .8em;
  }
}

.block-heading-features {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-features {
  width: 2em;
  height: 2em;
}

.paragraph-features {
  max-width: 20em;
}

/* Primary Color - Deep Teal */
/* hsl(168, 100%, 21%) */
/* Darker shade for accents */
/* Secondary Color - Soft Green */
/* Hover states */
/* Active states */
/* UI highlights over dark backgrounds */
/* UI highlights over dark text */
/* Backgrounds */
/* Additional Secondary Colors */
/* hsl(213, 56%, 47%) */
/* hsl(353, 61%, 56%) */
/* Positive Messages - Vibrant Green */
/* hsl(134, 61%, 41%) */
/* Background for positive states */
/* Information Messages - Calm Blue */
/* hsl(188, 71%, 41%) */
/* Background for information messages */
/* Warning Messages - Soft Amber */
/* hsl(45, 100%, 50%) */
/* Background for warnings */
/* Critical Messages - Strong Red */
/* hsl(354, 70%, 47%) */
/* Background for critical states */
/* Background only */
.block, .block-right, .block-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.button, .button-outline {
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  display: inline-block;
}

.map {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 20px;
  padding-top: 50%;
}

.map iframe {
  position: absolute;
  top: 20px;
  left: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border: none;
  border-radius: .87em;
}

/* Primary Color - Deep Teal */
/* hsl(168, 100%, 21%) */
/* Darker shade for accents */
/* Secondary Color - Soft Green */
/* Hover states */
/* Active states */
/* UI highlights over dark backgrounds */
/* UI highlights over dark text */
/* Backgrounds */
/* Additional Secondary Colors */
/* hsl(213, 56%, 47%) */
/* hsl(353, 61%, 56%) */
/* Positive Messages - Vibrant Green */
/* hsl(134, 61%, 41%) */
/* Background for positive states */
/* Information Messages - Calm Blue */
/* hsl(188, 71%, 41%) */
/* Background for information messages */
/* Warning Messages - Soft Amber */
/* hsl(45, 100%, 50%) */
/* Background for warnings */
/* Critical Messages - Strong Red */
/* hsl(354, 70%, 47%) */
/* Background for critical states */
/* Background only */
.block, .block-right, .block-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.button, .button-outline {
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  display: inline-block;
}

.collection-list-categories {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.collection-item-categories {
  display: inline-block;
}

.link-category {
  grid-column-gap: .63em;
  grid-row-gap: .63em;
  color: #083629;
  border-radius: .87em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1.2em 1.4em;
  text-decoration: none;
  transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex;
}

.link-category:hover {
  color: #00693e;
}

.link-category.w--current {
  background-color: white;
  box-shadow: 0 15px 25px -10px #00693e0d;
}

@media screen and (max-width: 991px) {
  .link-category {
    padding: 1em 1.2em;
  }
}

.icon-category {
  width: 1.7em;
  height: 1.7em;
}

.block-categories {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: .6em;
  display: flex;
}

@media screen and (max-width: 991px) {
  .block-categories {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .block-categories {
    font-size: .9em;
  }
}

.text-category {
  letter-spacing: -.02em;
  font-size: 1em;
  font-weight: 600;
  line-height: 140%;
}

/* Primary Color - Deep Teal */
/* hsl(168, 100%, 21%) */
/* Darker shade for accents */
/* Secondary Color - Soft Green */
/* Hover states */
/* Active states */
/* UI highlights over dark backgrounds */
/* UI highlights over dark text */
/* Backgrounds */
/* Additional Secondary Colors */
/* hsl(213, 56%, 47%) */
/* hsl(353, 61%, 56%) */
/* Positive Messages - Vibrant Green */
/* hsl(134, 61%, 41%) */
/* Background for positive states */
/* Information Messages - Calm Blue */
/* hsl(188, 71%, 41%) */
/* Background for information messages */
/* Warning Messages - Soft Amber */
/* hsl(45, 100%, 50%) */
/* Background for warnings */
/* Critical Messages - Strong Red */
/* hsl(354, 70%, 47%) */
/* Background for critical states */
/* Background only */
.block, .block-right, .block-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.button, .button-outline {
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  display: inline-block;
}

.collection-list-shop {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .collection-list-shop {
    grid-column-gap: 1.13em;
    grid-row-gap: 1.13em;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .collection-list-shop {
    grid-template-columns: 1fr;
  }
}

.product {
  background-color: white;
  text-align: left;
  border-radius: .87em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2.4em;
  display: flex;
  position: relative;
  box-shadow: 0 15px 25px -10px #00693e0d;
}

@media screen and (max-width: 479px) {
  .product {
    padding: 1.5em;
  }
}

.block-icon-product {
  z-index: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #00872612;
  border-radius: .87em;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 4.2em;
  height: 4.2em;
  margin-bottom: 1.3em;
  display: flex;
  position: relative;
}

.icon-product {
  object-fit: cover;
  width: 1.7em;
  height: 1.7em;
}

.link-product {
  margin-bottom: .15em;
  text-decoration: none;
}

.text-price {
  color: #00693e;
  letter-spacing: -.01em;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.2;
}

.block-price {
  grid-column-gap: .6em;
  grid-row-gap: .6em;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.6em;
  display: flex;
}

@media screen and (max-width: 767px) {
  .block-price {
    flex-direction: column;
  }
}

.compare-at-price {
  color: #14171880;
  letter-spacing: -.01em;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: line-through;
}

.paragraph-description {
  margin-bottom: 2.1em;
  font-size: .87em;
  line-height: 155%;
}

.subtitle-product {
  color: #14171880;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 1.4em;
  font-family: "IBM Plex Mono", monospace;
  font-size: .7em;
  font-weight: 500;
  line-height: 1.3;
}

.icon-features-product {
  width: 1.5em;
  height: 1.5em;
}

.features-product {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.block-features-product {
  grid-column-gap: .7em;
  grid-row-gap: .7em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2.2em;
  display: flex;
}

.block-tag-product {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: -.5em 1.2em auto auto;
}

.yellow-tag-product {
  background-color: #eadb5b;
  color: #083629;
  letter-spacing: .05em;
  text-transform: uppercase;
  border-radius: .6em;
  padding: .7em 1.1em;
  font-family: "IBM Plex Mono", monospace;
  font-size: .7em;
  font-weight: 500;
  line-height: 110%;
}

.green-tag-product {
  background-color: #3959ff;
  color: white;
  letter-spacing: .05em;
  text-transform: uppercase;
  border-radius: .6em;
  padding: .7em 1.1em;
  font-family: "IBM Plex Mono", monospace;
  font-size: .7em;
  font-weight: 500;
  line-height: 110%;
}

.field-label {
  color: #083629;
  text-align: left;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: .5em;
  font-family: "IBM Plex Mono", monospace;
  font-size: .7em;
  font-weight: 500;
  line-height: 1.3;
}

.grid-product {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  align-items: start;
  position: relative;
}

@media screen and (max-width: 991px) {
  .grid-product {
    grid-template-columns: 1fr;
  }
}

.add-to-cart {
  width: 100%;
}

.quantity {
  border-color: rgba(0, 105, 62, 0.2);
  background-color: white;
  color: #083629;
  border-radius: .62em;
  width: 4.4em;
  height: 3.4em;
  margin-bottom: .9em;
  padding: .5em .5em .5em .8em;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.3em;
  transition: border-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.quantity:focus {
  border-color: #00693e;
}

.add-to-cart-button {
  background-color: #00693e;
  color: white;
  letter-spacing: -.02em;
  border-radius: 50em;
  padding: .9em 1.8em;
  font-size: 1.12em;
  font-weight: 500;
  line-height: 1.2;
  transition: box-shadow 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.add-to-cart-button:hover {
  box-shadow: 0 15px 40px -10px #00693e;
}

.buy-now-button {
  background-color: #00693e;
  color: white;
  letter-spacing: -.02em;
  border-radius: 50em;
  margin-top: .8em;
  padding: .9em 1.8em;
  font-size: 1.12em;
  font-weight: 500;
  line-height: 1.2;
  transition: box-shadow 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.buy-now-button:hover {
  box-shadow: 0 15px 40px -10px #00693e;
}

.buy-now-button.yellow {
  background-color: #eadb5b;
  color: #083629;
}

.buy-now-button.yellow:hover {
  box-shadow: 0 15px 40px -10px #eadb5b;
}

.default-state {
  margin: 0;
}

.field-label-quantity {
  color: #14171880;
  text-align: left;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: .5em;
  font-family: "IBM Plex Mono", monospace;
  font-size: .7em;
  font-weight: 500;
  line-height: 1.3;
  display: none;
}

.out-of-stock-state {
  background-color: #bc000312;
  border-radius: .87em;
  margin-top: 0;
  padding: 1em 10%;
}

.product-content {
  background-color: white;
  border-radius: .87em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 3.1em;
  display: flex;
  position: relative;
  box-shadow: 0 15px 25px -10px #00693e0d;
}

@media screen and (max-width: 479px) {
  .product-content {
    padding: 2em;
  }
}

.product-sticky {
  background-color: white;
  border-radius: .87em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2.4em;
  display: flex;
  position: sticky;
  top: 100px;
  box-shadow: 0 15px 25px -10px #00693e0d;
}

@media screen and (max-width: 991px) {
  .product-sticky {
    padding: 3.1em;
    position: relative;
    top: auto;
  }
}

@media screen and (max-width: 479px) {
  .product-sticky {
    padding: 2em;
  }
}

/* Primary Color - Deep Teal */
/* hsl(168, 100%, 21%) */
/* Darker shade for accents */
/* Secondary Color - Soft Green */
/* Hover states */
/* Active states */
/* UI highlights over dark backgrounds */
/* UI highlights over dark text */
/* Backgrounds */
/* Additional Secondary Colors */
/* hsl(213, 56%, 47%) */
/* hsl(353, 61%, 56%) */
/* Positive Messages - Vibrant Green */
/* hsl(134, 61%, 41%) */
/* Background for positive states */
/* Information Messages - Calm Blue */
/* hsl(188, 71%, 41%) */
/* Background for information messages */
/* Warning Messages - Soft Amber */
/* hsl(45, 100%, 50%) */
/* Background for warnings */
/* Critical Messages - Strong Red */
/* hsl(354, 70%, 47%) */
/* Background for critical states */
/* Background only */
.block, .block-right, .block-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.button, .button-outline {
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  display: inline-block;
}

.ecommerce-form {
  background-color: #0000;
  min-height: auto;
  padding: 0;
}

.ecommerce-grid {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  align-items: start;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .ecommerce-grid {
    grid-template-columns: 1fr;
  }
}

.ecommerce-contents {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-direction: column;
  margin-right: 0;
  display: flex;
}

.ecommerce-sidebar {
  top: 100px;
}

.ecommerce-block {
  background-color: white;
  border-radius: .87em;
  margin-top: 0;
  margin-bottom: 0;
  box-shadow: 0 15px 25px -10px #00693e0d;
}

.block-header {
  border-style: none none solid;
  border-color: rgba(0, 105, 62, 0.2);
  background-color: #0000;
  padding: 1em 1.5em;
}

.block-content {
  background-color: #0000;
  border: 1px #000;
  padding: 1.5em;
}

.order-summary {
  background-color: white;
  border-radius: .87em;
  margin-bottom: 1.5em;
  box-shadow: 0 15px 25px -10px #00693e0d;
}

.text-required {
  color: #3959ff;
  font-size: .9em;
  font-weight: 500;
  line-height: 155%;
}

.text-field-ecommerce {
  border: 1px solid rgba(0, 105, 62, 0.2);
  background-color: #f4fdf8;
  color: #083629;
  border-radius: .87em;
  height: 3.75em;
  margin-bottom: 1.12em;
  padding: 1em 1.2em;
  font-size: 1rem;
  line-height: 1.3;
  transition: border-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media screen and (max-width: 767px) {
  .text-field-ecommerce {
    margin-bottom: .9em;
  }
}

.text-field-ecommerce::placeholder {
  color: #14171899;
}

.text-field-ecommerce:focus {
  border-color: #00693e;
}

.text-field-ecommerce.-wfp-focus {
  border-color: #00693e;
}

.country {
  border: 1px solid rgba(0, 105, 62, 0.2);
  background-color: #f4fdf8;
  color: #083629;
  border-radius: .87em;
  height: 3.75em;
  margin-bottom: 1.12em;
  padding: 1em 1.2em;
  font-size: 1rem;
  line-height: 1.3;
  transition: border-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.country:focus {
  border-color: #00693e;
}

.billing-address-toggle {
  align-items: baseline;
}

.shipping-method-list {
  grid-column-gap: .7em;
  grid-row-gap: .7em;
  border: 1px #000;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.shipping-method {
  background-color: #00872612;
  border: 1px #000;
  border-radius: .87em;
  margin-bottom: 0;
  padding: 1em 1.2em;
}

.block-quantity {
  font-size: .9em;
}

.discounts {
  border-style: none;
  border-color: rgba(0, 105, 62, 0.2);
  background-color: white;
  border-radius: .87em;
  margin-bottom: 1.5em;
  padding: 1.5em;
  box-shadow: 0 15px 25px -10px #00693e0d;
}

.apply-button {
  background-color: #00693e;
  color: white;
  letter-spacing: -.02em;
  border-radius: .87em;
  height: 3.75em;
  margin-left: .5em;
  padding: .9em 1.3em;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  transition: box-shadow 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.apply-button:hover {
  box-shadow: 0 15px 40px -10px #00693e;
}

/* Primary Color - Deep Teal */
/* hsl(168, 100%, 21%) */
/* Darker shade for accents */
/* Secondary Color - Soft Green */
/* Hover states */
/* Active states */
/* UI highlights over dark backgrounds */
/* UI highlights over dark text */
/* Backgrounds */
/* Additional Secondary Colors */
/* hsl(213, 56%, 47%) */
/* hsl(353, 61%, 56%) */
/* Positive Messages - Vibrant Green */
/* hsl(134, 61%, 41%) */
/* Background for positive states */
/* Information Messages - Calm Blue */
/* hsl(188, 71%, 41%) */
/* Background for information messages */
/* Warning Messages - Soft Amber */
/* hsl(45, 100%, 50%) */
/* Background for warnings */
/* Critical Messages - Strong Red */
/* hsl(354, 70%, 47%) */
/* Background for critical states */
/* Background only */
.block, .block-right, .block-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.button, .button-outline {
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  display: inline-block;
}

.grid-about {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

@media screen and (max-width: 991px) {
  .grid-about {
    grid-column-gap: 1.13em;
    grid-row-gap: 1.13em;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .grid-about {
    grid-column-gap: .87em;
    grid-row-gap: .87em;
    grid-template-columns: 1fr;
  }
}

.about {
  grid-row-gap: 1.2em;
  border-radius: .87em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 3.1em;
  display: flex;
  position: relative;
}

@media screen and (max-width: 479px) {
  .about {
    padding: 2em;
  }
}

.about.red {
  color: #bc0087;
  background-color: #bc008712;
}

.about.blue {
  background-color: #3959ff12;
  color: #3959ff;
}

.about.green {
  background-color: #00872612;
  color: #00693e;
}

.block-icon-about {
  border-radius: .87em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4.5em;
  height: 4.5em;
  display: flex;
}

.block-icon-about.red {
  background-color: #bc0087;
}

.block-icon-about.blue {
  background-color: #3959ff;
}

.block-icon-about.green {
  background-color: #00693e;
}

.icon-about {
  width: 2em;
  height: 2em;
}

.heading-about {
  color: #00693e;
}

.heading-about.red {
  color: #bc0087;
}

.heading-about.blue {
  color: #3959ff;
}

.heading-about.green {
  color: #00693e;
}

/* Primary Color - Deep Teal */
/* hsl(168, 100%, 21%) */
/* Darker shade for accents */
/* Secondary Color - Soft Green */
/* Hover states */
/* Active states */
/* UI highlights over dark backgrounds */
/* UI highlights over dark text */
/* Backgrounds */
/* Additional Secondary Colors */
/* hsl(213, 56%, 47%) */
/* hsl(353, 61%, 56%) */
/* Positive Messages - Vibrant Green */
/* hsl(134, 61%, 41%) */
/* Background for positive states */
/* Information Messages - Calm Blue */
/* hsl(188, 71%, 41%) */
/* Background for information messages */
/* Warning Messages - Soft Amber */
/* hsl(45, 100%, 50%) */
/* Background for warnings */
/* Critical Messages - Strong Red */
/* hsl(354, 70%, 47%) */
/* Background for critical states */
/* Background only */
.block, .block-right, .block-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.button, .button-outline {
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  display: inline-block;
}

.heading-quote {
  margin-bottom: 1.4em;
}

.block-quote {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.block-name {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.signature {
  height: 3.7em;
}

/* Primary Color - Deep Teal */
/* hsl(168, 100%, 21%) */
/* Darker shade for accents */
/* Secondary Color - Soft Green */
/* Hover states */
/* Active states */
/* UI highlights over dark backgrounds */
/* UI highlights over dark text */
/* Backgrounds */
/* Additional Secondary Colors */
/* hsl(213, 56%, 47%) */
/* hsl(353, 61%, 56%) */
/* Positive Messages - Vibrant Green */
/* hsl(134, 61%, 41%) */
/* Background for positive states */
/* Information Messages - Calm Blue */
/* hsl(188, 71%, 41%) */
/* Background for information messages */
/* Warning Messages - Soft Amber */
/* hsl(45, 100%, 50%) */
/* Background for warnings */
/* Critical Messages - Strong Red */
/* hsl(354, 70%, 47%) */
/* Background for critical states */
/* Background only */
.block, .block-right, .block-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.button, .button-outline {
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  display: inline-block;
}

.grid-team {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

@media screen and (max-width: 479px) {
  .grid-team {
    grid-column-gap: .6em;
    grid-row-gap: .6em;
  }
}

@media screen and (max-width: 767px) {
  .grid-team {
    grid-column-gap: .87em;
    grid-row-gap: .87em;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 991px) {
  .grid-team {
    grid-column-gap: 1.13em;
    grid-row-gap: 1.13em;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.team {
  background-color: white;
  border-radius: .87em;
  padding: 1em;
  box-shadow: 0 15px 25px -10px #00693e0d;
}

@media screen and (max-width: 479px) {
  .team {
    padding: 0;
  }
}

.image-team {
  object-fit: cover;
  border-radius: .6em;
}

.block-team {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 1.3em 1em .6em;
  display: flex;
}

@media screen and (max-width: 479px) {
  .block-team {
    padding: .9em 1.2em;
    font-size: .9em;
  }
}

.heading-name {
  margin-bottom: .3em;
  line-height: 1.2;
}

.text-role {
  color: #141718b3;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-family: "IBM Plex Mono", monospace;
  font-size: .7em;
  font-weight: 500;
  line-height: 1.3;
}

/* Primary Color - Deep Teal */
/* hsl(168, 100%, 21%) */
/* Darker shade for accents */
/* Secondary Color - Soft Green */
/* Hover states */
/* Active states */
/* UI highlights over dark backgrounds */
/* UI highlights over dark text */
/* Backgrounds */
/* Additional Secondary Colors */
/* hsl(213, 56%, 47%) */
/* hsl(353, 61%, 56%) */
/* Positive Messages - Vibrant Green */
/* hsl(134, 61%, 41%) */
/* Background for positive states */
/* Information Messages - Calm Blue */
/* hsl(188, 71%, 41%) */
/* Background for information messages */
/* Warning Messages - Soft Amber */
/* hsl(45, 100%, 50%) */
/* Background for warnings */
/* Critical Messages - Strong Red */
/* hsl(354, 70%, 47%) */
/* Background for critical states */
/* Background only */
.block, .block-right, .block-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.button, .button-outline {
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  display: inline-block;
}

.section-top-bar {
  background-color: #00693e;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .4em 2em;
  display: flex;
}

@media screen and (max-width: 991px) {
  .section-top-bar {
    padding-top: .8em;
    padding-bottom: .8em;
  }
}

@media screen and (max-width: 479px) {
  .section-top-bar {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}

.top-bar-block {
  grid-column-gap: 1em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 75em;
  display: flex;
}

@media screen and (max-width: 479px) {
  .top-bar-block {
    grid-row-gap: .6em;
    flex-direction: column;
    align-items: flex-start;
  }
}

.top-bar {
  grid-column-gap: 1.87em;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 479px) {
  .top-bar {
    grid-row-gap: .6em;
    flex-direction: column;
    align-items: flex-start;
  }
}

.info-top-bar {
  opacity: .7;
  color: white;
  letter-spacing: -.02em;
  font-size: .87em;
  line-height: 1.2;
}

.link-top-bar {
  grid-column-gap: .35em;
  opacity: .7;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex;
}

.link-top-bar:hover {
  opacity: 1;
}

.icon-top-bar {
  width: 1.125em;
  height: 1.125em;
}

.text-top-bar {
  color: white;
  letter-spacing: -.02em;
  font-size: .87em;
  line-height: 1.2;
}

/* Primary Color - Deep Teal */
/* hsl(168, 100%, 21%) */
/* Darker shade for accents */
/* Secondary Color - Soft Green */
/* Hover states */
/* Active states */
/* UI highlights over dark backgrounds */
/* UI highlights over dark text */
/* Backgrounds */
/* Additional Secondary Colors */
/* hsl(213, 56%, 47%) */
/* hsl(353, 61%, 56%) */
/* Positive Messages - Vibrant Green */
/* hsl(134, 61%, 41%) */
/* Background for positive states */
/* Information Messages - Calm Blue */
/* hsl(188, 71%, 41%) */
/* Background for information messages */
/* Warning Messages - Soft Amber */
/* hsl(45, 100%, 50%) */
/* Background for warnings */
/* Critical Messages - Strong Red */
/* hsl(354, 70%, 47%) */
/* Background for critical states */
/* Background only */
.block, .block-right, .block-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.button, .button-outline {
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  display: inline-block;
}

.section-top {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 6em 2em 1.5em;
}

.section-top.padding-0 {
  padding-bottom: 0;
}

@media screen and (max-width: 991px) {
  .section-top {
    padding-top: 4.5em;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .section-top {
    padding-top: 3.5em;
  }
}

@media screen and (max-width: 479px) {
  .section-top {
    padding-top: 3em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}

.block-top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.paragraph-top {
  max-width: 32em;
  margin-bottom: 2em;
  font-size: 1.125em;
  line-height: 160%;
}

.paragraph-top.blog-post {
  max-width: 36em;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 991px) {
  .paragraph-top {
    font-size: 1em;
  }
}

@media screen and (max-width: 479px) {
  .paragraph-top {
    margin-bottom: 1.2em;
  }
}

.heading-top {
  max-width: 11.5em;
  margin-bottom: .38em;
}

.date-top {
  color: #14171880;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: .8em;
  font-family: "IBM Plex Mono", monospace;
  font-size: .7em;
  font-weight: 500;
  line-height: 1.3;
}

.author-image-top {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 0.5em;
}

.author-separator {
  margin: 0 0.5em;
  color: #141718;
  font-size: 1em;
  vertical-align: middle;
}

.author-top {
  display: inline-block;
  vertical-align: middle;
  font-size: 1em;
  font-weight: 600;
  color: #141718;
}

/* Primary Color - Deep Teal */
/* hsl(168, 100%, 21%) */
/* Darker shade for accents */
/* Secondary Color - Soft Green */
/* Hover states */
/* Active states */
/* UI highlights over dark backgrounds */
/* UI highlights over dark text */
/* Backgrounds */
/* Additional Secondary Colors */
/* hsl(213, 56%, 47%) */
/* hsl(353, 61%, 56%) */
/* Positive Messages - Vibrant Green */
/* hsl(134, 61%, 41%) */
/* Background for positive states */
/* Information Messages - Calm Blue */
/* hsl(188, 71%, 41%) */
/* Background for information messages */
/* Warning Messages - Soft Amber */
/* hsl(45, 100%, 50%) */
/* Background for warnings */
/* Critical Messages - Strong Red */
/* hsl(354, 70%, 47%) */
/* Background for critical states */
/* Background only */
.block, .block-right, .block-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.button, .button-outline {
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  display: inline-block;
}

.nav-link {
  color: #083629;
  letter-spacing: -.02em;
  padding: .7em 1.2em;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2;
  transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.nav-link:hover {
  color: #00693e;
}

.nav-link.w--current {
  color: #083629;
}

.nav-link.w--current:hover {
  color: #00693e;
}

.nav-button {
  background-color: #083629;
  color: white;
  letter-spacing: -.02em;
  border-radius: 50em;
  padding: .7em 1.4em;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  transition: box-shadow 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.nav-button:hover {
  background-color: #00693e;
  box-shadow: 0 15px 40px -10px #00693e;
}

.nav-button-outline {
  box-shadow: 0 0 0 -10px #00693e, inset 0 0 0 2px #00693e;
  color: #00693e;
  letter-spacing: -.02em;
  background-color: #0000;
  border-radius: 50em;
  padding: .7em 1.4em;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  transition: box-shadow 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.nav-button-outline:hover {
  background-color: #00693e;
  box-shadow: 0 15px 40px -10px #00693e, inset 0 0 0 2px #00693e;
  color: white;
}

.button-desktop {
  grid-column-gap: .5em;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 767px) {
  .button-desktop {
    display: none;
  }
}

.button-mobile {
  grid-column-gap: .5em;
  grid-row-gap: 1em;
  justify-content: center;
  align-items: center;
  display: none;
}

@media screen and (max-width: 767px) {
  .button-mobile {
    flex-direction: column;
    align-items: flex-start;
    margin-top: .5em;
    margin-bottom: .8em;
    padding-left: .5em;
    padding-right: .5em;
    display: flex;
  }
}

/*-- -------------------------- -->
<---     Mobile Navigation      -->
<--- -------------------------- -*/
/* Mobile - 1023px */
@media only screen and (max-width: 63.9375rem) {
  body.cs-open {
    overflow: hidden;
  }
  body.scroll #cs-navigation {
    width: 100%;
    max-width: 100%;
    top: 0;
  }
  body.scroll #cs-navigation:before {
    border-radius: 0;
  }
  body.scroll #cs-navigation .cs-ul-wrapper {
    top: 100%;
  }
  #cs-navigation {
    width: 94%;
    max-width: calc(1280 / 16 * 1rem);
    /* prevents padding from affecting height and width */
    box-sizing: border-box;
    /* 12px - 24px */
    padding: clamp(0.75rem, 2vw, 1.5rem);
    /* 12px - 24px */
    border-radius: clamp(0.75rem, 2vw, 1.5rem);
    position: fixed;
    top: calc(32 / 16 * 1rem);
    left: 50%;
    z-index: 10000;
    transform: translateX(-50%);
    transition: top 0.3s, border-radius 0.3s, width 0.3s, max-width 0.3s;
  }
  #cs-navigation:before {
    /* background color */
    content: "";
    width: 100%;
    height: 100%;
    background: white;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    opacity: .9;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    /* 12px - 24px */
    border-radius: clamp(0.75rem, 2vw, 1.5rem);
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: transform 0.2s, border-radius 0.3s ease-in-out;
  }
  #cs-navigation.cs-active:before {
    transform: translateX(-50%) scale(1.03);
  }
  #cs-navigation.cs-active .cs-toggle {
    transform: rotate(180deg);
  }
  #cs-navigation.cs-active .cs-ul-wrapper {
    transform: scaleY(1);
    transition-delay: 0.15s;
  }
  #cs-navigation.cs-active .cs-li {
    opacity: 1;
    transform: translateY(0);
  }
  #cs-navigation .cs-container {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: calc(24 / 16 * 1rem);
  }
  #cs-navigation .cs-logo {
    width: auto;
    max-width: calc(200 / 16 * 1rem);
    height: 100%;
    margin: 0 auto 0 0;
    /* prevents padding from affecting height and width */
    box-sizing: border-box;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    z-index: 10;
  }
  #cs-navigation .cs-logo img {
    width: 100%;
    height: 100%;
    /* ensures the image never overflows the container. It stays contained within it's width and height and expands to fill it then stops once it reaches an edge */
    object-fit: contain;
  }
  #cs-navigation .cs-toggle {
    width: calc(56 / 16 * 1rem);
    height: calc(56 / 16 * 1rem);
    margin: 0 0 0 auto;
    background-color: #1a1a1a;
    border: none;
    border-radius: calc(4 / 16 * 1rem);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 10;
    transition: transform 0.6s;
  }
  #cs-navigation .cs-nav {
    /* sends it to the right in the 3rd position */
    order: 3;
  }
  #cs-navigation .cs-contact-group {
    display: none;
    position: relative;
    z-index: 10;
  }
  #cs-navigation .cs-phone {
    font-size: calc(16 / 16 * 1rem);
    line-height: 1.5em;
    text-decoration: none;
    margin: 0;
    color: #083629;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: calc(8 / 16 * 1rem);
    transition: opacity 0.3s, color 0.3s;
  }
  #cs-navigation .cs-phone-icon {
    width: calc(24 / 16 * 1rem);
    height: auto;
    display: block;
  }
  #cs-navigation .cs-social {
    display: none;
  }
  #cs-navigation .cs-active .cs-line1 {
    top: 50%;
    transform: translate(-50%, -50%) rotate(225deg);
  }
  #cs-navigation .cs-active .cs-line2 {
    top: 50%;
    transform: translate(-50%, -50%) translateY(0) rotate(-225deg);
    transform-origin: center;
  }
  #cs-navigation .cs-active .cs-line3 {
    opacity: 0;
    bottom: 100%;
  }
  #cs-navigation .cs-box {
    /* 24px - 28px */
    width: clamp(1.5rem, 2vw, 1.75rem);
    height: calc(16 / 16 * 1rem);
    position: relative;
  }
  #cs-navigation .cs-line {
    width: 100%;
    height: 2px;
    background-color: #fafbfc;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  #cs-navigation .cs-line1 {
    top: 0;
    transition: transform 0.5s, top 0.3s, left 0.3s;
    animation-duration: 0.7s;
    animation-timing-function: ease;
    animation-direction: normal;
    animation-fill-mode: forwards;
    transform-origin: center;
  }
  #cs-navigation .cs-line2 {
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: top 0.3s, left 0.3s, transform 0.5s;
    animation-duration: 0.7s;
    animation-timing-function: ease;
    animation-direction: normal;
    animation-fill-mode: forwards;
  }
  #cs-navigation .cs-line3 {
    bottom: 0;
    transition: bottom 0.3s, opacity 0.3s;
  }
  #cs-navigation .cs-ul-wrapper {
    width: 100%;
    height: auto;
    padding-bottom: calc(48 / 20 * 1em);
    background-color: white;
    border-radius: 0 0 calc(24 / 16 * 1rem) calc(24 / 16 * 1rem);
    position: absolute;
    top: 85%;
    left: 0;
    z-index: -1;
    overflow: hidden;
    transform: scaleY(0);
    transition: transform 0.4s;
    transform-origin: top;
  }
  #cs-navigation .cs-ul {
    width: 100%;
    height: auto;
    max-height: 65vh;
    margin: 0;
    padding: calc(64 / 16 * 1rem) 0 0 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: calc(20 / 16 * 1rem);
    overflow: auto;
  }
  #cs-navigation .cs-li {
    text-align: center;
    list-style: none;
    width: 100%;
    margin-right: 0;
    opacity: 0;
    /* transition from these values */
    transform: translateY(calc(-70 / 16 * 1rem));
    transition: transform 0.6s, opacity 0.9s;
  }
  #cs-navigation .cs-li:nth-of-type(1) {
    transition-delay: 0.05s;
  }
  #cs-navigation .cs-li:nth-of-type(2) {
    transition-delay: 0.1s;
  }
  #cs-navigation .cs-li:nth-of-type(3) {
    transition-delay: 0.15s;
  }
  #cs-navigation .cs-li:nth-of-type(4) {
    transition-delay: 0.2s;
  }
  #cs-navigation .cs-li:nth-of-type(5) {
    transition-delay: 0.25s;
  }
  #cs-navigation .cs-li:nth-of-type(6) {
    transition-delay: 0.3s;
  }
  #cs-navigation .cs-li:nth-of-type(7) {
    transition-delay: 0.35s;
  }
  #cs-navigation .cs-li:nth-of-type(8) {
    transition-delay: 0.4s;
  }
  #cs-navigation .cs-li:nth-of-type(9) {
    transition-delay: 0.45s;
  }
  #cs-navigation .cs-li:nth-of-type(10) {
    transition-delay: 0.5s;
  }
  #cs-navigation .cs-li:nth-of-type(11) {
    transition-delay: 0.55s;
  }
  #cs-navigation .cs-li:nth-of-type(12) {
    transition-delay: 0.6s;
  }
  #cs-navigation .cs-li:nth-of-type(13) {
    transition-delay: 0.65s;
  }
  #cs-navigation .cs-li-link {
    /* 16px - 24px */
    font-size: clamp(1rem, 2.5vw, 1.5rem);
    line-height: 1.2em;
    text-decoration: none;
    margin: 0;
    color: #083629;
    display: inline-block;
    position: relative;
  }
  #cs-navigation .cs-li-link.cs-active {
    color: #00693e;
  }
  #cs-navigation .cs-li-link:hover {
    color: #00693e;
  }
  #cs-navigation .cs-button-solid {
    display: none;
  }
}

/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #cs-navigation .cs-contact-group {
    display: block;
  }
}

/*-- -------------------------- -->
<---     Navigation Dropdown    -->
<--- -------------------------- -*/
/* Mobile - 1023px */
@media only screen and (max-width: 63.9375rem) {
  #cs-navigation .cs-li {
    text-align: center;
    width: 100%;
    display: block;
  }
  #cs-navigation .cs-dropdown {
    color: #00693e;
    position: relative;
  }
  #cs-navigation .cs-dropdown.cs-active .cs-drop-ul {
    height: auto;
    margin: calc(12 / 16 * 1rem) 0 0 0;
    padding: calc(12 / 16 * 1rem) 0;
    opacity: 1;
    visibility: visible;
  }
  #cs-navigation .cs-dropdown.cs-active .cs-drop-link {
    opacity: 1;
  }
  #cs-navigation .cs-dropdown .cs-li-link {
    position: relative;
    transition: opacity 0.3s;
  }
  #cs-navigation .cs-drop-icon {
    width: calc(15 / 16 * 1rem);
    height: auto;
    position: absolute;
    top: 50%;
    right: calc(-20 / 16 * 1rem);
    transform: translateY(-50%);
  }
  #cs-navigation .cs-drop-ul {
    width: 100%;
    height: 0;
    margin: 0;
    padding: 0;
    background-color: #00693e;
    opacity: 0;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: calc(12 / 16 * 1rem);
    overflow: hidden;
    transition: padding 0.3s, margin 0.3s, height 0.3s, opacity 0.3s, visibility 0.3s;
  }
  #cs-navigation .cs-drop-li {
    list-style: none;
  }
  #cs-navigation .cs-li-link.cs-drop-link {
    /* 14px - 16px */
    font-size: clamp(0.875rem, 2vw, 1.25rem);
    color: #fff;
  }
}

/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #cs-navigation .cs-dropdown {
    position: relative;
  }
  #cs-navigation .cs-dropdown:hover {
    cursor: pointer;
  }
  #cs-navigation .cs-dropdown:hover .cs-drop-ul {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
  }
  #cs-navigation .cs-dropdown:hover .cs-drop-li {
    opacity: 1;
    transform: translateY(0);
  }
  #cs-navigation .cs-drop-icon {
    width: calc(15 / 16 * 1rem);
    height: auto;
    display: inline-block;
  }
  #cs-navigation .cs-drop-ul {
    min-width: calc(200 / 16 * 1rem);
    margin: 0;
    padding: 0;
    background-color: #fff;
    box-shadow: inset rgba(149, 157, 165, 0.1) 0px 8px 10px;
    opacity: 0;
    border-bottom: 5px solid #00693e;
    border-radius: 0 0 calc(24 / 16 * 1rem) calc(24 / 16 * 1rem);
    visibility: hidden;
    /* if you have 8 or more links in your dropdown nav, uncomment the columns property to make the list into 2 even columns. Change it to 3 or 4 if you need extra columns. Then remove the transition delays on the cs-drop-li so they don't have weird scattered animations */
    position: absolute;
    top: 100%;
    z-index: -100;
    overflow: hidden;
    transform: scaleY(0);
    transition: transform 0.3s, visibility 0.3s, opacity 0.3s;
    transform-origin: top;
  }
  #cs-navigation .cs-drop-li {
    font-size: calc(16 / 16 * 1rem);
    text-decoration: none;
    list-style: none;
    width: 100%;
    height: auto;
    opacity: 0;
    display: block;
    transform: translateY(-0.625rem);
    transition: opacity 0.6s, transform 0.6s;
  }
  #cs-navigation .cs-drop-li:nth-of-type(1) {
    transition-delay: 0.05s;
  }
  #cs-navigation .cs-drop-li:nth-of-type(2) {
    transition-delay: 0.1s;
  }
  #cs-navigation .cs-drop-li:nth-of-type(3) {
    transition-delay: 0.15s;
  }
  #cs-navigation .cs-drop-li:nth-of-type(4) {
    transition-delay: 0.2s;
  }
  #cs-navigation .cs-drop-li:nth-of-type(5) {
    transition-delay: 0.25s;
  }
  #cs-navigation .cs-drop-li:nth-of-type(6) {
    transition-delay: 0.3s;
  }
  #cs-navigation .cs-drop-li:nth-of-type(7) {
    transition-delay: 0.35s;
  }
  #cs-navigation .cs-drop-li:nth-of-type(8) {
    transition-delay: 0.4s;
  }
  #cs-navigation .cs-drop-li:nth-of-type(9) {
    transition-delay: 0.45s;
  }
  #cs-navigation .cs-li-link.cs-drop-link {
    font-size: calc(16 / 16 * 1rem);
    line-height: 1.5em;
    text-transform: capitalize;
    text-decoration: none;
    white-space: nowrap;
    width: 100%;
    /* prevents padding from affecting height and width */
    box-sizing: border-box;
    padding: calc(12 / 16 * 1rem);
    color: #083629;
    display: block;
    transition: color 0.3s, background-color 0.3s;
  }
  #cs-navigation .cs-li-link.cs-drop-link:hover {
    color: #f4fdf8;
    background-color: #00693e;
  }
  #cs-navigation .cs-li-link.cs-drop-link:before {
    display: none;
  }
}

/*-- -------------------------- -->
<---     Desktop Navigation     -->
<--- -------------------------- -*/
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  body.scroll #cs-navigation {
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    top: 0;
  }
  #cs-navigation {
    width: 94%;
    max-width: calc(1440 / 16 * 1rem);
    height: calc(96 / 16 * 1rem);
    /* prevents padding from affecting height and width */
    box-sizing: border-box;
    /* 12px - 24px */
    padding: clamp(0.75rem, 2vw, 1.5rem) 0;
    background-color: white;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    opacity: .9;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    /* 12px - 24px */
    border-radius: clamp(0.75rem, 2vw, 1.5rem);
    display: flex;
    align-items: center;
    position: fixed;
    top: calc(32 / 16 * 1rem);
    left: 50%;
    z-index: 10000;
    transform: translateX(-50%);
    transition: top 0.3s, border-radius 0.3s, width 0.3s, max-width 0.3s;
  }
  #cs-navigation .cs-container {
    width: 100%;
    max-width: calc(1440 / 16 * 1rem);
    margin: auto;
    /* prevents padding from affecting height and width */
    box-sizing: border-box;
    padding: 0 calc(24 / 16 * 1rem);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: calc(24 / 16 * 1rem);
  }
  #cs-navigation .cs-toggle {
    display: none;
  }
  #cs-navigation .cs-logo {
    width: 18.4%;
    max-width: calc(350 / 16 * 1rem);
    height: calc(32 / 16 * 1rem);
    /* margin-right auto pushes everything away from it to the right */
    margin: 0 auto 0 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    z-index: 100;
  }
  #cs-navigation .cs-logo img {
    width: auto;
    height: 100%;
    /* ensures the image never overflows the container. It stays contained within it's width and height and expands to fill it then stops once it reaches an edge */
    object-fit: contain;
  }
  #cs-navigation .cs-contact-group {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: calc(8 / 16 * 1rem);
  }
  #cs-navigation .cs-phone {
    font-size: calc(16 / 16 * 1rem);
    line-height: 1.5em;
    text-decoration: none;
    margin: 0;
    color: #083629;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: calc(8 / 16 * 1rem);
    transition: opacity 0.3s, color 0.3s;
  }
  #cs-navigation .cs-phone-icon {
    width: calc(24 / 16 * 1rem);
    height: auto;
    display: block;
  }
  #cs-navigation .cs-social {
    height: calc(32 / 16 * 1rem);
    opacity: 1;
    display: none;
    visibility: visible;
    justify-content: center;
    align-items: center;
    gap: calc(8 / 16 * 1rem);
    transition: opacity 0.3s, visibility 0.3s, height 0.3s;
  }
  #cs-navigation .cs-social-link {
    text-decoration: none;
    width: calc(32 / 16 * 1rem);
    height: calc(32 / 16 * 1rem);
    background-color: #f7f7f7;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s;
  }
  #cs-navigation .cs-social-link:hover {
    background-color: #00693e;
  }
  #cs-navigation .cs-social-link:hover .cs-social-icon {
    opacity: 1;
    filter: grayscale(1) brightness(10000%);
  }
  #cs-navigation .cs-social-icon {
    width: calc(12 / 16 * 1rem);
    height: auto;
    opacity: 0.6;
    display: block;
    transition: opacity 0.3s;
  }
  #cs-navigation .cs-ul-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    /* absolutely positioned to be dead center */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #cs-navigation .cs-ul {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /* 20px - 36px */
    gap: clamp(1.25rem, 2.6vw, 2.25rem);
  }
  #cs-navigation .cs-li {
    list-style: none;
    height: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    /* prevent flexbox from squishing it */
    flex: none;
  }
  #cs-navigation .cs-li-link {
    font-size: calc(16 / 16 * 1rem);
    line-height: 1.5em;
    text-decoration: none;
    margin: 0;
    color: #083629;
    letter-spacing: -.02em;
    display: block;
    position: relative;
    transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  #cs-navigation .cs-li-link:hover {
    color: #00693e;
  }
  #cs-navigation .cs-li-link.cs-active {
    color: #083629;
  }
  #cs-navigation .cs-li-link.cs-active:hover {
    color: #00693e;
  }
  #cs-navigation .cs-button-solid {
    font-size: calc(16 / 16 * 1rem);
    font-weight: 700;
    /* 46px - 56px */
    line-height: clamp(2.875em, 5.5vw, 3.5em);
    text-align: center;
    text-decoration: none;
    min-width: calc(150 / 16 * 1rem);
    margin: 0;
    /* prevents padding from adding to the width */
    box-sizing: border-box;
    padding: 0 calc(32 / 16 * 1rem);
    color: #fff;
    background-color: #f4fdf8;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: color 0.3s;
  }
  #cs-navigation .cs-button-solid:before {
    content: "";
    width: 0%;
    height: 100%;
    background: #fff;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: width 0.3s;
  }
  #cs-navigation .cs-button-solid:hover {
    color: #1a1a1a;
  }
  #cs-navigation .cs-button-solid:hover:before {
    width: 100%;
  }
}

/* Large Desktop - 1300px */
@media only screen and (min-width: 81.25rem) {
  #cs-navigation .cs-social {
    display: flex;
  }
}

/* Primary Color - Deep Teal */
/* hsl(168, 100%, 21%) */
/* Darker shade for accents */
/* Secondary Color - Soft Green */
/* Hover states */
/* Active states */
/* UI highlights over dark backgrounds */
/* UI highlights over dark text */
/* Backgrounds */
/* Additional Secondary Colors */
/* hsl(213, 56%, 47%) */
/* hsl(353, 61%, 56%) */
/* Positive Messages - Vibrant Green */
/* hsl(134, 61%, 41%) */
/* Background for positive states */
/* Information Messages - Calm Blue */
/* hsl(188, 71%, 41%) */
/* Background for information messages */
/* Warning Messages - Soft Amber */
/* hsl(45, 100%, 50%) */
/* Background for warnings */
/* Critical Messages - Strong Red */
/* hsl(354, 70%, 47%) */
/* Background for critical states */
/* Background only */
.block, .block-right, .block-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.button, .button-outline {
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  display: inline-block;
}

.hero-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.hero-bg.parallax {
  background-attachment: fixed;
}

.hero-bg.tile {
  background-size: initial;
  background-repeat: repeat;
}

.hero-fg {
  padding: 80px 0;
}

.section-hero {
  justify-content: center;
  align-items: center;
  padding: 3.5em 2em 3.75em;
  display: flex;
}

@media screen and (max-width: 767px) {
  .section-hero {
    padding-bottom: 3em;
  }
}

@media screen and (max-width: 479px) {
  .section-hero {
    padding: 3em 1.5em 2.5em;
  }
}

.grid-hero {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  height: auto;
}

@media screen and (max-width: 767px) {
  .grid-hero {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    grid-template-columns: 1fr;
  }
}

.block-hero {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 767px) {
  .block-hero {
    text-align: center;
    align-items: center;
  }
}

.block-hero h2,
.block-hero h3,
.block-hero h4 {
  max-width: 11.5em;
  margin-bottom: .38em;
}

.block-hero p {
  max-width: 26em;
  margin-bottom: 2em;
  font-size: 1.125em;
  line-height: 160%;
}

.block-hero a {
  grid-column-gap: .5em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-hero {
  max-width: 11.5em;
  margin-bottom: .38em;
}

.paragraph-hero {
  max-width: 26em;
  margin-bottom: 2em;
  font-size: 1.125em;
  line-height: 160%;
}

@media screen and (max-width: 991px) {
  .paragraph-hero {
    font-size: 1em;
  }
}

@media screen and (max-width: 767px) {
  .paragraph-hero {
    padding-top: 3.5em;
  }
}

@media screen and (max-width: 479px) {
  .paragraph-hero {
    padding-top: 3em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}

.button-hero {
  grid-column-gap: .5em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 479px) {
  .button-hero {
    grid-row-gap: .5em;
    flex-direction: column;
  }
}

.features-lottie {
  z-index: 20;
  grid-row-gap: 2.7em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

@media screen and (max-width: 479px) {
  .features-lottie {
    grid-row-gap: 1.5em;
  }
}

.feature-lottie-block {
  grid-column-gap: .6em;
  background-color: #00872612;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  border-radius: .64em;
  justify-content: center;
  align-items: center;
  margin-right: 43%;
  padding: .8em 1.1em;
  display: flex;
}

@media screen and (max-width: 479px) {
  .feature-lottie-block {
    margin-right: 31%;
  }
}

.feature-lottie-block.a2 {
  margin-right: 5%;
}

.feature-lottie-block.a3 {
  margin-right: 58%;
}

@media screen and (max-width: 479px) {
  .feature-lottie-block.a3 {
    margin-right: 38%;
  }
}

.feature-lottie-block.a4 {
  margin-right: 15%;
}

.text-feature-lottie {
  color: #00693e;
  letter-spacing: -.02em;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2;
}

.icon-feature-lottie {
  width: 1.5em;
  height: 1.5em;
}

/* Primary Color - Deep Teal */
/* hsl(168, 100%, 21%) */
/* Darker shade for accents */
/* Secondary Color - Soft Green */
/* Hover states */
/* Active states */
/* UI highlights over dark backgrounds */
/* UI highlights over dark text */
/* Backgrounds */
/* Additional Secondary Colors */
/* hsl(213, 56%, 47%) */
/* hsl(353, 61%, 56%) */
/* Positive Messages - Vibrant Green */
/* hsl(134, 61%, 41%) */
/* Background for positive states */
/* Information Messages - Calm Blue */
/* hsl(188, 71%, 41%) */
/* Background for information messages */
/* Warning Messages - Soft Amber */
/* hsl(45, 100%, 50%) */
/* Background for warnings */
/* Critical Messages - Strong Red */
/* hsl(354, 70%, 47%) */
/* Background for critical states */
/* Background only */
.block, .block-right, .block-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.button, .button-outline {
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  display: inline-block;
}

.grid-banner {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  background-color: #00693e;
  border-radius: .87em;
  grid-template-rows: auto;
  align-items: center;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .grid-banner {
    grid-template-columns: 1fr;
  }
}

.block-banner {
  z-index: 50;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 5em;
  padding-bottom: 5em;
  padding-left: 12%;
  display: flex;
  position: relative;
}

@media screen and (max-width: 767px) {
  .block-banner {
    padding: 4em 10%;
  }
}

@media screen and (max-width: 479px) {
  .block-banner {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}

.lottie-banner {
  position: absolute;
  inset: -6% 0% auto auto;
}

@media screen and (max-width: 767px) {
  .lottie-banner {
    position: relative;
    top: 0%;
  }
}

.lines-d1 {
  z-index: 5;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  padding-left: 8%;
  padding-right: 8.5%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.lines-d2 {
  z-index: 5;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 14%;
  padding-bottom: 14%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.block-lottie-banner {
  z-index: 10;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.line-banner-w {
  background-image: linear-gradient(#fff0, #fff3 10% 90%, #fff0);
  width: 1px;
}

.line-banner-h {
  background-image: linear-gradient(to right, #fff0, #fff3 10% 90%, #fff0);
  height: 1px;
}

.lottie-animation-1-banner {
  width: 100%;
}

.lottie-animation-2-banner {
  z-index: 10;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.lottie-animation-2-blur-banner {
  z-index: 5;
  filter: blur(50px);
  width: 100%;
  position: absolute;
  inset: 0%;
}

/* Primary Color - Deep Teal */
/* hsl(168, 100%, 21%) */
/* Darker shade for accents */
/* Secondary Color - Soft Green */
/* Hover states */
/* Active states */
/* UI highlights over dark backgrounds */
/* UI highlights over dark text */
/* Backgrounds */
/* Additional Secondary Colors */
/* hsl(213, 56%, 47%) */
/* hsl(353, 61%, 56%) */
/* Positive Messages - Vibrant Green */
/* hsl(134, 61%, 41%) */
/* Background for positive states */
/* Information Messages - Calm Blue */
/* hsl(188, 71%, 41%) */
/* Background for information messages */
/* Warning Messages - Soft Amber */
/* hsl(45, 100%, 50%) */
/* Background for warnings */
/* Critical Messages - Strong Red */
/* hsl(354, 70%, 47%) */
/* Background for critical states */
/* Background only */
.block, .block-right, .block-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.button, .button-outline {
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  display: inline-block;
}

footer {
  justify-content: center;
  align-items: center;
  margin-top: auto;
  padding: 3.75em 2em 0;
  display: flex;
}

@media screen and (max-width: 767px) {
  footer {
    padding-top: 3em;
  }
}

@media screen and (max-width: 479px) {
  footer {
    padding-top: 2.5em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}

.grid-footer {
  grid-column-gap: 1.4em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 2.4fr 1fr 1fr 1fr;
  margin-bottom: 7.5em;
}

@media screen and (max-width: 767px) {
  .grid-footer {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 6em;
  }
}

@media screen and (max-width: 479px) {
  .grid-footer {
    grid-template-columns: 1fr;
    margin-bottom: 5em;
  }
}

.block-footer {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 479px) {
  .block-footer {
    text-align: center;
    align-items: center;
  }
}

.subtitle-footer {
  color: #0F211799;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 1.7em;
  font-family: "IBM Plex Mono", monospace;
  font-size: .7em;
  font-weight: 500;
  line-height: 1.3;
}

.link-footer {
  color: #083629;
  letter-spacing: -.02em;
  padding-top: .44em;
  padding-bottom: .44em;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.link-footer:hover {
  color: #00693e;
}

.logo-footer {
  height: 1.56em;
  margin-bottom: 1.8em;
}

.paragraph-footer {
  color: #0F211799;
  letter-spacing: .05em;
  text-transform: uppercase;
  max-width: 26em;
  margin-bottom: 2.2em;
  font-family: "IBM Plex Mono", monospace;
  font-size: .7em;
  font-weight: 500;
  line-height: 165%;
}

.block-social {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social-link {
  background-color: white;
  box-shadow: inset 0 0 0 0 #00693e, 0 15px 25px -10px #00693e0d;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3.2em;
  height: 3.2em;
  transition: box-shadow 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex;
}

.social-link:hover {
  box-shadow: inset 0 0 0 2px #00693e, 0 15px 25px -10px #00693e0d;
}

.icon-social {
  width: 1.5em;
  height: 1.5em;
}

.block-footer-down {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 3em;
  display: flex;
}

@media screen and (max-width: 479px) {
  .block-footer-down {
    text-align: center;
    justify-content: center;
    margin-bottom: 1.5em;
  }
}

@media screen and (max-width: 767px) {
  .block-footer-down {
    margin-bottom: 2em;
  }
}

.block-footer-down p {
  color: #0F211799;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-family: "IBM Plex Mono", monospace;
  font-size: .7em;
  font-weight: 500;
  line-height: 165%;
}

.block-footer-down a {
  color: #083629;
  text-decoration: none;
  transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.block-footer-down a:hover {
  color: #00693e;
}

/* Primary Color - Deep Teal */
/* hsl(168, 100%, 21%) */
/* Darker shade for accents */
/* Secondary Color - Soft Green */
/* Hover states */
/* Active states */
/* UI highlights over dark backgrounds */
/* UI highlights over dark text */
/* Backgrounds */
/* Additional Secondary Colors */
/* hsl(213, 56%, 47%) */
/* hsl(353, 61%, 56%) */
/* Positive Messages - Vibrant Green */
/* hsl(134, 61%, 41%) */
/* Background for positive states */
/* Information Messages - Calm Blue */
/* hsl(188, 71%, 41%) */
/* Background for information messages */
/* Warning Messages - Soft Amber */
/* hsl(45, 100%, 50%) */
/* Background for warnings */
/* Critical Messages - Strong Red */
/* hsl(354, 70%, 47%) */
/* Background for critical states */
/* Background only */
.block, .block-right, .block-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.button, .button-outline {
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  display: inline-block;
}

.account-navbar {
  padding: .5em 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 100;
}

.account-form {
  z-index: 50;
  background-color: white;
  text-align: center;
  border-radius: .87em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 32em;
  margin-left: auto;
  margin-right: auto;
  padding: 3.1em;
  display: flex;
  position: relative;
  box-shadow: 0 15px 25px -10px #00693e0d;
}

@media screen and (max-width: 479px) {
  .account-form {
    padding: 2em;
  }
}

.account-form.green {
  background-color: #00872612;
  box-shadow: none;
}

.account-form.red {
  background-color: #bc008712;
  box-shadow: none;
}

.account-form.blue {
  background-color: #3959ff12;
  box-shadow: none;
}

.heading-account {
  max-width: 9em;
  margin-bottom: .3em;
}

.heading-account.white {
  color: white;
}

.paragraph-account {
  max-width: 23em;
  margin-bottom: 1.8em;
}

@media screen and (max-width: 479px) {
  .paragraph-account {
    margin-bottom: 1em;
  }
}

.paragraph-account.white {
  color: #fffc;
}

.text-account {
  color: #0F211799;
  text-align: center;
  width: 100%;
  max-width: 32em;
  margin-top: 1.4em;
  margin-left: auto;
  margin-right: auto;
  font-size: .87em;
  line-height: 140%;
}

.text-account.white {
  color: #ffffff80;
}

.link-account {
  color: #0F211799;
  transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.link-account:hover {
  color: #00693e;
}

.link-account.white {
  color: #ffffff80;
}

.link-account.white:hover {
  color: white;
}

/* Primary Color - Deep Teal */
/* hsl(168, 100%, 21%) */
/* Darker shade for accents */
/* Secondary Color - Soft Green */
/* Hover states */
/* Active states */
/* UI highlights over dark backgrounds */
/* UI highlights over dark text */
/* Backgrounds */
/* Additional Secondary Colors */
/* hsl(213, 56%, 47%) */
/* hsl(353, 61%, 56%) */
/* Positive Messages - Vibrant Green */
/* hsl(134, 61%, 41%) */
/* Background for positive states */
/* Information Messages - Calm Blue */
/* hsl(188, 71%, 41%) */
/* Background for information messages */
/* Warning Messages - Soft Amber */
/* hsl(45, 100%, 50%) */
/* Background for warnings */
/* Critical Messages - Strong Red */
/* hsl(354, 70%, 47%) */
/* Background for critical states */
/* Background only */
.block, .block-right, .block-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.button, .button-outline {
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  display: inline-block;
}

.collection-list-posts {
  grid-column-gap: 1.5em;
  grid-row-gap: 3.4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .collection-list-posts {
    grid-column-gap: 1.13em;
    grid-row-gap: 3em;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .collection-list-posts {
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .collection-list-posts {
    grid-row-gap: 1.5em;
  }
}

.collection-list-posts.large {
  grid-template-columns: 1fr;
}

.block-post {
  background-color: white;
  border-radius: .87em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  box-shadow: 0 15px 25px -10px #00693e0d;
}

.block-post.large {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 767px) {
  .block-post.large {
    grid-template-columns: 1fr;
  }
}

.collection-list-wrapper-posts.large {
  margin-bottom: 3.4em;
}

@media screen and (max-width: 991px) {
  .collection-list-wrapper-posts.large {
    margin-bottom: 3em;
  }
}

@media screen and (max-width: 767px) {
  .collection-list-wrapper-posts.large {
    margin-bottom: 2em;
  }
}

@media screen and (max-width: 479px) {
  .collection-list-wrapper-posts.large {
    margin-bottom: 1.5em;
  }
}

.image-post-thumbnail {
  object-fit: cover;
  border-radius: .87em;
  width: 100%;
  height: 15em;
}

@media screen and (max-width: 767px) {
  .image-post-thumbnail {
    height: 50vw;
  }
}

.image-post-thumbnail.large {
  height: auto;
  max-height: 40em;
  display: block;
}

@media screen and (max-width: 991px) {
  .image-post-thumbnail.large {
    height: 28vw;
  }
}

@media screen and (max-width: 767px) {
  .image-post-thumbnail.large {
    height: 50vw;
  }
}

.link-post-thumbnail {
  width: 100%;
}

.link-post-thumbnail.large {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.post {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 2.5em 2.8em;
  display: flex;
}

@media screen and (max-width: 479px) {
  .post {
    padding: 1.8em 2.2em;
  }
}

.post.large {
  justify-content: center;
  padding: 4.3em 4.5em;
}

@media screen and (max-width: 991px) {
  .post.large {
    padding: 3.4em 3.2em;
  }
}

@media screen and (max-width: 479px) {
  .post.large {
    padding: 1.8em 2.2em;
  }
}

.link-heading-post {
  margin-bottom: 1.3em;
  text-decoration: none;
}

.link-heading-post.large {
  margin-bottom: 1.4em;
}

.date {
  color: #14171880;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: .8em;
  font-family: "IBM Plex Mono", monospace;
  font-size: .7em;
  font-weight: 500;
  line-height: 1.3;
}

.paragraph-post {
  margin-bottom: 1.4em;
}

.paragraph-post.large {
  max-width: 25em;
  margin-bottom: 1.6em;
}

.post-body {
  box-sizing: border-box;
  background-color: white;
  border-radius: .87em;
  width: 100%;
  padding: 4em 13%;
  box-shadow: 0 15px 25px -10px #00693e0d;
}

@media screen and (max-width: 991px) {
  .post-body {
    padding-left: 10%;
    padding-right: 10%;
  }
}

@media screen and (max-width: 767px) {
  .post-body {
    padding-top: 2.9em;
    padding-bottom: 2.9em;
  }
}

@media screen and (max-width: 479px) {
  .post-body {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}

.image-main-post {
  object-fit: cover;
  border-radius: .87em;
  width: 100%;
}

/* Primary Color - Deep Teal */
/* hsl(168, 100%, 21%) */
/* Darker shade for accents */
/* Secondary Color - Soft Green */
/* Hover states */
/* Active states */
/* UI highlights over dark backgrounds */
/* UI highlights over dark text */
/* Backgrounds */
/* Additional Secondary Colors */
/* hsl(213, 56%, 47%) */
/* hsl(353, 61%, 56%) */
/* Positive Messages - Vibrant Green */
/* hsl(134, 61%, 41%) */
/* Background for positive states */
/* Information Messages - Calm Blue */
/* hsl(188, 71%, 41%) */
/* Background for information messages */
/* Warning Messages - Soft Amber */
/* hsl(45, 100%, 50%) */
/* Background for warnings */
/* Critical Messages - Strong Red */
/* hsl(354, 70%, 47%) */
/* Background for critical states */
/* Background only */
.block, .block-right, .block-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.button, .button-outline {
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  display: inline-block;
}

.grid-solutions {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

@media screen and (max-width: 991px) {
  .grid-solutions {
    grid-column-gap: 1.13em;
    grid-row-gap: 1.13em;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .grid-solutions {
    grid-column-gap: .87em;
    grid-row-gap: .87em;
  }
}

@media screen and (max-width: 479px) {
  .grid-solutions {
    grid-template-columns: 1fr;
  }
}

.solutions {
  grid-row-gap: 1.2em;
  background-color: white;
  border-radius: .87em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2.5em;
  display: flex;
  position: relative;
  box-shadow: 0 15px 25px -10px #00693e0d;
}

@media screen and (max-width: 767px) {
  .solutions {
    padding: 2.2em;
  }
}

@media screen and (max-width: 479px) {
  .solutions {
    padding: 2em;
  }
}

.icon-solution {
  width: 2em;
  height: 2em;
}

.grid-solutions-large {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  margin-bottom: 1.5em;
}

@media screen and (max-width: 991px) {
  .grid-solutions-large {
    grid-column-gap: 1.13em;
    grid-row-gap: 1.13em;
  }
}

@media screen and (max-width: 767px) {
  .grid-solutions-large {
    grid-column-gap: .87em;
    grid-row-gap: .87em;
    grid-template-columns: 1fr;
    margin-bottom: .87em;
  }
}

.solutions-large {
  grid-row-gap: 1.2em;
  border-radius: .87em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 3.1em;
  display: flex;
  position: relative;
}

@media screen and (max-width: 479px) {
  .solutions-large {
    padding: 2em;
  }
}

.solutions-large.red {
  background-color: #bc008712;
}

.solutions-large.blue {
  background-color: #3959ff12;
}

.solutions-large.green {
  background-color: #00872612;
}

.heading-solution-large {
  color: #00693e;
}

.heading-solution-large.red {
  color: #bc0087;
}

.heading-solution-large.blue {
  color: #3959ff;
}

.heading-solution-large.green {
  color: #00693e;
}

.paragraph-solution-large {
  color: #00693e;
  color: #00693e;
}

.paragraph-solution-large.red {
  color: #bc0087;
}

.paragraph-solution-large.blue {
  color: #3959ff;
}

.paragraph-solution-large.green {
  color: #00693e;
}

.block-icon-solution {
  border-radius: .87em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4.5em;
  height: 4.5em;
  display: flex;
}

.block-icon-solution.red {
  color: #bc0087;
}

.block-icon-solution.blue {
  color: #3959ff;
}

.block-icon-solution.green {
  color: #00693e;
}

/* Primary Color - Deep Teal */
/* hsl(168, 100%, 21%) */
/* Darker shade for accents */
/* Secondary Color - Soft Green */
/* Hover states */
/* Active states */
/* UI highlights over dark backgrounds */
/* UI highlights over dark text */
/* Backgrounds */
/* Additional Secondary Colors */
/* hsl(213, 56%, 47%) */
/* hsl(353, 61%, 56%) */
/* Positive Messages - Vibrant Green */
/* hsl(134, 61%, 41%) */
/* Background for positive states */
/* Information Messages - Calm Blue */
/* hsl(188, 71%, 41%) */
/* Background for information messages */
/* Warning Messages - Soft Amber */
/* hsl(45, 100%, 50%) */
/* Background for warnings */
/* Critical Messages - Strong Red */
/* hsl(354, 70%, 47%) */
/* Background for critical states */
/* Background only */
.block, .block-right, .block-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.button, .button-outline {
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  display: inline-block;
}

.contact {
  z-index: 50;
  background-color: white;
  text-align: center;
  border-radius: .87em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 42em;
  margin-top: -.5em;
  margin-left: auto;
  margin-right: auto;
  padding: 3.1em;
  display: flex;
  position: relative;
  box-shadow: 0 15px 25px -10px #00693e0d;
}

@media screen and (max-width: 479px) {
  .contact {
    padding: 2em;
  }
}

.contact-lottie {
  z-index: 20;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding-top: 6%;
  padding-bottom: 6%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.contact-lottie-link {
  grid-column-gap: 1.44em;
  background-color: #00872612;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  border-radius: .64em;
  justify-content: flex-start;
  align-items: center;
  min-width: 18em;
  margin-right: 28%;
  padding-top: .87em;
  padding-bottom: .87em;
  padding-right: 2em;
  text-decoration: none;
  transition: box-shadow 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex;
}

@media screen and (max-width: 479px) {
  .contact-lottie-link {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    min-width: 15em;
    margin-right: 0%;
    font-size: .9em;
  }
}

.contact-lottie-link:hover {
  box-shadow: inset 0 0 0 2px #00693e;
}

.contact-lottie-link.a2 {
  margin-right: -33%;
}

@media screen and (max-width: 479px) {
  .contact-lottie-link.a2 {
    margin-right: 0%;
  }
}

.contact-lottie-link.a3 {
  margin-right: 16%;
}

@media screen and (max-width: 479px) {
  .contact-lottie-link.a3 {
    margin-right: 0%;
  }
}

.icon-contact-lottie {
  width: 2em;
  height: 2em;
}

.block-icon-contact-lottie {
  background-color: white;
  border-radius: .87em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: -.94em;
  padding: 1.1em;
  display: flex;
  box-shadow: 0 15px 25px -10px #00693e0d;
}

.heading-contact-lottie {
  color: #00693e;
  font-weight: 500;
}

.block-heading-contact-lottie {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-contact-lottie {
  opacity: .5;
  color: #00693e;
  letter-spacing: -.02em;
  max-width: 11em;
  font-size: .87em;
  font-weight: 500;
  line-height: 1.3;
}

/* Primary Color - Deep Teal */
/* hsl(168, 100%, 21%) */
/* Darker shade for accents */
/* Secondary Color - Soft Green */
/* Hover states */
/* Active states */
/* UI highlights over dark backgrounds */
/* UI highlights over dark text */
/* Backgrounds */
/* Additional Secondary Colors */
/* hsl(213, 56%, 47%) */
/* hsl(353, 61%, 56%) */
/* Positive Messages - Vibrant Green */
/* hsl(134, 61%, 41%) */
/* Background for positive states */
/* Information Messages - Calm Blue */
/* hsl(188, 71%, 41%) */
/* Background for information messages */
/* Warning Messages - Soft Amber */
/* hsl(45, 100%, 50%) */
/* Background for warnings */
/* Critical Messages - Strong Red */
/* hsl(354, 70%, 47%) */
/* Background for critical states */
/* Background only */
.block, .block-right, .block-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.button, .button-outline {
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  display: inline-block;
}

.collection-list-posts {
  grid-column-gap: 1.5em;
  grid-row-gap: 3.4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .collection-list-posts {
    grid-column-gap: 1.13em;
    grid-row-gap: 3em;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .collection-list-posts {
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .collection-list-posts {
    grid-row-gap: 1.5em;
  }
}

.collection-list-posts.large {
  grid-template-columns: 1fr;
}

.block-post {
  background-color: white;
  border-radius: .87em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  box-shadow: 0 15px 25px -10px #00693e0d;
}

.block-post.large {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 767px) {
  .block-post.large {
    grid-template-columns: 1fr;
  }
}

.collection-list-wrapper-posts.large {
  margin-bottom: 3.4em;
}

@media screen and (max-width: 991px) {
  .collection-list-wrapper-posts.large {
    margin-bottom: 3em;
  }
}

@media screen and (max-width: 767px) {
  .collection-list-wrapper-posts.large {
    margin-bottom: 2em;
  }
}

@media screen and (max-width: 479px) {
  .collection-list-wrapper-posts.large {
    margin-bottom: 1.5em;
  }
}

.image-post-thumbnail {
  object-fit: cover;
  border-radius: .87em;
  width: 100%;
  height: 15em;
}

@media screen and (max-width: 767px) {
  .image-post-thumbnail {
    height: 50vw;
  }
}

.image-post-thumbnail.large {
  height: auto;
  max-height: 40em;
  display: block;
}

@media screen and (max-width: 991px) {
  .image-post-thumbnail.large {
    height: 28vw;
  }
}

@media screen and (max-width: 767px) {
  .image-post-thumbnail.large {
    height: 50vw;
  }
}

.link-post-thumbnail {
  width: 100%;
}

.link-post-thumbnail.large {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.post {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 2.5em 2.8em;
  display: flex;
}

@media screen and (max-width: 479px) {
  .post {
    padding: 1.8em 2.2em;
  }
}

.post.large {
  justify-content: center;
  padding: 4.3em 4.5em;
}

@media screen and (max-width: 991px) {
  .post.large {
    padding: 3.4em 3.2em;
  }
}

@media screen and (max-width: 479px) {
  .post.large {
    padding: 1.8em 2.2em;
  }
}

.link-heading-post {
  margin-bottom: 1.3em;
  text-decoration: none;
}

.link-heading-post.large {
  margin-bottom: 1.4em;
}

.date {
  color: #14171880;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: .8em;
  font-family: "IBM Plex Mono", monospace;
  font-size: .7em;
  font-weight: 500;
  line-height: 1.3;
}

.paragraph-post {
  margin-bottom: 1.4em;
}

.paragraph-post.large {
  max-width: 25em;
  margin-bottom: 1.6em;
}

.post-body {
  box-sizing: border-box;
  background-color: white;
  border-radius: .87em;
  width: 100%;
  padding: 4em 13%;
  box-shadow: 0 15px 25px -10px #00693e0d;
}

@media screen and (max-width: 991px) {
  .post-body {
    padding-left: 10%;
    padding-right: 10%;
  }
}

@media screen and (max-width: 767px) {
  .post-body {
    padding-top: 2.9em;
    padding-bottom: 2.9em;
  }
}

@media screen and (max-width: 479px) {
  .post-body {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}

.image-main-post {
  object-fit: cover;
  border-radius: .87em;
  width: 100%;
}
