@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@400;700&display=swap");
@font-face {
  font-family: 'Superclarendon';
  src: url("../fonts/SuperclarendonRg.woff2") format("woff2"), url("../fonts/SuperclarendonRg.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Superclarendon';
  src: url("../fonts/SuperclarendonRg-Bold.woff2") format("woff2"), url("../fonts/SuperclarendonRg-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Superclarendon';
  src: url("../fonts/SuperclarendonRg-Italic.woff2") format("woff2"), url("../fonts/SuperclarendonRg-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }
@keyframes filltaste {
  0% {
    fill: rgba(138, 200, 89, 0.75); }
  12% {
    fill: rgba(138, 200, 89, 0.75); }
  17% {
    fill: rgba(252, 27, 60, 0.75); }
  28% {
    fill: rgba(252, 27, 60, 0.75); }
  33% {
    fill: rgba(249, 174, 29, 0.75); }
  45% {
    fill: rgba(249, 174, 29, 0.75); }
  50% {
    fill: rgba(135, 33, 93, 0.75); }
  62% {
    fill: rgba(135, 33, 93, 0.75); }
  67% {
    fill: rgba(243, 110, 35, 0.75); }
  78% {
    fill: rgba(243, 110, 35, 0.75); }
  83% {
    fill: rgba(211, 39, 140, 0.75); }
  95% {
    fill: rgba(211, 39, 140, 0.75); }
  100% {
    fill: rgba(138, 200, 89, 0.75); } }
@keyframes stroketaste {
  0% {
    stroke: rgba(138, 200, 89, 0.75); }
  12% {
    stroke: rgba(138, 200, 89, 0.75); }
  17% {
    stroke: rgba(252, 27, 60, 0.75); }
  28% {
    stroke: rgba(252, 27, 60, 0.75); }
  33% {
    stroke: rgba(249, 174, 29, 0.75); }
  45% {
    stroke: rgba(249, 174, 29, 0.75); }
  50% {
    stroke: rgba(135, 33, 93, 0.75); }
  62% {
    stroke: rgba(135, 33, 93, 0.75); }
  67% {
    stroke: rgba(243, 110, 35, 0.75); }
  78% {
    stroke: rgba(243, 110, 35, 0.75); }
  83% {
    stroke: rgba(211, 39, 140, 0.75); }
  95% {
    stroke: rgba(211, 39, 140, 0.75); }
  100% {
    stroke: rgba(138, 200, 89, 0.75); } }
.overlay-strawberry .image-overlay {
  background: radial-gradient(rgba(10, 11, 12, 0.5), rgba(135, 33, 93, 0.75));
  z-index: 0;
  mix-blend-mode: screen; }

.bg-strawberry {
  border-left: 0.5rem solid #FC1B3C;
  border-right: 0.5rem solid #FC1B3C; }
  .bg-strawberry.modular-product h1 {
    color: #FC1B3C; }
  .bg-strawberry .product-image img {
    border: 4px solid #FC1B3C; }

.bg-apricot {
  border-left: 0.5rem solid #F9AE1D;
  border-right: 0.5rem solid #F9AE1D; }
  .bg-apricot.modular-product h1 {
    color: #F9AE1D; }
  .bg-apricot .product-image img {
    border: 4px solid #F9AE1D; }

.bg-cherry {
  border-left: 0.5rem solid #87215D;
  border-right: 0.5rem solid #87215D; }
  .bg-cherry.modular-product h1 {
    color: #87215D; }
  .bg-cherry .product-image img {
    border: 4px solid #87215D; }

.bg-orange {
  border-left: 0.5rem solid #F36E23;
  border-right: 0.5rem solid #F36E23; }
  .bg-orange.modular-product h1 {
    color: #F36E23; }
  .bg-orange .product-image img {
    border: 4px solid #F36E23; }

.bg-four-fruits {
  border-left: 0.5rem solid #d3278c;
  border-right: 0.5rem solid #d3278c; }
  .bg-four-fruits.modular-product h1 {
    color: #d3278c; }
  .bg-four-fruits .product-image img {
    border: 4px solid #d3278c; }

.bg-rhubarb {
  border-left: 0.5rem solid #8AC859;
  border-right: 0.5rem solid #8AC859; }
  .bg-rhubarb.modular-product h1 {
    color: #8AC859; }
  .bg-rhubarb .product-image img {
    border: 4px solid #8AC859; }

h1,
h2,
h3 {
  font-family: 'Comfortaa', sans-serif; }

html {
  background: #fafbfc; }

body {
  font-family: 'Comfortaa', sans-serif;
  color: #0a0b0c;
  background: #fafbfc; }

#page-wrapper {
  background: #fafbfc;
  background-size: contain; }

#header {
  background: none;
  border-bottom: none;
  font-size: .8rem; }
  #header a {
    color: #87215D;
    text-shadow: 1px 1px 3px #fafbfc; }
    #header a.active, #header a:active, #header a:hover, #header a:focus {
      color: #87215D !important; }
    #header a.active {
      text-decoration: overline; }
  #header .logo {
    opacity: 0; }
  #header .desktop-menu {
    font-family: 'Comfortaa', sans-serif; }
    #header .desktop-menu ul.navigation li:first-of-type {
      opacity: 0; }
  #header.scrolled {
    background: #fafbfc;
    border-bottom: 1px solid rgba(172, 179, 194, 0.2); }
    #header.scrolled a {
      color: #87215D; }
      #header.scrolled a.active, #header.scrolled a:active, #header.scrolled a:hover, #header.scrolled a:focus {
        color: #87215D !important; }
    #header.scrolled .logo {
      opacity: 1; }

#start {
  background-repeat: no-repeat;
  background-size: cover; }

.header-fixed .hero {
  background-position: 50% 50%; }

.modular-hero .svg-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
.modular-hero .logos {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 1.5rem;
  right: 2rem; }
  .modular-hero .logos .logo {
    width: 5rem; }
    .modular-hero .logos .logo img {
      max-width: 100%; }
.modular-hero svg#joy {
  fill: rgba(250, 251, 252, 0.95);
  stroke: rgba(135, 33, 93, 0.85);
  stroke-width: .2pt;
  position: absolute;
  bottom: 0rem;
  right: 34vw;
  width: 44vw; }
.modular-hero svg#jams {
  fill: rgba(135, 33, 93, 0.85);
  stroke: #fafbfc;
  stroke-width: .4pt;
  position: absolute;
  bottom: 7rem;
  width: 30vw;
  left: 67vw; }
.modular-hero #to-start {
  color: #fafbfc; }

.modular-text.up-and-down {
  padding-top: 2rem;
  text-align: center;
  font-size: 1rem; }
  .modular-text.up-and-down img {
    max-height: 60vh; }
.modular-text .columns {
  align-items: center; }
.modular-text.blend-image img {
  mix-blend-mode: multiply; }

.modular-product {
  font-size: 1.2rem;
  padding: 2rem 0; }
  .modular-product h1 {
    font-size: 2.4rem;
    color: #26292b; }
  .modular-product .columns {
    align-items: center; }
    .modular-product .columns .column {
      text-align: center; }
  .modular-product .text-top {
    margin-bottom: 2rem; }
  .modular-product .text-bottom {
    margin-top: 2rem; }
  .modular-product .product-image {
    width: 90%;
    height: 0;
    padding-bottom: 90%;
    margin: 0 auto;
    position: relative; }
    .modular-product .product-image img {
      border-radius: 100%;
      object-fit: cover;
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    .modular-product .product-image.first {
      transform: scale(0.9);
      position: relative;
      left: 4rem; }
    .modular-product .product-image.second {
      transform: scale(1.1);
      z-index: 1; }
    .modular-product .product-image.last {
      transform: scale(0.9);
      position: relative;
      right: 4rem; }

.modular-form {
  min-height: 100vh;
  padding: 4rem 0; }
  .modular-form .grid-xl {
    max-width: none; }
  .modular-form h1, .modular-form h2, .modular-form h3, .modular-form h4 {
    text-align: center; }
  .modular-form .columns.form {
    position: absolute;
    width: 100%;
    top: 4rem;
    left: 0; }
    .modular-form .columns.form .column {
      background: #fafbfc;
      padding: 1rem;
      border-radius: 2rem;
      border: 5px solid #87215D;
      box-shadow: 0px 0px 5px 0px #26292b; }
  .modular-form .form-images {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; }
    .modular-form .form-images .form-image {
      max-width: 20%;
      margin: 2rem 1.5rem; }
      .modular-form .form-images .form-image:nth-of-type(1), .modular-form .form-images .form-image:nth-of-type(3) {
        margin-right: 35%; }
      .modular-form .form-images .form-image:nth-of-type(4n+1) {
        transform: rotate(-10deg) scale(1.4); }
      .modular-form .form-images .form-image:nth-of-type(4n+2) {
        transform: rotate(11deg) scale(1.3); }
      .modular-form .form-images .form-image:nth-of-type(4n+3) {
        transform: rotate(13deg) scale(1.6); }
      .modular-form .form-images .form-image:nth-of-type(4n+4) {
        transform: rotate(-7deg) scale(1.4); }
      .modular-form .form-images .form-image:nth-of-type(3n+2) {
        transform: rotate(-2deg) scale(1.2); }
    .modular-form .form-images img {
      border: 5px solid white;
      box-shadow: 2px 2px 5px 0px #26292b; }
  .modular-form .facebook-link {
    margin-top: 3rem;
    font-size: 1.2rem;
    text-align: center; }

.modular-features .frame-box {
  padding: 0 0 3rem; }
.modular-features .feature-icon {
  width: 90%;
  height: 0;
  padding-bottom: 90%;
  margin: 0 auto; }
  .modular-features .feature-icon img {
    border-radius: 100%;
    object-fit: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer; }
    .modular-features .feature-icon img.blend {
      mix-blend-mode: overlay; }
      .modular-features .feature-icon img.blend:first-of-type {
        mix-blend-mode: multiply;
        box-shadow: 0px 0px 30px 0px #bfbfbf; }
    .modular-features .feature-icon img.hover {
      opacity: 1;
      transition: opacity 1000ms; }
      .modular-features .feature-icon img.hover:hover {
        opacity: 0.2; }

#footer {
  font-size: .6rem;
  color: #0a0b0c;
  text-align: left; }
  #footer i {
    font-size: 1rem;
    position: relative;
    bottom: -3px; }

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