body {
  font-family: 'Styrenea web', sans-serif;
  color: #273326;
  font-size: 15px;
  line-height: 24px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

p {
  margin-bottom: 0px;
}

a {
  border-bottom: 1px none rgba(39, 51, 38, .5);
  text-decoration: none;
}

a:hover {
  color: #273326;
}

a:visited {
  color: #273326;
}

a.w--current {
  border-bottom: 1px solid #273326;
  color: #273326;
}

ul {
  margin-top: 0px;
}

img {
  display: inline-block;
}

.section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 120vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.section.section-0 {
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #62b16f;
}

.section.section-2 {
  min-height: auto;
  background-image: url('../images/00-Noise-1_100 Noise 1.png'), -webkit-linear-gradient(270deg, rgba(185, 225, 191, .9), rgba(185, 225, 191, .9)), url('../images/2-700.gif');
  background-image: url('../images/00-Noise-1_100 Noise 1.png'), linear-gradient(180deg, rgba(185, 225, 191, .9), rgba(185, 225, 191, .9)), url('../images/2-700.gif');
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-size: auto, auto, 100% 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, scroll;
}

.section.section-3 {
  min-height: 120vh;
  background-image: -webkit-linear-gradient(270deg, rgba(39, 51, 38, .85), rgba(39, 51, 38, .85)), -webkit-linear-gradient(270deg, #273326, #273326);
  background-image: linear-gradient(180deg, rgba(39, 51, 38, .85), rgba(39, 51, 38, .85)), linear-gradient(180deg, #273326, #273326);
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  background-repeat: repeat, repeat;
}

.section.section-4 {
  min-height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/00-Noise-1_100 Noise 1.png'), -webkit-linear-gradient(270deg, #62b16f, #62b16f);
  background-image: url('../images/00-Noise-1_100 Noise 1.png'), linear-gradient(180deg, #62b16f, #62b16f);
  background-position: 0px 0px, 0px 0px;
}

.section.section-7 {
  overflow: hidden;
  min-height: auto;
  background-color: #b9e1bf;
  background-image: url('../images/7-Philo-Vine.png');
  background-size: auto;
  background-repeat: repeat-x;
}

.section.section-8 {
  min-height: 100vh;
  background-color: #faf3d3;
}

.section.section-1 {
  background-color: #faf3d3;
}

.section.section-5 {
  min-height: 100vh;
  border: 2.5vw solid #fff;
  background-image: -webkit-linear-gradient(270deg, hsla(49, 80%, 90%, .5), hsla(49, 80%, 90%, .5)), url('../images/00-Noise-1_100 Noise 1.png');
  background-image: linear-gradient(180deg, hsla(49, 80%, 90%, .5), hsla(49, 80%, 90%, .5)), url('../images/00-Noise-1_100 Noise 1.png');
  background-position: 0px 0px, 0px 0px;
}

.section.section-6 {
  background-color: #273326;
  background-image: none;
  background-position: 0px 0px;
  background-repeat: repeat;
}

.section.section-9 {
  padding-bottom: 80px;
}

.section.section-10 {
  background-color: #dff0e2;
}

.section.section-11 {
  background-color: #62b16f;
}

.section.section-12 {
  min-height: 43vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: -webkit-linear-gradient(270deg, #273326, #273326);
  background-image: linear-gradient(180deg, #273326, #273326);
}

._1200 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._1200._6-interior {
  height: 130vh;
  min-height: 850px;
}

._1200._7-1200 {
  max-width: 100%;
}

._1200._12-footer {
  padding-top: 70px;
}

._1200._8-1200 {
  position: absolute;
}

._1200._5-interior {
  height: 100vh;
}

.aa-number-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 90px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.aa-number {
  display: inline-block;
  margin-bottom: 0px;
  padding-right: 12px;
  padding-left: 12px;
  border: 2px solid #273326;
  color: #273326;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
}

.aa-number.number-white {
  border-color: #fff;
  color: #fff;
}

.aa-number.number-44714a-color {
  border-color: #44714a;
  color: #44714a;
}

.aa-number.number-cream {
  border-color: #faf3d3;
  color: #faf3d3;
}

.aa-number.number-bright-green {
  border-color: #62b16f;
  color: #62b16f;
}

.aa-credit {
  display: inline-block;
  color: #273326;
  font-size: 11px;
  line-height: 20px;
  text-align: center;
}

.aa-credit._1b-color {
  color: #44714a;
}

.aa-credit.credit-white {
  color: #fff;
}

.aa-credit.credit-cream {
  color: #faf3d3;
}

.aa-credit._9-color {
  color: #b9e1bf;
}

.aa-credit.footer-credit {
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #44714a;
}

.aa-credit.credit-bright-green {
  color: #62b16f;
}

.section-content {
  width: 100%;
  min-height: 600px;
}

._0-top-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

._0-home-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  margin: 3vw;
  padding-top: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: none;
}

._0-home-logo.overlay-logos {
  margin-bottom: -10vw;
}

._0-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

._0-home-title {
  display: block;
  color: #faf3d3;
  font-size: 6.25vw;
  line-height: 7.5vw;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 8px 8px 0 #44714a;
}

._0-home-title.simpler-home-title {
  font-size: 82px;
  line-height: 100px;
}

._0-home-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._0-home-plant {
  display: block;
  max-width: 275px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

._0-home-list {
  display: inline-block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #325637;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

._0-home-list.scientific {
  font-style: italic;
}

._0-home-list.scientific._00-overlay-scientific {
  font-size: 30px;
  line-height: 30px;
}

._0-home-list._00-overlay-common {
  font-size: 30px;
  line-height: 30px;
}

._0-home-titlesub {
  color: #faf3d3;
  font-size: 31px;
  line-height: 44px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-shadow: 4px 4px 0 #44714a;
}

._0-plant-caption {
  margin-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  color: #faf3d3;
  font-size: 11px;
  line-height: 16px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.5px;
}

.flex-image {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

._0-nav-text {
  margin-bottom: 0px;
  color: #325637;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
}

.dum-dum-font {
  position: relative;
  display: block;
  min-height: 50px;
  min-width: 100px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  border-bottom-style: none;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: 'Dum dum', sans-serif;
  color: #44714a;
  font-size: 120px;
  line-height: 20px;
  text-align: center;
}

.dum-dum-font.dum-2 {
  display: block;
  margin-top: -12px;
  color: #325637;
}

.dum-dum-font.dum-2:hover {
  color: #4a8b55;
}

.dum-dum-font.dum-1 {
  color: #325637;
}

.dum-dum-font.dum-1:hover {
  color: #4a8b55;
}

.dum-dum-font.dum-bottom-logo {
  display: inline-block;
  min-height: 300px;
  margin-right: auto;
  margin-left: auto;
  color: #325637;
  font-size: 65vw;
  line-height: 10vw;
}

.dum-dum-font.dum-bottom-logo:hover {
  color: #62b16f;
}

.dum-dum-font.dum-4 {
  margin-top: 0px;
  color: #325637;
}

.dum-dum-font.dum-4:hover {
  color: #4a8b55;
}

.horizzz-wrapper {
  position: relative;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 340vw;
  min-height: 300px;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._7-name {
  display: inline-block;
  margin-top: 8.4vw;
  font-family: Windsor, sans-serif;
  color: #fff;
  font-size: 39vw;
  line-height: 20vw;
  text-align: center;
  text-transform: uppercase;
}

.aa-smaller-name {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #273326;
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  text-align: left;
}

.aa-smaller-name.small-name-44714a {
  color: #44714a;
}

.aa-smaller-name.name-white {
  color: #fff;
}

.aa-smaller-name.lime-text-2 {
  color: #b9e1bf;
}

.aa-smaller-name.name-cream {
  color: #faf3d3;
}

.aa-smaller-name.name-bright-green {
  color: #62b16f;
}

._1-name {
  font-family: bookmania, sans-serif;
  color: #44714a;
  font-size: 180px;
  line-height: 180px;
  font-weight: 400;
  text-align: center;
}

.aa-paragraph._44714a-color {
  color: #44714a;
}

.aa-paragraph.paragraph-white {
  color: #fff;
}

.aa-paragraph.paragraph-cream {
  color: #faf3d3;
}

.aa-paragraph.lime-text {
  color: #b9e1bf;
}

.aa-paragraph.paragraph-bright-green {
  color: #62b16f;
}

._1-all-icon-wrappers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  padding-top: 20px;
  padding-bottom: 30px;
}

._1-side-text-div {
  position: absolute;
  left: 0%;
  top: 45%;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 50px;
  padding-left: 3vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  text-align: center;
}

._1-side-text-div._1-side-right {
  left: auto;
  right: 0%;
  bottom: 0px;
  padding-right: 3vw;
  padding-left: 0vw;
  background-image: none;
}

.aa-side-text {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #44714a;
  font-size: 11px;
  line-height: 16px;
}

.aa-side-text._1-right-text {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.aa-side-text.a-side-white {
  color: #fff;
}

._1-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  padding-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._1-icon-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  margin-top: -20px;
  padding-right: 9px;
  padding-left: 9px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.aa-icon-text {
  color: #44714a;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0px;
}

.aa-icon-text.icon-text-shiitake {
  color: #273326;
}

._1-icon {
  font-family: 'Dum dum', sans-serif;
  color: #44714a;
  font-size: 120px;
  line-height: 90px;
}

._1-icon.icon-cream {
  color: #325637;
  font-weight: 400;
}

._1-img-a-wrapper {
  position: relative;
  z-index: 2;
  display: block;
  width: 40vh;
  min-width: 400px;
  margin-right: auto;
  margin-left: auto;
}

._1-img-left {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  display: block;
}

._1-img-right {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 3;
  display: block;
}

.aa-small-hash {
  position: relative;
  top: -3px;
  font-size: 13px;
  font-weight: 700;
}

._2-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin: 50px auto;
  padding: 60px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
  box-shadow: 14px 14px 0 0 rgba(68, 113, 74, .3);
}

._2-img-container {
  position: relative;
  display: block;
  border-bottom-style: none;
}

._2-img-container:hover {
  color: #62b16f;
}

._2-img {
  display: block;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}

._2-name {
  font-family: Lydian, sans-serif;
  color: #273326;
  font-size: 100px;
  line-height: 110px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 15px;
  text-transform: uppercase;
}

._2-column {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 200px;
}

._2-icon {
  position: absolute;
  right: 0px;
  bottom: 13px;
  display: none;
  font-family: 'Dum dum', sans-serif;
  font-size: 100px;
  line-height: 100px;
}

._3-img-and-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60vw;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 190px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/3-Rubber-main.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

._3-name {
  position: absolute;
  display: block;
  overflow: visible;
  font-family: Rubber, Impact, sans-serif;
  color: #fff;
  font-size: 22vw;
  line-height: 260px;
  font-weight: 400;
  text-align: center;
}

.aa-spacer {
  width: 100%;
  height: 20px;
  background-image: none;
}

.aa-spacer.spacer-50 {
  height: 50px;
}

.aa-spacer.spacer-30 {
  height: 30px;
}

.aa-spacer.width-spacer {
  height: 3vw;
}

.aa-sticker-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100px;
  min-width: 100px;
  margin-right: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 200px;
}

.aa-sticker-circle.circle-dark {
  border-color: #273326;
}

.aa-sticker-text {
  color: #fff;
  font-size: 11px;
  line-height: 16px;
}

.aa-sticker-text.sticker-dark {
  color: #273326;
  text-align: center;
}

._4-left-column {
  width: 45%;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

._4-name {
  display: inline-block;
  margin-left: -15px;
  font-family: brush-script-std, sans-serif;
  font-size: 150px;
  line-height: 130px;
  font-weight: 400;
  letter-spacing: -4px;
}

._4-tab-pane-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

._4-img-wrapper {
  display: inline-block;
  height: 550px;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

._4-tab-text {
  display: inline-block;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 2px none #000;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
}

._4-tab {
  display: inline-block;
  padding: 0px;
  border-bottom-style: none;
  background-color: transparent;
  text-align: center;
}

._4-tab.w--current {
  border-width: 2px;
  border-color: #000;
  border-bottom-style: solid;
  background-color: transparent;
  text-decoration: underline;
}

.tabs-content {
  overflow: visible;
}

._4-tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 230px;
  margin-right: 40px;
  margin-left: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

._4-icon {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

._4-right-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  max-width: 800px;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

._4-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._5-content {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._5-name {
  margin-left: 12%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: 'Inknut Antiqua', sans-serif;
  color: #273326;
  font-size: 140px;
  line-height: 200px;
  font-weight: 400;
}

._5-name._5-name-bottom {
  margin-right: 12%;
  margin-left: 0%;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

._5-spider-4 {
  position: absolute;
  left: -16%;
  top: -68%;
  z-index: 6;
}

._5-spider-5 {
  position: absolute;
  left: 516px;
  top: 222px;
  right: 0px;
}

._5-spider-2 {
  position: absolute;
  top: -30%;
  right: -44%;
  z-index: 6;
}

._5-spider-2.spider-2-bottom {
  left: -40%;
  top: auto;
  right: auto;
  bottom: -52%;
}

._5-spider-1 {
  position: absolute;
  right: 12%;
  bottom: -18%;
  display: block;
}

._6-name {
  font-family: gastromond, sans-serif;
  color: #62b16f;
  font-size: 120px;
  line-height: 120px;
  font-weight: 400;
  letter-spacing: 0px;
}

._6-title-and-text {
  overflow: visible;
  width: 50%;
}

._6-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.aa-text-div {
  width: 560px;
}

.aa-credit-div {
  position: relative;
  z-index: 25;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.aa-credit-div._9-credit-div {
  margin-top: 0px;
  margin-bottom: 0px;
}

._7-text-centering {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

._7-leaf {
  position: absolute;
  left: 348px;
  top: 418px;
}

._7-leaf.leaf-b {
  left: 800px;
  top: 454px;
}

._7-leaf.leaf-c {
  left: auto;
  top: 298px;
  right: 106px;
  bottom: 319px;
}

._7-leaf.leaf-d {
  left: auto;
  top: 304px;
  right: -27px;
}

._8-name {
  font-family: Ultra, sans-serif;
  color: #325637;
  font-size: 110px;
  line-height: 110px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

._8-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._8-echeveria {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
}

._8-echeveria.echeveria-1 {
  left: auto;
  top: 36%;
  right: -11%;
  bottom: auto;
}

._8-echeveria.echeveria-4 {
  left: auto;
  top: -27%;
  right: -9%;
  bottom: auto;
}

._8-echeveria.echeveria-8 {
  left: auto;
  top: 22%;
  right: 36%;
  bottom: auto;
}

._8-echeveria.echeveria-7 {
  left: 20%;
  top: -3%;
  right: auto;
  bottom: auto;
}

._8-echeveria.echeveria-3 {
  left: -28%;
  top: -15%;
}

._8-echeveria.echeveria-2 {
  left: 9%;
  top: auto;
  right: auto;
  bottom: 31%;
}

._8-echeveria.echeveria-5 {
  left: -22%;
  top: auto;
  right: auto;
  bottom: -11%;
}

._8-echeveria.echeveria-6 {
  left: 13%;
  top: auto;
  right: auto;
  bottom: -25%;
}

._8-echeveria.echeveria-9 {
  left: auto;
  top: auto;
  right: 22%;
  bottom: 12%;
}

._9-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 777px;
  margin-bottom: 30px;
  padding-top: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/9-Snake.png');
  background-position: 51% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

._9-content._9-dark {
  background-image: url('../images/9-Snake-Dark.png');
}

._9-name {
  margin-left: 30px;
  font-family: Snake, Arial, sans-serif;
  font-size: 110px;
  line-height: 100px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 16px;
  text-transform: uppercase;
}

._9-name.outlined {
  color: #b9e1bf;
  text-transform: none;
  text-shadow: 1px 1px 6px #b9e1bf;
}

._9-switch-div {
  position: absolute;
  z-index: 900;
}

._9-switch-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 50px;
  margin-top: 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #273326;
  border-radius: 100px;
  cursor: pointer;
}

._9-switch-inside {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background-color: #273326;
}

._9-light-on {
  display: block;
  width: 40px;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
}

._9-light-off {
  width: 40px;
  color: #b9e1bf;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
}

._9-switch-possition {
  position: relative;
  top: 48%;
  right: 0px;
  z-index: 90;
  width: 100px;
  height: 100px;
  margin-top: 50px;
  background-image: none;
}

._10-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._10-name {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  font-family: 'Chromaletter left', sans-serif;
  color: #44714a;
  font-size: 140px;
  line-height: 140px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

._10-name._10-name-right {
  font-family: 'Chromaletter right', sans-serif;
  color: #44714a;
}

._10-names {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 260px;
  min-height: 220px;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: none;
}

._10-plant {
  position: relative;
  display: block;
  width: 700px;
  height: 700px;
  margin-top: -200px;
  margin-right: 6%;
  margin-bottom: -50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/10-tillansdsia-dark.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

._11-column-left {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-top: 60px;
  margin-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
}

._11-name {
  color: #faf3d3;
  font-size: 100px;
  line-height: 90px;
  font-weight: 400;
  text-align: center;
}

._11-column-wrapper {
  width: 100%;
}

._11-shiitake-lg {
  position: absolute;
  left: 52%;
  top: 215px;
  bottom: 0px;
  width: 1073px;
  height: 851px;
  background-image: url('../images/11-Shiitake-Frame.gif'), url('../images/11-Shiitake-main.png'), -webkit-linear-gradient(270deg, #325637, #325637);
  background-image: url('../images/11-Shiitake-Frame.gif'), url('../images/11-Shiitake-main.png'), linear-gradient(180deg, #325637, #325637);
  background-position: 50% 50%, 0px 50%, 0px 0px;
  background-size: 100% 100%, auto, auto;
  background-repeat: no-repeat, no-repeat, repeat;
}

._11-shiitake-small {
  position: relative;
  left: -18%;
  top: 34px;
  z-index: 0;
  width: 600px;
  height: 476px;
  background-image: url('../images/11-Shiitake-Frame.gif'), url('../images/11-Shiitake-main.png'), -webkit-linear-gradient(270deg, #325637, #325637);
  background-image: url('../images/11-Shiitake-Frame.gif'), url('../images/11-Shiitake-main.png'), linear-gradient(180deg, #325637, #325637);
  background-position: 0px 0px, 50% 50%, 0px 0px;
  background-size: 100% 100%, 509px, auto;
  background-repeat: repeat, no-repeat, repeat;
}

._6-bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../images/6-Fern-Ernst-Haeckel.png'), -webkit-linear-gradient(270deg, rgba(39, 51, 38, .33), rgba(39, 51, 38, .33)), url('../images/00-Noise-1_100 Noise 1.png');
  background-image: url('../images/6-Fern-Ernst-Haeckel.png'), linear-gradient(180deg, rgba(39, 51, 38, .33), rgba(39, 51, 38, .33)), url('../images/00-Noise-1_100 Noise 1.png');
  background-position: 0px 50%, 0px 0px, 0px 0px;
  background-size: 50%, auto, 50px;
  background-repeat: no-repeat, repeat, repeat;
}

._7-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._1-link {
  border-bottom: 1px solid #44714a;
  -webkit-transition: border 200ms ease, color 200ms ease;
  transition: border 200ms ease, color 200ms ease;
  color: #44714a;
}

._1-link:hover {
  border-bottom-color: #62b16f;
  color: #62b16f;
}

._2-link {
  border-bottom: 1px solid #273326;
  -webkit-transition: border 200ms ease, color 200ms ease;
  transition: border 200ms ease, color 200ms ease;
  color: #273326;
}

._2-link:hover {
  border-bottom-color: #4a8b55;
  color: #4a8b55;
}

._2-link._9-link {
  border-bottom-style: solid;
  border-bottom-color: #b9e1bf;
  color: #b9e1bf;
}

._2-link._9-link:hover {
  border-bottom-color: #62b16f;
  color: #62b16f;
}

._3-link {
  border-bottom: 1px solid #fff;
  -webkit-transition: border 200ms ease, color 200ms ease;
  transition: border 200ms ease, color 200ms ease;
  color: #fff;
}

._3-link:hover {
  border-bottom-color: #4a8b55;
  color: #4a8b55;
}

._6-link {
  border-bottom: 1px solid #62b16f;
  -webkit-transition: border 200ms ease, color 200ms ease;
  transition: border 200ms ease, color 200ms ease;
  color: #62b16f;
}

._6-link:hover {
  border-bottom-color: #44714a;
  color: #44714a;
}

.footer-wrapper {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._0-home-nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: none;
}

._0-both-names {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 3px solid transparent;
  background-image: none;
  -webkit-transition: border 350ms ease;
  transition: border 350ms ease;
}

._0-both-names:hover {
  border-bottom: 3px solid #325637;
  background-image: none;
}

._0-both-names.w--current {
  border-bottom: 3px solid transparent;
}

._0-both-names.w--current:hover {
  border-bottom: 3px solid #325637;
}

._0-both-names._00-overlay-both-names {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

._0-nav-spacer {
  width: 10px;
  height: 20px;
  background-image: none;
}

._6-gradient {
  position: absolute;
  width: 200%;
  height: 200%;
  background-image: -webkit-radial-gradient(circle closest-corner at 45% 26%, rgba(98, 177, 111, .7), rgba(86, 151, 96, .2) 57%, rgba(39, 51, 38, 0));
  background-image: radial-gradient(circle closest-corner at 45% 26%, rgba(98, 177, 111, .7), rgba(86, 151, 96, .2) 57%, rgba(39, 51, 38, 0));
}

._3-rubber-bg {
  position: absolute;
  display: block;
  width: 150%;
  height: 200%;
  background-image: -webkit-linear-gradient(270deg, rgba(39, 51, 38, .9), rgba(39, 51, 38, .9)), url('../images/3-Rubber-BG.png');
  background-image: linear-gradient(180deg, rgba(39, 51, 38, .9), rgba(39, 51, 38, .9)), url('../images/3-Rubber-BG.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  -webkit-transform: translate(250px, 134px);
  -ms-transform: translate(250px, 134px);
  transform: translate(250px, 134px);
}

._11-link {
  border-bottom: 1px solid #faf3d3;
  -webkit-transition: border 200ms ease, color 300ms ease;
  transition: border 200ms ease, color 300ms ease;
  color: #faf3d3;
}

._11-link:hover {
  border-bottom-color: #44714a;
  color: #44714a;
}

._00-sticky-menu {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 22;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: none;
}

._00-overlay-menu {
  position: fixed;
  z-index: 200;
  display: none;
  width: 100vw;
  height: 100%;
  min-height: 700px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/00-Menu-Pattern.png'), -webkit-linear-gradient(270deg, rgba(98, 177, 111, .8), rgba(98, 177, 111, .8));
  background-image: url('../images/00-Menu-Pattern.png'), linear-gradient(180deg, rgba(98, 177, 111, .8), rgba(98, 177, 111, .8));
  background-position: 0px 0px, 0px 0px;
  background-size: 750px, auto;
}

._00-macrame {
  position: fixed;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 12vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-linear-gradient(270deg, rgba(39, 51, 38, .9), rgba(39, 51, 38, .9));
  background-image: linear-gradient(180deg, rgba(39, 51, 38, .9), rgba(39, 51, 38, .9));
}

._00-img-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80%;
  max-height: 900px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._00-actual-image {
  height: 100%;
}

._00-macrame-close {
  position: absolute;
  top: -50px;
  right: -70px;
  font-family: 'Dum dum', sans-serif;
  color: #faf3d3;
  font-size: 120px;
  line-height: 120px;
  font-weight: 400;
}

._00-macrame-close:hover {
  color: #62b16f;
}

._00-macrame-text-span {
  color: #faf3d3;
}

._00-macrame-text-span:hover {
  color: #62b16f;
}

._00-overlay-colophon {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 200;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  background-image: -webkit-linear-gradient(270deg, #62b16f, #62b16f);
  background-image: linear-gradient(180deg, #62b16f, #62b16f);
}

._00-colophon-type {
  margin-bottom: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #325637;
  font-size: 36px;
  line-height: 30px;
  font-weight: 400;
}

._00-colophon-type._00-type-1 {
  font-family: bookmania, sans-serif;
  font-size: 38px;
  line-height: 18px;
  font-weight: 400;
}

._00-colophon-type._00-type-2 {
  font-family: Lydian, sans-serif;
  letter-spacing: 10px;
  text-transform: uppercase;
}

._00-colophon-type._00-type-3 {
  font-family: Rubber, Impact, sans-serif;
  font-size: 60px;
  letter-spacing: 3px;
}

._00-colophon-type._00-type-4 {
  font-family: brush-script-std, sans-serif;
  font-size: 38px;
  line-height: 22px;
}

._00-colophon-type._00-type-5 {
  font-family: 'Inknut Antiqua', sans-serif;
  font-size: 35px;
  line-height: 35px;
}

._00-colophon-type._00-type-7 {
  font-family: Windsor, sans-serif;
  font-size: 45px;
}

._00-colophon-type._00-type-9 {
  font-family: Snake, Arial, sans-serif;
  font-size: 40px;
  letter-spacing: 5px;
  text-transform: lowercase;
}

._00-colophon-type._00-type-10 {
  font-family: 'Chromaletter left', sans-serif;
  font-size: 45px;
}

._00-colophon-type._00-type-6 {
  font-family: gastromond, sans-serif;
  font-weight: 400;
}

._00-colophon-type._00-type-8 {
  font-family: Ultra, sans-serif;
  text-transform: uppercase;
}

._00-colophon-name-and-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  margin-bottom: 30px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._00-overlay-column {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: none;
}

._00-colophon-number {
  margin-top: -9px;
  margin-right: 10px;
  color: #325637;
  font-size: 16px;
}

._00-colophon-credit {
  display: block;
  width: 100%;
  color: #44714a;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
}

._00-colophon-link {
  border-bottom: 1px solid rgba(68, 113, 74, .55);
  color: #44714a;
}

._00-colophon-link:hover {
  border-bottom-style: solid;
  border-bottom-color: #44714a;
  color: #273326;
}

._00-overlay-top-nav {
  position: fixed;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 140px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

._00-overlay-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  height: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.fly-div {
  position: absolute;
  right: 0px;
  bottom: -64px;
  z-index: 55;
  width: 60px;
  height: 60px;
  background-image: url('../images/4-Fly2x_14-Fly@2x.gif');
  background-position: 50% 50%;
  background-size: 60px 60px;
  background-repeat: no-repeat;
}

._11-top-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._00-overlay-centering {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991px) {
  .section.section-7 {
    background-position: 50% -45px;
    background-size: auto 70%;
  }
  .section.section-8 {
    min-height: 600px;
  }
  .section.section-12 {
    min-height: 70vw;
  }
  .section-content {
    min-height: auto;
    background-image: none;
  }
  ._0-home-logo {
    margin: 15px;
  }
  ._0-home-title {
    display: block;
    text-shadow: 5px 5px 0 #44714a;
  }
  ._0-home-title.simpler-home-title {
    font-size: 51px;
    line-height: 64px;
  }
  ._0-home-center {
    margin-top: 26px;
    margin-bottom: 25px;
  }
  ._0-home-list {
    color: #325637;
    font-size: 15px;
    line-height: 20px;
  }
  ._0-home-list.scientific._00-overlay-scientific {
    font-size: 16px;
    line-height: 20px;
  }
  ._0-home-list._00-overlay-common {
    font-size: 16px;
    line-height: 20px;
  }
  ._0-home-titlesub {
    font-size: 30px;
  }
  .dum-dum-font.dum-bottom-logo {
    margin-top: 0px;
    margin-bottom: 3vw;
    color: #44714a;
    font-size: 85vw;
  }
  .horizzz-wrapper {
    min-height: 200px;
  }
  ._7-name {
    margin-top: 52px;
  }
  .aa-smaller-name {
    text-align: center;
  }
  ._1-name {
    font-size: 120px;
    line-height: 120px;
  }
  ._1-all-icon-wrappers {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  ._1-side-text-div {
    display: none;
  }
  ._1-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  ._2-name {
    font-size: 73px;
    line-height: 80px;
    letter-spacing: 8px;
  }
  ._2-column {
    max-width: 560px;
  }
  ._3-img-and-name {
    margin-top: 0px;
  }
  ._4-left-column {
    width: 100%;
    text-align: center;
  }
  ._4-name {
    height: auto;
    font-size: 122px;
    line-height: 122px;
    text-align: center;
  }
  ._4-tab-pane-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  ._4-img-wrapper {
    height: 100%;
    margin-bottom: 30px;
  }
  ._4-tabs-menu {
    margin-top: 20px;
  }
  ._4-tabs {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  ._5-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  ._5-name {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 100px;
    line-height: 120px;
  }
  ._5-name._5-name-bottom {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  ._6-name {
    font-size: 105px;
    text-align: center;
  }
  ._6-title-and-text {
    width: 100%;
  }
  ._6-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .aa-text-div {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  ._7-leaf {
    display: none;
  }
  ._8-name {
    font-size: 80px;
    line-height: 80px;
  }
  ._8-echeveria.echeveria-1 {
    top: 51%;
    right: -9%;
    width: 22%;
    height: auto;
  }
  ._8-echeveria.echeveria-4 {
    top: -2%;
    right: -2%;
    width: 33%;
    height: auto;
  }
  ._8-echeveria.echeveria-8 {
    top: 19%;
    width: 12%;
    height: auto;
  }
  ._8-echeveria.echeveria-7 {
    left: 7%;
    top: -7%;
    width: 26%;
    height: auto;
  }
  ._8-echeveria.echeveria-3 {
    left: -15%;
    top: 16%;
    width: 32%;
    height: auto;
  }
  ._8-echeveria.echeveria-2 {
    left: -6%;
    bottom: 29%;
    width: 14%;
    height: auto;
  }
  ._8-echeveria.echeveria-5 {
    left: -14%;
    bottom: -8%;
    width: 33%;
    height: auto;
  }
  ._8-echeveria.echeveria-6 {
    left: 23%;
    bottom: 12%;
    width: 20%;
    height: auto;
  }
  ._8-echeveria.echeveria-9 {
    right: 14%;
    bottom: 14%;
  }
  ._9-content {
    min-height: 550px;
    padding-top: 0px;
    background-position: 50% 100%;
    background-size: auto 500px;
  }
  ._9-name {
    margin-left: 20px;
    font-size: 90px;
    line-height: 80px;
  }
  ._9-switch-possition {
    margin-top: 20px;
  }
  ._10-name {
    font-size: 130px;
    line-height: 110px;
  }
  ._10-names {
    width: 100%;
    height: 200px;
    min-height: 120px;
  }
  ._10-plant {
    width: 600px;
    height: 600px;
  }
  ._11-column-left {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 0px;
  }
  ._11-name {
    font-size: 90px;
  }
  ._11-shiitake-lg {
    display: none;
  }
  ._11-shiitake-small {
    position: static;
    margin-top: 40px;
  }
  ._6-bg-img {
    background-image: -webkit-linear-gradient(270deg, rgba(39, 51, 38, .54), rgba(39, 51, 38, .54)), url('../images/6-Fern-Ernst-Haeckel.png');
    background-image: linear-gradient(180deg, rgba(39, 51, 38, .54), rgba(39, 51, 38, .54)), url('../images/6-Fern-Ernst-Haeckel.png');
    background-position: 0px 0px, 0px 50%;
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
  }
  ._2-individual-column {
    margin-bottom: 15px;
  }
  ._0-home-nav-container {
    min-width: 37%;
  }
  ._0-both-names {
    margin-right: 10px;
    margin-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  ._0-both-names:hover {
    color: #4fdf43;
  }
  ._0-both-names._00-overlay-both-names {
    margin-bottom: 20px;
    padding-top: 1vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  ._0-nav-spacer {
    display: none;
  }
  ._00-sticky-menu {
    display: none;
  }
  ._00-colophon-type {
    margin-bottom: 5px;
    font-size: 30px;
    line-height: 22.5px;
  }
  ._00-colophon-type._00-type-1 {
    margin-bottom: 5px;
    font-size: 32px;
    line-height: 24px;
  }
  ._00-colophon-type._00-type-2 {
    font-size: 34px;
    line-height: 25px;
  }
  ._00-colophon-type._00-type-3 {
    font-size: 60px;
    line-height: 33px;
    letter-spacing: 1.5px;
  }
  ._00-colophon-type._00-type-4 {
    font-size: 30px;
    line-height: 22.5px;
  }
  ._00-colophon-type._00-type-5 {
    font-size: 26.25px;
    line-height: 22.5px;
  }
  ._00-colophon-type._00-type-7 {
    font-size: 33.75px;
    line-height: 22.5px;
  }
  ._00-colophon-type._00-type-9 {
    font-size: 30px;
    line-height: 22.5px;
  }
  ._00-colophon-type._00-type-10 {
    font-size: 33.75px;
    line-height: 22.5px;
  }
  ._00-colophon-type._00-type-6 {
    font-size: 30px;
    line-height: 22.5px;
  }
  ._00-colophon-type._00-type-8 {
    font-size: 30px;
    line-height: 22.5px;
  }
  ._00-colophon-name-and-info {
    margin-bottom: 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  ._00-overlay-column {
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ._00-colophon-number {
    display: block;
    margin-top: -8px;
    font-size: 13px;
    line-height: 13px;
  }
  ._00-overlay-container {
    padding-top: 137px;
  }
}

@media (max-width: 767px) {
  .section.section-8 {
    max-height: 900px;
  }
  .section.section-12 {
    min-height: 80vw;
  }
  ._0-home-title {
    font-size: 60px;
    line-height: 72px;
    text-shadow: 5px 5px 0 #44714a;
  }
  ._0-home-title.simpler-home-title {
    font-size: 35px;
    line-height: 46px;
    letter-spacing: 2px;
  }
  ._0-home-list {
    font-size: 13px;
    line-height: 18px;
  }
  ._0-home-list.scientific._00-overlay-scientific {
    font-size: 18px;
    line-height: 24px;
  }
  ._0-home-list._00-overlay-common {
    font-size: 18px;
    line-height: 24px;
  }
  ._0-home-titlesub {
    font-size: 21px;
    line-height: 35px;
  }
  .dum-dum-font.dum-bottom-logo {
    font-size: 95vw;
  }
  .horizzz-wrapper {
    margin-bottom: -10px;
  }
  ._7-name {
    margin-top: 60px;
  }
  ._1-name {
    font-size: 90px;
    line-height: 90px;
  }
  .aa-paragraph {
    font-size: 15px;
    line-height: 22px;
    text-align: center;
  }
  ._1-content {
    padding-right: 0px;
    padding-left: 0px;
  }
  ._1-img-a-wrapper {
    padding-right: 30px;
    padding-left: 30px;
    text-align: center;
  }
  ._2-card {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  ._2-name {
    font-size: 53px;
    line-height: 50px;
    letter-spacing: 6px;
  }
  ._4-left-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 34px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  ._4-name {
    font-size: 80px;
    line-height: 80px;
  }
  ._4-tab-pane-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ._4-tabs-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  ._4-icon {
    width: 50%;
  }
  ._4-right-column {
    width: 66%;
  }
  ._4-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ._6-name {
    font-size: 85px;
    line-height: 95px;
  }
  .aa-text-div {
    width: 95%;
    max-width: 560px;
  }
  .aa-text-div._1-text-div {
    width: 85%;
  }
  ._7-leaf {
    display: none;
  }
  ._7-leaf.leaf-c {
    display: none;
  }
  ._8-name {
    font-size: 60px;
    line-height: 60px;
  }
  ._8-echeveria.echeveria-1 {
    display: none;
  }
  ._8-echeveria.echeveria-4 {
    top: 3%;
    right: -11%;
  }
  ._8-echeveria.echeveria-7 {
    top: -5%;
  }
  ._8-echeveria.echeveria-3 {
    left: -15%;
    top: 14%;
  }
  ._8-echeveria.echeveria-2 {
    display: none;
  }
  ._8-echeveria.echeveria-5 {
    left: -15%;
    bottom: -10%;
    display: block;
    width: 44%;
  }
  ._8-echeveria.echeveria-6 {
    left: 36%;
    bottom: -14%;
    display: block;
    width: 44%;
  }
  ._8-echeveria.echeveria-9 {
    right: 0%;
    bottom: 10%;
    width: 16%;
  }
  ._9-content {
    min-height: 420px;
    background-size: auto 410px;
  }
  ._9-name {
    font-size: 65px;
    line-height: 58px;
    letter-spacing: 9px;
  }
  ._9-switch-possition {
    margin-top: 0px;
  }
  ._10-name {
    font-size: 85px;
    line-height: 80px;
  }
  ._10-names {
    height: 160px;
  }
  ._10-plant {
    width: 450px;
    height: 450px;
    margin-top: -148px;
    margin-bottom: -34px;
  }
  ._11-column-left {
    margin-top: 15px;
    margin-bottom: 0px;
  }
  ._11-name {
    font-size: 70px;
    line-height: 70px;
  }
  ._11-shiitake-small {
    width: 480px;
    height: 386px;
    background-image: url('../images/11-Shiitake-Frame.gif'), url('../images/11-Shiitake-main.png'), -webkit-linear-gradient(270deg, null, null);
    background-image: url('../images/11-Shiitake-Frame.gif'), url('../images/11-Shiitake-main.png'), linear-gradient(180deg, null, null);
    background-size: 100% 100%, 380px, auto;
  }
  ._0-home-nav-container {
    min-width: 44%;
  }
  ._0-both-names._00-overlay-both-names {
    padding-bottom: 2px;
  }
  ._0-both-names._00-overlay-both-names.w--current {
    margin-bottom: 10px;
  }
  ._00-overlay-menu {
    min-height: 600px;
  }
  ._00-img-wrapper {
    height: 500px;
  }
  ._00-macrame-close {
    right: -57px;
    font-size: 80px;
    line-height: 110px;
  }
  ._00-overlay-colophon {
    position: fixed;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  ._00-colophon-type {
    text-align: center;
  }
  ._00-colophon-type._00-type-3 {
    margin-top: 5px;
  }
  ._00-colophon-type._00-type-9 {
    letter-spacing: 6px;
  }
  ._00-colophon-name-and-info {
    width: 100%;
    min-height: 40px;
    margin-bottom: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  ._00-overlay-column {
    width: 70%;
  }
  ._00-colophon-number {
    margin-bottom: 7px;
  }
  ._00-colophon-credit {
    display: block;
    font-size: 8px;
    line-height: 12px;
  }
  ._00-overlay-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 479px) {
  .section {
    min-height: 120vh;
  }
  .section.section-0 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .section.section-2 {
    min-height: 120vh;
  }
  .section.section-7 {
    background-position: 0px 46px;
    background-size: auto 50%;
  }
  .section.section-8 {
    max-height: auto;
  }
  .section.section-5 {
    border-width: 3.5vw;
  }
  .section.section-12 {
    min-height: 350px;
  }
  ._1200 {
    overflow: visible;
    height: 100%;
    padding: 10px 15px;
  }
  ._1200._6-interior {
    height: auto;
    min-height: 100vh;
  }
  .aa-number-div {
    margin-top: 60px;
  }
  ._0-home-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  ._0-home-logo.overlay-logos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ._0-bottom {
    min-height: 75px;
  }
  ._0-home-title {
    font-size: 33px;
    line-height: 40px;
    text-shadow: 4px 4px 0 #44714a;
  }
  ._0-home-container {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  ._0-home-center {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  ._0-home-plant {
    max-width: 150px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  ._0-home-list {
    font-size: 17px;
    line-height: 23px;
  }
  ._0-home-list.scientific._00-overlay-scientific {
    font-size: 16px;
    line-height: 22px;
  }
  ._0-home-list._00-overlay-common {
    font-size: 16px;
    line-height: 22px;
  }
  ._0-home-titlesub {
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 1px;
    text-shadow: 2px 2px 0 #44714a;
  }
  ._0-plant-caption {
    display: none;
  }
  ._0-nav-text {
    display: none;
  }
  .dum-dum-font {
    min-height: 30px;
    min-width: 30px;
    font-size: 100px;
    line-height: 10px;
  }
  .dum-dum-font.dum-2 {
    margin-top: -7px;
  }
  .dum-dum-font.dum-1 {
    margin-top: 5px;
  }
  .dum-dum-font.dum-1:hover {
    color: #4a8b55;
  }
  .dum-dum-font.dum-bottom-logo {
    font-size: 110vw;
  }
  .horizzz-wrapper {
    min-height: 120px;
  }
  ._1-name {
    font-size: 60px;
    line-height: 60px;
  }
  .aa-paragraph {
    text-align: left;
  }
  ._1-all-icon-wrappers {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  ._1-content {
    width: 100%;
  }
  ._1-icon-div {
    width: 60%;
    margin-top: -15px;
  }
  ._1-img-a-wrapper {
    width: 80%;
    min-width: auto;
    margin-top: 15px;
    padding-right: 0px;
    padding-left: 0px;
  }
  ._1-img-left {
    display: none;
  }
  ._1-img-right {
    display: none;
  }
  ._2-card {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 30px 10px;
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .77), hsla(0, 0%, 100%, .77));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .77), hsla(0, 0%, 100%, .77));
    box-shadow: none;
  }
  ._2-name {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 6px;
  }
  ._3-img-and-name {
    padding-top: 266px;
  }
  ._3-name {
    left: 0px;
    top: 135px;
    right: 0px;
    font-size: 30vw;
  }
  .aa-spacer.spacer-50 {
    height: 25px;
  }
  .aa-spacer.spacer-30 {
    height: 15px;
  }
  ._4-left-column {
    width: 95%;
  }
  ._4-right-column {
    width: 80%;
    margin-bottom: -20px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  ._5-name {
    font-size: 65px;
    line-height: 65px;
  }
  ._6-name {
    font-size: 60px;
    line-height: 67px;
  }
  .aa-text-div {
    width: 100%;
  }
  .aa-text-div._1-text-div {
    width: 100%;
  }
  .aa-credit-div {
    margin-bottom: 60px;
  }
  ._8-name {
    font-size: 40px;
    line-height: 45px;
  }
  ._8-echeveria.echeveria-4 {
    right: -21%;
    width: 53%;
  }
  ._8-echeveria.echeveria-8 {
    display: none;
  }
  ._8-echeveria.echeveria-7 {
    left: 20%;
  }
  ._8-echeveria.echeveria-3 {
    top: 8%;
    width: 45%;
  }
  ._8-echeveria.echeveria-5 {
    left: -36%;
    bottom: 16%;
    width: 65%;
  }
  ._8-echeveria.echeveria-6 {
    left: 8%;
    bottom: -9%;
    width: 45%;
  }
  ._8-echeveria.echeveria-9 {
    display: none;
  }
  ._9-content {
    background-size: auto 90%;
  }
  ._9-name {
    margin-left: 10px;
    font-size: 40px;
    line-height: 35px;
    letter-spacing: 5px;
  }
  ._10-name {
    font-size: 53px;
    line-height: 40px;
  }
  ._10-names {
    height: 78px;
    min-height: 77px;
    background-image: none;
  }
  ._10-plant {
    width: 300px;
    height: 300px;
    margin-top: -129px;
    margin-bottom: -16px;
  }
  ._11-name {
    font-size: 45px;
    line-height: 45px;
  }
  ._11-shiitake-small {
    width: 300px;
    height: 238px;
    background-image: url('../images/11-Shiitake-Frame.gif'), url('../images/11-Shiitake-main.png'), -webkit-linear-gradient(270deg, null, null);
    background-image: url('../images/11-Shiitake-Frame.gif'), url('../images/11-Shiitake-main.png'), linear-gradient(180deg, null, null);
    background-size: 100% 100%, 250px, auto;
  }
  ._2-individual-column {
    overflow: hidden;
    margin-bottom: 20px;
  }
  ._0-home-nav-container {
    width: 100%;
  }
  ._0-both-names._00-overlay-both-names {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  ._00-sticky-menu {
    left: 0px;
    top: 0px;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    padding-top: 10px;
    background-image: none;
  }
  ._00-overlay-menu {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ._00-img-wrapper {
    height: 300px;
  }
  ._00-macrame-close {
    right: -35px;
    font-size: 55px;
    line-height: 109px;
  }
  ._00-overlay-column {
    width: 100%;
  }
  ._00-colophon-credit {
    display: block;
  }
  ._00-overlay-top-nav {
    height: 60px;
    padding-right: 15px;
    padding-left: 15px;
    background-image: none;
  }
  ._00-overlay-container {
    display: block;
    padding-top: 97px;
    padding-right: 18px;
    padding-left: 18px;
  }
}

@font-face {
  font-family: 'Styrenea web';
  src: url('../fonts/StyreneA-Bold-Web.woff2') format('woff2'), url('../fonts/StyreneA-Bold-Web.eot') format('embedded-opentype'), url('../fonts/StyreneA-Bold-Web.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Styrenea web';
  src: url('../fonts/StyreneA-Regular-Web.woff2') format('woff2'), url('../fonts/StyreneA-Regular-Web.eot') format('embedded-opentype'), url('../fonts/StyreneA-Regular-Web.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Lydian';
  src: url('../fonts/36CD5C_1_0.woff2') format('woff2'), url('../fonts/36CD5C_1_0.eot') format('embedded-opentype'), url('../fonts/36CD5C_1_0.woff') format('woff'), url('../fonts/36CD5C_1_0.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Windsor';
  src: url('../fonts/36CD5C_0_0.woff2') format('woff2'), url('../fonts/36CD5C_0_0.eot') format('embedded-opentype'), url('../fonts/36CD5C_0_0.woff') format('woff'), url('../fonts/36CD5C_0_0.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Rubber';
  src: url('../fonts/Rubber.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Snake';
  src: url('../fonts/Snake.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Dum dum';
  src: url('../fonts/Dum-Dum.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Chromaletter left';
  src: url('../fonts/Chromaletter-Left.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Chromaletter right';
  src: url('../fonts/Chromaletter-Right.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}