/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/index.js??ruleSet[1].rules[4].use[1]!../../node_modules/postcss-loader/lib/index.js??ruleSet[1].rules[4].use[2]!../../node_modules/resolve-url-loader/index.js??ruleSet[1].rules[4].use[3]!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[4]!../../node_modules/import-glob/index.js!./styles/subscribing-new.sass ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
html,
body {
  margin: 0;
  height: 100%;
}

header,
footer {
  display: none;
}

.subscribing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
}

.subscribing .animation {
  padding-bottom: 45px;
}

.subscribing .animation .player {
  max-width: 428px;
  height: 250px;
}

.subscribing__text {
  position: relative;
  bottom: 85px;
  width: 100%;
  font-size: 32px;
  line-height: 130%;
  color: #291F4F;
  font-weight: 500;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .subscribing__text {
    font-size: 24px;
  }
}

.subscribing .logo {
  position: absolute;
  bottom: 75px;
}



/*# sourceMappingURL=subscribing-new.css.map*/