@import url(https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;1,9..40,300;1,9..40,400;1,9..40,500&family=Instrument+Serif:ital@0;1&display=swap);
@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

html,
body {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  margin: 0 !important;
  padding: 0;
  background: #F8F8F8;
}

*, :after, :before, img {
  box-sizing: border-box;
}

.hover__block {
  transition: 0.3s;
}

.hover__block:hover {
  transition: 0.3s;
  transform: translate(0, -10px) !important;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
.rotating {
  animation: rotating 4s linear infinite;
}
@keyframes bounce {
  100% {
    top: -5px;
  }
}
@keyframes zigzags {
  0% {
    background-position: 0px;
  }
  100% {
    background-position: -96px;
  }
}
@keyframes gradientBG {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
img {
  display: block;
  border: 0;
  width: 100%;
  height: auto;
}

body {
  color: black;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
}

.serif {
  font-family: "Instrument Serif", serif;
}

.italic {
  font-style: italic;
}

.sans-serif {
  font-family: "Dm Sans", sans-serif;
}

a,
a:hover,
a:active {
  text-decoration: none;
  color: inherit;
}

/**
 * @font-face definitions should be in /assets/fonts.css.liquid
 * and linked in <head> of theme.liquid
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

.s1,
h1,
.h1 {
  font-size: 2rem;
}
@media screen and (min-width: 800px) {
  .s1,
h1,
.h1 {
    font-size: 2.375rem;
  }
}

h1,
.h1 {
  line-height: 1.3;
}

.s2,
h2,
.h2 {
  font-size: 1.5rem;
}
@media screen and (min-width: 800px) {
  .s2,
h2,
.h2 {
    font-size: 2rem;
  }
}

h2,
.h2 {
  line-height: 1.2;
}

.s3,
h3,
.h3 {
  font-size: 1.375rem;
}
@media screen and (min-width: 800px) {
  .s3,
h3,
.h3 {
    font-size: 2rem;
  }
}

h3,
.h3 {
  line-height: 1.2;
}

.s4,
h4,
.h4 {
  font-size: 1.125rem;
}
@media screen and (min-width: 800px) {
  .s4,
h4,
.h4 {
    font-size: 1.375rem;
  }
}

h4,
.h4 {
  line-height: 1.4;
}

.s5,
h5,
.h5 {
  font-size: 1.875rem;
}

h5,
.h5 {
  line-height: 1.3;
}

.s6,
h6,
.h6 {
  font-size: 0.875rem;
}

h6,
.h6 {
  line-height: 1.5;
}

.s0,
p,
.p {
  font-size: 1rem;
}

p,
.p {
  line-height: 1.4;
}

small,
.small {
  font-size: 0.75rem;
}

.xsmall {
  font-size: 0.625rem;
}

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

hr {
  display: block;
  border: 0;
  margin: 0;
  height: 1px;
  width: 100%;
  background-color: transparent;
  color: inherit;
}

strong,
.b {
  font-weight: 600;
}

em,
.i {
  font-style: italic;
}

.caps {
  text-transform: uppercase;
}

.no-under {
  text-decoration: none;
}

.light {
  font-weight: 300;
}

.book,
.regular,
.medium {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.semi {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.f {
  display: flex;
}

.jcc {
  justify-content: center;
}

.aic {
  align-items: center;
}

.ais {
  align-items: flex-start;
}

.aie {
  align-items: flex-end;
}

.tac {
  text-align: center;
}

.jcb {
  justify-content: space-between;
}

.jcs {
  justify-content: flex-start;
}

.jce {
  justify-content: flex-end;
}

.fdr {
  flex-direction: row;
}

.fdc {
  flex-direction: column;
}

form {
  margin: 0;
  box-shadow: none !important;
  -webkit-appearance: none;
}

.selected-placeholder {
  display: none;
}

input,
textarea,
select {
  display: block;
  outline: 0;
  border-radius: 0;
  position: relative;
  font-size: 10px;
  letter-spacing: 1px;
  background-color: transparent;
  padding: 0em 1em;
  color: black;
  -webkit-appearance: none;
  transition: all 0.25s;
  box-shadow: none;
  /* Change the white to any color ;) */
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
input:focus::-moz-placeholder {
  color: transparent;
}
input:focus::placeholder {
  color: transparent;
}

input::-webkit-input-placeholder {
  color: black;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

textarea {
  max-width: 100%;
  overflow: auto;
  resize: vertical;
  min-height: 55px;
  padding-top: 0.5em;
  border: 1px solid black;
}

.button-cta {
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  text-align: center;
  padding: 20px 25px;
  -webkit-appearance: none;
  border: 1px solid black;
  background: white;
  color: black;
  letter-spacing: -1px;
  transition: all 0.25s;
}
@media screen and (min-width: 800px) {
  .button-cta {
    font-size: 23px;
    padding: 30px 45px;
  }
}
.button-cta:focus {
  outline: none;
}
.button-cta:active {
  outline: black;
}
.button-cta:hover {
  background: black;
  color: white;
  transition: all 0.25s;
}

button.button,
.button[role=button],
input.button[type=submit] {
  padding: 0.5em 1.5em;
  background: transparent;
  transition: all 0.25s;
}
button.button:hover,
.button[role=button]:hover,
input.button[type=submit]:hover {
  transition: all 0.25s;
}

.submit-btn {
  width: 100px;
  height: 100px;
}

.flower__one {
  position: relative;
  transform: rotate(10deg);
}

.flower__two-wrapper {
  position: fixed;
  bottom: 300px;
  left: 20px;
}

.flower__two {
  position: relative;
}

.flowerhead {
  width: 120px;
  height: 40px;
  border-radius: 20px;
  background: white;
  margin-top: 50px;
}

.flowerhead::after, .flowerhead::before {
  content: "";
  position: absolute;
  background: white;
  border-radius: 20px;
  width: 120px;
  left: 0;
  height: 40px;
  transform: rotate(60deg);
}

.flowerhead::before {
  left: 0;
  transform: rotate(-60deg);
}

.bg-white {
  background: #fff;
}

.bg-yellow {
  background: #FBEE8A;
}

.bg-lightyellow {
  background: #FEF39E;
}

.bg-lightyellow-opacity {
  background: #FFFAD0;
}

.bg-green {
  background: #6BCE95;
}

.bg-lightgreen {
  background: #FA897D;
}

.bg-lightgreen-opacity {
  background: #DAF3D9;
}

.bg-red {
  background: #EA6355;
}

.bg-pink {
  background: #DDF481;
}

.bg-pink-opacity {
  background: #F2FFC0;
}

.bg-orange {
  background: #F99241;
}

.bg-lightorange {
  background: #FFBC89;
}

.bg-lightorange-opacity {
  background: #FEECDE;
}

.bg-purple {
  background: #6275F2;
}

.bg-lightpurple {
  background: #DE98FF;
}

.bg-lightpurple-opacity {
  background: #D1D6FF;
}

.bg-blue {
  background: #93BFD8;
}

.bg-lightblue {
  background: #ADDDFF;
}

.bg-lightblue-opacity {
  background: #DFF4FF;
}

.bg-lightgrey {
  background: #F8F8F8;
}

.bg-slate {
  background: #E2DED2;
}

.bg-slate-opacity {
  background: #F8F5EF;
}

.bg-black {
  background: black;
}

.h-black:hover {
  transition: all 0.25s;
}
.h-black:hover .filter-box {
  transition: all 0.25s;
  background: black;
}

.h-pink:hover {
  transition: all 0.25s;
}
.h-pink:hover .filter-box {
  transition: all 0.25s;
  background: #DDF481;
}

.h-lightyellow:hover {
  transition: all 0.25s;
}
.h-lightyellow:hover .filter-box {
  transition: all 0.25s;
  background: #FEF39E;
}

.h-lightorange:hover {
  transition: all 0.25s;
}
.h-lightorange:hover .filter-box {
  transition: all 0.25s;
  background: #FFBC89;
}

.h-lightgreen:hover {
  transition: all 0.25s;
}
.h-lightgreen:hover .filter-box {
  transition: all 0.25s;
  background: #FA897D;
}

.h-red:hover {
  transition: all 0.25s;
}
.h-red:hover .filter-box {
  transition: all 0.25s;
  background: #EA6355;
}

.h-lightpurple:hover {
  transition: all 0.25s;
}
.h-lightpurple:hover .filter-box {
  transition: all 0.25s;
  background: #DE98FF;
}

.h-lightblue:hover {
  transition: all 0.25s;
}
.h-lightblue:hover .filter-box {
  transition: all 0.25s;
  background: #ADDDFF;
}

.h-slate:hover {
  transition: all 0.25s;
}
.h-slate:hover .filter-box {
  transition: all 0.25s;
  background: #E2DED2;
}

.h-lightgrey:hover {
  transition: all 0.25s;
}
.h-lightgrey:hover .filter-box {
  transition: all 0.25s;
  background: #F8F8F8;
}

.header {
  width: 100%;
  top: 0rem;
  height: 70px;
  position: fixed;
  z-index: 999;
  transform: translateZ(2px);
}
.header.headroom {
  will-change: transform;
  transition: transform 0.3s linear;
}
.header.headroom .header__about {
  border-radius: 30px;
  padding: 1rem 1.5rem;
}
@media screen and (min-width: 1080px) {
  .header.headroom .category-filters__wrapper {
    background: white;
    border-radius: 30px;
    padding: 1rem 1.5rem;
  }
}
.header.headroom .header__logo {
  border-radius: 30px;
  padding: 0rem 2rem;
}
@media screen and (min-width: 1080px) {
  .header.headroom .header__logo {
    padding: 0rem 2rem;
  }
}
.header.headroom .header__menu {
  background: white;
  border-radius: 30px;
  padding: 0.5rem 1.5rem;
}
.header.headroom--top {
  background: transparent;
  box-shadow: none;
  will-change: transform;
  transition: transform 0.3s linear;
  border: none;
}
.header.headroom--top .header__about {
  background: transparent;
}
.header.headroom--top .category-filters__wrapper {
  background: transparent;
}
.header.headroom--top .header__logo {
  background: transparent;
}
.header.headroom--top .header__menu {
  background: transparent;
}
.header.headroom--pinned {
  transform: translateY(0%);
}
.header a {
  outline: none;
}
@media screen and (min-width: 1080px) {
  .header {
    height: auto;
    padding: 0.5em;
  }
}
.header .header__logo {
  position: fixed;
  top: 0.5rem;
  left: 50%;
  transform: translate(-50%);
}
.header .header__logo svg {
  max-width: 90px;
  overflow: hidden;
  height: 50px;
}
@media screen and (min-width: 1080px) {
  .header .header__logo svg {
    max-width: 90px;
    height: 50px;
  }
}
@media screen and (min-width: 1080px) {
  .header .header__logo {
    top: 0.25rem;
    left: 0rem;
    transform: none;
  }
}
.header .header__about {
  display: none;
}
@media screen and (min-width: 1080px) {
  .header .header__about {
    display: block;
    position: fixed;
    top: 0.5rem;
    right: 1rem;
    font-size: 0.9rem;
  }
}
.header .zigzag {
  position: relative;
}
.header .zigzag:after {
  content: "";
  width: 100%;
  position: absolute;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAH0lEQVQYlWNgGObgPxQTVISNjVMRTjF8Vv0nRhFcDQDv1Qn3IBa3OQAAAABJRU5ErkJggg==) repeat-x;
  background-position: bottom;
  background-size: 15% 90%;
  top: 30px;
  bottom: 0px;
  left: 0;
  animation: zigzags 2s infinite linear;
  animation-play-state: paused;
}
.header .zigzag:hover:after {
  animation-play-state: running;
}
.header .category-filters {
  width: auto;
  font-size: 0.9rem;
  z-index: 9;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1080px) {
  .header .category-filters {
    width: 100vw;
  }
}
.header .category-filters .filter {
  margin-right: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: auto;
  transition: all 0.25s;
  cursor: pointer;
}
.header .category-filters .filter:last-child {
  margin-right: 0;
}
@media screen and (min-width: 1080px) {
  .header .category-filters .filter {
    padding: 0px 0.5rem;
  }
}
.header .category-filters .filter .filter-box {
  width: 13px;
  height: 13px;
  margin-right: 5px;
  border-radius: 50%;
}
.header .category-filters__wrapper {
  display: none;
}
@media screen and (min-width: 1080px) {
  .header .category-filters__wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
  }
}
.header .header__menu {
  transform: translateZ(3px);
  position: fixed;
  right: 1rem;
  top: 1rem;
  cursor: pointer;
  z-index: 999;
  transition: all 0.4s;
  font-size: 1.5rem;
}
.header .header__menu:after {
  position: absolute;
  content: "?";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header .header__menu.open {
  transition: all 0.4s;
  transform: rotate(180deg);
  right: 1.5rem;
  top: 1.25rem;
}
.header .header__menu.open:after {
  content: "\2715";
}
@media screen and (min-width: 1080px) {
  .header .header__menu {
    display: none;
  }
}
.header .mobile-search {
  margin-top: 30px;
  display: flex;
}
@media screen and (min-width: 1080px) {
  .header .mobile-search {
    display: none;
  }
}
.header .navigation {
  position: fixed;
  top: 0.5rem;
  left: 1rem;
  right: 1rem;
  height: auto;
  background: #F8F8F8;
  border-radius: 10px;
  z-index: 888;
  text-align: center;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.1);
  transition: opacity 0.4s;
}
.header .navigation.open {
  transition: opacity 0.4s;
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 1080px) {
  .header .navigation {
    display: none;
  }
}
.header .navigation-main {
  font-size: 1.3rem;
}
.header .navigation-main a {
  transition: all 0.25s;
}
.header .navigation-main a:hover {
  transition: all 0.25s;
  text-shadow: 0px 0px 15px #6275F2;
}
.header .navigation-categories {
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 30px;
  flex-wrap: wrap;
}
.header .navigation-categories a {
  margin-right: 20px;
  white-space: nowrap;
}
.header .navigation-categories a:last-child {
  margin-right: 0;
}
@media screen and (min-width: 1080px) {
  .header .navigation-categories a {
    margin-right: 30px;
  }
}
.header .navigation-categories .circle {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin-right: 3px;
  transition: all 0.3s;
}
@media screen and (min-width: 1080px) {
  .header .navigation-categories .circle {
    margin-right: 5px;
    width: 20px;
    height: 20px;
  }
}
.header .navigation-categories a:hover .circle {
  transition: all 0.3s;
  border-left: 5px solid #000;
}
.header .bounce-text span:hover {
  position: relative;
  top: 3px;
  color: black;
  display: inline-block;
  animation: bounce 0.5s ease infinite alternate;
}
.header .bounce-text span:nth-child(2) {
  animation-delay: 0.1s;
}
.header .bounce-text span:nth-child(3) {
  animation-delay: 0.1s;
}
.header .bounce-text span:nth-child(4) {
  animation-delay: 0.1s;
}
.header .bounce-text span:nth-child(5) {
  animation-delay: 0.1s;
}
.header .bounce-text span:nth-child(6) {
  animation-delay: 0.1s;
}
.header .bounce-text span:nth-child(7) {
  animation-delay: 0.1s;
}
.header .bounce-text span:nth-child(8) {
  animation-delay: 0.1s;
}
.header .bounce-text span:nth-child(9) {
  animation-delay: 0.1s;
}
.header .bounce-text span:nth-child(10) {
  animation-delay: 0.1s;
}
.header .bounce-text span:nth-child(11) {
  animation-delay: 0.1s;
}
.header .bounce-text span:nth-child(12) {
  animation-delay: 1s;
}
.header .bounce-text span:nth-child(13) {
  animation-delay: 0.1s;
}
.header .bounce-text span:nth-child(14) {
  animation-delay: 0.1s;
}

.footer {
  width: 100%;
  padding: 1rem;
  z-index: 999;
  position: relative;
  font-size: 1rem;
  line-height: 1.2;
}
@media screen and (min-width: 800px) {
  .footer {
    font-size: 1rem;
  }
}
.footer .footer-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (min-width: 800px) {
  .footer .footer-wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (min-width: 800px) {
  .footer .footer-link {
    margin-right: 15px;
  }
  .footer .footer-link:last-child {
    margin-right: 0;
  }
}
.footer .footer-search {
  display: none;
}
@media screen and (min-width: 800px) {
  .footer .footer-search {
    display: block;
  }
}
.footer .footer-info {
  flex-direction: column;
  align-items: center;
  border-radius: 30px;
  padding: 2rem;
}
@media screen and (min-width: 800px) {
  .footer .footer-info {
    flex-direction: row;
    padding: 0.5rem 1rem;
  }
}
.footer .footer-info .footer-arrow svg {
  width: 15px;
}
.footer .footer-info a {
  transition: all 0.25s;
}
@media screen and (min-width: 800px) {
  .footer .footer-info a {
    margin-right: 20px;
  }
  .footer .footer-info a:last-child {
    margin-right: 0;
  }
  .footer .footer-info a:hover {
    transition: all 0.25s;
    margin-top: -5px;
  }
}
.footer .copyright {
  white-space: nowrap;
  margin-top: 50px;
  border-radius: 30px;
  padding: 0.5rem 1.5rem;
}
@media screen and (min-width: 800px) {
  .footer .copyright {
    margin-top: 0;
  }
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
  background: transparent;
  outline: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  box-shadow: none !important;
  outline: none;
  border: none;
  font-size: 16px;
  letter-spacing: 0;
  padding: 2px 4px;
  border: 1px solid black;
  transition: all 0.25s;
  line-height: 30px;
  border-radius: 25px;
  text-align: left;
  padding-left: 12px;
}
@media screen and (min-width: 800px) {
  input[type=search] {
    font-size: 23px;
    padding: 5px 7px;
    padding-left: 20px;
  }
}

.search-input:focus {
  transition: all 0.25s;
}

.search-results {
  margin-top: 80px;
}

.no-results {
  margin-top: 80px;
  padding: 0 30px;
  font-size: 30px;
  line-height: 1.3;
  text-align: center;
}
@media screen and (min-width: 800px) {
  .no-results {
    font-size: 50px;
  }
}

.search-results-input {
  width: 100%;
  border: 0;
  -webkit-appearance: none;
  box-shadow: none !important;
  border-bottom: 1px solid black;
  font-size: 30px;
  padding: 0;
}

.alm-load-more-btn.done {
  display: none;
}

.alm-btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.alm-load-more-btn {
  font-size: 18px;
  background: transparent;
  border: 1px solid black;
  border-radius: 50%;
  padding: 20px;
  transition: all 0.25s;
}
@media screen and (min-width: 800px) {
  .alm-load-more-btn {
    font-size: 27px;
  }
}
.alm-load-more-btn:hover {
  transition: all 0.25s;
  background: black;
  color: white;
}
.alm-load-more-btn:focus {
  outline: 0;
  box-shadow: none !important;
}

.ajax-categories-wrapper img {
  opacity: 1;
}

.comment-section {
  width: 100%;
  padding: 50px 20px;
}
.comment-section textarea::-moz-placeholder {
  color: black;
}
.comment-section textarea::placeholder {
  color: black;
}
@media screen and (min-width: 800px) {
  .comment-section {
    padding-top: 100px;
  }
}

.comment-form {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 800px) {
  .comment-form {
    width: 500px;
    margin: 0 auto;
  }
}

.comment-email,
.comment-author {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  height: 40px;
  width: 100%;
  border: 1px solid black;
  border-bottom: 0;
  font-size: 16px;
}
@media screen and (min-width: 800px) {
  .comment-email,
.comment-author {
    font-size: 18px;
  }
}

.comment-message {
  background: rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 200px;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0;
  color: black;
}
@media screen and (min-width: 800px) {
  .comment-message {
    font-size: 18px;
  }
}

.comment-btn {
  border: 1px solid black;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  margin-top: 10px;
  transition: all 0.25s;
}
.comment-btn:hover {
  transition: all 0.25s;
  background: black;
  color: white;
}

.comment-board {
  width: 100%;
  background: white;
  max-width: 500px;
  margin: 0 auto;
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  padding: 20px;
  border: 1px solid black;
}

.comment-replies {
  width: 100%;
  max-width: 500px;
  background: white;
  margin-bottom: 20px;
}
.comment-replies:last-child {
  margin-bottom: 0px;
}

.comment-right {
  text-align: right;
  margin-top: 20px;
}

.pagination {
  margin: 0 auto;
  font-size: 0.9rem;
  line-height: 1.1;
  text-align: center;
  margin-top: 4rem;
  display: flex;
  flex-direction: row;
}
@media screen and (min-width: 800px) {
  .pagination {
    font-size: 1.2rem;
  }
}

.pagination__page {
  border-radius: 20px;
  background: #E2DED2;
  padding: 0.25rem 0.75rem;
  transition: all 0.25s;
  margin: 0.5rem;
}
.pagination__page:hover {
  transition: all 0.25s;
  opacity: 0.7;
}
.pagination__page.current {
  opacity: 0.6;
  pointer-events: none;
}

.pagination__cta {
  border-radius: 20px;
  background: #E2DED2;
  padding: 0.5rem 1rem;
  transition: all 0.25s;
  margin: 0.5rem;
}
.pagination__cta:hover {
  transition: all 0.25s;
  opacity: 0.7;
}
.pagination__cta.disabled {
  opacity: 0.6;
  pointer-events: none;
}

.home {
  height: auto;
  width: 100%;
  margin-top: 60px;
  position: relative;
  animation: fadeInAnimation ease 1.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@media screen and (min-width: 800px) {
  .home {
    margin-top: 80px;
  }
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.home__hero {
  width: 100%;
}
.home__hero .home__hero-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  padding: 0 2rem;
}
@media screen and (min-width: 800px) {
  .home__hero .home__hero-wrapper {
    align-items: center;
    padding: 1rem;
  }
}
.home__hero .home__hero-color {
  padding: 1.5rem;
  border-radius: 25px;
}
.home__hero .home__hero-block {
  width: 100%;
  margin-bottom: 2rem;
}
.home__hero .home__hero-block:first-child {
  flex-basis: 100%;
}
.home__hero .home__hero-block:nth-child(2) {
  flex-basis: 50%;
  margin-right: 1rem;
}
.home__hero .home__hero-block:nth-child(3) {
  flex-basis: 45%;
}
@media screen and (min-width: 800px) {
  .home__hero .home__hero-block {
    margin-bottom: 3rem;
  }
  .home__hero .home__hero-block:nth-child(1) {
    flex-basis: 80%;
    padding-left: 2rem;
    padding-right: 3rem;
  }
  .home__hero .home__hero-block:nth-child(2) {
    flex-basis: 45%;
    margin-right: 0;
    padding-right: 2rem;
  }
  .home__hero .home__hero-block:nth-child(3) {
    flex-basis: 45%;
  }
}
.home__hero .home__hero-image {
  position: relative;
  padding-bottom: 70%;
  height: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.home__hero .home__hero-image img {
  border-radius: 15px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home__hero .home__hero-title {
  margin-top: 0.5rem;
  font-size: 1.2rem;
  line-height: 1.2;
}
@media screen and (min-width: 800px) {
  .home__hero .home__hero-title {
    font-size: 1.5rem;
  }
}

.about {
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 60px;
}
@media screen and (min-width: 800px) {
  .about {
    height: 100vh;
    overflow: hidden;
  }
}
.about .about-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 110px;
}
@media screen and (min-width: 800px) {
  .about .about-wrapper {
    padding-top: 0;
  }
}
.about .about__headline {
  font-family: "Instrument Serif", serif;
  text-align: center;
  margin-bottom: 0.5rem;
  font-size: 1.3rem;
}
@media screen and (min-width: 800px) {
  .about .about__headline {
    font-size: 1.7rem;
    margin-bottom: 1rem;
  }
}
.about .about__text {
  text-align: center;
  font-size: 1rem;
  line-height: 1.3;
}
@media screen and (min-width: 800px) {
  .about .about__text {
    font-size: 1.25rem;
    line-height: 1.3;
  }
}
.about .about-info {
  width: 280px;
  height: 280px;
  margin: 0 auto;
  border-radius: 50%;
  text-align: center;
  padding: 20px;
  z-index: 4;
  position: relative;
  margin-bottom: 30px;
  padding: 1.5rem;
}
@media screen and (min-width: 800px) {
  .about .about-info {
    position: absolute;
    top: 33%;
    left: 3%;
    margin: 0;
    width: 400px;
    height: 400px;
    padding: 20px;
    transform: rotate(-3deg);
  }
}
@media screen and (min-width: 1600px) {
  .about .about-info {
    left: 10%;
    width: 23vw;
    height: 23vw;
  }
}
.about .contact {
  width: 300px;
  height: auto;
  margin: 0 auto;
  padding: 20px;
  flex-direction: column;
  position: relative;
  margin-bottom: 30px;
  z-index: 4;
  border-radius: 30px;
}
@media screen and (min-width: 800px) {
  .about .contact {
    position: absolute;
    top: 32%;
    left: 35%;
    width: auto;
    transform: rotate(-2deg);
  }
}
.about .kickstarter {
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
  height: auto;
  padding: 20px;
  position: relative;
  margin-bottom: 30px;
  border-radius: 30px;
}
@media screen and (min-width: 800px) {
  .about .kickstarter {
    max-width: 580px;
    position: absolute;
    top: 27%;
    left: 45%;
    padding: 30px;
    transform: rotate(3deg);
  }
}
@media screen and (min-width: 1600px) {
  .about .kickstarter {
    max-width: 40vw;
    left: 50%;
  }
}
.about .kickstarter ul {
  margin-top: 1.5rem;
}
.about .memory {
  position: relative;
  width: 250px;
  height: 300px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10px;
  border-top-right-radius: 180px;
  border-top-left-radius: 180px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
@media screen and (min-width: 800px) {
  .about .memory {
    position: absolute;
    width: 300px;
    height: 350px;
    top: 48%;
    left: 55%;
    transform: rotate(2deg);
  }
}
.about .staff {
  width: 100%;
  padding: 20px;
  max-width: 280px;
  margin: 0 auto;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
  border-radius: 30px;
}
@media screen and (min-width: 800px) {
  .about .staff {
    width: 430px;
    height: auto;
    position: absolute;
    top: 14%;
    left: 20%;
    margin-bottom: 0;
    overflow-x: hidden;
    text-align: left;
  }
}
.about .staff .staff-member {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 800px) {
  .about .staff .staff-member {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
}
.about .staff .staff-member .staff-name {
  font-size: 1rem;
  line-height: 1;
  color: black;
}
@media screen and (min-width: 800px) {
  .about .staff .staff-member .staff-name {
    font-size: 1.3rem;
  }
}
.about .staff .staff-member .staff-title {
  font-size: 1.2rem;
  line-height: 1;
  margin: 0;
}
@media screen and (min-width: 800px) {
  .about .staff .staff-member .staff-title {
    font-size: 1.25rem;
  }
}
.about .staff .staff-member .arrow {
  margin-left: 2px;
  opacity: 1;
  margin-bottom: -2px;
}
.about .staff .staff-member .arrow svg {
  width: 8px;
}
@media screen and (min-width: 800px) {
  .about .staff .staff-member .arrow {
    opacity: 0;
    width: 0;
    margin-left: 0;
  }
  .about .staff .staff-member .arrow svg {
    width: 12px;
  }
}
@media screen and (min-width: 800px) {
  .about .staff .staff-member a:hover .arrow {
    opacity: 1;
    width: auto;
    margin-left: 5px;
  }
}

.categories {
  min-height: 100vh;
  width: 100%;
  margin-top: 70px;
  padding-bottom: 100px;
}
@media screen and (min-width: 800px) {
  .categories {
    margin-top: 80px;
  }
}

.categories__wrapper {
  display: grid;
  grid-gap: 1rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr 1fr);
  align-items: center;
  justify-items: center;
  align-content: center;
  padding: 0 1rem;
}
@media screen and (min-width: 800px) {
  .categories__wrapper {
    grid-template-columns: repeat(1, 1fr 1fr);
    grid-gap: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .categories__wrapper {
    grid-gap: 3rem;
    grid-template-columns: repeat(1, 1fr 1fr 1fr 1fr);
    grid-auto-rows: max-content;
  }
}

.category__block {
  position: relative;
  border-radius: 25px;
  padding: 20px;
  overflow: hidden;
  transition: all 0.25s;
}

.block__title {
  font-size: 1.25rem;
  line-height: 1.1;
}
@media screen and (min-width: 800px) {
  .block__title {
    font-size: 1.5rem;
    line-height: 1.2;
  }
}

.block__category {
  font-size: 7rem;
}

.block__description {
  margin-top: 0.5rem;
}

.block__image {
  border-radius: 1rem;
}

@media screen and (min-width: 800px) {
  .category-block:hover .block-image {
    display: none;
  }
  .category-block:hover .block-description {
    display: block;
  }
}

.article {
  margin-bottom: 100px;
}
.article .aspect-ratio {
  position: relative;
  overflow: hidden;
}
.article .img__ratio {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
.article img {
  border-radius: 30px;
}

.article-hero {
  z-index: 2;
  position: relative;
  width: 100%;
}
.article-hero-image__mobile {
  width: 100%;
  min-height: 100%;
  height: 500px;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: sticky;
  top: 0;
}
@media screen and (min-width: 800px) {
  .article-hero-image__mobile {
    display: none;
  }
}

.article-hero__wrapper {
  width: 100%;
  min-height: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 800px) {
  .article-hero__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
}
.article-hero__wrapper .article-hero-image__desktop {
  display: none;
}
@media screen and (min-width: 800px) {
  .article-hero__wrapper .article-hero-image__desktop {
    position: relative;
    display: flex;
    margin: 0 auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-bottom: 0;
    width: 50%;
    min-height: 90vh;
    flex-basis: 50%;
    border-radius: 50px;
    margin: 3.5rem;
  }
}

.article-header {
  text-align: center;
  padding: 20px;
  padding-bottom: 50px;
  position: relative;
  z-index: 2;
  transform: translateZ(1px);
}
@media screen and (min-width: 800px) {
  .article-header {
    margin-bottom: 80px;
    flex-basis: 50%;
    padding: 10px 20px;
  }
}
.article-header .article-date {
  font-size: 16px;
  margin-top: 20px;
  letter-spacing: -0.5px;
}
@media screen and (min-width: 800px) {
  .article-header .article-date {
    font-size: 21px;
    margin-top: 30px;
  }
}
.article-header .author {
  font-size: 16px;
  line-height: 1.3;
  max-width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 800px) {
  .article-header .author {
    font-size: 21px;
    max-width: 600px;
    margin: 0 auto;
  }
}
.article-header .article-headline {
  font-size: 36px;
  line-height: 1.1;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px;
  letter-spacing: -1px;
}
@media screen and (min-width: 800px) {
  .article-header .article-headline {
    padding: 3rem 2rem;
    font-size: 45px;
    max-width: 900px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .article-header .article-headline {
    padding: 4rem 2rem;
    font-size: 60px;
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1400px) {
  .article-header .article-headline {
    max-width: 1200px;
    margin: 0 auto;
  }
}

.article-body {
  z-index: 2;
  overflow-x: hidden;
  position: relative;
  transform: translateZ(1px);
  padding: 1.5rem;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
@media screen and (min-width: 800px) {
  .article-body {
    padding: 3rem;
  }
}
.article-body .article-body__wrapper {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 1rem;
  border-radius: 35px;
  padding: 1rem;
}
@media screen and (min-width: 800px) {
  .article-body .article-body__wrapper {
    padding: 2rem;
    margin-top: 3rem;
  }
}
.article-body h1,
.article-body h2,
.article-body h3,
.article-body h4,
.article-body h5,
.article-body h6 {
  font-size: 25px;
  line-height: 1.3;
  margin-bottom: 20px;
  margin-top: 10px;
}
@media screen and (min-width: 800px) {
  .article-body h1,
.article-body h2,
.article-body h3,
.article-body h4,
.article-body h5,
.article-body h6 {
    font-size: 28px;
  }
}
.article-body a {
  transition: all 0.25s;
}
.article-body a:hover {
  opacity: 0.8;
  transition: all 0.25s;
}
.article-body p {
  width: 100%;
  margin-bottom: 30px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.5px;
}
@media screen and (min-width: 800px) {
  .article-body p {
    font-size: 1.35rem;
  }
}
.article-body .introduction {
  width: 100%;
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: -0.5px;
  line-height: 1.3;
}
@media screen and (min-width: 800px) {
  .article-body .introduction {
    max-width: 1000px;
    margin: 80px auto;
    font-size: 42px;
    line-height: 1.2;
  }
}
.article-body .spacer {
  height: 1em;
  width: 100%;
}
@media screen and (min-width: 800px) {
  .article-body .spacer {
    height: 2em;
  }
}
.article-body .caption,
.article-body .caption p {
  font-size: 0.8rem;
  line-height: 1.2;
  text-align: left;
  opacity: 0.8;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 800px) {
  .article-body .caption,
.article-body .caption p {
    font-size: 1rem;
  }
}
.article-body .paragraph-block {
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media screen and (min-width: 800px) {
  .article-body .paragraph-block {
    max-width: 800px;
    min-width: 600px;
    margin: 0 auto;
    margin-bottom: 50px;
  }
}
.article-body .lyrics-block {
  width: auto;
  margin-bottom: 40px;
  padding: 0 20px;
  line-height: 1.2;
}
@media screen and (min-width: 800px) {
  .article-body .lyrics-block {
    max-width: 800px;
    min-width: 600px;
    margin: 0 auto;
    margin-bottom: 60px;
    line-height: 1.3;
  }
}
.article-body .lyrics-block p {
  display: inline;
  width: auto;
  font-family: "Instrument Serif", serif;
  margin-bottom: 30px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.3;
}
@media screen and (min-width: 800px) {
  .article-body .lyrics-block p {
    font-size: 22px;
  }
}
.article-body .tiktok__embed {
  margin: 40px auto;
}
.article-body .tiktok__embed iframe {
  max-height: 778px !important;
  border-radius: 30px;
}
.article-body .tiktok__embed section {
  background: white;
}
.article-body .gameblock {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 800px) {
  .article-body .gameblock {
    max-width: 60%;
    margin: 0 auto;
  }
}
.article-body .gameblock .gameblock__wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 90%;
}
.article-body .gameblock iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 30px;
}
.article-body .playlists {
  width: 100%;
  margin: 3rem auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 800px) {
  .article-body .playlists {
    margin: 4rem 0;
  }
}
.article-body .playlists iframe {
  flex-basis: 100%;
  width: 80%;
  margin: 0 auto;
  border-radius: 30px;
}
@media screen and (min-width: 800px) {
  .article-body .playlists iframe {
    width: 100% !important;
    margin: 0 auto;
    max-width: 100% !important;
  }
}
.article-body .playlists .info_area {
  background: white !important;
}
.article-body .video-embed {
  width: 100%;
  padding: 0 20px;
  margin: 50px auto;
}
@media screen and (min-width: 800px) {
  .article-body .video-embed {
    max-width: 100%;
    margin: 100px auto;
  }
}
.article-body .video-embed .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  border-radius: 30px;
}
.article-body .video-embed .video-container iframe,
.article-body .video-embed .video-container object,
.article-body .video-embed .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.article-body .article-quote {
  text-align: center;
  font-family: "Instrument Serif", serif;
  font-size: 1.5rem;
  line-height: 1.2;
  padding: 30px 0px;
  margin: 0px auto;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}
@media screen and (min-width: 800px) {
  .article-body .article-quote {
    font-size: 3rem;
    line-height: 1.1;
    max-width: 90%;
    margin: 0 auto;
    margin-bottom: 50px;
    padding: 40px 20px;
  }
}
.article-body .singleimage {
  margin-bottom: 20px;
}
@media screen and (min-width: 800px) {
  .article-body .singleimage {
    padding: 1em;
    margin-bottom: 40px;
  }
}
.article-body .singleimage .singleimage-img {
  width: 100%;
  max-width: 100vw;
  margin: 0 auto;
  border-radius: 30px;
}
@media screen and (min-width: 800px) {
  .article-body .singleimage .singleimage-img {
    max-width: 100vw;
    margin: 0 auto;
  }
}
.article-body .singleimage .singleimage-caption {
  margin-top: 0.5em;
  margin-bottom: 10px;
}
@media screen and (min-width: 800px) {
  .article-body .singleimage .singleimage-caption {
    margin-bottom: 20px;
  }
}
.article-body .twolandscapes {
  width: 100%;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 800px) {
  .article-body .twolandscapes {
    padding: 0;
    margin-bottom: 40px;
  }
}
.article-body .twolandscapes .twolandscapes-caption {
  margin-top: 0.5em;
}
.article-body .twolandscapes .twolandscapes-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 800px) {
  .article-body .twolandscapes .twolandscapes-wrapper {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }
}
.article-body .twolandscapes .twolandscapes-block {
  width: 100%;
  margin-bottom: 0.5em;
}
.article-body .twolandscapes .twolandscapes-block:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 800px) {
  .article-body .twolandscapes .twolandscapes-block {
    flex-basis: 50%;
    margin-right: 1em;
    margin-bottom: 0;
  }
  .article-body .twolandscapes .twolandscapes-block:last-child {
    margin-right: 0;
  }
}
.article-body .twolandscapes .twolandscapes-block .aspect-ratio::after {
  display: block;
  content: "";
  padding-top: 66.66%;
}
.article-body .twoportraits {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 800px) {
  .article-body .twoportraits {
    padding: 0;
    max-width: 90vw;
    margin: 0 auto;
    margin-bottom: 60px;
  }
}
.article-body .twoportraits .twoportraits-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.article-body .twoportraits .twoportraits-block {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-bottom: 0.5em;
  margin-right: 1em;
}
.article-body .twoportraits .twoportraits-block:last-child {
  margin-right: 0;
}
.article-body .twoportraits .twoportraits-block .aspect-ratio::after {
  display: block;
  content: "";
  padding-top: 125%;
}
.article-body .imagecaption {
  width: 100%;
  margin-bottom: 10px;
  padding: 1em;
}
@media screen and (min-width: 800px) {
  .article-body .imagecaption {
    padding: 0;
    max-width: 70vw;
    margin: 0 auto;
    margin-bottom: 30px;
    border: 1px solid black;
  }
}
.article-body .imagecaption .imagecaption-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 800px) {
  .article-body .imagecaption .imagecaption-wrapper {
    flex-direction: row;
  }
}
.article-body .imagecaption .imagecaption-text {
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 30px;
}
@media screen and (min-width: 800px) {
  .article-body .imagecaption .imagecaption-text {
    flex-basis: 50%;
  }
}
.article-body .imagecaption .imagecaption-block {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (min-width: 800px) {
  .article-body .imagecaption .imagecaption-block {
    flex-basis: 50%;
    border-right: 1px solid black;
  }
}
.article-body .imagecaption .imagecaption-block:last-child {
  margin-right: 0;
}
.article-body .imagecaption .imagecaption-block .aspect-ratio::after {
  display: block;
  content: "";
  padding-top: 125%;
}
.article-body .threeimages {
  width: 100%;
  max-width: 100vw;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 1em;
}
@media screen and (min-width: 800px) {
  .article-body .threeimages {
    padding: 0;
  }
}
.article-body .threeimages .threeimages-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 800px) {
  .article-body .threeimages .threeimages-wrapper {
    flex-direction: row;
  }
}
@media screen and (min-width: 800px) {
  .article-body .threeimages .threeimages-caption {
    padding-left: 0.5em;
  }
}
.article-body .threeimages .threeimages-block {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 800px) {
  .article-body .threeimages .threeimages-block {
    margin-right: 1em;
  }
  .article-body .threeimages .threeimages-block:last-child {
    margin-right: 0;
  }
}
.article-body .threeimages .aspect-ratio::after {
  display: block;
  content: "";
  padding-top: 150%;
}

.article-category {
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  height: auto;
}
.article-category p {
  font-size: 20px;
}
.article-category .post-category {
  padding: 0 10px;
  width: auto;
  margin: 0 auto;
  display: inline-flex;
  justify-content: center;
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
}
@media screen and (min-width: 800px) {
  .article-category .post-category {
    font-size: 18px;
    margin-bottom: 80px;
  }
}
.article-category .sharelink {
  width: 100%;
  height: 30px;
  cursor: pointer;
}

.related {
  padding: 1rem 2rem;
  margin-top: 2rem;
  border-radius: 40px;
}
.related .related-title {
  font-size: 1.9rem;
}
@media screen and (min-width: 800px) {
  .related .related-title {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 800px) {
  .related {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 4rem;
    padding: 1rem 2rem;
  }
}
.related .related-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 800px) {
  .related .related-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 30px;
  }
}
.related .related-content .related-content-block {
  width: 100%;
  flex-basis: 100%;
  height: auto;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 800px) {
  .related .related-content .related-content-block {
    margin-bottom: 0;
    flex-basis: 30%;
  }
}
.related .related-content .related-content-block .related-image-wrapper {
  position: relative;
  overflow: hidden;
}
.related .related-content .related-content-block .related-image-wrapper::after {
  display: block;
  content: "";
  padding-top: 100%;
  position: absolute;
}
.related .related-content .related-content-block .related-text {
  font-size: 1.4rem;
  line-height: 1.2;
  margin-top: 0.5rem;
}
@media screen and (min-width: 800px) {
  .related .related-content .related-content-block .related-text {
    font-size: 1.7rem;
    line-height: 1.2;
  }
}

.author .author-header {
  text-align: center;
  margin-top: 120px;
  margin-bottom: 100px;
}
.author .author-post {
  width: 100%;
  height: auto;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

.notfound {
  height: 100vh;
  width: 100%;
  background: linear-gradient(270deg, #DDF481, #DE98FF, #ADDDFF);
  background-size: 600% 600%;
  animation: gradientBG 30s ease infinite;
}
.notfound .notfound-text {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}
.notfound .notfound-btn {
  border: 1px solid black;
  border-radius: 25px;
  background: white;
  height: 40px;
  width: 200px;
  margin: 0 auto;
  margin-top: 10px;
  text-align: center;
  line-height: 40px;
  transition: all 0.25s;
  font-size: 18px;
}
.notfound .notfound-btn:hover {
  transition: all 0.25s;
  background: black;
  color: white;
}

.hero {
  width: 100vw;
  height: 100%;
  min-height: 600px;
  background: white;
  padding-top: 80px;
}
@media screen and (min-width: 800px) {
  .hero {
    width: 100vw;
    min-height: 800px;
    padding-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .hero {
    width: 100vw;
    height: 100vh;
    padding-top: 0;
  }
}

.hero-wrapper {
  width: 100%;
  height: 100%;
  max-width: 90%;
  margin: 0 auto;
  flex-direction: column-reverse;
}
@media screen and (min-width: 800px) {
  .hero-wrapper {
    height: auto;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}

.hero-list {
  padding: 20px;
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 800px) {
  .hero-list {
    flex-basis: 40%;
  }
}
.hero-list .list-number {
  border: 1px solid black;
  min-width: 30px;
  height: 30px;
  margin-right: 10px;
  font-family: "Instrument Serif", serif;
  transition: all 0.25s;
}
@media screen and (min-width: 800px) {
  .hero-list .list-number {
    margin-right: 15px;
  }
}
.hero-list .list-item {
  margin-bottom: 15px;
  transition: all 0.25s;
  position: relative;
  line-height: 1.3;
}
.hero-list .list-item a {
  max-width: 350px;
  font-size: 18px;
  line-height: 1.3;
  padding-top: 4px;
}
@media screen and (min-width: 800px) {
  .hero-list .list-item a {
    font-size: 21px;
    padding-top: 0px;
  }
}
.hero-list .list-item:hover {
  transition: all 0.25s;
}
.hero-list .list-item:hover .list-number {
  border-radius: 50%;
}
.hero-list .list-item:hover a {
  font-style: italic;
}
.hero-list .list-item:nth-child(1) .list-number {
  background: #DE98FF;
}
.hero-list .list-item:nth-child(1):after {
  position: absolute;
  top: 3px;
  left: 10px;
  content: "3";
}
.hero-list .list-item:nth-child(2) .list-number {
  background: #DDF481;
}
.hero-list .list-item:nth-child(2):after {
  position: absolute;
  top: 3px;
  left: 10px;
  content: "2";
}
.hero-list .list-item:nth-child(3) .list-number {
  background: #ADDDFF;
}
.hero-list .list-item:nth-child(3):after {
  position: absolute;
  top: 3px;
  left: 10px;
  content: "1";
}

.hero-images {
  position: relative;
  min-height: 330px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  cursor: move;
}
@media screen and (min-width: 800px) {
  .hero-images {
    min-height: 500px;
    flex-basis: 60%;
    width: 100%;
    height: auto;
  }
}
.hero-images .hero-block {
  width: 250px;
  height: 250px;
  padding: 30px;
  border: 1px solid black;
  position: absolute;
  overflow: hidden;
  box-sizing: border-box;
}
@media screen and (min-width: 800px) {
  .hero-images .hero-block {
    width: 500px;
    height: 500px;
  }
}
.hero-images .image-headline {
  position: absolute;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  bottom: 10px;
  left: 0px;
  right: 0px;
  padding: 10px;
  transition: all 0.25s;
  line-height: 1.1;
  font-size: 15px;
  text-align: center;
}
@media screen and (min-width: 800px) {
  .hero-images .image-headline {
    max-width: 70%;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    left: 20px;
    right: 20px;
  }
}
.hero-images .image-headline p {
  background: white;
  border: 1px solid black;
  display: inline-block;
  width: auto;
  padding: 5px;
  line-height: 1.2;
}
.hero-images .image-headline:hover {
  transition: all 0.25s;
  text-decoration: underline;
}
@media screen and (min-width: 1200px) {
  .hero-images .image-headline {
    padding: 8px;
    font-size: 18px;
  }
}
.hero-images .hero-block:hover .image-headline {
  transition: all 0.25s;
}
@media screen and (min-width: 800px) {
  .hero-images .hero-block:hover .image-headline {
    opacity: 1;
    visibility: visible;
  }
}
.hero-images .hero-block-inner {
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.hero-images .block-arrow {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 35px;
  height: 35px;
  background: white;
  border-radius: 50%;
  border: 1px solid black;
  transition: all 0.25s;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .hero-images .block-arrow {
    width: 50px;
    height: 50px;
  }
}
.hero-images .block-arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
}
@media screen and (min-width: 1200px) {
  .hero-images .block-arrow svg {
    width: 20px;
    height: 20px;
  }
}
.hero-images .block-arrow:hover {
  transition: all 0.25s;
  transform: rotate(10deg);
}
.hero-images .hero-block:nth-child(1) {
  background: #DE98FF;
  top: 0%;
  left: 10%;
  transform: rotate(2deg);
}
@media screen and (min-width: 800px) {
  .hero-images .hero-block:nth-child(1) {
    left: -10%;
    top: 0%;
  }
}
.hero-images .hero-block:nth-child(2) {
  background: #DDF481;
  top: 18%;
  left: 5%;
  transform: rotate(3deg);
}
@media screen and (min-width: 767px) {
  .hero-images .hero-block:nth-child(2) {
    top: 6%;
    left: 35%;
  }
}
@media screen and (min-width: 1080px) {
  .hero-images .hero-block:nth-child(2) {
    top: 0%;
    left: 8%;
  }
}
.hero-images .hero-block:nth-child(3) {
  background: #ADDDFF;
  top: 10%;
  right: 10%;
  transform: rotate(-5deg);
}
@media screen and (min-width: 800px) {
  .hero-images .hero-block:nth-child(3) {
    top: 0%;
  }
}
.hero-images .hero-block:nth-child(4) {
  background: #FFBC89;
  top: 27%;
  right: 5%;
  transform: rotate(4deg);
}
@media screen and (min-width: 800px) {
  .hero-images .hero-block:nth-child(4) {
    right: 20%;
    top: 0;
  }
}

.fwvideo__container {
  width: 100vw;
  height: 100%;
  background: white;
  padding-top: 80px;
  padding-bottom: 80px;
  z-index: 2;
  transform: translateZ(1px);
}

.fwvideo {
  width: 85vw;
  margin: 0 auto;
  position: relative;
  border-radius: 15px;
  cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'  width='40' height='48' viewport='0 0 100 100' style='fill:black;font-size:24px;'><text y='50%'>	✨</text></svg>") 16 0, auto; /*!emojicursor.app*/
  transform: translateZ(1px);
}
@media screen and (min-width: 800px) {
  .fwvideo {
    width: 70vw;
    border-radius: 15px;
    margin: 0 auto;
  }
}
.fwvideo .fwvideo-bg video {
  background: transparent;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
  border: 1px solid black;
  background-size: cover;
}
@media screen and (min-width: 800px) {
  .fwvideo .fwvideo-bg video {
    border-radius: 25px;
  }
}
.fwvideo-title {
  padding: 0 20px;
  margin-top: 20px;
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: -2px;
  text-align: center;
  z-index: 2;
  transform: translateZ(1px);
  position: relative;
  transition: all 0.25s;
}
.fwvideo-title:hover {
  transition: all 0.25s;
  color: #6275F2;
}
@media screen and (min-width: 800px) {
  .fwvideo-title {
    max-width: 800px;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 50px;
    line-height: 1.1;
  }
}

.fwvideo__info {
  text-align: center;
}

.fwvideo__cta {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.25s;
}
.fwvideo__cta:hover {
  transition: all 0.25s;
  color: #6275F2;
}

.announcement {
  width: 100vw;
  height: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  text-transform: uppercase;
  overflow: hidden;
  z-index: 2;
  position: relative;
  background: white;
  border-top: 1px solid black;
}

#marquee {
  overflow: hidden;
  white-space: nowrap;
}

.twoblocks {
  width: 100vw;
  height: 400px;
  flex-direction: column;
  border-top: 1px solid black;
  position: relative;
  background: white;
  position: relative;
  z-index: 2;
  transform: translateZ(1px);
}
@media screen and (min-width: 800px) {
  .twoblocks {
    height: 50vh;
    flex-direction: row;
  }
}
.twoblocks:nth-child(odd) {
  flex-direction: row-reverse;
}

@media screen and (min-width: 800px) {
  .twoblocks:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 50%;
    border-left: 1px solid black;
    transform: translate(-50%);
  }
}

.twoblocks:last-child {
  border-bottom: 1px solid black;
}

.twoblocks-image {
  display: none;
}
@media screen and (min-width: 800px) {
  .twoblocks-image {
    flex-basis: 50%;
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
}

.twoblocks-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.twoblocks-video-wrapper video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.twoblocks-image:before {
  content: "";
  display: block;
  padding-top: 75%;
  overflow: hidden;
}

.twoblocks-image img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

.twoblocks-text {
  width: 100%;
  height: 100%;
  padding: 1.2em;
  transition: all 0.25s;
}
.twoblocks-text:hover {
  transition: all 0.25s;
  filter: brightness(110%);
}
@media screen and (min-width: 800px) {
  .twoblocks-text {
    flex-basis: 50%;
    padding: 2em;
  }
}

.twoblocks-title {
  font-size: 21px;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
@media screen and (min-width: 800px) {
  .twoblocks-title {
    flex-basis: 50%;
    font-size: 32px;
    padding: 2em;
    max-width: 500px;
    margin: 0 auto;
  }
}

.twoblocks-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  text-align: center;
  position: relative;
}

.twoblocks-mobile-image {
  overflow: hidden;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (min-width: 800px) {
  .twoblocks-mobile-image {
    display: none;
  }
}

.twoblocks-mobile-image:before {
  content: "";
  display: block;
  padding-top: 70%;
}

.twoblocks-mobile-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
@media screen and (min-width: 800px) {
  .twoblocks-mobile-video {
    display: none;
  }
}
.twoblocks-mobile-video video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.twoblocks-date {
  position: absolute;
  top: 0;
  left: 0;
}

.twoblocks-mobile-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.latest {
  background: white;
  z-index: 2;
  position: relative;
  transform: translateZ(1px);
}

.latest-headline {
  text-align: center;
  font-size: 50px;
  line-height: 1.2;
  font-style: italic;
  font-family: "Instrument Serif", serif;
  max-width: 400px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 40px;
  text-shadow: 0px 0px 20px #6275F2;
}
@media screen and (min-width: 800px) {
  .latest-headline {
    font-size: 70px;
    line-height: 1.2;
    padding-top: 100px;
    padding-bottom: 80px;
  }
}

.latest-articles {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 800px) {
  .latest-articles {
    max-width: 900px;
    margin: 0 auto;
    padding: 0;
  }
}
.latest-articles .latest-block {
  width: 100%;
  height: 100%;
  max-height: 85px;
  overflow: hidden;
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
  position: relative;
  transition: max-height 0.25s ease-in;
  box-shadow: 0px -5px 15px 2px rgba(0, 0, 0, 0.1);
}
.latest-articles .latest-block:first-child {
  box-shadow: none;
}
.latest-articles .latest-block:last-child {
  border-bottom: 1px solid black;
}
.latest-articles .latest-block .background-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.7s;
}
.latest-articles .latest-block .latest-content {
  padding: 30px 30px;
  z-index: 2;
  position: relative;
  flex-direction: column;
  align-items: center;
}
.latest-articles .latest-block .latest-header {
  font-family: "DM Sans", sans-serif;
  width: 100%;
  font-size: 16px;
  line-height: 1.2;
}
@media screen and (min-width: 800px) {
  .latest-articles .latest-block .latest-header {
    font-size: 24px;
  }
}
.latest-articles .latest-block .latest-footer {
  width: 100%;
}
.latest-articles .latest-block .latest-title {
  width: 100%;
  font-size: 20px;
  line-height: 1.2;
  padding-right: 10px;
  flex-basis: 80%;
  letter-spacing: -0.5px;
}
@media screen and (min-width: 800px) {
  .latest-articles .latest-block .latest-title {
    max-width: 800px;
    flex-basis: 70%;
    padding-right: 30px;
    font-size: 27px;
  }
}
.latest-articles .latest-block .latest-author {
  text-align: right;
  font-size: 22px;
  line-height: 1.1;
  flex-basis: 70%;
  letter-spacing: -1px;
}
@media screen and (min-width: 800px) {
  .latest-articles .latest-block .latest-author {
    font-size: 30px;
  }
}
.latest-articles .latest-block .latest-description {
  font-size: 29px;
  font-family: "" DM Sans "", sans-serif;
}
.latest-articles .latest-block .latest-image {
  max-width: 300px;
  max-height: 300px;
  margin: 15px auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 800px) {
  .latest-articles .latest-block .latest-image {
    margin: 30px auto;
  }
}
.latest-articles .latest-block .read-more {
  width: 40px;
  height: 40px;
}
.latest-articles .latest-block .read-more svg {
  width: 20px;
  transition: all 0.25s;
}
@media screen and (min-width: 800px) {
  .latest-articles .latest-block .read-more svg {
    width: 25px;
  }
}
.latest-articles .latest-block .read-more:hover {
  transition: all 0.25s;
}
.latest-articles .latest-block .read-more:hover svg {
  transform: rotate(10deg);
}
.latest-articles .latest-block:hover {
  max-height: 110px;
  transition: max-height 0.25s ease-in;
}
.latest-articles .latest-block:hover svg {
  transform: rotate(10deg);
}
.latest-articles .latest-block:hover .background-wrapper {
  opacity: 1;
}
.latest-articles .latest-block.open {
  transition: max-height 0.25s ease-in;
  height: auto;
  max-height: 700px;
  overflow: hidden;
}
.latest-articles .latest-block.open .background-wrapper {
  opacity: 1;
}

.colorbg {
  width: 100%;
  margin: 1rem auto;
  padding: 1rem;
  position: relative;
  transform: translateZ(1px);
  cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'  width='40' height='48' viewport='0 0 100 100' style='fill:black;font-size:24px;'><text y='50%'>	✍️</text></svg>") 16 0, auto;
}
@media screen and (min-width: 800px) {
  .colorbg {
    padding: 2rem 1rem;
  }
}
.colorbg .colorbg-wrapper {
  width: 100%;
  height: 100%;
  flex-direction: column;
  z-index: 2;
  padding: 1rem 0.75rem;
  border-radius: 30px;
  background-color: #FFD1AD;
}
@media screen and (min-width: 800px) {
  .colorbg .colorbg-wrapper {
    padding: 2rem;
    border-radius: 2rem;
  }
}
.colorbg .colorbg-wrapper .colorbg-title {
  margin-bottom: 20px;
  color: black;
  font-size: 1.8rem;
  line-height: 1.1;
}
@media screen and (min-width: 800px) {
  .colorbg .colorbg-wrapper .colorbg-title {
    margin-bottom: 30px;
    font-size: 2.8rem;
    line-height: 1.1;
  }
}
.colorbg .colorbg-wrapper .colorbg__cta {
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8rem;
  transition: all 0.25s;
  z-index: 5;
  transform: translateZ(4px);
}
@media screen and (min-width: 800px) {
  .colorbg .colorbg-wrapper .colorbg__cta {
    font-size: 0.9rem;
  }
}
.colorbg .colorbg-wrapper .colorbg__contact {
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (min-width: 800px) {
  .colorbg .colorbg-wrapper .colorbg__contact {
    font-size: 1.2rem;
  }
}

.postcards {
  margin: 1rem;
}

.postcards__wrapper {
  border: 1px solid black;
  border-radius: 30px;
  display: grid;
  grid-gap: 2rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr 1fr);
  padding: 2rem;
}
@media screen and (min-width: 800px) {
  .postcards__wrapper {
    grid-template-columns: repeat(1, 1fr 1fr 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .postcards__wrapper {
    grid-gap: 2rem;
    grid-template-columns: repeat(1, 1fr 1fr 1fr 1fr);
    grid-auto-rows: max-content;
  }
}

.postcard__wrapper {
  display: flex;
  flex-direction: column;
}

.postcard__image img {
  border-radius: 20px;
}

.postcard__title {
  margin-top: 0.5rem;
  font-size: 1.7rem;
}

/*# sourceMappingURL=style.css.map*/