/*!********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/splashpage.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************/
/** font family **/
.splash-page::before,
.splash-page__inner::before {
  content: "";
  display: block;
  background-image: url("../../img/basic-fit-white-logo.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 305px;
  height: 96px;
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
}

.splash-page {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background: linear-gradient(309.08deg, #efefef 64.55%, #fff 101%);
  overflow: hidden;
}
@media only screen and (min-width: 1025px) {
  .splash-page::before {
    left: auto;
    top: auto;
    right: 50px;
    bottom: 80px;
    transform: translate(0);
  }
}
@media only screen and (max-width: 1599px) {
  .splash-page::before {
    width: 300px;
    height: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .splash-page::before {
    display: none;
  }
}
@media only screen and (min-width: 1367px) {
  .splash-page::before {
    right: 65px;
    bottom: 65px;
  }
}

.splash-page__inner {
  width: 96%;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .splash-page__inner {
    width: 100%;
    max-width: 825px;
  }
}
@media only screen and (min-width: 768px) {
  .splash-page__inner::before {
    top: -100px;
    width: 300px;
  }
}
@media only screen and (min-width: 1025px) {
  .splash-page__inner::before {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .splash-page__inner::before {
    display: block;
    top: -60px;
    width: 200px;
    height: 100px;
  }
}

.splash-page__header {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}

.splash-page__content {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0 32px 24px;
  background-color: #fff;
}

.splash-page__heading {
  padding: 20px 32px 0;
  font-size: 40px;
  line-height: 40px;
  text-align: left;
}
@media only screen and (min-width: 1025px) {
  .splash-page__heading {
    font-size: 60px;
    line-height: 70px;
  }
}
.splash-page__heading span {
  display: block;
}

.splash-page__title {
  color: transparent;
  -webkit-text-stroke: 1px #313136;
}

.splash-page__dropdown {
  position: relative;
  display: flex;
  width: 100%;
  margin-bottom: 12px;
}
.splash-page__dropdown .flag-icon {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 12px;
  transform: translate(0, -50%);
}

.splash-page__select {
  padding: 2px 0 2px 40px;
  background-color: #fff;
  font-size: 18px;
  line-height: 22px;
}

.splash-page__cta {
  align-self: flex-start;
  margin-top: 12px;
  width: 100%;
}

.splash-page__footer {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 12px;
}

.splash-page__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .splash-page__links {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
}

.splash-page__links__item:not(:last-child)::after {
  content: " |";
  color: #fff;
}

.splash-page__link {
  display: inline-block;
  padding: 2px 4px;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  transition: background-color 0.2s, color 0.2s;
}
.splash-page__link:hover {
  color: #d2a8ff;
}

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