/* Box sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1, h2, h3, h4, h5, h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Images */
img,
picture {
  max-width: 100%;
  display: block;
  height: auto;
}

/* Lists */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Remove default button styles */
button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
  border-radius: 0;
}

/* Links */
a {
  color: inherit;
  text-decoration: none;
}

/* Remove animations for people who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
.elementor-element,
.elementor-widget-container,
.elementor-widget-wrap,
.elementor-column {
  transition: none !important;
}

h1, .h1 {
  font-family: "orpheuspro";
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 400;
}

h2, .h2 {
  font-family: "orpheuspro";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 500;
}

h3, .h3 {
  font-family: "orpheuspro";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.4px;
}

h4, .h4 {
  font-family: "neue-haas-grotesk-display";
  font-size: 1rem;
  font-style: normal;
  font-weight: 450;
  line-height: 1.63;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

h5, .h5 {
  font-family: "neue-haas-grotesk-display";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 450;
  line-height: 2.17;
  text-transform: uppercase;
  letter-spacing: 0.24px;
}

.eagBody {
  font-family: "neue-haas-grotesk-display";
  font-size: 1rem;
  font-style: normal;
  font-weight: 450;
  line-height: 1.87;
}

.eagCaption {
  font-family: "neue-haas-grotesk-display";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 450;
  line-height: 1.5;
}

body:not(.home) {
  background-color: #F7F7F0;
}

header {
  position: relative;
  z-index: 91;
  background-color: #ffffff;
}
@media (max-width: 991.98px) {
  header {
    position: sticky;
    top: 0;
  }
}
header .header__container {
  padding: 0 75px 0 92px;
  max-width: 1920px;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  header .header__container {
    padding: 0 47px 0 18px;
  }
}
header .header__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 0;
}
header .header__wrap .header__logo {
  width: 100%;
  max-width: 143px;
  position: relative;
  z-index: 2;
}
header .header__wrap nav.header__nav .header__menu {
  display: flex;
  justify-content: center;
  list-style: none;
  gap: 0 50px;
  padding: 0;
  margin: 0;
  position: relative;
}
@media (max-width: 1399.98px) {
  header .header__wrap nav.header__nav .header__menu {
    gap: 47px 50px;
  }
}
header .header__wrap nav.header__nav .header__menu .menu-item {
  position: relative;
}
header .header__wrap nav.header__nav .header__menu .menu-item a {
  display: block;
  color: #696969;
  font-family: "neue-haas-grotesk-display";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.44;
  white-space: nowrap;
  letter-spacing: 0.36px;
  text-transform: capitalize;
  transition: 0.7s ease;
  -webkit-transition: 0.7s ease;
  -moz-transition: 0.7s ease;
  -ms-transition: 0.7s ease;
  text-decoration: none;
}
header .header__wrap nav.header__nav .header__menu .menu-item.current-menu-parent > a, header .header__wrap nav.header__nav .header__menu .menu-item.current-menu-item > a {
  color: #004225;
}
header .header__wrap nav.header__nav .header__menu .menu-item.menu-item-has-children .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #000000;
  list-style: none;
  margin: 0;
  padding: 19px 0 8px;
  display: none;
}
header .header__wrap nav.header__nav .header__menu .menu-item.menu-item-has-children .sub-menu li a {
  padding: 0 11px 14px;
}
header .header__wrap nav.header__nav .header__menu .menu-item.menu-item-has-children .sub-menu li a:hover {
  color: #004225 !important;
}
@media (max-width: 1199.98px) {
  header .header__wrap nav.header__nav .header__menu .menu-item.menu-item-has-children .sub-menu {
    position: static;
    background-color: transparent;
    padding: 11px 0 0;
  }
  header .header__wrap nav.header__nav .header__menu .menu-item.menu-item-has-children .sub-menu li a {
    font-size: 15px;
    padding: 0 0 14px;
  }
}
header .header__wrap nav.header__nav .header__menu:hover .menu-item a {
  filter: blur(1.5px);
}
header .header__wrap nav.header__nav .header__menu:hover .menu-item:hover a {
  filter: blur(0);
}
@media (max-width: 991.98px) {
  header .header__wrap nav.header__nav {
    margin: 0;
    position: fixed;
    background: #F7F7F0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    overflow-y: auto;
    height: 100vh;
  }
  header .header__wrap nav.header__nav .header__menu {
    flex-direction: column;
    text-align: center;
  }
  header .header__wrap nav.header__nav .header__menu li.menu-item a {
    font-size: 24px;
    line-height: 1;
    filter: blur(0);
  }
  header .header__wrap nav.header__nav .header__menu li.menu-item.menu-item-has-children ul.sub-menu li.menu-item a {
    font-size: 25px;
  }
}
header .header__wrap .header__actions {
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  header .header__wrap .header__actions > a {
    display: none;
  }
  header .header__wrap .header__actions .header__burger {
    display: flex;
  }
}
header .header__wrap .header__burger {
  width: 22px;
  height: 19px;
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 9px 0;
  justify-content: center;
  align-items: center;
  transform-origin: right center;
  display: none;
}
header .header__wrap .header__burger span {
  display: block;
  height: 1px;
  background: #313131;
  width: 100%;
  border-radius: 55px;
}
header .header__wrap .header__burger span:nth-child(2) {
  width: 50%;
}
@media (max-width: 767.98px) {
  header .header__wrap {
    padding: 11px 0 10px;
  }
}

body.home header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: transparent;
  box-shadow: none;
  z-index: 30;
}
body.home header.sticky {
  background-color: #ffffff;
}
@media (max-width: 991.98px) {
  body.home header {
    background-color: #ffffff;
  }
}
body.home header .header__wrap nav.header__nav .header__menu .menu-item > a {
  filter: blur(0);
}
body.home header .header__wrap nav.header__nav .header__menu:hover .menu-item > a {
  filter: blur(1.5px);
}
body.home header .header__wrap nav.header__nav .header__menu:hover .menu-item > a:hover {
  filter: blur(0);
}

footer {
  background-color: #606060;
  padding: 39px 0;
  color: #9B9B9B;
}
footer .footer__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  max-width: 1770px;
  margin: 0 auto;
}
@media (max-width: 575.98px) {
  footer {
    padding: 31px 0;
  }
  footer .footer__wrap {
    flex-direction: column;
    justify-content: center;
  }
}

.eagBtn {
  display: inline-block;
  color: #ffffff;
  font-family: "neue-haas-grotesk-display";
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: 27px;
  text-transform: capitalize;
  letter-spacing: 0.32px;
  overflow: hidden;
  position: relative;
  padding: 12px 20px 11px;
  border-radius: 5px;
  border: none;
  text-decoration: none;
  text-align: center;
  background-color: #004225;
  width: 100%;
  max-width: 122px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.eagBtn span {
  position: relative;
  z-index: 2;
}
.eagBtn:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(104deg, #004225 15.89%, #05824B 74.06%);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.eagBtn:hover, .eagBtn:focus, .eagBtn:active {
  outline: none;
  color: #ffffff;
}
.eagBtn:hover:before, .eagBtn:focus:before, .eagBtn:active:before {
  opacity: 1;
}
.eagBtn.eagOut {
  background-color: transparent;
  border: 1px solid #004225;
  color: #004225;
}
.eagBtn.eagOut:before {
  display: none;
}
.eagBtn.eagOut:hover {
  color: #037443;
  border-color: #037443;
}

form.wpcf7-form {
  position: relative;
}
form.wpcf7-form .cf__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 33px 30px;
}
@media (max-width: 767.98px) {
  form.wpcf7-form .cf__wrapper {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
form.wpcf7-form .cf__wrapper > div span.wpcf7-form-control-wrap {
  display: inline-block;
  width: 100%;
  position: relative;
}
form.wpcf7-form .cf__wrapper > div span.wpcf7-form-control-wrap input, form.wpcf7-form .cf__wrapper > div span.wpcf7-form-control-wrap select, form.wpcf7-form .cf__wrapper > div span.wpcf7-form-control-wrap textarea {
  border-radius: 5px;
  border: 1px solid #DEDEDE;
  background: #ffffff;
  color: #838383;
  height: 50px;
  padding: 0.5rem 1.25rem;
}
form.wpcf7-form .cf__wrapper > div span.wpcf7-form-control-wrap select {
  background: #ffffff url("/wp-content/themes/hello-elementor/assets/images/chevron-compact-down.svg") no-repeat center right 35px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
form.wpcf7-form .cf__wrapper > div span.wpcf7-form-control-wrap textarea {
  min-height: 160px;
  margin-bottom: -16px;
}
@media (max-width: 767.98px) {
  form.wpcf7-form .cf__wrapper > div span.wpcf7-form-control-wrap textarea {
    margin: 8px 0 0;
  }
}
form.wpcf7-form .cf__wrapper > div span.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  top: 100%;
  font-family: "neue-haas-grotesk-display";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 450;
  letter-spacing: 0.24px;
  color: #004225;
}
form.wpcf7-form .cf__wrapper > div input.wpcf7-submit {
  max-width: 196px;
}
@media (max-width: 575.98px) {
  form.wpcf7-form .cf__wrapper > div input.wpcf7-submit {
    max-width: 100%;
  }
}
form.wpcf7-form .cf__wrapper > div .wpcf7-spinner {
  position: absolute;
}
form.wpcf7-form .cf__wrapper > div.eag_full {
  text-align: center;
  grid-column: span 2;
}
@media (max-width: 767.98px) {
  form.wpcf7-form .cf__wrapper > div.eag_full {
    grid-column: span 1;
  }
}
form.wpcf7-form .wpcf7-response-output {
  position: absolute;
  left: 0;
  bottom: 100%;
  margin: 0 0 10px;
  border-color: #004225 !important;
}

.pinterest-wrapper {
  display: flex;
  gap: 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
}
.pinterest-wrapper.p-ready {
  opacity: 1;
}
.pinterest-wrapper .p-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.pinterest-wrapper .p-item {
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
}
.pinterest-wrapper .p-item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  background-image: url("/wp-content/themes/hello-elementor/assets/images/cube.svg");
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  pointer-events: none;
}
.pinterest-wrapper .p-item:hover::before {
  opacity: 1;
}
.pinterest-wrapper .p-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

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