/*!*******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/index.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./cartridges/app_custom_basicfit/cartridge/client/default/scss/pages/contactus.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************/
.bread-crumb {
  max-width: 1440px;
  margin: auto;
  padding-left: 60px;
  padding-right: 60px;
}
@media only screen and (max-width: 1279px) {
  .bread-crumb {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .bread-crumb {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.bread-crumb ul {
  color: #9b9b9b;
  display: none;
  list-style: none;
}
@media only screen and (min-width: 768px) {
  .bread-crumb ul {
    display: block;
    font-size: 0;
    padding: 8px 0 9px;
  }
}
.bread-crumb ul li {
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  line-height: 12px;
  padding-right: 14px;
  text-transform: uppercase;
  vertical-align: middle;
}
.bread-crumb ul li::after {
  font-family: iconfont;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  color: inherit;
  content: "\F10A";
  color: #d5d5d5;
  display: inline-block;
  font-size: 12px;
  margin: 0 0 0 16px;
  position: relative;
  vertical-align: middle;
}
.bread-crumb ul li:last-of-type::after {
  display: none;
}
.bread-crumb ul a {
  color: #9b9b9b;
  display: inline-block;
  font-size: inherit;
  vertical-align: middle;
}
.bread-crumb ul a:hover {
  text-decoration: underline;
}
.bread-crumb ul a.icon-home::before {
  font-family: iconfont;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  color: inherit;
  content: "\F116";
  color: #d5d5d5;
  display: inline-block;
  font-size: 12px;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.bread-crumb ul span {
  vertical-align: middle;
  display: inline-block;
}
.bread-crumb .mobile-back-link {
  display: none;
}
@media only screen and (max-width: 767px) {
  .bread-crumb .mobile-back-link {
    color: #9b9b9b;
    display: block;
    font-size: 14px;
    line-height: 24px;
    margin: 5px 0;
    vertical-align: middle;
  }
  .bread-crumb .mobile-back-link::before {
    font-family: iconfont;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    color: inherit;
    color: #d5d5d5;
    content: "\F108";
    display: inline-block;
    font-size: 12px;
    margin: 0 16px 0 0;
    position: relative;
    vertical-align: middle;
  }
}

@supports (-ms-ime-align: auto) {
  .bread-crumb ul a.icon-home::before {
    top: -1px;
  }
}
@media screen and (min--moz-device-pixel-ratio: 0) {
  .bread-crumb ul a.icon-home::before {
    top: -1px;
  }
}
/* VARS */
/* GENERAL LAYOUT */
@media only screen and (min-width: 768px) {
  .contact-us {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 32px;
    overflow: hidden;
  }
}

/* HEADER BLOCK  */
.contact-us__header {
  position: relative;
  overflow: hidden;
  padding-right: 12px;
  padding-left: 12px;
}
@media only screen and (min-width: 768px) {
  .contact-us__header {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.contact-us__header::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -32px;
  right: 0;
  top: 20%;
  bottom: 0;
  background-color: #ededf7;
  transform: rotate(-5deg);
  transform-origin: top right;
}

/* FORM BLOCK  */
@media only screen and (min-width: 768px) {
  .contact-us__block--form {
    position: relative;
    z-index: 1;
    width: 54%;
    max-width: 640px;
    margin-right: -13.5%;
  }
}

.message-successfully-sent {
  display: none;
  font-size: 24px;
}
@media only screen and (min-width: 768px) {
  .message-successfully-sent {
    min-height: 380px;
  }
}

.contact-us__block__inner {
  background-color: #ededf7;
  padding: 24px 12px 48px;
}
@media only screen and (min-width: 768px) {
  .contact-us__block__inner {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.contact-us__block__inner input[type=date] {
  border: 1px solid #2d2d2d;
  width: 100%;
}
.contact-us__block__inner .input-row {
  margin-bottom: 8px;
}
.contact-us__block__inner .invalid-feedback {
  margin-bottom: 12px;
}
.contact-us__block__inner .invalid-feedback:empty {
  margin-bottom: 0;
}

.contact-us__title {
  position: relative;
  width: 76%;
  margin-top: 0;
  margin-bottom: 8px;
  padding-top: 16px;
  font-family: impacturw, sans-serif;
  font-size: 32px;
  line-height: 36px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1025px) {
  .contact-us__title {
    font-size: 56px;
    line-height: 56px;
  }
}
@media only screen and (max-width: 1024px) {
  .contact-us__title {
    font-size: 46px;
    line-height: 46px;
  }
}

.contact-us__text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.contact-us__type-selector {
  margin-bottom: 8px;
}

.contact-us__send,
.my-basicfit__go {
  width: 100%;
  margin-top: 8px;
  padding-top: 18px;
  padding-bottom: 18px;
}
@media only screen and (min-width: 768px) {
  .contact-us__send,
.my-basicfit__go {
    max-width: 288px;
  }
}

.my-basicfit__go {
  margin-bottom: 18px;
}

.contact-member__content {
  display: flex;
  flex-direction: row;
  margin-top: 16px;
  padding: 16px 12px;
  border-left: solid 3px #fe7000;
  background-color: #fff;
}

.contact-member__icon {
  flex-shrink: 0;
  margin-top: 6px;
  margin-right: 12px;
  height: 1.25em;
  width: 1.25em;
  background-size: 1.25em;
}

.contact-member__cta {
  display: block;
  margin-top: 24px;
  padding-top: 18px;
  padding-bottom: 18px;
}
@media only screen and (min-width: 768px) {
  .contact-member__cta {
    max-width: 288px;
  }
}

/* IMAGE BLOCK  */
.contact-us__block--image {
  position: relative;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .contact-us__block--image {
    justify-content: flex-end;
    align-items: flex-end;
    width: 56%;
    max-width: 702px;
    margin-left: -13.5%;
    padding-top: 10%;
  }
}
@media only screen and (min-width: 768px) and (-ms-high-contrast: active), only screen and (min-width: 768px) and (-ms-high-contrast: none) {
  .contact-us__block--image {
    min-height: 0;
  }
}

.contact-us__figure {
  max-width: 40%;
  max-height: 420px;
  margin: -18px 0 0 12%;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .contact-us__figure {
    max-width: 56%;
    max-height: none;
    margin: 0;
  }
}
.contact-us__figure::after {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fe7000;
}
@media only screen and (min-width: 768px) {
  .contact-us__figure::after {
    right: -13.5%;
  }
}

.contact-us__figure__image {
  display: block;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .contact-us__figure__image {
    position: relative;
    z-index: 2;
  }
}

/* Profile block */
.contact-us__profile {
  margin-bottom: 24px;
}

.contact-profile {
  display: flex;
  flex-direction: row;
  padding: 8px;
  border-left: solid 3px #fe7000;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .contact-profile {
    max-width: 278px;
  }
}

.contact-profile__figure {
  margin: 0;
}

.contact-profile__details {
  margin-left: 8px;
}

.contact-profile__name {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

.contact-profile__function {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.error-message {
  color: #ce0000;
}

/*# sourceMappingURL=contactus.css.map*/