/* COLORS */
/* RESPONSIVNESS AND BREAKPOINTS */
/* BUTTONS */
/* INPUTS */
/* FONT WEIGHTS */
/* FONT CONFIG */
/* FONT SIZES */
/* TRANSITIONS */
/* MEDIA QUERY MIXIN */
/* RESPONSIVE FONT SIZES */
/* FONTS IMPORT */
@import url("https://fonts.googleapis.com/css?family=Palanquin+Dark&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Mukta+Malar:300,400,600,700&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Gudea:400,400i,700&subset=latin-ext");
/* HEADINGS */
/* http://www.zell-weekeat.com/responsive-typography */
h1, h2, h3, h4, h5, h6 {
  font-family: "Palanquin Dark", sans-serif;
  margin: 0;
  margin-bottom: 0.5em;
  padding: 0; }

h1 {
  font-size: 2.25rem;
  line-height: 1.2; }
  @media screen and (min-width: 640px) {
    h1 {
      font-size: 2.25rem;
      line-height: 1.2; } }
  @media screen and (min-width: 1024px) {
    h1 {
      font-size: 5rem;
      line-height: 1.2; } }
  @media screen and (min-width: 1200px) {
    h1 {
      font-size: 5rem;
      line-height: 1.2; } }
  @media screen and (min-width: 1440px) {
    h1 {
      font-size: 5rem;
      line-height: 1.2; } }

h2 {
  font-size: 2rem;
  line-height: 1.2; }
  @media screen and (min-width: 640px) {
    h2 {
      font-size: 2rem;
      line-height: 1.2; } }
  @media screen and (min-width: 1024px) {
    h2 {
      font-size: 2.5rem;
      line-height: 1.2; } }
  @media screen and (min-width: 1200px) {
    h2 {
      font-size: 2.5rem;
      line-height: 1.2; } }
  @media screen and (min-width: 1440px) {
    h2 {
      font-size: 2.5rem;
      line-height: 1.2; } }

h3 {
  font-size: 1.5rem;
  line-height: 1.2; }
  @media screen and (min-width: 640px) {
    h3 {
      font-size: 1.5rem;
      line-height: 1.2; } }
  @media screen and (min-width: 1024px) {
    h3 {
      font-size: 1.5rem;
      line-height: 1.2; } }
  @media screen and (min-width: 1200px) {
    h3 {
      font-size: 1.5rem;
      line-height: 1.2; } }
  @media screen and (min-width: 1440px) {
    h3 {
      font-size: 1.5rem;
      line-height: 1.2; } }

h4 {
  font-size: 1.25rem;
  line-height: 1.2; }
  @media screen and (min-width: 640px) {
    h4 {
      font-size: 1.25rem;
      line-height: 1.2; } }
  @media screen and (min-width: 1024px) {
    h4 {
      font-size: 1.25rem;
      line-height: 1.2; } }
  @media screen and (min-width: 1200px) {
    h4 {
      font-size: 1.25rem;
      line-height: 1.2; } }
  @media screen and (min-width: 1440px) {
    h4 {
      font-size: 1.25rem;
      line-height: 1.2; } }

h5 {
  font-size: 1rem;
  line-height: 1.2; }
  @media screen and (min-width: 640px) {
    h5 {
      font-size: 1rem;
      line-height: 1.2; } }
  @media screen and (min-width: 1024px) {
    h5 {
      font-size: 1rem;
      line-height: 1.2; } }
  @media screen and (min-width: 1200px) {
    h5 {
      font-size: 1rem;
      line-height: 1.2; } }
  @media screen and (min-width: 1440px) {
    h5 {
      font-size: 1rem;
      line-height: 1.2; } }

h6 {
  font-size: 0.75rem;
  line-height: 1.2; }
  @media screen and (min-width: 640px) {
    h6 {
      font-size: 0.75rem;
      line-height: 1.2; } }
  @media screen and (min-width: 1024px) {
    h6 {
      font-size: 0.75rem;
      line-height: 1.2; } }
  @media screen and (min-width: 1200px) {
    h6 {
      font-size: 0.75rem;
      line-height: 1.2; } }
  @media screen and (min-width: 1440px) {
    h6 {
      font-size: 0.75rem;
      line-height: 1.2; } }

/* LINKS */
a {
  outline-width: 0;
  color: #2A8C57;
  text-decoration: none;
  transition: 0.2s; }

a:hover, a:focus, a:active {
  color: #30a063;
  text-decoration: underline; }

.link {
  color: #2A8C57;
  text-decoration: none;
  transition: 0.2s; }

.link:hover, .link:focus, .link:active {
  color: #30a063;
  text-decoration: underline; }

/* OTHER */
b, strong, .strong {
  font-weight: 700; }

p {
  font-family: "Mukta Malar", sans-serif;
  font-size: 16px;
  margin-bottom: 1.5rem; }

q {
  font-size: 1.25rem;
  line-height: 1.2;
  color: #FFFFFF;
  font-family: "Mukta Malar", sans-serif;
  line-height: 1.6;
  margin-bottom: 1.5rem; }
  @media screen and (min-width: 640px) {
    q {
      font-size: 1.25rem;
      line-height: 1.2; } }
  @media screen and (min-width: 1024px) {
    q {
      font-size: 1.25rem;
      line-height: 1.2; } }
  @media screen and (min-width: 1200px) {
    q {
      font-size: 1.25rem;
      line-height: 1.2; } }
  @media screen and (min-width: 1440px) {
    q {
      font-size: 1.25rem;
      line-height: 1.2; } }

html {
  font-family: "Mukta Malar", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #1A1A1A; }

body {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

*, *:before, *:after {
  box-sizing: inherit; }

.footer {
  grid-column: 1/span 12;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  font-family: "Palanquin Dark", sans-serif;
  font-size: 0.75rem;
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem; }
  @media only screen and (min-width: 1024px) {
    .footer {
      height: 94px;
      padding: 0; } }
  .footer .footer__address {
    width: 100%;
    margin-bottom: 0.625rem; }
    @media only screen and (min-width: 1024px) {
      .footer .footer__address {
        width: auto; } }
  .footer .footer__number--wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    text-align: right;
    position: absolute;
    top: 1rem;
    right: 0; }
    @media only screen and (min-width: 1024px) {
      .footer .footer__number--wrap {
        flex-direction: row;
        text-align: left;
        position: static; } }
  .footer .footer__number {
    color: #1A1A1A;
    text-decoration: none;
    margin-bottom: 0.625rem; }
    @media only screen and (min-width: 1024px) {
      .footer .footer__number {
        margin-bottom: 0;
        margin-left: 1rem;
        margin-right: 1rem; } }
    .footer .footer__number:hover, .footer .footer__number:active, .footer .footer__number:focus {
      color: #1A1A1A; }
    .footer .footer__number:last-child {
      margin-bottom: 0; }
  .footer .footer__link {
    width: 100%;
    color: #1A1A1A;
    text-decoration: none; }
    .footer .footer__link:hover, .footer .footer__link:active, .footer .footer__link:focus {
      color: #30a063; }
    @media only screen and (min-width: 1024px) {
      .footer .footer__link {
        width: auto; } }

.main {
  height: 100vh;
  align-content: space-between; }

.grid, .footer--style-guide {
  margin-left: 1.25rem;
  margin-right: 1.25rem; }
  .grid--6 {
    display: grid;
    grid-column-gap: 1rem;
    grid-template-columns: repeat(6, minmax(auto, 1fr)); }
  .grid--12 {
    display: grid;
    grid-column-gap: 1rem;
    grid-template-columns: repeat(12, minmax(auto, 1fr)); }
  @media only screen and (min-width: 640px) {
    .grid, .footer--style-guide {
      margin-left: 3rem;
      margin-right: 3rem; } }
  @media only screen and (min-width: 1024px) {
    .grid, .footer--style-guide {
      margin-left: 6rem;
      margin-right: 6rem; } }

.header {
  grid-column: 1/span 12;
  height: calc(100vh - 9rem); }
  @media only screen and (min-width: 1024px) {
    .header {
      height: calc(100vh - 12rem); } }
  .header .header__info {
    grid-column: 1/span 12;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media only screen and (min-width: 1024px) {
      .header .header__info {
        grid-column: 1/span 5; } }
  .header .header__title {
    font-weight: 700;
    letter-spacing: 6px;
    text-transform: uppercase;
    margin-bottom: 2.5rem; }
    @media only screen and (min-width: 1024px) {
      .header .header__title {
        margin-bottom: 4rem; } }
    .header .header__title span {
      display: block;
      text-align: right;
      margin-top: 0.5rem; }
      @media only screen and (min-width: 1024px) {
        .header .header__title span {
          text-align: left;
          margin-top: 0; } }
  .header .header__desc {
    color: rgba(26, 26, 26, 0.5);
    font-size: 1.25rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 1.5rem; }
    @media only screen and (min-width: 1024px) {
      .header .header__desc {
        font-size: 1.75rem;
        text-align: right;
        margin-bottom: 2rem; } }
  .header .btn--primary {
    align-self: flex-start; }
    @media only screen and (min-width: 1024px) {
      .header .btn--primary {
        align-self: flex-end; } }
  .header .header__img--wrap {
    grid-column: 9/span 4;
    display: none;
    width: calc(100% + 6rem);
    background-color: #2A8C57;
    position: relative; }
    @media only screen and (min-width: 1024px) {
      .header .header__img--wrap {
        display: block; } }
  .header .header__subtitle {
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 1.5rem; }

.header--about, .header--contact,
.header--services {
  height: auto; }
  @media only screen and (min-width: 1024px) {
    .header--about, .header--contact,
    .header--services {
      height: calc(100vh - 12rem); } }

.nav {
  grid-column: 1/span 12;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #FFFFFF;
  font-family: "Palanquin Dark", sans-serif;
  font-size: 0.75rem; }
  .nav .nav__link--wrap li {
    display: inline;
    list-style: none; }
  .nav .nav__link {
    color: #1A1A1A;
    border-bottom: 1px solid #FFFFFF;
    letter-spacing: 0.5px;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.2s;
    margin-left: 2rem; }
    .nav .nav__link:hover, .nav .nav__link:active, .nav .nav__link:focus {
      border-bottom: 2px solid #2A8C57; }
  .nav .nav__logo {
    display: block;
    text-decoration: none;
    font-family: "Gudea", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase; }
    .nav .nav__logo span {
      font-style: italic;
      font-weight: 400; }

.nav--desktop {
  display: none;
  width: 100%;
  height: 94px; }
  @media only screen and (min-width: 1024px) {
    .nav--desktop {
      display: flex; } }
  .nav--desktop .nav__link--wrap {
    margin: 0;
    padding: 0; }

.nav--mobile {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem; }
  @media only screen and (min-width: 1024px) {
    .nav--mobile {
      display: none; } }
  .nav--mobile .nav__logo {
    font-size: 1.125rem; }
  .nav--mobile .nav--burger {
    display: none;
    width: 100%;
    height: 100vh;
    background: #2A8C57;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4; }
  .nav--mobile .nav__link--wrap {
    margin: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
    @media only screen and (min-width: 640px) {
      .nav--mobile .nav__link--wrap {
        padding-left: 3rem;
        padding-right: 3rem; } }
    .nav--mobile .nav__link--wrap .nav__logo {
      display: inline;
      color: #FFFFFF; }
    .nav--mobile .nav__link--wrap li {
      display: block; }
      .nav--mobile .nav__link--wrap li:first-child {
        margin-bottom: 2.75rem;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem; }
  .nav--mobile .nav__link {
    display: block;
    color: #FFFFFF;
    border: none;
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 3rem;
    margin-left: 0; }
    .nav--mobile .nav__link:hover, .nav--mobile .nav__link:active, .nav--mobile .nav__link:focus {
      color: #FFFFFF;
      border: none; }

.btn {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.6;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.5rem 1.25rem;
  transition: 0.2s; }
  .btn:hover, .btn:active, .btn:focus {
    cursor: pointer;
    text-decoration: none;
    outline: none; }

.btn--primary {
  color: #2A8C57;
  background-color: transparent;
  border: 2px solid #2A8C57;
  border-radius: 0.25rem; }
  .btn--primary:hover, .btn--primary:active, .btn--primary:focus {
    color: #FFFFFF;
    background-color: #2A8C57; }

.btn--secondary {
  color: #FFFFFF;
  background-color: #2A8C57;
  border: 2px solid #2A8C57;
  border-radius: 0.25rem; }
  .btn--secondary:hover, .btn--secondary:active, .btn--secondary:focus {
    color: #FFFFFF;
    background-color: #30a063;
    border-color: #30a063; }

.burger {
  width: 20px;
  height: 2px;
  background-color: #1A1A1A;
  position: relative;
  cursor: pointer;
  z-index: 5; }
  .burger:before, .burger:after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background-color: #1A1A1A;
    position: absolute; }
  .burger:before {
    top: -4px; }
  .burger:after {
    top: 4px; }
  .burger--active {
    background: transparent; }
  .burger--active:before {
    background-color: #FFFFFF;
    top: 0;
    transform: rotate(45deg); }
  .burger--active:after {
    background-color: #FFFFFF;
    top: 0;
    transform: rotate(-45deg); }

.cookies {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 80%;
  border: 1px solid #D8D8D8;
  border-radius: 0.25rem;
  position: fixed;
  bottom: 8rem;
  left: 10%;
  padding: 0.625rem 1.25rem; }
  .cookies .cookies__text {
    color: #A1A1A1;
    font-size: 0.875rem; }
  .cookies .cookies__btn {
    font-size: 0.75rem;
    margin-left: 1.5rem;
    padding: 0.25rem 0.75rem; }

.form {
  grid-column: 1/span 3;
  display: flex;
  flex-direction: column; }
  .form .form__field {
    margin-bottom: 1.5rem; }
  .form .form__label {
    display: block;
    color: #A1A1A1;
    font-size: 0.75rem;
    text-transform: uppercase;
    margin-bottom: 0.25rem; }
  .form .form__input,
  .form .form__textarea {
    width: 100%;
    color: #1A1A1A;
    border: 1px solid #D8D8D8;
    border-radius: 0.25rem;
    font-size: 1rem;
    resize: none;
    padding: 0.625rem 1.25rem;
    transition: 0.2s; }
    .form .form__input:focus,
    .form .form__textarea:focus {
      border-color: #2A8C57;
      outline: 0; }
  .form .form__btn {
    align-self: flex-end; }
    @media only screen and (min-width: 1024px) {
      .form .form__btn {
        margin-top: 2rem; } }

.gallery--wrap {
  grid-column: 1/span 12;
  width: calc(100% + 2.5rem);
  height: calc(100vh - 9rem);
  background-color: #2A8C57;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  padding: 3rem 1.25rem; }
  @media only screen and (min-width: 640px) {
    .gallery--wrap {
      width: calc(100% + 6rem);
      margin-left: -3rem;
      margin-right: -3rem;
      padding: 3rem; } }
  @media only screen and (min-width: 1024px) {
    .gallery--wrap {
      width: calc(100% + 12rem);
      height: calc(100vh - 12rem);
      margin-left: -6rem;
      margin-right: -6rem;
      padding: 3rem 6rem; } }

.gallery {
  grid-column: 1/span 12;
  height: calc(100vh - 18rem); }
  @media only screen and (min-width: 1024px) {
    .gallery {
      grid-column: 3/span 8;
      width: calc(100% - 5.5rem) !important;
      height: calc(100vh - 20rem);
      margin-left: 2.75rem; } }
  .gallery .owl-stage-outer, .gallery .owl-stage,
  .gallery .owl-item {
    height: 100%; }
  .gallery .owl-prev, .gallery .owl-next {
    position: absolute;
    top: calc(100% + 0.5rem);
    transition: 0.2s; }
    @media only screen and (min-width: 1024px) {
      .gallery .owl-prev, .gallery .owl-next {
        top: calc(50% - 2rem); } }
    .gallery .owl-prev:active, .gallery .owl-prev:focus, .gallery .owl-next:active, .gallery .owl-next:focus {
      outline: none; }
    .gallery .owl-prev:hover, .gallery .owl-next:hover {
      outline: none;
      opacity: 0.75; }
    .gallery .owl-prev span, .gallery .owl-next span {
      display: block;
      color: #FFFFFF;
      font-size: 4rem;
      line-height: 1; }
  .gallery .owl-prev {
    left: calc(50% - 3rem); }
    @media only screen and (min-width: 1024px) {
      .gallery .owl-prev {
        left: -2.75rem; } }
  .gallery .owl-next {
    right: calc(50% - 3rem); }
    @media only screen and (min-width: 1024px) {
      .gallery .owl-next {
        right: -2.75rem; } }
  .gallery .owl-dots {
    display: none; }
  .gallery .gallery__img--wrap {
    width: 100%;
    height: 100%; }
  .gallery .gallery__img {
    width: 100%;
    height: 100%;
    border-radius: 0.25rem;
    object-fit: cover; }

.map--wrap {
  grid-column: 1/span 12;
  width: calc(100% + 2.5rem);
  background-color: #2A8C57;
  margin-top: 6rem;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem; }
  @media only screen and (min-width: 640px) {
    .map--wrap {
      width: calc(100% + 6rem);
      margin-left: -3rem;
      margin-right: -3rem;
      padding-left: 3rem;
      padding-right: 3rem; } }
  @media only screen and (min-width: 1024px) {
    .map--wrap {
      grid-column: 7/span 6;
      width: calc(100% + 6rem);
      margin: 0;
      padding: 0; } }

.map {
  width: 100%;
  height: 200px;
  border-radius: 0.25rem;
  position: relative;
  top: -2rem; }
  @media only screen and (min-width: 1024px) {
    .map {
      width: calc(100% - 6rem);
      height: 70%;
      top: 15%;
      right: 6rem; } }
  .map .leaflet-pane {
    z-index: 3 !important; }
  .map .leaflet-bottom.leaflet-right {
    z-index: 3 !important; }

/* NAVIGATION */
.nav--style-guide {
  border-bottom: 1px solid #D8D8D8;
  padding-left: 1.25rem;
  padding-right: 1.25rem; }
  @media only screen and (min-width: 640px) {
    .nav--style-guide {
      padding-left: 3rem;
      padding-right: 3rem; } }
  @media only screen and (min-width: 1024px) {
    .nav--style-guide {
      padding-left: 6rem;
      padding-right: 6rem; } }
  .nav--style-guide .nav__logo {
    color: #1A1A1A;
    font-family: "Palanquin Dark", sans-serif; }

/* SECTION */
.main--style-guide {
  height: auto; }

.section--style-guide {
  grid-column: 1/span 12;
  margin: 6.25rem 4rem; }
  .section--style-guide .section__title {
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 3rem; }
  .section--style-guide code {
    font-size: 0.875rem;
    margin-left: 2rem; }
  .section--style-guide .section__desc--wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .section--style-guide .section__desc--wrap .section__desc {
      width: 45%; }

/* COLORS */
.color--wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 16%; }
  .color--wrap span {
    display: block;
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .color--wrap .color {
    width: 4rem;
    height: 4rem; }
  .color--wrap .color--primary {
    background-color: #2A8C57; }
  .color--wrap .color--white {
    background-color: #FFFFFF; }
  .color--wrap .color--gray-light {
    background-color: #D8D8D8; }
  .color--wrap .color--gray {
    background-color: #A1A1A1; }
  .color--wrap .color--gray-dark {
    background-color: #515151; }
  .color--wrap .color--black {
    background-color: #1A1A1A; }

/* TYPOGRAPHY */
.main--style-guide p, .main--style-guide ol, .main--style-guide ul, .main--style-guide li {
  line-height: 1.5; }

.subtitle--style-guide {
  font-weight: 400; }

.quote--style-guide {
  display: block;
  color: #1A1A1A; }

.font--base {
  font-family: "Mukta Malar", sans-serif; }

.font--heading {
  font-family: "Palanquin Dark", sans-serif; }

.font--logo {
  font-family: "Gudea", sans-serif; }

/* LOGO */
.logo {
  display: block;
  text-decoration: none;
  font-family: "Gudea", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase; }
  .logo span {
    font-style: italic;
    font-weight: 400; }

/* ICONS */
.icon {
  width: 4rem;
  height: 4rem; }

/* LAYOUT */
.col {
  grid-column: auto/span 1;
  color: #1A1A1A;
  background-color: #D8D8D8;
  text-align: center;
  margin-bottom: 1em;
  padding: 0.5rem; }
  .col--1 {
    grid-column: auto/span 1; }
  .col--4 {
    grid-column: auto/span 4; }
  .col--6 {
    grid-column: auto/span 6; }
  .col--8 {
    grid-column: auto/span 8; }

/* FOOTER */
.footer--style-guide {
  height: auto;
  border-top: 1px solid #D8D8D8;
  padding-top: 1.25rem;
  padding-bottom: 1.75rem; }

.footer__link {
  display: flex;
  align-items: center; }
  .footer__link span {
    display: block;
    margin-bottom: 0.25rem;
    margin-left: 0.5rem; }

/* COOKIES */
.cookies--style-guide {
  position: static; }

.about {
  grid-column: 1/span 12; }
  @media only screen and (min-width: 1024px) {
    .about {
      grid-column: 1/span 8; } }
  .about .about__text {
    max-width: 45rem; }
    .about .about__text p {
      font-size: 0.875rem;
      line-height: 1.5; }
      @media only screen and (min-width: 1024px) {
        .about .about__text p {
          font-size: 1rem; } }
  .about .about__img--wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    max-width: 45rem;
    margin-top: 2.5rem;
    margin-bottom: 4.5rem; }
    @media only screen and (min-width: 1024px) {
      .about .about__img--wrap {
        margin-top: 4rem;
        margin-bottom: 0; } }
  .about .about__img {
    display: block;
    width: 45%; }
    .about .about__img:first-child {
      width: 100%;
      margin-bottom: 1.5rem; }
      .about .about__img:first-child img {
        display: block;
        width: 45%;
        margin: 0 auto; }
      @media only screen and (min-width: 640px) {
        .about .about__img:first-child {
          width: 25%; }
          .about .about__img:first-child img {
            width: 100%; } }
    @media only screen and (min-width: 640px) {
      .about .about__img {
        width: 25%; } }
    .about .about__img img {
      width: 100%;
      height: auto; }

.quote {
  grid-column: 1/span 12;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(100% + 2.5rem);
  background-color: #2A8C57;
  position: relative;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem; }
  @media only screen and (min-width: 640px) {
    .quote {
      width: calc(100% + 6rem);
      margin-left: -3rem;
      margin-right: -3rem;
      padding-left: 3rem;
      padding-right: 3rem; } }
  @media only screen and (min-width: 1024px) {
    .quote {
      grid-column: 9/span 4;
      width: calc(100% + 6rem);
      margin: 0;
      padding: 0; } }
  .quote .quote__text {
    order: 2;
    display: block;
    max-width: 32rem;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 2rem; }
    @media only screen and (min-width: 640px) {
      .quote .quote__text {
        font-size: 1.125rem;
        margin-bottom: 2.5rem; } }
    @media only screen and (min-width: 1024px) {
      .quote .quote__text {
        order: 1;
        max-width: 28rem;
        font-size: 1.25rem;
        margin-top: 18%;
        margin-bottom: 0; } }
  .quote .quote__img--wrap {
    display: flex;
    align-items: center;
    order: 1; }
    @media only screen and (min-width: 1024px) {
      .quote .quote__img--wrap {
        justify-content: space-between;
        order: 2;
        margin-bottom: 12%; } }
  .quote .quote__img {
    width: 8rem;
    height: 8rem;
    border-radius: 100%;
    object-fit: cover;
    position: relative;
    top: -2rem; }
    @media only screen and (min-width: 1024px) {
      .quote .quote__img {
        width: 15rem;
        height: 15rem;
        top: 0;
        left: -3rem; } }
  .quote .quote__info {
    color: #FFFFFF;
    margin-top: -2rem;
    margin-left: 3rem; }
    @media only screen and (min-width: 1024px) {
      .quote .quote__info {
        text-align: center;
        margin-top: 0;
        margin-right: 20%; } }
    .quote .quote__info h3 {
      font-size: 1.25rem;
      font-weight: 400; }
      @media only screen and (min-width: 1024px) {
        .quote .quote__info h3 {
          font-size: 2rem; } }
    .quote .quote__info h6 {
      font-size: 0.75rem;
      font-weight: 400;
      text-transform: uppercase; }
      @media only screen and (min-width: 1024px) {
        .quote .quote__info h6 {
          font-size: 0.875rem; } }

.contact {
  grid-column: 1/span 12;
  flex-direction: column;
  justify-content: center; }
  @media only screen and (min-width: 1024px) {
    .contact {
      grid-column: 1/span 4; } }
  .contact .contact__text {
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 2rem; }
    @media only screen and (min-width: 1024px) {
      .contact .contact__text {
        font-size: 1rem; } }

.services {
  grid-column: 1/span 12;
  display: flex;
  flex-direction: column; }
  @media only screen and (min-width: 1024px) {
    .services {
      grid-column: 1/span 8; } }
  .services .service__item--wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1rem; }
    @media only screen and (min-width: 640px) {
      .services .service__item--wrap {
        margin-top: 3rem; } }
  .services .service__item {
    width: 100%;
    margin-bottom: 2rem; }
    @media only screen and (min-width: 640px) {
      .services .service__item {
        width: 50%;
        margin-bottom: 1.5rem; } }
  .services .service__info {
    display: flex;
    align-items: center; }
    .services .service__info h3 {
      font-size: 1.125rem;
      font-weight: 300;
      text-transform: uppercase;
      margin-bottom: 0;
      margin-left: 2rem; }
      @media only screen and (min-width: 1024px) {
        .services .service__info h3 {
          font-size: 1.5rem; } }
  .services .service__img {
    width: 4rem;
    height: 4rem; }
  .services .service__desc {
    max-width: 20rem;
    margin-top: 1.25rem; }
    @media only screen and (min-width: 640px) {
      .services .service__desc {
        padding-right: 3rem; } }
    @media only screen and (min-width: 1024px) {
      .services .service__desc {
        margin-top: 1rem;
        margin-bottom: 1.5rem;
        margin-left: 6rem; } }
  .services .btn--primary {
    align-self: center;
    margin-bottom: 3rem; }
    @media only screen and (min-width: 1024px) {
      .services .btn--primary {
        margin-bottom: 0; } }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*# sourceMappingURL=main.css.map */
