.div-block {
  width: 100%;
  height: 100vh;
}

.herowrapper {
  width: 100%;
  height: 700px;
  background-color: rgba(0, 0, 0, 0);
  padding: 3%;
  display: block;
  position: relative;
}

.herocontainer {
  z-index: 1;
  width: 100%;
  height: 100%;
  filter: saturate(156%);
  color: #fff;
  background-color: #3537cf;
  background-image: url('../images/Hero_BG.png');
  background-position: 100%;
  background-size: cover;
  border-radius: 19px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: inset 0 0 20px 7px rgba(255, 255, 255, .2);
}

.herocontainer.shadow {
  z-index: 0;
  box-shadow: none;
  opacity: .8;
  filter: contrast(115%) saturate(200%) blur(120px);
  background-image: url('../images/banner.png');
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0;
  right: 0;
}

.herocontainer.gif {
  background-image: linear-gradient(135deg, rgba(80, 76, 31, .44), rgba(0, 0, 0, 0)), url('../images/banner.png');
  background-position: 0 0, 100%;
  background-size: auto, cover;
}

.aboutwrapper {
  width: 100%;
  height: auto;
  min-height: 300px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.teamwrapper {
  width: 100%;
  height: auto;
  min-height: 600px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 3%;
  display: flex;
  position: relative;
}

.body {
  color: #fff;
  background-color: #00030d;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.gallerywrapper {
  z-index: 2;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  padding: 3%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: visible;
}

.footerwrapper {
  justify-content: center;
  align-items: center;
  padding: 3%;
  display: flex;
}

.contentwrapper {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.contentwrapper.divider {
  height: 100%;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 5%;
}

.contentwrapper.divider.footer {
  flex-direction: column;
  align-items: flex-start;
}

.heading1 {
  max-width: 600px;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 4rem;
}

.heading1.orange {
  color: #fafafa;
  text-shadow: 0 0 60px #000;
}

.heading1.comingsoon {
  background-color: rgba(209, 209, 209, .31);
  border: 2px solid rgba(255, 255, 255, .42);
  border-radius: 50px;
  padding: 0 26px;
  font-size: 2.5rem;
  font-weight: 400;
  position: absolute;
}

.btnprimary {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(112deg, rgba(255, 255, 255, .61), rgba(255, 255, 255, .41));
  border: 2px solid rgba(255, 255, 255, .47);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 10px 47px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5rem;
  transition: all .2s;
  display: flex;
}

.btnprimary:hover {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: rgba(255, 255, 255, 0);
  background-image: linear-gradient(112deg, rgba(255, 255, 255, .61), rgba(255, 255, 255, .41));
  background-clip: border-box;
  transform: scale(1.03);
  box-shadow: 10px 0 20px -2px rgba(255, 255, 255, .6);
}

.btnprimary.margin {
  margin-top: 0;
  margin-bottom: 8px;
}

.btnprimary.gallerycard {
  width: 100%;
  height: auto;
  text-align: center;
  border-width: 2px;
  border-color: rgba(255, 255, 255, .71);
  border-radius: 12px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 13px;
  padding-bottom: 13px;
  display: flex;
}

.btnprimary.gallerycard:hover {
  transform: none;
}

.contentdivider {
  width: 50%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.contentdivider.gallerydivider1 {
  width: 40%;
}

.contentdivider.gallerydivider2 {
  width: 50vw;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-right: 50px;
  position: absolute;
  right: 0;
  overflow: visible;
}

.slider {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.icon {
  font-size: 1.5rem;
}

.slidecontainer {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.arrow {
  width: 30px;
}

.text {
  color: rgba(255, 255, 255, .7);
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2rem;
}

.text.small {
  font-size: .8rem;
  line-height: 1rem;
}

.heading2 {
  font-size: 1.5rem;
  line-height: 1.7rem;
}

.contentcontainer {
  width: 100%;
  height: 100%;
  min-height: 100%;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-image: linear-gradient(117deg, rgba(255, 255, 255, .23), rgba(255, 255, 255, .11));
  border: 2px solid rgba(255, 255, 255, .28);
  border-radius: 19px;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
  position: relative;
  top: 0;
  overflow: hidden;
}

.slide-nav {
  font-size: 8px;
  top: 216.5px;
}

.gallerycard {
  width: 300px;
  height: 480px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-image: linear-gradient(135deg, rgba(255, 255, 255, .46), rgba(255, 255, 255, .15));
  border: 2px solid rgba(255, 255, 255, .35);
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  padding: 17px;
  display: flex;
  box-shadow: 0 0 40px 8px rgba(255, 255, 255, .2);
}

.btnsecondary {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #545ec1;
  border: 0 solid #8b92e0;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 10px 47px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5rem;
  display: flex;
}

.btnsecondary.gallerycard {
  width: 100%;
  height: auto;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: none;
  border-width: 2px;
  padding-top: 13px;
  padding-bottom: 13px;
  transition: all .2s;
}

.btnsecondary.gallerycard:hover {
  background-color: #3c459c;
}

.heading3 {
  font-weight: 600;
}

.heading3.nomargin {
  margin-top: 0;
  margin-bottom: 0;
}

.image {
  width: 100%;
  height: 600px;
  object-fit: cover;
  background-image: url('../images/Base_Layer.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 10px;
}

.gallerycontainerleft {
  filter: blur(20px);
  padding-left: 0;
  padding-right: 0;
}

.gallerystickywrapper {
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: block;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.gallerycontainerright {
  filter: blur(20px);
  padding-top: 206px;
  padding-left: 40px;
  padding-right: 0;
}

.div-block-2 {
  width: 50%;
  height: 600px;
}

.div-block-3 {
  height: 600px;
  position: relative;
  overflow: hidden;
}

.cursor {
  z-index: 2147483647;
  width: 150px;
  height: 150px;
  filter: blur(70px);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: overlay;
  background-color: #fff;
  background-clip: border-box;
  margin-right: 0;
  padding-bottom: 0;
  position: absolute;
  top: -75px;
  bottom: auto;
  left: -75px;
  right: auto;
}

.cursorcontainer {
  z-index: 99999;
  width: 100%;
  height: 100vh;
  mix-blend-mode: overlay;
  display: none;
  position: fixed;
  top: 0;
}

.verticalslider {
  width: 100%;
  height: 400px;
  min-width: 500px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.verticalarrow {
  width: 60px;
  height: 60px;
  background-image: linear-gradient(72deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .18));
  border: 2px solid rgba(255, 255, 255, .21);
  border-radius: 120px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -15%;
  right: auto;
}

.verticalarrow.top {
  transition: all .2s;
  position: absolute;
  top: 0%;
  bottom: 70px;
  left: -15%;
  right: auto;
}

.verticalarrow.top:hover {
  transform: scale(1.1);
  box-shadow: 0 0 20px -6px #fff;
}

.verticalarrow.bottom {
  transition: all .2s;
  top: 70px;
}

.verticalarrow.bottom:hover {
  transform: scale(1.1);
  box-shadow: 0 0 20px -6px #fff;
}

.verticalslide {
  font-size: 8px;
  display: none;
  top: 216.5px;
}

.verticalicon {
  font-size: 1.5rem;
  transform: rotate(-90deg);
}

.verticalicon.top {
  transform: rotate(-90deg);
}

.mask {
  width: 320px;
  height: 500px;
  transition: all .2s;
  overflow: visible;
  transform: rotate(90deg);
}

.mask:hover {
  transform: rotate(90deg);
}

.slidecontainer-copy {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.verticalslidecontainer {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 6%;
  display: flex;
  transform: rotate(-90deg);
}

.slide {
  background-image: linear-gradient(141deg, rgba(255, 255, 255, .21), rgba(255, 255, 255, .22));
  border: 2px solid rgba(255, 255, 255, .16);
  border-radius: 30px;
  margin-left: 18px;
  margin-right: 18px;
  box-shadow: 0 0 130px -12px rgba(255, 255, 255, .34);
}

.verticalcontentcontainer {
  width: 500px;
  height: 320px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 5%;
  display: flex;
  transform: translate(-92px, 88px)rotate(-90deg);
}

.teamimage {
  width: 45%;
  height: 100%;
  object-fit: cover;
  border-radius: 17px;
}

.teamcontent {
  width: 55%;
  flex-direction: column;
  justify-content: space-between;
  align-self: flex-end;
  align-items: stretch;
  padding: 24px 11px;
  display: flex;
}

.heading4 {
  color: rgba(255, 255, 255, .7);
  font-size: 15px;
  font-weight: 600;
}

.heading4.margin {
  margin-top: -2px;
  margin-bottom: -2px;
}

.scrolltrigger {
  width: 10px;
  height: 10px;
  position: absolute;
}

.div-block-4 {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  max-width: 1200px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 0 5%;
  position: fixed;
  top: 79px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(98deg, #dfbe9f, rgba(213, 158, 115, .64));
  border: 2px solid rgba(255, 255, 255, .29);
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 6px 7px;
  display: flex;
}

.navbar-brand {
  align-items: center;
  margin-left: 9px;
  display: flex;
}

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

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: -2px;
  margin-right: -2px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
}

.nav-link:hover {
  color: #fff;
  text-shadow: 0 0 5px #fff;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

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

.nav-link.navicon {
  transition: all .2s;
}

.nav-link.navicon:hover {
  transform: scale(1.2);
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

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

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

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

.mask-2 {
  align-self: auto;
}

.slides {
  height: 100%;
  margin-top: 21px;
}

.slide-3 {
  height: 100%;
}

.logotext {
  color: #fff;
  margin-left: 13px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.3rem;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

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

.footer-wrapper {
  width: 100%;
  max-width: none;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  width: 50%;
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

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

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #fff;
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  transition: all .2s;
}

.footer-link:hover {
  color: #fff;
  text-shadow: 0 0 16px #fff;
}

.footer-link.footericon:hover {
  transform: scale(1.2);
}

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

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

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

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

@media screen and (max-width: 991px) {
  .herowrapper {
    height: 600px;
  }

  .contentwrapper.divider.breakpoint {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 0%;
  }

  .heading1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .heading1.comingsoon {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .contentdivider {
    width: 50%;
  }

  .contentdivider._100 {
    width: 100%;
    overflow: hidden;
  }

  .gallerycontainerleft {
    display: none;
  }

  .verticalslider {
    justify-content: flex-start;
    overflow: hidden;
  }

  .verticalarrow.top, .verticalarrow.bottom {
    left: auto;
    right: 10px;
  }

  .mask {
    margin-left: 90px;
  }

  .slide {
    box-shadow: none;
  }

  .verticalcontentcontainer {
    transform: translate(-92px, 88px)rotate(-90deg);
  }

  .navbar-no-shadow-container {
    top: 38px;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    background-color: rgba(255, 255, 255, .3);
    border: 2px solid rgba(255, 255, 255, .55);
    border-radius: 12px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 9px;
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
  }

  .container {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }
}

@media screen and (max-width: 767px) {
  .aboutwrapper {
    min-height: 340px;
    flex-direction: column;
  }

  .teamwrapper {
    min-height: 200px;
  }

  .gallerywrapper {
    height: 40vh;
  }

  .contentwrapper.divider {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 7%;
    padding-right: 7%;
  }

  .contentwrapper.divider.breakpoint {
    flex-direction: column;
    align-items: flex-start;
  }

  .heading1.comingsoon {
    margin-top: 24px;
    margin-bottom: 24px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 1.5rem;
  }

  .contentdivider.gallerydivider1 {
    z-index: 5;
    width: 100%;
    height: 30%;
    position: relative;
  }

  .contentdivider.gallerydivider2 {
    width: 100%;
    justify-content: flex-start;
    margin-right: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .contentdivider._100 {
    justify-content: center;
  }

  .slider {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .slidecontainer {
    margin-bottom: 27px;
  }

  .arrow {
    height: 30px;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .arrow.l {
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .slide-nav {
    height: 30px;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .gallerystickywrapper {
    height: 40vh;
  }

  .gallerycontainerright {
    display: none;
    overflow: visible;
  }

  .verticalarrow.top {
    z-index: 33;
    top: 4%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .verticalarrow.bottom {
    z-index: 33;
    top: 4%;
    bottom: auto;
    left: 14%;
    right: auto;
  }

  .mask {
    width: 270px;
    height: 400px;
    flex: 0 auto;
    margin-left: 0;
    padding: 30px 26px;
    transition: all .2s;
    overflow: hidden;
    transform: translate(35px)rotate(90deg);
  }

  .mask:hover {
    transform: translate(35px)rotate(90deg);
  }

  .slide {
    width: 100%;
    margin-left: 28px;
    margin-right: 0;
    left: -26px;
  }

  .verticalcontentcontainer {
    width: 400px;
    height: 200px;
    position: relative;
    transform: translate(-92px, 26px)rotate(-90deg);
  }

  .navbar-no-shadow-container {
    top: 28px;
  }

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

  .nav-menu-wrapper {
    z-index: 222;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .nav-menu {
    -webkit-backdrop-filter: blur(11px);
    backdrop-filter: blur(11px);
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .56), rgba(255, 255, 255, .23));
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

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

  .mask-2 {
    width: 100%;
    max-width: 400px;
    align-self: auto;
  }

  .slides {
    margin-top: 0;
  }

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

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

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
    margin-bottom: 36px;
  }

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

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

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

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

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

  .footer-copyright-center {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 479px) {
  .herowrapper {
    height: 400px;
  }

  .teamwrapper {
    min-height: 500px;
  }

  .heading1 {
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .heading1.orange {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .heading1.comingsoon {
    max-width: 900px;
  }

  .contentdivider {
    width: 100%;
  }

  .contentdivider.gallerydivider2 {
    width: 100%;
    margin-right: 0;
  }

  .icon {
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .arrow.r {
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .arrow.l {
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .slide-nav {
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .gallerycontainerright {
    display: none;
  }

  .verticalslider {
    height: 400px;
    min-width: 200px;
    justify-content: center;
  }

  .verticalarrow.bottom {
    left: 31%;
  }

  .mask {
    width: 350px;
    height: 250px;
    margin-left: 0;
    padding: 0;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
    overflow: hidden;
    transform: translate(-50px, 144px)rotate(90deg);
  }

  .mask:hover {
    transform: translate(-50px, 144px)rotate(90deg);
  }

  .slide {
    margin-left: 0;
    margin-right: 28px;
    left: auto;
  }

  .verticalcontentcontainer {
    width: 250px;
    height: 300px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 5%;
    transform: translate(21px, -26px)rotate(-90deg);
  }

  .teamimage {
    width: 100%;
    height: 200px;
    max-width: 100%;
  }

  .teamcontent {
    width: 100%;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .teamname {
    width: 100%;
  }

  .navbar-no-shadow-container {
    top: 16px;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .mask-2 {
    margin-bottom: 25px;
  }

  .container {
    max-width: none;
  }

  .footer-content {
    width: 100%;
    flex-direction: column;
    margin-bottom: 18px;
  }
}

#w-node-d6df6392-405b-81de-3843-7b42c42bc928-1f14f62d, #w-node-d6df6392-405b-81de-3843-7b42c42bc928-838bf7b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


