:root {
  --black: #111;
  --white-smoke: #f3f3f3;
  --flowui-component-library--white: white;
  --main-brand-colour: #4caf50;
  --flowui-component-library--gray-700: #282556;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--gray-200: transparent;
  --flowui-component-library--gray-100: #f7f9fd;
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--gray-400: #b6b9ce;
  --flowui-component-library--gray-500: #6b7094;
  --flowui-component-library--success-lighter: #ebfff6;
  --flowui-component-library--success-darker: #006638;
  --flowui-component-library--error-lighter: #fceff0;
  --flowui-component-library--error-darker: #5b0b11;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray900: #101828;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--white: white;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--gray700: #344054;
  --untitled-ui--gray50: #f9fafb;
  --untitled-ui--gray800: #1d2939;
  --untitled-ui--gray100: #f2f4f7;
  --untitled-ui--primary50: #f9f5ff;
  --walsh--walsh-dark-green: #204f58;
}

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

body {
  background-color: var(--black);
  color: var(--white-smoke);
  font-family: Cabin, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Cormorant, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  max-width: 350px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Cormorant, sans-serif;
  font-size: 51px;
  font-weight: 700;
  line-height: .9;
}

p {
  color: #f3f3f3cc;
  max-width: 350px;
  margin-bottom: 10px;
}

a {
  color: #fff;
  text-decoration: none;
}

.weclome {
  background-color: #202020;
  min-height: 100vh;
}

.weclome.hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-text-fill-color: inherit;
  background-color: #f3f3f300;
  background-clip: border-box;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100vw;
  height: 100vh;
  min-height: 90vh;
  display: block;
}

.weclome.foooter {
  background-color: #000;
  min-height: 0;
}

.container {
  max-width: 1200px;
  max-height: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

.container.flex {
  flex: 1;
  align-items: center;
  display: flex;
}

.container.hero {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.navbar {
  box-shadow: none;
  flex-direction: row;
  flex: 1;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #fffc;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 12px;
  line-height: 1.2;
}

.nav-link.last {
  margin-right: 0;
}

.submit-button {
  color: var(--black);
  background-color: #dfdfdf;
  align-self: flex-end;
  width: 100%;
  margin-top: 15px;
}

.logo {
  max-width: 150px;
}

.link-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.navbar {
  z-index: 20;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  max-height: 10vh;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 1px 20px #00000047;
}

.hero-wrapper {
  flex: 1;
  display: flex;
}

.hero-heading {
  max-width: 440px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  line-height: 1.1;
}

.hero-subheading {
  color: #f3f3f3bf;
  max-width: none;
  font-size: 16px;
}

.hero-text-wrapper {
  flex-direction: column;
  flex: none;
  justify-content: center;
  height: 100%;
  padding-right: 7px;
  display: flex;
}

.hero-image-wrapper {
  align-items: center;
  height: 100%;
  display: flex;
}

.hero-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 600px;
}

.contact-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 2fr;
  align-items: center;
  padding: 60px;
  box-shadow: 14px 14px 70px #000;
}

.hero-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  width: 100%;
  display: grid;
}

.body {
  background-color: #fff;
}

.contact-heading {
  color: #fff;
  width: 13ch;
  margin-top: 0;
  font-size: 42px;
  line-height: 1.1;
}

.footer-grid {
  grid-column-gap: 55px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 2.75fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  height: 30vh;
  max-height: 2%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
}

.footer-links {
  flex-direction: column;
  align-items: flex-start;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
}

.footer-heading-2 {
  opacity: .9;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  max-width: 270px;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}

.footer-link {
  opacity: .7;
  color: #fff;
  letter-spacing: .3px;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  display: block;
}

.footer-link:hover, .footer-link.w--current {
  opacity: 1;
}

.ourteam {
  background-color: #fff;
  background-image: radial-gradient(circle, #fff, #e8f5ff 61%, #fff 100%, #e8f5ff);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.footer {
  background-color: #4caf50;
  width: 100vw;
  height: 30vh;
}

.text-field {
  background-color: #eee;
  border: 0 solid #000;
  margin-bottom: 15px;
}

.text-field::placeholder {
  color: #0006;
}

.grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  height: 400px;
}

.paragraph {
  width: 40ch;
}

.about-heading {
  color: #000;
  width: 13ch;
  margin-top: 0;
  font-size: 47px;
  line-height: .9;
}

.button {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #7607c5;
  margin-top: 6px;
  padding: 15px 40px;
  font-size: 11px;
}

.div-block {
  background-image: url('../images/humphrey-muleba-Y83f26VFCcg-unsplash-1.jpg');
  background-position: 50% 42%;
  background-size: cover;
  overflow: hidden;
}

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

.field-label {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
}

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

.paragraph-dark {
  color: #0009;
}

.contactus {
  background-color: #fff;
  height: 80vh;
  padding-top: 60px;
  padding-bottom: 60px;
}

.track {
  height: 400vw;
}

.camera {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--flowui-component-library--white), #e7fff9 40%, #c1f0db 80%);
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame {
  display: flex;
}

.features {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 40px;
  display: flex;
}

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

.navbar-2 {
  background-color: #000;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-3 {
  background-color: #e21515;
  flex-flow: row;
  justify-content: flex-start;
  width: 100%;
  height: 100vh;
  display: flex;
}

.div-block-2 {
  z-index: 10;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-text-fill-color: inherit;
  background-color: #ffffff87;
  background-image: linear-gradient(#0000, #0000);
  background-clip: border-box;
  border: 0 solid #4caf50;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 2.5%;
  height: 100vh;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 2px 5px #0003;
}

.introduction {
  background-image: radial-gradient(circle at 0 0, #fff, #f4fce3 40%, #d4f8b9 77%);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.lottie-animation {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 0 auto;
  display: flex;
}

.lottie-animation-2 {
  margin-bottom: 650%;
}

.content {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.hero__person-txt-more {
  opacity: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  bottom: 78px;
}
.hero__person.mod--2 {
  display: none !important;
}

.hero__person-txt-more.mod--1 {
  padding-left: 100px;
}

.swiper-slide {
  justify-content: center;
  align-items: stretch;
  height: auto;
  display: block;
  position: relative;
}

.hero__person-count {
  text-align: center;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 0%;
  margin-left: 10px;
  font-size: 25px;
  transition: all .6s;
  display: flex;
  overflow: hidden;
}

.hero__person-title {
  flex: none;
  font-size: 34px;
  line-height: 1.1em;
}

.hero__person-title.stroke--white-02 {
  margin-left: -20px;
  font-family: Exo, sans-serif;
  position: static;
}

.hero__person-square {
  z-index: -1;
  -webkit-text-fill-color: inherit;
  background-color: #4caf50;
  background-clip: border-box;
  border-radius: 0 0 25px 25px;
  width: 120px;
  height: 100%;
  margin-left: -24px;
  display: block;
  position: absolute;
}

.hero__col.col--1 {
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 56px;
  display: flex;
}

.hero__col.col--2 {
  z-index: 0;
  flex: 1;
}

.hero__person-count-title {
  margin-bottom: -20px;
  line-height: 1em;
  display: inline-block;
}

.hero__h1 {
  color: var(--black);
  margin-bottom: 40px;
  font-family: Exo, sans-serif;
  font-size: 48px;
}

.btn-submit {
  z-index: 1;
  color: #1e1e2f;
  background-color: #97c680;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 100%;
  transition: all .3s;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  box-shadow: inset 0 0 #feba88;
}

.btn-submit:hover {
  box-shadow: inset 0 -70px #feba88;
}

.btn-submit.mod--hero {
  width: 120px;
  font-size: 34px;
}

.btn-submit.mod--hero:hover {
  box-shadow: inset 0 -120px #feba88;
}

.form-2 {
  position: relative;
}

.hero__columns {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.dot {
  font-family: Varela, sans-serif;
}

.hero__person-cont {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.input {
  z-index: 0;
  border: 1px solid #1e1e2f33;
  border-radius: 0;
  width: 300px;
  height: 64px;
  padding-left: 25px;
  font-size: 16px;
  transition: all .3s;
  position: relative;
}

.input:hover {
  border-color: #1e1e2f66;
}

.input:focus {
  border-color: #97c680;
}

.input::placeholder {
  color: #1e1e2f;
}

.input.mod--hero {
  border-width: 1px;
  border-color: #fff;
  width: 450px;
  height: 120px;
  margin-bottom: 0;
  padding-left: 50px;
  font-size: 20px;
  box-shadow: 0 46px 50px #00000008;
}

.input.mod--hero:hover {
  box-shadow: 0 46px 50px #0000001a;
}

.input.mod--hero:focus {
  border-color: #97c680;
  box-shadow: 0 46px 50px #0000001a;
}

.hero__person-count-span {
  flex: none;
  width: 100%;
  font-size: 14px;
  display: inline-block;
}

.form-block-2 {
  z-index: 1;
  margin-bottom: 0;
  position: relative;
}

.hero__person-img {
  z-index: 0;
  object-fit: cover;
  min-width: 100%;
  height: 115%;
  display: block;
  position: relative;
}

.hero__person {
  cursor: pointer;
  border-radius: 20px;
  width: 21%;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  overflow: hidden;
}

.hero__person.mod--3, .hero__person.mod--4, .hero__person.mod--5 {
  display: block;
}

.hero__person-grad {
  z-index: 1;
  color: #fff;
  background-image: linear-gradient(#0000 50%, #000c);
  position: absolute;
  inset: 0%;
}

.swiper {
  border-radius: 16px;
  width: 100%;
  overflow: hidden;
}

.swiper.swiper--persons {
  display: none;
}

.hero__person-txt-less {
  opacity: 1;
  justify-content: flex-start;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
  position: absolute;
  bottom: 80px;
  transform: rotate(-90deg);
}

.hero__person-txt-less.mod--1 {
  padding-top: 0;
  bottom: 80px;
  left: 0;
  right: auto;
}

.hero__person-txt-less.mod--1.hide {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  display: flex;
}

.hero__person-txt-less.mod--1 {
  padding-top: 20px;
  right: 0;
}

.hero__person-txt-less.mod--1.hide {
  display: none;
}

.swiper-wrapper {
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.hero__persons {
  z-index: 0;
  justify-content: flex-end;
  height: 590px;
  margin-left: -85px;
  margin-right: -20px;
  display: flex;
  position: relative;
}

.text-block {
  font-size: 100px;
}

.text-block-2 {
  font-size: 72px;
}

.text-block-3 {
  padding-bottom: 110px;
  font-size: 72px;
}

.hero__person-count-2 {
  text-align: center;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 0%;
  font-size: 52px;
  transition: all .6s;
  display: flex;
  overflow: hidden;
}

.hero__person-square-2 {
  z-index: -1;
  background-color: #1e1e2f;
  width: 120px;
  height: 100%;
  margin-left: -24px;
  display: block;
  position: absolute;
}

.gradient-wrapper {
  z-index: -1;
  filter: blur(160px);
  background-color: #fff;
  width: 90%;
  min-height: 90vh;
  position: absolute;
  inset: 0%;
}

.hidden-section {
  height: 50vh;
  display: none;
  position: relative;
}

.section-hero {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: sticky;
  overflow: hidden;
}

.circle {
  background-color: #fe3218;
  border-radius: 50%;
  width: 50vw;
  height: 80vh;
  position: absolute;
  inset: 0% 0% auto auto;
}

.circle._4 {
  background-color: #f8bbd0;
  inset: auto -10% -25% auto;
}

.circle._1 {
  background-color: #a8e6cf;
  top: -25%;
  left: 1%;
}

.circle._2 {
  background-color: #fff176;
  inset: -25% -10% auto auto;
}

.circle._3 {
  background-color: #81d4fa;
  inset: auto auto -39% -4%;
}

.columns {
  width: 85vw;
  height: 80vh;
}

.column {
  height: 100%;
}

.column-2 {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.wrapper-div {
  position: absolute;
}

.image-2 {
  aspect-ratio: auto;
  transform-origin: 50%;
  mix-blend-mode: normal;
  max-width: 50%;
  position: absolute;
  inset: 15% 0% 19% -10%;
  transform: none;
}

.image-3 {
  display: none;
  position: absolute;
  top: 487px;
  left: 101.422px;
  right: 567px;
}

.image-4 {
  position: static;
}

.image-5 {
  position: absolute;
  left: 17px;
}

.text-block-4 {
  color: var(--black);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  font-family: Exo, sans-serif;
  font-size: 80px;
  font-weight: 800;
  line-height: 174px;
  display: block;
  position: absolute;
}

.text-block-5 {
  color: var(--main-brand-colour);
  font-family: Exo, sans-serif;
  font-size: 100px;
  font-weight: 900;
  position: relative;
  top: 120px;
  right: 0;
}

.lamp {
  background-image: url('../images/lamp-off.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 4vw;
  height: 14vw;
  position: relative;
  top: 4%;
}

.plant {
  background-image: url('../images/plant.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16vh;
  height: 48vh;
  position: absolute;
  bottom: 0%;
  right: 0;
  transform: translate(0);
}

.arc {
  border-top-left-radius: 20vw;
  border-top-right-radius: 20vw;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  inset: 1.15% 5% 0% 0%;
  overflow: hidden;
}

.room {
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  inset: -5% -5% 0%;
}

.play {
  opacity: .75;
  cursor: pointer;
  background-image: url('../images/btn-play.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 8vh;
  height: 8vh;
  transition: all .5s;
  position: absolute;
}

.play:hover {
  opacity: 1;
  transform: scale(1.1);
}

.curtains {
  background-image: url('../images/curtains.jpg');
  background-position: 0 0;
  background-size: cover;
  border-top-left-radius: 20vw;
  border-top-right-radius: 20vw;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  inset: 0% 0% -5%;
}

.links {
  z-index: 12;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 280px;
  height: 50px;
  margin-top: 5vh;
  margin-left: -140px;
  display: grid;
  position: absolute;
  top: 0%;
  left: 50%;
}

.objects {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
}

.video {
  border-radius: 3px;
  width: 100%;
  height: 100%;
  display: none;
}

.grad-bottom {
  display: none;
}

.wall-shine {
  opacity: 0;
  background-image: radial-gradient(circle closest-corner at 20%, #fff, #fff0);
  position: absolute;
  inset: 0% 0% 0% -5%;
}

.chair {
  background-image: url('../images/chair.png');
  background-position: 0 0;
  background-size: cover;
  width: 34vh;
  height: 30vh;
  position: absolute;
  bottom: 0%;
  left: 0;
}

.door {
  background-image: url('../images/arc.jpg');
  background-position: 0 0;
  background-size: cover;
  border-top-left-radius: 20vw;
  border-top-right-radius: 20vw;
  width: 28vw;
  height: 95vh;
  position: absolute;
  bottom: -2vh;
  left: 56%;
  overflow: hidden;
  box-shadow: 1px 1px #ffc680;
}

.shadow {
  opacity: .33;
  filter: blur(10px);
  color: #000;
  letter-spacing: -1px;
  text-shadow: none;
  margin-top: 60px;
  font-size: 9vh;
  font-weight: 900;
  line-height: 1.1;
  position: absolute;
  left: 40px;
}

.frame-2 {
  background-image: url('../images/frame.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 25vh;
  height: 19.4vh;
  position: absolute;
  left: 87%;
}

.wall-box {
  position: absolute;
  inset: 0%;
}

.wall {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% -2%;
}

.keyboard-box {
  height: 10.5%;
  position: absolute;
  inset: 53.6% 0% auto;
}

.keyboard {
  background-image: url('../images/keyboard.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  inset: 0%;
}

.lamp-on {
  background-image: url('../images/lamp.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: relative;
}

.text-mobile {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% 6%;
}

.screen {
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: 46.7%;
  margin-top: 3%;
  margin-left: 11.7%;
  margin-right: 8.7%;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 2px 1px #ccbdad80;
}

.page-link {
  color: #cc9766;
  text-align: center;
  letter-spacing: .33px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 800;
  line-height: 28px;
  text-decoration: none;
  transition: opacity .25s;
}

.page-link:hover {
  color: #ffd599;
}

.page-link.w--current {
  color: #3a3a39;
  cursor: default;
  background-color: #cc9766;
  border-radius: 15px;
  margin-left: 10px;
  margin-right: 10px;
  box-shadow: inset 1px 0 #ffd599;
}

.wall-texture {
  opacity: .75;
  background-image: url('../images/wall.jpg');
  background-position: 0 0;
  background-size: cover;
  position: absolute;
  inset: -2% -4%;
}

.scene {
  justify-content: center;
  align-items: flex-end;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
}

.text-box {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% 6%;
}

.text {
  color: #ffc680;
  letter-spacing: -1px;
  text-shadow: none;
  font-size: 9vh;
  font-weight: 900;
  line-height: 1.1;
  position: absolute;
  left: 30px;
}

.laptop {
  background-image: url('../images/laptop6.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 720px;
  height: 700px;
  margin-bottom: 40vh;
  position: absolute;
  bottom: -410px;
}

.text-bevel {
  letter-spacing: -1px;
  text-shadow: none;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(330deg, #ab5b22ab, #ffca8000);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 22px;
  margin-left: 1px;
  font-size: 9vh;
  font-weight: 900;
  line-height: 1.1;
  position: absolute;
  left: 30px;
}

.text-link {
  color: #cc9766;
  text-align: left;
  letter-spacing: .33px;
  text-shadow: 1px 1px 3px #000000bf;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none;
  transition: opacity .25s;
  position: absolute;
  top: 20%;
  left: 15%;
}

.text-link:hover {
  color: #ffd599;
}

.text-link.clone {
  top: 70%;
}

.screen-shine {
  opacity: .33;
  background-image: linear-gradient(300deg, #0000, #ffffff54 70%, #fff);
  position: absolute;
  inset: 0% -20%;
}

.laptop-box {
  justify-content: center;
  align-items: flex-end;
  width: 720px;
  height: 700px;
  position: relative;
  left: -1vw;
}

.columns-2 {
  height: 100%;
  line-height: 20px;
}

.column-3 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.column-4 {
  height: 100%;
}

.waves---mg-top-16 {
  margin-top: 16px;
}

.waves---main-container {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---single-check-item {
  grid-column-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.waves---check-icon {
  width: 24px;
  height: 24px;
}

.waves---paragraph-small {
  font-size: 16px;
  line-height: 130%;
}

.waves---section-medium {
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.waves---heading-2-no-margins {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 2.25rem;
  line-height: 130%;
}

.waves---paragraph-big {
  color: var(--black);
  text-align: justify;
  font-family: Exo, sans-serif;
  font-size: 1.25rem;
  line-height: 130%;
}

.waves---grid-image-halves {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

.waves---content-image-halves {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 520px;
  display: flex;
}

.waves---master-checks-vertical {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-image-features-4 {
  border-radius: 24px;
  width: 100%;
}

.walsh-container {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.walsh-heading-xxlarge {
  color: #000;
  text-align: left;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 4.5em;
  font-weight: 700;
  line-height: .95;
}

.walsh-background-darkgreen {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  position: relative;
}

.walsh-text-burst {
  color: #4caf50;
  background-image: url('../images/scribble-burst.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 38%;
  padding-bottom: .2em;
  padding-right: .1em;
  font-size: 3rem;
  display: inline-block;
}

.walsh-main-grid-no-gap {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.walsh-hero-p-wrapper {
  text-align: right;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 36em;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.walsh-paragraph-serif-left-hero {
  color: #000c;
  text-align: justify;
  width: 100%;
  max-width: 40em;
  margin-bottom: .75em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.4em;
  line-height: 1.6;
  position: static;
}

.walsh-text-lightgreen {
  color: #b0ebb9;
}

.walsh-left-hero {
  grid-row-gap: 2em;
  color: #fff;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
}

.walsh-hero-div-block {
  grid-column-gap: 1.25em;
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.walsh-icon-arrow-flip {
  height: 12px;
}

.walsh-link-block-orange {
  color: #fff;
  text-align: center;
  background-color: #ff715b;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange:hover {
  background-color: #ffbba6;
}

.walsh-button-label-wrapper {
  z-index: 4;
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-button-hover-fill {
  background-color: #000;
  border-radius: 100%;
  width: 5em;
  height: 5em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -100% auto auto -46%;
}

.walsh-label-button {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
}

.walsh-arrow-wrapper {
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  align-items: center;
  height: 12px;
  display: flex;
  overflow: hidden;
}

.walsh-button-label-white-w {
  z-index: 4;
  grid-column-gap: 8px;
  color: #fff;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-link-block-white {
  color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  transition: box-shadow .2s cubic-bezier(.645, .045, .355, 1);
  box-shadow: inset 0 -3px #ffffff1a;
}

.walsh-link-block-white:hover {
  color: #444;
  box-shadow: inset 0 -3px #b0eab9;
}

.walsh-ui-image-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 6em;
  padding-bottom: 6em;
  padding-left: 3em;
  display: flex;
  overflow: hidden;
}

.walsh-image-hero-device {
  height: 48em;
}

.f-h3-heading {
  color: var(--main-brand-colour);
  text-align: left;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 42px;
  line-height: 1.2;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-margin-bottom-12 {
  margin-bottom: 12px;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

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

.f-paragraph-large {
  color: #000c;
  text-align: justify;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.f-section-large {
  padding: 92px 5%;
  position: relative;
}

.f-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-paragraph-regular {
  color: #000c;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

.f-button-neutral {
  background-color: var(--main-brand-colour);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-sub-heading-small {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.03em;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.f-heading-detail-small {
  color: var(--main-brand-colour);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-grid-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.f-content-text-wrapper {
  max-width: 460px;
}

.f-content-image-tall {
  border-radius: 12px;
  width: 100%;
  max-width: 450px;
  height: 620px;
  overflow: hidden;
}

.f-content-divider {
  background-color: var(--flowui-component-library--gray-200);
  width: 100%;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.f-content-list-item-large {
  grid-column-gap: 24px;
  align-items: flex-start;
  display: flex;
}

.f-content-list-wrapper-small {
  grid-row-gap: 48px;
  flex-direction: column;
  max-width: 300px;
  margin-bottom: 48px;
  display: flex;
}

.f-content-icon-square {
  background-color: var(--flowui-component-library--gray-100);
  color: var(--flowui-component-library--gray-900);
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.f-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-margin-bottom-17 {
  margin-bottom: 8px;
}

.f-margin-bottom-18 {
  margin-bottom: 16px;
}

.f-margin-bottom-19 {
  margin-bottom: 8px;
}

.f-margin-bottom-20 {
  margin-bottom: 16px;
}

.f-field-input {
  border: 1px solid var(--flowui-component-library--grey-300);
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  transition: all .2s;
}

.f-field-input:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-field-input::placeholder {
  color: var(--flowui-component-library--gray-500);
}

.f-text-area {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--gray-900);
  border-radius: 8px;
  min-height: 112px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 14px;
  line-height: 24px;
}

.f-text-area:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-text-area::placeholder {
  color: var(--flowui-component-library--gray-500);
}

.f-field-label {
  color: var(--main-brand-colour);
  letter-spacing: -.01em;
  margin-bottom: 8px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.f-margin-bottom-21 {
  margin-bottom: 8px;
}

.f-margin-bottom-22 {
  margin-bottom: 16px;
}

.f-margin-bottom-32 {
  margin-bottom: 32px;
}

.f-success-message {
  background-color: var(--flowui-component-library--success-lighter);
  color: var(--flowui-component-library--success-darker);
  letter-spacing: -.03em;
  font-size: 14px;
  line-height: 24px;
}

.f-container-x-small {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-margin-bottom-48 {
  margin-bottom: 48px;
}

.f-title-wrapper-left {
  max-width: 500px;
}

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

.f-contact-submit-wrapper {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.f-contact-divider {
  background-color: var(--flowui-component-library--grey-300);
  width: 1px;
  height: 24px;
}

.f-contact-form-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-bottom: 24px;
}

.f-error-message {
  background-color: var(--flowui-component-library--error-lighter);
  color: var(--flowui-component-library--error-darker);
  text-align: center;
  border-radius: 8px;
}

.step-content-block {
  text-align: left;
  align-self: center;
  position: relative;
}

.steps-clone {
  flex-flow: column;
  justify-content: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.img-block {
  text-align: center;
  border: 0 solid #fff;
  border-radius: 40px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.dot-2 {
  z-index: 3;
  background-color: #eeeff4;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-bottom: -6px;
  position: relative;
}

.step {
  z-index: 2;
  background-color: #fff;
  border-radius: 16px;
  align-items: center;
  padding: 12%;
  display: flex;
  position: relative;
}

.scoll-wrap {
  flex-direction: column;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  bottom: 50%;
}

.bg-shadow {
  z-index: 1;
  border-radius: 16px;
  position: absolute;
  inset: 0%;
  box-shadow: 7px 7px 20px #12121212;
}

.content-wrap {
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.label {
  color: #006cd0;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

.step-block {
  background-image: radial-gradient(circle, #f0fff4, #d2f7e1 40%, #b2e5d0 80%);
  flex-wrap: nowrap;
  place-content: center space-around;
  align-items: center;
  min-height: 80vh;
  margin-top: -1px;
  display: flex;
  position: relative;
}

.scroll-base {
  transform-origin: 50% 0;
  background-color: #eeeff4;
  width: 6px;
  height: 100%;
}

.content-2 {
  margin-top: 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.scroll-animate {
  transform-origin: 50% 0;
  background-color: #4caf50;
  width: 6px;
  height: 100%;
  position: absolute;
  bottom: 0;
}

.heading-2 {
  color: var(--main-brand-colour);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Exo, sans-serif;
  font-weight: 700;
  display: flex;
  position: static;
}

.paragraph-2, .paragraph-3, .paragraph-4 {
  color: #000c;
  text-align: justify;
  font-family: Exo, sans-serif;
  font-size: 20px;
}

.paragraph-5 {
  color: #000c;
  text-align: justify;
  font-family: Exo, sans-serif;
}

.image-6 {
  border: 0px solid var(--flowui-component-library--white);
  border-radius: 20px;
}

.image-7, .image-8 {
  border: 0 solid #fff;
  border-radius: 20px;
}

.image-9 {
  border-radius: 20px;
}

.image-10 {
  display: none;
  position: absolute;
  top: 400px;
  left: 70px;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-text-size-large {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-heading-medium {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-lightbox_play-icon {
  z-index: 2;
  -webkit-backdrop-filter: saturate(150%) blur(12px);
  backdrop-filter: saturate(150%) blur(12px);
  color: #fff;
  background-color: #ffffff1a;
  border-radius: 100%;
  width: 8rem;
  height: 8rem;
  position: absolute;
}

.lightbox_video-overlay-layer {
  z-index: 1;
  background-color: #1d293900;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-layout09_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-layout09_item {
  display: flex;
}

.uui-layout09_lightbox-image {
  border: 0rem solid var(--untitled-ui--gray900);
  object-fit: cover;
  border-radius: .5rem;
  display: inline-block;
}

.uui-layout09_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui--gray50);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-heading-subheading {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-layout09_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
  display: grid;
}

.uui-layout09_item-icon-wrapper {
  align-self: flex-start;
  margin-right: .75rem;
}

.image-11 {
  display: none;
}

.uui-text-size-medium {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-container-large-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100rem;
  margin: auto;
  display: flex;
}

.uui-page-padding-2 {
  justify-content: center;
  align-items: center;
  width: 90vw;
  height: 90vh;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.uui-max-width-small {
  width: 100%;
  max-width: 30rem;
}

.uui-button-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-2:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button-2:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button-2.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-heading-xlarge {
  color: var(--untitled-ui--gray900);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.2;
}

.uui-button-row-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-icon.is-icon-large {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
}

.uui-ratings_component {
  align-items: center;
  display: flex;
}

.ratings_wrapper {
  margin-left: 1rem;
}

.ratings_stars-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .125rem;
  display: flex;
}

.uui-ratings_stars {
  width: 100%;
  height: 1.25rem;
  margin-right: .5rem;
}

.uui-text-size-xlarge {
  color: var(--main-brand-colour);
  text-align: center;
  font-family: Exo, sans-serif;
  font-size: 5rem;
  font-weight: 800;
  line-height: 1.5;
}

.uui-heroheader10_image-wrapper {
  justify-content: center;
  align-items: center;
  height: 50rem;
  display: flex;
  position: relative;
}

.uui-heroheader10_image {
  z-index: 1;
  width: 100%;
  max-width: 19.75rem;
  position: relative;
  bottom: -12%;
}

.uui-heroheader10_notification-image-wrapper {
  z-index: 2;
  width: 23rem;
  position: absolute;
  inset: auto auto -3% -20%;
}

.uui-heroheader10_notification-image-01, .uui-heroheader10_notification-image-02 {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: .5rem;
  width: 20rem;
  min-width: 20rem;
  margin-bottom: .75rem;
}

.uui-heroheader10_notification-image-03 {
  opacity: .75;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: .5rem;
  width: 20rem;
  min-width: 20rem;
  margin-bottom: .75rem;
}

.uui-heroheader10_notification-image-04 {
  opacity: .5;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: .5rem;
  width: 20rem;
  min-width: 20rem;
  margin-bottom: 0;
}

.uui-section_heroheader10 {
  background-color: var(--flowui-component-library--gray-200);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.uui-heroheader10_image-background {
  z-index: 0;
  background-color: var(--untitled-ui--gray100);
  border-radius: 20rem 20rem 1.5rem 1.5rem;
  display: none;
  position: absolute;
  inset: 0%;
}

.uui-heroheader10_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-button-secondary-gray-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-2:hover {
  background-color: var(--untitled-ui--gray50);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray-2:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-button-secondary-gray-2.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-avatar-group_component {
  grid-column-gap: 0rem;
  flex-wrap: nowrap;
  align-items: center;
  padding-right: 1rem;
  display: flex;
}

.uui-avatar-group_item {
  border: 2px solid var(--untitled-ui--white);
  background-color: var(--untitled-ui--white);
  border-radius: 50%;
  width: 2.75rem;
  height: 2.75rem;
  margin-right: -1rem;
}

.uui-heroheader10_image-inner-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-space-large {
  width: 100%;
  min-height: 3rem;
}

.uui-padding-vertical-xhuge-2 {
  width: 90%;
  height: 90%;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-ratings_number {
  color: var(--untitled-ui--gray700);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.uui-container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-3 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-text-size-large-2 {
  color: var(--black);
  text-align: justify;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-heading-medium-2 {
  color: var(--main-brand-colour);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.3;
}

.uui-lightbox_play-icon-2 {
  z-index: 2;
  -webkit-backdrop-filter: saturate(150%) blur(12px);
  backdrop-filter: saturate(150%) blur(12px);
  color: #fff;
  background-color: #ffffff1a;
  border-radius: 100%;
  width: 8rem;
  height: 8rem;
  position: absolute;
}

.lightbox_video-overlay-layer-2 {
  z-index: 1;
  background-color: #fff0;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.uui-icon-1x1-xsmall-2 {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-layout59_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-icon-featured-outline-large {
  border: .5rem solid var(--untitled-ui--primary50);
  background-color: var(--untitled-ui--primary100);
  color: var(--untitled-ui--primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.uui-layout59_lightbox {
  background-color: var(--untitled-ui--gray100);
  height: 100%;
  min-height: 27rem;
  position: relative;
  overflow: hidden;
}

.uui-layout59_lightbox-image {
  border: .25rem solid var(--untitled-ui--gray900);
  border-radius: .5rem;
  width: 40rem;
  min-width: 40rem;
  position: absolute;
  inset: 3rem 3rem auto auto;
}

.uui-space-xsmall-2 {
  width: 100%;
  min-height: 1rem;
}

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

.uui-padding-vertical-xhuge-3 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-layout57_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-layout57_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: .75rem;
}

.uui-layout57_item {
  display: flex;
}

.uui-layout57_lightbox {
  position: relative;
}

.uui-layout57_lightbox-image {
  border: 0rem solid var(--untitled-ui--gray900);
  border-radius: .5rem;
  width: 100%;
}

.uui-padding-vertical-xhuge-4 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-heading-subheading-2 {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-layout57_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
  display: grid;
}

.div-block-3 {
  border: 20px solid var(--untitled-ui--white);
  border-radius: 20px;
  max-width: 50%;
}

.button-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

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

.uui-heading-medium-2-copy {
  color: var(--main-brand-colour);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.3;
}

.section {
  background-color: var(--flowui-component-library--white);
  justify-content: center;
  align-items: center;
  height: 60px;
  display: flex;
}

.image-12 {
  display: none;
}

.footer-2 {
  background-color: #000;
}

.footer-links-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 20vh;
  max-height: 100%;
  display: flex;
}

.logo-2 {
  max-width: 50px;
}

.footer-heading-3 {
  opacity: .9;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  max-width: 270px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}

.footer-link-copy:hover, .footer-link-copy.w--current {
  opacity: 1;
}

.footer-link-copy {
  opacity: .7;
  color: #fff;
  letter-spacing: .3px;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  display: block;
}

.footer-link-copy:hover, .footer-link-copy.w--current {
  opacity: 1;
}

.image-14 {
  height: 80%;
}

.footer-heading-3-copy {
  opacity: .9;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  max-width: 270px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}

.uui-text-size-xlarge-copy {
  color: var(--walsh--walsh-dark-green);
  text-align: center;
  font-family: Exo, sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.5;
}

@media screen and (min-width: 1920px) {
  .container {
    max-width: 1600px;
  }

  .image-5 {
    display: block;
    position: static;
  }

  .text-block-4 {
    font-size: 80px;
    position: absolute;
  }

  .text-block-5 {
    font-size: 100px;
    top: 150px;
    right: -20px;
  }

  .scene {
    position: static;
  }
}

@media screen and (max-width: 991px) {
  .weclome {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .hero-heading {
    width: auto;
    font-size: 45px;
  }

  .hero-subheading {
    font-size: 10px;
  }

  .contact-heading {
    width: auto;
    font-size: 45px;
  }

  .footer-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .ourteam {
    height: 120vh;
  }

  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .about-heading {
    width: auto;
    font-size: 45px;
  }

  .contactus {
    height: 100vh;
  }

  .track {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .camera {
    width: auto;
    height: auto;
    overflow: visible;
  }

  .frame {
    flex-direction: column;
  }

  .features {
    width: 100%;
    height: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-2 {
    display: none;
  }

  .hero__person-txt-more {
    opacity: 1;
    padding-left: 16px;
    padding-right: 16px;
    bottom: 20px;
  }

  .hero__person-txt-more.mod--2, .hero__person-txt-more.mod--3 {
    flex-flow: column;
  }

  .hero__person-txt-more.mod--1 {
    flex-flow: column;
    padding-left: 16px;
  }

  .swiper-slide.slide--persons {
    width: auto;
    padding-left: 10px;
  }

  .hero__person-count {
    margin-left: 0;
    font-size: 5px;
  }

  .hero__person-title {
    font-size: 22px;
  }

  .hero__person-title.stroke--white-02 {
    text-align: center;
    margin-left: 0;
  }

  .hero__col.col--2 {
    display: none;
  }

  .hero__person-count-title {
    font-size: 32px;
  }

  .hero__person-count-title.stroke--white-02 {
    font-size: 20px;
    line-height: 1.5em;
  }

  .hero__h1 {
    margin-bottom: 30px;
  }

  .hero__columns {
    display: block;
  }

  .input.mod--hero {
    width: 100%;
  }

  .hero__person-count-span {
    font-size: 12px;
  }

  .form-block-2 {
    width: 100%;
    max-width: 300px;
  }

  .form-block-2.mod--hero {
    width: 100%;
    max-width: 450px;
  }

  .hero__person {
    width: 240px;
    height: 376px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero__person.mod--2, .hero__person.mod--1, .hero__person.mod--3 {
    margin-top: 32px;
  }

  .swiper.swiper--persons {
    margin-bottom: 40px;
    display: block;
    overflow: visible;
  }

  .hero__person-txt-less {
    display: none;
  }

  .swiper-wrapper {
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
  }

  .gradient-wrapper {
    filter: blur(180px);
  }

  .circle {
    width: 80vw;
    height: 80vw;
  }

  .lamp {
    width: 8vw;
    height: 22vw;
  }

  .arc {
    border-top-left-radius: 25vw;
    border-top-right-radius: 25vw;
  }

  .chair {
    left: -6vw;
  }

  .door {
    border-top-left-radius: 25vw;
    border-top-right-radius: 25vw;
    width: 50vw;
    height: 80vh;
  }

  .frame-2, .text-mobile {
    display: none;
  }

  .wall-texture {
    background-position: 50%;
    background-size: auto 100%;
    left: -8%;
  }

  .text-box {
    display: none;
  }

  .waves---heading-2-no-margins {
    max-width: 100%;
  }

  .waves---grid-image-halves {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---content-image-halves {
    text-align: center;
    align-items: center;
  }

  .waves-image-features-4 {
    max-width: 470px;
  }

  .walsh-container {
    flex: 0 auto;
    width: auto;
  }

  .walsh-heading-xxlarge {
    font-size: 4em;
  }

  .walsh-text-burst {
    background-size: auto 60%;
  }

  .walsh-main-grid-no-gap {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-paragraph-serif-left-hero {
    max-width: none;
  }

  .walsh-hero-div-block {
    justify-content: center;
  }

  .walsh-link-block-orange {
    padding-left: 50px;
  }

  .walsh-button-hover-fill {
    display: none;
  }

  .walsh-ui-image-wrapper {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .walsh-image-hero-device {
    height: auto;
    max-height: 45em;
  }

  .f-grid-two-column {
    grid-template-columns: 1fr;
  }

  .f-content-text-wrapper {
    max-width: 100%;
  }

  .f-content-image-tall {
    max-width: 100%;
    height: 400px;
  }

  .f-content-list-wrapper-small {
    flex-direction: row;
    max-width: 100%;
  }

  .uui-layout09_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-heading-xlarge {
    font-size: 3.25rem;
  }

  .uui-heroheader10_notification-image-wrapper {
    left: -2.5%;
  }

  .uui-heroheader10_component {
    grid-column-gap: 0rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-space-large {
    min-height: 2.5rem;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-heading-medium-2 {
    text-align: center;
    max-width: 100%;
    padding-left: 0;
  }

  .uui-layout59_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-layout59_lightbox-image {
    top: 2rem;
    right: 2rem;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-layout57_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .div-block-3 {
    max-width: 80%;
  }

  .bold-text {
    max-width: 100%;
  }

  .uui-heading-medium-2-copy {
    text-align: center;
    max-width: 100%;
    padding-left: 0;
  }

  .footer-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    max-width: 165px;
    font-size: 30px;
  }

  .weclome {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .weclome.hero {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container, .container.flex {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container.hero {
    flex-direction: column;
    padding: 0 40px;
  }

  .container.navbar {
    justify-content: space-between;
  }

  .link-wrapper {
    display: none;
  }

  .hero-heading {
    font-size: 57px;
  }

  .hero-subheading {
    font-size: 14px;
  }

  .hero-text-wrapper {
    width: 100%;
    height: auto;
  }

  .contact-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding: 40px;
  }

  .hero-grid {
    grid-row-gap: 17px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .contact-heading {
    font-size: 75px;
  }

  .footer-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: none;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .grid {
    grid-column-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .paragraph {
    width: 26ch;
  }

  .about-heading {
    max-width: 425px;
    font-size: 50px;
  }

  .paragraph-dark {
    margin-bottom: 0;
  }

  .track, .features {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu-button {
    padding-right: 0;
  }

  .brand {
    flex: 1;
    padding-left: 0;
  }

  .heading {
    max-width: 196px;
    font-size: 37px;
  }

  .swiper-slide {
    width: 100%;
  }

  .hero__person-title.stroke--white-02 {
    font-size: 1.1rem;
  }

  .hero__col.col--1 {
    padding-bottom: 20px;
  }

  .hero__person-count-title.stroke--white-02 {
    font-size: 1rem;
  }

  .btn-submit.mod--hero {
    width: 86px;
    font-size: 24px;
  }

  .hero__columns {
    display: block;
  }

  .input.mod--hero {
    height: 86px;
    padding-left: 32px;
    font-size: 16px;
    box-shadow: 0 32px 36px #00000008;
  }

  .input.mod--hero:hover, .input.mod--hero:focus {
    box-shadow: 0 32px 36px #0000001a;
  }

  .form-block-2.mod--hero {
    max-width: 340px;
  }

  .circle {
    height: 80vh;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

  .walsh-heading-xxlarge {
    font-size: 3em;
  }

  .walsh-paragraph-serif-left-hero {
    font-size: 1.4em;
  }

  .walsh-left-hero {
    padding-top: 3em;
    padding-bottom: 0;
  }

  .walsh-ui-image-wrapper {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .step-content-block {
    z-index: 2;
    order: -1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .img-block {
    z-index: 3;
    order: 3;
    width: 70%;
    min-height: 50vh;
    padding-top: 20px;
    position: relative;
  }

  .dot-2 {
    z-index: 99;
    order: 2;
    align-self: center;
    margin-bottom: 0;
    position: absolute;
    bottom: 50%;
  }

  .step {
    justify-content: center;
    padding: 8%;
  }

  .scoll-wrap {
    z-index: 1;
    height: 100%;
    bottom: 50%;
  }

  .content-wrap {
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 50vh;
    padding-bottom: 20px;
  }

  .step-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 110vh;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-lightbox_play-icon {
    width: 4rem;
    height: 4rem;
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    width: 100%;
  }

  .uui-layout09_component {
    grid-row-gap: 3rem;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-layout09_item-list {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .uui-page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .max-width-full-mobile-landscape-2 {
    width: 100%;
    max-width: none;
  }

  .uui-button-2 {
    font-size: 1rem;
  }

  .uui-button-2:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button-2.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-heading-xlarge {
    font-size: 2.25rem;
  }

  .uui-button-row-2 {
    align-self: stretch;
  }

  .uui-button-row-2.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-button-wrapper-2.max-width-full-mobile-landscape-2 {
    width: 100%;
  }

  .uui-button-icon.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

  .uui-text-size-xlarge {
    font-size: 2.25rem;
  }

  .uui-heroheader10_image-wrapper {
    align-items: flex-start;
    height: 26rem;
  }

  .uui-heroheader10_image {
    bottom: 0%;
  }

  .uui-section_heroheader10 {
    overflow: hidden;
  }

  .uui-heroheader10_image-background {
    height: 40rem;
    top: 10%;
  }

  .uui-button-secondary-gray-2 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-2:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-button-secondary-gray-2.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-heroheader10_image-inner-wrapper {
    overflow: visible;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-space-large {
    min-height: 2rem;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-text-size-large-2 {
    font-size: 1rem;
  }

  .uui-heading-medium-2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-lightbox_play-icon-2 {
    width: 4rem;
    height: 4rem;
  }

  .uui-layout59_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-layout59_lightbox {
    min-height: auto;
    padding: 1.5rem 1rem;
  }

  .uui-layout59_lightbox-image {
    width: 100%;
    min-width: 100%;
    position: static;
  }

  .uui-space-xsmall-2 {
    min-height: .75rem;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-layout57_component {
    grid-row-gap: 3rem;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-layout57_item-list {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }

  .uui-heading-medium-2-copy {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .footer-2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .uui-text-size-xlarge-copy {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 25px;
    line-height: 1.3;
  }

  .weclome.hero {
    height: 100vh;
    min-height: 60vh;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .submit-button {
    align-self: stretch;
  }

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

  .contact-grid {
    padding: 20px;
  }

  .contact-heading {
    font-size: 50px;
  }

  .footer-grid {
    grid-column-gap: 12px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-heading-2 {
    text-align: center;
  }

  .ourteam {
    height: auto;
  }

  .footer {
    justify-content: center;
    align-items: flex-start;
    height: 120vh;
    display: flex;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 22px;
    grid-template-columns: 1fr;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph {
    width: 19ch;
  }

  .about-heading {
    max-width: 310px;
    font-size: 37px;
  }

  .div-block {
    min-height: 220px;
  }

  .contactus {
    height: 180vh;
  }

  .features {
    padding: 10px 20px;
  }

  .div-block-2 {
    display: none;
  }

  .introduction {
    height: 160vh;
  }

  .swiper-slide {
    width: 100%;
  }

  .swiper-slide.slide--persons {
    justify-content: center;
    align-items: center;
    width: 50%;
    display: flex;
  }

  .hero__person-title.stroke--white-02 {
    font-size: .75rem;
  }

  .hero__col.col--1 {
    justify-content: center;
    align-items: center;
  }

  .hero__person-count-title.stroke--white-02 {
    font-size: .5rem;
  }

  .hero__person-cont {
    width: 90%;
    height: 90%;
  }

  .input {
    width: 100%;
  }

  .form-block-2, .form-block-2.mod--hero {
    max-width: 100%;
  }

  .hero__person {
    border-radius: 14px;
  }

  .hero__person.mod--2, .hero__person.mod--1 {
    width: 100%;
    height: 100%;
  }

  .hero__person.mod--3 {
    width: 100%;
    height: 100%;
    padding-top: 32px;
  }

  .swiper.swiper--persons {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .swiper-wrapper {
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
  }

  .gradient-wrapper {
    max-width: 100%;
    min-height: 75vh;
    max-height: 90vh;
  }

  .grad-bottom {
    background-image: linear-gradient(to top, #1f1f1f 50%, #0000);
    height: 48vh;
    display: block;
    position: absolute;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .door, .shadow {
    display: none;
  }

  .keyboard-box {
    top: 52%;
  }

  .text-mobile {
    text-align: center;
    display: block;
    inset: 36% 0% 0%;
  }

  .text {
    letter-spacing: 0;
    font-size: 10vw;
    inset: 0%;
  }

  .laptop {
    width: 100vw;
    height: 100vw;
    bottom: -16vh;
  }

  .text-bevel {
    letter-spacing: 0;
    font-size: 10vw;
    inset: 0%;
  }

  .laptop-box {
    left: 0;
  }

  .waves---section-medium {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .waves---heading-2-no-margins {
    font-size: 1.5rem;
  }

  .waves---paragraph-big {
    font-size: 1rem;
  }

  .waves---content-image-halves {
    align-items: stretch;
  }

  .walsh-container {
    flex: 0 auto;
    width: 100%;
  }

  .walsh-text-burst {
    background-size: auto 56%;
    font-size: 1.5rem;
  }

  .walsh-paragraph-serif-left-hero {
    text-align: center;
    font-size: 1.2em;
  }

  .walsh-left-hero {
    text-align: center;
    align-items: center;
    padding-top: 30px;
    font-size: 18px;
  }

  .walsh-hero-div-block {
    grid-row-gap: 1.25em;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .walsh-link-block-orange {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-label-button {
    font-size: 16px;
  }

  .f-contact-submit-wrapper {
    grid-row-gap: 24px;
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .f-contact-divider {
    display: none;
  }

  .f-contact-form-grid {
    grid-template-columns: 1fr;
  }

  .steps-clone {
    display: block;
    position: static;
  }

  .img-block {
    width: 90%;
  }

  .content-2 {
    font-size: 20px;
  }

  .uui-page-padding-2 {
    justify-content: center;
    align-items: center;
  }

  .ratings_wrapper {
    flex: none;
    margin-left: .75rem;
  }

  .uui-section_heroheader10 {
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

  .uui-heroheader10_component {
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 1rem;
  }

  .uui-heading-medium-2 {
    font-size: 1.5rem;
  }

  .bold-text {
    font-size: 1.5rem;
    line-height: 1.4rem;
  }

  .uui-heading-medium-2-copy {
    font-size: 1.5rem;
  }

  .section {
    height: 20vh;
  }

  .image-12, .image-13 {
    display: none;
  }

  .footer-links-2 {
    height: 35vh;
  }

  .uui-text-size-xlarge-copy {
    font-size: 1.25rem;
  }
}

#w-node-c1a4ef83-2774-fcc8-6f44-3004b8629c4e-b22ce98a, #w-node-d0784a92-a139-d557-7a07-d0c6ede04166-b22ce98a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e91479e0-3b30-89a8-c9db-9c6e1bea119b-b22ce98a {
  justify-self: center;
}

#w-node-e91479e0-3b30-89a8-c9db-9c6e1bea11b3-b22ce98a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_3df8a0a4-14d7-62cc-02ca-ae92e832abc6-b22ce98a {
    place-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8554ab47-d277-539a-3531-1bade4b72a9b-b22ce98a, #w-node-_45695122-8a6d-14b4-c4c7-8eafc96daeb6-b22ce98a, #w-node-_3df8a0a4-14d7-62cc-02ca-ae92e832abc6-b22ce98a {
    order: -9999;
  }
}


