.ErrorPage {
  display: block;
  text-align: center;
  padding: 10%; }
  @media only screen and (min-width: 768px) {
    .ErrorPage {
      padding: 5%; } }
  .ErrorPage__img {
    display: inline-block;
    width: 450px;
    max-width: 100%;
    margin-bottom: 13%; }
    @media only screen and (min-width: 768px) {
      .ErrorPage__img {
        margin-bottom: 7%; } }
  .ErrorPage__description {
    font-size: 1.5rem;
    margin-bottom: 20px; }

.HomeNav {
  display: block;
  background-image: linear-gradient(45deg, #474747, #242424);
  padding: 15px 25px;
  padding-bottom: 0; }
  .HomeNav__img {
    width: 70px; }
  .HomeNav__block {
    float: left;
    width: 50%; }
    .HomeNav__block--right {
      text-align: right; }

.HomeHero {
  display: block;
  padding: 6% 4% 15%;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .HomeHero {
      padding: 6% 4%;
      text-align: left; } }
  .HomeHero__block {
    float: left;
    width: 100%; }
    .HomeHero__block--right {
      display: none; }
      @media only screen and (min-width: 768px) {
        .HomeHero__block--right {
          display: block; } }
    @media only screen and (min-width: 768px) {
      .HomeHero__block {
        width: 50%; } }
  .HomeHero__content {
    padding-top: 7%; }
  .HomeHero__title {
    color: #0a2e36;
    font-size: 44px;
    line-height: 50px;
    font-weight: bold;
    margin-bottom: 25px; }
    @media only screen and (min-width: 768px) {
      .HomeHero__title {
        margin-bottom: 40px;
        line-height: 64px; } }
  .HomeHero__subtitle {
    color: #343434;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 50px;
    font-weight: 500; }
    @media only screen and (min-width: 768px) {
      .HomeHero__subtitle {
        font-size: 17px;
        margin-bottom: 25px;
        line-height: 26px; } }
  .HomeHero__img {
    width: 100%; }

.HomeFeatures {
  display: block;
  background: rgba(0, 0, 0, 0.02);
  padding: 7% 5%; }
  @media only screen and (min-width: 768px) {
    .HomeFeatures {
      padding: 7% 0; } }
  .HomeFeatures__title {
    font-size: 28px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 50px; }
  .HomeFeatures__list {
    list-style: none; }
  .HomeFeatures__item {
    width: 100%;
    float: left;
    margin-bottom: 50px; }
    @media only screen and (min-width: 768px) {
      .HomeFeatures__item {
        width: 33.33%;
        margin-bottom: 0; } }
  .HomeFeatures__container {
    text-align: center;
    padding: 0 8%; }
    @media only screen and (min-width: 768px) {
      .HomeFeatures__container {
        padding: 0 15%; } }
  .HomeFeatures__img {
    width: 150px;
    display: inline-block;
    margin-bottom: 20px; }
  .HomeFeatures__label {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px; }
  .HomeFeatures__text {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 15px; }
  .HomeFeatures__link {
    color: #3d3d3d;
    text-decoration: underline;
    font-size: 0.95rem; }

.Home {
  display: block; }

.BrainhubCarouselItem{display:flex;justify-content:center;align-items:center;position:relative}.BrainhubCarouselItem.BrainhubCarouselItem--clickable{cursor:pointer}.BrainhubCarouselItem .debug-number{position:absolute;top:0;bottom:0;left:0;right:0;display:flex;justify-content:center;font-size:2em;text-shadow:0px 0px 9px white}
.BrainhubCarousel__dots{display:flex;justify-content:center;list-style:none;margin:0;padding:0;font-size:0;line-height:0}.BrainhubCarousel__dots.BrainhubCarousel__dots--isRTL{direction:rtl}.BrainhubCarousel__dots .BrainhubCarousel__dot{outline:0;padding:10px;border:none;opacity:0.5;font-size:0;cursor:pointer;-webkit-appearance:none}.BrainhubCarousel__dots .BrainhubCarousel__dot.BrainhubCarousel__dot--selected{opacity:1 !important}.BrainhubCarousel__dots .BrainhubCarousel__dot:hover{opacity:1}.BrainhubCarousel__dots .BrainhubCarousel__dot:before{content:'';display:block;width:5px;height:5px;border-radius:50%;padding:0;border:none;background:#000}.BrainhubCarousel__dots .BrainhubCarousel__thumbnail{outline:0;padding:10px;border:none;opacity:0.5;font-size:0;cursor:pointer}.BrainhubCarousel__dots .BrainhubCarousel__thumbnail.BrainhubCarousel__thumbnail--selected{opacity:1 !important}.BrainhubCarousel__dots .BrainhubCarousel__thumbnail:hover{opacity:1}.BrainhubCarousel__thumbnail[type=button]{-webkit-appearance:none}.BrainhubCarousel--isRTL+.BrainhubCarousel__dots{direction:rtl}
.BrainhubCarousel__container{width:100%;overflow:hidden}.BrainhubCarousel{overflow:hidden;display:flex;align-items:center}.BrainhubCarousel.BrainhubCarousel--isRTL{direction:rtl}.BrainhubCarousel.BrainhubCarousel--isRTL .BrainhubCarousel__trackContainer .BrainhubCarousel__track{direction:rtl}.BrainhubCarousel .BrainhubCarousel__trackContainer{overflow:hidden}.BrainhubCarousel .BrainhubCarousel__trackContainer .BrainhubCarousel__track{display:flex;overflow:hidden;list-style:none;margin:0;padding:0}.BrainhubCarousel .BrainhubCarousel__trackContainer .BrainhubCarousel__track.BrainhubCarousel__track--transition{transition:transform}.BrainhubCarousel__arrows{cursor:pointer}.BrainhubCarousel__loader{width:50px;height:50px;border-radius:100%;border:4px solid #7b59ff;border-left-color:transparent;animation:loader 1s infinite linear}@keyframes loader{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
.BrainhubCarousel__arrows{position:relative;padding:21px;border:none;overflow:hidden;outline:0;font-size:0;line-height:0;background-color:#7b59ff}.BrainhubCarousel__arrows span{display:block;position:absolute;top:50%;left:50%;border-style:solid;border-color:#fff;border-width:3px 3px 0 0;padding:5px;transition:0.3s;font-size:0}.BrainhubCarousel__arrows:hover{background-color:#8768ff}.BrainhubCarousel__arrows:hover span{display:block;position:absolute;top:50%;left:50%;border-style:solid;border-color:#fff;border-width:3px 3px 0 0;padding:5px;transition:0.3s;font-size:0}.BrainhubCarousel__arrows:hover:enabled{background-color:#8768ff}.BrainhubCarousel__arrows:hover:enabled span{border-color:#fff;margin:0}.BrainhubCarousel__arrows:disabled{background-color:#ccc}.BrainhubCarousel__arrowLeft span{transform:translate(-50%, -50%) rotate(-135deg);margin-left:2.45px}.BrainhubCarousel__arrowRight span{transform:translate(-50%, -50%) rotate(45deg);margin-left:-2.45px}.BrainhubCarousel--isRTL .BrainhubCarousel__arrowLeft span{transform:translate(-50%, -50%) rotate(45deg);margin-left:-2.45px}.BrainhubCarousel--isRTL .BrainhubCarousel__custom-arrowLeft span{transform:rotate(180deg)}.BrainhubCarousel--isRTL .BrainhubCarousel__arrowRight span{transform:translate(-50%, -50%) rotate(-135deg);margin-left:2.45px}.BrainhubCarousel--isRTL .BrainhubCarousel__custom-arrowRight span{transform:rotate(-180deg)}.BrainhubCarousel--isRTL .BrainhubCarousel__arrows:hover span{margin:0}.BrainhubCarousel__arrow--disable{pointer-events:none}
.HomeTestimonials {
  display: block;
  padding: 7% 0; }
  .HomeTestimonials__title {
    font-size: 28px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 60px; }
  .HomeTestimonials__logos {
    list-style: none; }
  .HomeTestimonials__logo {
    list-style: none;
    width: 20%;
    float: left;
    text-align: center;
    padding: 0 4%; }
  .HomeTestimonials__item {
    text-align: center;
    padding: 7% 7% 5%; }
    @media only screen and (min-width: 768px) {
      .HomeTestimonials__item {
        padding: 5% 20%; } }
  .HomeTestimonials__text {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 21px;
    line-height: 37px;
    font-weight: 300;
    margin-bottom: 20px; }
  .HomeTestimonials__user {
    display: inline-block;
    padding-bottom: 40px; }
    .HomeTestimonials__user-avatar {
      display: inline-block;
      vertical-align: middle;
      margin-right: 15px; }
    .HomeTestimonials__user-details {
      display: inline-block;
      vertical-align: middle; }
    .HomeTestimonials__user-name {
      font-weight: 600; }
    .HomeTestimonials__user-byline {
      font-style: italic; }

.HomeStats {
  display: block;
  padding: 0 3%; }
  .HomeStats__list {
    list-style: none; }
  .HomeStats__item {
    width: 100%;
    float: left;
    margin-bottom: 15px; }
    @media only screen and (min-width: 768px) {
      .HomeStats__item {
        width: 33.33%;
        margin-bottom: 0; } }
  .HomeStats__item {
    padding: 0 1%; }
  .HomeStats__container {
    background-color: rgba(0, 0, 0, 0.02);
    padding: 15px 20px; }
  .HomeStats__img {
    display: inline-block;
    width: 40px;
    vertical-align: middle; }
  .HomeStats__details {
    display: inline-block;
    width: calc(100% - 70px);
    vertical-align: middle;
    padding-left: 20px; }
  .HomeStats__name {
    font-size: 0.95rem;
    font-weight: 500;
    margin-bottom: 5px; }
  .HomeStats__text {
    font-size: 0.95rem; }
  .HomeStats__link {
    color: #3d3d3d;
    text-decoration: underline;
    font-size: 0.95rem; }

.HomeFaq {
  display: block;
  padding: 10% 3%; }
  .HomeFaq__title {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 30px;
    padding-left: 20px; }
    @media only screen and (min-width: 768px) {
      .HomeFaq__title {
        text-align: center;
        padding-left: 0; } }
  .HomeFaq__list {
    list-style: none; }
  .HomeFaq__item {
    width: 100%;
    float: left;
    margin-bottom: 25px; }
    @media only screen and (min-width: 768px) {
      .HomeFaq__item {
        width: 50%;
        margin-bottom: 0; } }
  .HomeFaq__item {
    padding: 0 1%; }
  .HomeFaq__container {
    padding: 15px 20px; }
  .HomeFaq__name {
    font-weight: bold;
    margin-bottom: 5px; }

.HomeApp {
  display: block;
  padding: 20px 3%;
  background-color: #f6f5f5; }
  .HomeApp__list {
    list-style: none;
    text-align: right; }
  .HomeApp__item {
    margin-right: 15px;
    display: inline-block; }
  .HomeApp__img {
    display: inline-block;
    max-width: 120px;
    vertical-align: middle; }

.HomeFooter {
  display: block;
  padding: 12% 7%; }
  @media only screen and (min-width: 768px) {
    .HomeFooter {
      padding: 4% 7%; } }
  .HomeFooter__left {
    float: left;
    margin-bottom: 50px; }
    @media only screen and (min-width: 768px) {
      .HomeFooter__left {
        width: 35%;
        margin-bottom: 0; } }
  .HomeFooter__right {
    float: right; }
    @media only screen and (min-width: 768px) {
      .HomeFooter__right {
        width: 60%; } }
  .HomeFooter__title {
    margin-bottom: 20px;
    color: #3c3c3c;
    font-size: 1.2rem;
    font-weight: 600; }
  .HomeFooter__about {
    margin-bottom: 40px;
    color: #3c3c3c;
    line-height: 25px; }
  .HomeFooter__list {
    list-style: none; }
  .HomeFooter__social-list {
    margin-bottom: 5px; }
  .HomeFooter__social-item {
    display: inline-block;
    margin-right: 15px; }
  .HomeFooter__social-img {
    width: 25px; }
  .HomeFooter__copyright {
    font-size: 0.9rem;
    font-weight: 500; }
  .HomeFooter__section {
    width: 100%;
    float: left;
    margin-bottom: 15px; }
    @media only screen and (min-width: 768px) {
      .HomeFooter__section {
        text-align: right; } }
    .HomeFooter__section-title {
      font-size: 1.1rem;
      font-weight: 600;
      margin-bottom: 15px; }
    @media only screen and (min-width: 768px) {
      .HomeFooter__section {
        width: 33.33%;
        margin-bottom: 0; } }
  .HomeFooter__link-item {
    margin-bottom: 4px; }
  .HomeFooter__link {
    color: #3d3d3d;
    font-size: 0.95rem; }
    .HomeFooter__link:hover {
      text-decoration: underline; }

.Home {
  display: block; }

.Login {
  padding: 6% 4% 0;
  max-width: 600px;
  margin: 0 auto; }
  .Login__title {
    margin-bottom: 40px;
    font-weight: bold;
    font-size: 1.4rem; }
  .Login__form {
    padding: 10%;
    border: 1px solid #e0dede; }
  .Login__cta {
    margin-top: 10px;
    text-decoration: underline;
    display: block; }
  .Login__social-cta {
    margin-bottom: 15px; }
  .Login__social-list {
    margin-bottom: 25px; }


.ProfileForm {
  display: block;
  border: 1px solid #e0dede;
  padding: 30px; }
  @media only screen and (min-width: 768px) {
    .ProfileForm {
      padding: 40px; } }

.EpubSection {
  display: block;
  border: 1px solid #e0dede; }
  .EpubSection__header {
    padding: 20px;
    background-color: #f5f5f5; }
  .EpubSection__title {
    font-size: 1.2rem;
    font-weight: 500;
    float: left;
    width: 50%; }
  .EpubSection__icons {
    width: 50%;
    float: left;
    text-align: right; }
  .EpubSection__icon {
    display: inline-block;
    cursor: pointer;
    font-size: 1.5rem;
    margin-left: 10px;
    position: relative;
    transition: transform 0.4s; }
    .EpubSection__icon:hover {
      color: #ddc302;
      transform: scale(1.1); }
  .EpubSection__form {
    padding: 20px; }
    .EpubSection__form--hidden {
      display: none; }
  .EpubSection__content {
    /*! Typebase.scss v0.1.0 | MIT License */
    /* Setup */
    /* Copy & Lists */
    /* Headings */
    /* Tables */
    /* Code blocks */
    /* Leading paragraph text */
    /* Hug a the block above you */ }
    .EpubSection__content html {
      /* Change default typefaces here */
      font-family: serif;
      font-size: 137.5%;
      -webkit-font-smoothing: antialiased; }
    .EpubSection__content p {
      line-height: 1.5rem;
      margin-top: 1.5rem;
      margin-bottom: 0; }
    .EpubSection__content ul,
    .EpubSection__content ol {
      margin-top: 1.5rem;
      margin-bottom: 1.5rem;
      display: block; }
      .EpubSection__content ul li,
      .EpubSection__content ol li {
        line-height: 1.5rem; }
      .EpubSection__content ul ul,
      .EpubSection__content ul ol,
      .EpubSection__content ol ul,
      .EpubSection__content ol ol {
        margin-top: 0;
        margin-bottom: 0; }
    .EpubSection__content ol {
      list-style-type: decimal;
      margin-block-start: 1em;
      margin-block-end: 1em;
      margin-inline-start: 0;
      margin-inline-end: 0;
      padding-inline-start: 40px; }
    .EpubSection__content blockquote {
      line-height: 1.5rem;
      margin-top: 1.5rem;
      margin-bottom: 1.5rem; }
    .EpubSection__content h1,
    .EpubSection__content h2,
    .EpubSection__content h3,
    .EpubSection__content h4,
    .EpubSection__content h5,
    .EpubSection__content h6 {
      /* Change heading typefaces here */
      font-family: sans-serif;
      margin-top: 1.5rem;
      margin-bottom: 0;
      line-height: 1.5rem; }
    .EpubSection__content h1 {
      font-size: 4.242rem;
      line-height: 4.5rem;
      margin-top: 3rem; }
    .EpubSection__content h2 {
      font-size: 2.828rem;
      line-height: 3rem;
      margin-top: 3rem; }
    .EpubSection__content h3 {
      font-size: 1.414rem; }
    .EpubSection__content h4 {
      font-size: 0.707rem; }
    .EpubSection__content h5 {
      font-size: 0.47133rem; }
    .EpubSection__content h6 {
      font-size: 0.3535rem; }
    .EpubSection__content table {
      margin-top: 1.5rem;
      border-spacing: 0px;
      border-collapse: collapse; }
    .EpubSection__content td,
    .EpubSection__content th {
      padding: 0;
      line-height: 33px; }
    .EpubSection__content code {
      vertical-align: bottom; }
    .EpubSection__content .lead {
      font-size: 1.414rem; }
    .EpubSection__content .hug {
      margin-top: 0; }
    .EpubSection__content a {
      color: #449d48; }

.EpubCreator {
  display: block; }
  .EpubCreator__sections {
    list-style: none;
    margin-bottom: 5px; }
  .EpubCreator__section {
    margin-bottom: 60px; }
  .EpubCreator__add-btn {
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .EpubCreator__add-btn {
        text-align: right; } }

.AccountSummary {
  display: block;
  text-align: right; }
  .AccountSummary__info {
    margin-bottom: 3px;
    font-weight: 500;
    display: inline-block;
    margin-right: 15px; }
  .AccountSummary__cta {
    display: inline-block; }

.SearchBox {
  display: block;
  text-align: left; }
  @media only screen and (min-width: 768px) {
    .SearchBox {
      text-align: right; } }
  .SearchBox__input {
    display: block;
    width: 100%;
    margin-bottom: 10px; }
    @media only screen and (min-width: 768px) {
      .SearchBox__input {
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 0;
        width: initial; } }
  .SearchBox__btn {
    display: block; }
    @media only screen and (min-width: 768px) {
      .SearchBox__btn {
        display: inline-block; } }

.ColumnPage {
  padding: 3% 20px; }
  @media only screen and (min-width: 768px) {
    .ColumnPage {
      padding: 1% 2% 3%; } }
  .ColumnPage__title {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: uppercase; }
  .ColumnPage__column {
    width: 100%;
    float: left;
    padding: 20px 0;
    margin-bottom: 10%; }
    @media only screen and (min-width: 768px) {
      .ColumnPage__column {
        width: 50%;
        padding: 40px;
        margin-bottom: 0; } }
  .ColumnPage__item {
    margin-bottom: 13%; }
  .ColumnPage__content h2 {
    margin: 0 0 10px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 500;
    text-transform: uppercase; }
  .ColumnPage__content p {
    margin: 0 0 25px; }
  .ColumnPage__content a {
    outline: none;
    text-decoration: underline;
    color: #054100; }
  .ColumnPage__content span {
    background-color: transparent !important;
    line-height: 1.4rem; }
  .ColumnPage__content li {
    margin-bottom: 5px; }
  .ColumnPage--single .ColumnPage__column {
    width: 100%;
    padding: 20px 0; }
    @media only screen and (min-width: 768px) {
      .ColumnPage--single .ColumnPage__column {
        padding: 20px 25%; } }




.ChaptersReader {
  display: block;
  padding: 20px;
  min-height: 60vh; }
  .ChaptersReader__nav {
    width: 100%;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5rem;
    vertical-align: middle;
    margin-bottom: 20px; }
    @media only screen and (min-width: 768px) {
      .ChaptersReader__nav {
        line-height: 3rem;
        font-size: 1.2rem; } }
    .ChaptersReader__nav-item {
      float: left;
      width: 40%; }
      .ChaptersReader__nav-item--right {
        text-align: right;
        float: right; }
    .ChaptersReader__nav-page {
      width: 20%;
      text-align: center;
      float: left;
      display: inline-block;
      padding: 5px 0; }
      @media only screen and (min-width: 768px) {
        .ChaptersReader__nav-page {
          padding: 10px 0; } }
    .ChaptersReader__nav-empty {
      opacity: 0;
      display: inline-block; }
    .ChaptersReader__nav-link {
      display: inline-block;
      cursor: pointer; }
      .ChaptersReader__nav-link:hover {
        color: #3d8b40; }
    .ChaptersReader__nav-icon {
      padding: 5px;
      text-align: left;
      font-size: 1.5rem;
      display: inline-block;
      vertical-align: middle; }
      @media only screen and (min-width: 768px) {
        .ChaptersReader__nav-icon {
          font-size: 3rem;
          padding: 10px; } }
    .ChaptersReader__nav-text {
      display: inline-block;
      vertical-align: middle; }
  .ChaptersReader__title {
    font-size: 1.7rem;
    text-align: center;
    font-weight: 500;
    color: #3f51b5; }
  .ChaptersReader__content {
    padding: 30px;
    /*! Typebase.scss v0.1.0 | MIT License */
    /* Setup */
    /* Copy & Lists */
    /* Headings */
    /* Tables */
    /* Code blocks */
    /* Leading paragraph text */
    /* Hug a the block above you */ }
    .ChaptersReader__content html {
      /* Change default typefaces here */
      font-family: serif;
      font-size: 137.5%;
      -webkit-font-smoothing: antialiased; }
    .ChaptersReader__content p {
      line-height: 1.5rem;
      margin-top: 1.5rem;
      margin-bottom: 0; }
    .ChaptersReader__content ul,
    .ChaptersReader__content ol {
      margin-top: 1.5rem;
      margin-bottom: 1.5rem;
      display: block; }
      .ChaptersReader__content ul li,
      .ChaptersReader__content ol li {
        line-height: 1.5rem; }
      .ChaptersReader__content ul ul,
      .ChaptersReader__content ul ol,
      .ChaptersReader__content ol ul,
      .ChaptersReader__content ol ol {
        margin-top: 0;
        margin-bottom: 0; }
    .ChaptersReader__content ol {
      list-style-type: decimal;
      margin-block-start: 1em;
      margin-block-end: 1em;
      margin-inline-start: 0;
      margin-inline-end: 0;
      padding-inline-start: 40px; }
    .ChaptersReader__content blockquote {
      line-height: 1.5rem;
      margin-top: 1.5rem;
      margin-bottom: 1.5rem; }
    .ChaptersReader__content h1,
    .ChaptersReader__content h2,
    .ChaptersReader__content h3,
    .ChaptersReader__content h4,
    .ChaptersReader__content h5,
    .ChaptersReader__content h6 {
      /* Change heading typefaces here */
      font-family: sans-serif;
      margin-top: 1.5rem;
      margin-bottom: 0;
      line-height: 1.5rem; }
    .ChaptersReader__content h1 {
      font-size: 4.242rem;
      line-height: 4.5rem;
      margin-top: 3rem; }
    .ChaptersReader__content h2 {
      font-size: 2.828rem;
      line-height: 3rem;
      margin-top: 3rem; }
    .ChaptersReader__content h3 {
      font-size: 1.414rem; }
    .ChaptersReader__content h4 {
      font-size: 0.707rem; }
    .ChaptersReader__content h5 {
      font-size: 0.47133rem; }
    .ChaptersReader__content h6 {
      font-size: 0.3535rem; }
    .ChaptersReader__content table {
      margin-top: 1.5rem;
      border-spacing: 0px;
      border-collapse: collapse; }
    .ChaptersReader__content td,
    .ChaptersReader__content th {
      padding: 0;
      line-height: 33px; }
    .ChaptersReader__content code {
      vertical-align: bottom; }
    .ChaptersReader__content .lead {
      font-size: 1.414rem; }
    .ChaptersReader__content .hug {
      margin-top: 0; }
    .ChaptersReader__content a {
      color: #449d48; }

.EpubReader {
  display: block;
  text-align: left;
  padding: 50px;
  height: 60vh;
  position: relative;
  width: 100%; }

.EpubReader {
  display: block;
  text-align: left;
  padding: 50px;
  height: 60vh;
  position: relative;
  width: 100%; }

.PublicationsPreview {
  display: block;
  text-align: center;
  padding: 10% 20px 15%; }
  @media only screen and (min-width: 768px) {
    .PublicationsPreview {
      padding: 1% 8%;
      text-align: left; } }
  .PublicationsPreview__title {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 5px; }
    @media only screen and (min-width: 768px) {
      .PublicationsPreview__title {
        font-size: 2rem; } }
  .PublicationsPreview__edit {
    display: inline-block;
    margin-bottom: 10%;
    text-decoration: underline;
    color: #3d8b40;
    font-size: 1.2rem;
    cursor: pointer; }
    @media only screen and (min-width: 768px) {
      .PublicationsPreview__edit {
        margin-bottom: 5%; } }
    .PublicationsPreview__edit-wrapper {
      text-align: center; }
  .PublicationsPreview__content {
    box-shadow: 0px 1px 20px 0px rgba(46, 61, 73, 0.2); }

.img-btn {
  height: 50px;
  width: 50px; }

@media screen and (max-width: 600px) {
  .img-btn {
    display: none; } }

.EpubReaderTablet {
  display: block;
  text-align: center;
  padding: 10% 20px 15%;
  max-height: 2343.75%;
  box-shadow: 0px 1px 20px 0px rgba(46, 61, 73, 0.2); }
  @media only screen and (min-width: 768px) {
    .EpubReaderTablet {
      padding: 1% 8%;
      text-align: left; } }

.EpubReaderMobile {
  display: block;
  text-align: center;
  padding: 50px;
  height: 60vh;
  position: relative;
  width: 100%;
  max-width: 768px;
  padding: 1% 8%;
  margin-bottom: 5%;
  box-shadow: 0px 1px 20px 0px rgba(46, 61, 73, 0.2); }

/* The device with borders */
.smartphone {
  position: relative;
  width: 360px;
  height: 520px;
  margin: auto;
  border: 16px black solid;
  border-top-width: 60px;
  border-bottom-width: 60px;
  border-radius: 36px;
  z-index: 10; }

/* The horizontal line on the top of the device */
.smartphone:before {
  content: '';
  display: block;
  width: 60px;
  height: 5px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #333;
  border-radius: 10px; }

/* The circle on the bottom of the device */
.smartphone:after {
  content: '';
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  left: 50%;
  bottom: -65px;
  transform: translate(-50%, -50%);
  background: #333;
  border-radius: 50%; }

/* The screen (or content) of the device */
.smartphone .content {
  width: 100%;
  height: 100%;
  background: white; }

/* The device with borders */
.tablet {
  position: relative;
  width: 768px;
  height: 597px;
  margin: auto;
  border: 16px black solid;
  border-top-width: 60px;
  border-bottom-width: 60px;
  border-radius: 36px; }

/* The horizontal line on the top of the device */
.tablet:before {
  content: '';
  display: block;
  width: 60px;
  height: 5px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #333;
  border-radius: 10px; }

/* The circle on the bottom of the device */
.tablet:after {
  content: '';
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  left: 50%;
  bottom: -65px;
  transform: translate(-50%, -50%);
  background: #333;
  border-radius: 50%; }

/* The screen (or content) of the device */
.tablet .content {
  width: 100%;
  height: 100%;
  background: white;
  margin: -1px; }

.PreviewPage {
  padding: 1% 8%; }



.Table {
  overflow-x: auto;
  box-shadow: 0px 1px 20px 0px rgba(46, 61, 73, 0.2); }
  .Table__table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    text-align: center; }
  .Table__head {
    background: #f7f7f7;
    padding: 20px 10px;
    font-size: 1.1rem;
    min-width: 100px; }
  .Table__row:hover {
    background-color: #f5f5f5; }
  .Table__cell {
    border-top: 1px solid #f3f0ef;
    padding: 30px 10px;
    color: #222;
    cursor: pointer; }

.SalesList {
  display: block; }
  .SalesList__table {
    margin-bottom: 30px; }
  .SalesList__load-more {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    display: block;
    text-align: center; }

.Search {
  display: block; }
  .Search__header {
    margin-bottom: 4%; }
  .Search__title {
    font-size: 2rem;
    font-weight: 500;
    float: left;
    width: 100%;
    margin-bottom: 5%; }
    @media only screen and (min-width: 768px) {
      .Search__title {
        width: 40%;
        font-size: 3rem;
        margin-bottom: 0; } }
  .Search__search-box {
    float: left;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .Search__search-box {
        width: 60%; } }
  .Search__table {
    margin-bottom: 30px; }
    .Search__table b {
      font-weight: 500; }
  .Search__img {
    width: 64px;
    height: 79px;
    display: inline-block; }
  .Search__actions {
    width: 50px; }
  .Search__icon {
    display: inline-block;
    padding: 0 10px;
    font-size: 1.4rem;
    cursor: pointer; }
    .Search__icon:hover {
      color: #3d8b40; }
  .Search__load-more {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    display: block;
    text-align: center; }
  .Search__rating {
    color: #3d8b40;
    font-weight: 500; }
  .Search__loader {
    padding: 10% 5%;
    text-align: center; }

.SearchPage {
  padding: 10% 20px; }
  @media only screen and (min-width: 768px) {
    .SearchPage {
      padding: 2% 8%; } }

.Textarea {
  overflow: auto;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  resize: none;
  border: 1px solid #e0dede;
  width: 100%;
  min-height: 50px;
  font-size: 0.9rem;
  font-weight: normal; }
  .Textarea--bottom {
    border: 0;
    border-bottom: 1px solid #e0dede;
    min-height: auto;
    padding: 0 15px; }
  .Textarea--plain {
    border: 0;
    min-height: auto;
    padding: 0 15px; }

.ContactForm {
  display: block;
  padding: 20px;
  border: 1px solid #e0dede; }
  @media only screen and (min-width: 768px) {
    .ContactForm {
      padding: 50px; } }

.ContactPage {
  padding: 5% 20px; }
  @media only screen and (min-width: 768px) {
    .ContactPage {
      padding: 1% 8% 3%; } }
  .ContactPage__title {
    font-size: 2.5rem;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 4%; }
    @media only screen and (min-width: 768px) {
      .ContactPage__title {
        font-size: 3rem;
        margin-bottom: 7%; } }
  .ContactPage__content {
    float: left;
    text-align: center;
    width: 100%;
    margin-bottom: 4%; }
    @media only screen and (min-width: 768px) {
      .ContactPage__content {
        width: 35%;
        margin-bottom: 0;
        padding-top: 30px; } }
    .ContactPage__content p {
      margin: 0 0 25px; }
    .ContactPage__content a {
      outline: none;
      text-decoration: underline;
      color: #054100; }
    .ContactPage__content span {
      background-color: transparent !important; }
  .ContactPage__form {
    float: left;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .ContactPage__form {
        margin-left: 10%;
        width: 55%; } }

.Uploader {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  cursor: pointer; }

.EpubFileViewer {
  display: block; }
  .EpubFileViewer__info {
    width: calc(100% - 150px);
    float: left; }
  .EpubFileViewer__title {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.1rem;
    word-break: break-word; }
    @media only screen and (min-width: 768px) {
      .EpubFileViewer__title {
        line-height: 3rem; } }
  .EpubFileViewer__info-icon {
    display: inline-block;
    font-size: 3rem;
    margin-right: 20px;
    line-height: 3rem;
    vertical-align: middle; }
  .EpubFileViewer__icons {
    width: 100px;
    float: left;
    text-align: right; }
  .EpubFileViewer__icon {
    display: inline-block;
    cursor: pointer;
    font-size: 1.5rem;
    margin-left: 10px;
    transition: transform 0.4s; }
    .EpubFileViewer__icon:hover {
      color: #ddc302;
      transform: scale(1.1); }

.Input, .Tags, .Tags__input {
  border-radius: 0;
  font-size: 15px;
  height: 46px;
  margin: 0;
  padding: 5px;
  line-height: 1.3333333;
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
  .Input[type='checkbox'], .Tags[type='checkbox'], .Tags__input[type='checkbox'] {
    border: 0;
    box-shadow: none;
    display: inline;
    width: auto;
    height: 1rem;
    vertical-align: middle;
    margin-left: 5px; }
  .Input--border-bottom {
    border: 0;
    border-bottom: 1px solid #ccc; }
  .Input--center {
    text-align: center; }
  .Input:invalid:focus, .Tags:invalid:focus, .Tags__input:invalid:focus {
    outline-color: #f32c1e;
    border-color: #f32c1e; }
  .Input--wide {
    width: 300px; }
  @media only screen and (max-width: 768px) {
    .Input--sm-full {
      width: 100%; } }

.Tags {
  display: block;
  height: auto;
  padding: 4px 10px; }
  .Tags__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block; }
  .Tags__item {
    display: inline-block;
    margin-right: 10px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 1px solid #CAD8F3;
    background: none;
    background-color: #DEE7F8;
    padding: 2px 8px;
    margin-bottom: 8px; }
  .Tags__close {
    display: inline-block;
    vertical-align: center;
    margin-left: 4px;
    cursor: pointer; }
  .Tags__input {
    display: inline-block;
    border: 0;
    appearance: 0;
    width: auto;
    box-shadow: none;
    max-width: 100%; }
    @media only screen and (min-width: 768px) {
      .Tags__input {
        min-width: 250px; } }
    .Tags__input:focus {
      outline: 0;
      border-bottom: 1px solid #c9b102; }

.PublicationContent {
  display: block; }
  .PublicationContent__hint {
    color: #918001; }

.CoverModalInfo {
  display: block;
  text-align: center;
  padding-bottom: 30px; }
  .CoverModalInfo__title {
    font-size: 2rem;
    font-weight: bold;
    color: #449d48;
    margin-bottom: 20px; }
  .CoverModalInfo__subtitle {
    font-size: 1.1rem;
    margin-bottom: 40px; }
  .CoverModalInfo__btn {
    margin-bottom: 10px;
    display: block; }

.CoverUpload {
  display: block;
  padding-bottom: 30px; }
  .CoverUpload__row {
    margin-bottom: 10px; }
  .CoverUpload__icon {
    font-size: 2rem;
    width: 50px;
    float: left; }
  .CoverUpload__info {
    float: left;
    width: calc(100% - 50px);
    font-weight: 500; }
  .CoverUpload__btn {
    margin-top: 40px;
    text-align: center; }

.Modal {
  display: block;
  position: fixed;
  min-height: 100vh;
  width: 100vw;
  z-index: 10000;
  top: 0;
  left: 0; }
  .Modal__overlay {
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 0.4; }
  .Modal__wrapper {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .Modal__wrapper {
        padding-left: 100px; } }
  .Modal__box {
    height: 100vh;
    overflow: scroll;
    max-width: 540px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 1px 20px 0px rgba(46, 61, 73, 0.2); }
    @media only screen and (min-width: 768px) {
      .Modal__box {
        height: 80vh; } }
  .Modal__header {
    text-align: center;
    padding: 15px;
    border-bottom: 1px solid #e0dede;
    position: relative;
    background-color: #f7f7f7;
    font-weight: bold; }
  .Modal__close {
    position: absolute;
    right: 15px;
    top: 15px;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    padding-left: 10px; }
  .Modal__body {
    overflow-y: scroll; }
  .Modal--lg .Modal__box {
    max-width: 800px; }
  @media only screen and (min-width: 768px) {
    .Modal--fluid {
      height: auto;
      min-height: auto; }
      .Modal--fluid .Modal__box {
        height: auto;
        min-height: auto; } }

.EmailNotifications {
  display: block;
  text-align: left;
  padding: 20px; }

.PasswordUpdate {
  display: block;
  text-align: left;
  padding: 20px; }

.ProfileUpdates {
  display: block; }
  .ProfileUpdates__link {
    color: #2d682f;
    display: block;
    margin-bottom: 3px;
    text-decoration: underline;
    cursor: pointer; }
    .ProfileUpdates__link:hover {
      color: #1e441f; }

.AvatarModal {
  display: block;
  text-align: center;
  padding: 20px;
  padding-bottom: 50px; }
  .AvatarModal__info {
    margin-bottom: 30px;
    font-weight: 500; }

.ProfileAvatar {
  display: block; }
  .ProfileAvatar__avatar {
    margin-bottom: 15px; }

.Profile {
  display: block;
  padding: 30px 20px 50px; }
  @media only screen and (min-width: 768px) {
    .Profile {
      padding: 0 30px 50px; } }
  .Profile__title {
    text-align: center;
    text-transform: uppercase;
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 30px; }
    @media only screen and (min-width: 768px) {
      .Profile__title {
        font-size: 3rem; } }
  .Profile__left {
    float: left;
    text-align: center;
    margin-bottom: 30px;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .Profile__left {
        width: 30%;
        text-align: right;
        margin-bottom: 0; } }
    .Profile__left-wrapper {
      text-align: center;
      width: 100%; }
      @media only screen and (min-width: 768px) {
        .Profile__left-wrapper {
          display: inline-block;
          max-width: 250px; } }
  .Profile__right {
    float: left;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .Profile__right {
        width: 70%;
        padding: 0 80px; } }
  .Profile__avatar {
    margin-bottom: 25px; }
  .Profile__info {
    box-shadow: 0px 1px 20px 0px rgba(46, 61, 73, 0.2);
    padding: 20px;
    margin-bottom: 40px; }
  .Profile__username {
    background-color: #fde115;
    padding: 10px;
    font-weight: 500;
    font-size: 1.1rem;
    margin-bottom: 7px; }
  .Profile__link {
    margin-bottom: 10px;
    display: block;
    color: #3d8b40;
    font-weight: 500;
    word-break: break-word; }
    @media only screen and (min-width: 768px) {
      .Profile__link {
        font-size: 1.1rem;
        margin-bottom: 5px; } }
  .Profile__balance {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 30px; }
    .Profile__balance-text {
      float: left;
      width: 50%;
      display: inline-block; }
    .Profile__balance-refill {
      float: right;
      display: inline-block;
      cursor: pointer;
      text-align: right;
      background-color: #fde115;
      padding: 0 3px; }

.CoverModal {
  display: block;
  text-align: left;
  padding: 20px; }

.PublicationCover {
  display: block;
  position: relative; }
  .PublicationCover__img-holder {
    position: relative;
    width: 100%;
    padding-top: 125%;
    overflow: hidden; }
  .PublicationCover__img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 100%; }
  .PublicationCover__name {
    position: absolute;
    top: 0;
    z-index: 10;
    text-align: center;
    color: #fff;
    padding-top: 7%;
    width: 100%;
    text-transform: uppercase;
    font-size: 0.9rem; }
  .PublicationCover__branding {
    position: absolute;
    bottom: 0;
    z-index: 10;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    font-size: 0.9rem;
    color: #fff;
    padding-bottom: 5%; }
  .PublicationCover__nav {
    position: absolute;
    z-index: 100;
    top: 0;
    width: 100%;
    display: none; }
    .PublicationCover__nav-bg {
      background-color: #fde115;
      opacity: 0.7;
      position: absolute;
      width: 100%;
      height: 100%; }
    .PublicationCover__nav-icon {
      float: left;
      padding: 10px;
      text-align: left;
      color: #fff;
      font-size: 3rem;
      z-index: 1000;
      cursor: pointer;
      position: relative;
      display: inline-block; }
      .PublicationCover__nav-icon--right {
        text-align: right;
        float: right; }
  .PublicationCover__upload {
    position: absolute;
    z-index: 100;
    text-align: center;
    color: #222;
    bottom: 0;
    width: 100%;
    display: none; }
    .PublicationCover__upload-bg {
      background-color: #fde115;
      opacity: 0.7;
      position: absolute;
      width: 100%;
      height: 100%; }
    .PublicationCover__upload-content {
      padding: 10px;
      display: block;
      cursor: pointer;
      position: relative;
      z-index: 100; }
    .PublicationCover__upload-icon {
      font-size: 2rem;
      cursor: pointer;
      position: relative;
      display: inline-block;
      vertical-align: middle;
      line-height: 1.5rem;
      margin-right: 5px; }
    .PublicationCover__upload-text {
      vertical-align: middle;
      position: relative;
      display: inline-block;
      line-height: 1.5rem;
      font-weight: 500; }
  .PublicationCover:hover .PublicationCover__nav,
  .PublicationCover:hover .PublicationCover__upload {
    display: block; }

.PublicationInfo {
  display: block;
  text-align: center; }
  .PublicationInfo p {
    margin-bottom: 5px; }
  .PublicationInfo a {
    color: #2d682f;
    font-weight: 600;
    text-decoration: underline; }

.PublicationForm {
  display: block;
  padding-bottom: 10%; }
  .PublicationForm__title {
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .PublicationForm__title {
        font-size: 3rem;
        text-align: left; } }
  .PublicationForm__header {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 50px; }
    @media only screen and (max-width: 768px) {
      .PublicationForm__header {
        text-align: center; } }
    .PublicationForm__header-item {
      display: block;
      margin-bottom: 15px; }
      @media only screen and (min-width: 768px) {
        .PublicationForm__header-item {
          display: inline-block;
          margin-bottom: 0;
          margin-right: 40px; } }
    .PublicationForm__header-link {
      border: 2px solid #fde00b;
      border-radius: 5px;
      font-weight: 700;
      font-size: 1.1rem;
      line-height: 1.1rem;
      padding: 10px;
      display: block; }
      @media only screen and (min-width: 768px) {
        .PublicationForm__header-link {
          display: inline-block; } }
    .PublicationForm__header-icon {
      display: inline-block;
      margin-right: 7px;
      vertical-align: middle;
      height: 1.1rem; }
    .PublicationForm__header-text {
      display: inline-block;
      vertical-align: middle;
      height: 1.1rem; }
  .PublicationForm__wrapper {
    border: 1px solid #e0dede;
    box-shadow: 0px 1px 20px 0px rgba(46, 61, 73, 0.2);
    padding: 20px; }
    @media only screen and (min-width: 768px) {
      .PublicationForm__wrapper {
        padding: 40px; } }
  .PublicationForm__cover {
    width: 100%;
    float: left;
    margin-bottom: 50px; }
    @media only screen and (min-width: 768px) {
      .PublicationForm__cover {
        width: 30%;
        margin-bottom: 0; } }
  .PublicationForm__content {
    float: left;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .PublicationForm__content {
        margin-left: 10%;
        width: 60%; } }
  .PublicationForm__info {
    margin-bottom: 30px; }
  .PublicationForm__cta {
    border-top: 1px solid #e0dede;
    padding-top: 30px;
    text-align: center; }
    .PublicationForm__cta-warning {
      margin-bottom: 20px; }
    .PublicationForm__cta-row {
      margin-bottom: 5px; }
      .PublicationForm__cta-row--danger {
        color: #ea1c0d;
        font-weight: 500; }
    .PublicationForm__cta-left {
      float: left;
      text-align: center;
      width: 100%;
      margin-bottom: 30px; }
      @media only screen and (min-width: 768px) {
        .PublicationForm__cta-left {
          width: 33%;
          text-align: left;
          margin-bottom: 0; } }
    .PublicationForm__cta-right {
      float: left;
      width: 100%;
      text-align: center; }
      @media only screen and (min-width: 768px) {
        .PublicationForm__cta-right {
          width: 66%;
          text-align: right; } }
  .PublicationForm__btn {
    display: block;
    padding: 0 20px;
    vertical-align: center;
    cursor: pointer;
    text-transform: uppercase; }
    @media only screen and (min-width: 768px) {
      .PublicationForm__btn {
        display: inline-block; } }
    .PublicationForm__btn-separator {
      display: block;
      margin: 10px 0; }
      @media only screen and (min-width: 768px) {
        .PublicationForm__btn-separator {
          display: inline-block;
          margin: 0; } }
  .PublicationForm__creator {
    margin-bottom: 60px; }
  .PublicationForm__epub-viewer {
    padding: 30px 20px;
    box-shadow: 0px 1px 20px 0px rgba(46, 61, 73, 0.2); }
  .PublicationForm__terms {
    margin-top: 40px;
    text-align: center; }
    .PublicationForm__terms a {
      color: #3d8b40;
      text-decoration: underline; }

.PublicationUpdate {
  padding: 1% 8%; }

.NewPublication {
  padding: 30px 20px; }
  @media only screen and (min-width: 768px) {
    .NewPublication {
      padding: 1% 8%; } }

.PublicationsDelete {
  display: block;
  text-align: left;
  padding: 50px; }
  .PublicationsDelete__btn {
    margin-bottom: 15px; }

.PublicationsList {
  display: block; }
  .PublicationsList__table {
    margin-bottom: 30px; }
  .PublicationsList__img {
    width: 64px;
    height: 79px;
    display: inline-block; }
  .PublicationsList__actions {
    width: 140px; }
  .PublicationsList__icon {
    display: inline-block;
    padding: 0 10px;
    font-size: 1.4rem;
    cursor: pointer; }
    .PublicationsList__icon:hover {
      color: #3d8b40; }
  .PublicationsList__load-more {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    display: block;
    text-align: center; }

.Publications {
  padding: 8% 20px; }
  @media only screen and (min-width: 768px) {
    .Publications {
      padding: 2% 8%; } }
  .Publications__header {
    margin-bottom: 25px; }
    @media only screen and (min-width: 768px) {
      .Publications__header {
        margin-bottom: 35px; } }
  .Publications__title {
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px; }
    @media only screen and (min-width: 768px) {
      .Publications__title {
        font-size: 3rem;
        margin-bottom: 0; } }
    .Publications__title-wrapper {
      float: left;
      width: 100%; }
      @media only screen and (min-width: 768px) {
        .Publications__title-wrapper {
          width: 35%; } }
  .Publications__summary {
    float: left;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .Publications__summary {
        width: 65%;
        padding-left: 5%; } }

.WithdrawFunds {
  display: block;
  text-align: left;
  padding: 20px; }
  .WithdrawFunds__error {
    padding: 30px 10px; }
  .WithdrawFunds__info {
    font-weight: 700;
    margin-bottom: 30px;
    color: #f22314; }
  .WithdrawFunds__group {
    display: flex;
    justify-content: space-between; }
    .WithdrawFunds__group-item {
      width: 48%; }

.FundsSummary {
  display: block;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .FundsSummary {
      text-align: right; } }
  .FundsSummary__info {
    margin-bottom: 3px;
    font-weight: 500; }
    .FundsSummary__info-item {
      margin-left: 5px;
      margin-right: 5px; }
  .FundsSummary__warning {
    color: #a21309;
    margin-bottom: 15px;
    font-weight: 500; }

.SalesPage {
  padding: 2% 8%; }
  .SalesPage__header {
    margin-bottom: 35px; }
  .SalesPage__title {
    font-size: 3rem;
    font-weight: 500; }
    .SalesPage__title-wrapper {
      float: left;
      width: 100%;
      text-align: center;
      margin-bottom: 10px; }
      @media only screen and (min-width: 768px) {
        .SalesPage__title-wrapper {
          width: 35%;
          text-align: left;
          margin-bottom: 0; } }
  .SalesPage__summary {
    float: left;
    padding-left: 5%;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .SalesPage__summary {
        width: 65%; } }

