.button-secondary {
  padding: 28px 50px;
  border-radius: 1000px;
  background-color: #fff;
  box-shadow: 0 8px 20px 0 rgba(20, 20, 43, 0.06);
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
  color: #ff3951;
  line-height: 20px;
  text-align: center;
}

.button-secondary:hover {
  box-shadow: 0 15px 30px 0 rgba(20, 20, 43, 0.1);
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
  color: #ff3951;
}

.button-secondary.button-2-buttons {
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  color: #b34d65;
  font-size: 18px;
  line-height: 1.111em;
}

.section {
  padding-top: 200px;
  padding-bottom: 200px;
}

.section.home-hero {
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('../images/metamar-bg.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section.home-contact {
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section.packages-faqs {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f5f7fc;
}

.section.service-testimonials {
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
}

.paragraph {
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 1.667em;
  letter-spacing: 0.02em;
}

.paragraph.home-hero {
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  color: #6e7191;
  font-size: 18px;
  line-height: 1.667em;
  letter-spacing: 0.02em;
}

.paragraph.home-contact {
  margin-bottom: 32px;
}

.paragraph.faq {
  max-width: 454px;
  margin-bottom: 0px;
}

.paragraph.faqs {
  margin-bottom: 0px;
}

.paragraph.hero-paragraph {
  margin-bottom: 40px;
}

.paragraph.p-40 {
  margin-bottom: 40px;
}

._2-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.subtitle-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ff3951;
  line-height: 1.111em;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.subtitle-wrapper.home-hero {
  margin-bottom: 8px;
  color: #b34d65;
}

.button-primary-arrow {
  position: relative;
  top: -2px;
  display: inline-block;
  font-size: 13px;
  line-height: 1em;
  font-weight: 400;
}

.home-hero-images-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 54%;
  min-height: 675px;
  margin-left: 46px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.title.home-hero {
  font-family: Lato, sans-serif;
  color: #b34d65;
  font-size: 60px;
  line-height: 1.233em;
  letter-spacing: 0.02em;
}

.title.h4-size {
  color: #14142b;
  font-size: 22px;
  line-height: 1.273em;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.title.h4-size.faq {
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #b34d65;
}

.title.h4-size.card-service-testimonial {
  display: block;
  margin-bottom: 8px;
  font-family: Lato, sans-serif;
  color: #b34d65;
  text-align: center;
}

.title.faqs {
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 40px;
  line-height: 1.35em;
}

.title.service-testimonials {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 40px;
  line-height: 1.35em;
}

.split-content.home-hero-content {
  max-width: 609px;
  min-width: 578px;
  margin-right: 20px;
}

.split-content.home-contact-content {
  max-width: 42%;
  margin-right: 20px;
}

.split-content.faqs-content-top-right {
  max-width: 40%;
}

.split-content.faqs-content-top-left {
  margin-right: 40px;
}

.split-content.service-testimonials-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 606px;
  margin-right: 28px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.split-content.service-testimonials-right {
  width: 100%;
  max-width: 606px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.home-hero-wrapper {
  position: relative;
  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;
}

.bg {
  position: absolute;
}

.bg.home-hero {
  right: -274px;
  z-index: -1;
  max-width: 1000px;
}

.bg.home-v1-contact {
  right: -318px;
  bottom: -356px;
  z-index: -1;
  max-width: 1136px;
}

.bg.service-testimonials {
  left: 153px;
  z-index: -1;
  max-width: 73%;
}

.subtitle-shape {
  width: 22px;
  max-height: 2px;
  min-height: 2px;
  margin-right: 10px;
  border-radius: 1000px;
  background-color: #ff3951;
}

.subtitle-shape.home-hero {
  background-color: #b34d65;
}

.subtitle-shape.hidden {
  display: none;
}

.subtitle-shape.faqs {
  background-color: #b34d65;
}

.button-primary {
  padding: 28px 50px;
  border-radius: 1000px;
  background-color: #ff3951;
  box-shadow: 0 8px 22px 0 rgba(255, 57, 81, 0.28);
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  line-height: 1.111em;
  font-weight: 700;
  text-align: center;
}

.button-primary:hover {
  box-shadow: 0 15px 32px 0 rgba(255, 57, 81, 0.38);
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
  color: #fff;
}

.button-primary.button-2-buttons {
  margin-right: 26px;
  margin-bottom: 15px;
  background-color: #b34d65;
  box-shadow: 0 8px 22px 0 rgba(179, 77, 101, 0.28);
  font-family: Lato, sans-serif;
  font-size: 18px;
  letter-spacing: 0.02em;
}

.button-primary.button-2-buttons.bp-upload {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-primary.contact-form-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  -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: #b34d65;
  box-shadow: 0 8px 22px 0 rgba(179, 77, 101, 0.28);
  font-family: Lato, sans-serif;
  font-size: 18px;
  letter-spacing: 0.02em;
}

.container-default {
  max-width: 1290px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image.home-hero-2 {
  position: absolute;
  top: 0px;
  right: -73px;
  z-index: 1;
}

.image.contact-link-icon {
  width: 56px;
  min-height: 56px;
  min-width: 56px;
  margin-right: 12px;
  border-radius: 16px;
}

.image.card-service-testimonial {
  max-width: 323px;
  margin-bottom: 20px;
}

.text-block {
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.contact-form-link {
  padding: 0px;
  background-color: transparent;
}

.error-message {
  margin-top: 20px;
  padding: 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-radius: 20px;
  background-color: #ffeef0;
  color: #ff3951;
  text-align: center;
}

.card {
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 40px;
  background-color: #fff;
  box-shadow: 0 6px 12px 0 rgba(20, 20, 43, 0.05);
}

.card.contact-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 294px;
  padding: 72px 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 34px;
  box-shadow: 0 54px 54px 0 rgba(232, 48, 81, 0.02), 0 1px 104px 0 rgba(20, 20, 43, 0.04), 0 98px 66px 0 rgba(19, 18, 66, 0.02);
}

.card.faq {
  padding: 51px 46px;
  border-radius: 22px;
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  cursor: pointer;
}

.card.faq:hover {
  box-shadow: 0 12px 18px 0 rgba(20, 20, 43, 0.05);
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

.card.faq.last {
  margin-bottom: 0px;
}

.card.service-testimonial-card {
  margin-bottom: 32px;
  padding: 60px 40px 50px;
}

.card.service-testimonial-card.last {
  margin-bottom: 0px;
  padding: 0px;
}

.card.service-testimonial-card.last._50-p {
  margin-bottom: 50px;
}

.list-text {
  color: #14142b;
  line-height: 1.111em;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.contact-form {
  display: -ms-grid;
  display: grid;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 22px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr auto auto;
  grid-template-columns: 1fr auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.home-contact-links-grid {
  grid-row-gap: 26px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.input {
  min-height: 66px;
  margin-bottom: 0px;
  padding-right: 21px;
  padding-left: 21px;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 1000px;
  box-shadow: 0 2px 6px 0 rgba(19, 18, 66, 0.07);
  -webkit-transition: box-shadow 300ms ease, color 300ms ease, border-color 300ms ease;
  transition: box-shadow 300ms ease, color 300ms ease, border-color 300ms ease;
  color: #ff3951;
  font-size: 18px;
  line-height: 1.111em;
  letter-spacing: 0.02em;
}

.input:hover {
  border-color: #ff3951;
}

.input:focus {
  border-color: #ff3951;
  box-shadow: 0 2px 11px 0 rgba(244, 38, 62, 0.06), 0 4px 10px 0 rgba(31, 37, 89, 0.07);
  color: #ff3951;
}

.input::-webkit-input-placeholder {
  color: #6e7191;
}

.input:-ms-input-placeholder {
  color: #6e7191;
}

.input::-ms-input-placeholder {
  color: #6e7191;
}

.input::placeholder {
  color: #6e7191;
}

.input.email {
  min-height: 100%;
  padding-right: 55px;
  background-image: url('../images/icon-2-input-marketing-template.svg');
  background-position: 90% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.input.email:hover {
  border-color: #b34d65;
}

.input.email:focus {
  border-color: #b34d65;
  background-image: url('../images/icon-2-input-hover-marketing-template.svg');
}

.input.phone {
  padding-right: 55px;
  background-image: url('../images/icon-3-input-marketing-template.svg');
  background-position: 90% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.input.phone:focus {
  background-image: url('../images/icon-3-input-hover-marketing-template.svg');
}

.input.company {
  padding-right: 55px;
  background-image: url('../images/icon-4-input-marketing-template.svg');
  background-position: 90% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.input.company:focus {
  background-image: url('../images/icon-4-input-hover-marketing-template.svg');
}

.input.name {
  padding-right: 55px;
  background-image: url('../images/icon-1-input-marketing-template.svg');
  background-position: 90% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.input.name:focus {
  background-image: url('../images/icon-1-input-hover-marketing-template.svg');
}

.select-wrapper {
  overflow: hidden;
  min-height: 66px;
  margin-bottom: 0px;
  padding-right: 21px;
  padding-left: 21px;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 1000px;
  box-shadow: 0 2px 6px 0 rgba(19, 18, 66, 0.07);
  -webkit-transition: box-shadow 350ms ease, border-color 350ms ease;
  transition: box-shadow 350ms ease, border-color 350ms ease;
}

.select-wrapper:hover {
  border-color: #ff3951;
}

.select-wrapper:focus {
  border-color: #ff3951;
  box-shadow: 0 2px 11px 0 rgba(244, 38, 62, 0.06), 0 4px 10px 0 rgba(31, 37, 89, 0.07);
}

.select-wrapper::-webkit-input-placeholder {
  color: #6e7191;
  font-weight: 400;
}

.select-wrapper:-ms-input-placeholder {
  color: #6e7191;
  font-weight: 400;
}

.select-wrapper::-ms-input-placeholder {
  color: #6e7191;
  font-weight: 400;
}

.select-wrapper::placeholder {
  color: #6e7191;
  font-weight: 400;
}

.contact-form-block {
  display: none;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link-arrow {
  margin-left: 8px;
  font-size: 13px;
  line-height: 1em;
  font-weight: 400;
}

.text-area {
  max-height: 250px;
  max-width: 100%;
  min-height: 169px;
  min-width: 100%;
  margin-bottom: 0px;
  padding: 28px 21px;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 20px;
  box-shadow: 0 2px 6px 0 rgba(19, 18, 66, 0.07);
  -webkit-transition: box-shadow 350ms ease, color 350ms ease, border-color 350ms ease;
  transition: box-shadow 350ms ease, color 350ms ease, border-color 350ms ease;
  color: #ff3951;
  font-size: 18px;
  line-height: 1.111em;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.text-area:hover {
  border-color: #ff3951;
}

.text-area:focus {
  border-color: #ff3951;
  box-shadow: 0 2px 11px 0 rgba(244, 38, 62, 0.06), 0 4px 10px 0 rgba(31, 37, 89, 0.07);
  color: #ff3951;
  font-weight: 500;
}

.text-area::-webkit-input-placeholder {
  color: #6e7191;
  font-weight: 400;
}

.text-area:-ms-input-placeholder {
  color: #6e7191;
  font-weight: 400;
}

.text-area::-ms-input-placeholder {
  color: #6e7191;
  font-weight: 400;
}

.text-area::placeholder {
  color: #6e7191;
  font-weight: 400;
}

.success-message {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 30px 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-radius: 20px;
  background-color: #3f80fd;
  box-shadow: 0 2px 6px 0 rgba(19, 18, 66, 0.07);
  color: #fff;
  text-align: center;
}

.contact-link {
  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;
  text-decoration: none;
}

.select {
  min-height: 66px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border: 0px solid #000;
  background-color: transparent;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #6e7191;
  font-size: 18px;
  line-height: 1.111em;
  letter-spacing: 0.02em;
}

.select:hover {
  font-weight: 400;
}

.select:focus {
  color: #ff3951;
}

.select::-webkit-input-placeholder {
  color: #6e7191;
  font-weight: 400;
}

.select:-ms-input-placeholder {
  color: #6e7191;
  font-weight: 400;
}

.select::-ms-input-placeholder {
  color: #6e7191;
  font-weight: 400;
}

.select::placeholder {
  color: #6e7191;
  font-weight: 400;
}

.home-contact-wrapper {
  position: relative;
  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;
}

.faq-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  min-height: 36px;
  min-width: 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #eff0f6;
}

.faq-content-top {
  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;
}

.faq-icon-2 {
  position: absolute;
  width: 16px;
  min-height: 3px;
  border-radius: 1000px;
  background-color: #4e4b66;
}

.space.faq {
  min-height: 8px;
}

.content-top {
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.content-top.faqs {
  margin-bottom: 48px;
}

.faqs-grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.faq-icon-1 {
  position: absolute;
  width: 3px;
  min-height: 16px;
  border-radius: 1000px;
  background-color: #4e4b66;
}

.card-service-testimonial-about-wrapper {
  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;
}

.service-testimonials-title-wrapper {
  max-width: 534px;
  margin-bottom: 56px;
}

.card-service-testimonial-about-name {
  margin-bottom: 4px;
  color: #14142b;
  line-height: 1.111em;
  font-weight: 700;
}

.card-service-testimonial-about-rol {
  color: #ff3951;
  line-height: 1.333em;
}

.service-testimonials-wrapper {
  position: relative;
  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;
}

.image-wrapper {
  overflow: hidden;
}

.image-wrapper.card-service-testimonial-image {
  width: 72px;
  min-height: 72px;
  min-width: 72px;
  margin-right: 16px;
  border-radius: 20px;
}

.card-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.zoom-image-wrapper {
  position: absolute;
  width: 40px;
  height: 40px;
}

.lightbox-link {
  width: 100%;
  height: 100%;
}

.image-2 {
  width: 100%;
}

.paragraph-2.service-process {
  margin-bottom: 40px;
}

.service-process-content {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
}

.brand-wrapper {
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .button-secondary {
    padding-right: 40px;
    padding-left: 40px;
  }

  .section {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .section.home-hero {
    padding-top: 68px;
    padding-bottom: 128px;
  }

  .section.home-contact {
    padding-top: 128px;
    padding-bottom: 118px;
  }

  .paragraph.home-hero {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph.faq {
    max-width: 85%;
  }

  .subtitle-wrapper {
    margin-bottom: 13px;
  }

  .subtitle-wrapper.home-hero {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .subtitle-wrapper.faqs {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .subtitle-wrapper.service-testimonials {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .subtitle-wrapper.service-process {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .home-hero-images-wrapper {
    display: none;
    max-width: 730px;
    margin-left: -3px;
  }

  .title.home-hero {
    max-width: 486px;
    margin-right: auto;
    margin-left: auto;
  }

  .split-content.home-hero-content {
    max-width: 750px;
    min-width: auto;
    margin-right: 0px;
    margin-bottom: 80px;
    text-align: center;
  }

  .split-content.home-contact-content {
    max-width: 660px;
    margin-right: 0px;
    margin-bottom: 60px;
  }

  .split-content.faqs-content-top-right {
    max-width: 492px;
  }

  .split-content.faqs-content-top-left {
    margin-right: 0px;
    margin-bottom: 16px;
  }

  .split-content.service-testimonials-left {
    max-width: 100%;
    margin-right: 0px;
  }

  .split-content.service-testimonials-right {
    max-width: 800px;
  }

  .home-hero-wrapper {
    -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;
  }

  .bg.home-hero {
    right: auto;
    bottom: -311px;
  }

  .subtitle-shape.home-hero {
    display: none;
  }

  .subtitle-shape.faqs {
    display: none;
  }

  .subtitle-shape.service-testimonials {
    display: none;
  }

  .subtitle-shape.service-process {
    display: none;
  }

  .button-primary {
    padding-right: 40px;
    padding-left: 40px;
  }

  .container-default {
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .image.home-hero-2 {
    right: -54px;
  }

  .card.contact-form {
    max-width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .contact-form {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .home-contact-links-grid {
    grid-row-gap: 22px;
  }

  .input.email {
    padding-right: 70px;
  }

  .input.phone {
    padding-right: 70px;
  }

  .input.company {
    padding-right: 70px;
  }

  .input.name {
    padding-right: 70px;
  }

  .contact-form-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .home-contact-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .content-top.faqs {
    -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;
    text-align: center;
  }

  .faqs-grid {
    grid-row-gap: 26px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .service-testimonials-title-wrapper {
    width: 100%;
    max-width: none;
    margin-bottom: 50px;
    text-align: center;
  }

  .service-testimonials-wrapper {
    -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;
  }

  .service-process-content {
    position: static;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .section.home-hero {
    padding-top: 54px;
    padding-bottom: 102px;
  }

  .section.home-contact {
    padding-top: 102px;
    padding-bottom: 94px;
  }

  .paragraph.home-hero {
    margin-bottom: 35px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .paragraph.faq {
    max-width: 540px;
  }

  ._2-buttons {
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .subtitle-wrapper {
    margin-bottom: 10px;
  }

  .subtitle-wrapper.home-hero {
    margin-bottom: 6px;
  }

  .home-hero-images-wrapper {
    width: 100%;
    max-width: 100%;
    min-height: auto;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .title.home-hero {
    max-width: 420px;
  }

  .title.h4-size {
    font-size: 20px;
  }

  .title.h4-size.faq {
    margin-right: 15px;
  }

  .title.service-testimonials {
    margin-bottom: 25px;
  }

  .split-content.home-hero-content {
    margin-bottom: 60px;
  }

  .split-content.home-contact-content {
    margin-bottom: 50px;
  }

  .split-content.faqs-content-top-left {
    margin-bottom: 13px;
  }

  .bg.home-hero {
    right: auto;
    bottom: 130px;
    max-width: 100%;
  }

  .bg.service-testimonials {
    left: auto;
    bottom: 95px;
    max-width: 100%;
  }

  .button-primary.button-2-buttons {
    margin-right: 10px;
  }

  .image.home-hero-2 {
    position: relative;
    right: -5px;
    width: 80%;
    margin-bottom: -50px;
  }

  .image.contact-link-icon {
    width: 47px;
    min-height: 47px;
    min-width: 47px;
    margin-right: 10px;
    border-radius: 15px;
  }

  .image.card-service-testimonial {
    max-width: 260px;
    margin-bottom: 15px;
  }

  .card {
    border-radius: 35px;
  }

  .card.contact-form {
    min-height: 922px;
    padding: 50px 40px;
    border-radius: 28px;
  }

  .card.faq {
    padding: 43px 40px;
    border-radius: 20px;
  }

  .card.service-testimonial-card {
    padding-top: 50px;
    padding-bottom: 46px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 30px;
  }

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

  .home-contact-links-grid {
    grid-row-gap: 20px;
  }

  .input.email {
    padding-right: 55px;
    background-position: 95% 50%;
  }

  .input.phone {
    padding-right: 55px;
    background-position: 95% 50%;
  }

  .input.company {
    padding-right: 55px;
    background-position: 95% 50%;
  }

  .input.name {
    padding-right: 55px;
    background-position: 95% 50%;
  }

  .content-top.faqs {
    margin-bottom: 40px;
  }

  .card-service-testimonial-about-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .service-testimonials-title-wrapper {
    margin-bottom: 40px;
  }

  .image-wrapper.card-service-testimonial-image {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  .button-secondary {
    display: block;
    padding: 24px 16px;
    font-size: 16px;
  }

  .button-secondary.button-2-buttons {
    margin-bottom: 0px;
  }

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

  .section.home-hero {
    padding-top: 44px;
    padding-bottom: 82px;
  }

  .section.home-contact {
    padding-top: 82px;
    padding-bottom: 76px;
  }

  .paragraph.home-hero {
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph.home-contact {
    margin-bottom: 30px;
  }

  ._2-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .subtitle-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .subtitle-wrapper.faqs {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .subtitle-wrapper.service-testimonials {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .subtitle-wrapper.service-process {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .home-hero-images-wrapper {
    width: 100%;
    max-width: 100%;
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .title.home-hero {
    max-width: 313px;
  }

  .title.h4-size {
    font-size: 18px;
  }

  .title.h4-size.faq {
    margin-right: 10px;
  }

  .title.service-process {
    max-width: 402px;
  }

  .split-content.home-hero-content {
    margin-bottom: 50px;
  }

  .split-content.home-contact-content {
    margin-bottom: 40px;
  }

  .split-content.faqs-content-top-left {
    margin-bottom: 10px;
  }

  .subtitle-shape {
    display: block;
  }

  .subtitle-shape.hidden {
    display: block;
  }

  .subtitle-shape.faqs {
    display: block;
  }

  .subtitle-shape.service-testimonials {
    display: block;
  }

  .subtitle-shape.service-process {
    display: block;
  }

  .button-primary {
    display: block;
    padding: 24px 16px;
    font-size: 16px;
  }

  .button-primary.button-2-buttons {
    margin-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

  .image.home-hero-2 {
    top: -8px;
    right: -33px;
    width: 70%;
  }

  .image.home-hero-1 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .image.contact-link-icon {
    margin-right: 8px;
  }

  .image.card-service-testimonial {
    max-width: 65%;
    margin-bottom: 15px;
  }

  .error-message {
    font-size: 16px;
  }

  .card {
    border-radius: 30px;
  }

  .card.contact-form {
    padding: 40px 25px;
    border-radius: 23px;
  }

  .card.faq {
    padding: 36px 25px;
  }

  .card.service-testimonial-card {
    padding: 42px 25px 30px;
  }

  .input {
    padding-right: 16px;
    padding-left: 16px;
  }

  .input.email {
    padding-right: 48px;
  }

  .input.phone {
    padding-right: 48px;
  }

  .input.company {
    padding-right: 48px;
  }

  .input.name {
    padding-right: 48px;
  }

  .select-wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }

  .text-area {
    padding: 23px 16px;
  }

  .success-message {
    font-size: 16px;
  }

  .contact-link {
    font-size: 16px;
  }

  .content-top.faqs {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: left;
  }

  .card-service-testimonial-about-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card-service-testimonial-about-content {
    margin-bottom: 10px;
  }

  .service-testimonials-title-wrapper {
    text-align: left;
  }

  .paragraph-2.service-process {
    max-width: 427px;
    margin-bottom: 35px;
  }

  .service-process-content {
    text-align: left;
  }
}

#email.w-node-_00fb019c-f1d9-481f-54b9-affe04bf803d-71b48f78 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_00fb019c-f1d9-481f-54b9-affe04bf8045-71b48f78 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_00fb019c-f1d9-481f-54b9-affe04bf8045-71b48f78 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_00fb019c-f1d9-481f-54b9-affe04bf8045-71b48f78 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

