* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Josefin Sans", sans-serif; }

body {
  background-color: #e1dad7;
  color: #5d493e;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -1px; }

h1 {
  font-size: 2em; }

h2 {
  margin-bottom: 1rem; }

.wrapper {
  max-width: 1200px;
  padding: 1rem;
  padding-top: 0;
  margin: 0 auto; }
  @media only screen and (max-width: 800px) {
    .wrapper {
      padding: 2rem; }
      .wrapper.header-wrapper {
        padding-top: 0; } }

/* Icon 1 */
#hamburger-toggle {
  width: 40px;
  height: 30px;
  position: relative;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer; }
  #hamburger-toggle span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #5d493e;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out; }
    #hamburger-toggle span:nth-child(1) {
      top: 0px; }
    #hamburger-toggle span:nth-child(2), #hamburger-toggle span:nth-child(3) {
      top: 50%; }
    #hamburger-toggle span:nth-child(4) {
      top: 100%; }
  #hamburger-toggle.open span:nth-child(1) {
    top: 50%;
    width: 0%;
    left: 50%; }
  #hamburger-toggle.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  #hamburger-toggle.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  #hamburger-toggle.open span:nth-child(4) {
    top: 50%;
    width: 0%;
    left: 50%; }

header .overlay {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
  -webkit-transform-origin: top;
          transform-origin: top;
  background-color: #e1dad7;
  position: fixed;
  left: 0;
  top: 150px;
  width: 100%;
  height: calc(100svh - 150px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  header .overlay nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    max-width: 1200px;
    margin: 0 auto; }
  header .overlay .nav-link {
    display: none; }
  header .overlay.open {
    -webkit-transform: scaleY(1);
            transform: scaleY(1); }
    header .overlay.open .nav-link {
      display: inline-block; }
    header .overlay.open a {
      font-size: 2em;
      margin-right: unset; }
      @media only screen and (max-width: 800px) {
        header .overlay.open a {
          font-size: 1.8em;
          margin-bottom: 2.5rem; } }

nav.permanent {
  padding-right: 0; }

.header-bump {
  margin-top: 150px; }
  @media screen and (max-width: 800px) {
    .header-bump {
      margin-top: 0; } }

.inner-header-wrapper {
  width: 100%;
  background-color: #e1dad7; }

header {
  width: 100%;
  height: 150px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #e1dad7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  header .header-content {
    width: 100%;
    max-width: 1200px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 5px; }
  header nav {
    font-size: 1.2em; }
  @media only screen and (max-width: 800px) {
    header .nav-link {
      display: none; } }
  header #ah-logo {
    display: block;
    -ms-flex-item-align: center;
        align-self: center; }
    header #ah-logo img {
      width: 100%;
      max-width: 500px;
      min-height: 100px; }
      header #ah-logo img.logo-small {
        display: none; }
      @media only screen and (max-width: 1150px) {
        header #ah-logo img.logo-big {
          display: unset; } }
      @media only screen and (max-width: 800px) {
        header #ah-logo img {
          min-width: 100px;
          max-width: 100px; }
          header #ah-logo img.logo-big {
            display: none; }
          header #ah-logo img.logo-small {
            display: unset; } }
  header nav {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-left: 1rem;
    padding-right: 1rem; }
    @media only screen and (max-width: 800px) {
      header nav {
        padding-left: 2rem;
        padding-right: 2rem; } }
    header nav a {
      text-align: center;
      white-space: nowrap;
      margin-right: 1rem; }
      @media only screen and (max-width: 1150px) {
        header nav a {
          text-align: right;
          white-space: unset; } }

a,
input[type="submit"] {
  color: #5d493e;
  font-weight: bold;
  text-decoration: none;
  font-size: 1em; }
  a.btn,
  input[type="submit"].btn {
    font-weight: bold;
    background-color: #5d493e;
    border: none;
    color: white;
    padding: 13px 50px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin-top: 12px;
    cursor: pointer;
    border-radius: 25px;
    -webkit-transition: background-color 0.25s ease, color 0.25s ease;
    transition: background-color 0.25s ease, color 0.25s ease; }
    a.btn:hover,
    input[type="submit"].btn:hover {
      background-color: #C6BDB7;
      color: #5d493e; }
    @media only screen and (max-width: 1150px) {
      a.btn,
      input[type="submit"].btn {
        margin-bottom: 25px; } }
    @media only screen and (max-width: 800px) {
      a.btn,
      input[type="submit"].btn {
        margin-bottom: 50px; } }

#contact-wrapper {
  background-color: #c5beb8; }

.block {
  padding: 2rem;
  width: 100%;
  max-width: 100%;
  min-height: 100vh; }
  @media only screen and (max-width: 1150px) {
    .block {
      min-height: 50vh; } }
  @media only screen and (max-width: 800px) {
    .block {
      padding: 0;
      margin-bottom: 2rem; } }
  .block#contact {
    min-height: unset; }
  .block.no-height.mail {
    margin-top: 90px;
    min-height: unset; }
  .block .content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 80px; }
    .block .content.two {
      grid-template-columns: 1fr 2fr; }
    .block .content p {
      margin-bottom: 0.5rem;
      font-size: 1.2em; }
      @media only screen and (max-width: 1150px) {
        .block .content p {
          max-width: 50ch; } }
    @media only screen and (max-width: 1150px) {
      .block .content {
        grid-template-columns: 1fr;
        grid-row-gap: 1rem; }
        .block .content.two {
          grid-template-columns: 1fr; } }
  .block .image {
    display: block;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left; }
    @media only screen and (max-width: 1150px) {
      .block .image {
        min-height: 50vw;
        max-width: 50%; }
        .block .image.normal {
          max-width: unset; } }
    @media only screen and (max-width: 800px) {
      .block .image {
        max-width: 100%; } }
    .block .image.contain {
      background-size: contain; }
      @media only screen and (max-width: 1150px) {
        .block .image.contain {
          background-size: cover; } }
    .block .image.bottom {
      background-position: bottom left; }
    @media only screen and (max-width: 1150px) {
      .block .image.tablet-right {
        background-position: bottom right; } }
    .block .image img {
      display: block;
      max-width: 69%;
      float: right;
      display: block;
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto; }

#hero {
  margin-top: 90px;
  margin-bottom: 130px;
  display: grid;
  grid-template-columns: 1fr 1fr; }
  @media only screen and (max-width: 800px) {
    #hero {
      grid-template-columns: 1fr; } }
  #hero #text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media only screen and (max-width: 800px) {
      #hero #text {
        margin-bottom: 1rem; } }
  #hero h1 {
    margin-bottom: 1rem; }
  #hero #hero-image {
    position: relative; }
    #hero #hero-image .image {
      display: block;
      height: 100%;
      width: 100%; }
      #hero #hero-image .image img {
        display: block;
        max-width: 69%;
        float: right;
        display: block;
        max-width: 480px;
        max-height: 480px;
        width: auto;
        height: auto; }
        @media only screen and (max-width: 800px) {
          #hero #hero-image .image img {
            float: left;
            max-width: 100%; } }
  #hero .btn:nth-of-type(1) {
    margin-bottom: .5rem; }

#contact .two {
  grid-template-columns: 2fr 1fr; }
  @media only screen and (max-width: 1150px) {
    #contact .two {
      grid-template-columns: 1fr; } }
#contact img {
  margin-bottom: 1rem; }
  @media only screen and (max-width: 1150px) {
    #contact img {
      float: left;
      max-width: 40%;
      clear: both; } }
  @media only screen and (max-width: 800px) {
    #contact img {
      max-width: 100%; } }
#contact .info {
  text-align: right;
  font-size: .8em; }
  @media only screen and (max-width: 1150px) {
    #contact .info {
      text-align: left;
      width: 100%;
      float: left; } }

ol,
ul {
  list-style: none;
  counter-reset: normal-counter; }
  ol li,
  ul li {
    counter-increment: normal-counter;
    display: grid;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-template-columns: 25px 1fr;
    grid-column-gap: 10px;
    font-size: 1.2em;
    margin-bottom: 12px; }
    ol li.t::before,
    ul li.t::before {
      content: "T"; }
    ol li.e::before,
    ul li.e::before {
      content: "E"; }
    ol li::before,
    ul li::before {
      content: counter(normal-counter);
      color: #5d493e;
      font-weight: bold;
      width: 25px;
      height: 25px;
      border-radius: 50%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      background-color: #C6BDB7;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      vertical-align: middle;
      margin-right: 12px; }

form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  form .input {
    display: grid;
    grid-template-columns: 1fr 4fr;
    grid-row-gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (max-width: 800px) {
      form .input {
        grid-template-columns: 1fr; } }
    form .input label:last-of-type {
      -ms-flex-item-align: start;
          align-self: flex-start; }
    form .input input,
    form .input textarea {
      width: 100%;
      height: 25px;
      border: none;
      padding: 5px; }
      @media only screen and (max-width: 1150px) {
        form .input input,
        form .input textarea {
          margin-left: 10px; } }
      @media only screen and (max-width: 800px) {
        form .input input,
        form .input textarea {
          margin-left: unset; } }
    form .input textarea {
      min-width: 100%;
      resize: vertical;
      min-height: 150px; }
  form label {
    font-weight: bold;
    white-space: nowrap; }
  form input[type="submit"] {
    -ms-flex-item-align: end;
        align-self: flex-end; }

footer {
  width: 100%;
  margin-top: 4rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem; }
  footer img {
    max-width: 25%;
    width: 250px; }
    @media only screen and (max-width: 800px) {
      footer img {
        max-width: 82%;
        width: unset; } }

a.tel {
  white-space: nowrap; }

.cta.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: .75rem;
  -webkit-box-flex: none;
      -ms-flex-positive: none;
          flex-grow: none; }
  .cta.buttons .btn {
    margin-bottom: unset; }
  @media only screen and (max-width: 1150px) {
    .cta.buttons.tablet-hide {
      display: none; } }
  .cta.buttons.tablet-show {
    display: none; }
    @media only screen and (max-width: 1150px) {
      .cta.buttons.tablet-show {
        display: unset; } }

@media only screen and (max-width: 1150px) {
  .tablet-hide {
    display: none; } }

.tablet-show {
  display: none; }
  @media only screen and (max-width: 1150px) {
    .tablet-show {
      display: unset; } }

@media only screen and (max-width: 800px) {
  .mobile-hide {
    display: none; } }

.slider-wrap {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr -webkit-max-content;
  grid-template-columns: max-content 1fr max-content; }
  .slider-wrap .controller {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.12rem;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 1rem; }
  .slider::-webkit-scrollbar {
    display: none; }
  .slider .slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 450px;
            flex: 0 0 450px;
    background-color: #C6BDB7;
    margin: unset;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.5rem;
    padding: 2.375rem 2.1875rem 2rem 2.1875rem;
    cursor: -webkit-grab;
    cursor: grab; }
    @media screen and (max-width: 800px) {
      .slider .slide {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }
    .slider .slide hr {
      width: 75%;
      height: 1px;
      background-color: rgba(93, 73, 62, 0.2);
      border: none; }
    .slider .slide button {
      color: #5d493e;
      font-weight: bold;
      font-size: 0.9em;
      background-color: transparent;
      padding: 8px 22px;
      vertical-align: middle;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      cursor: pointer;
      border-radius: 25px;
      border: 1px solid #5D493E;
      -webkit-transition: background-color 0.25s ease, color 0.25s ease;
      transition: background-color 0.25s ease, color 0.25s ease; }
      .slider .slide button:hover {
        color: #5d493e; }
  .slider .slide.img {
    -ms-flex-item-align: center;
        align-self: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 500px;
            flex: 0 0 500px;
    padding: 0;
    background: transparent; }
    @media screen and (max-width: 800px) {
      .slider .slide.img {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }
    .slider .slide.img .img-wrap {
      margin: 0 auto; }
    .slider .slide.img img {
      width: 100%;
      max-height: 500px;
      -ms-flex-item-align: center;
          align-self: center; }

.controller {
  padding: .75rem; }
  .controller.left {
    padding-left: 0;
    padding-right: 2.8rem; }
    @media screen and (max-width: 800px) {
      .controller.left {
        padding-right: .8rem; } }
  .controller.right {
    padding-right: 0;
    padding-left: 2.8rem; }
    @media screen and (max-width: 800px) {
      .controller.right {
        padding-left: .8rem; } }

.controller-btn {
  width: 65px;
  height: 65px;
  background-color: #C6BDB7;
  border-radius: 50%;
  background-image: url("/images/slider-btn.svg");
  background-size: contain;
  cursor: pointer; }
  @media screen and (max-width: 800px) {
    .controller-btn {
      width: 40px;
      height: 40px; } }
  .controller-btn.right-btn {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

body.testimonial .block {
  margin-bottom: 2rem; }
body.testimonial .input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 450px; }
  body.testimonial .input input, body.testimonial .input textarea {
    margin-left: unset;
    margin-bottom: 1rem; }
body.testimonial form label {
  white-space: unset; }
body.testimonial input.btn {
  -ms-flex-item-align: start;
      align-self: flex-start; }
@media screen and (max-width: 1150px) {
  body.testimonial .header-bump {
    margin-top: 150px; } }

p {
  line-height: 1.1em; }

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