@font-face {
  font-family: Bahnschrift ;
  src: url('../fonts/BAHNSCHRIFT-1.TTF') format("truetype");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --dbtr: #1a0c39;
  --navbar: Bahnschrift, Tahoma, sans-serif;
  --_navbar-text---font-family: var(--navbar);
  --dbtrdrop: #1a0c3912;
  --_navbar-text---color: white;
  --bgtr: #484453;
  --mtr: #d0dacc;
  --_navbar-text---size: 15px;
  --_navbar-text---percentage: 100%;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

body {
  box-sizing: border-box;
  color: #333;
  --_navbar-text---font-family: var(--navbar);
  --_navbar-text---size: 15px;
  border-radius: 11px;
  height: auto;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.section {
  height: 300px;
  margin-right: 0;
}

.container {
  box-sizing: border-box;
  clear: none;
  background-color: var(--dbtr);
  flex: 1;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  overflow: visible;
}

.image {
  float: left;
  clear: left;
  vertical-align: baseline;
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: block;
  position: relative;
  left: 0;
}

.nav-link {
  font-family: var(--navbar);
  color: #fff;
  --_navbar-text---font-family: var(--navbar);
  --_navbar-text---color: white;
  --_navbar-text---size: 15px;
  --_navbar-text---percentage: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 400;
}

.nav-link-2 {
  font-family: var(--navbar);
  color: #fff;
  --_navbar-text---font-family: var(--navbar);
  --_navbar-text---color: white;
  --_navbar-text---size: 15px;
  --_navbar-text---percentage: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 15px;
}

.nav-link-3 {
  font-family: var(--navbar);
  color: #fff;
  --_navbar-text---font-family: var(--navbar);
  --_navbar-text---color: white;
  --_navbar-text---size: 15px;
  --_navbar-text---percentage: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 400;
}

.body {
  aspect-ratio: auto;
  border: 1px solid var(--dbtr);
  font-family: var(--_navbar-text---font-family);
  object-fit: fill;
  display: block;
}

.navbar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
  position: relative;
}

.brand {
  clear: none;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.nav-menu {
  padding-left: 0;
}

.paragraph {
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 0;
}

.heading {
  color: var(--dbtr);
  text-shadow: 0 1px 1px var(--dbtrdrop);
  text-overflow: clip;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 5px;
  padding-left: 0;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  display: block;
}

.image-2 {
  padding: 10px 0 0;
}

.nav-link-4, .nav-link-5 {
  color: var(--_navbar-text---color);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
}

.nav-link-6 {
  color: var(--_navbar-text---color);
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 400;
  position: static;
}

.nav-link-6:hover {
  text-underline-offset: 3px;
  text-underline-position: under;
  text-decoration: underline;
}

.nav-link-6:active {
  text-underline-offset: 3px;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  text-underline-position: under;
  text-decoration: underline;
}

.nav-link-6:focus {
  text-underline-offset: 3px;
  text-underline-position: under;
  text-decoration: underline;
}

.nav-link-6.w--current {
  text-decoration-color: #fff;
}

.navbar-2 {
  background-color: #ddd0;
}

.container-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area-9 Area" 1fr
                 "Area-9 Area" 9px
                 "Area-9 Area" 0
                 "Area-8 Area" 70px
                 "Area-7 Area" 70px
                 "Area-6 Area" 61px
                 / 1fr minmax(75px, 1.25fr);
  grid-auto-columns: minmax(0, .25fr);
  grid-auto-flow: row;
  place-content: stretch end;
  place-items: stretch stretch;
  width: 100%;
  max-width: 940px;
  margin: 120px auto 40px;
  padding-top: 10px;
  padding-bottom: 0;
  font-weight: 300;
  display: grid;
  position: static;
  overflow: visible;
}

.container-3 {
  z-index: auto;
  background-color: var(--dbtr);
  position: relative;
}

.div-block {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: scroll;
}

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

.container-4 {
  background-color: #46445114;
  width: 100%;
  max-width: 940px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 55px;
  padding-bottom: 60px;
}

.hero-wrapper-two {
  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 {
  color: var(--bgtr);
  margin-bottom: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button-primary {
  background-color: var(--dbtr);
  box-shadow: 2px 2px 5px 0 var(--dbtrdrop);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  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;
}

.heading-2 {
  color: var(--dbtr);
  text-shadow: 0 1px 1px var(--dbtrdrop);
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.artstate {
  outline-offset: 0px;
  color: var(--dbtr);
  text-align: left;
  text-shadow: 0 1px 1px var(--dbtrdrop);
  outline: 3px #1a0c39;
  height: 30px;
  margin-top: 0;
  margin-bottom: -35px;
  padding-top: 3px;
  padding-left: 0;
  padding-right: 0;
}

.artstate.as2 {
  margin-top: -35px;
  padding-top: 0;
}

.container-5 {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template: "Area-3 Area-2" minmax(70px, 1fr)
  / .5fr minmax(200px, 1.25fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  margin-top: 60px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: grid;
}

.paragraph-2 {
  color: #000;
  text-align: left;
  word-break: normal;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
  font-weight: 300;
  display: flex;
}

.image-3 {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: clip;
  box-shadow: 5px 4px 11px 2px #0000003b;
}

.image-4 {
  vertical-align: baseline;
  display: block;
  transform: rotate(0);
}

.line {
  border: 2px solid var(--dbtr);
  border-radius: 0;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.line.l2 {
  border-color: var(--dbtr);
  margin-top: 16px;
  margin-bottom: -14px;
}

.container-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area Area-2"
  / minmax(233px, 3.5fr) minmax(214px, 1fr);
  grid-auto-columns: 1fr;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 10px;
  display: grid;
}

.div-block-2 {
  margin-bottom: 20px;
}

.image-5 {
  width: 300px;
  max-width: none;
  overflow: hidden;
}

.div-block-3 {
  background-image: url('../images/NEWLRI-001.jpg');
  background-position: 58%;
  background-repeat: repeat;
  background-size: 400px;
  background-attachment: fixed;
  position: sticky;
  inset: 0% auto 0% 0%;
}

.quick-stack {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  height: 350px;
  margin-left: 30px;
  padding: 0;
}

.image-6 {
  aspect-ratio: auto;
  flex: 0 auto;
  min-width: 257px;
  display: inline-block;
  overflow: hidden;
}

.image-7 {
  clear: none;
  aspect-ratio: auto;
  overflow: hidden;
}

.cell {
  padding-right: 0;
  display: block;
}

.cell-2 {
  padding-left: 10px;
  display: block;
}

.container-7 {
  grid-column-gap: 16px;
  grid-row-gap: 34px;
  border: 1px solid var(--dbtr);
  grid-template: ". Area-3"
                 "Area-2 Area" 0
                 / minmax(243px, 1fr) 3fr;
  grid-auto-columns: 1fr;
  margin-top: 65px;
  font-weight: 700;
  display: grid;
}

.text-block {
  line-height: 30px;
}

.heading-3 {
  color: var(--bgtr);
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
}

.heading-3.h1 {
  margin-top: -5px;
  font-size: 30px;
  position: relative;
  top: 25px;
}

.slide {
  width: 33%;
  margin-left: 0;
  margin-right: 11px;
  padding-bottom: 0;
  padding-right: 0;
}

.slide.s1 {
  width: 31.5%;
  margin-right: 20px;
}

.slide.s1.pano {
  width: 100%;
}

.slide.s1.httk {
  z-index: -55;
  width: 50%;
}

.slide.slide-2 {
  width: 50%;
}

.slide.slide-2.nogap {
  vertical-align: baseline;
  margin-top: 20px;
  margin-right: 34px;
}

.slide.slide-2.hgap {
  vertical-align: top;
  margin-top: 20px;
  margin-right: 34px;
}

.slide.vh {
  width: 66%;
}

.slide.mid {
  margin-top: 51px;
}

.mask {
  opacity: 1;
  max-width: 940px;
  margin-top: 0;
}

.slider {
  z-index: 0;
  background-color: #ddd0;
  min-height: 440px;
  margin-top: 11px;
  overflow: visible;
}

.image-8 {
  max-width: 95%;
}

.image-8.is1 {
  max-width: 100%;
}

.image-9 {
  max-width: 95%;
}

.image-10 {
  max-width: 100%;
}

.container-9 {
  z-index: 0;
  margin-top: 20px;
  position: relative;
}

.right-arrow {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  flex-flow: column;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-end;
  height: auto;
  margin-top: 0;
  margin-bottom: -60px;
  margin-right: -16px;
  display: block;
  top: 435px;
  right: 0;
}

.right-arrow.raadj1 {
  margin-bottom: -33px;
  margin-right: -16px;
}

.icon-2 {
  filter: invert(50%);
  flex: 0 auto;
  order: 0;
  align-self: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
  position: static;
}

.left-arrow {
  z-index: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: -60px;
  display: block;
  top: 435px;
  right: -78%;
}

.left-arrow.laadj1 {
  margin-bottom: -33px;
}

.icon-3 {
  filter: invert(50%);
  align-self: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
  position: static;
}

.slide-nav {
  width: 400px;
  margin-bottom: -60px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.slide-nav.snadj1 {
  margin-bottom: -20px;
}

.container-10 {
  margin-top: 60px;
}

.container-10.c1-1 {
  margin-top: 10px;
}

.container-10.c1-1.c1-1-1 {
  margin-bottom: 25px;
}

.container-10.c1-2 {
  margin-top: 0;
}

.container-10.c1-2.sph {
  margin-bottom: 30px;
  padding-bottom: 0;
}

.container-10.c1-3 {
  margin-top: 0;
}

.container-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area Area-2 Area-3"
                 "Area-4 Area-5 Area-6"
                 "Area-7 Area-8 Area-9"
                 "Area-10 Area-11 Area-12"
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-11 {
  vertical-align: baseline;
}

.image-12 {
  text-align: left;
  display: inline-block;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.quick-stack-2 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.cell-3 {
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.image-13 {
  padding-top: 0;
}

.image-14 {
  align-self: flex-end;
}

.quick-stack-3 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-6 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-12 {
  margin-bottom: -85px;
  display: flex;
}

.quick-stack-4 {
  min-width: 940px;
  margin-left: 0;
  padding: 0;
}

.cell-4, .cell-5, .cell-6, .cell-7, .cell-8 {
  justify-content: center;
  align-items: center;
}

.image-15 {
  z-index: -60;
  display: block;
  position: relative;
  top: 46px;
  overflow: visible;
}

.image-16 {
  z-index: -59;
  display: block;
  position: relative;
  top: -2px;
}

.image-17 {
  z-index: -58;
  display: block;
  position: relative;
  top: -52px;
}

.image-18 {
  z-index: -56;
  position: relative;
  top: -103px;
}

.image-19 {
  z-index: -57;
  position: relative;
  top: -49px;
}

.quick-stack-5 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.container-13 {
  margin-top: 30px;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 35px 30px 40px;
  position: relative;
}

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

.footer-form-two {
  background-color: var(--dbtrdrop);
  margin-bottom: 40px;
  padding: 64px;
}

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

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 420px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary-2 {
  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-2:hover {
  color: #fff;
  background-color: #32343a;
}

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

.button-primary-2.footer-form-button {
  background-color: var(--dbtr);
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

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

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

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

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

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

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.error-message {
  background-color: #fff;
}

.major-button {
  background-color: #50a;
  border-radius: 10px;
  padding: 15px 30px;
  font-weight: 700;
  transition: box-shadow .4s;
  transform: rotate(0);
  box-shadow: 0 20px 45px -13px #50a, 0 2px 5px #0003, 0 2px 5px #0003;
}

.major-button:hover {
  transform: none;
  box-shadow: 0 40px 70px -13px #50a, 0 2px 5px #0003, 0 2px 5px #0003;
}

.major-button.form {
  background-color: var(--dbtr);
  color: var(--_navbar-text---color);
  justify-content: center;
  align-items: flex-end;
  padding-top: 9px;
  padding-bottom: 9px;
  box-shadow: 0 2px 5px #0003, 0 2px 5px #0003;
}

.major-button.form:hover {
  text-underline-offset: 3px;
  text-underline-position: under;
  text-decoration: underline;
  box-shadow: 0 2px 5px #0003, 0 2px 5px #0003;
}

.text-field {
  border-radius: 3px;
  margin-bottom: 0;
}

.message {
  text-align: center;
  background-color: #bdfff2;
  border-radius: 3px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.message.error {
  background-color: #ffecec;
}

.form-content-wrapper {
  width: 300px;
  padding-left: 20px;
}

.form {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.field-wrapper {
  flex: 1;
}

.container-15 {
  justify-content: center;
  align-items: center;
  max-width: 940px;
  margin-top: 0;
  margin-bottom: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.form-block {
  background-color: var(--dbtrdrop);
  flex: 0 auto;
  width: 940px;
  margin-top: 28px;
}

.heading-4 {
  margin-bottom: 40px;
  font-family: Bahnschrift, Tahoma, sans-serif;
  font-weight: 800;
}

.paragraph-3 {
  margin-bottom: 40px;
  font-family: Bahnschrift, Tahoma, sans-serif;
  font-size: 16px;
}

.field-label, .field-label-2, .field-label-3 {
  font-family: Bahnschrift, Tahoma, sans-serif;
}

.image-20 {
  filter: invert();
  margin-top: 32px;
  padding-left: 0;
  display: inline-block;
}

.container-16 {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 940px;
  height: 80px;
  display: block;
  position: fixed;
  inset: 0%;
}

.image-21 {
  float: none;
  clear: none;
}

.lightbox-link {
  min-width: 100%;
}

.container-17 {
  margin-top: 40px;
}

.dropdown-link {
  text-align: right;
  padding-right: 40px;
  font-weight: 600;
}

.dropdown-link-2, .dropdown-link-3, .dropdown-link-4, .dropdown-link-5, .dropdown-link-6 {
  border-top: 2px solid var(--bgtr);
  text-align: right;
  padding-right: 40px;
  font-weight: 600;
}

.dropdown-link-7 {
  text-align: right;
  padding-right: 40px;
  font-weight: 600;
}

.dropdown-link-7.border1 {
  border-style: solid;
  border-width: 2px 0 0;
  border-color: var(--bgtr);
}

.dropdown-list {
  right: -42.4062px;
}

.dropdown-list.w--open {
  min-width: 500px;
  max-width: 211%;
  right: -.4062px;
}

@media screen and (max-width: 991px) {
  .container {
    flex: none;
  }

  .navbar {
    justify-content: center;
    align-items: stretch;
  }

  .icon {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu-button {
    clear: right;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .paragraph, .heading {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-3 {
    margin-left: auto;
    margin-right: auto;
  }

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

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

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

  .footer-social-block-three {
    margin-top: 40px;
  }

  .form {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .container-16 {
    min-width: 100%;
    max-width: none;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    inset: auto 0;
  }
}

@media screen and (max-width: 767px) {
  .image, .brand {
    padding-left: 0;
  }

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

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

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

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

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

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

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

  .major-button {
    text-align: center;
  }

  .major-button.form {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 22px;
  }

  .form {
    flex-flow: column;
    align-items: stretch;
  }

  .container-15 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .paragraph {
    padding-left: 0;
    position: relative;
    left: 15px;
  }

  .heading {
    overflow-wrap: break-word;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    left: 10px;
  }

  .nav-link-6 {
    justify-content: center;
    align-items: center;
    margin-top: -21px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .container-2 {
    margin-top: 0;
  }

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

  .artstate.as2 {
    position: relative;
  }

  .container-5 {
    grid-column-gap: 20px;
    grid-template-columns: minmax(0, .25fr) minmax(200px, 1.25fr);
    margin-top: 20px;
    position: relative;
    left: -32px;
  }

  .image-3 {
    position: relative;
    left: -57px;
  }

  .container-6 {
    position: relative;
    left: -159px;
  }

  .image-6 {
    position: relative;
    left: 242px;
  }

  .container-7 {
    padding-left: 9px;
    position: relative;
    top: -48px;
  }

  .heading-3 {
    margin-top: 37px;
    margin-bottom: 15px;
    position: relative;
    top: 38px;
    left: 4px;
  }

  .slide {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .slide.s1, .slide.s1.httk {
    width: 100%;
  }

  .slide.slide-2.nogap {
    width: 100%;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .slide.slide-2.hgap {
    width: 100%;
    margin-right: 20px;
    padding-left: 7px;
    padding-right: 7px;
  }

  .slide.vh {
    width: 100%;
    margin-top: 56px;
  }

  .slider {
    height: 350px;
    min-height: auto;
  }

  .image-8.is1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-9 {
    top: 13px;
  }

  .right-arrow {
    position: relative;
  }

  .left-arrow {
    right: -141%;
  }

  .slide-nav {
    left: 45px;
  }

  .slide-nav.snadj1 {
    left: 125px;
  }

  .slide-nav.snadj1.sn2 {
    top: 401px;
  }

  .container-10.c1-1.c1-1-1 {
    position: relative;
    top: 52px;
  }

  .quick-stack-2 {
    position: relative;
    top: 57px;
  }

  .cell-3 {
    padding-top: 0;
  }

  .image-13 {
    padding-top: 99px;
  }

  .quick-stack-3 {
    position: relative;
  }

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

  .footer-form-two {
    padding: 20px;
  }

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

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-2.footer-form-button {
    position: relative;
    right: 0;
  }

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

  .major-button {
    padding: 10px 20px;
  }

  .image-22 {
    max-width: none;
    padding-left: 15px;
  }

  .image-23 {
    width: 95%;
    margin-left: 15px;
  }

  .image-24 {
    height: 140px;
  }
}

#w-node-_602ebc74-9765-b56b-2939-beb7d3122b00-a4b6460a {
  grid-area: Area-8;
}

#w-node-f8a17b89-8c63-fff2-f3d0-fca8ada09aba-a4b6460a {
  grid-area: Area-7;
}

#w-node-_7c7b4182-a54b-5883-9205-fc5997918154-a4b6460a {
  grid-area: Area-6;
  align-self: auto;
}

#w-node-_4fe871e8-3b57-e803-f6b6-b3923555deba-a4b6460a {
  grid-area: Area;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

#ArtStatement.w-node-_6cabf56c-2796-eaee-0902-a2fb6024ca42-a4b6460a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_75eab2cb-739c-3d7b-d6a4-79759e79965c-a4b6460a {
  grid-area: Area-3;
  justify-self: start;
}

#ArtState.w-node-_4b8e9697-57e4-c276-6343-733c5fa13fd3-a4b6460a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-fdd5c71d-0330-3628-b71a-5b9173c5de2d-a4b6460a {
  grid-area: Area-3;
  place-self: auto;
}

#w-node-fdd5c71d-0330-3628-b71a-5b9173c5de2b-a4b6460a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_41c72f75-b5d4-479d-5802-2271633bea37-a4b6460a {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-e9033253-dd91-1367-3fde-a66881ce594d-a4b6460a, #w-node-_8a411185-9e93-2fc6-c19a-c640b9f39e21-a4b6460a {
  grid-column: span 2 / span 2;
}

#w-node-_85f64880-10f7-1a42-7eb0-1131b496d7e1-a4b6460a {
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_5575db2a-4a75-8cf7-0dd8-d1e11c133455-a4b6460a {
  grid-column: span 2 / span 2;
}

#w-node-_6d698cb5-1c5d-c53e-922d-957e46af56f1-a4b6460a {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_2f10e648-9207-721c-598e-2a317bd346ca-a4b6460a {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 479px) {
  #w-node-_41c72f75-b5d4-479d-5802-2271633bea37-a4b6460a {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: .25fr 1fr 1fr;
  }
}


@font-face {
  font-family: 'Bahnschrift ';
  src: url('../fonts/BAHNSCHRIFT-1.TTF') format('truetype');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}