/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-size: 100%;
  scroll-margin-top: 2rem;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  font-family: "Helvetica", sans-serif;
  font-size: 1rem;
  margin: 0;
  padding: 0;
}

.site-content .ast-container {
  display: block;
}

.gform_required_legend {
  display: none !important;
}

.gfield_label {
  font-weight: bold !important;
}

.gform_button {
  background-color: #c59217 !important;
  color: #ffffff !important;
  border-radius: 0 !important;
  border: none !important;
  font-weight: bold !important;
}
.gform_button:hover {
  background-color: #322811 !important;
}

input,
textarea {
  border-radius: 0 !important;
}

input {
  height: 3rem !important;
  border: 1px solid #dbdfd0 !important;
}

textarea {
  border: 1px solid #dbdfd0 !important;
}

select {
  font-family: "Helvetica", sans-serif !important;
  height: 3rem !important;
  border-radius: 0 !important;
  align-items: center !important;
  border: 1px solid #dbdfd0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2 {
  font-family: "Playfair Display", sans-serif;
  color: #c59217;
}

h3,
h4,
h5,
h6 {
  font-family: "Helvetica", sans-serif;
}

p {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  list-style: 1.1rem;
}

/**
 * Basic typography style for copy text
 */
/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

.site-header .main-navigation a {
  font-size: 0.875rem !important;
  text-transform: uppercase;
}
.site-header .main-navigation .cta-button {
  border: 2px solid #c59217;
  padding: 0.5rem 1rem;
}
.site-header .main-navigation .cta-button:hover {
  background-color: #322811;
  border: 2px solid #322811;
}
.site-header .main-navigation .cta-button:hover > .menu-link {
  color: #ffffff;
}
.site-header .main-navigation #ast-hf-menu-1 {
  gap: 1rem;
}
@media (min-width: 769px) {
  .site-header .custom-logo {
    position: absolute;
    top: 0;
  }
}

.site-footer a,
.site-footer p {
  font-size: 0.875rem !important;
  color: #ffffff !important;
}
.site-footer a:hover {
  color: #c59217 !important;
}

.link-button {
  color: #c59217;
}
.link-button:hover {
  color: #322811;
}

.square-button {
  border: 2px solid #c59217;
  padding: 0.75rem 2.5rem;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: bold;
  color: #322811;
  line-height: 1;
}
.square-button:hover {
  border: 2px solid #322811;
  background-color: #322811;
  color: #ffffff;
}

.intro {
  display: grid;
  gap: 1rem;
  padding: 2rem 0;
}
@media (min-width: 768px) {
  .intro {
    grid-template-columns: 1fr 3fr;
    padding: 4rem 0;
    gap: 2rem;
    width: 80%;
    margin: 0 auto;
  }
}
.intro h1 {
  font-family: "Helvetica", sans-serif;
  color: #322811;
  font-size: clamp(1.5rem, 5vw, 1.875rem);
  font-weight: bold;
  line-height: 1.1;
}
.intro p {
  font-size: 1.3rem;
  line-height: 1.25;
  color: #666666;
}

.cta {
  margin-bottom: 4rem;
}
.cta__container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  background-color: #fbf7f0;
  border-radius: 1rem;
  padding: 2rem;
}
@media (min-width: 768px) {
  .cta__container {
    padding: 4rem 0;
  }
}
.cta__container h2 {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  line-height: 1.1;
  color: #c59217;
  font-weight: 500;
  text-align: center;
}
.cta__container p {
  color: #322811;
  text-align: center;
  line-height: 1.25;
}

.front-page .cards {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 4rem;
  background-color: #f9f9f7;
  padding: 2rem 0;
}
@media (min-width: 768px) {
  .front-page .cards {
    padding: 5rem 0 8rem 0;
  }
}
.front-page .cards__title {
  margin-bottom: 2rem;
}
.front-page .cards__title h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 500;
  color: #c59217;
  line-height: 1.1;
  text-align: center;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .front-page .cards__title h2 {
    width: 75%;
    margin: 0 auto;
  }
}
.front-page .cards__container {
  display: grid;
  gap: 2rem;
}
@media (min-width: 768px) {
  .front-page .cards__container {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 4rem;
  }
}
@media (min-width: 1024px) {
  .front-page .cards__container {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, auto);
  }
}
.front-page .cards__container-card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 1rem;
}
.front-page .cards__container-card h3 {
  font-family: "Helvetica", sans-serif;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: bold;
  color: #322811;
}
.front-page .cards__container-card img {
  border-radius: 1rem;
  width: 100%;
}
.front-page .cards__container-card .link-button {
  justify-self: start;
  text-transform: uppercase;
  font-weight: bold;
}

.properties .hero {
  position: relative;
}
.properties .hero__image img {
  border-radius: 1rem;
}
.properties .hero__caption {
  position: absolute;
  bottom: 0.5rem;
  right: 0rem;
  left: 0.5rem;
}
@media (min-width: 768px) {
  .properties .hero__caption {
    bottom: 1.3rem;
    right: 2rem;
    left: unset;
  }
}
.properties .hero__caption p {
  color: #ffffff;
  font-weight: bold;
  line-height: 1.25;
}
@media (min-width: 1024px) {
  .properties .intro {
    width: 66%;
    margin: 0 auto;
  }
}
.properties .intro img {
  width: 8rem;
}
.properties .values {
  background-color: #f9f9f7;
  padding: 2rem;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .properties .values {
    padding: 6rem 0;
  }
}
.properties .values__title {
  margin-bottom: 2rem;
}
.properties .values__title h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 500;
  color: #c59217;
  line-height: 1.1;
  text-align: center;
  text-transform: capitalize;
}
.properties .values__container {
  display: grid;
  gap: 1rem;
}
@media (min-width: 768px) {
  .properties .values__container {
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
  }
}
.properties .values__container-column {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.properties .values__container-column h3 {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  color: #322811;
  text-transform: uppercase;
}
.properties .values__container-column p {
  font-size: 1rem;
  line-height: 1.25;
  color: #666666;
}
.properties .our-properties {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 4rem;
}
.properties .our-properties__header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
}
.properties .our-properties__header h2 {
  font-weight: 500;
}
.properties .our-properties__header p {
  text-align: center;
  line-height: 1.25;
  color: #666666;
}
.properties .our-properties__gallery {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  position: relative;
}
.properties .our-properties__gallery img {
  border-radius: 1rem;
}
.properties .our-properties__gallery .column-2 {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.properties .our-properties__gallery .row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
.properties .our-properties__gallery-bottom {
  display: grid;
  grid-template-columns: 1.5fr 3fr;
  gap: 1.5rem;
}
.properties .our-properties__gallery-bottom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
}
.properties .locations {
  margin-bottom: 4rem;
}
.properties .locations .square-button {
  padding: 0.5rem 1.5rem;
}
.properties .expertise {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.properties .expertise h2 {
  text-align: center;
}
.properties .expertise__row-1, .properties .expertise__row-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  margin-bottom: 4rem;
}
.properties .expertise__row-1 h2, .properties .expertise__row-2 h2 {
  font-weight: 500;
}
.properties .expertise__image img {
  border-radius: 1rem;
}
.properties .expertise__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.properties .expertise__content p {
  color: #666666;
  line-height: 1.25;
  text-align: center;
}
@media (min-width: 1024px) {
  .properties .expertise__content p {
    width: 65%;
    margin: 0 auto;
  }
}
.properties .expertise #expertise-1,
.properties .expertise #expertise-2 {
  scroll-margin-top: 20px;
}
.properties .gm-ui-hover-effect {
  position: absolute !important;
  bottom: 0 !important;
  right: 0 !important;
}
.properties .gm-style-iw {
  padding: 0 !important;
}
.properties .gm-style-iw-ch {
  padding: 0 !important;
}
.properties .gm-style-iw-d {
  padding: 0 !important;
  overflow: hidden !important;
}
.properties .wpgmza_map {
  border-radius: 1rem;
}
.properties .wpgmza_map button {
  box-shadow: none;
}
.properties .wpgmza-gallery .wpgmza-gallery-stage .wpgmza-gallery-item img {
  width: 20rem;
  margin: 0 !important;
  float: none !important;
}
.properties .wpgmza_infowindow_description {
  width: 15rem !important;
  margin: 0 auto !important;
  padding: 1rem 0 2rem 0;
}
.properties .wpgmza_infowindow_address {
  padding: 1rem 0;
  font-family: "Helvetica", sans-serif;
  font-size: 1rem;
  color: #666666;
  width: 15rem !important;
  margin: 0 auto !important;
}

.capital .hero {
  position: relative;
}
.capital .hero__image img {
  border-radius: 1rem;
}
.capital .hero__caption {
  position: absolute;
  bottom: 1.3rem;
  right: 2rem;
}
.capital .hero__caption p {
  color: #ffffff;
  font-weight: bold;
  line-height: 1.25;
}
@media (min-width: 1024px) {
  .capital .intro {
    width: 66%;
    margin: 0 auto;
  }
}
.capital .intro img {
  width: 8rem;
}
.capital .values {
  background-color: #f9f9f7;
  padding: 1rem;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .capital .values {
    padding: 6rem 0;
  }
}
.capital .values__title {
  margin-bottom: 2rem;
}
.capital .values__title h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 500;
  color: #c59217;
  line-height: 1.1;
  text-align: center;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .capital .values__title h2 {
    width: 75%;
    margin: 0 auto;
  }
}
.capital .values__container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 1024px) {
  .capital .values__container {
    width: 70%;
    margin: 0 auto;
  }
}
.capital .values__container-column {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.capital .values__container-column h3 {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  color: #322811;
  text-transform: uppercase;
}
.capital .values__container-column p {
  font-size: 1rem;
  line-height: 1.25;
  color: #666666;
}

.leadership {
  background-color: #f9f9f7;
  padding-bottom: 4rem;
}
.leadership .intro {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .leadership .intro {
    width: 46%;
    margin: 0 auto;
  }
}
.leadership .intro h1 {
  font-family: "Playfair Display", sans-serif;
  color: #c59217;
  font-size: clamp(4rem, 5vw, 6rem);
  font-weight: 500;
  line-height: 1.1;
}
.leadership .intro p {
  font-size: 1rem;
  line-height: 1.5;
  color: #666666;
  text-align: center;
}
.leadership .team__container {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 1024px) {
  .leadership .team__container {
    gap: 6rem;
    width: 80%;
    margin: 0 auto;
  }
}
.leadership .team__member {
  display: grid;
  gap: 2rem;
}
@media (min-width: 768px) {
  .leadership .team__member {
    grid-template-columns: 1fr 3fr;
    gap: 4rem;
  }
}
.leadership .team__member-image img {
  border-radius: 1rem;
}
.leadership .team__member-bio {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.leadership .team__member-bio h3 {
  font-family: "Helvetica", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.1;
  color: #322811;
  text-transform: uppercase;
}
.leadership .team__member-bio h4 {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.1;
  color: #666666;
  margin-bottom: 1rem;
}
.leadership .team__member-bio p {
  font-size: 1rem;
  line-height: 1.5;
  color: #666666;
}

.tenant-services .intro {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #f9f9f7;
}
.tenant-services .intro h1 {
  font-family: "Playfair Display", sans-serif;
  color: #c59217;
  font-size: clamp(3.5rem, 5vw, 6rem);
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
}
.tenant-services .intro p {
  font-size: 1rem;
  line-height: 1.5;
  color: #666666;
  text-align: center;
  padding: 0 2rem;
}
@media (min-width: 768px) {
  .tenant-services .intro p {
    width: 60%;
    margin: 0 auto;
    padding: 0;
  }
}
.tenant-services .form {
  background-color: #f9f9f7 !important;
  padding-bottom: 4rem;
}
.tenant-services .form__container {
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 1rem;
}
@media (min-width: 1024px) {
  .tenant-services .form__container {
    width: 70%;
    margin: 0 auto;
    padding: 3rem;
  }
}
.tenant-services .support {
  background-color: #ffffff;
  padding: 2rem 0;
}
.tenant-services .support__title h2 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  text-align: center;
  font-weight: 500;
}
@media (min-width: 768px) {
  .tenant-services .support {
    padding: 6rem 0 8rem 0;
  }
}
.tenant-services .support__container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.tenant-services .support__container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
@media (min-width: 768px) {
  .tenant-services .support__container-column {
    flex-direction: row;
    row-gap: 4rem;
    align-items: flex-start;
  }
}
.tenant-services .support__container-column-item {
  display: flex;
  flex-direction: column;
  flex-basis: 25%;
  gap: 1.5rem;
}
.tenant-services .support__container-column-item-photo img {
  border-radius: 1rem;
}
.tenant-services .support__container-column-item-text {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .tenant-services .support__container-column-item-text {
    align-items: flex-start;
  }
}
.tenant-services .support__container-column-item-text h3 {
  text-transform: uppercase;
  color: #322811;
  font-size: 1rem;
  font-weight: bold;
}
.tenant-services .support__container-column-item-text p {
  color: #666666;
  line-height: 1;
}
.tenant-services .support__container-column-item-text a {
  color: #666666;
  line-height: 1;
}
.tenant-services .support__container-column-item-text a:hover {
  color: #c59217;
}

.contact .intro {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #f9f9f7;
}
.contact .intro h1 {
  font-family: "Playfair Display", sans-serif;
  color: #c59217;
  font-size: clamp(4rem, 5vw, 6rem);
  font-weight: normal;
  line-height: 1.1;
}
.contact .intro p {
  font-size: 1rem;
  line-height: 1.5;
  color: #666666;
  text-align: center;
  padding: 0 2rem;
}
@media (min-width: 768px) {
  .contact .intro p {
    width: 60%;
    margin: 0 auto;
    padding: 0;
  }
}
.contact .form {
  background-color: #f9f9f7 !important;
  padding-bottom: 4rem;
}
.contact .form__container {
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 1rem;
}
@media (min-width: 1024px) {
  .contact .form__container {
    width: 70%;
    margin: 0 auto;
    padding: 3rem;
  }
}
.contact .contact {
  background-color: #ffffff;
  padding: 2rem 0;
}
@media (min-width: 768px) {
  .contact .contact {
    padding: 8rem 0;
  }
}
.contact .contact__container {
  display: grid;
  gap: 2rem;
}
@media (min-width: 768px) {
  .contact .contact__container {
    width: 80%;
    margin: 0 auto;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .contact .contact__container {
    width: 70%;
  }
}
.contact .contact__container h3 {
  font-size: 1.1rem;
  color: #322811;
  line-height: 1.1;
  font-weight: bold;
  text-transform: uppercase;
}
.contact .contact__container a,
.contact .contact__container p {
  line-height: 1.1;
}
.contact .contact__container a {
  color: #666666;
}
.contact .contact__container a:hover {
  color: #c59217;
}
.contact__phone, .contact__address {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: start;
}
@media (min-width: 768px) {
  .contact__phone, .contact__address {
    flex-direction: row;
    gap: 2rem;
  }
}
.contact__phone p, .contact__address p {
  color: #666666;
}

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