:root {
  --primitive-colors--brand-color__2: #ff7070;
  --primitive-colors--brand-color__1: #ff3131;
  --black-and-white--off-black: #1b1b1b;
  --black-and-white--off-white: #f0f0f0;
  --black-and-white--white: #fff;
  --black-and-white--back-overlay-70: #000000b3;
  --black-and-white--black: #000;
  --primitive-colors--brand-color__3: #830000;
  --neutrals--gray-75: #bfbfbf;
  --neutrals--gray-50: gray;
  --neutrals--gray-25: #404040;
}

.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;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
}

h2 {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.9rem;
  font-weight: 800;
  line-height: 1;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  text-align: left;
  margin-bottom: 1em;
}

a {
  color: var(--primitive-colors--brand-color__2);
  text-decoration: underline;
}

a:hover {
  color: var(--primitive-colors--brand-color__1);
}

li {
  margin-bottom: 10px;
}

label {
  opacity: 1;
  text-transform: capitalize;
  margin-bottom: 5px;
  font-weight: 500;
  display: block;
}

.section {
  z-index: 1;
  color: var(--black-and-white--off-black);
  padding: 6em 1rem;
  position: relative;
}

.section.nav {
  z-index: 10;
  border-bottom: 4px solid var(--primitive-colors--brand-color__2);
  padding-top: 1em;
  padding-bottom: 1em;
}

.section.s-hero {
  z-index: 1;
  justify-content: center;
  align-items: center;
  padding-top: 6em;
  padding-bottom: 6em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.s-content__2 {
  background-color: var(--black-and-white--off-white);
}

.section.section-content {
  z-index: 1;
  position: relative;
}

.section.s-content__1 {
  padding-top: 3em;
  padding-bottom: 3em;
}

.section.s-content__3 {
  background-color: var(--black-and-white--off-white);
  color: var(--black-and-white--white);
}

.section.s-content__5 {
  background-color: var(--black-and-white--off-white);
  color: var(--black-and-white--off-black);
}

.section.s-lightbox {
  padding-top: 0;
  padding-bottom: 0;
}

.container {
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.hero {
  z-index: 10;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--black-and-white--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid__col-2 {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid__col-2.gap--lg {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.grid__col-2.v-contact {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-columns: 1.5fr 1fr;
  place-items: start center;
}

.content-body {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.content-body.nav-contact-info__wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.content-body.module--image--wrapper {
  height: 500px;
}

.link-block--logo {
  height: 100px;
}

.button--primary {
  border: 2px solid var(--primitive-colors--brand-color__1);
  background-color: var(--primitive-colors--brand-color__2);
  color: var(--black-and-white--white);
  text-align: center;
  letter-spacing: .2rem;
  text-transform: uppercase;
  padding: 20px 40px;
  font-size: 1.2rem;
  font-weight: 800;
}

.button--primary:hover {
  background-color: var(--black-and-white--back-overlay-70);
  color: var(--primitive-colors--brand-color__1);
}

.button--primary.pad-top--sm {
  margin-top: 20px;
}

.button--primary.pad-top--md {
  margin-top: 40px;
}

.button--primary.pad-top--md:hover {
  border-color: var(--black-and-white--white);
  color: var(--black-and-white--white);
  background-color: #0000;
}

.sub-heading__hero {
  color: var(--primitive-colors--brand-color__2);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}

.divider {
  background-color: var(--primitive-colors--brand-color__1);
  height: 4px;
}

.divider.size--sm {
  width: 20%;
  margin-top: 1em;
  margin-bottom: 1em;
}

.material-icons {
  color: var(--primitive-colors--brand-color__1);
  margin-top: -4px;
  margin-right: 10px;
  font-family: MATERIAL ICONS, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.u-list--vertical {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  font-weight: 500;
  display: flex;
}

.list--item {
  display: flex;
}

.image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.section-bg__wrap {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.section-img-bg {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section-img__hero {
  z-index: 3;
  background-image: linear-gradient(to bottom, var(--black-and-white--off-black), var(--black-and-white--black));
  opacity: .6;
  position: absolute;
  inset: 0%;
}

.img-logo {
  height: 100%;
}

.nav-social__wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.link-block__social {
  padding: 5px;
}

.link-block__social:hover {
  opacity: .5;
}

.icon-social {
  width: 100%;
  height: 100%;
}

.content-wrap__hero {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  align-items: flex-start;
  width: 50em;
  display: flex;
}

.content-wrap__hero.align-center {
  align-items: center;
  width: 100%;
  max-width: 800px;
}

.content-wrap__hero.align-center.u-card {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  background-color: var(--black-and-white--back-overlay-70);
  padding: 2rem;
}

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

.sub-heading__content {
  color: var(--primitive-colors--brand-color__2);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}

.section-hero__wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.section-img__content-1 {
  z-index: 3;
  background-image: linear-gradient(to bottom, var(--primitive-colors--brand-color__1), var(--primitive-colors--brand-color__1));
  opacity: .8;
  position: absolute;
  inset: 0%;
}

.unsplash-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: auto;
  display: block;
}

.section-img__content-2 {
  z-index: 3;
  background-image: linear-gradient(to bottom, var(--primitive-colors--brand-color__3), var(--primitive-colors--brand-color__3));
  opacity: .8;
  position: absolute;
  inset: 0%;
}

.section-img__content-3 {
  z-index: 3;
  background-image: linear-gradient(to bottom, var(--black-and-white--black), var(--black-and-white--black));
  opacity: .8;
  position: absolute;
  inset: 0%;
}

.grid__col-3 {
  grid-column-gap: 4em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: start center;
}

.grid__col-3.gap--lg {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.content-heading__wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 500px;
  display: flex;
}

.content-heading__wrap.align-center {
  align-items: center;
  max-width: 800px;
}

.f-field__wrap {
  width: 100%;
}

._2-field__wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

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

.form__wrap {
  background-color: var(--black-and-white--white);
  width: 100%;
  min-width: 550px;
  margin-bottom: 0;
  padding: 3em 2em;
}

.text-field {
  background-color: var(--black-and-white--white);
  color: var(--black-and-white--off-black);
  font-weight: 500;
}

.text-area {
  background-color: var(--black-and-white--white);
  color: var(--black-and-white--off-black);
  min-width: 100%;
  max-width: 100%;
  min-height: 150px;
  max-height: 300px;
  font-weight: 500;
}

.info-heading {
  color: var(--black-and-white--off-black);
  text-transform: capitalize;
  font-weight: 700;
}

.business-info__card {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  background-color: var(--black-and-white--white);
  flex-direction: column;
  width: 100%;
  margin-bottom: 0;
  padding: 3em 2em;
  display: flex;
}

.contact-info__wrap {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.map__wrap {
  width: 100%;
  height: 300px;
}

.section-5 {
  padding: 4rem 2rem;
  display: block;
  position: relative;
}

.module {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.module._w-50 {
  justify-content: flex-start;
  width: 100%;
}

.tab-h2 {
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5rem;
}

.container-2 {
  z-index: 2;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.tab-slide {
  background-color: #f3fafc;
  padding: 3em 2em;
}

.tab-button {
  background-color: var(--black-and-white--off-black);
  color: var(--black-and-white--off-white);
  letter-spacing: 1px;
  padding: 10px 20px;
  font-size: 1rem;
}

.tab-button.w--current {
  background-color: var(--primitive-colors--brand-color__1);
  color: #f3fafc;
  letter-spacing: 1px;
  padding: 10px 20px;
  font-size: 1rem;
}

.testi-img__wrap {
  background-color: #f3f7f8;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.tab-h3 {
  text-transform: capitalize;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.5rem;
}

.tab-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.tab-content {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form__hide {
  display: none;
}

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

.grid__col-1.align-center {
  place-items: start center;
}

.list-container {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  display: flex;
}

.section-6 {
  background-color: #701e19;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.container-3 {
  background-color: #b4b3b3;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  padding: 24px;
  display: flex;
}

._2-columns {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.module-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f8f8f8;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  display: flex;
}

.section-heading-2-about-us {
  color: #1b1b1b;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 40px;
}

.error-83950114-f022-3172-2352-83b5a2300b0e {
  color: #fdb713;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}

.divider-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.error-83950114-f022-3172-2352-83b5a2300b10 {
  color: #1b1b1b;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 28.8px;
}

.column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f8f8f8;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 548px;
  padding: 24px;
  display: flex;
}

.section-656a3d9e65d0044b8203edd7_img20-201-jpg {
  object-fit: cover;
}

.module-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f8f8f8;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  display: flex;
}

.divider-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.map__wrapper {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  background-color: var(--black-and-white--white);
  flex-direction: column;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.content-bot__wrap {
  display: flex;
}

.text-align__left {
  text-align: left;
}

.lightbox {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 500px;
  display: flex;
  overflow: hidden;
}

.slide-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.slider-container {
  width: 100%;
  height: 500px;
}

.nav_logo_wrap {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav_logo_wrap.nav-contact-info__wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.nav_logo_wrap.module--image--wrapper {
  height: 500px;
}

.img-logo-2 {
  width: 200px;
  display: block;
}

.info-heading-2 {
  color: #1b1b1b;
  text-transform: capitalize;
  font-weight: 700;
}

.contact-info__wrap-2 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  display: flex;
}

.info-heading-3 {
  color: #1b1b1b;
  text-transform: capitalize;
  margin-bottom: 5px;
  font-weight: 700;
}

.link-block__social-2 {
  background-color: #f0f0f0;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: .125rem;
  display: flex;
}

.link-block__social-2:hover {
  opacity: .5;
}

.grid__col-2-2 {
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  grid-template-rows: auto;
  place-items: stretch end;
}

.grid__col-2-2.v-contact {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-columns: 1.5fr 1fr;
  place-items: stretch stretch;
}

.content-heading__wrap-2 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.content-heading__wrap-2.align-center {
  align-items: center;
}

.info__wrap-2 {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.info-heading-4 {
  color: #1b1b1b;
  text-transform: capitalize;
  font-weight: 700;
}

.input__hide {
  display: none;
}

._2-field__wrap-2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.container-4 {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.business-info__card-2 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  background-color: #fff;
  flex-direction: column;
  margin-bottom: 0;
  padding: 3em 2em;
  display: flex;
}

.link-block--logo-2 {
  color: #ffdc06;
  text-align: center;
  letter-spacing: 1px;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  font-family: Bitter, serif;
  font-size: 1rem;
  font-weight: 600;
}

.link-block--logo-2.w--current {
  color: #000;
  width: 200px;
  height: auto;
}

.link-block--logo-2.u_vflex-center-center {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.link-block--logo-2.u_vflex-center-center.u_inverted {
  color: #000;
  justify-content: flex-start;
  align-items: flex-start;
}

.text-field-2 {
  color: #1b1b1b;
  background-color: #fff;
  font-weight: 500;
}

.section-7 {
  z-index: 1;
  color: #1b1b1b;
  padding: 6em 1rem;
  position: relative;
}

.section-7.s-content__4 {
  color: #1b1b1b;
  background-color: #f0f0f0;
}

.divider-4 {
  background-color: #ffdc06;
  height: 4px;
}

.divider-4.size--sm {
  background-color: #fa1c1c;
  width: 100px;
  margin-top: 1em;
  margin-bottom: 1em;
}

.button__form {
  border: 2px solid var(--primitive-colors--brand-color__2);
  background-color: var(--primitive-colors--brand-color__2);
  color: var(--black-and-white--white);
  letter-spacing: .2rem;
  text-transform: uppercase;
  border-radius: 5px;
  margin-top: 1em;
  padding: .5rem 1.5rem;
  font-size: 1.2rem;
  font-weight: 700;
  transition: all .2s;
}

.button__form:hover {
  background-color: var(--primitive-colors--brand-color__1);
  color: #fff;
}

.text-logo {
  width: 180px;
}

.form__wrap-2 {
  background-color: #fff;
  min-width: 550px;
  margin-bottom: 0;
  padding: 3em 2em;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 1rem;
  }

  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  p {
    font-size: 1rem;
  }

  .section.s-hero {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .section.s-content__1 {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .grid__col-2 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .grid__col-2.v-contact {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1.5fr 1fr;
  }

  .image {
    width: 100%;
    height: 100%;
  }

  .sub-heading__content {
    font-size: 1.1rem;
  }

  .grid__col-3 {
    grid-column-gap: 3em;
    grid-row-gap: 1em;
  }

  .form__wrap {
    min-width: 100%;
    padding: 2em 1em;
  }

  .business-info__card {
    padding: 2em 1em;
  }

  .module._w-50 {
    width: 100%;
  }

  .tab-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .list-container {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  ._2-columns {
    flex-direction: column;
    align-items: center;
  }

  .slider-container {
    height: 250px;
  }

  .grid__col-2-2 {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .grid__col-2-2.v-contact {
    grid-column-gap: 2em;
    grid-row-gap: 1em;
    grid-template-columns: 1.5fr 1fr;
  }

  .container-4 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .section-7.s-content__4 {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .form__wrap-2 {
    min-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .grid__col-2 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .grid__col-3 {
    grid-column-gap: 2em;
  }

  .map__wrapper {
    padding: 2em 1.5em;
  }

  .slider-container {
    height: 190px;
  }

  .grid__col-2-2 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .grid__col-2-2.v-contact {
    grid-column-gap: 1em;
  }

  ._2-field__wrap-2 {
    flex-direction: column;
  }

  .business-info__card-2, .form__wrap-2 {
    padding: 2em 1.5em;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 1rem;
  }

  .section.s-content__1 {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .grid__col-2 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr;
  }

  .grid__col-2.v-contact {
    grid-template-columns: 1.5fr;
  }

  .content-body.nav-contact-info__wrap {
    justify-content: center;
    align-items: center;
  }

  .sub-heading__hero {
    font-size: 1.3rem;
  }

  .list--item {
    font-size: 1rem;
  }

  .grid__col-3 {
    grid-template-columns: 1fr;
  }

  .section-5 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .tab-slide {
    padding: 2em 1em;
  }

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

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

  .list-container {
    flex-direction: column;
  }

  .slider-container {
    height: 130px;
  }

  .nav_logo_wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .nav_logo_wrap.nav-contact-info__wrap {
    justify-content: center;
    align-items: center;
  }

  .img-logo-2 {
    width: 100%;
    height: auto;
  }

  .grid__col-2-2 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr;
  }

  .grid__col-2-2.v-contact {
    grid-template-columns: 1.5fr;
  }

  .link-block--logo-2 {
    width: 220px;
  }

  .button__form {
    padding: 10px 20px;
    font-size: 1rem;
  }
}

#w-node-_73d0d5cc-f531-7265-6b30-c15c9ae6cfe3-5055b936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_73d0d5cc-f531-7265-6b30-c15c9ae6cfe6-5055b936, #w-node-d2e24305-b6b8-4794-8145-a1e42dfb0c6a-5055b936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d0d24a26-3e1f-9e88-45a0-31d5b8b578a4-5055b936 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d0d24a26-3e1f-9e88-45a0-31d5b8b578a8-5055b936, #w-node-d0d24a26-3e1f-9e88-45a0-31d5b8b578cf-5055b936 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-d0d24a26-3e1f-9e88-45a0-31d5b8b578a4-5055b936 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'MATERIAL ICONS';
  src: url('../fonts/MaterialIcons-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}