.contact-box, .staff {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

:root {
  --bg-cream: #fff8ee;
  --surface: #ffffff;
  --ink: #2b2b2b;
  --muted: #5b5b5b;
  --accent-orange: #f26a2e;
  --accent-teal: #1f9d8b;
  --accent-yellow: #f4c542; }

html, body {
  margin: 0;
  padding: 0; }

body {
  font-family: "Nunito", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  background: radial-gradient(circle at 10% 10%, #fff1d8, transparent 28%), radial-gradient(circle at 90% 20%, #e8f7f4, transparent 25%), var(--bg-cream);
  color: var(--ink); }

a {
  color: #f26a2e;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

img {
  max-width: 100%; }

h1, h2, h3, h4 {
  font-family: "Fredoka", "Nunito", sans-serif;
  color: var(--ink); }

h1 strong, h2 strong {
  font-weight: 700; }

h1 {
  font-weight: 600;
  font-size: 2.4em;
  margin: 0; }

h2 {
  font-weight: 600;
  font-size: 2.2em;
  margin: 0; }

h3 {
  font-size: 2rem;
  margin: 20px 0 10px 0; }

h4 {
  font-size: 1.35rem; }
  h4 a {
    color: var(--ink); }

p, address, label, ul {
  font-size: 1.08rem;
  color: var(--muted);
  margin-bottom: 20px;
  line-height: 1.6em; }

ul {
  padding-left: 1em; }

.catalog-action {
  display: inline-block;
  border: 0;
  background: linear-gradient(135deg, var(--accent-orange), #ff9650);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  padding: 12px 16px;
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(242, 106, 46, 0.22);
  transition: transform 180ms ease, box-shadow 180ms ease; }

.catalog-action:hover {
  background: linear-gradient(135deg, var(--accent-orange), #ff9650);
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 11px 20px rgba(242, 106, 46, 0.28); }

.container, .text-container {
  margin: 0 auto;
  position: relative;
  padding: 0 20px; }

.text-container {
  max-width: 760px; }

.container {
  max-width: 1140px; }
  .container.max-container {
    max-width: 100%;
    padding: 0; }

.hero {
  color: #ffffff;
  text-align: center;
  position: relative;
  z-index: 99;
  padding-top: 26px; }
  .hero h2 {
    font-size: 2.5rem;
    line-height: 1.24;
    font-weight: 700;
    letter-spacing: 0.01em; }
  @media (min-width: 500px) {
    .hero h2 {
      font-size: 3.3rem; } }
  .hero p {
    color: #fff;
    font-size: 1.2rem;
    max-width: 640px;
    margin: 12px auto 0; }

.content {
  background: transparent;
  padding: 1px 0 0 0;
  position: relative; }

.company-name {
  display: inline-block;
  position: relative;
  top: 4px; }
  .company-name a {
    display: block; }
  .company-name svg {
    display: inline-block;
    height: 30px;
    width: 30px; }
  .company-name span {
    font-family: "Fredoka", "Nunito", sans-serif;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    top: -7px;
    left: 4px; }

section {
  padding: 76px 0; }

section + section {
  padding-top: 0; }

.page h2 {
  text-align: center; }

.page {
  margin-bottom: 0;
  padding-bottom: 80px; }

.center-text {
  text-align: center; }

.catalog-intro {
  background: var(--surface);
  padding: 30px;
  border-radius: 28px;
  box-shadow: 0 18px 45px rgba(31, 157, 139, 0.13);
  border: 1px solid #f2e8d8;
  margin-bottom: 42px; }
  .catalog-intro h3 {
    margin-top: 8px;
    margin-bottom: 14px;
    font-size: clamp(1.7rem, 3vw, 2.35rem); }
  .catalog-intro p {
    margin-bottom: 0;
    max-width: 760px; }

.catalog-intro__eyebrow {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 99px;
  background: #fff2dd;
  color: #af5b2f;
  font-size: 0.84rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 700; }

.value-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px; }
  .value-pills span {
    display: inline-block;
    padding: 8px 12px;
    border-radius: 999px;
    background: #ecfaf6;
    color: #157363;
    font-weight: 700;
    font-size: 0.9rem; }

.catalog-title {
  text-align: left;
  font-size: clamp(1.8rem, 2.4vw, 2.6rem);
  margin-bottom: 16px; }

.styles {
  width: 100%;
  background: #fff6e8;
  position: relative;
  padding: 18px;
  box-sizing: border-box;
  border-radius: 16px;
  border: 1px solid #f1dfbe; }
  .styles .style-picker {
    z-index: 2;
    display: block;
    line-height: 0;
    position: absolute;
    bottom: 16px;
    right: 16px; }
    .styles .style-picker > div {
      width: 18px;
      height: 18px;
      border: 2px solid rgba(0, 0, 0, 0.18);
      display: inline-block;
      margin: 0 5px 0 0;
      border-radius: 20px;
      cursor: pointer; }
  .styles > div + div {
    display: none; }
  .styles img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 12px; }

.product-container {
  display: flex;
  flex-wrap: wrap;
  margin-left: -32px; }
  .product-container .styles {
    width: auto;
    flex: 1 1 320px;
    margin-left: 32px; }
  .product-container .product-details {
    flex: 1 1 380px;
    text-align: left;
    margin-left: 32px;
    padding-top: 6px; }
    .product-container .product-details h3 {
      font-size: clamp(1.8rem, 2.6vw, 2.5rem);
      margin-bottom: 10px; }
    .product-container .product-details h4 {
      color: #f26a2e;
      font-size: 1.3rem; }

.product-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
  margin: 0; }
  .product-list, .product-list > li {
    list-style: none;
    padding: 0; }
  .product-list > li {
    background: #fff;
    border: 1px solid #f2e8d8;
    border-radius: 20px;
    padding: 14px;
    box-shadow: 0 12px 28px rgba(28, 44, 65, 0.08);
    transition: transform 180ms ease, box-shadow 180ms ease; }
    .product-list > li:hover {
      transform: translateY(-4px);
      box-shadow: 0 18px 34px rgba(28, 44, 65, 0.12); }
  .product-list h4 {
    margin: 16px 0 4px 0;
    padding-right: 0;
    font-size: 1.22rem; }
  .product-list p {
    line-height: 1;
    margin: 10px 0 0 0;
    font-weight: 700;
    color: #af5b2f; }
  .product-list .product-description p {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
    color: #6f6b64;
    min-height: 52px; }
  .product-list .catalog-action {
    margin-top: 12px; }

.staff-image {
  margin: 25px auto 0 auto;
  background: no-repeat center center;
  background-size: cover;
  border-radius: 300px;
  width: 70%;
  padding-bottom: 70%; }

.staff {
  padding: 0;
  list-style: none;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  text-align: center;
  margin: -175px 0 0 0;
  justify-content: center; }
  .staff li {
    padding: 30px 20px;
    box-sizing: border-box;
    flex: 0 1 300px;
    background: #fff;
    margin: 0 60px;
    border-radius: 3px;
    box-shadow: 0 10px 100px 0 rgba(0, 0, 0, 0.1); }
  .staff .square-image {
    width: 400px;
    height: 400px; }
    .staff .square-image img {
      border-radius: 400px; }
  .staff .name {
    font-size: 1.2rem;
    margin-top: 20px; }
  .staff .position {
    font-size: 1.3rem;
    color: #666; }

.story-points h3 {
  font-size: 1.3rem;
  margin: 0;
  color: #f26a2e; }

.map {
  height: 499px;
  border: 1px solid #DDDDDD;
  border-radius: 3px; }

.contact-box {
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  max-width: 1000px;
  margin: 0 auto 20px auto;
  padding: 0 0 50px 0; }
  .contact-box form {
    width: 100%; }
  .contact-box h3 {
    margin: 0;
    font-size: 1.8rem; }
  .contact-box .contact-form, .contact-box .contact-details {
    padding: 20px;
    width: 100%;
    box-sizing: border-box; }
    @media (min-width: 768px) {
      .contact-box .contact-form, .contact-box .contact-details {
        -webkit-flex: 1;
        flex: 1;
        order: 2; } }
  .contact-box .contact-details {
    font-size: .8em; }
    @media (min-width: 768px) {
      .contact-box .contact-details {
        order: 1; } }
    .contact-box .contact-details a svg {
      position: relative;
      top: 5px; }
    .contact-box .contact-details a {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      display: block; }

.button a,
.button button,
input[type=submit] {
  color: #fff;
  text-decoration: none;
  padding: 15px 30px;
  background: #f26a2e;
  border-radius: 3px;
  border: 1px solid #f58c5e;
  -webkit-appearance: none; }

.button a:hover,
.button button:hover,
input[type=submit]:hover {
  background: #df4e0e;
  cursor: pointer; }

.button a:active,
.button button:active,
input[type=submit]:active {
  border-width: 1px;
  border-top: 3px solid transparent; }

.button.alt a {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 16px 50px; }

.button.alt a:hover {
  background: #fff;
  color: #f26a2e; }

textarea, input, button, select {
  font-family: inherit;
  font-size: inherit; }

input[type=submit] {
  margin: 20px 0 0 0; }

label, input, textarea, select {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px; }

.radio-input {
  line-height: 1;
  margin: 20px 0;
  cursor: pointer; }
  .radio-input input {
    display: inline-block;
    width: auto;
    cursor: pointer; }

textarea {
  resize: vertical;
  height: 150px; }

label {
  margin: 20px 0 5px 0; }

label:first-child {
  margin: 0 0 5px 0; }

label:last-child, input:last-child {
  margin-bottom: 0; }

input, textarea, select {
  padding: 10px;
  font-size: 1em; }

input, textarea {
  outline: none;
  border: 1px solid #DDDDDD; }

input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, textarea:focus {
  box-shadow: 0 0 5px #f26a2e;
  border: 1px solid #f26a2e; }

@media (max-width: 849px) {
  .nav-open nav {
    border: 0;
    z-index: 2; }
    .nav-open nav a {
      display: block; } }

header {
  color: #fff;
  padding: 20px 0 74px 0;
  background: linear-gradient(120deg, #f26a2e 0%, #f49e31 36%, #1f9d8b 100%);
  position: relative;
  overflow: hidden; }
  header:before, header:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    opacity: 0.22; }
  header:before {
    width: 330px;
    height: 330px;
    background: #fff;
    top: -140px;
    right: -90px; }
  header:after {
    width: 220px;
    height: 220px;
    background: #f4c542;
    left: -90px;
    bottom: -80px; }
  header p {
    margin: 0; }
  header a {
    color: #fff;
    text-decoration: none;
    z-index: 1;
    position: relative; }
    header a:hover {
      text-decoration: none; }

nav {
  width: 100%;
  padding: 20px 0 0 0; }
  @media (min-width: 850px) {
    nav {
      display: inline-block;
      vertical-align: top;
      width: auto;
      padding: 0 0 0 40px; } }
  nav a {
    margin: 0 3px;
    padding: 20px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    color: rgba(255, 255, 255, 0.78);
    transition: 200ms ease-in color;
    display: none;
    font-weight: 700; }
    @media (min-width: 850px) {
      nav a {
        display: inline-block;
        padding: 10px; } }
    nav a.nav-toggle {
      display: inline;
      position: absolute;
      right: 0;
      top: -22px;
      font-size: 1.9em;
      border: 0;
      z-index: 2;
      padding: 20px; }
      @media (min-width: 850px) {
        nav a.nav-toggle {
          display: none; } }
      nav a.nav-toggle:hover {
        border: 0; }
  nav a:hover {
    color: #fff; }
  nav a.cta-link {
    line-height: 1;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 99px; }
    nav a.cta-link i {
      font-size: 22px;
      line-height: 1;
      display: inline-block;
      vertical-align: middle;
      padding: 0 6px; }
    nav a.cta-link span {
      display: inline-block;
      vertical-align: middle;
      position: relative;
      top: 1px; }
  @media (min-width: 850px) {
    nav a.cta-link {
      color: #fff;
      border: 1px solid rgba(255, 255, 255, 0.5);
      position: absolute;
      right: 20px;
      top: -2px;
      font-size: 0.9em;
      transition: all 0.25s ease; }
      nav a.cta-link:hover {
        border-color: #fff;
        background: rgba(255, 255, 255, 0.28); } }
  nav a.active {
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, 0.65); }

footer {
  padding: 60px 0 50px 0;
  font-size: 1rem;
  position: relative;
  margin-top: 40px;
  background: #fff;
  border-top: 1px solid #f2e8d8; }
  footer .copyright {
    font-size: 0.9rem;
    margin: 20px auto 0;
    color: #8a867f; }
  footer h2 {
    font-size: 1.4rem;
    margin: 30px 0; }
  footer .footer-columns {
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    list-style: none;
    padding: 0; }
    @media (min-width: 850px) {
      footer .footer-columns {
        display: flex; } }
    @media (min-width: 850px) {
      footer .footer-columns {
        margin: -10px -30px 10px -30px; } }
    footer .footer-columns > li {
      box-sizing: border-box; }
      @media (min-width: 850px) {
        footer .footer-columns > li {
          flex: 1;
          padding: 0 30px; } }
      @media (min-width: 850px) {
        footer .footer-columns > li.footer-nav {
          flex: 0; } }
      footer .footer-columns > li ul {
        padding: 0;
        list-style: none; }
        footer .footer-columns > li ul li {
          font-size: 1rem;
          margin: 11px 0; }
          footer .footer-columns > li ul li a {
            white-space: nowrap;
            color: #6f6b64; }
    footer .footer-columns .about svg path {
      fill: #f26a2e; }
    footer .footer-columns p {
      font-size: 1rem;
      color: #7e7a73; }
    footer .footer-columns .email {
      margin: 0; }
    footer .footer-columns h4 {
      margin: 0 0 1.1rem 0;
      font-size: 1rem; }
  footer a {
    text-decoration: none; }

.social-icons svg {
  width: 100%;
  height: 100%; }
  .social-icons svg, .social-icons svg path {
    fill: #fff; }

.social-icons a {
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 8px;
  line-height: 0;
  margin: 0 10px 20px 0;
  border-radius: 50px;
  box-shadow: 0 8px 15px rgba(18, 28, 44, 0.15); }
  .social-icons a.instagram {
    background-color: #e66c43; }
  .social-icons a.whatsapp {
    background-color: #25d366; }

.editor-link {
  display: none !important;
  margin-top: 0; }
  .editor-link .btn {
    border: 0;
    border-radius: 2px;
    width: 100%;
    max-width: 500px;
    box-sizing: border-box;
    font-size: 2rem;
    text-decoration: none;
    padding: 10px 15px;
    margin: 0;
    font-size: 18px; }
  nav .editor-link, .editor-link .btn {
    cursor: pointer;
    background-color: #f7e064;
    color: #333;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    line-height: 1; }
    nav .editor-link:hover, .editor-link .btn:hover {
      background-color: #f4d525;
      color: #333; }

.cms-editor-active .editor-link {
  display: block !important; }

.cms-editor-active nav .editor-link {
  display: inline !important; }
