/* Fonts */
@font-face {
  font-family: "doves_type";
  src: url("../fonts/dovestype-regular-webfont.woff2") format("woff2"), url("../fonts/dovestype-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "human_sans";
  src: url("../fonts/ian_farnam_-_humansans-bold-webfont.woff2") format("woff2"), url("../fonts/ian_farnam_-_humansans-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "human_sans";
  src: url("../fonts/ian_farnam_-_humansans-bolditalic-webfont.woff2") format("woff2"), url("../fonts/ian_farnam_-_humansans-bolditalic-webfont.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "human_sans";
  src: url("../fonts/ian_farnam_-_humansans-italic-webfont.woff2") format("woff2"), url("../fonts/ian_farnam_-_humansans-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "human_sans";
  src: url("../fonts/ian_farnam_-_humansans-regular-webfont.woff2") format("woff2"), url("../fonts/ian_farnam_-_humansans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* Mixins */
/* Keyframes */
/* Bootstrap Overrides */
:root {
  --bs-body-font-size: 1.2rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "doves_type", serif;
  font-weight: normal;
}

.h1, h1 {
  font-size: 3rem;
  line-height: 1;
}

.h2, h2 {
  font-size: 2.5rem;
}

.h3, h3 {
  font-size: 2rem;
}

a {
  color: inherit;
  transition-property: color;
  transition-duration: 0.2s;
}
a:hover {
  color: black;
}

.btn {
  --bs-btn-border-radius: 0;
}

.btn-primary {
  --bs-btn-color: #FDFBF0;
  --bs-btn-bg: #16594F;
  --bs-btn-border-color: #16594F;
  --bs-btn-hover-color: white;
  --bs-btn-hover-bg: black;
  --bs-btn-hover-border-color: black;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #16594F;
  --bs-btn-active-bg: #FDFBF0;
  --bs-btn-active-border-color: #FDFBF0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #333;
  --bs-btn-disabled-border-color: #333;
}

.accordion {
  --bs-accordion-color: #0F4039;
  --bs-accordion-bg: transparent;
  --bs-accordion-btn-padding-x: 0;
  --bs-accordion-body-padding-x: 0;
  --bs-accordion-active-bg: transparent;
  --bs-accordion-active-color: #0F4039;
  --bs-accordion-btn-color: #0F4039;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2316594F'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* Bootstrap Extensions */
.btn-primary-green {
  background-color: #16594F;
  color: #FDFBF0;
}
.btn-primary-green:hover {
  background-color: black;
  border-color: black;
  color: white;
}

.btn-dark-green {
  background-color: #0F4039;
  color: #FDFBF0;
}
.btn-dark-green:hover {
  background-color: black;
  border-color: black;
  color: white;
}

.btn-off-white {
  background-color: #FDFBF0;
  border-color: #FDFBF0;
  color: #16594F;
}
.btn-off-white:hover {
  background-color: black;
  color: white;
}

.btn-orange {
  background-color: #CD5E23;
  border-color: #CD5E23;
  color: #FDFBF0;
}
.btn-orange:hover {
  background-color: black;
  border-color: black;
  color: #FDFBF0;
}

.btn-outline-orange {
  --bs-btn-border-color: #CD5E23;
  --bs-btn-hover-bg: black;
  --bs-btn-hover-color: white;
}

.btn-turquoise {
  background-color: #49B8B3;
  border-color: #49B8B3;
  color: #FDFBF0;
}
.btn-turquoise:hover {
  background-color: black;
  border-color: black;
  color: #FDFBF0;
}

.btn-purple {
  background-color: #706E8C;
  border-color: #706E8C;
  color: #FDFBF0;
}
.btn-purple:hover {
  background-color: black;
  border-color: black;
  color: #FDFBF0;
}

.btn-brown {
  background-color: #643E24;
  border-color: #643E24;
  color: #FDFBF0;
}
.btn-brown:hover {
  background-color: black;
  border-color: black;
  color: #FDFBF0;
}

.btn-gold {
  background-color: #CFA824;
  border-color: #CFA824;
  color: #FDFBF0;
}
.btn-gold:hover {
  background-color: black;
  border-color: black;
  color: #FDFBF0;
}

.btn-blue {
  background-color: #1B2E5B;
  border-color: #1B2E5B;
  color: #FDFBF0;
}
.btn-blue:hover {
  background-color: black;
  border-color: black;
  color: #FDFBF0;
}

.btn-teal {
  background-color: #6E9494;
  border-color: #6E9494;
  color: #FDFBF0;
}
.btn-teal:hover {
  background-color: black;
  border-color: black;
  color: #FDFBF0;
}

.btn-green {
  background-color: #16594F;
  border-color: #16594F;
  color: #FDFBF0;
}
.btn-green:hover {
  background-color: black;
  border-color: black;
  color: #FDFBF0;
}

.btn-lighter-green {
  background-color: #306E65;
  border-color: #306E65;
  color: #FDFBF0;
}
.btn-lighter-green:hover {
  background-color: black;
  border-color: black;
  color: #FDFBF0;
}

.bg-primary-green {
  background-color: #16594F;
}

.bg-lighter-green {
  background-color: #306E65;
}

.bg-off-white {
  background-color: #FDFBF0;
}

.bg-off-white-trans {
  background-color: rgba(253, 251, 240, 0.5);
}

.bg-blue {
  background-color: #1B2E5B;
}

.bg-brown {
  background-color: #643E24;
}

.bg-purple {
  background-color: #706E8C;
}

.bg-turquoise {
  background-color: #49B8B3;
}

.bg-green {
  background-color: #16594F;
}

.bg-green-trans {
  background-color: rgba(22, 89, 79, 0.8);
}

.bg-dark-green {
  background-color: #0F4039;
}

.bg-beige {
  background-color: #F0EDDF;
}

.bg-gold {
  background-color: #CFA824;
}

.bg-orange {
  background-color: #CD5E23;
}

.bg-teal {
  background-color: #6E9494;
}

.bg-motif {
  background-image: url(../images/motif.svg);
  background-repeat: no-repeat;
  background-blend-mode: soft-light;
  background-size: auto 100%;
  background-attachment: fixed;
}

.links-light a {
  color: #FDFBF0;
}
.links-light a:hover {
  color: white;
}

.links-text-decoration-none a {
  text-decoration: none;
}

.links-hover-inherit a:hover {
  color: inherit;
}

.text-off-white {
  color: #FDFBF0;
}
.text-off-white a:not(.btn):hover {
  color: white;
}

.text-green {
  color: #16594F;
}
.text-green a:not(.btn):hover {
  color: black;
}

.ff-sans {
  font-family: "human_sans", sans-serif;
}

.column-gap-3 {
  column-gap: 3rem;
}

@media screen and (min-width: 768px) {
  .column-count-md-2 {
    column-count: 2;
  }
}

@media screen and (min-width: 992px) {
  .column-count-lg-1 {
    column-count: 1;
  }
}

@media screen and (min-width: 1200px) {
  .column-count-xl-2 {
    column-count: 2;
  }
}

/* WooCommerce Overrides */
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
  font-weight: inherit;
  border-radius: 0;
  border: 1px solid #16594F;
  background-color: #16594F;
  color: #FDFBF0;
  transition-property: all;
  transition-duration: 0.2s;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover {
  color: white;
  background-color: black;
  border-color: black;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:active, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:active, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:active, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:active, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:active, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:active, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:active, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:active {
  color: #16594F;
  background-color: #FDFBF0;
  border-color: #FDFBF0;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled {
  color: white;
  background-color: #333;
  border-color: #333;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
  background-color: #CD5E23;
  border-color: #FDFBF0;
  color: #FDFBF0;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
  background-color: black;
  border-color: black;
  color: white;
}

.woocommerce .ratio > img, .woocommerce-page .ratio > img {
  height: 100%;
}
.woocommerce .quantity .qty, .woocommerce-page .quantity .qty {
  border-radius: 0;
  border: 1px solid #FDFBF0;
  background-color: transparent;
  color: #FDFBF0;
  padding: 0.44rem;
}

.wc-block-components-button:not(.is-link) {
  background-color: #16594F;
  color: #FDFBF0;
  text-decoration: none;
  transition: all 0.2s linear !important;
  border-radius: 0;
}
.wc-block-components-button:not(.is-link):hover {
  background-color: black;
  color: white;
}

.wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url] {
  border-radius: 0;
}

.wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label {
  line-height: 1;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-footer-item-tax {
  display: none;
}

#shipping-method {
  color: #FDFBF0;
}
#shipping-method .edit-post-visual-editor .wc-block-components-button.wc-block-checkout__shipping-method-option.wc-block-checkout__shipping-method-option--selected, #shipping-method .wc-block-components-button.wc-block-checkout__shipping-method-option.wc-block-checkout__shipping-method-option--selected {
  color: #16594F !important;
}
#shipping-method .edit-post-visual-editor .wc-block-components-button.wc-block-checkout__shipping-method-option.wc-block-checkout__shipping-method-option--selected:hover, #shipping-method .wc-block-components-button.wc-block-checkout__shipping-method-option.wc-block-checkout__shipping-method-option--selected:hover {
  background-color: hsla(0, 0%, 7%, 0.02);
}

.wc-block-components-address-card {
  border-radius: 0;
}

.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted, .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted,
.wc-block-components-textarea,
.is-large .wp-block-woocommerce-checkout-order-summary-block {
  border-radius: 0;
}

#wc-block-components-totals-coupon__input-0 {
  height: 60px;
  padding: 1.5em 0.5em 0.5em 0.5em;
}

/* Custom Styles */
body {
  font-family: "human_sans", sans-serif;
  text-rendering: optimizeLegibility;
  background-color: #16594F;
  color: #0F4039;
}

.grecaptcha-badge {
  visibility: hidden;
}

.subheading {
  font-family: "human_sans", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

.awaken {
  opacity: 0;
  transform: translateY(5rem);
  transition-property: all;
  transition-duration: 1s;
}
.awaken.fade {
  transform: none;
  transition-duration: 0.5s;
}
.awaken.in-viewport {
  opacity: 1;
  transform: translateY(0);
}

.hover-rise {
  transition-duration: 0.2s;
}
.hover-rise:hover {
  transform: translateY(-1rem);
}

.desktop-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  white-space: nowrap;
}
.desktop-menu > li {
  position: relative;
  display: flex;
  align-items: center;
}
.desktop-menu > li > .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 10rem);
  padding: 0;
  width: 200px;
  text-align: center;
  list-style: none;
  transition-property: all;
  transition-duration: 0.2s;
  opacity: 0;
  pointer-events: none;
  background-color: var(--bs-dark);
}
.desktop-menu > li > .sub-menu > li a {
  background-color: inherit;
  color: var(--bs-light);
  display: block;
  padding: 0.5rem;
}
.desktop-menu > li > .sub-menu > li a:hover {
  background-color: black;
}
.desktop-menu > li > .sub-menu > li:first-child a {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.desktop-menu > li > .sub-menu > li:last-child a {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.desktop-menu > li > .sub-menu .sub-menu {
  display: none;
}
.desktop-menu > li:hover .sub-menu {
  opacity: 1;
  pointer-events: all;
  transform: translate(-50%, 0rem);
}

.mobile-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.mobile-menu > li a {
  display: block;
  padding: 0.5rem 1.5rem;
  color: lightgray;
  border-bottom: 1px solid var(--bs-gray-800);
}
.mobile-menu > li a:hover {
  background-color: black;
  color: white;
}
.mobile-menu > li > .sub-menu {
  padding: 0;
  list-style: none;
}
.mobile-menu > li > .sub-menu a {
  margin: 0;
  padding-left: 2.5rem;
}
.mobile-menu > li > .sub-menu .sub-menu {
  display: none;
}
.mobile-menu > li.cta {
  padding: 0 1.5rem;
}

.wysiwyg-content .wp-caption {
  max-width: 100%;
}
.wysiwyg-content img {
  max-width: 100%;
  height: auto;
}
.wysiwyg-content iframe {
  max-width: 100%;
}
.wysiwyg-content .alignleft,
.wysiwyg-content .alignright {
  width: 100%;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .wysiwyg-content .alignleft,
  .wysiwyg-content .alignright {
    width: auto;
    max-width: calc(50% - 1.5rem);
  }
}
@media screen and (min-width: 768px) {
  .wysiwyg-content .alignleft {
    float: left;
    margin: 0 1.5rem 1.5rem 0;
  }
}
@media screen and (min-width: 768px) {
  .wysiwyg-content .alignright {
    float: right;
    margin: 0 0 1.5rem 1.5rem;
  }
}
.wysiwyg-content .aligncenter {
  margin: auto;
  display: block;
}
.wysiwyg-content .alignnone {
  display: block;
  margin-bottom: 1.5rem;
}

header .logo {
  height: 64px;
  width: auto;
}
@media screen and (min-width: 768px) {
  header .logo {
    height: 127px;
  }
}
header .mobile-menu-icon {
  width: 50px;
  height: 50px;
}
@media screen and (min-width: 768px) {
  header .mobile-menu-icon {
    width: 100px;
    height: 100px;
  }
}
header .desktop-menu {
  height: 50px;
}
@media screen and (min-width: 768px) {
  header .desktop-menu {
    height: 100px;
  }
}

.banner-image-carousel .overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #16594F;
}
.banner-image-carousel .overlay.off-white {
  background-color: #FDFBF0;
}
@media screen and (min-width: 768px) {
  .banner-image-carousel .overlay.off-white {
    background-color: rgba(253, 251, 240, 0.5);
  }
}
@media screen and (min-width: 768px) {
  .banner-image-carousel .overlay {
    position: absolute;
    background-color: rgba(22, 89, 79, 0.8);
  }
  .banner-image-carousel .overlay .vstack.justify-content-between {
    max-width: 350px;
  }
}

section.history_timeline .controls {
  width: 230px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  justify-content: space-between;
  display: none;
}
@media screen and (min-width: 768px) {
  section.history_timeline .controls {
    display: flex;
  }
}
section.history_timeline .items-wrap {
  overflow: hidden;
}
section.history_timeline .items-wrap .items {
  white-space: nowrap;
  font-size: 0;
  width: 300%;
}
section.history_timeline .items-wrap .items .item {
  width: 200px;
  padding: 0 1rem;
  display: inline-block;
  white-space: normal;
  vertical-align: top;
  font-size: var(--bs-body-font-size);
}
section.history_timeline .items-wrap .items .item .line {
  height: 1rem;
  width: 1px;
  margin: auto auto 0.5rem auto;
  border-left: 1px solid #FDFBF0;
  opacity: 1;
  transition-property: opacity;
  transition-duration: 1s;
}
section.history_timeline .items-wrap .items .item .text {
  opacity: 1;
  transition-property: opacity;
  transition-duration: 1s;
}
section.history_timeline .items-wrap .items .item.focus .line {
  opacity: 1;
}
section.history_timeline .items-wrap .items .item.focus .text {
  opacity: 1;
}
@media screen and (max-width: 992px) {
  section.team_member_carousel .team-member-main-carousel .carousel-inner {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  section.team_member_carousel .team-member-main-carousel .carousel-inner .carousel-item {
    display: block;
  }
}
section.team_member_carousel .team-member-mini-carousel {
  display: none;
}
@media screen and (min-width: 992px) {
  section.team_member_carousel .team-member-mini-carousel {
    display: flex;
  }
}
section.team_member_carousel .team-member-mini-carousel .carousel-inner {
  order: 1;
}
section.team_member_carousel .team-member-mini-carousel .carousel-inner .tm-thumb {
  padding: 0.25rem;
  border: 1px solid transparent;
  transition-property: border-color;
  transition-duration: 0.2s;
}
section.team_member_carousel .team-member-mini-carousel .carousel-inner .tm-thumb.active, section.team_member_carousel .team-member-mini-carousel .carousel-inner .tm-thumb:hover {
  border-color: #0F4039;
}
section.team_member_carousel .team-member-mini-carousel .carousel-control-next,
section.team_member_carousel .team-member-mini-carousel .carousel-control-prev {
  position: static;
}
section.team_member_carousel .team-member-mini-carousel .carousel-control-prev {
  order: 0;
}
section.team_member_carousel .team-member-mini-carousel .carousel-control-next {
  order: 2;
}
section.gallery .next, section.gallery .prev {
  position: absolute;
  top: 0;
  right: 0;
  width: 3rem;
  height: 100%;
  background: rgba(253, 251, 241, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
section.gallery .next:hover, section.gallery .prev:hover {
  background-color: #16594F;
  color: #FDFBF0;
  cursor: pointer;
}
section.gallery .prev {
  right: auto;
  left: 0;
}

.zoom-control {
  background-color: #0F4039;
  color: white;
  text-decoration: none;
  padding: 0.75rem 1rem;
  border: 2px solid #0F4039;
  font-size: 1rem;
}
.zoom-control:hover {
  background-color: white;
  color: #0F4039;
  border-color: #0F4039;
}

.panzoom {
  --bs-aspect-ratio: 100%;
}

.search-icon-wrap {
  position: relative;
}
.search-icon-wrap:after {
  display: flex;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-regular);
  content: "\f002";
  position: absolute;
  height: 100%;
  right: 0.5rem;
  top: 0;
  align-items: center;
}

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