@font-face {
  font-family: 'HeronSansCondBold';
  src: url("../fonts/HeronSansCondBold.woff") format("woff"); }

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto/roboto-v20-latin-ext_latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Light"), local("Roboto-Light"), url("../fonts/roboto/roboto-v20-latin-ext_latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-v20-latin-ext_latin-300.woff2") format("woff2"), url("../fonts/roboto/roboto-v20-latin-ext_latin-300.woff") format("woff"), url("../fonts/roboto/roboto-v20-latin-ext_latin-300.ttf") format("truetype"), url("../fonts/roboto/roboto-v20-latin-ext_latin-300.svg#Roboto") format("svg");
  /* Legacy iOS */ }

/* roboto-regular - latin-ext_latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto/roboto-v20-latin-ext_latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Roboto"), local("Roboto-Regular"), url("../fonts/roboto/roboto-v20-latin-ext_latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-v20-latin-ext_latin-regular.woff2") format("woff2"), url("../fonts/roboto/roboto-v20-latin-ext_latin-regular.woff") format("woff"), url("../fonts/roboto/roboto-v20-latin-ext_latin-regular.ttf") format("truetype"), url("../fonts/roboto/roboto-v20-latin-ext_latin-regular.svg#Roboto") format("svg");
  /* Legacy iOS */ }

/* roboto-700 - latin-ext_latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto/roboto-v20-latin-ext_latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Bold"), local("Roboto-Bold"), url("../fonts/roboto/roboto-v20-latin-ext_latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-v20-latin-ext_latin-700.woff2") format("woff2"), url("../fonts/roboto/roboto-v20-latin-ext_latin-700.woff") format("woff"), url("../fonts/roboto/roboto-v20-latin-ext_latin-700.ttf") format("truetype"), url("../fonts/roboto/roboto-v20-latin-ext_latin-700.svg#Roboto") format("svg");
  /* Legacy iOS */ }

.mt--xxsmall {
  margin-top: 5px; }

.mt--xsmall {
  margin-top: 15px; }

.mb--xsmall {
  margin-bottom: 15px; }

.mb--xxsmall {
  margin-bottom: 5px; }

.mt--small {
  margin-top: 1.5625em; }

.mb--small {
  margin-bottom: 1.5625em; }

.mr--small {
  margin-right: .5625em; }

.mt--medium {
  margin-top: 2.5em; }

.mb--medium {
  margin-bottom: 2.5em; }

.mtb--large {
  margin: 70px auto; }

.text--bold {
  font-weight: bold; }

.text--small {
  font-size: 13px;
  letter-spacing: .5px; }

@media all and (max-width: 549px) {
  .text--small--mobile {
    font-size: 13px; } }

.text--brand {
  color: #1f9ec4; }

.text--gray {
  color: #767c7e; }

.text--label {
  color: rgba(13, 49, 63, 0.5); }

.heading--bold {
  font-family: "HeronSansCondBold", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.05;
  text-transform: uppercase; }
  @media all and (min-width: 768px) {
    .heading--bold {
      letter-spacing: 2px;
      font-size: 44px; } }

@media all and (min-width: 768px) {
  .line-height--large {
    line-height: 2.25; } }

.list-no-style {
  list-style: none;
  padding-left: 0; }

.list-style {
  padding-left: 25px; }

.grid {
  display: flex; }
  @media all and (max-width: 449px) {
    .grid {
      flex-direction: column; } }

.grid--3-items {
  flex-wrap: wrap;
  justify-content: center; }
  .grid--3-items > div {
    margin-bottom: 25px; }
  @media all and (min-width: 768px) {
    .grid--3-items > div {
      width: calc(50% - 20px);
      margin-right: 20px; }
      .grid--3-items > div:last-child {
        margin-right: 0; } }
  @media all and (min-width: 960px) {
    .grid--3-items > div {
      width: calc(33% - 20px); } }

.box--white {
  border-radius: 4px;
  box-shadow: 0 4px 5px 0 rgba(13, 49, 63, 0.05), 0 1px 5px 0 rgba(13, 49, 63, 0.05);
  background-color: #ffffff; }

.box--padding {
  padding: 1.125rem 1.5625em; }
  .plans__right--iccid .box--padding {
    padding: 1.125rem; }

.box--layout {
  display: flex;
  margin-bottom: 10px;
  align-items: center; }

.box--layout--end {
  align-items: flex-end; }

.box--layout--edit {
  flex-direction: row;
  align-items: flex-end; }
  @media all and (max-width: 767px) {
    .box--layout--edit {
      flex-direction: column;
      align-items: flex-start; }
      .box--layout--edit .box--right {
        margin-top: 1rem; } }

.box--right {
  margin-left: auto; }

.box--left {
  flex: 1; }
  @media all and (min-width: 768px) {
    .box--left {
      margin-right: 1rem; } }

.box--hover {
  transform: translate3d(0, 0, 0);
  transition: box-shadow 150ms ease-out 0s,transform 150ms ease-out 0s; }
  .box--hover:hover {
    transform: translate3d(0, -2px, 0);
    box-shadow: 20px 20px 40px 0 rgba(0, 0, 0, 0.1), 60px 80px 80px 0 rgba(0, 0, 0, 0.1);
    z-index: 1; }

@media all and (max-width: 549px) {
  .hide--mobile {
    display: none; } }

@media all and (min-width: 550px) {
  .show--mobile {
    display: none; } }

@media all and (max-width: 767px) {
  .hide--tablet {
    display: none; } }

@media all and (min-width: 768px) {
  .show--tablet {
    display: none; } }

.l-block {
  display: block; }

.l-flex {
  display: flex; }

.l-flex--center {
  align-items: center; }

.l-flex--1 {
  flex: 1; }

.container-flex {
  display: flex;
  min-height: 100vh; }

.container {
  padding: 0 1.5625em;
  margin-left: auto;
  margin-right: auto; }

.container--xsmall {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto; }

.container--small {
  max-width: 700px; }

.container--medium {
  max-width: 790px; }

.container--large {
  max-width: 1200px; }

.text--center {
  text-align: center; }

.text--left {
  text-align: left; }

.text--small {
  font-size: 13px;
  line-height: 1.38;
  letter-spacing: .5px; }

.title--uppercase {
  font-weight: bold;
  letter-spacing: .5px;
  text-transform: uppercase; }

.title--medium {
  font-size: 22px;
  font-weight: 400; }

.title--bold {
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase; }

.title--line {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  overflow: hidden; }
  @media all and (min-width: 768px) {
    .title--line {
      font-size: 16px; } }
  .title--line::after {
    position: absolute;
    content: '';
    top: .65em;
    width: 100%;
    height: 1px;
    left: auto;
    background-color: #104c5f;
    margin-left: .7rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.85); }

.fl--left {
  float: left; }

.fl--right {
  float: right; }

.link--light {
  font-weight: 400;
  border-bottom: 1px solid #0d313f; }
  .link--light[disabled] {
    color: rgba(13, 49, 63, 0.5);
    border-color: rgba(13, 49, 63, 0.5);
    cursor: default; }
  .link--light:active, .link--light:hover, .link--light:focus {
    text-decoration: none; }

.link--bold {
  font-weight: bold;
  border-bottom: 1px solid #0d313f; }
  .link--bold:active, .link--bold:hover, .link--bold:focus {
    text-decoration: none; }

.link--brand {
  color: #1f9ec4;
  font-weight: 400; }
  .link--brand:active, .link--brand:hover, .link--brand:focus {
    color: #1f9ec4; }

.is-blurred {
  filter: blur(5px); }

.is-hidden {
  display: none; }

.border-bottom {
  border-bottom: 1px solid rgba(13, 49, 63, 0.1); }

.btn {
  display: inline-flex;
  font-family: Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-decoration: none;
  letter-spacing: 0.5px;
  min-width: 11rem;
  padding: 0 1.5rem;
  height: 54px;
  font-size: 1rem;
  border-radius: 4px;
  border: 2px solid transparent;
  align-items: center;
  justify-content: center;
  box-sizing: border-box; }
  .btn:hover, .btn:focus {
    text-decoration: none;
    outline: none; }

.btn--hover:not([disabled]) {
  transform: translateY(0);
  transition: background-color .3s, box-shadow .3s, transform .3s; }
  .btn--hover:not([disabled]):focus, .btn--hover:not([disabled]):hover {
    transform: translateY(-2px); }

.btn--primary {
  background-color: #1f9ec4;
  border-color: #1f9ec4;
  color: #ffffff;
  font-weight: 400; }
  .btn--primary:hover, .btn--primary:focus {
    color: #ffffff;
    box-shadow: 2px 2px 10px 0 rgba(41, 157, 193, 0.3), 0 1px 3px 0 rgba(41, 157, 193, 0.3); }

.no-hover:hover {
  box-shadow: unset; }

.btn--secondary {
  border-color: #e5e5e5;
  color: #0d313f;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 1.5px;
  background-color: transparent; }
  .btn--secondary:hover, .btn--secondary:focus {
    background-color: #e5e5e5;
    color: #0d313f;
    box-shadow: 2px 2px 10px 0 rgba(229, 229, 229, 0.3), 0 1px 3px 0 rgba(229, 229, 229, 0.3); }

.btn--danger {
  background-color: #e74243;
  border-color: #e74243;
  color: #ffffff;
  font-weight: 400; }
  .btn--danger:hover, .btn--danger:focus {
    color: #ffffff;
    box-shadow: 0 4px 5px 0 rgba(231, 66, 67, 0.05), 0 4px 4px 0 rgba(231, 66, 67, 0.2); }

.btn--large {
  min-width: 18rem; }

.btn--medium {
  min-width: 8rem;
  height: 50px; }

.btn--small {
  min-width: 8rem;
  height: 38px; }

.btn--xsmall {
  height: 30px;
  min-width: 7.1rem; }
  @media all and (min-width: 768px) {
    .btn--xsmall {
      height: 50px; } }

.btn--full {
  width: 100%;
  box-sizing: border-box; }

.btn--disabled,
.btn[disabled] {
  background-color: #d1d9dc;
  color: #ffffff;
  border-color: transparent;
  cursor: not-allowed; }
  .btn--disabled:hover, .btn--disabled:focus,
  .btn[disabled]:hover,
  .btn[disabled]:focus {
    transform: none;
    box-shadow: none; }

.btn-group a, .btn-group button {
  margin-right: 10px; }

.btn-group-2 {
  display: flex;
  justify-content: flex-end; }
  .btn-group-2 a, .btn-group-2 button {
    min-width: 10.5rem; }
    .btn-group-2 a:first-child, .btn-group-2 button:first-child {
      margin-right: .8rem; }
  @media all and (max-width: 768px) {
    .btn-group-2 a, .btn-group-2 button {
      width: 50%;
      min-width: 0; } }

.btn-group--right {
  justify-content: flex-end; }

.btn--customise {
  display: block;
  padding-bottom: .45em;
  color: #d1d9dc;
  margin-left: 1rem; }
  @media all and (min-width: 1050px) {
    .btn--customise {
      padding-bottom: 1.1rem; } }
  .btn--customise:hover, .btn--customise:focus {
    color: #0d313f; }
  .btn--customise .icon, .btn--customise .icon--small {
    width: 20px;
    height: 20px; }

.card {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 380px;
  padding: 25px;
  box-shadow: 0 4px 5px 0 rgba(13, 49, 63, 0.05), 0 1px 5px 0 rgba(13, 49, 63, 0.05);
  background-color: #ffffff;
  flex-grow: 0;
  box-sizing: border-box;
  border-radius: 4px; }
  .card .btn {
    margin-top: auto; }
  .card.is-disabled {
    opacity: .2; }

.payment-cards {
  display: flex;
  padding-top: 20px; }

.icon--card {
  width: 43.2px;
  height: 26.4px;
  background-color: #ffffff;
  border-radius: 2.4px;
  border: solid 0.6px #dadada;
  margin-right: 18px; }

.icon--card-highlight {
  border-radius: 2.4px;
  box-shadow: 0 4px 5px 0 rgba(13, 49, 63, 0.05), 0 1px 5px 0 rgba(13, 49, 63, 0.05); }

.icon--card-faded {
  opacity: 0.2;
  filter: grayscale(1); }

.custom-input {
  position: relative;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 4px 5px 0 rgba(13, 49, 63, 0.05), 0 1px 5px 0 rgba(13, 49, 63, 0.05); }
  @media all and (max-width: 449px) {
    .custom-input {
      font-size: 14px; } }
  .custom-input .tooltip {
    position: absolute;
    top: 30%;
    right: 1em;
    z-index: 1; }
  .custom-input .close-icon {
    position: absolute;
    top: 30%;
    right: 1em;
    z-index: 1; }
  .custom-input > label {
    position: absolute;
    top: 50%;
    left: 1em;
    transform: translateY(-50%);
    letter-spacing: 2px;
    color: rgba(13, 49, 63, 0.5); }
    @media all and (max-width: 449px) {
      .custom-input > label {
        letter-spacing: .5px; } }
  .custom-input .shell {
    white-space: nowrap; }
    .custom-input .shell > input {
      position: relative;
      z-index: 1;
      font-family: Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      background-color: transparent;
      padding: 1.3125rem 2.5em 1.3125rem 1.3125rem;
      border: none;
      width: 100%;
      font-weight: bold;
      font-size: 16px;
      box-sizing: border-box;
      letter-spacing: 2px; }
      @media all and (max-width: 449px) {
        .custom-input .shell > input {
          font-size: 14px;
          letter-spacing: .5px; } }
      .custom-input .shell > input:focus {
        outline: 0; }
      .custom-input .shell > input::-webkit-input-placeholder {
        color: rgba(13, 49, 63, 0.5) !important;
        opacity: 0.6;
        font-weight: bold;
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: 2px; }
        @media all and (max-width: 449px) {
          .custom-input .shell > input::-webkit-input-placeholder {
            font-size: 14px;
            letter-spacing: .5px; } }
      .custom-input .shell > input:-moz-placeholder {
        color: rgba(13, 49, 63, 0.5) !important;
        opacity: 0.6;
        font-weight: bold;
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: 2px; }
        @media all and (max-width: 449px) {
          .custom-input .shell > input:-moz-placeholder {
            font-size: 14px;
            letter-spacing: .5px; } }
      .custom-input .shell > input::-moz-placeholder {
        color: rgba(13, 49, 63, 0.5) !important;
        opacity: 0.6;
        font-weight: bold;
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: 2px; }
        @media all and (max-width: 449px) {
          .custom-input .shell > input::-moz-placeholder {
            font-size: 14px;
            letter-spacing: .5px; } }
      .custom-input .shell > input:-ms-input-placeholder {
        color: rgba(13, 49, 63, 0.5) !important;
        opacity: 0.6;
        font-weight: bold;
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: 2px; }
        @media all and (max-width: 449px) {
          .custom-input .shell > input:-ms-input-placeholder {
            font-size: 14px;
            letter-spacing: .5px; } }
      .custom-input .shell > input:placeholder-shown {
        color: rgba(13, 49, 63, 0.5) !important;
        font-weight: bold;
        font-size: 16px;
        letter-spacing: 2px; }
        @media all and (max-width: 449px) {
          .custom-input .shell > input:placeholder-shown {
            font-size: 14px;
            letter-spacing: .5px; } }
    .custom-input .shell.span-hidden > span {
      display: none; }
    .custom-input .shell span {
      position: absolute;
      top: 0;
      left: 3px;
      padding: 1.3125rem 2.5em 1.3125rem 1.3125rem;
      color: #ccc;
      pointer-events: none;
      z-index: 0;
      font-weight: bold;
      line-height: 1.315;
      letter-spacing: 2px; }
      @media all and (max-width: 449px) {
        .custom-input .shell span {
          letter-spacing: .5px;
          left: 2px; } }
      .custom-input .shell span > i {
        color: transparent;
        opacity: 0;
        visibility: hidden; }

.is-invalid {
  border: 2px #e74243 solid; }

.is-disabled {
  background-color: transparent;
  box-shadow: none;
  border: 1px dashed rgba(13, 49, 63, 0.1); }

.custom-radio, .custom-checkbox {
  border: solid 1px #c6ccce;
  padding: 1em 2.6em 1em 1em;
  align-items: center;
  font-size: 13px;
  margin-bottom: 10px; }
  .custom-radio.is-active, .is-active.custom-checkbox {
    opacity: 1;
    z-index: 1; }
  .custom-radio.is-hovered, .is-hovered.custom-checkbox {
    z-index: 2; }
  .custom-radio.opacity, .opacity.custom-checkbox {
    opacity: .4; }
  .custom-radio .hide--mobile, .custom-checkbox .hide--mobile {
    flex-grow: 1;
    line-height: 1;
    margin-right: .5rem; }
  @media all and (min-width: 550px) {
    .custom-radio, .custom-checkbox {
      padding: 1em 4em 1em 1.5em;
      font-size: 16px; } }

.custom-radio__data {
  font-size: 24px;
  font-weight: bold;
  min-width: 5rem;
  line-height: 1;
  margin-right: 1rem; }
  @media all and (min-width: 768px) {
    .custom-radio__data {
      min-width: 7rem; } }

.radio--disabled {
  background-color: transparent;
  box-shadow: none;
  border-color: #e5e5e5;
  padding-right: 1rem; }
  .radio--disabled:focus, .radio--disabled:hover {
    cursor: default;
    box-shadow: none;
    transform: none; }

.custom-radio__duration {
  line-height: 1; }
  @media all and (max-width: 767px) {
    .custom-radio__duration {
      color: #767c7e; } }

.custom-radio__price {
  position: relative;
  text-align: center;
  margin-right: .5em;
  white-space: nowrap;
  margin-left: auto;
  min-width: 7rem; }
  @media all and (min-width: 550px) {
    .custom-radio__price {
      min-width: 9rem; } }

.currency__list {
  position: absolute;
  top: 0;
  padding-left: 0;
  list-style: none;
  width: 100%;
  background-color: #ffffff;
  text-align: center;
  box-shadow: 20px 20px 40px 0 rgba(0, 0, 0, 0.1), 60px 80px 80px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  display: none;
  overflow: hidden; }
  .currency__list.is-selected-currency {
    display: block; }
  .currency__list li {
    padding: .5rem 1rem;
    font-weight: bold; }
    .currency__list li:hover {
      background-color: #d1d9dc; }
    .currency__list li.is-selected {
      background-color: #0d313f;
      color: #ffffff;
      border-radius: 4px; }

.currency__text {
  padding: .5em; }
  @media all and (min-width: 550px) {
    .currency__text {
      padding: .5em 1em; } }

.currency__select {
  border: 1px solid #e5e5e5;
  border-radius: 4px; }

.freeplan {
  background-color: #04c453;
  color: #ffffff;
  margin-bottom: 0;
  box-shadow: 4px 4px 20px 0 rgba(4, 196, 83, 0.3), 0 2px 6px 0 rgba(4, 196, 83, 0.3);
  border-color: #04c453; }
  .freeplan:hover {
    box-shadow: 4px 4px 20px 0 rgba(4, 196, 83, 0.3), 0 2px 6px 0 rgba(4, 196, 83, 0.3); }
  .freeplan .custom-radio__duration {
    color: #ffffff; }
  .freeplan .currency__text {
    text-transform: uppercase;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #ffffff; }

.custom-checkbox__left {
  display: flex;
  align-items: center; }
  .custom-checkbox__left img {
    margin-right: 10px; }

.custom-checkbox__dates p {
  white-space: nowrap; }

.input-wrap {
  position: relative;
  border-bottom: 1px solid #dadada;
  /*   &.tick {
    padding-right: 1.5rem;
  
    &::before {
      content: "";
      position: absolute;
      top: ($md-checkbox-size / 2) - ($md-checkmark-size / 4) - $md-checkbox-size/10;
      right: $md-checkbox-padding;
      transform: rotate(-45deg);
      width: $md-checkmark-size;
      height: $md-checkmark-size / 2;     
      border: $md-checkmark-width solid $color-green;
      border-top-style: none;
      border-right-style: none;
      box-sizing: border-box;
    }
  } */ }
  .input-wrap::after {
    content: '';
    position: absolute;
    height: 2px;
    background: #ffffff;
    width: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    opacity: 0;
    z-index: 2;
    transition: .3s; }
  .input-wrap.is-filled .label, .input-wrap.filled .label, .input-wrap.focus .label {
    top: -2em;
    font-size: 13px;
    letter-spacing: .5px; }
  .input-wrap.disabled {
    border-bottom-style: dashed;
    border-bottom-width: 2px; }
    .input-wrap.disabled input {
      opacity: .6; }
  .input-wrap.focus::after {
    background: #104c5f;
    width: 100%;
    opacity: 1; }
  .input-wrap.filled.is-email.valid::before, .input-wrap.filled.is-password.valid::before, .input-wrap.filled:not(.error):not(.input-w-select):not(.is-password):not(.is-email)::before {
    content: "";
    position: absolute;
    top: calc(50% - 8px);
    right: 2px;
    transform: rotate(-45deg);
    width: 16px;
    height: 8px;
    border: 3px solid #04c453;
    border-top-style: none;
    border-right-style: none;
    box-sizing: border-box;
    z-index: 3; }
  .input-wrap.filled.is-password.valid {
    padding-right: 48px; }
    .input-wrap.filled.is-password.valid::before {
      right: 24px; }
  .input-wrap.filled.is-tooltip {
    padding-right: 50px; }
    .input-wrap.filled.is-tooltip::before {
      right: 30px !important; }
  .input-wrap.is-tooltip {
    padding-right: 2rem; }
  .input-wrap select,
  .input-wrap textarea,
  .input-wrap input[type="text"],
  .input-wrap input[type="password"],
  .input-wrap input[type="email"],
  .input-wrap input[type="tel"],
  .input-wrap input[type="number"] {
    position: relative;
    background-color: transparent;
    padding: 0.3em 0;
    width: 100%;
    border: none;
    z-index: 2;
    font-size: 16px; }
    .input-wrap select:focus,
    .input-wrap textarea:focus,
    .input-wrap input[type="text"]:focus,
    .input-wrap input[type="password"]:focus,
    .input-wrap input[type="email"]:focus,
    .input-wrap input[type="tel"]:focus,
    .input-wrap input[type="number"]:focus {
      outline: none; }
  .input-wrap input[disabled] {
    pointer-events: none; }
  .input-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    padding-right: 1.6rem; }
  .input-wrap .select-arrow {
    position: absolute;
    right: 0;
    top: 0; }
  .input-wrap .label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    color: rgba(13, 49, 63, 0.5);
    padding: 0.3em 0;
    font-size: 16px;
    transition: top 0.3s, font-size 0.3s, color 0.3s; }

.input--short {
  display: inline-block;
  margin-right: 2rem; }
  .input--short:last-child {
    margin-right: 0; }

input:-webkit-autofill,
input:-internal-autofill-selected,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #0d313f;
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s; }
  input:-webkit-autofill + .label,
  input:-internal-autofill-selected + .label,
  input:-webkit-autofill:hover + .label,
  input:-webkit-autofill:focus + .label,
  textarea:-webkit-autofill + .label,
  textarea:-webkit-autofill:hover + .label,
  textarea:-webkit-autofill:focus + .label,
  select:-webkit-autofill + .label,
  select:-webkit-autofill:hover + .label,
  select:-webkit-autofill:focus + .label {
    top: -2em;
    font-size: 13px;
    letter-spacing: .5px; }
  input:-webkit-autofill ~ .icon--show-password .icon:first-child, input:-webkit-autofill ~ .icon--show-password .icon--small:first-child,
  input:-internal-autofill-selected ~ .icon--show-password .icon:first-child,
  input:-internal-autofill-selected ~ .icon--show-password .icon--small:first-child,
  input:-webkit-autofill:hover ~ .icon--show-password .icon:first-child,
  input:-webkit-autofill:hover ~ .icon--show-password .icon--small:first-child,
  input:-webkit-autofill:focus ~ .icon--show-password .icon:first-child,
  input:-webkit-autofill:focus ~ .icon--show-password .icon--small:first-child,
  textarea:-webkit-autofill ~ .icon--show-password .icon:first-child,
  textarea:-webkit-autofill ~ .icon--show-password .icon--small:first-child,
  textarea:-webkit-autofill:hover ~ .icon--show-password .icon:first-child,
  textarea:-webkit-autofill:hover ~ .icon--show-password .icon--small:first-child,
  textarea:-webkit-autofill:focus ~ .icon--show-password .icon:first-child,
  textarea:-webkit-autofill:focus ~ .icon--show-password .icon--small:first-child,
  select:-webkit-autofill ~ .icon--show-password .icon:first-child,
  select:-webkit-autofill ~ .icon--show-password .icon--small:first-child,
  select:-webkit-autofill:hover ~ .icon--show-password .icon:first-child,
  select:-webkit-autofill:hover ~ .icon--show-password .icon--small:first-child,
  select:-webkit-autofill:focus ~ .icon--show-password .icon:first-child,
  select:-webkit-autofill:focus ~ .icon--show-password .icon--small:first-child {
    display: inline-block; }

.error-text, .readonly-text {
  font-size: .85rem;
  line-height: 1.38;
  letter-spacing: .5px;
  color: #e74243; }

.error-text {
  text-align: left; }

.readonly-text {
  color: unset;
  opacity: .5; }

.is-readonly {
  opacity: 0.5; }

.form-checkbox {
  position: relative;
  margin: 2.5rem 0 .2rem 0;
  line-height: 1.5; }
  .form-checkbox label {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .5px; }
  .form-checkbox a {
    color: #0d313f;
    text-decoration: underline; }

.checkbox__label-text {
  display: inline-block;
  padding-left: 40px; }

.hidden-input {
  height: .1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

.checkbox--styled {
  position: relative;
  cursor: pointer; }
  .checkbox--styled.checkbox__wide {
    width: 100%; }
  .checkbox--styled input[type="radio"],
  .checkbox--styled input[type="checkbox"] {
    position: absolute;
    outline: 0;
    margin-right: 24px;
    opacity: 0; }
    .checkbox--styled input[type="radio"]:focus + .checkbox__icon:before,
    .checkbox--styled input[type="checkbox"]:focus + .checkbox__icon:before {
      outline-color: currentColor;
      outline-width: 1px; }
    .checkbox--styled input[type="radio"]:checked + .checkbox__icon:before,
    .checkbox--styled input[type="checkbox"]:checked + .checkbox__icon:before {
      background: #04c453;
      border: none;
      box-shadow: 0px 0px 8px 1px rgba(4, 196, 83, 0.388); }
    .checkbox--styled input[type="radio"]:checked + .checkbox__icon:after,
    .checkbox--styled input[type="checkbox"]:checked + .checkbox__icon:after {
      transform: rotate(-45deg);
      top: 5.6px;
      left: 4px;
      width: 16px;
      height: 8px;
      border: 3px solid #ffffff;
      border-top-style: none;
      border-right-style: none; }

.checkbox__icon {
  position: absolute; }
  .checkbox__icon:before, .checkbox__icon:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box; }
  .checkbox__icon:before {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background: #fff;
    border: 1px solid #dadada;
    border-radius: 6px;
    cursor: pointer;
    transition: background .3s; }
  .custom-radio .checkbox__icon, .custom-checkbox .checkbox__icon {
    height: 24px;
    right: 2.2rem;
    top: 50%;
    transform: translateY(-50%); }
    @media all and (min-width: 550px) {
      .custom-radio .checkbox__icon, .custom-checkbox .checkbox__icon {
        right: 3rem; } }
  .custom-checkbox .checkbox__icon {
    right: 2.2rem;
    top: 50%;
    transform: translateY(-50%); }
    @media all and (min-width: 550px) {
      .custom-checkbox .checkbox__icon {
        right: 3rem; } }

.checkboxes-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }
  .checkboxes-group .form-checkbox {
    margin-top: 1rem;
    width: 100%; }
    @media all and (min-width: 450px) {
      .checkboxes-group .form-checkbox {
        width: 48%; } }

.form-wrap {
  position: relative;
  margin: auto;
  margin-bottom: 4rem; }
  @media all and (min-width: 450px) {
    .form-wrap {
      width: 380px; } }

.form-block {
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 4px 5px 0 rgba(13, 49, 63, 0.05), 0 1px 5px 0 rgba(13, 49, 63, 0.05);
  border-radius: 4px;
  padding: 1.5rem 2rem;
  min-height: 7rem; }
  .form-block .btn {
    display: block; }

@keyframes revealItem {
  to {
    transform: translate(2.5em, 3.5em); } }

.form-title {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-transform: uppercase; }

.form-block__below {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #e5e5e5;
  border-radius: 4px;
  top: 3.5rem;
  right: 0;
  font-size: .9rem; }
  @media all and (min-width: 450px) {
    .form-block__below {
      top: 0;
      animation: revealItem .5s ease-in both; } }
  .form-block__below p {
    position: absolute;
    bottom: 0;
    text-align: right;
    padding: 1rem;
    width: inherit;
    box-sizing: border-box; }
    @media all and (min-width: 450px) {
      .form-block__below p {
        padding: 1rem 2.5rem; } }
  .form-block__below a {
    border-bottom: 2px solid #0d313f; }
    .form-block__below a:hover {
      text-decoration: none; }

.form-row {
  margin-top: 2em; }

#google-signin > div {
  width: 100% !important; }

.form-columns {
  display: flex;
  flex-wrap: wrap; }
  .form-columns > .form-row {
    width: 100%; }
    @media all and (min-width: 960px) {
      .form-columns > .form-row {
        width: 48%; }
        .form-columns > .form-row:nth-child(2n) {
          margin-left: 4%; } }

.expire-date {
  flex-wrap: wrap; }
  .expire-date .form-row {
    margin-top: .35rem;
    width: calc(50% - 1rem); }
    .expire-date .form-row .filled.hide-label .label {
      display: none; }
    .expire-date .form-row:first-child {
      margin-right: 1.5rem; }
    @media all and (max-width: 549px) {
      .expire-date .form-row:last-child {
        margin-top: 2rem; } }
    @media all and (min-width: 550px) {
      .expire-date .form-row {
        width: calc(33% - 1rem); }
        .expire-date .form-row:nth-child(2) {
          margin-right: 1.5rem; } }

.password-check-list {
  text-align: left;
  font-size: 13px;
  margin-top: 20px; }
  .password-check-list.hidden {
    display: none; }
  .password-check-list.is-red ul {
    color: #e74243; }
  .password-check-list ul {
    padding-left: 10px;
    list-style: none; }
  .password-check-list li {
    position: relative;
    padding-left: 20px; }
    .password-check-list li::before {
      content: "";
      position: absolute;
      width: 3px;
      height: 3px;
      border-radius: 50%;
      background-color: #0d313f;
      top: 6px;
      left: 0; }
  .password-check-list .is-valid {
    color: #04c453; }
    .password-check-list .is-valid::before {
      background-color: transparent;
      transform: rotate(-45deg);
      border-radius: 0;
      width: 10px;
      height: 5px;
      border: 2px solid #04c453;
      border-top-style: none;
      border-right-style: none;
      box-sizing: border-box;
      z-index: 3; }

.header-wrap {
  background-color: #ffffff; }
  @media all and (max-width: 767px) {
    .header-wrap.is-active {
      background-color: #0d313f; } }

.header {
  display: flex;
  align-items: center;
  padding: 0 2rem;
  border-bottom: 1px solid rgba(13, 49, 63, 0.1); }
  @media all and (max-width: 767px) {
    .header {
      padding: 0 1rem; } }

.header__links {
  padding: 1rem;
  display: none;
  font-size: 13px; }
  .header__links a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 400; }
    .header__links a:focus, .header__links a:hover, .header__links a:active {
      text-decoration: none;
      color: #ffffff; }
  .header__links .btn--secondary:focus, .header__links .btn--secondary:hover {
    color: #0d313f; }
  .header__links hr {
    border-bottom: 2px solid #ffffff; }
  .header__links.is-expanded .expand-content {
    margin-top: 0;
    padding-bottom: 1rem; }
  .is-active .header__links {
    display: block; }
  .header__links ul {
    list-style: none;
    letter-spacing: 0.5px;
    padding: 0; }
    .header__links ul a {
      display: block; }
    .header__links ul li {
      margin-top: 1.2rem; }

.burger-line, .header__burger, .header__burger::before, .header__burger::after {
  position: absolute;
  width: 20px;
  height: 3px;
  background-color: #000000;
  border-radius: 2px; }

.header__burger-wrap {
  position: relative;
  margin-left: auto;
  width: 20px;
  height: 20px; }

.header__burger {
  top: 75%;
  margin-top: 0;
  transition: transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-delay: 0.22s; }
  .is-active .header__burger {
    background-color: #ffffff;
    transform: translate3d(0, -7px, 0) rotate(-45deg); }
  .header__burger::before, .header__burger::after {
    content: ""; }
  .header__burger::before {
    top: -6px;
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .is-active .header__burger::before {
      top: 0;
      transform: rotate(-90deg);
      background-color: #ffffff; }
  .header__burger::after {
    top: -12px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
    .is-active .header__burger::after {
      top: 0;
      opacity: 0;
      background-color: #ffffff; }
  @media all and (min-width: 768px) {
    .header__burger {
      display: none; } }

.header__logo {
  margin-top: 5px; }
  .is-active .header__logo {
    display: none; }

.header__logo--white {
  margin-top: 5px;
  display: none; }
  .is-active .header__logo--white {
    display: block; }

.header__btn {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 32px;
  height: 32px;
  min-width: 5.2rem; }
  @media all and (max-width: 767px) {
    .header__btn.btn--secondary {
      border-color: #ffffff; } }
  @media all and (max-width: 767px) {
    .header__links .header__btn {
      width: 100%;
      margin-top: 1rem;
      box-sizing: border-box;
      font-weight: bold;
      line-height: 38px;
      height: 38px; } }

.header__btn-group {
  margin-left: auto; }
  .header__btn-group a {
    margin: 0 .1rem; }
  @media all and (max-width: 767px) {
    .header__btn-group {
      display: none; } }

.icon--question {
  display: inline-flex;
  width: 27px;
  height: 27px;
  color: #0d313f;
  vertical-align: middle; }
  .icon--question svg {
    width: 100%;
    height: 100%; }

.icssids__header {
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  .icssids__header h4 {
    margin-right: auto; }
  .icssids__header a {
    margin-left: 25px; }

.icssids__labels {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  max-height: 600px;
  overflow-y: auto;
  margin-top: 10px; }
  .icssids__labels > li {
    position: relative;
    width: 100%;
    padding: .5rem;
    padding-right: 1.5rem;
    box-sizing: border-box;
    margin: 5px;
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 0.6px #dadada; }
    @media (min-width: 450px) {
      .icssids__labels > li {
        padding: .7755rem;
        padding-right: 3rem; } }
    .icssids__labels > li[disabled] {
      color: rgba(13, 49, 63, 0.5);
      box-shadow: none; }
      .icssids__labels > li[disabled] .checkbox__icon:before {
        background-color: transparent;
        box-shadow: none;
        border: 1px solid #dadada; }
      .icssids__labels > li[disabled] .checkbox__icon:after {
        border-color: none; }
      @media (hover: hover) {
        .icssids__labels > li[disabled]:hover {
          border: solid 0.6px #dde3e5; }
          .icssids__labels > li[disabled]:hover .checkbox__icon:before {
            background-color: transparent;
            border-color: #dadada;
            box-shadow: none; }
          .icssids__labels > li[disabled]:hover .checkbox__icon:after {
            border-color: none; } }
    .icssids__labels > li .checkbox__icon {
      position: absolute;
      width: 19px;
      height: 19px;
      vertical-align: middle;
      right: .5rem;
      top: 50%;
      transform: translateY(-50%); }
      .icssids__labels > li .checkbox__icon:before, .icssids__labels > li .checkbox__icon:after {
        width: 19px;
        height: 19px; }
      .icssids__labels > li .checkbox__icon:before {
        background: #04c453;
        border: none;
        box-shadow: 0px 0px 8px 1px rgba(4, 196, 83, 0.388); }
      .icssids__labels > li .checkbox__icon:after {
        transform: rotate(-45deg);
        top: 4.35px;
        left: 3px;
        width: 13px;
        height: 6.5px;
        border: 2px solid #ffffff;
        border-top-style: none;
        border-right-style: none; }
    @media (hover: hover) {
      .icssids__labels > li:hover {
        box-shadow: 0 4px 5px 0 rgba(13, 49, 63, 0.05), 0 1px 5px 0 rgba(13, 49, 63, 0.05);
        z-index: 1;
        cursor: pointer; } }
  .icssids__labels.labels--small {
    background-color: #e8ecee;
    padding: 2px 0; }
    .icssids__labels.labels--small li {
      font-size: 13px;
      letter-spacing: 0.5px;
      padding: .5rem .4rem;
      padding-right: 1rem;
      margin: 2px; }
      @media (hover: hover) {
        .icssids__labels.labels--small li:hover {
          box-shadow: 20px 20px 40px 0 rgba(0, 0, 0, 0.1), 60px 80px 80px 0 rgba(0, 0, 0, 0.1); } }
      @media (min-width: 450px) {
        .icssids__labels.labels--small li {
          flex-basis: calc(50% - 4px); } }
    .icssids__labels.labels--small .checkbox__icon {
      right: .4rem; }

.icon, .icon--small {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-top: 0;
  color: inherit;
  vertical-align: text-top;
  fill: currentColor; }

.icon--small {
  width: 20px;
  height: 20px; }

.close-icon {
  opacity: 0.5; }
  .close-icon:hover {
    opacity: 1; }

.icon--show-password {
  position: absolute;
  right: 0;
  bottom: 3px;
  z-index: 3;
  cursor: pointer; }
  .icon--show-password .icon, .icon--show-password .icon--small {
    width: 20px; }
    .icon--show-password .icon:last-child, .icon--show-password .icon--small:last-child {
      display: none; }
  .icon--show-password.is-visible .icon:last-child, .icon--show-password.is-visible .icon--small:last-child {
    display: inline-block; }

.rotate {
  vertical-align: text-bottom;
  animation: rotation 2s infinite linear; }

@keyframes rotation {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

.link--disabled {
  color: grey;
  border-bottom: none;
  pointer-events: none; }

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2; }

.modal__container {
  position: relative;
  background-color: #ffffff;
  padding: 30px;
  max-width: 500px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
  box-shadow: 0 4px 5px 0 rgba(13, 49, 63, 0.05), 0 1px 5px 0 rgba(13, 49, 63, 0.05); }

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.modal__close {
  background: transparent;
  border: 0;
  outline: none;
  position: absolute;
  top: .8rem;
  right: .5rem;
  color: #0d313f;
  opacity: .2; }
  .modal__close:focus, .modal__close:hover {
    opacity: 1; }
  .modal__close * {
    pointer-events: none; }
  .modal__close .icon, .modal__close .icon--small {
    width: 20px;
    height: 20px; }

@keyframes mmfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes mmfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes mmslideIn {
  from {
    transform: translateY(15%); }
  to {
    transform: translateY(0); } }

@keyframes mmslideOut {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(-10%); } }

.micromodal-slide {
  display: none; }
  .micromodal-slide.is-open {
    display: block; }
  .micromodal-slide[aria-hidden="false"] .modal__overlay {
    animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1); }
  .micromodal-slide[aria-hidden="false"] .modal__container {
    animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1); }
  .micromodal-slide[aria-hidden="true"] .modal__overlay {
    animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1); }
  .micromodal-slide[aria-hidden="true"] .modal__container {
    animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1); }
  .micromodal-slide .modal__container,
  .micromodal-slide .modal__overlay {
    will-change: transform; }

.sim-box {
  padding: 1rem 1.5rem; }
  @media all and (min-width: 700px) {
    .sim-box {
      display: flex;
      align-items: center; } }
  .sim-box img {
    display: block; }
    @media all and (max-width: 699px) {
      .sim-box img {
        margin: 0 auto 2rem; } }

.sim-box__content {
  display: flex;
  letter-spacing: 0.5px;
  font-size: 13px;
  flex: 1;
  align-items: center; }

@media all and (min-width: 700px) {
  .sim-box__text {
    margin: 0 1rem 0 1.5rem; } }

.sim-box__number {
  min-width: 52px;
  height: 52px;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  padding: 0 .5rem;
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: 0 4px 5px 0 rgba(13, 49, 63, 0.05), 0 1px 5px 0 rgba(13, 49, 63, 0.05);
  border: 1px solid #e5e5e5; }

.sim-box--blue {
  background-color: #f3f6f6;
  padding: 1.125rem 1.5625rem;
  font-size: 13px;
  letter-spacing: 0.5px; }

.sim-box__specs {
  display: flex;
  justify-content: space-between;
  padding: 1.125rem 1.3125rem;
  font-size: 13px;
  letter-spacing: 0.5px;
  border-top: 1px solid #dadada; }
  @media (max-width: 449px) {
    .sim-box__specs {
      flex-direction: column; } }

.sim-box__box {
  margin-bottom: 1rem; }
  @media (min-width: 450px) {
    .sim-box__box {
      flex-basis: calc(50% - 10px);
      margin-bottom: 0; } }
  .sim-box__box ul {
    color: rgba(13, 49, 63, 0.5); }

.expand-title {
  display: flex;
  font-size: 13px;
  align-items: center; }

.expand-title__left {
  margin-right: 1em; }

.expand-title__right {
  margin-left: auto; }

.expand-title__arrow {
  width: 20px;
  height: 14px;
  transform: rotate(90deg);
  opacity: .4;
  transition: opacity .3s, transform .3s ease-in;
  cursor: pointer; }
  .expand-title__arrow:hover {
    opacity: 1; }
  .is-expanded .expand-title__arrow {
    transform: rotate(-90deg);
    opacity: 1; }

.arrow__continue {
  opacity: 1;
  margin-left: .5rem;
  width: 7px;
  height: 16px; }

.expand-content {
  width: 100%;
  height: initial;
  max-height: 0px;
  overflow: hidden;
  list-style: none;
  padding-left: 0; }
  .is-expanded .expand-content {
    max-height: 1500px;
    margin-top: 10px;
    transition: all .3s ease-in-out; }
    .is-expanded .expand-content ul {
      height: 100%; }

.content-2columns {
  columns: 2; }
  @media all and (max-width: 767px) {
    .content-2columns {
      columns: 1; } }

@media all and (max-width: 549px) {
  .content-1column--mobile {
    columns: 1; } }

.content-4columns {
  columns: 2; }
  .content-4columns ul {
    list-style: none;
    padding-left: 0; }
  @media all and (min-width: 768px) {
    .content-4columns {
      columns: 4; } }

.iccid {
  padding: 10px; }

.icssids__header {
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  .icssids__header h2 {
    margin-right: auto; }
  .icssids__header a {
    margin-left: 25px; }

.tab {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  background-color: #e8ecee;
  text-transform: uppercase;
  color: rgba(13, 49, 63, 0.5);
  min-width: 15rem;
  cursor: pointer; }
  @media (max-width: 550px) {
    .tab {
      width: 100%; } }
  .tab.active {
    background-color: #0d313f;
    color: #ffffff;
    margin: 0 -3px; }

@media (min-width: 550px) {
  .tabs--full .tabs {
    display: flex; }
  .tabs--full .tab {
    flex-basis: 50%;
    margin: 0; } }

.tooltip {
  position: relative;
  display: inline-block;
  text-decoration: none;
  vertical-align: text-top;
  opacity: .5; }
  .tooltip .icon, .tooltip .icon--small {
    pointer-events: none; }
  .tooltip:hover {
    opacity: 1; }
  .tooltip.tooltip__down .tooltip__after {
    top: auto;
    bottom: 100%;
    border-color: transparent transparent #0d313f !important; }
  .is-tooltip .tooltip {
    position: absolute;
    top: 0;
    right: 5px;
    z-index: 1; }
  .tooltip.is-active {
    z-index: 11; }
    .tooltip.is-active .tooltip-span {
      opacity: 1;
      visibility: visible; }

.tooltip-span {
  position: fixed;
  display: block;
  width: 250px;
  padding: .55rem 1rem;
  font-size: .8125rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: .5px;
  color: #ffffff;
  text-transform: none;
  word-break: break-word;
  white-space: pre-line;
  background: #0d313f;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  box-shadow: -2px 2px 11px 0 rgba(13, 49, 63, 0.5);
  transition: opacity .3s;
  box-sizing: border-box; }
  .is-active .tooltip-span {
    z-index: 11; }

.tooltip__after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-color: #0d313f transparent transparent;
  border-style: solid;
  border-width: 5px; }

.tooltip--opacity {
  opacity: 1; }
  .is-disabled .tooltip--opacity {
    opacity: .5;
    pointer-events: none; }

.tooltip--icons .tooltip {
  margin-top: -4px; }

.tooltip-bubble {
  padding: .55rem 1rem;
  font-size: .8125rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: .5px;
  color: #ffffff;
  text-transform: none;
  word-break: break-word;
  white-space: pre-line;
  background: #0d313f;
  border-radius: 4px;
  min-width: 210px;
  position: absolute;
  z-index: 10; }
  .tooltip-bubble::after {
    content: '';
    position: absolute; }

.tooltip-top {
  bottom: 100%;
  left: 50%;
  padding-bottom: 5px;
  transform: translateX(-50%); }
  .tooltip-top::after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #0d313f;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }

.tooltip--error {
  position: relative;
  z-index: 10;
  display: inline-block; }
  .tooltip--error .tooltip-span {
    position: absolute;
    opacity: 1;
    visibility: visible;
    padding: .9rem 1rem;
    background-color: #e74243;
    margin-bottom: 10px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
  .tooltip--error .tooltip__after {
    border-top-color: #e74243;
    border-width: 8px;
    margin-top: -1px;
    margin-left: -8px; }

@media all and (min-width: 700px) {
  .activate-sim-block {
    display: flex; } }

.activate-sim__inputs {
  flex: 1 1 400px; }
  .activate-sim__inputs .custom-input {
    margin-top: .5rem; }

.activate-sim__img {
  flex: 1 1 280px;
  display: none; }
  @media all and (min-width: 1050px) {
    .activate-sim__img {
      margin-left: 3rem;
      display: flex;
      justify-content: flex-end;
      align-items: center; } }

.activate-sim__icon {
  margin-top: -5px; }

@media all and (max-width: 1049px) {
  .activate-sim__buttons {
    font-size: 13px; } }

.activate-sim__buttons .btn {
  margin-right: 1rem; }
  .activate-sim__buttons .btn:last-child {
    margin-right: 0; }

.activation {
  border-radius: 4px;
  border: 2px solid #0d313f;
  background-color: #ffffff;
  max-width: 250px; }

.activation__header {
  display: flex;
  align-items: center;
  background-color: #0d313f;
  color: #ffffff;
  padding: .7rem 1rem; }

.activation__body {
  text-align: center;
  font-size: 22px;
  letter-spacing: 2px;
  padding: 1rem; }

.activation__logo {
  height: 25px; }

.activation__text {
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1.07px;
  text-transform: uppercase;
  margin-left: auto;
  padding-left: 1rem; }

@media all and (max-width: 767px) {
  .edit-box {
    width: calc(100% + 50px);
    margin-left: -25px; } }

.activate-plan-btn {
  box-sizing: border-box;
  display: none; }
  @media all and (max-width: 767px) {
    .activate-plan-btn {
      display: block;
      position: fixed;
      bottom: 0;
      left: 0;
      background-color: #ffffff;
      box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
      padding: 1.5rem 1rem;
      width: 100%;
      z-index: 3; }
      .activate-plan-btn .btn {
        width: 100%;
        box-sizing: border-box;
        margin-top: 0; } }

.login-page {
  background-image: url(../img/bg-image.jpg);
  background-position: center;
  background-size: cover; }

.login-page-content {
  margin: auto;
  margin-top: 0;
  min-width: 90%; }

.reset-page {
  background-image: url(../img/bg-image2.jpg); }

.plans-layout {
  flex-direction: column; }
  @media all and (min-width: 1050px) {
    .plans-layout {
      flex-direction: row; } }

.plans__right {
  width: calc(100% + 50px);
  margin: 36px 0 16px -25px; }
  .plans__right.plans__right--iccid {
    width: 100%;
    margin: 36px 0 0; }
    @media all and (min-width: 1050px) {
      .plans__right.plans__right--iccid {
        margin: 0 0 0 2rem; } }
  @media all and (min-width: 1050px) {
    .plans__right {
      flex-basis: 46%;
      margin: 0 0 0 2rem; }
      .plans__right .form-block {
        box-sizing: border-box;
        position: sticky;
        top: 1rem; }
        .plans__right .form-block.is-fixed {
          position: fixed; } }
  @media all and (min-width: 1200px) {
    .plans__right {
      flex-basis: 40%; } }

.plans__right--text {
  margin-right: .5rem; }
  @media all and (max-width: 1049px) {
    .plans__right--text .title--medium {
      font-weight: bold;
      font-size: 16px; } }

.plans__left {
  flex-basis: 54%; }
  @media all and (min-width: 1200px) {
    .plans__left {
      flex-basis: 60%; } }

@media all and (max-width: 1049px) {
  .hide-box--mobile {
    display: none; } }

@media all and (min-width: 1050px) {
  .show-box--mobile {
    display: none; } }

.order-summary {
  font-size: 14px; }
  @media all and (max-width: 1049px) {
    .order-summary {
      font-size: 13px;
      margin-bottom: 0; } }
  .order-summary:first-child {
    margin-bottom: 10px; }

.order-summary__prices {
  white-space: nowrap; }

.order-summary__quantity {
  display: inline-block;
  border: 1px solid #dadada;
  color: #767c7e;
  padding: .5em .8em;
  margin: 0 .6em;
  border-radius: 4px; }

.click-continue {
  display: none;
  cursor: pointer;
  font-size: 14px; }
  @media all and (min-width: 1050px) {
    .click-continue {
      display: block; } }

.is-absolute {
  position: absolute; }

.code-box {
  background-color: #ffffff;
  box-shadow: 0 4px 5px 0 rgba(13, 49, 63, 0.05), 0 1px 5px 0 rgba(13, 49, 63, 0.05);
  font-size: 24px;
  padding: 1rem;
  display: inline-block;
  margin: 0 5px;
  width: 52px;
  height: 68px;
  border: 0;
  text-align: center;
  box-sizing: border-box; }

html {
  font: 100%/1.5 Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #0d313f;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth; }

body {
  background-color: #f7f6f6;
  margin: 0; }

p,
h1,
h2,
h3,
h4,
blockquote,
figure,
table,
ul {
  margin: 0; }

a {
  color: #0d313f;
  text-decoration: none;
  font-weight: bold; }
  a:active, a:hover, a:focus {
    color: #0d313f;
    text-decoration: underline; }

button {
  cursor: pointer; }

h1,
.h1 {
  font-size: 24px;
  font-weight: normal; }

hr {
  opacity: 0.1;
  border: solid 1px #104c5f; }

img {
  max-width: 100%; }
