/* portfolio.css
   Standardized from the exported Webflow portfolio stylesheet
   Convention: pure kebab-case for all custom classes
   Webflow w-* system classes are unchanged
   See class rename map in MEMORY.md */

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navigation-bar {
  padding-top: 0;
}

.navbar {
  z-index: 5;
  background-color: #b7c9d1;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: 0;
  padding: 20px 0;
  position: relative;
  top: 0;
}

.container-regular {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 2560px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-wrapper {
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  padding-bottom: 0;
  padding-left: 20px;
  display: flex;
}

.brand-logo {
  max-width: 80px;
  margin-left: 0;
  padding-left: 0;
}

.brand-name {
  letter-spacing: normal;
  margin-right: auto;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-style: italic;
  font-weight: 800;
}

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

.paragraph-small {
  letter-spacing: 0;
  margin-bottom: .75em;
  font-size: .88rem;
  line-height: 1.6em;
}

.tablet-1-col-1.gap-small, .tablet-1-col-1.gap-medium.margin-bottom-none {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bd-icon {
  color: #FFB347;
  vertical-align: middle;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.bd-icon.is-medium {
  background-image: url('../images/DB-Icon.png');
  background-position: 0 0;
  background-size: 100%;
  width: 1.5rem;
  height: 1.5rem;
}

.mega-nav-link-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #181818;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.mega-nav-link-item:hover {
  color: #FFB347;
}

.grid_3-col {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.eyebrow {
  color: color-mix(in srgb, currentColor 60%, transparent);
  letter-spacing: .01em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.3em;
  display: inline-block;
}

.mega-nav-dropdown-list-wrapper {
  color: #181818;
  background-color: #fff;
  border-radius: .75rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 2rem;
  display: block;
  box-shadow: 0 4px 8px -2px #0000001a;
}

.mega-nav-dropdown-list-wrapper.w--open {
  border-radius: .75rem;
  order: 0;
  justify-content: center;
  align-self: auto;
  padding: 2rem;
  display: flex;
  position: absolute;
  inset: 100% 0% auto;
  box-shadow: 0 8px 8px -4px #0000001a;
}

.nav-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  white-space: nowrap;
  word-break: keep-all;
  color: color-mix(in srgb, currentColor 75%, transparent);
  border-radius: .5rem;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding: .5em .75em;
  text-decoration: none;
  display: flex;
}

.nav-link:hover {
  background-color: color-mix(in srgb, currentColor 5%, transparent);
  color: inherit;
}

.nav-link.w--current, .nav-link.w--open {
  background-color: #0000;
}

.nav-dropdown {
  position: static;
}

.mega-nav-list {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.nav-caret {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease;
}

.nav-link.w--open .nav-caret {
  transform: rotate(180deg);
}

.nav-caret::before {
  content: '▾';
  font-family: inherit;
  font-size: 1.1em;
  line-height: 1;
}

.mega-nav-dropdown-list {
  display: none;
}

.mega-nav-dropdown-list.w--open {
  background-color: #0000;
  padding-top: 1.25rem;
  left: 0;
  right: 0;
}

.list-item:active {
  display: inline-flex;
}

.margin-bottom-none {
  display: block;
}

.nav-dropdown-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.nav-dropdown-list.w--open {
  background-color: #0000;
  padding-top: 1.25rem;
  display: flex;
}

.button-label {
  white-space: pre;
}

.nav-menu-dropdown-list-wrapper {
  background-color: #fff;
  border-radius: .75rem;
  display: block;
  box-shadow: 0 4px 8px #0000001a;
}

.nav-menu-dropdown-list-wrapper.w--open {
  margin-top: .5rem;
  padding: .5rem;
  top: 100%;
  box-shadow: 0 6px 8px -4px #0000001a;
}

.nav-dropdown-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #181818;
  justify-content: flex-start;
  align-items: center;
  padding: .75em 1em;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.nav-dropdown-link:hover {
  color: #FFB347;
}

.nav-dropdown-link.w--current, .nav-dropdown-link.w--open {
  background-color: #0000;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
  display: flex;
}

.footer-brand {
  width: 200px;
  height: 200px;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-link {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #ffffff;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.footer-divider-sub {
  margin-top: 12px;
  margin-bottom: 12px;
}

.footer {
  color: #fff;
  background-color: #32586e;
  border-bottom: 1px solid #ffffff;
  padding: 50px 30px 0;
  font-family: Inter, sans-serif;
  font-weight: 500;
  position: relative;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #fff;
  font-weight: 300;
}

.hidden {
  display: none;
}

.footer-badge-center {
  justify-content: center;
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
}

.footer-do-badge img {
  height: 50px;
  width: auto;
}

.py-icon {
  color: #FFB347;
  vertical-align: middle;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.py-icon.is-medium {
  background-image: url('../images/python-logo.avif');
  background-position: 0 0;
  background-size: 100%;
  width: 1.5rem;
  height: 1.5rem;
}

.da-icon {
  color: #FFB347;
  vertical-align: middle;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.da-icon.is-medium {
  background-image: url('../images/DA-icon.png');
  background-position: 0 0;
  background-size: 100%;
  width: 1.5rem;
  height: 1.5rem;
}

.gh-icon {
  color: #FFB347;
  vertical-align: middle;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.gh-icon.is-medium {
  background-image: url('../images/github-logo.avif');
  background-position: 0 0;
  background-size: 100%;
  width: 1.5rem;
  height: 1.5rem;
}

.resc-icon {
  color: #FFB347;
  vertical-align: middle;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.resc-icon.is-medium {
  background-image: url('../images/notebook-icon.png');
  background-position: 0 0;
  background-size: 100%;
  width: 1.5rem;
  height: 1.5rem;
}

.tool-icon {
  color: #FFB347;
  vertical-align: middle;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.tool-icon.is-medium {
  background-image: url('../images/tools-icon.avif');
  background-position: 0 0;
  background-size: 100%;
  width: 1.5rem;
  height: 1.5rem;
}

.bd {
  color: #FFB347;
  vertical-align: middle;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.bd.is-medium {
  background-image: url('../images/DB-Icon.png');
  background-position: 0 0;
  background-size: 100%;
  width: 1.5rem;
  height: 1.5rem;
}

.cross-icon {
  color: #FFB347;
  vertical-align: middle;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.cross-icon.is-medium {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/cross-icon.png');
  background-position: 0 0;
  background-size: 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-grid;
}

.book-icon {
  color: #FFB347;
  vertical-align: middle;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.book-icon.is-medium {
  background-image: url('../images/book-icon.avif');
  background-position: 0 0;
  background-size: 100%;
  width: 1.5rem;
  height: 1.5rem;
}

.cam-icon {
  color: #FFB347;
  vertical-align: middle;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.cam-icon.is-medium {
  background-image: url('../images/camera-icon.avif');
  background-position: 0 0;
  background-size: 100%;
  width: 1.5rem;
  height: 1.5rem;
}

.email-icon {
  color: #FFB347;
  vertical-align: middle;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.email-icon.is-medium {
  background-image: url('../images/eamil-icon.avif');
  background-position: 0 0;
  background-size: 100%;
  width: 1.5rem;
  height: 1.5rem;
}

.header-image {
  background-image: url('../images/698aa07d3bcdd33ef70995ae_cdc08ab2-9610-48f4-9fb9-5ce0d1da0f41.avif');
  background-position: 100%;
  background-size: 100%;
  width: auto;
  height: 30vh;
}

.page-container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-centered {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.rich-text-block {
  width: auto;
}

.page-container {
  width: 80%;
  max-width: none;
}

.flex-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: flex-start;
}

.div-block-1 {
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-style: italic;
  font-weight: 600;
  position: absolute;
  top: 10%;
  left: 15%;
  right: 10%;
}

  .div-block-2 {
    margin-left: 10px;
    padding-left: 0;
  }

.div-block-4 {
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-style: italic;
  font-weight: 600;
  position: absolute;
  top: 10%;
  left: 15%;
  right: 10%;
}

.div-block-5 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 35vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-6 {
  max-width: 1200px;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
}

.div-block-7 {
  box-sizing: content-box;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  aspect-ratio: 16 / 9;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  object-fit: cover;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  text-decoration: none;
  display: flex;
  overflow: scroll;
}

.main-header-image {
  z-index: auto;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.page-header {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 75px;
  font-style: italic;
  line-height: 100px;
}

.welcome-text {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  line-height: 30px;
}

.about-header {
  position: absolute;
  top: 10%;
  left: 40%;
  right: 35%;
}

.heading-section {
  color: #000;
  -webkit-text-stroke-color: black;
  text-transform: uppercase;
  margin-left: 27%;
  font-family: PT Serif, serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
}

.about-text {
  color: #000;
  font-family: PT Serif, serif;
  font-size: 20px;
  font-style: italic;
}

.features-list {
  border-bottom: 1px solid #ffffff;
  padding: 80px 30px;
  position: relative;
}

.page-container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  text-decoration-color: #000;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.heading-card, .text-block {
  font-family: Inter, sans-serif;
}

.link-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.belief-hero {
  text-align: center;
  font-size: 40px;
}

.text-block-2 {
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.section {
  padding-top: 40px;
  padding-bottom: 80px;
}

.hero-heading-right {
  background-color: #ffffff;
  padding: 40px 30px;
  position: relative;
}

.page-container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-3 {
  justify-content: center;
  align-items: center;
  gap: 5vw;
  display: flex;
}

.hero-split-3 {
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.shadow-two-3 {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px {
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-style: italic;
  font-weight: 500;
}

.hero-heading-left-2 {
  background-color: #ffffff;
  padding: 40px 30px;
  position: relative;
}

.heading-feature, .heading-feature {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.section-2 {
  padding-top: 50px;
  padding-bottom: 200px;
}

.heading-display {
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 80px;
  font-style: italic;
}

.paragraph {
  margin-bottom: 150px;
  margin-left: 15%;
  margin-right: 15%;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-style: italic;
  line-height: 30px;
}

.page-container {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.primaforja-lockup {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1.5rem;
}

.wordmark {
  color: #C25E00;
  font-family: 'Montserrat', 'Arial Black', sans-serif;
  font-weight: 900;
  font-size: 4rem;
  letter-spacing: 0.02em;
  margin: 0;
  line-height: 1;
}

.analytics-tagline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  width: 100%;
  max-width: 400px;
  margin-top: 0.25rem;
}

.analytics-tagline .text {
  color: #C62828;
  font-family: 'Montserrat', 'Arial Black', sans-serif;
  font-weight: 900;
  font-size: 1.25rem;
  letter-spacing: 0.4em;
  padding-left: 0.4em; /* compensates for letter-spacing */
}

.analytics-tagline .line {
  flex: 1;
  height: 3px;
  background-color: #C62828;
}

.dark-header {
  color: #000;
  text-align: center;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 75px;
  font-style: italic;
  line-height: 90px;
}

.dark-blue-header {
  color: #1f334a;
  text-align: center;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 75px;
  font-style: italic;
  line-height: 90px;
}

.gallery-slider {
  border-bottom: 1px solid #ffffff;
  padding: 80px 30px;
  position: relative;
}

.hero {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.hero-without-image {
  background-color: #ffffff;
  border-bottom: 1px solid #ffffff;
  margin-left: 15vw;
  margin-right: 15vw;
  padding: 40px 30px;
  position: relative;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.margin-bottom-24px {
  text-align: left;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.button {
  text-align: center;
  background-color: #6495ed;
  margin-left: 47%;
  margin-right: 47%;
  font-family: Inter, sans-serif;
  font-size: 18px;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.section-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.gallery-slide-image {
  position: relative;
}

.writing-wrapper {
  max-width: none;
  margin-top: 0;
  margin-left: 15vw;
  margin-right: 15vw;
  padding-top: 60px;
  padding-bottom: 60px;
}

.gallery-image {
  width: 100%;
}

.paragraph-3 {
  text-align: justify;
  text-transform: none;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}

.gallery-slide-text {
  color: #ffffff;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.heading-hero {
  text-align: center;
  font-size: 48px;
  line-height: 60px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.list-item-2 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 50px;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: block;
}

.list-item-2:visited {
  text-align: center;
}

.left-image-text-content {
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  font-size: 18px;
  line-height: 22px;
  display: flex;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.right-image-list-wrapper {
  max-width: none;
  margin-left: 5vw;
  margin-right: 5vw;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.left-flex-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.left-image-text-header {
  padding-left: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.image {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 720px;
  overflow: hidden;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.right-flex-container {
  justify-content: center;
  align-items: center;
  gap: 40px;
  display: flex;
}

.gallery-slider {
  border-bottom: 1px solid #ffffff;
  padding: 80px 30px;
  position: relative;
}

.right-image-text-header {
  padding-left: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.gallery {
  width: 100%;
  max-width: 940px;
  margin-left: 10vw;
  margin-right: 10vw;
}

.right-image-text-content {
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  font-size: 18px;
  line-height: 22px;
  display: flex;
}

.gallery-wrapper-featured {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 2fr 2fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.image-large {
  width: 33%;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section-4 {
  z-index: auto;
  background-color: #fff;
  position: sticky;
  top: 0;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-image-text {
  color: #ffffff;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-image, .gallery-image-wrapper {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-slide-text {
  color: #ffffff;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-link {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: #1a1b1fcc;
}

.gallery-link.w--current {
  font-weight: 600;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.page-container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-scroll {
  background-color: #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 80px 30px;
  position: relative;
}

.gallery-slide-nav {
  display: none;
}

.headin {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-top: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 75px;
  font-style: italic;
  line-height: 100px;
}

.paragraph-2 {
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.heading-centered {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.heading-card {
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.list-item-3 {
  font-family: Montserrat, sans-serif;
}

.gallery-scroll {
  background-color: #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 80px 30px;
  position: relative;
}

.gallery-image-text {
  color: #ffffff;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.page-container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-image-wrapper {
  position: relative;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-link {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: #1a1b1fcc;
}

.gallery-link.w--current {
  font-weight: 600;
}

.section-5 {
  position: relative;
}

.white-header-content-text {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  line-height: 30px;
}

.gallery-overview {
  background-color: #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 80px 30px;
  position: relative;
}

.page-container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper-4col {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template: ". . . Area"
  / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image {
  width: 100%;
}

.section-gallery {
  width: auto;
  height: 100%;
  margin-top: 50px;
  margin-bottom: 100px;
  padding: 0 5px 100px;
}

.gallery-container {
  object-fit: fill;
  width: 100%;
  max-width: 1280px;
  height: 720px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.feature-image-wrapper {
  mix-blend-mode: normal;
  width: 100%;
  max-width: none;
  box-shadow: 0 2px 5px #0003;
}

.image-2, .image-3 {
  width: 100%;
  max-width: none;
}

.lightbox-link {
  object-fit: cover;
  width: 100%;
  display: flex;
}

.image-thumbnail {
  object-fit: cover;
  width: 100%;
  max-width: none;
}

.gallery-slider {
  border-bottom: 1px solid #ffffff;
  padding: 80px 30px;
  position: relative;
}

.page-container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #ffffff;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.image-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  max-width: 200px;
  display: inline-flex;
  overflow: auto;
}

.featured-slider {
  aspect-ratio: auto;
  object-fit: fill;
  flex: 0 auto;
  order: 0;
  height: 720px;
}

.slide {
  width: 100%;
  overflow: hidden;
}

.image-5 {
  object-fit: cover;
  width: 100%;
}

.lightbox-link {
  width: 100%;
  display: block;
}

.image-6 {
  display: block;
}

.image-7 {
  width: 100%;
  max-width: none;
}

.right-arrow {
  height: 100%;
}

.left-arrow {
  height: 100px;
}

.mask {
  object-fit: fill;
  overflow: hidden;
}

.thumbnail-strip {
  max-width: 1280px;
  display: flex;
}

.thumbnail-item {
  width: 200px;
  padding-left: 0;
  display: flex;
}

.thumbnail-image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  padding-left: 1px;
  padding-right: 1px;
  display: block;
  overflow: clip;
}

.photo-heading {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 75px;
  font-style: italic;
  line-height: 100px;
}

.hero-without-image {
  background-color: #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-centered {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 600;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.text-block-3 {
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.dashboard-categories {
  -webkit-text-fill-color: inherit;
  background-color: #b7c9d1;
  background-clip: border-box;
  border: 1px solid #8aa3b1;
  border-bottom-width: 0;
  border-radius: 5px;
  font-family: Inter, sans-serif;
}

.dashboard-categories.w--current {
  background-color: #8aa3b1;
  border: 1px solid #8aa3b1;
  border-bottom-width: 0;
  border-radius: 5px;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.tab-link-tab-2 {
  background-color: #b7c9d1;
}

.tab-link-tab-2:focus {
  background-color: #8aa3b1;
}

.tab-link-tab-3, .tab-link-tab-4 {
  background-color: #b7c9d1;
}

.text-block-4, .text-block-5 {
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.hero-without-image {
  background-color: #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 80px 30px;
  position: relative;
}

.page-container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-centered {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.hero-without-image {
  background-color: #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 80px 30px;
  position: relative;
}

.page-container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-centered {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (max-width: 991px) {
  .container-regular {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .brand-logo {
    margin-left: auto;
    padding-left: 25vw;
  }

  .margin-bottom-none {
    margin-bottom: 0;
  }

  .mega-nav-dropdown-list-wrapper {
    z-index: 3;
    box-shadow: none;
    background-color: color-mix(in srgb, currentColor 5%, transparent);
    padding: 1rem;
  }

  .mega-nav-dropdown-list-wrapper.w--open {
    box-shadow: none;
    text-align: left;
    background-color: #1818181a;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    min-width: 0;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
    position: relative;
    top: auto;
    left: 0;
    right: 0;
  }

  .nav-link {
    justify-content: space-between;
    align-items: center;
    font-size: 1.13rem;
  }

  .nav-link:hover {
    color: #FFB347;
    background-color: color-mix(in srgb, currentColor 0%, transparent);
  }

  .nav-link.w--current:hover, .nav-link.w--open {
    background-color: #0000;
  }

  .nav-dropdown {
    width: 100%;
    height: auto;
  }

  .mega-nav-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .mega-nav-dropdown-list.w--open {
    height: auto;
    padding-bottom: .5rem;
    position: relative;
    top: 0%;
  }

  .nav-dropdown-list.w--open {
    border-radius: .75rem;
    position: relative;
  }

  .nav-menu-dropdown-list-wrapper {
    box-shadow: none;
    background-color: color-mix(in srgb, currentColor 5%, transparent);
    flex-flow: column;
    width: 100%;
    padding-top: .5rem;
    padding-bottom: .5rem;
    display: flex;
  }

  .nav-menu-dropdown-list-wrapper.w--open {
    background-color: #0000;
    height: auto;
    display: block;
    position: relative;
    top: 0%;
  }

  .nav-dropdown-link {
    justify-content: space-between;
    align-items: center;
    font-size: 1.13rem;
  }

  .nav-dropdown-link.w--open {
    background-color: #0000;
  }

  .container {
    max-width: 728px;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .page-container, .page-container {
    max-width: 728px;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .page-container {
    max-width: 728px;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .gallery {
    max-width: 728px;
  }

  .gallery-wrapper-featured {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-sticky {
    position: relative;
    top: 0;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .page-container {
    max-width: 728px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .page-container {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-sticky {
    position: relative;
    top: 0;
  }

  .page-container {
    max-width: 728px;
  }

  .gallery-wrapper-4col {
    grid-template-columns: 1fr 1fr;
  }

  .page-container {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .page-container, .page-container {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .container-regular {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .navbar-wrapper {
    margin-right: 20px;
    padding-right: 0;
    display: block;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .menu-button {
    margin-right: 50px;
  }

  .brand-logo {
    width: 50px;
    max-width: none;
    margin-left: 40px;
    display: inline-block;
  }

  .brand-name {
    align-items: center;
    margin-right: 100px;
    padding-bottom: 0;
    font-size: 40px;
    display: flex;
  }

  .margin-bottom-none {
    margin-bottom: 0;
  }

  .grid_3-col {
    grid-template-columns: 1fr;
  }

  .mega-nav-dropdown-list-wrapper.w--open {
    flex-wrap: wrap;
    justify-content: center;
    padding: 1rem 1.25rem .75rem;
  }

  .mega-nav-list {
    grid-template-columns: 1fr;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .footer-divider-sub {
    margin-top: 12px;
  }

  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .features-list, .hero-heading-right, .hero-heading-left-2, .gallery-slider, .hero-without-image {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .gallery-scroll, .gallery-scroll, .gallery-overview, .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .hero-without-image, .hero-without-image, .hero-without-image {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .menu-button {
    margin-right: 20px;
    padding: 0;
  }

  .brand-logo {
    width: 30px;
    margin-left: 20px;
  }

  .brand-name {
    margin-right: 70px;
    font-size: 20px;
  }

  .margin-bottom-none {
    margin-bottom: 0;
  }

  .mega-nav-dropdown-list-wrapper.w--open {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-list.w--open {
    background-color: color-mix(in srgb, currentColor 5%, transparent);
    border-radius: .75rem;
    flex-flow: column;
    position: relative;
  }

  .container {
    max-width: none;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-badge-center {
    justify-content: flex-start;
  }

  .page-container, .page-container {
    max-width: none;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .page-container, .hero {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .gallery {
    max-width: none;
  }

  .gallery-wrapper-featured {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .page-container {
    max-width: none;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .page-container {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .page-container {
    max-width: none;
  }

  .gallery-wrapper-4col {
    grid-template-columns: 1fr;
  }

  .page-container {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .page-container, .page-container {
    max-width: none;
  }
}

#w-node-_7433720f-7db7-ce79-1492-2e74223a9c1a-4d562d54.w-node-ad75327a-aa5a-0073-681c-974d0bd7a55e-0bd7a54c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7433720f-7db7-ce79-1492-2e74223a9c25-4d562d54.w-node-ad75327a-aa5a-0073-681c-974d0bd7a569-0bd7a54c, #w-node-_7433720f-7db7-ce79-1492-2e74223a9c30-4d562d54.w-node-ad75327a-aa5a-0073-681c-974d0bd7a574-0bd7a54c, #w-node-_7433720f-7db7-ce79-1492-2e74223a9c3b-4d562d54.w-node-ad75327a-aa5a-0073-681c-974d0bd7a57f-0bd7a54c, #w-node-_7433720f-7db7-ce79-1492-2e74223a9c4a-4d562d54.w-node-ad75327a-aa5a-0073-681c-974d0bd7a58e-0bd7a54c, #w-node-_7433720f-7db7-ce79-1492-2e74223a9c55-4d562d54.w-node-ad75327a-aa5a-0073-681c-974d0bd7a599-0bd7a54c, #w-node-_7433720f-7db7-ce79-1492-2e74223a9c60-4d562d54.w-node-ad75327a-aa5a-0073-681c-974d0bd7a5a4-0bd7a54c, #w-node-_7433720f-7db7-ce79-1492-2e74223a9c6f-4d562d54.w-node-b7cd3e28-cf0c-433e-510b-fa5d80f01f86-0bd7a54c, #w-node-_7433720f-7db7-ce79-1492-2e74223a9c7a-4d562d54.w-node-b7cd3e28-cf0c-433e-510b-fa5d80f01f8f-0bd7a54c, #w-node-_7433720f-7db7-ce79-1492-2e74223a9c85-4d562d54.w-node-b7cd3e28-cf0c-433e-510b-fa5d80f01f98-0bd7a54c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d7544f08-43ab-3261-8d15-93e4eb9751f4-144ac76d {
  justify-self: start;
}

#w-node-d7544f08-43ab-3261-8d15-93e4eb9751f5-144ac76d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_7bcd650a-abb3-10f4-ca7a-c9c66e276d61-144ac76d {
  justify-self: start;
}

#w-node-_7bcd650a-abb3-10f4-ca7a-c9c66e276d62-144ac76d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-b4aff919-0365-e67b-007d-f9ac6ff32b1f-144ac76d {
  justify-self: start;
}

#w-node-b4aff919-0365-e67b-007d-f9ac6ff32b20-144ac76d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;

/* PrimaForja Custom Header and Footer Styling */
html, body {
  height: 100%;
