.link-arrow:hover::before {
  transition-timing-function: cubic-bezier(0.4, 0.82, 0.63, 0.2);
  transition: opacity 0.56s, height 0.56s, transform 0.56s, background 0.3s, font-size 0s;
}

.link-arrow::before {
  transition-timing-function: cubic-bezier(0.4, 0.82, 0.63, 0.2);
  transition: opacity 0.28s, height 0.28s, transform 0.28s, background 0.22s, font-size 0s;
}

.link-arrow:hover::before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}

/* ============ Custom classes ============ */
.padding-top-xl {
  padding-top: 96px;
}

.padding-right-xl {
  padding-right: 96px;
}

.padding-bottom-xl {
  padding-bottom: 96px;
}

.padding-left-xl {
  padding-left: 96px;
}

.margin-top-xl {
  margin-top: 96px;
}

.margin-right-xl {
  margin-right: 96px;
}

.margin-bottom-xl {
  margin-bottom: 96px;
}

.margin-left-xl {
  margin-left: 96px;
}

.padding-top-lg {
  padding-top: 48px;
}

.padding-right-lg {
  padding-right: 48px;
}

.padding-bottom-lg {
  padding-bottom: 48px;
}

.padding-left-lg {
  padding-left: 48px;
}

.margin-top-lg {
  margin-top: 48px;
}

.margin-right-lg {
  margin-right: 48px;
}

.margin-bottom-lg {
  margin-bottom: 48px;
}

.margin-left-lg {
  margin-left: 48px;
}

.padding-top-md {
  padding-top: 24px;
}

.padding-right-md {
  padding-right: 24px;
}

.padding-bottom-md {
  padding-bottom: 24px;
}

.padding-left-md {
  padding-left: 24px;
}

.margin-top-md {
  margin-top: 24px;
}

.margin-right-md {
  margin-right: 24px;
}

.margin-bottom-md {
  margin-bottom: 24px;
}

.margin-left-md {
  margin-left: 24px;
}

.padding-top-sm {
  padding-top: 12px;
}

.padding-right-sm {
  padding-right: 12px;
}

.padding-bottom-sm {
  padding-bottom: 12px;
}

.padding-left-sm {
  padding-left: 12px;
}

.margin-top-sm {
  margin-top: 12px;
}

.margin-right-sm {
  margin-right: 12px;
}

.margin-bottom-sm {
  margin-bottom: 12px;
}

.margin-left-sm {
  margin-left: 12px;
}

.width-10 {
  width: 10%;
}

.width-20 {
  width: 20%;
}

.width-25 {
  width: 25%;
}

.width-30 {
  width: 30%;
}

.width-40 {
  width: 40%;
}

.width-50 {
  width: 50%;
}

.width-60 {
  width: 60%;
}

.width-70 {
  width: 70%;
}

.width-75 {
  width: 75%;
}

.width-80 {
  width: 80% !important;
}

.width-90 {
  width: 90%;
}

.width-100 {
  width: 100%;
}

.font-weight-light {
  font-weight: 300;
}

.font-weight-normal {
  font-weight: 400;
}

.font-weight-medium {
  font-weight: 500;
}

.font-weight-semibold {
  font-weight: 600;
}

.font-weight-bold {
  font-weight: 700;
}

.margin-top-none {
  margin-top: 0 !important;
}

.border-radius-none {
  border-radius: 0;
}

@media (min-width: 769px) {
  .full-page {
    min-height: 100vh;
  }
}

/* ============ Shared Block Styles ============ */
.block {
  width: 100%;
}

.block:first-child {
  margin-top: 0;
}

.block:last-child {
  margin-bottom: 0;
}

.page-builder {
  width: 100%;
}

/* ============ Rich text specific styles ============ */
.link-arrow {
  font-weight: 700;
  color: #004186;
  position: relative;
  display: inline-block;
}

.link-arrow::before {
  position: absolute;
  content: "";
  display: none;
  background: url("../images/icons/arrowblue.png") no-repeat center center;
  background-size: 100% 100%;
  right: -52px;
  top: 50%;
  transform: translateY(-50%);
  height: 28px;
  width: 50px;
}

.link-arrow:hover::before {
  transform: translateY(-50%) translateX(6px) !important;
  display: block;
}

.link-arrow.blue::before {
  background: url("../images/icons/arrowblue.png") no-repeat center center;
  background-size: 100% 100%;
  width: 50px;
  top: 50%;
  transform: translateY(-50%);
  right: -55px;
}

.link-arrow.blue:hover::before {
  transform: translateY(-50%) translateX(6px) !important;
}

.headerlinks h3.title {
  font-size: calc(1.75vw + 1.75vh) !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.small-letter-spacing {
  letter-spacing: -3px;
}

/* ============= Block - Main  ============= */
.block--main {
  position: relative;
}

.block--main.has-bg:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: var(--bg-url);
  background-size: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0.07;
  z-index: 0;
  pointer-events: none;
}

/* ============ Block - Gallery ============ */
.block--gallery {
  margin: 3rem 0;
}

.block--gallery h2 {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 600;
}

.block--gallery-grid .gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  justify-content: center;
}

.block--gallery-grid .gallery-item {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  justify-self: center;
}

.block--gallery-grid .gallery-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.block--gallery-grid .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.block--gallery-grid .gallery-item:hover img {
  transform: scale(1.05);
}

.block--gallery-carousel {
  position: relative;
}

.block--gallery-carousel .gallery-carousel {
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 1rem;
  scrollbar-width: thin;
  scrollbar-color: #ccc #f5f5f5;
}

.block--gallery-carousel .gallery-carousel::-webkit-scrollbar {
  height: 8px;
}

.block--gallery-carousel .gallery-carousel::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 4px;
}

.block--gallery-carousel .gallery-carousel::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

.block--gallery-carousel .gallery-carousel::-webkit-scrollbar-thumb:hover {
  background: #999;
}

.block--gallery-carousel .gallery-item {
  flex: 0 0 300px;
  aspect-ratio: 1;
  scroll-snap-align: start;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.block--gallery-carousel .gallery-item:hover {
  transform: scale(1.02);
}

.block--gallery-carousel .gallery-item img {
  width: 100%;
  height: 100%;
  /* Changed from cover to contain to show full image */
  object-fit: contain;
}

.gallery-small .gallery-grid {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.no-shadow .gallery-grid .gallery-item {
  box-shadow: none;
}

@media (max-width: 768px) {
  .block--gallery-grid .gallery-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}
@media (max-width: 480px) {
  .block--gallery-grid .gallery-grid {
    grid-template-columns: 1fr;
    max-width: 300px;
    margin: 0 auto;
  }
}
/* ============ Block - Quote with Image ============ */
.basic-image-block {
  position: relative;
  overflow: hidden;
  min-height: 500px;
}

.basic-image-block__picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.basic-image-block__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.basic-image-block__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1200px;
  z-index: 1;
  color: white;
  line-height: 1.3;
  padding: 0 1rem;
  text-align: center;
}

.basic-image-block__content h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.basic-image-block__content p {
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .basic-image-block {
    min-height: 400px;
  }
  .basic-image-block__content {
    padding: 0 1.5rem;
  }
  .basic-image-block__content h2 {
    font-size: 2rem;
  }
  .basic-image-block__content p {
    font-size: 1.2rem;
  }
}
/* ============ Block - ColumnMulti ============ */
.block--column-multi {
  display: grid;
  gap: 2rem;
}

/* Column layout variations */
.block--column-multi.block--layout-1fr-1fr {
  grid-template-columns: 1fr 1fr;
}

.block--column-multi.block--layout-2fr-1fr {
  grid-template-columns: 2fr 1fr;
}

.block--column-multi.block--layout-1fr-2fr {
  grid-template-columns: 1fr 2fr;
}

.block--column-multi.block--layout-1fr-1fr-1fr {
  grid-template-columns: 1fr 1fr 1fr;
}

.block--column-multi.block--layout-1fr-2fr-1fr {
  grid-template-columns: 1fr 2fr 1fr;
}

/* Column dividers */
.block--column-multi.block--divider-line .column:not(:last-child) {
  border-right: 1px solid #ddd;
  padding-right: 2rem;
}

.block--column-multi.block--divider-dotted .column:not(:last-child) {
  border-right: 1px dotted #999;
  padding-right: 2rem;
}

/* Responsive Design */
@media (max-width: 768px) {
  /* Stack columns on mobile */
  .block--column-multi {
    grid-template-columns: 1fr !important;
    gap: 1.5rem;
  }
  /* Remove dividers on mobile */
  .block--column-multi.block--divider-line .column,
  .block--column-multi.block--divider-dotted .column {
    border-right: none;
    padding-right: 0;
  }
}
h3 {
  display: block !important;
  margin-bottom: 0 !important;
}

/* ============ Block -  ============ */

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