.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

.body {
  font-family: Open Sans, sans-serif;
}

.nav__wrapper {
  z-index: 100;
  width: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, .94), rgba(255, 255, 255, .94)), url('../images/MAST-GRAPHIC.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav__content {
  z-index: 99;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding: 10px 40px;
  display: flex;
}

.content {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.content.footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
}

.text__white {
  color: #000;
  flex: 1;
  margin-top: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}

.privacy__policy {
  color: #d32f35;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.privacy__policy:hover {
  color: #000;
  text-decoration: none;
}

.brand__wrapper {
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.brand__wrapper:hover {
  color: #fff;
}

.brand__wrapper.w--current {
  height: auto;
  flex: 0 auto;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.brand__wrapper._34 {
  padding-top: 0;
  padding-bottom: 0;
}

.section__hero {
  height: auto;
  min-height: 550px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.section__intro {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.footer__link {
  color: #d32f35;
  font-weight: 600;
  text-decoration: none;
}

.footer__link:hover {
  color: #000;
  text-decoration: none;
}

.footer__wrap {
  z-index: 100;
  width: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, .89), rgba(255, 255, 255, .89)), url('../images/shutterstock_258136604.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav__link {
  height: 100%;
  color: #000;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.2em;
  text-decoration: none;
  display: flex;
  position: static;
}

.nav__link:hover {
  color: #d32f35;
}

.nav__link.w--current {
  color: #ffbdb8;
  font-weight: 400;
}

.nav__link.w--current:focus {
  color: #ffc0be;
  font-weight: 400;
}

.div-block-77 {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.footer__text {
  color: #d32f35;
  flex: 1;
  margin-top: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
}

.footer__text.right {
  color: #d32f35;
  text-align: right;
}

.icon__wrapper.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.footer__text-left {
  flex-direction: column;
  align-items: flex-start;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.footer__content {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.navbar {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.page {
  min-height: 100vh;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.footer__content-left {
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  display: flex;
}

.heading {
  color: #000;
  letter-spacing: 1px;
  text-shadow: 2px 2px #d36f73;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Queens, sans-serif;
}

.heading-2 {
  letter-spacing: 1px;
  text-shadow: 2px 2px #d36f73;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Queens, sans-serif;
  font-size: 3em;
  line-height: 1em;
}

.logo-alt {
  z-index: 5;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-shadow: 2px 2px #d32f35;
  font-family: Queens, sans-serif;
  font-size: 7rem;
  line-height: 1em;
}

.link__email {
  color: #000;
  text-decoration: none;
}

.form__field {
  color: #fff;
  letter-spacing: .5px;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 5px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 18px;
}

.form__field::-ms-input-placeholder {
  color: #fff;
  letter-spacing: .5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.form__field::placeholder {
  color: #fff;
  letter-spacing: .5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.submit-button {
  letter-spacing: .5px;
  background-color: #d32f35;
  border-radius: 5px;
  line-height: 18px;
}

.text-block {
  font-family: Queens, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1em;
}

.form-block {
  margin-top: 20px;
  margin-bottom: 0;
}

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

.checkbox {
  width: 25px;
  height: 25px;
  border-color: #1d1d1d;
  margin-top: 0;
}

.checkbox-field {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.checkbox-label {
  padding-left: 10px;
  font-weight: 600;
}

.slider {
  width: 100%;
  height: 100%;
  position: absolute;
}

.slide-nav {
  display: none;
}

.slide {
  background-color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .09), rgba(0, 0, 0, .09)), url('../images/barsd.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-2 {
  background-image: linear-gradient(rgba(0, 0, 0, .24), rgba(0, 0, 0, .24)), url('../images/sb.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.icon, .icon-2 {
  color: #d32f35;
}

.mask {
  background-color: #fff;
}

.div-block-238 {
  width: 100%;
}

.slide-3 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/s3.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-4 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/s4.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.intro__wrap {
  background-image: url('../images/s3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  display: block;
}

.intro__wrap.agr {
  background-image: url('../images/A1.jpg');
  background-position: 50%;
}

.intro__wrap.eq {
  background-image: url('../images/HORSE.jpg');
  background-position: 50%;
}

.intro__wrap.comm {
  background-image: url('../images/sb.jpg');
}

.heading-3 {
  color: #fff;
  letter-spacing: 1.5px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Queens, sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.1em;
}

.text__normal {
  color: #fff;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.about__contain {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.about__contain.footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
}

.div-block-239 {
  width: 60%;
  background-color: #d32f35;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.image {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-240 {
  background-image: url('../images/IMG_0205.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cta__wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.text-span-9 {
  display: inline-block;
}

.category__cta {
  min-height: 250px;
  background-image: url('../images/A1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  justify-content: center;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
  position: relative;
}

.category__cta:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/A1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.category__cta.eq {
  background-image: url('../images/HORSE.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  border-radius: 15px;
  align-items: flex-end;
  text-decoration: none;
}

.category__cta.eq:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/HORSE.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.category__cta.com {
  background-image: url('../images/FG3.jpg');
  align-items: flex-end;
  text-decoration: none;
}

.category__cta.com:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/FG3.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.category__cta.package {
  background-image: url('../images/dgfdgdfg.jpg');
  background-position: 50%;
  align-items: flex-end;
  text-decoration: none;
}

.category__cta.package:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/dgfdgdfg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.heading-4 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
}

.div-block-241 {
  width: 100%;
  background-color: #d32f35;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 10px 20px;
}

.project__wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.project__cta {
  min-height: 400px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.c-card-btn {
  padding: 20px;
}

._w-card-quote {
  position: relative;
}

._w-card-front {
  width: 100%;
  height: 100%;
  perspective: 1000px;
  transform: ;
  background-color: #d32f35;
  border-radius: 6px;
  flex-direction: column;
  flex: 1;
  display: flex;
  position: relative;
}

._w-card-back {
  width: 100%;
  height: 100%;
  perspective: 1000px;
  background-color: #000;
  border-radius: 6px;
  flex-direction: column;
  display: flex;
}

.card-btn-link {
  width: 100%;
  color: #fff;
  text-align: center;
  border: 2px solid #a10202;
  border-radius: 1000px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.content-2 {
  width: 100%;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  overflow: visible;
}

.content-2.grid {
  grid-column-gap: 20px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._w-flip-card {
  z-index: 10;
  perspective: 1000px;
  display: flex;
  position: relative;
}

.flip-card-front {
  width: 250px;
  height: 400px;
  perspective: 1000px;
  cursor: pointer;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flip-card-outer {
  background-color: #fff;
  border-radius: 5px;
  flex: 0 auto;
}

.c-card-text {
  perspective: 1000px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  padding: 20px 15px;
  transform: translate(0);
}

.c-card-title {
  margin-bottom: 5px;
}

.c-card-quote {
  border-radius: 6px;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: auto;
}

.flip-card {
  position: relative;
}

.flip-card-back {
  width: 250px;
  height: 400px;
  perspective: 1000px;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: block;
}

.card-quote {
  z-index: 5;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 1em;
  font-style: italic;
  line-height: 1.4em;
  position: relative;
}

.contact {
  width: 100%;
  padding: 10px 20px;
}

.contact.default:hover {
  background-color: #a10202;
}

._w-card-img {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.card-title {
  color: #fff;
  text-align: center;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.3em;
}

.flip__cta-wrapper {
  width: 100%;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.c-card-img {
  background-image: url('../images/ford-transit-phev.jpg');
  background-position: 50%;
  background-size: cover;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.c-card-img.retro {
  background-image: url('../images/67-vw-california-2019-2020.png');
}

.c-card-img.car {
  background-image: none;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.c-card-img.vn {
  background-position: 50%;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.rich-text-block {
  color: #fff;
  font-size: 15px;
  line-height: 22px;
}

.collection-list-wrapper {
  margin-top: 40px;
}

.div-block-242 {
  z-index: 1;
  flex: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.text-block-2 {
  background-color: #fff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-top: 10px;
  padding: 10px;
  font-size: 15px;
  font-weight: 600;
}

.div-block-243 {
  background-color: #1d1d1d;
  border-radius: 6px;
  margin-top: 40px;
  padding: 40px 20px;
  font-weight: 300;
}

.heading-5 {
  color: #fff;
  letter-spacing: 1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Queens, sans-serif;
  font-weight: 400;
}

.div-block-244 {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header {
  color: #e6e6e6;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}

.about__wrap {
  background-image: url('../images/ge2.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  display: block;
}

.bold-text {
  font-weight: 400;
}

.section__project {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 60px;
  display: flex;
}

.div-block-245 {
  margin-top: 20px;
}

.rich-text-block-2 {
  color: #fff;
}

.slider-2, .collection-list-wrapper-2 {
  margin-top: 20px;
}

.button {
  background-color: #d32f35;
  border-radius: 6px;
  margin-top: 10px;
}

.div-block-246 {
  margin-top: 20px;
}

.contain {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.rtf__gdpr {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.c-card-img-img {
  height: 100%;
  max-width: none;
  min-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.footer__text-__container {
  color: #d32f35;
  flex: 1;
  margin-top: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
}

.footer__text-__container.right {
  color: #d32f35;
  text-align: right;
}

@media screen and (max-width: 991px) {
  .nav__wrapper {
    background-image: linear-gradient(rgba(255, 255, 255, .85), rgba(255, 255, 255, .85)), url('../images/MAST-GRAPHIC.png');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .nav__content {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 0;
    padding: 10px 20px;
    display: flex;
    position: relative;
  }

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

  .text__white {
    font-size: 18px;
  }

  .brand__wrapper {
    z-index: 999;
    flex: 0 auto;
    justify-content: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav__icon {
    filter: invert();
  }

  .section__hero {
    min-height: 400px;
  }

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

  .footer__wrap {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .nav__link {
    color: #d32f35;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    justify-content: flex-start;
    padding: 25px 20px;
    font-size: 1.4em;
  }

  .nav__link:hover {
    border-bottom-color: #000;
    padding: 25px 20px;
  }

  .nav__link.end {
    border-bottom-width: 2px;
  }

  .nav__link.start {
    border-top-style: none;
  }

  .div-block-77 {
    padding-top: 20px;
  }

  .nav-menu {
    z-index: 888;
    height: auto;
    min-height: 100vh;
    text-align: center;
    background-color: #fff;
    position: absolute;
  }

  .footer__text {
    font-size: 16px;
  }

  .footer__text.right {
    flex: 0 auto;
  }

  .icon__wrapper {
    width: 50px;
    height: 50px;
    padding: 0;
    position: static;
  }

  .footer__text-left {
    flex: 0 auto;
    margin-right: 0;
  }

  .footer__content {
    align-items: flex-end;
  }

  .navbar {
    background-color: rgba(0, 0, 0, 0);
    justify-content: flex-end;
    align-items: center;
    margin-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .footer__content-left {
    width: 100%;
    margin-right: 20px;
  }

  .text-span-7 {
    display: block;
  }

  .form__field::-ms-input-placeholder {
    font-size: 15px;
  }

  .form__field::placeholder {
    font-size: 15px;
  }

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

  .checkbox {
    width: 40px;
  }

  .about__contain, .about__contain.footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-239 {
    width: auto;
  }

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

  .card-btn-link {
    color: #fff;
    display: block;
  }

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

  .flip-card-front {
    width: auto;
    flex: 1;
  }

  .card-text {
    color: #fff;
  }

  .flip-card-back {
    display: block;
  }

  .flip__cta-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

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

  .footer__text-__container {
    font-size: 16px;
  }

  .footer__text-__container.right {
    flex: 0 auto;
  }
}

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

  .nav__content {
    flex-flow: row;
    padding-left: 15px;
    padding-right: 20px;
  }

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

  .content.footer {
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
  }

  .text__white {
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
  }

  .privacy__policy {
    font-size: 16px;
  }

  .brand__wrapper {
    width: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .brand__wrapper.w--current {
    align-items: center;
  }

  .section__hero {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .section__intro {
    flex-direction: column;
  }

  .footer__wrap {
    background-color: rgba(0, 0, 0, 0);
    position: relative;
  }

  .div-block-77 {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
  }

  .nav-menu {
    height: auto;
  }

  .footer__text {
    margin-bottom: 0;
  }

  .icon__wrapper {
    padding-top: 0;
  }

  .footer__text-left {
    margin-right: 0;
  }

  .footer__content {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .navbar {
    margin-right: 0;
  }

  .footer__content-left {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
  }

  .logo-alt {
    font-size: 4rem;
  }

  .text-span-7 {
    display: block;
  }

  .form__field {
    font-size: 15px;
  }

  .form__field::-ms-input-placeholder {
    font-size: 15px;
  }

  .form__field::placeholder {
    font-size: 15px;
  }

  .checkbox {
    width: 30px;
    height: 25px;
  }

  .about__contain {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about__contain.footer {
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
  }

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

  .content-2.grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .flip__cta-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .section__project {
    flex-direction: column;
  }

  .footer__text-__container {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .nav__content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
  }

  .content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .content.footer {
    text-align: center;
    align-items: center;
  }

  .text__white {
    margin-top: 0;
    line-height: 28px;
  }

  .brand__wrapper {
    text-align: center;
    flex: 1;
    margin-bottom: 0;
    padding: 0;
  }

  .brand__wrapper.w--current {
    text-align: left;
    justify-content: flex-start;
    align-self: stretch;
    align-items: flex-start;
    padding-left: 0;
  }

  .nav__icon {
    width: 50px;
    height: 50px;
  }

  .section__hero {
    min-height: 350px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section__intro {
    flex-direction: column-reverse;
  }

  .footer__link {
    text-align: left;
  }

  .footer__wrap {
    background-color: rgba(0, 0, 0, 0);
    padding-bottom: 0;
  }

  .nav-menu {
    z-index: 999;
    height: auto;
    margin-top: 0;
    padding-bottom: 0;
    position: absolute;
  }

  .footer__text {
    text-align: left;
    margin-bottom: 0;
    font-weight: 600;
  }

  .icon__wrapper {
    align-items: flex-end;
  }

  .footer__text-left {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer__content {
    text-align: left;
    background-image: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar {
    margin-top: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer__content-left {
    text-align: center;
    align-items: flex-start;
    margin-right: 0;
    padding-top: 0;
    font-weight: 600;
  }

  .heading {
    text-align: left;
    font-size: 28px;
    line-height: 32px;
  }

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

  .logo-alt {
    font-size: 3.5rem;
  }

  .text-block, .form {
    text-align: left;
  }

  .checkbox {
    width: 40px;
    height: 30px;
    margin-left: 0;
  }

  .checkbox-field {
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
  }

  .checkbox-label {
    margin-left: 10px;
    padding-left: 0;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .text__normal {
    font-size: 18px;
    line-height: 24px;
  }

  .about__contain {
    padding-left: 15px;
    padding-right: 15px;
  }

  .about__contain.footer {
    text-align: center;
    align-items: center;
  }

  .div-block-239 {
    padding: 20px;
  }

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

  .text-span-8 {
    display: block;
  }

  .flip-card-front {
    width: 100%;
    flex: 0 auto;
  }

  .flip-card-back {
    width: 100%;
    display: block;
  }

  .flip__cta-wrapper {
    display: block;
  }

  .rich-text-block {
    font-size: 16px;
  }

  .text-block-2 {
    font-size: 16px;
    line-height: 22px;
  }

  .section__project {
    flex-direction: column-reverse;
  }

  .footer__text-__container {
    text-align: left;
    margin-bottom: 0;
    font-weight: 600;
  }
}

#w-node-_3c2a3e9c-da31-25f8-8c18-d37c171f5150-70d7f5d6, #w-node-_3c2a3e9c-da31-25f8-8c18-d37c171f5150-ebaf8371, #w-node-a4f369a7-0c7b-c9a4-a295-61aae3b6e4ab-db05d4e2, #w-node-a4f369a7-0c7b-c9a4-a295-61aae3b6e4ab-d093a682, #w-node-a4f369a7-0c7b-c9a4-a295-61aae3b6e4ab-1146be92, #w-node-a4f369a7-0c7b-c9a4-a295-61aae3b6e4ab-9446be9d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#name-2.w-node-cc7952a3-c556-7081-015d-15a2c0db8f5c-5b5d4ecd, #w-node-cc7952a3-c556-7081-015d-15a2c0db8f5f-5b5d4ecd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #name-2.w-node-cc7952a3-c556-7081-015d-15a2c0db8f5c-5b5d4ecd, #w-node-cc7952a3-c556-7081-015d-15a2c0db8f5f-5b5d4ecd {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Queens';
  src: url('../fonts/queens__.woff2') format('woff2'), url('../fonts/queens__.eot') format('embedded-opentype'), url('../fonts/queens__.woff') format('woff'), url('../fonts/queens__.ttf') format('truetype'), url('../fonts/queens__.otf') format('opentype'), url('../fonts/queens__.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Queens';
  src: url('../fonts/queens_b.woff2') format('woff2'), url('../fonts/queens_b.eot') format('embedded-opentype'), url('../fonts/queens_b.woff') format('woff'), url('../fonts/queens_b.ttf') format('truetype'), url('../fonts/queens_b.otf') format('opentype'), url('../fonts/queens_b.svg') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}