.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-pagination-previous {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

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

p {
  margin-bottom: 10px;
}

.div-block-copy {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
}

.div-block-2 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 700px;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(124, 68, 68, 0);
}

.div-block-4 {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 1400px;
  height: 141px;
  margin-top: 77px;
  margin-right: auto;
  margin-left: auto;
  padding: 17px;
  border-radius: 100px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #fff), to(#d8d8d8));
  background-image: linear-gradient(180deg, #fff 30%, #d8d8d8);
  box-shadow: 1px 1px 19px 0 rgba(0, 0, 0, 0.41);
}

.container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 120px;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 213px;
  height: 100%;
  padding-bottom: 0px;
  background-image: url('../images/1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.brand.w--current {
  width: 260px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.brand.w--current:hover {
  opacity: 0.8;
}

.nav-menu {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar {
  background-color: #fff;
}

.footer {
  position: relative;
  overflow: hidden;
  min-height: 100px;
  background-color: #00a1ff;
  background-image: none;
}

._1400 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 1400px;
  margin-top: 148px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 104px;
  padding-bottom: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.trimmer {
  position: absolute;
  left: 0%;
  top: -33%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 400px;
  margin-left: -76px;
  background-color: #fff;
  -webkit-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  transform: rotate(-7deg);
  background-clip: content-box;
  -webkit-text-fill-color: inherit;
}

.link-block {
  position: static;
  left: auto;
  top: 32%;
  right: 0%;
  bottom: auto;
  width: 150px;
  height: 150px;
  margin-bottom: 38px;
  background-image: url('../images/2.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.nav-link {
  background-image: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #818181;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.nav-link:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(31%, #00c6ff), to(#0260af));
  background-image: linear-gradient(180deg, #00c6ff 31%, #0260af);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gpa-input {
  width: 220px;
  height: 56px;
  margin-bottom: 0px;
  padding-left: 32px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0.15);
  background-image: url('../images/placeholder.svg');
  background-position: 5px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  text-transform: uppercase;
}

.text-field {
  width: 220px;
  height: 56px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
}

.success-message {
  height: 100%;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.div-block-5 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid hsla(0, 0%, 100%, 0.5);
}

.text-block {
  color: #fff;
}

.footer_link {
  padding-left: 42px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.div-block-6 {
  text-decoration: none;
}

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

.bold-text {
  color: #fff;
}

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

.div-block-7 {
  position: static;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 100%;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.paragraph {
  width: 200px;
  margin-top: 30px;
  color: #fff;
  font-weight: 400;
  text-align: right;
}

.heading-2 {
  color: #fff;
  font-size: 46px;
  font-style: italic;
  font-weight: 800;
  text-align: right;
}

.link-3 {
  font-family: 'Ethnocentric rg', sans-serif;
  color: #fff;
  font-size: 40px;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
}

.div-block-8 {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 300px;
  margin-top: 365px;
  margin-left: -134px;
  background-color: #da1414;
  -webkit-transform: rotate(16deg);
  -ms-transform: rotate(16deg);
  transform: rotate(16deg);
}

.div-block-9 {
  position: static;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  height: auto;
  margin-right: 43px;
  margin-bottom: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.grid {
  margin-bottom: 50px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.link-block-2 {
  width: 127px;
  height: 110px;
  background-image: url('../images/batch_a-young-handsome-smiling-mover-wearing-uniform-is--DQ7LH52-copy-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-block-2 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.lottie-animation {
  width: 100px;
  height: 100px;
  margin-right: -13px;
  padding-right: 0px;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-4 {
  font-family: 'Ethnocentric rg', sans-serif;
  color: #00c6ff;
  font-size: 20px;
  letter-spacing: -1px;
  text-decoration: none;
}

.text-block-3 {
  color: #979797;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.submit-button {
  width: 190px;
  height: 56px;
  border-radius: 100px;
  background-color: #00c6ff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.submit-button:hover {
  background-color: #ff0004;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.field-label-2 {
  color: #ff0004;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.slider {
  overflow: hidden;
  height: 750px;
}

._01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

._01._02 {
  display: none;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 190px;
  height: 56px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #00c6ff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
}

.button:hover {
  background-color: red;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.select-field {
  width: 220px;
  height: 56px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0.15);
  background-color: #fff;
  color: #818181;
  text-transform: uppercase;
}

.slide-01 {
  overflow: hidden;
  background-image: url('../images/IMG_9702-Raylow1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide-01._222 {
  background-image: url('../images/batch_happy-couple-sitting-among-moving-boxes-and-having-HAY7QNR.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url('../images/batch_happy-couple-sitting-among-moving-boxes-and-having-HAY7QNR.jpg'), linear-gradient(180deg, transparent, transparent);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: scroll, scroll;
}

.slide-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/batch_happy-couple-sitting-among-moving-boxes-and-having-HAY7QNR.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/batch_happy-couple-sitting-among-moving-boxes-and-having-HAY7QNR.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.mask {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 36px;
  margin-bottom: 58px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-shadow: 3px 3px 10px #00242e;
}

.heading-4 {
  font-family: 'Ethnocentric rg', sans-serif;
  color: #fff;
  font-size: 50px;
}

.text-span-3 {
  margin-left: 8px;
  font-size: 70px;
}

.heading-5 {
  margin-top: 7px;
  font-family: 'Ethnocentric rg', sans-serif;
  color: #00c6ff;
  font-size: 80px;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slide-nav {
  display: none;
}

.slide-02 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.48)), to(rgba(0, 0, 0, 0.48))), url('../images/IMG_0524-Raylow1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.48)), url('../images/IMG_0524-Raylow1.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.slide-4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('../images/batch_couple-unpacking-boxes-with-property-housewarming-PP9HVXS.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/batch_couple-unpacking-boxes-with-property-housewarming-PP9HVXS.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.text-block-5 {
  margin-bottom: 16px;
  font-size: 22px;
}

.button-2 {
  width: 200px;
}

.button-2.w--current {
  background-color: #00c6ff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.image-2 {
  position: absolute;
  left: auto;
  top: 9%;
  right: 3%;
  bottom: auto;
  width: 200px;
  text-shadow: 1px 1px 6px #000;
}

.text-block-6 {
  position: absolute;
  left: auto;
  top: -30%;
  right: 0%;
  font-family: 'Rock Salt', sans-serif;
  color: #fffdfd;
  font-size: 25px;
  text-align: right;
  text-shadow: 1px 1px 6px #000;
}

.italic-text {
  font-size: 50px;
  font-style: italic;
}

._1400_section {
  display: -ms-grid;
  display: grid;
  max-width: 1400px;
  min-height: 200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 53px;
  padding-bottom: 52px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-6 {
  display: none;
  background-color: transparent;
  font-family: 'Ethnocentric rg', sans-serif;
  color: #7a7a7a;
  font-size: 30px;
  font-style: italic;
  text-align: center;
}

.div-block-14 {
  display: -ms-grid;
  display: grid;
  height: 310px;
  margin-top: 42px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-15 {
  width: 200px;
  height: 200px;
  background-color: #dfa5a5;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-7 {
  padding-top: 23px;
  font-size: 20px;
  text-align: center;
}

.testimonials {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.testimonial-slide {
  background-color: #e09a9a;
}

.testimonial-slide._02 {
  background-color: #b85050;
}

.testimonial-slide._04 {
  background-color: #463333;
}

.testimonial-slide._06 {
  background-color: #850808;
}

.testimonial-slide._08 {
  background-color: #374d79;
}

.testimonial-slide._09 {
  background-color: #744848;
}

.testimonial-slide._11 {
  background-color: #6f2121;
}

.testimonial-slide._13 {
  background-color: #633030;
}

.slide-nav-2 {
  display: none;
}

.mask-2 {
  overflow: visible;
  width: 20%;
}

.testimonials_all {
  overflow: hidden;
  margin-top: 100px;
  padding: 10px;
}

._400 {
  width: 400%;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-transform: translate(-25%, 0px);
  -ms-transform: translate(-25%, 0px);
  transform: translate(-25%, 0px);
}

._1-4 {
  width: 25%;
}

.collection-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 310px;
  margin: 10px;
  padding: 15px 19px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  box-shadow: 2px 2px 8px 1px #ddd;
}

.div-block-18 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.text-block-8 {
  margin-bottom: 6px;
  font-weight: 800;
}

.collection-list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

._1 {
  width: 25%;
}

._2 {
  width: 25%;
}

.paragraph-2 {
  display: block;
  overflow: scroll;
  height: 180px;
  margin-bottom: 20px;
  padding-top: 3px;
  padding-right: 27px;
  padding-left: 22px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #000), color-stop(40%, #000), color-stop(64%, rgba(0, 0, 0, 0.87)), color-stop(98%, transparent));
  background-image: linear-gradient(180deg, #000 10%, #000 40%, rgba(0, 0, 0, 0.87) 64%, transparent 98%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.div-block-19 {
  width: 100px;
  height: 17px;
  background-image: url('../images/STARS.png');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.company {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100px;
  height: 45px;
}

.company.findmover {
  display: block;
  background-image: url('../images/findamover-logo.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.company.hipage {
  display: block;
  width: 90px;
  background-image: url('../images/Screen-Shot-2020-11-30-at-10.55.16-pm.png');
  background-position: 100% 50%;
  background-size: contain;
}

.company.wordofmouth {
  display: block;
  width: 130px;
  margin-top: 3px;
  background-image: url('../images/Screen-Shot-2020-11-30-at-10.55.29-pm.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.company.oneflare {
  display: block;
  width: 100px;
  margin-top: 3px;
  background-image: url('../images/Screen-Shot-2020-11-30-at-10.54.23-pm.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.company.findmover-copy {
  display: block;
  background-image: url('../images/findamover-logo.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.company.wordofmouth-copy {
  display: block;
  width: 130px;
  margin-top: 3px;
  background-image: url('../images/Screen-Shot-2020-11-30-at-10.55.29-pm.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.company.oneflare-copy {
  display: block;
  width: 100px;
  margin-top: 3px;
  background-image: url('../images/Screen-Shot-2020-11-30-at-10.54.23-pm.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.company.hipage-copy {
  display: block;
  width: 90px;
  background-image: url('../images/Screen-Shot-2020-11-30-at-10.55.16-pm.png');
  background-position: 100% 50%;
  background-size: contain;
}

.div-block-21 {
  position: relative;
  height: 50px;
  padding-left: 17px;
}

.image-3 {
  width: 20px;
  opacity: 0.47;
}

.button-3 {
  display: none;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 76px;
  border-radius: 100px;
  background-color: #5f5f5f;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 17px;
  text-align: center;
  text-transform: uppercase;
}

.button-3:hover {
  background-color: #4fbfff;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 38px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-23 {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

.body-2 {
  min-width: 1645px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 90%, 0.5)), to(hsla(0, 0%, 90%, 0.5))), url('../images/batch_happy-couple-sitting-among-moving-boxes-and-having-HAY7QNR.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 90%, 0.5), hsla(0, 0%, 90%, 0.5)), url('../images/batch_happy-couple-sitting-among-moving-boxes-and-having-HAY7QNR.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.div-block-17-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.collection-item-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 270px;
  margin: 10px;
  padding: 15px 19px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  box-shadow: 2px 2px 8px 1px #ddd;
}

._2-copy {
  width: 25%;
}

.div-block-19-copy {
  width: 100px;
  height: 17px;
  background-image: url('../images/STARS.png');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-17-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.collection-list-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 127px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.collection-item-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 300px;
  margin: 10px;
  padding: 15px 19px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: none;
}

.collection-list-wrapper-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pagination {
  margin-top: 56px;
}

.div-block-17-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.div-block-24 {
  height: 140px;
}

.heading-6-copy {
  background-color: transparent;
  opacity: 1;
  font-family: 'Ethnocentric rg', sans-serif;
  color: #fff;
  font-size: 40px;
  text-align: center;
  text-shadow: 1px 1px 6px #5f91c4;
}

.paragraph-2-copy {
  height: auto;
  margin-bottom: 20px;
  padding-top: 3px;
  padding-right: 27px;
  padding-left: 22px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
  font-size: 16px;
  line-height: 22px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.div-block-25 {
  position: relative;
  z-index: 1;
  width: 700px;
  height: 300px;
  max-width: 1400px;
  margin-right: auto;
  margin-bottom: -181px;
  margin-left: auto;
  background-image: url('../images/Group-16-copy.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.div-block-25:hover {
  width: 740px;
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.gallery {
  display: none;
  max-width: 1250px;
  margin-top: 81px;
  margin-right: auto;
  margin-left: auto;
}

.image-4 {
  width: 300px;
}

.collection-item-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 19px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-26 {
  position: absolute;
  width: 200px;
  height: 200px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: 360px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.div-block-26:hover {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: 400px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.lightbox-link {
  position: relative;
  height: 190px;
}

.div-block-27 {
  display: none;
  height: 150px;
}

.div-block-28 {
  height: 80px;
}

.heading-7 {
  margin-bottom: 23px;
  font-family: 'Ethnocentric rg', sans-serif;
  font-size: 20px;
}

.link-5 {
  background-image: linear-gradient(225deg, #e60000, #0091cf 71%);
  color: #b4b4b4;
  font-size: 50px;
  font-style: italic;
  font-weight: 800;
  letter-spacing: -1px;
  text-decoration: none;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.heading-8 {
  font-family: 'Ethnocentric rg', sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 53px;
  font-style: italic;
  text-align: right;
  letter-spacing: -1px;
  text-shadow: 1px 1px 9px rgba(27, 91, 128, 0.66);
}

.link-6 {
  color: #ccc;
}

.text-span-4 {
  margin-right: 2px;
  font-size: 27px;
}

.paragraph-3 {
  margin-top: 7px;
  margin-bottom: 19px;
  font-size: 20px;
}

.services_main {
  display: -ms-grid;
  display: grid;
  max-width: 1290px;
  margin-top: 42px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-decoration: none;
}

.services_main.inside {
  width: 100%;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.heading-9 {
  margin-top: 0px;
  font-size: 16px;
  line-height: 31px;
}

.text-block-9 {
  color: #353535;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.div-block-30 {
  width: 200px;
  height: 170px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
}

.div-block-30._1 {
  background-image: url('../images/file.svg');
  background-position: 56% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
  opacity: 0.4;
}

.div-block-30._2 {
  background-image: url('../images/1.svg');
  background-position: 50% 50%;
  background-size: 160px;
  background-repeat: no-repeat;
  opacity: 0.45;
}

.div-block-30._3 {
  background-image: url('../images/6.svg');
  opacity: 0.4;
}

.div-block-30._4 {
  background-image: url('../images/no-credit-card.svg');
  opacity: 0.4;
}

.paragraph-4 {
  color: #fff;
}

.link-7 {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
  text-transform: uppercase;
}

.text-span-5 {
  font-size: 15px;
}

.div-block-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  margin: 15px;
  padding-bottom: 20px;
  padding-left: 22px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.31)), to(rgba(0, 0, 0, 0.31))), url('../images/IMG_0525-Raylow1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.31), rgba(0, 0, 0, 0.31)), url('../images/IMG_0525-Raylow1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 550px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
  text-decoration: none;
}

.div-block-31:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.32)), to(rgba(0, 0, 0, 0.32))), url('../images/IMG_0525-Raylow1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.32)), url('../images/IMG_0525-Raylow1.jpg');
  background-size: auto, 600px;
}

.div-block-31.moving-office {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.28)), to(rgba(0, 0, 0, 0.28))), url('../images/IMG_1324-Raylow1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.28)), url('../images/IMG_1324-Raylow1.jpg');
}

.div-block-31.secure-storage {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Storage-Raylow1.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/Storage-Raylow1.jpg');
  background-size: auto, 660px;
}

.div-block-31.secure-storage:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Storage-Raylow1.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/Storage-Raylow1.jpg');
  background-size: auto, 730px;
}

.div-block-31.interstate {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.18)), to(rgba(0, 0, 0, 0.18))), url('../images/IMG_0533-Raylow1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.18)), url('../images/IMG_0533-Raylow1.jpg');
  background-position: 0px 0px, 40% 40%;
}

.div-block-31.box {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.19)), to(rgba(0, 0, 0, 0.19))), url('../images/IMG_0524-Raylow1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.19), rgba(0, 0, 0, 0.19)), url('../images/IMG_0524-Raylow1.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, 490px;
}

.div-block-31.box:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/packed-boxes-Q7XWEZS.jpg');
  background-image: linear-gradient(180deg, null, null), url('../images/packed-boxes-Q7XWEZS.jpg');
  background-size: auto, 530px;
}

.div-block-31.more {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.31)), to(rgba(0, 0, 0, 0.31))), url('../images/02_1521270.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.31), rgba(0, 0, 0, 0.31)), url('../images/02_1521270.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 450px;
  background-repeat: repeat, no-repeat;
}

.div-block-31.more:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/02_1521270.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/02_1521270.jpg');
  background-size: auto, 500px;
}

.div-block-31.services {
  padding-bottom: 14px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/IMG_0533-Raylow1.jpg');
  background-image: linear-gradient(180deg, null, null), url('../images/IMG_0533-Raylow1.jpg');
}

.div-block-31.services.regional-removalist {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/IMG_9741-Raylow1.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/IMG_9741-Raylow1.jpg');
}

.div-block-31.services.office-relocation {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/IMG_0524-Raylow1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/IMG_0524-Raylow1.jpg');
}

.div-block-31.services.interstateremoval {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.52)), to(rgba(0, 0, 0, 0.52))), url('../images/IMG_0533-Raylow1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52)), url('../images/IMG_0533-Raylow1.jpg');
}

.div-block-31.services.internationalremoval {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.47)), to(rgba(0, 0, 0, 0.47))), url('../images/Mexico-conatiner-3-Raylow1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.47), rgba(0, 0, 0, 0.47)), url('../images/Mexico-conatiner-3-Raylow1.jpg');
  background-position: 0px 0px, 50% 10%;
}

.div-block-31.services.professionalpacking-unpacking-service {
  background-color: rgba(0, 0, 0, 0.18);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.27)), to(rgba(0, 0, 0, 0.27))), url('../images/Packing-job2-Raylow1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.27), rgba(0, 0, 0, 0.27)), url('../images/Packing-job2-Raylow1.jpg');
}

.div-block-31.services.boxes-packingmaterial-supplies {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.32)), to(rgba(0, 0, 0, 0.32))), url('../images/Packing-job1-Raylow1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.32)), url('../images/Packing-job1-Raylow1.jpg');
}

.div-block-31.services.storagesolution {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.27)), to(rgba(0, 0, 0, 0.27))), url('../images/Storage-Raylow1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.27), rgba(0, 0, 0, 0.27)), url('../images/Storage-Raylow1.jpg');
}

.div-block-31.regional-removalist {
  border-radius: 20px;
}

.div-block-31.office-relocation {
  border-radius: 20px;
}

.div-block-31.interstate-removal {
  border-radius: 20px;
}

.div-block-31.international-removal {
  border-radius: 20px;
}

.div-block-31.professional-packing-unpacking-service {
  border-radius: 20px;
}

.div-block-31.boxes-packing-material-supplies {
  border-radius: 20px;
}

.div-block-31.storage-solution {
  border-radius: 20px;
}

.heading-10 {
  color: #fffefe;
  font-size: 35px;
  line-height: 40px;
  text-align: left;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
}

.heading-10.services-page {
  text-align: center;
}

.div-block-32 {
  height: 100px;
}

.about-us {
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(55%, hsla(0, 0%, 100%, 0.57)), to(#fff)), url('../images/batch_couple-unpacking-boxes-with-property-housewarming-PP9HVXS.jpg');
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0.57) 55%, #fff), url('../images/batch_couple-unpacking-boxes-with-property-housewarming-PP9HVXS.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.div-block-33 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 133px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-34 {
  width: 100px;
  height: 100px;
}

.div-block-35 {
  width: 100%;
  height: 220px;
  float: right;
  background-image: url('../images/Group-55.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.paragraph-5 {
  max-width: 1200px;
  margin-top: 107px;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}

.tabs {
  max-width: 1400px;
  margin-top: 78px;
  margin-right: auto;
  margin-left: auto;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tab-pane-tab-1 {
  min-height: 80vh;
}

.tab-link-tab-1 {
  margin-right: 11px;
  margin-left: 11px;
  padding-top: 13px;
  padding-bottom: 13px;
  border-radius: 100px;
  background-color: #00c6ff;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
}

.tab-link-tab-1.w--current {
  background-color: #d60101;
}

.tab {
  margin-left: 11px;
  border-radius: 20px;
}

.div-block-36 {
  max-width: 1300px;
  min-height: 70vh;
  margin-top: 22px;
  margin-right: auto;
  margin-left: auto;
  padding: 59px;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0.38);
}

.text-block-10 {
  max-width: 1000px;
  margin-top: 49px;
  margin-right: auto;
  margin-left: auto;
  color: #000;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
}

.heading-11 {
  text-align: center;
  text-transform: uppercase;
}

.div-block-4-copy {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 1400px;
  height: 141px;
  margin: 105px auto 91px;
  padding: 17px;
  border-radius: 100px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #fff), to(#d8d8d8));
  background-image: linear-gradient(180deg, #fff 30%, #d8d8d8);
  box-shadow: 1px 1px 19px 0 rgba(0, 0, 0, 0.41);
}

.div-block-37 {
  width: 400px;
  height: 300px;
  margin-top: 44px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/moving-man-taping-box-RGDEX2F-copy.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-37.office {
  background-image: url('../images/businessman-moving-into-a-new-office-L8DWBYU.jpg');
}

.text-block-11 {
  text-align: center;
}

.paragraph-3-copy {
  margin-top: 66px;
  margin-bottom: 9px;
  font-size: 20px;
  text-align: center;
}

.link-5-copy {
  color: #fff;
  font-size: 30px;
  font-style: italic;
  font-weight: 800;
  text-decoration: none;
}

.text-span-4-copy {
  margin-right: 2px;
  color: #000;
  font-size: 56px;
}

.text-span-5-copy {
  color: #252525;
  font-size: 15px;
}

.paragraph-4-copy {
  margin-top: 21px;
  color: grey;
  text-align: center;
}

.link-7-copy {
  color: #383838;
  font-size: 20px;
  line-height: 20px;
  font-style: italic;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.image-5 {
  position: absolute;
  left: auto;
  top: auto;
  right: 23%;
  bottom: 0%;
  width: 210px;
  margin-right: auto;
  margin-left: auto;
}

.heading-6-copy {
  background-color: transparent;
  font-family: 'Ethnocentric rg', sans-serif;
  color: #7a7a7a;
  font-size: 50px;
  font-style: italic;
  text-align: center;
  text-shadow: none;
}

.gpa-input-copy {
  width: 220px;
  height: 56px;
  margin-bottom: 0px;
  padding-left: 32px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0.15);
  background-image: url('../images/placeholder.svg');
  background-position: 5px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  text-transform: uppercase;
}

.gpa-input-copy {
  width: 220px;
  height: 56px;
  margin-bottom: 0px;
  padding-left: 32px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0.15);
  background-image: url('../images/placeholder.svg');
  background-position: 5px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  text-transform: uppercase;
}

.gpa-input-copy {
  width: 220px;
  height: 56px;
  margin-bottom: 0px;
  padding-left: 32px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0.15);
  background-image: url('../images/placeholder.svg');
  background-position: 5px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  text-transform: uppercase;
}

.slide-03 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/IMG_0523-Raylow1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/IMG_0523-Raylow1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-38 {
  height: 100px;
}

.body-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(54%, hsla(0, 0%, 100%, 0.74)), color-stop(84%, #fff), color-stop(98%, #fff)), url('../images/batch_couple-unpacking-boxes-with-property-housewarming-PP9HVXS.jpg');
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0.74) 54%, #fff 84%, #fff 98%), url('../images/batch_couple-unpacking-boxes-with-property-housewarming-PP9HVXS.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.div-block-25-copy {
  position: relative;
  z-index: 1;
  width: 620px;
  height: 300px;
  max-width: 1400px;
  margin: -102px auto -185px;
  background-image: url('../images/Group-16-copy.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.div-block-25-copy:hover {
  width: 650px;
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.bold-text-2 {
  text-transform: uppercase;
}

.div-block-33-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 133px;
  padding-right: 79px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-39 {
  overflow: hidden;
  height: 180px;
  margin-bottom: 20px;
}

.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  padding: 20px;
  background-color: #f4f4f4;
}

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

.nav-logo-link {
  display: block;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-logo {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link-2 {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: #444;
  text-decoration: none;
}

.nav-link-2:hover {
  text-decoration: underline;
}

.heading-12 {
  font-family: 'Ethnocentric rg it', sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  text-align: right;
}

.div-block-41 {
  overflow: scroll;
  height: 182px;
  margin-bottom: 29px;
}

.testimonial-slider-small {
  position: relative;
  display: none;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #f5f7fa;
}

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

.centered-heading {
  margin-bottom: 16px;
  text-align: center;
}

.centered-subheading {
  max-width: 530px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.testimonial-slider {
  display: block;
  height: auto;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.testimonial-slide-wrapper {
  max-width: 48%;
  margin-right: 4%;
}

.testimonial-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 10px 24px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 20px;
  background-color: #fff;
}

.testimonial-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.testimonial-image {
  width: 60px;
  height: 60px;
  margin-right: 16px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonial-author {
  margin-bottom: 2px;
  font-size: 18px;
}

.tagline {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.testimonial-slider-left {
  left: -70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-slider-left:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
}

.testimonial-slider-left[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.testimonial-slider-right {
  right: -70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-slider-right:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
}

.testimonial-slider-right[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
}

.testimonial-slide-nav {
  display: none;
}

.mobile-test-logo {
  width: 140px;
  height: 70px;
  background-image: url('../images/Screen-Shot-2020-11-30-at-10.54.23-pm.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.mobile-test-logo.hipage {
  width: 130px;
  height: 60px;
  background-image: url('../images/Screen-Shot-2020-11-30-at-10.55.16-pm.png');
}

.mobile-test-logo.findamover {
  width: 130px;
  height: 60px;
  background-image: url('../images/findamover-logo.png');
  background-position: 70% 100%;
}

.mobile-test-logo.wordofmouth {
  width: 170px;
  background-image: url('../images/Screen-Shot-2020-11-30-at-10.55.29-pm.png');
}

.paragraph-6 {
  font-size: 17px;
  line-height: 26px;
  font-style: italic;
  font-weight: 600;
}

.div-block-42 {
  overflow: scroll;
  width: 100%;
  height: 160px;
  margin-top: 7px;
}

.rich-text-block {
  width: 100%;
  max-width: 1000px;
  margin-top: 47px;
}

.text-block-12 {
  max-width: 1000px;
  margin-top: 86px;
  font-size: 20px;
  line-height: 40px;
}

.div-block-43 {
  padding-top: 78px;
  padding-bottom: 81px;
}

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

.text-block-14 {
  padding-left: 40px;
  font-size: 30px;
  line-height: 50px;
  font-style: italic;
  font-weight: 600;
}

.heading-13 {
  margin-top: 59px;
}

.div-block-44 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 114px;
  padding-bottom: 156px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-14 {
  margin-bottom: 48px;
  font-family: 'Ethnocentric rg it', sans-serif;
  color: #02adeb;
  font-size: 60px;
}

.div-block-45 {
  height: 100px;
}

.section {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 101px;
  padding-bottom: 101px;
  background-color: #947d7d;
}

.div-block-46 {
  display: -ms-grid;
  display: grid;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #a74e4e;
}

.div-block-47 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #d5a0a0;
}

.div-block-48 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-49 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  max-width: 1000px;
  margin: 50px auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.html-embed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.html-embed-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-block-15 {
  text-align: center;
}

.text-block-16 {
  text-align: center;
}

.div-block-50 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 65px;
  padding-right: 0px;
  padding-bottom: 50px;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ". Area";
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 16px auto;
  grid-template-rows: auto auto;
}

.review-logo {
  width: 150px;
  height: 150px;
  background-image: url('../images/findamover.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.review-logo._2 {
  background-image: url('../images/hipage.png');
}

.review-logo._3 {
  background-image: url('../images/oneflare.png');
}

.review-logo._4 {
  background-image: url('../images/wordofmouth.png');
}

.column {
  display: -ms-grid;
  display: grid;
  height: 150px;
  padding-top: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: minmax(30px, 0.25fr) auto;
  grid-template-rows: minmax(30px, 0.25fr) auto;
}

.div-block-52 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 27px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.counterup_pause {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 103px;
  height: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Ethnocentric rg', sans-serif;
  color: #4e4e4e;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: -1px;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.counterup2_pause {
  padding-top: 18px;
  padding-right: 2px;
  padding-left: 3px;
  color: #a3a3a3;
  font-size: 18px;
}

.div-block-53 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 31px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #4a4a4a;
  text-decoration: none;
}

.div-block-54 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 31px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.paragraph-7 {
  padding-bottom: 28px;
}

@media screen and (max-width: 991px) {
  .div-block-copy {
    padding-top: 86px;
    padding-bottom: 86px;
  }

  .div-block-2 {
    width: 94%;
    height: auto;
  }

  .div-block-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    margin-top: 0px;
    padding-right: 31px;
    padding-left: 31px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
  }

  .container {
    width: 90%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .nav-menu {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
  }

  .menu-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon {
    font-size: 50px;
  }

  .footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-image: none;
  }

  ._1400 {
    margin-top: 0px;
    padding-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .trimmer {
    display: none;
  }

  .nav-link {
    font-size: 17px;
    text-align: center;
  }

  .gpa-input {
    width: 100%;
  }

  .text-field {
    width: 100%;
  }

  .div-block-5 {
    position: relative;
    height: 60px;
    margin-top: 64px;
    margin-bottom: 64px;
    padding-top: 9px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block {
    display: none;
  }

  .footer_link {
    margin-right: 22px;
    margin-left: 22px;
    padding-left: 0px;
  }

  .div-block-7 {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: 0%;
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    padding-top: 57px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-8 {
    margin-top: 397px;
  }

  .div-block-9 {
    width: 90%;
    height: auto;
    margin-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .lottie-animation {
    margin-right: 0px;
    margin-left: -66px;
  }

  .div-block-10 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .form-block {
    width: 100%;
  }

  .submit-button {
    width: 100%;
  }

  .slider {
    height: auto;
  }

  ._01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  ._01._02 {
    display: none;
  }

  .button {
    width: 100%;
  }

  .select-field {
    width: 100%;
  }

  .heading-4 {
    font-size: 49px;
  }

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

  .image-2 {
    top: -6%;
    width: 140px;
  }

  .text-block-6 {
    display: none;
    font-size: 20px;
  }

  ._1400_section {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .testimonials_all {
    display: none;
  }

  .collection-item {
    width: 300px;
    background-color: #fff;
  }

  .div-block-18 {
    padding-top: 10px;
    padding-left: 14px;
  }

  .button-3 {
    display: none;
  }

  .paragraph-2-copy {
    padding-top: 15px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-25 {
    margin-bottom: 0px;
  }

  .heading-7 {
    margin-bottom: 13px;
  }

  .heading-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }

  .services_main {
    width: 100%;
  }

  .div-block-31 {
    height: auto;
    padding-top: 64px;
    padding-bottom: 64px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-31.moving-office {
    margin-left: 15px;
  }

  .div-block-31.services {
    height: 200px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .heading-10 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }

  .div-block-33 {
    padding: 48px 36px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-4-copy {
    width: 100%;
  }

  .heading-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }

  .div-block-40 {
    margin-bottom: 28px;
  }

  .testimonial-slider-small {
    display: block;
  }

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

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }
}

@media screen and (max-width: 767px) {
  .div-block-copy {
    margin-top: -68px;
    margin-bottom: -68px;
  }

  ._1400 {
    padding-bottom: 0px;
  }

  .div-block-5 {
    position: relative;
    height: auto;
  }

  .text-block {
    display: none;
  }

  .footer_link {
    height: 30px;
    padding-left: 0px;
  }

  .div-block-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .div-block-7 {
    height: auto;
  }

  .div-block-13 {
    margin-top: 0px;
    margin-bottom: 23px;
  }

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

  .text-span-3 {
    font-size: 50px;
  }

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

  .image-2 {
    top: 6%;
    width: 80px;
  }

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

  .heading-8 {
    font-size: 30px;
    line-height: 40px;
  }

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

  .sticky-nav {
    position: relative;
  }

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

  .testimonial-slider-small {
    padding: 60px 15px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-right: 10px;
    margin-left: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .div-block-50 {
    grid-template-areas: "."
      "."
      "Area";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .div-block-54 {
    padding-left: 5px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    width: 100%;
    height: 80px;
  }

  .brand {
    width: 160px;
    margin-left: 11px;
  }

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

  .menu-button {
    position: absolute;
  }

  .icon {
    font-size: 40px;
  }

  ._1400 {
    height: auto;
  }

  .trimmer {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .div-block-5 {
    border-top-style: none;
  }

  .footer_link {
    height: 50px;
    font-size: 20px;
  }

  .div-block-7 {
    margin-top: 34px;
    padding-top: 0px;
  }

  .div-block-8 {
    display: none;
    margin-top: 358px;
  }

  .lottie-animation {
    display: none;
  }

  .div-block-10 {
    margin-top: 15px;
  }

  .div-block-13 {
    margin-top: 22px;
  }

  .heading-4 {
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 20px;
  }

  .text-span-3 {
    font-size: 30px;
  }

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

  .image-2 {
    top: 1%;
    right: 7%;
    width: 60px;
  }

  .body {
    background-color: #fff;
  }

  .div-block-25 {
    position: relative;
  }

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

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

  .heading-10.services-page {
    font-size: 25px;
  }

  .div-block-35 {
    width: 50%;
    height: 100px;
  }

  .paragraph-5 {
    margin-top: 40px;
  }

  .sticky-nav {
    padding: 0px;
  }

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

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

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

  .div-block-40 {
    margin-bottom: 50px;
  }

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

  .centered-heading {
    margin-bottom: 24px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-right: 10px;
    margin-left: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .text-block-12 {
    margin-top: 32px;
    font-size: 16px;
    line-height: 30px;
  }

  .div-block-43 {
    padding-top: 2px;
  }

  .text-block-14 {
    padding-left: 0px;
    font-size: 18px;
    line-height: 30px;
  }

  .heading-13 {
    font-size: 16px;
  }

  .div-block-44 {
    padding-top: 45px;
  }

  .heading-14 {
    margin-bottom: 0px;
    font-size: 30px;
  }

  .review-logo {
    width: 100px;
    height: 100px;
  }

  .counterup_pause {
    width: 88px;
    height: 47px;
    font-size: 41px;
  }

  .counterup2_pause {
    font-size: 16px;
  }

  .div-block-53 {
    margin-left: -10px;
    padding-left: 0px;
  }

  .div-block-54 {
    padding-top: 8px;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_1905f1ba-7d4b-6333-c91a-2d93e193b9e8-e193b9d4 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@font-face {
  font-family: 'Ethnocentric rg it';
  src: url('../fonts/ethnocentric-rg-it.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ethnocentric rg';
  src: url('../fonts/ethnocentric-rg.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
