:root {
  --bkgnd-gray: #fbf9f8;
  --rust: #8d6e65;
  --gray-808080: grey;
  --orange: #e7962b;
  --trans: #0000;
  --black-40a\<deleted\|variable-08a66568\>: #0006;
  --linen: linen;
  --black: black;
  --light-gray: #e9e9e9;
  --color\<deleted\|variable-3e868160-e95a-dc7c-46e0-56762fc60593\>: #00cc74;
  --white: white;
  --wheat: #f5deb8;
  --linen-2: #e9e5dd;
  --dark-slate-gray: #42505d;
  --slate-gray: #5b6f81;
}

body {
  background-color: var(--bkgnd-gray);
  color: #333;
  flex-direction: column;
  font-family: Inter;
  font-size: 17px;
  line-height: 1.5;
  display: flex;
}

h1 {
  font-variation-settings: normal;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inter;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  font-variation-settings: normal;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inter;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

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

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

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

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

p {
  font-variation-settings: normal;
  text-align: left;
  max-width: 100ch;
  margin-bottom: 10px;
  font-weight: 500;
}

a {
  text-decoration: underline;
}

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

li {
  color: var(--rust);
  font-size: 20px;
  font-weight: 500;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

figure {
  margin-top: 45px;
  margin-bottom: 10px;
}

.main {
  border-style: solid solid none;
  border-width: 1px;
  border-color: var(--gray-808080);
  color: var(--orange);
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  height: auto;
  display: block;
  position: relative;
}

.header {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
}

.section {
  background-color: var(--trans);
  font-variation-settings: normal;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 47px;
  display: block;
}

.footer {
  background-color: var(--orange);
  box-shadow: 0 0 20px 0 var(--black-40a\<deleted\|variable-08a66568\>);
  margin-top: 27px;
  padding: 20px;
  position: static;
  top: 0;
}

.article {
  border: 1px none var(--gray-808080);
  background-color: var(--linen);
  border-radius: 0;
  flex-direction: column;
  align-self: auto;
  align-items: flex-start;
  width: 80%;
  max-width: 1280px;
  height: auto;
  max-height: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: block;
}

.article._1000 {
  height: 1000px;
}

.figcaption {
  max-width: 70ch;
  font-size: 16px;
  line-height: 1.3;
}

.address {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 60vw;
  max-width: 1280px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.head_h2 {
  z-index: 10;
  color: var(--gray-808080);
  font-variation-settings: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.1;
  display: block;
  position: static;
  top: 63px;
}

.nav_content-wrapper {
  background-color: #0000;
  justify-content: space-around;
  width: 80vw;
  max-width: 1280px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.nav {
  border-style: none none solid;
  border-width: 0 0 1px;
  border-color: transparent transparent var(--gray-808080);
  background-color: var(--orange);
  box-shadow: 0 0 20px 0 var(--gray-808080);
  flex: 1;
  height: 120px;
  display: block;
  position: static;
  top: 0;
}

.nav_dropdown-icon {
  margin-top: 45px;
}

.nav_brand-link {
  width: auto;
  height: 100px;
  position: static;
}

.nav_link {
  padding-top: 40px;
  text-decoration: none;
}

.nav_link:hover {
  color: #3898ec;
}

.nav_link.w--current {
  padding-top: 40px;
}

.nav_dropdown-list {
  background-color: #0000;
  margin-top: 0;
}

.nav_dropdown-list.w--open {
  background-color: #fff;
  margin-top: -10px;
}

.nav_menu {
  background-color: #0000;
}

.nav_dropdown-link {
  color: #636363;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  padding: 0 20px 10px;
  text-decoration: none;
  display: block;
}

.nav_dropdown-link:hover {
  color: #3898ec;
  background-color: #eef2ff;
}

.nav_link-label {
  color: var(--black);
  letter-spacing: 2px;
  font-family: Bebas Neue, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.nav_brand-image {
  background-color: #0000001a;
  width: 200px;
  max-width: none;
  height: 50px;
  display: block;
}

.figure {
  display: block;
}

.h1 {
  z-index: 0;
  color: #9a94cc;
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-left: 15px;
  font-family: Bitter Thin;
  font-style: italic;
  font-weight: 300;
  position: static;
  inset: auto;
}

.rtb {
  background-color: var(--bkgnd-gray);
  padding-left: 21px;
  font-family: Roboto Serif, sans-serif;
  font-weight: 400;
}

.rtb h1 {
  color: var(--orange);
  text-align: left;
  letter-spacing: 1px;
  margin-top: 37px;
  margin-bottom: -2px;
  font-family: Bebas Neue, sans-serif;
  font-size: 42px;
  font-weight: 400;
}

.rtb h2 {
  color: var(--orange);
  letter-spacing: 1px;
  margin-top: 15px;
  margin-bottom: 17px;
  font-family: Bebas Neue, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.rtb h3 {
  color: var(--orange);
  font-family: Roboto Serif, sans-serif;
  font-weight: 500;
}

.rtb p {
  color: var(--rust);
  max-width: 90ch;
  font-family: Roboto Serif, sans-serif;
  font-size: 18px;
}

.rtb blockquote {
  border-left-color: var(--orange);
  background-color: var(--light-gray);
  width: 50%;
  font-family: Roboto Serif, sans-serif;
}

.rtb li {
  color: var(--rust);
  max-width: 80ch;
  margin-bottom: 8px;
  font-family: Roboto Serif, sans-serif;
  font-size: 21px;
}

.rtb a {
  border-style: dotted;
  border-width: 0 0 2px;
  border-color: black black var(--orange);
  color: var(--orange);
  text-decoration: none;
}

.rtb a:hover {
  border-bottom: 2px solid var(--color\<deleted\|variable-3e868160-e95a-dc7c-46e0-56762fc60593\>);
  background-color: var(--orange);
  color: var(--white);
}

.body {
  font-family: Montserrat variablefont wght;
}

.heading, .heading-2 {
  font-family: Montserrat variablefont wght;
  font-weight: 600;
}

.heading-3 {
  font-weight: 600;
}

.paragraph {
  font-weight: 500;
}

.block-quote {
  font-weight: 600;
}

.text-block {
  background-color: var(--trans);
  color: var(--white);
  letter-spacing: 1px;
  font-family: Bebas Neue, sans-serif;
  font-size: 36px;
}

.nav_brand {
  border-bottom: 4px solid var(--wheat);
  background-color: var(--trans);
  color: var(--linen);
  letter-spacing: 1px;
  margin-top: 22px;
  font-family: Bebas Neue, sans-serif;
  font-size: 72px;
  line-height: 1;
  display: inline-block;
}

.nav_brand-sub {
  color: #fff;
  font-family: Hepta Slab;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
}

.body-2 {
  background-color: var(--bkgnd-gray);
}

.bold-text {
  font-weight: 600;
}

.div-block {
  background-color: var(--bkgnd-gray);
  color: var(--orange);
  border-radius: 0;
  align-items: flex-start;
  width: 100%;
  margin-top: -1px;
  margin-bottom: -2px;
  padding: 23px;
  font-family: Bebas Neue, sans-serif;
  font-size: 38px;
  line-height: 1;
  display: block;
}

.text_opportunities {
  color: var(--orange);
  letter-spacing: 1px;
  width: 100%;
  margin: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
}

.text-block-3 {
  color: var(--rust);
  font-family: Roboto Serif, sans-serif;
  font-size: 36px;
  font-style: italic;
  font-weight: 600;
}

.div-block-2 {
  flex-flow: row;
  text-decoration: none;
  display: flex;
}

.image {
  width: 100%;
}

.see-photos {
  color: var(--orange);
  text-align: right;
  letter-spacing: 1px;
  margin-top: 0;
  padding-top: 50px;
  padding-right: 12px;
  font-family: Bebas Neue, sans-serif;
  font-size: 30px;
  font-style: normal;
  line-height: 1;
  text-decoration: none;
}

.see-photos:hover {
  color: var(--orange);
  -webkit-text-stroke-color: var(--bkgnd-gray);
}

.div-block-3 {
  width: 50%;
  text-decoration: none;
}

.body-3 {
  background-color: var(--linen-2);
  display: block;
}

.text-block-4 {
  color: var(--dark-slate-gray);
  text-align: center;
  letter-spacing: 1px;
  font-family: Bebas Neue, sans-serif;
  font-size: 24px;
}

.footer_link {
  color: var(--dark-slate-gray);
  border-bottom: 1px #000;
  text-decoration: none;
}

.footer_link:hover {
  border-bottom-color: var(--white);
  color: var(--linen);
}

.link {
  border-bottom: 1px dotted var(--rust);
  color: var(--slate-gray);
  font-family: Hepta Slab;
  font-weight: 500;
  text-decoration: none;
}

.link:hover {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--orange);
  color: var(--orange);
}

.link-to-cfc {
  border-bottom: 1px none var(--wheat);
  color: var(--wheat);
  letter-spacing: 1px;
  font-family: Bebas Neue, sans-serif;
  font-size: 36px;
  text-decoration: none;
}

.link-to-cfc:hover {
  border-bottom-color: var(--slate-gray);
  color: var(--rust);
}

.div-block-4 {
  width: 50%;
}

.line {
  background-color: var(--linen);
  width: 65%;
  height: 2px;
}

.footer_link-cannabis {
  color: var(--dark-slate-gray);
  border: 1px #000;
  text-decoration: none;
}

.footer_link-cannabis:hover {
  color: var(--light-gray);
}

.section-2 {
  background-color: var(--linen-2);
  font-variation-settings: normal;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: block;
}

.image-2 {
  margin-top: 20px;
}

.image-2.first {
  margin-top: 0;
}

.rtb-2 {
  background-color: var(--linen);
  font-family: Bebas Neue, sans-serif;
}

.rtb-2.no_background {
  background-color: #f1f1f1;
}

.rtb-2 h1 {
  background-color: var(--bkgnd-gray);
  color: var(--orange);
  padding-left: 15px;
  font-family: Bebas Neue, sans-serif;
  font-size: 48px;
  font-weight: 400;
}

.rtb-2 h2 {
  color: var(--orange);
  padding-left: 15px;
  font-family: Bebas Neue, sans-serif;
  font-weight: 400;
}

.rtb-2 li {
  letter-spacing: .5px;
  margin-bottom: 11px;
  font-family: Roboto Serif, sans-serif;
  font-size: 18px;
  line-height: 1.4;
}

.rtb-2 a {
  color: var(--orange);
  font-style: normal;
  font-weight: 400;
}

.rtb-2 p {
  letter-spacing: .5px;
  font-family: Roboto Serif, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.image-6 {
  width: 200px;
  max-width: 200px;
}

.article-2 {
  border-style: none none none solid;
  border-width: 1px 1px 1px 2px;
  border-color: grey grey grey var(--orange);
  background-color: var(--linen);
  box-shadow: none;
  border-radius: 10px;
  flex-direction: column;
  align-self: auto;
  align-items: flex-start;
  width: 800px;
  max-width: 1200px;
  height: auto;
  max-height: none;
  margin: 50px auto 60px;
  padding-bottom: 72px;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.article-2.learn_more {
  background-color: #f1f1f1;
  border-left-style: none;
  margin-top: 700px;
  margin-bottom: 700px;
  padding: 20px 30px 25px;
}

.article-2.no_border {
  background-color: var(--linen);
  border-left-style: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.subhead_page {
  letter-spacing: 1px;
  margin-top: 0;
  font-size: 20px;
  font-weight: 400;
}

.image-7 {
  min-width: 250px;
  max-width: 250px;
  margin-bottom: 23px;
}

.main-2 {
  border: 1px solid gray;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  height: auto;
  display: block;
  position: relative;
}

.image-3 {
  margin-top: -30px;
  margin-bottom: 15px;
}

.figure-3 {
  margin-top: 0;
  display: block;
}

.head_page {
  letter-spacing: 1px;
  border-bottom: 8px solid #000;
  margin-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 42px;
  display: inline-block;
}

.italic-text, .italic-text-2, .italic-text-3 {
  font-style: normal;
}

.less-space {
  margin-top: 20px;
}

.italic-text-4 {
  font-style: normal;
}

.rich-text-block_promo {
  font-family: Roboto Serif, sans-serif;
}

.rich-text-block_promo h1 {
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-weight: 400;
}

.rich-text-block_promo h2 {
  text-align: center;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Bebas Neue, sans-serif;
  font-weight: 400;
}

.rich-text-block_promo p {
  color: var(--rust);
  text-align: center;
  max-width: none;
  font-size: 20px;
}

.rich-text-block_promo blockquote {
  border-left-color: var(--orange);
  background-color: var(--linen-2);
  color: var(--rust);
  margin-left: 109px;
  margin-right: 109px;
  font-size: 20px;
}

.rich-text-block_promo h3 {
  color: var(--rust);
  text-align: center;
  margin-top: 0;
  margin-bottom: 27px;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
}

.list-item {
  color: var(--rust);
  font-size: 20px;
}

.link-2 {
  border-bottom: 1px dotted var(--orange);
  color: var(--orange);
  text-decoration: none;
}

.link-3 {
  border-bottom: 1px dotted var(--orange);
  color: var(--rust);
  letter-spacing: 1px;
  font-family: Bebas Neue, sans-serif;
  font-size: 24px;
  text-decoration: none;
}

.link-3:hover {
  background-color: var(--wheat);
  color: var(--orange);
}

.link-4 {
  text-decoration: none;
}

.italic-text-5 {
  font-style: normal;
}

.div-block-5 {
  height: 30px;
}

.image-8 {
  width: 50%;
  max-width: 60%;
}

.code-embed {
  background-color: #fff;
  width: 100%;
  height: 1000px;
}

.figure-4 {
  margin-top: 7px;
  margin-left: 229.797px;
}

.image-9 {
  max-width: 80%;
}

.text_promo {
  color: var(--rust);
  margin-bottom: 10px;
  font-family: Roboto Serif, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.list {
  text-align: left;
  margin-left: 5px;
  margin-right: 5px;
}

.figure-5 {
  margin-top: 20px;
}

.div-block-6 {
  border-style: solid;
  border-width: 2px 2px 3px;
  border-color: var(--orange);
  background-color: var(--white);
  margin-left: 56px;
  margin-right: 56px;
  padding: 20px;
}

.link_promo {
  border-bottom: 1px dotted var(--orange);
  color: var(--orange);
  text-align: center;
  font-size: 32px;
  text-decoration: none;
}

.link_promo-new {
  color: var(--orange);
  text-align: center;
  font-family: Bebas Neue, sans-serif;
}

.link-5 {
  font-size: 32px;
}

.div {
  text-align: center;
  border-bottom: 1px dotted #000;
  font-family: Bebas Neue, sans-serif;
}

.link-promo-2 {
  color: var(--orange);
  text-align: center;
  font-family: Bebas Neue, sans-serif;
  font-size: 32px;
  text-decoration: none;
}

.div-block-7 {
  text-align: center;
}

.link-6 {
  border-bottom: 1px dotted var(--orange);
  color: var(--orange);
  font-family: Bebas Neue, sans-serif;
  font-size: 32px;
  text-decoration: none;
}

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

  ul {
    padding-left: 30px;
  }

  .article {
    width: 90vw;
    padding: 16px;
  }

  .figcaption {
    font-size: 15px;
  }

  .head_h2 {
    font-size: 30px;
    top: 148px;
  }

  .nav_menu-button, .nav_menu-button.w--open {
    background-color: #0000;
  }

  .nav_dropdown {
    background-color: #f3f3f5;
  }

  .nav {
    background-color: var(--orange);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-color: #fff;
    flex: 0 auto;
    height: 125px;
  }

  .nav:hover {
    border-color: #fff;
  }

  .nav_dropdown-icon {
    margin-top: 5px;
    inset: 0%;
  }

  .icon {
    background-color: #eef2ff;
    font-size: 30px;
  }

  .nav_link {
    padding: 0 140px 10px 10px;
  }

  .nav_link.w--current {
    padding-top: 0;
  }

  .nav_link.w--open {
    margin-top: 0;
  }

  .nav_dropdown-list {
    background-color: #eef2ff;
    margin-top: -10px;
  }

  .nav_dropdown-list.w--open {
    margin-top: -10px;
    inset: 0%;
  }

  .nav_menu {
    background-color: #eef2ff;
    margin-top: 23px;
    inset: 0% 0% auto;
  }

  .nav_dropdown-link {
    background-color: #eef2ff;
    margin-top: -10px;
    padding: 0 0 10px 20px;
    top: 30px;
  }

  .h1 {
    z-index: 0;
    color: #00000054;
    margin-top: 0;
    margin-bottom: 0;
    top: auto;
    left: auto;
  }

  .nav_brand {
    font-size: 50px;
  }

  .div-block {
    margin-top: 9px;
  }

  .text_opportunities {
    font-size: 36px;
  }

  .see-photos {
    margin-top: 0;
    padding-top: 50px;
    padding-right: 18px;
    font-size: 27px;
    font-style: normal;
    font-weight: 500;
  }

  .line {
    width: 78%;
  }

  .article-2 {
    width: 90vw;
  }

  .image-8 {
    width: auto;
    max-width: 70%;
  }
}

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

  p {
    font-size: 16px;
  }

  .footer {
    margin-top: 16px;
  }

  .article {
    width: 95vw;
  }

  .head_h2 {
    font-size: 28px;
  }

  .nav_content-wrapper {
    width: 95%;
  }

  .nav {
    height: 110px;
  }

  .nav_dropdown-list.w--open {
    background-color: #eef2ff;
  }

  .h1 {
    top: -54px;
    left: 14px;
  }

  .nav_brand {
    font-size: 42px;
  }

  .div-block {
    width: 90%;
  }

  .div-block-2 {
    flex-flow: column;
  }

  .see-photos {
    text-align: left;
    padding-top: 22px;
    padding-bottom: 11px;
    font-size: 24px;
  }

  .div-block-3 {
    width: 100%;
  }

  .link-to-cfc {
    font-size: 28px;
  }

  .div-block-4 {
    width: 90%;
  }

  .article-2 {
    width: 95vw;
  }

  .image-8 {
    max-width: 90%;
  }

  .div-block-6 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .link_promo {
    font-size: 28px;
  }
}

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

  p {
    font-size: 15px;
  }

  ul {
    padding-left: 20px;
  }

  .section {
    margin-top: 20px;
  }

  .article {
    width: 100vw;
  }

  .figcaption {
    font-size: 14px;
  }

  .address {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .head_h2 {
    margin-bottom: 10px;
    font-size: 22px;
    position: static;
    top: 181px;
    left: 6px;
  }

  .nav_content-wrapper {
    width: 95vw;
  }

  .nav {
    flex: 1;
    height: 90px;
  }

  .nav_dropdown-list {
    margin-top: -16px;
  }

  .h1 {
    margin-bottom: 0;
    position: relative;
    top: -62px;
    left: 9px;
  }

  .rtb h2 {
    font-size: 28px;
  }

  .rtb h3 {
    font-size: 20px;
  }

  .rtb li {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: fill;
    font-size: 18px;
    list-style-type: disc;
  }

  .nav_brand {
    border-bottom-width: 2px;
    margin-bottom: 6px;
    font-size: 30px;
  }

  .nav_brand-sub {
    font-size: 16px;
    line-height: 1.2;
  }

  .div-block {
    width: 100%;
    margin-bottom: 0;
    padding: 8px;
  }

  .div-block-2 {
    flex-flow: column;
  }

  .image {
    width: 100%;
  }

  .see-photos {
    text-align: left;
    margin-top: 11px;
    margin-bottom: 5px;
    padding-top: 0;
    padding-right: 0;
    font-size: 22px;
  }

  .div-block-3 {
    width: 100%;
  }

  .text-block-4 {
    font-size: 20px;
    line-height: 1.2;
  }

  .link-to-cfc {
    font-size: 21px;
    line-height: 1;
  }

  .line {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .article-2 {
    width: 100vw;
  }

  .head_page {
    font-size: 34px;
  }

  .rich-text-block_promo {
    font-size: 15px;
  }

  .rich-text-block_promo h2 {
    margin-bottom: 10px;
  }

  .rich-text-block_promo h3 {
    font-size: 18px;
    line-height: 1.3;
  }

  .image-8 {
    max-width: 100%;
  }

  .text_promo {
    font-size: 14px;
  }

  .list {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    font-size: 14px;
  }

  .div-block-6 {
    margin-left: 0;
    margin-right: 0;
  }

  .link_promo {
    font-size: 24px;
    line-height: 24px;
  }

  .link-6 {
    font-size: 24px;
    line-height: 1.3;
  }
}


