h2,
h3,
h4 {
  margin: 0 !important;
}
body {
  background: #fff !important;
}
body,
p {
  font-family: 'TT Commons', sans-serif !important;
  font-size: 18px !important;
  line-height: 24px !important;
  letter-spacing: 0 !important;
  font-weight: 400 !important;
  color: #282828 !important;
}
a {
  text-decoration: none !important;
  transition: all, .25s;
}
.section-ttl {
  font-family: 'TT Commons', sans-serif !important;
  font-weight: 700 !important;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: #282828;
}
@media only screen and (min-width: 700px) {
  .section-ttl {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-ttl {
    font-size: 40px;
    line-height: 60px;
  }
}
.coral-link {
  font-family: 'TT Commons', sans-serif;
  font-weight: 400;
  cursor: pointer;
  text-decoration: none;
  font-size: 18px;
  line-height: 24px;
  color: #FC654C;
}
.coral-link:hover {
  color: #ac1b03;
}
.section-banner {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 680px;
}
@media only screen and (min-width: 760px) {
  .section-banner {
    min-height: 1000px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-banner {
    min-height: 670px;
    padding-top: 70px;
  }
}
.section-banner__image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
@media only screen and (min-width: 760px) {
  .section-banner__image_mobile {
    display: none;
  }
}
.section-banner__image_tablet {
  display: none;
}
@media only screen and (min-width: 760px) {
  .section-banner__image_tablet {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .section-banner__image_tablet {
    display: none;
  }
}
.section-banner__image_desktop {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .section-banner__image_desktop {
    display: block;
  }
}
.section-banner-info {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 3;
  margin-top: -226px;
}
@media only screen and (min-width: 700px) {
  .section-banner-info {
    margin-top: -56px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-banner-info {
    width: 460px;
    justify-content: center;
    align-items: center;
    margin-top: -12px;
  }
}
.section-banner-info__ttl {
  display: block;
  max-width: 340px;
  font-family: 'TT Commons', sans-serif;
  font-weight: 700 !important;
  font-size: 31px !important;
  line-height: 40px !important;
  color: #FFFFFF;
  margin: 0;
  order: 1;
  text-align: center;
}
.section-banner-info__ttl span {
  font-size: 25px;
}
@media only screen and (min-width: 760px) {
  .section-banner-info__ttl span {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-banner-info__ttl span {
    font-size: 24px;
  }
}
@media only screen and (min-width: 760px) {
  .section-banner-info__ttl {
    font-size: 45px !important;
    line-height: 50px !important;
    color: #fff;
    margin-top: -129px;
    margin-left: 1px;
    max-width: 480px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-banner-info__ttl {
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    margin-top: -69px;
    line-height: 43px !important;
    margin-left: 0;
  }
}
.section-info {
  width: 100%;
  padding: 10px;
}
.section-info__bg {
  width: 100%;
  background: #F7F4F0;
  border-radius: 20px;
}
.section-info__container {
  width: 100%;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  padding: 19px 40px 20px;
}
@media only screen and (min-width: 700px) {
  .section-info__container {
    flex-direction: row;
    padding: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-info__container {
    padding: 40px 0;
  }
}
.section-info__img-wrap {
  width: 108px;
  flex-shrink: 0;
  margin-bottom: 40px;
}
@media only screen and (min-width: 700px) {
  .section-info__img-wrap {
    margin: 0 40px 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  .section-info__img-wrap {
    margin: 0 30px 0 0;
  }
}
.section-info__img {
  width: 100%;
  height: auto;
}
.section-info__text-block {
  width: 100%;
}
.section-info__text {
  font-family: 'TT Commons', sans-serif;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 24px !important;
  color: #282828 !important;
  margin: 0 0 10px 0 !important;
}
.section-info__button {
  width: 118px !important;
  height: 35px !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 18px !important;
  margin: 0 auto;
}
@media only screen and (min-width: 760px) {
  .section-info__button {
    margin: 0;
  }
}
.section-contact-us {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 97px 0 91px;
}
@media only screen and (min-width: 700px) {
  .section-contact-us {
    padding: 114px 30px 8px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-contact-us {
    padding: 114px 0 106px;
  }
}
.feedback-form-container {
  width: 100%;
}
@media only screen and (min-width: 760px) {
  .feedback-form-container {
    width: 540px;
  }
}
.zendesk-form-crafts-help-text {
  display: none;
  font-family: 'TT Commons', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #282828;
  margin: 10px 0;
}
.zendesk-form-crafts-help-text a {
  text-decoration: none;
  color: #FC654C;
  -webkit-tap-highlight-color: transparent;
  transition: all, .25s;
}
.zendesk-form-crafts-help-text a:hover {
  color: #fb4729;
}
.zendesk-form-crafts-help-text.visible {
  display: block;
}
