/* 
========================================================================== */
@-ms-viewport {
  width: device-width; }
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  box-sizing: inherit; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    order: -1; }

  .order-sm-last {
    order: 13; }

  .order-sm-0 {
    order: 0; }

  .order-sm-1 {
    order: 1; }

  .order-sm-2 {
    order: 2; }

  .order-sm-3 {
    order: 3; }

  .order-sm-4 {
    order: 4; }

  .order-sm-5 {
    order: 5; }

  .order-sm-6 {
    order: 6; }

  .order-sm-7 {
    order: 7; }

  .order-sm-8 {
    order: 8; }

  .order-sm-9 {
    order: 9; }

  .order-sm-10 {
    order: 10; }

  .order-sm-11 {
    order: 11; }

  .order-sm-12 {
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.3333333333%; }

  .offset-sm-2 {
    margin-left: 16.6666666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.3333333333%; }

  .offset-sm-5 {
    margin-left: 41.6666666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.3333333333%; }

  .offset-sm-8 {
    margin-left: 66.6666666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.3333333333%; }

  .offset-sm-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    order: -1; }

  .order-md-last {
    order: 13; }

  .order-md-0 {
    order: 0; }

  .order-md-1 {
    order: 1; }

  .order-md-2 {
    order: 2; }

  .order-md-3 {
    order: 3; }

  .order-md-4 {
    order: 4; }

  .order-md-5 {
    order: 5; }

  .order-md-6 {
    order: 6; }

  .order-md-7 {
    order: 7; }

  .order-md-8 {
    order: 8; }

  .order-md-9 {
    order: 9; }

  .order-md-10 {
    order: 10; }

  .order-md-11 {
    order: 11; }

  .order-md-12 {
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.3333333333%; }

  .offset-md-2 {
    margin-left: 16.6666666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.3333333333%; }

  .offset-md-5 {
    margin-left: 41.6666666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.3333333333%; }

  .offset-md-8 {
    margin-left: 66.6666666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.3333333333%; }

  .offset-md-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    order: -1; }

  .order-lg-last {
    order: 13; }

  .order-lg-0 {
    order: 0; }

  .order-lg-1 {
    order: 1; }

  .order-lg-2 {
    order: 2; }

  .order-lg-3 {
    order: 3; }

  .order-lg-4 {
    order: 4; }

  .order-lg-5 {
    order: 5; }

  .order-lg-6 {
    order: 6; }

  .order-lg-7 {
    order: 7; }

  .order-lg-8 {
    order: 8; }

  .order-lg-9 {
    order: 9; }

  .order-lg-10 {
    order: 10; }

  .order-lg-11 {
    order: 11; }

  .order-lg-12 {
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.3333333333%; }

  .offset-lg-2 {
    margin-left: 16.6666666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.3333333333%; }

  .offset-lg-5 {
    margin-left: 41.6666666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.3333333333%; }

  .offset-lg-8 {
    margin-left: 66.6666666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.3333333333%; }

  .offset-lg-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    order: -1; }

  .order-xl-last {
    order: 13; }

  .order-xl-0 {
    order: 0; }

  .order-xl-1 {
    order: 1; }

  .order-xl-2 {
    order: 2; }

  .order-xl-3 {
    order: 3; }

  .order-xl-4 {
    order: 4; }

  .order-xl-5 {
    order: 5; }

  .order-xl-6 {
    order: 6; }

  .order-xl-7 {
    order: 7; }

  .order-xl-8 {
    order: 8; }

  .order-xl-9 {
    order: 9; }

  .order-xl-10 {
    order: 10; }

  .order-xl-11 {
    order: 11; }

  .order-xl-12 {
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.3333333333%; }

  .offset-xl-2 {
    margin-left: 16.6666666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.3333333333%; }

  .offset-xl-5 {
    margin-left: 41.6666666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.3333333333%; }

  .offset-xl-8 {
    margin-left: 66.6666666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.3333333333%; }

  .offset-xl-11 {
    margin-left: 91.6666666667%; } }
.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-row {
    display: table-row !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: flex !important; }

  .d-sm-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-row {
    display: table-row !important; }

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: flex !important; }

  .d-md-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-row {
    display: table-row !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: flex !important; }

  .d-lg-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline-flex {
    display: inline-flex !important; } }
@media print {
  .d-print-none {
    display: none !important; }

  .d-print-inline {
    display: inline !important; }

  .d-print-inline-block {
    display: inline-block !important; }

  .d-print-block {
    display: block !important; }

  .d-print-table {
    display: table !important; }

  .d-print-table-row {
    display: table-row !important; }

  .d-print-table-cell {
    display: table-cell !important; }

  .d-print-flex {
    display: flex !important; }

  .d-print-inline-flex {
    display: inline-flex !important; } }
.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }

  .flex-sm-column {
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-sm-fill {
    flex: 1 1 auto !important; }

  .flex-sm-grow-0 {
    flex-grow: 0 !important; }

  .flex-sm-grow-1 {
    flex-grow: 1 !important; }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-sm-start {
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    justify-content: center !important; }

  .justify-content-sm-between {
    justify-content: space-between !important; }

  .justify-content-sm-around {
    justify-content: space-around !important; }

  .align-items-sm-start {
    align-items: flex-start !important; }

  .align-items-sm-end {
    align-items: flex-end !important; }

  .align-items-sm-center {
    align-items: center !important; }

  .align-items-sm-baseline {
    align-items: baseline !important; }

  .align-items-sm-stretch {
    align-items: stretch !important; }

  .align-content-sm-start {
    align-content: flex-start !important; }

  .align-content-sm-end {
    align-content: flex-end !important; }

  .align-content-sm-center {
    align-content: center !important; }

  .align-content-sm-between {
    align-content: space-between !important; }

  .align-content-sm-around {
    align-content: space-around !important; }

  .align-content-sm-stretch {
    align-content: stretch !important; }

  .align-self-sm-auto {
    align-self: auto !important; }

  .align-self-sm-start {
    align-self: flex-start !important; }

  .align-self-sm-end {
    align-self: flex-end !important; }

  .align-self-sm-center {
    align-self: center !important; }

  .align-self-sm-baseline {
    align-self: baseline !important; }

  .align-self-sm-stretch {
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }

  .flex-md-column {
    flex-direction: column !important; }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-md-fill {
    flex: 1 1 auto !important; }

  .flex-md-grow-0 {
    flex-grow: 0 !important; }

  .flex-md-grow-1 {
    flex-grow: 1 !important; }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-md-start {
    justify-content: flex-start !important; }

  .justify-content-md-end {
    justify-content: flex-end !important; }

  .justify-content-md-center {
    justify-content: center !important; }

  .justify-content-md-between {
    justify-content: space-between !important; }

  .justify-content-md-around {
    justify-content: space-around !important; }

  .align-items-md-start {
    align-items: flex-start !important; }

  .align-items-md-end {
    align-items: flex-end !important; }

  .align-items-md-center {
    align-items: center !important; }

  .align-items-md-baseline {
    align-items: baseline !important; }

  .align-items-md-stretch {
    align-items: stretch !important; }

  .align-content-md-start {
    align-content: flex-start !important; }

  .align-content-md-end {
    align-content: flex-end !important; }

  .align-content-md-center {
    align-content: center !important; }

  .align-content-md-between {
    align-content: space-between !important; }

  .align-content-md-around {
    align-content: space-around !important; }

  .align-content-md-stretch {
    align-content: stretch !important; }

  .align-self-md-auto {
    align-self: auto !important; }

  .align-self-md-start {
    align-self: flex-start !important; }

  .align-self-md-end {
    align-self: flex-end !important; }

  .align-self-md-center {
    align-self: center !important; }

  .align-self-md-baseline {
    align-self: baseline !important; }

  .align-self-md-stretch {
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }

  .flex-lg-column {
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-lg-fill {
    flex: 1 1 auto !important; }

  .flex-lg-grow-0 {
    flex-grow: 0 !important; }

  .flex-lg-grow-1 {
    flex-grow: 1 !important; }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-lg-start {
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    justify-content: center !important; }

  .justify-content-lg-between {
    justify-content: space-between !important; }

  .justify-content-lg-around {
    justify-content: space-around !important; }

  .align-items-lg-start {
    align-items: flex-start !important; }

  .align-items-lg-end {
    align-items: flex-end !important; }

  .align-items-lg-center {
    align-items: center !important; }

  .align-items-lg-baseline {
    align-items: baseline !important; }

  .align-items-lg-stretch {
    align-items: stretch !important; }

  .align-content-lg-start {
    align-content: flex-start !important; }

  .align-content-lg-end {
    align-content: flex-end !important; }

  .align-content-lg-center {
    align-content: center !important; }

  .align-content-lg-between {
    align-content: space-between !important; }

  .align-content-lg-around {
    align-content: space-around !important; }

  .align-content-lg-stretch {
    align-content: stretch !important; }

  .align-self-lg-auto {
    align-self: auto !important; }

  .align-self-lg-start {
    align-self: flex-start !important; }

  .align-self-lg-end {
    align-self: flex-end !important; }

  .align-self-lg-center {
    align-self: center !important; }

  .align-self-lg-baseline {
    align-self: baseline !important; }

  .align-self-lg-stretch {
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }

  .flex-xl-column {
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-xl-fill {
    flex: 1 1 auto !important; }

  .flex-xl-grow-0 {
    flex-grow: 0 !important; }

  .flex-xl-grow-1 {
    flex-grow: 1 !important; }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-xl-start {
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    justify-content: center !important; }

  .justify-content-xl-between {
    justify-content: space-between !important; }

  .justify-content-xl-around {
    justify-content: space-around !important; }

  .align-items-xl-start {
    align-items: flex-start !important; }

  .align-items-xl-end {
    align-items: flex-end !important; }

  .align-items-xl-center {
    align-items: center !important; }

  .align-items-xl-baseline {
    align-items: baseline !important; }

  .align-items-xl-stretch {
    align-items: stretch !important; }

  .align-content-xl-start {
    align-content: flex-start !important; }

  .align-content-xl-end {
    align-content: flex-end !important; }

  .align-content-xl-center {
    align-content: center !important; }

  .align-content-xl-between {
    align-content: space-between !important; }

  .align-content-xl-around {
    align-content: space-around !important; }

  .align-content-xl-stretch {
    align-content: stretch !important; }

  .align-self-xl-auto {
    align-self: auto !important; }

  .align-self-xl-start {
    align-self: flex-start !important; }

  .align-self-xl-end {
    align-self: flex-end !important; }

  .align-self-xl-center {
    align-self: center !important; }

  .align-self-xl-baseline {
    align-self: baseline !important; }

  .align-self-xl-stretch {
    align-self: stretch !important; } }
/* 
Page overrides
========================================================================== */
.main {
  width: 100%;
  padding: 0 !important; }

.main #content {
  padding: 0 !important; }

.action-box {
  background-color: #fff !important;
  max-width: 145px !important; }

.action-box li a {
  color: #8DC63F !important; }

.action-box li a i {
  background-color: #8DC63F;
  border-radius: 50%;
  padding: 5px; }

.icon-share:before {
  color: #fff; }

.page-template-page-wide .main-container .wrapper {
  background: #fff; }

/* 
Media Queries
========================================================================== */
/* 
Variables - Typography
========================================================================== */
/* 
Variables - Colors + spacers
========================================================================== */
/* 
Variables - Utilites
========================================================================== */
.colorblind .hero .colorblind_arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%); }

/* 
Experience Specific 
========================================================================== */
.colorblind {
  font-family: "Nexa Regular"; }
  .colorblind_arrow_green path {
    fill: #36982e !important; }
  .colorblind .container {
    max-width: 1010px; }
  .colorblind_header {
    padding: 25px 0; }
    @media (min-width: 992px) {
      .colorblind_header {
        padding: 45px 0; } }
    .colorblind_header_title {
      margin: 0;
      padding: 0;
      line-height: 1.2;
      font-family: "Nexa Light";
      color: #227b13;
      font-size: 22px;
      font-size: 36px;
      margin-bottom: 15px; }
      @media (min-width: 768px) {
        .colorblind_header_title {
          font-size: 34px; } }
      @media (min-width: 768px) {
        .colorblind_header_title {
          margin-bottom: 0; } }
    .colorblind_header_copy {
      font-family: "Nexa Book";
      font-size: 16px;
      line-height: 1.2;
      color: #767777;
      margin: 15px 0;
      font-size: 18px;
      margin: 0; }
  .colorblind .colorblind_header_link_scroll {
    color: #767777;
    text-decoration: underline; }
  .colorblind .hero {
    position: relative; }
    @media (min-width: 768px) {
      .colorblind .hero {
        background: url(http://staging.yoursolutiondesign.com/eyemed/condition_simulator/images/lp_condition_simulator_hero.jpg) center center;
        background-size: cover;
        padding: 80px 0 65px; } }
    .colorblind .hero_mobile_img {
      width: 100%;
      height: auto;
      display: block; }
      @media (min-width: 768px) {
        .colorblind .hero_mobile_img {
          display: none; } }
    .colorblind .hero_txt {
      background: #ffffff;
      padding-top: 20px;
      padding-bottom: 20px;
      text-align: center; }
      @media (min-width: 768px) {
        .colorblind .hero_txt {
          padding: 60px 70px 60px 35px;
          margin-right: 15px;
          text-align: left; } }
      @media (min-width: 1200px) {
        .colorblind .hero_txt {
          margin-right: 0; } }
    .colorblind .hero_icon {
      margin-bottom: 24px; }
    .colorblind .hero_heading {
      margin: 0;
      padding: 0;
      line-height: 1.2;
      font-family: "Nexa Light";
      color: #227b13;
      font-size: 22px;
      font-size: 34px; }
      @media (min-width: 768px) {
        .colorblind .hero_heading {
          font-size: 34px; } }
      @media (min-width: 768px) {
        .colorblind .hero_heading {
          margin: 0;
          padding: 0;
          line-height: 1.2;
          font-family: "Nexa Light";
          color: #227b13;
          font-size: 22px; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .colorblind .hero_heading {
      font-size: 34px; } }

    .colorblind .hero_copy {
      font-family: "Nexa Book";
      font-size: 16px;
      line-height: 1.2;
      color: #767777;
      margin: 15px 0;
      margin-bottom: 45px; }
      @media (min-width: 768px) {
        .colorblind .hero_copy {
          margin-bottom: 0; } }
    .colorblind .hero_cta {
      padding: 10px 25px;
      background: #ffffff;
      border: 0;
      color: #227b13;
      font-family: "Nexa Bold";
      font-size: 16px;
      text-transform: uppercase;
      line-height: 1;
      text-align: center;
      text-decoration: none;
      display: inline-block; }
      .colorblind .hero_cta:hover {
        background: rgba(255, 255, 255, 0.82);
        cursor: pointer; }
      .colorblind .hero_cta:focus {
        outline: 0; }
      @media (min-width: 768px) {
        .colorblind .hero_cta {
          padding: 15px 35px;
          font-size: 18px; } }
    .colorblind .hero .colorblind_arrow {
      bottom: 10px; }
  .colorblind .intro {
    padding: 41px 0;
    background: #f9f9f9; }
    @media (min-width: 768px) {
      .colorblind .intro {
        background: #ffffff;
        padding-top: 93px;
        padding-bottom: 74px; } }
    .colorblind .intro .hero_heading {
      font-size: 25px;
      text-align: center; }
      @media (min-width: 768px) {
        .colorblind .intro .hero_heading {
          font-size: 34px; } }
      @media (min-width: 992px) {
        .colorblind .intro .hero_heading {
          font-size: 52px; } }
  .colorblind .types_button {
    padding: 10px 25px;
    background: #36982e;
    border: 0;
    color: #ffffff;
    font-family: "Nexa Bold";
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 0 5px;
    padding-left: 0;
    padding-right: 0;
    width: 33%; }
    .colorblind .types_button:hover {
      background: rgba(54, 152, 46, 0.82);
      cursor: pointer; }
    .colorblind .types_button:focus {
      outline: 0; }
    @media (min-width: 768px) {
      .colorblind .types_button {
        padding: 15px 35px;
        font-size: 18px; } }
    @media (min-width: 992px) {
      .colorblind .types_button {
        width: auto; } }
    .colorblind .types_button.active {
      background: rgba(54, 152, 46, 0.8); }
    .colorblind .types_button_wrapper {
      padding: 40px 0 25px;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center; }
      @media (min-width: 768px) {
        .colorblind .types_button_wrapper {
          padding: 40px 0 55px; } }
      @media (min-width: 992px) {
        .colorblind .types_button_wrapper {
          justify-content: center; } }
  .colorblind .types_heading {
    margin: 0;
    padding: 0;
    line-height: 1.2;
    font-family: "Nexa Light";
    color: #227b13;
    font-size: 22px; }
    @media (min-width: 768px) {
      .colorblind .types_heading {
        font-size: 34px; } }
    @media (min-width: 768px) {
      .colorblind .types_heading {
        text-align: center; } }
  .colorblind .types_copy {
    font-family: "Nexa Book";
    font-size: 16px;
    line-height: 1.2;
    color: #000000;
    margin: 15px 0;
    margin-bottom: 0; }
  .colorblind .compare {
    position: relative; }
    .colorblind .compare_wrapper {
      background: #36982e; }
    .colorblind .compare_images {
      padding: 0;
      height: 100vw;
      background: url(http://staging.yoursolutiondesign.com/eyemed/condition_simulator/images/country-side.jpg) center center; }
      @media (min-width: 768px) {
        .colorblind .compare_images {
          height: 580px; } }
    .colorblind .compare_instructions {
      height: 100%;
      background: rgba(0, 0, 0, 0.7);
      text-align: center;
      width: 100%;
      display: flex;
      align-items: center;
      padding: 0 25px; }
      .colorblind .compare_instructions_container {
        width: 100%; }
      .colorblind .compare_instructions_heading {
        color: #ffffff;
        font-size: 22px;
        margin-bottom: 0; }
        @media (min-width: 768px) {
          .colorblind .compare_instructions_heading {
            max-width: 66%;
            margin-left: auto;
            margin-right: auto; } }
      .colorblind .compare_instructions_txt {
        color: #ffffff;
        margin-top: 10px;
        margin-bottom: 30px; }
      .colorblind .compare_instructions_close {
        padding: 10px 25px;
        background: #36982e;
        border: 0;
        color: #ffffff;
        font-family: "Nexa Bold";
        font-size: 16px;
        text-transform: uppercase;
        line-height: 1;
        text-align: center;
        text-decoration: none;
        display: inline-block; }
        .colorblind .compare_instructions_close:hover {
          background: rgba(54, 152, 46, 0.82);
          cursor: pointer; }
        .colorblind .compare_instructions_close:focus {
          outline: 0; }
        @media (min-width: 768px) {
          .colorblind .compare_instructions_close {
            padding: 15px 35px;
            font-size: 18px; } }
    .colorblind .compare #explore {
      height: 100%;
      background: rgba(0, 0, 0, 0.7);
      text-align: center;
      width: 100%;
      display: flex;
      align-items: center;
      padding: 0 25px; }
      .colorblind .compare #explore_msg {
        width: 100%; }
    .colorblind .compare .explore_heading {
      margin-top: 0; }
    .colorblind .compare_image_original, .colorblind .compare_image_color {
      height: 100%;
      width: 100%; }
      @media (min-width: 992px) {
        .colorblind .compare_image_original, .colorblind .compare_image_color {
          width: 675px; } }
    .colorblind .compare_txt {
      padding-bottom: 20px; }
      @media (min-width: 992px) {
        .colorblind .compare_txt {
          padding: 0 25px; } }
    .colorblind .compare_heading {
      margin: 0;
      padding: 0;
      line-height: 1.2;
      font-family: "Nexa Light";
      color: #ffffff;
      font-size: 22px; }
      @media (min-width: 768px) {
        .colorblind .compare_heading {
          font-size: 34px; } }
    .colorblind .compare_list {
      margin-bottom: 25px;
      padding-left: 18px; }
    .colorblind .compare_copy {
      font-family: "Nexa Book";
      font-size: 16px;
      line-height: 1.2;
      color: #ffffff;
      margin: 15px 0; }
    .colorblind .compare_select_item {
      background: transparent;
      border: 0;
      width: 100%;
      text-align: left;
      color: #ffffff;
      font-family: "Nexa Bold";
      font-size: 16px;
      margin-bottom: 11px;
      padding: 0; }
      .colorblind .compare_select_item:hover {
        cursor: pointer; }
      .colorblind .compare_select_item:focus {
        outline: 0; }
      .colorblind .compare_select_item_name {
        position: relative;
        top: -8px;
        padding-left: 10px; }
      .colorblind .compare_select_item_text {
        height: 345px;
        overflow-y: auto;
        font-size: 14px;
        color: #ffffff; }
        @media (min-width: 768px) {
          .colorblind .compare_select_item_text {
            height: 321px; } }
        @media (min-width: 992px) {
          .colorblind .compare_select_item_text {
            height: 312px; } }
        .colorblind .compare_select_item_text a {
          color: #ffffff; }
        .colorblind .compare_select_item_text .break {
          word-break: break-all; }
        .colorblind .compare_select_item_text strong {
          font-family: "Nexa Bold"; }
    .colorblind .compare_select_wrapper {
      padding: 20px 0;
      padding-bottom: 0; }
      @media (min-width: 992px) {
        .colorblind .compare_select_wrapper {
          padding-bottom: unset; } }
    .colorblind .compare_select_title {
      color: #ffffff;
      font-size: 18px;
      text-align: center;
      display: block;
      font-family: "Nexa Bold"; }
    .colorblind .compare_select_icon {
      width: 60px;
      height: 37px;
      margin: 5px auto;
      display: block;
      fill: none;
      stroke: #86c182;
      stroke-width: 2px; }
    .colorblind .compare_select_container .compare_select_item_text {
      display: none; }
    .colorblind .compare_select_container .compare_select_btn_container {
      display: none; }
    .colorblind .compare_select_container .compare_select_item_plus {
      display: inline; }
    .colorblind .compare_select_container .compare_select_item_minus {
      display: none; }
    .colorblind .compare_select_container_active .compare_select_item_text {
      display: block; }
    .colorblind .compare_select_container_active .compare_select_btn_container {
      display: block; }
    .colorblind .compare_select_container_active .compare_select_item_plus {
      display: none; }
    .colorblind .compare_select_container_active .compare_select_item_minus {
      display: inline; }
    .colorblind .compare_select_doctors_view_wrapper {
      margin-bottom: 20px; }
      .colorblind .compare_select_doctors_view_wrapper.has_disabled_button {
        cursor: not-allowed; }
    .colorblind .compare_select_doctors_view {
      padding: 10px 25px;
      background: #ffffff;
      border: 0;
      color: #227b13;
      font-family: "Nexa Bold";
      font-size: 16px;
      text-transform: uppercase;
      line-height: 1;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      width: 100%; }
      .colorblind .compare_select_doctors_view:hover {
        background: rgba(255, 255, 255, 0.82);
        cursor: pointer; }
      .colorblind .compare_select_doctors_view:focus {
        outline: 0; }
      @media (min-width: 768px) {
        .colorblind .compare_select_doctors_view {
          padding: 15px 35px;
          font-size: 18px; } }
      .colorblind .compare_select_doctors_view_active {
        padding: 10px 25px;
        background: #227b13;
        border: 0;
        color: #ffffff;
        font-family: "Nexa Bold";
        font-size: 16px;
        text-transform: uppercase;
        line-height: 1;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        pointer-events: none;
        cursor: not-allowed; }
        .colorblind .compare_select_doctors_view_active:hover {
          background: rgba(34, 123, 19, 0.82);
          cursor: pointer; }
        .colorblind .compare_select_doctors_view_active:focus {
          outline: 0; }
        @media (min-width: 768px) {
          .colorblind .compare_select_doctors_view_active {
            padding: 15px 35px;
            font-size: 18px; } }
    .colorblind .compare_select_learn_more {
      padding: 10px 25px;
      background: #ffffff;
      border: 0;
      color: #227b13;
      font-family: "Nexa Bold";
      font-size: 16px;
      text-transform: uppercase;
      line-height: 1;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      width: 100%;
      margin-bottom: 20px; }
      .colorblind .compare_select_learn_more:hover {
        background: rgba(255, 255, 255, 0.82);
        cursor: pointer; }
      .colorblind .compare_select_learn_more:focus {
        outline: 0; }
      @media (min-width: 768px) {
        .colorblind .compare_select_learn_more {
          padding: 15px 35px;
          font-size: 18px; } }
    .colorblind .compare_select_go_back {
      color: #ffffff; }
      .colorblind .compare_select_go_back:hover {
        cursor: pointer; }
    .colorblind .compare_active svg {
      fill: #86c182; }
  .colorblind .schedule {
    text-align: center;
    padding-top: 75px;
    padding-bottom: 65px; }
    .colorblind .schedule_txt {
      font-size: 16px;
      line-height: 24px;
      color: #767777;
      margin: 0; }
    .colorblind .schedule_cta {
      padding: 10px 25px;
      background: #36982e;
      border: 0;
      color: #ffffff;
      font-family: "Nexa Bold";
      font-size: 16px;
      text-transform: uppercase;
      line-height: 1;
      text-align: center;
      text-decoration: none;
      display: inline-block; }
      .colorblind .schedule_cta:hover {
        background: rgba(54, 152, 46, 0.82);
        cursor: pointer; }
      .colorblind .schedule_cta:focus {
        outline: 0; }
      @media (min-width: 768px) {
        .colorblind .schedule_cta {
          padding: 15px 35px;
          font-size: 18px; } }
  .colorblind .footnotes {
    background: #f9f9f9;
    padding: 20px 0; }
    .colorblind .footnotes .small {
      font-size: 10px;
      line-height: 12px;
      color: #767777; }
    .colorblind .footnotes sup {
      font-size: 70%;
      line-height: 0; }
  .colorblind .cd-image-container {
    position: relative;
    margin: 0em auto;
    overflow: hidden;
    height: 100%; }
  .colorblind .cd-image-container img {
    display: block; }
  .colorblind .cd-image-label {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #ffffff;
    padding: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
    -moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
    transition: transform 0.3s 0.7s, opacity 0.3s 0.7s; }
  .colorblind .cd-image-label.is-hidden {
    visibility: hidden; }
  .colorblind .is-visible .cd-image-label {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  .colorblind .cd-resize-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    overflow: hidden;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-right: 4px solid white; }
  .colorblind .cd-resize-img img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 675px;
    max-width: none !important; }
  .colorblind .cd-resize-img .cd-image-label {
    right: auto;
    left: 0; }
  .colorblind .is-visible .cd-resize-img {
    width: 50%;
    /* bounce in animation of the modified image */
    -webkit-animation: cd-bounce-in 0.7s;
    -moz-animation: cd-bounce-in 0.7s;
    animation: cd-bounce-in 0.7s; }
@-webkit-keyframes cd-bounce-in {
  0% {
    width: 0; }
  55% {
    width: 65%; }
  80% {
    width: 45%; }
  100% {
    width: 50%; } }
@-moz-keyframes cd-bounce-in {
  0% {
    width: 0; }
  55% {
    width: 65%; }
  80% {
    width: 45%; }
  100% {
    width: 50%; } }
@keyframes cd-bounce-in {
  0% {
    width: 0; }
  55% {
    width: 65%; }
  80% {
    width: 45%; }
  100% {
    width: 50%; } }
@keyframes fadeIn {
  from {
    transform: translate3d(0, 0, 0) scale(0);
    opacity: 0; }
  to {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1; } }
  .colorblind .cd-handle {
    position: absolute;
    height: 88px;
    width: 88px;
    /* center the element */
    left: 50%;
    top: 85%;
    margin-left: -46px;
    margin-top: -44px;
    border-radius: 50%;
    cursor: move;
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0);
    overflow: hidden; }
  .colorblind .cd-handle.draggable {
    /* change background color when element is active */ }
  .colorblind .is-visible .cd-handle {
    animation: fadeIn 0.4s 0.5s forwards; }

.invisible-btn {
  visibility: hidden; }

sup {
  vertical-align: baseline;
  position: relative;
  top: -0.4em; }

/*# sourceMappingURL=main.css.map */
