/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./resources/scss/screen.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * Add breakpoints with ease
 */
.box-shadow {
  box-shadow: 0 8px 16px -2px rgba(54, 53, 52, 0.1);
}

.wp-site-blocks {
  position: relative;
  container-type: inline-size;
  container-name: contentwidth;
}

.wp-site-blocks {
  position: relative;
  container-type: inline-size;
  container-name: contentwidth;
}

/* Styles intended only for the front.*/
html {
  scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--charcoal);
  font-family: var(--wp--preset--font-family--inter), sans-serif;
  font-size: var(--wp--preset--font-size--18);
}

.extend-link {
  position: relative;
}

.extend-link button,
.extend-link a,
.extend-link input,
.extend-link select,
.extend-link textarea,
.extend-link [role=button] {
  position: relative;
  z-index: 1;
}

.wp-swiper > .wp-swiper__wrapper {
  margin-bottom: 0;
}

.display-none {
  display: none !important;
}

.fixed-bottom {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  margin: 0;
  z-index: 12;
}

.txt-helper {
  font-size: small;
}

.hide-for-now {
  display: none;
}

html[dir=rtl],
body.rtl,
body.pll-dir-rtl {
  font-family: var(--wp--preset--font-family--noto-sans-arabic) !important;
  direction: rtl;
}
html[dir=rtl] .wpcf7 input[type=url],
html[dir=rtl] .wpcf7 input[type=email],
html[dir=rtl] .wpcf7 input[type=tel],
body.rtl .wpcf7 input[type=url],
body.rtl .wpcf7 input[type=email],
body.rtl .wpcf7 input[type=tel],
body.pll-dir-rtl .wpcf7 input[type=url],
body.pll-dir-rtl .wpcf7 input[type=email],
body.pll-dir-rtl .wpcf7 input[type=tel] {
  direction: rtl;
}
html[dir=rtl] .wpcf7-form > div:not(.submit-wrap):not(.wpcf7-response-output) label,
body.rtl .wpcf7-form > div:not(.submit-wrap):not(.wpcf7-response-output) label,
body.pll-dir-rtl .wpcf7-form > div:not(.submit-wrap):not(.wpcf7-response-output) label {
  left: auto;
  right: 14px;
}
html[dir=rtl] .wpcf7-form > div:not(.submit-wrap):not(.wpcf7-response-output) .wpcf7-not-valid-tip,
body.rtl .wpcf7-form > div:not(.submit-wrap):not(.wpcf7-response-output) .wpcf7-not-valid-tip,
body.pll-dir-rtl .wpcf7-form > div:not(.submit-wrap):not(.wpcf7-response-output) .wpcf7-not-valid-tip {
  left: auto;
  right: 14px;
}

body.rtl.privacy-policy {
  direction: ltr !important;
}

.wp-block-contact-form-7-contact-form-selector .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
.wp-block-contact-form-7-contact-form-selector .wpcf7-form > div:not(.submit-wrap):not(.wpcf7-response-output) {
  display: flex;
  flex-direction: row;
  gap: 0;
  position: relative;
}
.wp-block-contact-form-7-contact-form-selector .wpcf7-form > div:not(.submit-wrap):not(.wpcf7-response-output) label {
  display: none;
  background: linear-gradient(to right, #fff 0%, #fff 100%) center/100% 3px no-repeat;
  padding: 0 4px;
  font-size: 12px;
  color: var(--wp--preset--color--gold);
  position: absolute;
  top: -5px;
  left: 14px;
  z-index: 20;
  line-height: 1;
}
.wp-block-contact-form-7-contact-form-selector .wpcf7-form > div:not(.submit-wrap):not(.wpcf7-response-output) label.show {
  display: block;
}
.wp-block-contact-form-7-contact-form-selector .wpcf7-form > div:not(.submit-wrap):not(.wpcf7-response-output) .wpcf7-form-control-wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 0;
}
.wp-block-contact-form-7-contact-form-selector .wpcf7-form > div:not(.submit-wrap):not(.wpcf7-response-output) .wpcf7-not-valid-tip {
  background: linear-gradient(to bottom, transparent calc(50% - 1px), #ffeaea calc(50% - 1px), #ffeaea calc(50% + 1px), #ffeaea 100%);
  padding: 0 4px;
  font-size: 12px;
  color: var(--wp--preset--color--gold);
  position: absolute;
  top: -5px;
  left: 14px;
  z-index: 20;
  line-height: 1;
}
.wp-block-contact-form-7-contact-form-selector .wpcf7-form > div:not(.submit-wrap):not(.wpcf7-response-output) .wpcf7-not-valid {
  background: #ffeaea;
  border: 1px solid #c91e04 !important;
}
.wp-block-contact-form-7-contact-form-selector .wpcf7-form > div:not(.submit-wrap):not(.wpcf7-response-output) textarea {
  height: 154px;
}
.wp-block-contact-form-7-contact-form-selector .wpcf7-form > div:not(.submit-wrap):not(.wpcf7-response-output) select,
.wp-block-contact-form-7-contact-form-selector .wpcf7-form > div:not(.submit-wrap):not(.wpcf7-response-output) textarea,
.wp-block-contact-form-7-contact-form-selector .wpcf7-form > div:not(.submit-wrap):not(.wpcf7-response-output) input:not(.wpcf7-submit) {
  position: relative;
  border: 1px solid #bfc5cc;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  z-index: 10;
  flex-grow: 1;
  max-width: 100%;
  border-radius: 0;
}
.wp-block-contact-form-7-contact-form-selector .wpcf7-form > div:not(.submit-wrap):not(.wpcf7-response-output) select:focus,
.wp-block-contact-form-7-contact-form-selector .wpcf7-form > div:not(.submit-wrap):not(.wpcf7-response-output) textarea:focus,
.wp-block-contact-form-7-contact-form-selector .wpcf7-form > div:not(.submit-wrap):not(.wpcf7-response-output) input:not(.wpcf7-submit):focus {
  border: 1px solid #bfc5cc;
  outline: none;
}
.wp-block-contact-form-7-contact-form-selector .wpcf7-form .submit-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}
.wp-block-contact-form-7-contact-form-selector .wpcf7-form .submit-wrap .wpcf7-spinner {
  margin: 0;
}
.wp-block-contact-form-7-contact-form-selector .wpcf7-form .wpcf7-response-output {
  margin: -30px 0 0 0;
  font-size: 14px;
  padding: 10px 15px;
  color: var(--wp--preset--color--charcoal);
}
.wp-block-contact-form-7-contact-form-selector .wpcf7-form.invalid .wpcf7-response-output {
  border-color: red;
}
.wp-block-contact-form-7-contact-form-selector .wpcf7-form .wpcf7-submit {
  transition: all 0.3s ease;
  border-radius: 900px;
  border: 2px solid var(--wp--preset--color--gold, #b68600);
  background: rgba(255, 255, 255, 0.1);
  color: var(--wp--preset--color--gold);
  padding: 16px 24px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 19.8px */
}
.wp-block-contact-form-7-contact-form-selector .wpcf7-form .wpcf7-submit:hover:not(:disabled) {
  transform: translateY(-1px);
}
.wp-block-contact-form-7-contact-form-selector {
  /* Style the wrapper */
}
.wp-block-contact-form-7-contact-form-selector .wpcf7-form-control {
  border-radius: 0;
}
.wp-block-contact-form-7-contact-form-selector {
  /* Style the wrapper */
}
.wp-block-contact-form-7-contact-form-selector .wpcf7-form-control-wrap {
  position: relative;
  display: inline-block;
  width: 300px;
}
.wp-block-contact-form-7-contact-form-selector {
  /* Style the select element */
}
.wp-block-contact-form-7-contact-form-selector .wpcf7-select {
  width: 100%;
  padding: 12px 40px 12px 16px;
  font-size: 14px;
  color: #333;
  background: white;
  border: 2px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  /* Remove default styling */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Ensure consistent styling across browsers */
  background-image: none;
  outline: none;
}
.wp-block-contact-form-7-contact-form-selector {
  /* Add custom dropdown arrow */
}
.wp-block-contact-form-7-contact-form-selector .wpcf7-form-control-wrap[data-name=inquiry-type]:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width=%2712%27 height=%278%27 viewBox=%270 0 12 8%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M0.999982 1.464L5.96374 6.49998L10.9997 1.53623%27 stroke=%27%238F3416%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  position: absolute;
  top: 50%;
  right: 16px;
  width: 12px;
  height: 8px;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 10;
}
.wp-block-contact-form-7-contact-form-selector {
  /* Focus and hover states */
}
.wp-block-contact-form-7-contact-form-selector .wpcf7-select:hover {
  border-color: #bbb;
}
.wp-block-contact-form-7-contact-form-selector .wpcf7-select:focus {
  border-color: #007cba;
  box-shadow: 0 0 0 3px rgba(0, 124, 186, 0.1);
}
.wp-block-contact-form-7-contact-form-selector {
  /* Style the dropdown options (limited cross-browser support) */
}
.wp-block-contact-form-7-contact-form-selector .wpcf7-select option {
  padding: 12px 16px;
  font-size: 14px;
  color: #333;
  background: white;
}
.wp-block-contact-form-7-contact-form-selector {
  /* For WebKit browsers (Chrome, Safari) */
}
.wp-block-contact-form-7-contact-form-selector .wpcf7-select option:hover {
  background: #f8f8f8;
}
.wp-block-contact-form-7-contact-form-selector {
  /* Demo container */
}
.wp-block-contact-form-7-contact-form-selector .demo-container {
  max-width: 500px;
  margin: 0 auto;
}
.wp-block-contact-form-7-contact-form-selector h3 {
  margin-bottom: 20px;
  color: #333;
}
.wp-block-contact-form-7-contact-form-selector {
  /* Additional styling to match your design */
}
.wp-block-contact-form-7-contact-form-selector .wpcf7-select {
  background-color: #fff;
  transition: all 0.2s ease;
}
.wp-block-contact-form-7-contact-form-selector .wpcf7-select:disabled {
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 0.6;
}
.wp-block-contact-form-7-contact-form-selector {
  /* Alternative arrow styles */
}
.wp-block-contact-form-7-contact-form-selector .wpcf7-form-control-wrap.arrow-style-2::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #999;
  font-size: 0;
}
.wp-block-contact-form-7-contact-form-selector .wpcf7-form-control-wrap.arrow-style-3::after {
  content: "⌄";
  font-size: 16px;
  font-weight: bold;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.wp-block-table table {
  width: 100%;
}
@media (min-width: 768px) {
  .wp-block-table table {
    width: auto;
    min-width: 450px;
  }
}
.wp-block-table thead {
  border-bottom: 0;
}
.wp-block-table td,
.wp-block-table th {
  border: 0;
  border-bottom: 1px solid var(--wp--preset--color--black);
  padding: 0.5rem;
}

.wp-block-group a[href^="mailto:"],
.wp-block-post-template-is-layout-grid a[href^="mailto:"] {
  word-break: break-all;
}
.wp-block-group.is-layout-grid.is-grid-items-centered,
.wp-block-post-template-is-layout-grid.is-layout-grid.is-grid-items-centered {
  align-items: center;
}
.wp-block-group.use-flex,
.wp-block-post-template-is-layout-grid.use-flex {
  display: flex;
  width: 100%;
}
.wp-block-group.use-flex.flex-row,
.wp-block-post-template-is-layout-grid.use-flex.flex-row {
  flex-direction: row;
}
.wp-block-group.use-flex.flex-column,
.wp-block-post-template-is-layout-grid.use-flex.flex-column {
  flex-direction: column;
}
.wp-block-group.use-flex.flex-row-reverse,
.wp-block-post-template-is-layout-grid.use-flex.flex-row-reverse {
  flex-direction: row-reverse;
}
.wp-block-group.use-flex.flex-column-reverse,
.wp-block-post-template-is-layout-grid.use-flex.flex-column-reverse {
  flex-direction: column-reverse;
}
.wp-block-group.use-flex.flex-wrap,
.wp-block-post-template-is-layout-grid.use-flex.flex-wrap {
  flex-wrap: wrap;
}
.wp-block-group.use-flex.flex-nowrap,
.wp-block-post-template-is-layout-grid.use-flex.flex-nowrap {
  flex-wrap: nowrap;
}
.wp-block-group.use-flex.justify-start,
.wp-block-post-template-is-layout-grid.use-flex.justify-start {
  justify-content: flex-start;
}
.wp-block-group.use-flex.justify-center,
.wp-block-post-template-is-layout-grid.use-flex.justify-center {
  justify-content: center;
}
.wp-block-group.use-flex.justify-end,
.wp-block-post-template-is-layout-grid.use-flex.justify-end {
  justify-content: flex-end;
}
.wp-block-group.use-flex.justify-space-between,
.wp-block-post-template-is-layout-grid.use-flex.justify-space-between {
  justify-content: space-between;
}
.wp-block-group.use-flex.justify-space-around,
.wp-block-post-template-is-layout-grid.use-flex.justify-space-around {
  justify-content: space-around;
}
.wp-block-group.use-flex.justify-space-evenly,
.wp-block-post-template-is-layout-grid.use-flex.justify-space-evenly {
  justify-content: space-evenly;
}
.wp-block-group.use-flex,
.wp-block-post-template-is-layout-grid.use-flex {
  align-items: stretch;
}
.wp-block-group.use-flex > *,
.wp-block-post-template-is-layout-grid.use-flex > * {
  box-sizing: border-box;
  flex-shrink: 0;
}
.wp-block-group.use-flex > *:where(.flex-column, .flex-column-reverse),
.wp-block-post-template-is-layout-grid.use-flex > *:where(.flex-column, .flex-column-reverse) {
  width: 100%;
}
.wp-block-group.use-flex > li,
.wp-block-post-template-is-layout-grid.use-flex > li {
  list-style: none;
  margin: 0;
}
.wp-block-group.use-flex > li:where(.flex-wrap),
.wp-block-post-template-is-layout-grid.use-flex > li:where(.flex-wrap) {
  width: 100%;
}
@media (min-width: 768px) {
  .wp-block-group.use-flex > li:where(.flex-wrap),
  .wp-block-post-template-is-layout-grid.use-flex > li:where(.flex-wrap) {
    width: calc(50% - var(--wp--style--block-gap, 1rem) / 2);
  }
}
@media (min-width: 1024px) {
  .wp-block-group.use-flex > li:where(.flex-wrap),
  .wp-block-post-template-is-layout-grid.use-flex > li:where(.flex-wrap) {
    width: calc(33.333% - var(--wp--style--block-gap, 1rem) * 2 / 3);
  }
}
.wp-block-group.use-flex.has-flex-basis > *,
.wp-block-post-template-is-layout-grid.use-flex.has-flex-basis > * {
  flex: 0 1 var(--flex-basis-width) !important;
}
.wp-block-group.use-flex.flex-row > *,
.wp-block-post-template-is-layout-grid.use-flex.flex-row > * {
  flex: 0 1 auto;
  min-width: 0;
}
.wp-block-group.use-flex.flex-row.flex-wrap > *,
.wp-block-post-template-is-layout-grid.use-flex.flex-row.flex-wrap > * {
  flex: 0 1 100%;
}
@media (min-width: 768px) {
  .wp-block-group.use-flex.flex-row.flex-wrap > *,
  .wp-block-post-template-is-layout-grid.use-flex.flex-row.flex-wrap > * {
    flex: 0 1 calc(50% - var(--wp--style--block-gap, 1rem) / 2);
  }
}
@media (min-width: 1024px) {
  .wp-block-group.use-flex.flex-row.flex-wrap > *,
  .wp-block-post-template-is-layout-grid.use-flex.flex-row.flex-wrap > * {
    flex: 0 1 calc(33.333% - var(--wp--style--block-gap, 1rem) * 2 / 3);
  }
}
@media (min-width: 1200px) {
  .wp-block-group.use-flex.flex-row.flex-wrap > *,
  .wp-block-post-template-is-layout-grid.use-flex.flex-row.flex-wrap > * {
    flex: 0 1 calc(25% - var(--wp--style--block-gap, 1rem) * 3 / 4);
  }
}
.wp-block-group.use-flex.flex-column > *,
.wp-block-post-template-is-layout-grid.use-flex.flex-column > * {
  width: 100%;
  flex: 0 0 auto;
}
.wp-block-group.use-flex:where([class*=is-layout-grid]),
.wp-block-post-template-is-layout-grid.use-flex:where([class*=is-layout-grid]) {
  grid-template-columns: none !important;
  grid-template-rows: none !important;
  grid-auto-columns: inherit !important;
  grid-auto-rows: inherit !important;
  display: flex !important;
}
.wp-block-group.use-flex .wp-block-group,
.wp-block-group.use-flex .wp-block-columns,
.wp-block-group.use-flex .wp-block-column,
.wp-block-post-template-is-layout-grid.use-flex .wp-block-group,
.wp-block-post-template-is-layout-grid.use-flex .wp-block-columns,
.wp-block-post-template-is-layout-grid.use-flex .wp-block-column {
  min-width: 0;
  min-height: 0;
}
.wp-block-group.use-flex .wp-block-image,
.wp-block-post-template-is-layout-grid.use-flex .wp-block-image {
  max-width: 100%;
  height: auto;
}
.wp-block-group.use-flex .wp-block-image img,
.wp-block-post-template-is-layout-grid.use-flex .wp-block-image img {
  width: 100%;
  height: auto;
}
.wp-block-group.use-flex .wp-block-button,
.wp-block-post-template-is-layout-grid.use-flex .wp-block-button {
  flex: 0 0 auto;
}
.wp-block-group.use-flex:focus-within,
.wp-block-post-template-is-layout-grid.use-flex:focus-within {
  outline: none;
}
.wp-block-group.is-style-liquid,
.wp-block-post-template-is-layout-grid.is-style-liquid {
  /* Core glass effect */
  backdrop-filter: blur(16px) saturate(1.2);
  -webkit-backdrop-filter: blur(16px) saturate(1.2);
  position: relative;
  /* Very subtle white overlay */
  background: rgba(255, 255, 255, 0.08);
  /* Soft, subtle shadow for depth */
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06), 0 2px 8px rgba(0, 0, 0, 0.04);
  /* Stronger white border - this is the key change */
  border: 1px solid rgba(255, 255, 255, 0.4);
  /* Rounded corners */
  border-radius: 20px;
  /* Optional: Add subtle inner glow for glass shine */
}
.wp-block-group.is-style-liquid::before,
.wp-block-post-template-is-layout-grid.is-style-liquid::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.12) 0%, transparent 50%);
  pointer-events: none;
}

.wp-block-cover,
.wp-block-cover-image {
  overflow: visible;
}

.wp-block-list {
  padding-left: var(--wp--preset--spacing--20);
}
.wp-block-list li {
  margin-bottom: var(--wp--preset--spacing--20);
  line-height: 1.875rem;
}

.aatospaja-tabs-nav-wrapper {
  gap: 10px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
}
@media (min-width: 1360px) {
  .aatospaja-tabs-nav-wrapper {
    justify-content: center;
  }
}
.aatospaja-tabs-nav-wrapper {
  /* Add these properties for horizontal scrolling */
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
  /* Optional: Hide scrollbar while keeping functionality */
  scrollbar-width: thin; /* Firefox */
}
.aatospaja-tabs-nav-wrapper::-webkit-scrollbar {
  height: 6px; /* Chrome, Safari, Edge */
}
.aatospaja-tabs-nav-wrapper::-webkit-scrollbar-track {
  background: transparent;
}
.aatospaja-tabs-nav-wrapper::-webkit-scrollbar-thumb {
  background: rgba(181, 133, 0, 0.3);
  border-radius: 3px;
}
.aatospaja-tabs-nav-wrapper::-webkit-scrollbar-thumb:hover {
  background: rgba(181, 133, 0, 0.5);
}
.aatospaja-tabs-nav-wrapper .glass-effect-content {
  border: 2px solid rgba(181, 133, 0, 0.2196078431);
  flex-wrap: nowrap;
  border-radius: 900px;
  overflow: hidden;
  flex-shrink: 0; /* Prevent items from shrinking */
}
.aatospaja-tabs-nav-wrapper .glass-effect-content svg {
  fill: none;
}
.aatospaja-tabs-nav-wrapper .glass-effect-content p {
  white-space: nowrap;
}
.aatospaja-tabs-nav-wrapper .is-active .glass-effect-content {
  border: 2px solid var(--wp--preset--color--gold);
  border-radius: 900px;
  overflow: hidden;
}
.aatospaja-tabs-nav-wrapper .is-active .glass-effect-content svg {
  fill: var(--wp--preset--color--gold) !important;
}

.sulavamea-arrow-list-small {
  padding-left: 0;
  list-style: none;
  font-size: var(--wp--preset--font-size--14);
}
@container contentwidth (max-width:744px) {
  .sulavamea-arrow-list-small {
    display: flex;
    flex-direction: column;
  }
}
.sulavamea-arrow-list-small li {
  margin-bottom: 1rem;
  padding-left: 2.0625rem;
  position: relative;
  line-height: 1.4;
  font-size: var(--wp--preset--font-size--14);
}
.sulavamea-arrow-list-small li:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width=%2717%27 height=%2715%27 viewBox=%270 0 17 15%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M13.055 8.08899H0V6.289H13.055L8.683 1.25598L9.795 0L16.041 7.19L9.795 14.38L8.68201 13.122L13.055 8.08899Z%27 fill=%27%23F26837%27/%3E%3C/svg%3E%0A");
  width: 1.0625rem;
  height: 1.25rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  position: absolute;
  left: 0;
  flex-shrink: 0;
}
.sulavamea__grid--4 img {
  max-width: 200px;
}
@media only screen and (min-width: 768px) {
  .sulavamea__grid--4 img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .sulavamea__grid--4 {
    grid-template-columns: 1fr;
  }
}
.sulavamea__grid--single {
  align-items: self-start;
}
@media (max-width: 767px) {
  .sulavamea__grid--single {
    grid-template-columns: 1fr;
  }
}
.sulavamea__contacts--grid {
  word-break: break-word;
}
.sulavamea__contacts--grid img {
  box-shadow: -4px -4px 15px rgba(0, 0, 0, 0.15);
}
.sulavamea__contacts--grid .wp-block-post.type-contact .wp-block-group:nth-child(2) .wp-block-group:nth-child(2) p:nth-child(1) {
  direction: ltr !important;
}
.sulavamea__contacts--grid .wp-block-post.type-contact .wp-block-group:nth-child(2) .wp-block-group:nth-child(2) p:nth-child(2) {
  position: relative;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 240px;
  overflow: hidden;
  direction: ltr !important;
}
.sulavamea__contacts--grid .wp-block-post.type-contact .wp-block-group:nth-child(2) .wp-block-group:nth-child(2) p:nth-child(2):hover {
  overflow: visible;
}
.sulavamea__tab {
  border-radius: 900px;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  padding: 10px 1rem;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.sulavamea__gallery.wp-block-gallery {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 3rem;
  justify-content: center;
}
.sulavamea__gallery.wp-block-gallery.has-nested-images figure.wp-block-image {
  flex: 0 1 auto;
  box-sizing: border-box;
  width: auto !important;
  display: flex;
  flex-direction: column;
  flex-grow: 0;
  justify-content: center;
  max-width: 100%;
  position: relative;
  margin-bottom: 0 !important;
  align-items: center;
  align-content: center;
}
.sulavamea__gallery.wp-block-gallery.has-nested-images figure.wp-block-image img {
  display: block;
  height: auto;
  max-height: 150px;
  max-width: 200px !important;
  width: 100%;
}
.sulavamea__frontier--video.is-layout-constrained > .alignwide {
  max-width: 800px;
}
@container contentwidth (min-width:1281px) {
  .sulavamea__frontier--video.is-layout-constrained > .alignwide {
    max-width: 900px;
  }
}
@container contentwidth (min-width:1441px) {
  .sulavamea__frontier--video.is-layout-constrained > .alignwide {
    max-width: 990px;
  }
}
@container contentwidth (min-width:1537px) {
  .sulavamea__frontier--video.is-layout-constrained > .alignwide {
    max-width: var(--wp--style--global--wide-size);
  }
}
.sulavamea__aboutus--intro .has-inline-color {
  font-weight: 400 !important;
}
.sulavamea__contact--bubble .wp-block-cover__inner-container {
  height: 100%;
}
.sulavamea__contact--bubble-linkedin {
  position: absolute;
  top: -45px;
  right: -50px;
}
@container contentwidth (max-width:744px) {
  .sulavamea__contact--form {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

.wp-block-post-featured-image {
  overflow: visible;
}

.linkedin-glassmorphic-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 45px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 8px 0 rgba(250, 239, 228, 0.5) inset, 2px 2px 0.5px -2px rgba(255, 255, 255, 0.5) inset, -2px -2px 0.5px -2px rgba(255, 255, 255, 0.5) inset;
  filter: drop-shadow(0 2px 30px rgba(46, 42, 39, 0.1));
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.linkedin-glassmorphic-button svg,
.linkedin-glassmorphic-button svg path {
  transition: fill 0.3s ease;
}
.linkedin-glassmorphic-button:hover svg {
  fill: #9c7300 !important;
}
.linkedin-glassmorphic-button:hover svg path {
  fill: #9c7300 !important;
}

.wp-block-post-author__avatar img {
  max-width: 64px;
  width: 100%;
  border-radius: 50%;
}

.custom-contact-author {
  flex-wrap: nowrap;
  align-items: center;
}
.custom-contact-author * {
  font-weight: 500;
}

.wp-block-post-author__content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.wp-block-post-author__content * {
  margin-bottom: 0;
  margin-top: 0;
}
.wp-block-post-author__content .wp-block-post-author__bio {
  color: var(--wp--preset--color--charcoal);
  font-size: 1rem;
}
.wp-block-post-author__content .wp-block-post-author__name {
  font-size: 1rem;
  color: var(--wp--preset--color--gold);
}

.wp-block-linkedin-link-plugin-linkedin-icon-link {
  position: absolute;
  left: 0px;
  bottom: -2px;
}

.wp-block-accordion-heading__toggle {
  overflow: visible;
}

.wp-block-accordion-heading__toggle-icon {
  border-radius: 113.138px;
  overflow: visible;
  display: block;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  position: relative;
  color: transparent;
}
@media only screen and (min-width: 768px) {
  .wp-block-accordion-heading__toggle-icon {
    width: 60px;
    height: 60px;
  }
}
.wp-block-accordion-heading__toggle-icon:after {
  position: absolute;
  content: "";
  top: 10px;
  left: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M10 2.25C10.4142 2.25 10.75 2.58579 10.75 3V9.25H17C17.4142 9.25 17.75 9.58579 17.75 10C17.75 10.4142 17.4142 10.75 17 10.75H10.75V17C10.75 17.4142 10.4142 17.75 10 17.75C9.58579 17.75 9.25 17.4142 9.25 17V10.75H3C2.58579 10.75 2.25 10.4142 2.25 10C2.25 9.58579 2.58579 9.25 3 9.25H9.25V3C9.25 2.58579 9.58579 2.25 10 2.25Z%27 fill=%27%239C7300%27/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}
@media only screen and (min-width: 768px) {
  .wp-block-accordion-heading__toggle-icon:after {
    top: 20px;
    left: 20px;
  }
}

html:not(.has-modal-open) header.wp-block-template-part {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
html:not(.has-modal-open) header.wp-block-template-part.headroom {
  will-change: transform;
  transition: transform 200ms linear;
}
html:not(.has-modal-open) header.wp-block-template-part.headroom--unpinned {
  transform: translateY(-100%);
}
html:not(.has-modal-open) header.wp-block-template-part.headroom--pinned, html:not(.has-modal-open) header.wp-block-template-part.headroom--bottom, html:not(.has-modal-open) header.wp-block-template-part.headroom--bottom.headroom--unpinned {
  transform: translateY(0%);
}
html:not(.has-modal-open) header.wp-block-template-part.headroom--not-top > .wp-block-group {
  background: rgba(250, 239, 228, 0.26);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-bottom: 1px solid rgba(250, 239, 228, 0.43);
}
html:not(.has-modal-open) header.wp-block-template-part.headroom--not-top > .wp-block-group.sulavamea__altheader {
  background: rgba(20, 20, 25, 0.26);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-bottom: 1px solid rgba(250, 239, 228, 0.43);
}
html:not(.has-modal-open) header.wp-block-template-part.headroom--not-top svg path {
  fill: #fffefe !important;
}
html:not(.has-modal-open) header.wp-block-template-part.headroom--not-top .current-menu-item * {
  color: var(--wp--preset--color--gold) !important;
}
html:not(.has-modal-open) {
  /* Add transition for smooth background appearance */
}
html:not(.has-modal-open) header.wp-block-template-part {
  transition: background-color 0.3s ease;
}
@media (max-width: 560px) {
  html:not(.has-modal-open) header.wp-block-template-part .safe-svg-inside.safe-svg-inline {
    width: 56px !important;
    height: 34px !important;
  }
}
@media (max-width: 400px) {
  html:not(.has-modal-open) header.wp-block-template-part > .wp-block-group {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
@media (max-width: 767px) {
  html:not(.has-modal-open) header.wp-block-template-part > .wp-block-group > .wp-block-group {
    gap: 1rem;
  }
  html:not(.has-modal-open) header.wp-block-template-part > .wp-block-group > .wp-block-group > a:first-child,
  html:not(.has-modal-open) header.wp-block-template-part > .wp-block-group > .wp-block-group > figure:first-child,
  html:not(.has-modal-open) header.wp-block-template-part > .wp-block-group > .wp-block-group > img:first-child {
    order: 1;
  }
  html:not(.has-modal-open) header.wp-block-template-part > .wp-block-group > .wp-block-group > div:nth-child(2) {
    order: 3;
  }
  html:not(.has-modal-open) header.wp-block-template-part > .wp-block-group > .wp-block-group > div:nth-child(3) {
    order: 2;
    margin-left: auto;
  }
}
html:not(.has-modal-open) header.wp-block-template-part > .wp-block-group > .wp-block-group .current-menu-item * {
  color: var(--wp--preset--color--gold);
}
html:not(.has-modal-open) header.wp-block-template-part > .wp-block-group > .wp-block-group .wp-block-button .wp-block-button__link {
  box-shadow: none;
}

html.has-modal-open .wp-block-navigation__responsive-container-close {
  padding: 1.5rem;
}
html.has-modal-open .wp-block-navigation__container {
  width: 100%;
}
html.has-modal-open .wp-block-navigation__container .wp-block-navigation-item {
  width: 100%;
  display: flex;
  flex-direction: row !important;
  flex-wrap: nowrap;
}
html.has-modal-open .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation-item__content {
  flex-grow: 1;
  padding: 1.5rem;
  border-bottom: 1px solid #e0e0e0;
  text-align: center;
}

@media (min-width: 768px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: none !important;
  }
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: block !important;
  }
}
@media (min-width: 600px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: flex;
  }
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: none;
  }
}
.wp-block-navigation-item__content:hover {
  color: var(--wp--preset--color--gold);
}
.wp-block-navigation-item__content:hover .wp-block-navigation-item__label {
  color: var(--wp--preset--color--gold);
}

.sulavamea__header--push {
  height: 80px !important;
}
@media (min-width: 1600px) {
  .sulavamea__header--push {
    height: 105px !important;
  }
}

footer.wp-block-template-part .current-menu-item * {
  color: var(--wp--preset--color--gold);
}

@media (max-width: 1119px) {
  .sulavamea__footer--right {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
  }
}

/**
 * Button Styles with Icons - SCSS (Nested, No Variables)
 * Save as: /assets/scss/button-styles.scss
 * Compile to: /assets/css/button-styles.css
 */
.wp-block-button .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
  justify-content: space-between;
  box-shadow: 0 1px 24px 8px rgba(46, 42, 39, 0.08);
}
.wp-block-button .wp-block-button__link:disabled {
  opacity: 0.3;
}
.wp-block-button .wp-block-button__link:disabled:hover, .wp-block-button .wp-block-button__link:disabled:focus {
  outline: none;
  color: var(--wp--preset--color--white);
}
.wp-block-button .wp-block-button__link:focus {
  outline: 2px solid #005cee;
  outline-offset: 2px;
}
.wp-block-button.is-style-share-button * {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  box-shadow: none;
  border-radius: 0;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
}
.wp-block-button.is-style-share-button *:focus {
  outline: 2px solid #005cee;
  outline-offset: 2px;
  border-radius: 0;
}
.wp-block-button.is-style-gold-button .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
  justify-content: space-between;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid var(--wp--preset--color--gold);
  color: var(--wp--preset--color--gold);
  border-radius: 900px;
}
.wp-block-button.is-style-gold-button .wp-block-button__link:disabled {
  opacity: 0.3;
}
.wp-block-button.is-style-gold-button .wp-block-button__link:disabled:hover, .wp-block-button.is-style-gold-button .wp-block-button__link:disabled:focus {
  outline: none;
  color: var(--wp--preset--color--white);
}
.wp-block-button.is-style-gold-button .wp-block-button__link:focus {
  outline: 2px solid #005cee;
  outline-offset: 2px;
}
.wp-block-polylang-language-switcher {
  position: relative;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: var(--wp--preset--spacing--20);
  font-size: var(--wp--preset--font-size--18) !important;
  font-weight: 500 !important;
  margin-top: 0;
  margin-bottom: 0;
  padding-inline-start: 0;
}
.wp-block-polylang-language-switcher * {
  text-decoration: none !important;
}

html[lang=en-US] .wp-block-polylang-language-switcher {
  font-size: 22px !important;
  line-height: 1;
}

strong {
  font-weight: 700;
  font-style: normal;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-weight: 400;
  font-style: normal;
}

small {
  font-size: var(--wp--preset--font-size--14);
}

.align-bottom {
  margin-top: auto !important;
}
.align-center {
  margin: auto !important;
}

.oflow-visible {
  overflow: visible;
}

.w-100 {
  width: 100%;
}

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