body:not(.wp-core-ui) .why-us,
html:not(.wp-toolbar) .why-us,
.acf-block-preview .why-us {
  position: relative;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  body:not(.wp-core-ui) .why-us,
html:not(.wp-toolbar) .why-us,
.acf-block-preview .why-us {
    padding-bottom: 80px;
  }
}
@media (min-width: 1023px) {
  body:not(.wp-core-ui) .why-us,
html:not(.wp-toolbar) .why-us,
.acf-block-preview .why-us {
    padding-bottom: 120px;
  }
}
body:not(.wp-core-ui) .why-us::before,
html:not(.wp-toolbar) .why-us::before,
.acf-block-preview .why-us::before {
  content: "";
  position: absolute;
  background: var(--color-gray-1);
  bottom: 0;
  width: 100%;
  height: calc(100% - 72px);
  z-index: -1;
}
body:not(.wp-core-ui) .why-us__wrapper,
html:not(.wp-toolbar) .why-us__wrapper,
.acf-block-preview .why-us__wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 1023px) {
  body:not(.wp-core-ui) .why-us__wrapper,
html:not(.wp-toolbar) .why-us__wrapper,
.acf-block-preview .why-us__wrapper {
    flex-direction: row;
  }
}
body:not(.wp-core-ui) .why-us__about-us,
html:not(.wp-toolbar) .why-us__about-us,
.acf-block-preview .why-us__about-us {
  width: calc(100% + 30px);
  margin-left: -15px;
}
@media (min-width: 1023px) {
  body:not(.wp-core-ui) .why-us__about-us,
html:not(.wp-toolbar) .why-us__about-us,
.acf-block-preview .why-us__about-us {
    width: 50%;
  }
}
body:not(.wp-core-ui) .why-us__about-us-inner,
html:not(.wp-toolbar) .why-us__about-us-inner,
.acf-block-preview .why-us__about-us-inner {
  box-sizing: border-box;
  position: relative;
  min-height: 348px;
  overflow: hidden;
  padding: 68px 15px;
  -webkit-mask-image: url("./image/mask_mobile.svg");
          mask-image: url("./image/mask_mobile.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  aspect-ratio: 348/390;
}
@media (min-width: 768px) {
  body:not(.wp-core-ui) .why-us__about-us-inner,
html:not(.wp-toolbar) .why-us__about-us-inner,
.acf-block-preview .why-us__about-us-inner {
    padding: 68px 30px;
    max-width: 500px;
    margin-inline: auto;
  }
}
@media (min-width: 1023px) {
  body:not(.wp-core-ui) .why-us__about-us-inner,
html:not(.wp-toolbar) .why-us__about-us-inner,
.acf-block-preview .why-us__about-us-inner {
    margin-inline: unset;
    max-width: none;
    -webkit-mask-size: cover;
            mask-size: cover;
  }
}
@media (min-width: 1200px) {
  body:not(.wp-core-ui) .why-us__about-us-inner,
html:not(.wp-toolbar) .why-us__about-us-inner,
.acf-block-preview .why-us__about-us-inner {
    padding: 63px 68px 100px;
    -webkit-mask-size: contain;
            mask-size: contain;
    aspect-ratio: unset;
    -webkit-mask-image: url("./image/mask-desktop.svg");
            mask-image: url("./image/mask-desktop.svg");
  }
}
body:not(.wp-core-ui) .why-us__about-us-inner::before,
html:not(.wp-toolbar) .why-us__about-us-inner::before,
.acf-block-preview .why-us__about-us-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 152, 0, 0.8980392157);
  z-index: 0;
}
body:not(.wp-core-ui) .why-us__about-us-headline, body:not(.wp-core-ui) .why-us__about-us-description,
html:not(.wp-toolbar) .why-us__about-us-headline,
html:not(.wp-toolbar) .why-us__about-us-description,
.acf-block-preview .why-us__about-us-headline,
.acf-block-preview .why-us__about-us-description {
  position: relative;
  z-index: 1;
  color: var(--text-black);
}
body:not(.wp-core-ui) .why-us__about-us-headline,
html:not(.wp-toolbar) .why-us__about-us-headline,
.acf-block-preview .why-us__about-us-headline {
  margin-bottom: 26px;
}
body:not(.wp-core-ui) .why-us__background-image,
html:not(.wp-toolbar) .why-us__background-image,
.acf-block-preview .why-us__background-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
@media (min-width: 1023px) {
  body:not(.wp-core-ui) .why-us__content,
html:not(.wp-toolbar) .why-us__content,
.acf-block-preview .why-us__content {
    width: 50%;
  }
}
body:not(.wp-core-ui) .why-us__video,
html:not(.wp-toolbar) .why-us__video,
.acf-block-preview .why-us__video {
  overflow: hidden;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  body:not(.wp-core-ui) .why-us__video,
html:not(.wp-toolbar) .why-us__video,
.acf-block-preview .why-us__video {
    margin-bottom: 56px;
  }
}
body:not(.wp-core-ui) .why-us__video iframe,
html:not(.wp-toolbar) .why-us__video iframe,
.acf-block-preview .why-us__video iframe {
  max-width: 100%;
  aspect-ratio: 4/3;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  body:not(.wp-core-ui) .why-us__video iframe,
html:not(.wp-toolbar) .why-us__video iframe,
.acf-block-preview .why-us__video iframe {
    aspect-ratio: 16/9;
  }
}
@media (min-width: 1023px) {
  body:not(.wp-core-ui) .why-us__video iframe,
html:not(.wp-toolbar) .why-us__video iframe,
.acf-block-preview .why-us__video iframe {
    aspect-ratio: unset;
    height: 360px;
  }
}
body:not(.wp-core-ui) .why-us__advantages,
html:not(.wp-toolbar) .why-us__advantages,
.acf-block-preview .why-us__advantages {
  display: flex;
  flex-direction: column;
  gap: 42px;
}
body:not(.wp-core-ui) .why-us__advantages-inner,
html:not(.wp-toolbar) .why-us__advantages-inner,
.acf-block-preview .why-us__advantages-inner {
  display: flex;
  gap: 30px;
}
body:not(.wp-core-ui) .why-us__advantages-title,
html:not(.wp-toolbar) .why-us__advantages-title,
.acf-block-preview .why-us__advantages-title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  body:not(.wp-core-ui) .why-us__advantages-title,
html:not(.wp-toolbar) .why-us__advantages-title,
.acf-block-preview .why-us__advantages-title {
    height: 46px;
  }
}
body:not(.wp-core-ui) .why-us__advantages-description,
html:not(.wp-toolbar) .why-us__advantages-description,
.acf-block-preview .why-us__advantages-description {
  color: var(--color-gray-3);
}
body:not(.wp-core-ui) .why-us__advantages-icon,
html:not(.wp-toolbar) .why-us__advantages-icon,
.acf-block-preview .why-us__advantages-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  height: 46px;
  background-color: var(--color-orange);
}
body:not(.wp-core-ui) .why-us__advantages-icon img,
body:not(.wp-core-ui) .why-us__advantages-icon svg,
html:not(.wp-toolbar) .why-us__advantages-icon img,
html:not(.wp-toolbar) .why-us__advantages-icon svg,
.acf-block-preview .why-us__advantages-icon img,
.acf-block-preview .why-us__advantages-icon svg {
  width: 28px;
  height: 28px;
  -o-object-fit: contain;
     object-fit: contain;
}