.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Montserrat, sans-serif;
  color: #404041;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  line-height: 62px;
  font-weight: 400;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Butler, sans-serif;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
  text-transform: uppercase;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Made bon voyage personal use', sans-serif;
  font-size: 24px;
  line-height: 38px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
}

a {
  display: block;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #404041;
  text-decoration: none;
}

a:hover {
  color: #bbb;
}

a:focus {
  overflow: auto;
  font-weight: 400;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

blockquote {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  border-left: 5px solid #e2e2e2;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  margin-top: 5px;
  opacity: 0.6;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.divider {
  height: 28px;
  border-top: 1px solid #fff;
  background-image: url('../images/LR_divider.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.divider.home_news {
  margin-bottom: 80px;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  margin-right: 0px;
  margin-left: 0px;
}

.section.cc-cta {
  padding-right: 80px;
  padding-left: 80px;
  background-color: rgba(207, 198, 185, 0.2);
}

.section.cghome {
  position: relative;
  z-index: 4;
  margin-right: 0px;
  margin-left: 0px;
  background-color: #000;
}

.section.footer {
  background-color: #000;
}

.section.hero {
  position: relative;
  z-index: 3;
  height: 90vh;
  min-height: 500px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000;
}

.section.first {
  margin-top: 200px;
}

.section.time {
  background-color: #f5f4f1;
}

.styleguide-block {
  display: block;
  margin-top: 80px;
  margin-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.container.time {
  max-width: 1240px;
}

.container.hero {
  max-width: 1240px;
  margin-top: 90px;
}

.container.footer {
  max-width: 1240px;
}

.container._1240 {
  width: 90%;
  max-width: 1240px;
}

.paragraph-tiny {
  color: #404041;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
}

.paragraph-bigger {
  margin-bottom: 10px;
  opacity: 1;
  font-family: Butler, sans-serif;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  text-transform: uppercase;
}

.paragraph-bigger.cc-bigger-light {
  opacity: 1;
  color: #818181;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.5px;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: 0.6;
}

.button {
  padding: 12px 32px;
  border-radius: 0px;
  background-color: #000;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #404041;
  color: #fff;
}

.button:active {
  background-color: #404041;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  display: none;
  background-color: #fff;
  color: #20318f;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-contact-us {
  position: relative;
  z-index: 5;
  background-color: #404041;
}

.button.cc-white-button {
  padding: 16px 35px;
  background-color: #fff;
  color: #202020;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.button.cc-white-button:active {
  background-color: hsla(0, 0%, 100%, 0.9);
}

.button.mobile {
  display: none;
}

.button.green {
  background-color: #6e8154;
}

.button.frame {
  border: 1px solid #fff;
  background-color: transparent;
}

.button.frame:hover {
  background-color: #fff;
  color: #000;
}

.button.frame.nav {
  position: fixed;
  left: auto;
  top: 40px;
  right: 50px;
  bottom: auto;
}

.button.light {
  background-color: #fff;
  color: #000;
}

.button.light:hover {
  background-color: #404041;
  color: #fff;
}

.label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.font {
  opacity: 0.6;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}

.label.font.dark {
  color: #000;
}

.label.cc-blog-date {
  margin-top: 20px;
  opacity: 0.6;
}

.heading-jumbo-tiny {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  text-transform: uppercase;
}

.rich-text {
  width: 70%;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
}

.rich-text p {
  margin-top: 15px;
  margin-bottom: 25px;
  opacity: 0.6;
}

.paragraph-regular {
  opacity: 1;
}

.paragraph-regular.hero {
  margin-bottom: 25px;
  color: #fff;
  text-align: left;
}

.paragraph-regular.hero.hide {
  display: none;
}

.paragraph-regular.centre {
  color: #fff;
  text-align: center;
}

.paragraph-regular.centre.dark {
  color: #000;
}

.paragraph-regular.detail {
  margin-bottom: 0px;
}

.paragraph-regular.timecentre {
  text-align: center;
}

.heading-jumbo {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Butler, sans-serif;
  font-size: 64px;
  line-height: 80px;
  font-weight: 400;
  text-transform: uppercase;
}

.heading-jumbo.cc-white-heading-jumbo {
  color: #fff;
}

.heading-jumbo-small {
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Butler, sans-serif;
  font-size: 35px;
  line-height: 50px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 460px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1b1f;
  color: #fff;
  text-align: center;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.gclogo-link {
  z-index: 1;
}

.gclogo-link:hover {
  opacity: 0.8;
}

.gclogo-link:active {
  opacity: 0.7;
}

.gclogo-link.w--current {
  position: static;
}

.gclogo-link.sub {
  margin-bottom: 0px;
}

.gclogo-link.footer {
  margin-bottom: 25px;
}

.gclogo-link.holder {
  opacity: 0;
}

.menu-icon {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.menu {
  z-index: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navigation-wrap.holder {
  position: fixed;
  width: 100%;
}

.navigation-wrap.holder.sub {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-bottom: 100px;
  background-color: #cfc6b9;
}

.gcnavigation {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  opacity: 1;
}

.navigation-item {
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 0px;
  opacity: 1;
  color: #404041;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navigation-item:hover {
  opacity: 0.9;
  color: #bbb;
}

.navigation-item:active {
  opacity: 0.8;
  color: #404041;
}

.navigation-item.w--current {
  min-width: 85px;
  opacity: 1;
  color: #404041;
  font-weight: 700;
}

.navigation-item.w--current:hover {
  opacity: 0.8;
  color: #404041;
}

.navigation-item.w--current:active {
  opacity: 0.7;
  color: #404041;
}

.navigation-item.menu_hawkandaster {
  min-width: 250px;
  margin-right: 400px;
  font-weight: 400;
}

.navigation-item.book-button {
  text-decoration: underline;
}

.navigation-item.hide {
  display: none;
}

.menu-button {
  position: absolute;
  left: 20px;
  top: 20px;
  right: auto;
  bottom: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-button.w--open {
  background-color: transparent;
}

.ha-logo-image {
  display: block;
  width: 26vh;
  min-width: 200px;
  padding-right: 0px;
  padding-bottom: 6px;
  -webkit-filter: brightness(0%) invert(100%);
  filter: brightness(0%) invert(100%);
}

.ha-logo-image.footer {
  width: 280px;
  padding-bottom: 50px;
  -webkit-filter: none;
  filter: none;
}

.navigation-items {
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: hsla(0, 0%, 100%, 0.94);
}

.navigation-items.sub {
  position: static;
  width: 100%;
}

.footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  color: #20318f;
  text-decoration: none;
}

.footer-link:hover {
  opacity: 1;
}

.footer-link:active {
  opacity: 0.8;
}

.footer-logo-tiny {
  margin-top: -2px;
  margin-right: 0px;
}

.cta-text {
  width: 70%;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
}

.cta-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 110px;
  padding-bottom: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.intro-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0px 0px;
  background-size: cover;
  color: #fff;
}

.intro-header.gc-head-banner {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 20;
  height: 93px;
  background-color: #cfc6b9;
  background-image: url('../images/HA_mockup.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.intro-content {
  width: 70%;
  max-width: 1140px;
  text-align: center;
}

.intro-content.cc-homepage {
  display: none;
  margin-bottom: 20px;
}

.motto-wrap {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 60px;
  text-align: center;
}

.about-story-wrap {
  width: 80%;
  margin: 80px auto;
  text-align: center;
}

.our-services-grid {
  margin-bottom: 120px;
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  -ms-grid-rows: auto 60px auto;
  grid-template-areas: ". . ."
    ". . .";
  -ms-grid-columns: 1fr 80px 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.section-heading-wrap {
  margin: 35px;
  text-align: center;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  padding: 9px 30px;
  background-color: #202020;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  display: block;
  width: 70%;
  margin: 100px auto;
}

.contact-form-wrap {
  padding: 0px 50px 50px 0px;
  border: 1px none #000;
}

.contact-form-grid {
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 80px 1.75fr;
  grid-template-columns: 1fr 1.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-field {
  margin-bottom: 18px;
  padding: 21px 20px;
  border: 1px solid #e4e4e4;
  border-radius: 0px;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  font-size: 14px;
  line-height: 26px;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active {
  border-color: #43464d;
}

.text-field:focus {
  border-color: #43464d;
}

.text-field::-webkit-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field:-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
  padding-left: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-color: #404041;
  border-left-style: none;
}

.text-field.cc-contact-field::-webkit-input-placeholder {
  color: rgba(64, 64, 65, 0.3);
  font-weight: 500;
}

.text-field.cc-contact-field:-ms-input-placeholder {
  color: rgba(64, 64, 65, 0.3);
  font-weight: 500;
}

.text-field.cc-contact-field::-ms-input-placeholder {
  color: rgba(64, 64, 65, 0.3);
  font-weight: 500;
}

.text-field.cc-contact-field::placeholder {
  color: rgba(64, 64, 65, 0.3);
  font-weight: 500;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.text-field.cc-textarea.cc-contact-field {
  height: 160px;
}

.contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Butler, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  margin-bottom: 120px;
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-areas: ". . .";
  -ms-grid-columns: 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  width: 280px;
  height: 350px;
  margin-bottom: 30px;
  background-color: #f4f4f4;
  background-image: url('../images/Icon-1.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-team-pic.rafa {
  background-image: url('../images/Icon-1.svg');
}

.menu-pic {
  width: 100%;
  height: 420px;
  margin-bottom: 10px;
  background-color: #f4f4f4;
  background-image: url('../images/20220812-Hawk--Aster_268.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.menu-pic.menu2 {
  background-image: url('../images/marta-robles-diaz-3GJpH_lsIr0-unsplash.jpg');
}

.menu-pic.menu3 {
  background-image: url('../images/20220812-Hawk--Aster_076.jpg');
}

.menu-pic.menu4 {
  background-image: url('../images/20220812-Hawk--Aster_343.jpg');
}

.menu-pic.menu5 {
  background-image: url('../images/20220812-Hawk--Aster_285.jpg');
}

.menu-pic.menu6 {
  background-image: url('../images/20220812-Hawk--Aster_326.jpg');
}

.menu-pic.menu7 {
  background-image: url('../images/_IC_7820.jpg');
  background-position: 50% 0%;
}

.menu-pic.menu8 {
  background-image: url('../images/LR_website_menu_val.jpeg');
  background-repeat: no-repeat;
}

.menu-pic.special-menu {
  height: 435px;
  margin-bottom: 40px;
  background-image: url('../images/LR_Easter2022.jpg');
}

.team-members {
  margin-bottom: 60px;
  grid-auto-flow: row;
  grid-column-gap: 50px;
  grid-row-gap: 40px;
  grid-template-areas: ". . ."
    ". . .";
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.team-members.special {
  margin-bottom: 0px;
}

.team-member-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-name {
  margin-top: 20px;
  margin-bottom: 5px;
  opacity: 1;
  font-family: Butler, sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.project-cover-pic {
  height: 350px;
}

.projects-grid {
  margin-right: 20px;
  margin-bottom: 60px;
  margin-left: 20px;
  justify-items: center;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: "."
    "."
    ".";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 30px auto;
  grid-template-rows: auto auto;
}

.project-name-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.project-name-link {
  margin-bottom: 5px;
  color: #20318f;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: 0.8;
}

.project-name-link:active {
  opacity: 0.7;
}

.cafe-cover-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cafe-cover-link:hover {
  opacity: 0.8;
}

.cafe-cover-link:active {
  opacity: 0.7;
}

.project-overview-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f4;
  background-image: url('../images/LR_hero.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/LR_space_MD.jpg');
  background-position: 50% 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/LR_space_PDR.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.project-details-grid {
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 80px 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  display: block;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  display: block;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.blog-preview-image {
  display: block;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
}

.blog-preview-image:hover {
  opacity: 0.8;
}

.blog-preview-image:active {
  opacity: 0.7;
}

.blog-summary-wrap {
  width: 70%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  text-align: left;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
  font-weight: 400;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: 0.8;
}

.blog-heading-link:active {
  opacity: 0.7;
}

.contact-email-link {
  margin-bottom: 5px;
  opacity: 1;
  color: #404041;
}

.contact-email-link:hover {
  opacity: 1;
  color: #cfc6b9;
}

.contact-email-link:active {
  opacity: 0.8;
}

.protected-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.protected-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

._404-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1b1f;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-section-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
}

.home-section-wrap.hori {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.home-section-wrap.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 95px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-shadow: 5px 5px 30px rgba(0, 0, 0, 0.41), 0 0 60px #cfc6b9;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Butler, sans-serif;
  color: #fff;
  font-size: 35px;
  line-height: 43px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.section-heading.hero {
  margin-top: 40px;
  color: #fff;
  font-size: 80px;
  line-height: 84px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 2px;
  text-shadow: 5px 5px 30px rgba(0, 0, 0, 0.41), 0 0 40px #cfc6b9;
}

.section-heading.dark {
  color: #000;
}

.section-heading.grey {
  color: #404041;
}

.ha-details-grid {
  padding-top: 80px;
  padding-bottom: 80px;
  justify-items: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 80px 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.ha-details-grid.cc-about-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr;
  background-color: #fff;
}

.intro-text {
  width: 80%;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
}

.collection-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  display: none;
  margin-bottom: 60px;
  text-align: center;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-right: 45px;
  padding-bottom: 30px;
  padding-left: 15px;
}

.collection-list-wrapper {
  display: none;
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 38px;
  font-weight: 500;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: 0.8;
}

.business-article-heading:active {
  opacity: 0.7;
}

.div-block-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link {
  text-decoration: none;
}

.link:hover {
  color: #0086b5;
}

.html-embed-ig {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 300px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
}

.div-block-centre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slider {
  height: 90vh;
  min-height: 750px;
}

.container-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mask {
  opacity: 1;
}

.container-2 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1px;
  margin-right: -30px;
  margin-left: -30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image_hawk {
  width: 350px;
  height: 460px;
  margin: 40px;
}

.image-deco-side {
  width: 105px;
}

.link-menu-pdf {
  width: 100%;
  height: 100%;
  text-align: center;
}

.columns {
  width: 100%;
  margin-bottom: 120px;
  padding-right: 220px;
  padding-left: 220px;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.div-block {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.body {
  color: #404041;
}

.body-2 {
  background-color: rgba(207, 198, 185, 0.2);
  font-family: Montserrat, sans-serif;
  color: #404041;
}

.grid {
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hero_image {
  border-style: solid;
  border-width: 15px 15px 0px;
  border-color: #000;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.div-block-2-hero-photo {
  height: 100%;
  border-top: 20px none #404041;
  border-bottom: 20px none #404041;
  border-left: 20px none #404041;
  background-image: url('../images/20220812-Hawk--Aster_053.jpg');
  background-position: 30% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-2-hero-photo.slide2photo {
  background-image: url('../images/_IC_7743.jpg');
  background-position: 50% 50%;
}

.div-block-2-hero-photo.slide2photo.ha {
  background-color: #404041;
  background-image: url('../images/20220812-Hawk--Aster_358.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-filter: none;
  filter: none;
}

.div-block-2-hero-photo.slide3photo {
  background-image: url('../images/20220812-Hawk--Aster_326.jpg');
}

.div-block-2-hero-photo.slide3photo.ha {
  background-image: url('../images/20220812-Hawk--Aster_326.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-filter: none;
  filter: none;
}

.div-block-2-hero-photo.ha {
  background-color: #cfc6b9;
  background-image: url('../images/20220812-Hawk--Aster_343.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-filter: none;
  filter: none;
}

.div-block-2-hero-photo.enlarge {
  background-position: 50% 80%;
}

.image-hawk {
  margin-top: 0px;
}

.flower {
  margin-left: auto;
}

.image-icon {
  min-width: 70px;
  margin-right: 20px;
  padding: 10px;
  border-radius: 50%;
  background-color: #404041;
}

.div-left {
  width: 100%;
}

.div-left.flower {
  margin-left: 20px;
}

.div-block-horicontent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.div-block-horicontent.black {
  min-height: 480px;
  background-color: #000;
}

.div-block-horicontent.green {
  background-color: #e0e1d9;
}

.div-block-horicontent.eg_purple {
  display: none;
  background-color: #e9e4e7;
}

.div-block-hero {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 4%;
  width: 60%;
  max-width: 850px;
}

.div-block-hero.hide {
  display: none;
}

.div-block-image-banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 50vh;
}

.gclogo {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Butler, sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 23px;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.gclogo.sub {
  color: #000;
  font-size: 15px;
}

.footer-dark {
  position: relative;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 15px;
}

.container-3 {
  width: 100%;
  max-width: 94px;
  margin-right: auto;
  margin-left: auto;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-content {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  -ms-grid-columns: auto auto 1fr;
  grid-template-columns: auto auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.title-small {
  margin-bottom: 12px;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.title-small.dark {
  color: #000;
  text-align: left;
}

.footer-link-2 {
  margin-top: 12px;
  margin-bottom: 6px;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link-2:hover {
  color: hsla(228, 0%, 50%, 0.75);
}

.footer-link-2.dark {
  color: #000;
}

.footer-link-2.dim {
  color: #404041;
}

.footer-link-2.hide {
  display: none;
}

.footer-social-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  margin-left: -12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
  background-color: #404041;
}

.footer-copyright-center {
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

.footer-copyright-center.dark {
  color: #000;
}

.footer-copyright-center.dark.sub {
  padding-top: 20px;
  text-align: left;
}

.nav-image-flower {
  position: absolute;
  left: 90px;
  top: 20px;
  height: 60px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.imagebanner {
  height: 100%;
  background-image: url('../images/20220812-Hawk--Aster_024.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.imagebanner.gc {
  background-image: url('../images/20220812-Hawk--Aster_268.jpg');
}

.columns-2 {
  display: block;
  min-height: 50vh;
  margin-right: 120px;
  padding: 12vh 22vh;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-2 {
  border-right: 1px solid #000;
}

.menu_title {
  padding-left: 0px;
  font-family: Butler, sans-serif;
  text-align: left;
  text-transform: uppercase;
}

.bold-text {
  letter-spacing: 1px;
}

.hover_menu_hawkandaster_logo {
  position: relative;
  left: 18vw;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 40%;
  min-width: 300px;
  margin-left: 40px;
  opacity: 1;
}

.image-icon-2 {
  min-width: 70px;
  margin-right: 20px;
  padding: 10px;
  border-radius: 50%;
  background-color: #404041;
}

.home-content-wrap-2 {
  margin-top: 80px;
  margin-bottom: 0px;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: transparent;
}

.div-block-2 {
  width: 100%;
  height: 30px;
  background-color: #404041;
}

.divblock-sub-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #000;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.column-3 {
  padding-left: 30px;
}

.submit-button {
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  background-color: transparent;
  font-size: 12px;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 290px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #fff;
}

.form-block {
  padding-top: 0px;
}

.text-field-2 {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  border: 1px none #000;
  background-color: transparent;
  font-size: 12px;
}

.text-field-2::-webkit-input-placeholder {
  color: #fff;
}

.text-field-2:-ms-input-placeholder {
  color: #fff;
}

.text-field-2::-ms-input-placeholder {
  color: #fff;
}

.text-field-2::placeholder {
  color: #fff;
}

.placeholder {
  height: 187px;
  margin-bottom: 80px;
  background-color: #cfc6b9;
}

.placeholder.home {
  display: none;
}

.intro-box-2 {
  width: 30.3%;
  margin-right: 15px;
  margin-bottom: 40px;
  margin-left: 15px;
  border-style: none;
  border-width: 1px;
  border-color: #241f20;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.22);
}

.image-hover-2 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0%;
  background-size: auto;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.image-hover-2:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.text-link {
  color: #000;
  font-size: 12px;
  font-weight: 500;
  text-decoration: underline;
}

.content-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1265px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-block._5 {
  margin-top: 5px;
}

.contact-block._50 {
  margin-top: 50px;
  margin-bottom: 60px;
}

.relative {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content-section {
  z-index: 1;
  overflow: hidden;
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #ecb300;
}

.content-section.section-black {
  z-index: 5;
  background-color: transparent;
}

.intro-text-box-2 {
  padding: 23px;
}

.title-link-2 {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Butler, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: uppercase;
}

.title-link-2:hover {
  opacity: 0.8;
}

.text-news-date-2 {
  padding-top: 4px;
  padding-bottom: 8px;
  color: #000;
  font-size: 12px;
  line-height: 25px;
  font-weight: 500;
  text-transform: none;
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.hero {
    height: auto;
    margin-bottom: 25px;
  }

  .section.first {
    margin-top: 160px;
  }

  .styleguide-block {
    text-align: center;
  }

  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph-bigger.cc-bigger-light {
    font-size: 18px;
    line-height: 27px;
  }

  .button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .button.mobile {
    display: block;
    margin: 45px 40px 20px;
    background-color: #404041;
  }

  .button.mobile:hover {
    background-color: #000;
  }

  .button.frame.nav {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .gclogo-link {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .gclogo-link.w--current {
    top: auto;
  }

  .menu {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navigation-wrap {
    padding-right: 55px;
    padding-left: 55px;
  }

  .navigation-item {
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  }

  .navigation-item.menu_hawkandaster {
    margin-right: 0px;
  }

  .menu-button {
    top: 36px;
    padding: 0px;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .ha-logo-image {
    width: 260px;
    max-height: 85px;
    padding-bottom: 6px;
  }

  .ha-logo-image.footer {
    width: 230px;
    max-height: none;
  }

  .footer-wrap {
    padding: 30px;
    grid-column-gap: 60px;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .motto-wrap {
    margin-bottom: 30px;
  }

  .our-services-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-template-areas: ". ."
      ". ."
      ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    text-align: center;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-wrap {
    padding-right: 0px;
  }

  .contact-form-grid {
    width: 98%;
    margin: 0px auto 60px;
    grid-column-gap: 44px;
    grid-row-gap: 50px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    text-align: left;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-template-areas: "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .team-members {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-areas: ". ."
      ". ."
      ". .";
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 30px auto;
    grid-template-rows: auto auto;
  }

  .team-members.special {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .menu-name {
    margin-top: 16px;
  }

  .project-details-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 50px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .home-content-wrap {
    margin-bottom: 0px;
  }

  .home-section-wrap {
    margin-top: 0px;
  }

  .home-section-wrap.hori {
    margin-bottom: 0px;
  }

  .home-section-wrap.hero {
    margin-left: 65px;
  }

  .ha-details-grid {
    margin-right: 32px;
    margin-left: 32px;
    padding-top: 60px;
    padding-bottom: 60px;
    justify-items: start;
    grid-column-gap: 45px;
    grid-row-gap: 40px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr 45px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 40px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .ha-details-grid.cc-about-2 {
    margin-right: 0px;
    margin-left: 0px;
    justify-items: center;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: left;
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .blog-preview-wrap {
    width: 80%;
    padding-right: 15px;
    text-align: center;
  }

  .slider {
    min-height: 850px;
  }

  .image-deco-side {
    width: 80px;
    margin-top: 20px;
  }

  .columns {
    padding-right: 0px;
    padding-left: 0px;
  }

  .grid {
    margin-right: 75px;
    margin-left: 75px;
    grid-column-gap: 5vh;
    grid-row-gap: 5vh;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 30vh auto;
    grid-template-rows: 30vh auto;
  }

  .flower {
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 25px;
  }

  .div-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-left.flower {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-hero {
    width: 60%;
  }

  .div-block-image-banner {
    min-height: 480px;
  }

  .gclogo {
    padding-bottom: 0px;
  }

  .footer-dark {
    width: 100%;
  }

  .container-3 {
    max-width: 728px;
  }

  .footer-wrapper {
    margin-right: 60px;
    margin-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .nav-image-flower {
    left: 65px;
    top: 24px;
    height: 47px;
  }

  .columns-2 {
    margin-right: 0px;
    padding: 50px;
  }

  .hover_menu_hawkandaster_logo {
    left: 0vw;
    top: 32px;
    min-width: 230px;
  }

  .home-content-wrap-2 {
    margin-top: 25px;
    margin-bottom: 0px;
  }

  .placeholder {
    height: 150px;
  }

  .intro-box-2 {
    width: 40%;
    margin-bottom: 28px;
  }

  .content-wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }

  .contact-block._50 {
    margin-top: 40px;
  }

  .content-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .intro-text-box-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .title-link-2 {
    font-size: 25px;
  }

  .text-news-date-2 {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }

  .section.cghome {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section.hero {
    min-height: 280px;
  }

  .section.first {
    margin-top: 100px;
  }

  .container {
    text-align: center;
  }

  .container._1240 {
    width: 90%;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .button.mobile {
    margin-top: 10px;
  }

  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .paragraph-regular {
    font-size: 14px;
    line-height: 26px;
  }

  .paragraph-regular.hero {
    font-size: 14px;
    line-height: 26px;
  }

  .paragraph-regular.centre {
    font-size: 14px;
    line-height: 26px;
  }

  .paragraph-regular.detail {
    margin-bottom: 0px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 28px;
    line-height: 42px;
  }

  .gclogo-link {
    padding-left: 0px;
  }

  .gclogo-link.footer {
    margin-bottom: 20px;
  }

  .menu-icon {
    margin: 23px;
  }

  .menu {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .navigation-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navigation-wrap.holder.sub {
    margin-bottom: 60px;
  }

  .gcnavigation {
    padding-right: 0px;
    padding-left: 0px;
  }

  .navigation-item {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 31px;
  }

  .menu-button {
    left: 0px;
    top: 0px;
  }

  .ha-logo-image {
    width: 20vw;
    max-width: 230px;
    min-width: 150px;
    padding-bottom: 2px;
  }

  .ha-logo-image.footer {
    display: none;
    padding-bottom: 36px;
  }

  .navigation-items {
    padding-top: 4vh;
    padding-bottom: 4vh;
  }

  .navigation-items.sub {
    z-index: 49;
    padding-bottom: 0px;
  }

  .footer-wrap {
    padding-right: 5px;
    padding-left: 5px;
  }

  .cta-wrap {
    padding-right: 30px;
    padding-left: 30px;
  }

  .intro-header.gc-head-banner {
    height: 65px;
    margin-bottom: 15px;
  }

  .intro-content {
    width: 80%;
  }

  .motto-wrap {
    margin-bottom: 10px;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template-areas: "."
      "."
      "."
      "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 60px auto 60px auto 60px auto 60px auto 60px auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 0px 0px 30px;
  }

  .contact-form-grid {
    margin-top: 0px;
    margin-bottom: 45px;
    grid-row-gap: 28px;
  }

  .text-field.cc-contact-field {
    text-align: left;
  }

  .text-field.cc-textarea {
    text-align: left;
  }

  .contact-heading {
    font-size: 33px;
  }

  .menu-pic {
    height: 300px;
    margin-bottom: 0px;
  }

  .menu-pic.special-menu {
    height: 300px;
  }

  .team-member-title-wrap {
    margin-bottom: 20px;
  }

  .menu-name {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .home-section-wrap.hori {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .home-section-wrap.hero {
    margin-left: 20px;
  }

  .section-heading {
    font-size: 33px;
    line-height: 41px;
  }

  .section-heading.hero {
    margin-bottom: 10px;
    font-size: 54px;
    line-height: 60px;
    text-align: left;
  }

  .ha-details-grid {
    margin-right: 28px;
    margin-left: 28px;
    padding-top: 40px;
    padding-bottom: 40px;
    grid-auto-flow: row;
    grid-column-gap: 32px;
    grid-row-gap: 25px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .ha-details-grid.cc-about-2 {
    margin-bottom: 0px;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .slider {
    max-height: 650px;
    min-height: 500px;
  }

  .div-block-icon {
    margin-right: -15px;
    margin-left: -15px;
  }

  .image_hawk {
    width: 300px;
    height: 320px;
    margin-left: 0px;
  }

  .image-deco-side {
    width: 70px;
  }

  .column {
    margin-bottom: 60px;
  }

  .grid {
    margin-right: 25px;
    margin-left: 25px;
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .flower {
    padding-top: 10px;
  }

  .div-block-horicontent.black {
    min-height: 300px;
  }

  .div-block-image-banner {
    min-height: 300px;
  }

  .gclogo {
    line-height: 24px;
  }

  .footer-dark {
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer-wrapper {
    margin-right: 30px;
    margin-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-content {
    margin-top: 20px;
    grid-column-gap: 18px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .footer-block {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .title-small.dark {
    font-size: 12px;
    line-height: 21px;
  }

  .footer-link-2:hover {
    color: rgba(26, 27, 31, 0.75);
  }

  .footer-social-block {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .nav-image-flower {
    top: 18px;
  }

  .columns-2 {
    margin-bottom: 4vh;
    padding: 10px 28px;
  }

  .column-2 {
    border-bottom: 1px none #000;
    border-right-style: solid;
  }

  .hover_menu_hawkandaster_logo {
    top: 40px;
    width: 60%;
    min-width: 180px;
    margin-right: auto;
    margin-left: auto;
  }

  .image-icon-2 {
    max-width: 50px;
    min-width: 50px;
    margin-right: 10px;
  }

  .navbar {
    position: fixed;
  }

  .column-3 {
    padding-top: 10px;
    padding-bottom: 40px;
    padding-left: 30px;
  }

  .form {
    min-width: 280px;
  }

  .placeholder {
    height: 106px;
    margin-bottom: 20px;
  }

  .placeholder.home {
    display: block;
  }

  .intro-box-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-hover-2 {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .flex-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contact-block._50 {
    margin-top: 10px;
  }

  .relative {
    height: 40vw;
  }

  .content-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .title-link-2 {
    font-size: 18px;
    line-height: 22px;
  }

  .text-news-date-2 {
    font-size: 12px;
    line-height: 19px;
  }

  .black_cover {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .section.cghome {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section.hero {
    height: auto;
    min-height: 600px;
  }

  .paragraph-tiny {
    font-size: 9px;
    text-align: left;
  }

  .paragraph-bigger.cc-bigger-light {
    font-size: 18px;
    line-height: 24px;
  }

  .label.font {
    font-size: 16px;
    line-height: 24px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .heading-jumbo-small {
    margin-top: 15px;
    font-size: 35px;
    line-height: 50px;
  }

  .menu-icon {
    margin-right: 13px;
    margin-left: 20px;
  }

  .gcnavigation {
    padding-right: 0px;
    padding-left: 0px;
  }

  .menu-button {
    top: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-button.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .ha-logo-image {
    max-height: 57px;
    min-width: 130px;
  }

  .ha-logo-image.footer {
    width: 70%;
    padding-right: 0px;
    padding-bottom: 28px;
    padding-left: 0px;
  }

  .navigation-items {
    padding-top: 8vh;
    padding-bottom: 8vh;
  }

  .navigation-items.sub {
    padding-top: 6vh;
  }

  .footer-wrap {
    padding-right: 6px;
    padding-left: 6px;
    grid-column-gap: 30px;
  }

  .cta-wrap {
    padding-right: 5px;
    padding-left: 5px;
  }

  .intro-header.gc-head-banner {
    height: 64px;
  }

  .motto-wrap {
    width: 100%;
  }

  .status-message.cc-no-data {
    width: 100%;
  }

  .contact-form-wrap {
    padding-top: 0px;
  }

  .contact-form-grid {
    width: 100%;
    grid-row-gap: 35px;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template-areas: "."
      "."
      "."
      "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .team-members.special {
    grid-row-gap: 6px;
  }

  .team-member-title-wrap {
    margin-bottom: 10px;
  }

  .project-cover-pic {
    height: 200px;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }

  .blog-item {
    width: 100%;
    max-width: none;
  }

  .home-section-wrap.hero {
    margin-left: 21px;
  }

  .section-heading {
    padding-right: 15px;
    padding-left: 15px;
  }

  .section-heading.hero {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 43px;
    line-height: 47px;
  }

  .ha-details-grid {
    margin-right: 20px;
    margin-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .ha-details-grid.cc-about-2 {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .image_hawk {
    width: 290px;
    height: 280px;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .image-deco-side {
    width: 45px;
    margin-top: 40px;
  }

  .grid {
    margin-right: 15px;
    margin-left: 15px;
    grid-row-gap: 1vh;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .flower {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-icon {
    max-width: 40px;
    min-width: 40px;
    margin-right: 10px;
  }

  .div-block-horicontent {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-hero {
    width: 80%;
  }

  .container-3 {
    max-width: none;
  }

  .footer-wrapper {
    margin-right: 25px;
    margin-left: 25px;
  }

  .footer-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .nav-image-flower {
    display: none;
  }

  .columns-2 {
    margin-bottom: 1vh;
  }

  .column-2 {
    padding-bottom: 20px;
    border-right-style: none;
    border-bottom-style: solid;
  }

  .hover_menu_hawkandaster_logo {
    top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-icon-2 {
    max-width: 40px;
    min-width: 40px;
    margin-right: 15px;
  }

  .column-3 {
    padding-top: 32px;
    padding-left: 10px;
  }

  .form {
    min-width: 250px;
  }

  .placeholder {
    height: 79px;
  }

  .intro-box-2 {
    width: 100%;
    margin-right: 0%;
    margin-left: 0px;
  }

  .image-hover-2 {
    width: 100%;
    height: 100%;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .content-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .relative {
    height: 60vw;
  }

  .content-section {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .intro-text-box-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

#w-node-_06506ccd-a425-faee-3a8e-afeee202066a-e36a3efb {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_46e72e52-0e43-db36-d9fc-ac12cb2da9ba-e36a3efb {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_4e60a1a2-f52c-d3b6-d713-3d0a53b43ceb-e36a3efb {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4e60a1a2-f52c-d3b6-d713-3d0a53b43cf8-e36a3efb {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_979e6552-dd64-7f80-f3ca-c1064d59ca2f-e36a3efb {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a0aafb7b-8744-d4ab-9782-424d9c20924a-51e627e8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a0aafb7b-8744-d4ab-9782-424d9c209253-51e627e8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a0aafb7b-8744-d4ab-9782-424d9c20925e-51e627e8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be705858e-0a6a3f03 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 0;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_5ed0cedd-e639-41d0-c99e-1a1c2fb9050a-ea6a3f07 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5ed0cedd-e639-41d0-c99e-1a1c2fb90512-ea6a3f07 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5ed0cedd-e639-41d0-c99e-1a1c2fb90502-ea6a3f07 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_08fcad06-bf0c-b093-241a-95b1767e6c50-ea6a3f07 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2eff353c-8f9f-379d-d2e7-3001ce02bffc-ea6a3f07 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5ed0cedd-e639-41d0-c99e-1a1c2fb9051a-ea6a3f07 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38cdc-7e6a3f08 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_06506ccd-a425-faee-3a8e-afeee202066a-206a3f0e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_46e72e52-0e43-db36-d9fc-ac12cb2da9ba-206a3f0e {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_6cc9cc0c-77d4-bd88-bd35-7a5d977ac77e-206a3f0e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6cc9cc0c-77d4-bd88-bd35-7a5d977ac784-206a3f0e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6cc9cc0c-77d4-bd88-bd35-7a5d977ac789-206a3f0e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6cc9cc0c-77d4-bd88-bd35-7a5d977ac78a-206a3f0e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4e60a1a2-f52c-d3b6-d713-3d0a53b43ceb-206a3f0e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4e60a1a2-f52c-d3b6-d713-3d0a53b43cf6-206a3f0e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4e60a1a2-f52c-d3b6-d713-3d0a53b43cf8-206a3f0e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_979e6552-dd64-7f80-f3ca-c1064d59ca2f-206a3f0e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be705858e-84f00972 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 0;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 991px) {
  #w-node-_06506ccd-a425-faee-3a8e-afeee202066a-e36a3efb {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_46e72e52-0e43-db36-d9fc-ac12cb2da9ba-e36a3efb {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_4e60a1a2-f52c-d3b6-d713-3d0a53b43ceb-e36a3efb {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_4e60a1a2-f52c-d3b6-d713-3d0a53b43cf8-e36a3efb {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_5ed0cedd-e639-41d0-c99e-1a1c2fb9050a-ea6a3f07 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_5ed0cedd-e639-41d0-c99e-1a1c2fb90512-ea6a3f07 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_5ed0cedd-e639-41d0-c99e-1a1c2fb90502-ea6a3f07 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_08fcad06-bf0c-b093-241a-95b1767e6c50-ea6a3f07 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_2eff353c-8f9f-379d-d2e7-3001ce02bffc-ea6a3f07 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_5ed0cedd-e639-41d0-c99e-1a1c2fb9051a-ea6a3f07 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_06506ccd-a425-faee-3a8e-afeee202066a-206a3f0e {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_46e72e52-0e43-db36-d9fc-ac12cb2da9ba-206a3f0e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_6cc9cc0c-77d4-bd88-bd35-7a5d977ac77c-206a3f0e {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_6cc9cc0c-77d4-bd88-bd35-7a5d977ac782-206a3f0e {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_6cc9cc0c-77d4-bd88-bd35-7a5d977ac787-206a3f0e {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_4e60a1a2-f52c-d3b6-d713-3d0a53b43ceb-206a3f0e {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_4e60a1a2-f52c-d3b6-d713-3d0a53b43cf6-206a3f0e {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_4e60a1a2-f52c-d3b6-d713-3d0a53b43cf8-206a3f0e {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4e60a1a2-f52c-d3b6-d713-3d0a53b43ceb-e36a3efb {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_3f61509a-fac7-b0d5-3763-509be705858e-0a6a3f03 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_6cc9cc0c-77d4-bd88-bd35-7a5d977ac782-206a3f0e {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_4e60a1a2-f52c-d3b6-d713-3d0a53b43ceb-206a3f0e {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_3f61509a-fac7-b0d5-3763-509be705858e-84f00972 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_46e72e52-0e43-db36-d9fc-ac12cb2da9ba-e36a3efb {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_5ed0cedd-e639-41d0-c99e-1a1c2fb9050a-ea6a3f07 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_5ed0cedd-e639-41d0-c99e-1a1c2fb90512-ea6a3f07 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_5ed0cedd-e639-41d0-c99e-1a1c2fb90502-ea6a3f07 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_08fcad06-bf0c-b093-241a-95b1767e6c50-ea6a3f07 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_2eff353c-8f9f-379d-d2e7-3001ce02bffc-ea6a3f07 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_5ed0cedd-e639-41d0-c99e-1a1c2fb9051a-ea6a3f07 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_46e72e52-0e43-db36-d9fc-ac12cb2da9ba-206a3f0e {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@font-face {
  font-family: 'Greycliff cf';
  src: url('../fonts/Greycliff-CF-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Greycliff cf';
  src: url('../fonts/Greycliff-CF-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Myriadpro';
  src: url('../fonts/MyriadPro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Made bon voyage personal use';
  src: url('../fonts/MADE-Bon-Voyage-Regular-PERSONAL-USE.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Butler';
  src: url('../fonts/Butler_Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Butler';
  src: url('../fonts/Butler_Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Butler';
  src: url('../fonts/Butler_Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}