@font-face {
  font-family: 'almoni-regular';
  src: url(../fonts/almoni-regular-aaa.woff2);
}
@font-face {
  font-family: 'almoni-light';
  src: url(../fonts/almoni-light-aaa.woff2);
}
/* line 18, ../sass/all/base.scss */
.w100 {
  width: 100% !important;
}

/* line 22, ../sass/all/base.scss */
.ttu {
  text-transform: uppercase !important;
}

/* line 26, ../sass/all/base.scss */
.tac {
  text-align: center !important;
}

/* line 30, ../sass/all/base.scss */
.tal {
  text-align: left !important;
}

/* line 34, ../sass/all/base.scss */
.tar {
  text-align: right !important;
}

/* line 38, ../sass/all/base.scss */
.ltr {
  direction: ltr;
}

/* line 42, ../sass/all/base.scss */
.rtl {
  direction: rtl;
}

/* line 46, ../sass/all/base.scss */
.d-f {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
}

/* line 54, ../sass/all/base.scss */
.f-w-w {
  -webkit-flex-wrap: wrap !important;
  -moz-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  -o-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

/* line 62, ../sass/all/base.scss */
.j-c-c {
  justify-content: center !important;
}

/* line 66, ../sass/all/base.scss */
.j-c-s-b {
  justify-content: space-between !important;
}

/* line 70, ../sass/all/base.scss */
.j-c-f-e {
  justify-content: flex-end !important;
}

/* line 74, ../sass/all/base.scss */
.a-i-f-s {
  -ms-align-items: flex-start !important;
  align-items: flex-start !important;
}

/* line 79, ../sass/all/base.scss */
.a-i-c {
  -ms-align-items: center !important;
  align-items: center !important;
}

/* line 84, ../sass/all/base.scss */
.a-i-f-e {
  -ms-align-items: flex-end !important;
  align-items: flex-end !important;
}

/* line 89, ../sass/all/base.scss */
.no-pad-top {
  padding-top: 0 !important;
}

/* line 93, ../sass/all/base.scss */
.no-pad-bot {
  padding-bottom: 0 !important;
}

/* line 97, ../sass/all/base.scss */
.no-pad-left {
  padding-left: 0 !important;
}

/* line 101, ../sass/all/base.scss */
.no-pad-right {
  padding-right: 0 !important;
}

/* line 105, ../sass/all/base.scss */
.no-mar-top {
  margin-top: 0 !important;
}

/* line 109, ../sass/all/base.scss */
.no-mar-left {
  margin-left: 0 !important;
}

/* line 113, ../sass/all/base.scss */
.no-mar-right {
  margin-right: 0 !important;
}

/* line 117, ../sass/all/base.scss */
.no-mar-bot {
  margin-bottom: 0 !important;
}

/* line 121, ../sass/all/base.scss */
.global-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

/* line 1, ../sass/service-post/service-post-top.scss */
.SP-Top {
  position: relative;
  color: #fff;
  padding-top: var(--header-height);
}
/* line 6, ../sass/service-post/service-post-top.scss */
.SP-Top .container.section-padding {
  aspect-ratio: 16/6;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
}
/* line 21, ../sass/service-post/service-post-top.scss */
.SP-Top .bg {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 29, ../sass/service-post/service-post-top.scss */
.SP-Top .bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 36, ../sass/service-post/service-post-top.scss */
.SP-Top .bg:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(67, 82, 77, 0.8);
}
/* line 48, ../sass/service-post/service-post-top.scss */
.SP-Top .breadcrumb {
  color: #fff;
}
/* line 52, ../sass/service-post/service-post-top.scss */
.SP-Top .btns {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin-top: 40px;
  gap: 0 25px;
}
/* line 64, ../sass/service-post/service-post-top.scss */
.SP-Top .site-btn.border {
  background-color: transparent;
  border: 1px solid #00e02d;
  color: #00e02d;
}
@media (hover: hover) {
  /* line 70, ../sass/service-post/service-post-top.scss */
  .SP-Top .site-btn.border:hover {
    background-color: #00e02d;
    border-color: #00e02d;
    color: #fff;
    filter: saturate(0.5);
  }
}

/* line 81, ../sass/service-post/service-post-top.scss */
.SP-Topv2 {
  padding-top: var(--header-height);
}
/* line 84, ../sass/service-post/service-post-top.scss */
.SP-Topv2 .btns {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin-top: 40px;
  gap: 0 25px;
}

/* line 97, ../sass/service-post/service-post-top.scss */
.lang-he .SP-Top {
  direction: rtl;
}
/* line 101, ../sass/service-post/service-post-top.scss */
.lang-he .SP-Topv2 {
  direction: ltr;
}

/* line 1, ../sass/service-post/service-post-image.scss */
.SPImage {
  position: relative;
}
/* line 4, ../sass/service-post/service-post-image.scss */
.SPImage .bg {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  display: block;
}
/* line 10, ../sass/service-post/service-post-image.scss */
.SPImage .bg img {
  display: block;
  width: 100%;
}

/* line 1, ../sass/service-post/service-post-landing-top.scss */
.SPL-Top {
  position: relative;
  padding-top: var(--header-height);
}
/* line 5, ../sass/service-post/service-post-landing-top.scss */
.SPL-Top .container.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 50px;
}

/* line 21, ../sass/service-post/service-post-landing-top.scss */
.SPL-TopL {
  position: relative;
  width: calc(100% - 420px - 50px);
}

/* line 26, ../sass/service-post/service-post-landing-top.scss */
.SPL-TopR {
  position: relative;
  width: 420px;
}
/* line 30, ../sass/service-post/service-post-landing-top.scss */
.SPL-TopR .site-title {
  margin-bottom: 10px;
}

/* line 35, ../sass/service-post/service-post-landing-top.scss */
.SPL-TopB {
  position: relative;
  width: 100%;
  margin-top: 40px;
}
/* line 40, ../sass/service-post/service-post-landing-top.scss */
.SPL-TopB .img {
  display: block;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-radius: 15px;
  height: 350px;
}
/* line 48, ../sass/service-post/service-post-landing-top.scss */
.SPL-TopB .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 56, ../sass/service-post/service-post-landing-top.scss */
.SPL-TopB .google-review-wr {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
/* line 62, ../sass/service-post/service-post-landing-top.scss */
.SPL-TopB .google-review {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
/* line 67, ../sass/service-post/service-post-landing-top.scss */
.SPL-TopB .google-review-btn {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

/* line 74, ../sass/service-post/service-post-landing-top.scss */
.lang-he .SPL-Top {
  direction: rtl;
}
/* line 79, ../sass/service-post/service-post-landing-top.scss */
.lang-he .SPL-TopB .google-review-wr {
  right: 20px;
  left: initial;
}

@media only screen and (min-width: 1280px) and (max-width: 1479px) {
  /* line 89, ../sass/service-post/service-post-landing-top.scss */
  .SPL-Top .container.flex {
    padding-top: 40px;
  }

  /* line 94, ../sass/service-post/service-post-landing-top.scss */
  .SPL-TopL {
    width: calc(100% - 405px - 43px);
  }

  /* line 98, ../sass/service-post/service-post-landing-top.scss */
  .SPL-TopR {
    width: 405px;
  }
  /* line 101, ../sass/service-post/service-post-landing-top.scss */
  .SPL-TopR .site-title {
    margin-bottom: 10px;
  }

  /* line 106, ../sass/service-post/service-post-landing-top.scss */
  .SPL-TopB {
    margin-top: 30px;
  }
  /* line 109, ../sass/service-post/service-post-landing-top.scss */
  .SPL-TopB .img {
    border-radius: 15px;
    height: 300px;
  }
  /* line 114, ../sass/service-post/service-post-landing-top.scss */
  .SPL-TopB .google-review-wr {
    bottom: 17px;
    left: 17px;
  }
  /* line 119, ../sass/service-post/service-post-landing-top.scss */
  .SPL-TopB .google-review {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  /* line 124, ../sass/service-post/service-post-landing-top.scss */
  .SPL-TopB .google-review-btn {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  /* line 132, ../sass/service-post/service-post-landing-top.scss */
  .lang-he .SPL-TopB .google-review-wr {
    right: 17px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 143, ../sass/service-post/service-post-landing-top.scss */
  .SPL-Top .container.flex {
    padding-top: 30px;
  }

  /* line 148, ../sass/service-post/service-post-landing-top.scss */
  .SPL-TopL {
    width: calc(100% - 380px - 35px);
  }

  /* line 152, ../sass/service-post/service-post-landing-top.scss */
  .SPL-TopR {
    width: 380px;
  }
  /* line 155, ../sass/service-post/service-post-landing-top.scss */
  .SPL-TopR .site-title {
    margin-bottom: 8px;
  }

  /* line 160, ../sass/service-post/service-post-landing-top.scss */
  .SPL-TopB {
    margin-top: 25px;
  }
  /* line 163, ../sass/service-post/service-post-landing-top.scss */
  .SPL-TopB .img {
    border-radius: 15px;
    height: 240px;
  }
  /* line 168, ../sass/service-post/service-post-landing-top.scss */
  .SPL-TopB .google-review-wr {
    bottom: 15px;
    left: 15px;
  }
  /* line 173, ../sass/service-post/service-post-landing-top.scss */
  .SPL-TopB .google-review {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  /* line 178, ../sass/service-post/service-post-landing-top.scss */
  .SPL-TopB .google-review-btn {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  /* line 186, ../sass/service-post/service-post-landing-top.scss */
  .lang-he .SPL-TopB .google-review-wr {
    right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 197, ../sass/service-post/service-post-landing-top.scss */
  .SPL-Top .container.flex {
    padding-top: 20px;
  }

  /* line 202, ../sass/service-post/service-post-landing-top.scss */
  .SPL-TopL {
    width: calc(100% - 325px - 25px);
  }

  /* line 206, ../sass/service-post/service-post-landing-top.scss */
  .SPL-TopR {
    width: 325px;
  }
  /* line 209, ../sass/service-post/service-post-landing-top.scss */
  .SPL-TopR .site-title {
    margin-bottom: 5px;
  }

  /* line 214, ../sass/service-post/service-post-landing-top.scss */
  .SPL-TopB {
    margin-top: 20px;
  }
  /* line 217, ../sass/service-post/service-post-landing-top.scss */
  .SPL-TopB .img {
    border-radius: 10px;
    height: 185px;
  }
  /* line 222, ../sass/service-post/service-post-landing-top.scss */
  .SPL-TopB .google-review-wr {
    bottom: 10px;
    left: 10px;
  }
  /* line 227, ../sass/service-post/service-post-landing-top.scss */
  .SPL-TopB .google-review {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
  }
  /* line 232, ../sass/service-post/service-post-landing-top.scss */
  .SPL-TopB .google-review-btn {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
  }

  /* line 240, ../sass/service-post/service-post-landing-top.scss */
  .lang-he .SPL-TopB .google-review-wr {
    right: 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 251, ../sass/service-post/service-post-landing-top.scss */
  .SPL-Top .container.flex {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    padding-top: 20px;
  }

  /* line 261, ../sass/service-post/service-post-landing-top.scss */
  .SPL-TopL {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    -o-order: 1;
    order: 1;
    width: 100%;
  }
  /* line 269, ../sass/service-post/service-post-landing-top.scss */
  .SPL-TopL .site-title {
    font-size: 30px;
  }

  /* line 274, ../sass/service-post/service-post-landing-top.scss */
  .SPL-TopR {
    -webkit-order: 3;
    -moz-order: 3;
    -ms-order: 3;
    -o-order: 3;
    order: 3;
    width: 100%;
    margin-top: 15px;
  }
  /* line 283, ../sass/service-post/service-post-landing-top.scss */
  .SPL-TopR .site-title {
    margin-bottom: 10px;
  }

  /* line 288, ../sass/service-post/service-post-landing-top.scss */
  .SPL-TopB {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    -o-order: 2;
    order: 2;
    margin-top: 10px;
  }
  /* line 296, ../sass/service-post/service-post-landing-top.scss */
  .SPL-TopB .img {
    height: 24vw;
  }
  /* line 300, ../sass/service-post/service-post-landing-top.scss */
  .SPL-TopB .google-review-wr {
    position: relative;
    bottom: initial;
    left: initial;
    width: 100%;
    margin-top: 15px;
  }

  /* line 311, ../sass/service-post/service-post-landing-top.scss */
  .lang-he .SPL-TopB .google-review-wr {
    right: initial;
  }
}
/* line 1, ../sass/service-post/service-post-landing-tables.scss */
.SPL-Tables {
  position: relative;
}
/* line 4, ../sass/service-post/service-post-landing-tables.scss */
.SPL-Tables .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* line 19, ../sass/service-post/service-post-landing-tables.scss */
.SPL-TablesL {
  position: relative;
  width: calc(100% - 420px - 50px);
}
/* line 23, ../sass/service-post/service-post-landing-tables.scss */
.SPL-TablesL .site-title {
  margin-top: 15px;
}
/* line 26, ../sass/service-post/service-post-landing-tables.scss */
.SPL-TablesL .site-title:nth-child(1) {
  margin-top: 0;
}
/* line 31, ../sass/service-post/service-post-landing-tables.scss */
.SPL-TablesL .table-wr {
  margin-top: 15px;
}
/* line 35, ../sass/service-post/service-post-landing-tables.scss */
.SPL-TablesL table {
  width: 100%;
}
/* line 38, ../sass/service-post/service-post-landing-tables.scss */
.SPL-TablesL table th, .SPL-TablesL table td {
  padding: 5px;
  border: 1px solid #43524d;
}
/* line 43, ../sass/service-post/service-post-landing-tables.scss */
.SPL-TablesL table th {
  background: #43524d;
  color: #fff;
  font-weight: 600;
}

/* line 51, ../sass/service-post/service-post-landing-tables.scss */
.SPL-TablesR {
  position: relative;
  width: 420px;
}
/* line 55, ../sass/service-post/service-post-landing-tables.scss */
.SPL-TablesR .promotion-banner {
  position: sticky;
  top: 0;
  overflow: hidden;
  isolation: isolate;
  border-radius: 15px;
}
/* line 62, ../sass/service-post/service-post-landing-tables.scss */
.SPL-TablesR .promotion-banner img {
  display: block;
  width: 100%;
}
@media (hover: hover) {
  /* line 68, ../sass/service-post/service-post-landing-tables.scss */
  .SPL-TablesR .promotion-banner:hover {
    opacity: 0.7;
  }
}

/* line 77, ../sass/service-post/service-post-landing-tables.scss */
.go-down .SPL-TablesR .promotion-banner {
  top: var(--header-height);
}

/* line 84, ../sass/service-post/service-post-landing-tables.scss */
.lang-he .SPL-Tables {
  direction: rtl;
}
/* line 89, ../sass/service-post/service-post-landing-tables.scss */
.lang-he .SPL-TablesL table {
  font-size: 18px;
}
/* line 92, ../sass/service-post/service-post-landing-tables.scss */
.lang-he .SPL-TablesL table th, .lang-he .SPL-TablesL table td {
  text-align: right;
  direction: rtl;
}

@media only screen and (min-width: 1280px) and (max-width: 1479px) {
  /* line 102, ../sass/service-post/service-post-landing-tables.scss */
  .SPL-TablesL {
    width: calc(100% - 405px - 43px);
  }
  /* line 105, ../sass/service-post/service-post-landing-tables.scss */
  .SPL-TablesL .site-title {
    margin-top: 15px;
  }
  /* line 109, ../sass/service-post/service-post-landing-tables.scss */
  .SPL-TablesL .table-wr {
    margin-top: 15px;
  }
  /* line 114, ../sass/service-post/service-post-landing-tables.scss */
  .SPL-TablesL table th, .SPL-TablesL table td {
    padding: 5px;
  }

  /* line 120, ../sass/service-post/service-post-landing-tables.scss */
  .SPL-TablesR {
    width: 405px;
  }

  /* line 126, ../sass/service-post/service-post-landing-tables.scss */
  .lang-he .SPL-TablesL table {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 136, ../sass/service-post/service-post-landing-tables.scss */
  .SPL-TablesL {
    width: calc(100% - 380px - 11px);
  }
  /* line 139, ../sass/service-post/service-post-landing-tables.scss */
  .SPL-TablesL .site-title {
    margin-top: 10px;
  }
  /* line 143, ../sass/service-post/service-post-landing-tables.scss */
  .SPL-TablesL .table-wr {
    margin-top: 10px;
  }
  /* line 148, ../sass/service-post/service-post-landing-tables.scss */
  .SPL-TablesL table th, .SPL-TablesL table td {
    padding: 3px;
  }

  /* line 154, ../sass/service-post/service-post-landing-tables.scss */
  .SPL-TablesR {
    width: 380px;
  }

  /* line 160, ../sass/service-post/service-post-landing-tables.scss */
  .lang-he .SPL-TablesL table {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 170, ../sass/service-post/service-post-landing-tables.scss */
  .SPL-TablesL {
    width: 100%;
  }
  /* line 173, ../sass/service-post/service-post-landing-tables.scss */
  .SPL-TablesL .site-title {
    margin-top: 10px;
  }
  /* line 177, ../sass/service-post/service-post-landing-tables.scss */
  .SPL-TablesL .table-wr {
    margin-top: 10px;
  }
  /* line 182, ../sass/service-post/service-post-landing-tables.scss */
  .SPL-TablesL table th, .SPL-TablesL table td {
    padding: 5px;
  }

  /* line 188, ../sass/service-post/service-post-landing-tables.scss */
  .SPL-TablesR {
    width: 380px;
    margin: 0 auto;
    margin-top: 20px;
  }

  /* line 196, ../sass/service-post/service-post-landing-tables.scss */
  .lang-he .SPL-TablesL table {
    font-size: 16px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 206, ../sass/service-post/service-post-landing-tables.scss */
  .SPL-TablesL {
    width: 100%;
  }
  /* line 209, ../sass/service-post/service-post-landing-tables.scss */
  .SPL-TablesL .site-title {
    margin-top: 10px;
  }
  /* line 213, ../sass/service-post/service-post-landing-tables.scss */
  .SPL-TablesL .table-wr {
    margin-top: 10px;
  }
  /* line 218, ../sass/service-post/service-post-landing-tables.scss */
  .SPL-TablesL table th, .SPL-TablesL table td {
    padding: 5px;
  }

  /* line 224, ../sass/service-post/service-post-landing-tables.scss */
  .SPL-TablesR {
    width: 100%;
    margin: 0 auto;
    margin-top: 15px;
  }

  /* line 232, ../sass/service-post/service-post-landing-tables.scss */
  .lang-he .SPL-TablesL table {
    font-size: 16px;
  }
}
/* line 11, ../sass/service-post.scss */
body {
  padding-top: 0;
}
