body {
  font-family: acumin-pro, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: acumin-pro-wide, sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 400;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: acumin-pro-wide, sans-serif;
  font-size: 28px;
  line-height: 34px;
  font-weight: 300;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: acumin-pro-wide, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

a {
  color: #3d3d3d;
  text-decoration: underline;
}

.arch-image-1 {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url('../images/HLA2259_1233NepeanHwyHighett_S070_EXT_HeroSuperman_Final.jpg');
  background-position: 70% 50%;
  background-size: cover;
}

.arch-h-2 {
  position: absolute;
  left: 61px;
  top: 17%;
  width: 600px;
}

.arch-h-2.mobile {
  display: none;
}

.content-row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 2vw;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.arch-image-4 {
  height: 70vh;
  margin-top: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/HLA2259_1233NepeanHwyHighett_S020_EXT_RooftopSpaView_Final.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.arch-h-3 {
  width: 60%;
  padding-right: 60px;
  padding-left: 30px;
}

.arch-image-5 {
  width: 40%;
  margin-left: 2%;
  background-image: url('../images/18052_102A_REVB_LR.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.inte-image-1 {
  position: relative;
  height: 100vh;
  margin-top: 30px;
  margin-bottom: 20px;
  background-image: url('../images/HLA2259_1233NepeanHwyHighett_S060_INT_Living_Final_1.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.hero-h1 {
  position: absolute;
  left: 60px;
  top: 38%;
  width: 500px;
}

.hero-h1.white-text {
  margin-top: -106px;
  color: #fff;
}

.hero-h1.white-text.life {
  top: 28%;
}

.hero-h1.white-text.life.mobile {
  display: none;
}

.hero-h1.white-text.mobile {
  display: none;
}

.hero-h1.arch-posi {
  top: 20%;
  width: 400px;
  margin-top: 112px;
}

.hero-h1.arch-posi.mobile {
  display: none;
}

.interior-scheme-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 10%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.color-scheme-text {
  width: 40%;
}

.logo {
  width: 260px;
  max-width: none;
}

.menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 25;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ebebeb;
  opacity: 0;
}

.animated-svg {
  position: relative;
  top: -5vh;
  z-index: 1;
  width: 65vw;
  height: 50vh;
  max-width: 1280px;
  min-width: 800px;
}

.nav-and-info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 38vh;
  margin-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-div {
  position: relative;
  z-index: 35;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  padding: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-item {
  display: block;
  padding: 10px 24px;
  font-family: acumin-pro-wide, sans-serif;
  color: grey;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-item:hover {
  font-weight: 700;
}

.nav-item.arch {
  width: 200px;
}

.nav-item.arch.w--current {
  font-weight: 700;
}

.nav-item.inte {
  width: 140px;
}

.nav-item.inte.w--current {
  font-weight: 700;
}

.nav-item.loca {
  width: 145px;
}

.nav-item.loca.w--current {
  font-weight: 700;
}

.nav-item.life {
  width: 150px;
}

.nav-item.life.w--current {
  font-weight: 700;
}

.nav-item.vid {
  display: none;
  width: 120px;
}

.nav-item.menu-register {
  width: 210px;
}

.menu-info-text {
  width: auto;
  margin-top: -1px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-family: acumin-pro-wide, sans-serif;
  color: grey;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-span {
  font-weight: 700;
}

.menu-images {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 30;
  display: none;
  width: 100%;
  height: 30vh;
  background-color: #ebebeb;
  opacity: 0;
}

.next {
  position: absolute;
  left: 60px;
  top: 70px;
  width: 500px;
  color: #fff;
}

.next.arch {
  top: 60px;
  width: 400px;
  color: #000;
}

.next.life {
  top: 44px;
  width: 300px;
}

.next-page-title {
  position: absolute;
  left: auto;
  top: 40px;
  right: 60px;
  bottom: auto;
  color: #fff;
}

.next-page-title.arch {
  color: #000;
}

.next-page-image {
  width: 100%;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0%;
  background-size: cover;
}

.next-page-image.arch {
  background-image: url('../images/HLA2259_1233NeapeanHwyHighett_S010_EXT_Hero_R01.jpg');
}

.next-page-image.inte {
  background-image: url('../images/HLA2259_1233NepeanHwyHighett_S060_INT_Living_Final.jpg');
}

.next-page-image.loca {
  background-image: url('../images/20210417-_DLX9087-Edit.jpg');
  background-position: 50% 0%;
}

.next-page-image.life {
  background-image: url('../images/20210404-_DLX8638.jpg');
}

.loca-image-1 {
  position: relative;
  height: 100vh;
  margin-top: 30px;
  margin-bottom: 20px;
  background-image: url('../images/20210417-_DLX9087-Edit.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.loca-image-2 {
  width: 59%;
  background-image: url('../images/Map-Illustration.png');
  background-position: 50% 50%;
  background-size: cover;
}

.loca-image-3 {
  width: 39%;
  margin-left: 2%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/Map-Illustration-2.png');
  background-position: 50% 50%;
  background-size: cover;
}

.loca-image-4 {
  width: 100%;
}

.life-image-1 {
  position: relative;
  height: 100vh;
  margin-top: 30px;
  margin-bottom: 20px;
  background-image: url('../images/20210404-_DLX8638.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.life-h2 {
  max-width: 500px;
  margin-top: 0px;
}

.role-title {
  margin-bottom: 16px;
  font-family: acumin-pro-wide, sans-serif;
  font-size: 8px;
  line-height: 12px;
  letter-spacing: 2px;
}

.role-title.grey {
  margin-bottom: 8px;
  color: grey;
}

.role-paragraph {
  width: 200px;
  margin-top: 30px;
  font-family: acumin-pro-wide, sans-serif;
  font-size: 11px;
  line-height: 15px;
}

.role-block {
  display: block;
  margin-right: 60px;
}

.role-block.sales {
  min-width: 780px;
  margin-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.rothe-logo {
  margin-top: -7px;
  margin-bottom: -10px;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs-menu {
  position: relative;
  top: -195px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 230px;
  margin-right: -20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.standard-tab {
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  font-family: acumin-pro-wide, sans-serif;
  color: grey;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.standard-tab.w--current {
  background-color: transparent;
  color: #98735c;
  font-weight: 700;
}

.tabs-content {
  max-width: 1200px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tab-content-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-circle {
  width: 50%;
}

.slide-image {
  width: 43%;
  margin-left: 7%;
}

.life-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70vh;
  margin-top: 100px;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-bottom-block {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 140px;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.menu-slogan-text {
  width: 180px;
  background-image: -webkit-gradient(linear, left top, right top, from(#98735c), color-stop(40%, #e1c7b5), to(#8c5942));
  background-image: linear-gradient(90deg, #98735c, #e1c7b5 40%, #8c5942);
  font-family: acumin-pro-wide, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.menu-team-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 650px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.h1land-logo {
  position: absolute;
  left: 50%;
  margin-top: -10px;
  margin-left: -60px;
}

.menu-image-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.menu-page-transition-block {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -2;
  display: block;
}

.menu-page-transition {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: -2;
  display: none;
  height: 30vh;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0%;
  background-size: cover;
}

.menu-page-transition.arch {
  background-image: url('../images/HLA2259_1233NeapeanHwyHighett_S010_EXT_Hero_R01.jpg');
}

.menu-page-transition.inte {
  background-image: url('../images/HLA2259_1233NepeanHwyHighett_S060_INT_Living_Final.jpg');
}

.menu-page-transition.loca {
  background-image: url('../images/20210417-_DLX9087-Edit.jpg');
}

.menu-page-transition.life {
  background-image: url('../images/20210404-_DLX8638.jpg');
}

.register-btn {
  position: fixed;
  left: auto;
  top: 45%;
  right: -40px;
  bottom: auto;
  z-index: 10;
  padding-right: 20px;
  padding-left: 20px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#98735c), color-stop(40%, #e1c7b5), to(#8c5942));
  background-image: linear-gradient(90deg, #98735c, #e1c7b5 40%, #8c5942);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: acumin-pro-wide, sans-serif;
}

.video {
  display: none;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-player {
  width: 80%;
}

.team {
  position: relative;
}

.team-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding: 100px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #ebebeb;
}

.team-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.team-row.top {
  margin-bottom: 60px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.team-left-space {
  width: 30%;
  margin-right: 60px;
}

.castran-logo {
  margin-bottom: 28px;
}

.nav-full {
  position: fixed;
  left: 0%;
  top: 70px;
  right: 0%;
  bottom: auto;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 46px;
  padding-left: 46px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 430px;
  margin-right: 60px;
  margin-left: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-links.left {
  margin-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.nav-links.right {
  margin-right: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.nav-link {
  margin-right: 18px;
  margin-left: 18px;
  font-family: acumin-pro-wide, sans-serif;
  color: #333;
  font-size: 15px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link.register-link {
  text-decoration: underline;
}

.nav-link.video-nav {
  display: none;
}

.nav-simple {
  position: fixed;
  left: 0%;
  top: -80px;
  right: 0%;
  bottom: auto;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 60px;
  margin-left: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.register-btn-in-nav {
  padding: 12px 20px;
  background-color:#333 ;
  font-family: acumin-pro-wide, sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  color:hsla(0, 0%, 92.2%, 0.8);
}

.menu-btn {
  padding: 4px 14px;
  background-color: hsla(0, 0%, 92.2%, 0.8);
  cursor: pointer;
}

.menu-line {
  width: 40px;
  height: 1px;
  margin-top: 14px;
  margin-bottom: 14px;
  background-color: #000;
}

.nav-controller {
  position: relative;
  top: 60px;
  width: 1px;
  height: 1px;
  margin-bottom: -1px;
}

.team-right-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.register-popup-block {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 30;
  display: none;
  overflow: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.register-popup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  height: auto;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ebebeb;
  opacity: 0;
  -webkit-transform: translate(0px, 100vh);
  -ms-transform: translate(0px, 100vh);
  transform: translate(0px, 100vh);
}

.register-info-text {
  margin-top: 17px;
  margin-right: 10px;
  margin-bottom: -12px;
  font-family: acumin-pro-wide, sans-serif;
  color: grey;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.register-close-icon {
  position: fixed;
  left: auto;
  top: 54px;
  right: 69px;
  bottom: auto;
  z-index: 1;
  width: 45px;
  height: 45px;
  opacity: 0;
  cursor: pointer;
}

.close-icon-line {
  width: 60px;
  height: 1px;
  background-color: #fff;
  -webkit-transform: translate(-10px, 0px) translate(0px, 20px) rotate(45deg);
  -ms-transform: translate(-10px, 0px) translate(0px, 20px) rotate(45deg);
  transform: translate(-10px, 0px) translate(0px, 20px) rotate(45deg);
}

.close-icon-line.black {
  background-color: grey;
}

.close-icon-line-2 {
  width: 60px;
  height: 1px;
  background-color: #fff;
  -webkit-transform: translate(-10px, 0px) translate(0px, 20px) rotate(-45deg);
  -ms-transform: translate(-10px, 0px) translate(0px, 20px) rotate(-45deg);
  transform: translate(-10px, 0px) translate(0px, 20px) rotate(-45deg);
}

.close-icon-line-2.black {
  background-color: grey;
}

.register-popup-overlay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
}

.video-popup-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 1;
}

.video-popup-block {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 30;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-close-icon {
  position: absolute;
  left: auto;
  top: 54px;
  right: 69px;
  bottom: auto;
  z-index: 1;
  width: 45px;
  height: 45px;
  opacity: 0;
  cursor: pointer;
}

.video-content {
  width: 80%;
}

.loading {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 50;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.asvg-loading {
  width: 300px;
  opacity: 0.6;
}

.lottie-animation {
  width: 160px;
  margin-top: 35px;
  margin-left: 3px;
}

.life-title-block {
  width: 30%;
}

.footer-slogan {
  margin-bottom: 18px;
}

.disclamier {
  margin-top: 100px;
  margin-bottom: -32px;
  color: grey;
  font-size: 10px;
  line-height: 12px;
}

.menu-close-icon {
  position: absolute;
  left: auto;
  top: 54px;
  right: 69px;
  bottom: auto;
  z-index: 1;
  width: 45px;
  height: 45px;
  opacity: 1;
  cursor: pointer;
}

.mobile-nav {
  display: none;
}

.mobile-menu-btn {
  padding: 4px 14px;
  background-color: hsla(0, 0%, 92.2%, 0.8);
  cursor: pointer;
}

.mobile-menu-line {
  width: 40px;
  height: 1px;
  margin-top: 14px;
  margin-bottom: 14px;
  background-color: #000;
}

.mobile-logo {
  display: none;
}

.mobile-subtitle {
  display: none;
}

.form-column-right {
  padding-right: 0px;
}

.form-column-left {
  padding-left: 0px;
}

.recaptcha-code {
  display: none;
}

.form-embed-code {
  display: none;
}

.textfiled {
  height: 48px;
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 grey;
  border-radius: 0px;
  background-color: transparent;
  font-family: acumin-pro-wide, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.textfiled:focus {
  border-bottom-color: #000;
}

.textfiled::-webkit-input-placeholder {
  color: #b9b9b9;
}

.textfiled:-ms-input-placeholder {
  color: #b9b9b9;
}

.textfiled::-ms-input-placeholder {
  color: #b9b9b9;
}

.textfiled::placeholder {
  color: #b9b9b9;
}

.register-button-group {
  position: relative;
  width: 200px;
  height: 48px;
  margin-top: 20px;
  box-shadow: inset 0 0 0 -20px transparent;
}

.submit-button {
  display: block;
  width: 100%;
  height: 48px;
  padding-left: 0px;
  background-color: transparent;
  font-family: acumin-pro-wide, sans-serif;
  color: #bb9278;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.submit-button:focus {
  border: 1px none #000;
}

.thank-you-text {
  font-family: acumin-pro-wide, sans-serif;
  color: grey;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.from-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-bottom: 12px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.form-heading {
  width: 100%;
  margin-top: 30px;
  font-family: acumin-pro-wide, sans-serif;
  color: grey;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.select-field-label {
  width: 100%;
  margin-top: 20px;
  font-family: acumin-pro-wide, sans-serif;
  color: grey;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.select-field {
  font-family: acumin-pro-wide, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.textarea {
  min-height: 50px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 grey;
  border-radius: 0px;
  background-color: transparent;
  font-family: acumin-pro-wide, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.textarea:focus {
  border-bottom-color: #000;
}

.textarea::-webkit-input-placeholder {
  color: #b9b9b9;
}

.textarea:-ms-input-placeholder {
  color: #b9b9b9;
}

.textarea::-ms-input-placeholder {
  color: #b9b9b9;
}

.textarea::placeholder {
  color: #b9b9b9;
}

.register-button-underline {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(#98735c), color-stop(40%, #e1c7b5), to(#8c5942));
  background-image: linear-gradient(90deg, #98735c, #e1c7b5 40%, #8c5942);
}

.form-columns {
  width: 100%;
}

.success-message {
  background-color: #e4e4e4;
}

.body-thank-you {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph {
  margin-top: 9px;
  color: #b9b9b9;
  font-weight: 400;
}

.button-group {
  position: relative;
  height: 48px;
  margin-top: 89px;
}

.button {
  display: block;
  width: 100%;
  height: 48px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#98735c), color-stop(40%, #e1c7b5), to(#8c5942));
  background-image: linear-gradient(90deg, #98735c, #e1c7b5 40%, #8c5942);
  font-family: acumin-pro-wide, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.button:focus {
  border: 1px none #000;
}

.thank-you-heading {
  background-image: -webkit-gradient(linear, left top, right top, from(#98735c), color-stop(40%, #e1c7b5), to(#8c5942));
  background-image: linear-gradient(90deg, #98735c, #e1c7b5 40%, #8c5942);
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.menu-info-text-bold {
  width: auto;
  margin-top: -1px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-family: acumin-pro-wide, sans-serif;
  color: grey;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.contact-info-responsive-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.contact-info-responsive-div.info-in-menu {
  display: none;
}

.contact-info-responsive-div.register {
  width: 700px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.register-info-text-bold {
  margin-top: 17px;
  margin-right: 10px;
  margin-bottom: -12px;
  font-family: acumin-pro-wide, sans-serif;
  color: grey;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.beer-slider {
  overflow: hidden;
}

.beer-slider.small {
  width: 36vw;
  height: 36vw;
}

.beer-slider.large {
  width: 58vw;
  height: 36vw;
  margin-left: 2vw;
}

.color-scheme-sml-text {
  position: absolute;
  left: 2vw;
  top: auto;
  right: auto;
  bottom: 2%;
  color: #8d8d8d;
  font-size: 10px;
  line-height: 14px;
}

.dlx-logo {
  margin-top: 3px;
}

.menu-h1land {
  width: 130px;
  margin-top: -4px;
  margin-left: -9px;
}

.menu-rothe {
  width: 140px;
}

.menu-dlx {
  width: 85px;
}


#Layer_2{
    
    max-width:110px;
    position:absolute;
    right:82px;
    top:60px;
}
#Layer_2_mobile{
    display:none;
}

@media screen and (max-width: 991px) {
  .arch-image-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 60% 50%;
  }

#Layer_2_mobile{
   display: block;
    max-width: 200px;
    position: absolute;
    bottom: 45%;
    left: 10%;
}



  .arch-h-2 {
    left: 20px;
    width: 500px;
    margin-top: 0px;
    margin-left: 20px;
    font-size: 20px;
    line-height: 24px;
  }

  .content-row {
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .content-row.arch-row {
    height: 40vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .arch-image-4 {
    height: 100%;
    margin-top: 0px;
  }

  .arch-h-3 {
    width: 100%;
    margin-top: 53px;
    margin-bottom: 29px;
    font-size: 20px;
    line-height: 24px;
  }

  .arch-image-5 {
    width: auto;
    margin: 30px 20%;
  }

  .hero-h1 {
    left: 20px;
    margin-left: 20px;
    font-size: 24px;
    line-height: 28px;
  }

  .hero-h1.white-text {
    top: 8%;
    margin-top: 78px;
    font-size: 20px;
    line-height: 24px;
  }

  .hero-h1.white-text.life {
    top: 11%;
  }

  .hero-h1.arch-posi {
    display: none;
  }

  .hero-h1.arch-posi.mobile {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 40px;
  }

  .interior-scheme-row {
    padding: 20px 15px 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .color-scheme-text {
    margin-left: 31px;
    font-size: 16px;
    line-height: 20px;
  }

  .animated-svg {
    height: 40vh;
  }

  .nav-and-info {
    height: 80vh;
    margin-top: 30px;
  }

  .nav-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu-info-text {
    font-size: 14px;
    line-height: 16px;
  }

  .loca-image-2 {
    width: 100%;
    margin-top: 10px;
  }

  .loca-image-3 {
    width: 60%;
    margin-top: 30px;
    margin-left: 0%;
  }

  .loca-image-4 {
    margin-top: 35px;
  }

  .life-image-1 {
    height: 100vh;
  }

  .life-h2 {
    font-size: 20px;
    line-height: 24px;
  }

  .role-title.grey {
    margin-bottom: 0px;
  }

  .role-block.sales {
    margin-top: -34px;
    
  min-width: initial;
  }

  .tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tabs-menu {
    position: static;
    top: 4px;
    margin-right: 0px;
    margin-bottom: 31px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .life-tab {
    height: 600px;
    margin-top: 0px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .menu-bottom-block {
    height: 70px;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .menu-slogan-text {
    width: 140px;
    font-size: 12px;
    line-height: 16px;
  }

  .menu-team-block {
    width: 200px;
  }

  .h1land-logo {
    left: 52%;
  }

  .video {
    height: auto;
    padding: 60px 20px;
  }

  .video-player {
    width: 100%;
  }

  .team-content {
    padding: 60px 20px;
  }

  .team-row.top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .team-left-space {
    display: none;
  }

  .nav-full {
    display: none;
  }

  .nav-simple {
    display: none;
  }

  .team-right-content {
    margin-top: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .register-popup {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .register-close-icon {
    top: 18px;
    right: 35px;
  }

  .close-icon-line.mobile-black {
    background-color: #333;
  }

  .close-icon-line-2.mobile-black {
    background-color: #333;
  }

  .video-close-icon {
    top: 18px;
    right: 35px;
  }

  .video-content {
    width: 90%;
  }

  .life-title-block {
    width: 100%;
  }

  .disclamier {
    margin-top: 40px;
    margin-bottom: 0px;
  }

  .menu-close-icon {
    top: 18px;
    right: 35px;
  }

  .image {
    width: 80px;
  }

  .image-2 {
    width: 80px;
  }

  .image-3 {
    width: 90px;
  }

  .mobile-nav {
    position: fixed;
    left: 0%;
    top: -70px;
    right: 0%;
    bottom: auto;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ebebeb;
  }

  .mobile-register-btn {
    padding-right: 0px;
    padding-left: 0px;
    background-color: transparent;
    font-family: acumin-pro-wide, sans-serif;
    color: grey;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  .mobile-menu-btn {
    padding: 0px;
  }

  .mobile-logo-position-fix {
    margin-left: -20px;
  }

  .mobile-logo {
    display: block;
    width: 230px;
    margin-top: 75px;
  }

  .form-block {
    width: 90vw;
  }

  .form {
    width: 100%;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .menu-info-text-bold {
    font-size: 14px;
    line-height: 16px;
  }

  .contact-info-responsive-div.register {
    width: 90vw;
  }

  .beer-slider.small {
    width: 56vw;
    height: 56vw;
  }

  .beer-slider.large {
    width: 96vw;
    height: 59vw;
    margin-top: 20px;
    margin-left: 0vw;
  }

  .color-scheme-sml-text {
    bottom: -2%;
  }
}

@media screen and (max-width: 767px) {
  .arch-image-1 {
    background-position: 60% 50%;
  }
  
  #Layer_2_mobile{
   display: block;
    max-width: 200px;
    position: absolute;
    bottom: 45%;
    left: 10%;
  }


  .arch-h-2 {
    display: none;
    width: 80%;
  }

  .arch-h-2.mobile {
    position: static;
    display: block;
    margin-top: 20px;
    margin-bottom: 40px;
    margin-left: 40px;
    font-size: 16px;
    line-height: 20px;
  }

  .content-row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .arch-h-3 {
    font-size: 16px;
    line-height: 20px;
  }

  .inte-image-1 {
    height: 80vh;
  }

  .hero-h1 {
    width: 80%;
  }

  .hero-h1.white-text {
    display: none;
    font-size: 16px;
    line-height: 20px;
  }

  .hero-h1.white-text.life {
    margin-top: 23px;
  }

  .hero-h1.white-text.life.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .hero-h1.white-text.mobile {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-bottom: 40px;
    margin-left: 40px;
    color: #333;
  }

  .interior-scheme-row {
    padding-top: 30px;
  }

  .menu-info-text {
    font-size: 12px;
  }

  .loca-image-1 {
    height: 80vh;
  }

  .loca-image-3 {
    width: 100%;
  }

  .life-image-1 {
    height: 80vh;
  }

  .life-h2 {
    font-size: 16px;
    line-height: 20px;
  }

  .role-paragraph {
    width: 100%;
  }

  .role-block {
    margin-bottom: 39px;
  }

  .role-block.sales {
    min-width: 0px;
    margin-top: -59px;
    margin-bottom: 0px;
  }

  .life-tab {
    height: 550px;
  }

  .team-right-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .register-info-text {
    margin-bottom: -19px;
  }

  .register-close-icon {
    top: 15px;
  }

  .video-close-icon {
    top: 15px;
  }

  .menu-close-icon {
    top: 15px;
  }

  .mobile-logo {
    width: 180px;
    margin-top: 61px;
  }

  .mobile-subtitle {
    display: block;
    width: 30%;
    margin-top: 40px;
    margin-left: 40px;
    background-image: -webkit-gradient(linear, left top, right top, from(#98735c), color-stop(40%, #e1c7b5), to(#8c5942));
    background-image: linear-gradient(90deg, #98735c, #e1c7b5 40%, #8c5942);
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .form-column-right {
    padding-left: 0px;
  }

  .form-column-left {
    padding-right: 0px;
  }

  .menu-info-text-bold {
    font-size: 12px;
  }

  .contact-info-responsive-div.register {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .register-info-text-bold.register-middle {
    display: none;
  }

  .color-scheme-sml-text {
    bottom: -3%;
  }
}

@media screen and (max-width: 479px) {
  .arch-image-1 {
    height: 100vh;
    background-position: 70% 50%;
  }
  
  #Layer_2_mobile{
   display: block;
    max-width: 36%;
    position: absolute;
    bottom: 50%;
    left: 10%;
}


  .arch-h-2 {
    font-size: 20px;
    line-height: 24px;
  }

  .arch-h-2.mobile {
    width: 85%;
    margin-left: 20px;
    font-size: 12px;
    line-height: 14px;
  }

  .content-row {
    padding-right: 20px;
    padding-left: 20px;
  }

  .content-row.arch-row {
    height: 220px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .arch-image-4 {
    width: 100%;
  }

  .arch-h-3 {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 12px;
    line-height: 14px;
  }

  .arch-image-5 {
    width: 100%;
    margin-top: 0px;
  }

  .inte-image-1 {
    height: 50vh;
  }

  .hero-h1 {
    margin-left: 0px;
  }

  .hero-h1.white-text {
    display: none;
  }

  .hero-h1.white-text.life.mobile {
    display: block;
  }

  .hero-h1.white-text.mobile {
    display: block;
    width: 85%;
    margin-top: 20px;
    margin-left: 20px;
    font-size: 12px;
    line-height: 14px;
  }

  .hero-h1.arch-posi {
    display: none;
  }

  .hero-h1.arch-posi.mobile {
    width: 85%;
    margin-left: 20px;
    font-size: 20px;
    line-height: 24px;
  }

  .interior-scheme-row {
    padding-top: 30px;
  }

  .color-scheme-text {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
    line-height: 14px;
  }

  .menu {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .animated-svg {
    width: 200vw;
    height: 50vh;
    max-width: none;
    min-width: 0px;
  }

  .nav-and-info {
    height: auto;
  }

  .nav-item {
    font-size: 14px;
    line-height: 18px;
  }

  .menu-info-text {
    margin-top: -1px;
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .loca-image-1 {
    height: 50vh;
  }

  .life-image-1 {
    height: 50vh;
  }

  .life-h2 {
    width: 90%;
    font-size: 12px;
    line-height: 14px;
  }

  .role-paragraph {
    font-weight: 300;
  }

  .role-block {
    width: 100%;
  }

  .tabs {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .tabs-menu {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .standard-tab {
    font-size: 12px;
  }

  .tab-content-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slide-circle {
    width: 100%;
    margin-bottom: 40px;
  }

  .slide-image {
    width: 100%;
    margin-left: 0px;
  }

  .life-tab {
    height: auto;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .video {
    margin-top: 30px;
    padding: 30px 0px;
  }

  .register-popup {
    width: 100%;
    height: auto;
  }

  .register-close-icon {
    top: 11px;
    right: 13px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .video-close-icon {
    top: 11px;
    right: 13px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .asvg-loading {
    width: 200px;
  }

  .lottie-animation {
    width: 120px;
    margin-top: 22px;
  }

  .menu-close-icon {
    top: 11px;
    right: 13px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .logo-and-symbol-in-popup {
    width: 160vw;
    max-width: none;
  }

  .mobile-nav {
    padding-right: 20px;
    padding-left: 20px;
  }

  .mobile-register-btn {
    font-size: 12px;
    line-height: 16px;
  }

  .mobile-menu-btn {
    width: 36px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .mobile-logo-position-fix {
    width: 120px;
    margin-top: 2px;
    margin-left: -20px;
  }

  .mobile-menu-line {
    width: 36px;
    min-width: 36px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: #8d8d8d;
  }

  .mobile-logo {
    width: 160px;
    margin-top: 12%;
  }

  .mobile-subtitle {
    width: 50%;
    margin-left: 20px;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
  }

  .from-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .menu-info-text-bold {
    margin-right: 0px;
  }

  .menu-info-text-bold.middle {
    display: none;
  }

  .contact-info-responsive-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-info-responsive-div.info-in-menu {
    margin-top: 8px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .beer-slider.small {
    width: 87vw;
    height: 87vw;
  }

  .beer-slider.large {
    width: 87vw;
    height: 54vw;
  }

  .color-scheme-sml-text {
    left: 20px;
    bottom: -4%;
  }
}

