@font-face {
  font-family: 'MgxIcons';
  src: url("../fonts/magix-systemicons.eot");
  src: url("../fonts/magix-systemicons.eot?#iefix") format("embedded-opentype"), url("../fonts/magix-systemicons.ttf") format("truetype");
}
@font-face {
  font-family: 'Poppins-Bold';
  src: url("../fonts/Poppins-Bold.ttf") format("truetype");
}
@font-face {
  font-family: 'Poppins-Regular';
  src: url("../fonts/Poppins-Regular.ttf") format("truetype");
}
* {
  box-sizing: border-box;
}
p {
  line-height: 18px;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
body {
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-y: hidden;
}
body.flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
body.fullHeight {
  height: 100vh;
}
body.disabled {
  pointer-events: none;
  cursor: default;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
input[type=text],
input[type=password] {
  width: 100%;
  height: 38px;
  padding: 0 15px;
  border: 1px solid #e8e8e8;
  appearance: none;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 20px;
  margin-bottom: 10px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin: 0;
  font-family: 'Poppins-Bold', sans-serif;
}
h1 {
  margin: 0.67em 0;
  text-transform: uppercase;
  font-weight: normal;
  text-rendering: optimizelegibility;
  color: #005090;
  font-size: 25px;
}
h2,
.h2 {
  font-size: 20px;
  line-height: 22px;
  text-transform: none;
}
h3,
.h3 {
  font-size: 18px;
  line-height: 20px;
  text-transform: none;
}
.product h1 {
  line-height: 30px;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
label.select {
  position: relative;
  display: inline-block;
  padding: 10px;
  width: 100%;
  font-weight: normal;
  font-family: 'Poppins-Bold', sans-serif;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
  border-radius: 3px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
}
label.select {
  position: relative;
  width: auto;
  margin: 0;
  padding: 0;
  appearance: none;
  color: #333;
  background: #1e5799;
  background: linear-gradient(to bottom, #e8e8e8 0%, #e0e0e0 100%);
  cursor: default;
}
label.select.thin {
  padding: 0;
}
label.select {
  margin-bottom: 0;
  width: auto;
}
label.select select {
  position: relative;
  width: 100%;
  padding: 10px 35px 10px 10px;
  background-color: transparent;
  border: 0;
  appearance: none;
}
label.select:before {
  position: absolute;
  top: 12px;
  right: 10px;
  content: 'a';
  font-size: 18px;
  line-height: 20px;
  font-family: 'MgxIcons', sans-serif;
}
label.select.thin:before {
  top: 0;
  line-height: 30px;
  font-size: 20px;
}
label.select.thin select {
  padding: 5px 35px 5px 10px;
}
header {
  background-color: #005090;
  min-height: 2px;
}
header .container {
  color: #fff;
  background-color: #005090;
}
header .container .logoBar {
  padding: 4px 0 6px 0;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.1));
}
header .container .logoBar #logo {
  margin-left: -13px;
  display: inline-block;
}
header .container .logoBar #logo img {
  height: 4.6em;
}
.container {
  width: initial;
}
.scroll {
  overflow-y: auto;
}
.paymentType {
  float: left;
}
.changeIcon {
  float: left;
  margin-left: 5px;
}
.spacer40 {
  height: 40px;
}
.spacer20 {
  height: 20px;
}
.spacer10 {
  height: 10px;
}
.subContent {
  width: 100%;
  padding: 0 15px;
}
.productInfo .row,
.productInfo .row .col-xs-7,
.productInfo .row .col-xs-9,
.productInfo .row .col-xs-8 {
  padding-left: 0;
}
.licenseChooser-label {
  display: inline-block;
  margin-right: 10px;
}
.infoLink {
  border-radius: 100%;
  border: 1px solid #333;
  width: 16px;
  height: 16px;
  display: inline-block;
  text-align: center;
  font-size: 11px;
  line-height: 16px;
  cursor: pointer;
  font-weight: bold;
}
a.licenseChooser-infoLink {
  margin-left: 5px;
  text-decoration: none;
}
.articleDetails-infoLink {
  margin-left: 3px;
}
.productDescription {
  height: auto;
  min-height: 80px;
  max-height: 110px;
  margin-bottom: 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.productDescription.toggled {
  overflow-y: auto;
}
.productDescription.toggled .productDescription-inner {
  overflow: visible;
}
.productDescription h3,
.productDescription h4,
.productDescription h5,
.productDescription h6 {
  font-size: 18px;
  margin: 10px 0 15px;
}
.productDescription-inner {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  overflow: hidden;
}
.productDescription-more {
  cursor: pointer;
  position: relative;
  text-decoration: underline;
}
.productDescription-more::before {
  content: "";
  position: absolute;
  top: -10px;
  right: 0;
  left: 0;
  height: 10px;
  background: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
.articleDetails {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-left: -15px;
  margin-right: -15px;
}
.articleDetails > :nth-child(n+2) {
  margin-top: 20px;
}
.articleDetails-headline {
  display: -ms-flexbox;
  display: flex;
}
.articleDetails-title {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}
.articleDetails-pricetag {
  white-space: nowrap;
  line-height: 21px;
  font-size: 20px;
  font-family: 'Poppins-Bold', sans-serif;
  text-align: right;
}
.articleDetails-pricetag:not(.strikeout) .pricePerPeriod-period {
  font-size: .8em;
  font-family: 'Poppins-Regular', sans-serif;
}
.articleDetails-pricetag.strikeout {
  font-family: 'Poppins-Regular', sans-serif;
  font-size: .9em;
  text-decoration: line-through;
  color: #808080;
}
.articleDetails-singleLicense,
.articleDetails-term {
  font-family: 'Poppins-Bold', sans-serif;
}
.articleDetails-row {
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.articleDetails-couponLabel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
.articleDetails-sumRow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-top: 10px !important;
}
.articleDetails-sum {
  white-space: nowrap;
  font-family: 'Poppins-Bold', sans-serif;
  text-align: right;
}
.articleDetails-sum .pricePerPeriod-period {
  font-family: 'Poppins-Regular', sans-serif;
}
.articleDetails-priceInfo {
  font-size: 12px;
  color: #777;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.coverImage {
  width: 100%;
  max-width: 128px;
}
#proceedFooter {
  margin-top: 20px;
  margin-bottom: 20px;
}
.infobox p {
  font-size: 12px;
}
.infobox p a {
  font-weight: bold;
  text-decoration: none;
  position: relative;
  white-space: nowrap;
}
.infobox p a::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  bottom: 2px;
  left: 0px;
  background-color: #ccc;
}
iframe.payment {
  width: 100%;
  height: 100%;
  border: 0;
  min-height: calc(100vh - 190px);
}
a {
  color: black;
  text-decoration: underline;
}
label {
  display: block;
}
.inblock {
  display: inline-block;
}
.oblock {
  display: block;
}
.parent {
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  -ms-flex-align: center;
      align-items: center;
}
.vertical {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 77%;
  -ms-flex-direction: column;
      flex-direction: column;
  vertical-align: middle;
  margin-left: 10px;
}
.separator {
  border-top: 1px solid #e8e8e8;
}
#paymethods img {
  width: 75px;
  height: 75px;
  min-height: 75px;
  min-width: 75px;
  margin-left: 10px;
}
.radio {
  overflow: hidden !important;
}
.radio input[type=radio] {
  margin-top: 35px;
}
.small {
  text-decoration: none;
}
.greyselect {
  color: #333;
  background: #1e5799;
  background: linear-gradient(to bottom, #e8e8e8 0%, #e0e0e0 100%);
  cursor: default;
}
.button {
  font-weight: normal;
  border-radius: 3px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  position: relative;
  font-family: 'Poppins-Regular', sans-serif;
  display: inline-block;
  width: 100%;
  font-size: 17px;
  text-align: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
  padding: 10px 20px;
  color: #005090;
  background-color: #eee;
}
.button:hover {
  text-decoration: none;
}
.forward {
  border-radius: 3px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
}
.button.red {
  color: #fff;
  background: #1e5799;
  font-family: 'Poppins-Bold', sans-serif;
  background: linear-gradient(to bottom, #e5251d 0%, #e5251d 100%);
  text-shadow: 0 0 5px rgba(0, 100, 0, 0.3);
}
.button.green {
  color: #fff;
  background: #1e5799;
  font-family: 'Poppins-Bold', sans-serif;
  background: linear-gradient(to bottom, #6c3 0%, #60c030 100%);
  text-shadow: 0 0 5px rgba(0, 100, 0, 0.3);
}
.button.disabled,
a.disabled {
  pointer-events: none;
  cursor: default;
  opacity: .5;
  filter: grayscale(100%);
}
.thin {
  padding: 5px 20px;
}
label.no-pad {
  padding-left: 0;
}
input[type="radio"] {
  display: none;
}
input[type="radio"] + label {
  color: #292321;
  font-family: inherit;
  font-size: 14px;
}
input[type="radio"] + label span {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: -1px 4px 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
}
.radio label:before {
  content: '';
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
input[type="radio"] + label span {
  border: 1px solid #e8e8e8;
}
input[type="radio"]:checked + label span {
  background-color: #000000;
  border: 0;
}
.button.green:hover,
label.green.select:hover,
.button.green:focus,
label.green.select:focus {
  background: #1e5799;
  background: linear-gradient(to bottom, #62c431 0%, #5ebc2f 100%);
}
.button:hover,
label.select:hover,
.button:focus,
label.select:focus {
  text-decoration: none;
}
.password {
  height: 34px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
}
.password a,
.denyLink a {
  color: #337ab7;
}
.newsletter-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.newsletter-footer > a {
  color: #337ab7;
}
.newsletter-footer > button {
  margin-left: 20px;
  max-width: fit-content;
}
.changePayMethod::before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #333;
  margin: 1em 0;
}
.changePayMethod .col-xs-3 {
  padding-right: 0;
}
.changePayMethod .col-xs-3 + .col-xs-3 {
  padding-left: 0;
}
.mgxIcon.edit {
  text-decoration: none;
  color: #bbb;
  position: absolute;
  margin-left: .3em;
  font-size: 1.4em;
  line-height: 1em;
}
.mgxIcon:before {
  font-family: 'MgxIcons', sans-serif;
}
.mgxIcon.edit:before {
  content: '|';
}
.mgxIcon.edit:hover {
  color: #008dc5;
}
.mgxIcon.secure:before {
  content: '4';
  vertical-align: middle;
}
.mgxIcon.play:before {
  content: 'r';
  vertical-align: middle;
}
.loader {
  margin: 100px auto;
}
#page-cover {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 999;
  top: 0;
  left: 0;
}
.loader {
  display: none;
}
input[type=checkbox] {
  width: 0;
  height: 0;
  opacity: 0;
  display: none;
}
input[type=checkbox] + label {
  position: relative;
  padding-left: 35px;
  line-height: 25px;
}
input[type=checkbox] + label:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  font-size: 18px;
  font-family: 'MgxIcons', sans-serif;
  color: #fff;
  background-color: #fff;
  border: 1px solid #999999;
  border-radius: 3px;
}
input[type=checkbox] + label:hover:before {
  border-color: #bbb;
}
input[type=checkbox]:checked + label:before {
  content: 'j';
  background-color: #6c3;
  border-color: #6c3;
}
.checkboxInfo,
#checkboxError {
  margin-top: 20px;
}
.ink {
  display: block;
  position: absolute;
  background: #9FD982;
  border-radius: 100%;
  transform: scale(0);
}
/*animation effect*/
.ink.animate {
  animation: ripple 0.65s linear;
}
@keyframes ripple {
  /*scale the element to 250% to safely cover the entire link and fade it out*/
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
.form-group:not(.has-error) .alert.alert-danger {
  display: none;
}
.button.green > .preloader {
  display: none;
}
.button.green.loading {
  cursor: default;
}
.button.green.loading > span {
  opacity: 0;
}
.button.green.loading .preloader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  animation: rotatePreloader 0.6s steps(8, end) infinite;
}
.button.green.loading .preloader div {
  width: 2px;
  height: 8px;
  background-color: #ffffff;
  position: absolute;
  top: -4px;
  left: -1px;
}
.button.green.loading .preloader .dot0 {
  transform: rotate(0deg) translate(0, -10px);
  opacity: 1;
}
.button.green.loading .preloader .dot1 {
  transform: rotate(22.5deg) translate(0, -10px);
  opacity: 0.95;
}
.button.green.loading .preloader .dot2 {
  transform: rotate(45deg) translate(0, -10px);
  opacity: 0.9;
}
.button.green.loading .preloader .dot3 {
  transform: rotate(67.5deg) translate(0, -10px);
  opacity: 0.85;
}
.button.green.loading .preloader .dot4 {
  transform: rotate(90deg) translate(0, -10px);
  opacity: 0.8;
}
.button.green.loading .preloader .dot5 {
  transform: rotate(112.5deg) translate(0, -10px);
  opacity: 0.75;
}
.button.green.loading .preloader .dot6 {
  transform: rotate(135deg) translate(0, -10px);
  opacity: 0.7;
}
.button.green.loading .preloader .dot7 {
  transform: rotate(157.5deg) translate(0, -10px);
  opacity: 0.65;
}
.button.green.loading .preloader .dot8 {
  transform: rotate(180deg) translate(0, -10px);
  opacity: 0.6;
}
.button.green.loading .preloader .dot9 {
  transform: rotate(202.5deg) translate(0, -10px);
  opacity: 0.55;
}
.button.green.loading .preloader .dot10 {
  transform: rotate(225deg) translate(0, -10px);
  opacity: 0.5;
}
.button.green.loading .preloader .dot11 {
  transform: rotate(247.5deg) translate(0, -10px);
  opacity: 0.45;
}
.button.green.loading .preloader .dot12 {
  transform: rotate(270deg) translate(0, -10px);
  opacity: 0.4;
}
.button.green.loading .preloader .dot13 {
  transform: rotate(292.5deg) translate(0, -10px);
  opacity: 0.35;
}
.button.green.loading .preloader .dot14 {
  transform: rotate(315deg) translate(0, -10px);
  opacity: 0.3;
}
.button.green.loading .preloader .dot15 {
  transform: rotate(337.5deg) translate(0, -10px);
  opacity: 0.25;
}
@keyframes rotatePreloader {
  100% {
    transform: rotate(360deg);
  }
}
.waitForSuccess {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.waitForSuccess .preloader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  animation: rotatePreloader 0.6s steps(8, end) infinite;
}
.waitForSuccess .preloader div {
  width: 2px;
  height: 8px;
  background-color: #000000;
  position: absolute;
  top: -4px;
  left: -1px;
}
.waitForSuccess .preloader .dot0 {
  transform: rotate(0deg) translate(0, -10px);
  opacity: 1;
}
.waitForSuccess .preloader .dot1 {
  transform: rotate(22.5deg) translate(0, -10px);
  opacity: 0.95;
}
.waitForSuccess .preloader .dot2 {
  transform: rotate(45deg) translate(0, -10px);
  opacity: 0.9;
}
.waitForSuccess .preloader .dot3 {
  transform: rotate(67.5deg) translate(0, -10px);
  opacity: 0.85;
}
.waitForSuccess .preloader .dot4 {
  transform: rotate(90deg) translate(0, -10px);
  opacity: 0.8;
}
.waitForSuccess .preloader .dot5 {
  transform: rotate(112.5deg) translate(0, -10px);
  opacity: 0.75;
}
.waitForSuccess .preloader .dot6 {
  transform: rotate(135deg) translate(0, -10px);
  opacity: 0.7;
}
.waitForSuccess .preloader .dot7 {
  transform: rotate(157.5deg) translate(0, -10px);
  opacity: 0.65;
}
.waitForSuccess .preloader .dot8 {
  transform: rotate(180deg) translate(0, -10px);
  opacity: 0.6;
}
.waitForSuccess .preloader .dot9 {
  transform: rotate(202.5deg) translate(0, -10px);
  opacity: 0.55;
}
.waitForSuccess .preloader .dot10 {
  transform: rotate(225deg) translate(0, -10px);
  opacity: 0.5;
}
.waitForSuccess .preloader .dot11 {
  transform: rotate(247.5deg) translate(0, -10px);
  opacity: 0.45;
}
.waitForSuccess .preloader .dot12 {
  transform: rotate(270deg) translate(0, -10px);
  opacity: 0.4;
}
.waitForSuccess .preloader .dot13 {
  transform: rotate(292.5deg) translate(0, -10px);
  opacity: 0.35;
}
.waitForSuccess .preloader .dot14 {
  transform: rotate(315deg) translate(0, -10px);
  opacity: 0.3;
}
.waitForSuccess .preloader .dot15 {
  transform: rotate(337.5deg) translate(0, -10px);
  opacity: 0.25;
}
.articleList {
  padding-top: 1em;
  padding-left: 1em;
}
.articleList > .articleListEntry::before {
  content: '•';
}
.articleList > .articleListSerial {
  padding-left: 2em;
}
.phoneInput {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.phoneInput > :nth-child(n+2) {
  margin-top: .5em;
}
.phoneInput-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
}
.phoneInput-container > :nth-child(n+2) {
  margin-left: .5em;
}
.phoneInput-label {
  margin-top: 6px;
  width: 2.5em;
}
.phoneInput-number {
  -ms-flex: 1 1 70%;
      flex: 1 1 70%;
}
.phoneInput-error {
  margin-left: 3em;
}
.phoneInput-error:not(.show) {
  display: none;
}
.codeInput {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.codeInput > :nth-child(n+2) {
  margin-top: .5em;
}
.codeInput:not(.outdated) .codeInput-outdated {
  display: none;
}
.codeInput.outdated .codeInput-input {
  display: none;
}
.codeInput-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
}
.codeInput-container > :nth-child(n+2) {
  margin-left: .5em;
}
.codeInput-container .codeInput-label {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
}
.codeInput-container .codeInput-input {
  width: 8em;
}
.codeInput-error:not(.show) {
  display: none;
}
.orderBox-offers {
  display: -ms-grid;
  display: grid;
  padding: 15px;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  font-size: 16px;
}
.orderBox-offers > * {
  margin: 0 15px;
  background-color: #D9E5EE;
  padding: 15px;
}
.orderBox-offerIndex-1 {
  -ms-grid-column-span: 1;
  -ms-grid-column: 1;
      grid-column: 1 / span 1;
}
.orderBox-offerIndex-2 {
  -ms-grid-column-span: 1;
  -ms-grid-column: 2;
      grid-column: 2 / span 1;
}
.orderBox-title {
  border-radius: 5px 5px 0 0;
  -ms-grid-row-span: 1;
  -ms-grid-row: 1;
      grid-row: 1 / span 1;
  position: relative;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 0;
}
.orderBox-tagline {
  -ms-grid-row-span: 1;
  -ms-grid-row: 2;
      grid-row: 2 / span 1;
  text-align: center;
}
.orderBox-USPList {
  -ms-grid-row-span: 1;
  -ms-grid-row: 3;
      grid-row: 3 / span 1;
  overflow: hidden;
}
.orderBox-USPList ul {
  padding-left: 23px;
  list-style: none;
  margin: auto;
}
.orderBox-USPList li::before {
  font-family: 'MgxIcons', sans-serif;
  content: 'j';
  color: #62c431;
  margin-left: -23px;
  padding-right: 5px;
  font-size: 1.2em;
  vertical-align: middle;
}
.orderBox-recurringPrice {
  -ms-grid-row-span: 1;
  -ms-grid-row: 4;
      grid-row: 4 / span 1;
  padding-top: 30px;
  padding-bottom: 30px;
}
.orderBox-legalNoteHint {
  -ms-grid-row-span: 1;
  -ms-grid-row: 5;
      grid-row: 5 / span 1;
  padding-bottom: 5px;
  font-size: 14px;
}
.orderBox-buttonArea {
  border-radius: 0 0 5px 5px;
  padding-top: 0;
  -ms-grid-row-span: 1;
  -ms-grid-row: 6;
      grid-row: 6 / span 1;
}
.orderBox-campaignTag {
  position: absolute;
  background-color: orange;
  color: white;
  top: -12px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 14px;
  padding: 2px 30px;
  max-width: calc(100% - 20px);
  text-transform: uppercase;
  border-radius: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.orderBox-price {
  margin: auto;
  width: 100%;
  text-align: center;
}
.orderBox-mainPrice .pricePerPeriod-price {
  font-size: 1.5em;
}
.orderBox-priceInfo {
  font-size: 12px;
  color: #777;
}
.mySubscriptions-email {
  font-weight: bold;
}
.mySubscriptions-panelContainer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.mySubscriptions-panelContainer > :nth-child(n+2) {
  margin-top: 1em;
}
.mySubscriptions-panel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  background-color: #d9e4ed;
  border-radius: 5px;
  padding: 20px 10px 10px;
}
.mySubscriptions-panel > p {
  font-size: .9em;
}
.mySubscriptions-hasOverduePaymentMessage {
  font-weight: bold;
  color: red;
  font-size: 14px;
}
.cancelSubscription-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.cancelSubscription-content > :nth-child(n+2) {
  margin-top: 1em;
}
.subscriptionCancelled-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.subscriptionCancelled-content > :nth-child(n+2) {
  margin-top: 1em;
}
.subscriptionCancelled-info {
  color: red;
}
.subscriptionCancelled-info::before {
  content: "!";
  display: inline-block;
  width: 18px;
  height: 18px;
  color: white;
  background-color: red;
  border-radius: 100%;
  text-align: center;
  line-height: 22px;
  margin-right: .4em;
}
.legalNoteToggle {
  cursor: pointer;
}
.legalNoteToggle-text {
  text-decoration: underline;
}
.modal {
  display: none;
}
.modal.modal-show {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.modalOverlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.4;
}
.dialog {
  background-color: #eee;
  z-index: 1;
  border-radius: 3px;
  padding: 0;
  overflow: hidden;
}
.dialog-title,
.dialog-footer {
  padding: 15px;
}
.dialog-content {
  padding: 30px 15px;
}
.dialog-title {
  background-color: #005090;
  color: #fff;
}
.dialog-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.dialog-cancelButton {
  max-width: 200px;
}
#withdrawalGroup {
  font-size: 12px;
}
#withdrawalGroup input[type=checkbox]:not(:checked):not(:hover) + label:before {
  animation: attentionAnimation 3s infinite ease-in-out;
}
@keyframes attentionAnimation {
  0% {
    transform: scale3d(1, 1, 1);
  }
  5% {
    transform: scale3d(1.5, 1.5, 1.5);
  }
  10% {
    transform: scale3d(1, 1, 1);
  }
  15% {
    transform: scale3d(1.5, 1.5, 1.5);
  }
  25% {
    transform: scale3d(1, 1, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
