:root {
  --color-brand-primary: #3863d9;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin: 0;
}

body {
  background: #f7f7f7;
  margin: 0;
  font-family: 'Rubik', sans-serif;
}

* {
  box-sizing: border-box;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: #000;
  display: inline-block;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

strong {
  font-family: 'Rubik';
}

html {
  scroll-behavior: smooth;
}

.o-wrapper {
  position: relative;
  max-width: 1050px;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1440px) {
  .o-wrapper:before {
    content: "";
    position: absolute;
    left: -110px;
    top: 70px;
    z-index: -1;
    height: 100%;
    width: 90px;
    background: url("/assets/css-pos/img/leaf.svg");
  }

  .o-wrapper.leafless:before {
    display: none;
  }
}

body {
  line-height: 1.5;
  background-color: #fcfaea;
}

/**** Cat Header ****/
.c-header {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  background: #fdfdfd;
  padding: 1rem;
  box-shadow: 0 3px 21px 0 rgba(0, 0, 0, 0.03);
}

.c-header .c-logo {
  color: var(--color-brand-primary);
  font-size: 1.35rem;
  margin-bottom: 0.5rem;
}

@media (max-width: 799px) {
  .c-header .c-logo {
    flex-basis: 100%;
  }
}

@media (min-width: 800px) {
  .c-header .c-logo {
    margin-bottom: 0;
  }
}

@media (min-width: 800px) {
  .c-header {
    display: flex;
  }
}

.c-nav ul {
  display: flex;
}

.c-nav li:not(:last-child) {
  margin-right: 1.5rem;
}

.c-nav a:hover {
  color: var(--color-brand-primary);
}

@media (max-width: 799px) {
  .c-nav {
    flex: 0 0 50%;
  }
}

@media (min-width: 800px) {
  .c-nav {
    margin-left: auto;
    margin-right: 1.5rem;
  }
}

.c-header__follow {
  color: #555;
  text-align: right;
}

.c-header__follow svg {
  width: 22px;
  height: 22px;
  fill: #1DA1F2;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 799px) {
  .c-header__follow {
    flex: 0 0 50%;
  }
}

/**** Pos Header ****/
.c-pos__wrapper {
  position: relative;
}

@media (min-width: 800px) {
  .c-pos__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 800px;
  }

  .c-pos__wrapper:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: linear-gradient(26deg, transparent calc(50% - 2px), #dbd9ca 50%, transparent calc(50% + 2px)), linear-gradient(-26deg, transparent calc(50% - 2px), #dbd9ca 50%, transparent calc(50% + 2px));
  }
}

@media (max-width: 799px) {
  .c-pos__wrapper .frame__corners {
    display: none;
  }
}

@media (min-height: 700px) and (max-height: 900px) and (min-width: 800px) {
  .c-pos__wrapper {
    min-height: 100vh;
  }
}

.c-pos {
  position: relative;
  max-width: 792px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  box-shadow: 0 15px 32px 0 rgba(0, 0, 0, 0.06);
  text-align: center;
  padding: 1rem;
}

@media (min-width: 800px) {
  .c-pos {
    padding: 3rem;
  }
}

.c-pos>p {
  max-width: 580px;
  font-size: 18px;
  color: #4d3535;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
}

.c-pos p::selection {
  background: rgba(0, 172, 238, 0.2);
}

@media (min-width: 800px) {
  .c-pos p {
    font-size: 22px;
  }
}

.c-pos__title {
  margin: 0 0 0.5rem;
  font-size: 24px;
  color: var(--color-brand-primary);
}

.c-pos__title svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
  width: 40px;
}

@media (min-width: 800px) {
  .c-pos__title svg {
    font-size: 65px;
  }
}

@media (min-width: 800px) {
  .c-pos__title {
    font-size: 40px;
    margin: 0 0 1.5rem;
  }
}

.c-pos__buttons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 1rem;
  margin-bottom: 0 !important;
}

.c-pos__cat {
  position: absolute;
  left: 50%;
  margin-left: -60px;
  width: 120px;
  top: -105px;
  z-index: -1;
}

/**** Button ****/
.c-button {
  display: inline-block;
  color: #fff;
  background: linear-gradient(to bottom, #00ACEE, #0072E0);
  font-size: 18px;
  font-weight: 500;
  padding: 8px 26px;
  border-radius: 100px;
  border: 2px solid transparent;
  background-origin: border-box;
  transition: 0.3s ease-out;
}

.c-button:hover {
  box-shadow: 0 0 0 6px rgba(0, 172, 238, 0.2), 0 8px 10px 8px rgba(0, 172, 238, 0.2);
}

.c-button~svg .naughty-head {
  transition: 0.3s ease-out;
}

.c-button--primary:hover~svg .naughty-head {
  transform: rotate(-7deg);
  transform-origin: 155px 7px;
}

.c-button--ghost:hover~svg .naughty-head {
  transform: rotate(9deg);
  transform-origin: 110px 48px;
}

.c-button--ghost {
  background: transparent;
  color: var(--color-brand-primary);
  border-color: var(--color-brand-primary);
}

/**** Section ****/
.c-section {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  align-items: center;
}

@media (min-width: 800px) {
  .c-section {
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.c-section p {
  max-width: 450px;
}

.c-section p>code {
  display: inline-block;
  padding: 2px;
  border-radius: 4px;
  font-size: 14px;
  color: #4d3535;
  background: #f5f0cd;
}

.c-section__item {
  align-self: start;
}

.c-section__item>*+* {
  margin-top: 1rem;
}

.c-section--outside {
  padding-bottom: 6rem;
}

.c-section--normal,
.c-section--basic {
  display: block;
}

.c-section--normal>*+*,
.c-section--basic>*+* {
  margin-top: 1rem;
}

.c-section--basic .c-section__item {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
}

@media (min-width: 800px) {
  .c-section--basic .c-section__item {
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  }
}

.c-section--basic img {
  max-width: 100%;
}

/**** Frame ****/
.c-wood {
  position: relative;
  height: 0;
  padding-bottom: 69%;
}

.c-wood__frame {
  position: absolute;
  left: 1rem;
  top: 1rem;
  bottom: 1rem;
  right: 1rem;
  z-index: 1;
}

.c-wood__frame path {
  transition: 0.3s ease-in-out;
}

.c-wood__frame__test {
  height: 100%;
  overflow-y: scroll;
  margin-right: 2px;
}

.c-wood__frame__test ul {
  visibility: hidden;
}

.c-wood__frame__test::-webkit-scrollbar {
  width: 0.4rem;
}

.c-wood__frame__test::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.2);
}

.c-wood__frame__test::-webkit-scrollbar-thumb {
  background-color: var(--color-brand-primary);
  border-radius: 20px;
}

.c-wood__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.c-wood__fabric {
  position: absolute;
  background: url("/assets/css-pos/img/fabric.svg") no-repeat;
  background-size: 100% 100%;
}

.c-wood__fabric.eg-1 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.c-wood__fabric.eg-2 {
  top: 0;
  right: 0;
  left: 0;
  height: 50%;
}

.c-wood__fabric.eg-3 {
  top: 0;
  left: 0;
  width: 50%;
  height: 50%;
}

.c-wood__fabric.eg-4 {
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
}

.c-wood__fabric.eg-5 {
  left: 0;
  right: 0;
  top: 100%;
  height: 120px;
  background-size: 100%;
}

@media (min-width: 800px) {
  .c-wood__fabric.eg-5 {
    background-size: 100% 100%;
  }
}

.c-wood__fabric.eg-5-1 {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 120px;
  height: 120px;
  margin: auto;
}

.c-wood__fabric.eg-6 {
  left: 50%;
  top: 50%;
  width: 100px;
  height: 50px;
}

@media (min-width: 800px) {
  .c-wood__fabric.eg-6 {
    width: 200px;
    height: 100px;
  }
}

.c-wood__fabric.eg-7 {
  left: 50%;
  top: 50%;
  width: 100px;
  height: 50px;
  margin-left: -50px;
  margin-top: -25px;
}

@media (min-width: 800px) {
  .c-wood__fabric.eg-7 {
    width: 200px;
    height: 100px;
    margin-left: -100px;
    margin-top: -50px;
  }
}

.c-wood__fabric.eg-8 {
  left: 50%;
  top: 50%;
  width: 100px;
  height: 50px;
  transform: translate(-50%, -50%);
}

@media (min-width: 800px) {
  .c-wood__fabric.eg-8 {
    width: 200px;
    height: 100px;
  }
}

.c-wood__rope {
  position: sticky;
  top: 0;
  width: 100%;
}

.c-wood__cat {
  position: sticky;
  top: 28px;
  left: 50%;
  width: 70px;
  transform: translateX(-50%);
  margin-top: 50px;
}

.frame__corners {
  --size: 1.25rem;
  --spacing: -4px;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  width: var(--size);
}

.frame__corners:after,
.frame__corners:before {
  content: "";
  position: absolute;
  left: 0;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  background: transparent radial-gradient(closest-side at 68% 18%, #F5F5F5 0%, #D9D9D9 100%) 0% 0% no-repeat;
  box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.15);
}

.frame__corners:before {
  top: var(--spacing);
}

.frame__corners:after {
  bottom: var(--spacing);
}

.frame__corners.left {
  left: var(--spacing);
}

.frame__corners.right {
  right: var(--spacing);
}

.naughty {
  position: fixed;
  top: -2px;
  left: 32px;
  width: 90px;
  margin: 0;
  z-index: 10;
  visibility: hidden;
  filter: drop-shadow(0 7px 4px #eee);
}

.naughty.active {
  visibility: visible;
}

.the-cat {
  position: fixed;
  top: -2px;
  left: 32px;
  width: 90px;
  z-index: 10;
  visibility: hidden;
}

.the-cat.active {
  visibility: visible;
}

.o-wrapper {
  counter-reset: test;
}

/**** Title ****/
.c-title {
  margin: 0 0 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-brand-primary);
}

.c-title:before {
  counter-increment: test;
  content: counter(test);
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #60B669 0% 0% no-repeat;
  box-shadow: 0px 3px 0px #5DB8664A;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  margin-right: 0.35rem;
}

@media (min-width: 800px) {
  .c-title {
    font-size: 1.5rem;
  }

  .c-title:before {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    margin-right: 0.75rem;
  }
}

/**** Footer ****/
.c-footer {
  background: #775d3d;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25)), linear-gradient(to bottom, #c49966 40px, #8A6C48 40px, #8A6C48 42px, #B99060 0, #B99060 45px);
  background-size: 100% 100%, 100% 45px;
  padding: 1rem;
  text-align: center;
  box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.15);
  font-size: 15px;
}

@media (min-width: 800px) {
  .c-footer {
    font-size: initial;
  }
}

.c-footer h2 {
  font-size: calc(14px + 1vw);
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);
}

@media (max-width: 2000px) {
  .c-footer h2 {
    font-size: 1.5rem;
  }
}

.c-footer p {
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
}

.c-footer h2,
.c-footer p,
.c-footer a {
  margin: 0 0 0.5rem;
  color: #ededed;
}

.c-footer a {
  text-decoration: underline;
}

.c-footer img {
  display: block;
  margin: -35px auto 1rem;
  width: 100px;
}

pre {
  border-radius: 6px;
  max-width: 460px;
}

html {
  scroll-behavior: smooth;
}

.other-articles li {
  margin-left: 2.3rem;
}

.other-articles li:not(:last-child) {
  margin-bottom: 1rem;
}

@media (min-width: 800px) {
  .other-articles li {
    margin-left: 3.5rem;
    font-size: 18px;
  }
}

.other-articles a {
  text-decoration: underline;
  text-decoration-color: cornflowerblue;
}

#carbonads {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#carbonads {
  display: flex;
  max-width: 330px;
  background-color: #fafafa;
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}

#carbonads a {
  color: inherit;
  text-decoration: none;
}

#carbonads a:hover {
  color: inherit;
}

#carbonads span {
  position: relative;
  display: block;
  overflow: hidden;
}

#carbonads .carbon-wrap {
  display: flex;
}

.carbon-img {
  display: block;
  margin: 0;
  line-height: 1;
}

.carbon-img img {
  display: block;
}

.carbon-text {
  font-size: 13px;
  padding: 10px;
  line-height: 1.5;
  text-align: left;
}

.carbon-poweredby {
  display: block;
  padding: 8px 10px;
  background: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(0, 0, 0, 0.025) 5px, rgba(0, 0, 0, 0.025) 10px) rgba(241, 243, 244, 0.4);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-weight: 600;
  font-size: 9px;
  line-height: 1;
}

#mc_embed_signup {
  font: inherit !important;
}

#mc_embed_signup form {
  background: #f7f7f7;
  padding: 1rem !important;
  border-radius: 5px;
  margin-top: 1.5rem;
}

#mc_embed_signup .button {
  margin: 0 !important;
  -ms-flex-item-align: end;
  -webkit-align-self: end;
  align-self: end;
  background-color: #3863d9 !important;
}

#mc_embed_signup .button:hover {
  background-color: #244cba !important;
}

#mc_embed_signup input {
  font-size: 16px !important;
}

#mc_embed_signup input:focus {
  border-color: #3863d9 !important;
  outline: none;
}

.mc-title {
  font-size: 1.5rem !important;
  margin: 0 0 0.5rem !important;
}

.mc-desc {
  font-size: 1rem;
  margin-bottom: 1.5rem;
}

.mc-input-group {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
}

@media (min-width: 800px) {
  .mc-input-group {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
  }
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  margin-bottom: 0 !important;
}

.mc-field-group {
  width: 100% !important;
  padding-bottom: 0 !important;
}

#mc_embed_signup div#mce-responses {
  width: 100% !important;
  padding: 0.5rem 0 !important;
  margin: 0 !important;
}

#mc_embed_signup #mce-error-response {
  line-height: 1.45;
  font-weight: normal !important;
}

.st0 {
  fill: #ffdc64
}

.st1 {
  fill: #ffc852
}

.st2 {
  fill: #ffe4b3
}

.st3 {
  fill: #fdbd56
}

.st5 {
  fill: #e5a03b
}

.st6 {
  fill: #f8b3bb
}

.st7 {
  fill: #5e5461
}

.st8 {
  fill: #887c8e
}

.st12 {
  fill: #ebaf49
}