@font-face {
  font-family: 'SabonLTStd';
  src: url(/font/SabonLTStd-Roman.otf);
}
/* line 19, ../sass/all/base.scss */
.w100 {
  width: 100% !important;
}

/* line 23, ../sass/all/base.scss */
.ttu {
  text-transform: uppercase !important;
}

/* line 27, ../sass/all/base.scss */
.tac {
  text-align: center !important;
}

/* line 31, ../sass/all/base.scss */
.tal {
  text-align: left !important;
}

/* line 35, ../sass/all/base.scss */
.tar {
  text-align: right !important;
}

/* line 39, ../sass/all/base.scss */
.taj {
  text-align: justify !important;
}

/* line 43, ../sass/all/base.scss */
.ltr {
  direction: ltr !important;
}

/* line 47, ../sass/all/base.scss */
.rtl {
  direction: rtl !important;
}

/* line 51, ../sass/all/base.scss */
.d-i-f {
  display: -webkit-inline-flex !important;
  display: -moz-inline-flex !important;
  display: -ms-inline-flex !important;
  display: -o-inline-flex !important;
  display: inline-flex !important;
}

/* line 59, ../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 67, ../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 75, ../sass/all/base.scss */
.j-c-c {
  justify-content: center !important;
}

/* line 79, ../sass/all/base.scss */
.j-c-s-b {
  justify-content: space-between !important;
}

/* line 83, ../sass/all/base.scss */
.j-c-f-s {
  justify-content: flex-start !important;
}

/* line 87, ../sass/all/base.scss */
.a-i-c {
  -ms-align-items: center !important;
  align-items: center !important;
}

/* line 92, ../sass/all/base.scss */
.a-i-f-e {
  -ms-align-items: flex-end !important;
  align-items: flex-end !important;
}

/* line 97, ../sass/all/base.scss */
.no-pad-top {
  padding-top: 0 !important;
}

/* line 101, ../sass/all/base.scss */
.no-pad-bot {
  padding-bottom: 0 !important;
}

/* line 105, ../sass/all/base.scss */
.no-pad-left {
  padding-left: 0 !important;
}

/* line 109, ../sass/all/base.scss */
.no-pad-right {
  padding-right: 0 !important;
}

/* line 113, ../sass/all/base.scss */
.no-mar-top {
  margin-top: 0 !important;
}

/* line 117, ../sass/all/base.scss */
.no-mar-left {
  margin-left: 0 !important;
}

/* line 121, ../sass/all/base.scss */
.no-mar-right {
  margin-right: 0 !important;
}

/* line 125, ../sass/all/base.scss */
.no-mar-bot {
  margin-bottom: 0 !important;
}

/* line 129, ../sass/all/base.scss */
.global-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

/* line 139, ../sass/all/base.scss */
.mob-ver {
  display: none;
}

/* line 143, ../sass/all/base.scss */
.pos-r {
  position: relative;
}

/* line 147, ../sass/all/base.scss */
.m-l-a {
  margin-left: auto;
}

/* line 151, ../sass/all/base.scss */
.no-visible-section {
  overflow: hidden;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
}

/* line 159, ../sass/all/base.scss */
.lang-he .m-l-a {
  margin-left: 0;
  margin-right: auto;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 166, ../sass/all/base.scss */
  .mob-ver {
    display: block;
  }

  /* line 170, ../sass/all/base.scss */
  .desc-ver {
    display: none;
  }

  /* line 174, ../sass/all/base.scss */
  .no-pad-top-mob {
    padding-top: 0 !important;
  }
}
/* line 1, ../sass/faq/faq-top.scss */
.FaqTop {
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 10, ../sass/faq/faq-top.scss */
.FaqTop .container {
  position: relative;
  z-index: 2;
}
/* line 15, ../sass/faq/faq-top.scss */
.FaqTop .site-title {
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}

/* line 22, ../sass/faq/faq-top.scss */
.FaqTopSearch {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
/* line 27, ../sass/faq/faq-top.scss */
.FaqTopSearch input {
  border: 0px;
  border-radius: 5px;
  box-sizing: border-box;
  color: #121212;
  height: 55px;
  padding-left: 55px;
  padding-right: 20px;
  -webkit-appearance: none;
  width: 100%;
  font-size: 20px;
  font-weight: 400;
  max-width: 100%;
  box-sizing: border-box;
  outline: none;
  transition: border .12s ease-in-out;
  background-color: #Fff;
  background-image: url(../img/searh-icon.png);
  background-position: 15px 50%;
  background-repeat: no-repeat;
  background-size: 20px;
}

/* line 51, ../sass/faq/faq-top.scss */
.FaqTopBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}

/* line 64, ../sass/faq/faq-top.scss */
.lang-he .FaqTop {
  direction: rtl;
}
/* line 70, ../sass/faq/faq-top.scss */
.lang-he .FaqTopSearch input {
  padding-right: 55px;
  padding-left: 20px;
  background-position: 96% 50%;
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  /* line 80, ../sass/faq/faq-top.scss */
  .FaqTop {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 87, ../sass/faq/faq-top.scss */
  .FaqTop {
    margin-bottom: 40px;
  }

  /* line 91, ../sass/faq/faq-top.scss */
  .FaqTopSearch {
    max-width: 400px;
  }
  /* line 94, ../sass/faq/faq-top.scss */
  .FaqTopSearch input {
    padding-right: 15px;
    padding-left: 40px;
    background-position: 5px 50%;
    font-size: 16px;
    height: 45px;
    background-size: 16px;
  }

  /* line 108, ../sass/faq/faq-top.scss */
  .lang-he .FaqTopSearch input {
    padding-right: 40px;
    padding-left: 15px;
    background-position: 97% 50%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 119, ../sass/faq/faq-top.scss */
  .FaqTop {
    margin-bottom: 20px;
  }

  /* line 123, ../sass/faq/faq-top.scss */
  .FaqTopSearch {
    max-width: 400px;
  }
  /* line 126, ../sass/faq/faq-top.scss */
  .FaqTopSearch input {
    padding-right: 15px;
    padding-left: 40px;
    background-position: 5px 50%;
    font-size: 16px;
    height: 45px;
    background-size: 16px;
  }

  /* line 140, ../sass/faq/faq-top.scss */
  .lang-he .FaqTopSearch input {
    padding-right: 40px;
    padding-left: 15px;
    background-position: 97% 50%;
  }
}
/* line 1, ../sass/faq/faq-body.scss */
.FaqBody {
  position: relative;
  padding-bottom: 50px;
}

/* line 6, ../sass/faq/faq-body.scss */
.FaqBodyWr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 11, ../sass/faq/faq-body.scss */
.FaqBodyWr .content {
  width: 67%;
  font-size: 16px;
  line-height: 1.6;
}
/* line 16, ../sass/faq/faq-body.scss */
.FaqBodyWr .content h2, .FaqBodyWr .content h3, .FaqBodyWr .content h4, .FaqBodyWr .content h5 {
  font-size: 24px;
  font-weight: 700;
  margin: 40px 0px 20px 0px;
}
/* line 21, ../sass/faq/faq-body.scss */
.FaqBodyWr .content h2:first-child, .FaqBodyWr .content h3:first-child, .FaqBodyWr .content h4:first-child, .FaqBodyWr .content h5:first-child {
  margin-top: 0;
}
/* line 25, ../sass/faq/faq-body.scss */
.FaqBodyWr .content h2.center, .FaqBodyWr .content h3.center, .FaqBodyWr .content h4.center, .FaqBodyWr .content h5.center {
  text-align: center;
}
/* line 30, ../sass/faq/faq-body.scss */
.FaqBodyWr .content h6 {
  font-weight: 700;
  margin-bottom: 21px;
}
/* line 34, ../sass/faq/faq-body.scss */
.FaqBodyWr .content h6 img {
  display: inline-block;
  width: 17px;
  border: 2px solid #f5f5f5;
  border-radius: 10px;
  margin: 0;
  box-shadow: 0px 0px 3px grey;
  margin-right: 5px;
  vertical-align: text-top;
  border: none;
}
/* line 47, ../sass/faq/faq-body.scss */
.FaqBodyWr .content b {
  font-weight: 700;
}
/* line 51, ../sass/faq/faq-body.scss */
.FaqBodyWr .content span {
  position: relative;
  border: 1px solid white;
  border-radius: 10px;
  padding: 20px 10px;
  padding-left: 50px;
  font-size: 0.8em;
  display: block;
  margin: 16px 0;
  box-sizing: border-box;
}
/* line 62, ../sass/faq/faq-body.scss */
.FaqBodyWr .content span:after {
  content: '';
  position: absolute;
  top: 17px;
  left: 10px;
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
/* line 76, ../sass/faq/faq-body.scss */
.FaqBodyWr .content span.question:after {
  background-image: url(../img/qqq.png);
}
/* line 81, ../sass/faq/faq-body.scss */
.FaqBodyWr .content span.important {
  border-color: #f29bab;
  background-color: #fef5f7;
}
/* line 85, ../sass/faq/faq-body.scss */
.FaqBodyWr .content span.important:after {
  background-image: url(../img/8324211_ui_essential_app_creative_idea_icon.svg);
}
/* line 90, ../sass/faq/faq-body.scss */
.FaqBodyWr .content span.advice {
  border-color: #8fc0ec;
  background-color: #f4f9fd;
}
/* line 94, ../sass/faq/faq-body.scss */
.FaqBodyWr .content span.advice:after {
  background-image: url(../img/1608770_magic_icon.svg);
}
/* line 99, ../sass/faq/faq-body.scss */
.FaqBodyWr .content span.more {
  border-color: #8fc0ec;
  background-color: #f4f9fd;
}
/* line 103, ../sass/faq/faq-body.scss */
.FaqBodyWr .content span.more:after {
  background-image: url(../img/352432_info_icon.svg);
}
/* line 109, ../sass/faq/faq-body.scss */
.FaqBodyWr .content p {
  margin: 16px 0;
}
/* line 113, ../sass/faq/faq-body.scss */
.FaqBodyWr .content small {
  font-size: small;
  display: block;
  margin-bottom: 7px;
}
/* line 119, ../sass/faq/faq-body.scss */
.FaqBodyWr .content ul {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
  box-sizing: border-box;
  list-style-type: disc;
}
/* line 126, ../sass/faq/faq-body.scss */
.FaqBodyWr .content ul li {
  margin-bottom: 16px;
}
/* line 132, ../sass/faq/faq-body.scss */
.FaqBodyWr .content .columns-list ul {
  column-count: 2;
}
/* line 137, ../sass/faq/faq-body.scss */
.FaqBodyWr .content a {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
  color: #2b87db;
}
/* line 144, ../sass/faq/faq-body.scss */
.FaqBodyWr .content a:hover {
  text-decoration: underline;
}
/* line 149, ../sass/faq/faq-body.scss */
.FaqBodyWr .content img {
  display: block;
  max-width: 100%;
  margin: 16px 0;
  border: 2px solid #f5f5f5;
  border-radius: 10px;
  box-shadow: 0px 0px 3px grey;
}
/* line 159, ../sass/faq/faq-body.scss */
.FaqBodyWr .other {
  width: 28%;
  font-size: 18px;
}
/* line 163, ../sass/faq/faq-body.scss */
.FaqBodyWr .other .other-title {
  font-weight: 700;
  position: relative;
  margin-bottom: 18px;
}
/* line 173, ../sass/faq/faq-body.scss */
.FaqBodyWr .other ul li a {
  color: #2b87db;
  display: block;
  font-weight: 400;
  margin-bottom: 15px;
}

/* line 186, ../sass/faq/faq-body.scss */
.lang-he .FaqBody {
  direction: rtl;
}
/* line 192, ../sass/faq/faq-body.scss */
.lang-he .FaqBodyWr .content {
  font-size: calc(16px * 1.2);
}
/* line 195, ../sass/faq/faq-body.scss */
.lang-he .FaqBodyWr .content span {
  padding-left: 10px;
  padding-right: 50px;
}
/* line 199, ../sass/faq/faq-body.scss */
.lang-he .FaqBodyWr .content span:after {
  left: initial;
  right: 10px;
}
/* line 205, ../sass/faq/faq-body.scss */
.lang-he .FaqBodyWr .content ul {
  padding-left: 0;
  padding-right: 20px;
  margin: 20px 20px 20px 0px;
}
/* line 213, ../sass/faq/faq-body.scss */
.lang-he .FaqBodyWr .content h6 img {
  margin-right: initial;
  margin-left: 5px;
}
/* line 220, ../sass/faq/faq-body.scss */
.lang-he .FaqBodyWr .other {
  font-size: calc(18px * 1.2);
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  /* line 230, ../sass/faq/faq-body.scss */
  .FaqBodyWr .content {
    font-size: 15px;
  }
  /* line 234, ../sass/faq/faq-body.scss */
  .FaqBodyWr .other {
    font-size: 16px;
  }

  /* line 243, ../sass/faq/faq-body.scss */
  .lang-he .FaqBodyWr .content {
    font-size: calc(15px * 1.2);
  }
  /* line 247, ../sass/faq/faq-body.scss */
  .lang-he .FaqBodyWr .other {
    font-size: calc(16px * 1.2);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 259, ../sass/faq/faq-body.scss */
  .FaqBodyWr .content {
    font-size: 15px;
    width: 100%;
  }
  /* line 264, ../sass/faq/faq-body.scss */
  .FaqBodyWr .other {
    font-size: 16px;
    width: 100%;
    margin-top: 30px;
  }

  /* line 275, ../sass/faq/faq-body.scss */
  .lang-he .FaqBodyWr .content {
    font-size: calc(15px * 1.2);
  }
  /* line 279, ../sass/faq/faq-body.scss */
  .lang-he .FaqBodyWr .other {
    font-size: calc(16px * 1.2);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 290, ../sass/faq/faq-body.scss */
  .FaqBodyWr .content {
    font-size: 14px;
    width: 100%;
  }
  /* line 294, ../sass/faq/faq-body.scss */
  .FaqBodyWr .content h2, .FaqBodyWr .content h3, .FaqBodyWr .content h4, .FaqBodyWr .content h5, .FaqBodyWr .content h6 {
    font-size: 20px;
    margin: 25px 0px 15px 0px;
  }
  /* line 299, ../sass/faq/faq-body.scss */
  .FaqBodyWr .content h6 {
    margin-bottom: 15px;
  }
  /* line 305, ../sass/faq/faq-body.scss */
  .FaqBodyWr .content ul li {
    margin-bottom: 10px;
  }
  /* line 311, ../sass/faq/faq-body.scss */
  .FaqBodyWr .other {
    font-size: 15px;
    width: 100%;
    margin-top: 30px;
  }

  /* line 322, ../sass/faq/faq-body.scss */
  .lang-he .FaqBodyWr .content {
    font-size: calc(14px * 1.2);
  }
  /* line 326, ../sass/faq/faq-body.scss */
  .lang-he .FaqBodyWr .other {
    font-size: calc(15px * 1.2);
  }
}
/* line 7, ../sass/faq.scss */
body {
  padding-top: var(--header-height);
}

/* line 11, ../sass/faq.scss */
.center-flex {
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
