@charset "UTF-8";
@keyframes spinAround {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

body {
  background-color: white; }

.hero-body {
  background: url("../img/lady.png") no-repeat center top;
  background-size: cover;
  height: 25vw; }

.hero-logo {
  max-width: 15rem;
  width: 70%;
  margin: 2rem auto 0; }

.title {
  font-size: 2.30769rem; }

.section {
  padding-top: 0;
  padding-bottom: 0; }

.container {
  padding-bottom: 5em; }
  .container > .title {
    color: #6b6b6b;
    font-weight: 200;
    margin: 7.69231rem 0 5.38462rem; }
    @media screen and (max-width: 1087px) {
      .container > .title {
        display: none; } }

.frame .image {
  height: 7.69231rem;
  width: 10rem; }

.frame .title {
  font-weight: 400; }
  .frame .title + .subtitle {
    margin-top: -1.5rem;
    font-size: 1.15rem; }

.items {
  font-size: 1.30769rem; }
  .items li {
    white-space: nowrap; }
    .items li a {
      color: #1d1d1b;
      text-decoration: underline;
      text-decoration-color: transparent; }
      .items li a::before {
        content: "";
        font-family: "baumit";
        display: inline-block;
        width: 2.30769rem;
        height: 2.76923rem;
        line-height: 2.76923rem;
        color: #e30613;
        font-size: .75em;
        text-align: center;
        position: relative;
        top: -1px; }
      .items li a:hover {
        color: #e30613;
        text-decoration-color: #e30613; }
        .items li a:hover::before {
          opacity: .7; }

@media screen and (max-width: 1087px) {
  .section .column {
    border-bottom: 1px solid #f9f9f9; }
  .frame {
    display: flex;
    margin-top: 2em; }
    .frame .title,
    .frame .icon {
      align-self: center; }
    .frame .title {
      margin-left: .7em;
      margin-bottom: 0;
      transition: none 250ms ease-in-out;
      transition-property: color; }
    .frame .titles {
      display: flex;
      flex-direction: column;
      justify-content: space-evenly;
      margin-left: 1.61538rem; }
      .frame .titles .title {
        margin-left: 0; }
    .frame .icon {
      color: #e30613;
      margin-left: auto; }
    .frame .icon-minus-thin {
      display: none; }
    .column:target .frame .title {
      color: #e30613;
      transition: none 100ms ease-in-out;
      transition-property: color; }
    .column:target .frame .icon-plus-thin {
      display: none; }
    .column:target .frame .icon-minus-thin {
      display: block; }
  .items {
    padding-top: 1em;
    max-height: 0;
    overflow: hidden;
    transition: none 250ms ease-in-out;
    transition-property: max-height, margin; }
    .column:target .items {
      margin-bottom: 1em;
      max-height: 12em;
      transition: none 250ms ease-in-out;
      transition-property: max-height, margin; } }

@media screen and (min-width: 1088px) {
  .section .columns {
    padding-bottom: 13em; }
  .section .column {
    position: relative; }
    .section .column .frame {
      margin: 0 5.38462rem; }
    .section .column:first-child .frame {
      margin-left: 0; }
    .section .column:last-child .frame {
      margin-right: 0; }
    .section .column:not(:last-child)::after {
      content: " ";
      display: block;
      height: 150px;
      border-right: 1px solid #ebebeb;
      position: absolute;
      top: 35px;
      right: 0; }
    .section .column .frame {
      display: block;
      position: relative;
      border: 2px solid transparent;
      transition: none 250ms ease-in-out;
      transition-property: border;
      height: 15.38462rem;
      width: 15.38462rem;
      padding: 1.53846rem; }
      .section .column .frame::before, .section .column .frame::after {
        content: " ";
        display: block;
        border: 8px solid transparent;
        position: absolute;
        bottom: -16px;
        left: calc(50% - 8px);
        border-top-color: #e30613; }
      .section .column .frame::after {
        border-top-color: white;
        bottom: -14px; }
      .section .column .frame::before {
        opacity: 0;
        transition: none 250ms ease-in-out;
        transition-property: opacity; }
      .section .column .frame .image {
        margin: 0 auto 1.53846rem; }
    .section .column .items {
      padding: 3.84615rem 0 1.92308rem;
      display: flex;
      position: absolute;
      opacity: 0;
      transition: none 250ms ease-in-out;
      transition-property: opacity; }
      .section .column .items ul + ul {
        margin-left: 3.84615rem; }
    .section .column:nth-child(n+2) .items {
      left: -28%; }
    .section .column:nth-child(n+3) .items {
      left: auto;
      right: 0; }
    .section .column:hover .frame, .section .column.selected .frame {
      transition: none 100ms ease-in-out;
      transition-property: border;
      border-color: #e30613; }
      .section .column:hover .frame::before, .section .column.selected .frame::before {
        opacity: 1;
        transition: none 100ms ease-in-out;
        transition-property: opacity; }
    .section .column:hover .items, .section .column.selected .items {
      opacity: 1;
      transition: none 100ms ease-in-out;
      transition-property: opacity;
      z-index: 10; } }

/*# sourceMappingURL=../../../../../../../../static/wizard/sass/home.css.map */