.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  letter-spacing: .2em;
  font-family: futura-pt, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}

h1 {
  letter-spacing: .6em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

h2 {
  letter-spacing: .5em;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: ab-tori-a, sans-serif;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.5;
}

p {
  letter-spacing: .1em;
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.5;
}

.lottie-animation {
  width: 70%;
  display: block;
  position: static;
}

.navbar-no-shadow {
  z-index: 99;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar-no-shadow-container {
  width: 100%;
  max-width: 1140px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 1rem;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.body {
  letter-spacing: .1em;
  font-family: futura-pt, sans-serif;
  font-size: 1.2em;
  line-height: 1;
}

.section {
  width: 90%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: 3% auto 5%;
  display: flex;
  position: relative;
}

._3row-grid {
  width: 100%;
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
}

.section-wrapper {
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-box {
  width: 100%;
  height: 100px;
  border: .2rem solid #000;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.grid-box.stroke-blue {
  border-color: #1a20af;
}

.grid-box.stroke-blue.fill-blue {
  background-color: #1a20af;
}

.grid-box.stroke-yellow {
  border-color: #fecb3e;
}

.grid-box.stroke-yellow.fill-yellow {
  background-color: #fecb3e;
}

.grid-box.stroke-red {
  border-color: #f25252;
}

.grid-box.stroke-red.fill-red {
  background-color: #f25252;
  border-color: #f25252;
}

.grid-box.grid-box-square {
  width: 80px;
  height: 80px;
}

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

.lottie-wrapper {
  z-index: -1;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.fv-face-img {
  width: 40%;
  height: 50%;
  background-image: url('../images/face.png');
  background-position: 50%;
  background-size: cover;
  margin: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.icon-map-food, .icon-truck {
  max-width: 70px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 30%;
  right: 0%;
}

.fv-txt-logo {
  letter-spacing: .6em;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-size: 4.3rem;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
}

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

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

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.heading {
  line-height: 1.4;
}

.paragraph {
  font-size: 1em;
  line-height: 1.5;
}

.txt-about {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
}

.gh-yellow {
  z-index: -1;
  max-width: 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

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

.sub-h2 {
  z-index: -2;
  color: #fecb3e;
  letter-spacing: .3em;
  font-family: ab-tori-a, sans-serif;
  font-size: 3em;
  position: absolute;
  top: -5%;
  bottom: auto;
  left: 5%;
  right: auto;
}

.service-list {
  width: 100%;
  margin-top: 40px;
  list-style-type: none;
}

.service-box {
  width: 70%;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.service-name {
  color: #fff;
  white-space: nowrap;
  background-color: #1a20af;
  padding-left: 20px;
  padding-right: 25%;
}

.p-bold {
  font-weight: 700;
}

.grid-arrow {
  z-index: -2;
  grid-row-gap: 1px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.grid-arrow-img {
  width: 80px;
  height: 80px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-arrow-img.arrow-red-right {
  background-image: url('../images/arrow-red-right.png');
  background-position: 50%;
  background-size: cover;
}

.grid-arrow-img.fv-arrow-box {
  width: 90px;
  height: 90px;
}

.arrow-red-left {
  background-image: url('../images/arrow-red-left.png');
  background-position: 50%;
  background-size: cover;
}

.fv-arrow-right {
  background-image: url('../images/icon-arrow-right.png');
  background-position: 50%;
  background-size: cover;
}

.fv-arrow-left {
  background-image: url('../images/icon-arrow-left.png');
  background-position: 50%;
  background-size: cover;
}

.grid-border {
  grid-column-gap: 10px;
  object-fit: fill;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  overflow: hidden;
}

.loop-text-outer-about-s {
  width: auto;
  height: 5vh;
  background-image: linear-gradient(to right, #c4ffef, #efbdbd);
  border: 2px solid #000;
  flex-wrap: nowrap;
  align-items: center;
  font-weight: 600;
  display: flex;
  position: relative;
  overflow: scroll;
}

.loop-text-outer-about-s.loop-about-s1 {
  width: 35vw;
  border-width: 1px 2px;
}

.loop-text-outer-about-s.loop-about-s1.loop-about-first-child {
  width: 80vw;
  border-top-width: 2px;
  border-bottom-width: 2px;
}

.typo-moving-about-s {
  white-space: nowrap;
  font-size: 20px;
}

.team-member-list {
  padding-left: 60px;
  list-style-type: none;
}

.team-member-box {
  width: 100%;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.team-member-parent {
  margin-top: 20px;
  margin-bottom: 20px;
}

.team-role-txt {
  text-transform: capitalize;
  font-weight: 500;
}

.team-name-txt {
  margin-top: 0;
  font-size: 2rem;
  font-weight: 500;
}

.upper-txt {
  text-transform: uppercase;
}

.team-gh {
  width: 100%;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.team-img-child {
  max-width: 80%;
  position: static;
}

.h3-stroke {
  width: 90%;
  border: .2em solid #000;
}

.h3-stroke.stroke-yellow {
  border-width: .2rem;
  border-color: #fecb3e;
  position: relative;
}

.h3-div {
  width: 30%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.h3-div.fill-yellow {
  background-color: #fecb3e;
}

.h3-div.fill-yellow.stroke-yellow {
  border: .2em solid #fecb3e;
  right: -1px;
}

.icons-contact {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 1%;
}

.icon-mail {
  max-width: 50px;
}

.icon-call {
  max-width: 40px;
}

.form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
}

.form-box {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.form-box.form-textarea {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.field-label-txt {
  letter-spacing: .5em;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 2rem;
}

.field-label-txt.textarea-txt {
  width: 100%;
}

.form-field {
  width: 40vw;
  border: .2em solid #000;
  padding-top: 20px;
  padding-bottom: 20px;
}

.form-field:hover {
  border-color: #bb952b;
}

.form-field:active, .form-field:focus {
  border-color: #fecb3e;
}

.form-field.feild-textarea {
  padding-top: 10px;
  padding-bottom: 100px;
}

.form-block {
  margin-left: auto;
  margin-right: auto;
}

.submit-button {
  width: 40vw;
  color: #1b1b1b;
  letter-spacing: .3em;
  border: .2em solid #000;
  border-radius: 30px;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1.2em;
  font-weight: 700;
}

.submit-button.fill-yellow {
  background-color: #f25252;
  border-width: .2rem;
  font-size: 1.2rem;
}

.submit-button.fill-yellow:hover {
  background-color: #fecb3e;
}

.submit-button.fill-yellow:active {
  background-color: #fecb3e;
  box-shadow: inset 0 0 6px 1px #000;
}

.click-parent {
  width: 40vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  padding-top: 20px;
  display: none;
}

.arrow-click {
  width: 80px;
  height: 80px;
  background-image: url('../images/arrow-red-above.png');
  background-position: 50%;
  background-size: cover;
}

.click-txt {
  color: #f25252;
}

.footer-dark {
  color: #fff;
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-wrapper {
  max-width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 1.2rem;
  text-decoration: none;
}

.footer-link:hover {
  color: #fecb3e;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 1rem;
  line-height: 16px;
}

.footer-logo {
  width: 100%;
  border: .2em solid #fff;
  margin-top: 20px;
  text-decoration: none;
}

.heading-3 {
  padding-left: 20px;
}

.success-message {
  color: #fff;
  background-color: #f25252;
  margin-top: 40px;
  line-height: 1.2;
}

.error-message {
  width: 40vw;
  margin-left: auto;
  line-height: 1.2;
}

.ab-about-txt {
  color: #f25252;
  font-family: ab-tori-a, sans-serif;
  font-size: 4rem;
  position: absolute;
  top: 20%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.footer-heading {
  color: #fff;
}

.service-wrap {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.service-wrap-discription {
  flex-direction: column;
  justify-content: center;
  margin-left: 40px;
  display: flex;
}

.service-img-parent {
  width: 40vw;
  align-items: center;
  display: flex;
}

.sns-list-btn {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sns-link {
  padding-left: 10px;
  padding-right: 10px;
}

.icon-ing {
  max-width: 15%;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    height: 80vh;
    background-color: #1a20af;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.5em;
  }

  .nav-link:hover {
    color: #fecb3e;
    font-size: 2em;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 10px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #f25252;
  }

  .grid-box.grid-box-square.stroke-red {
    width: 60px;
    height: 60px;
  }

  .fv-face-img {
    width: 70%;
  }

  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .service-list {
    padding-left: 0;
  }

  .service-name {
    font-size: 2em;
  }

  .loop-text-outer-about-s.loop-about-s1.loop-about-first-child {
    width: 100vw;
  }

  .team-img-child {
    max-width: 80%;
  }

  .form-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .field-label-txt {
    padding-bottom: 10px;
  }

  .form-field {
    width: 60vw;
    margin-left: auto;
  }

  .form-block {
    margin-left: 20px;
  }

  .submit-button.fill-yellow {
    width: 60vw;
    font-size: 1.5em;
  }

  .click-parent {
    width: 60vw;
  }

  .footer-wrapper {
    flex-direction: column;
    justify-content: center;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .footer-block {
    flex-direction: row;
  }

  .footer-link {
    padding-right: 40px;
  }

  .footer-link:hover {
    font-size: 1.5em;
  }

  .footer-logo {
    margin-bottom: 20px;
  }

  .heading-4 {
    font-size: 3.5em;
  }

  .error-message {
    width: 60vw;
  }

  .ab-about-txt {
    font-size: 3em;
    top: 30%;
  }

  .service-img-parent {
    width: 60vw;
  }
}

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

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

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

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

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

  ._3row-grid {
    grid-template-rows: auto auto auto auto auto auto;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .service-box {
    width: 80%;
  }

  .service-name {
    padding-right: 20px;
  }

  .grid-border {
    overflow: visible;
  }

  .loop-text-outer-about-s.loop-about-s1.loop-about-first-child {
    width: 100vw;
  }

  .typo-moving-about-s {
    font-size: 18px;
  }

  .team-img-child {
    max-width: 100%;
  }

  .h3-stroke.stroke-yellow {
    width: 100%;
  }

  .form {
    align-items: stretch;
  }

  .form-box {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .form-box.form-textarea {
    align-items: flex-start;
  }

  .form-field {
    width: 80vw;
    margin-left: 0;
  }

  .submit-button.fill-yellow {
    margin-right: auto;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #fecb3e;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .ab-about-txt {
    position: relative;
  }

  .heading-5 {
    font-size: 3em;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    white-space: normal;
  }

  h2 {
    font-size: 2rem;
  }

  p {
    font-size: .8rem;
  }

  .lottie-animation {
    width: 100%;
  }

  .navbar-no-shadow-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-menu {
    height: 90vh;
    flex-direction: column;
  }

  .nav-link {
    font-size: 1.5rem;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .fv-face-img {
    width: 60%;
  }

  .icon-map-food, .icon-truck {
    display: none;
  }

  .fv-txt-logo {
    font-size: 3rem;
  }

  .container {
    max-width: none;
  }

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

  .heading {
    font-size: 1.8rem;
  }

  .gh-yellow {
    max-width: 100%;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .sub-h2 {
    font-size: 2.2rem;
  }

  .service-list {
    margin-top: 0;
  }

  .service-box {
    width: 100%;
  }

  .service-name {
    white-space: normal;
    margin-top: 0;
    padding: 10px;
    font-size: 1.3rem;
  }

  .grid-arrow {
    display: none;
  }

  .fv-arrow-right {
    width: 50px;
    height: 50px;
  }

  .fv-arrow-left {
    width: 50px;
    height: 50%;
  }

  .loop-text-outer-about-s {
    color: #101010;
  }

  .loop-text-outer-about-s.loop-about-s1.loop-about-first-child {
    width: 100vw;
    border-width: 1.5px 1.5px 0;
  }

  .typo-moving-about-s {
    font-size: 15px;
  }

  .team-member-list {
    padding-left: 10px;
  }

  .team-role-txt {
    font-size: .8rem;
  }

  .team-name-txt {
    font-size: 1.5rem;
  }

  .team-img-child {
    max-width: 200%;
  }

  .h3-div.fill-yellow.stroke-yellow, .icons-contact {
    display: none;
  }

  .field-label-txt {
    letter-spacing: .1em;
    padding-bottom: 0;
    font-size: 1rem;
  }

  .field-label-txt.textarea-txt {
    letter-spacing: .1em;
  }

  .submit-button.fill-yellow {
    font-size: 1rem;
  }

  .footer-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-logo {
    display: none;
  }

  .heading-4 {
    font-size: 2em;
  }

  .error-message {
    margin-right: auto;
  }

  .ab-about-txt {
    font-size: 1.7rem;
  }

  .heading-6 {
    white-space: normal;
  }

  .form-er-txt {
    font-size: .8em;
  }

  .form-su-txt {
    font-size: .8em;
    line-height: 1.5;
  }

  .service-wrap {
    flex-direction: column;
    align-items: center;
  }

  .service-wrap-discription {
    margin-top: 10px;
    margin-left: 0;
  }
}

#w-node-_58b706fa-be81-94c8-28a5-8424e1312c97-de3ed516 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_1af3d11a-1950-24a9-816c-6775b4f66d6b-de3ed516 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-e8144cd6-04b9-1159-b0a5-12c6a8b18c61-de3ed516 {
  grid-area: 1 / 6 / 2 / 9;
}

#w-node-afa00b77-16e7-1f1e-b08d-90325297e74d-de3ed516 {
  grid-area: 2 / 1 / 3 / 9;
  align-self: auto;
}

#w-node-_5c7130fa-50a7-5d1e-58e6-202903d2fec4-de3ed516 {
  grid-area: 2 / 11 / 3 / 13;
  align-self: auto;
  justify-self: end;
}

#w-node-_0040ad1e-f2da-b5b8-7a74-45c8fd6e2796-de3ed516 {
  grid-area: 3 / 11 / 4 / 13;
  align-self: auto;
  justify-self: end;
}

#w-node-_2f39f431-e131-3649-b36a-0a35ff7e87ff-de3ed516 {
  grid-area: 3 / 1 / 4 / 9;
}

#w-node-_457a3804-6589-12b8-33e7-f74ec2d48548-de3ed516 {
  grid-area: 3 / 6 / 4 / 9;
}

#w-node-fea95428-513e-8573-13ae-77ae8f7707e0-de3ed516, #w-node-_912e5acf-1d9e-2a84-cc31-6902444794f2-de3ed516, #w-node-_2784d174-c456-6403-97d0-45ca34ad158c-de3ed516, #w-node-_1699d7e4-5811-7e9d-1e5f-b422be7eee82-de3ed516, #w-node-dc71fecd-3bf2-ed3c-6959-194beaac62a7-de3ed516, #w-node-_29370ea2-26b4-1538-cbc9-5e190eae833e-de3ed516, #w-node-_87a28b5c-cead-cde9-221e-8ab60bf12052-de3ed516, #w-node-_2600ba45-78ef-3f55-8807-b13c823b547d-de3ed516, #w-node-aa65b5e8-146c-cf81-d84c-75aea98a2bde-de3ed516, #w-node-_7f75c980-d257-df16-35b6-8becb6d1cfdd-de3ed516, #w-node-_5022a094-aaa7-10c8-a293-2e98e8394da2-de3ed516, #w-node-df9a6d23-0420-bdfc-133f-2a399f130503-de3ed516, #w-node-_73cb1745-1d11-511f-14a1-311222d37e7c-de3ed516, #w-node-a19ea7d3-a9ce-6204-b6be-42df2a8d937a-de3ed516, #w-node-d41678bf-7dd2-a250-1bb4-ce9f90ef6b6a-de3ed516, #w-node-_7d1843eb-4346-8a21-2569-31725a138ffb-de3ed516, #w-node-a24c52c4-f913-0c11-35de-443c6fb6c51b-de3ed516, #w-node-_213e2085-45ac-3771-4129-cb09b6b8254f-de3ed516, #w-node-ed0bbc38-848d-997d-1312-594716136ffa-de3ed516, #w-node-_76e34684-fcb6-76c4-e183-0ff4b1e98852-de3ed516, #w-node-_7531ad37-028b-557c-157d-f191885d5a67-de3ed516, #w-node-_097da499-3196-08af-0dd1-f4ea42d8149d-de3ed516, #w-node-_0ca70697-d45b-6739-1b34-41c44f6dc1d7-de3ed516, #w-node-_65fd8371-738d-68bf-94ce-a36ce977003a-de3ed516, #w-node-ad7fadae-e33a-8998-fb51-c0a950c7e1c9-de3ed516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_58b706fa-be81-94c8-28a5-8424e1312c97-de3ed516 {
    grid-row: 2 / 3;
    grid-column-end: 4;
  }

  #w-node-_1af3d11a-1950-24a9-816c-6775b4f66d6b-de3ed516 {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-e8144cd6-04b9-1159-b0a5-12c6a8b18c61-de3ed516 {
    grid-area: 3 / 1 / 4 / 6;
  }

  #w-node-afa00b77-16e7-1f1e-b08d-90325297e74d-de3ed516 {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-_0040ad1e-f2da-b5b8-7a74-45c8fd6e2796-de3ed516 {
    grid-area: 2 / 8 / 3 / 11;
  }

  #w-node-_2f39f431-e131-3649-b36a-0a35ff7e87ff-de3ed516 {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-_457a3804-6589-12b8-33e7-f74ec2d48548-de3ed516 {
    grid-area: 5 / 8 / 6 / 13;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_58b706fa-be81-94c8-28a5-8424e1312c97-de3ed516 {
    grid-row: 1 / 2;
    grid-column-end: 6;
  }

  #w-node-_1af3d11a-1950-24a9-816c-6775b4f66d6b-de3ed516, #w-node-e8144cd6-04b9-1159-b0a5-12c6a8b18c61-de3ed516 {
    grid-row: 2 / 3;
  }

  #w-node-afa00b77-16e7-1f1e-b08d-90325297e74d-de3ed516 {
    grid-row: 3 / 4;
  }

  #w-node-_5c7130fa-50a7-5d1e-58e6-202903d2fec4-de3ed516 {
    grid-row: 5 / 6;
    grid-column-start: 10;
  }

  #w-node-_0040ad1e-f2da-b5b8-7a74-45c8fd6e2796-de3ed516 {
    grid-area: 6 / 10 / 7 / 13;
  }

  #w-node-_2f39f431-e131-3649-b36a-0a35ff7e87ff-de3ed516 {
    grid-row: 4 / 5;
  }

  #w-node-_457a3804-6589-12b8-33e7-f74ec2d48548-de3ed516 {
    grid-row: 4 / 5;
    grid-column-start: 10;
  }
}


