@font-face {
  font-family: "SimplonNorm";
  src: url(/assets/SimplonNorm-Regular-a917171bfcd6e71212454d18492e7d5b31db9192ac8e56ceae6fdaed8dee2778.otf) format('opentype');
  font-weight: normal;
  font-style: normal;
}

/* line 8, app/assets/stylesheets/subscription_new.scss */
* {
  box-sizing: border-box;
}

/* line 14, app/assets/stylesheets/subscription_new.scss */
[class*="col-"] {
  width: 100%;
  float: left;
}

/* line 21, app/assets/stylesheets/subscription_new.scss */
.row::after {
  content: "";
  clear: both;
  display: table;
}

/* line 27, app/assets/stylesheets/subscription_new.scss */
.show-large-screen {
  display: none;
}

/* line 28, app/assets/stylesheets/subscription_new.scss */
.show-small-screen {
  display: block;
}

@media only screen and (min-width: 600px) {
  /* For desktop: */
  /* line 36, app/assets/stylesheets/subscription_new.scss */
  .col-1 {
    width: 8.33%;
  }
  /* line 37, app/assets/stylesheets/subscription_new.scss */
  .col-2 {
    width: 16.66%;
  }
  /* line 38, app/assets/stylesheets/subscription_new.scss */
  .col-3 {
    width: 25%;
  }
  /* line 39, app/assets/stylesheets/subscription_new.scss */
  .col-4 {
    width: 33.33%;
  }
  /* line 40, app/assets/stylesheets/subscription_new.scss */
  .col-5 {
    width: 41.66%;
  }
  /* line 41, app/assets/stylesheets/subscription_new.scss */
  .col-6 {
    width: 50%;
  }
  /* line 42, app/assets/stylesheets/subscription_new.scss */
  .col-7 {
    width: 58.33%;
  }
  /* line 43, app/assets/stylesheets/subscription_new.scss */
  .col-8 {
    width: 66.66%;
  }
  /* line 44, app/assets/stylesheets/subscription_new.scss */
  .col-9 {
    width: 75%;
  }
  /* line 45, app/assets/stylesheets/subscription_new.scss */
  .col-10 {
    width: 83.33%;
  }
  /* line 46, app/assets/stylesheets/subscription_new.scss */
  .col-11 {
    width: 91.66%;
  }
  /* line 47, app/assets/stylesheets/subscription_new.scss */
  .col-12 {
    width: 100%;
  }
  /* line 48, app/assets/stylesheets/subscription_new.scss */
  .col-x {
    width: auto;
  }
  /* line 50, app/assets/stylesheets/subscription_new.scss */
  .show-large-screen {
    display: block;
  }
  /* line 51, app/assets/stylesheets/subscription_new.scss */
  .show-small-screen {
    display: none;
  }
}

/* line 54, app/assets/stylesheets/subscription_new.scss */
.no-media-col-4 {
  width: 33.33%;
  float: left;
  padding: 15px;
}

/* line 60, app/assets/stylesheets/subscription_new.scss */
.page-container {
  max-width: 300px;
  padding: 5px 5px 5px 5px;
  margin: 0 auto;
}

/* line 69, app/assets/stylesheets/subscription_new.scss */
.err-msg {
  color: red !important;
  font-weight: bold !important;
}

/* line 74, app/assets/stylesheets/subscription_new.scss */
.lang-switcher {
  color: black !important;
  text-align: right;
  text-decoration: none !important;
  font-size: 0.9rem;
  line-height: 0.8rem;
}

/* line 80, app/assets/stylesheets/subscription_new.scss */
.lang-switcher:hover {
  color: grey !important;
}

/* line 83, app/assets/stylesheets/subscription_new.scss */
.lang-switcher .current {
  color: grey !important;
}

/* line 87, app/assets/stylesheets/subscription_new.scss */
.header-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 40px;
}

/* line 93, app/assets/stylesheets/subscription_new.scss */
.header-box {
  height: 48px;
  width: 100vw;
  background-color: #008390;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  letter-spacing: 1.44px;
  line-height: 15px;
  text-transform: uppercase;
}

/* line 107, app/assets/stylesheets/subscription_new.scss */
.form_new_line {
  padding-top: 15px;
}

/* line 111, app/assets/stylesheets/subscription_new.scss */
.form_label {
  color: blue;
  color: rgba(0, 0, 0, 0.84);
  font-size: 12px;
  font-weight: bold;
}

/* line 118, app/assets/stylesheets/subscription_new.scss */
.form_input {
  color: rgba(0, 0, 0, 0.84);
  font-size: 14px;
  box-sizing: border-box;
  border-bottom: 1px solid #008390;
  border-style: none none solid none;
  width: 100%;
}

/* line 127, app/assets/stylesheets/subscription_new.scss */
.form_instructions {
  color: rgba(0, 0, 0, 0.44);
  font-size: 10px;
}

/* line 132, app/assets/stylesheets/subscription_new.scss */
.button-orange {
  background-color: #f15700 !important;
  border-color: #f15700 !important;
  color: white !important;
  border-width: 2px !important;
  border-radius: 10px !important;
  border-style: solid !important;
  width: 48%;
  margin: 0 !important;
  float: right;
}

/* line 144, app/assets/stylesheets/subscription_new.scss */
.button-blue {
  background-color: #e9e9e9 !important;
  border-color: #008390 !important;
  color: #008390 !important;
  border-width: 2px !important;
  border-radius: 10px !important;
  border-style: solid !important;
  width: 48%;
  margin: 0 !important;
  float: left;
}

/* line 158, app/assets/stylesheets/subscription_new.scss */
.footer-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-tbottom: 30px;
  max-width: 100%;
}
