@font-face {
  font-display: block; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Freeman";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/freeman-v1-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/lato-v25-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/lato-v25-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
:root {
  --fontSize16: 0.8rem;
  --fontSize18: 0.9rem;
  --fontSize20: 1rem;
  --fontSize21: 1.05rem;
  --fontSize22: 1.1rem;
  --fontSize23: 1.15rem;
  --fontSize24: 1.2rem;
  --fontSize25: 1.25rem;
  --fontSize26: 1.3rem;
  --fontSize27: 1.35rem;
  --fontSize28: 1.4rem;
  --fontSize29: 1.45rem;
  --fontSize30: 1.5rem;
  --fontSize31: 1.55rem;
  --fontSize32: 1.6rem;
  --fontSize33: 1.65rem;
  --fontSize34: 1.7rem;
  --fontSize35: 1.75rem;
  --fontSize36: 1.8rem;
  --fontSize37: 1.85rem;
  --fontSize38: 1.9rem;
  --fontSize39: 1.95rem;
  --fontSize40: 2rem;
  --fontSize41: 2.05rem;
  --fontSize42: 2.1rem;
  --fontSize43: 2.15rem;
  --fontSize44: 2.2rem;
  --fontSize45: 2.25rem;
  --fontSize46: 2.3rem;
  --fontSize47: 2.35rem;
  --fontSize48: 2.4rem;
  --fontSize49: 2.45rem;
  --fontSize50: 2.5rem;
  --fontSize51: 2.55rem;
  --fontSize52: 2.6rem;
  --fontSize53: 2.65rem;
  --fontSize54: 2.7rem;
  --fontSize55: 2.75rem;
  --fontSize56: 2.8rem;
  --fontSize57: 2.85rem;
  --fontSize58: 2.9rem;
  --fontSize59: 2.95rem;
  --fontSize60: 3rem;
  --fontSize61: 3.05rem;
  --fontSize62: 3.1rem;
  --fontSize63: 3.15rem;
  --fontSize64: 3.2rem;
  --fontSize65: 3.25rem;
  --fontSize66: 3.3rem;
  --fontSize67: 3.35rem;
  --fontSize68: 3.4rem;
  --fontSize69: 3.45rem;
  --fontSize70: 3.5rem;
  --fontSize71: 3.55rem;
  --fontSize72: 3.6rem;
  --fontSize73: 3.65rem;
  --fontSize74: 3.7rem;
  --fontSize75: 3.75rem;
  --fontSize100: 5rem;
  --fontSize128: 6.4rem;
  --colorBlack: #0D0D0D;
  --colorWhite: #FFFFFF;
  --colorGrey: #464646;
  --colorGreyDark: #242424;
  --colorRed: #f5474c;
  --sideSpacing: 2.73rem;
  --headerHeight: 7rem;
  --headerHeightSmall: 4rem;
  --sectionSpacer: 6rem;
}
@media only screen and (max-width: 768px) {
  :root {
    --sideSpacing: 2rem;
    --sectionSpacer: 3rem;
  }
}
@media only screen and (max-width: 600px) {
  :root {
    --sideSpacing: 1.5rem;
  }
}

html:has(body.frontend), body.frontend {
  scrollbar-gutter: stable;
  min-height: 100%;
}

html:has(body.frontend) {
  font-size: 21px;
}
@media only screen and (max-width: 1780px) {
  html:has(body.frontend) {
    font-size: 1.18vw;
  }
}
@media only screen and (max-width: 1024px) {
  html:has(body.frontend) {
    font-size: 1.5vw;
  }
}
@media only screen and (max-width: 768px) {
  html:has(body.frontend) {
    font-size: 2.2vw;
  }
}
@media only screen and (max-width: 600px) {
  html:has(body.frontend) {
    font-size: 4vw;
  }
}

body.frontend {
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: var(--fontSize22);
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  background-color: var(--colorBlack);
  color: var(--colorWhite);
  font-family: "Lato";
  position: relative;
}
body.frontend input[type=text],
body.frontend input[type=email],
body.frontend input[type=tel],
body.frontend input[type=url],
body.frontend input[type=search],
body.frontend input[type=submit],
body.frontend button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
body.frontend *, body.frontend *:before, body.frontend *:after {
  box-sizing: border-box;
}
body.frontend *:focus:not(:focus-visible) {
  outline: 0;
}
body.frontend img {
  border: 0;
}
body.frontend.load_animation header,
body.frontend.load_animation .section__intro {
  opacity: 0;
}

body.frontend h1 {
  font-family: "ivypresto-headline", serif;
  font-weight: 400;
  font-style: normal;
}

.grain {
  position: absolute;
  inset: 0;
  min-height: 100vh;
  height: 100%;
  background-image: url(../images/noise.png);
  background-repeat: repeat;
  background-size: 20rem auto;
  z-index: 99;
  pointer-events: none;
  mix-blend-mode: hard-light;
  opacity: 0.2;
}

.preview_check {
  position: fixed;
  left: 10px;
  top: 10px;
  z-index: 999999;
}

body:not(.wp-admin) .preview {
  width: 100%;
  position: absolute;
  left: 0%;
  top: 0;
  height: auto;
  z-index: 999999;
  pointer-events: none;
  opacity: 0.4;
  display: block;
}

.preview_check:checked + .preview {
  display: none;
}

.innerwrapper {
  width: calc(100% - var(--sideSpacing) - var(--sideSpacing));
  margin: 0 auto;
  max-width: 1666px;
}
.innerwrapper.small {
  padding-inline: 10rem;
}
@media only screen and (max-width: 1024px) {
  .innerwrapper.small {
    padding-inline: 0;
  }
}

body.frontend header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  font-family: "Freeman";
  z-index: 99;
  transition: background-color 200ms ease-out;
}
@media only screen and (max-width: 768px) {
  body.frontend header {
    border-bottom: 1px solid var(--colorGrey);
  }
}
body.frontend header.is-fixed {
  background-color: var(--colorBlack);
}
body.frontend header.is-fixed .innerwrapper {
  height: var(--headerHeightSmall);
}
body.frontend header .innerwrapper {
  display: grid;
  height: var(--headerHeight);
  grid-template-columns: 13rem 1fr 13rem;
  align-items: center;
  transition: height 200ms ease-out;
}
body.frontend header .innerwrapper a {
  color: inherit;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  body.frontend header .innerwrapper {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 600px) {
  body.frontend header .innerwrapper {
    height: var(--headerHeightSmall);
  }
}
body.frontend header .innerwrapper {
  /*
  .logo {
  	font-size: 0;
  	line-height: 0;
  	width: 5rem;
  	margin-right: auto;

  	img {
  		width: 100%;
  		height: auto;
  	}
  }
  */
}
body.frontend header .innerwrapper .home {
  display: block;
  font-size: 0;
  line-height: 0;
  width: 1.7rem;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  body.frontend header .innerwrapper .home {
    display: none;
  }
}
body.frontend header .innerwrapper .home svg {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  body.frontend header .innerwrapper nav {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100dvh;
    pointer-events: none;
    transform: translateX(-100%);
    transition: transform 500ms ease-out;
    background-color: var(--colorBlack);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  body.frontend header .innerwrapper nav.is-active {
    transform: translateX(0%);
    pointer-events: auto;
  }
}
body.frontend header .innerwrapper nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0 2.5em;
  font-size: var(--fontSize22);
  color: var(--colorWhite);
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  body.frontend header .innerwrapper nav ul {
    flex-direction: column;
    align-items: center;
    font-size: var(--fontSize40);
  }
}
body.frontend header .innerwrapper nav ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
body.frontend header .innerwrapper nav ul li.home-link {
  display: none;
}
@media only screen and (max-width: 768px) {
  body.frontend header .innerwrapper nav ul li.home-link {
    display: block;
  }
}
body.frontend header .innerwrapper nav ul li a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  transition: color 200ms ease-out;
}
body.frontend header .innerwrapper .hamburger {
  width: 1.8rem;
  margin: auto 0;
  background: transparent;
  border: 0;
  padding: 0;
  display: none;
  transition: width 200ms ease-out;
  font-size: 0;
  line-height: 0;
}
@media only screen and (max-width: 768px) {
  body.frontend header .innerwrapper .hamburger {
    display: block;
    position: relative;
    z-index: 999;
    margin-left: auto;
    order: 5;
  }
}
body.frontend header .innerwrapper .hamburger svg {
  width: 100%;
  height: auto;
}
body.frontend header .innerwrapper .hamburger path {
  stroke: var(--colorWhite);
  transform-box: view-box;
  transform-origin: 15px 15px;
  transition: transform 0.25s ease, opacity 0.2s ease;
}
body.frontend header .innerwrapper .hamburger.is-active path:nth-of-type(1) {
  transform: rotate(45deg) translateY(9px);
}
body.frontend header .innerwrapper .hamburger.is-active path:nth-of-type(2) {
  opacity: 0;
}
body.frontend header .innerwrapper .hamburger.is-active path:nth-of-type(3) {
  transform: rotate(-45deg) translateY(-9px);
}
body.frontend header .innerwrapper .social {
  display: flex;
  margin-left: auto;
  align-items: center;
  gap: 0 2rem;
}
@media only screen and (max-width: 768px) {
  body.frontend header .innerwrapper .social {
    margin-left: 0;
    margin-right: auto;
  }
}
body.frontend header .innerwrapper .social .phone {
  display: inline-grid;
  grid-template-columns: 1.5em 1fr;
  color: var(--colorWhite);
  text-decoration: none;
  margin-left: auto;
  gap: 0 0.5em;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  body.frontend header .innerwrapper .social .phone {
    order: 2;
  }
}
body.frontend header .innerwrapper .social .phone svg {
  width: 100%;
  height: auto;
}
body.frontend header .innerwrapper .social .phone span {
  font-size: var(--fontSize22);
}
body.frontend header .innerwrapper .social .insta {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 1.7rem;
}
@media only screen and (max-width: 768px) {
  body.frontend header .innerwrapper .social .insta {
    order: 1;
  }
}
body.frontend header .innerwrapper .social .insta svg {
  width: 100%;
  height: auto;
}

.text-draw {
  cursor: pointer;
  padding-block: 0.625em;
  font-size: 1em;
  text-decoration: none;
  position: relative;
}

.text-draw__span {
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.1;
}

.text-draw__box {
  color: var(--colorRed);
  width: 100%;
  height: 0.625em;
  position: absolute;
  bottom: 0;
}

.text-draw__box svg {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: visible !important;
}

body.frontend main {
  width: 100%;
  overflow-x: clip;
}

body.frontend .section__start {
  visibility: hidden;
}

.section__start {
  margin-bottom: calc(var(--sectionSpacer) * -0.5);
}
@media only screen and (max-width: 600px) {
  .section__start {
    margin-bottom: calc(var(--sectionSpacer) * -1);
  }
}
.section__start .innerwrapper {
  position: relative;
  height: 100svh;
  min-height: 45vw;
  max-height: 74vw;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--colorWhite);
  flex-direction: column;
  gap: 0 0;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .section__start .innerwrapper {
    max-height: none;
    min-height: 0;
    height: 90svh;
  }
}
.section__start .innerwrapper .content {
  margin-inline: auto;
  display: grid;
  grid-template-columns: 20rem 1fr;
  position: relative;
  z-index: 9;
  margin-top: auto;
  padding-top: 8rem;
}
@media only screen and (max-width: 768px) {
  .section__start .innerwrapper .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 5rem;
  }
}
@media only screen and (max-width: 600px) {
  .section__start .innerwrapper .content {
    padding-top: 3rem;
  }
}
.section__start .innerwrapper .content .logo {
  font-size: 0;
  line-height: 0;
  transform: rotate(-25deg);
}
.section__start .innerwrapper .content .logo img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .section__start .innerwrapper .content .logo {
    width: 50%;
    max-width: 13rem;
    margin-inline: auto;
    margin-bottom: 4rem;
  }
}
.section__start .innerwrapper .content .headlines {
  margin-left: -2.4rem;
  margin-top: -2rem;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .section__start .innerwrapper .content .headlines {
    align-items: center;
    margin-inline: auto;
  }
}
.section__start .innerwrapper .content .headlines .split-line-clip {
  -webkit-clip-path: inset(-10% 0 19% 0);
          clip-path: inset(-10% 0 19% 0);
}
.section__start .innerwrapper .content .headlines h1 {
  margin: 0;
  font-family: "ivypresto-headline", serif;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  font-size: var(--fontSize128);
  line-height: 1;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 768px) {
  .section__start .innerwrapper .content .headlines h1 {
    font-size: var(--fontSize100);
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
  .section__start .innerwrapper .content .headlines h1 {
    font-size: var(--fontSize66);
  }
}
.section__start .innerwrapper .content .headlines .badge {
  width: 6rem;
  height: auto;
  position: absolute;
  left: 17.8rem;
  top: -2rem;
}
@media only screen and (max-width: 768px) {
  .section__start .innerwrapper .content .headlines .badge {
    left: 20.8rem;
    top: -4.5rem;
  }
}
@media only screen and (max-width: 600px) {
  .section__start .innerwrapper .content .headlines .badge {
    left: 14.4rem;
    top: -3rem;
    width: 5rem;
  }
}
.section__start .innerwrapper .content .headlines .stripe {
  width: 38rem;
  margin-top: 0.5rem;
  margin-right: auto;
  height: auto;
  margin-left: 0.2rem;
}
@media only screen and (max-width: 768px) {
  .section__start .innerwrapper .content .headlines .stripe {
    width: 30rem;
    margin-inline: auto;
  }
}
@media only screen and (max-width: 600px) {
  .section__start .innerwrapper .content .headlines .stripe {
    width: 20rem;
    margin-inline: auto;
  }
}
.section__start .innerwrapper .content .headlines h2 {
  font-family: "Freeman";
  font-style: normal;
  font-weight: 400;
  margin: 0;
  font-size: var(--fontSize40);
  margin-top: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .section__start .innerwrapper .content .headlines h2 {
    text-align: center;
    font-size: var(--fontSize36);
  }
}
@media only screen and (max-width: 600px) {
  .section__start .innerwrapper .content .headlines h2 {
    font-size: var(--fontSize26);
  }
}
.section__start .innerwrapper .bg__image {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scale(0.98);
  top: 0;
  pointer-events: none;
  filter: blur(0.2rem);
  height: 100%;
}
.section__start .innerwrapper .bg__image:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgb(13, 13, 13) 0%, rgba(13, 13, 13, 0) 30%), linear-gradient(90deg, rgb(13, 13, 13) 0%, rgba(13, 13, 13, 0) 20%), linear-gradient(-90deg, rgb(13, 13, 13) 0%, rgba(13, 13, 13, 0) 20%), linear-gradient(180deg, rgb(13, 13, 13) 0%, rgba(13, 13, 13, 0) 30%);
  z-index: 5;
}
.section__start .innerwrapper .bg__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
  -o-object-position: top center;
     object-position: top center;
}
@media only screen and (max-width: 768px) {
  .section__start .innerwrapper .bg__image img {
    -o-object-position: 90% center;
       object-position: 90% center;
  }
}
.section__start .innerwrapper .radial-text-marquee {
  width: 100%;
  position: relative;
  margin-top: auto;
  margin-bottom: 2rem;
}
.section__start .innerwrapper .radial-text-marquee__text {
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: var(--fontSize64);
  font-family: "Freeman";
  font-style: normal;
  font-weight: 400;
  color: #212121;
}
@media only screen and (max-width: 600px) {
  .section__start .innerwrapper .radial-text-marquee__text {
    font-size: var(--fontSize54);
  }
}

.image {
  font-size: 0;
  line-height: 0;
}
.image.with-border {
  border: 0.25rem solid var(--colorWhite);
}
.image img {
  width: 100%;
  height: auto;
}

.stacked-images {
  display: grid;
  grid-template-columns: 1fr 0.3fr 1fr;
  grid-template-rows: 6rem 1fr;
  align-items: start;
}
@media only screen and (max-width: 768px) {
  .stacked-images {
    grid-template-rows: 3rem 1fr;
  }
}
.stacked-images .image:nth-child(1) {
  grid-column: 1/3;
  grid-row: 1/3;
  transform: rotate(-1deg);
}
.stacked-images .image:nth-child(2) {
  grid-column: 2/4;
  grid-row: 2/3;
  transform: rotate(1deg);
}

body.frontend h2 {
  font-family: "Freeman";
  font-style: normal;
  font-weight: 400;
  margin: 0;
  font-size: var(--fontSize54);
  line-height: 1.2;
}

body.frontend h3 {
  font-size: var(--fontSize40);
  margin: 0;
  padding: 0;
  font-family: "Freeman";
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

.section__intro {
  position: relative;
  z-index: 5;
  margin: var(--sectionSpacer) 0;
}
.section__intro .innerwrapper {
  display: grid;
  grid-template-columns: 20rem 1fr;
  gap: 0 5rem;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .section__intro .innerwrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .section__intro .innerwrapper .stacked-images {
    width: 80%;
    max-width: 19rem;
    margin-inline: auto;
  }
}
.section__intro .innerwrapper .content {
  color: var(--colorWhite);
}
@media only screen and (max-width: 768px) {
  .section__intro .innerwrapper .content {
    text-align: center;
  }
}

.paper_top {
  display: block;
  font-size: 0;
  line-height: 0;
  background-image: url(../images/paper_top_bottom.png);
  background-size: 100% auto;
  aspect-ratio: 2136/120;
  width: 100%;
  height: auto;
  margin-bottom: -1%;
}

.paper_middle {
  background-image: url(../images/paper_middle.png);
  width: 100%;
  background-size: 100% auto;
  background-repeat: repeat-y;
}
.paper_middle .innerwrapper {
  position: relative;
  z-index: 5;
}

.paper_bottom {
  display: block;
  font-size: 0;
  line-height: 0;
  background-image: url(../images/paper_top_bottom.png);
  background-size: 100% auto;
  aspect-ratio: 2136/120;
  width: 100%;
  height: auto;
  transform: rotate(180deg) scaleX(-100%);
  margin-top: -1%;
}

.section__tattooers:first-child {
  margin-top: 6rem;
}
.section__tattooers .innerwrapper {
  padding-block: 3rem;
  color: var(--colorBlack);
}
.section__tattooers .innerwrapper h2 {
  text-align: center;
}
.section__tattooers .innerwrapper .tattooer__grid {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4rem;
  gap: 4rem;
  align-items: start;
}
@media only screen and (max-width: 600px) {
  .section__tattooers .innerwrapper .tattooer__grid {
    gap: 2rem;
  }
}
.section__tattooers .innerwrapper .tattooer__grid .single__tattooer {
  width: calc((100% - 8rem) / 3);
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: var(--fontSize16);
  line-height: 1.4;
}
@media only screen and (max-width: 600px) {
  .section__tattooers .innerwrapper .tattooer__grid .single__tattooer {
    width: 100%;
    margin-bottom: 0;
    text-align: center;
  }
}
.section__tattooers .innerwrapper .tattooer__grid .single__tattooer .image {
  border-color: var(--colorBlack);
  overflow: clip;
  position: relative;
  transform: rotate(-1deg);
  width: 100%;
  font-size: 0;
  line-height: 0;
}
@media only screen and (max-width: 600px) {
  .section__tattooers .innerwrapper .tattooer__grid .single__tattooer .image {
    width: 80%;
    margin-inline: auto;
  }
}
.section__tattooers .innerwrapper .tattooer__grid .single__tattooer .image img {
  aspect-ratio: 4/5;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
.section__tattooers .innerwrapper .tattooer__grid .single__tattooer h3 {
  background-color: var(--colorRed);
  margin: 0;
  padding: 0.1em 1em 0.2em 1em;
  color: var(--colorWhite);
  display: block;
  font-size: var(--fontSize32);
  transform: rotate(1deg);
  margin-bottom: -1rem;
  position: relative;
  z-index: 9;
}
.section__tattooers .innerwrapper .tattooer__grid .single__tattooer .tattooer__actions {
  display: flex;
  width: 100%;
  gap: 0.5rem;
  margin-top: 1rem;
  justify-content: center;
}
.section__tattooers .innerwrapper .tattooer__grid .single__tattooer .tattooer__actions .cta__button {
  display: inline-flex;
  flex: unset;
  padding-inline: 1em;
  font-size: var(--fontSize18);
  min-height: 2.5em;
}
@media only screen and (max-width: 1024px) and (min-width: 601px) {
  .section__tattooers .innerwrapper .tattooer__grid .single__tattooer .tattooer__actions {
    flex-direction: column;
  }
}
.section__tattooers .innerwrapper .tattooer__grid .single__tattooer:nth-child(even) .image {
  transform: rotate(1deg);
}
.section__tattooers .innerwrapper .tattooer__grid .single__tattooer:nth-child(even) h3 {
  transform: rotate(-1deg);
}

.cta__button {
  font-family: "Freeman";
  font-style: normal;
  font-weight: 400;
  margin: 0;
  background-color: var(--colorBlack);
  padding: 0.3em 0.75em;
  color: var(--colorWhite);
  display: flex;
  flex: 1 1 0;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-size: var(--fontSize16);
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 200ms ease-out, color 200ms ease-out;
}
.cta__button small {
  font-family: "Lato";
  font-size: 0.68em;
  font-weight: 400;
  margin-top: 0.15em;
}
.cta__button--instagram {
  background-color: var(--colorRed);
}
@media (hover: hover) {
  .cta__button:hover {
    background-color: var(--colorGrey);
    color: var(--colorWhite);
  }
}

.section__tattooer-intro .innerwrapper {
  display: grid;
  grid-template-columns: 20rem 1fr;
  gap: 0 4rem;
  padding-top: 10rem;
  align-items: start;
  padding-bottom: 3rem;
}
@media only screen and (max-width: 600px) {
  .section__tattooer-intro .innerwrapper {
    grid-template-columns: 100%;
    padding-top: 7rem;
  }
}
.section__tattooer-intro .innerwrapper .image {
  border-color: var(--colorWhite);
  overflow: clip;
  position: relative;
  transform: rotate(-1deg);
  width: 100%;
  font-size: 0;
  line-height: 0;
}
@media only screen and (max-width: 600px) {
  .section__tattooer-intro .innerwrapper .image {
    width: 80%;
    margin-inline: auto;
  }
}
.section__tattooer-intro .innerwrapper .image img {
  aspect-ratio: 4/5;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
@media only screen and (max-width: 600px) {
  .section__tattooer-intro .innerwrapper .content {
    text-align: center;
    margin-top: -1.5em;
  }
}
.section__tattooer-intro .innerwrapper .content h1 {
  background-color: var(--colorRed);
  margin: 0;
  padding: 0.3em 0.5em 0.35em 0.5em;
  color: var(--colorWhite);
  display: block;
  font-size: var(--fontSize54);
  transform: rotate(1deg);
  padding: 0.2em 0.5em 0.25em 0.5em;
  display: inline-block;
  font-family: "Freeman";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
@media only screen and (max-width: 600px) {
  .section__tattooer-intro .innerwrapper .content h1 {
    font-size: var(--fontSize42);
  }
}

.section__gallery .innerwrapper {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.section__gallery .innerwrapper .gallery__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2rem;
  align-items: start;
}
@media only screen and (max-width: 600px) {
  .section__gallery .innerwrapper .gallery__wrapper {
    gap: 2rem;
  }
}
.section__gallery .innerwrapper .gallery__wrapper .image {
  width: calc((100% - 4rem) / 3);
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0;
  line-height: 0;
  margin-bottom: 2rem;
}
.section__gallery .innerwrapper .gallery__wrapper .image img {
  transform: rotate(-1deg);
  border: 0.25rem solid var(--colorBlack);
}
@media only screen and (max-width: 600px) {
  .section__gallery .innerwrapper .gallery__wrapper .image {
    width: 100%;
    margin-bottom: 0;
    text-align: center;
  }
}
.section__gallery .innerwrapper .gallery__wrapper .image:nth-child(even) img {
  transform: rotate(1deg);
}

body.frontend footer .innerwrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr) 4rem;
  padding-block: 3rem;
  gap: 0 3rem;
}
@media only screen and (max-width: 600px) {
  body.frontend footer .innerwrapper {
    display: flex;
    flex-direction: column;
    gap: 2rem 0;
  }
}
body.frontend footer .innerwrapper .column {
  font-size: var(--fontSize16);
  text-align: left;
  opacity: 0.6;
}
@media only screen and (max-width: 600px) {
  body.frontend footer .innerwrapper .column {
    text-align: center;
    font-size: var(--fontSize20);
  }
}
body.frontend footer .innerwrapper .column a {
  color: inherit;
  text-decoration: none;
}
body.frontend footer .innerwrapper .column:nth-child(3) {
  grid-column: span 2;
}
@media only screen and (max-width: 600px) {
  body.frontend footer .innerwrapper .column:nth-child(3) {
    grid-column: unset;
  }
}
body.frontend footer .innerwrapper .column .footer_title {
  font-size: var(--fontSize22);
  margin: 0;
  padding: 0;
  font-family: "Freeman";
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}
@media only screen and (max-width: 600px) {
  body.frontend footer .innerwrapper .column .footer_title {
    text-align: center;
    font-size: var(--fontSize26);
  }
}
body.frontend footer .innerwrapper .back-to-top {
  font-size: 0;
  line-height: 0;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0 0 auto auto;
  width: 100%;
  width: 2rem;
  cursor: pointer;
  opacity: 0.6;
}
@media only screen and (max-width: 600px) {
  body.frontend footer .innerwrapper .back-to-top {
    width: 3rem;
    margin-inline: auto;
  }
}
body.frontend footer .innerwrapper .back-to-top svg {
  width: 100%;
  height: auto;
}
