body {
  font-family: Karla, sans-serif;
  color: #230623;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
}

h3 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}

p {
  max-width: 700px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 300;
}

a {
  font-family: Karla, sans-serif;
  color: #230623;
  font-weight: 300;
  letter-spacing: normal;
  text-decoration: underline;
}

.section.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 91vh;
  -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;
}

.section.credibility {
  margin-top: -50px;
}

.section.services {
  overflow: hidden;
  padding-top: 90px;
  padding-bottom: 90px;
}

.section.cost {
  padding-top: 90px;
  padding-bottom: 90px;
}

.section.testimonials {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e1dee5;
}

.section.past-projects {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #5b4264;
}

.section.about {
  padding-top: 130px;
  padding-bottom: 130px;
}

.section.footer {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #230623;
}

.section.contact {
  position: relative;
  overflow: hidden;
  height: 744.703125px;
  padding-top: 50px;
  padding-bottom: 0px;
  background-color: #e1dee5;
}

.container {
  position: static;
  z-index: auto;
  max-width: 1100px;
  padding: 10px;
}

.container.nav {
  padding-top: 0px;
  padding-bottom: 0px;
}

.light {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fdfbf6;
}

.light.centered {
  margin-right: 10px;
  font-weight: 400;
}

.style-guide__content-holder {
  width: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.style-guide__content-holder.dark {
  background-color: #230623;
}

.style-guide {
  padding-top: 81px;
}

.link {
  padding: 20px 15px;
  color: #fdfbf6;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
}

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

.link:active {
  color: #5b4264;
}

.link.w--current {
  color: #fdfbf6;
}

.text-block.bold {
  font-weight: 700;
}

.button {
  margin-right: 10px;
  padding: 10px 25px;
  border-style: solid;
  border-width: 2px;
  border-color: #d4af37;
  background-color: #d4af37;
  color: #230623;
  font-size: 18px;
  line-height: 18px;
}

.button:hover {
  border-color: #d4af37;
  border-radius: 20px;
  background-color: #d4af37;
}

.button:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.button.light {
  margin-right: 0px;
  background-color: transparent;
  color: #230623;
}

.button.light.purple {
  border-color: #5b4264;
}

.button.light.nav {
  color: #fdfbf6;
}

.button.light-text {
  margin-top: 15px;
  color: #fdfbf6;
}

.hero__text-holder {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(253, 251, 246, 0.75);
}

.hero__button-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 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;
}

.italicize {
  font-style: italic;
}

.centered {
  margin-top: 10px;
  text-align: center;
}

.centered.credibility-heading {
  margin-top: -43px;
  margin-bottom: 37px;
}

.centered.contact {
  width: 341px;
}

.hero__heading {
  width: 900px;
  margin-bottom: 32px;
  line-height: 62px;
}

.services__grid-content {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.services-grid__service-holder {
  position: relative;
  padding: 30px;
  background-color: #e1dee5;
}

.services-grid__button-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-bottom: 4px;
  -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;
}

.list {
  list-style-type: disc;
}

.services-grid__service-list-holder {
  display: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.service-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-list__circle {
  width: 8px;
  margin-right: 8px;
}

.service-list__holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}

.service-list__item-holder {
  margin-right: 35px;
}

.services-grid__corner-fame {
  position: absolute;
  left: -4%;
  top: -4%;
  right: auto;
  bottom: auto;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.services-grid__corner-fame._2 {
  left: auto;
  top: auto;
  right: -4%;
  bottom: -4%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.services-grid__corner-fame._3 {
  left: -3%;
  top: -5%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.services-grid__corner-fame._4 {
  left: auto;
  top: auto;
  right: -3%;
  bottom: -5%;
}

.services__heading-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-bottom: 25px;
  -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;
}

.services__heading {
  margin-bottom: 94px;
  text-align: center;
}

.image {
  position: relative;
  z-index: -1;
  width: 100px;
  margin-top: -177px;
  margin-bottom: 35px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.cost__heading {
  position: relative;
  z-index: 10;
  text-align: center;
}

.cost__content-holder {
  position: relative;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero__graphics {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr auto;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr auto;
}

.hero-graphics__image-holder {
  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;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hero-graphics__image-holder.bottom-left {
  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-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hero-graphics__image-holder.left-top {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-graphics__image-holder.right-centered {
  -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;
}

.hero-graphics__image-holder.centered-centered {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-graphics__image-holder.left-center {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-graphics__image-holder.left-center.display-none {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero-graphics__image-holder.bottom-center {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hero-graphics__image-holder.bottom-center.display-none {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.hero-graphics__image-holder.bottom-right {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.hero-graphics__image-holder.top-right {
  -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;
}

.hero-graphics__image-holder.top-center {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-graphics__image {
  width: 263px;
  margin-bottom: 0px;
}

.hero-graphics__image.special-7 {
  width: 120px;
  margin-bottom: 31px;
}

.hero-graphics__image.special-1 {
  width: 116px;
  margin-right: 55px;
  margin-bottom: 2px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.hero-graphics__image.special-2 {
  width: 89px;
  margin-bottom: 29px;
  margin-left: 12px;
  -webkit-transform: rotate(43deg);
  -ms-transform: rotate(43deg);
  transform: rotate(43deg);
}

.hero-graphics__image.special-3 {
  width: 300px;
  margin-right: 26px;
}

.hero-graphics__image.special-5 {
  width: 130px;
  margin-right: 0px;
}

.hero-graphics__image.special-8 {
  width: 161px;
  margin-bottom: 38px;
}

.hero-graphics__image.special-9 {
  width: 199.8125px;
  margin-bottom: 59px;
}

.hero-graphics__image.special-10 {
  width: 100px;
  margin-left: 15px;
}

.hero-graphics__image.special-11 {
  width: 199.8125px;
}

.hero-graphics__image.special-12 {
  width: 172px;
}

.hero-graphics__image.special-13 {
  width: 199.8125px;
}

.hero-graphics__image.special-14 {
  width: 100px;
  margin-top: 22px;
}

.hero-graphics__image.special-15 {
  width: 70px;
  margin-right: 67px;
}

.testimonials__heading {
  position: relative;
  z-index: 10;
  text-align: center;
}

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

.testimonial-grid__testimonial-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fdfbf6;
}

.testimonial-grid__divider {
  width: 120px;
  height: 3px;
  margin-bottom: 25px;
  background-color: #5b4264;
}

.testimonial-grid__name-holder {
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.testimonial-grid__name-text {
  text-align: right;
}

.image-3 {
  margin-top: -39px;
  margin-bottom: 19px;
}

.testimonial-grid__button-holder {
  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-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.testimonials__heading-image-holder {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonials__heading-holder {
  position: relative;
  margin-bottom: 39px;
  padding-top: 19px;
  padding-bottom: 19px;
}

.past-projects__content-holder {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.past-projects__instagram-logo {
  margin-right: 10px;
  margin-left: 0px;
  padding: 0px;
}

.nav-bar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99998;
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #230623;
}

.nav-bar__container {
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-bar__nav-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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-bar__covid-alert {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -95%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 15px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 250, 236, 0.52);
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
}

.covid-alert__text {
  width: 132px;
  color: #230623;
  font-size: 18px;
  font-weight: 300;
}

.covid-alert__icon {
  margin-left: 10px;
}

.covid-alert__pop-up {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100000;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(253, 251, 246, 0.8);
}

.covid-pop-up__container {
  position: relative;
  margin: 10px;
  padding: 50px 40px;
  background-color: #e1dee5;
}

.covid-pop_up__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 31px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.covid-pop_up__heading-icon {
  display: none;
  margin-right: 5px;
}

.covid-pop_up__paragraph {
  max-width: 400px;
}

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

.covid-pop_up__close {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding: 15px;
  cursor: pointer;
}

.covid-pop-up__close-x {
  font-family: 'Playfair Display', sans-serif;
  color: #5b4264;
  font-size: 30px;
  line-height: 30px;
}

.credibility__content {
  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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.credibility__icon {
  width: 85px;
  margin-bottom: 10px;
}

.credibility__icon-holder {
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.credibility__icon-holder.customer-service {
  margin-right: 34px;
  margin-left: 34px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body {
  overflow: visible;
}

.about-section__grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
}

.footer__sub-text {
  color: #e1dee5;
  font-size: 13px;
  font-weight: 300;
}

.footer__sub-text-holder {
  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;
}

.footer__content-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -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;
}

.footer__instagram-icon {
  margin-right: 20px;
  margin-left: 20px;
}

.footer__facebook-icon {
  margin-right: 20px;
  margin-left: 20px;
}

.contact__content-holder {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact__form-holder {
  position: relative;
  z-index: 10;
  width: 50%;
  margin-bottom: -222px;
  padding: 30px;
  background-color: #230623;
  color: #230623;
}

.contact__info-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact__info {
  margin-bottom: 10px;
  font-family: Karla, sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.contact__info.email {
  margin-bottom: 0px;
  font-weight: 300;
  text-decoration: underline;
}

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

.contact__open-info {
  margin-top: 15px;
}

.contact-form__label {
  margin-top: 20px;
  margin-bottom: 5px;
  color: #fdfbf6;
  font-size: 18px;
  line-height: 18px;
  font-style: normal;
  font-weight: 300;
}

.contact-form__text-field {
  border-style: solid;
  border-width: 0.5px;
  border-color: #fdfbf6;
  background-color: transparent;
}

.contact-form__text-field:hover {
  box-shadow: 0 0 6px -1px #fdfbf6;
}

.contact-form__text-field:focus {
  border-color: #d4af37;
}

.contact-form__text-field.text-field {
  height: 100px;
  padding: 5px;
  font-family: Karla, sans-serif;
  color: #e1dee5;
  font-size: 15px;
  font-weight: 300;
  text-align: left;
  white-space: normal;
}

.contact-form__heading {
  color: #fdfbf6;
  font-size: 25px;
  font-weight: 400;
  text-align: center;
}

.checkbox-label {
  font-family: Karla, sans-serif;
  color: #e1dee5;
  font-size: 15px;
  font-weight: 300;
}

.contact-form__corner-image {
  position: absolute;
  left: -3%;
  top: -4%;
  right: auto;
  bottom: auto;
  width: 75px;
}

.contact-form__corner-image._2nd {
  left: auto;
  top: auto;
  right: -2.5%;
  bottom: -4%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.contact__map {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 300px;
}

.footer__social-icon {
  width: 40px;
}

.contact__heading-holder {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact__heading-image {
  margin-top: -56px;
}

.heading {
  position: relative;
  z-index: 10;
}

.contact__email-link {
  cursor: pointer;
}

.contact__email-link:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.contact__email-link:active {
  -webkit-transform: scale(0.9) scale(1.1);
  -ms-transform: scale(0.9) scale(1.1);
  transform: scale(0.9) scale(1.1);
}

.about__location-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about__owner-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-location__text-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: auto;
  padding: 68px 244px 68px 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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #e1dee5;
}

.about-location__image {
  width: 455px;
  height: auto;
  margin-left: -212px;
}

.about-location__paragraph {
  width: 91%;
  margin-top: 15px;
  margin-bottom: 49px;
  text-align: right;
}

.about-owner__text-holder {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 80%;
  height: auto;
  padding: 50px 36px 50px 164px;
  -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;
  background-color: #fff9ec;
}

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

.image-4 {
  position: relative;
  z-index: 10;
  width: 455px;
  margin-top: 0px;
  margin-right: -131px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.about__read-more-div {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 250, 236, 0)), color-stop(91%, #fff9ec));
  background-image: linear-gradient(180deg, rgba(255, 250, 236, 0), #fff9ec 91%);
}

.about__read-more-link {
  margin-bottom: 15px;
  margin-left: 133px;
  padding: 10px;
}

.footer__text-link {
  color: #fff;
}

.hero__graphics-holder {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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;
}

.hero-graphics__grid-holder {
  max-height: 900px;
  max-width: 1279px;
}

.hero__treasure-mattes {
  font-family: Karla, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.nav-bar-2 {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: #230623;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand {
  padding-top: 2px;
  padding-bottom: 2px;
}

.brand.w--current {
  padding-top: 5px;
  padding-bottom: 5px;
}

.image-5 {
  display: block;
  width: 148px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-test {
  margin-left: 10px;
  font-family: 'Playfair Display', sans-serif;
  color: #fdfbf6;
}

.image-6 {
  width: 82px;
}

@media screen and (min-width: 1280px) {
  .hero-graphics__image-holder.centered-centered.display-none {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-graphics__image-holder.bottom-right {
    -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;
  }

  .hero-graphics__image-holder.top-center {
    -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;
  }

  .hero-graphics__image.special-1 {
    width: 150px;
  }

  .hero-graphics__image.special-5 {
    width: 150px;
  }

  .hero-graphics__image.special-10 {
    width: 150px;
    margin-right: 38px;
  }

  .hero-graphics__image.special-12 {
    margin-top: 37px;
  }

  .hero-graphics__image.special-15 {
    margin-right: 0px;
  }
}

@media screen and (min-width: 1440px) {
  .centered.credibility-heading {
    margin-top: -69px;
    margin-bottom: 36px;
  }

  .hero-graphics__image.special-1 {
    width: 150px;
    margin-right: 63px;
    margin-bottom: -25px;
  }

  .hero-graphics__image.special-3 {
    width: 361px;
    margin-right: 0px;
  }

  .hero-graphics__image.special-5 {
    margin-right: 0px;
  }

  .hero-graphics__image.special-10 {
    width: 143px;
  }

  .hero-graphics__image.special-12 {
    width: 165px;
  }

  .hero-graphics__image.special-14 {
    width: 139px;
  }

  .hero-graphics__image.special-15 {
    width: 102px;
    margin-right: 0px;
  }

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

  .credibility__label {
    font-weight: 300;
  }

  .credibility__icon-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    margin-left: 10px;
    padding: 20px;
    -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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .credibility__icon-holder.customer-service {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (min-width: 1920px) {
  h1 {
    font-size: 57px;
    line-height: 67px;
  }

  p {
    font-size: 19px;
  }

  .hero-graphics__image-holder.bottom-left {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-graphics__image-holder.centered-centered {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .hero-graphics__image-holder.centered-centered.display-none {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-graphics__image-holder.bottom-center {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .hero-graphics__image-holder.bottom-right {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-graphics__image-holder.top-center {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .hero-graphics__image.special-7 {
    width: 184px;
    margin-left: 113px;
  }

  .hero-graphics__image.special-1 {
    width: 195px;
    margin-right: 60px;
    margin-bottom: -47px;
  }

  .hero-graphics__image.special-2 {
    margin-right: 167px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .hero-graphics__image.special-3 {
    width: 404px;
    margin-right: 50px;
  }

  .hero-graphics__image.special-8 {
    width: 211px;
    margin-bottom: 0px;
  }

  .hero-graphics__image.special-9 {
    width: 236px;
  }

  .hero-graphics__image.special-10 {
    width: 179px;
    margin-left: 128px;
  }

  .hero-graphics__image.special-11 {
    width: 249px;
  }

  .hero-graphics__image.special-12 {
    width: 250px;
    margin-right: 65px;
  }

  .hero-graphics__image.special-13 {
    width: 240px;
    margin-right: 23px;
  }

  .hero-graphics__image.special-14 {
    width: 196px;
    margin-top: 24px;
    margin-right: 0px;
    margin-left: 3px;
  }

  .hero-graphics__image.special-15 {
    width: 165px;
    margin-right: -33px;
  }

  .credibility__icon {
    width: 95px;
  }

  .about-owner__text-holder {
    height: auto;
  }

  .about__read-more-div {
    display: none;
  }

  .hero-graphics__grid-holder {
    max-height: none;
    max-width: 1700px;
  }

  .nav-menu {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .image-5 {
    width: 192px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 39px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 25px;
  }

  .section.hero {
    max-height: 812px;
    min-height: 700px;
  }

  .link {
    width: auto;
    padding-bottom: 20px;
    text-align: right;
  }

  .button.light.nav {
    margin-left: 0px;
  }

  .button.bottom-padding {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .hero__text-holder {
    display: block;
    width: auto;
  }

  .hero__button-holder {
    margin-top: 25px;
  }

  .centered {
    width: auto;
  }

  .hero__heading {
    width: 659px;
    font-size: 45px;
    line-height: 50px;
  }

  .services-grid__button-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .services-grid__corner-fame {
    top: -2%;
  }

  .services-grid__corner-fame._2 {
    bottom: -2%;
  }

  .services-grid__corner-fame._3 {
    left: -2%;
    top: -2%;
  }

  .services-grid__corner-fame._4 {
    right: -2%;
    bottom: -2%;
  }

  .services__heading {
    margin-bottom: 45px;
  }

  .image {
    margin-top: -133px;
    margin-bottom: 0px;
  }

  .hero__graphics {
    width: 100%;
    height: 100%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .hero-graphics__image-holder {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-graphics__image-holder.bottom-left.display-none {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .hero-graphics__image-holder.right-centered {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-graphics__image-holder.centered-centered {
    -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;
  }

  .hero-graphics__image-holder.centered-centered.dimond {
    -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;
  }

  .hero-graphics__image-holder.left-center {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .hero-graphics__image-holder.left-center.display-none {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .hero-graphics__image-holder.bottom-center.display-none {
    display: none;
  }

  .hero-graphics__image-holder.bottom-right {
    -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;
  }

  .hero-graphics__image-holder.bottom-right.display-none {
    display: none;
  }

  .hero-graphics__image-holder.top-right {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-graphics__image-holder.top-center {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .hero-graphics__image {
    width: 200px;
  }

  .hero-graphics__image.special-7 {
    width: 112px;
    margin-right: 53px;
    margin-bottom: -34px;
    margin-left: 0px;
  }

  .hero-graphics__image.special-2 {
    margin-bottom: -123px;
    margin-left: -103px;
  }

  .hero-graphics__image.special-3 {
    width: 220px;
    margin-right: 26px;
    margin-left: -33px;
  }

  .hero-graphics__image.special-5 {
    width: 157px;
    margin-top: 0px;
    margin-bottom: 151px;
    margin-left: 5px;
  }

  .hero-graphics__image.special-8 {
    display: none;
    width: 100px;
    margin-top: 0px;
    margin-bottom: -217px;
    margin-left: 29px;
  }

  .hero-graphics__image.special-9 {
    width: 140px;
    margin-right: 0px;
    margin-bottom: 73px;
    margin-left: 0px;
  }

  .hero-graphics__image.special-10 {
    width: 135px;
    margin-bottom: 16px;
    margin-left: 41px;
  }

  .hero-graphics__image.special-11 {
    width: 100px;
    margin-bottom: -30px;
    margin-left: 25px;
  }

  .hero-graphics__image.special-12 {
    margin-top: -5px;
    margin-bottom: 0px;
    margin-left: 23px;
  }

  .hero-graphics__image.special-14 {
    width: 100px;
    margin-top: 34px;
    margin-left: 0px;
  }

  .hero-graphics__image.special-15 {
    width: 100px;
    margin-top: 9px;
  }

  .testimonials_testimonial-grid {
    margin: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .testimonial-grid__testimonial-div.emily {
    display: none;
  }

  .nav-bar__container {
    position: relative;
    -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;
  }

  .nav-bar__nav-menu {
    padding-top: 92px;
    background-color: #5b4264;
  }

  .nav-bar__covid-alert {
    left: 0%;
    top: auto;
    right: auto;
    bottom: -93%;
    z-index: 200;
  }

  .covid-alert__icon {
    margin-right: 10px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .covid-alert__pop-up {
    display: none;
  }

  .credibility__label {
    font-size: 18px;
  }

  .credibility__label.centered {
    width: auto;
  }

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

  .footer__content-holder {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .contact-form__corner-image {
    left: -2%;
    top: -2%;
    width: 65px;
  }

  .contact-form__corner-image._2nd {
    right: -2%;
    bottom: -2%;
    width: 65px;
  }

  .menu-button {
    position: static;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    z-index: 100;
    display: block;
    padding: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    background-color: transparent;
  }

  .menu-button.w--open {
    z-index: 100;
    padding-left: 0px;
    background-color: transparent;
  }

  .icon {
    margin-left: 0px;
    padding-top: 0px;
    color: #fdfbf6;
    font-size: 50px;
  }

  .logo-link-to-home-hero {
    display: none;
  }

  .about__owner-div {
    margin-top: 95px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-location__text-holder {
    padding-right: 218px;
  }

  .about-owner__text-holder {
    width: auto;
    padding: 87px 40px 40px;
  }

  .image-4 {
    margin-right: 0px;
    margin-bottom: -75px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .hero__graphics-holder {
    height: 815px;
  }

  .hero-graphics__grid-holder {
    width: 100%;
    height: 100%;
    max-height: none;
    max-width: none;
  }

  .paragraph {
    width: auto;
  }

  .nav-bar-2 {
    z-index: 100;
  }

  .nav-menu {
    width: 214px;
    height: auto;
    padding: 90px 5px 5px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-color: #5b4264;
    color: #fdfbf6;
  }

  .image-5 {
    width: 144px;
  }

  .menu-button-2 {
    z-index: 100;
    padding: 13px;
  }

  .menu-button-2.w--open {
    padding: 6px;
    background-color: transparent;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 35px;
    line-height: 40px;
  }

  h2 {
    font-size: 35px;
  }

  h3 {
    font-size: 25px;
  }

  p {
    font-size: 18px;
  }

  .section.hero {
    height: 500px;
    min-height: auto;
  }

  .section.credibility {
    margin-top: -26px;
  }

  .section.services {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.cost {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.about {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.contact {
    height: auto;
  }

  .container {
    position: static;
  }

  .container.about-section {
    padding: 0px;
  }

  .link {
    font-size: 18px;
  }

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

  .button {
    font-size: 16px;
  }

  .button.light {
    margin-top: 0px;
  }

  .button.bottom-padding {
    margin-right: 10px;
    margin-bottom: 0px;
  }

  .hero__text-holder {
    display: block;
    margin-top: 29px;
  }

  .centered.credibility-heading {
    margin-bottom: 0px;
  }

  .hero__heading {
    width: auto;
  }

  .services__grid-content {
    margin: 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .services-grid__service-holder {
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .services-grid__button-holder {
    margin-top: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .services-grid__corner-fame {
    top: -4%;
  }

  .services-grid__corner-fame._2 {
    bottom: -4%;
  }

  .services-grid__corner-fame._3 {
    top: -6%;
  }

  .services-grid__corner-fame._4 {
    bottom: -6%;
  }

  .image {
    margin-bottom: 0px;
  }

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

  .hero-graphics__image-holder.centered-centered.dimond {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .hero-graphics__image-holder.left-center {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .hero-graphics__image-holder.left-center.display-none {
    display: none;
  }

  .hero-graphics__image-holder.bottom-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-graphics__image-holder.top-right {
    -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;
  }

  .hero-graphics__image-holder.top-center {
    -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;
  }

  .hero-graphics__image-holder.display-none {
    display: none;
  }

  .hero-graphics__image {
    margin-right: 22px;
    margin-left: 10px;
  }

  .hero-graphics__image.special-2 {
    margin-right: 24px;
    margin-bottom: 75px;
    margin-left: 0px;
  }

  .hero-graphics__image.special-3 {
    margin-bottom: 5px;
  }

  .hero-graphics__image.special-9 {
    margin-right: 2px;
    margin-bottom: 100px;
    margin-left: 0px;
  }

  .hero-graphics__image.special-10 {
    margin-right: 37px;
    margin-left: 8px;
  }

  .hero-graphics__image.special-13 {
    margin-top: 23px;
    margin-right: 48px;
    margin-bottom: 0px;
  }

  .hero-graphics__image.special-14 {
    width: 136px;
    margin: 0px 0px 36px;
  }

  .hero-graphics__image.special-15 {
    margin-right: 83px;
  }

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

  .testimonial-grid__testimonial-div.jennifer {
    margin-bottom: 20px;
  }

  .testimonial-grid__button-holder {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .nav-bar {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .nav-bar__covid-alert {
    bottom: -81%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .covid-alert__pop-up {
    display: none;
  }

  .covid-pop-up__container {
    width: 100vw;
    padding: 11px;
  }

  .covid-pop_up__heading {
    margin-bottom: 10px;
  }

  .covid-pop_up__paragraph {
    max-width: none;
  }

  .covid-pop_up__paragraph.bottom {
    max-width: none;
    margin-bottom: 0px;
  }

  .credibility__icon {
    width: 75px;
  }

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

  .contact__content-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact__form-holder {
    width: auto;
    margin-bottom: 20px;
  }

  .contact__info-holder {
    width: auto;
    margin-bottom: 30px;
  }

  .contact__map {
    position: relative;
    z-index: 1;
  }

  .footer__social-icon {
    width: 30px;
  }

  .menu-button.w--open {
    padding-left: 20px;
  }

  .icon {
    font-size: 45px;
  }

  .pop-up {
    min-width: 198px;
    font-size: 25px;
  }

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

  .about__owner-div {
    margin-top: 65px;
    -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;
  }

  .about-location__text-holder {
    width: 100%;
    margin-top: -72px;
    padding: 83px 30px 30px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .about-location__image {
    position: relative;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .about-location__paragraph {
    text-align: left;
  }

  .about-owner__text-holder {
    width: 100%;
    height: auto;
    margin-top: -74px;
    padding: 76px 30px 30px;
  }

  .image-4 {
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .about__read-more-link {
    margin-left: 0px;
  }

  .hero__graphics-holder {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 33px;
    line-height: 33px;
    text-align: left;
  }

  h2 {
    font-size: 28px;
  }

  .section.hero {
    height: auto;
    min-height: 440px;
    margin-top: 0px;
    padding-top: 70px;
  }

  .section.credibility {
    margin-top: 0px;
  }

  .section.footer {
    padding-bottom: 0px;
  }

  .light.centered {
    text-align: right;
  }

  .button.light {
    margin-top: 15px;
  }

  .button.bottom-padding {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .hero__text-holder {
    margin-top: 0px;
    padding: 15px;
  }

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

  .centered.credibility-heading {
    margin-bottom: 10px;
  }

  .centered.left-justified {
    font-size: 17px;
    line-height: 20px;
    text-align: left;
  }

  .services__grid-content {
    margin: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .services-grid__service-holder {
    margin-top: 15px;
    padding: 15px;
  }

  .services-grid__button-holder {
    padding-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .service-list__item {
    margin-bottom: 10px;
  }

  .service-list__holder {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .service-list__item-holder {
    margin-right: 23px;
  }

  .services-grid__corner-fame {
    display: none;
  }

  .services__heading {
    margin-bottom: 20px;
  }

  .image {
    margin-top: -102px;
    margin-bottom: 0px;
  }

  .cost__heading {
    margin-bottom: 0px;
    font-size: 29px;
  }

  .testimonials_testimonial-grid {
    grid-row-gap: 25px;
  }

  .testimonial-grid__testimonial-div.jennifer {
    display: none;
  }

  .testimonial-grid__button-holder {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .past-projects__instagram-logo {
    margin-right: 0px;
  }

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

  .nav-bar__covid-alert {
    bottom: -86%;
  }

  .covid-alert__text {
    display: none;
    font-size: 16px;
    text-align: right;
  }

  .covid-alert__icon {
    margin-right: 0px;
  }

  .covid-alert__pop-up {
    display: none;
  }

  .covid-pop-up__container {
    margin: 10px;
    padding: 0px 10px 10px;
  }

  .covid-pop_up__heading {
    margin-bottom: 10px;
  }

  .covid-pop_up__paragraph {
    margin-bottom: 5px;
    font-size: 16px;
  }

  .covid-pop_up__close {
    padding: 3px 5px 3px 3px;
  }

  .credibility__content {
    -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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

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

  .credibility__icon {
    width: 71px;
  }

  .credibility__icon-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }

  .credibility__icon-holder.customer-service {
    margin-top: 10px;
    padding: 0px;
  }

  .footer__sub-text-holder {
    margin-top: 30px;
    -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;
  }

  .footer__content-holder {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contact-form__label {
    font-weight: 300;
  }

  .contact-form__corner-image {
    left: -4%;
    top: -3%;
    width: 60px;
  }

  .contact-form__corner-image._2nd {
    right: -4%;
    bottom: -3%;
  }

  .contact__map {
    position: relative;
    z-index: 1;
  }

  .footer__logo-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    -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 {
    padding: 6px;
    font-size: 38px;
  }

  .pop-up {
    font-size: 18px;
  }

  .about-location__text-holder {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .about-location__paragraph {
    margin-bottom: 30px;
  }

  .about-owner__text-holder {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .hero__graphics-holder {
    display: none;
  }

  .heading-3 {
    font-size: 21px;
    line-height: 26px;
  }

  .heading-4 {
    font-size: 37px;
    line-height: 41px;
  }

  .link-block {
    margin-top: 3px;
  }

  .link-block-2 {
    margin-right: 5px;
    margin-bottom: 0px;
  }

  .image-5 {
    width: 119px;
  }

  .menu-button-2 {
    padding: 6px;
  }
}

#w-node-_6100a86a-af77-b078-b11e-84aa962791bd-a037ae26 {
  -ms-grid-column-span: 2;
  grid-column-end: 8;
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-row-span: 4;
  grid-row-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-f7725f59-7871-ba38-c702-67d904a77fce-a037ae26 {
  -ms-grid-column-span: 3;
  grid-column-end: 7;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 4;
  grid-row-end: 8;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-_297c10f2-e848-5dcf-0985-e20114d38be6-a037ae26 {
  -ms-grid-column-span: 2;
  grid-column-end: 10;
  -ms-grid-column: 8;
  grid-column-start: 8;
  -ms-grid-row-span: 3;
  grid-row-end: 6;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-dde76555-5982-50a5-f8ec-be80178c1b0a-a037ae26 {
  -ms-grid-column-span: 4;
  grid-column-end: 7;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 3;
  grid-row-end: 5;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_34d75c9c-3d5d-07c6-ebb9-3adabc7d9096-a037ae26 {
  -ms-grid-column-span: 2;
  grid-column-end: 12;
  -ms-grid-column: 10;
  grid-column-start: 10;
  -ms-grid-row-span: 4;
  grid-row-end: 8;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-_5a6af042-8a04-2250-ef74-642ba264e1bd-a037ae26 {
  -ms-grid-column-span: 3;
  grid-column-end: 9;
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-row-span: 3;
  grid-row-end: 7;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-_45bdf020-027a-0ce1-0abc-e9a6e3b3caee-a037ae26 {
  -ms-grid-column-span: 3;
  grid-column-end: 11;
  -ms-grid-column: 8;
  grid-column-start: 8;
  -ms-grid-row-span: 2;
  grid-row-end: 9;
  -ms-grid-row: 7;
  grid-row-start: 7;
}

#w-node-e9906343-610f-5daf-e882-6d79c08b8b25-a037ae26 {
  -ms-grid-column-span: 2;
  grid-column-end: 7;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-row-span: 3;
  grid-row-end: 10;
  -ms-grid-row: 7;
  grid-row-start: 7;
}

#w-node-_2c9dded2-2b5f-4b62-9aec-50515de7aac8-a037ae26 {
  -ms-grid-column-span: 3;
  grid-column-end: 6;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 2;
  grid-row-end: 9;
  -ms-grid-row: 7;
  grid-row-start: 7;
}

#w-node-_6543f15d-f349-41cd-d603-8ad838588c79-a037ae26 {
  -ms-grid-column-span: 2;
  grid-column-end: 9;
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-row-span: 3;
  grid-row-end: 9;
  -ms-grid-row: 6;
  grid-row-start: 6;
}

#w-node-da1de806-e047-bf96-d4ef-56843c1f055e-a037ae26 {
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 3;
  grid-row-end: 9;
  -ms-grid-row: 6;
  grid-row-start: 6;
}

#w-node-dec89a40-04ca-e537-ec87-098a4ca93c05-a037ae26 {
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 6;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-_63caf444-6643-d010-e723-ada59b07f291-a037ae26 {
  -ms-grid-column-span: 2;
  grid-column-end: 5;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 2;
  grid-row-end: 7;
  -ms-grid-row: 5;
  grid-row-start: 5;
}

#w-node-_6fcc9758-5be5-4002-8fbd-79380ee0884f-a037ae26 {
  -ms-grid-column-span: 3;
  grid-column-end: 11;
  -ms-grid-column: 8;
  grid-column-start: 8;
  -ms-grid-row-span: 3;
  grid-row-end: 8;
  -ms-grid-row: 5;
  grid-row-start: 5;
}

#w-node-_5cfde257-a751-e2a5-3488-084c6a2c4136-a037ae26 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-fba631d9-e61f-4736-c0fa-6f5f4e386eac-a037ae26 {
  -ms-grid-row: span 3;
  grid-row-start: span 3;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_509ff3ba-edc9-f733-a538-6bfd625c9eca-a037ae26 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_48188572-0f24-8b28-a339-89e845b1018d-a037ae26 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_7e93ab7d-cd0a-9431-f536-9e1ba23f87ec-a037ae26 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

@media screen and (min-width: 1920px) {
  #w-node-e9906343-610f-5daf-e882-6d79c08b8b25-a037ae26 {
    -ms-grid-column-span: 3;
    grid-column-end: 8;
    -ms-grid-column: 5;
    grid-column-start: 5;
    -ms-grid-row-span: 4;
    grid-row-end: 11;
    -ms-grid-row: 7;
    grid-row-start: 7;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-dec89a40-04ca-e537-ec87-098a4ca93c05-a037ae26 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 6;
    -ms-grid-row: 4;
    grid-row-start: 4;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_6100a86a-af77-b078-b11e-84aa962791bd-a037ae26 {
    -ms-grid-column-span: 2;
    grid-column-end: 8;
    -ms-grid-column: 6;
    grid-column-start: 6;
    -ms-grid-row-span: 2;
    grid-row-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-f7725f59-7871-ba38-c702-67d904a77fce-a037ae26 {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 3;
    grid-column-end: 7;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 4;
    grid-row-end: 7;
  }

  #w-node-_297c10f2-e848-5dcf-0985-e20114d38be6-a037ae26 {
    -ms-grid-column-span: 2;
    grid-column-end: 9;
    -ms-grid-column: 7;
    grid-column-start: 7;
    -ms-grid-row-span: 2;
    grid-row-end: 6;
    -ms-grid-row: 4;
    grid-row-start: 4;
  }

  #w-node-dde76555-5982-50a5-f8ec-be80178c1b0a-a037ae26 {
    -ms-grid-column-span: 4;
    grid-column-end: 7;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-span: 2;
    grid-row-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_34d75c9c-3d5d-07c6-ebb9-3adabc7d9096-a037ae26 {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 5;
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
  }

  #w-node-_5a6af042-8a04-2250-ef74-642ba264e1bd-a037ae26 {
    -ms-grid-column: 6;
    grid-column-start: 6;
    -ms-grid-column-span: 3;
    grid-column-end: 9;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 3;
    grid-row-end: 6;
  }

  #w-node-_45bdf020-027a-0ce1-0abc-e9a6e3b3caee-a037ae26 {
    -ms-grid-column-span: 2;
    grid-column-end: 9;
    -ms-grid-column: 7;
    grid-column-start: 7;
    -ms-grid-row-span: 1;
    grid-row-end: 10;
    -ms-grid-row: 9;
    grid-row-start: 9;
  }

  #w-node-e9906343-610f-5daf-e882-6d79c08b8b25-a037ae26 {
    -ms-grid-column-span: 3;
    grid-column-end: 8;
    -ms-grid-column: 5;
    grid-column-start: 5;
    -ms-grid-row-span: 2;
    grid-row-end: 8;
    -ms-grid-row: 6;
    grid-row-start: 6;
  }

  #w-node-_2c9dded2-2b5f-4b62-9aec-50515de7aac8-a037ae26 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 3;
    grid-column-end: 6;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 2;
    grid-row-end: 7;
  }

  #w-node-_6543f15d-f349-41cd-d603-8ad838588c79-a037ae26 {
    -ms-grid-column: 7;
    grid-column-start: 7;
    -ms-grid-column-span: 2;
    grid-column-end: 9;
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
  }

  #w-node-da1de806-e047-bf96-d4ef-56843c1f055e-a037ae26 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 8;
    -ms-grid-row: 6;
    grid-row-start: 6;
  }

  #w-node-dec89a40-04ca-e537-ec87-098a4ca93c05-a037ae26 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 6;
    -ms-grid-row: 4;
    grid-row-start: 4;
  }

  #w-node-_63caf444-6643-d010-e723-ada59b07f291-a037ae26 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 2;
    grid-row-end: 6;
  }

  #w-node-_6fcc9758-5be5-4002-8fbd-79380ee0884f-a037ae26 {
    -ms-grid-column-span: 2;
    grid-column-end: 9;
    -ms-grid-column: 7;
    grid-column-start: 7;
    -ms-grid-row-span: 3;
    grid-row-end: 8;
    -ms-grid-row: 5;
    grid-row-start: 5;
  }

  #w-node-_7e93ab7d-cd0a-9431-f536-9e1ba23f87ec-a037ae26 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6100a86a-af77-b078-b11e-84aa962791bd-a037ae26 {
    -ms-grid-column-span: 1;
    grid-column-end: 7;
    -ms-grid-column: 6;
    grid-column-start: 6;
    -ms-grid-row-span: 2;
    grid-row-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-f7725f59-7871-ba38-c702-67d904a77fce-a037ae26 {
    -ms-grid-column-span: 3;
    grid-column-end: 6;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-span: 2;
    grid-row-end: 6;
    -ms-grid-row: 4;
    grid-row-start: 4;
  }

  #w-node-dde76555-5982-50a5-f8ec-be80178c1b0a-a037ae26 {
    -ms-grid-column-span: 3;
    grid-column-end: 6;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-span: 2;
    grid-row-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_34d75c9c-3d5d-07c6-ebb9-3adabc7d9096-a037ae26 {
    -ms-grid-column-span: 2;
    grid-column-end: 5;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
    -ms-grid-row: 7;
    grid-row-start: 7;
  }

  #w-node-_5a6af042-8a04-2250-ef74-642ba264e1bd-a037ae26 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 5;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-e9906343-610f-5daf-e882-6d79c08b8b25-a037ae26 {
    -ms-grid-column-span: 2;
    grid-column-end: 6;
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-row-span: 2;
    grid-row-end: 9;
    -ms-grid-row: 7;
    grid-row-start: 7;
  }

  #w-node-_2c9dded2-2b5f-4b62-9aec-50515de7aac8-a037ae26 {
    -ms-grid-column-span: 2;
    grid-column-end: 6;
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-row-span: 3;
    grid-row-end: 8;
    -ms-grid-row: 5;
    grid-row-start: 5;
  }

  #w-node-da1de806-e047-bf96-d4ef-56843c1f055e-a037ae26 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 4;
    grid-row-end: 8;
    -ms-grid-row: 4;
    grid-row-start: 4;
  }

  #w-node-dec89a40-04ca-e537-ec87-098a4ca93c05-a037ae26 {
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 3;
    grid-row-end: 8;
    -ms-grid-row: 5;
    grid-row-start: 5;
  }

  #w-node-_63caf444-6643-d010-e723-ada59b07f291-a037ae26 {
    -ms-grid-column-span: 3;
    grid-column-end: 5;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 3;
    grid-row-end: 6;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-_7e93ab7d-cd0a-9431-f536-9e1ba23f87ec-a037ae26 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7e93ab7d-cd0a-9431-f536-9e1ba23f87ec-a037ae26 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
}

