/* compiled by scssphp v0.0.12 on Mon, 11 Mar 2024 14:16:30 +0000 (0.1569s) */

@charset "utf-8";
/* @import "spaces"; */
html {
  height: 100%;
  font-size: 18px; }

body, html {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth; }

div {
  position: relative; }

body, textarea, input, p {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.45em;
  font-size: 1rem;
  color: #000; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Krona One', sans-serif;
  line-height: 1.8;
  font-size: 1rem;
  color: #333; }

a {
  text-decoration: none; }

body, div, a {
  background-repeat: no-repeat; }

a, div, img {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat; }

.link, a {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

a:focus, a:active, div, a, button, button:focus {
  background-repeat: no-repeat;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

button::-moz-focus-inner {
  border: 0; }

body:not(.tabbing) button:focus, body:not(.tabbing) input:focus, body:not(.tabbing) select:focus, body:not(.tabbing) textarea:focus {
  outline: none; }

body {
  min-height: 100%; }
  body.promo {
    background-size: cover;
    background-position: right center; }

#wrap {
  min-height: 100%;
  padding-top: 100px;
  /*
.basic #wrap,
.promo #wrap {
    padding-top: 0;
    @media screen and (min-width: 960px) {
        padding-top: 0;
    }    
}
*/ }
  .dash {
    width: 40px;
    height: 1px;
    border-top: 1px solid #ccc;
    display: inline-block;
    vertical-align: top;
    margin: 0 auto; }
  .scrollwatch {
    width: 1px;
    height: 1px;
    margin: 0 0 150px 0;
    margin: 0 0 120px 0; }
  @media screen and (min-width: 768px) {
  .scrollwatch {
    margin-bottom: 0; } }

.fa-spin {
  -webkit-animation: fa-spin 0.25s infinite linear !important;
  animation: fa-spin 0.25s infinite linear !important; }

.loadparent {
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  position: absolute;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, .5);
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }
  .loadparent.active {
    -webkit-opacity: 1;
    opacity: 1; }
  .loadparent div {
    position: absolute;
    box-sizing: border-box;
    top: 50px;
    width: 100px;
    height: 100px;
    left: 50%;
    margin-left: -50px;
    color: #f0f0f0;
    font-size: 28px; }

.arrowtoggle {
  display: block;
  width: 50px;
  height: 50px;
  position: relative;
  background-color: #e7e7e7;
  -webkit-transition: all 0.2s ease 0.2s;
  transition: all 0.2s ease 0.2s; }
  .arrowtoggle .line1, .arrowtoggle .line2 {
    position: absolute;
    width: 10px;
    height: 1px;
    background-color: #333;
    left: 20px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    top: 22px; }
    @media screen and (min-width: 960px) {
  .arrowtoggle .line1, .arrowtoggle .line2 {
    top: 27px; } }
  .arrowtoggle .line1 {
    -webkit-transform: rotate(45deg) translateX(0px) translateY(0px);
    transform: rotate(45deg) translateX(0px) translateY(0px); }
  .arrowtoggle .line2 {
    -webkit-transform: rotate(-45deg) translateX(5px) translateY(5px);
    transform: rotate(-45deg) translateX(5px) translateY(5px); }
  .arrowtoggle.active {
    background-color: #333; }
    .arrowtoggle.active .line1, .arrowtoggle.active .line2 {
      top: 23px;
      width: 20px;
      background-color: #fff; }
    .arrowtoggle.active .line1 {
      -webkit-transform: rotate(135deg) translateX(3px) translateY(-1px);
      transform: rotate(135deg) translateX(3px) translateY(-1px); }
    .arrowtoggle.active .line2 {
      -webkit-transform: rotate(-135deg) translateX(-1px) translateY(-3px);
      transform: rotate(-135deg) translateX(-1px) translateY(-3px); }

#wrap .content .basiccolumn {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 30px 30px; }

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 200;
  height: 90px;
  box-sizing: border-box;
  background-color: #fff; }
  @media screen and (min-width: 1300px) {
  header {
    height: 100px;
    text-align: right; } }
  header .inner {
    padding: 0 40px; }
  header .top {
    display: none;
    position: absolute;
    right: 110px;
    z-index: 100; }
    @media screen and (min-width: 1300px) {
  header .top {
    display: block; } }
    header .top a {
      color: #fff;
      text-decoration: none;
      font-size: 12px;
      padding: 3px 10px;
      -webkit-transition: color 0.5s ease 0s;
      transition: color 0.5s ease 0s; }
      header .top a:hover {
        color: #cd422f; }
    header .top i {
      padding: 0 5px 0 0; }
    header .top .newsletter i {
      margin: -1px 0 0 0; }
  header .link {
    background-position: left center;
    display: block;
    position: absolute;
    text-indent: -1000px;
    font-size: 0;
    overflow: hidden;
    height: 70px;
    background-image: url(../img/logo_tila.svg);
    background-size: contain;
    left: 20px;
    top: 15px;
    width: calc(100% - 90px);
    max-width: 346px; }
    header .toggle {
      position: absolute;
      display: inline-block;
      right: 31px;
      top: 30px;
      width: 32px;
      height: 32px;
      cursor: pointer; }
    @media screen and (min-width: 768px) {
  header .toggle {
    right: 60px;
    top: 30px;
    width: 42px;
    height: 42px; } }
    @media screen and (min-width: 1300px) {
  header .toggle {
    display: none; } }
    header .toggle div {
      background-color: #000;
      display: block;
      transition: all 0.3s ease 0s;
      height: 1px;
      width: 33px; }
      @media screen and (min-width: 768px) {
  header .toggle div {
    width: 42px;
    height: 1px; } }
    header .toggle .line1 {
      top: 7px; }
    header .toggle .line2 {
      top: 17px; }
    header .toggle .line3 {
      top: 27px; }

header.active .toggle {
  /*
.promo #wrap > .navi {
background-image: url(../img/navibg-gradient.png);
background-repeat: repeat-x;
background-size: auto 100%;
height: 90px;
@media screen and (min-width: $mobile) {
height: 180px;
background-size: auto 180px;
}
}

.basic #wrap > .navi {
height: 90px;
@media screen and (min-width: 768px) {
background-image: url(../img/navibg-gradient.png);
background-repeat: repeat-x;
background-size: auto 100%;        
}
@media screen and (min-width: $mobile) {
height: 180px;
background-size: auto 180px;
}
}

.promo #wrap > .navi .inner {
height: 90px;
background-color: rgba(51,51,51,0);
-webkit-transition: background-color .5s ease;
transition: background-color .5s ease;        
@media screen and (min-width: 768px) {
}
@media screen and (min-width: $mobile) {
height: 120px;
}
}

.basic #wrap > .navi .inner {
height: 90px;
background-color: rgba(51,51,51,1);
@media screen and (min-width: 768px) {
  background-color: rgba(51,51,51,0);
  -webkit-transition: background-color .5s ease;
  transition: background-color .5s ease;
  height: 180px;
}
@media screen and (min-width: $mobile) {
  height: 120px;
}
}

.promo #wrap > .navi.active .inner,
.basic #wrap > .navi.active .inner {
  background-color: rgba(51,51,51,1);
  @media screen and (min-width: $mobile) {
    background-color: transparent;
  }
}
 */ }
  header.active .toggle .line1 {
    -webkit-transform: rotate(45deg) translateY(6px) translateX(6px);
    transform: rotate(45deg) translateY(6px) translateX(6px);
    opacity: 0; }
    @media screen and (min-width: 768px) {
  header.active .toggle .line1 {
    -webkit-transform: rotate(45deg) translateY(8px) translateX(8px);
    transform: rotate(45deg) translateY(8px) translateX(8px); } }
  header.active .toggle .line2 {
    -webkit-transform: rotate(45deg) translateY(-2px) translateX(-2px);
    transform: rotate(45deg) translateY(-2px) translateX(-2px); }
    @media screen and (min-width: 768px) {
  header.active .toggle .line2 {
    -webkit-transform: rotate(45deg) translateY(-1px) translateX(-1px);
    transform: rotate(45deg) translateY(-1px) translateX(-1px); } }
  header.active .toggle .line3 {
    -webkit-transform: rotate(-45deg) translateY(-10px) translateX(10px);
    transform: rotate(-45deg) translateY(-10px) translateX(10px); }

.scrolled header {
  background-image: none; }

.scrolled header .inner {
  background-color: #333; }

header .items {
  display: none;
  background-color: #faf9f5;
  top: 90px;
  left: 0;
  position: absolute;
  width: 100%;
  padding: 34px 11.6%;
  box-sizing: border-box; }
  @media screen and (min-width: 1300px) {
  header .items {
    width: auto;
    position: relative;
    background-color: transparent;
    padding: 29px 0 0 0;
    display: inline-block;
    top: 0; } }
  header .items a {
    text-transform: uppercase;
    display: block;
    font-family: Montserrat, sans-serif;
    letter-spacing: 0.25em;
    font-size: 12px;
    color: #243e43;
    font-weight: 500; }
    @media screen and (min-width: 1300px) {
  header .items a {
    font-weight: 700;
    color: #000;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    margin: 0 0 0 25px;
    transition: color 0.5s ease 0s; } }
    @media screen and (min-width: 1300px) {
    header .items a.mobile {
      display: none; } }

header.active .items {
  display: inline-block;
  position: absolute; }
  @media screen and (min-width: 1300px) {
  header.active .items {
    padding: 57px 0 0 0;
    position: relative;
    text-align: right;
    left: auto;
    top: auto;
    background-color: transparent; } }
  header.active .items a {
    margin: 0 auto;
    padding: 10px 0; }
    @media screen and (min-width: 1300px) {
  header.active .items a {
    border: 0;
    font-size: 14px;
    padding: 10px;
    margin: 0 0 0 25px; } }
    .newsletterform {
      display: none;
      position: absolute;
      background-color: #fff;
      padding: 30px;
      top: 0;
      width: 100%;
      min-height: 100vh;
      box-sizing: border-box; }
  @media screen and (min-width: 1300px) {
  .newsletterform {
    top: 30px;
    right: 115px;
    width: 370px;
    min-height: 0; } }
  .newsletterform .close {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    padding-top: 6px;
    box-sizing: border-box;
    display: none; }
    @media screen and (min-width: 1300px) {
  .newsletterform .close {
    display: block; } }
  .newsletterform form > div {
    text-align: center;
    padding-bottom: 10px; }
    @media screen and (min-width: 1300px) {
  .newsletterform form > div {
    text-align: left;
    padding-bottom: 3px; } }
  .newsletterform label {
    display: block;
    text-align: center; }
    @media screen and (min-width: 600px) {
  .newsletterform label {
    text-align: right;
    width: 160px;
    display: inline-block; } }
    @media screen and (min-width: 1300px) {
  .newsletterform label {
    width: 100px; } }
  .newsletterform label, .newsletterform p {
    font-size: 16px; }
    @media screen and (min-width: 1300px) {
  .newsletterform label, .newsletterform p {
    font-size: 12px; } }
  .newsletterform > div {
    margin-bottom: 2px; }
  .newsletterform input {
    padding: 2px; }
    .newsletterform input.text {
      width: 180px; }
  .newsletterform label.cb {
    display: inline-block;
    width: auto;
    text-align: left; }
  .newsletterform .buttons {
    text-align: center; }
  .newsletterform button.cancel, .newsletterform button.submit {
    background-color: #e7e7e7;
    border: 1px solid #e7e7e7;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    padding: 15px;
    min-width: 100px;
    margin: 10px 0 0 0; }
  .newsletterform input.invalid {
    border: 1px solid #c00;
    color: #c00; }
  .newsletterform .error, .newsletterform .thanks {
    display: none;
    font-weight: 600;
    padding: 10px 0 0 0;
    text-align: center; }
  .newsletterform .error {
    color: #a00; }

body.newsletter .newsletterform {
  display: block; }

.promo #wrap > .content {
  color: #fff;
  text-align: center; }
  @media screen and (min-width: 768px) {
  .promo #wrap > .content {
    text-align: left; } }
  .promo #wrap > .content .snapsection .text, .promo #wrap > .content .snapsection .text h1, .promo #wrap > .content .snapsection .text p {
    color: #fff;
    text-shadow: 0 0 3px rgba(0, 0, 0, .4); }
  .promo #wrap > .content .snapsection.logos .text, .promo #wrap > .content .snapsection.logos .text h1, .promo #wrap > .content .snapsection.logos .text p, .promo #wrap > .content .snapsection.black .text, .promo #wrap > .content .snapsection.black .text h1, .promo #wrap > .content .snapsection.black .text p {
    color: #000;
    text-shadow: 0 0 3px rgba(255, 255, 255, .4); }
  .promo #wrap > .content .snapsection.logos, .promo #wrap > .content .snapsection.full {
    min-height: calc(100vh - 80px);
    background-size: cover;
    background-position: center center; }
    @media screen and (min-width: 768px) {
  .promo #wrap > .content .snapsection.logos, .promo #wrap > .content .snapsection.full {
    min-height: calc(100vh - 80px);
    background-position: center top; } }
    .promo #wrap > .content .snapsection.logos .veil, .promo #wrap > .content .snapsection.full .veil {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      /* background-image: url(../img/promo-veil.png); */
      height: 100%;
      background-size: 100% 100%;
      background-color: rgba(0, 0, 0, .2); }
    .promo #wrap > .content .snapsection.logos .text, .promo #wrap > .content .snapsection.full .text {
      position: relative;
      text-align: center;
      display: inline-block;
      padding: 218px 30px 30px;
      max-width: 100%;
      box-sizing: border-box;
      /* 52vh ... */ }
      @media screen and (min-width: 768px) {
  .promo #wrap > .content .snapsection.logos .text, .promo #wrap > .content .snapsection.full .text {
    padding: 22vh 110px 30px; } }
      @media screen and (min-width: 1004px) {
  .promo #wrap > .content .snapsection.logos .text, .promo #wrap > .content .snapsection.full .text {
    text-align: left; } }
      @media screen and (min-width: 1004px) {
    .promo #wrap > .content .snapsection.logos .text h1, .promo #wrap > .content .snapsection.full .text h1, .promo #wrap > .content .snapsection.logos .text p, .promo #wrap > .content .snapsection.full .text p {
      max-width: 600px; } }
      .promo #wrap > .content .snapsection.logos .text h1, .promo #wrap > .content .snapsection.full .text h1 {
        font-weight: 300;
        font-size: 36px;
        line-height: 1.1em;
        margin: 0 0 0.5em; }
        @media screen and (min-width: 768px) {
  .promo #wrap > .content .snapsection.logos .text h1, .promo #wrap > .content .snapsection.full .text h1 {
    font-size: 48px;
    line-height: 1.3em; } }
        .promo #wrap > .content .snapsection.logos .text h1 span, .promo #wrap > .content .snapsection.full .text h1 span {
          display: block;
          font-weight: 500;
          line-height: 0.88em;
          font-size: 36px;
          margin-top: 0.1em; }
          @media screen and (min-width: 650px) {
  .promo #wrap > .content .snapsection.logos .text h1 span, .promo #wrap > .content .snapsection.full .text h1 span {
    font-size: 50px; } }
          @media screen and (min-width: 768px) {
  .promo #wrap > .content .snapsection.logos .text h1 span, .promo #wrap > .content .snapsection.full .text h1 span {
    margin-top: 0;
    font-size: 72px; } }
      .promo #wrap > .content .snapsection.logos .text p, .promo #wrap > .content .snapsection.full .text p {
        font-size: 16px;
        line-height: 1.5em;
        font-weight: 300; }
        @media screen and (min-width: 768px) {
  .promo #wrap > .content .snapsection.logos .text p, .promo #wrap > .content .snapsection.full .text p {
    font-size: 20px;
    line-height: 1.35em;
    padding: 0; } }
      .promo #wrap > .content .snapsection.logos .text a, .promo #wrap > .content .snapsection.full .text a {
        color: inherit;
        text-decoration: underline; }
  .promo #wrap > .content .snapsection.hero {
    display: inline-block;
    width: 100%; }
    @media screen and (min-width: 1006px) {
  .promo #wrap > .content .snapsection.hero {
    min-height: 614px;
    min-height: 100vh; } }
    .promo #wrap > .content .snapsection.hero .image {
      background-size: cover;
      background-position: center center;
      display: none;
      height: 400px; }
      @media screen and (min-width: 768px) {
  .promo #wrap > .content .snapsection.hero .image {
    display: block;
    height: 613px; } }
    .promo #wrap > .content .snapsection.hero .mobilehead {
      padding: 20px 30px 13px;
      padding: 10px 30px 0px;
      padding: 0px 30px 0px; }
      .promo #wrap > .content .snapsection.hero .mobilehead .dash {
        margin: 0 0 0.8em;
        display: none; }
      .promo #wrap > .content .snapsection.hero .mobilehead h1 {
        font-weight: 500;
        font-size: 32px;
        line-height: 1.1em;
        color: #333; }
        @media screen and (min-width: 768px) {
  .promo #wrap > .content .snapsection.hero .mobilehead h1 {
    margin: 0 0 0.6em;
    font-size: 48px;
    line-height: 1.3em; } }
        .promo #wrap > .content .snapsection.hero .mobilehead h1 span {
          display: inline;
          font-weight: 500;
          font-size: 1em; }
          @media screen and (min-width: 768px) {
  .promo #wrap > .content .snapsection.hero .mobilehead h1 span {
    display: block;
    line-height: 0.88em;
    font-weight: 500;
    font-size: 1.6em;
    padding-top: 0;
    font-size: 72px; } }
      @media screen and (min-width: 768px) {
  .promo #wrap > .content .snapsection.hero .mobilehead {
    display: none; } }
    .promo #wrap > .content .snapsection.hero .veil {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-size: 100% 100%;
      display: none;
      background-image: url(../img/hero-veil.png); }
      @media screen and (min-width: 768px) {
  .promo #wrap > .content .snapsection.hero .veil {
    display: block; } }
    .promo #wrap > .content .snapsection.hero .image .text {
      text-align: center;
      box-sizing: border-box;
      padding: 2px 20px 22px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      padding: 0 20px;
      width: 100%; }
      .promo #wrap > .content .snapsection.hero .image .text h1 {
        font-weight: 500;
        margin: 11px auto 20px;
        color: #333;
        font-size: 40px;
        box-sizing: border-box; }
        @media screen and (min-width: 768px) {
  .promo #wrap > .content .snapsection.hero .image .text h1 {
    margin: 11px auto 20px;
    color: #fff;
    font-size: 72px;
    padding-top: 29px;
    line-height: 0.9em; } }
        .promo #wrap > .content .snapsection.hero .image .text h1 span {
          display: block;
          font-weight: 300;
          box-sizing: border-box; }
          @media screen and (min-width: 768px) {
  .promo #wrap > .content .snapsection.hero .image .text h1 span {
    font-size: 48px; } }
    .promo #wrap > .content .snapsection.hero .cols {
      font-weight: 300;
      font-size: 17px;
      line-height: 1.45em;
      padding: 30px 30px;
      padding: 10px 30px 30px; }
      @media screen and (min-width: 768px) {
  .promo #wrap > .content .snapsection.hero .cols {
    font-size: 16px;
    line-height: 1.65em;
    padding: 0 60px;
    column-count: 2;
    column-gap: 32px;
    column-fill: balance;
    margin: 40px auto; } }
      @media screen and (min-width: 1004px) {
  .promo #wrap > .content .snapsection.hero .cols {
    padding: 0 110px;
    column-count: 2;
    column-gap: 32px;
    /*                margin: 71px auto;*/
    column-fill: balance;
    margin: 50px auto 30px; } }
      @media screen and (min-width: 1360px) {
  .promo #wrap > .content .snapsection.hero .cols {
    column-count: 2;
    column-gap: 32px;
    column-fill: balance;
    margin: 71px auto; } }
      .promo #wrap > .content .snapsection.hero .cols p {
        margin: 0 0 1.25em;
        text-align: center;
        color: #333;
        line-height: 1.45em; }
        @media screen and (min-width: 768px) {
  .promo #wrap > .content .snapsection.hero .cols p {
    text-align: justify; } }
      .promo #wrap > .content .snapsection.hero .cols a {
        color: inherit;
        text-decoration: underline; }
  .promo #wrap > .content .snapsection.logos .logomatrix {
    text-align: center;
    margin: 0 auto; }
    @media screen and (min-width: 600px) {
  .promo #wrap > .content .snapsection.logos .logomatrix {
    max-width: 550px; } }
    @media screen and (min-width: 768px) {
  .promo #wrap > .content .snapsection.logos .logomatrix {
    max-width: 730px; } }
    @media screen and (min-width: 1024px) {
  .promo #wrap > .content .snapsection.logos .logomatrix {
    max-width: 980px; } }
    .promo #wrap > .content .snapsection.logos .logomatrix .logo {
      display: inline-block;
      vertical-align: middle;
      position: relative;
      width: 120px;
      padding: 0 20px; }
      .promo #wrap > .content .snapsection.logos .logomatrix .logo img {
        width: 100px;
        height: auto;
        margin-left: 50%;
        margin-top: 50%;
        transform: translateX(-50%) translateY(-50%); }

#wrap > .itemlist {
  padding: 19px 0;
  text-align: center;
  box-sizing: border-box; }
  @media screen and (min-width: 600px) {
  #wrap > .itemlist {
    padding: 159px 0 19px; } }
  #wrap > .itemlist .recommends {
    position: relative; }
    @media screen and (min-width: 768px) {
  #wrap > .itemlist .recommends {
    position: absolute;
    right: 10px;
    top: 20px; } }
    #wrap > .itemlist .recommends span {
      color: #dce600; }
  #wrap > .itemlist h2 {
    font-weight: 500;
    color: #333;
    font-size: 22px;
    padding: 0 20px;
    box-sizing: border-box; }
    @media screen and (min-width 600px) {
      font-size: 32px; }
    @media screen and (min-width: 768px) {
  #wrap > .itemlist h2 {
    font-size: 48px;
    line-height: 1.3em; } }
  #wrap > .itemlist .dash {
    margin-top: -10px;
    margin-bottom: 60px;
    display: none; }
  #wrap > .itemlist .fa-heart {
    color: #a00;
    padding: 0 2px; }
  #wrap > .itemlist .matrix {
    text-align: center;
    margin: 0 auto;
    padding: 0 30px;
    min-height: 250px; }
    @media screen and (min-width: 768px) {
  #wrap > .itemlist .matrix {
    padding: 0 50px;
    text-align: left; } }
    @media screen and (min-width: 1004px) {
  #wrap > .itemlist .matrix {
    padding: 0 110px; } }
    #wrap > .itemlist .itemwrap {
      padding: 0 0 20px; }
    @media screen and (min-width: 550px) {
  #wrap > .itemlist .itemwrap {
    width: 50%;
    padding: 0 0 20px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box; } }
    @media screen and (min-width: 850px) {
  #wrap > .itemlist .itemwrap {
    width: 33%; } }
    @media screen and (min-width: 1200px) {
  #wrap > .itemlist .itemwrap {
    width: 24.7%; } }
    #wrap > .itemlist .itemwrap.space {
      padding: 0 10px 20px; }
  #wrap > .itemlist .more {
    display: block;
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
    width: 250px;
    text-align: center;
    margin: 30px auto;
    font-size: 20px;
    line-height: 40px;
    height: 40px; }
    #wrap > .itemlist .more.busy {
      font-size: 0;
      text-indent: -1000px;
      overflow: hidden;
      color: rgba(0, 0, 0, 0);
      background-image: url(../img/spinner.svg);
      background-size: 30px 30px;
      background-repeat: no-repeat;
      background-position: center center; }
  #wrap > .itemlist .item {
    display: inline-block;
    /*        border: 1px solid #E7E7E7; */
    /*        width: 298px;*/
    vertical-align: top;
    height: 297px;
    position: relative;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    width: 100%;
    box-sizing: border-box;
    text-align: center; }
    #wrap > .itemlist .item.fade {
      -webkit-opacity: 0;
      opacity: 0; }
    #wrap > .itemlist .item .image {
      background-size: cover;
      background-position: center center;
      height: 100px;
      box-sizing: border-box;
      display: inline-block; }
      @media screen and (min-width: 600px) {
  #wrap > .itemlist .item .image {
    height: 200px; } }
    #wrap > .itemlist .item .text {
      position: absolute;
      bottom: 0;
      width: 100%;
      padding: 5px 20px 11px;
      text-align: center;
      box-sizing: border-box;
      background-color: #fff;
      /*            border-top: 1px solid #E7E7E7;*/
      min-height: 96px; }
    #wrap > .itemlist .item h3 {
      color: #333;
      font-size: 14px;
      /*            text-transform: uppercase; */
      font-weight: 700;
      margin-bottom: 0.8em; }
      @media screen and (min-width: 768px) {
  #wrap > .itemlist .item h3 {
    font-size: 14px; } }
    #wrap > .itemlist .item p {
      color: #999;
      font-size: 15px;
      margin: 0;
      line-height: 1.35em; }
    #wrap > .itemlist .item a {
      color: #999; }
  #wrap > .itemlist .item.product, #wrap > .itemlist .item.space {
    text-align: center; }
    #wrap > .itemlist .item.product .image, #wrap > .itemlist .item.space .image {
      padding: 10px;
      text-align: center; }
      #wrap > .itemlist .item.product .image img, #wrap > .itemlist .item.space .image img {
        max-width: 100%;
        max-height: 100%; }
      #wrap > .itemlist .item.product .image div, #wrap > .itemlist .item.space .image div {
        background-size: contain;
        background-position: center center;
        width: 100%;
        height: 100%;
        box-sizing: border-box; }
      #wrap > .itemlist .item.product .image .recommended, #wrap > .itemlist .item.space .image .recommended, #wrap > .itemlist .item.product .image .save, #wrap > .itemlist .item.space .image .save {
        position: absolute;
        right: 7px;
        top: 17px;
        width: 40px;
        height: 40px; }
        #wrap > .itemlist .item.product .image .recommended .fa-heart, #wrap > .itemlist .item.space .image .recommended .fa-heart, #wrap > .itemlist .item.product .image .save .fa-heart, #wrap > .itemlist .item.space .image .save .fa-heart {
          color: rgba(0, 0, 0, 0); }
        #wrap > .itemlist .item.product .image .recommended.on .fa-heart, #wrap > .itemlist .item.space .image .recommended.on .fa-heart, #wrap > .itemlist .item.product .image .save.on .fa-heart, #wrap > .itemlist .item.space .image .save.on .fa-heart {
          color: rgba(170, 0, 0, .5); }
        #wrap > .itemlist .item.product .image .recommended .fa-star, #wrap > .itemlist .item.space .image .recommended .fa-star, #wrap > .itemlist .item.product .image .save .fa-star, #wrap > .itemlist .item.space .image .save .fa-star {
          color: rgba(0, 0, 0, 0); }
        #wrap > .itemlist .item.product .image .recommended.on .fa-star, #wrap > .itemlist .item.space .image .recommended.on .fa-star, #wrap > .itemlist .item.product .image .save.on .fa-star, #wrap > .itemlist .item.space .image .save.on .fa-star {
          color: #dce600; }
      #wrap > .itemlist .item.product .image .recommended, #wrap > .itemlist .item.space .image .recommended {
        top: 37px; }
  #wrap > .itemlist .item.space .recommended {
    font-weight: bold;
    text-shadow: 0 0 4px rgba(255, 255, 255, .8);
    color: #000; }
  @media screen and (min-width: 768px) {
      #wrap > .itemlist.spaces .matrix, #wrap > .itemlist.products .matrix {
        padding: 0 45px; } }
    @media screen and (min-width: 1150px) {
    #wrap > .itemlist.spaces .matrix, #wrap > .itemlist.products .matrix {
      padding: 0 100px; } }

#wrap > .itemlist.selections, #wrap > .itemlist.products, #wrap > .itemlist.spaces {
  padding: 19px 0; }

#wrap > .itemlist.selections .itemwrap a {
  padding-bottom: 0; }

#wrap > .itemlist.spaces .spacesnavi, #wrap > .itemlist.products .productnavi {
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 30px; }
  @media screen and (min-width: 768px) {
  #wrap > .itemlist.spaces .spacesnavi, #wrap > .itemlist.products .productnavi {
    padding: 0 60px; } }
  @media screen and (min-width: 1150px) {
  #wrap > .itemlist.spaces .spacesnavi, #wrap > .itemlist.products .productnavi {
    padding: 0 110px; } }
  #wrap > .itemlist.spaces .spacesnavi h2, #wrap > .itemlist.products .productnavi h2 {
    margin-bottom: 0.4em; }
  #wrap > .itemlist.spaces .spacesnavi #emptypagetitle, #wrap > .itemlist.products .productnavi #emptypagetitle {
    display: none; }
  #wrap > .itemlist.spaces .spacesnavi .intro, #wrap > .itemlist.products .productnavi .intro {
    max-width: 600px;
    margin: 1em auto 2em;
    line-height: 1.25em; }
  #wrap > .itemlist.spaces .spacesnavi #search, #wrap > .itemlist.products .productnavi #search {
    display: inline-block;
    width: 100%;
    border: 1px solid #e7e7e7;
    text-align: left;
    background-image: url(../img/magnify.png);
    background-size: 18px auto;
    background-position: 15px 16px;
    margin: 0 0 10px;
    box-sizing: border-box; }
    @media screen and (min-width: 450px) {
  #wrap > .itemlist.spaces .spacesnavi #search, #wrap > .itemlist.products .productnavi #search {
    width: calc(50% - 5px);
    margin: 0 5px 10px 0; } }
    @media screen and (min-width: 768px) {
  #wrap > .itemlist.spaces .spacesnavi #search, #wrap > .itemlist.products .productnavi #search {
    background-position: 19px 20px;
    margin: 0 10px 20px;
    width: 248px; } }
    @media screen and (min-width: 1360px) {
  #wrap > .itemlist.spaces .spacesnavi #search, #wrap > .itemlist.products .productnavi #search {
    width: 298px; } }
    #wrap > .itemlist.spaces .spacesnavi #search div, #wrap > .itemlist.products .productnavi #search div {
      color: #ccc;
      position: absolute;
      font-size: 1em; }
    #wrap > .itemlist.spaces .spacesnavi #search .spinner, #wrap > .itemlist.products .productnavi #search .spinner {
      top: 20px;
      right: 20px;
      -webkit-opacity: 0;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
    #wrap > .itemlist.spaces .spacesnavi #search input, #wrap > .itemlist.products .productnavi #search input {
      box-sizing: border-box;
      border: 0;
      background-color: transparent;
      font-size: 13px;
      font-weight: 300;
      margin-left: 41px;
      height: 49px;
      color: #333;
      width: 80%; }
    @media screen and (min-width: 768px) {
    #wrap > .itemlist.spaces .spacesnavi #search input, #wrap > .itemlist.products .productnavi #search input {
      margin-left: 50px;
      font-size: 17px;
      width: 240px;
      height: 59px; } }
    #wrap > .itemlist.spaces .spacesnavi #search input:focus, #wrap > .itemlist.products .productnavi #search input:focus {
      outline: 0; }
  #wrap > .itemlist.spaces .spacesnavi #search.busy .spinner, #wrap > .itemlist.products .productnavi #search.busy .spinner {
    -webkit-opacity: 1;
    opacity: 1; }
  #wrap > .itemlist.spaces .spacesnavi .starredspaces, #wrap > .itemlist.products .productnavi .starredspaces, #wrap > .itemlist.spaces .spacesnavi .starred, #wrap > .itemlist.products .productnavi .starred, #wrap > .itemlist.spaces .spacesnavi .zip, #wrap > .itemlist.products .productnavi .zip {
    box-sizing: border-box;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 700;
    color: #333;
    border: 1px solid #e7e7e7;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0 0 10px;
    font-size: 12px;
    height: 50px;
    background-color: #e7e7e7;
    -webkit-transition: color 0.5s ease 0s;
    transition: color 0.5s ease 0s; }
  @media screen and (min-width: 450px) {
    #wrap > .itemlist.spaces .spacesnavi .starredspaces, #wrap > .itemlist.products .productnavi .starredspaces, #wrap > .itemlist.spaces .spacesnavi .starred, #wrap > .itemlist.products .productnavi .starred {
      width: calc(50% - 10px);
      margin: 0 0 10px 5px;
      margin: 0 5px 10px 5px; } }
    @media screen and (min-width: 768px) {
  #wrap > .itemlist.spaces .spacesnavi .starredspaces, #wrap > .itemlist.products .productnavi .starredspaces, #wrap > .itemlist.spaces .spacesnavi .starred, #wrap > .itemlist.products .productnavi .starred {
    width: 180px;
    height: 60px;
    font-size: 14px;
    margin: 0 10px 20px; } }
    #wrap > .itemlist.spaces .spacesnavi .starredspaces .spinner, #wrap > .itemlist.products .productnavi .starredspaces .spinner, #wrap > .itemlist.spaces .spacesnavi .starred .spinner, #wrap > .itemlist.products .productnavi .starred .spinner {
      -webkit-opacity: 0;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      position: absolute;
      left: 50%;
      top: 50%;
      font-size: 20px;
      margin: -10px 0 0 -10px;
      width: 20px;
      height: 20px;
      color: #333; }
  #wrap > .itemlist.spaces .spacesnavi .starred.busy, #wrap > .itemlist.products .productnavi .starred.busy {
    color: rgba(231, 231, 231, 0); }
    #wrap > .itemlist.spaces .spacesnavi .starred.busy .spinner, #wrap > .itemlist.products .productnavi .starred.busy .spinner {
      -webkit-opacity: 1;
      opacity: 1; }
  #wrap > .itemlist.spaces .spacesnavi .starred, #wrap > .itemlist.products .productnavi .starred, #wrap > .itemlist.spaces .spacesnavi .zip, #wrap > .itemlist.products .productnavi .zip {
    width: calc(50% - 10px); }
    @media screen and (min-width: 450px) {
  #wrap > .itemlist.spaces .spacesnavi .starred, #wrap > .itemlist.products .productnavi .starred, #wrap > .itemlist.spaces .spacesnavi .zip, #wrap > .itemlist.products .productnavi .zip {
    width: 23%;
    max-width: 200px; } }
  #wrap > .itemlist.spaces .spacesnavi .starred, #wrap > .itemlist.products .productnavi .starred {
    margin-right: 10px; }
    #wrap > .itemlist.spaces .spacesnavi .starred .text, #wrap > .itemlist.products .productnavi .starred .text {
      display: none; }
    @media screen and (min-width: 360px) {
    #wrap > .itemlist.spaces .spacesnavi .starred .text, #wrap > .itemlist.products .productnavi .starred .text {
      display: inline; } }
    @media screen and (min-width: 450px) {
    #wrap > .itemlist.spaces .spacesnavi .starred .text, #wrap > .itemlist.products .productnavi .starred .text {
      display: none; } }
    @media screen and (min-width: 820px) {
    #wrap > .itemlist.spaces .spacesnavi .starred .text, #wrap > .itemlist.products .productnavi .starred .text {
      display: inline; } }
  @media screen and (min-width: 768px) {
    #wrap > .itemlist.spaces .spacesnavi .zip, #wrap > .itemlist.products .productnavi .zip {
      height: 60px; } }

#wrap > .itemlist.selections .matrix {
  text-align: center; }
  #wrap > .itemlist.selections .filters {
    box-sizing: border-box;
    padding: 0 30px; }
    #wrap > .itemlist.selections .filters ul, #wrap > .itemlist.selections .filters li {
      list-style-type: none;
      padding: 0;
      margin: 0; }
    #wrap > .itemlist.selections .filters li {
      display: inline-block;
      vertical-align: top;
      margin-bottom: 5px; }
    #wrap > .itemlist.selections .filters a {
      color: #333;
      padding: 5px 15px;
      display: inline-block;
      vertical-align: top; }
    #wrap > .itemlist.selections .filters a:hover, #wrap > .itemlist.selections .filters a.selected {
      background-color: #e7e7e7; }
  #wrap > .itemlist.selections .itemwrap {
    padding: 0 0 20px;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box; }
    @media screen and (min-width: 500px) {
  #wrap > .itemlist.selections .itemwrap {
    width: 50%;
    padding: 0 0 20px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box; } }
    @media screen and (min-width: 680px) {
  #wrap > .itemlist.selections .itemwrap {
    width: 33%;
    padding: 0 0 20px; } }
    @media screen and (min-width: 1200px) {
  #wrap > .itemlist.selections .itemwrap {
    width: 25%; } }
  #wrap > .itemlist.selections .item {
    height: auto;
    padding-bottom: 50%;
    width: 100%; }
    #wrap > .itemlist.selections .item .image {
      width: auto; }
    #wrap > .itemlist.selections .item .image img {
      max-width: 100%;
      max-height: 100%; }

#clearstarredspaces, #clearstarred {
  box-sizing: border-box;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 700;
  color: #333;
  border: 1px solid #e7e7e7;
  display: inline-block;
  vertical-align: top;
  width: 200px;
  margin: 0 0 10px;
  font-size: 12px;
  height: 50px;
  background-color: #e7e7e7;
  display: none; }

#wrap > .itemlist.team .item .image {
  padding: 0 10px; }
  #wrap > .itemlist.team .item .image img {
    max-width: 100%;
    max-height: 100%;
    margin-top: 50%;
    transform: translateY(-50%); }

body.productgroupnavi #wrap > .itemlist.spaces .spacesnavi #emptypagetitle, body.productgroupnavi #wrap > .itemlist.products .productnavi #emptypagetitle {
  display: block; }
  body.productgroupnavi #wrap > .itemlist.spaces .spacesnavi #pagetitle, body.productgroupnavi #wrap > .itemlist.products .productnavi #pagetitle {
    display: none; }

#wrap > .map {
  height: 400px;
  display: none; }
  @media screen and (min-width: 768px) {
  #wrap > .map {
    display: block;
    height: 613px; } }
  #wrap > .map .themap {
    height: 100%;
    width: 100%; }
    #wrap > .map .themap.bw {
      -webkit-filter: grayscale(1);
      filter: grayscale(1); }
  #wrap > .map .veil {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  #wrap > .map div {
    position: initial; }

footer {
  background-color: #1f4b5c;
  color: #fff;
  padding: 45px 30px 25px;
  margin: 0 auto;
  border-top: 1px solid #e7e7e7;
  text-align: center;
  line-height: 1.5em;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  font-size: 0.8rem; }
  @media screen and (min-width: 750px) {
  footer {
    padding: 85px 30px 55px; } }
  footer .inner {
    max-width: 450px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap; }
  footer a {
    color: #f4f4f4; }
  footer .left, footer .right {
    flex: 0 0 50%;
    color: #fff; }
  footer .full {
    flex: 0 0 100%; }
  footer p {
    color: #fff;
    text-align: center;
    margin: 0 auto;
    max-width: 320px;
    font-size: 0.8rem; }
  footer .some {
    width: 100%;
    display: block;
    text-align: center;
    padding: 30px;
    box-sizing: border-box; }
    footer .some a {
      padding: 0 0.3em;
      font-size: 2rem; }

.fancybox-slide > .productmodal, .fancybox-slide > .spacemodal {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 30px; }
  @media screen and (min-width: 768px) {
  .fancybox-slide > .productmodal, .fancybox-slide > .spacemodal {
    padding: 40px 90px; } }
  .fancybox-slide > .productmodal .top, .fancybox-slide > .spacemodal .top {
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    left: 0;
    top: 0;
    padding: 120px 30px 0 30px;
    z-index: 50; }
    @media screen and (min-width: 768px) {
  .fancybox-slide > .productmodal .top, .fancybox-slide > .spacemodal .top {
    padding: 60px 90px 0 90px; } }
  .fancybox-slide > .productmodal .bottom, .fancybox-slide > .spacemodal .bottom {
    position: relative;
    display: block; }
    @media screen and (min-width: 768px) {
  .fancybox-slide > .productmodal .bottom, .fancybox-slide > .spacemodal .bottom {
    display: none; } }
  .fancybox-slide > .productmodal .buttons, .fancybox-slide > .spacemodal .buttons, .fancybox-slide > .productmodal .title, .fancybox-slide > .spacemodal .title, .fancybox-slide > .productmodal .close, .fancybox-slide > .spacemodal .close {
    box-sizing: border-box; }
  .fancybox-slide > .productmodal .bar, .fancybox-slide > .spacemodal .bar {
    background-color: #333;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 90px;
    z-index: 99; }
    @media screen and (min-width: 768px) {
  .fancybox-slide > .productmodal .bar, .fancybox-slide > .spacemodal .bar {
    display: none; } }
    .fancybox-slide > .productmodal .bar img, .fancybox-slide > .spacemodal .bar img {
      position: absolute;
      left: 34px;
      top: 26px;
      width: 50px; }
    .fancybox-slide > .productmodal .bar .toggle, .fancybox-slide > .spacemodal .bar .toggle {
      width: 42px;
      height: 42px;
      position: absolute;
      right: 31px;
      top: 35px; }
    .fancybox-slide > .productmodal .bar .line1, .fancybox-slide > .spacemodal .bar .line1, .fancybox-slide > .productmodal .bar .line3, .fancybox-slide > .spacemodal .bar .line3 {
      width: 33px;
      background-color: #fff;
      height: 1px;
      display: block; }
    .fancybox-slide > .productmodal .bar .line1, .fancybox-slide > .spacemodal .bar .line1 {
      top: 0;
      -webkit-transform: rotate(45deg) translateY(6px) translateX(6px);
      transform: rotate(45deg) translateY(6px) translateX(6px); }
    .fancybox-slide > .productmodal .bar .line3, .fancybox-slide > .spacemodal .bar .line3 {
      top: 20px;
      -webkit-transform: rotate(-45deg) translateY(-9px) translateX(9px);
      transform: rotate(-45deg) translateY(-9px) translateX(9px); }
  .fancybox-slide > .productmodal #pdflist, .fancybox-slide > .spacemodal #pdflist {
    display: none;
    position: absolute;
    right: 0;
    /* width: 175px; */
    top: 70px;
    text-align: center;
    background-color: rgba(255, 255, 255, .9);
    border: 1px solid #ccc;
    padding: 15px;
    margin-left: -100px; }
    @media screen and (min-width: 768px) {
  .fancybox-slide > .productmodal #pdflist, .fancybox-slide > .spacemodal #pdflist {
    right: auto;
    left: 300px;
    top: 0;
    margin-left: 0;
    width: 80px; } }
    @media screen and (min-width: 960px) {
  .fancybox-slide > .productmodal #pdflist, .fancybox-slide > .spacemodal #pdflist {
    left: 300px;
    top: 0; } }
    @media screen and (min-width: 1200px) {
  .fancybox-slide > .productmodal #pdflist, .fancybox-slide > .spacemodal #pdflist {
    left: 144px;
    top: 70px; } }
    .fancybox-slide > .productmodal #pdflist button.pdf, .fancybox-slide > .spacemodal #pdflist button.pdf {
      margin-left: 0;
      width: 100%;
      padding: 0 1em; }
  .fancybox-slide > .productmodal .buttons, .fancybox-slide > .spacemodal .buttons {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: space-between; }
    @media screen and (min-width: 600px) {
  .fancybox-slide > .productmodal .buttons, .fancybox-slide > .spacemodal .buttons {
    display: block;
    width: 320px; } }
    @media screen and (min-width: 768px) {
  .fancybox-slide > .productmodal .buttons, .fancybox-slide > .spacemodal .buttons {
    display: block;
    margin: 0 auto; } }
    @media screen and (min-width: 1200px) {
  .fancybox-slide > .productmodal .buttons, .fancybox-slide > .spacemodal .buttons {
    margin: 0;
    text-align: left;
    position: absolute;
    top: 51px; } }
    .fancybox-slide > .productmodal .buttons button, .fancybox-slide > .spacemodal .buttons button {
      cursor: pointer;
      color: #333;
      border: 1px solid #e7e7e7;
      line-height: 16px;
      background-color: #e7e7e7;
      text-transform: uppercase;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
      box-sizing: border-box;
      height: 50px;
      font-weight: 300;
      font-size: 13px; }
    @media screen and (min-width: 600px) {
    .fancybox-slide > .productmodal .buttons button, .fancybox-slide > .spacemodal .buttons button {
      font-size: 14px;
      font-weight: 700;
      height: 60px; } }
    .fancybox-slide > .productmodal .buttons button.on, .fancybox-slide > .spacemodal .buttons button.on {
      background-color: #333;
      color: #fff; }
    .fancybox-slide > .productmodal .buttons button.save, .fancybox-slide > .spacemodal .buttons button.save {
      padding: 16px 10px;
      margin-right: 10px;
      width: 46%; }
      @media screen and (min-width: 600px) {
    .fancybox-slide > .productmodal .buttons button.save, .fancybox-slide > .spacemodal .buttons button.save {
      margin-right: 10px;
      width: 150px; } }
      @media screen and (min-width: 768px) {
    .fancybox-slide > .productmodal .buttons button.save, .fancybox-slide > .spacemodal .buttons button.save {
      padding: 20px 50px;
      width: auto; } }
    .fancybox-slide > .productmodal .buttons button.pdf, .fancybox-slide > .spacemodal .buttons button.pdf {
      padding: 16px 10px;
      margin-left: 10px;
      width: 46%; }
      @media screen and (min-width: 600px) {
    .fancybox-slide > .productmodal .buttons button.pdf, .fancybox-slide > .spacemodal .buttons button.pdf {
      margin: 0;
      width: 150px; } }
      @media screen and (min-width: 768px) {
    .fancybox-slide > .productmodal .buttons button.pdf, .fancybox-slide > .spacemodal .buttons button.pdf {
      width: auto; } }
    .fancybox-slide > .productmodal .buttons button.pdfm, .fancybox-slide > .spacemodal .buttons button.pdfm {
      width: 25%; }
      @media screen and (min-width: 600px) {
    .fancybox-slide > .productmodal .buttons button.pdfm, .fancybox-slide > .spacemodal .buttons button.pdfm {
      width: auto; } }
    .fancybox-slide > .productmodal .buttons button.pdfm1, .fancybox-slide > .spacemodal .buttons button.pdfm1 {
      margin-right: 10px; }
  .fancybox-slide > .productmodal .title, .fancybox-slide > .spacemodal .title {
    text-align: center;
    position: relative;
    display: none; }
    @media screen and (min-width: 768px) {
  .fancybox-slide > .productmodal .title, .fancybox-slide > .spacemodal .title {
    display: block; } }
  .fancybox-slide > .productmodal h2, .fancybox-slide > .spacemodal h2 {
    text-align: center;
    font-size: 42px;
    line-height: 1.1em;
    margin: -7px auto 19px;
    font-weight: 500; }
    @media screen and (min-width: 768px) {
  .fancybox-slide > .productmodal h2, .fancybox-slide > .spacemodal h2 {
    font-size: 52px;
    font-size: 42px;
    width: 650px; } }
    @media screen and (min-width: 960px) {
  .fancybox-slide > .productmodal h2, .fancybox-slide > .spacemodal h2 {
    width: 700px; } }
    @media screen and (min-width: 1200px) {
  .fancybox-slide > .productmodal h2, .fancybox-slide > .spacemodal h2 {
    width: 500px; } }
  .fancybox-slide > .productmodal .dash, .fancybox-slide > .spacemodal .dash {
    display: none; }
  .fancybox-slide > .productmodal .close, .fancybox-slide > .spacemodal .close {
    text-align: right;
    position: absolute;
    right: 92px;
    top: 69px;
    width: 100px;
    display: none; }
    @media screen and (min-width: 768px) {
  .fancybox-slide > .productmodal .close, .fancybox-slide > .spacemodal .close {
    display: block; } }
    .fancybox-slide > .productmodal .close a, .fancybox-slide > .spacemodal .close a {
      background-image: url(../img/close.svg);
      background-size: 100% auto;
      width: 30px;
      height: 30px;
      display: inline-block;
      vertical-align: top; }
  .fancybox-slide > .productmodal .slider .slick-next, .fancybox-slide > .spacemodal .slider .slick-next, .fancybox-slide > .productmodal .slider .slick-prev, .fancybox-slide > .spacemodal .slider .slick-prev {
    position: absolute;
    top: 50%;
    width: 40%;
    height: 60%;
    background-color: transparent;
    text-indent: -1000px;
    overflow: hidden;
    background-image: url(../img/arrowleft.svg);
    background-size: 100% auto;
    z-index: 50;
    border: 0;
    transform: translateY(-50%);
    background-size: 20px auto; }
    @media screen and (min-width: 600px) {
    .fancybox-slide > .productmodal .slider .slick-next, .fancybox-slide > .spacemodal .slider .slick-next, .fancybox-slide > .productmodal .slider .slick-prev, .fancybox-slide > .spacemodal .slider .slick-prev {
      background-size: 30px auto; } }
    @media screen and (min-width: 768px) {
    .fancybox-slide > .productmodal .slider .slick-next, .fancybox-slide > .spacemodal .slider .slick-next, .fancybox-slide > .productmodal .slider .slick-prev, .fancybox-slide > .spacemodal .slider .slick-prev {
      background-size: 40px auto; } }
    .fancybox-slide > .productmodal .slider .slick-prev, .fancybox-slide > .spacemodal .slider .slick-prev {
      left: 20px;
      background-position: left center; }
    .fancybox-slide > .productmodal .slider .slick-next, .fancybox-slide > .spacemodal .slider .slick-next {
      -moz-transform: rotate(180deg) translateY(50%);
      -o-transform: rotate(180deg) translateY(50%);
      -webkit-transform: rotate(180deg) translateY(50%);
      transform: rotate(180deg) translateY(50%);
      right: 20px;
      background-position: left center; }
  .fancybox-slide > .productmodal .image, .fancybox-slide > .spacemodal .image {
    width: 100%;
    display: block;
    height: 100%;
    box-sizing: border-box;
    padding-top: 160px; }
    @media screen and (min-width: 768px) {
  .fancybox-slide > .productmodal .image, .fancybox-slide > .spacemodal .image {
    height: 100%;
    padding-top: 190px; } }
    @media screen and (min-width: 1200px) {
  .fancybox-slide > .productmodal .image, .fancybox-slide > .spacemodal .image {
    padding-top: 130px; } }
    .fancybox-slide > .productmodal .image div, .fancybox-slide > .spacemodal .image div {
      width: 100%;
      background-size: contain;
      background-position: center center;
      border: 1px solid #e7e7e7;
      min-height: 60vh; }
    @media screen and (min-width: 768px) {
    .fancybox-slide > .productmodal .image div, .fancybox-slide > .spacemodal .image div {
      min-height: 0;
      height: 100%; } }
    .fancybox-slide > .productmodal .image .bottom, .fancybox-slide > .spacemodal .image .bottom {
      border-width: 0 1px 1px 1px;
      padding: 16px 20px 20px;
      box-sizing: border-box;
      min-height: 0;
      font-size: 14px;
      text-align: center;
      font-weight: 300;
      line-height: 1.1em;
      min-height: 85px; }
    .fancybox-slide > .productmodal .image .bottom h2, .fancybox-slide > .spacemodal .image .bottom h2 {
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 700;
      margin: 0 0 0.7em 0; }

@media screen and (min-width: 1200px) {
    .fancybox-slide > .spacemodal h2 {
      width: 560px; } }

.productgroupnavititle {
  font-size: 28px;
  display: block;
  cursor: pointer;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 10px;
  top: 34px;
  z-index: 10;
  text-align: left;
  position: fixed;
  top: auto;
  bottom: 20px;
  left: 0px;
  padding-left: 10px; }
  @media screen and (min-width: 768px) {
  .productgroupnavititle {
    padding-left: 0;
    text-align: center;
    /* top: 23px; */
    width: 130px;
    position: fixed;
    left: 0;
    top: auto; } }
  .productgroupnavititle .fa {
    vertical-align: middle; }
  .productgroupnavititle .text {
    font-size: 20px;
    display: none; }
    @media screen and (min-width: 768px) {
  .productgroupnavititle .text {
    display: inline; } }

#wrap > .itemlist div.productgroupnavi {
  display: none; }

body.productgroupnavi .productgroupnavititle {
  display: none; }
  body.productgroupnavi #wrap > .itemlist .matrix, body.productgroupnavi #wrap > .itemlist .more {
    display: none; }
  body.productgroupnavi #wrap > .itemlist div.productgroupnavi {
    display: block;
    width: 100%;
    padding: 26px 20px;
    box-sizing: border-box; }
    @media screen and (min-width: 600px) {
  body.productgroupnavi #wrap > .itemlist div.productgroupnavi {
    padding: 30px; } }
    body.productgroupnavi #wrap > .itemlist div.productgroupnavi h2 {
      font-size: 20px;
      color: #333;
      font-weight: 400;
      text-align: center;
      margin: 0;
      padding: 0 30px 50px; }
    @media screen and (min-width: 400px) {
    body.productgroupnavi #wrap > .itemlist div.productgroupnavi h2 {
      font-size: 35px; } }
    @media screen and (min-width: 600px) {
    body.productgroupnavi #wrap > .itemlist div.productgroupnavi h2 {
      font-size: 48px; } }
    body.productgroupnavi #wrap > .itemlist div.productgroupnavi a.level1, body.productgroupnavi #wrap > .itemlist div.productgroupnavi a.level2, body.productgroupnavi #wrap > .itemlist div.productgroupnavi a.level3 {
      display: block;
      color: #333;
      word-break: break-all;
      /* white-space: nowrap; */
      hyphens: auto; }
    body.productgroupnavi #wrap > .itemlist div.productgroupnavi a.level1 {
      font-size: 21px;
      padding: 0 10px 15px 0;
      padding: 5px 10px 0px 10px;
      border-bottom: 1px solid #ccc; }
    body.productgroupnavi #wrap > .itemlist div.productgroupnavi a.level2, body.productgroupnavi #wrap > .itemlist div.productgroupnavi a.level3 {
      padding: 5px 10px 5px 5px;
      font-size: 19px;
      font-weight: 300; }
    @media screen and (min-width: 600px) {
    body.productgroupnavi #wrap > .itemlist div.productgroupnavi a.level2, body.productgroupnavi #wrap > .itemlist div.productgroupnavi a.level3 {
      font-size: 16px; } }
    body.productgroupnavi #wrap > .itemlist div.productgroupnavi a.level2.hasc {
      font-weight: 500;
      white-space: nowrap; }
    body.productgroupnavi #wrap > .itemlist div.productgroupnavi span.fa {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: transform 0.5s ease;
      transition: transform 0.5s ease;
      margin-left: 4px; }
    body.productgroupnavi #wrap > .itemlist div.productgroupnavi span.fa:before {
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    body.productgroupnavi #wrap > .itemlist div.productgroupnavi a.hasc.expanded span.fa {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
    body.productgroupnavi #wrap > .itemlist div.productgroupnavi a.hasc.expanded span.fa:before {
      margin-left: 4px; }
    body.productgroupnavi #wrap > .itemlist div.productgroupnavi .col {
      display: inline-block;
      vertical-align: top;
      box-sizing: border-box;
      padding-bottom: 20px;
      width: 100%;
      text-align: left; }
    @media screen and (min-width: 600px) {
    body.productgroupnavi #wrap > .itemlist div.productgroupnavi .col {
      padding-bottom: 30px; } }
    @media screen and (min-width: 700px) {
    body.productgroupnavi #wrap > .itemlist div.productgroupnavi .col {
      width: 50%; } }
    @media screen and (min-width: 1000px) {
    body.productgroupnavi #wrap > .itemlist div.productgroupnavi .col {
      width: 25%; } }
    body.productgroupnavi #wrap > .itemlist div.productgroupnavi .level2container {
      padding-left: 0;
      padding-left: 5px; }
    body.productgroupnavi #wrap > .itemlist div.productgroupnavi .level3container {
      display: none;
      padding-left: 10px; }
    body.productgroupnavi #wrap > .itemlist div.productgroupnavi .level3container.expanded {
      display: block; }
    body.productgroupnavi #wrap > .itemlist div.productgroupnavi .toggle {
      width: 42px;
      height: 42px;
      position: absolute;
      right: 21px;
      top: 35px; }
    @media screen and (min-width: 600px) {
    body.productgroupnavi #wrap > .itemlist div.productgroupnavi .toggle {
      right: 31px;
      top: 35px; } }
    body.productgroupnavi #wrap > .itemlist div.productgroupnavi .toggle .line1, body.productgroupnavi #wrap > .itemlist div.productgroupnavi .toggle .line3 {
      width: 33px;
      background-color: #000;
      height: 1px;
      display: block; }
    body.productgroupnavi #wrap > .itemlist div.productgroupnavi .toggle .line1 {
      top: 0;
      -webkit-transform: rotate(45deg) translateY(6px) translateX(6px);
      transform: rotate(45deg) translateY(6px) translateX(6px); }
    body.productgroupnavi #wrap > .itemlist div.productgroupnavi .toggle .line3 {
      top: 20px;
      -webkit-transform: rotate(-45deg) translateY(-9px) translateX(9px);
      transform: rotate(-45deg) translateY(-9px) translateX(9px); }

.spacesgroupnavititle {
  font-size: 28px;
  display: block;
  cursor: pointer;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 10px;
  top: 34px;
  z-index: 10;
  width: 50px;
  height: 40px;
  text-align: left;
  position: fixed;
  top: auto;
  bottom: 20px;
  left: 0px;
  padding-left: 10px; }
  @media screen and (min-width: 768px) {
  .spacesgroupnavititle {
    padding-left: 0;
    text-align: center;
    /* top: 23px; */
    width: 130px;
    position: fixed;
    left: 0;
    top: auto; } }
  .spacesgroupnavititle .fa {
    vertical-align: middle; }
  .spacesgroupnavititle .text {
    font-size: 20px;
    display: none; }
    @media screen and (min-width: 768px) {
  .spacesgroupnavititle .text {
    display: inline; } }

#wrap > .itemlist div.spacesgroupnavi {
  display: none; }

body.spacesgroupnavi .spacesgroupnavititle {
  display: none; }
  body.spacesgroupnavi #wrap > .itemlist .matrix, body.spacesgroupnavi #wrap > .itemlist .more {
    display: none; }
  body.spacesgroupnavi #wrap > .itemlist div.spacesgroupnavi {
    display: block;
    width: 100%;
    padding: 26px 20px;
    box-sizing: border-box; }
    @media screen and (min-width: 600px) {
  body.spacesgroupnavi #wrap > .itemlist div.spacesgroupnavi {
    padding: 30px; } }
    body.spacesgroupnavi #wrap > .itemlist div.spacesgroupnavi h2 {
      font-size: 20px;
      color: #333;
      font-weight: 400;
      text-align: center;
      margin: 0;
      padding: 0 30px 50px; }
    @media screen and (min-width: 400px) {
    body.spacesgroupnavi #wrap > .itemlist div.spacesgroupnavi h2 {
      font-size: 35px; } }
    @media screen and (min-width: 600px) {
    body.spacesgroupnavi #wrap > .itemlist div.spacesgroupnavi h2 {
      font-size: 48px; } }
    body.spacesgroupnavi #wrap > .itemlist div.spacesgroupnavi a.level1, body.spacesgroupnavi #wrap > .itemlist div.spacesgroupnavi a.level2, body.spacesgroupnavi #wrap > .itemlist div.spacesgroupnavi a.level3 {
      display: block;
      color: #333;
      word-break: break-all;
      /* white-space: nowrap; */
      hyphens: auto; }
    body.spacesgroupnavi #wrap > .itemlist div.spacesgroupnavi a.level1 {
      font-size: 21px;
      padding: 0 10px 15px 0; }
    body.spacesgroupnavi #wrap > .itemlist div.spacesgroupnavi a.level2, body.spacesgroupnavi #wrap > .itemlist div.spacesgroupnavi a.level3 {
      padding: 5px 10px 5px 5px;
      font-size: 19px;
      font-weight: 300; }
    @media screen and (min-width: 600px) {
    body.spacesgroupnavi #wrap > .itemlist div.spacesgroupnavi a.level2, body.spacesgroupnavi #wrap > .itemlist div.spacesgroupnavi a.level3 {
      font-size: 16px; } }
    body.spacesgroupnavi #wrap > .itemlist div.spacesgroupnavi a.level2.hasc {
      font-weight: 500;
      white-space: nowrap; }
    body.spacesgroupnavi #wrap > .itemlist div.spacesgroupnavi span.fa {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: transform 0.5s ease;
      transition: transform 0.5s ease; }
    body.spacesgroupnavi #wrap > .itemlist div.spacesgroupnavi span.fa:before {
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    body.spacesgroupnavi #wrap > .itemlist div.spacesgroupnavi a.hasc.expanded span.fa {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
    body.spacesgroupnavi #wrap > .itemlist div.spacesgroupnavi a.hasc.expanded span.fa:before {
      margin-left: 4px; }
    body.spacesgroupnavi #wrap > .itemlist div.spacesgroupnavi .col {
      display: block;
      vertical-align: top;
      box-sizing: border-box;
      padding-bottom: 20px;
      text-align: left;
      width: 100%; }
    @media screen and (min-width: 768px) {
    body.spacesgroupnavi #wrap > .itemlist div.spacesgroupnavi .col {
      display: inline-block;
      padding-bottom: 30px;
      width: 50%; } }
    @media screen and (min-width: 1000px) {
    body.spacesgroupnavi #wrap > .itemlist div.spacesgroupnavi .col {
      width: 25%; } }
    body.spacesgroupnavi #wrap > .itemlist div.spacesgroupnavi .level2container {
      padding-left: 0; }
    body.spacesgroupnavi #wrap > .itemlist div.spacesgroupnavi .level3container {
      display: none; }
    @media screen and (min-width: 768px) {
    body.spacesgroupnavi #wrap > .itemlist div.spacesgroupnavi .level3container {
      padding-left: 0; } }
    body.spacesgroupnavi #wrap > .itemlist div.spacesgroupnavi .level3container.expanded {
      display: block; }
    body.spacesgroupnavi #wrap > .itemlist div.spacesgroupnavi .toggle {
      width: 42px;
      height: 42px;
      position: absolute;
      right: 21px;
      top: 35px; }
    @media screen and (min-width: 600px) {
    body.spacesgroupnavi #wrap > .itemlist div.spacesgroupnavi .toggle {
      right: 31px;
      top: 35px; } }
    body.spacesgroupnavi #wrap > .itemlist div.spacesgroupnavi .toggle .line1, body.spacesgroupnavi #wrap > .itemlist div.spacesgroupnavi .toggle .line3 {
      width: 33px;
      background-color: #000;
      height: 1px;
      display: block; }
    body.spacesgroupnavi #wrap > .itemlist div.spacesgroupnavi .toggle .line1 {
      top: 0;
      -webkit-transform: rotate(45deg) translateY(6px) translateX(6px);
      transform: rotate(45deg) translateY(6px) translateX(6px); }
    body.spacesgroupnavi #wrap > .itemlist div.spacesgroupnavi .toggle .line3 {
      top: 20px;
      -webkit-transform: rotate(-45deg) translateY(-9px) translateX(9px);
      transform: rotate(-45deg) translateY(-9px) translateX(9px); }
  body.spacesgroupnavi .legend {
    opacity: 0.5; }
    body.spacesgroupnavi .legend .fa-star {
      color: #aa0; }

.starredinfo {
  padding: 0 30px;
  max-width: 1024px;
  margin: 0 auto;
  display: none; }
  .starredinfo a {
    color: inherit;
    text-decoration: underline; }
  .starredinfo p {
    max-width: 800px;
    margin: 0 auto 1em; }
  .starredinfo form {
    position: relative; }
    .starredinfo form .input {
      vertical-align: top;
      text-align: left;
      width: 100%;
      box-sizing: border-box; }
    @media screen and (min-width: 600px) {
    .starredinfo form .input {
      display: inline-block;
      width: 49%;
      padding-right: 10px; } }
    @media screen and (min-width: 960px) {
    .starredinfo form .input {
      width: 32%; } }
    .starredinfo form input, .starredinfo form textarea {
      border: 1px solid #aaa;
      border-radius: 3px;
      display: block;
      width: 100%;
      box-sizing: border-box;
      padding: 3px 5px;
      margin: 0.5em 0; }
    .starredinfo form input::-webkit-input-placeholder, .starredinfo form textarea::-webkit-input-placeholder {
      color: #ccc; }
    .starredinfo form input::-moz-placeholder, .starredinfo form textarea::-moz-placeholder {
      color: #ccc; }
    .starredinfo form input:-ms-input-placeholder, .starredinfo form textarea:-ms-input-placeholder {
      color: #ccc; }
    .starredinfo form input:-moz-placeholder, .starredinfo form textarea:-moz-placeholder {
      color: #ccc; }
    .starredinfo form textarea {
      resize: none;
      height: 4em;
      margin-bottom: 1em; }
    .starredinfo form button {
      box-sizing: border-box;
      border-radius: 0;
      text-transform: uppercase;
      font-weight: 700;
      color: #333;
      border: 1px solid #e7e7e7;
      display: inline-block;
      vertical-align: top;
      width: 100%;
      margin: 0 0 10px;
      font-size: 12px;
      height: 50px;
      background-color: #e7e7e7;
      transition: color 0.5s ease 0s;
      padding: 0 1.5em;
      max-width: 300px; }
    .starredinfo form .invalid input {
      border-color: #f00; }
    .starredinfo form .invalid label {
      color: #f00; }
  .starredinfo .thanks {
    display: none;
    position: absolute;
    background-color: rgba(255, 255, 255, .7);
    color: #333;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
    .starredinfo .thanks p {
      text-align: center;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translateX(-50%) translateY(-50%);
      font-size: 20px;
      font-weight: 600; }

#wrap > .articlelist {
  text-align: center;
  margin: 0 auto; }
  #wrap > .articlelist h1 {
    color: #000;
    display: inline-block;
    margin: 2em auto; }
  #wrap > .articlelist .inner {
    max-width: 320px;
    margin: 0 auto 60px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 0 30px;
    box-sizing: border-box; }
    @media screen and (min-width: 600px) {
  #wrap > .articlelist .inner {
    max-width: 1060px; } }
  #wrap > .articlelist .articlelink {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding-bottom: 66%;
    flex: 0 0 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    background-color: rgba(0, 0, 0, .1);
    overflow: hidden;
    position: relative;
    box-sizing: border-box; }
    @media screen and (min-width: 600px) {
  #wrap > .articlelist .articlelink {
    flex: 0 0 300px;
    width: 300px;
    padding-bottom: 0;
    height: 200px; } }
    #wrap > .articlelist .articlelink .background {
      background-size: cover;
      background-position: center center;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      transition: transform 2s ease 0s;
      transform: scaleX(1) scaleY(1); }
    #wrap > .articlelist .articlelink .veil {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0);
      transition: all 0.5s ease; }
    #wrap > .articlelist .articlelink h2 {
      position: absolute;
      bottom: 0;
      color: #fff;
      text-shadow: 0 0 3px rgba(0, 0, 0, .8);
      font-size: 18px;
      padding: 0 20px;
      width: 100%;
      box-sizing: border-box;
      line-height: 1.1em; }
    #wrap > .articlelist .articlelink:hover .background {
      transform: scaleX(1.05) scaleY(1.05); }
    #wrap > .articlelist .articlelink:hover .veil {
      background-color: rgba(0, 0, 0, .2); }

#wrap > .article {
  max-width: 738px;
  margin: 0 auto;
  padding: 0 20px 50px;
  box-sizing: border-box;
  line-height: 1.5em;
  text-align: center; }
  @media screen and (min-width: 980px) {
  #wrap > .article {
    max-width: 960px; } }
  #wrap > .article .time {
    padding: 50px 30px 10px; }
  #wrap > .article figure.wp-block-image {
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px;
    margin-bottom: 30px; }
  #wrap > .article figure.wp-block-image figcaption {
    margin-top: 0.5em;
    margin-bottom: 1em;
    font-size: 14px;
    font-style: italic;
    margin: 0; }
  #wrap > .article h1 {
    font-weight: 100;
    font-size: 34px;
    letter-spacing: 1px;
    padding: 0.7em 0;
    line-height: 1.24em;
    text-align: center;
    padding: 0 0.1em 0 0.9em;
    margin: 0 0 1em; }
    @media screen and (min-width: 600px) {
  #wrap > .article h1 {
    font-size: 44px; } }
  #wrap > .article h2 {
    font-weight: 100;
    font-size: 25px;
    margin: 1.2em 0 0.7em; }
  #wrap > .article img {
    max-width: 100%;
    height: auto; }
  #wrap > .article > .inner > p {
    margin: 0 30px 1.24em;
    font-size: 16px;
    line-height: 1.54em; }
    @media screen and (min-width: 980px) {
  #wrap > .article > .inner > p {
    margin: 0 90px 1.24em;
    font-size: 18px; } }
    #wrap > .article > .inner > p a {
      color: #555;
      position: relative; }
    #wrap > .article > .inner > p a:after {
      content: '';
      position: absolute;
      bottom: 0;
      border-bottom: 1px solid #fcc;
      width: 10px;
      display: inline-block;
      height: 1px;
      left: 0;
      transition: width 0.5s ease 0s, border-color 0.5s ease 0s; }
    #wrap > .article > .inner > p a:hover:after {
      width: 100%;
      border-color: #ccc; }
  #wrap > .article > .inner > h4 {
    margin: 1.33em 0 0.5em; }
  #wrap > .article .author {
    padding: 20px 0;
    font-weight: 100; }
  #wrap > .article.news {
    text-align: left; }
    #wrap > .article.news > .inner > p {
      margin: 0 30px 1.25em; }
    #wrap > .article.news h1 {
      text-align: left; }

#wrap > .article.brand .left, #wrap > .article.brand .right {
  width: 100%;
  text-align: center;
  /*
            display: inline-block;
            vertical-align: top;
            text-align: left;
            */ }
  #wrap > .article.brand .left {
    text-align: center; }
  @media screen and (min-width: 768px) {
    #wrap > .article.brand .left {
      /*
            width: 25%;
            margin-right: 3%;
            */
      padding-top: 70px; } }
  #wrap > .article.brand .right {
    /*
            width: 70%;
            */ }
  #wrap > .article.brand .description, #wrap > .article.brand .information {
    margin-bottom: 1em; }
  #wrap > .article.brand a.brandlogo, #wrap > .article.brand div.brandlogo {
    display: block;
    background-size: contain;
    width: 250px;
    height: 167px;
    margin: 30px auto 0;
    background-position: center center; }
  @media screen and (min-width: 768px) {
    #wrap > .article.brand a.brandlogo, #wrap > .article.brand div.brandlogo {
      margin: 0 auto; } }
  #wrap > .article.brand .textlink {
    font-size: 12px; }
  #wrap > .article.brand .products {
    padding-top: 20px; }
  #wrap > .article.brand .productwrap {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 30px;
    width: 100%; }
  @media screen and (min-width: 768px) {
    #wrap > .article.brand .productwrap {
      margin: 0 10px 30px;
      width: 29%; } }
  @media screen and (min-width: 1000px) {
    #wrap > .article.brand .productwrap {
      width: 24.7%; } }
  #wrap > .article.brand .product {
    display: inline-block;
    vertical-align: top;
    color: #000;
    font-size: 14px;
    width: 100%; }
  #wrap > .article.brand .product .image {
    background-size: contain;
    background-position: center center;
    display: block;
    width: 100%;
    padding-bottom: 50%;
    margin-bottom: 10px; }
  #wrap > .article.brand .product .name {
    line-height: 1.25em;
    font-weight: bold; }

.wp-block-button {
  padding: 1.5em 0; }

.wp-block-button__link {
  padding-right: 24px; }
  .wp-block-button__link:after {
    transition: all 0.3s ease 0.1s;
    margin-left: -10px;
    content: " »";
    color: rgba(255, 255, 255, 0); }
  .wp-block-button__link:hover:after {
    margin-left: 0;
    color: #fff; }

#wrap > .article.news .time {
  font-size: 14px;
  font-weight: 100;
  padding: 10px 0 50px;
  display: none; }
  #wrap > .article.news > h1 {
    margin: 0.7em 0;
    padding: 0.7em 0; }

.frontnews-list {
  margin: 0 auto;
  text-align: left;
  box-sizing: border-box; }
  @media screen and (min-width: 600px) {
  .frontnews-list {
    padding: 0 20px;
    max-width: 800px;
    width: 100%; } }
  @media screen and (min-width: 1024px) {
  .frontnews-list {
    max-width: 1140px; } }
  .frontnews-list h1 {
    text-align: center; }
  @media screen and (min-width: 600px) {
    .frontnews-list h1 {
      text-align: left; } }
  .frontnews-list .frontnews-item {
    width: 100%;
    text-decoration: none;
    color: #000;
    padding: 0 10px 40px;
    box-sizing: border-box;
    max-width: 400px;
    margin: 0 auto;
    display: block;
    padding: 0 30px 40px; }
  @media screen and (min-width: 600px) {
    .frontnews-list .frontnews-item {
      display: inline-block;
      vertical-align: top;
      width: 50%;
      padding: 0 10px 40px; } }
  @media screen and (min-width: 1024px) {
    .frontnews-list .frontnews-item {
      width: 33%; } }
  .frontnews-list .frontnews-item h3 {
    margin: 0.5em 0;
    line-height: 1.2em;
    font-size: 20px; }
  .frontnews-list .frontnews-item .image {
    width: 100%;
    padding-bottom: 75%;
    box-sizing: border-box;
    background-size: cover;
    background-position: center center; }
  .frontnews-list .frontnews-item .link {
    font-size: 16px;
    display: block;
    color: #666;
    margin: 0.5em 0 0;
    transition: color 0.3s ease 0s; }
  .frontnews-list .frontnews-item .link:after {
    transition: all 0.2s ease 0s;
    margin-left: 3px;
    /* \00A0 */
    content: "»"; }
  .frontnews-list .frontnews-item .time {
    font-size: 11px;
    display: block;
    line-height: 1em;
    padding: 0.5em;
    margin: 0;
    background-color: #000;
    color: #fff; }
  .frontnews-list .frontnews-item:hover .link {
    color: #000; }
  .frontnews-list .frontnews-item:hover .link:after {
    margin-left: 5px; }

form.loyalisticHoneypotForm {
  max-width: 350px;
  width: 100%;
  text-align: left;
  margin: 0 auto; }
  form.loyalisticHoneypotForm div.field {
    padding-bottom: 0.4em; }
  form.loyalisticHoneypotForm div.field input[type='text'], form.loyalisticHoneypotForm div.field input[type='email'] {
    width: 100%;
    box-sizing: border-box; }
  form.loyalisticHoneypotForm div.field input[type='checkbox'] {
    width: auto; }
  form.loyalisticHoneypotForm input[type='submit'] {
    margin-top: 1em;
    width: 150px;
    padding: 3px 5px;
    margin: 1em auto 0;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 700;
    color: #333;
    border: 1px solid #e7e7e7;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 1em auto;
    font-size: 1rem;
    height: 50px;
    background-color: #e7e7e7;
    -webkit-transition: color 0.5s ease 0s;
    transition: color 0.5s ease 0s; }

body > .cookienotice {
  display: none;
  position: fixed;
  bottom: 2px;
  left: 0;
  z-index: 9999;
  width: 100vw;
  padding: 0 10px;
  box-sizing: border-box;
  text-align: center; }
  @media screen and (min-width: 768px) {
  body > .cookienotice {
    padding: 0 25px; } }
  body > .cookienotice .inner {
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    padding: 1em 25px 1em 0;
    border: 1px solid #666;
    background-color: #fff;
    color: #666; }
  body > .cookienotice button {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer; }
  body > .cookienotice p {
    margin: 0 0 1em;
    padding: 0 25px;
    display: block; }
  @media screen and (min-width: 768px) {
    body > .cookienotice p {
      margin: 0;
      display: inline-block;
      vertical-align: middle; } }
  body > .cookienotice button {
    border-radius: 4px;
    background-color: #151830;
    color: #fff;
    font-weight: 600;
    border: 1px solid #555;
    padding: 0.5em 1.5em; }
  body > .cookienotice .deny {
    margin: 0 0 0 25px; }

.container {
  width: auto;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box; }
  @media screen and (min-width: 600px) {
  .container {
    padding-left: 15px;
    padding-right: 15px; } }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }

.content img {
  max-width: 100%;
  height: auto; }

.full-width-img {
  width: 100%; }

#wrap > .navi .link span {
  color: #fff;
  top: 41px;
  left: -48px;
  font-size: 15px;
  position: relative;
  /*
h2{
	font-family: "skolar-latin",serif;
}
h1{
	font-family: "skolar-latin",serif;
	font-size: 55px;
	font-weight:300;
	line-height: 1.05;
}
*/ }

h1 {
  line-height: 1.25em;
  color: #1f4b5c;
  hyphens: auto;
  font-size: 1.5rem; }
  @media screen and (min-width: 600px) {
  h1 {
    font-size: 2rem; } }
  @media screen and (min-width: 960px) {
  h1 {
    font-size: 2.5rem; } }

body.responsive.layout-full #page-wrapper #main .full-container {
  max-width: 1500px !important; }

.left-col {
  float: right;
  max-width: 530px; }

.right-col {
  float: left;
  max-width: 610px; }

@media (max-width: 768px) {
  .right-col {
    float: none; }

  .left-col {
    float: none;
    padding: 20px; } }

.client-logo {
  display: inline-block;
  width: 113px;
  margin: 10px 30px; }
  @media screen and (min-width: 600px) {
  .client-logo {
    width: 143px;
    margin: 30px; } }
  .client-logo img {
    max-width: 100%; }

.henkilo-item {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 50px;
  font-size: 17px;
  color: #333;
  line-height: 1.5; }

.henkilo-item h3 {
  margin-bottom: 5px;
  font-size: 18px; }

.henkilo-item a {
  color: #333; }

#grid3, .grid3 {
  display: grid;
  grid-template-columns: repeat(3, 31%);
  grid-column-gap: 40px; }

@media (max-width: 1080px) {
  #grid3, .grid3 {
    display: grid;
    grid-template-columns: repeat(2, 48%);
    grid-column-gap: 40px; } }

@media (max-width: 600px) {
  #grid3, .grid3 {
    display: grid;
    grid-template-columns: repeat(1, 100%);
    grid-column-gap: 0px; } }

.so-widget-sow-button-atom-4a75a8acc3b6 .ow-button-base a {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 20px !important;
  padding: 1em 2em;
  background: #ce4230 !important;
  border: 0px solid !important;
  color: #fff !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0);
  text-shadow: 0 0px 0 rgba(0, 0, 0, 0); }
