/*!****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[0].use[3]!./src/stylesheets/modules/m-brand.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * ==============================================
 * Dot Pulse
 * ==============================================
 */
/* 
    Created on : 2019-01-22, 20:47:20
    Author     : l.kobus
*/
/**
 * ==============================================
 * Dot Pulse
 * ==============================================
 */
.hero,
.m-profile {
  position: relative;
}
.hero .baner,
.m-profile .baner {
  position: relative;
}
.hero .baner--empty,
.m-profile .baner--empty {
  min-height: 200px;
  box-shadow: 4px 4px 50px 1px #eaeaea;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .hero .baner--empty,
  .m-profile .baner--empty {
    box-shadow: none;
  }
}
@media (min-width: 768px) {
  .hero .baner--empty,
  .m-profile .baner--empty {
    min-height: 350px;
  }
}
.hero .baner--empty.baner .ico,
.m-profile .baner--empty.baner .ico {
  fill: #000;
}
.hero .baner__ico,
.m-profile .baner__ico {
  position: absolute;
  right: 35px;
  bottom: 3.2rem;
  height: 45px;
  display: flex;
}
@media (max-width: 1420px) {
  .hero .baner__ico,
  .m-profile .baner__ico {
    bottom: 1rem;
    right: 40px;
  }
}
@media (max-width: 992px) {
  .hero .baner__ico,
  .m-profile .baner__ico {
    bottom: 0.6rem;
  }
}
@media (max-width: 767px) {
  .hero .baner__ico,
  .m-profile .baner__ico {
    bottom: -0.4rem;
    right: 0;
  }
}
@media (max-width: 576px) {
  .hero .baner__ico,
  .m-profile .baner__ico {
    bottom: -1.5rem;
  }
}
.hero .baner .imgWidth,
.m-profile .baner .imgWidth {
  width: 100%;
}
.hero .baner .ico,
.m-profile .baner .ico {
  height: 30px;
  width: 60px;
  transition: fill 0.3s cubic-bezier(0.3, 1.02, 0.73, 1);
  fill: #fff;
}
@media (max-width: 1420px) {
  .hero .baner .ico,
  .m-profile .baner .ico {
    height: 25px;
    margin-top: 10px;
    width: 50px;
  }
}
@media (max-width: 992px) {
  .hero .baner .ico,
  .m-profile .baner .ico {
    height: 20px;
    margin-top: 10px;
    width: 40px;
  }
}
@media (max-width: 576px) {
  .hero .baner .ico,
  .m-profile .baner .ico {
    height: 15px;
    margin-top: 10px;
    margin-right: 5px;
    width: 20px;
  }
}
.hero .brandL,
.m-profile .brandL {
  width: 30.2rem;
  height: 30.2rem;
  background-color: #fff;
  position: absolute;
  left: 10rem;
  bottom: -60px;
  box-shadow: 4px 4px 50px 1px #eaeaea;
  border: 1px solid #eaeaea;
  overflow: hidden;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .hero .brandL,
  .m-profile .brandL {
    box-shadow: none;
  }
}
.hero .brandL--icoMan,
.m-profile .brandL--icoMan {
  background-color: #333333;
  text-align: center;
}
.hero .brandL--icoMan img,
.m-profile .brandL--icoMan img {
  min-height: 100%;
}
.hero .brandL--padLeftRight,
.m-profile .brandL--padLeftRight {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 992px) {
  .hero .brandL--padLeftRight,
  .m-profile .brandL--padLeftRight {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 768px) {
  .hero .brandL--padLeftRight,
  .m-profile .brandL--padLeftRight {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media (max-width: 1420px) {
  .hero .brandL,
  .m-profile .brandL {
    width: 20.2rem;
    height: 20.2rem;
  }
}
@media (max-width: 992px) {
  .hero .brandL,
  .m-profile .brandL {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    bottom: auto;
    width: 10.2rem;
    height: 10.2rem;
  }
}
@media (max-width: 360px) {
  .hero .brandL,
  .m-profile .brandL {
    top: 0;
    transform: none;
  }
}
.hero .brandL__img,
.m-profile .brandL__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.hero .button,
.m-profile .button {
  width: 100%;
  margin-top: 50px;
  padding-right: 50px;
}
@media (max-width: 768px) {
  .hero .button,
  .m-profile .button {
    margin-top: 20px;
    padding-right: 0px;
  }
}
.hero .button__p,
.m-profile .button__p {
  float: right;
  width: 37.5rem;
  height: 100%;
  text-align: right;
  font-size: 18px;
  line-height: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
}
@media (max-width: 1420px) {
  .hero .button__p,
  .m-profile .button__p {
    font-size: 12px;
    line-height: 16px;
    width: 25rem;
  }
}
@media (max-width: 768px) {
  .hero .button__p,
  .m-profile .button__p {
    font-size: 9px;
    line-height: 12px;
    width: 20rem;
  }
}
@media (max-width: 576px) {
  .hero .button__p,
  .m-profile .button__p {
    width: 15rem;
    margin: 0 auto;
    padding-top: 10px;
  }
}
.hero .button__btn,
.m-profile .button__btn {
  float: right;
  margin-left: 20px;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .hero .baner {
    min-height: 321px;
  }
}
@media (min-width: 1200px) {
  .hero .baner {
    min-height: 352px;
  }
}
@media (min-width: 1420px) {
  .hero .baner {
    min-height: 472px;
  }
}
.hero .baner__ico--3 {
  right: 5rem;
  width: auto;
}
@media (max-width: 576px) {
  .hero .baner__ico--3 {
    margin-bottom: 0;
    right: 0;
  }
  .hero .baner__ico--3 .ico {
    margin-right: 5px;
  }
}

.m-profile .brandL__img {
  width: 100%;
}

.hoverAvailable .hero .baner .ico:hover {
  fill: #b31764;
}

.heroA {
  position: relative;
}
.heroA__img {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 85px;
  text-align: center;
}
@media (max-width: 768px) {
  .heroA__img {
    bottom: 10px;
  }
}
.heroA__img__logo {
  max-width: 200px;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media (max-width: 390px) {
  .heroA__img__logo {
    max-width: 120px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.noPlMb {
  padding-left: 0;
  margin-bottom: 0;
}

.noPrMb {
  padding-right: 0;
  margin-bottom: 0;
}
@media (max-width: 800px) {
  .noPrMb {
    padding-right: 15px;
  }
}

@media (max-width: 800px) {
  .pLeft {
    padding-left: 15px;
  }
}

.mBottom {
  margin-bottom: 50px;
}

@media (max-width: 992px) {
  .chOrder {
    display: flex;
    flex-direction: column;
  }
  .chOrder .thisC {
    order: -1;
    padding-right: 15px;
  }
}
@media (max-width: 768px) {
  .chOrder .box {
    padding-right: 15px;
  }
}
.chOrder .txt {
  padding-right: 6rem;
  padding-left: 5rem;
}

.txt {
  padding-right: 6rem;
  padding-left: 5rem;
}
.txt .a-btnSubmit--big {
  max-width: 290px;
  font-size: 1.7rem;
  line-height: 17px;
}

.photo {
  padding-left: 0;
  padding-right: 0;
}
.photo__img {
  width: 100%;
}

.box {
  position: relative;
}

.txt {
  padding-left: 6rem;
  padding-right: 5rem;
}
@media (min-width: 1420px) {
  .txt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .txt--noPosition {
    position: static;
    transform: none;
  }
}
@media (max-width: 992px) {
  .txt {
    margin-top: 30px;
    margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eaeaea;
  }
}
@media (max-width: 768px) {
  .txt {
    padding-left: 5rem;
  }
}
@media (max-width: 992px) {
  .txt--noMarBot {
    margin-bottom: 0px;
  }
}
.txt__date {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  padding-bottom: 30px;
}
@media (max-width: 1420px) {
  .txt__h {
    font-size: 20px;
    line-height: 20px;
    padding-top: 3rem;
  }
}
@media (min-width: 992px) {
  .txt__h--r {
    text-align: right;
  }
}
.txt__p {
  margin-top: 4rem;
  margin-bottom: 4.5rem;
  font-size: 17px;
  line-height: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}
@media (max-width: 1420px) {
  .txt__p {
    margin-top: 2.5rem;
    margin-bottom: 3.5rem;
    font-size: 12px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .txt__p--r {
    text-align: right;
  }
}
.txt a {
  color: #fff;
}

.label {
  width: 100%;
  background-color: #b31764;
  margin-bottom: 0;
  margin-top: 50px;
}
.label .btnText {
  width: 100%;
  padding: 50px 30px;
  text-align: center;
}
.label .btnText__p {
  max-width: 485px;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  color: #fff;
  text-align: right;
  font-size: 18px;
  line-height: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  padding-right: 30px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .label .btnText__p {
    font-size: 14px;
    line-height: 20px;
    max-width: 385px;
  }
}
@media (max-width: 576px) {
  .label .btnText__p {
    text-align: center;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 15px;
  }
}
.label .btnText__hovWhite {
  color: #fff;
}
.label .btnText__hovWhite:before {
  background-color: #fff;
}

.hoverAvailable .label .btnText__hovWhite:hover {
  color: #333333;
}

.youT {
  max-width: 870px;
  margin: 0 auto;
}
.youT .video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.youT iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.textBtn {
  text-align: center;
  margin-top: 50px;
}
.textBtn a {
  color: #fff;
}
.textBtn__p {
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .textBtn__p {
    font-size: 24px;
  }
}
