@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  --sidebar-width: 31rem;
  --layout-gap: 4rem;
  --wp--style--block-gap: clamp(3.5rem, 2.737rem + 1.404vw, 4rem);
}

@media (min-width: 1300px) {
  :root {
    --sidebar-width: 34rem;
    --layout-gap: 6rem;
  }
}
@media (min-width: 990px) {
  .animate-1 {
    animation-delay: 0.275s !important;
  }
  .animate-2 {
    animation-delay: 0.475s !important;
  }
  .animate-3 {
    animation-delay: 0.675s !important;
  }
  .animate-4 {
    animation-delay: 0.875s !important;
  }
  .animate-5 {
    animation-delay: 1.075s !important;
  }
  .animate-6 {
    animation-delay: 1.275s !important;
  }
  .animate-7 {
    animation-delay: 1.475s !important;
  }
  .animate-8 {
    animation-delay: 1.675s !important;
  }
  .animate-9 {
    animation-delay: 1.875s !important;
  }
  .animate-10 {
    animation-delay: 2.075s !important;
  }
  .animate-11 {
    animation-delay: 2.275s !important;
  }
  .animate-12 {
    animation-delay: 2.475s !important;
  }
  .animate-13 {
    animation-delay: 2.675s !important;
  }
  .animate-14 {
    animation-delay: 2.875s !important;
  }
  .animate-15 {
    animation-delay: 3.075s !important;
  }
  .animate-16 {
    animation-delay: 3.275s !important;
  }
  .animate-17 {
    animation-delay: 3.475s !important;
  }
  .animate-18 {
    animation-delay: 3.675s !important;
  }
  .animate-19 {
    animation-delay: 3.875s !important;
  }
  .animate-20 {
    animation-delay: 4.075s !important;
  }
  .animate-21 {
    animation-delay: 4.275s !important;
  }
  .animate-22 {
    animation-delay: 4.475s !important;
  }
  .animate-23 {
    animation-delay: 4.675s !important;
  }
  .animate-24 {
    animation-delay: 4.875s !important;
  }
  .animate-25 {
    animation-delay: 5.075s !important;
  }
  .animate-26 {
    animation-delay: 5.275s !important;
  }
  .animate-27 {
    animation-delay: 5.475s !important;
  }
  .animate-28 {
    animation-delay: 5.675s !important;
  }
  .animate-29 {
    animation-delay: 5.875s !important;
  }
  .animate-30 {
    animation-delay: 6.075s !important;
  }
  .anim-1 {
    animation-delay: 0.185s !important;
  }
  .anim-2 {
    animation-delay: 0.27s !important;
  }
  .anim-3 {
    animation-delay: 0.355s !important;
  }
  .anim-4 {
    animation-delay: 0.44s !important;
  }
  .anim-5 {
    animation-delay: 0.525s !important;
  }
  .anim-6 {
    animation-delay: 0.61s !important;
  }
  .anim-7 {
    animation-delay: 0.695s !important;
  }
  .anim-8 {
    animation-delay: 0.78s !important;
  }
  .anim-9 {
    animation-delay: 0.865s !important;
  }
  .anim-10 {
    animation-delay: 0.95s !important;
  }
  .anim-11 {
    animation-delay: 1.035s !important;
  }
  .anim-12 {
    animation-delay: 1.12s !important;
  }
  .anim-13 {
    animation-delay: 1.205s !important;
  }
  .anim-14 {
    animation-delay: 1.29s !important;
  }
  .anim-15 {
    animation-delay: 1.375s !important;
  }
  .anim-16 {
    animation-delay: 1.46s !important;
  }
  .anim-17 {
    animation-delay: 1.545s !important;
  }
  .anim-18 {
    animation-delay: 1.63s !important;
  }
  .anim-19 {
    animation-delay: 1.715s !important;
  }
  .anim-20 {
    animation-delay: 1.8s !important;
  }
  .anim-21 {
    animation-delay: 1.885s !important;
  }
  .anim-22 {
    animation-delay: 1.97s !important;
  }
  .anim-23 {
    animation-delay: 2.055s !important;
  }
  .anim-24 {
    animation-delay: 2.14s !important;
  }
  .anim-25 {
    animation-delay: 2.225s !important;
  }
  .anim-26 {
    animation-delay: 2.31s !important;
  }
  .anim-27 {
    animation-delay: 2.395s !important;
  }
  .anim-28 {
    animation-delay: 2.48s !important;
  }
  .anim-29 {
    animation-delay: 2.565s !important;
  }
  .anim-30 {
    animation-delay: 2.65s !important;
  }
}
#sidebar,
#content,
.wp-block-group,
#content > .wp-block-column,
.wp-block-cover,
.fade,
.hero {
  opacity: 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInSm {
  from {
    opacity: 0;
    transform: translateY(px) scale(0.995);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.fade-in,
.content > .wp-block-group,
.content > .wp-block-image {
  opacity: 0;
}
.fade-in.in-view,
.content > .wp-block-group.in-view,
.content > .wp-block-image.in-view {
  animation: fadeIn 0.85s forwards 0.1s;
}

@keyframes fadeInleft {
  from {
    opacity: 0;
    transform: translateX(-10px) scale(0.995);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}
.fade-in-left {
  opacity: 0;
  transform: translateX(-5px) scale(0.995);
}
.fade-in-left.in-view {
  animation: fadeInleft 0.85s forwards 0.1s;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(10px) scale(0.995);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}
.fade-in-right {
  opacity: 0;
  transform: translateX(10px) scale(0.995);
}
.fade-in-right.in-view {
  animation: fadeInRight 0.85s forwards 0.1s;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in-up {
  opacity: 0;
  transform: translateY(-50px);
}
.fade-in-up.in-view {
  animation: fadeInUp 0.85s forwards 0.1s;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.zoom-in {
  opacity: 0;
  transform: scale(0.95);
}
.zoom-in.in-view {
  animation: zoomIn 0.85s forwards 0.1s;
}

@keyframes zoomInSm {
  from {
    opacity: 0;
    transform: scale(0.995);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.zoom-in-sm {
  opacity: 0;
  transform: scale(0.98);
}
.zoom-in-sm.in-view {
  animation: zoomInSm 0.85s forwards 0.1s;
}

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(1);
  }
  to {
    opacity: 1;
    transform: scale(1.01);
  }
}
.scale-in {
  opacity: 0;
  transform: scale(0.95);
}
.scale-in.in-view {
  animation: scaleIn 0.85s forwards 0.1s;
}

@keyframes scaleILg {
  from {
    opacity: 0;
    transform: scale(1);
  }
  to {
    opacity: 1;
    transform: scale(1.03);
  }
}
@keyframes zoomOut {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1.01);
  }
}
@keyframes zoomOutSm {
  0% {
    opacity: 0;
    transform: scale(1.025);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-6px);
  }
}
@keyframes bounce2 {
  0%, 100% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(10px);
    opacity: 0.7;
  }
}
@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes moveCircle1 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(70%, 30%);
  }
}
@keyframes moveCircle2 {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translate(-70%, 80%);
    opacity: 1;
  }
}
@keyframes moveCircle3 {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    transform: translate(-115%, -5%);
    opacity: 1;
  }
}
@keyframes moveCircle4 {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    transform: translate(-115%, -5%);
    opacity: 1;
  }
}
@keyframes moveCircle5 {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(60%, -70%);
  }
  50% {
    transform: translate(90%, -45%);
  }
  75% {
    transform: translate(80%, 20%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes colorShift {
  0% {
    filter: hue-rotate(0deg) brightness(1);
  }
  50% {
    filter: hue-rotate(30deg) brightness(1.1);
  }
  100% {
    filter: hue-rotate(-20deg) brightness(0.95);
  }
}
@keyframes colorShift2 {
  0% {
    filter: hue-rotate(0deg) brightness(1);
  }
  25% {
    filter: hue-rotate(60deg) brightness(1.3);
  }
  50% {
    filter: hue-rotate(120deg) brightness(0.9);
  }
  75% {
    filter: hue-rotate(-60deg) brightness(1.1);
  }
  100% {
    filter: hue-rotate(-120deg) brightness(1);
  }
}
@keyframes pulseScale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
}

a,
button {
  cursor: revert;
}

img {
  max-width: 100%;
}

svg {
  display: block;
  height: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

strong, b {
  font-weight: 600;
}

em, i {
  font-style: italic;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

::-moz-placeholder {
  color: rgba(26, 25, 25, 0.8);
}

::placeholder {
  color: rgba(26, 25, 25, 0.8);
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:active,
:focus,
:-internal-direct-focus {
  outline: none;
  outline-color: transparent;
}

::focus-visible:focus-visible {
  outline: 1px solid #6C9BBF;
  outline-offset: 4px;
}

.skip-link {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  padding: 9px 12px 7px 12px;
  color: #1A1919;
  background-color: #fafafa;
  position: absolute;
  top: -40px;
  left: 10px;
  z-index: 999999;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}
.skip-link:focus {
  top: 10px;
  opacity: 1;
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 1px solid #6C9BBF;
  outline-offset: 4px;
}

iframe {
  display: block;
  width: 100%;
  margin: 0;
  border: none;
  overflow: hidden !important;
}
iframe.map {
  max-width: 100%;
  margin: 0;
  filter: sepia(18%) hue-rotate(300deg) saturate(20%);
}

html {
  min-height: 100%;
  font-size: 62.5%;
  overscroll-behavior-y: none;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
html.has-nav-expanded {
  scroll-behavior: auto;
  overflow: hidden;
}
@media (min-width: 1024px) {
  html {
    scroll-padding-top: 130px;
  }
}

body {
  min-height: 100vh;
  min-height: 100dvh;
  font-family: var(--wp--preset--font-family--primary);
  font-variant-ligatures: no-common-ligatures;
  overflow-x: hidden;
  overscroll-behavior-y: none;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
html.menu-opened body {
  overflow: hidden;
}

::-moz-selection {
  background: rgba(108, 155, 191, 0.35);
}

::selection {
  background: rgba(108, 155, 191, 0.35);
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
.m0 {
  margin: 0rem !important;
}

.mt0 {
  margin-top: 0rem !important;
}

.mb0 {
  margin-bottom: 0rem !important;
}

.p0 {
  padding: 0rem !important;
}

.pt0 {
  padding-top: 0rem !important;
}

.pb0 {
  padding-bottom: 0rem !important;
}

.pl0 {
  padding-left: 0rem !important;
}

.pr0 {
  padding-right: 0rem !important;
}

@media (max-width: 781px) {
  .mt0-sm {
    margin-top: 0rem !important;
  }
  .mb0-sm {
    margin-bottom: 0rem !important;
  }
  .pt0-sm {
    padding-top: 0rem !important;
  }
  .pb0-sm {
    padding-bottom: 0rem !important;
  }
}
@media (min-width: 782px) {
  .mb0-lg {
    margin-bottom: 0rem !important;
  }
}
.m1 {
  margin: 1rem !important;
}

.mt1 {
  margin-top: 1rem !important;
}

.mb1 {
  margin-bottom: 1rem !important;
}

.p1 {
  padding: 1rem !important;
}

.pt1 {
  padding-top: 1rem !important;
}

.pb1 {
  padding-bottom: 1rem !important;
}

.pl1 {
  padding-left: 1rem !important;
}

.pr1 {
  padding-right: 1rem !important;
}

@media (max-width: 781px) {
  .mt1-sm {
    margin-top: 1rem !important;
  }
  .mb1-sm {
    margin-bottom: 1rem !important;
  }
  .pt1-sm {
    padding-top: 1rem !important;
  }
  .pb1-sm {
    padding-bottom: 1rem !important;
  }
}
@media (min-width: 782px) {
  .mb1-lg {
    margin-bottom: 1rem !important;
  }
}
.m2 {
  margin: 2rem !important;
}

.mt2 {
  margin-top: 2rem !important;
}

.mb2 {
  margin-bottom: 2rem !important;
}

.p2 {
  padding: 2rem !important;
}

.pt2 {
  padding-top: 2rem !important;
}

.pb2 {
  padding-bottom: 2rem !important;
}

.pl2 {
  padding-left: 2rem !important;
}

.pr2 {
  padding-right: 2rem !important;
}

@media (max-width: 781px) {
  .mt2-sm {
    margin-top: 2rem !important;
  }
  .mb2-sm {
    margin-bottom: 2rem !important;
  }
  .pt2-sm {
    padding-top: 2rem !important;
  }
  .pb2-sm {
    padding-bottom: 2rem !important;
  }
}
@media (min-width: 782px) {
  .mb2-lg {
    margin-bottom: 2rem !important;
  }
}
.m3 {
  margin: 3rem !important;
}

.mt3 {
  margin-top: 3rem !important;
}

.mb3 {
  margin-bottom: 3rem !important;
}

.p3 {
  padding: 3rem !important;
}

.pt3 {
  padding-top: 3rem !important;
}

.pb3 {
  padding-bottom: 3rem !important;
}

.pl3 {
  padding-left: 3rem !important;
}

.pr3 {
  padding-right: 3rem !important;
}

@media (max-width: 781px) {
  .mt3-sm {
    margin-top: 3rem !important;
  }
  .mb3-sm {
    margin-bottom: 3rem !important;
  }
  .pt3-sm {
    padding-top: 3rem !important;
  }
  .pb3-sm {
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 782px) {
  .mb3-lg {
    margin-bottom: 3rem !important;
  }
}
.m4 {
  margin: 4rem !important;
}

.mt4 {
  margin-top: 4rem !important;
}

.mb4 {
  margin-bottom: 4rem !important;
}

.p4 {
  padding: 4rem !important;
}

.pt4 {
  padding-top: 4rem !important;
}

.pb4 {
  padding-bottom: 4rem !important;
}

.pl4 {
  padding-left: 4rem !important;
}

.pr4 {
  padding-right: 4rem !important;
}

@media (max-width: 781px) {
  .mt4-sm {
    margin-top: 4rem !important;
  }
  .mb4-sm {
    margin-bottom: 4rem !important;
  }
  .pt4-sm {
    padding-top: 4rem !important;
  }
  .pb4-sm {
    padding-bottom: 4rem !important;
  }
}
@media (min-width: 782px) {
  .mb4-lg {
    margin-bottom: 4rem !important;
  }
}
.m5 {
  margin: 5rem !important;
}

.mt5 {
  margin-top: 5rem !important;
}

.mb5 {
  margin-bottom: 5rem !important;
}

.p5 {
  padding: 5rem !important;
}

.pt5 {
  padding-top: 5rem !important;
}

.pb5 {
  padding-bottom: 5rem !important;
}

.pl5 {
  padding-left: 5rem !important;
}

.pr5 {
  padding-right: 5rem !important;
}

@media (max-width: 781px) {
  .mt5-sm {
    margin-top: 5rem !important;
  }
  .mb5-sm {
    margin-bottom: 5rem !important;
  }
  .pt5-sm {
    padding-top: 5rem !important;
  }
  .pb5-sm {
    padding-bottom: 5rem !important;
  }
}
@media (min-width: 782px) {
  .mb5-lg {
    margin-bottom: 5rem !important;
  }
}
.m6 {
  margin: 6rem !important;
}

.mt6 {
  margin-top: 6rem !important;
}

.mb6 {
  margin-bottom: 6rem !important;
}

.p6 {
  padding: 6rem !important;
}

.pt6 {
  padding-top: 6rem !important;
}

.pb6 {
  padding-bottom: 6rem !important;
}

.pl6 {
  padding-left: 6rem !important;
}

.pr6 {
  padding-right: 6rem !important;
}

@media (max-width: 781px) {
  .mt6-sm {
    margin-top: 6rem !important;
  }
  .mb6-sm {
    margin-bottom: 6rem !important;
  }
  .pt6-sm {
    padding-top: 6rem !important;
  }
  .pb6-sm {
    padding-bottom: 6rem !important;
  }
}
@media (min-width: 782px) {
  .mb6-lg {
    margin-bottom: 6rem !important;
  }
}
.m7 {
  margin: 7rem !important;
}

.mt7 {
  margin-top: 7rem !important;
}

.mb7 {
  margin-bottom: 7rem !important;
}

.p7 {
  padding: 7rem !important;
}

.pt7 {
  padding-top: 7rem !important;
}

.pb7 {
  padding-bottom: 7rem !important;
}

.pl7 {
  padding-left: 7rem !important;
}

.pr7 {
  padding-right: 7rem !important;
}

@media (max-width: 781px) {
  .mt7-sm {
    margin-top: 7rem !important;
  }
  .mb7-sm {
    margin-bottom: 7rem !important;
  }
  .pt7-sm {
    padding-top: 7rem !important;
  }
  .pb7-sm {
    padding-bottom: 7rem !important;
  }
}
@media (min-width: 782px) {
  .mb7-lg {
    margin-bottom: 7rem !important;
  }
}
.m8 {
  margin: 8rem !important;
}

.mt8 {
  margin-top: 8rem !important;
}

.mb8 {
  margin-bottom: 8rem !important;
}

.p8 {
  padding: 8rem !important;
}

.pt8 {
  padding-top: 8rem !important;
}

.pb8 {
  padding-bottom: 8rem !important;
}

.pl8 {
  padding-left: 8rem !important;
}

.pr8 {
  padding-right: 8rem !important;
}

@media (max-width: 781px) {
  .mt8-sm {
    margin-top: 8rem !important;
  }
  .mb8-sm {
    margin-bottom: 8rem !important;
  }
  .pt8-sm {
    padding-top: 8rem !important;
  }
  .pb8-sm {
    padding-bottom: 8rem !important;
  }
}
@media (min-width: 782px) {
  .mb8-lg {
    margin-bottom: 8rem !important;
  }
}
.m9 {
  margin: 9rem !important;
}

.mt9 {
  margin-top: 9rem !important;
}

.mb9 {
  margin-bottom: 9rem !important;
}

.p9 {
  padding: 9rem !important;
}

.pt9 {
  padding-top: 9rem !important;
}

.pb9 {
  padding-bottom: 9rem !important;
}

.pl9 {
  padding-left: 9rem !important;
}

.pr9 {
  padding-right: 9rem !important;
}

@media (max-width: 781px) {
  .mt9-sm {
    margin-top: 9rem !important;
  }
  .mb9-sm {
    margin-bottom: 9rem !important;
  }
  .pt9-sm {
    padding-top: 9rem !important;
  }
  .pb9-sm {
    padding-bottom: 9rem !important;
  }
}
@media (min-width: 782px) {
  .mb9-lg {
    margin-bottom: 9rem !important;
  }
}
.m10 {
  margin: 10rem !important;
}

.mt10 {
  margin-top: 10rem !important;
}

.mb10 {
  margin-bottom: 10rem !important;
}

.p10 {
  padding: 10rem !important;
}

.pt10 {
  padding-top: 10rem !important;
}

.pb10 {
  padding-bottom: 10rem !important;
}

.pl10 {
  padding-left: 10rem !important;
}

.pr10 {
  padding-right: 10rem !important;
}

@media (max-width: 781px) {
  .mt10-sm {
    margin-top: 10rem !important;
  }
  .mb10-sm {
    margin-bottom: 10rem !important;
  }
  .pt10-sm {
    padding-top: 10rem !important;
  }
  .pb10-sm {
    padding-bottom: 10rem !important;
  }
}
@media (min-width: 782px) {
  .mb10-lg {
    margin-bottom: 10rem !important;
  }
}
.m11 {
  margin: 11rem !important;
}

.mt11 {
  margin-top: 11rem !important;
}

.mb11 {
  margin-bottom: 11rem !important;
}

.p11 {
  padding: 11rem !important;
}

.pt11 {
  padding-top: 11rem !important;
}

.pb11 {
  padding-bottom: 11rem !important;
}

.pl11 {
  padding-left: 11rem !important;
}

.pr11 {
  padding-right: 11rem !important;
}

@media (max-width: 781px) {
  .mt11-sm {
    margin-top: 11rem !important;
  }
  .mb11-sm {
    margin-bottom: 11rem !important;
  }
  .pt11-sm {
    padding-top: 11rem !important;
  }
  .pb11-sm {
    padding-bottom: 11rem !important;
  }
}
@media (min-width: 782px) {
  .mb11-lg {
    margin-bottom: 11rem !important;
  }
}
.m12 {
  margin: 12rem !important;
}

.mt12 {
  margin-top: 12rem !important;
}

.mb12 {
  margin-bottom: 12rem !important;
}

.p12 {
  padding: 12rem !important;
}

.pt12 {
  padding-top: 12rem !important;
}

.pb12 {
  padding-bottom: 12rem !important;
}

.pl12 {
  padding-left: 12rem !important;
}

.pr12 {
  padding-right: 12rem !important;
}

@media (max-width: 781px) {
  .mt12-sm {
    margin-top: 12rem !important;
  }
  .mb12-sm {
    margin-bottom: 12rem !important;
  }
  .pt12-sm {
    padding-top: 12rem !important;
  }
  .pb12-sm {
    padding-bottom: 12rem !important;
  }
}
@media (min-width: 782px) {
  .mb12-lg {
    margin-bottom: 12rem !important;
  }
}
.m13 {
  margin: 13rem !important;
}

.mt13 {
  margin-top: 13rem !important;
}

.mb13 {
  margin-bottom: 13rem !important;
}

.p13 {
  padding: 13rem !important;
}

.pt13 {
  padding-top: 13rem !important;
}

.pb13 {
  padding-bottom: 13rem !important;
}

.pl13 {
  padding-left: 13rem !important;
}

.pr13 {
  padding-right: 13rem !important;
}

@media (max-width: 781px) {
  .mt13-sm {
    margin-top: 13rem !important;
  }
  .mb13-sm {
    margin-bottom: 13rem !important;
  }
  .pt13-sm {
    padding-top: 13rem !important;
  }
  .pb13-sm {
    padding-bottom: 13rem !important;
  }
}
@media (min-width: 782px) {
  .mb13-lg {
    margin-bottom: 13rem !important;
  }
}
.m14 {
  margin: 14rem !important;
}

.mt14 {
  margin-top: 14rem !important;
}

.mb14 {
  margin-bottom: 14rem !important;
}

.p14 {
  padding: 14rem !important;
}

.pt14 {
  padding-top: 14rem !important;
}

.pb14 {
  padding-bottom: 14rem !important;
}

.pl14 {
  padding-left: 14rem !important;
}

.pr14 {
  padding-right: 14rem !important;
}

@media (max-width: 781px) {
  .mt14-sm {
    margin-top: 14rem !important;
  }
  .mb14-sm {
    margin-bottom: 14rem !important;
  }
  .pt14-sm {
    padding-top: 14rem !important;
  }
  .pb14-sm {
    padding-bottom: 14rem !important;
  }
}
@media (min-width: 782px) {
  .mb14-lg {
    margin-bottom: 14rem !important;
  }
}
.m15 {
  margin: 15rem !important;
}

.mt15 {
  margin-top: 15rem !important;
}

.mb15 {
  margin-bottom: 15rem !important;
}

.p15 {
  padding: 15rem !important;
}

.pt15 {
  padding-top: 15rem !important;
}

.pb15 {
  padding-bottom: 15rem !important;
}

.pl15 {
  padding-left: 15rem !important;
}

.pr15 {
  padding-right: 15rem !important;
}

@media (max-width: 781px) {
  .mt15-sm {
    margin-top: 15rem !important;
  }
  .mb15-sm {
    margin-bottom: 15rem !important;
  }
  .pt15-sm {
    padding-top: 15rem !important;
  }
  .pb15-sm {
    padding-bottom: 15rem !important;
  }
}
@media (min-width: 782px) {
  .mb15-lg {
    margin-bottom: 15rem !important;
  }
}
.m16 {
  margin: 16rem !important;
}

.mt16 {
  margin-top: 16rem !important;
}

.mb16 {
  margin-bottom: 16rem !important;
}

.p16 {
  padding: 16rem !important;
}

.pt16 {
  padding-top: 16rem !important;
}

.pb16 {
  padding-bottom: 16rem !important;
}

.pl16 {
  padding-left: 16rem !important;
}

.pr16 {
  padding-right: 16rem !important;
}

@media (max-width: 781px) {
  .mt16-sm {
    margin-top: 16rem !important;
  }
  .mb16-sm {
    margin-bottom: 16rem !important;
  }
  .pt16-sm {
    padding-top: 16rem !important;
  }
  .pb16-sm {
    padding-bottom: 16rem !important;
  }
}
@media (min-width: 782px) {
  .mb16-lg {
    margin-bottom: 16rem !important;
  }
}
.hide {
  display: none !important;
}

@media (max-width: 781px) {
  .hide-sm {
    display: none !important;
  }
}
a {
  text-decoration: none;
}

#content .has-blue-background-color a:where(:not(.company-grid__company):not(.page-numbers):not(.btn-sm):not(.cal-link):not(.tabs-button):not(.file-link):not(.link-grid__link):not(.company):not(.wp-element-button):not(.btn):not(.file):not(.doc):not(.excerpt-feat):not(.li):not(.back):not(.excerpt):not(.image-cta):not(.link-cta):not(.aim__btn):not(.tab-link):not(.post-content):not(.grid-item):not(.lmn-latest-post__card)) {
  text-decoration-color: rgba(217, 172, 109, 0.35);
  color: #fafafa;
}
#content .has-blue-background-color a:where(:not(.company-grid__company):not(.page-numbers):not(.btn-sm):not(.cal-link):not(.tabs-button):not(.file-link):not(.link-grid__link):not(.company):not(.wp-element-button):not(.btn):not(.file):not(.doc):not(.excerpt-feat):not(.li):not(.back):not(.excerpt):not(.image-cta):not(.link-cta):not(.aim__btn):not(.tab-link):not(.post-content):not(.grid-item):not(.lmn-latest-post__card)):hover, #content .has-blue-background-color a:where(:not(.company-grid__company):not(.page-numbers):not(.btn-sm):not(.cal-link):not(.tabs-button):not(.file-link):not(.link-grid__link):not(.company):not(.wp-element-button):not(.btn):not(.file):not(.doc):not(.excerpt-feat):not(.li):not(.back):not(.excerpt):not(.image-cta):not(.link-cta):not(.aim__btn):not(.tab-link):not(.post-content):not(.grid-item):not(.lmn-latest-post__card)):active #content .has-blue-background-color a:where(:not(.company-grid__company):not(.page-numbers):not(.btn-sm):not(.cal-link):not(.tabs-button):not(.file-link):not(.link-grid__link):not(.company):not(.wp-element-button):not(.btn):not(.file):not(.doc):not(.excerpt-feat):not(.li):not(.back):not(.excerpt):not(.image-cta):not(.link-cta):not(.aim__btn):not(.tab-link):not(.post-content):not(.grid-item):not(.lmn-latest-post__card)):focus {
  color: #BEA160;
}

ul,
ol {
  padding: 0 0 0 25px;
  margin: 0 0 1ch 0;
}
ul li,
ol li {
  margin-bottom: 10px;
}
ul li::marker,
ol li::marker {
  color: #8C6F2E;
}
ul + h2,
ul + h3,
ul + h4,
ul + h5,
ul + h6,
ul + p,
ol + h2,
ol + h3,
ol + h4,
ol + h5,
ol + h6,
ol + p {
  margin-top: 2.5ch !important;
}

ol li {
  list-style: decimal;
}

h2 + .is-style-intro, h3 + .is-style-intro, h4 + .is-style-intro, h5 + .is-style-intro, h6 + .is-style-intro {
  margin-top: 2ch;
}
h2.is-style-line-right, h3.is-style-line-right, h4.is-style-line-right, h5.is-style-line-right, h6.is-style-line-right {
  display: flex;
  align-items: baseline;
  gap: 3rem;
}
h2.is-style-line-right::after, h3.is-style-line-right::after, h4.is-style-line-right::after, h5.is-style-line-right::after, h6.is-style-line-right::after {
  content: "";
  display: block;
  flex: 1;
  height: 1px;
  background: #BEA160;
}

.has-blue-background-color h3, .has-blue-background-color h4 {
  color: #fff;
}
.has-blue-background-color h3:after, .has-blue-background-color h4:after {
  opacity: 0.55;
}

.wrap {
  max-width: var(--wp--style--global--content-size);
  margin: 0 auto;
}

.fw:not(.gfield):not(.tabs) {
  padding-left: var(--wp--preset--spacing--contentgap);
  padding-right: var(--wp--preset--spacing--contentgap);
}

.has-sidebar {
  padding: var(--wp--preset--spacing--l) var(--wp--preset--spacing--contentgap) 0 var(--wp--preset--spacing--contentgap);
}
.has-sidebar .wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 3rem;
}
.has-sidebar .alignfull {
  margin-left: calc(-1 * var(--wp--preset--spacing--contentgap));
  margin-right: calc(-1 * var(--wp--preset--spacing--contentgap));
}

.has-global-padding > .alignfull {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

:root :where(.is-layout-constrained) > *,
:root :where(.is-layout-flow) > * {
  margin-block-start: 2.5rem;
}

@media (min-width: 1024px) {
  .page-template-page-narrow #content {
    padding-left: 15%;
    padding-right: 15%;
  }
  .has-sidebar {
    padding-bottom: var(--wp--preset--spacing--m);
  }
  .has-sidebar .wrap {
    flex-direction: row;
    gap: var(--layout-gap);
  }
  .has-sidebar #content {
    width: calc(100% - var(--sidebar-width) - var(--layout-gap));
  }
  .has-sidebar #sidebar {
    width: var(--sidebar-width);
  }
  .has-sidebar.sidebar-left .wrap {
    flex-direction: row-reverse;
  }
  .has-sidebar .alignfull {
    width: calc(100vw + var(--wp--preset--spacing--contentgap) / 4);
    max-width: none;
    position: relative;
    left: calc(-50vw + 50% - var(--wp--preset--spacing--contentgap) / 2 - var(--sidebar-width) / 2);
    margin-left: 0;
    margin-right: 0;
  }
}
/*
.wrap {
    width: 86%;
    max-width: $content-width; // use from theme.json var
    margin: 0 auto;

   // bordeR: 1px solid grey;

	@media (min-width: 1024px) {
		width: 90%;
	}
}


#content {
}

#sidebar {
    margin-bottom: var(--spacer);
}


@media (min-width: 1024px) {
    .has-sidebar {
        display: flex;
        flex-wrap: wrap;
        //flex-direction: row-reverse;
        gap: 6rem;

        #content {
            width: calc(100% - 28rem);
        }

        #sidebar {
            width: 22rem;
        }

        &.sidebar-left {
            flex-direction: row-reverse;
        }
    } // sidebar
} // 1024px

*/
#topbar {
  padding: var(--wp--preset--spacing--m) 0;
}
@media (min-width: 500px) {
  #topbar .wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5%;
    justify-content: space-between;
  }
}

header {
  padding: 1.5rem 0;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: padding 0.25s ease-in-out, background 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
  border-bottom: 1px solid #8C6F2E;
}
.admin-bar header {
  top: 46px;
}
@media screen and (min-width: 782px) {
  .admin-bar header {
    top: 32px;
  }
}
header.sticky {
  padding: 1rem 0;
  background: #fafafa;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05), 0 3px 1px -2px rgba(0, 0, 0, 0.05), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
}
header.sticky:not(.menu-open) svg > path {
  fill: #1A1919;
}
header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header .branding {
  width: 140px;
  margin: 0;
  position: relative;
  transition: width 0.25s cubic-bezier(0.4, 0, 0.2, 1), padding 0.25s ease-in-out;
}
header .branding svg > path {
  transform: fill 0.25s ease-in-out;
}
header #sitenav .menu > li > a {
  color: #1A1919;
}
header #sitenav .menu a {
  display: block;
  font-size: var(--wp--preset--font-size--font-18);
}

@media (max-width: 1023px) {
  .nav-widget {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  #nav-expander {
    width: 26px;
    padding: 12px 0;
    background: none;
    border: none;
    outline: none;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 9999999;
  }
  #nav-expander .bar {
    display: block;
    height: 1px;
    background: #8C6F2E;
    transition: background 10ms 300ms ease;
    position: relative;
  }
  #nav-expander .bar:before, #nav-expander .bar:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #8C6F2E;
    position: absolute;
    transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  }
  #nav-expander .bar:before {
    top: -6px;
  }
  #nav-expander .bar:after {
    top: 6px;
  }
  #nav-expander.is-active .bar {
    background: transparent;
  }
  #nav-expander.is-active .bar:after, #nav-expander.is-active .bar:before {
    transition: top 300ms 50ms ease, transform 300ms 350ms ease;
    top: 0;
  }
  #nav-expander.is-active .bar:before {
    transform: rotate(45deg);
  }
  #nav-expander.is-active .bar:after {
    transform: rotate(-45deg);
  }
  header.sticky:not(.menu-open) #nav-expander .bar {
    background: #8C6F2E;
  }
  header.sticky:not(.menu-open) #nav-expander .bar:before, header.sticky:not(.menu-open) #nav-expander .bar:after {
    background: #8C6F2E;
  }
  header .wrap {
    position: relative;
  }
  header #sitenav {
    display: block;
    width: 100vw;
    height: 100vh;
    padding: 60px 7vw 30px 7vw;
    background: radial-gradient(circle at 0% 0%, rgb(194.2, 194.2, 179.8), transparent 75%), #fafafa;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1), padding 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
    z-index: -1;
  }
  header #sitenav .menu .wrap {
    width: 100%;
  }
  header #sitenav .menu li {
    margin: 0;
  }
  header #sitenav .menu li a {
    display: block;
    color: #1A1919;
  }
  header #sitenav .menu li.current-menu-item a, header #sitenav .menu li.current-menu-parent a {
    color: #8C6F2E;
  }
  header #sitenav .menu .sub-toggle {
    display: none;
  }
  header #sitenav .menu > li {
    padding: 1ch 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  header #sitenav .menu > li.menu-item-has-children {
    display: flex;
    flex-wrap: wrap;
  }
  header #sitenav .menu > li.menu-item-has-children > a {
    width: calc(100% - 20px);
    padding-right: 20px;
  }
  header #sitenav .menu > li.menu-item-has-children > .child-menu {
    width: 100%;
    max-height: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1), max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }
  header #sitenav .menu > li.menu-item-has-children > .child-menu .mm-featured-image,
  header #sitenav .menu > li.menu-item-has-children > .child-menu .mm-description {
    display: none;
  }
  header #sitenav .menu > li.menu-item-has-children > .child-menu li {
    margin: 0.7ch 0;
  }
  header #sitenav .menu > li.menu-item-has-children > .child-menu li.current-menu-item a {
    color: #8C6F2E;
  }
  header #sitenav .menu > li.menu-item-has-children > .child-menu li a {
    color: rgba(26, 25, 25, 0.75);
  }
  header #sitenav .menu > li.menu-item-has-children > .child-menu li a:before {
    content: "- ";
    color: rgba(26, 25, 25, 0.3);
    padding-right: 0.4ch;
  }
  header #sitenav .menu > li.menu-item-has-children > .sub-toggle {
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: #1A1919;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' fill='none'%3E%3Cpath stroke='%231a1919' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m.75.75 4.977 5.077L10.748.75'/%3E%3C/svg%3E");
            mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' fill='none'%3E%3Cpath stroke='%231a1919' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m.75.75 4.977 5.077L10.748.75'/%3E%3C/svg%3E");
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: 14px;
            mask-size: 14px;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    transition: transform 0.25s ease-in-out;
  }
  header #sitenav .menu > li.menu-item-has-children > .sub-toggle.open {
    transform: scaleY(-1);
  }
  header #sitenav .menu > li.menu-item-has-children > .sub-toggle.open + .child-menu {
    z-index: 1;
    opacity: 1;
    visibility: visible;
  }
  header.menu-open .branding {
    z-index: 9;
  }
  header.menu-open > .wrap:before {
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.015);
    backdrop-filter: blur(20px);
    position: absolute;
    top: -16px;
    bottom: -10px;
    left: -15px;
    right: -15px;
  }
  header.menu-open #sitenav {
    padding-top: 70px;
    visibility: visible;
    opacity: 1;
    pointer-events: all;
    overflow-y: scroll;
  }
  header.menu-open #sitenav .nav-widget {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  #nav-expander,
  .sub-toggle {
    display: none;
  }
  header {
    padding-top: 0;
    padding-bottom: 0;
    background: transparent;
  }
  header.sticky, header.nav-scrolled {
    background: #fafafa;
  }
  header.sticky #sitenav .menu > li, header.nav-scrolled #sitenav .menu > li {
    padding-bottom: 2rem;
  }
  header > .wrap {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 2.5%;
    justify-content: space-between;
  }
  header .branding {
    width: 170px;
    z-index: 9;
    flex-shrink: 0;
  }
}
@media (min-width: 1024px) and (min-width: 1250px) {
  header .branding {
    width: 220px;
  }
}
@media (min-width: 1024px) {
  header #sitenav {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding-top: 2rem;
  }
  header #sitenav .nav-widget {
    margin-left: auto;
    margin-bottom: 5px;
    width: 510px;
    padding: 9px 24px 7px 5px;
    border-radius: 2px;
    background: var(--wp--preset--color--background);
  }
}
@media (min-width: 1024px) and (max-width: 1023px) {
  header #sitenav .nav-widget {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  header #sitenav .nav-widget iframe {
    height: 16px;
  }
  header #sitenav .menu {
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
  }
  header #sitenav .menu a {
    font-size: 1.7rem;
  }
  header #sitenav .menu li {
    margin: 0;
  }
  header #sitenav .menu > li {
    padding: 1rem 2rem 2rem 2rem;
    position: relative;
    transition: padding 0.25s ease-in-out;
  }
  header #sitenav .menu > li:last-child {
    padding-right: 0;
  }
  header #sitenav .menu > li:first-child {
    padding-left: 0;
  }
  header #sitenav .menu > li > a {
    position: relative;
  }
  header #sitenav .menu > li > a:after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #8C6F2E;
    transition: width 0.35s ease-in-out;
    margin-top: 5px;
  }
  header #sitenav .menu > li.current-menu-item > a:after, header #sitenav .menu > li.current-menu-ancestor > a:after {
    width: 100%;
  }
  header #sitenav .menu > li:hover > a:after, header #sitenav .menu > li:active > a:after, header #sitenav .menu > li:focus > a:after, header #sitenav .menu > li:focus-visible > a:after, header #sitenav .menu > li.in-focus > a:after {
    width: 100%;
  }
  header #sitenav .menu > li:hover > .child-menu, header #sitenav .menu > li:active > .child-menu, header #sitenav .menu > li:focus > .child-menu, header #sitenav .menu > li:focus-visible > .child-menu, header #sitenav .menu > li.in-focus > .child-menu {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  header #sitenav .menu > li.align-right .child-menu {
    left: auto;
    right: 0;
  }
  header .child-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-height: 250px;
    padding: 3rem 0;
    transform: translateY(1rem);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.25s ease-in-out;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    max-height: 350px;
    gap: 1.2rem 4rem;
    width: -moz-max-content;
    width: max-content;
  }
  header .child-menu:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100vw;
    right: -100vw;
    background-attachment: fixed;
    background: linear-gradient(90deg, #224369 0%, #1F2C3C 30%, #224369 70%, #224369 100%);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05), 0 3px 1px -2px rgba(0, 0, 0, 0.05), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    z-index: -2;
  }
  header .child-menu li {
    margin: 0;
    padding: 0;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    z-index: 2;
  }
  header .child-menu li.current-menu-item a {
    text-decoration: underline;
    text-decoration-color: #BEA160;
    text-decoration-thickness: 1px;
    text-underline-offset: 12px;
  }
  header .child-menu a {
    padding: 0.5ch 0;
    transition: color 0.25s ease-in-out;
    color: #ffffff;
    opacity: 0.9;
    font-size: 1.5rem;
    white-space: nowrap;
  }
  header .child-menu a:after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #8C6F2E;
    transition: width 0.35s ease-in-out;
    margin-top: 5px;
  }
  header .child-menu a:hover, header .child-menu a:active, header .child-menu a:focus {
    opacity: 1;
  }
  header .child-menu a:hover:after, header .child-menu a:active:after, header .child-menu a:focus:after {
    width: 100%;
  }
  header.megamenu-open {
    background: #fafafa;
    box-shadow: none;
  }
  header.megamenu-open #sitenav .menu > li > a {
    color: #1A1919;
  }
  header .has-megamenu {
    gap: 0;
  }
  header .has-megamenu > li {
    padding-right: 2.8rem;
  }
  header .has-megamenu > li:last-child {
    padding-right: 0;
  }
  header .has-megamenu > li.menu-item-has-children {
    position: static;
  }
  header .has-megamenu .child-menu.megamenu {
    width: 100vw;
    margin-left: -50vw;
    padding-top: 50px;
    padding-bottom: 50px;
    left: 50%;
    transform: translateY(0);
  }
  header .has-megamenu .child-menu .wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
  }
  header .has-megamenu .child-menu .mm-featured-image {
    flex: 1;
  }
  header .has-megamenu .child-menu .mm-featured-image img {
    max-height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    position: relative;
    z-index: 2;
  }
  header .has-megamenu .child-menu .sub-menu {
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    z-index: 2;
  }
  header .has-megamenu .child-menu .sub-menu.col2 {
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 55px;
         column-gap: 55px;
  }
  header .has-megamenu .child-menu .sub-menu.col2 li {
    max-width: 100%;
  }
  header .has-megamenu .child-menu .sub-menu li {
    margin: 0;
    padding: 0;
    width: -moz-fit-content;
    width: fit-content;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
  header .has-megamenu .child-menu .sub-menu li a {
    padding: 0.8ch 0;
  }
}
footer {
  margin: 0;
  padding: 0;
  background: linear-gradient(95deg, #1F2C3C 37.86%, #224369 100.71%);
}
footer h4 {
  font-size: var(--wp--preset--font-size--font-22);
  font-weight: 400;
  margin-bottom: 0.75ch;
  color: #BEA160;
}
footer p, footer a {
  font-size: var(--wp--preset--font-size--font-16) !important;
  font-weight: 300 !important;
  color: #fff;
}
footer a {
  transition: color 0.25s ease-in-out;
}
footer a:hover, footer a:active, footer a:focus {
  color: #D9AC6D;
}
footer ul {
  list-style: none;
  margin: 0 !important;
  padding: 0;
}
footer ul li {
  font-size: var(--wp--preset--font-size--font-16);
  margin-bottom: 0;
}
footer ul.menu {
  margin-bottom: var(--wp--preset--spacing--m);
}
footer ul#menu-footer-legal {
  margin-bottom: 2rem !important;
}
footer ul#menu-footer-legal li {
  font-size: var(--wp--preset--font-size--font-14);
  margin-bottom: 0.8ch;
}
footer ul#menu-footer-legal li a {
  color: rgba(255, 255, 255, 0.7);
}
footer ul#menu-footer-legal li a:hover, footer ul#menu-footer-legal li a:active, footer ul#menu-footer-legal li a:focus {
  color: #D9AC6D;
}
footer ul.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem !important;
}
footer ul.social-links svg {
  width: 20px;
  height: 20px;
}
footer ul.social-links path {
  fill: rgba(255, 255, 255, 0.7);
  transition: fill 0.25s ease-in-out;
}
footer ul.social-links a:hover path, footer ul.social-links a:active path, footer ul.social-links a:focus path {
  fill: #D9AC6D;
}
footer .logo {
  padding-top: var(--wp--preset--spacing--normal);
  padding-bottom: var(--wp--preset--spacing--normal);
}
footer .logo svg {
  max-width: 165px;
}
footer .main-footer {
  padding-top: var(--wp--preset--spacing--normal);
  padding-bottom: var(--wp--preset--spacing--normal);
  border-top: 1px solid rgba(190, 161, 96, 0.25);
  border-bottom: 1px solid rgba(190, 161, 96, 0.25);
}
footer .main-footer p, footer .main-footer li {
  line-height: 2.15 !important;
}
footer .main-footer .wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: var(--wp--preset--spacing--normal);
}
footer .subfooter {
  padding-top: var(--wp--preset--spacing--normal);
  padding-bottom: var(--wp--preset--spacing--normal);
}
footer .subfooter p, footer .subfooter a {
  font-size: var(--wp--preset--font-size--font-14) !important;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.7);
}
footer .subfooter a {
  font-weight: 500;
}
footer .subfooter a:hover, footer .subfooter a:active, footer .subfooter a:focus {
  color: #D9AC6D;
}
@media (min-width: 520px) {
  footer ul#menu-footer-legal {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
  }
  footer ul#menu-footer-legal li:not(:first-child) {
    position: relative;
  }
  footer ul#menu-footer-legal li:not(:first-child):before {
    content: "";
    display: block;
    width: 1px;
    background: rgba(255, 255, 255, 0.35);
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: -1.5rem;
  }
}
@media (min-width: 650px) {
  footer ul#menu-footer-legal {
    margin-bottom: 0 !important;
  }
  footer ul.social-links {
    margin-bottom: 0 !important;
    gap: 1.5rem;
  }
  footer .main-footer .wrap {
    flex-direction: row;
  }
  footer .main-footer .wrap > div {
    width: calc(50% - var(--wp--preset--spacing--normal) / 2);
  }
  footer .subfooter .wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
  }
  footer .subfooter p {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  footer {
    overflow: hidden;
  }
  footer h4 {
    font-size: var(--wp--preset--font-size--font-20);
  }
  footer p, footer a, footer ul li {
    font-size: 1.5rem !important;
  }
  footer .main-footer {
    padding-top: 0;
    padding-bottom: 0;
  }
  footer .main-footer p, footer .main-footer li {
    line-height: 2.35 !important;
  }
  footer .main-footer .wrap {
    gap: 0;
  }
  footer .main-footer .wrap > div {
    width: 24%;
    padding: 4.2rem 2rem 8rem 2rem;
  }
  footer .main-footer .wrap > div:not(:first-child) {
    margin-top: -11.5rem;
    border-left: 1px solid rgba(190, 161, 96, 0.25);
  }
  footer .main-footer .wrap > div:not(:first-child) h4 {
    margin-bottom: 8.8rem;
  }
  footer .main-footer .wrap > div:first-child {
    width: 28%;
    padding: 4rem 2rem 8rem 0;
  }
  footer .main-footer .wrap > div:last-child {
    padding-right: 0;
  }
}
@media (min-width: 1250px) {
  footer .main-footer .wrap > div {
    width: 20%;
  }
  footer .main-footer .wrap > div:first-child {
    width: 40%;
  }
  footer .subfooter p {
    width: auto;
    margin-left: auto !important;
  }
}
@media (min-width: 1250px) {
  footer .main-footer .wrap > div {
    width: 16.66%;
  }
  footer .main-footer .wrap > div:not(:first-child) {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }
  footer .main-footer .wrap > div:first-child {
    width: 50%;
  }
  footer .main-footer .wrap > div:last-last {
    padding-right: 0;
  }
}

.b2t {
  opacity: 0;
  position: fixed;
  bottom: -30px;
  right: 20px;
  z-index: 99;
  transition: all 0.25s ease-in-out;
}
.b2t.active {
  opacity: 1;
  bottom: -2px;
}

#sidebar {
  background: linear-gradient(179deg, #D9D9D0 0.01%, rgba(217, 217, 208, 0) 100.06%);
  padding: 2rem;
  border-radius: 4px;
}
#sidebar .widget-area {
  margin-bottom: var(--wp--preset--spacing--normal);
}
@media (min-width: 1024px) {
  #sidebar .widget-area {
    position: sticky;
    top: 90px;
  }
}
#sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sidebar ul li {
  margin: 0;
  padding: 0;
  position: relative;
}
#sidebar ul li:first-child a {
  font-size: var(--wp--preset--font-size--font-24);
  color: #1F2C3C;
  font-family: var(--wp--preset--font-family--secondary);
  display: flex;
  align-items: baseline;
  gap: 2rem;
  padding: 1ch 0px 1ch;
  border-bottom: none;
}
#sidebar ul li:first-child a:after {
  content: "";
  display: block;
  flex: 1;
  height: 1px;
  background: #8C6F2E;
}
#sidebar ul li:first-child a {
  border-bottom: none;
}
#sidebar ul li.current_page_item a {
  font-weight: 500;
  color: #1F2C3C;
}
#sidebar ul a {
  display: block;
  font-size: 1.6rem;
  line-height: 1.375;
  padding: 1ch 0;
  transition: color 0.25s ease-in-out;
  padding: 1.1ch 0;
}
#sidebar ul a:hover, #sidebar ul a:active, #sidebar ul a:focus {
  color: #8C6F2E;
}
#sidebar .b2blog h5 {
  font-size: var(--wp--preset--font-size--font-20);
  font-weight: 600;
  margin: 0 0 2ch 0;
  padding: 1ch 0;
  color: #1A1919;
  position: relative;
}
#sidebar .b2blog .btn {
  display: inline-flex;
  align-items: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1), background 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  gap: 20px;
  align-items: center;
}
#sidebar .b2blog .btn::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 17px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='7' height='11' fill='none'><path stroke='%23fff' stroke-linecap='round' d='m.5.5 5 5-4.762 4.762'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#sidebar .b2blog .btn:hover, #sidebar .b2blog .btn:active, #sidebar .b2blog .btn:focus {
  color: #fff;
  background: #8C6F2E;
}
#sidebar .b2blog .btn {
  width: 100%;
  max-width: 200px;
  justify-content: center;
  padding: 1.1ch 1ch;
}
#sidebar .post-navigation a {
  display: block;
  line-height: 1.375;
  padding: 1ch 0;
  position: relative;
}
#sidebar .post-navigation a span {
  display: block;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 0.5ch;
  color: green;
}
#sidebar .post-navigation a strong {
  font-weight: 400;
  transition: color 0.25s ease-in-out;
}
#sidebar .post-navigation a:hover strong, #sidebar .post-navigation a:active strong, #sidebar .post-navigation a:focus strong {
  color: #1A1919;
}
#sidebar .post-navigation .nav-links > div:first-child a:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: rgb(0, 0, 0);
  position: absolute;
  top: 0;
  right: 0;
}

.single #content .btn {
  display: inline-flex;
  align-items: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1), background 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  gap: 20px;
  align-items: center;
}
.single #content .btn::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 17px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='7' height='11' fill='none'><path stroke='%23fff' stroke-linecap='round' d='m.5.5 5 5-4.762 4.762'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.single #content .btn:hover, .single #content .btn:active, .single #content .btn:focus {
  color: #fff;
  background: #8C6F2E;
}
.single #content .btn {
  margin-top: 3ch;
}

.pagination {
  width: 100%;
  margin-top: var(--wp--preset--spacing--l);
}
.pagination .page-numbers {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 4px 0 0;
  padding: 5px 12px;
  background: rgba(0, 0, 0, 0.1);
  transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
}
.pagination .page-numbers.current, .pagination .page-numbers:hover, .pagination .page-numbers:active, .pagination .page-numbers:focus {
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
}

.blur12 {
  backdrop-filter: blur(12.5px);
}

.blur25 {
  backdrop-filter: blur(25px);
}

@media (max-width: 781px) {
  .sm-hidden {
    display: none !important;
  }
}

.clip {
  clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%, 0 20px);
}

.latest-presentation-video {
  max-height: 410px;
}

@media (min-width: 1024px) {
  .mw-50 {
    max-width: 50%;
  }
  .mw-70 {
    max-width: 70%;
    margin: 0 auto;
  }
}
.middle-line {
  position: relative;
}
.middle-line::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #BEA160;
  position: absolute;
  left: 50%;
  top: 0;
}
@media (max-width: 781px) {
  .middle-line::before {
    display: none;
  }
}

.relative {
  position: relative;
}

.bottom-middle-line {
  position: relative;
}
.bottom-middle-line::before {
  content: "";
  display: block;
  width: 1px;
  height: 150px;
  background-color: #BEA160;
  position: absolute;
  left: 50%;
  bottom: -10rem;
}
@media (max-width: 550px) {
  .bottom-middle-line::before {
    height: 90px;
    bottom: -7rem;
  }
}

.project-map-container {
  margin-top: 0;
  width: calc(100vw - 15px);
  max-width: unset;
  margin-left: calc(-50vw + 50% + 7.5px) !important;
}

#project-map-canvas {
  width: 100%;
  height: 800px;
  background: rgb(238, 238, 238);
}

.gm-style .gm-style-iw-c {
  border-radius: 4px !important;
}

.gm-style-iw-chr {
  position: absolute;
  top: 0;
  right: 0;
  background: #D9D9D0;
  box-shadow: inset 0 0 0 5px #fff;
  transition: background 0.25s ease-in-out;
}
.gm-style-iw-chr:hover {
  background: rgba(190, 161, 96, 0.35);
}

.lmn-map-popup {
  color: #1A1919;
  font-family: var(--wp--preset--font-family--secondary);
  min-width: 250px;
  padding-bottom: 8px;
}
.lmn-map-popup__icons {
  width: calc(100% - 40px);
  padding: 5px 0 2px 0;
  border-bottom: 1px solid #BEA160;
}
.lmn-map-popup__icons > span {
  display: inline-block;
  margin-right: 6px;
  width: 32px;
  height: 32px;
  background: rgba(140, 111, 46, 0.1);
}
.lmn-map-popup__title {
  margin: 12px 0 8px 0 !important;
  font-size: var(--wp--preset--font-size--font-20);
  font-weight: 400;
  color: #172D47;
}
.lmn-map-popup__location {
  margin: 0 !important;
  font-size: var(--wp--preset--font-size--font-16);
  font-weight: 300;
}
.lmn-map-popup__commodity {
  margin: 0 0 2px 0 !important;
  font-size: var(--wp--preset--font-size--font-16);
  font-weight: 300;
}
.lmn-map-popup__commodity + .lmn-map-popup__button {
  margin-top: 8px;
}
.lmn-map-popup__description {
  margin: 6px 0 14px 0 !important;
  font-size: var(--wp--preset--font-size--font-14);
  line-height: 1.4;
  color: #1A1919;
}
.lmn-map-popup__description + .lmn-map-popup__button {
  margin-top: 8px;
}
.lmn-map-popup__button {
  display: inline-block;
  background: #172D47;
  color: white;
  margnin-top: 3px;
  padding: 8px 14px;
  text-decoration: none;
  border-radius: 40px;
  font-size: 13px;
  font-weight: 500;
  transition: background 0.25s ease-in-out;
}
.lmn-map-popup__button:hover {
  color: #8C6F2E;
}
.lmn-map-popup__description {
  font-size: 13px !important;
  margin: 0 0 10px 0 !important;
}
.lmn-map-popup__description p {
  font-size: 13px !important;
  margin: 0 !important;
}

.single-project #content > .wp-block-group:first-of-type {
  border-radius: 4px;
  background: linear-gradient(90deg, rgba(237, 233, 229, 0) 0%, rgba(237, 233, 229, 0.9) 30%, rgba(237, 233, 229, 0.9) 70%, rgba(237, 233, 229, 0) 100%);
}
.single-project .project-highlights .wrap {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 5rem;
}
.single-project .project-highlights .wrap div {
  padding: 0 15px;
  border-left: 1px solid #BEA160;
  flex: 1;
}
.single-project .project-highlights .wrap div.logo-wrapper {
  display: flex;
  align-items: center;
}
.single-project .project-highlights .wrap div h3.heading {
  margin-bottom: 6px;
  color: #8C6F2E;
  font-size: var(--wp--preset--font-size--font-18);
  font-family: var(--wp--preset--font-family--primary);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.single-project .project-highlights .wrap div p.type {
  margin-bottom: 0;
  color: #172D47;
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--font-22);
  font-style: normal;
  font-weight: 300;
  line-height: 1.15;
}
.single-project .project-highlights .wrap div img.logo {
  max-height: 66px;
  height: auto;
  width: 100%;
  max-width: 130px;
}
@media (max-width: 799px) {
  .single-project .project-highlights .wrap {
    flex-direction: column;
  }
}
.single-project .single-project-slider::before {
  display: none;
}
.single-project .single-project-slider .wp-block-columns {
  gap: 0;
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.single-post #content {
  max-width: 960px;
  margin: 0 auto;
}

.single.single-team .hero.hero-static {
  display: none !important;
}
.single.single-team #content {
  margin: 17rem 0 6rem 0;
  display: flex;
  gap: 8rem;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .single.single-team #content {
    flex-direction: row;
  }
}
.single.single-team #content .profile-img {
  height: auto;
  min-width: 30%;
}
.single.single-team #content .profile-img img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.single.single-team #content .profile-heading {
  display: flex;
  gap: 4rem;
  justify-content: space-between;
  margin-bottom: 4rem;
  flex-direction: column-reverse;
}
@media (min-width: 1024px) {
  .single.single-team #content .profile-heading {
    align-items: center;
    flex-direction: row;
  }
}
.single.single-team #content .profile-heading h2 {
  margin: 0;
  width: 100%;
}
.single.single-team #content .profile-heading a {
  min-width: 21rem;
  height: 4rem;
}

.txt-white {
  color: white;
}

.page-id-11291 .hero.hero-static,
.page-id-11311 .hero.hero-static,
.page-id-11325 .hero.hero-static,
.page-id-11322 .hero.hero-static,
.page-id-11327 .hero.hero-static {
  margin-bottom: 0 !important;
}

.gform-theme--foundation .gform_fields {
  gap: 0 !important;
}
.gform-theme--foundation .gform-grid-row {
  gap: 30px !important;
}
@media (min-width: 640px) {
  .gform-theme--foundation .gform-grid-row {
    gap: 20px !important;
  }
}

.gform_wrapper :focus-visible {
  outline: none;
}

form#gform_3 .gfield {
  margin: 0 0 30px 0;
}
form#gform_3 .gform_validation_container {
  display: none;
}
form#gform_3 label,
form#gform_3 .gfield_label {
  display: block;
  font-size: 1.6rem;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  color: #fff;
  font-family: var(--wp--preset--font-family--secondary);
}
form#gform_3 label .gfield_required,
form#gform_3 .gfield_label .gfield_required {
  color: #8C6F2E;
}
form#gform_3 .hidden_label > label,
form#gform_3 .hidden_label > legend {
  display: none;
}
form#gform_3 input[type=text],
form#gform_3 input[type=email],
form#gform_3 input[type=search],
form#gform_3 select {
  width: 100%;
  height: 5.2rem;
  font-family: var(--wp--preset--font-family--primary);
  font-size: 1.4rem;
  padding: 7px 15px;
  color: #1A1919;
  background-color: #F5F4F1;
  border: 1px solid #BEA160;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  transition: all 0.2s ease;
}
form#gform_3 input[type=text]:active, form#gform_3 input[type=text]:focus,
form#gform_3 input[type=email]:active,
form#gform_3 input[type=email]:focus,
form#gform_3 input[type=search]:active,
form#gform_3 input[type=search]:focus,
form#gform_3 select:active,
form#gform_3 select:focus {
  outline: none !important;
  border-color: #8C6F2E;
}
form#gform_3 textarea {
  width: 100%;
  font-family: var(--wp--preset--font-family--primary);
  font-size: 1.4rem;
  padding: 16px 20px;
  color: #1A1919;
  background-color: #F5F4F1;
  border: 1px solid #BEA160;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  transition: all 0.2s ease;
  max-height: 160px;
}
form#gform_3 textarea:active, form#gform_3 textarea:focus {
  outline: none !important;
  border-color: #8C6F2E;
}
form#gform_3 select {
  padding-right: 55px;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32'%3E%3Ccircle cx='16' cy='16' r='16' fill='%23E8DCC4'/%3E%3Cpath fill='none' stroke='%231A1919' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' d='M10 14l6 6 6-6'/%3E%3C/svg%3E");
  background-position: calc(100% - 8px) 50%;
  background-repeat: no-repeat;
  background-size: 32px;
}
form#gform_3 input[type=search] {
  padding-left: 55px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32'%3E%3Ccircle cx='16' cy='16' r='16' fill='%23E8DCC4'/%3E%3Cpath fill='none' stroke='%231A1919' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' d='M14 20a6 6 0 100-12 6 6 0 000 12zm8 4l-4.35-4.35'/%3E%3C/svg%3E");
  background-position: 8px 50%;
  background-repeat: no-repeat;
  background-size: 32px;
}
form#gform_3 input[type=submit] {
  font-size: 1.7rem;
  height: 5rem;
  padding: 10px 40px;
  color: #172D47;
  background: none;
  border: 1px solid #8C6F2E;
  border-radius: 5rem;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1), background 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
form#gform_3 input[type=submit]:hover, form#gform_3 input[type=submit]:active, form#gform_3 input[type=submit]:focus {
  color: #fff;
  background: #8C6F2E;
}
form#gform_3 .gform-footer {
  margin-top: 0;
}
form#gform_3 .ginput_container_consent {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  font-size: 1.8rem;
  line-height: 1.25;
  margin-bottom: 0.6rem;
  color: #1A1919;
}
form#gform_3 .ginput_container_consent label {
  width: calc(100% - 22px);
  padding-left: 1.6rem;
  font-size: 1.6rem;
  text-transform: none;
  margin: 0;
  color: #fff;
}
form#gform_3 .ginput_container_consent a {
  text-decoration: underline;
  text-decoration-color: #BEA160;
  text-decoration-thickness: 0.075rem;
  text-underline-position: under;
  color: #BEA160;
  transition: color 0.3s ease, text-decoration-color 0.3s ease;
}
form#gform_3 .ginput_container_consent a:hover {
  color: #8C6F2E;
}
form#gform_3 .ginput_container_consent input[type=checkbox] {
  display: block;
  width: 22px;
  height: 22px;
  margin: 4px 0 0 0;
  padding: 2px 3px;
  border: 1px solid #BEA160;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.18s ease-in-out, box-shadow 0.2s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
form#gform_3 .ginput_container_consent input[type=checkbox]:checked {
  box-shadow: inset 0 0 0 3px #fff;
}
form#gform_3 .ginput_container_consent .gfield_required_asterisk {
  display: none;
}
form#gform_3 .gfield_description {
  font-size: 1.6rem;
  line-height: 1.25;
  margin: 0 0 1.5ch 0;
  padding: 0;
  color: #1A1919;
}
form#gform_3 .gfield_description a {
  text-decoration: underline;
  text-decoration-color: #D9AC6D;
  text-decoration-thickness: 0.075rem;
  text-underline-position: under;
  color: #1A1919;
  transition: color 0.3s ease, text-decoration-color 0.3s ease;
}
form#gform_3 .gfield_description a:hover {
  color: #8C6F2E;
}
form#gform_3 .gfield_description.validation_message {
  margin: 15px 0;
  font-size: 1.4rem;
  color: #BEA160;
}
form#gform_3 .gfield--type-fileupload {
  margin: -15px 0 20px 0;
}
form#gform_3 .ginput_container_fileupload .gform_fileupload_rules,
form#gform_3 .ginput_container_fileupload .validation_message--hidden-on-empty {
  display: none;
}
form#gform_3 .ginput_container_fileupload input {
  border: 1px dashed #B2B2B2;
}

.gform_required_legend {
  display: none;
}

.gform_submission_error {
  color: #ff8d74 !important;
}

.gform_validation_errors {
  box-shadow: none !important;
  border-color: #8C6F2E !important;
  border-radius: 6px !important;
  outline: none !important;
}
.gform_validation_errors .gform-icon {
  color: #ff8d74 !important;
}

.gform_submission_error {
  font-size: var(--wp--preset--font-size--font-18);
  line-height: 1.25;
  margin-bottom: 2ch;
  color: #6C9BBF;
}

.validation_message {
  display: inline-block;
  font-size: 1.6rem;
  margin-top: 4px;
  color: #6C9BBF;
}

.gform_description {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 3ch;
}

::placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder {
  color: #1A1919;
  opacity: 0.7;
}

@media (min-width: 1024px) {
  form .gform_fields {
    display: flex;
    flex-wrap: wrap;
  }
  form .gform_fields .gfield {
    width: calc(50% - 20px);
  }
  form .gform_fields .gfield.fw {
    width: 100%;
  }
}
img.gform_ajax_spinner {
  display: none !important;
}

input[type=search]::-ms-clear,
input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.mailpoet_form_popup_overlay {
  background-color: rgba(26, 25, 25, 0.8) !important;
}

div#mailpoet_form_1 form.mailpoet_form .mailpoet_paragraph {
  margin-bottom: 15px;
}
div#mailpoet_form_1 form.mailpoet_form .mailpoet_paragraph.last {
  margin-bottom: 0;
}
div#mailpoet_form_1 form.mailpoet_form {
  padding: 0;
}
div#mailpoet_form_1 form.mailpoet_form label {
  display: flex;
  font-size: 1.4rem;
  gap: 10px;
  margin: 0 0 0.4ch 0;
}
div#mailpoet_form_1 form.mailpoet_form input.mailpoet_text,
div#mailpoet_form_1 form.mailpoet_form input.mailpoet_email {
  width: 100%;
  height: 5rem;
  font-family: var(--wp--preset--font-family--primary);
  font-size: 1.4rem;
  padding: 12px 20px !important;
  color: #1A1919;
  background-color: #F5F4F1;
  border: 1px solid #BEA160;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  transition: all 0.2s ease;
}
div#mailpoet_form_1 form.mailpoet_form input.mailpoet_text:active, div#mailpoet_form_1 form.mailpoet_form input.mailpoet_text:focus,
div#mailpoet_form_1 form.mailpoet_form input.mailpoet_email:active,
div#mailpoet_form_1 form.mailpoet_form input.mailpoet_email:focus {
  outline: none !important;
  border-color: #8C6F2E;
}
div#mailpoet_form_1 form.mailpoet_form input.mailpoet_text::-moz-placeholder, div#mailpoet_form_1 form.mailpoet_form input.mailpoet_email::-moz-placeholder {
  color: #1A1919;
  opacity: 0.7;
}
div#mailpoet_form_1 form.mailpoet_form input.mailpoet_text::placeholder,
div#mailpoet_form_1 form.mailpoet_form input.mailpoet_email::placeholder {
  color: #1A1919;
  opacity: 0.7;
}
div#mailpoet_form_1 form.mailpoet_form input.mailpoet_submit {
  background: transparent none;
  background-color: transparent;
  border-color: #BEA160 !important;
  border-width: 1px;
  border-style: solid;
  color: #1F2C3C !important;
  padding: 1ch 2ch !important;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1), background 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  gap: 20px;
  align-items: center;
}
div#mailpoet_form_1 form.mailpoet_form input.mailpoet_submit:hover, div#mailpoet_form_1 form.mailpoet_form input.mailpoet_submit:active, div#mailpoet_form_1 form.mailpoet_form input.mailpoet_submit:focus {
  color: #fff !important;
  background: #8C6F2E !important;
}
div#mailpoet_form_1 form.mailpoet_form input.mailpoet_submit {
  width: 100%;
  max-width: 150px;
  height: 5rem;
  margin-top: 1.2rem !important;
}
div#mailpoet_form_1 form.mailpoet_form input.mailpoet_submit:hover {
  background-color: #1A1919;
}
div#mailpoet_form_1 form.mailpoet_form .mailpoet_error {
  color: #6C9BBF;
  font-size: 1.4rem;
  margin-top: 4px;
}
div#mailpoet_form_1 .mailpoet_checkbox_label {
  display: flex;
  align-items: flex-start;
  font-size: 1.6rem;
  line-height: 1.25;
  text-transform: none;
  margin: 0 0 20px 0;
  cursor: pointer;
  color: #1A1919;
}
div#mailpoet_form_1 input.mailpoet_checkbox {
  display: block;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  margin: 0;
  padding: 0;
  background-color: #fff;
  border: 1px solid #BEA160;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.18s ease-in-out, box-shadow 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
div#mailpoet_form_1 input.mailpoet_checkbox:checked {
  background-color: #8C6F2E;
  border-color: #8C6F2E;
  box-shadow: inset 0 0 0 3px #fff;
}
div#mailpoet_form_1 input.mailpoet_checkbox:focus, div#mailpoet_form_1 input.mailpoet_checkbox:active {
  outline: none !important;
  border-color: #8C6F2E;
}
div#mailpoet_form_1 .mailpoet_checkbox_label span a {
  color: #8C6F2E;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1), text-decoration-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
div#mailpoet_form_1 .mailpoet_checkbox_label span a:hover {
  color: #172D47;
}

.has-background-background-color form#gform_3 label,
.has-background-background-color form#gform_3 .gfield_label {
  font-size: 1.8rem;
  font-weight: 300;
  color: #1A1919;
  text-transform: none;
}
.has-background-background-color form#gform_3 label a,
.has-background-background-color form#gform_3 .gfield_label a {
  color: #172D47;
}
.has-background-background-color form#gform_3 .gfield_label {
  font-weight: 400;
}
.has-background-background-color .gform_submission_error,
.has-background-background-color .gfield_description.validation_message {
  color: #6F2F5B !important;
}
.has-background-background-color .gform-theme--framework .gform_validation_errors {
  border: none !important;
  padding: 0 !important;
  background: none !important;
}

form.mailpoet-manage-subscription {
  padding: 0;
}
form.mailpoet-manage-subscription .mailpoet_paragraph {
  margin-bottom: 20px;
}
form.mailpoet-manage-subscription label,
form.mailpoet-manage-subscription .mailpoet_text_label,
form.mailpoet-manage-subscription .mailpoet_select_label,
form.mailpoet-manage-subscription .mailpoet_segment_label {
  display: flex;
  font-size: 1.4rem;
  gap: 10px;
  margin: 0 0 0.4ch 0;
  color: #fff;
}
form.mailpoet-manage-subscription .mailpoet-change-email-info {
  font-size: 1.4rem;
  display: block;
  margin-top: 5px;
  color: #fff;
}
form.mailpoet-manage-subscription .mailpoet-change-email-info a {
  color: #8C6F2E;
  text-decoration: underline;
  text-decoration-color: #BEA160;
  text-underline-position: under;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1), text-decoration-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
form.mailpoet-manage-subscription .mailpoet-change-email-info a:hover {
  color: #BEA160;
}
form.mailpoet-manage-subscription input.mailpoet_text,
form.mailpoet-manage-subscription input.mailpoet_email,
form.mailpoet-manage-subscription select.mailpoet_select {
  width: 100%;
  height: 5rem;
  font-family: var(--wp--preset--font-family--primary);
  font-size: 1.4rem;
  padding: 1.3rem 2rem !important;
  color: #1A1919;
  background-color: #F5F4F1;
  border: 1px solid #BEA160;
  border-radius: 72px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  transition: all 0.2s ease;
}
form.mailpoet-manage-subscription input.mailpoet_text:active, form.mailpoet-manage-subscription input.mailpoet_text:focus,
form.mailpoet-manage-subscription input.mailpoet_email:active,
form.mailpoet-manage-subscription input.mailpoet_email:focus,
form.mailpoet-manage-subscription select.mailpoet_select:active,
form.mailpoet-manage-subscription select.mailpoet_select:focus {
  outline: none !important;
  border-color: #8C6F2E;
}
form.mailpoet-manage-subscription input.mailpoet_text::-moz-placeholder, form.mailpoet-manage-subscription input.mailpoet_email::-moz-placeholder, form.mailpoet-manage-subscription select.mailpoet_select::-moz-placeholder {
  color: #1A1919;
  opacity: 0.7;
}
form.mailpoet-manage-subscription input.mailpoet_text::placeholder,
form.mailpoet-manage-subscription input.mailpoet_email::placeholder,
form.mailpoet-manage-subscription select.mailpoet_select::placeholder {
  color: #1A1919;
  opacity: 0.7;
}
form.mailpoet-manage-subscription input.mailpoet_text:disabled,
form.mailpoet-manage-subscription input.mailpoet_email:disabled,
form.mailpoet-manage-subscription select.mailpoet_select:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  background-color: rgb(234.375, 232.3125, 226.125);
}
form.mailpoet-manage-subscription select.mailpoet_select {
  padding-right: 55px !important;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32'%3E%3Ccircle cx='16' cy='16' r='16' fill='%23E8DCC4'/%3E%3Cpath fill='none' stroke='%231A1919' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' d='M10 14l6 6 6-6'/%3E%3C/svg%3E");
  background-position: calc(100% - 8px) 50%;
  background-repeat: no-repeat;
  background-size: 32px;
}
form.mailpoet-manage-subscription fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
form.mailpoet-manage-subscription fieldset legend {
  font-size: 1.6rem;
  margin-bottom: 10px;
  color: #fff;
}
form.mailpoet-manage-subscription .mailpoet_checkbox_label {
  display: flex;
  align-items: flex-start;
  font-size: 1.6rem;
  line-height: 1.25;
  text-transform: none;
  margin: 0 0 20px 0;
  cursor: pointer;
  color: #fff;
  gap: 12px;
}
form.mailpoet-manage-subscription .mailpoet_checkbox_label span a {
  color: #8C6F2E;
  text-decoration: underline;
  text-decoration-color: #BEA160;
  text-underline-position: under;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1), text-decoration-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
form.mailpoet-manage-subscription .mailpoet_checkbox_label span a:hover {
  color: #BEA160;
}
form.mailpoet-manage-subscription input.mailpoet_checkbox {
  display: block;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  margin: 0;
  padding: 0;
  background-color: #fff;
  border: 1px solid #BEA160;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.18s ease-in-out, box-shadow 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
form.mailpoet-manage-subscription input.mailpoet_checkbox:checked {
  background-color: #8C6F2E;
  border-color: #8C6F2E;
  box-shadow: inset 0 0 0 3px #fff;
}
form.mailpoet-manage-subscription input.mailpoet_checkbox:focus, form.mailpoet-manage-subscription input.mailpoet_checkbox:active {
  outline: none !important;
  border-color: #8C6F2E;
}
form.mailpoet-manage-subscription input.mailpoet_submit {
  background: transparent none;
  background-color: transparent;
  border-color: #BEA160 !important;
  border-width: 1px;
  border-style: solid;
  color: #fff !important;
  padding: 0 2ch !important;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1), background 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  gap: 20px;
  width: -moz-fit-content;
  width: fit-content;
  height: 5rem;
}
form.mailpoet-manage-subscription input.mailpoet_submit:hover, form.mailpoet-manage-subscription input.mailpoet_submit:active, form.mailpoet-manage-subscription input.mailpoet_submit:focus {
  color: #fff !important;
  background: #8C6F2E !important;
}
form.mailpoet-manage-subscription span[class^=mailpoet_error_] {
  color: #6C9BBF;
  font-size: 1.4rem;
  margin-top: 4px;
  display: block;
}
form.mailpoet-manage-subscription .mailpoet-submit-success {
  font-size: 1.6rem;
  color: #8C6F2E;
  margin-top: 20px;
}

.mailpoet_confirm_unsubscribe {
  color: white;
}
.mailpoet_confirm_unsubscribe a {
  color: #BEA160;
  margin-top: 1rem;
}

.post-password-form p {
  color: #fff;
  font-family: var(--wp--preset--font-family--primary);
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.post-password-form label {
  display: block;
  font-size: 1.6rem;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  color: #fff;
  font-family: var(--wp--preset--font-family--secondary);
}
.post-password-form label input[type=password] {
  display: block;
  margin-top: 10px;
  width: 100%;
  height: 5rem;
  font-family: var(--wp--preset--font-family--primary);
  font-size: 1.4rem;
  padding: 5px 20px;
  color: #1A1919;
  background-color: #F5F4F1;
  border: 1px solid #BEA160;
  border-radius: 72px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  transition: all 0.2s ease;
  max-width: 35rem;
}
.post-password-form label input[type=password]:active, .post-password-form label input[type=password]:focus {
  outline: none !important;
  border-color: #8C6F2E;
}
.post-password-form input[type=submit] {
  background: transparent none;
  background-color: transparent;
  border-color: var(--wp--preset--color--gold);
  border-width: 2px;
  border-style: solid;
  color: var(--wp--preset--color--white);
  padding-top: 1ch;
  padding-right: 2ch;
  padding-bottom: 1ch;
  padding-left: 2ch;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1), background 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  margin-top: 10px;
}
.post-password-form input[type=submit]:hover, .post-password-form input[type=submit]:active, .post-password-form input[type=submit]:focus {
  color: #fff;
  background: #8C6F2E;
}

#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) {
  background: rgb(239, 235, 232) !important;
  border: 1px solid #8C6F2E !important;
  border-radius: 6px !important;
  box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.2);
}
#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) .change-settings-button:hover, #moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) .change-settings-button:active, #moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) .change-settings-button:focus {
  text-decoration: none !important;
}
#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) p {
  color: #1A1919 !important;
}
@media (min-width: 768px) {
  #moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container {
    padding: 5px 15px !important;
  }
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close span.gdpr-icon {
  background-color: #8C6F2E !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton {
  font-weight: 500 !important;
  color: #8C6F2E !important;
  background-color: transparent !important;
  border: 1px solid #8C6F2E !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:hover,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton:hover {
  color: #fff !important;
  background-color: #8C6F2E !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder img {
  display: block;
  width: 112px;
  height: 75px;
}

.error404 #content {
  margin-top: calc(var(--wp--preset--spacing--xl) * 1.25);
  margin-bottom: calc(var(--wp--preset--spacing--xl) * 2);
}

.search #content {
  padding-bottom: var(--wp--preset--spacing--xl);
  margin-bottom: calc(var(--wp--preset--spacing--xl) * 2);
}

ul.search-results {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.search-results li {
  margin: 0;
  border: 1px solid rgba(26, 25, 25, 0.1);
}
ul.search-results a {
  display: block;
  padding: 2rem;
  transition: background 0.25s ease-in-out;
}
ul.search-results a h2 {
  font-size: var(--wp--preset--font-size--font-20);
  font-weight: 400;
}
ul.search-results a p {
  margin: 0;
  color: #1A1919;
}
ul.search-results a:hover, ul.search-results a:active, ul.search-results a:focus {
  background: rgba(26, 25, 25, 0.05);
}
@media (min-width: 782px) {
  ul.search-results {
    flex-direction: row;
  }
  ul.search-results li {
    width: calc(50% - 1rem);
  }
}
@media (min-width: 1024px) {
  ul.search-results {
    gap: 4rem;
  }
  ul.search-results li {
    width: calc(50% - 2rem);
  }
}

body.interim-login {
  background: linear-gradient(135deg, #1A1919 0%, #8C6F2E 100%);
}
body.interim-login h1 a {
  display: none !important;
}

.login-action-login,
.login-action-lostpassword,
.login-action-rp,
.login-action-checkemail {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #1A1919;
  background: linear-gradient(135deg, #1A1919 0%, #8C6F2E 100%);
}
.login-action-login #login,
.login-action-lostpassword #login,
.login-action-rp #login,
.login-action-checkemail #login {
  padding: 25px;
  background: #fafafa;
  border-radius: 3px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
}
.login-action-login #login h1 a,
.login-action-lostpassword #login h1 a,
.login-action-rp #login h1 a,
.login-action-checkemail #login h1 a {
  width: 200px;
  height: 55px;
  margin-bottom: 15px;
  padding-bottom: 0;
  background-size: contain;
}
.login-action-login form,
.login-action-lostpassword form,
.login-action-rp form,
.login-action-checkemail form {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.login-action-login form label,
.login-action-lostpassword form label,
.login-action-rp form label,
.login-action-checkemail form label {
  text-transform: none;
  padding-bottom: 3px;
  color: #1A1919;
}
.login-action-login form input,
.login-action-lostpassword form input,
.login-action-rp form input,
.login-action-checkemail form input {
  border: 1px solid rgba(0, 0, 0, 0.35);
  border-radius: 0;
  transition: all 0.2s ease-in-out;
}
.login-action-login form input:active, .login-action-login form input:focus,
.login-action-lostpassword form input:active,
.login-action-lostpassword form input:focus,
.login-action-rp form input:active,
.login-action-rp form input:focus,
.login-action-checkemail form input:active,
.login-action-checkemail form input:focus {
  border-color: #8C6F2E;
  outline: none !important;
  box-shadow: none !important;
}
.login-action-login form input.button,
.login-action-lostpassword form input.button,
.login-action-rp form input.button,
.login-action-checkemail form input.button {
  display: inline-flex;
  max-width: 100px;
  display: inline-flex;
  align-items: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1), background 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  gap: 20px;
  align-items: center;
}
.login-action-login form input.button::after,
.login-action-lostpassword form input.button::after,
.login-action-rp form input.button::after,
.login-action-checkemail form input.button::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 17px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='7' height='11' fill='none'><path stroke='%23fff' stroke-linecap='round' d='m.5.5 5 5-4.762 4.762'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.login-action-login form input.button:hover, .login-action-login form input.button:active, .login-action-login form input.button:focus,
.login-action-lostpassword form input.button:hover,
.login-action-lostpassword form input.button:active,
.login-action-lostpassword form input.button:focus,
.login-action-rp form input.button:hover,
.login-action-rp form input.button:active,
.login-action-rp form input.button:focus,
.login-action-checkemail form input.button:hover,
.login-action-checkemail form input.button:active,
.login-action-checkemail form input.button:focus {
  color: #fff;
  background: #8C6F2E;
}
.login-action-login form input.button,
.login-action-lostpassword form input.button,
.login-action-rp form input.button,
.login-action-checkemail form input.button {
  font-size: var(--wp--preset--font-size--font-16);
  border: none;
  border-radius: 0;
}
.login-action-login form .dashicons,
.login-action-lostpassword form .dashicons,
.login-action-rp form .dashicons,
.login-action-checkemail form .dashicons {
  color: #8C6F2E;
  transition: color 0.2s ease-in-out;
}
.login-action-login form .dashicons:hover, .login-action-login form .dashicons:active, .login-action-login form .dashicons:focus,
.login-action-lostpassword form .dashicons:hover,
.login-action-lostpassword form .dashicons:active,
.login-action-lostpassword form .dashicons:focus,
.login-action-rp form .dashicons:hover,
.login-action-rp form .dashicons:active,
.login-action-rp form .dashicons:focus,
.login-action-checkemail form .dashicons:hover,
.login-action-checkemail form .dashicons:active,
.login-action-checkemail form .dashicons:focus {
  color: #6C9BBF;
}
.login-action-login form .forgetmenot,
.login-action-lostpassword form .forgetmenot,
.login-action-rp form .forgetmenot,
.login-action-checkemail form .forgetmenot {
  margin-top: 5px;
}
.login-action-login #nav,
.login-action-lostpassword #nav,
.login-action-rp #nav,
.login-action-checkemail #nav {
  text-align: center;
  margin-top: 20px;
}
.login-action-login #nav a,
.login-action-lostpassword #nav a,
.login-action-rp #nav a,
.login-action-checkemail #nav a {
  color: #1A1919;
}
.login-action-login #nav a:hover, .login-action-login #nav a:active, .login-action-login #nav a:focus,
.login-action-lostpassword #nav a:hover,
.login-action-lostpassword #nav a:active,
.login-action-lostpassword #nav a:focus,
.login-action-rp #nav a:hover,
.login-action-rp #nav a:active,
.login-action-rp #nav a:focus,
.login-action-checkemail #nav a:hover,
.login-action-checkemail #nav a:active,
.login-action-checkemail #nav a:focus {
  color: #8C6F2E;
  text-decoration: underline;
}
.login-action-login .privacy-policy-page-link,
.login-action-login .language-switcher,
.login-action-login #backtoblog,
.login-action-lostpassword .privacy-policy-page-link,
.login-action-lostpassword .language-switcher,
.login-action-lostpassword #backtoblog,
.login-action-rp .privacy-policy-page-link,
.login-action-rp .language-switcher,
.login-action-rp #backtoblog,
.login-action-checkemail .privacy-policy-page-link,
.login-action-checkemail .language-switcher,
.login-action-checkemail #backtoblog {
  display: none;
}
.login-action-login #login_error,
.login-action-login .message,
.login-action-login .success,
.login-action-lostpassword #login_error,
.login-action-lostpassword .message,
.login-action-lostpassword .success,
.login-action-rp #login_error,
.login-action-rp .message,
.login-action-rp .success,
.login-action-checkemail #login_error,
.login-action-checkemail .message,
.login-action-checkemail .success {
  font-size: 1.4rem;
  border: none;
}
.login-action-login #login_error a,
.login-action-login .message a,
.login-action-login .success a,
.login-action-lostpassword #login_error a,
.login-action-lostpassword .message a,
.login-action-lostpassword .success a,
.login-action-rp #login_error a,
.login-action-rp .message a,
.login-action-rp .success a,
.login-action-checkemail #login_error a,
.login-action-checkemail .message a,
.login-action-checkemail .success a {
  text-decoration: underline;
  color: #8C6F2E;
}
.login-action-login #login_error a:hover,
.login-action-login .message a:hover,
.login-action-login .success a:hover,
.login-action-lostpassword #login_error a:hover,
.login-action-lostpassword .message a:hover,
.login-action-lostpassword .success a:hover,
.login-action-rp #login_error a:hover,
.login-action-rp .message a:hover,
.login-action-rp .success a:hover,
.login-action-checkemail #login_error a:hover,
.login-action-checkemail .message a:hover,
.login-action-checkemail .success a:hover {
  color: #1A1919;
}

.login-action-lostpassword form input.button {
  max-width: 100%;
}
.login-action-lostpassword #nav a.wp-login-log-in {
  font-weight: 600;
}

:root {
  --sidebar-width: 31rem;
  --layout-gap: 4rem;
  --wp--style--block-gap: clamp(3.5rem, 2.737rem + 1.404vw, 4rem);
}

@media (min-width: 1300px) {
  :root {
    --sidebar-width: 34rem;
    --layout-gap: 6rem;
  }
}
.hero-static {
  position: relative;
  overflow: hidden;
}
.hero-static h1, .hero-static h2 {
  font-size: var(--wp--preset--font-size--font-28);
  margin: 0;
}
.hero-static p {
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--font-20);
}
.hero-static.home {
  padding-top: 8.5rem;
  padding-bottom: 18rem;
  position: relative;
}
.hero-static.home:before, .hero-static.home:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
}
.hero-static.home:before {
  width: 1px;
  height: 15rem;
  background: linear-gradient(to bottom, #8C6F2E 0 4.5rem, #fff 5rem calc(100% - 4.2rem), #8C6F2E calc(100% - 4.2rem) 100%);
  bottom: 0;
}
.hero-static.home:after {
  width: 44px;
  height: 44px;
  display: block;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='45' height='45' fill='none'><path stroke='%23bea160' d='M28.045 9.715c4.054 0 7.135 1.14 9.195 2.997 2.057 1.853 3.145 4.461 3.145 7.5 0 3.1-.617 5.189-1.714 6.707-1.1 1.522-2.727 2.537-4.883 3.396l-.611.243.4.524 9.647 12.652h-5.342L28.94 31.588l-.15-.203H10.636v-3.7h16.947c2.43 0 4.485-.62 5.94-1.846 1.467-1.236 2.27-3.042 2.27-5.289 0-2.253-.83-4.015-2.288-5.203-1.444-1.176-3.45-1.748-5.737-1.748H10.667V9.715z'/><path stroke='%23bea160' d='m29.05.5-2.87 4.345H5.459v13.563h20.49v4.1H5.458v14.055h20.735l2.8 3.822H.5V.5z'/></svg>");
  bottom: 5rem;
  transform: translateX(-22px);
}
.hero-static.home .hero-static__content {
  display: flex;
  flex-wrap: wrap;
}
.hero-static.home .wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.hero-static.home .hero-static__images {
  width: 100%;
}
.hero-static.home .hero-static__images .lmn-home-banner-video {
  width: 100%;
  aspect-ratio: 1/0.598;
  position: relative;
  overflow: hidden;
  background: linear-gradient(179deg, #D9D9D0 0%, #fafafa 100%);
  border-radius: 4px;
  container-type: inline-size;
}
.hero-static.home .hero-static__images .lmn-home-banner-video iframe, .hero-static.home .hero-static__images .lmn-home-banner-video img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100cqw;
  height: 56.25cqw;
  min-height: 100%;
  min-width: 177.77%;
}
@media (max-width: 1023px) {
  .hero-static.home .hero-static__images {
    order: -1;
  }
  .hero-static.home .hero-static__images img {
    display: none;
  }
}
.hero-static.home h1, .hero-static.home h2 {
  color: #1A1919;
}
.hero-static.home h2 {
  font-size: var(--wp--preset--font-size--font-68);
  font-weight: 500;
  line-height: 115%;
  text-align: center;
}
.hero-static.home h2:after {
  content: "";
  display: block;
  width: 35%;
  max-width: 20rem;
  height: 1px;
  background: #BEA160;
  margin: 1ch auto 0.85ch auto;
}
.hero-static.home p {
  font-size: var(--wp--preset--font-size--font-24);
  font-weight: 300;
  line-height: 1.35;
  text-align: center;
  color: #2C2C2C;
}
.hero-static.home p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .hero-static.home {
    padding-top: 15rem;
  }
  .hero-static.home:before {
    background: #BEA160;
    bottom: 8rem;
  }
  .hero-static.home:after {
    bottom: 0;
  }
  .hero-static.home h2 {
    text-align: left;
  }
  .hero-static.home h2:after {
    margin: 1ch auto 0.85ch 0;
  }
}
@media (min-width: 1024px) and (max-width: 1249px) {
  .hero-static.home h2 {
    font-size: var(--wp--preset--font-size--font-50);
  }
}
@media (min-width: 1024px) {
  .hero-static.home p {
    text-align: left;
  }
}
@media (min-width: 1024px) and (max-width: 1249px) {
  .hero-static.home p {
    font-size: var(--wp--preset--font-size--font-20);
  }
}
@media (min-width: 1024px) {
  .hero-static.home .wrap {
    flex-direction: row;
    gap: 0;
  }
  .hero-static.home .title-wrapper {
    width: 50%;
    padding-right: var(--wp--preset--spacing--normal);
  }
  .hero-static.home .hero-static__images {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    align-items: center;
    position: relative;
  }
  .hero-static.home .hero-static__images > div {
    width: calc(65% - 1.5rem);
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
  }
  .hero-static.home .hero-static__images > div img {
    width: 65%;
    height: auto;
    aspect-ratio: 2.65/2.2;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0 0 0 auto;
  }
  .hero-static.home .hero-static__images .lmn-home-banner-video {
    aspect-ratio: 1/0.98;
  }
  .hero-static.home .hero-static__images img {
    width: 35%;
    height: auto;
    aspect-ratio: 2.8/4.2;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 4px;
  }
  .hero-static.home #scrolldown {
    margin-top: 50px;
    cursor: pointer;
  }
  .hero-static.home #scrolldown .button {
    stroke-dasharray: 2 6;
    stroke-dashoffset: 2;
    opacity: 0;
    animation: scrolldownTick 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    will-change: stroke-dashoffset, opacity;
  }
}
@media (min-width: 1250px) {
  .hero-static.home .title-wrapper {
    padding-right: 9rem;
  }
}
@media (max-width: 1023px) {
  .hero-static #scrolldown {
    display: none;
  }
}
.hero-static:not(.home) {
  margin-bottom: var(--wp--preset--spacing--l);
  padding-top: 8.5rem;
  padding-bottom: var(--wp--preset--spacing--xl);
  background: linear-gradient(141deg, #FFF 14.13%, rgba(217, 217, 208, 0.8) 33.27%, rgba(217, 217, 208, 0.4) 53.72%, rgba(245, 244, 241, 0.4) 76.13%);
  position: relative;
}
@media (min-width: 1024px) {
  .hero-static:not(.home):before {
    content: "";
    display: block;
    width: 70%;
    height: 100%;
    background: linear-gradient(233deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.99) 95%);
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.hero-static:not(.home) .wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 3.5rem;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.hero-static:not(.home) .hero-static__images {
  width: 100%;
}
.hero-static:not(.home) .hero-static__images .lmn-home-banner-video {
  width: 100%;
  aspect-ratio: 1/0.598;
  position: relative;
  overflow: hidden;
  background: linear-gradient(179deg, #D9D9D0 0%, #fafafa 100%);
  border-radius: 4px;
  container-type: inline-size;
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%);
}
.hero-static:not(.home) .hero-static__images .lmn-home-banner-video img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-static:not(.home) .hero-static__images .lmn-home-banner-video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100cqw;
  height: 56.25cqw;
  min-height: 100%;
  min-width: 177.77%;
}
@media (max-width: 1023px) {
  .hero-static:not(.home) .hero-static__images {
    order: -1;
  }
  .hero-static:not(.home) .hero-static__images img {
    display: none;
  }
}
.hero-static:not(.home) h1 {
  font-size: var(--wp--preset--font-size--font-56);
  font-weight: 500;
  line-height: 115%;
  text-align: center;
  color: #1A1919;
}
.hero-static:not(.home) h1:after {
  content: "";
  display: block;
  width: 35%;
  max-width: 20rem;
  height: 1px;
  background: #BEA160;
  margin: 1ch auto 0.85ch auto;
}
.hero-static:not(.home) p {
  font-size: var(--wp--preset--font-size--font-24);
  font-weight: 300;
  line-height: 1.35;
  text-align: center;
  color: #2C2C2C;
}
.hero-static:not(.home) p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .hero-static:not(.home) {
    padding-top: 15rem;
  }
  .hero-static:not(.home) h1 {
    text-align: left;
  }
  .hero-static:not(.home) h1:after {
    margin: 1ch auto 0.85ch 0;
  }
}
@media (min-width: 1024px) and (max-width: 1249px) {
  .hero-static:not(.home) h1 {
    font-size: var(--wp--preset--font-size--font-50);
  }
}
@media (min-width: 1024px) {
  .hero-static:not(.home) p {
    max-width: 45rem;
    text-align: left;
  }
}
@media (min-width: 1024px) and (max-width: 1249px) {
  .hero-static:not(.home) p {
    font-size: var(--wp--preset--font-size--font-20);
  }
}
@media (min-width: 1024px) {
  .hero-static:not(.home) .wrap {
    flex-direction: row;
    gap: 0;
    position: relative;
  }
  .hero-static:not(.home) .wrap:after {
    content: "";
    display: block;
    width: 1px;
    height: 150px;
    background: #BEA160;
    position: absolute;
    bottom: calc(var(--wp--preset--spacing--xl) * -1);
    left: 0;
  }
  .hero-static:not(.home) .title-wrapper {
    width: 50%;
    padding-left: var(--wp--preset--spacing--normal);
  }
  .hero-static:not(.home) .hero-static__images {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    align-items: flex-start;
    position: relative;
  }
  .hero-static:not(.home) .hero-static__images img {
    width: calc(45% - 1.5rem);
    height: auto;
    aspect-ratio: 2.8/3.15;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 4px;
  }
  .hero-static:not(.home) .hero-static__images .lmn-home-banner-video {
    width: 55%;
    aspect-ratio: 1/0.9;
    margin-top: var(--wp--preset--spacing--xl);
  }
}
@media (min-width: 1250px) {
  .hero-static:not(.home) h1 {
    margin-top: var(--wp--preset--spacing--l);
  }
  .hero-static:not(.home) h1:after {
    margin: 0.5ch auto 0.6ch 0;
  }
  .hero-static:not(.home) .title-wrapper {
    padding-left: 9rem;
  }
  .hero-static:not(.home) .hero-static__images .lmn-home-banner-video {
    margin-top: calc(var(--wp--preset--spacing--xl) * 1.5);
  }
}
.hero-static .hero-static__content.internal .wrap img {
  width: 100%;
  height: auto;
  aspect-ratio: 7/3.5;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.hero-static .hero-static__content.internal .wrap h1 {
  font-size: var(--wp--preset--font-size--font-50);
  margin-top: 0;
}
.hero-static .hero-static__content.internal .wrap h1:after {
  margin: 0.6ch auto 0.7ch auto;
}
@media (min-width: 782px) {
  .hero-static .hero-static__content.internal .wrap {
    position: relative;
  }
  .hero-static .hero-static__content.internal .wrap:after {
    display: none;
  }
  .hero-static .hero-static__content.internal .wrap h1 {
    font-weight: 400;
    text-align: left;
    color: #fff;
  }
  .hero-static .hero-static__content.internal .wrap h1:after {
    margin: 0.6ch auto 0.5ch 0;
  }
}
@media (min-width: 782px) and (max-width: 1023px) {
  .hero-static .hero-static__content.internal .wrap h1 {
    font-size: var(--wp--preset--font-size--font-40);
  }
}
@media (min-width: 782px) {
  .hero-static .hero-static__content.internal .wrap p {
    max-width: 100%;
    font-weight: 200;
    text-align: left;
    color: #fff;
  }
}
@media (min-width: 782px) and (max-width: 1023px) {
  .hero-static .hero-static__content.internal .wrap p {
    font-size: var(--wp--preset--font-size--font-22);
  }
}
@media (min-width: 782px) {
  .hero-static .hero-static__content.internal .wrap .hero-title-wrapper {
    width: calc(100% - 6rem);
    padding: 3rem;
    background: rgba(140, 111, 46, 0.7);
    backdrop-filter: blur(7px);
    border-radius: 4px;
    position: absolute;
    bottom: 3rem;
    left: 0rem;
  }
}
@media (min-width: 1024px) {
  .hero-static .hero-static__content.internal .wrap .hero-title-wrapper {
    width: 50%;
  }
  .hero-static .hero-static__content.internal .wrap img {
    aspect-ratio: 14/5.5;
  }
}
@media (min-width: 1250px) {
  .hero-static .hero-static__content.internal .wrap img {
    aspect-ratio: 14/4.5;
  }
}

@media (min-width: 782px) {
  .page-template-default:not(.home) .hero-static {
    background: linear-gradient(93deg, rgba(255, 255, 255, 0.015) 15%, rgba(140, 111, 46, 0.15) 55%, rgba(140, 111, 46, 0.15) 67%, rgba(140, 111, 46, 0) 95%);
    padding-bottom: 0;
    margin-bottom: 0rem;
  }
  .page-template-default:not(.home) .hero-static:before {
    display: none;
  }
}
@keyframes scrolldownTick {
  0% {
    stroke-dashoffset: 0;
    opacity: 0.2;
  }
  20% {
    opacity: 1;
  }
  100% {
    stroke-dashoffset: -6;
    opacity: 0.2;
  }
}
@media (prefers-reduced-motion: reduce) {
  #scrolldown .button {
    animation: none;
    opacity: 1;
  }
}
.home .floating-circle {
  position: absolute;
  aspect-ratio: 1;
  border-radius: 50%;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
.home .floating-circle.circle-banner {
  width: 90%;
  background: radial-gradient(circle, rgba(190, 161, 96, 0.25) 0%, rgba(190, 161, 96, 0) 60%);
  top: -65%;
  right: -38%;
  opacity: 1;
  animation: moveCircle3 15s ease-in-out infinite alternate;
}
.home .floating-circle.circle-banner-2 {
  width: 50%;
  background: radial-gradient(circle, rgba(190, 161, 96, 0.25) 0%, rgba(190, 161, 96, 0) 60%);
  top: 0;
  right: -15%;
  animation: moveCircle3 15s ease-in-out infinite alternate;
}

.single.single-project .hero.hero-static {
  padding-bottom: 5rem;
}
@media (max-width: 781px) {
  .single.single-project .hero.hero-static .hero-title-wrapper {
    min-width: 100%;
    margin: 0 auto 0 0 !important;
    padding: 0 0 3rem 0;
    border-bottom: 1px solid #BEA160;
  }
  .single.single-project .hero.hero-static .hero-title-wrapper h1 {
    font-size: var(--wp--preset--font-size--font-34) !important;
    font-weight: 400 !important;
  }
  .single.single-project .hero.hero-static .hero-title-wrapper .hero-image__subtitle {
    font-size: var(--wp--preset--font-size--font-34) !important;
    font-weight: 200 !important;
    color: #172D47 !important;
    border-left: none !important;
    padding-left: 0 !important;
  }
}
.single.single-project .hero.hero-static .hero-title-wrapper {
  left: 0;
}
.single:not(.single-post) .hero.hero-static {
  background: #FFF;
  margin-bottom: 0;
}
.single:not(.single-post) .hero.hero-static .hero-title-wrapper {
  display: flex;
  gap: 2rem;
  width: auto !important;
}
.single:not(.single-post) .hero.hero-static .hero-title-wrapper .page-title {
  line-height: 1;
}
.single:not(.single-post) .hero.hero-static .hero-title-wrapper .page-title::after {
  display: none !important;
}
.single:not(.single-post) .hero.hero-static .hero-title-wrapper .hero-image__subtitle {
  font-weight: 100;
  text-align: left;
  color: #fff;
  font-size: var(--wp--preset--font-size--font-50);
  font-family: var(--wp--preset--font-family--secondary);
  padding-left: 2rem;
  border-left: 1px solid #BEA160;
  line-height: 1;
}
.single.single-post .hero.hero-static {
  padding: 15rem 0;
}
.single.single-post .single-page-banner .wrap::after {
  display: none;
}
.single.single-post .single-page-banner .single-title-wrapper {
  max-width: 960px;
  width: 100%;
}
.single.single-post .single-page-banner .single-title-wrapper .page-title {
  font-size: var(--wp--preset--font-size--font-40);
}
.single.single-post .single-page-banner .single-title-wrapper .page-title:after {
  max-width: 40rem;
}
.single.single-post .single-page-banner .single-title-wrapper .single-title__meta {
  display: flex;
  align-items: center;
  gap: 3rem;
}
.single.single-post .single-page-banner .single-title-wrapper .single-title__meta p {
  margin: 0 !important;
  font-size: var(--wp--preset--font-size--font-16);
}
.single.single-post .single-page-banner .single-title-wrapper .single-title__meta .single-title__badge {
  border-radius: 4px;
  background: rgba(140, 111, 46, 0.3);
  backdrop-filter: blur(7px);
  padding: 6px 12px;
  font-size: var(--wp--preset--font-size--font-16);
  display: flex;
  align-items: center;
  gap: 6px;
  height: 3.7rem;
  line-height: 1;
}
@media (max-width: 1023px) {
  .single.single-post .single-page-banner h1 {
    text-align: left;
  }
  .single.single-post .single-page-banner h1:after {
    margin-left: 0;
  }
}

.hero-video {
  position: relative;
}
.hero-video .hero-video__image {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.hero-video .hero-video__image:before, .hero-video .hero-video__image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.hero-video .hero-video__image:before {
  background: rgba(0, 0, 0, 0.15);
}
.hero-video .hero-video__image:after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(21, 114, 24, 0.15) 100%);
}
.hero-video .hero-video__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero-video .hero-video__image .video-player,
.hero-video .hero-video__image .native-player {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: none;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.hero-video .hero-video__content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}
.hero-video h1, .hero-video h2 {
  font-size: var(--wp--preset--font-size--font-50);
  margin: 0;
  color: #fff;
}
.hero-video p {
  font-size: var(--wp--preset--font-size--font-20);
  color: #fff;
}
.hero-video.home .hero-video__content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}
.hero-video.home .hero-video__content .wrap {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 0 100px 0;
}
.hero-video.home .hero-video__content .wrap h2 {
  width: 98%;
  max-width: 85rem;
  font-size: var(--wp--preset--font-size--font-50);
  line-height: 1.3;
  text-align: center;
  margin-top: 1.5ch;
}
@media (max-height: 450px) {
  .hero-video.home .hero-video__content .wrap img {
    width: 60px;
  }
  .hero-video.home .hero-video__content .wrap h2 {
    font-size: var(--wp--preset--font-size--font-28);
  }
}
.hero-video:not(.home) {
  margin-bottom: var(--wp--preset--spacing--l);
  position: relative;
}/*# sourceMappingURL=theme-styles.css.map */