:root {
  --black: black;
  --light-green: #df5859;
  --white: white;
  --dark-green: #df5859;
  --bright-green: #df5859;
  --color: white;
  --off-white: #ecdbdb;
  --reverse-light: #05b3bb;
}

body {
  background-color: var(--black);
  color: var(--light-green);
  letter-spacing: 0;
  font-family: Roobert, sans-serif;
  font-size: 1em;
  line-height: 1.6;
  transition: color .6s, background-color .6s;
}

h1 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6.56em;
  font-weight: 500;
  line-height: 1.07619;
}

h2, h3, h4, h5, h6, p {
  margin-top: 0;
  margin-bottom: 0;
}

a {
  font-size: 1em;
  text-decoration: none;
}

label {
  margin-bottom: .3em;
  font-size: 1.25em;
  font-weight: 700;
  display: block;
}

blockquote {
  border-left: .3em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em 1em 1.7em;
  font-size: 1.2em;
  line-height: 1.6;
}

.container {
  width: 100%;
  max-width: 84.75em;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.88em;
  display: flex;
}

.container.is-nav {
  max-width: 100%;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container.is-home-hero {
  min-height: 100vh;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 7.08em 1.41em 5em;
  display: flex;
}

.container.is-home-about {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
}

.container.is-home-quote {
  padding-bottom: 10em;
}

.container.is-work-hero {
  padding-top: 11.1em;
}

.global_embed {
  width: 0;
  height: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.global_symbol {
  z-index: 5;
  mix-blend-mode: normal;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.page-wrapper {
  width: 100%;
  font-size: 1em;
  position: relative;
  overflow: hidden;
}

.page-main {
  grid-column-gap: 8em;
  grid-row-gap: 8em;
  flex-direction: column;
  display: flex;
}

.text-size-h2 {
  letter-spacing: -.04em;
  font-size: 5.5em;
  line-height: 1.05682;
}

.text-size-h2.is-home-brands {
  width: 100%;
  max-width: 15.5em;
  color: var(--black);
  font-size: 2em;
}

.text-size-h5 {
  color: var(--black);
  letter-spacing: -.04em;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.30233;
}

.text-size-h6 {
  max-width: 22em;
  color: var(--black);
  letter-spacing: -.02em;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.3125;
}

.home-hero_layout {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav_component {
  z-index: 1000;
  width: 100%;
  background-color: var(--white);
  transition: background-color .6s;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav_logo-embed {
  height: 100%;
}

.nav_link {
  border-bottom: 1px solid var(--light-green);
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  padding-left: 1.41em;
  padding-right: 1.41em;
  display: flex;
}

.nav_button {
  background-color: var(--light-green);
  color: #000;
  padding: 24px 32px;
  transition: background-color .3s;
}

.nav_button:hover {
  background-color: var(--dark-green);
  background-image: linear-gradient(rgba(0, 0, 0, .09), rgba(0, 0, 0, .09));
}

.nav_link-text {
  color: var(--light-green);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

.nav_menu-content {
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.home-hero_heading {
  width: 100%;
  max-width: 75%;
  font-weight: 500;
}

.home-about_layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.home-about_photo-height {
  background-image: url('../images/pexels-rdne-stock-project-7821498.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 138.17%;
  position: relative;
}

.home-about_photo-img {
  width: auto;
  height: 100%;
  max-width: none;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-about_content-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.home-about_content {
  width: 39.69em;
  max-width: 100%;
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.c_subtitle_wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.c_subtitle_line {
  width: 5.19em;
  height: 1px;
  min-width: 2em;
  background-color: var(--black);
  color: var(--black);
  flex: 0 auto;
}

.c_subtitle_text {
  width: 100%;
  color: var(--black);
  font-size: 1.19em;
  font-weight: 500;
  line-height: 1;
}

.c_button_wrapper {
  padding-top: 2.5em;
}

.c_button_link {
  background-color: var(--bright-green);
  color: var(--black);
  padding: 1.25em 2.69em;
  transition: color .6s, background-color .6s;
}

.c_button_link:hover {
  background-color: var(--white);
}

.c_button_text {
  font-size: 1.06em;
  font-weight: 600;
  line-height: 1;
}

.home-brands_layout {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex-direction: column;
  display: flex;
}

.home-brands_sub-wrap {
  padding-top: 1.69em;
}

.home-quote_layout {
  width: 49.75em;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.home-quote_icon {
  width: 3.63em;
  height: 3.63em;
  opacity: .1;
  margin-bottom: 1.44em;
}

.home-quote_person {
  grid-column-gap: 1.75em;
  grid-row-gap: 1.75em;
  border-top-style: solid;
  border-top-width: 1px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2.69em;
  padding-top: 2.81em;
  display: flex;
}

.home-quote_photo-wrap {
  width: 5.38em;
}

.home-quote_photo-height {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.home-quote_photo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-quote_name {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.home-quote_text {
  color: var(--black);
  font-size: 1em;
  line-height: 1.3;
}

.home-quote_text.is-bold {
  font-size: 1em;
  font-weight: 600;
}

.image {
  height: 100%;
}

.div-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--light-green);
  color: var(--black);
  object-fit: cover;
  flex-flow: row;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.logo {
  color: var(--white);
  font-family: Fjalla One, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}

.text-span {
  font-style: italic;
}

.text-size-h7 {
  color: var(--black);
  letter-spacing: -.02em;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.3125;
}

.grid_moments {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template: "Area Area Area"
  / 1fr min-content 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.c_subtitle_line_full {
  width: 100%;
  height: 1px;
  min-width: 2em;
  background-color: var(--light-green);
  flex: 0 auto;
}

.home-brands_grid {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template: "Area Area-2 Area-7"
                 "Area-3 Area-6 Area-8"
                 "Area-4 Area-5 ."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-h7-card {
  border: 1px solid var(--light-green);
  color: var(--black);
  letter-spacing: -.02em;
  padding: 24px;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.3125;
  transition: background-color .3s;
}

.text-size-h7-card:hover {
  background-color: var(--light-green);
  color: var(--white);
}

.home-hero_header {
  width: 100%;
  max-width: 8em;
  color: var(--black);
  text-align: left;
  letter-spacing: -.05em;
  font-family: Roobert, sans-serif;
  font-weight: 500;
  line-height: 1;
}

.nav_link-text-copy {
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

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

.nav_button_block {
  background-color: var(--light-green);
  color: #000;
  flex: 0 auto;
  align-self: flex-start;
  padding: 24px 32px;
  transition: background-color .3s;
}

.nav_button_block:hover {
  background-color: var(--dark-green);
  background-image: linear-gradient(rgba(0, 0, 0, .09), rgba(0, 0, 0, .09));
}

.nav_link-text-white {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

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

.text-size-h2_list {
  letter-spacing: -.04em;
  font-size: 5.5em;
  line-height: 1.05682;
}

.text-size-h2_list.is-home-brands {
  width: 100%;
  max-width: 16em;
  color: var(--light-green);
  margin-top: -.25em;
  font-size: 3em;
  line-height: 1.2;
}

.text-span-2 {
  color: var(--light-green);
  font-family: Roobert, sans-serif;
  font-style: normal;
  text-decoration: underline;
}

.text-span-3 {
  color: var(--light-green);
}

.text-span-4 {
  color: var(--light-green);
  font-family: Roobert, sans-serif;
  font-style: normal;
  text-decoration: underline;
  transition: color .3s;
}

.text-span-4:hover {
  color: var(--black);
}

.container_hero {
  width: 100%;
  max-width: 84.75em;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 1.88em;
}

.container_hero.is-nav {
  max-width: 100%;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container_hero.is-home-hero {
  min-height: 100vh;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 7.08em 1.41em 5em;
  display: flex;
}

.container_hero.is-home-quote {
  padding-bottom: 10em;
}

.container_hero.is-work-hero {
  padding-top: 11.1em;
}

.container_footer {
  width: 100%;
  max-width: 84.75em;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 1.88em;
}

.container_footer.is-nav {
  max-width: 100%;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container_footer.is-home-hero {
  min-height: 50vh;
  grid-column-gap: 128px;
  grid-row-gap: 128px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 5em 1.41em 1.41em;
  display: flex;
}

.container_footer.is-home-quote {
  padding-bottom: 10em;
}

.container_footer.is-work-hero {
  padding-top: 11.1em;
}

.footer {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  display: flex;
}

.div-block-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.text-size-h7-hero {
  max-width: 60%;
  color: var(--black);
  letter-spacing: -.02em;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.3125;
}

.div-block-4 {
  width: 1px;
  height: 100%;
  background-color: var(--light-green);
}

.link {
  text-decoration: underline;
}

.link:hover {
  color: var(--light-green);
}

.link-2 {
  text-decoration: underline;
  transition: color .3s;
}

.link-2:hover {
  color: var(--light-green);
}

@media screen and (max-width: 991px) {
  .container.is-home-quote {
    padding-bottom: 5em;
  }

  .page-main {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .text-size-h2.is-home-brands {
    font-size: 4em;
  }

  .nav_logo {
    z-index: 2;
    position: relative;
  }

  .nav_link {
    width: 100%;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    justify-content: flex-start;
    padding: 1.5em 0;
  }

  .nav_link-text {
    font-size: 1.7em;
  }

  .nav_menu {
    z-index: 1;
    background-color: var(--black);
    color: var(--light-green);
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .nav_menu-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .nav_hamburger {
    z-index: 3;
    background-color: var(--bright-green);
    color: var(--white);
    margin-right: 0;
    padding: 1em;
    position: relative;
  }

  .nav_hamburger.w--open {
    background-color: var(--bright-green);
    color: var(--black);
  }

  .nav_hamburger-icon {
    -webkit-text-stroke-color: var(--white);
    font-size: 1.5em;
  }

  .home-about_layout {
    grid-column-gap: 3.75em;
    grid-row-gap: 3.75em;
    grid-template-columns: 100%;
    justify-items: center;
  }

  .home-about_photo {
    width: 100%;
    max-width: 100%;
  }

  .home-about_content-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .home-about_content {
    width: auto;
    grid-column-gap: 4.25em;
    grid-row-gap: 4.25em;
  }

  .logo {
    font-size: 1.3em;
  }

  .home-hero_header {
    font-size: 4.4em;
  }

  .nav_link-text-copy {
    font-size: .8em;
  }

  .nav_button_block {
    margin-top: 2.3em;
  }

  .nav_link-text-white {
    font-size: 1em;
  }

  .text-size-h2_list.is-home-brands {
    font-size: 4em;
  }
}

@media screen and (max-width: 767px) {
  .text-size-h2.is-home-brands {
    font-size: 3em;
  }

  .text-size-h5 {
    font-size: 1.9em;
  }

  .text-size-h6 {
    font-size: 1.5em;
  }

  .home-hero_heading {
    font-size: 4em;
  }

  .home-brands_grid {
    grid-template: "Area Area Area-2 Area-2"
                   "Area-7 Area-7 Area-6 Area-6"
                   "Area-4 Area-4 Area-5 Area-5"
                   "Area-3 Area-3 Area-8 Area-8"
                   / 1fr 1fr 1fr 1fr;
  }

  .home-hero_header {
    font-size: 3em;
  }

  .text-size-h2_list.is-home-brands {
    font-size: 2em;
  }
}

@media screen and (max-width: 479px) {
  .container, .container.is-nav {
    padding-left: 0;
    padding-right: 0;
  }

  .container.is-home-about {
    padding-left: 1em;
    padding-right: 1em;
  }

  .text-size-h2.is-home-brands {
    font-size: 1.7em;
  }

  .text-size-h5 {
    font-size: 1.5em;
  }

  .nav_button {
    width: 100%;
    text-align: center;
  }

  .nav_menu-content {
    padding-left: .88em;
    padding-right: .88em;
  }

  .home-hero_heading {
    font-size: 3em;
  }

  .home-brands_section, .home-quote_section {
    padding-left: 1em;
    padding-right: 1em;
  }

  .div-block {
    width: 100%;
  }

  .text-size-h7 {
    font-size: 1em;
  }

  .home-brands_grid {
    grid-template: "Area"
                   "Area-2"
                   "Area-7"
                   "Area-3"
                   "Area-5"
                   "Area-4"
                   "Area-6"
                   "Area-8"
                   "."
                   "."
                   / 1fr;
  }

  .text-size-h7-card {
    font-size: 1em;
  }

  .home-hero_header {
    font-size: 2.1em;
  }

  .text-size-h2_list.is-home-brands {
    font-size: 1.7em;
  }

  .container_hero {
    padding-left: .88em;
    padding-right: .88em;
  }

  .container_hero.is-nav {
    padding-left: 0;
    padding-right: 0;
  }

  .container_footer {
    padding-left: .88em;
    padding-right: .88em;
  }

  .container_footer.is-nav {
    padding-left: 0;
    padding-right: 0;
  }

  .container_footer.is-home-hero {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    padding: 0;
  }

  .footer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    margin-bottom: 3em;
  }

  .text-size-h7-hero {
    font-size: 1.7em;
  }
}

#w-node-_982fe4e6-0b0c-82d5-22dc-18b6a89fe8bd-2ceece0b, #w-node-_49f6cd05-6a37-263a-b196-e7ceef27aa5c-2ceece0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f1da78e-e551-c70a-73c7-4886e75a37cf-2ceece0b, #w-node-_4a77b0a9-d57e-0e23-219d-2db656894c0e-2ceece0b {
  grid-area: Area;
}

#w-node-_4a77b0a9-d57e-0e23-219d-2db656894c10-2ceece0b {
  grid-area: Area-2;
}

#w-node-_4a77b0a9-d57e-0e23-219d-2db656894c12-2ceece0b {
  grid-area: Area-3;
}

#w-node-_4a77b0a9-d57e-0e23-219d-2db656894c14-2ceece0b {
  grid-area: Area-6;
}

#w-node-_4a77b0a9-d57e-0e23-219d-2db656894c16-2ceece0b {
  grid-area: Area-4;
}

#w-node-_4a77b0a9-d57e-0e23-219d-2db656894c18-2ceece0b {
  grid-area: Area-5;
}

#w-node-_4a77b0a9-d57e-0e23-219d-2db656894c1b-2ceece0b {
  grid-area: Area-7;
}

#w-node-_4a77b0a9-d57e-0e23-219d-2db656894c1e-2ceece0b {
  grid-area: Area-8;
}

#w-node-_4a77b0a9-d57e-0e23-219d-2db656894c25-2ceece0b {
  grid-area: Area;
}

#w-node-_4a77b0a9-d57e-0e23-219d-2db656894c27-2ceece0b {
  grid-area: Area-2;
}

#w-node-_4a77b0a9-d57e-0e23-219d-2db656894c29-2ceece0b {
  grid-area: Area-3;
}

#w-node-_4a77b0a9-d57e-0e23-219d-2db656894c2b-2ceece0b {
  grid-area: Area-7;
}

#w-node-_4a77b0a9-d57e-0e23-219d-2db656894c33-2ceece0b {
  grid-area: Area;
}

#w-node-_4a77b0a9-d57e-0e23-219d-2db656894c35-2ceece0b {
  grid-area: Area-2;
}

#w-node-_4a77b0a9-d57e-0e23-219d-2db656894c37-2ceece0b {
  grid-area: Area-3;
}

#w-node-_4a77b0a9-d57e-0e23-219d-2db656894c39-2ceece0b {
  grid-area: Area-6;
}

#w-node-_4a77b0a9-d57e-0e23-219d-2db656894c3b-2ceece0b {
  grid-area: Area-8;
}

#w-node-_4a77b0a9-d57e-0e23-219d-2db656894c3d-2ceece0b {
  grid-area: Area-7;
}

#w-node-_4a77b0a9-d57e-0e23-219d-2db656894c45-2ceece0b {
  grid-area: Area;
}

#w-node-_4a77b0a9-d57e-0e23-219d-2db656894c47-2ceece0b {
  grid-area: Area-2;
}

#w-node-_4a77b0a9-d57e-0e23-219d-2db656894c49-2ceece0b {
  grid-area: Area-3;
}

#w-node-_4a77b0a9-d57e-0e23-219d-2db656894c4b-2ceece0b {
  grid-area: Area-6;
}

#w-node-_4a77b0a9-d57e-0e23-219d-2db656894c4d-2ceece0b {
  grid-area: Area-7;
}

#w-node-_982fe4e6-0b0c-82d5-22dc-18b6a89fe8bd-2ceece0d, #w-node-_49f6cd05-6a37-263a-b196-e7ceef27aa5c-2ceece0d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_982fe4e6-0b0c-82d5-22dc-18b6a89fe8bd-2ceece0b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4a77b0a9-d57e-0e23-219d-2db656894c49-2ceece0b {
    grid-area: Area-4;
  }
}


@font-face {
  font-family: 'Roobert';
  src: url('../fonts/RoobertPRO-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roobert';
  src: url('../fonts/RoobertPRO-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roobert';
  src: url('../fonts/RoobertPRO-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}