body {
  color: #333;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 400;
}

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

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

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

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

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

a {
  color: #333;
  text-decoration: underline;
}

.style-guide-content {
  padding-top: 40px;
}

.error-message {
  color: #ec3872;
  text-align: center;
  background-color: rgba(236, 56, 114, .1);
  border-radius: 4px;
}

.tab-pane {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 30px 40px 40px;
}

.style-guide-title {
  color: #222;
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 5px;
  padding-left: 18px;
  font-size: 22px;
  font-weight: 500;
  line-height: 44px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.card-wrap {
  flex: 0 0 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card-title {
  margin-top: 0;
}

.type-column-1 {
  padding-right: 20px;
}

.tab-link {
  color: #aaa;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.tab-link:hover {
  color: #222;
}

.tab-link.w--current {
  color: #222;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 -1px #333;
}

.card-container {
  background-color: #f3f3f5;
  flex-wrap: wrap;
  margin-top: 40px;
  padding: 20px;
  display: flex;
}

.success-message {
  color: #20ce7b;
  background-color: rgba(32, 206, 123, .1);
  border-radius: 4px;
}

.style-guide-logo-box {
  background-image: var(--image-i454c96c2);
  background-position: 0 0;
  background-size: 16px;
  border: 1px solid #aaa;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.style-guide-logo-box.cc-dark {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), var(--image-i454c96c2);
  background-position: 0 0, 0 0;
  background-size: auto, 16px;
}

.style-guide-logo-box.cc-light {
  background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), var(--image-i454c96c2);
  background-position: 0 0, 0 0;
  background-size: auto, 16px;
}

.style-guide-label-link {
  font-size: 11px;
  font-weight: 500;
  line-height: 11px;
  text-decoration: none;
  display: inline-block;
}

.style-guide-label-link:hover {
  text-decoration: underline;
}

.tabs {
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px #ccc;
}

.style-guide-wrap {
  background-color: #f3f3f5;
  padding-top: 1px;
  padding-bottom: 1px;
}

.style-guide-label {
  color: #aaa;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 11px;
  line-height: 11px;
}

.style-guide-label.cc-box {
  justify-content: space-between;
  display: flex;
}

.type-column-2 {
  padding-top: 30px;
  padding-left: 20px;
}

.card-paragraph {
  margin-bottom: 0;
}

.search-input {
  width: 100%;
  height: 64px;
  color: #333;
  background-color: #fff;
  border: 1px solid #333;
  padding: 8px 12px;
  font-size: 18px;
  line-height: 44px;
  display: block;
}

.search-input:hover {
  border-color: #636363;
}

.search-input:focus {
  outline-offset: 0px;
  outline: 1px solid #333;
}

.search-input.cc-long {
  height: auto;
  min-height: 150px;
  line-height: 24px;
}

.tab-menu {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding-left: 5px;
  padding-right: 5px;
  box-shadow: inset 0 -1px #ccc;
}

.style-guide-section {
  background-color: #fff;
  border-radius: 4px;
  margin: 20px;
  padding: 60px 30px;
  position: relative;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}

.color-block {
  height: 70px;
  background-color: #ebebeb;
  border-radius: 4px;
  margin-top: 30px;
}

.color-block.cc-font-color-light {
  background-color: #ccc;
}

.color-block.cc-dark-grey-2 {
  background-color: #333;
}

.color-block.cc-brand-color-1 {
  background-color: #3898ec;
}

.color-block.cc-brand-color-2 {
  background-color: #c860db;
}

.color-block.cc-brand-color-4 {
  background-color: #ffb08b;
}

.color-block.cc-brand-color-3 {
  background-color: #63ecc0;
}

.color-block.cc-light-grey-1 {
  background-color: #f3f3f5;
}

.color-block.cc-font-color-dark {
  background-color: #333;
}

.color-block.cc-dark-grey-1 {
  background-color: #636363;
}

.color-block.cc-light-grey-2 {
  background-color: #ccc;
}

.style-guide-subhead {
  color: #ec3872;
  background-color: rgba(236, 56, 114, .1);
  border-radius: 4px;
  margin-bottom: 40px;
  padding: 20px;
}

.style-guide-divider {
  width: 100%;
  height: 1px;
  background-color: #f3f3f5;
  margin-top: 20px;
  margin-bottom: 10px;
}

.card {
  background-color: #fff;
  border-radius: 4px;
  flex: 1;
  margin: 15px;
  padding: 40px;
  text-decoration: none;
  transition: all .15s;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}

.card:hover {
  margin: 12px;
  padding: 43px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
}

.button {
  height: 40px;
  color: #fff;
  letter-spacing: .5px;
  background-color: #333;
  padding: 0 28px;
  font-size: 16px;
  line-height: 41px;
  transition: box-shadow .2s;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
}

.button:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
}

.button.newsletter {
  height: 48px;
}

.button.surprise {
  display: none;
}

.small {
  font-size: 14px;
  line-height: 21px;
}

.small.right-aligned {
  text-align: right;
}

.section-header {
  padding: 90px 80px 30px;
}

.container-header {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.heading-title {
  text-transform: uppercase;
}

.results-container {
  flex-wrap: wrap;
  margin-top: 30px;
}

.section-main {
  padding: 30px 80px 32px;
}

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

.container.navbar {
  height: 72px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container.category {
  padding-bottom: 30px;
}

.container.newsletter {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  display: flex;
}

.container.footer {
  border-top: 1px solid #333;
}

.results-wrapper {
  flex-wrap: wrap;
  justify-content: center;
}

.emoji-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
  grid-auto-rows: 80px;
  grid-auto-columns: minmax(80px, 1fr);
  justify-content: center;
  justify-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: grid;
}

.emoji {
  width: 80px;
  height: 80px;
  justify-content: center;
  align-items: center;
  font-size: 48px;
  line-height: 48px;
  text-decoration: none;
  list-style-type: none;
  display: flex;
}

.section.navbar {
  border-bottom: 1px solid #333;
  border-radius: 1px;
  padding-left: 80px;
  padding-right: 80px;
}

.logo {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 600;
  text-decoration: none;
}

.menu-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.menu-item {
  align-self: center;
  text-decoration: none;
}

.menu-item:hover {
  text-decoration: underline;
}

.heading-2 {
  font-weight: 400;
}

.header-text {
  margin-top: 20px;
}

.hero-heading {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

.section-categories {
  padding: 60px 80px 30px;
}

.category-wrapper {
  border-top: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.down-arrow {
  width: 20px;
  height: 20px;
}

.section-newsletter {
  padding: 30px 80px 80px;
}

.newsletter-wrapper {
  flex: 1;
}

.newsletter-wrapper.right {
  flex-direction: column;
  flex: 0 auto;
  padding-top: 20px;
}

.newsletter-form {
  width: 400px;
  justify-content: flex-end;
  margin-bottom: 0;
}

.newsletter-input {
  height: 48px;
  border: 1px solid #333;
  border-radius: 1px;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  display: flex;
}

.section-footer {
  padding-bottom: 30px;
  padding-left: 80px;
  padding-right: 80px;
}

.footer-wrapper {
  justify-content: space-between;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.footer-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

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

.legal-wrapper {
  border-top: 1px solid #333;
  border-radius: 1px;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  display: flex;
}

.navbar-mobile {
  display: none;
}

.hero-heading-mobile {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.emoji-link {
  z-index: 10;
  width: 80px;
  height: 80px;
  justify-content: center;
  align-items: center;
  font-size: 48px;
  line-height: 48px;
  text-decoration: none;
  list-style-type: none;
  display: flex;
  position: relative;
}

.copied-icon {
  z-index: 1;
  position: absolute;
}

.animals-container, .category-container {
  flex-wrap: wrap;
  margin-top: 30px;
}

.section-categories-page {
  padding-bottom: 30px;
  padding-left: 80px;
  padding-right: 80px;
}

.footer-rows {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.logo_icon {
  font-size: 40px;
}

@media screen and (max-width: 991px) {
  .button.newsletter {
    margin-bottom: 10px;
  }

  .section-header {
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-main, .section.navbar {
    padding-left: 40px;
    padding-right: 40px;
  }

  .menu-wrapper.left {
    display: none;
  }

  .section-categories, .section-newsletter {
    padding-left: 40px;
    padding-right: 40px;
  }

  .newsletter-form {
    width: auto;
  }

  .form {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .section-footer, .section-categories-page {
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-rows {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .card-wrap {
    flex: 1;
  }

  .small {
    font-size: 12px;
  }

  .section-header {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .section-main {
    padding-top: 10px;
  }

  .container.navbar {
    display: none;
  }

  .container.newsletter {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .emoji-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
    grid-auto-columns: minmax(70px, 1fr);
  }

  .logo {
    text-align: center;
    flex: 1;
    font-size: 18px;
  }

  .logo.footer {
    text-align: left;
    font-size: 14px;
  }

  .header-text, .hero-heading {
    display: none;
  }

  .footer-link {
    font-size: 16px;
  }

  .navbar-mobile {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 8px;
    padding-bottom: 8px;
    display: block;
  }

  .container-mobile {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .navbar-button {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 0;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .navbar-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navbar-menu {
    background-color: #333;
  }

  .navbar-links {
    color: #ccc;
    font-weight: 400;
  }

  .navbar-icon-close {
    opacity: 0;
    position: absolute;
    top: 11px;
    right: 0;
  }

  .hero-heading-mobile {
    font-size: 24px;
    line-height: 32px;
    display: block;
  }

  .footer-rows {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .small {
    width: 40%;
    font-size: 11px;
  }

  .section-header {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-main {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container.navbar {
    height: 36px;
  }

  .section.navbar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .logo {
    flex: 1;
  }

  .menu-wrapper {
    display: none;
  }

  .section-categories, .section-newsletter, .section-footer, .section-categories-page {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-rows {
    grid-template-columns: 1fr 1fr;
  }
}


