:root {
  --gold-brown: #8a755e;
  --white: white;
  --gold: #c3af87;
  --lag-yellow: #e7c07c;
  --black: black;
  --kaki: #675b4a;
  --lag-brown: #675b4a;
  --cream: #faf7f2;
  --tan: #c39c6f;
  --shadow: #0908084d;
  --edson-blue: #0099a8;
  --edson-green: #6ba43a;
  --edson-brown: #515050;
  --edson-yellow: #fdce00;
  --light-bg: #f5f7fa;
  --orange: #fc9802;
  --text: #333;
}

.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;
}

.sticky-nav {
  z-index: 1;
  background-color: #06294e;
  border: 1px #000;
  border-bottom-width: .5px;
  border-radius: 1px;
  width: 100%;
  padding: 20px;
  position: fixed;
  top: 0;
  box-shadow: inset -2px -3px 3px #0c1e31;
}

.nav-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: grid;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  text-decoration: none;
}

.centered-container {
  text-align: center;
  flex: 1;
  max-width: 1200px;
}

.realestate {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: block;
}

.what {
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0 0 20px;
  display: block;
}

.list-item {
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-weight: 700;
}

.link {
  color: var(--gold-brown);
  text-transform: none;
  font-family: LibreFranklin, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  transition: color .2s;
}

.link:hover {
  color: #deb953;
}

.footer {
  text-align: center;
  background-color: #000;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-flex-container {
  float: none;
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.footer-link {
  color: #a79c82;
  text-align: left;
  text-transform: none;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #faf7f2;
}

.footer-link.w--current {
  color: #a79c82;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 500;
}

.footer-link.w--current:hover {
  color: #faf7f2;
}

.text-block-2 {
  color: #fff;
  font-size: 18px;
}

.dropdown-list {
  display: none;
}

.dropdown-list.w--open {
  background-color: #06294e;
}

.nft-overlay {
  color: #fff;
  background-image: linear-gradient(#0003, #0003), url('/assets/nftbrush.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 70vh;
  max-height: none;
  padding-top: 140px;
  padding-bottom: 100px;
  display: flex;
}

.nftgrid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 300px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  font-size: 0;
}

.nft-div1 {
  background-image: url('/assets/nftframe.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.nft-div2 {
  background-image: url('/assets/nftconcept.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.nft-div3 {
  background-image: url('/assets/onlineauction.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.nft-div4 {
  background-image: url('/assets/nftconcept2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.nft-action {
  text-align: center;
  background-color: #0000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 60px;
}

.nft-blue-bar {
  color: #000;
  text-align: center;
  background-color: #0000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 20px;
  font-size: 40px;
  font-weight: 900;
  line-height: 50px;
}

.nft-footer {
  text-align: center;
  background-image: linear-gradient(#0006, #0006), url('/assets/nftbackground.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 100px;
}

.dropdown-link, .dropdown-link-2, .dropdown-link-3 {
  color: #fff;
}

.impact-heading {
  color: #fff;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: LibreFranklin, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.icon {
  color: #fff;
}

.image-25 {
  height: 30px;
}

.image-27 {
  height: 20px;
}

.image-28 {
  height: 25px;
}

.paragraph-4 {
  color: #deb953;
  margin-bottom: 0;
  font-size: 16px;
}

.menu-link {
  color: #c2b39f;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  align-self: auto;
  padding: 10px 15px;
  font-family: Exo, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  display: block;
}

.menu-link:hover {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-weight: 500;
}

.menu-link.w--current {
  color: #f5f5f5;
}

.menu-link.w--current:hover {
  color: #fff;
}

.current-menu-link {
  color: #c2b39f;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px 15px;
  font-family: Exo, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
}

.current-menu-link:hover {
  color: #fff;
}

.current-menu-link.w--current {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.main-navbar {
  color: #333;
  object-fit: fill;
  background-color: #2a2821e6;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.main-menu {
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  min-width: auto;
  margin-top: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: static;
}

.menu-button-2 {
  color: #fff;
  padding: 10px;
  display: none;
  position: static;
}

.navcontainer {
  float: right;
  clear: none;
  flex: 0 auto;
  order: 0;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  width: auto;
  min-width: auto;
  margin-left: 0;
  margin-right: 60px;
  display: inline-block;
  position: static;
}

.image-18 {
  float: left;
  max-width: none;
  height: 50px;
  margin-top: 0;
  margin-left: 0;
}

.brand {
  float: left;
  margin-top: 0;
  margin-left: 40px;
  margin-right: 40px;
  position: static;
}

.brand.w--current {
  background-color: #0000;
  border-radius: 5px;
  margin-top: 0;
  margin-left: 60px;
  margin-right: 40px;
  padding: 0;
}

.icon-2 {
  color: #deb953;
}

.heading-5 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: LibreFranklin, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

.text-span-13 {
  font-size: 25px;
  line-height: 35px;
}

.heading-6 {
  color: #deb953;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: LibreFranklin, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.event-heading {
  background-color: #0000;
  background-image: radial-gradient(circle, #000, #0000);
  border-radius: 10px;
  max-width: none;
  margin: 0% 0 0;
  padding: 100px 40px 40px;
  position: static;
  inset: 0% 0% auto;
}

.nftcatalogue-body {
  background-color: #000;
  padding-top: 115px;
}

.background-grid {
  z-index: -1;
  float: left;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  display: grid;
  position: fixed;
  inset: 0%;
}

.image-29 {
  object-fit: cover;
  width: 100%;
  max-width: none;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
  display: none;
}

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

.auction-event {
  padding-top: 0;
  position: static;
  inset: 0% 0% auto;
}

.heading-7 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: LibreFranklin, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 40px;
}

.catalogue-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-radius: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.catalogue {
  color: #fff;
  background-color: #0000;
  background-image: radial-gradient(circle closest-corner, #000, #0000);
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 60px;
  padding-bottom: 100px;
  font-family: LibreFranklin, sans-serif;
  font-weight: 300;
  position: static;
  inset: 0% 0% auto;
}

.heading-9 {
  color: #deb953;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
}

.item {
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 20px;
}

.nft-id {
  float: right;
  color: #deb953;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-weight: 700;
  display: inline-block;
}

.nft-heading {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.worre-logo {
  max-width: 120px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.nft-description {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
}

.text-span-14 {
  color: #deb953;
}

.nft-item-body {
  background-color: #141414;
  padding-top: 220px;
}

.image-32 {
  float: left;
  object-fit: cover;
  margin-left: 0;
  margin-right: 40px;
  display: block;
}

.paragraph-5 {
  color: #fff;
  text-align: justify;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.nft-details {
  border: 1px solid #fff;
  border-radius: 5px;
  max-width: 1000px;
  margin-bottom: 140px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
}

.heading-10 {
  color: #fff;
  margin-bottom: 20px;
}

.nft-id2 {
  float: none;
  color: #deb953;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
}

.nft-link {
  color: #000;
  text-align: center;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  font-family: LibreFranklin, sans-serif;
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
  display: block;
}

.nft-link:hover {
  color: #fff;
  text-decoration: none;
}

.category-block {
  max-width: 1000px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.tabname {
  color: #fff;
  letter-spacing: 1px;
  font-weight: 900;
  line-height: 14px;
}

.tabname:hover, .tabname:focus-visible, .tabname[data-wf-focus-visible] {
  color: #fff;
}

.tab-link-all-2 {
  color: #000;
  background-color: #ffffff4d;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.tab-link-all-2:hover {
  background-color: #000;
}

.tab-link-all-2:active {
  background-color: #0000;
}

.tab-link-all-2.w--current {
  color: #fff;
  background-color: #000;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.tab-link-art-2 {
  color: #deb953;
  background-color: #ffffff4d;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 700;
}

.tab-link-art-2:hover {
  color: #0000;
  background-color: #000;
  border-radius: 5px;
}

.tab-link-art-2:active {
  background-color: #0000;
}

.tab-link-art-2.w--current {
  color: #deb953;
  background-color: #0000;
  border-radius: 5px;
}

.tab-link-music-2 {
  color: #fff;
  background-color: #ffffff4d;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.tab-link-music-2:hover {
  background-color: #000;
  border-radius: 5px;
}

.tab-link-music-2:active {
  background-color: #0000;
}

.tab-link-music-2:focus-visible, .tab-link-music-2[data-wf-focus-visible] {
  color: #fff;
}

.tab-link-music-2.w--current {
  background-color: #000;
  border: 0 #000;
  border-radius: 5px;
}

.tab-link-sport {
  background-color: #ffffff4d;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
}

.tab-link-sport:hover {
  white-space: normal;
  background-color: #000;
}

.tab-link-sport.w--current {
  background-color: #000;
  border-radius: 5px;
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.tab-link-sport.w--current:active {
  background-color: #0000;
}

.category-tabs {
  margin-bottom: 0;
}

.tabs-menu-2 {
  color: #0000;
  background-color: #0000;
  border: 1px #fff;
  border-radius: 5px;
  margin-bottom: 20px;
}

.createdby {
  display: none;
}

.lag-footer {
  background-color: #2a2821;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

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

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

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

.footer-title {
  color: #c2b39f;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
}

.footer-link-two {
  color: #c2b39f;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #fff;
}

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

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

.footer-form-field {
  color: #c2b39f;
  background-color: #0000;
  border: 1px solid #52504a;
  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 {
  color: #c2b39f;
  background-color: #0000;
  border: 1px solid #52504a;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 80px;
  height: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  transition: all .2s;
}

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

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

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

.footer-copyright {
  color: #c2b39f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

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

.image-35 {
  height: 100px;
}

.image-36, .image-37 {
  background-color: #0000;
}

.history-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.right-block {
  color: var(--white);
  background-color: #0000;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: block;
}

.auctions-body {
  background-color: #f5f5f5;
  background-image: url('/assets/section-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-top: 0;
  padding-top: 85px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.main-heading {
  color: #c3af87;
  text-align: left;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2em;
}

.desc-text {
  color: #000;
  text-align: left;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.summary {
  color: #000;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  display: block;
}

.large-image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 400px;
}

.slider-content {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  display: block;
}

.single-work-proccess {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fcfaf6;
  background-image: url('/assets/bg-1.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 585px;
  padding: 40px 30px 35px;
  transition: background-color .3s;
  display: flex;
}

.single-work-proccess:hover {
  background-color: #d7c2aa;
}

.mobile-margin-top-10 {
  background-image: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: inline-block;
}

.button-primary-3 {
  background-color: var(--lag-yellow);
  color: var(--black);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 380px;
  min-width: auto;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 29px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1em;
  text-decoration: none;
  transition: background-color .3s, transform .3s;
  display: inline-block;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #000;
  transform: translate(0, -5px);
}

.slider-heading {
  color: #f7ede2;
  text-align: center;
  letter-spacing: 3px;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-family: Exo, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 80px;
}

.footer-section {
  background-image: linear-gradient(#000000b3, #000000b3), url('/assets/historic_auction.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 60px;
  padding-bottom: 40px;
  position: static;
}

.navbar {
  background-color: #000;
  padding: 20px;
  position: fixed;
  inset: 0% 0% auto;
}

.copyright {
  z-index: 1;
  color: #a79c82;
  text-align: center;
  background-color: #0000;
  border: 1px #ffffff26;
  border-radius: 10px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 15px;
  line-height: 25px;
  position: relative;
}

.about-title {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 55px;
  font-weight: 500;
  line-height: 70px;
}

.about-first-image-inner {
  overflow: hidden;
}

.header-section {
  z-index: 2;
  background-color: #fff;
  width: 100%;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
  position: absolute;
  inset: 0% 0% auto;
}

.section-title-block {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: none;
  margin-bottom: 60px;
  display: block;
}

.footer-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  text-align: center;
  border-bottom: 1px #4d483f;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 60px;
  display: flex;
  position: static;
}

.slider-section {
  z-index: 1;
  background-image: url('/assets/slider-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.about-title-block {
  text-align: center;
  margin-bottom: 60px;
}

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

.shot-line-shape {
  background-color: #c39953;
  width: 100%;
  max-width: 20px;
  height: 1px;
}

.single-gallery-thumb {
  overflow: hidden;
}

.visa-assessment-right-side {
  width: 100%;
  max-width: 590px;
}

.visa-assessment-left-side {
  width: 100%;
  max-width: 560px;
  position: relative;
}

.slider-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.navbar-brand {
  background-color: #0000;
  border-radius: 5px;
  padding: 0;
}

.about-wrapper-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  align-items: center;
  max-width: 1400px;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.company-link {
  color: #b0ada6;
  font-weight: 500;
  text-decoration: none;
}

.company-link:hover {
  color: #c39953;
}

.theme-color {
  color: var(--kaki);
  font-weight: 500;
}

.long-line-shape {
  background-color: #c3995326;
  justify-content: center;
  width: 100%;
  max-width: 220px;
  height: 1px;
  display: flex;
}

.navbar-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-frist-image {
  z-index: 3;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 400px;
  margin-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.nav-menu-two {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 0;
  display: flex;
}

.about-content-block {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.logo-image {
  height: 45px;
  padding-top: 0;
  padding-bottom: 0;
}

.nav-menu-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: auto;
  display: flex;
}

.nav-list-item {
  background-image: none;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
}

.navbar-left.d-lg-block {
  display: inline-block;
}

.about-text-block {
  color: #000;
  letter-spacing: 2px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 55px;
  font-weight: 500;
  line-height: 70px;
  display: flex;
}

.header-banner {
  background-image: linear-gradient(#0000004d, #0000004d), url('/assets/sold_banner.jpg');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 92vh;
  display: flex;
}

.about-text {
  color: var(--lag-brown);
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 45px;
}

.fancy-text-wrapper {
  z-index: 1;
  background-color: #faf7f2;
  width: 100%;
  max-width: none;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 0;
  position: static;
  bottom: 0;
  left: 0;
}

.navlink {
  color: #a79c82;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px #000;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  transition: border-color .3s, color .3s;
  display: inline-block;
}

.navlink:hover {
  color: #fff;
  border-bottom-style: none;
  border-bottom-color: #c39953;
  font-weight: 500;
}

.navlink:focus-visible, .navlink[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.navlink.w--current {
  color: #fff;
  border-bottom-style: none;
  border-bottom-color: #c39953;
  font-weight: 500;
}

.navlink.light {
  color: var(--white);
}

.section-subtitle {
  color: #c39c6f;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 60px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.single-work-proccess-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fcfaf6;
  background-image: url('/assets/bg-1.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 585px;
  padding: 40px 30px 35px;
  transition: background-color .3s;
  display: flex;
}

.single-work-proccess-2:hover {
  background-color: #c39953;
}

.button-primary {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #c3af87;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 29px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 13px;
  transition: background-color .3s, transform .3s;
  display: inline-block;
}

.button-primary:hover {
  color: #fff;
  background-color: #000;
  transform: translate(0, -5px);
}

.footer-copyright-3 {
  z-index: 1;
  color: #b0ada6;
  background-color: #16110b;
  border: 1px dashed #ffffff26;
  border-radius: 10px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 15px;
  line-height: 40px;
  position: relative;
}

.about-wrapper-block-2 {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.history-subtitle {
  color: #8a755e;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
}

.history-auctions {
  z-index: 1;
  background-color: #0000;
  padding-top: 100px;
  padding-bottom: 100px;
  font-style: italic;
  position: relative;
}

.about-heading {
  color: #15110b;
  text-transform: uppercase;
  font-weight: 600;
}

.about-heading.testimonial-title {
  color: #000;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 55px;
  display: inline;
}

.lovig-highlight {
  color: #8a755e;
  line-height: 40px;
}

.about-header {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  margin-bottom: 60px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.about-text-wrapper {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.about-content {
  float: none;
  grid-column-gap: 57px;
  grid-row-gap: 57px;
  background-color: #0000;
  background-image: url('/assets/section-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  width: auto;
  min-width: auto;
  height: auto;
  padding: 60px;
  display: block;
  position: static;
  inset: 0% 0% 0% auto;
}

.about-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: stretch;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: grid;
  position: static;
}

.single-team {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  padding-top: 43px;
  padding-bottom: 43px;
  transition: background-color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 40px #0000000a;
}

.single-team:hover {
  background-color: #c39953;
}

.circle-two {
  background-color: #ffffff14;
  border-radius: 50%;
  width: 82px;
  height: 82px;
  position: absolute;
  top: 20px;
  left: 20px;
}

.brochure-name {
  color: #c3af87;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-style: normal;
  line-height: 18px;
}

.circle-three {
  background-color: #ffffff14;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 23px;
  right: 30px;
}

.circle-one {
  background-color: #ffffff14;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  position: absolute;
  bottom: -29px;
  right: -28px;
}

.single-team-content {
  z-index: 3;
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: relative;
}

.history-piece {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  background-color: #272624;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: background-color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 40px #0000000a;
}

.history-piece:hover {
  background-color: #272624cc;
}

.history-thumbnail {
  z-index: 2;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  height: auto;
  display: block;
  position: relative;
  overflow: hidden;
}

.history-image {
  object-fit: cover;
  width: 180px;
  max-width: none;
  height: 220px;
  display: block;
}

.history-text {
  color: #675b4a;
  text-align: justify;
  min-width: auto;
  max-width: none;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.great-highlight {
  color: #f8efdd;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Oswald, sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px;
}

.hammer {
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.services-section {
  background-color: var(--cream);
  padding: 60px;
}

.date {
  border: 1px solid #000;
  margin-top: 0;
  padding: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.image-bar {
  margin-bottom: 0;
}

.item-images {
  width: auto;
}

.item-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  border: 5px #f0eae4;
  border-radius: 2px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1.2fr .8fr;
  grid-auto-columns: 1fr;
  place-content: start stretch;
  place-items: start center;
  max-width: 1200px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: block;
  box-shadow: 0 5px 5px 5px #0908084d;
}

.little-hammer {
  height: 40px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 20px;
  display: inline-block;
}

.color-line {
  color: #e7c07c;
  -webkit-text-stroke-color: var(--lag-yellow);
}

.lag-upcoming {
  color: var(--lag-brown);
  text-transform: uppercase;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1em;
  display: inline-block;
}

.terms-link {
  color: #000;
  margin-bottom: 40px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
  display: block;
}

.bar-image {
  width: 50%;
  max-height: 250px;
}

.centered-button {
  background-color: var(--tan);
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 175px;
  min-width: 140px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 13px;
  transition: background-color .3s, transform .3s;
  display: block;
  position: static;
  inset: auto 0% 0%;
}

.centered-button:hover {
  color: #fff;
  background-color: #000;
  transform: translate(0, -5px);
}

.auctions-button {
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: #d7c2aa;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  margin-left: 0;
  margin-right: 0;
  padding: 13px 29px;
  font-size: 13px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
  transition: background-color .3s, transform .3s;
  display: inline-block;
}

.auctions-button:hover {
  color: #fff;
  background-color: #000;
  transform: translate(0, -5px);
}

.auctions-button.booking-button {
  color: #a79c82;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 5px;
  min-width: auto;
  height: auto;
  padding: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}

.auctions-button.booking-button:hover {
  color: #fff;
}

.signup-button {
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: #c39953;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  margin-left: 0;
  margin-right: 0;
  padding: 13px 29px;
  font-size: 13px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
  transition: background-color .3s, transform .3s;
  display: inline-block;
}

.signup-button:hover {
  color: #fff;
  background-color: #000;
  transform: translate(0, -5px);
}

.signup-button.booking-button {
  color: #000;
  letter-spacing: 1px;
  background-color: #c3af87;
  min-width: auto;
  padding: 13px 20px 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.signup-button.booking-button:hover {
  background-color: #fff;
}

.form {
  flex-direction: column;
  display: flex;
}

.contact-form-wrapper {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.form-input-field {
  color: #675b4a;
  text-transform: none;
  background-color: #f3e7d833;
  border: 1px solid #f3e7d8;
  border-radius: 0;
  width: 100%;
  height: 54px;
  margin-bottom: 0;
  padding-left: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  transition: background-color .4s, border-color .4s;
}

.form-input-field:focus {
  background-color: #0000;
  border-color: #c39953;
}

.form-input-field::placeholder {
  color: #646465;
  text-transform: capitalize;
  font-size: 16px;
}

.contact-form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-bottom: 40px;
  display: grid;
}

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

.form-textarea {
  background-color: var(--cream);
  color: #675b4a;
  border: 1px solid #f3e7d8;
  border-radius: 0;
  min-height: 196px;
  margin-bottom: 60px;
  padding-left: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  transition: background-color .4s, border-color .4s;
}

.form-textarea:focus {
  background-color: #0000;
  border-color: #c39953;
}

.form-textarea::placeholder {
  color: #646465;
  text-transform: capitalize;
  font-size: 16px;
}

.contact-heading {
  color: #000;
  text-transform: none;
  max-width: 700px;
  margin: 0 auto 40px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 40px;
}

.contact-banner {
  background-image: url('/assets/commercial_banner.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 350px;
}

.after-note {
  color: #675b4a;
  text-align: left;
  margin-bottom: 40px;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 25px;
}

.section {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 20px;
}

.format-block {
  background-color: var(--cream);
  text-align: center;
  border: 2px #f6efe3;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  padding: 40px;
  display: block;
  position: relative;
}

.format-block:hover {
  background-color: #faf7f2;
}

.lovig-format {
  color: #000;
  text-transform: uppercase;
  background-color: #0000;
  border-bottom: 10px #c2a584;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  display: inline-block;
}

.format-text {
  color: #675b4a;
  text-align: justify;
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.4em;
}

.format-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  align-items: stretch;
  max-width: 1200px;
  margin: 60px auto;
  display: flex;
}

.blog-section {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.news-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  max-width: none;
  padding-left: 60px;
  padding-right: 60px;
  display: grid;
}

.news-title {
  color: #c3af87;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.paragraph-10 {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  font-family: Vollkorn, serif;
  font-size: 16px;
  font-weight: 400;
}

.news-image {
  object-fit: cover;
  width: 100%;
  height: 233.9px;
  margin-bottom: 40px;
}

.news-item {
  background-color: #000;
  padding-bottom: 40px;
  position: relative;
}

.image-42 {
  height: 100px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slogan {
  color: #a79c82;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.footer-logo {
  text-align: left;
  width: 250px;
  margin-bottom: 0;
  display: block;
}

.footer-links {
  border: 1px #000;
  padding: 0;
  display: inline-block;
}

.social-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.social-link {
  margin-right: 0;
  padding: 10px;
}

.social-icon {
  color: #a79c82;
  width: 30px;
  height: 30px;
  margin-right: 0;
}

.label {
  color: #a79c82;
  text-align: left;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.text-input {
  color: #a79c82;
  background-color: #a79c8233;
  border: 1px #a79c82;
  margin-bottom: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  line-height: 14px;
}

.signup-heading {
  color: #a79c82;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.subscribe-button {
  color: #a79c82;
  text-align: center;
  text-transform: uppercase;
  background-color: #a79c8233;
  border: 1px #a79c82;
  border-radius: 5px;
  margin-top: 0;
  padding: 10px 15px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  transition: background-color .2s;
  display: block;
}

.subscribe-button:hover {
  background-color: #0009;
}

.body {
  padding-top: 85px;
}

.signup-block {
  border: 1px solid #4e4c47;
  padding: 20px;
  display: inline-block;
}

.form-block-3 {
  margin-bottom: 0;
}

.contact-wrapper {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.bold-text {
  color: #000;
  text-transform: none;
}

.image-43 {
  background-color: #000;
  border: 1px solid #f7ede2;
  border-radius: 5px;
  height: 200px;
  margin-bottom: 60px;
  padding: 20px;
}

.heading-11 {
  color: #f7ede2;
  font-family: Oswald, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.landing-header {
  background-image: linear-gradient(#0000004d, #0000004d), url('/assets/sold_banner.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.heading-12 {
  color: #c3af87;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 30px;
  line-height: 45px;
}

.legal-section {
  background-image: url('/assets/section-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: 100px 20px;
}

.paragraph-11 {
  color: #675b4a;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.textlink {
  color: #675b4a;
  white-space: nowrap;
  font-weight: 500;
  text-decoration: none;
}

.phone-link {
  color: #675b4a;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  text-decoration: none;
}

.phone-us {
  color: #000;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Ubuntu, Helvetica, sans-serif;
  line-height: 40px;
}

.learn-more-button {
  background-color: var(--gold);
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 175px;
  min-width: 140px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 13px;
  text-decoration: none;
  transition: background-color .3s, transform .3s;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.learn-more-button:hover {
  color: #fff;
  background-color: #000;
  transform: translate(0, -5px);
}

.about-image {
  float: none;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
}

.read-button {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #c3af87;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 13px;
  transition: background-color .3s, transform .3s;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.read-button:hover {
  color: #fff;
  background-color: #000;
  transform: translate(0, -5px);
}

.news-body {
  padding-top: 85px;
}

.about-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: stretch;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: grid;
  position: static;
}

.grandad {
  float: none;
  border: 10px solid #f8efdd;
  height: 500px;
  margin-bottom: 100px;
  margin-right: 0;
  display: block;
}

.video-banner {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-around;
  align-items: stretch;
  max-width: 1200px;
  height: 300px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.play-button {
  background-image: url('/assets/play.png');
  background-position: 57%;
  background-repeat: no-repeat;
  background-size: 35px;
  border: 2px solid #c3af87;
  border-radius: 50%;
  width: 90px;
  height: 90px;
}

.video-box-1 {
  background-color: #000;
  background-image: linear-gradient(#0003, #0003), url('/assets/LittleBighornAdd600x500.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.video-box-2 {
  background-color: #000;
  background-image: linear-gradient(#0003, #0003), url('/assets/Hyde-11.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.video-box-3 {
  background-color: #000;
  background-image: linear-gradient(#0003, #0003), url('/assets/new_marahills_sign.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.about-header-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  margin-bottom: 60px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  display: block;
}

.grandad-block {
  background-color: #000;
  border: 10px #f8efdd;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.history-lightbox {
  width: 32%;
}

.illustration {
  text-align: center;
  width: auto;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-style: italic;
  line-height: 18px;
}

.signup-link {
  color: #000;
  text-transform: uppercase;
  background-color: #c3af87;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 13px;
  text-decoration: none;
}

.history-image-contained {
  object-fit: cover;
  width: 180px;
  max-width: none;
  height: auto;
  margin-bottom: 10px;
  display: inline-block;
}

.history-title-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  max-width: 1200px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.afternote {
  color: #8a755e;
  text-align: left;
  letter-spacing: 1px;
  max-width: 900px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: HeiReina, sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  display: block;
}

.news-subtitle {
  color: #c39c6f;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.contact-subtitle {
  color: var(--tan);
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.link-block-4, .link-block-5, .link-block-6, .link-block-7 {
  text-decoration: none;
}

.linkblock {
  margin-bottom: 0;
  text-decoration: none;
}

.brochure-name-double {
  color: #c3af87;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-style: normal;
  line-height: 18px;
}

.link-2 {
  display: none;
}

.one-lot {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  flex-flow: row;
  grid-template: "."
                 "."
                 / 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 400px;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.lot-number {
  color: #c3af87;
  text-transform: uppercase;
  background-color: #fff;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 700;
  display: block;
}

.mapbutton {
  background-color: #fff;
  border: 1px #000;
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  position: absolute;
  inset: 0% 0% auto auto;
}

.mapbutton:hover {
  background-color: #c3af8766;
}

.lot-image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 280px;
  margin-bottom: 20px;
  display: block;
}

.lot-desc {
  color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.lots-on-auction {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.rv-lot-desc {
  color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 22px;
  display: flex;
}

.marahills-body {
  background-color: #f5f5f5;
  background-image: url('/assets/section-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-top: 0;
  padding-top: 85px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.news-banner {
  background-color: #616161;
  background-image: linear-gradient(#000000b3, #000000b3), url('/assets/kamloops_building5.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.news-banner-image {
  object-fit: cover;
  width: 250px;
  height: 300px;
  margin-left: 0;
  margin-right: 0;
}

.news-banner-heading {
  color: #c39c6f;
  text-transform: uppercase;
  width: auto;
  max-width: 900px;
  margin: 0 auto 60px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
}

.div-block {
  margin-bottom: 60px;
}

.add-banner-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.news-banner-heading-2 {
  color: #c39c6f;
  width: auto;
  max-width: 900px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.link-3 {
  text-decoration: none;
}

.for-sale-link {
  color: #000;
  text-transform: uppercase;
  background-color: #c3af87;
  padding: 10px 5px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  position: absolute;
  inset: 0% 0% auto;
}

.ad-heading {
  color: #161616;
  text-transform: uppercase;
  background-color: #c3af87;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: LibreFranklin, sans-serif;
  font-size: 22px;
  line-height: 30px;
  text-decoration: none;
}

.ad-link-block {
  text-decoration: none;
}

.member {
  max-width: none;
  height: 60px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.edson-calendar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  box-shadow: 4px 9px 15px 2px var(--shadow);
  border: 5px #f0eae4;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start flex-start;
  place-items: start;
  width: auto;
  max-width: 1200px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
}

.upcoming {
  color: #000;
  text-transform: uppercase;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2em;
}

.calendar-block {
  border: 1px solid #c3af87;
  padding: 20px 60px;
}

.auction-banner {
  background-color: var(--white);
  border: 1px #c3af87;
  margin-right: 0;
  padding: 10px 20px;
}

.upcoming-auction {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  background-color: #000;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 40px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.4em;
  display: block;
}

.coming-soon {
  color: #000;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #c3af87;
  border: 1px #000;
  margin-bottom: 0;
  padding: 10px 40px 10px 50px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
}

.calendar-heading {
  color: #8a755e;
  text-align: left;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

.faq-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-bottom: 0;
  margin-left: 60px;
  margin-right: 60px;
  padding: 10px;
  list-style-type: none;
  display: flex;
}

.featured-lot-number {
  background-color: var(--lag-brown);
  color: var(--white);
  text-transform: uppercase;
  white-space: nowrap;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 18px 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 14px;
  display: inline-block;
}

.faq-answer {
  color: var(--kaki);
  text-align: justify;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 1.6em;
}

.faq-question {
  color: var(--kaki);
  border-bottom: 5px #fec82f;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.featured-heading {
  color: var(--white);
  text-transform: uppercase;
  white-space: normal;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 20px 0 60px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

.optional-link {
  color: var(--kaki);
  text-align: left;
  white-space: nowrap;
  background-color: #0000;
  border-bottom: 1px #ac895f;
  border-radius: 2px;
  width: auto;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-family: Droid Serif, serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
  display: block;
}

.optional-link:hover {
  color: #666;
  background-color: #0000;
  border-bottom-color: #ecbb86;
}

.faq-panel {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  border: 1px solid #c3af87;
  border-radius: 2px;
  flex-flow: row;
  grid-template: "."
                 "."
                 / 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  margin-bottom: 0;
  padding-bottom: 60px;
  display: block;
  position: static;
  box-shadow: 4px 4px 5px 2px #4e4e4e33;
}

.faq-heading {
  background-color: var(--kaki);
  color: var(--white);
  white-space: nowrap;
  overflow-wrap: normal;
  align-items: center;
  width: auto;
  height: auto;
  margin: 60px;
  padding: 10px;
  display: block;
}

.faq-wrapper {
  width: auto;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 20px;
}

.table {
  outline-color: var(--gold);
  outline-offset: 0px;
  color: var(--lag-brown);
  outline-width: 3px;
  outline-style: none;
  padding: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
  display: block;
}

.buyers-text {
  color: var(--lag-brown);
  text-align: justify;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4em;
}

.signup-now-button {
  background-color: var(--gold);
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 140px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
  text-decoration: none;
  transition: background-color .3s, transform .3s;
  display: block;
  position: static;
  inset: auto 0% 0%;
}

.signup-now-button:hover {
  color: #fff;
  background-color: #000;
  transform: translate(0, -5px);
}

.inline-highlight {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
}

.format-text-copy {
  color: #675b4a;
  text-align: justify;
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.4em;
}

.buyers-block {
  background-color: var(--cream);
  text-align: center;
  border: 2px #f6efe3;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  padding: 40px;
  display: block;
  position: relative;
}

.buyers-block:hover {
  background-color: #faf7f2;
}

.buyers-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  align-items: stretch;
  max-width: 1200px;
  margin: 100px auto;
  display: flex;
}

.sellers-heading {
  color: var(--gold-brown);
  margin-top: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.2em;
}

.sellers-text {
  color: var(--lag-brown);
  text-align: justify;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6em;
}

.sellers-item {
  background-color: var(--white);
  box-shadow: 0 5px 14px 3px var(--shadow);
  border-radius: 3px;
  margin-bottom: 40px;
  padding: 20px;
}

.sellersgrid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.big-sellers-heading {
  color: var(--gold-brown);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2em;
}

.sellers-section {
  background-color: #0000;
  background-image: linear-gradient(#0003, #0003), url('/assets/onlineauction.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 20px;
}

.hammerhead {
  height: 60px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
  line-height: 40px;
  display: block;
}

.bold-text-2 {
  font-weight: 500;
}

.list-item-2 {
  margin-bottom: 0;
}

.new-auction {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border: 5px #f0eae4;
  border-radius: 2px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1.2fr .8fr;
  grid-auto-columns: 1fr;
  place-content: start stretch;
  place-items: start center;
  max-width: 1200px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: grid;
  box-shadow: 0 5px 5px 5px #0908084d;
}

.heading-13 {
  color: var(--black);
  margin-top: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2em;
}

.calendar-head {
  background-color: var(--gold);
  color: var(--black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 50px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
}

.auctionbanner {
  float: none;
  aspect-ratio: auto;
  object-fit: contain;
  width: 100%;
  height: auto;
  max-height: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.history-title-block-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  max-width: 1200px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.more-coming {
  background-color: var(--black);
  color: var(--gold);
  text-align: center;
  padding: 10px;
  font-family: LibreFranklin, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1em;
}

.edson-banner {
  background-image: linear-gradient(#0003, #0003), url('/assets/beach_chairs_cropped.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 60px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.edson-hero-heading {
  background-color: var(--edson-blue);
  color: var(--white);
  text-align: center;
  letter-spacing: 3px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px;
  font-family: LibreFranklin, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2em;
}

.edson-auction-section {
  background-color: var(--white);
  max-width: 1400px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.edson-auction-heading {
  background-color: var(--edson-blue);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: LibreFranklin, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.4em;
}

.edson-subheading {
  background-color: var(--edson-green);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px 0;
  font-family: LibreFranklin, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.4em;
  text-decoration: none;
}

.edson-subtitle {
  background-color: var(--edson-green);
  color: var(--white);
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  padding: 0 20px 20px;
  font-family: Vollkorn, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: none;
  display: block;
}

.edson-location {
  background-color: var(--edson-blue);
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  padding: 20px 10px;
  font-family: LibreFranklin, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4em;
}

.edson-lightbox {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  margin-bottom: 60px;
  text-decoration: none;
  display: block;
}

.edson-lightbox:hover {
  box-shadow: 0 2px 5px 4px #00000069;
}

.edson-lots {
  border: 10px none var(--white);
  width: 100%;
  height: auto;
  padding: 20px;
}

.image-45 {
  padding: 60px;
}

.clickbox {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: auto;
  margin-bottom: 20px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.lots-table {
  border: 5px solid var(--edson-blue);
  height: auto;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 10px;
  display: block;
}

.edson-map {
  margin-top: 40px;
  margin-bottom: 40px;
  display: block;
}

.div-block-3 {
  display: block;
}

.button {
  border: 5px none var(--gold-brown);
  color: var(--white);
  text-align: center;
  background-color: #0000;
  border-radius: 10px;
  width: auto;
  max-width: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: HeiReina, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
  display: block;
}

.button:hover {
  color: var(--edson-blue);
  background-color: #0000;
}

.edson-logo-box {
  background-color: var(--edson-brown);
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.edson-hero-logo {
  height: 200px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.edson-picture {
  background-image: url('/assets/beach_chairs_cropped.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 250px;
}

.div-block-4 {
  background-image: url('/assets/camp_forest.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 250px;
}

.edson-button {
  background-color: var(--edson-yellow);
  color: var(--edson-brown);
  text-align: center;
  text-transform: uppercase;
  border-radius: 10px;
  width: 700px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  font-family: LibreFranklin, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4em;
  display: block;
  box-shadow: 0 2px 5px 4px #0003;
}

.footer-edson-logo {
  height: 120px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.edsonimage-bar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  height: auto;
  display: grid;
}

.image-46 {
  object-fit: cover;
  height: 100%;
}

.edsonbar-image {
  height: 100%;
}

.paragraph-12 {
  color: var(--edson-blue);
  margin-bottom: 0;
  padding: 10px;
  font-size: 16px;
  line-height: 1.4em;
}

.nextauction {
  color: var(--cream);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px;
  font-family: LibreFranklin, sans-serif;
  font-weight: 300;
  line-height: 1.4em;
  text-decoration: none;
}

.nextauction:hover {
  color: var(--white);
}

.image-47 {
  height: 100px;
}

.div-block-5 {
  background-color: #0000;
  border: 1px #000;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.div-block-5:hover {
  border: 5px none var(--cream);
  background-color: #0000;
}

.nextauction-link {
  text-decoration: none;
}

.nextauction-link:hover {
  background-color: var(--shadow);
}

.edson-open-house {
  background-color: var(--edson-blue);
  color: var(--white);
  text-align: center;
  border-radius: 10px;
  max-width: 400px;
  margin: 40px auto 0;
  padding: 20px 40px;
  font-family: LibreFranklin, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.4em;
}

.cabin-gallery {
  border: 5px solid var(--edson-green);
  background-color: #0000;
  max-width: 1240px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  position: relative;
}

.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;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  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('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.button-primary-4 {
  background-color: var(--lag-brown);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 2px;
  width: 380px;
  max-width: none;
  margin-bottom: 20px;
  padding: 10px 25px;
  font-size: 14px;
  line-height: 1.2em;
  transition: all .2s;
  display: inline-block;
}

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

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

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

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

.qa {
  margin-bottom: 5px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.qabox {
  background-color: #0000;
  margin-bottom: 10px;
  margin-left: 40px;
  padding-right: 20px;
}

.heading-14 {
  color: var(--edson-blue);
}

.heading-15 {
  color: var(--edson-blue);
  margin-top: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
}

.list-item-4 {
  list-style-type: none;
}

.heading-16 {
  color: var(--edson-green);
  text-transform: uppercase;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-left: 40px;
  font-family: LibreFranklin, sans-serif;
  font-weight: 700;
}

.lotlist {
  color: var(--white);
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 1.4em;
  list-style-type: disc;
}

.list {
  background-color: #0000;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.cabinlist {
  margin-bottom: 20px;
  padding-left: 60px;
  padding-right: 20px;
  list-style-type: square;
}

.div-block-6 {
  background-color: var(--edson-brown);
  padding: 40px;
}

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

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

.gallery-wrapper-2 {
  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-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

.gallery-image-2 {
  width: 100%;
}

.cabin-head {
  color: var(--edson-green);
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 40px;
  padding-bottom: 0;
  padding-left: 0;
  font-family: LibreFranklin, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4em;
}

.edson-button {
  background-color: var(--edson-blue);
  color: var(--white);
  width: 600px;
}

.edson-button:hover {
  background-color: var(--edson-brown);
}

.link-4 {
  color: var(--edson-blue);
}

.edson-phone {
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: LibreFranklin, sans-serif;
  font-size: 30px;
  line-height: 1.4em;
}

.next-auction {
  background-color: var(--orange);
  color: var(--white);
  letter-spacing: 1px;
  border-radius: 5px;
  font-family: LibreFranklin, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4em;
}

.thankyou-banner {
  background-image: linear-gradient(#0000004d, #0000004d), url('/assets/auctionbidding_grey.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 92vh;
  display: flex;
}

.thank-heading {
  color: #f7ede2;
  text-align: center;
  letter-spacing: 3px;
  margin-top: 0;
  margin-bottom: 40px;
  padding-right: 0;
  font-family: Exo, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 80px;
}

.lag-location {
  color: var(--lag-brown);
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1em;
  display: inline-block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.auction-details {
  padding: 0;
  position: relative;
}

.auction-details-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 2px none var(--lag-yellow);
  background-color: var(--white);
  border-radius: 3px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 20px;
  display: grid;
  box-shadow: 0 2px 5px 5px #0003;
}

.auction-panel {
  border: 2px none var(--cream);
  border-radius: 2px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  display: block;
}

.auctiontext {
  color: var(--black);
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.6em;
}

.subheading {
  color: var(--lag-brown);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.2em;
}

.auction-info-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 2px none var(--lag-yellow);
  background-color: var(--white);
  border-radius: 3px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  max-width: none;
  margin-bottom: 10px;
  padding: 20px 20px 60px;
  display: grid;
  position: relative;
  box-shadow: 0 5px 5px 5px #0908084d;
}

.note {
  color: var(--lag-brown);
  text-align: center;
  max-width: 1200px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 35px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.1em;
  text-decoration: none;
}

.map {
  width: 900px;
  display: block;
}

.mh-image {
  float: none;
  width: 60%;
  margin-bottom: 20px;
}

.div-block-7 {
  float: right;
  width: 38%;
}

.image-50 {
  object-fit: cover;
  height: 100%;
}

.lightbox-link {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
}

.image-51 {
  width: 80%;
  min-width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.mh-openhouse {
  border: 1px solid var(--gold);
  background-color: var(--white);
  color: var(--lag-brown);
  text-align: left;
  border-radius: 5px;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  padding: 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4em;
  box-shadow: 0 2px 5px 5px #0908084d;
}

.mhbanner {
  object-fit: cover;
  background-image: url('/assets/hydebanner.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 300px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  display: block;
}

.orangetext {
  background-color: var(--orange);
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  word-break: normal;
  margin-bottom: 20px;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2em;
  display: inline-block;
}

.viewmore {
  background-color: var(--orange);
  color: var(--white);
  text-align: center;
  border-radius: 5px;
  margin-left: 0;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  position: absolute;
  inset: auto 0% 0%;
}

.viewmore:hover {
  background-color: var(--gold);
}

.openhouse-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6em;
}

.auction-welcome {
  border: 2px solid var(--orange);
  color: var(--orange);
  text-align: justify;
  letter-spacing: 1px;
  background-color: #0000;
  margin-bottom: 0;
  padding: 20px;
  font-family: HeiReina, sans-serif;
  font-size: 35px;
  line-height: .8em;
}

.victoria-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  max-width:1200px;
  margin: 0 auto;
  margin-bottom: 60px;
  display: grid;
}

.victoria-time {
  border: 1px solid var(--lag-yellow);
  background-color: var(--white);
  color: var(--lag-brown);
  border-radius: 2px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 300px;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px;
  font-family: LibreFranklin, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6em;
  display: flex;
  box-shadow: 0 2px 5px 5px #0003;
}

.auction-line {
  background-color: var(--lag-yellow);
  width: 100%;
  height: 5px;
}

.victoria-highlight {
  color: var(--orange);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: LibreFranklin, sans-serif;
  font-weight: 700;
}

.victoria-body {
  background-color: #f5f5f5;
  background-image: url('/assets/section-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-top: 0;
  padding-top: 85px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.victoria-info-block {
  background-color: var(--white);
  border-radius: 2px;
  max-width: 1200px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  box-shadow: 0 2px 5px 5px #0003;
}

.text-span-15 {
  text-transform: uppercase;
}

.victoria-paragraph {
  color: var(--text);
  text-align: justify;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.7em;
}

.victoria-image-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 60px;
  display: grid;
}

.victoria-image {
  object-fit: cover;
  width: 100%;
  height: 300px;
}

.victoria-welcome {
  border: 2px solid var(--lag-yellow);
  color: var(--lag-brown);
  text-align: justify;
  letter-spacing: 1px;
  background-color: #0000;
  margin-bottom: 0;
  padding: 20px;
  font-family: LibreFranklin, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4em;
}

.victoria-main-heading {
  color: var(--orange);
  text-align: left;
  letter-spacing: 1px;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0;
  font-family: LibreFranklin, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2em;
}

.victoria-paragraph2 {
  text-align: justify;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.7em;
}

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

.victoria-dev-image {
  height: 400px;
  margin-bottom: 60px;
  display: block;
}

.victoria-orange {
  color: var(--orange);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

.victoria-subheading {
  color: var(--orange);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: LibreFranklin, sans-serif;
  font-size: 20px;
  line-height: 1.2em;
}

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

.kamloops-image {
  width: 100%;
  height: 300px;
}

.victoria-phone-box {
  border: 2px none var(--gold);
  color: var(--black);
  background-color: #0000;
  border-radius: 2px;
  width: auto;
  margin-bottom: 0;
  margin-right: 0;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7em;
}

.text-span-16 {
  color: var(--orange);
  text-transform: uppercase;
  font-size: 14px;
}

.victoria-phone {
  color: var(--orange);
  font-weight: 600;
}

.bold-text-3 {
  color: var(--black);
  line-height: 1.2em;
}

.image-52 {
  height: 160px;
}

.victoria-viewings-box {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 2px solid var(--lag-yellow);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center start;
  width: auto;
  max-width: none;
  margin-bottom: 20px;
  margin-left: auto;
  padding-right: 10px;
  display: flex;
}

.heading-17 {
  color: var(--orange);
  text-align: left;
  margin-top: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  line-height: 1.2em;
}

.victoria-button {
  background-color: var(--lag-brown);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 2px;
  width: auto;
  max-width: 400px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 25px;
  font-size: 12px;
  line-height: 1.2em;
  transition: all .2s;
  display: block;
}

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

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

.victoria-yellow-button {
  background-color: var(--lag-yellow);
  color: var(--black);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: 400px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 29px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: background-color .3s, transform .3s;
  display: block;
}

.victoria-yellow-button:hover {
  background-color: var(--lag-brown);
  color: #fff;
  transform: translate(0, -5px);
}

.victoria-details-box {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 2px none var(--lag-yellow);
  background-color: var(--white);
  border-radius: 3px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 40px 20px;
  display: grid;
  box-shadow: 0 2px 5px 5px #0003;
}

.victoria-zoom-text {
  color: var(--lag-brown);
  margin-top: 0;
  margin-bottom: 0;
  font-family: LibreFranklin, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6em;
}

.victoria-zoom-button {
  border: 1px none var(--orange);
  background-color: var(--lag-yellow);
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 2px;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
}

.victoria-zoom-button:hover {
  background-color: var(--lag-brown);
  color: var(--white);
}

.victoria-terms {
  color: var(--text);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.2em;
  text-decoration: underline;
}

.victoria-terms-text {
  color: var(--text);
  margin-bottom: 0;
  font-size: 16px;
  font-style: italic;
  line-height: 1.7em;
}

.victoria-bold {
  text-transform: none;
  font-style: italic;
  font-weight: 500;
}

.register-form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-bottom: 60px;
  display: block;
}

.register-input {
  background-color: var(--white);
  color: #675b4a;
  text-transform: none;
  border: 1px #f3e7d8;
  border-radius: 10px;
  width: 400px;
  max-width: none;
  height: auto;
  margin-bottom: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  line-height: 1em;
  transition: background-color .4s, border-color .4s;
}

.register-input:focus {
  background-color: #0000;
  border-color: #c39953;
}

.register-input::placeholder {
  color: #646465;
  text-transform: capitalize;
  font-size: 16px;
}

.register-form-block {
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  margin-bottom: 0;
  display: flex;
}

.register-form-wrapper {
  background-color: #e7c07c59;
  border-radius: 10px;
  max-width: 600px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 40px 60px;
}

.register-heading {
  color: #000;
  text-align: center;
  text-transform: none;
  max-width: 700px;
  margin: 0 auto 40px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 40px;
}

.register-subtitle {
  color: var(--tan);
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6em;
}

@media screen and (max-width: 991px) {
  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown-list.w--open {
    background-color: #06294e;
  }

  .nft-overlay {
    height: 50vh;
    padding-top: 220px;
    padding-bottom: 0;
    display: block;
  }

  .nftgrid {
    grid-template-rows: 200px;
  }

  .nft-blue-bar {
    padding-top: 40px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
  }

  .nft-footer {
    padding: 80px 20px;
  }

  .dropdown-link, .dropdown-link-2, .dropdown-link-3 {
    color: #fff;
  }

  .menu-link {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu-link:hover {
    outline-offset: 0px;
    color: #fff;
    outline: 3px #fff;
  }

  .menu-link.w--current {
    color: #a9a9a9;
  }

  .current-menu-link {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .main-navbar {
    border-style: none;
    border-color: #000;
    justify-content: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .main-menu {
    float: none;
    object-fit: none;
    background-color: #000c;
    justify-content: center;
    width: auto;
    height: auto;
    min-height: 0;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 0;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
  }

  .menu-button-2 {
    color: #fff;
    height: auto;
    margin-right: 30px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 30px;
  }

  .menu-button-2.w--open {
    background-color: #0000;
  }

  .navcontainer {
    border: 1px #000;
    justify-content: flex-end;
    align-items: center;
    height: auto;
    margin-right: 20px;
    display: block;
  }

  .image-18 {
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
  }

  .brand {
    margin-top: 0;
    padding-bottom: 0;
  }

  .icon-2 {
    line-height: 30px;
  }

  .heading-5 {
    font-size: 25px;
  }

  .catalogue-grid {
    margin-left: 40px;
    margin-right: 40px;
  }

  .catalogue {
    padding-top: 40px;
  }

  .item {
    padding: 10px;
  }

  .nft-heading {
    margin-bottom: 5px;
  }

  .nft-item-body {
    padding-top: 160px;
  }

  .image-32 {
    float: none;
    width: 400px;
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .paragraph-5 {
    text-align: justify;
  }

  .nft-details {
    border-style: none;
    margin-bottom: 100px;
    margin-left: 0;
    margin-right: 0;
    padding: 0 60px;
  }

  .heading-10 {
    margin-top: 0;
  }

  .nft-id2 {
    margin-bottom: 20px;
  }

  .tabs-menu-2 {
    margin-left: 40px;
    margin-right: 40px;
    padding-right: 0;
  }

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

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

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

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

  .history-grid {
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .auctions-body {
    padding-top: 80px;
  }

  .main-heading {
    color: var(--gold);
    text-align: center;
    font-weight: 700;
  }

  .large-image {
    width: 100%;
    height: auto;
    margin-left: 0;
    display: block;
  }

  .slider-content {
    text-align: center;
    width: 100%;
    max-width: none;
    margin-bottom: 0;
  }

  .button-primary-3 {
    padding: 10px 25px;
    font-size: 16px;
  }

  .slider-heading {
    margin-bottom: 20px;
    padding-right: 0;
    font-size: 50px;
    line-height: 60px;
  }

  .navbar {
    padding: 20px;
  }

  .header-section {
    background-color: #faf7f2;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-title-block {
    margin-bottom: 80px;
  }

  .footer-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-section {
    min-height: 558px;
    padding-top: 100px;
  }

  .visa-assessment-right-side {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    display: flex;
  }

  .slider-wrapper {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .about-wrapper-block {
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: center;
  }

  .menu-button {
    color: #a79c82;
    background-color: #0000;
    border-radius: 5px;
    padding: 5px 12px;
    font-size: 20px;
  }

  .menu-button.w--open {
    color: #a79c82;
    background-color: #0000;
  }

  .nav-menu-two {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    background-color: #0000;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 15px;
    display: flex;
  }

  .logo-image {
    height: 40px;
  }

  .nav-menu-wrapper {
    background-color: #000;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .navbar-left.d-lg-block {
    display: block;
  }

  .header-banner {
    background-image: url('/assets/sold_banner.jpg'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
    height: 600px;
  }

  .about-text {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 25px;
    line-height: 35px;
  }

  .fancy-text-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .navlink {
    padding-left: 5px;
    padding-right: 5px;
    line-height: 25px;
  }

  .section-subtitle {
    margin-bottom: 60px;
  }

  .button-primary {
    padding: 20px;
    font-size: 12px;
    display: block;
  }

  .about-wrapper-block-2 {
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: flex-start;
  }

  .history-subtitle {
    margin-bottom: 0;
  }

  .history-auctions {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-heading {
    font-size: 32px;
  }

  .about-heading.testimonial-title {
    line-height: 50px;
  }

  .about-content {
    width: 100%;
    height: auto;
    padding: 60px;
  }

  .about-block {
    flex-direction: column;
    display: block;
  }

  .history-piece {
    background-color: #272624;
  }

  .history-piece:hover {
    background-color: #272624cc;
  }

  .history-text {
    max-width: none;
  }

  .great-highlight {
    margin-bottom: 0;
    padding-left: 100px;
    padding-right: 100px;
    font-family: Oswald, sans-serif;
    font-size: 40px;
    line-height: 60px;
  }

  .services-section {
    padding: 40px 20px 10px;
  }

  .date {
    text-align: center;
  }

  .image-bar {
    display: none;
  }

  .item-images {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .item-grid {
    margin-bottom: 60px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 40px;
    display: none;
  }

  .terms-link {
    margin-bottom: 20px;
  }

  .bar-image {
    object-fit: cover;
    height: 250px;
  }

  .centered-button {
    padding: 15px 20px;
    font-size: 12px;
  }

  .auctions-button, .signup-button {
    padding: 10px 25px;
    font-size: 12px;
  }

  .contact-form-wrapper {
    margin-top: 40px;
  }

  .contact-section {
    padding-bottom: 100px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .form-block-2 {
    margin-bottom: 0;
  }

  .contact-heading {
    margin-bottom: 60px;
    font-size: 25px;
  }

  .section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .format-block {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .format-text {
    margin-bottom: 60px;
  }

  .format-wrapper {
    flex-direction: column;
    margin: 0;
    display: block;
  }

  .blog-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .news-grid {
    grid-template-columns: 1fr 1fr;
  }

  .icon-3 {
    font-size: 25px;
    line-height: 25px;
  }

  .social-block {
    margin-bottom: 0;
  }

  .body {
    padding-top: 80px;
  }

  .landing-header {
    background-image: url('/assets/sold_banner.jpg'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
    height: 100vh;
  }

  .legal-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .learn-more-button {
    margin-bottom: 0;
    padding: 20px;
    font-size: 12px;
    position: static;
  }

  .about-image {
    width: 100%;
    height: auto;
  }

  .read-button {
    padding: 20px;
    font-size: 12px;
  }

  .news-body {
    padding-top: 80px;
  }

  .about-block-2 {
    flex-direction: column;
    display: block;
  }

  .grandad {
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .video-banner {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: row;
    align-items: stretch;
    height: 250px;
    margin-bottom: 60px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .video-box-1, .video-box-2, .video-box-3 {
    width: 100%;
    height: 100%;
  }

  .grandad-block {
    border-style: none;
    padding-top: 80px;
    padding-bottom: 80px;
    display: block;
  }

  .history-lightbox {
    width: 32%;
  }

  .illustration {
    text-align: left;
  }

  .signup-link {
    text-decoration: none;
  }

  .history-title-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    margin-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .afternote {
    text-align: center;
    font-size: 45px;
    font-weight: 400;
    line-height: 40px;
  }

  .news-subtitle, .contact-subtitle {
    margin-bottom: 0;
  }

  .lots-on-auction {
    grid-template-columns: 1fr 1fr;
  }

  .marahills-body {
    padding-top: 80px;
  }

  .news-banner-image {
    width: 220px;
    height: 280px;
  }

  .news-banner-heading {
    margin-left: 0;
    margin-right: 0;
  }

  .add-banner-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .for-sale-link {
    text-decoration: none;
  }

  .member {
    height: 40px;
  }

  .edson-calendar {
    width: auto;
    margin-bottom: 60px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    display: block;
  }

  .coming-soon {
    font-size: 20px;
  }

  .calendar-heading {
    color: #71665a;
  }

  .faq-list {
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

  .optional-link {
    text-align: left;
  }

  .faq-panel {
    margin-bottom: 20px;
  }

  .faq-heading {
    margin-bottom: 40px;
  }

  .faq-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .buyers-text {
    text-align: justify;
    margin-bottom: 0;
    padding-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .signup-now-button {
    margin-bottom: 0;
    padding: 20px;
    font-size: 18px;
    position: static;
  }

  .format-text-copy {
    margin-bottom: 60px;
  }

  .buyers-block {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .buyers-wrapper {
    flex-direction: column;
    margin: 0;
    display: block;
  }

  .sellersgrid {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .sellers-section {
    padding: 60px 20px;
  }

  .new-auction {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: .8fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-items: start;
    margin-bottom: 60px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 40px;
    display: grid;
  }

  .auctionbanner {
    max-width: none;
    max-height: none;
  }

  .history-title-block-copy {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    margin-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .edson-banner {
    background-image: linear-gradient(#0003, #0003), url('/assets/beach_chairs_cropped_1.jpg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    height: auto;
    margin-bottom: 60px;
    display: flex;
  }

  .edson-hero-heading {
    margin-bottom: 0;
    padding-right: 0;
    font-size: 25px;
    line-height: 1.4em;
    display: block;
  }

  .edson-auction-section {
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .edson-subtitle {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 25px;
  }

  .edson-lightbox {
    margin-bottom: 60px;
  }

  .clickbox {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    padding-top: 0;
  }

  .button {
    padding: 0 20px;
    font-size: 40px;
  }

  .edson-hero-logo {
    margin-bottom: 0;
  }

  .edson-button {
    font-size: 18px;
  }

  .edsonimage-bar {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    display: grid;
  }

  .edsonbar-image {
    width: 100%;
  }

  .cabin-gallery {
    margin-bottom: 60px;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .container {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .qa {
    text-align: justify;
  }

  .heading-16 {
    padding-left: 20px;
  }

  .cabinlist {
    padding-right: 0;
    list-style-type: disc;
  }

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

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

  .cabin-head {
    padding-left: 20px;
  }

  .thankyou-banner {
    background-image: url('/assets/auctionbidding_grey.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    height: 600px;
  }

  .thank-heading {
    margin-bottom: 20px;
    padding-right: 0;
    font-size: 50px;
    line-height: 60px;
  }

  .auction-details-box {
    margin-bottom: 60px;
    padding-bottom: 40px;
    display: block;
  }

  .auction-panel {
    padding-left: 0;
    display: flex;
  }

  .auctiontext, .subheading {
    text-align: center;
  }

  .auction-info-box {
    width: 100%;
    padding-bottom: 40px;
  }

  .note {
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
  }

  .image-51 {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .mh-openhouse {
    font-size: 18px;
  }

  .viewmore {
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: 600;
  }

  .auction-welcome {
    max-width: 500px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .victoria-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    place-items: center;
    display: flex;
  }

  .victoria-time {
    text-align: center;
    width: 350px;
    max-width: none;
  }

  .auction-line {
    width: 5px;
    height: 60px;
  }

  .victoria-body {
    padding-top: 80px;
  }

  .victoria-info-block {
    padding: 0 0 40px;
  }

  .victoria-paragraph {
    margin-bottom: 40px;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .victoria-image-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 60px;
  }

  .victoria-welcome {
    max-width: 500px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .victoria-main-heading {
    color: var(--orange);
    text-align: center;
    font-weight: 700;
  }

  .victoria-paragraph2 {
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .victoria-dev-image {
    height: 300px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .victoria-subheading {
    text-align: left;
  }

  .victoria-viewings-box {
    max-width: 500px;
    margin-bottom: 40px;
    margin-right: auto;
  }

  .victoria-button {
    margin-left: auto;
    margin-right: auto;
  }

  .victoria-yellow-button {
    margin-left: auto;
    margin-right: auto;
    padding: 10px 25px;
    font-size: 16px;
  }

  .victoria-details-box {
    margin-bottom: 60px;
    padding-bottom: 40px;
    display: block;
  }

  .victoria-zoom-button {
    margin-left: auto;
    margin-right: auto;
  }

  .victoria-terms {
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .victoria-terms-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .register-form-grid {
    margin-bottom: 40px;
  }

  .register-form-block {
    margin-bottom: 0;
  }

  .register-form-wrapper {
    margin-top: 40px;
    padding-bottom: 60px;
  }

  .register-heading {
    margin-bottom: 60px;
    font-size: 25px;
  }

  .register-subtitle {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .realestate {
    padding-top: 0;
    padding-bottom: 0;
  }

  .what {
    padding-top: 0;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-link, .footer-link.w--current {
    text-align: center;
  }

  .nft-overlay {
    padding: 220px 20px 0;
  }

  .nft-action {
    margin-top: 0;
  }

  .nft-blue-bar {
    font-size: 30px;
    line-height: 40px;
  }

  .nft-footer {
    padding: 40px 20px;
  }

  .impact-heading {
    font-size: 40px;
  }

  .image-25 {
    height: 25px;
  }

  .main-navbar {
    border-bottom: 0 #0d9f95;
    bottom: auto;
  }

  .main-menu {
    width: 100%;
    height: auto;
    overflow: auto;
  }

  .navcontainer {
    margin-right: 20px;
    display: block;
  }

  .brand {
    margin-left: 20px;
  }

  .catalogue-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .lag-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;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

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

  .history-grid {
    grid-template-columns: 1fr 1fr;
  }

  .main-heading {
    color: #c3af87;
  }

  .large-image {
    width: 100%;
    max-height: 400px;
  }

  .slider-content {
    width: 100%;
    max-width: none;
    margin-bottom: 0;
  }

  .single-work-proccess {
    max-width: 100%;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .slider-heading {
    padding-left: 40px;
    padding-right: 20px;
  }

  .about-title {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-title-block {
    margin-bottom: 60px;
  }

  .footer-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .slider-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .slider-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    display: flex;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-radius: 20px;
    flex-direction: column;
    margin-top: 0;
  }

  .logo-image {
    max-width: 80%;
  }

  .about-text-block {
    margin-bottom: 0;
  }

  .header-banner {
    background-image: url('/assets/sold_banner.jpg'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
    height: 500px;
    display: flex;
  }

  .fancy-text-wrapper {
    justify-content: center;
    max-width: 100%;
    padding-bottom: 100px;
    display: block;
  }

  .navlink {
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
  }

  .section-subtitle {
    margin-bottom: 60px;
  }

  .single-work-proccess-2 {
    max-width: 100%;
  }

  .history-subtitle {
    color: #8a755e;
    font-size: 30px;
    line-height: 40px;
  }

  .history-auctions {
    padding-top: 60px;
  }

  .about-heading {
    font-size: 28px;
    line-height: 48px;
  }

  .about-heading.testimonial-title {
    font-size: 30px;
    line-height: 40px;
  }

  .about-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    padding-top: 60px;
  }

  .history-image {
    width: 180px;
  }

  .history-text {
    text-align: justify;
  }

  .services-section {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .lag-upcoming {
    margin-top: 0;
  }

  .centered-button {
    margin-bottom: 0;
  }

  .form-input-field {
    margin-bottom: 20px;
  }

  .contact-form-grid {
    margin-bottom: 0;
    display: block;
  }

  .contact-heading {
    font-size: 25px;
    line-height: 40px;
  }

  .blog-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .news-grid {
    grid-template-columns: 1fr;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .news-image {
    object-fit: cover;
    max-width: none;
  }

  .social-block {
    margin-bottom: 10px;
  }

  .social-link {
    padding-top: 5px;
    padding-bottom: 5px;
  }

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

  .body {
    padding-top: 80px;
  }

  .landing-header {
    background-image: url('/assets/sold_banner.jpg'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
    height: 100vh;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
  }

  .read-button {
    margin-bottom: 0;
  }

  .grandad {
    border-style: none;
    width: 100%;
  }

  .video-banner {
    height: 220px;
  }

  .play-button {
    background-size: 30px;
    width: 70px;
    height: 70px;
  }

  .grandad-block {
    padding-top: 0;
    display: block;
  }

  .history-image-contained {
    width: 180px;
  }

  .afternote {
    font-size: 45px;
  }

  .news-subtitle, .contact-subtitle {
    margin-bottom: 0;
  }

  .lot-image {
    height: 200px;
  }

  .lots-on-auction {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .news-banner {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .news-banner-image {
    width: 180px;
    height: 220px;
  }

  .news-banner-heading {
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 22px;
    line-height: 30px;
  }

  .add-banner-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .ad-heading {
    margin-bottom: 20px;
  }

  .coming-soon {
    padding-left: 20px;
    padding-right: 20px;
  }

  .calendar-heading {
    color: #c3af87;
  }

  .featured-lot-number {
    height: 100%;
  }

  .faq-answer {
    text-align: left;
  }

  .featured-heading {
    white-space: normal;
    padding-top: 12px;
    padding-bottom: 15px;
    font-size: 20px;
  }

  .faq-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding: 20px;
  }

  .table {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .buyers-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sellers-item {
    margin-bottom: 40px;
  }

  .sellersgrid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .new-auction {
    display: block;
  }

  .calendar-head {
    padding-left: 30px;
  }

  .edson-banner {
    background-image: linear-gradient(#0000004d, #0000004d), url('/assets/beach_chairs_cropped_1.jpg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    height: auto;
    margin-bottom: 60px;
    display: flex;
  }

  .edson-hero-heading {
    padding-left: 40px;
    padding-right: 20px;
    font-size: 20px;
  }

  .edson-subtitle {
    margin-bottom: 0;
  }

  .clickbox {
    padding-top: 0;
  }

  .button {
    font-size: 40px;
  }

  .edson-hero-logo {
    margin-bottom: 0;
  }

  .edson-button {
    width: 400px;
    margin-bottom: 60px;
    font-size: 18px;
  }

  .edsonimage-bar {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    height: auto;
  }

  .edson-open-house {
    font-size: 22px;
  }

  .cabin-gallery {
    margin-bottom: 60px;
    padding: 60px 15px;
  }

  .gallery-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .thankyou-banner {
    background-image: url('/assets/auctionbidding_grey.jpg'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
    height: 500px;
    display: flex;
  }

  .thank-heading {
    padding-left: 40px;
    padding-right: 20px;
  }

  .lag-location {
    margin-top: 0;
  }

  .note {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .mh-openhouse {
    padding: 40px;
    font-size: 16px;
  }

  .openhouse-heading {
    font-size: 16px;
    line-height: 1.4em;
  }

  .auction-welcome {
    margin-bottom: 20px;
  }

  .victoria-highlight {
    font-size: 18px;
  }

  .victoria-info-block {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .victoria-paragraph {
    margin-bottom: 40px;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
  }

  .victoria-image-grid {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 40px;
  }

  .victoria-image {
    width: 80%;
    max-width: none;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .victoria-welcome {
    margin-bottom: 40px;
  }

  .victoria-main-heading {
    color: var(--orange);
  }

  .victoria-paragraph2 {
    margin-bottom: 0;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 16px;
  }

  .victoria-dev-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    place-items: start center;
  }

  .victoria-subheading {
    margin-bottom: 40px;
  }

  .register-form-grid {
    margin-bottom: 40px;
    display: block;
  }

  .register-input {
    width: 320px;
    margin-bottom: 20px;
  }

  .register-form-block {
    display: flex;
  }

  .register-form-wrapper {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .register-heading {
    font-size: 25px;
    line-height: 40px;
  }

  .register-subtitle {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .sticky-nav {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-link {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .centered-container {
    text-align: left;
  }

  .what {
    text-align: center;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
    display: block;
  }

  .footer-link {
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
    display: block;
  }

  .nft-overlay {
    padding-top: 220px;
    padding-bottom: 0;
  }

  .nftgrid {
    grid-template-rows: 180px;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 180px;
  }

  .nft-action {
    padding-bottom: 40px;
  }

  .nft-blue-bar {
    padding-top: 40px;
    font-size: 25px;
    line-height: 30px;
  }

  .nft-footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .impact-heading {
    text-align: center;
    font-size: 35px;
    line-height: 45px;
  }

  .image-27 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .paragraph-4 {
    text-align: center;
  }

  .link-block {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .link-block.w--current {
    text-align: center;
    margin-left: 0;
    display: block;
  }

  .main-navbar {
    background-color: #000;
    border: 1px #000;
    border-bottom-width: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu-button-2 {
    margin-right: 10px;
    padding-top: 0;
  }

  .navcontainer {
    margin-right: 10px;
  }

  .image-18 {
    margin-top: 5px;
  }

  .brand {
    margin-left: 15px;
  }

  .brand.w--current {
    margin-left: 20px;
  }

  .link-block-3 {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .heading-5 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
  }

  .text-span-13 {
    font-size: 20px;
  }

  .heading-6 {
    font-size: 35px;
  }

  .event-heading {
    padding-bottom: 0;
  }

  .nftcatalogue-body {
    padding-top: 60px;
  }

  .catalogue-grid {
    grid-template-columns: 1fr;
    margin-left: 20px;
    margin-right: 20px;
  }

  .catalogue {
    padding-bottom: 60px;
  }

  .nft-item-body {
    padding-top: 100px;
  }

  .image-32 {
    width: 100%;
    height: 200px;
  }

  .nft-details {
    padding-left: 40px;
    padding-right: 40px;
  }

  .tab-link-all-2, .tab-link-all-2.w--current, .tab-link-art-2, .tab-link-music-2, .tab-link-sport {
    display: inline-block;
  }

  .tabs-menu-2 {
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

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

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

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

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

  .footer-social-block-two {
    margin-top: 20px;
  }

  .history-grid {
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
    margin-bottom: 60px;
  }

  .auctions-body {
    margin-top: 80px;
    padding-top: 0;
  }

  .main-heading {
    line-height: 1.1em;
  }

  .desc-text {
    text-align: left;
    margin-bottom: 20px;
    font-size: 14px;
  }

  .large-image {
    width: 100%;
    height: 200px;
  }

  .slider-content {
    max-width: 300px;
  }

  .button-primary-3 {
    align-self: flex-start;
    width: 100%;
    padding: 10px 20px;
  }

  .slider-heading {
    font-size: 36px;
    line-height: 48px;
  }

  .copyright {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .about-title {
    text-align: center;
    font-size: 35px;
    line-height: 42px;
  }

  .section-title-block {
    margin-bottom: 40px;
  }

  .footer-wrapper {
    padding-bottom: 20px;
  }

  .slider-section {
    padding-top: 60px;
  }

  .visa-assessment-right-side {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .slider-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .about-wrapper-block {
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .logo-image {
    max-width: 70%;
  }

  .about-text-block {
    font-size: 30px;
    line-height: 50px;
  }

  .header-banner {
    background-position: 50%;
    background-size: cover;
    display: flex;
  }

  .about-text {
    font-size: 22px;
    line-height: 30px;
  }

  .fancy-text-wrapper {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .section-subtitle {
    margin-bottom: 60px;
  }

  .button-primary {
    align-self: flex-start;
    padding: 15px 25px;
  }

  .footer-copyright-3 {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }

  .history-subtitle {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 40px;
  }

  .history-auctions {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .about-heading {
    font-size: 24px;
    line-height: 36px;
  }

  .about-header {
    text-align: left;
    margin-bottom: 40px;
  }

  .about-content {
    padding: 40px 20px;
  }

  .single-team {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .brochure-name {
    font-size: 16px;
  }

  .single-team-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .history-piece {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 280px;
    max-width: none;
    padding: 35px 40px;
  }

  .history-text {
    text-align: left;
    margin-bottom: 40px;
    font-size: 16px;
  }

  .great-highlight {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 25px;
    line-height: 35px;
  }

  .services-section {
    padding: 40px 20px 10px;
  }

  .item-grid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bar-image {
    height: 150px;
  }

  .centered-button {
    align-self: flex-start;
    margin-bottom: 0;
    padding: 15px 25px;
  }

  .auctions-button {
    align-self: flex-start;
    padding: 10px 20px;
  }

  .signup-button {
    align-self: flex-start;
    padding: 15px 25px;
  }

  .contact-section {
    padding: 60px 20px 74px;
  }

  .contact-heading {
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
  }

  .after-note {
    font-size: 14px;
  }

  .format-block {
    padding: 0 20px 60px;
  }

  .format-text {
    text-align: center;
    margin-bottom: 40px;
    font-size: 22px;
    line-height: 30px;
  }

  .blog-section {
    margin-left: 0;
    margin-right: 0;
    padding: 40px 10px;
  }

  .news-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .news-title {
    padding-left: 20px;
    padding-right: 20px;
  }

  .news-image {
    object-fit: cover;
  }

  .landing-header {
    background-position: 50%;
    background-size: cover;
    display: flex;
  }

  .heading-12 {
    font-size: 25px;
    line-height: 35px;
  }

  .learn-more-button, .read-button {
    align-self: flex-start;
    margin-bottom: 0;
    padding: 15px 25px;
  }

  .grandad {
    object-fit: cover;
    height: 300px;
  }

  .video-banner {
    flex-direction: column;
    height: auto;
    display: flex;
  }

  .play-button {
    background-size: 27px;
    width: 60px;
    height: 60px;
  }

  .about-header-2 {
    text-align: left;
    margin-bottom: 40px;
    padding-top: 0;
  }

  .grandad-block {
    padding-bottom: 60px;
  }

  .history-lightbox {
    width: 100%;
    height: 180px;
  }

  .signup-link {
    text-decoration: none;
  }

  .history-image-contained {
    margin-bottom: 15px;
  }

  .history-title-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .afternote {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 45px;
    line-height: 40px;
  }

  .news-subtitle, .contact-subtitle, .linkblock {
    margin-bottom: 0;
  }

  .brochure-name-double {
    margin-top: 10px;
    font-size: 16px;
  }

  .one-lot {
    padding-left: 0;
    display: block;
  }

  .lots-on-auction {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: max-content;
    justify-content: center;
    justify-items: stretch;
  }

  .marahills-body {
    margin-top: 80px;
    padding-top: 0;
  }

  .news-banner-image {
    width: 220px;
    height: 250px;
  }

  .news-banner-heading {
    font-size: 20px;
  }

  .for-sale-link {
    text-decoration: none;
  }

  .ad-heading {
    font-size: 20px;
  }

  .edson-calendar {
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .upcoming {
    font-size: 18px;
  }

  .auction-banner {
    padding-left: 10px;
    padding-right: 10px;
  }

  .upcoming-auction {
    padding-left: 20px;
    padding-right: 20px;
  }

  .coming-soon {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .faq-list {
    padding-left: 20px;
    padding-right: 20px;
  }

  .featured-lot-number {
    padding: 10px;
    font-size: 14px;
    line-height: 14px;
    display: block;
  }

  .faq-answer {
    text-align: left;
    font-size: 16px;
  }

  .featured-heading {
    white-space: normal;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 18px;
  }

  .optional-link {
    text-align: center;
    white-space: normal;
    display: inline-block;
  }

  .faq-panel {
    object-fit: none;
  }

  .faq-heading {
    white-space: normal;
    flex-direction: column;
    width: auto;
    display: block;
  }

  .faq-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .table {
    padding: 20px 0;
    font-size: 14px;
  }

  .buyers-text {
    text-align: center;
    padding-top: 60px;
    font-size: 18px;
    line-height: 1.4em;
  }

  .signup-now-button {
    align-self: flex-start;
    margin-bottom: 0;
    padding: 15px 25px;
    font-size: 16px;
  }

  .format-text-copy {
    text-align: center;
    margin-bottom: 40px;
    font-size: 22px;
    line-height: 30px;
  }

  .buyers-block {
    padding: 0;
  }

  .sellers-heading, .sellers-text {
    text-align: center;
  }

  .sellers-item {
    margin-bottom: 20px;
  }

  .big-sellers-heading {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 30px;
  }

  .hammerhead {
    height: 40px;
    margin-bottom: 20px;
  }

  .new-auction {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .calendar-head {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .history-title-block-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .edson-banner {
    background-image: linear-gradient(#0000004d, #0000004d), url('/assets/beach_chairs_cropped_1.jpg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    display: flex;
  }

  .edson-hero-heading {
    font-size: 22px;
    line-height: 1.4em;
  }

  .edson-lightbox {
    margin-bottom: 40px;
  }

  .clickbox {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    font-size: 35px;
  }

  .edson-hero-logo {
    height: 150px;
  }

  .edson-button {
    width: 300px;
  }

  .edsonimage-bar {
    height: auto;
  }

  .nextauction {
    font-size: 25px;
  }

  .cabin-gallery {
    margin-bottom: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container {
    max-width: none;
  }

  .gallery-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .button-primary-4 {
    width: 100%;
  }

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

  .qabox {
    margin-left: 10px;
    padding-right: 10px;
  }

  .heading-16 {
    padding-left: 10px;
  }

  .cabinlist {
    margin-bottom: 0;
    padding-left: 20px;
  }

  .div-block-6 {
    padding: 20px 10px 20px 0;
  }

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

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

  .cabin-head {
    margin-bottom: 20px;
    padding-left: 0;
    font-size: 25px;
  }

  .edson-button {
    font-size: 16px;
  }

  .edson-phone {
    font-size: 25px;
  }

  .thankyou-banner {
    background-position: 50%;
    background-size: cover;
    display: flex;
  }

  .thank-heading {
    font-size: 36px;
    line-height: 48px;
  }

  .auction-details-box {
    margin-bottom: 40px;
  }

  .subheading {
    text-align: left;
  }

  .auction-info-box {
    margin-bottom: 10px;
    padding: 10px 10px 40px;
  }

  .note {
    font-size: 18px;
  }

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

  .mh-openhouse {
    padding-left: 20px;
    padding-right: 20px;
  }

  .orangetext {
    margin-bottom: 0;
    display: block;
  }

  .viewmore {
    padding-top: 0;
    padding-bottom: 0;
  }

  .openhouse-heading {
    font-size: 16px;
  }

  .victoria-time {
    width: 100%;
  }

  .victoria-highlight {
    font-size: 16px;
    line-height: 1.6em;
  }

  .victoria-body {
    margin-top: 80px;
    padding-top: 0;
  }

  .victoria-info-block {
    padding-bottom: 0;
  }

  .victoria-paragraph {
    text-align: left;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .victoria-image-grid {
    grid-template-columns: 1fr;
  }

  .victoria-image {
    height: auto;
  }

  .victoria-welcome {
    text-align: left;
  }

  .victoria-main-heading {
    text-align: left;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.1em;
  }

  .victoria-paragraph2 {
    text-align: left;
    margin-left: 20px;
    margin-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .victoria-dev-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .victoria-subheading {
    font-size: 18px;
  }

  .kamloops-grid {
    grid-template-columns: 1fr;
  }

  .victoria-phone-box {
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-52 {
    width: 100%;
    height: auto;
  }

  .victoria-viewings-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    padding-right: 0;
  }

  .heading-17 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .victoria-button {
    width: 100%;
  }

  .victoria-yellow-button {
    align-self: flex-start;
    width: 100%;
    padding: 10px 20px;
  }

  .victoria-details-box {
    margin-bottom: 40px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .victoria-terms-text {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .register-form-grid {
    width: 100%;
  }

  .register-input {
    width: 100%;
    line-height: 1em;
  }

  .register-form-block {
    display: block;
  }

  .register-form-wrapper {
    padding: 40px 20px;
  }

  .register-heading {
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }

  .register-subtitle {
    margin-bottom: 0;
    font-size: 16px;
  }
}

#w-node-_8f3ed8de-ec11-3d90-e2a1-33c172f5801d-36f522a9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bc2e62c8-938f-5c6d-d5b5-91c23424ad39-ee77bf0b, #w-node-ce52b94f-1139-cf91-18d0-6e460ac93e5b-75cd4010 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce52b94f-1139-cf91-18d0-6e460ac93e6b-75cd4010 {
  align-self: auto;
}

#w-node-d599983d-e0c6-5992-7e71-2e358b628aa8-75cd4010 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d599983d-e0c6-5992-7e71-2e358b628abb-75cd4010 {
  align-self: auto;
}

#w-node-f13c3611-4495-6696-8744-57cdb70aa05d-75cd4010 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36b7e689-08ac-de06-b8fc-9c0fa06c756f-75cd4010 {
  align-self: auto;
}

#w-node-d7e7edbe-b06f-cf39-5987-37b6ab91a764-75cd4010 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d7e7edbe-b06f-cf39-5987-37b6ab91a777-75cd4010 {
  align-self: auto;
}

#w-node-_32654876-4da5-f193-4678-0d0715eeb375-75cd4010, #w-node-_853a2456-a617-cf9f-b84a-2c80c03389d2-75cd4010, #w-node-_3023e293-2759-3f4c-426e-de7001b96320-75cd4010, #w-node-cda31f72-f745-9dd4-fa6d-70188977a011-813d6875, #w-node-_0a77da08-a1fd-a14a-4a7c-3e012048aa7c-813d6875, #w-node-_96c93897-1843-2ca3-3702-279334c50ac0-813d6875, #w-node-_96c93897-1843-2ca3-3702-279334c50ac1-813d6875, #w-node-de1ac8d5-61f2-9ea2-6471-3c864d7502fd-813d6875, #w-node-de1ac8d5-61f2-9ea2-6471-3c864d7502fe-813d6875, #w-node-_942cd4ec-fd9d-e2e9-9e7a-697a3fd08f91-813d6875, #w-node-_942cd4ec-fd9d-e2e9-9e7a-697a3fd08f92-813d6875, #w-node-ca9a9452-b59f-2d16-a011-7b95a83dfe4a-29b76bd4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96b9c3dc-4f7f-b417-44d9-3428d63cfe8d-29b76bd4 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_00a68935-aaac-b096-ff0c-5d3813c99e5e-29b76bd4, #w-node-d222ffd6-5d54-431a-3ed4-300806414d12-d0cdc0b8, #w-node-_971018d9-7a20-f44a-10f7-ac6dfff7c5ea-d0cdc0b8, #w-node-_962c5f6b-d5f1-ae8f-60fe-1fe807375891-d0cdc0b8, #w-node-_73b68b50-a85a-92d3-99ce-f072882e2be0-2d3d7e35, #w-node-_73b68b50-a85a-92d3-99ce-f072882e2be6-2d3d7e35, #w-node-_73b68b50-a85a-92d3-99ce-f072882e2be2-2d3d7e35, #w-node-_572095cf-aad9-1dce-714e-dfbe7a744375-2d3d7e35, #w-node-_73b68b50-a85a-92d3-99ce-f072882e2bce-2d3d7e35, #w-node-_9ebc8767-9e63-5e0e-58a9-e019dde8168d-2d3d7e35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d548bf61-7f77-7d59-f6be-6bfb52593c3b-2d3d7e35 {
  justify-self: stretch;
}

#w-node-ca9a9452-b59f-2d16-a011-7b95a83dfe4a-b5ea81c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-bc2e62c8-938f-5c6d-d5b5-91c23424ad39-ee77bf0b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_73b68b50-a85a-92d3-99ce-f072882e2bce-2d3d7e35, #w-node-_9ebc8767-9e63-5e0e-58a9-e019dde8168d-2d3d7e35 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_96b9c3dc-4f7f-b417-44d9-3428d63cfe8d-29b76bd4 {
    grid-column-end: 3;
  }

  #w-node-_73b68b50-a85a-92d3-99ce-f072882e2bce-2d3d7e35, #w-node-_9ebc8767-9e63-5e0e-58a9-e019dde8168d-2d3d7e35 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_74944073-96e9-7c65-aaeb-73684541c078-f30c775b, #w-node-_73b68b50-a85a-92d3-99ce-f072882e2bce-2d3d7e35, #w-node-_9ebc8767-9e63-5e0e-58a9-e019dde8168d-2d3d7e35 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'LibreFranklin';
  src: url('../fonts/LibreFranklinBlack-4XAB.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'LibreFranklin';
  src: url('../fonts/LibreFranklinMedium-Dr2E.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'LibreFranklin';
  src: url('../fonts/LibreFranklinThin-G79a.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'LibreFranklin';
  src: url('../fonts/LibreFranklinRegular-5oqz.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'LibreFranklin';
  src: url('../fonts/LibreFranklinLight-xaej.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Downlink';
  src: url('../fonts/DownlinkBold-oqjd.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HeiReina';
  src: url('../fonts/HeiReinaRegular-PKXem.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'LibreFranklin';
  src: url('../fonts/LibreFranklinBold-8E9D.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}