@import url("https://fonts.googleapis.com/css2?family=Piazzolla:ital,wght@0,400;0,600;1,400&display=swap");
* {
  box-sizing: border-box; }

.hidden {
  display: none !important; }

.invisible {
  visibility: hidden; }

body {
  font-family: 'Piazzolla', sans-serif;
  padding: 0;
  margin: 0;
  width: 100%; }
  body.menu-open {
    position: fixed; }

p {
  margin: 0; }

ul {
  list-style: none;
  padding-left: 0;
  margin: 0; }

label {
  cursor: pointer; }

img {
  max-width: 100%; }

/* global */
header {
  background-color: #f880bf;
  border-bottom: 5px solid #fde6f2;
  padding: 0 40px; }
  @media screen and (max-width: 1100px) {
    header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0 20px; } }
  @media screen and (max-width: 413px) {
    header {
      padding: 0 10px; } }
  header .header-nav {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 0 16px;
    display: block; }
    @media screen and (max-width: 1100px) {
      header .header-nav {
        display: none;
        background-color: #f880bf;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-top: 35px; } }
    @media screen and (max-width: 1100px) {
      header .header-nav.mobile-closed {
        display: none; } }
    header .header-nav.mobile-open {
      display: block;
      z-index: 9; }
    header .header-nav ul {
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 1100px) {
        header .header-nav ul {
          flex-direction: column;
          text-align: center; } }
    header .header-nav a {
      color: #fff;
      text-decoration: none;
      letter-spacing: 1px;
      font-size: 19px;
      font-weight: 600; }
      header .header-nav a:hover {
        text-decoration: underline; }
      @media screen and (max-width: 1100px) {
        header .header-nav a {
          font-size: 24px;
          margin: 10px 0;
          display: block; } }
  header .header-logo-link {
    display: none; }
    @media screen and (max-width: 1100px) {
      header .header-logo-link {
        display: block;
        margin: 10px 0 4px; } }
    header .header-logo-link .header-logo {
      max-width: 300px; }
      @media screen and (max-width: 413px) {
        header .header-logo-link .header-logo {
          width: 60vw;
          min-width: 200px; } }
  header .menu-button {
    display: none;
    width: 40px;
    height: 40px;
    padding: 9px 7px;
    cursor: pointer;
    transition: background-color 500ms;
    z-index: 10; }
    @media screen and (max-width: 1100px) {
      header .menu-button {
        display: block; } }
    header .menu-button .menu {
      margin-top: 1px;
      margin-left: 1px; }
    header .menu-button span {
      width: 24px;
      height: 3px;
      margin-bottom: 4px;
      background-color: #fff;
      display: block;
      border-radius: 5px; }
    header .menu-button:hover {
      transition: background-color 500ms; }
    header .menu-button .top {
      transition: transform 500ms;
      transform: rotate(0deg) translate(0, 0); }
    header .menu-button .close-icon .top {
      transition: transform 500ms;
      transform: rotate(90deg) translate(7px, 0); }
    header .menu-button .mid {
      transition: transform 500ms; }
    header .menu-button .close-icon .mid {
      transition: transform 500ms; }
    header .menu-button .bot {
      transition: opacity 500ms;
      opacity: 1; }
    header .menu-button .close-icon .bot {
      transition: opacity 500ms;
      opacity: 0; }
    header .menu-button .menu.close-icon {
      transition: transform 500ms;
      transform: rotate(45deg); }

main {
  display: block; }
  main h1 {
    font-size: 28px;
    margin: 5px 0; }
  main .section-logo {
    padding: 20px 0;
    background-color: #fff; }
    main .section-logo .logo-inner {
      width: 100%;
      max-width: 1200px;
      margin: 0 auto; }
      main .section-logo .logo-inner p {
        text-align: center;
        margin-top: 10px; }
        main .section-logo .logo-inner p a {
          color: #f43b9b; }
    main .section-logo .main-logo {
      width: 250px;
      max-width: 100%;
      margin: 0 auto;
      display: block; }
      @media screen and (max-width: 500px) {
        main .section-logo .main-logo {
          width: 180px; } }
  main .section-story {
    background-color: #f880bf;
    padding: 30px 35px; }
    @media screen and (max-width: 600px) {
      main .section-story {
        padding: 20px 25px; } }
    main .section-story .story-inner {
      width: 100%;
      max-width: 1024px;
      margin: 0 auto; }
    main .section-story .story-image {
      float: right;
      width: 375px;
      height: auto;
      margin: 0 0 25px 25px; }
      @media screen and (max-width: 768px) {
        main .section-story .story-image {
          margin: 15px auto 25px;
          display: block;
          float: none; } }
    main .section-story p {
      margin-bottom: 10px;
      font-size: 21px;
      line-height: 29px; }
      @media screen and (max-width: 600px) {
        main .section-story p {
          font-size: 18px;
          line-height: 25px; } }
      main .section-story p.important-copy {
        text-align: center;
        margin-bottom: 25px; }
    main .section-story .clear {
      clear: both; }
  main .section-services {
    background-color: #f880bf;
    padding: 0 30px 35px; }
    main .section-services .services-inner {
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around; }
    main .section-services .services-left, main .section-services .services-right {
      width: 45%; }
      @media screen and (max-width: 767px) {
        main .section-services .services-left, main .section-services .services-right {
          width: 100%; } }
    main .section-services ul {
      margin: 0 auto;
      list-style: disc;
      font-size: 21px;
      line-height: 35px;
      padding-left: 30px; }
      @media screen and (max-width: 600px) {
        main .section-services ul {
          font-size: 18px;
          line-height: 23px; } }
  main .global-slideshow {
    width: 600px;
    max-width: 100%;
    margin: 0 auto 40px; }
    main .global-slideshow img {
      margin: 0; }

footer {
  background-color: #fde6f2;
  padding: 20px 15px 20px; }
  footer nav ul {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    max-width: 100%;
    margin: 0 auto; }
    @media screen and (max-width: 1024px) {
      footer nav ul {
        flex-wrap: wrap; } }
  @media screen and (max-width: 1024px) {
    footer nav li {
      width: 25%;
      text-align: center;
      margin: 10px 0; } }
  @media screen and (max-width: 600px) {
    footer nav li {
      width: 50%; } }
  @media screen and (max-width: 360px) {
    footer nav li {
      width: 100%; } }
  footer nav a {
    color: #222;
    text-decoration: none;
    font-size: 18px;
    line-height: 23px;
    font-weight: 500; }
    footer nav a:hover {
      text-decoration: underline; }
  footer .social-media {
    display: flex;
    justify-content: space-between;
    width: 140px;
    margin: 20px auto; }
    footer .social-media svg {
      width: 30px;
      height: 30px; }

.section-inside {
  padding: 40px; }
  .section-inside .copy {
    max-width: 1000px;
    margin: 0 auto; }
    .section-inside .copy a {
      color: #f43b9b; }
  .section-inside h2 {
    text-align: center;
    margin-top: 0; }
  .section-inside img {
    display: block;
    margin: 20px auto; }
  .section-inside p, .section-inside ul {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 29px; }
    .section-inside p.legal-copy, .section-inside ul.legal-copy {
      margin-bottom: 8px;
      font-size: 15px;
      line-height: 18px; }
  .section-inside ul {
    list-style-type: disc;
    list-style-position: inside;
    text-align: center;
    margin-bottom: 30px; }
    .section-inside ul.left-align {
      text-align: left; }
      .section-inside ul.left-align ul {
        margin-left: 40px;
        text-align: left; }
    .section-inside ul ul {
      list-style-type: circle;
      margin-bottom: 0; }
  .section-inside h3 {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    margin-top: 40px; }
  .section-inside h4 {
    font-size: 19px;
    line-height: 23px;
    text-align: center;
    margin-top: 20px; }

.cost-page .section-inside ul.cost-list {
  text-align: left; }
.cost-page .section-inside .logo-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px; }
  .cost-page .section-inside .logo-group img {
    height: 70px;
    margin: 0 10px; }

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