@charset "UTF-8";
/* Color Theme Swatches in Hex */
/* Color Theme Swatches in Hex */
@font-face {
  font-family: 'Source Sans Pro';
  src: url("../fonts/SourceSansPro-Regular.woff2") format("woff2"), url("../fonts/SourceSansPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Source Sans Pro';
  src: url("../fonts/SourceSansPro-Bold.woff2") format("woff2"), url("../fonts/SourceSansPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Regular.woff2") format("woff2"), url("../fonts/Lato-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Bold.woff2") format("woff2"), url("../fonts/Lato-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'HelvNeue';
  src: url("../fonts/HelvNeue55_W1G.woff2") format("woff2"), url("../fonts/HelvNeue55_W1G.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'HelvNeue';
  src: url("../fonts/HelvNeue75_W1G.woff2") format("woff2"), url("../fonts/HelvNeue75_W1G.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'dtac';
  src: url("../fonts/DTAC2018-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'dtac bold';
  src: url("../fonts/dtac2018-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

/*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
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: 1280px; } }

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1280px; } }

.row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          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%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  -webkit-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  -webkit-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-auto {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  -webkit-flex: 0 0 8.33333%;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

.col-4 {
  -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-flex: 0 0 41.66667%;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

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

.col-7 {
  -webkit-flex: 0 0 58.33333%;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-flex: 0 0 66.66667%;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

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

.col-10 {
  -webkit-flex: 0 0 83.33333%;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-flex: 0 0 91.66667%;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

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

.order-first {
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1; }

.order-last {
  -webkit-order: 13;
      -ms-flex-order: 13;
          order: 13; }

.order-0 {
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0; }

.order-1 {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

.order-2 {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2; }

.order-3 {
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3; }

.order-4 {
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4; }

.order-5 {
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5; }

.order-6 {
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6; }

.order-7 {
  -webkit-order: 7;
      -ms-flex-order: 7;
          order: 7; }

.order-8 {
  -webkit-order: 8;
      -ms-flex-order: 8;
          order: 8; }

.order-9 {
  -webkit-order: 9;
      -ms-flex-order: 9;
          order: 9; }

.order-10 {
  -webkit-order: 10;
      -ms-flex-order: 10;
          order: 10; }

.order-11 {
  -webkit-order: 11;
      -ms-flex-order: 11;
          order: 11; }

.order-12 {
  -webkit-order: 12;
      -ms-flex-order: 12;
          order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.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: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  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: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.flex-row {
  -webkit-flex-direction: row !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

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

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

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

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

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

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

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

.flex-grow-0 {
  -webkit-flex-grow: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-flex-grow: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }

.flex-shrink-0 {
  -webkit-flex-shrink: 0 !important;
      -ms-flex-negative: 0 !important;
          flex-shrink: 0 !important; }

.flex-shrink-1 {
  -webkit-flex-shrink: 1 !important;
      -ms-flex-negative: 1 !important;
          flex-shrink: 1 !important; }

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

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

.justify-content-center {
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-justify-content: space-between !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -webkit-justify-content: space-around !important;
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important; }

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

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

.align-items-center {
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-align-items: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-align-items: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

.align-content-start {
  -webkit-align-content: flex-start !important;
      -ms-flex-line-pack: start !important;
          align-content: flex-start !important; }

.align-content-end {
  -webkit-align-content: flex-end !important;
      -ms-flex-line-pack: end !important;
          align-content: flex-end !important; }

.align-content-center {
  -webkit-align-content: center !important;
      -ms-flex-line-pack: center !important;
          align-content: center !important; }

.align-content-between {
  -webkit-align-content: space-between !important;
      -ms-flex-line-pack: justify !important;
          align-content: space-between !important; }

.align-content-around {
  -webkit-align-content: space-around !important;
      -ms-flex-line-pack: distribute !important;
          align-content: space-around !important; }

.align-content-stretch {
  -webkit-align-content: stretch !important;
      -ms-flex-line-pack: stretch !important;
          align-content: stretch !important; }

.align-self-auto {
  -webkit-align-self: auto !important;
      -ms-flex-item-align: auto !important;
              -ms-grid-row-align: auto !important;
          align-self: auto !important; }

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

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

.align-self-center {
  -webkit-align-self: center !important;
      -ms-flex-item-align: center !important;
              -ms-grid-row-align: center !important;
          align-self: center !important; }

.align-self-baseline {
  -webkit-align-self: baseline !important;
      -ms-flex-item-align: baseline !important;
          align-self: baseline !important; }

.align-self-stretch {
  -webkit-align-self: stretch !important;
      -ms-flex-item-align: stretch !important;
              -ms-grid-row-align: stretch !important;
          align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-sm-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important; }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-sm-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important; }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-md-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important; }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-md-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important; }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-lg-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important; }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-lg-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important; }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-xl-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important; }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-xl-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important; }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important; } }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input[disabled] ~ .form-check-label,
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 4px; }

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #E90000; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(233, 0, 0, 0.9);
  border-radius: 4px; }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #E90000;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23E90000' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23E90000' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #E90000;
    box-shadow: 0 0 0 0.2rem rgba(233, 0, 0, 0.25); }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #E90000;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23E90000' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23E90000' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #E90000;
    box-shadow: 0 0 0 0.2rem rgba(233, 0, 0, 0.25); }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #E90000; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #E90000; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #E90000; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ff1d1d;
  background-color: #ff1d1d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(233, 0, 0, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #E90000; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #E90000; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #E90000;
  box-shadow: 0 0 0 0.2rem rgba(233, 0, 0, 0.25); }

.form-inline {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      -webkit-flex-flow: row wrap;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 4px; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
        -ms-transform: translateX(0.75rem);
            transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 4px; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 4px 4px 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 4px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #E90000;
  border-color: #E90000; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c30000;
    border-color: #b60000; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c30000;
    border-color: #b60000;
    box-shadow: 0 0 0 0.2rem rgba(236, 38, 38, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #E90000;
    border-color: #E90000; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #b60000;
    border-color: #a90000; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(236, 38, 38, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #E90000;
  border-color: #E90000; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #E90000;
    border-color: #E90000; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(233, 0, 0, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #E90000;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #E90000;
    border-color: #E90000; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(233, 0, 0, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 4px; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

.nav-fill .nav-item {
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 4px; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }
  .alert-primary hr {
    border-top-color: #9fcdff; }
  .alert-primary .alert-link {
    color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #790000;
  background-color: #fbcccc;
  border-color: #f9b8b8; }
  .alert-danger hr {
    border-top-color: #f7a0a0; }
  .alert-danger .alert-link {
    color: #460000; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

.list-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  .list-group-item:last-child {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }

.list-group-horizontal {
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }
  .list-group-horizontal .list-group-item:first-child {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0; }
  .list-group-horizontal .list-group-item:last-child {
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0; }
  .list-group-horizontal .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
    .list-group-horizontal .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-sm .list-group-item:first-child {
      border-bottom-left-radius: 4px;
      border-top-right-radius: 0; }
    .list-group-horizontal-sm .list-group-item:last-child {
      border-top-right-radius: 4px;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-sm .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-sm .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-sm .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-md .list-group-item:first-child {
      border-bottom-left-radius: 4px;
      border-top-right-radius: 0; }
    .list-group-horizontal-md .list-group-item:last-child {
      border-top-right-radius: 4px;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-md .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-md .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-md .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-lg .list-group-item:first-child {
      border-bottom-left-radius: 4px;
      border-top-right-radius: 0; }
    .list-group-horizontal-lg .list-group-item:last-child {
      border-top-right-radius: 4px;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-lg .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-lg .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-lg .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-xl .list-group-item:first-child {
      border-bottom-left-radius: 4px;
      border-top-right-radius: 0; }
    .list-group-horizontal-xl .list-group-item:last-child {
      border-top-right-radius: 4px;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xl .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xl .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xl .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

.list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0; }
  .list-group-flush .list-group-item:first-child {
    border-top-width: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0; }

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #790000;
  background-color: #f9b8b8; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #790000;
    background-color: #f7a0a0; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #790000;
    border-color: #790000; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
          animation: spinner-border .75s linear infinite; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1; } }

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
          animation: spinner-grow .75s linear infinite; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

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

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #007bff !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #E90000 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #b60000 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #007bff !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #E90000 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 4px !important; }

.rounded-top {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important; }

.rounded-right {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important; }

.rounded-bottom {
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important; }

.rounded-left {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.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: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  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: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  -webkit-flex-direction: row !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

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

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

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

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

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

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

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

.flex-grow-0 {
  -webkit-flex-grow: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-flex-grow: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }

.flex-shrink-0 {
  -webkit-flex-shrink: 0 !important;
      -ms-flex-negative: 0 !important;
          flex-shrink: 0 !important; }

.flex-shrink-1 {
  -webkit-flex-shrink: 1 !important;
      -ms-flex-negative: 1 !important;
          flex-shrink: 1 !important; }

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

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

.justify-content-center {
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-justify-content: space-between !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -webkit-justify-content: space-around !important;
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important; }

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

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

.align-items-center {
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-align-items: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-align-items: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

.align-content-start {
  -webkit-align-content: flex-start !important;
      -ms-flex-line-pack: start !important;
          align-content: flex-start !important; }

.align-content-end {
  -webkit-align-content: flex-end !important;
      -ms-flex-line-pack: end !important;
          align-content: flex-end !important; }

.align-content-center {
  -webkit-align-content: center !important;
      -ms-flex-line-pack: center !important;
          align-content: center !important; }

.align-content-between {
  -webkit-align-content: space-between !important;
      -ms-flex-line-pack: justify !important;
          align-content: space-between !important; }

.align-content-around {
  -webkit-align-content: space-around !important;
      -ms-flex-line-pack: distribute !important;
          align-content: space-around !important; }

.align-content-stretch {
  -webkit-align-content: stretch !important;
      -ms-flex-line-pack: stretch !important;
          align-content: stretch !important; }

.align-self-auto {
  -webkit-align-self: auto !important;
      -ms-flex-item-align: auto !important;
              -ms-grid-row-align: auto !important;
          align-self: auto !important; }

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

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

.align-self-center {
  -webkit-align-self: center !important;
      -ms-flex-item-align: center !important;
              -ms-grid-row-align: center !important;
          align-self: center !important; }

.align-self-baseline {
  -webkit-align-self: baseline !important;
      -ms-flex-item-align: baseline !important;
          align-self: baseline !important; }

.align-self-stretch {
  -webkit-align-self: stretch !important;
      -ms-flex-item-align: stretch !important;
              -ms-grid-row-align: stretch !important;
          align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-sm-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important; }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-sm-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important; }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-md-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important; }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-md-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important; }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-lg-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important; }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-lg-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important; }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-xl-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important; }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-xl-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important; }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

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

.text-right {
  text-align: right !important; }

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #E90000 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #9d0000 !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08); }

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible; }

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999; }

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1); }

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px; }

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px); }

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block; }

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  box-shadow: none !important; }

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6; }

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0; }

.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6; }

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto; }

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px; }

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px; }

.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%; }

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px; }

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px; }

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%; }

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6; }

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff; }

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%; }

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6; }

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff; }

.flatpickr-calendar:focus {
  outline: 0; }

.flatpickr-wrapper {
  position: relative;
  display: inline-block; }

.flatpickr-months {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9); }

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none; }

.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative; }

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
      /*rtl:begin:ignore*/
  /*
      */
  left: 0;
  /*
      /*rtl:end:ignore*/
  /*
      */ }

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
      /*rtl:begin:ignore*/
  /*
      */
  right: 0;
  /*
      /*rtl:end:ignore*/
  /*
      */ }

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9; }

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747; }

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px; }

.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  transition: fill 0.1s;
  fill: inherit; }

.numInputWrapper {
  position: relative;
  height: auto; }

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block; }

.numInputWrapper input {
  width: 100%; }

.numInputWrapper input::-ms-clear {
  display: none; }

.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none; }

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  box-sizing: border-box; }

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1); }

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2); }

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute; }

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0; }

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%; }

.numInputWrapper span.arrowDown {
  top: 50%; }

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%; }

.numInputWrapper span svg {
  width: inherit;
  height: auto; }

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5); }

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05); }

.numInputWrapper:hover span {
  opacity: 1; }

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px); }

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0; }

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05); }

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block; }

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9); }

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9); }

.flatpickr-current-month input.cur-year {
  background: transparent;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield; }

.flatpickr-current-month input.cur-year:focus {
  outline: 0; }

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none; }

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto; }

.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none; }

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05); }

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0; }

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px; }

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder; }

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0; }

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px; }

.flatpickr-days:focus {
  outline: 0; }

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1; }

.dayContainer + .dayContainer {
  box-shadow: -1px 0 0 #e6e6e6; }

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
          flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6; }

.flatpickr-day.today {
  border-color: #959ea9; }

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff; }

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7; }

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px; }

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0; }

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 #569ff7; }

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px; }

.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6; }

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default; }

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1); }

.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7; }

.flatpickr-day.hidden {
  visibility: hidden; }

.rangeMode .flatpickr-day {
  margin-top: 1px; }

.flatpickr-weekwrapper {
  float: left; }

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  box-shadow: 1px 0 0 #e6e6e6; }

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px; }

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none; }

.flatpickr-innerContainer {
  display: block;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  overflow: hidden; }

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box; }

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both; }

.flatpickr-time .numInputWrapper {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left; }

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939; }

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939; }

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%; }

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%; }

.flatpickr-time input {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield; }

.flatpickr-time input.flatpickr-hour {
  font-weight: bold; }

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400; }

.flatpickr-time input:focus {
  outline: 0;
  border: 0; }

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
      align-self: center; }

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400; }

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee; }

.flatpickr-input[readonly] {
  cursor: pointer; }

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.spinner-grow {
  background-color: #666666;
  -webkit-animation-duration: 1.25s;
          animation-duration: 1.25s; }

.form-control {
  border-width: 2px; }
  .form-control::-webkit-input-placeholder {
    opacity: 0.6; }
  .form-control:-ms-input-placeholder {
    opacity: 0.6; }
  .form-control::placeholder {
    opacity: 0.6; }
  .form-control:focus {
    border-color: #000000;
    box-shadow: none; }
  .form-control:hover {
    border-color: #000000;
    box-shadow: none; }
  .form-control[readonly] {
    background-color: transparent; }
  .form-control[disabled] {
    border: none; }

.nav-link {
  padding-left: 0.5rem; }

.custom-control {
  position: relative; }
  .custom-control svg {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: 1px;
    margin-left: 7px;
    transition: fill .2s linear; }
  .custom-control-input:checked ~ label .icon-paypal {
    fill: #002C8B; }
  .custom-control-input:checked ~ label .icon-stripe {
    fill: #6671E4; }
  .custom-control-input:checked ~ label .icon-alipay {
    fill: #5A9FDE; }
  .custom-control-input:checked ~ label .icon-wechat {
    fill: #1AAD19; }
  .body--generic .custom-control-input:checked ~ label::before {
    background-color: #176FA6;
    border-color: #176FA6; }

.flatpickr-calendar .numInputWrapper span {
  border: none;
  right: -2px;
  padding-right: 2px; }
  .flatpickr-calendar .numInputWrapper span.arrowUp:after, .flatpickr-calendar .numInputWrapper span.arrowDown:after {
    content: none; }
  .flatpickr-calendar .numInputWrapper span.arrowUp {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M6.101 359.293L25.9 379.092c4.686 4.686 12.284 4.686 16.971 0L224 198.393l181.13 180.698c4.686 4.686 12.284 4.686 16.971 0l19.799-19.799c4.686-4.686 4.686-12.284 0-16.971L232.485 132.908c-4.686-4.686-12.284-4.686-16.971 0L6.101 342.322c-4.687 4.687-4.687 12.285 0 16.971z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px; }
  .flatpickr-calendar .numInputWrapper span.arrowDown {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M441.9 167.3l-19.8-19.8c-4.7-4.7-12.3-4.7-17 0L224 328.2 42.9 147.5c-4.7-4.7-12.3-4.7-17 0L6.1 167.3c-4.7 4.7-4.7 12.3 0 17l209.4 209.4c4.7 4.7 12.3 4.7 17 0l209.4-209.4c4.7-4.7 4.7-12.3 0-17z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px; }
    .flatpickr-calendar .numInputWrapper span.arrowDown:after {
      content: none; }

.flatpickr-calendar .flatpickr-monthDropdown-months {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M441.9 167.3l-19.8-19.8c-4.7-4.7-12.3-4.7-17 0L224 328.2 42.9 147.5c-4.7-4.7-12.3-4.7-17 0L6.1 167.3c-4.7 4.7-4.7 12.3 0 17l209.4 209.4c4.7 4.7 12.3 4.7 17 0l209.4-209.4c4.7-4.7 4.7-12.3 0-17z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: 15px;
  margin-right: 1em;
  padding-right: 1.2em; }
  .flatpickr-calendar .flatpickr-monthDropdown-months:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M441.9 167.3l-19.8-19.8c-4.7-4.7-12.3-4.7-17 0L224 328.2 42.9 147.5c-4.7-4.7-12.3-4.7-17 0L6.1 167.3c-4.7 4.7-4.7 12.3 0 17l209.4 209.4c4.7 4.7 12.3 4.7 17 0l209.4-209.4c4.7-4.7 4.7-12.3 0-17z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: 15px; }

.body--vodafone .flatpickr-calendar .flatpickr-day.selected {
  background-color: #F00000;
  border-color: #F00000; }

.body--orange .flatpickr-calendar .flatpickr-day.selected {
  background-color: #ff6600;
  border-color: #ff6600; }

.body--generic .flatpickr-calendar .flatpickr-day.selected {
  background-color: #176FA6;
  border-color: #176FA6; }

.flatpickr-input {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='gray' d='M441.9 167.3l-19.8-19.8c-4.7-4.7-12.3-4.7-17 0L224 328.2 42.9 147.5c-4.7-4.7-12.3-4.7-17 0L6.1 167.3c-4.7 4.7-4.7 12.3 0 17l209.4 209.4c4.7 4.7 12.3 4.7 17 0l209.4-209.4c4.7-4.7 4.7-12.3 0-17z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  background-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.u-display-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.u-center-y {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.u-center-xy {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.u-reverse-column-mobile {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }
  @media (min-width: 576px) {
    .u-reverse-column-mobile {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }

body,
.body {
  margin: 0;
  font-family: 'Lato', serif;
  overflow: auto;
  color: #000000;
  line-height: 1.4;
  background: linear-gradient(to left, #212529, #3b3e40); }
  body--esim,
  .body--esim {
    font-family: 'HelvNeue', 'Helvetica', serif; }
    body--esim button,
    body--esim input,
    body--esim select,
    body--esim ::-webkit-input-placeholder,
    .body--esim button,
    .body--esim input,
    .body--esim select,
    .body--esim ::-webkit-input-placeholder {
      font-family: 'HelvNeue', 'Helvetica', serif; }
    body--esim button,
    body--esim input,
    body--esim select,
    body--esim :-ms-input-placeholder,
    .body--esim button,
    .body--esim input,
    .body--esim select,
    .body--esim :-ms-input-placeholder {
      font-family: 'HelvNeue', 'Helvetica', serif; }
    body--esim button,
    body--esim input,
    body--esim select,
    body--esim ::placeholder,
    .body--esim button,
    .body--esim input,
    .body--esim select,
    .body--esim ::placeholder {
      font-family: 'HelvNeue', 'Helvetica', serif; }
    body--esim input,
    body--esim select,
    .body--esim input,
    .body--esim select {
      border-radius: 0; }
  body--tourtechshop,
  .body--tourtechshop {
    font-family: 'Poppins', sans-serif; }
    body--tourtechshop button,
    body--tourtechshop input,
    body--tourtechshop select,
    body--tourtechshop ::-webkit-input-placeholder,
    .body--tourtechshop button,
    .body--tourtechshop input,
    .body--tourtechshop select,
    .body--tourtechshop ::-webkit-input-placeholder {
      font-family: 'Poppins', sans-serif; }
    body--tourtechshop button,
    body--tourtechshop input,
    body--tourtechshop select,
    body--tourtechshop :-ms-input-placeholder,
    .body--tourtechshop button,
    .body--tourtechshop input,
    .body--tourtechshop select,
    .body--tourtechshop :-ms-input-placeholder {
      font-family: 'Poppins', sans-serif; }
    body--tourtechshop button,
    body--tourtechshop input,
    body--tourtechshop select,
    body--tourtechshop ::placeholder,
    .body--tourtechshop button,
    .body--tourtechshop input,
    .body--tourtechshop select,
    .body--tourtechshop ::placeholder {
      font-family: 'Poppins', sans-serif; }
    body--tourtechshop input,
    body--tourtechshop select,
    .body--tourtechshop input,
    .body--tourtechshop select {
      border-radius: 0; }

.new-body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .new-body .new-main {
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-height: auto; }

.main {
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0 0 20px -5px black; }

@media (max-width: 575.98px) {
  .container {
    padding: 0; } }

a {
  text-decoration: none;
  color: #000000; }
  a.link {
    transition: all .1s linear; }
    a.link span {
      border-bottom: 1px solid; }
    .body--esim a.link {
      position: relative;
      padding-left: 20px;
      color: #ff6600; }
      .body--esim a.link:before {
        content: '';
        position: absolute;
        background-size: 12px;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0;
        width: 12px;
        height: 12px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23ff6600' viewBox='0 0 459 459'%3E%3Cpath d='M178.5 140.25v-102L0 216.75l178.5 178.5V290.7c127.5 0 216.75 40.8 280.5 130.05-25.5-127.5-102-255-280.5-280.5z'/%3E%3C/svg%3E"); }
      .body--esim a.link:hover {
        color: #000000; }
        .body--esim a.link:hover span {
          border-color: transparent; }
        .body--esim a.link:hover:before {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23000000' viewBox='0 0 459 459'%3E%3Cpath d='M178.5 140.25v-102L0 216.75l178.5 178.5V290.7c127.5 0 216.75 40.8 280.5 130.05-25.5-127.5-102-255-280.5-280.5z'/%3E%3C/svg%3E"); }
    .body--tourtech a.link {
      position: relative;
      padding-left: 20px;
      color: #ff6600; }
      .body--tourtech a.link:before {
        content: '';
        position: absolute;
        background-size: 12px;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0;
        width: 12px;
        height: 12px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23ff6600' viewBox='0 0 459 459'%3E%3Cpath d='M178.5 140.25v-102L0 216.75l178.5 178.5V290.7c127.5 0 216.75 40.8 280.5 130.05-25.5-127.5-102-255-280.5-280.5z'/%3E%3C/svg%3E"); }
      .body--tourtech a.link:hover {
        color: #000000; }
        .body--tourtech a.link:hover span {
          border-color: transparent; }
        .body--tourtech a.link:hover:before {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23000000' viewBox='0 0 459 459'%3E%3Cpath d='M178.5 140.25v-102L0 216.75l178.5 178.5V290.7c127.5 0 216.75 40.8 280.5 130.05-25.5-127.5-102-255-280.5-280.5z'/%3E%3C/svg%3E"); }

select,
select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='gray' d='M441.9 167.3l-19.8-19.8c-4.7-4.7-12.3-4.7-17 0L224 328.2 42.9 147.5c-4.7-4.7-12.3-4.7-17 0L6.1 167.3c-4.7 4.7-4.7 12.3 0 17l209.4 209.4c4.7 4.7 12.3 4.7 17 0l209.4-209.4c4.7-4.7 4.7-12.3 0-17z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  background-size: 15px; }

@media (min-width: 992px) {
  .read-more-content {
    display: block !important; } }

p {
  margin: 5px 0; }

.lang-selector {
  margin: 5px 0px 10px 0px;
  text-align: right; }

.lang-sel:hover {
  text-decoration: underline;
  color: #ff6600; }

.form-control-text-area {
  width: 404px; }

.support-check-label {
  margin-left: 25px; }

.support-check {
  margin-left: 0px; }

.activation-title {
  padding-top: 0;
  margin: 0 0 15px 0;
  font-size: 24px; }

.rtl {
  direction: rtl; }

.support-form-errors {
  margin-left: 12px; }

#change-lang-en > img, #change-lang-es > img {
  vertical-align: middle; }

textarea {
  font-family: inherit;
  font-size: inherit; }

#read-more {
  margin-top: -10px !important; }

@media (max-width: 575px) {
  .body--esim .header__inner {
    background-size: cover;
    background-color: black;
    background-image: url(/images/tourtech-header-bg-mobile.jpg);
    /* background-position: 50px; */
    background-repeat: no-repeat;
    height: 106px !important;
    background-position: bottom;
    color: white;
    margin-top: 42px !important; }
  .header-tourtechshop {
    background-size: cover;
    background-color: black;
    background-image: url(/images/new-header-bg_tourtech-shop.png);
    /* background-position: 50px; */
    background-repeat: no-repeat;
    height: 155px !important;
    background-position: top right;
    color: white;
    margin-top: 42px !important; } }

@media (max-width: 375px) {
  .header-tourtechshop {
    background-size: cover;
    background-color: black;
    background-image: url(/images/new-header-bg_tourtech-shop.png);
    /* background-position: 50px; */
    background-repeat: no-repeat;
    height: 130px !important;
    background-position: top right;
    color: white;
    margin-top: 42px !important; } }

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

.info-links {
  word-wrap: break-word;
  text-decoration: underline;
  color: #ff6600; }

.info-links:hover {
  color: #000000; }

@media (max-width: 800px) {
  .mr-ml-20px {
    margin-left: 20px;
    margin-right: 20px; }
  .form-control-text-area {
    width: 100%; }
  .footer__links {
    display: -ms-grid !important;
    display: grid !important; } }

@media (min-width: 800px) {
  .trade-mark-esim {
    margin: auto !important;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px !important; }
  .dtm {
    margin-top: 3px; } }

.esim-identify-content > img {
  max-width: 100%;
  height: auto; }

.padding-content-left {
  padding-left: 20px; }

.padding-content-right {
  padding-right: 20px; }

.lang-sel-align {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.lang-sel-text {
  margin-left: 2px;
  margin-top: 2px; }

.intro-eu {
  font-size: 2.5em;
  margin: 0 0 20px 0; }

.intro-sb {
  font-size: 1.6em; }

@media (min-width: 800px) {
  .cpt5 {
    padding-top: 3rem !important; } }

.promo-total-box {
  border: 1px solid #ced4da; }

.valign-bottom {
  vertical-align: bottom; }

/* main nav */
.header__inner {
  box-shadow: none !important; }

.u-p-0 {
  padding: 0; }

.u-color-black {
  color: white; }

.header-nav {
  width: 100%;
  position: fixed;
  background-color: #000;
  z-index: 9;
  top: 0;
  padding: 0 0; }

.header-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #000; }

.header-nav li a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #fff; }

/* menu */
.header-nav .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
  padding: 0px 0px; }

/* menu icon */
.header-nav .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: left;
  padding: 20px 15px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.header-nav .menu-icon .navicon {
  background: #fff;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px; }

.header-nav .menu-icon .navicon:before,
.header-nav .menu-icon .navicon:after {
  background: #fff;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%; }

.header-nav .menu-icon .navicon:before {
  top: 5px; }

.header-nav .menu-icon .navicon:after {
  top: -5px; }

/* menu btn */
.header-nav .menu-btn {
  display: none; }

.header-nav .menu-btn:checked ~ .menu {
  max-height: 240px; }

.header-nav .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent; }

.header-nav .menu-btn:checked ~ .menu-icon .navicon:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.header-nav .menu-btn:checked ~ .menu-icon .navicon:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.header-nav .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header-nav .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0; }

.icon-nav {
  fill: #fff; }

.cont-lang {
  float: right;
  padding-top: 10px;
  padding-right: 15px; }

.link-sel:hover {
  text-decoration: underline;
  color: #ff6600; }

@media (min-width: 575px) {
  .header-nav {
    width: 100%;
    position: relative;
    background-color: #fff;
    z-index: 9;
    top: inherit;
    padding: 0 15px; }
  .header-nav li {
    float: left;
    padding: 10px 5px; }
  .header-nav li a {
    padding: 0;
    color: #000; }
  .header-nav .menu {
    clear: none;
    float: left;
    max-height: none; }
  .header-nav .menu-icon {
    display: none; }
  .header-nav .menu-icon .navicon {
    background-color: #000; }
  .header-nav .menu-icon .navicon:before,
  .header-nav .menu-icon .navicon:after {
    background: #000;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%; }
  .u-color-black {
    color: black; }
  .header-nav ul {
    background-color: #fff; }
  .icon-nav {
    fill: #000; } }

.v-align-sub {
  vertical-align: sub; }

.qr-link-container {
  width: 100%;
  margin: 0 auto;
  text-align: center; }

.activation-info {
  margin-left: 40px;
  font-size: 0.6em; }

.mp-payment-name {
  vertical-align: super;
  font-size: 0.8em !important; }

.mp-submit-topup-btn {
  color: #fff !important;
  background-color: #0092DA !important; }

#operator-topup-image {
  margin-top: 56px;
  width: 40px; }

.d-grid {
  display: -ms-grid;
  display: grid; }

input::-webkit-input-placeholder #topup-date {
  margin-left: 5px; }

input:-ms-input-placeholder #topup-date {
  margin-left: 5px; }

input::placeholder #topup-date {
  margin-left: 5px; }

.mp-topup-qte {
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: #adadad;
  padding-left: 5px;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-rtl-ordering: logical;
  cursor: text;
  font: 400 13.3333px Arial; }

.custom-mp-control svg {
  position: absolute;
  top: 23%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 1px;
  margin-left: 7px;
  transition: fill .2s linear; }

@media (min-width: 992px) {
  .pym-5 {
    padding-top: 3rem !important; } }

.header__nav {
  width: 100%;
  position: fixed;
  background-color: #fff;
  z-index: 9;
  top: 0;
  padding: 0 0; }

.header__nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #000; }

.header__nav li a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #000; }

/* menu */
.header__nav .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
  padding: 0px 0px; }

/* menu icon */
.header__nav .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 25px 17px 10px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.header__nav .menu-icon .navicon {
  background: #000;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px; }

.header__nav .menu-icon .navicon:before,
.header__nav .menu-icon .navicon:after {
  background: #000;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%; }

.header__nav .menu-icon .navicon:before {
  top: 5px; }

.header__nav .menu-icon .navicon:after {
  top: -5px; }

/* menu btn */
.header__nav .menu-btn {
  display: none; }

.header__nav .menu-btn:checked ~ .menu {
  max-height: 240px;
  margin-top: 20px;
  padding-bottom: 12px; }

.header__nav .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent; }

.header__nav .menu-btn:checked ~ .menu-icon .navicon:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.header__nav .menu-btn:checked ~ .menu-icon .navicon:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.header__nav .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header__nav .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0; }

.icon-nav {
  fill: #fff; }

.cont-lang {
  float: right;
  padding-top: 10px;
  padding-right: 15px; }

.link-sel:hover {
  text-decoration: underline;
  color: #ff6600; }

@media (min-width: 575px) and (max-width: 1199px) {
  .header__nav ul li a {
    padding: 0px !important; }
  .header__nav li {
    padding: 0px; }
  .header__nav .menu {
    padding: 0px;
    margin: 0px;
    display: contents; }
  .header__logo-wrapper {
    margin-right: 0px !important; } }

@media (min-width: 575px) {
  .header__nav {
    width: 100%;
    position: relative;
    background-color: #fff;
    z-index: 9;
    top: inherit;
    padding: 0 15px; }
  .header__nav li {
    float: left;
    padding: 10px 5px; }
  .header__nav li a {
    padding: 0;
    color: #000; }
  .header__nav .menu {
    clear: none;
    float: left;
    max-height: none; }
  .header__nav .menu-icon {
    display: none; }
  .header__nav .menu-icon .navicon {
    background-color: #000; }
  .header__nav .menu-icon .navicon:before,
  .header__nav .menu-icon .navicon:after {
    background: #000;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%; }
  .u-color-black {
    color: black; }
  .header__nav ul {
    background-color: #fff;
    background-color: #fff !important; }
  .icon-nav {
    fill: #000; } }

.header__nav ul {
  background-color: #fff !important; }

.header__nav ul li a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #000; }

.header__nav .menu {
  text-align: center;
  float: right;
  width: 100%; }

.header__nav .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent; }

.header__nav .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before, .header-nav .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0; }

.header__nav .menu-btn:checked ~ .menu-icon .navicon:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.header__nav .menu-icon .navicon:before {
  top: 5px; }

.hmb-menu-lang {
  font-size: 0.6em;
  color: #0092DA; }

.hmb-menu-ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.hmb-menu-li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin: 0 auto; }

.mp-menu-link {
  font-family: 'Roboto';
  font-size: 0.48em;
  line-height: 1.29;
  letter-spacing: normal;
  color: #0092DA;
  font-weight: 900; }

.mp-menu-link:hover {
  color: #000; }

.v-align-bottom {
  vertical-align: bottom; }

.menu-active {
  text-decoration: underline;
  color: #003B87 !important; }

.header__nav.menu-icon .navicon:before {
  top: 5px; }

.header__nav .menu-icon .navicon:before,
.header__nav .menu-icon .navicon:after {
  background: #000;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%; }

.header__nav .menu-icon .navicon:after {
  top: -5px; }

.header__nav .menu-icon .navicon:before,
.header__nav .menu-icon .navicon:after {
  background: #000;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%; }

.header__nav .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before, .header__nav.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0; }

.header__nav .menu-btn:checked ~ .menu-icon .navicon:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.header__nav .menu-icon .navicon:before {
  top: 5px; }

.header__nav .menu-icon .navicon:before,
.header__nav .menu-icon .navicon:after {
  background: #000;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%; }

.header__nav .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header__nav .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0; }

.header__nav .menu-btn:checked ~ .menu-icon .navicon:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.header__nav .menu-icon .navicon:after {
  top: -5px; }

.header__nav .menu-icon .navicon:before,
.header__nav .menu-icon .navicon:after {
  background: #000;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%; }

.header__nav .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent; }

@media (min-width: 600px) and (max-width: 1200px) and (orientation: portrait) {
  .header__logo {
    display: block !important; }
  .header__logo-hmb {
    display: none !important; }
  .a-menu {
    padding-top: 10px !important; }
  .hmb-menu-lang {
    display: none; }
  .hmb-menu-li {
    margin-left: 0px !important; }
  .header__nav li {
    padding: 5px; }
  .header-contact, .nav-main__link {
    text-transform: uppercase;
    position: relative;
    display: block;
    font-family: 'Roboto';
    font-size: 0.4em !important;
    line-height: 1.29;
    letter-spacing: normal;
    color: #0092DA;
    font-weight: 900; }
  .header__logo {
    height: 35px !important;
    margin-top: 4px !important; } }

@media (min-width: 600px) and (max-width: 1200px) and (orientation: landscape) {
  .lang-img-mp {
    width: 18px !important; }
  .header__logo {
    display: block !important; }
  .header__logo-hmb {
    display: none !important; }
  .header__nav {
    padding: 0px;
    margin-left: 0px !important; }
  .a-menu {
    padding-top: 10px !important; }
  .hmb-menu-lang {
    display: none; }
  .hmb-menu-li {
    float: right !important;
    margin-left: 0px !important; }
  .header__nav li {
    padding: 5px; }
  .header-contact, .nav-main__link {
    text-transform: uppercase;
    position: relative;
    display: block;
    font-family: 'Roboto';
    font-size: 0.4em !important;
    line-height: 1.29;
    letter-spacing: normal;
    color: #0092DA;
    font-weight: 900; }
  .header__logo {
    height: 35px !important;
    margin-top: 4px !important; } }

.lang-img-mp {
  width: 25px; }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

body {
  background-color: #ccc; }

.ribbon {
  height: 100px;
  width: 30px;
  background-color: #ddd;
  position: absolute;
  right: 30px;
  top: 15px;
  -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: tb-rl;
  z-index: 999; }

.ribbon span {
  padding: 20px; }

.ribbon::after {
  height: 10px;
  margin-left: 10px solid #000; }

.custom-column {
  text-align: center;
  border-radius: 10px;
  background-color: #eee;
  border: 5px solid #eee;
  padding: 10px;
  box-sizing: border-box; }

.custom-column-header {
  font-size: 24px;
  color: white;
  padding: 5px;
  text-align: center; }

.custom-column-content {
  border-radius: 10px;
  background-color: #dedede;
  padding: 15px;
  margin-left: 6px; }

.custom-column-footer {
  background-color: #eee;
  padding-top: 20px;
  text-align: center; }

.b-none {
  border: none !important; }

.custom-column-name {
  text-align: center;
  display: block;
  font-size: 1em;
  font-weight: bold; }

.custom-column-description {
  text-align: center;
  font-size: 0.85em; }

.amazon-plastic-card-image {
  margin-top: 7px;
  width: 95px; }

.custom-plastic-card-image {
  max-width: 220px; }

@media (max-width: 766px) {
  .custom-plastic-card-image {
    border-radius: 5px;
    max-width: 200px; } }

@media (max-width: 375px) and (min-width: 320px) {
  .custom-plastic-card-image {
    border-radius: 5px;
    max-width: 190px; } }

@media (max-width: 1024px) and (min-width: 768px) {
  .custom-plastic-card-image {
    border-radius: 5px;
    max-width: 450px; } }

.nav-sel {
  text-decoration: underline;
  color: #ff6600 !important;
  font-weight: bold; }

.link-sel-plastic-card {
  background-color: #ff6600;
  color: #ffffff;
  border-radius: 6px !important;
  padding: 6px !important; }

.link-sel-plastic-card:hover {
  color: #ff6600; }

.plastic-card-table > p {
  font-weight: bold;
  font-size: 1.5em;
  font-family: 'HelvNeue', 'Helvetica', serif; }

.plastic-card-table > table > tbody > tr > td {
  width: 70%;
  font-size: 1.1em;
  font-family: 'HelvNeue', 'Helvetica', serif;
  padding-left: 10px;
  padding-bottom: 10px; }

.plastic-card-table > table > tbody > tr > td:first-child {
  width: 30%;
  font-size: 1.2em;
  font-weight: bold; }

.js-plastic-card-clickable-row {
  border-radius: 10px;
  padding-top: 25px; }

.plasticardesim .js-plastic-card-clickable-row {
  border-radius: 0px !important;
  padding-top: 0px !important; }

.js-plastic-card-clickable-row:hover {
  cursor: pointer;
  background-color: #f6f6f6; }

@media (max-width: 1197px) {
  .js-plastic-card-clickable-row {
    margin-bottom: 20px;
    margin-right: 20px !important;
    border: 0; }
  .js-plastic-card-clickable-row {
    margin-bottom: 20px;
    margin-right: 20px !important;
    border: 0; }
  .plastic-card-table > table > tbody > tr > td {
    font-size: 1.2em; }
  .plastic-card-table > table > tbody > tr > td:first-child {
    font-size: 1.3em; } }

@media (min-width: 1024px) {
  .custom-plastic-card-image {
    border-radius: 5px;
    max-width: 220px; } }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
      transform: translate(0, -25%); }

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
      transform: translate(0, 0); }

.modal-dialog-centered {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
  border-radius: 0;
  border: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }

.modal-backdrop.fade {
  opacity: 0; }

.modal-backdrop.show {
  opacity: 0.5; }

.modal-header {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }

.modal-footer > :not(:first-child) {
  margin-left: .25rem; }

.modal-footer > :not(:last-child) {
  margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }

.modal .close {
  position: absolute;
  right: 15px;
  top: 10px;
  border: 0;
  background-color: transparent;
  font-size: 33px;
  cursor: pointer; }

.close {
  padding: 5px 10px !important;
  float: right;
  font-size: 1rem;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }

@media (min-width: 576px) {
  .shop-table {
    padding: 1.5rem;
    margin-right: 0;
    margin-left: 0;
    border-width: .2rem; } }

.shop-table {
  position: relative;
  padding: 1rem;
  margin: 1rem -15px 0;
  border-width: .2rem 0 0; }

.shop-table > .table {
  width: 100%;
  max-width: 100%;
  background-color: transparent; }

.shop-table > .table thead th {
  vertical-align: bottom; }

.shop-table > .table td, .table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6; }

.shop-table > .table td {
  width: 30%; }

.shop-table > .table td:first {
  width: 70%; }

@media (min-width: 992px) {
  .modal-lg, .modal-xl {
    max-width: 800px; } }

.open-card-link-img {
  margin-right: 5px;
  vertical-align: bottom; }

.shop-table > .table td, .table th:first-child {
  border-top: 0px; }

.table-card-description {
  margin-left: 15%; }

@media (min-width: 320px) and (max-width: 414px) {
  .hide-mobile {
    display: none; }
  .table-card-description {
    margin-left: 5% !important; } }

.custom-border-bottom {
  border-bottom: 1px solid #e9ecef; }

.card-shop-table-image {
  vertical-align: bottom;
  margin-right: 20px; }

.modal-card-shop-header {
  font-size: 1em;
  margin: 0 auto;
  text-align: center; }

.btn-close-card-shop {
  background: none !important;
  color: #000 !important;
  border: none !important; }

.list-style-none {
  list-style: none; }

@media (max-width: 600px) {
  .footer__nav {
    margin-left: 0px !important; }
  .footer__logo-wrapper {
    margin-right: 0px !important; } }

.lang-sel-tourtechshop:hover {
  text-decoration: underline;
  color: #3da9d3; }

.bg-tourtechshop {
  background-color: #e6e6e6 !important; }

.removed-box-shadow {
  box-shadow: none !important; }

.tourtechshop-color {
  color: #4f4f4f !important; }

.header-nav-tourtechshop li a {
  color: #4f4f4f !important; }

.body--tourtechshop {
  color: #4f4f4f !important; }

.tourtechshop-btn {
  background-color: #3da9d3 !important;
  color: #fff !important; }

.info-links-tourtech {
  color: #3da9d3 !important; }

.info-links-tourtech:hover {
  color: #4f4f4f !important; }

.u-color-black-tourtechshop {
  color: #4f4f4f !important; }

.header-nav .menu-icon-tourtechshop {
  cursor: pointer;
  display: inline-block;
  float: left;
  padding: 20px 15px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.header-nav .menu-icon-tourtechshop .navicon {
  background: #4f4f4f;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px; }

.header-nav .menu-icon-tourtechshop .navicon:before,
.header-nav .menu-icon-tourtechshop .navicon:after {
  background: #4f4f4f;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%; }

.header-nav .menu-icon-tourtechshop .navicon:before {
  top: 5px; }

.header-nav .menu-icon-tourtechshop .navicon:after {
  top: -5px; }

/* menu btn */
.header-nav .menu-btn {
  display: none; }

.header-nav .menu-btn:checked ~ .menu {
  max-height: 240px; }

.header-nav .menu-btn:checked ~ .menu-icon-tourtechshop .navicon {
  background: transparent; }

.header-nav .menu-btn:checked ~ .menu-icon .navicon:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.header-nav .menu-btn:checked ~ .menu-icon-tourtechshop .navicon:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.header-nav .menu-btn:checked ~ .menu-icon-tourtechshop:not(.steps) .navicon:before,
.header-nav .menu-btn:checked ~ .menu-icon-tourtechshop:not(.steps) .navicon:after {
  top: 0; }

.icon-nav {
  fill: #fff; }

.cont-lang {
  float: right;
  padding-top: 10px;
  padding-right: 15px; }

.link-sel:hover {
  text-decoration: underline;
  color: #ff6600; }

@media (min-width: 575px) {
  .header-nav {
    width: 100%;
    position: relative;
    background-color: #fff;
    z-index: 9;
    top: inherit;
    padding: 0 15px; }
  .header-nav li {
    float: left;
    padding: 10px 5px; }
  .header-nav li a {
    padding: 0;
    color: #000; }
  .header-nav .menu {
    clear: none;
    float: left;
    max-height: none; }
  .header-nav .menu-icon-tourtechshop {
    display: none; }
  .header-nav .menu-icon-tourtechshop .navicon {
    background-color: #000; }
  .header-nav .menu-icon-tourtechshop .navicon:before,
  .header-nav .menu-icon-tourtechshop .navicon:after {
    background: #000;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%; }
  .u-color-black {
    color: black; }
  .header-nav ul {
    background-color: #fff; }
  .icon-nav {
    fill: #000; } }

.tourtechshop-footer-logo {
  margin-left: 10px;
  vertical-align: bottom; }

@media (max-width: 991px) {
  .space-top-0 {
    margin-top: 0px !important;
    padding-top: 0px !important; } }

.font-size-24px {
  font-size: 24px; }

.color-mp {
  color: #003B87; }

.custom-page-content-marcopolo a {
  font-family: 'Roboto' !important;
  line-height: 1.29;
  letter-spacing: normal !important;
  color: #0092DA !important;
  font-weight: 900 !important;
  text-decoration: underline !important; }

.custom-page-content-marcopolo a:hover {
  text-decoration: underline !important;
  color: #003B87 !important; }

.custom-page-content-esim {
  margin-bottom: 25px;
  width: 100%; }
  .custom-page-content-esim h1 {
    font-size: 24px !important;
    text-align: left !important;
    padding-bottom: 28px !important;
    margin-top: 0 !important; }
  .custom-page-content-esim div {
    padding: 0 !important; }

.custom-page-content-esim a {
  text-decoration: underline !important; }

.custom-page-content-esim a:hover {
  color: #ff6600 !important;
  text-decoration: underline !important; }

.img-identifier .custom-page-content-esim img {
  width: 100% !important; }

.custom-page-content-tourtechshop a {
  text-decoration: underline !important; }

.custom-page-content-tourtechshop a:hover {
  color: #3da9d3 !important;
  text-decoration: underline !important; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0; }

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px; }

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px; }

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0; }

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0; }

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0; }

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0; }

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0; }

.panel-group {
  margin-bottom: 20px; }

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px; }

.panel-group .panel + .panel {
  margin-top: 5px; }

.panel-group .panel-heading {
  border-bottom: 0; }

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd; }

.panel-group .panel-footer {
  border-top: 0; }

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd; }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd; }

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333; }

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7; }

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff; }

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6; }

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d; }

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1; }

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f; }

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc; }

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b; }

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1; }

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442; }

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1; }

.faqHeader {
  font-size: 24px;
  margin: 20px;
  margin-left: 10px; }

.collapse {
  display: none; }

.collapse.in {
  display: block; }

@media (min-width: 900px) {
  .marcopolo-head {
    min-width: 800px; } }

.shop-table {
  padding: 10px 15px; }

.shop-table a {
  border-radius: 0 !important;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 140px;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  float: right;
  padding: 10px 20px !important; }

.shop-table > .table td, .table th {
  padding: 0 !important; }

.shop-table .text-left {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.shop-table .text-left th {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.modal-body {
  padding: 10px 30px; }

.card-shop-table-image {
  margin-right: 15px;
  height: 23px; }

@media (max-width: 767.98px) {
  .modal-body {
    padding: 15px; }
  .shop-table .text-left {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .shop-table > .table td {
    width: 100%; }
  .shop-table a {
    margin: auto;
    float: inherit;
    margin-top: 20px; } }

/*************************** ADJUST STYLES ESIM SHOP *****************************/
.body--tourtechshop .custom-control-label span {
  padding-left: 35px; }

.body--tourtechshop .bg--black .u-px-contain {
  padding: 0 !important; }

.body--tourtechshop .footer a {
  padding-left: 30px !important;
  margin: 0 !important; }

.body--tourtechshop .footer-new__right-logo-2 {
  display: none; }

.body--tourtechshop .footer-new__right-text,
.body--tourtechshop .tourtechshop-footer-logo {
  display: none; }

.body--tourtechshop .form-control-text-area {
  width: 100%; }

.body--tourtechshop .custom-page-content-tourtechshop {
  width: 100%; }

.body--tourtechshop .tourtechshop-btn {
  background-color: #3da9d3 !important; }

.body--tourtechshop .custom-radio {
  padding-top: 10px;
  padding-bottom: 10px; }

.body--tourtechshop .header-nav .menu-btn:checked ~ .menu-icon-tourtechshop:not(.steps) .navicon:before {
  top: 0 !important;
  -webkit-transform: rotate(136deg);
      -ms-transform: rotate(136deg);
          transform: rotate(136deg); }

@media (max-width: 768px) {
  .body--tourtechshop .footer {
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .body--tourtechshop .footer-new__right-copy {
    padding-right: 20px; } }

@media (min-width: 576px) and (max-width: 992px) {
  .body--tourtechshop .add-recaptcha {
    padding: 0 40px; }
  .body--tourtechshop .intro__title {
    padding-left: 40px; } }

.btn {
  cursor: pointer;
  font-weight: 600;
  border: 0 !important;
  background-color: transparent !important;
  position: relative;
  z-index: 2; }
  .btn:hover {
    -webkit-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
            transform: translateY(0) !important; }
  .btn--white-line {
    border: 2px solid white !important; }
    .btn--white-line:hover {
      background-color: white !important;
      color: #f66603 !important; }
  .btn--black-line {
    border: 2px solid black !important;
    color: black !important; }
    .btn--black-line:hover {
      background-color: #000 !important;
      color: white !important; }
  .btn--orange {
    background-color: #f66603 !important;
    color: white !important; }
    .btn--orange:hover {
      background-color: #000 !important;
      color: white !important; }
  .btn--center {
    margin: 0 auto; }
  .btn--m {
    padding: 13px 15px; }
  .btn--large {
    width: 100%;
    max-width: 300px; }
  .btn--large-responsive {
    width: 100%;
    max-width: 100%; }
    @media (min-width: 576px) {
      .btn--large-responsive {
        max-width: 300px; } }
  .btn--w100 {
    width: 100%; }

.bg--orange {
  background-color: #f66603; }

.bg--black {
  background-color: #000; }

.bg--gray {
  background-color: #ededed; }

.bg.bg--gradient-included {
  width: 100% !important;
  -o-object-position: 70%;
     object-position: 70%; }
  @media (min-width: 1200px) {
    .bg.bg--gradient-included {
      -o-object-position: 50%;
         object-position: 50%; } }

@media (min-width: 768px) and (max-width: 1200px) and (max-height: 900px) {
  .esim-restyling .e-text-bg__container {
    padding-bottom: 1.5rem; } }

@media (min-width: 768px) and (max-height: 1000px) {
  .esim-restyling .e-text-bg__container h1 {
    padding-top: 3rem !important; } }

.esim-restyling .e-text-bg__container-sub.bg--gradient-included {
  background: linear-gradient(360deg, black 0%, rgba(255, 255, 255, 0) 70%); }
  @media (min-width: 768px) {
    .esim-restyling .e-text-bg__container-sub.bg--gradient-included {
      background: transparent !important; } }

.height--m {
  height: 100%;
  max-height: 380px; }

.width--xl {
  width: 100%;
  max-width: 580px; }

.width--100 {
  width: 100%; }

.u-color-orange {
  color: #f66603; }

.u-color-white {
  color: #fff; }

.u-color-sun {
  color: #ffd100; }

.u-color-lightgrey {
  color: #e0e0e0; }

.container > .row-fluid > div,
.container > .row > div {
  padding: 0; }

.container > .row-fluid,
.container > .row {
  margin: 0; }

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl,
.container {
  padding: 0; }

.noscroll {
  overflow: hidden; }

.simple-list {
  margin: 0;
  padding-left: 20px; }
  .simple-list li {
    padding: 5px 0; }

.u-m-auto {
  margin: 0 auto !important; }

.u-px-contain {
  padding: 0 16px 0 16px !important; }

.u-m-0 {
  margin: 0 !important; }

.u-mt-0 {
  margin-top: 0 !important; }

.u-ml-0 {
  margin-left: 0 !important; }

.u-mr-0 {
  margin-right: 0 !important; }

.u-mb-0 {
  margin-bottom: 0 !important; }

.u-m-xxxxs {
  margin: 2px !important; }

.u-m-xxxs {
  margin: 4px !important; }

.u-m-xxs {
  margin: 8px !important; }

.u-m-xs {
  margin: 12px !important; }

.u-m-s {
  margin: 16px !important; }

.u-m-m {
  margin: 20px !important; }

.u-m-l {
  margin: 24px !important; }

.u-m-xl {
  margin: calc(32px / 2) !important; }

.u-m-xxl {
  margin: calc(48px / 2) !important; }

.u-m-xxxl {
  margin: calc(64px / 2) !important; }

.u-m-xxxxl {
  margin: calc(96px / 2) !important; }

@media (min-width: 768px) {
  .u-m-xxxxs {
    margin: 2px !important; }
  .u-m-xxxs {
    margin: 4px !important; }
  .u-m-xxs {
    margin: 8px !important; }
  .u-m-xs {
    margin: 12px !important; }
  .u-m-s {
    margin: 16px !important; }
  .u-m-m {
    margin: 20px !important; }
  .u-m-l {
    margin: 24px !important; }
  .u-m-xl {
    margin: calc(32px / 1.5) !important; }
  .u-m-xxl {
    margin: calc(48px / 1.5) !important; }
  .u-m-xxxl {
    margin: calc(64px / 1.5) !important; }
  .u-m-xxxxl {
    margin: calc(96px / 1.5) !important; } }

@media (min-width: 1200px) {
  .u-m-xxxxs {
    margin: 2px !important; }
  .u-m-xxxs {
    margin: 4px !important; }
  .u-m-xxs {
    margin: 8px !important; }
  .u-m-xs {
    margin: 12px !important; }
  .u-m-s {
    margin: 16px !important; }
  .u-m-m {
    margin: 20px !important; }
  .u-m-l {
    margin: 24px !important; }
  .u-m-xl {
    margin: 32px !important; }
  .u-m-xxl {
    margin: 48px !important; }
  .u-m-xxxl {
    margin: 64px !important; }
  .u-m-xxxxl {
    margin: 96px !important; } }

.u-mt-xxxxs {
  margin-top: 2px !important; }

.u-mt-xxxs {
  margin-top: 4px !important; }

.u-mt-xxs {
  margin-top: 8px !important; }

.u-mt-xs {
  margin-top: 12px !important; }

.u-mt-s {
  margin-top: 16px !important; }

.u-mt-m {
  margin-top: 20px !important; }

.u-mt-l {
  margin-top: calc(24px / 2) !important; }

.u-mt-xl {
  margin-top: calc(32px / 2) !important; }

.u-mt-xxl {
  margin-top: calc(48px / 2) !important; }

.u-mt-xxxl {
  margin-top: calc(64px / 2) !important; }

.u-mt-xxxxl {
  margin-top: calc(96px / 2) !important; }

@media (min-width: 768px) {
  .u-mt-xxxxs {
    margin-top: 2px !important; }
  .u-mt-xxxs {
    margin-top: 4px !important; }
  .u-mt-xxs {
    margin-top: 8px !important; }
  .u-mt-xs {
    margin-top: 12px !important; }
  .u-mt-s {
    margin-top: 16px !important; }
  .u-mt-m {
    margin-top: 20px !important; }
  .u-mt-l {
    margin-top: calc(24px / 1.5) !important; }
  .u-mt-xl {
    margin-top: calc(32px / 1.5) !important; }
  .u-mt-xxl {
    margin-top: calc(48px / 1.5) !important; }
  .u-mt-xxxl {
    margin-top: calc(64px / 1.5) !important; }
  .u-mt-xxxxl {
    margin-top: calc(96px / 1.5) !important; } }

@media (min-width: 1200px) {
  .u-mt-xxxxs {
    margin-top: 2px !important; }
  .u-mt-xxxs {
    margin-top: 4px !important; }
  .u-mt-xxs {
    margin-top: 8px !important; }
  .u-mt-xs {
    margin-top: 12px !important; }
  .u-mt-m {
    margin-top: 20px !important; }
  .u-mt-l {
    margin-top: 24px !important; }
  .u-mt-xl {
    margin-top: 32px !important; }
  .u-mt-xxl {
    margin-top: 48px !important; }
  .u-mt-xxxl {
    margin-top: 64px !important; }
  .u-mt-xxxxl {
    margin-top: 96px !important; } }

.u-mb-xxxxs {
  margin-bottom: 2px !important; }

.u-mb-xxxs {
  margin-bottom: 4px !important; }

.u-mb-xxs {
  margin-bottom: 8px !important; }

.u-mb-xs {
  margin-bottom: 12px !important; }

.u-mb-s {
  margin-bottom: 16px !important; }

.u-mb-m {
  margin-bottom: 20px !important; }

.u-mb-l {
  margin-bottom: 24px !important; }

.u-mb-xl {
  margin-bottom: calc(32px / 2) !important; }

.u-mb-xxl {
  margin-bottom: calc(48px / 2) !important; }

.u-mb-xxxl {
  margin-bottom: calc(64px / 2) !important; }

.u-mb-xxxxl {
  margin-bottom: calc(96px / 2) !important; }

@media (min-width: 768px) {
  .u-mb-xxxxs {
    margin-bottom: 2px !important; }
  .u-mb-xxxs {
    margin-bottom: 4px !important; }
  .u-mb-xxs {
    margin-bottom: 8px !important; }
  .u-mb-xs {
    margin-bottom: 12px !important; }
  .u-mb-s {
    margin-bottom: 16px !important; }
  .u-mb-m {
    margin-bottom: 20px !important; }
  .u-mb-l {
    margin-bottom: 24px !important; }
  .u-mb-xl {
    margin-bottom: calc(32px / 1.5) !important; }
  .u-mb-xxl {
    margin-bottom: calc(48px / 1.5) !important; }
  .u-mb-xxxl {
    margin-bottom: calc(64px / 1.5) !important; }
  .u-mb-xxxxl {
    margin-bottom: calc(96px / 1.5) !important; } }

@media (min-width: 1200px) {
  .u-mb-xxxxs {
    margin-bottom: 2px !important; }
  .u-mb-xxxs {
    margin-bottom: 4px !important; }
  .u-mb-xxs {
    margin-bottom: 8px !important; }
  .u-mb-xs {
    margin-bottom: 12px !important; }
  .u-mb-s {
    margin-bottom: 16px !important; }
  .u-mb-m {
    margin-bottom: 20px !important; }
  .u-mb-l {
    margin-bottom: 24px !important; }
  .u-mb-xl {
    margin-bottom: 32px !important; }
  .u-mb-xxl {
    margin-bottom: 48px !important; }
  .u-mb-xxxl {
    margin-bottom: 64px !important; }
  .u-mb-xxxxl {
    margin-bottom: 96px !important; } }

.u-ml-xxxxs {
  margin-left: 2px !important; }

.u-ml-xxxs {
  margin-left: 4px !important; }

.u-ml-xxs {
  margin-left: 8px !important; }

.u-ml-xs {
  margin-left: 12px !important; }

.u-ml-s {
  margin-left: 16px !important; }

.u-ml-m {
  margin-left: 20px !important; }

.u-ml-l {
  margin-left: 24px !important; }

.u-ml-xl {
  margin-left: 32px !important; }

.u-ml-xxl {
  margin-left: 48px !important; }

.u-ml-xxxl {
  margin-left: 64px !important; }

.u-ml-xxxxl {
  margin-left: 96px !important; }

.u-mr-xxxxs {
  margin-right: 2px !important; }

.u-mr-xxxs {
  margin-right: 4px !important; }

.u-mr-xxs {
  margin-right: 8px !important; }

.u-mr-xs {
  margin-right: 12px !important; }

.u-mr-s {
  margin-right: 16px !important; }

.u-mr-m {
  margin-right: 20px !important; }

.u-mr-l {
  margin-right: 24px !important; }

.u-mr-xl {
  margin-right: 32px !important; }

.u-mr-xxl {
  margin-right: 48px !important; }

.u-mr-xxxl {
  margin-right: 64px !important; }

.u-mr-xxxxl {
  margin-right: 96px !important; }

.u-mx-xxxxs {
  margin: 0 2px 0 2px !important; }

.u-mx-xxxs {
  margin: 0 4px 0 4px !important; }

.u-mx-xxs {
  margin: 0 8px 0 8px !important; }

.u-mx-xs {
  margin: 0 12px 0 12px !important; }

.u-mx-s {
  margin: 0 16px 0 16px !important; }

.u-mx-m {
  margin: 0 20px 0 20px !important; }

.u-mx-l {
  margin: 0 24px 0 24px !important; }

.u-mx-xl {
  margin: 0 32px 0 32px !important; }

.u-mx-xxl {
  margin: 0 48px 0 48px !important; }

.u-mx-xxxl {
  margin: 0 64px 0 64px !important; }

.u-mx-xxxxl {
  margin: 0 96px 0 96px !important; }

.u-my-xxxxs {
  margin: 2px auto 2px auto !important; }

.u-my-xxxs {
  margin: 4px auto 4px auto !important; }

.u-my-xxs {
  margin: 8px auto 8px auto !important; }

.u-my-xs {
  margin: 12px auto 12px auto !important; }

.u-my-s {
  margin: 16px auto 16px auto !important; }

.u-my-m {
  margin: 20px auto 20px auto !important; }

.u-my-l {
  margin: 24px auto 24px auto !important; }

.u-my-xl {
  margin: calc(32px / 2) auto calc(32px / 2) auto !important; }

.u-my-xxl {
  margin: calc(48px / 2) auto calc(48px / 2) auto !important; }

.u-my-xxxl {
  margin: calc(64px / 2) auto calc(64px / 2) auto !important; }

.u-my-xxxxl {
  margin: calc(96px / 2) auto calc(96px / 2) auto !important; }

@media (min-width: 768px) {
  .u-my-xxxxs {
    margin: 2px auto 2px auto !important; }
  .u-my-xxxs {
    margin: 4px auto 4px auto !important; }
  .u-my-xxs {
    margin: 8px auto 8px auto !important; }
  .u-my-xs {
    margin: 12px auto 12px auto !important; }
  .u-my-s {
    margin: 16px auto 16px auto !important; }
  .u-my-m {
    margin: 20px auto 20px auto !important; }
  .u-my-l {
    margin: 24px auto 24px auto !important; }
  .u-my-xl {
    margin: calc(32px / 1.5) auto calc(32px / 1.5) auto !important; }
  .u-my-xxl {
    margin: calc(48px / 1.5) auto calc(48px / 1.5) auto !important; }
  .u-my-xxxl {
    margin: calc(64px / 1.5) auto calc(64px / 1.5) auto !important; }
  .u-my-xxxxl {
    margin: calc(96px / 1.5) auto calc(96px / 1.5) auto !important; } }

@media (min-width: 1200px) {
  .u-my-xxxxs {
    margin: 2px auto 2px auto !important; }
  .u-my-xxxs {
    margin: 4px auto 4px auto !important; }
  .u-my-xxs {
    margin: 8px auto 8px auto !important; }
  .u-my-xs {
    margin: 12px auto 12px auto !important; }
  .u-my-s {
    margin: 16px auto 16px auto !important; }
  .u-my-m {
    margin: 20px auto 20px auto !important; }
  .u-my-l {
    margin: 24px auto 24px auto !important; }
  .u-my-xl {
    margin: 32px auto 32px auto !important; }
  .u-my-xxl {
    margin: 48px auto 48px auto !important; }
  .u-my-xxxl {
    margin: 64px auto 64px auto !important; }
  .u-my-xxxxl {
    margin: 96px auto 96px auto !important; } }

.u-mt-xxxxs-responsive {
  margin-top: 2px !important; }

.u-mt-xxxs-responsive {
  margin-top: 4px !important; }

.u-mt-xxs-responsive {
  margin-top: 8px !important; }

.u-mt-xs-responsive {
  margin-top: 12px !important; }

.u-mt-s-responsive {
  margin-top: 16px !important; }

.u-mt-m-responsive {
  margin-top: 20px !important; }

.u-mt-l-responsive {
  margin-top: 24px !important; }

.u-mt-xl-responsive {
  margin-top: calc(32px / 2) !important; }

.u-mt-xxl-responsive {
  margin-top: calc(48px / 2) !important; }

.u-mt-xxxl-responsive {
  margin-top: calc(64px / 2) !important; }

.u-mt-xxxxl-responsive {
  margin-top: calc(96px / 2) !important; }

@media (min-width: 768px) {
  .u-mt-xxxxs-responsive {
    margin-top: 0 !important; }
  .u-mt-xxxs-responsive {
    margin-top: 0 !important; }
  .u-mt-xxs-responsive {
    margin-top: 0 !important; }
  .u-mt-xs-responsive {
    margin-top: 0 !important; }
  .u-mt-s-responsive {
    margin-top: 0 !important; }
  .u-mt-m-responsive {
    margin-top: 0 !important; }
  .u-mt-l-responsive {
    margin-top: 0 !important; }
  .u-mt-xl-responsive {
    margin-top: 0 !important; }
  .u-mt-xxl-responsive {
    margin-top: 0 !important; }
  .u-mt-xxxl-responsive {
    margin-top: 0 !important; }
  .u-mt-xxxxl-responsive {
    margin-top: 0 !important; } }

.u-mb-xxxxs-responsive {
  margin-bottom: 2px !important; }

.u-mb-xxxs-responsive {
  margin-bottom: 4px !important; }

.u-mb-xxs-responsive {
  margin-bottom: 8px !important; }

.u-mb-xs-responsive {
  margin-bottom: 12px !important; }

.u-mb-s-responsive {
  margin-bottom: 16px !important; }

.u-mb-m-responsive {
  margin-bottom: 20px !important; }

.u-mb-l-responsive {
  margin-bottom: 24px !important; }

.u-mb-xl-responsive {
  margin-bottom: calc(32px / 2) !important; }

.u-mb-xxl-responsive {
  margin-bottom: calc(48px / 2) !important; }

.u-mb-xxxl-responsive {
  margin-bottom: calc(64px / 2) !important; }

.u-mb-xxxxl-responsive {
  margin-bottom: calc(96px / 2) !important; }

@media (min-width: 768px) {
  .u-mb-xxxxs-responsive {
    margin-bottom: 0 !important; }
  .u-mb-xxxs-responsive {
    margin-bottom: 0 !important; }
  .u-mb-xxs-responsive {
    margin-bottom: 0 !important; }
  .u-mb-xs-responsive {
    margin-bottom: 0 !important; }
  .u-mb-s-responsive {
    margin-bottom: 0 !important; }
  .u-mb-m-responsive {
    margin-bottom: 0 !important; }
  .u-mb-l-responsive {
    margin-bottom: 0 !important; }
  .u-mb-xl-responsive {
    margin-bottom: 0 !important; }
  .u-mb-xxl-responsive {
    margin-bottom: 0 !important; }
  .u-mb-xxxl-responsive {
    margin-bottom: 0 !important; }
  .u-mb-xxxxl-responsive {
    margin-bottom: 0 !important; } }

.u-mr-xxxxs-responsive {
  margin-right: 2px !important; }

.u-mr-xxxs-responsive {
  margin-right: 4px !important; }

.u-mr-xxs-responsive {
  margin-right: 8px !important; }

.u-mr-xs-responsive {
  margin-right: 12px !important; }

.u-mr-s-responsive {
  margin-right: 16px !important; }

.u-mr-m-responsive {
  margin-right: 20px !important; }

.u-mr-l-responsive {
  margin-right: 24px !important; }

.u-mr-xl-responsive {
  margin-right: calc(32px / 2) !important; }

.u-mr-xxl-responsive {
  margin-right: calc(48px / 2) !important; }

.u-mr-xxxl-responsive {
  margin-right: calc(64px / 2) !important; }

.u-mr-xxxxl-responsive {
  margin-right: calc(96px / 2) !important; }

@media (min-width: 768px) {
  .u-mr-xxxxs-responsive {
    margin-right: 0 !important; }
  .u-mr-xxxs-responsive {
    margin-right: 0 !important; }
  .u-mr-xxs-responsive {
    margin-right: 0 !important; }
  .u-mr-xs-responsive {
    margin-right: 0 !important; }
  .u-mr-s-responsive {
    margin-right: 0 !important; }
  .u-mr-m-responsive {
    margin-right: 0 !important; }
  .u-mr-l-responsive {
    margin-right: 0 !important; }
  .u-mr-xl-responsive {
    margin-right: 0 !important; }
  .u-mr-xxl-responsive {
    margin-right: 0 !important; }
  .u-mr-xxxl-responsive {
    margin-right: 0 !important; }
  .u-mr-xxxxl-responsive {
    margin-right: 0 !important; } }

.u-mt-xxxxs-desktop {
  margin-top: 0 !important; }

.u-mt-xxxs-desktop {
  margin-top: 0 !important; }

.u-mt-xxs-desktop {
  margin-top: 0 !important; }

.u-mt-xs-desktop {
  margin-top: 0 !important; }

.u-mt-s-desktop {
  margin-top: 0 !important; }

.u-mt-m-desktop {
  margin-top: 0 !important; }

.u-mt-l-desktop {
  margin-top: 0 !important; }

.u-mt-xl-desktop {
  margin-top: 0 !important; }

.u-mt-xxl-desktop {
  margin-top: 0 !important; }

.u-mt-xxxl-desktop {
  margin-top: 0 !important; }

.u-mt-xxxxl-desktop {
  margin-top: 0 !important; }

@media (min-width: 768px) {
  .u-mt-xxxxs-desktop {
    margin-top: 2px !important; }
  .u-mt-xxxs-desktop {
    margin-top: 4px !important; }
  .u-mt-xxs-desktop {
    margin-top: 8px !important; }
  .u-mt-xs-desktop {
    margin-top: 12px !important; }
  .u-mt-s-desktop {
    margin-top: 16px !important; }
  .u-mt-m-desktop {
    margin-top: 20px !important; }
  .u-mt-l-desktop {
    margin-top: 24px !important; }
  .u-mt-xl-desktop {
    margin-top: 32px !important; }
  .u-mt-xxl-desktop {
    margin-top: 48px !important; }
  .u-mt-xxxl-desktop {
    margin-top: 64px !important; }
  .u-mt-xxxxl-desktop {
    margin-top: 96px !important; } }

.u-ml-xxxxs-desktop {
  margin-left: 0 !important; }

.u-ml-xxxs-desktop {
  margin-left: 0 !important; }

.u-ml-xxs-desktop {
  margin-left: 0 !important; }

.u-ml-xs-desktop {
  margin-left: 0 !important; }

.u-ml-s-desktop {
  margin-left: 0 !important; }

.u-ml-m-desktop {
  margin-left: 0 !important; }

.u-ml-l-desktop {
  margin-left: 0 !important; }

.u-ml-xl-desktop {
  margin-left: 0 !important; }

.u-ml-xxl-desktop {
  margin-left: 0 !important; }

.u-ml-xxxl-desktop {
  margin-left: 0 !important; }

.u-ml-xxxxl-desktop {
  margin-left: 0 !important; }

@media (min-width: 768px) {
  .u-ml-xxxxs-desktop {
    margin-left: 2px !important; }
  .u-ml-xxxs-desktop {
    margin-left: 4px !important; }
  .u-ml-xxs-desktop {
    margin-left: 8px !important; }
  .u-ml-xs-desktop {
    margin-left: 12px !important; }
  .u-ml-s-desktop {
    margin-left: 16px !important; }
  .u-ml-m-desktop {
    margin-left: 20px !important; }
  .u-ml-l-desktop {
    margin-left: 24px !important; }
  .u-ml-xl-desktop {
    margin-left: 32px !important; }
  .u-ml-xxl-desktop {
    margin-left: 48px !important; }
  .u-ml-xxxl-desktop {
    margin-left: 64px !important; }
  .u-ml-xxxxl-desktop {
    margin-left: 96px !important; } }

.u-mr-xxxxs-desktop {
  margin-right: 0 !important; }

.u-mr-xxxs-desktop {
  margin-right: 0 !important; }

.u-mr-xxs-desktop {
  margin-right: 0 !important; }

.u-mr-xs-desktop {
  margin-right: 0 !important; }

.u-mr-s-desktop {
  margin-right: 0 !important; }

.u-mr-m-desktop {
  margin-right: 0 !important; }

.u-mr-l-desktop {
  margin-right: 0 !important; }

.u-mr-xl-desktop {
  margin-right: 0 !important; }

.u-mr-xxl-desktop {
  margin-right: 0 !important; }

.u-mr-xxxl-desktop {
  margin-right: 0 !important; }

.u-mr-xxxxl-desktop {
  margin-right: 0 !important; }

@media (min-width: 768px) {
  .u-mr-xxxxs-desktop {
    margin-right: 2px !important; }
  .u-mr-xxxs-desktop {
    margin-right: 4px !important; }
  .u-mr-xxs-desktop {
    margin-right: 8px !important; }
  .u-mr-xs-desktop {
    margin-right: 12px !important; }
  .u-mr-s-desktop {
    margin-right: 16px !important; }
  .u-mr-m-desktop {
    margin-right: 20px !important; }
  .u-mr-l-desktop {
    margin-right: 24px !important; }
  .u-mr-xl-desktop {
    margin-right: 32px !important; }
  .u-mr-xxl-desktop {
    margin-right: 48px !important; }
  .u-mr-xxxl-desktop {
    margin-right: 64px !important; }
  .u-mr-xxxxl-desktop {
    margin-right: 96px !important; } }

.u-p-0 {
  padding: 0 !important; }

.u-pt-0 {
  padding-top: 0 !important; }

.u-pl-0 {
  padding-left: 0 !important; }

.u-pr-0 {
  padding-right: 0 !important; }

.u-pb-0 {
  padding-bottom: 0 !important; }

.u-p-xxxxs {
  padding: 2px !important; }

.u-p-xxxs {
  padding: 4px !important; }

.u-p-xxs {
  padding: 8px !important; }

.u-p-xs {
  padding: 12px !important; }

.u-p-s {
  padding: 16px !important; }

.u-p-m {
  padding: 20px !important; }

.u-p-l {
  padding: calc(24px / 2) !important; }

.u-p-xl {
  padding: calc(32px / 2) !important; }

.u-p-xxl {
  padding: calc(48px / 2) !important; }

.u-p-xxxl {
  padding: calc(64px / 2) !important; }

.u-p-xxxxl {
  padding: calc(96px / 2) !important; }

@media (min-width: 768px) {
  .u-p-xxxxs {
    padding: 2px !important; }
  .u-p-xxxs {
    padding: 4px !important; }
  .u-p-xxs {
    padding: 8px !important; }
  .u-p-xs {
    padding: 12px !important; }
  .u-p-s {
    padding: 16px !important; }
  .u-p-m {
    padding: 20px !important; }
  .u-p-l {
    padding: calc(24px / 1.5) !important; }
  .u-p-xl {
    padding: calc(32px / 1.5) !important; }
  .u-p-xxl {
    padding: calc(48px / 1.5) !important; }
  .u-p-xxxl {
    padding: calc(64px / 1.5) !important; }
  .u-p-xxxxl {
    padding: calc(96px / 1.5) !important; } }

@media (min-width: 1200px) {
  .u-p-xxxxs {
    padding: 2px !important; }
  .u-p-xxxs {
    padding: 4px !important; }
  .u-p-xxs {
    padding: 8px !important; }
  .u-p-xs {
    padding: 12px !important; }
  .u-p-s {
    padding: 16px !important; }
  .u-p-m {
    padding: 20px !important; }
  .u-p-l {
    padding: 24px !important; }
  .u-p-xl {
    padding: 32px !important; }
  .u-p-xxl {
    padding: 48px !important; }
  .u-p-xxxl {
    padding: 64px !important; }
  .u-p-xxxxl {
    padding: 96px !important; } }

.u-pt-xxxxs {
  padding-top: 2px !important; }

.u-pt-xxxs {
  padding-top: 4px !important; }

.u-pt-xxs {
  padding-top: 8px !important; }

.u-pt-xs {
  padding-top: 12px !important; }

.u-pt-s {
  padding-top: 16px !important; }

.u-pt-m {
  padding-top: 20px !important; }

.u-pt-l {
  padding-top: 24px !important; }

.u-pt-xl {
  padding-top: 32px !important; }

.u-pt-xxl {
  padding-top: 48px !important; }

.u-pt-xxxl {
  padding-top: 64px !important; }

.u-pt-xxxxl {
  padding-top: 96px !important; }

.u-pb-xxxxs {
  padding-bottom: 2px !important; }

.u-pb-xxxs {
  padding-bottom: 4px !important; }

.u-pb-xxs {
  padding-bottom: 8px !important; }

.u-pb-xs {
  padding-bottom: 12px !important; }

.u-pb-s {
  padding-bottom: 16px !important; }

.u-pb-m {
  padding-bottom: 20px !important; }

.u-pb-l {
  padding-bottom: 24px !important; }

.u-pb-xl {
  padding-bottom: 32px !important; }

.u-pb-xxl {
  padding-bottom: 48px !important; }

.u-pb-xxxl {
  padding-bottom: 64px !important; }

.u-pb-xxxxl {
  padding-bottom: 96px !important; }

.u-pl-xxxxs {
  padding-left: 2px !important; }

.u-pl-xxxs {
  padding-left: 4px !important; }

.u-pl-xxs {
  padding-left: 8px !important; }

.u-pl-xs {
  padding-left: 12px !important; }

.u-pl-s {
  padding-left: 16px !important; }

.u-pl-m {
  padding-left: 20px !important; }

.u-pl-l {
  padding-left: calc(24px / 2) !important; }

.u-pl-xl {
  padding-left: calc(32px / 2) !important; }

.u-pl-xxl {
  padding-left: calc(48px / 2) !important; }

.u-pl-xxxl {
  padding-left: calc(64px / 2) !important; }

.u-pl-xxxxl {
  padding-left: calc(96px / 2) !important; }

@media (min-width: 768px) {
  .u-pl-xxxxs {
    padding-left: 2px !important; }
  .u-pl-xxxs {
    padding-left: 4px !important; }
  .u-pl-xxs {
    padding-left: 8px !important; }
  .u-pl-xs {
    padding-left: 12px !important; }
  .u-pl-s {
    padding-left: 16px !important; }
  .u-pl-m {
    padding-left: 20px !important; }
  .u-pl-l {
    padding-left: calc(24px / 1.5) !important; }
  .u-pl-xl {
    padding-left: calc(32px / 1.5) !important; }
  .u-pl-xxl {
    padding-left: calc(48px / 1.5) !important; }
  .u-pl-xxxl {
    padding-left: calc(64px / 1.5) !important; }
  .u-pl-xxxxl {
    padding-left: calc(96px / 1.5) !important; } }

@media (min-width: 1200px) {
  .u-pl-xxxxs {
    padding-left: 2px !important; }
  .u-pl-xxxs {
    padding-left: 4px !important; }
  .u-pl-xxs {
    padding-left: 8px !important; }
  .u-pl-xs {
    padding-left: 12px !important; }
  .u-pl-s {
    padding-left: 16px !important; }
  .u-pl-m {
    padding-left: 20px !important; }
  .u-pl-l {
    padding-left: 24px !important; }
  .u-pl-xl {
    padding-left: 32px !important; }
  .u-pl-xxl {
    padding-left: 48px !important; }
  .u-pl-xxxl {
    padding-left: 64px !important; }
  .u-pl-xxxxl {
    padding-left: 96px !important; } }

.u-pr-xxxxs {
  padding-right: 2px !important; }

.u-pr-xxxs {
  padding-right: 4px !important; }

.u-pr-xxs {
  padding-right: 8px !important; }

.u-pr-xs {
  padding-right: 12px !important; }

.u-pr-s {
  padding-right: 16px !important; }

.u-pr-m {
  padding-right: 20px !important; }

.u-pr-l {
  padding-right: 24px !important; }

.u-pr-xl {
  padding-right: 32px !important; }

.u-pr-xxl {
  padding-right: 48px !important; }

.u-pr-xxxl {
  padding-right: 64px !important; }

.u-pr-xxxxl {
  padding-right: 96px !important; }

.u-px-xxxxs {
  padding: 0 2px 0 2px !important; }

.u-px-xxxs {
  padding: 0 4px 0 4px !important; }

.u-px-xxs {
  padding: 0 8px 0 8px !important; }

.u-px-xs {
  padding: 0 12px 0 12px !important; }

.u-px-s {
  padding: 0 16px 0 16px !important; }

.u-px-m {
  padding: 0 20px 0 20px !important; }

.u-px-l {
  padding: 0 24px 0 24px !important; }

.u-px-xl {
  padding: 0 32px 0 32px !important; }

.u-px-xxl {
  padding: 0 48px 0 48px !important; }

.u-px-xxxl {
  padding: 0 64px 0 64px !important; }

.u-px-xxxxl {
  padding: 0 96px 0 96px !important; }

.u-py-xxxxs {
  padding: 2px 0 2px 0 !important; }

.u-py-xxxs {
  padding: 4px 0 4px 0 !important; }

.u-py-xxs {
  padding: 8px 0 8px 0 !important; }

.u-py-xs {
  padding: 12px 0 12px 0 !important; }

.u-py-s {
  padding: 16px 0 16px 0 !important; }

.u-py-m {
  padding: 20px 0 20px 0 !important; }

.u-py-l {
  padding: 24px 0 24px 0 !important; }

.u-py-xl {
  padding: 32px 0 32px 0 !important; }

.u-py-xxl {
  padding: 48px 0 48px 0 !important; }

.u-py-xxxl {
  padding: 64px 0 64px 0 !important; }

.u-py-xxxxl {
  padding: 96px 0 96px 0 !important; }

.u-pr-xxxxs-desktop {
  padding-right: 0 !important; }

.u-pr-xxxs-desktop {
  padding-right: 0 !important; }

.u-pr-xxs-desktop {
  padding-right: 0 !important; }

.u-pr-xs-desktop {
  padding-right: 0 !important; }

.u-pr-s-desktop {
  padding-right: 0 !important; }

.u-pr-m-desktop {
  padding-right: 0 !important; }

.u-pr-l-desktop {
  padding-right: 0 !important; }

.u-pr-xl-desktop {
  padding-right: 0 !important; }

.u-pr-xxl-desktop {
  padding-right: 0 !important; }

.u-pr-xxxl-desktop {
  padding-right: 0 !important; }

.u-pr-xxxxl-desktop {
  padding-right: 0 !important; }

@media (min-width: 768px) {
  .u-pr-xxxxs-desktop {
    padding-right: 2px !important; }
  .u-pr-xxxs-desktop {
    padding-right: 4px !important; }
  .u-pr-xxs-desktop {
    padding-right: 8px !important; }
  .u-pr-xs-desktop {
    padding-right: 12px !important; }
  .u-pr-s-desktop {
    padding-right: 16px !important; }
  .u-pr-m-desktop {
    padding-right: 20px !important; }
  .u-pr-l-desktop {
    padding-right: calc(24px / 2) !important; }
  .u-pr-xl-desktop {
    padding-right: calc(32px / 2) !important; }
  .u-pr-xxl-desktop {
    padding-right: calc(48 / 2) !important; }
  .u-pr-xxxl-desktop {
    padding-right: calc(64px / 2) !important; }
  .u-pr-xxxxl-desktop {
    padding-right: calc(96px / 2) !important; } }

@media (min-width: 992px) {
  .u-pr-xxxxs-desktop {
    padding-right: 2px !important; }
  .u-pr-xxxs-desktop {
    padding-right: 4px !important; }
  .u-pr-xxs-desktop {
    padding-right: 8px !important; }
  .u-pr-xs-desktop {
    padding-right: 12px !important; }
  .u-pr-s-desktop {
    padding-right: 16px !important; }
  .u-pr-m-desktop {
    padding-right: 20px !important; }
  .u-pr-l-desktop {
    padding-right: calc(24px / 1.5) !important; }
  .u-pr-xl-desktop {
    padding-right: calc(32px / 1.5) !important; }
  .u-pr-xxl-desktop {
    padding-right: calc(48px / 1.5) !important; }
  .u-pr-xxxl-desktop {
    padding-right: calc(64px / 1.5) !important; }
  .u-pr-xxxxl-desktop {
    padding-right: calc(96px / 1.5) !important; } }

@media (min-width: 1200px) {
  .u-pr-xxxxs-desktop {
    padding-right: 2px !important; }
  .u-pr-xxxs-desktop {
    padding-right: 4px !important; }
  .u-pr-xxs-desktop {
    padding-right: 8px !important; }
  .u-pr-xs-desktop {
    padding-right: 12px !important; }
  .u-pr-s-desktop {
    padding-right: 16px !important; }
  .u-pr-m-desktop {
    padding-right: 20px !important; }
  .u-pr-l-desktop {
    padding-right: 24px !important; }
  .u-pr-xl-desktop {
    padding-right: 32px !important; }
  .u-pr-xxl-desktop {
    padding-right: 48px !important; }
  .u-pr-xxxl-desktop {
    padding-right: 64px !important; }
  .u-pr-xxxxl-desktop {
    padding-right: 96px !important; } }

.u-pl-xxxxs-desktop {
  padding-left: 0 !important; }

.u-pl-xxxs-desktop {
  padding-left: 0 !important; }

.u-pl-xxs-desktop {
  padding-left: 0 !important; }

.u-pl-xs-desktop {
  padding-left: 0 !important; }

.u-pl-s-desktop {
  padding-left: 0 !important; }

.u-pl-m-desktop {
  padding-left: 0 !important; }

.u-pl-l-desktop {
  padding-left: 0 !important; }

.u-pl-xl-desktop {
  padding-left: 0 !important; }

.u-pl-xxl-desktop {
  padding-left: 0 !important; }

.u-pl-xxxl-desktop {
  padding-left: 0 !important; }

.u-pl-xxxxl-desktop {
  padding-left: 0 !important; }

@media (min-width: 768px) {
  .u-pl-xxxxs-desktop {
    padding-left: 2px !important; }
  .u-pl-xxxs-desktop {
    padding-left: 4px !important; }
  .u-pl-xxs-desktop {
    padding-left: 8px !important; }
  .u-pl-xs-desktop {
    padding-left: 12px !important; }
  .u-pl-s-desktop {
    padding-left: 16px !important; }
  .u-pl-m-desktop {
    padding-left: 20px !important; }
  .u-pl-l-desktop {
    padding-left: calc(24px / 2) !important; }
  .u-pl-xl-desktop {
    padding-left: calc(32px / 2) !important; }
  .u-pl-xxl-desktop {
    padding-left: calc(48 / 2) !important; }
  .u-pl-xxxl-desktop {
    padding-left: calc(64px / 2) !important; }
  .u-pl-xxxxl-desktop {
    padding-left: calc(96px / 2) !important; } }

@media (min-width: 992px) {
  .u-pl-xxxxs-desktop {
    padding-left: 2px !important; }
  .u-pl-xxxs-desktop {
    padding-left: 4px !important; }
  .u-pl-xxs-desktop {
    padding-left: 8px !important; }
  .u-pl-xs-desktop {
    padding-left: 12px !important; }
  .u-pl-s-desktop {
    padding-left: 16px !important; }
  .u-pl-m-desktop {
    padding-left: 20px !important; }
  .u-pl-l-desktop {
    padding-left: calc(24px / 1.5) !important; }
  .u-pl-xl-desktop {
    padding-left: calc(32px / 1.5) !important; }
  .u-pl-xxl-desktop {
    padding-left: calc(48px / 1.5) !important; }
  .u-pl-xxxl-desktop {
    padding-left: calc(64px / 1.5) !important; }
  .u-pl-xxxxl-desktop {
    padding-left: calc(96px / 1.5) !important; } }

@media (min-width: 1200px) {
  .u-pl-xxxxs-desktop {
    padding-left: 2px !important; }
  .u-pl-xxxs-desktop {
    padding-left: 4px !important; }
  .u-pl-xxs-desktop {
    padding-left: 8px !important; }
  .u-pl-xs-desktop {
    padding-left: 12px !important; }
  .u-pl-s-desktop {
    padding-left: 16px !important; }
  .u-pl-m-desktop {
    padding-left: 20px !important; }
  .u-pl-l-desktop {
    padding-left: 24px !important; }
  .u-pl-xl-desktop {
    padding-left: 32px !important; }
  .u-pl-xxl-desktop {
    padding-left: 48px !important; }
  .u-pl-xxxl-desktop {
    padding-left: 64px !important; }
  .u-pl-xxxxl-desktop {
    padding-left: 96px !important; } }

.u-pr-xxxxs-responsive {
  padding-right: 0 !important; }

.u-pr-xxxs-responsive {
  padding-right: 0 !important; }

.u-pr-xxs-responsive {
  padding-right: 0 !important; }

.u-pr-xs-responsive {
  padding-right: 0 !important; }

.u-pr-s-responsive {
  padding-right: 0 !important; }

.u-pr-m-responsive {
  padding-right: 0 !important; }

.u-pr-l-responsive {
  padding-right: 0 !important; }

.u-pr-xl-responsive {
  padding-right: 0 !important; }

.u-pr-xxl-responsive {
  padding-right: 0 !important; }

.u-pr-xxxl-responsive {
  padding-right: 0 !important; }

.u-pr-xxxxl-responsive {
  padding-right: 0 !important; }

@media (min-width: 768px) {
  .u-pr-xxxxs-responsive {
    padding-right: 2px !important; }
  .u-pr-xxxs-responsive {
    padding-right: 4px !important; }
  .u-pr-xxs-responsive {
    padding-right: 8px !important; }
  .u-pr-xs-responsive {
    padding-right: 12px !important; }
  .u-pr-s-responsive {
    padding-right: 16px !important; }
  .u-pr-m-responsive {
    padding-right: 20px !important; }
  .u-pr-l-responsive {
    padding-right: 24px !important; }
  .u-pr-xl-responsive {
    padding-right: 32px !important; }
  .u-pr-xxl-responsive {
    padding-right: 48px !important; }
  .u-pr-xxxl-responsive {
    padding-right: 64px !important; }
  .u-pr-xxxxl-responsive {
    padding-right: 96px !important; } }

.button-switch {
  font-size: 13px;
  height: 1.875em;
  margin-bottom: 0.625em;
  position: relative;
  width: 4.5em; }
  .button-switch .lbl-off,
  .button-switch .lbl-on {
    cursor: pointer;
    display: block;
    font-size: 0.9em;
    font-weight: bold;
    line-height: 1em;
    position: absolute;
    top: 0.5em;
    transition: opacity 0.25s ease-out 0.1s;
    text-transform: uppercase; }
  .button-switch .lbl-off {
    right: 0.4375em; }
  .button-switch .lbl-on {
    color: #fefefe;
    opacity: 0;
    left: 0.4375em; }
  .button-switch .switch {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 0;
    font-size: 1em;
    left: 0;
    line-height: 0;
    outline: none;
    position: absolute;
    top: 0;
    width: 0; }
    .button-switch .switch:before, .button-switch .switch:after {
      content: '';
      font-size: 1em;
      position: absolute; }
    .button-switch .switch:before {
      border-radius: 1.25em;
      background: #e1e1e1;
      height: 1.875em;
      left: -0.25em;
      top: -0.1875em;
      transition: background-color 0.25s ease-out 0.1s;
      width: 4.5em;
      cursor: pointer; }
    .button-switch .switch:after {
      border-radius: 50%;
      background: #fefefe;
      height: 18px;
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0);
      transition: -webkit-transform 0.25s ease-out 0.1s;
      transition: transform 0.25s ease-out 0.1s;
      transition: transform 0.25s ease-out 0.1s, -webkit-transform 0.25s ease-out 0.1s;
      width: 18px;
      margin-top: 0.5px; }
    .button-switch .switch:checked:before {
      background-color: #57d373; }
    .button-switch .switch:checked:after {
      -webkit-transform: translate(2.5em, 0);
          -ms-transform: translate(2.5em, 0);
              transform: translate(2.5em, 0); }
    .button-switch .switch:checked ~ .lbl-off {
      opacity: 0; }
    .button-switch .switch:checked ~ .lbl-on {
      opacity: 1; }
    .button-switch .switch:disabled:checked:before {
      background-color: #89e09d;
      cursor: not-allowed; }
    .button-switch .switch:disabled:checked:after {
      opacity: 0.8;
      cursor: not-allowed; }

.title--s {
  font-size: 18px;
  line-height: 23px; }

.title--m {
  font-size: 24px;
  line-height: 29px; }

.title--l {
  font-size: 30px;
  line-height: 35px; }

.title--xxl {
  font-size: 70px;
  line-height: 76px; }

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

.u-text-regular {
  font-weight: 500; }

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

.u-text-right {
  text-align: right; }

.u-text-orange {
  color: #f66603; }

.u-text-underline {
  text-decoration: underline; }

.fs-10 {
  font-size: 10px !important; }

.fs-11 {
  font-size: 10.5px !important; }

.fs-12 {
  font-size: 12px !important; }

.fs-13 {
  font-size: 13px !important; }

.fs-14 {
  font-size: 14px !important; }

.fs-15 {
  font-size: 15px !important; }

.fs-16 {
  font-size: 16px !important; }

/* Line-heights
  ------------------------------------
  */
.lh-normal {
  line-height: normal; }

.lh-10 {
  line-height: 10px; }

.lh-11 {
  line-height: 11px; }

.lh-12 {
  line-height: 12px; }

.lh-13 {
  line-height: 13px; }

.lh-14 {
  line-height: 14px; }

.lh-15 {
  line-height: 15px; }

.lh-16 {
  line-height: 16px; }

.text-muted-special {
  background-color: #fdd7bd;
  text-align: center;
  padding: 10px;
  margin: 20px 0px;
  font-size: 12px; }

.text-muted-special2 {
  float: left;
  margin-top: 10px;
  background: #fdd7bd;
  display: block;
  width: 100%;
  padding: 20px;
  text-align: center;
  font-size: 12px; }

.collapsible {
  padding: 0;
  margin: 0; }

.collapsible li {
  margin: 0;
  list-style-type: none;
  border-bottom: 2px solid black; }

.collapsible-header {
  position: relative;
  display: block;
  cursor: pointer;
  background-color: #fff;
  border-bottom: none;
  padding: 20px 40px 20px 30px;
  font-weight: bold;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px; }

.collapsible-header:before {
  color: #9e9e9e;
  content: url(/images/newweb/arrow-support.svg);
  font-size: 24px;
  position: absolute;
  font-family: 'Material Icons';
  left: 0;
  top: 16px;
  transition: all 0.4s; }

.collapsible-header.active:before {
  top: 23px !important; }

.collapsible-header:hover:before {
  color: #424242; }

.collapsible-header.active {
  border-bottom: none; }

.collapsible-header.active:before {
  color: #424242;
  transition: all 0.4s;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  top: 9px; }

.collapsible-header i {
  width: 2rem;
  font-size: 1.5rem;
  display: block;
  float: left;
  text-align: center;
  margin-right: 1rem; }

.collapsible-body {
  display: none;
  box-sizing: border-box;
  padding: 0px 0 30px 0;
  margin-top: -2px;
  position: relative; }
  .collapsible-body a {
    word-break: break-all; }

.collapsible-body p {
  margin: 0;
  padding: 0; }

.collapsible-body span {
  background-color: #fff !important;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 24px; }

.accordion a {
  color: #f66603;
  text-decoration: underline; }

@media (min-width: 992px) {
  .collapsible-header {
    padding: 20px 40px 20px 30px; } }

.collapsible--simple .collapsible-header {
  background-color: transparent;
  border-bottom: 0;
  font-weight: 500;
  text-decoration: underline;
  text-align: left; }

.collapsible--simple .collapsible-body {
  border-bottom: 0;
  padding: 0;
  background-color: transparent;
  margin-top: 0;
  font-size: 14px; }

.header a {
  color: white; }

.header__inner {
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.3); }
  .body--orange .header__inner {
    background: #232526;
    /* fallback for old browsers */
    background: linear-gradient(to right, #000000, #232526);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }
  .body--vodafone .header__inner {
    background: #fefefe;
    /* fallback for old browsers */
    background: linear-gradient(to right, #f9f8f8, #ECE9E6);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }
  @media (min-width: 1024px) {
    .body--esim .header__inner {
      background-size: cover;
      background-color: black;
      background-image: url(/images/new-header-bg_1.jpg);
      background-position: 50px;
      background-repeat: no-repeat;
      height: 190px;
      background-position: bottom;
      color: white; } }
  .body--tourtechshop .header__inner {
    background-size: cover;
    background-color: black;
    background-image: url(/images/new-header-bg_tourtech-shop.png);
    background-position: 50px;
    background-repeat: no-repeat;
    height: 190px;
    background-position: top right;
    color: white; }
  .body--generic .header__inner {
    background-color: #176FA6;
    background: linear-gradient(to right, #176FA6, #418FBF);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }

.header__logo {
  display: none; }
  .body--esim .header__logo--esim {
    display: block; }
  .body--tourtechshop .header__logo--esim {
    display: block; }
  .body--orange .header__logo--esim {
    display: none; }
  .body--vodafone .header__logo--esim {
    display: none; }
  .body--generic .header__logo--esim {
    display: none; }
  .body--esim .header__logo--tourtechshop {
    display: block; }
  .body--tourtechshop .header__logo--tourtechshop {
    display: block; }
  .body--orange .header__logo--tourtechshop {
    display: none; }
  .body--vodafone .header__logo--tourtechshop {
    display: none; }
  .body--generic .header__logo--tourtechshop {
    display: none; }
  .body--esim .header__logo--orange {
    display: none; }
  .body--orange .header__logo--orange {
    display: block; }
  .body--vodafone .header__logo--orange {
    display: none; }
  .body--generic .header__logo--orange {
    display: none; }
  .body--esim .header__logo--vodafone {
    display: none; }
  .body--vodafone .header__logo--vodafone {
    display: block; }
  .body--orange .header__logo--vodafone {
    display: none; }
  .body--generic .header__logo--vodafone {
    display: none; }
  .body--esim .header__logo--generic {
    display: none; }
  .body--vodafone .header__logo--generic {
    display: none; }
  .body--orange .header__logo--generic {
    display: none; }
  .body--generic .header__logo--generic {
    display: block; }

.link-sel:hover {
  text-decoration: underline;
  color: #ff6600; }

.link-sel:hover > .icon-link {
  fill: #ff6600; }

.header-tourtechshop {
  background-size: cover;
  background-color: black;
  background-image: url(/images/new-header-bg_tourtech-shop.png);
  background-position: 50px;
  background-repeat: no-repeat;
  height: 190px;
  background-position: top right;
  color: white; }

.link-sel-tourtechshop:hover {
  text-decoration: underline;
  color: #3da9d3; }

.link-sel-tourtechshop:hover > .icon-link {
  fill: #3da9d3; }

.esim-logo-orange {
  float: right;
  margin: 40px 40px; }

@media (min-width: 220px) and (max-width: 319px) {
  .esim-logo-orange {
    width: 35px;
    float: right;
    margin: 15px 15px; } }

@media (max-width: 320px) {
  .esim-logo-orange {
    width: 35px;
    float: right;
    margin: 15px 15px; } }

@media (min-width: 414px) and (max-width: 574px) {
  .esim-logo-orange {
    width: 45px;
    float: right;
    margin: 15px 15px; } }

@media (min-width: 574px) and (max-width: 1023px) {
  .esim-logo-orange {
    width: 65px;
    float: right;
    margin: 39px 37px; }
  .body--esim .header__inner {
    background-size: cover;
    background-color: black;
    background-image: url(/images/tourtech-header-bg-mobile.jpg);
    background-position: 50px;
    background-repeat: no-repeat;
    height: 145px;
    background-position: bottom;
    color: white; } }

@media (max-width: 414px) {
  .esim-logo-orange {
    width: 45px;
    float: right;
    margin: 15px 15px; } }

@media (min-width: 575px) and (max-width: 768px) {
  .body--esim .header__inner {
    background-size: cover;
    background-color: black;
    background-image: url(/images/tourtech-header-bg-mobile.jpg);
    background-position: 50px;
    background-repeat: no-repeat;
    height: 142px;
    background-position: bottom;
    color: white; }
  .esim-logo-orange {
    width: 55px;
    float: right;
    margin: 30px 27px; }
  .esim-mobile-company-name {
    margin-left: 34px !important;
    margin-top: 36px !important;
    display: block !important;
    float: left;
    font-size: 1.4em !important; } }

@media (max-width: 1023px) {
  .esim-mobile-company-name {
    margin-left: 30px;
    margin-top: 15px;
    display: block !important;
    float: left;
    font-size: 1.1em; } }

@media (min-width: 769px) and (max-width: 1023px) {
  .esim-mobile-company-name {
    margin-left: 50px !important;
    margin-top: 52px !important;
    display: block !important;
    float: left;
    font-size: 1.5em !important; } }

.btn {
  border-radius: 4px;
  background-color: #F2F2F2;
  color: #fefefe;
  transition: background-color .1s linear, -webkit-transform .3s ease-out;
  transition: transform .3s ease-out, background-color .1s linear;
  transition: transform .3s ease-out, background-color .1s linear, -webkit-transform .3s ease-out; }
  .btn:hover {
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px); }
    .btn:hover:disabled {
      cursor: not-allowed; }
  .btn--read-more {
    background-color: transparent;
    border: 1px solid #ff6600;
    cursor: pointer; }
  .body--generic .btn {
    background-color: #418FBF;
    color: #fefefe; }
    .body--generic .btn:focus {
      background-color: #176FA6;
      color: #fefefe; }
    .body--generic .btn:hover {
      background-color: #176FA6;
      color: #fefefe; }
  .body--orange .btn {
    background-color: #ff6600;
    color: #fefefe; }
    .body--orange .btn:focus {
      background-color: #e65c00;
      color: #fefefe; }
    .body--orange .btn:hover {
      background-color: #e65c00;
      color: #fefefe; }
  .body--vodafone .btn {
    background-color: #F00000;
    color: #fefefe; }
    .body--vodafone .btn:focus {
      background-color: #d70000;
      color: #fefefe; }
    .body--vodafone .btn:hover {
      background-color: #d70000;
      color: #fefefe; }
  .body--esim .btn {
    background-color: #ff6600;
    color: #fefefe;
    border-radius: 0; }
    .body--esim .btn:focus {
      background-color: #e65c00;
      color: #fefefe; }
    .body--esim .btn:hover {
      background-color: black;
      color: #fefefe;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
      .body--esim .btn:hover:disabled {
        background-color: #ff6600 !important; }
  .index .btn {
    text-align: right; }

@media (max-width: 450px) {
  .kiv-sdk-ui-Camera-kivCamera {
    height: calc(100vh - 300px) !important;
    height: calc(100dvh - 300px) !important; }
  .kiv-sdk-ui-ReviewPicture-kivContainer {
    height: calc(100vh - 300px) !important;
    height: calc(100dvh - 300px) !important; }
  .kiv-sdk-ui-ReviewPicture-kivReviewPicture .kiv-sdk-ui-ReviewPicture-kivCameraVideo {
    -o-object-fit: contain !important;
       object-fit: contain !important; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

#promotional_slider {
  width: 125%;
  padding: 0 0;
  margin: 0 auto;
  overflow: hidden;
  background: #FFF; }

.sim-carousel-mobile {
  display: block; }

.sim-carousel-desktop {
  display: none; }

@media (min-width: 992px) {
  .sim-carousel-mobile {
    display: none; }
  .sim-carousel-desktop {
    display: block; } }

#promotional_slider .promotionalslider_wrapper {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* slick initialized */ }

#promotional_slider .promotionalslider_wrapper .slick-arrow {
  font-size: 0;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  -webkit-appearance: none;
  border: 0;
  background: #444;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  outline: none; }

#promotional_slider .promotionalslider_wrapper .slick-arrow:before {
  font-size: 23px;
  color: #FFF; }

#promotional_slider .promotionalslider_wrapper .slick-arrow.slick-next:before {
  content: ">"; }

#promotional_slider .promotionalslider_wrapper .slick-arrow.slick-prev:before {
  content: "<"; }

#promotional_slider .promotionalslider_wrapper .slick-arrow:hover {
  cursor: pointer; }

#promotional_slider .promotionalslider_wrapper .slick-arrow.slick-disabled {
  opacity: 0.5;
  background: #ccc; }

#promotional_slider .promotionalslider_wrapper .slick-arrow.slick-disabled:hover {
  cursor: not-allowed; }

#promotional_slider .promotionalslider_wrapper.slick-initialized {
  position: relative; }

#promotional_slider .promotionalslider_wrapper.slick-initialized .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9; }

#promotional_slider .promotionalslider_wrapper.slick-initialized .slick-next {
  right: -25px; }

#promotional_slider .promotionalslider_wrapper.slick-initialized .slick-prev {
  left: -25px; }

#promotional_slider .promotionalslider_wrapper .promotionalslider_single {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0;
  outline-color: transparent;
  outline-style: none; }

#promotional_slider .promotionalslider_wrapper .promotionalslider_single section {
  background: no-repeat center center / cover;
  width: 100%;
  height: 0;
  padding-top: 100%; }

#promotional_slider .promotionalslider_wrapper .promotionalslider_single p {
  background-color: #444;
  color: #FFF;
  text-align: center;
  padding: 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Arial", sans-serif;
  font-size: 19px; }

#promotional_slider .promotionalslider__image {
  height: 100px; }

#promotional_slider .promotionalslider__image img {
  height: 100% !important;
  width: auto !important;
  box-shadow: #00000040 0px 3px 19px; }

#promotional_slider .promotionalslider__cont {
  height: 80px;
  border: 1px solid transparent; }

@media (min-width: 768px) {
  #promotional_slider .promotionalslider__image {
    height: 140px; } }

@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg"); }

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: 0;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '←'; }

[dir='rtl'] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '→'; }

[dir='rtl'] .slick-next:before {
  content: '←'; }

.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100vw;
  padding: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: 0; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 40px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: 1;
  color: #ededed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  color: #f66603;
  font-size: 55px; }

.promotionalslider_single--100w {
  width: 100% !important; }

.cookies__btn {
  position: fixed;
  bottom: 10px;
  left: 17px;
  cursor: pointer; }
  .cookies__btn-config {
    margin: 12px 0 0 0; }
    @media (min-width: 576px) {
      .cookies__btn-config {
        margin: 0 0 0 10px; } }

.cookies__icon {
  height: 38px;
  padding: 4px;
  width: 38px;
  position: fixed;
  bottom: 18px;
  z-index: 1;
  background-color: black;
  left: 20px;
  border-radius: 40px;
  color: white;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer; }

.cookies__iconlebara {
  height: 38px;
  padding: 4px;
  width: 38px;
  position: fixed;
  bottom: 18px;
  z-index: 4;
  background-color: black;
  right: 20px;
  border-radius: 40px;
  color: white;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer; }

.cookies__backdrop {
  position: fixed;
  left: 0;
  top: 0;
  background-color: #00000052;
  width: 100%;
  height: 100%;
  z-index: 999; }

.cookies__info {
  z-index: 10000;
  padding: 18px;
  position: fixed;
  bottom: 10px;
  left: 17px;
  background-color: white;
  height: auto;
  width: calc(100% - 34px);
  max-width: 450px;
  box-shadow: #0000001c 0 0px 28px; }
  @media (min-width: 576px) {
    .cookies__info {
      padding: 25px; } }
  .cookies__info .title__regular {
    margin-bottom: 12px; }
  .cookies__info .text {
    margin-bottom: 20px; }
  .cookies__info-footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (max-width: 767.98px) {
      .cookies__info-footer .btn__line--xsmall {
        width: 100%;
        margin-left: 0 !important;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 10px !important; } }
    @media (min-width: 576px) {
      .cookies__info-footer {
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; } }
    .cookies__info-footer a {
      display: block; }
      .cookies__info-footer a .cookies__btn-config {
        margin-left: 0;
        font-size: 16px; }
      .cookies__info-footer a:not(:last-child) {
        margin: 0 10px 0 0; }
      .cookies__info-footer a.cookies__btn-config-container {
        margin-left: auto; }
  .cookies__info-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.cookies__info--2 .title__regular {
  margin-bottom: 24px; }

.cookies .btn {
  border: 2px solid black !important;
  color: black !important;
  font-weight: 600;
  height: 48px;
  padding: 10px 20px 10px 20px;
  border-radius: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  transition: none !important;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent; }
  .cookies .btn:hover {
    background-color: white !important;
    color: white !important;
    transition: none !important;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px); }
  .cookies .btn.selected {
    background-color: #000 !important;
    border: 2px solid #000 !important;
    color: white !important;
    transition: none !important; }
    .cookies .btn.selected:hover {
      background-color: white !important;
      border: 2px solid black !important;
      color: black !important; }
  .cookies .btn.cookies__btn-config--icon {
    padding: 10px; }
    .cookies .btn.cookies__btn-config--icon:hover {
      background-color: #000 !important; }
      .cookies .btn.cookies__btn-config--icon:hover svg path {
        stroke: white; }

.cookies .cookies__info-header {
  margin-bottom: 4px; }
  .cookies .cookies__info-header .text__size--m {
    margin-bottom: 0; }

.cookies .title__regular--m {
  font-size: 20px;
  line-height: 22px; }

.cookies .text__size--m {
  font-size: 18px;
  line-height: 21px; }

.cookies .text__size--s {
  font-size: 16px;
  line-height: 22.5px; }

.cookies a {
  color: inherit !important;
  text-decoration: underline; }

.cookies-infopage > .row > div {
  width: 100%; }

.cookies-infopage .table-container {
  overflow-x: auto;
  width: 100%; }

.cookies-infopage a {
  word-break: break-all; }

.cookies-infopage table {
  width: 100%;
  border-collapse: collapse; }
  .cookies-infopage table tr:first-child {
    border-bottom: 1px solid #000000 !important; }
  .cookies-infopage table tr:not(:first-child) {
    border-bottom: none !important; }
  .cookies-infopage table tr:nth-child(2n+3) {
    background-color: #f6f6f6; }
  .cookies-infopage table tr td {
    text-align: left;
    padding: 0.5rem 0.75rem;
    font-size: 14px; }

.body--marcopolo .btn {
  border-radius: 4px;
  font-weight: 500; }

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

.faqs li svg {
  vertical-align: middle; }

.faqs__link {
  display: inline-block;
  margin-bottom: 1em;
  transition: color .1s ease-out; }
  .faqs__link span {
    text-decoration: underline; }
  .faqs__link:hover {
    color: #ff6600; }
    .faqs__link:hover svg {
      fill: currentColor; }

.form-control {
  height: 56px !important;
  border: 2px solid #e0e0e0;
  color: black;
  padding: 0 40px 0 20px; }

.form-group {
  margin-bottom: 20px !important; }

.form-group__terms {
  font-size: 14px; }

textarea.form-control {
  height: 100px !important;
  border-radius: 0;
  padding: 20px; }

::-webkit-input-placeholder .form-control-text-area {
  color: red !important; }

:-ms-input-placeholder .form-control-text-area {
  color: red !important; }

::placeholder .form-control-text-area {
  color: red !important; }

::-webkit-input-placeholder {
  color: #b9b9b9 !important; }

:-ms-input-placeholder {
  color: #b9b9b9 !important; }

::placeholder {
  color: #b9b9b9 !important; }

.form-control:focus {
  color: black; }

.custom-control {
  width: 170px; }

.form-group .label-up {
  background-color: white;
  padding: 0 9px;
  color: #b8b8b8;
  position: relative;
  bottom: -16px;
  font-size: 14px;
  left: 13px; }

.form-group__tooltip {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }

.form-tooltip-icon {
  position: absolute;
  right: 15px;
  top: 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.custom-control-label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.payment-text {
  font-size: 14px; }

.form-time {
  position: absolute;
  right: 20px; }

.hayya-modal-content {
  display: block;
  width: auto;
  max-width: 100%;
  margin: auto; }

.flatpickr-input,
select, select.form-control {
  background-image: url(/images/newweb/arrow-down.svg); }

.radio-cont {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start; }
  .radio-cont > div {
    margin: 10px 0; }
  @media (min-width: 768px) {
    .radio-cont {
      -ms-flex-direction: row; }
      .radio-cont > div {
        margin: 0;
        margin-right: 15px; } }

@media (min-width: 768px) {
  .grid-reduce {
    -webkit-flex: 0 0 21% !important;
        -ms-flex: 0 0 21% !important;
            flex: 0 0 21% !important;
    max-width: 21% !important; } }

#products-container .products-items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly; }

.product-item-select {
  margin: 5px;
  margin-top: 15px;
  height: 180px;
  width: 162px;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer; }

.product-item-select:hover {
  border: red 3px solid; }

.product-item-select.selected {
  border: red 3px solid; }

input:-internal-autofill-selected {
  -webkit-appearance: menulist-button;
     -moz-appearance: menulist-button;
          appearance: menulist-button;
  background-color: #fff !important;
  background-image: none !important;
  color: #fff; }

.upload_input input.upload {
  height: 50px;
  left: 0;
  position: absolute;
  width: 100vw;
  display: block;
  cursor: pointer;
  opacity: 0; }

.upload_input:hover {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.btn--browse {
  width: auto; }

@media (min-width: 576px) {
  .upload_input input.upload {
    width: 640px; } }

.fileUpload {
  position: relative;
  overflow: hidden; }

.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0); }

.btn--browse {
  border-radius: 6px 0 0 6px;
  background-color: #0092da !important;
  color: white;
  height: 50px;
  padding: 10px 14px;
  color: white !important;
  padding: 10px 14px;
  width: 160px;
  font-size: 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.btn--browse:hover {
  border-color: #000000;
  box-shadow: none; }

.f-input {
  height: 50px;
  background-color: #fafafa;
  border: 2px solid #e0e0e0;
  border-left: 0;
  width: 100%;
  width: calc(100% - 100px);
  float: left;
  padding: 0 14px;
  border-radius: 0 6px 6px 0; }

.form-file-custom label {
  margin: 30px 0 5px 0;
  display: block; }

.form-file-custom__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.payment-default-img {
  -webkit-filter: opacity(0.5);
          filter: opacity(0.5);
  padding-top: 10px;
  width: 100%; }

.tm-payment-default-img-div {
  text-align: center; }

.tm-payment-default-img {
  -webkit-filter: opacity(0.5);
          filter: opacity(0.5);
  width: 60%; }

.orange_fr_info {
  text-align: justify;
  background-color: #ee81314a;
  padding: 10px;
  font-size: 14px; }

.footer-new {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-direction: row !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  color: white; }
  .footer-new a {
    color: white; }
  .footer-new__left {
    width: 85%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 0;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .footer-new__left a {
      padding: 0 0 15px 0; }
    .footer-new__left img {
      padding: 20px 0 30px 0; }
    @media (min-width: 768px) {
      .footer-new__left {
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        margin-top: -20px; }
        .footer-new__left a {
          padding: 0 15px 0 0; }
        .footer-new__left img {
          padding: 0 20px 0 0; } }
  .footer-new__right {
    width: 40% !important;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    @media (min-width: 768px) {
      .footer-new__right {
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; } }
    .footer-new__right-text {
      color: #adadad;
      font-size: 13px; }
    .footer-new__right-copy {
      width: 100%;
      text-align: right;
      padding-right: 0; }
      @media (min-width: 768px) {
        .footer-new__right-copy {
          width: calc(100% - 76px);
          padding-right: 30px; } }
      .footer-new__right-copy span {
        font-size: 14px; }
      .footer-new__right-copy--dtac br {
        display: block; }
        @media (min-width: 576px) {
          .footer-new__right-copy--dtac br {
            display: none; } }
    .footer-new__right-logo-2 {
      width: 100%;
      position: relative; }
      @media (min-width: 768px) {
        .footer-new__right-logo-2 {
          width: 72px; } }
      .footer-new__right-logo-2 img {
        position: relative;
        margin-top: -20px;
        top: -20px;
        float: right; }
        @media (min-width: 768px) {
          .footer-new__right-logo-2 img {
            position: absolute;
            margin-top: -30px; } }
        @media (min-width: 992px) {
          .footer-new__right-logo-2 img {
            position: absolute;
            margin-top: -50px; } }

.footer-new.rtl .footer-new__right .footer-new__right-copy {
  text-align: left;
  margin-left: 20px; }

.footer-new.rtl .footer-new__right .footer-new__right-logo-2 img {
  float: left; }

.choose-pay__link svg {
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out; }
  .choose-pay__link svg:hover {
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px); }
  .choose-pay__link svg:focus {
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px); }

/**
 * SVG icons
 */
.icon-svg {
  display: inline-block;
  vertical-align: top;
  color: currentColor;
  line-height: 1;
  stroke: currentColor; }
  .icon-svg path {
    all: inherit; }

/**
 * SVG icons working with fill. Some icons in the project use fill instead of stroke.
 */
.icon-svg--fill {
  stroke: none;
  fill: currentColor; }

/**
 * SVG icons working with fill and stroke. Some icons in the project use both.
 */
.icon-svg--stroke-fill {
  stroke: currentColor;
  fill: currentColor; }

.intro {
  position: -webkit-sticky;
  position: sticky;
  top: 0; }
  .intro__title {
    margin-top: 0; }

.image-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 576px) {
    .image-text {
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .image-text__list {
    padding-left: 20px; }
  .image-text__left {
    width: 100%; }
    @media (min-width: 576px) {
      .image-text__left {
        width: 50%; } }
    .image-text__left--bottom-position {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end; }
    .image-text__left--center-y {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .image-text__right {
    width: 100%; }
    @media (min-width: 576px) {
      .image-text__right {
        width: 50%; } }
  .image-text__title {
    font-size: 30px;
    font-weight: bold; }
  .image-text__subtitle {
    font-size: 18px;
    font-weight: bold; }
  .image-text--center {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .image-text--center .image-text__left,
    .image-text--center .image-text__right {
      width: auto; }
  .image-text--reverse-mobile {
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    @media (min-width: 576px) {
      .image-text--reverse-mobile {
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; } }

.list__header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #000; }

.list__cont {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .list__cont--remarked {
    background-color: #f5f5f5; }

.list__subtext {
  font-size: 14px; }

.list__footer-img {
  text-align: center;
  position: relative;
  top: 0;
  margin-top: 20px;
  z-index: 1; }
  @media (min-width: 768px) {
    .list__footer-img {
      margin-top: 0;
      top: 0;
      text-align: right; } }
  @media (min-width: 1200px) {
    .list__footer-img {
      top: -20px;
      margin-bottom: -20px;
      text-align: right; } }

.list__element img {
  width: 100%;
  max-width: 80px; }

.list__element-title {
  color: #000;
  font-size: 14px;
  font-weight: 400; }

.list__element--7 {
  width: calc(100%/7);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px; }

.list__element-big {
  width: calc((100% - 100%/7) / 2.5);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px; }

.custom-meo {
  font-family: 'Montserrat';
  background: white;
  /********************************/
  /************** MQ **************/
  /********************************/ }
  .custom-meo .main {
    box-shadow: none;
    min-height: calc(100vh - 146px); }
  .custom-meo .new-header__main-left,
  .custom-meo .new-header--fixed .new-header__main-left {
    width: 0px; }
  .custom-meo .new-header__main-right {
    width: auto; }
    @media (min-width: 768px) {
      .custom-meo .new-header__main-right {
        width: 330px; } }
    @media (min-width: 992px) {
      .custom-meo .new-header__main-right {
        width: 500px; } }
  .custom-meo .new-header__main-center,
  .custom-meo .new-header--fixed .new-header__main-center {
    width: 100%; }
    @media (min-width: 768px) {
      .custom-meo .new-header__main-center,
      .custom-meo .new-header--fixed .new-header__main-center {
        width: calc(100% - 330px); } }
    @media (min-width: 992px) {
      .custom-meo .new-header__main-center,
      .custom-meo .new-header--fixed .new-header__main-center {
        width: calc(100% - 500px); } }
  .custom-meo .new-header__main-right-text {
    color: #ffffffb5; }
  .custom-meo .new-header__main-lang {
    color: white;
    cursor: pointer; }
  .custom-meo .new-header__main-lang:hover {
    color: white !important;
    border: 2px solid white !important; }
  .custom-meo .new-header--fixed .new-header__main-lang:hover {
    color: black !important;
    border: inherit !important;
    text-decoration: underline; }
  .custom-meo .new-header--white .new-header__main-lang:hover {
    color: black !important;
    border: 2px solid black !important; }
  .custom-meo .new-header--white .new-header--fixed .new-header__main-lang.selected {
    border: none !important; }
  .custom-meo .new-header--white .new-header--fixed .new-header__main-lang:hover {
    border: none !important;
    color: black !important; }
  .custom-meo .new-header--fixed .new-header__main-lang {
    color: #000;
    cursor: pointer; }
  .custom-meo .new-header__main-lang {
    color: #000000 !important;
    font-weight: bold;
    border: 0;
    margin: 0;
    padding: 0;
    height: 45px;
    font-size: 16px;
    border: 0 !important; }
    .custom-meo .new-header__main-lang:hover {
      background-color: #F5F5F5;
      margin: 0 -15px;
      padding: 0 22px;
      color: #000 !important;
      border-radius: 8px; }
    .custom-meo .new-header__main-lang svg {
      border-radius: 40px; }
  .custom-meo .lang-selected {
    background-color: #ffffff52;
    padding: 12px 15px 12px 24px;
    border-radius: 8px; }
    .custom-meo .lang-selected .lang-text {
      min-width: 100%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-left: 0 !important;
      color: white; }
      .custom-meo .lang-selected .lang-text .selector-icon {
        margin-top: 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
    .custom-meo .lang-selected.opaque {
      background-color: white;
      border-radius: 8px 8px 0 0; }
      .custom-meo .lang-selected.opaque .lang-text {
        color: black; }
        .custom-meo .lang-selected.opaque .lang-text svg {
          -webkit-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
                  transform: rotate(180deg); }
  .custom-meo .new-header--fixed .new-header__main-lang svg {
    display: block; }
  .custom-meo .new-header__main-lang.selected {
    background-image: url(/images/newweb/check.svg);
    background-repeat: no-repeat;
    background-position: center right; }
    .custom-meo .new-header__main-lang.selected:hover {
      background-position: center right 13px; }
  .custom-meo .new-header__lang-container {
    width: 190px;
    position: relative; }
  .custom-meo .bg--black {
    background-color: #333; }
  .custom-meo .nav-esim__footer {
    position: absolute;
    bottom: 5px;
    right: 0;
    width: 80px; }
  .custom-meo .new-header__title-sticky {
    width: 150px; }
  .custom-meo .new-header__main-cont {
    margin-top: 0; }
    @media (min-width: 768px) {
      .custom-meo .new-header__main-cont {
        margin-top: 20px; } }
  .custom-meo .footer-new__right-text {
    display: none; }
  .custom-meo .footer-new {
    width: 100%; }
  .custom-meo .nav-esim__footer-left a {
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    padding: 5px 0 5px 9px;
    color: black; }
    .custom-meo .nav-esim__footer-left a.selected {
      border: 2px solid black;
      color: black; }
  .custom-meo .nav-esim__footer-right {
    width: 80px;
    font-size: 12px;
    padding-right: 10px; }
  .custom-meo .main-meo-img {
    display: block;
    text-align: center; }
    @media (min-width: 768px) {
      .custom-meo .main-meo-img {
        display: none; } }
    .custom-meo .main-meo-img img {
      height: auto;
      width: 300px;
      max-height: 100%;
      max-width: 100%;
      margin-bottom: 113px;
      margin-top: 60px; }
      @media (min-width: 768px) {
        .custom-meo .main-meo-img img {
          width: auto; } }
  .custom-meo .new-header {
    height: auto;
    background-size: cover !important; }
    @media (min-width: 768px) {
      .custom-meo .new-header {
        height: 100vh; } }
  .custom-meo .new-header__main-lang {
    border: 2px solid #ffffffb5;
    border-radius: 4px;
    padding: 5px 40px 5px 9px;
    color: #ffffffb5; }
  .custom-meo .new-header__main-lang.selected {
    border: 2px solid #fff;
    color: #fff; }
  .custom-meo .new-header--fixed .new-header__main-lang.selected {
    color: black; }
  .custom-meo .new-header__title-mobile {
    width: 130px; }
    .custom-meo .new-header__title-mobile a {
      color: white; }
  @media (max-width: 767.98px) {
    .custom-meo .new-header__main-cont {
      height: 65px; }
    .custom-meo .nav-esim__menu-icon {
      top: 22px; }
    .custom-meo .nav-esim__menu-icon--black.nav-esim__menu-icon {
      top: 16px !important; } }
  .custom-meo .new-header__main-menu-element a:hover {
    color: inherit !important;
    text-decoration: underline; }
  .custom-meo .new-header--fixed .new-header__main-menu-element a:hover {
    color: black !important;
    text-decoration: underline; }
  .custom-meo .meo-message {
    padding: 16px 19px;
    color: white;
    font-size: 14px;
    border: 2px solid #e41e7b;
    color: black; }
    @media (min-width: 576px) {
      .custom-meo .meo-message {
        padding: 18px 30px;
        font-size: 16px; } }
  .custom-meo .meo-message__title {
    font-weight: 600;
    font-size: 18px;
    color: #e41e7b; }
    @media (min-width: 576px) {
      .custom-meo .meo-message__title {
        font-size: 20px; } }
  .custom-meo .meo-message__title__extra {
    font-weight: 600;
    font-size: 14px;
    color: #6c3377; }
    @media (min-width: 576px) {
      .custom-meo .meo-message__title__extra {
        font-size: 20px; } }
  .custom-meo .steps__position-value--active {
    background-color: #0099ab; }
  .custom-meo .steps__text-element--active {
    color: #0099ab;
    font-weight: bold; }
  .custom-meo .steps {
    margin: 0 10.5%; }
  .custom-meo .steps__progression-space {
    height: 3px; }
  .custom-meo .steps__position {
    border: 0; }
  .custom-meo .steps__position--empty {
    border: 0; }
  .custom-meo .steps__position-space {
    height: 3px; }
  .custom-meo .btn--orange {
    background: -webkit-gradient(linear, 80% 20%, 10% 21%, from(#6c3377), to(#c60162)); }
  .custom-meo .form-control {
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid #e0e0e0; }
  .custom-meo .form-group {
    position: relative; }
  .custom-meo .form-control {
    height: 50px; }
  .custom-meo .form-group .label-up {
    background-color: transparent;
    padding: 0;
    color: #b8b8b8;
    position: absolute;
    bottom: 15px;
    font-size: 14px;
    left: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .custom-meo .meo_mail input {
    padding-left: 60px; }
  .custom-meo .meo_name input {
    padding-left: 70px; }
  .custom-meo .meo_subject input {
    padding-left: 80px; }
  .custom-meo .meo_rep_email input {
    padding-left: 125px; }
  .custom-meo .meo_date input {
    padding-left: 150px; }
  .custom-meo .meo_qty select {
    padding-left: 90px; }
  .custom-meo .meo_code input {
    padding-left: 150px; }
  .custom-meo .radio-cont {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 768px) {
      .custom-meo .radio-cont {
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; } }
  .custom-meo .radio-cont > div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 20px 25px; }
    @media (min-width: 768px) {
      .custom-meo .radio-cont > div {
        padding: 0 25px; } }
  .custom-meo .custom-control {
    width: auto;
    margin: 0 20px 0 0; }
  .custom-meo .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #85ced7;
    background-color: #3099ab; }
  .custom-meo .new-header--white .new-header__bg {
    background-image: none !important; }
  .custom-meo .new-header--white.new-header {
    height: 70px; }
    @media (min-width: 576px) {
      .custom-meo .new-header--white.new-header {
        height: 120px; } }
  .custom-meo .new-header--white .new-header__title-mobile a {
    color: black; }
  .custom-meo #countdown {
    color: #3099ab; }
  .custom-meo .steps--pass {
    background-color: #3099ab; }
  .custom-meo .activation-title {
    margin-bottom: 40px; }
  .custom-meo .custom-page-content-meo .col-12 {
    padding: 0; }
  .custom-meo #check-email-code-container #check-email-code {
    float: right; }
  .custom-meo .meo_form .form-group label {
    position: relative;
    bottom: -39px; }
  .custom-meo .meo_form .form-group {
    height: 70px;
    margin-top: 0 !important;
    margin-bottom: 0px !important;
    padding: 0; }
  .custom-meo .meo_form .form-group label.support-check-label {
    position: initial; }
  .custom-meo .new-header--white .new-header__main-lang.selected {
    border: 2px solid #000;
    color: #000; }
  .custom-meo .new-header--white .new-header__main-lang {
    border: 2px solid #0000004a;
    color: #0000004a; }
  .custom-meo #email-verification-code {
    padding: 0; }
  .custom-meo .new-header--fixed .new-header__main-lang {
    padding: 5px 0 5px 0;
    border: 0; }
    .custom-meo .new-header--fixed .new-header__main-lang svg {
      display: none; }
  .custom-meo .cookies .btn {
    border-radius: 4px; }
  .custom-meo .u-px-contain {
    padding: 0 26px 0 26px !important; }
  .custom-meo .new-header {
    background-color: #12365e;
    min-height: 800px;
    max-height: 1200px;
    background-size: 100%;
    background-position: bottom; }
    .custom-meo .new-header.new-header--white {
      background-color: white;
      min-height: auto; }
      .custom-meo .new-header.new-header--white .lang-selected {
        padding: 7px 10px 7px 24px;
        border: 2px solid black; }
        .custom-meo .new-header.new-header--white .lang-selected .lang-text {
          color: black; }
      .custom-meo .new-header.new-header--white .lang-selector.esim {
        border: 2px solid black;
        border-top: 0;
        margin-top: -2px; }
      .custom-meo .new-header.new-header--white .new-header__main-lang:hover {
        border: 2px solid whitesmoke !important;
        text-decoration: none; }
  .custom-meo .slick-prev {
    left: 0; }
  .custom-meo .slick-next {
    right: 0; }
  .custom-meo .slick-dots {
    width: 100% !important;
    bottom: 5px; }
    .custom-meo .slick-dots li {
      margin: 0 6px;
      border: 1px solid #12365e;
      background-color: transparent;
      width: 12px;
      height: 12px;
      border-radius: 12px; }
      .custom-meo .slick-dots li button {
        background: transparent;
        border-radius: 0;
        width: 0;
        height: 0; }
        .custom-meo .slick-dots li button:before {
          content: " "; }
      .custom-meo .slick-dots li.slick-active {
        background-color: #12365e;
        width: 12px; }
  .custom-meo .new-header__intro .container-fluid, .custom-meo .new-header__intro .container-sm, .custom-meo .new-header__intro .container-md, .custom-meo .new-header__intro .container-lg, .custom-meo .new-header__intro .container-xl,
  .custom-meo .new-header__intro .container-fluid .row,
  .custom-meo .new-header__intro .container-sm .row,
  .custom-meo .new-header__intro .container-md .row,
  .custom-meo .new-header__intro .container-lg .row,
  .custom-meo .new-header__intro .container-xl .row,
  .custom-meo .new-header__intro .container-fluid .row .col > div,
  .custom-meo .new-header__intro .container-sm .row .col > div,
  .custom-meo .new-header__intro .container-md .row .col > div,
  .custom-meo .new-header__intro .container-lg .row .col > div,
  .custom-meo .new-header__intro .container-xl .row .col > div,
  .custom-meo .new-header__intro .slick-list,
  .custom-meo .new-header__intro .slick-track {
    height: 100%; }
  .custom-meo .steps__tabs--selected .new-steps__element-info:before {
    border-right: 1px solid #fff; }
  .custom-meo .steps__tabs-element {
    height: 90px;
    padding: 0 10px 0 60px;
    text-align: left;
    font-size: 15px;
    font-size: 17px;
    line-height: 17px;
    position: relative;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .custom-meo .steps__tabs-element:hover {
    font-weight: 500 !important; }
  .custom-meo .more-text .contact svg {
    margin-right: 10px; }
  .custom-meo .text-container {
    padding: 0; }
  .custom-meo .btn:hover {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px); }
  .custom-meo .new-header__intro.slider > .container-fluid, .custom-meo .new-header__intro.slider > .container-sm, .custom-meo .new-header__intro.slider > .container-md, .custom-meo .new-header__intro.slider > .container-lg, .custom-meo .new-header__intro.slider > .container-xl {
    width: 100%; }
  .custom-meo .new-header__intro.slider > .container-fluid > .row, .custom-meo .new-header__intro.slider > .container-sm > .row, .custom-meo .new-header__intro.slider > .container-md > .row, .custom-meo .new-header__intro.slider > .container-lg > .row, .custom-meo .new-header__intro.slider > .container-xl > .row {
    margin: 0; }
  .custom-meo .new-header__intro.slider > .container-fluid > .row > .col, .custom-meo .new-header__intro.slider > .container-sm > .row > .col, .custom-meo .new-header__intro.slider > .container-md > .row > .col, .custom-meo .new-header__intro.slider > .container-lg > .row > .col, .custom-meo .new-header__intro.slider > .container-xl > .row > .col {
    padding: 0; }
  .custom-meo .new-header__intro.slider .slick-slider-base {
    height: 100%; }
  .custom-meo .new-slider__element,
  .custom-meo .new-slider__element > .row,
  .custom-meo .new-slider__element > .row > .col {
    height: 100%; }
  .custom-meo .new-slider__element {
    z-index: 1;
    position: relative; }
    .custom-meo .new-slider__element-content {
      color: white;
      font-size: 30px;
      font-weight: bold !important;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      line-height: 55px;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-top: 10vh;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 767px) {
        .custom-meo .new-slider__element-content {
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
    .custom-meo .new-slider__element-left {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: calc(100% - 560px);
      max-height: 430px;
      padding: 0 15px 15px 15px; }
    .custom-meo .new-slider__element-info span {
      font-size: 36px;
      line-height: 48px; }
      @media (min-width: 768px) {
        .custom-meo .new-slider__element-info span {
          font-size: 68px;
          line-height: 68px; } }
    .custom-meo .new-slider__element-info i {
      color: #ffd100;
      font-style: normal;
      font-size: 46px;
      line-height: 58px; }
      @media (min-width: 768px) {
        .custom-meo .new-slider__element-info i {
          font-size: 68px;
          line-height: 78px; } }
    .custom-meo .new-slider__element-info u {
      text-decoration: none; }
      @media (max-width: 768px) {
        .custom-meo .new-slider__element-info u {
          font-size: 15px;
          line-height: 20px; } }
    .custom-meo .new-slider__element-info .meo span {
      position: relative;
      bottom: -3px; }
      .custom-meo .new-slider__element-info .meo span + sup {
        position: relative;
        top: -14px; }
    .custom-meo .new-slider__element-info .meo p {
      margin: 10px 0; }
    .custom-meo .new-slider__element-right {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      max-width: 560px;
      max-height: 430px; }
      .custom-meo .new-slider__element-right img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        margin-bottom: 40px; }
      .custom-meo .new-slider__element-right .new-slider__bg {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%; }
  .custom-meo .new-slider__bg.desktop {
    display: block; }
    @media (max-width: 767px) {
      .custom-meo .new-slider__bg.desktop {
        display: none; } }
  .custom-meo .new-slider__bg.mobile {
    width: 100vw;
    display: none; }
    @media (max-width: 767px) {
      .custom-meo .new-slider__bg.mobile {
        display: block; } }
  .custom-meo .new-slider--meo .new-slider__element-left,
  .custom-meo .new-slider--meo .new-slider__element-right {
    margin-top: -250px; }
    @media (max-width: 768px) {
      .custom-meo .new-slider--meo .new-slider__element-left,
      .custom-meo .new-slider--meo .new-slider__element-right {
        margin-top: 0;
        height: auto; } }
  .custom-meo .new-slider--meo .new-slider__element-right img {
    margin-bottom: 0;
    margin-top: 60px; }
  .custom-meo .new-steps__element-left {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 0 !important;
    width: 65%; }
  .custom-meo .new-steps__element-right {
    width: 35%;
    border: 0;
    display: block;
    -webkit-line-clamp: 3;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    /* autoprefixer: off */ }
  .custom-meo .new-steps__element-info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 0 !important;
    position: relative;
    padding-left: 5px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .custom-meo .new-steps__element-info:before {
      content: " ";
      border-right: 1px solid #000000;
      position: absolute;
      height: 100%;
      right: 20%;
      z-index: 1; }
    .custom-meo .new-steps__element-info:last-child:before {
      border: 0; }
  .custom-meo .slick-next:before,
  .custom-meo .slick-prev:before {
    content: ' ';
    background-image: url(/images/newweb/arrow.svg);
    width: 50px;
    position: absolute;
    height: 50px;
    left: -60px;
    background-size: 22px;
    background-repeat: no-repeat;
    opacity: 0.3;
    background-position: center;
    z-index: 1;
    margin-top: -25px; }
  .custom-meo .slick-next:hover:before,
  .custom-meo .slick-prev:hover:before {
    opacity: 1; }
  .custom-meo .slick-prev:before {
    left: 30px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .custom-meo .new-header__main-menu-element a {
    font-size: 18px; }
  .custom-meo .new-steps__arrow {
    position: absolute;
    bottom: -16px;
    width: calc(100% + 4px);
    margin: 0 -2px;
    border-radius: 0 0 6px 6px;
    border: 0;
    display: none;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 22px;
    left: 0; }
    .custom-meo .new-steps__arrow svg {
      position: relative;
      top: 2px; }
  .custom-meo .steps__tabs--selected .new-steps__arrow {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .custom-meo .new-slider__element-detail {
    display: none; }
  .custom-meo .steps__tabs--selected .new-steps__arrow {
    display: none; }
  .custom-meo .steps__position-value--active + .steps__position-space--right {
    background-color: #0099ab !important; }
  .custom-meo .custom-page-content-dtac + .text-center .btn {
    border: 2px solid black !important;
    border-radius: 4px;
    color: black;
    font-weight: normal;
    padding: 10px 20px 7px 20px;
    margin-top: 35px; }
  .custom-meo .custom-page-content-dtac + .text-center .btn:hover {
    background-color: black !important;
    color: white; }
  .custom-meo .info-links-tourtech {
    color: #b40b67 !important; }
  .custom-meo .lang-selected {
    background-color: #ffffff52;
    padding: 12px 15px 12px 24px;
    border-radius: 8px; }
    .custom-meo .lang-selected .lang-text {
      min-width: 100%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-left: 0 !important;
      color: white; }
      .custom-meo .lang-selected .lang-text .selector-icon {
        margin-top: 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
    .custom-meo .lang-selected.opaque {
      background-color: white;
      border-radius: 8px 8px 0 0; }
      .custom-meo .lang-selected.opaque .lang-text {
        color: black; }
        .custom-meo .lang-selected.opaque .lang-text svg {
          -webkit-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
                  transform: rotate(180deg); }
  .custom-meo .new-header--fixed .lang-selected {
    padding: 7px 10px 7px 24px;
    border: 2px solid black; }
    .custom-meo .new-header--fixed .lang-selected .lang-text {
      color: black; }
  .custom-meo .new-header--fixed .lang-selector.esim {
    border: 2px solid black;
    border-top: 0;
    margin-top: -2px; }
  .custom-meo .new-header--fixed .new-header__main-lang:hover {
    border: 2px solid whitesmoke !important;
    text-decoration: none; }
  .custom-meo .lang-selector.esim {
    bottom: auto;
    width: 100%;
    background-color: #fff;
    border-radius: 0 0 8px 8px;
    margin-top: 0px;
    padding: 24px; }
    .custom-meo .lang-selector.esim::before {
      content: " ";
      border-top: 2px solid #EBEBEB;
      width: calc(100% - 50px);
      position: absolute;
      left: 24px;
      margin-top: -14px; }
  @media (max-height: 800px) and (max-width: 767px) {
    .custom-meo .new-header__main-lang {
      height: 35px; }
    .custom-meo .lang-selector-mob {
      padding: 0; }
    .custom-meo .lang-selector.esim {
      max-height: 182px !important; }
    .custom-meo .u-px-contain {
      padding: 0 26px 0 26px !important; } }
  @media (max-width: 1199px) {
    .custom-meo .new-steps__element-right {
      -webkit-line-clamp: 3; }
    .custom-meo .new-steps__element-info:before {
      right: 0; }
    .custom-meo .steps__tabs-checkbox {
      left: 15px; }
    .custom-meo .steps__tabs-element {
      padding: 0 10px 0 45px; }
    .custom-meo .steps__tabs-left {
      padding-right: 40px; }
    .custom-meo .new-slider__element-right {
      max-width: 400px; }
    .custom-meo .new-slider__element-left {
      width: calc(100% - 400px); }
    .custom-meo .new-slider__element-content {
      font-size: 46px;
      line-height: 60px; }
    .custom-meo .new-slider .big {
      font-size: 58px;
      line-height: 68px; }
    .custom-meo .new-header {
      max-height: 820px;
      min-height: 760px; }
    .custom-meo .u-px-contain {
      padding: 0 26px 0 26px !important; } }
  @media (max-width: 991px) {
    .custom-meo .u-px-contain {
      padding: 0 26px 0 26px !important; }
    .custom-meo .new-steps__element-right {
      -webkit-line-clamp: 3; }
    .custom-meo .new-header__main-right {
      width: 230px; }
    .custom-meo .new-header--fixed .new-header__main-center {
      width: calc(100% - 230px); }
    .custom-meo .new-header__main-center {
      width: calc(100% - 230px); }
    .custom-meo .steps__tabs-element {
      padding: 0 10px 0 10px; }
    .custom-meo .steps__tabs-left a {
      width: 100%; }
    .custom-meo .new-steps__element-info:before {
      right: 2px; }
    .custom-meo .steps__tabs-checkbox {
      display: none; }
    .custom-meo .steps__tabs-left {
      padding-right: 0; }
    .custom-meo .new-slider__element-right {
      max-width: 300px; }
    .custom-meo .new-slider__element-left {
      width: calc(100% - 300px); }
    .custom-meo .new-slider__element-content {
      font-size: 36px;
      line-height: 54px; }
    .custom-meo .new-slider .big {
      font-size: 48px;
      line-height: 58px; }
    .custom-meo .new-slider__element-detail {
      display: none; }
    .custom-meo .new-header {
      min-height: 730px;
      max-height: 600px; }
    .custom-meo .new-slider__element-content {
      padding-top: 4vh; }
    .custom-meo .steps__tabs--selected .new-steps__arrow {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  @media (max-width: 767px) {
    .custom-meo .lang-selected .lang-text {
      color: black; }
    .custom-meo .lang-selected {
      background-color: #F5F5F5; }
    .custom-meo .new-header__lang-container {
      width: calc(100vw - 140px); }
    .custom-meo .lang-selector.esim {
      border-bottom: 2px solid #ebebeb;
      padding: 24px 0;
      max-height: 247px;
      min-height: 150px;
      overflow: scroll;
      border-radius: 0;
      margin: 0 15px;
      width: calc(100% - 30px); }
      .custom-meo .lang-selector.esim::before {
        width: 100%;
        left: 0; }
    .custom-meo .lang-selector-mob {
      position: relative;
      bottom: 0;
      border: 0;
      width: 100%; }
    .custom-meo .new-header__main-lang:hover {
      background-color: white; }
    .custom-meo .new-steps__element-right {
      -webkit-line-clamp: 1; }
    .custom-meo .new-header__intro .container-fluid, .custom-meo .new-header__intro .container-sm, .custom-meo .new-header__intro .container-md, .custom-meo .new-header__intro .container-lg, .custom-meo .new-header__intro .container-xl,
    .custom-meo .new-header__intro .container-fluid .row,
    .custom-meo .new-header__intro .container-sm .row,
    .custom-meo .new-header__intro .container-md .row,
    .custom-meo .new-header__intro .container-lg .row,
    .custom-meo .new-header__intro .container-xl .row,
    .custom-meo .new-header__intro .container-fluid .row .col > div,
    .custom-meo .new-header__intro .container-sm .row .col > div,
    .custom-meo .new-header__intro .container-md .row .col > div,
    .custom-meo .new-header__intro .container-lg .row .col > div,
    .custom-meo .new-header__intro .container-xl .row .col > div,
    .custom-meo .new-header__intro .slick-list,
    .custom-meo .new-header__intro .slick-track {
      height: calc(100vh - 70px);
      min-height: 550px; }
    .custom-meo .steps__tabs-element {
      padding: 6px 3px 0 3px;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      font-size: 13px;
      line-height: 19px;
      text-align: center;
      height: 80px; }
    .custom-meo .new-steps__element-left {
      width: 100%; }
    .custom-meo .new-steps__element-right {
      width: 100%;
      margin-top: 7px; }
    .custom-meo .steps__tabs-left a {
      width: 100%; }
    .custom-meo .new-steps__element-info {
      padding-left: 0; }
      .custom-meo .new-steps__element-info:before {
        right: -2px; }
    .custom-meo .new-header__main-right {
      display: none; }
    .custom-meo .new-header__main {
      height: 60px; }
    .custom-meo .new-header__intro {
      height: auto;
      top: 0;
      padding-top: 70px; }
    .custom-meo .new-header {
      min-height: 100%;
      max-height: 100%; }
    .custom-meo .new-slider__element {
      padding: 40px 20px !important; }
    .custom-meo .new-slider__element-content {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .custom-meo .slick-slider {
      height: auto; }
    .custom-meo .nav-esim__menu-icon {
      top: 20px;
      left: 16px; }
      .custom-meo .nav-esim__menu-icon svg {
        width: 21px;
        height: 24px; }
    .custom-meo .new-slider__element-content {
      font-size: 20px;
      line-height: 30px;
      font-weight: 500;
      padding-top: 0; }
    .custom-meo .new-slider__element-info .meo span + sup {
      position: relative;
      top: 4px; }
    .custom-meo .new-slider__element-right img {
      max-width: 250px; }
    .custom-meo .new-slider__element-right {
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 80px;
      max-width: 100%;
      height: 50vw; }
    .custom-meo .new-header__main-cont {
      padding-left: 30px;
      height: 60px; }
    .custom-meo .new-header__title-mobile {
      font-size: 21px;
      font-weight: 500;
      position: fixed;
      left: 55px;
      height: 100%;
      position: relative;
      margin-bottom: 0 !important;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      left: 0;
      padding-top: 7px;
      padding-left: 5px; }
    .custom-meo .slick-prev,
    .custom-meo .slick-next {
      display: none !important; }
    .custom-meo .new-header__intro.slider > .container-fluid, .custom-meo .new-header__intro.slider > .container-sm, .custom-meo .new-header__intro.slider > .container-md, .custom-meo .new-header__intro.slider > .container-lg, .custom-meo .new-header__intro.slider > .container-xl {
      width: 100%; }
    .custom-meo .new-slider__element-detail {
      display: none; }
    .custom-meo .new-slider__element-left {
      width: 100%; }
    .custom-meo .new-slider .big {
      font-size: 43px;
      line-height: 59px; }
    .custom-meo .nav-esim__header-title {
      font-weight: normal; }
    .custom-meo .nav-esim__close {
      right: 25px; }
    .custom-meo .nav-esim__menu-element {
      font-weight: normal;
      font-size: 20px; }
    .custom-meo .nav-esim__menu-element--light {
      font-weight: 500;
      font-size: 15px; }
    .custom-meo .new-header--fixed .new-header__title-sticky {
      display: block;
      position: fixed;
      left: 55px; }
    .custom-meo .steps__header-title-txt1 {
      font-size: 24px; }
    .custom-meo .steps__header-info-price {
      font-size: 30px;
      line-height: 30px;
      margin-left: 5px; }
    .custom-meo .steps__header-title {
      margin-bottom: 20px !important;
      margin-top: 10px; }
    .custom-meo .steps__tabs {
      margin-bottom: 30px !important; }
    .custom-meo .steps__header-info-ribbon {
      padding: 13px 25px 10px 25px;
      font-size: 14px;
      line-height: 17px;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      max-width: 100%; }
    .custom-meo .u-text-bold {
      font-weight: 500; }
    .custom-meo .lang-selected {
      padding: 12px 10px 12px 14px; }
    .custom-meo .u-px-contain {
      padding: 0 16px 0 16px !important; } }

.contact-text-meo {
  width: 100%;
  margin-top: 15px !important;
  padding-left: 100px !important;
  padding-top: 0px !important; }

.pre-pay-meo {
  display: block; }

.body--dtac {
  font-family: 'dtac';
  /********************************/
  /************** MQ **************/
  /********************************/ }
  .body--dtac .u-px-contain {
    padding: 0 26px 0 26px !important; }
  .body--dtac .new-header__title-mobile {
    width: 150px;
    font-weight: 500;
    font-family: 'dtac bold'; }
  .body--dtac .lang-selector.esim {
    bottom: auto;
    width: 100%;
    background-color: #fff;
    border-radius: 0 0 8px 8px;
    margin-top: 0px;
    padding: 24px; }
    .body--dtac .lang-selector.esim::before {
      content: " ";
      border-top: 2px solid #EBEBEB;
      width: calc(100% - 50px);
      position: absolute;
      left: 24px;
      margin-top: -14px; }
  .body--dtac .new-header__main-lang {
    color: #000000 !important;
    font-weight: bold;
    border: 0;
    margin: 0;
    padding: 0;
    height: 45px;
    font-size: 16px;
    border: 0 !important; }
    .body--dtac .new-header__main-lang:hover {
      background-color: #F5F5F5;
      margin: 0 -15px;
      padding: 0 13px;
      color: #000 !important;
      border-radius: 8px; }
    .body--dtac .new-header__main-lang svg {
      border-radius: 40px; }
  .body--dtac .lang-selected {
    background-color: #ffffff52;
    padding: 12px 15px 12px 24px;
    border-radius: 8px; }
    .body--dtac .lang-selected .lang-text {
      min-width: 100%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      font-size: 13px;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-left: 0 !important;
      color: white; }
      .body--dtac .lang-selected .lang-text .selector-icon {
        margin-top: 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
    .body--dtac .lang-selected.opaque {
      background-color: white;
      border-radius: 8px 8px 0 0; }
      .body--dtac .lang-selected.opaque .lang-text {
        color: black; }
        .body--dtac .lang-selected.opaque .lang-text svg {
          -webkit-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
                  transform: rotate(180deg); }
  .body--dtac .new-header {
    background-color: #00adee;
    min-height: 800px;
    max-height: 1200px;
    background-size: 100%;
    background-position: bottom; }
    .body--dtac .new-header.new-header--white {
      background-color: white;
      min-height: auto; }
      .body--dtac .new-header.new-header--white .lang-selected {
        padding: 7px 10px 7px 24px;
        border: 2px solid black; }
        .body--dtac .new-header.new-header--white .lang-selected .lang-text {
          color: black; }
      .body--dtac .new-header.new-header--white .lang-selector.esim {
        border: 2px solid black;
        border-top: 0;
        margin-top: -2px; }
      .body--dtac .new-header.new-header--white .new-header__main-lang:hover {
        border: 2px solid whitesmoke !important;
        text-decoration: none; }
  .body--dtac .slick-prev {
    left: 0; }
  .body--dtac .slick-next {
    right: 0; }
  .body--dtac .slick-dots {
    width: 100% !important;
    bottom: 5px; }
    .body--dtac .slick-dots li {
      margin: 0 6px;
      background-color: #ffffff85;
      width: 12px;
      height: 12px;
      border-radius: 12px;
      border: 0; }
      .body--dtac .slick-dots li button {
        background: transparent;
        border-radius: 0;
        width: 0;
        height: 0; }
        .body--dtac .slick-dots li button:before {
          content: " "; }
      .body--dtac .slick-dots li.slick-active {
        background-color: white;
        width: 25px; }
  .body--dtac .new-header__intro .container-fluid, .body--dtac .new-header__intro .container-sm, .body--dtac .new-header__intro .container-md, .body--dtac .new-header__intro .container-lg, .body--dtac .new-header__intro .container-xl,
  .body--dtac .new-header__intro .container-fluid .row,
  .body--dtac .new-header__intro .container-sm .row,
  .body--dtac .new-header__intro .container-md .row,
  .body--dtac .new-header__intro .container-lg .row,
  .body--dtac .new-header__intro .container-xl .row,
  .body--dtac .new-header__intro .container-fluid .row .col > div,
  .body--dtac .new-header__intro .container-sm .row .col > div,
  .body--dtac .new-header__intro .container-md .row .col > div,
  .body--dtac .new-header__intro .container-lg .row .col > div,
  .body--dtac .new-header__intro .container-xl .row .col > div,
  .body--dtac .new-header__intro .slick-list,
  .body--dtac .new-header__intro .slick-track {
    height: 100%; }
  .body--dtac .steps__position-value--active {
    background-color: #fff;
    border: 2px solid #1eabf7; }
  .body--dtac .steps__tabs--selected div {
    background: #1eabf7;
    border: 2px solid #1eabf7;
    font-weight: 500; }
  .body--dtac .steps__tabs--selected .steps__tabs-checkbox-dot {
    background-color: #fff !important; }
  .body--dtac .steps__tabs--selected .steps__tabs-checkbox {
    background: #43abf7 !important;
    border: 2px solid #ffffff !important; }
  .body--dtac .steps__tabs--selected .new-steps__element-info {
    border-right: 1px solid #fff !important; }
  .body--dtac .steps__tabs--selected .new-steps__element-info:before {
    border-right: none; }
  .body--dtac .steps__tabs--selected .new-steps__element-info:nth-child(3) {
    border-right: none !important; }
    @media (min-width: 768px) {
      .body--dtac .steps__tabs--selected .new-steps__element-info:nth-child(3) {
        border-right: 1px solid #fff !important; } }
  .body--dtac .steps__tabs-element {
    height: 90px;
    padding: 0 10px 0 60px;
    text-align: left;
    border: 2px solid #000;
    font-size: 15px;
    position: relative;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .body--dtac .steps__tabs-element:hover {
    font-weight: normal !important; }
  .body--dtac .steps__text-element--active {
    color: #43abf7;
    font-weight: 500; }
  .body--dtac .bg--black {
    background-color: #e6eef4;
    margin-bottom: -25px;
    position: relative;
    z-index: 1; }
  .body--dtac .footer-new,
  .body--dtac .footer-new a {
    color: #1a1a1a; }
  .body--dtac .footer-new__right-text {
    display: none; }
  .body--dtac .text-container__info {
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .body--dtac .more-text .contact svg {
    margin-right: 10px; }
  .body--dtac .text-container {
    padding: 0; }
  .body--dtac .steps__tabs--selected div:hover {
    border: 2px solid #43abf7; }
  .body--dtac .btn--orange {
    background: #00adee !important; }
  .body--dtac .btn:hover {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px); }
  .body--dtac .new-header--fixed .lang-selected {
    padding: 7px 10px 7px 24px;
    border: 2px solid black; }
    .body--dtac .new-header--fixed .lang-selected .lang-text {
      color: black; }
  .body--dtac .new-header--fixed .lang-selector.esim {
    border: 2px solid black;
    border-top: 0;
    margin-top: -2px; }
  .body--dtac .new-header--fixed .new-header__main-lang:hover {
    border: 2px solid whitesmoke !important;
    text-decoration: none; }
  .body--dtac .new-header__intro.slider > .container-fluid, .body--dtac .new-header__intro.slider > .container-sm, .body--dtac .new-header__intro.slider > .container-md, .body--dtac .new-header__intro.slider > .container-lg, .body--dtac .new-header__intro.slider > .container-xl {
    width: 100%; }
  .body--dtac .new-header__intro.slider > .container-fluid > .row, .body--dtac .new-header__intro.slider > .container-sm > .row, .body--dtac .new-header__intro.slider > .container-md > .row, .body--dtac .new-header__intro.slider > .container-lg > .row, .body--dtac .new-header__intro.slider > .container-xl > .row {
    margin: 0; }
  .body--dtac .new-header__intro.slider > .container-fluid > .row > .col, .body--dtac .new-header__intro.slider > .container-sm > .row > .col, .body--dtac .new-header__intro.slider > .container-md > .row > .col, .body--dtac .new-header__intro.slider > .container-lg > .row > .col, .body--dtac .new-header__intro.slider > .container-xl > .row > .col {
    padding: 0; }
  .body--dtac .new-header__intro.slider .slick-slider-base {
    height: 100%; }
  .body--dtac .new-slider__element,
  .body--dtac .new-slider__element > .row,
  .body--dtac .new-slider__element > .row > .col {
    height: 100%; }
  .body--dtac .new-slider__element {
    z-index: 1;
    position: relative; }
    .body--dtac .new-slider__element-content {
      color: white;
      font-size: 56px;
      font-weight: bold;
      text-shadow: #008bb6 4px 0px 0px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      line-height: 85px;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-top: 10vh;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .body--dtac .new-slider__element-left {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: calc(100% - 560px);
      max-height: 100%; }
    .body--dtac .new-slider__element-info span {
      font-size: 46px;
      line-height: 58px;
      font-family: 'dtac bold'; }
      @media (min-width: 768px) {
        .body--dtac .new-slider__element-info span {
          font-size: 68px;
          line-height: 78px; } }
    .body--dtac .new-slider__element-info i {
      color: #ffd100;
      font-style: normal;
      font-family: 'dtac bold';
      font-size: 46px;
      line-height: 58px; }
      @media (min-width: 768px) {
        .body--dtac .new-slider__element-info i {
          font-size: 68px;
          line-height: 78px; } }
    .body--dtac .new-slider__element-info u {
      text-decoration: none; }
      @media (max-width: 768px) {
        .body--dtac .new-slider__element-info u {
          font-size: 24px;
          line-height: 20px; } }
    .body--dtac .new-slider__element-right {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      max-width: 560px; }
      .body--dtac .new-slider__element-right img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        margin-bottom: 40px; }
  .body--dtac .new-slider__bg {
    position: absolute;
    bottom: 0;
    width: 100vw; }
    .body--dtac .new-slider__bg.desktop {
      display: block; }
      @media (max-width: 767px) {
        .body--dtac .new-slider__bg.desktop {
          display: none; } }
    .body--dtac .new-slider__bg.mobile {
      width: 100vw;
      display: none; }
      @media (max-width: 767px) {
        .body--dtac .new-slider__bg.mobile {
          display: block; } }
  .body--dtac .new-slider__image-detail-1 {
    position: relative;
    right: 0;
    top: 0;
    display: inline; }
    @media (min-width: 550px) {
      .body--dtac .new-slider__image-detail-1 {
        position: absolute;
        margin-top: 0; } }
    @media (min-width: 768px) {
      .body--dtac .new-slider__image-detail-1 {
        margin-top: 50px; } }
  .body--dtac .new-slider__image-detail-2 {
    display: inline;
    position: relative;
    top: -13px;
    left: 10px; }
    @media (min-width: 550px) {
      .body--dtac .new-slider__image-detail-2 {
        top: 0;
        left: 0; } }
  .body--dtac .new-steps__element-left {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 0 !important;
    width: 65%; }
  .body--dtac .new-steps__element-right {
    width: 35%;
    border: 0;
    display: block;
    -webkit-line-clamp: 3;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    padding-left: 5px;
    /* autoprefixer: off */ }
  .body--dtac .new-steps__element-info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 0 !important;
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    border-right: 1px solid #000000 !important; }
    .body--dtac .new-steps__element-info:before {
      content: " ";
      position: absolute;
      height: 100%;
      right: 20%;
      z-index: 1;
      border-right: none; }
    .body--dtac .new-steps__element-info:last-child:before {
      border: 0; }
  .body--dtac .new-steps__element-info:nth-child(3) {
    border-right: none !important; }
    @media (min-width: 768px) {
      .body--dtac .new-steps__element-info:nth-child(3) {
        border-right: 1px solid #000000 !important; } }
  .body--dtac .new-header__lang-container {
    width: 190px;
    position: relative; }
  .body--dtac .slick-next:before,
  .body--dtac .slick-prev:before {
    content: ' ';
    background-image: url(/images/newweb/arrow.svg);
    width: 50px;
    position: absolute;
    height: 50px;
    left: -60px;
    background-size: 22px;
    background-repeat: no-repeat;
    opacity: 0.3;
    background-position: center;
    z-index: 1;
    margin-top: -25px; }
  .body--dtac .slick-next:hover:before,
  .body--dtac .slick-prev:hover:before {
    opacity: 1; }
  .body--dtac .slick-prev:before {
    left: 30px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .body--dtac .footer-new {
    padding-top: 40px !important;
    padding-bottom: 50px !important; }
  .body--dtac .footer-new__top-dtac {
    border-bottom: 2px solid #c6d8e6;
    padding: 50px 0 20px 0;
    margin-bottom: 20px;
    font-size: 24px;
    font-family: dtac bold; }
  .body--dtac .footer-new__right-logo-2 img {
    margin-top: -60px; }
  .body--dtac .new-header__main-menu-element a {
    font-size: 18px; }
  .body--dtac .new-header--fixed .new-header__main-lang svg {
    display: block; }
  .body--dtac .new-steps__arrow {
    position: absolute;
    bottom: -16px;
    width: calc(100% + 4px);
    margin: 0 -2px;
    border-radius: 0 0 6px 6px;
    border: 0;
    display: none;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 22px;
    left: 0; }
    .body--dtac .new-steps__arrow svg {
      position: relative;
      top: 2px; }
  .body--dtac .steps__tabs--selected .new-steps__arrow {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .body--dtac .new-slider__element-detail {
    display: none; }
  .body--dtac .steps__tabs--selected .new-steps__arrow {
    display: none; }
  .body--dtac .new-header__main-lang.selected {
    background-image: url(/images/newweb/check.svg);
    background-repeat: no-repeat;
    background-position: center right; }
    .body--dtac .new-header__main-lang.selected:hover {
      background-position: center right 13px; }
  .body--dtac .cookies .btn {
    padding: 13px 20px 10px 20px;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: normal; }
    .body--dtac .cookies .btn.cookies__btn-config--icon {
      padding: 10px; }
  .body--dtac .title--s {
    font-weight: normal; }
  .body--dtac .steps--pass {
    background-color: #43abf7 !important; }
  .body--dtac .steps__position-value--active + .steps__position-space--right {
    background-color: #43abf7 !important; }
  .body--dtac #countdown {
    color: #43abf7 !important; }
  .body--dtac .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #41adee;
    background-color: #41adee; }
  .body--dtac .custom-page-content-dtac + .text-center .btn {
    border: 2px solid black !important;
    border-radius: 4px;
    color: black;
    font-weight: normal;
    padding: 10px 20px 7px 20px;
    margin-top: 35px; }
  .body--dtac .custom-page-content-dtac + .text-center .btn:hover {
    background-color: black !important;
    color: white; }
  @media (max-height: 800px) and (max-width: 767px) {
    .body--dtac .new-header__main-lang {
      height: 35px; }
    .body--dtac .lang-selector-mob {
      padding: 0; }
    .body--dtac .lang-selector.esim {
      max-height: 182px !important; }
    .body--dtac .u-px-contain {
      padding: 0 26px 0 26px !important; } }
  @media (max-width: 1199px) {
    .body--dtac .new-steps__element-right {
      -webkit-line-clamp: 3; }
    .body--dtac .footer-new__left {
      width: 65%; }
    .body--dtac .footer-new__right {
      width: 35%; }
    .body--dtac .new-steps__element-info:before {
      right: 0; }
    .body--dtac .steps__tabs-checkbox {
      left: 15px; }
    .body--dtac .steps__tabs-element {
      padding: 0 10px 0 45px; }
    .body--dtac .steps__tabs-left {
      padding-right: 40px; }
    .body--dtac .new-slider__element-right {
      max-width: 400px; }
    .body--dtac .new-slider__element-left {
      width: calc(100% - 400px); }
    .body--dtac .new-slider__element-content {
      font-size: 46px;
      line-height: 60px; }
    .body--dtac .new-slider .big {
      font-size: 58px;
      line-height: 68px; }
    .body--dtac .new-header {
      max-height: 820px;
      min-height: 760px; }
    .body--dtac .u-px-contain {
      padding: 0 26px 0 26px !important; } }
  @media (max-width: 991px) {
    .body--dtac .u-px-contain {
      padding: 0 26px 0 26px !important; }
    .body--dtac .new-steps__element-right {
      -webkit-line-clamp: 3; }
    .body--dtac .new-header__main-right {
      width: 230px; }
    .body--dtac .new-header--fixed .new-header__main-center {
      width: calc(100% - 230px); }
    .body--dtac .new-header__main-center {
      width: calc(100% - 230px); }
    .body--dtac .footer-new__left {
      font-size: 15px; }
    .body--dtac .footer-new__right-copy span {
      font-size: 11px; }
    .body--dtac .steps__tabs-element {
      padding: 0 10px 0 10px; }
    .body--dtac .steps__tabs-left a {
      width: 100%; }
    .body--dtac .new-steps__element-info:before {
      right: 2px; }
    .body--dtac .steps__tabs-checkbox {
      display: none; }
    .body--dtac .steps__tabs-left {
      padding-right: 0; }
    .body--dtac .new-slider__element-right {
      max-width: 300px; }
    .body--dtac .new-slider__element-left {
      width: calc(100% - 300px); }
    .body--dtac .new-slider__element-content {
      font-size: 36px;
      line-height: 54px; }
    .body--dtac .new-slider .big {
      font-size: 48px;
      line-height: 58px; }
    .body--dtac .new-slider__element-detail {
      display: none; }
    .body--dtac .new-header {
      min-height: 730px;
      max-height: 600px; }
    .body--dtac .new-slider__element-content {
      padding-top: 4vh; }
    .body--dtac .steps__tabs--selected .new-steps__arrow {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  @media (max-width: 767px) {
    .body--dtac .new-steps__element-right {
      -webkit-line-clamp: 1; }
    .body--dtac .new-header__intro .container-fluid, .body--dtac .new-header__intro .container-sm, .body--dtac .new-header__intro .container-md, .body--dtac .new-header__intro .container-lg, .body--dtac .new-header__intro .container-xl,
    .body--dtac .new-header__intro .container-fluid .row,
    .body--dtac .new-header__intro .container-sm .row,
    .body--dtac .new-header__intro .container-md .row,
    .body--dtac .new-header__intro .container-lg .row,
    .body--dtac .new-header__intro .container-xl .row,
    .body--dtac .new-header__intro .container-fluid .row .col > div,
    .body--dtac .new-header__intro .container-sm .row .col > div,
    .body--dtac .new-header__intro .container-md .row .col > div,
    .body--dtac .new-header__intro .container-lg .row .col > div,
    .body--dtac .new-header__intro .container-xl .row .col > div,
    .body--dtac .new-header__intro .slick-list,
    .body--dtac .new-header__intro .slick-track {
      height: calc(100vh - 70px);
      min-height: 650px; }
    .body--dtac .steps__tabs-element {
      padding: 6px 3px 0 3px;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      font-size: 13px;
      text-align: center; }
    .body--dtac .new-steps__element-left {
      width: 100%; }
    .body--dtac .new-steps__element-right {
      width: 100%;
      margin-top: 7px; }
    .body--dtac .steps__tabs-left a {
      width: 100%; }
    .body--dtac .new-steps__element-info {
      padding-left: 0; }
      .body--dtac .new-steps__element-info:before {
        right: -2px; }
    .body--dtac .new-header__main-right {
      display: none; }
    .body--dtac .new-header__main {
      height: 60px; }
    .body--dtac .new-header__intro {
      height: auto;
      top: 0;
      padding-top: 70px; }
    .body--dtac .new-header {
      min-height: 100%;
      max-height: 100%; }
    .body--dtac .new-slider__element {
      padding: 40px 20px !important; }
    .body--dtac .new-slider__element-content {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .body--dtac .slick-slider {
      height: auto; }
    .body--dtac .nav-esim__menu-icon {
      top: 20px;
      left: 16px; }
      .body--dtac .nav-esim__menu-icon svg {
        width: 21px;
        height: 24px; }
    .body--dtac .new-slider__element-content {
      font-size: 34px;
      line-height: 44px;
      font-weight: 500;
      padding-top: 0; }
    .body--dtac .new-slider__element-right img {
      max-width: 250px; }
    .body--dtac .new-slider__element-right {
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin-top: 80px;
      max-width: 100%;
      height: 50vw; }
    .body--dtac .new-header__main-cont {
      padding-left: 30px;
      height: 60px; }
    .body--dtac .new-header__title-mobile {
      font-size: 21px;
      font-weight: 500;
      position: fixed;
      left: 55px;
      height: 100%;
      position: relative;
      margin-bottom: 0 !important;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      left: 0;
      padding-top: 7px;
      padding-left: 5px; }
    .body--dtac .slick-prev,
    .body--dtac .slick-next {
      display: none !important; }
    .body--dtac .new-header__intro.slider > .container-fluid, .body--dtac .new-header__intro.slider > .container-sm, .body--dtac .new-header__intro.slider > .container-md, .body--dtac .new-header__intro.slider > .container-lg, .body--dtac .new-header__intro.slider > .container-xl {
      width: 100%; }
    .body--dtac .new-slider__element-detail {
      display: none; }
    .body--dtac .new-slider__element-left {
      width: 100%; }
    .body--dtac .new-slider .big {
      font-size: 43px;
      line-height: 59px; }
    .body--dtac .lang-selector-mob {
      position: relative;
      bottom: 0;
      border: 0;
      width: 100%; }
    .body--dtac .nav-esim__header-title {
      font-weight: normal;
      font-family: 'dtac bold'; }
    .body--dtac .nav-esim__close {
      right: 25px; }
    .body--dtac .nav-esim__menu-element {
      font-weight: normal;
      font-size: 20px;
      font-family: 'dtac bold'; }
    .body--dtac .nav-esim__menu-element--light {
      font-weight: 500;
      font-family: 'dtac';
      font-size: 15px; }
    .body--dtac .new-header__main-lang:hover {
      background-color: white; }
    .body--dtac .footer-new {
      padding-bottom: 40px !important; }
    .body--dtac .footer-new__top-dtac {
      padding: 40px 0 10px 0;
      margin-bottom: 0px; }
    .body--dtac .footer-new__right-logo-2 img {
      top: -30px; }
    .body--dtac .new-header--fixed .new-header__title-sticky {
      display: block;
      position: fixed;
      left: 55px; }
    .body--dtac .steps__header-title-txt1 {
      font-size: 24px; }
    .body--dtac .steps__header-info-price {
      font-size: 30px;
      line-height: 30px;
      margin-left: 5px; }
    .body--dtac .steps__header-title {
      margin-bottom: 20px !important;
      margin-top: 10px; }
    .body--dtac .steps__tabs {
      margin-bottom: 30px !important; }
    .body--dtac .text-container__info {
      margin: 40px 0px !important; }
    .body--dtac .steps__header-info-ribbon {
      padding: 13px 25px 10px 25px;
      font-size: 14px;
      line-height: 17px;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      max-width: 100%; }
    .body--dtac .u-text-bold {
      font-weight: 500;
      font-family: 'dtac bold'; }
    .body--dtac .lang-selected .lang-text {
      color: black; }
    .body--dtac .lang-selected {
      background-color: #F5F5F5; }
    .body--dtac .new-header__lang-container {
      width: calc(100vw - 140px); }
    .body--dtac .lang-selector.esim {
      border-bottom: 2px solid #ebebeb;
      padding: 24px 0;
      max-height: 247px;
      min-height: 150px;
      overflow: scroll;
      border-radius: 0;
      margin: 0 15px;
      width: calc(100% - 30px); }
      .body--dtac .lang-selector.esim::before {
        width: 100%;
        left: 0; }
    .body--dtac .footer-new__left {
      width: 45%;
      font-size: 14px;
      padding-top: 40px !important; }
    .body--dtac .footer-new__right {
      width: 55% !important; }
    .body--dtac .footer-new__right-copy span {
      font-size: 11px; }
    .body--dtac .footer-new__left a:last-child {
      padding: 0; }
    .body--dtac .footer-new {
      padding-top: 0 !important; }
    .body--dtac .nav-esim__footer-right {
      width: 60px; }
    .body--dtac .nav-esim__footer-left {
      width: calc(100% - 60px); }
    .body--dtac .nav-esim__footer-right img {
      width: 50px; }
    .body--dtac .nav-esim__footer-right {
      font-size: 12px; }
    .body--dtac .lang-selected {
      padding: 12px 10px 12px 14px; }
    .body--dtac .u-px-contain {
      padding: 0 16px 0 16px !important; } }

@media (max-width: 991px) {
  .change-aling {
    text-align: center;
    display: block !important; }
  .slick-slider-base-3items {
    margin-left: 0px; }
  .no-buy-esim {
    padding-bottom: 350px; } }

@media (min-width: 992px) and (max-width: 1200px) {
  .slider--product .slick-slider-base-3items.row {
    width: auto; } }

/* .dtac-space-472 {
    width: 100%;
    padding-bottom: 20px;
    border-top: 1px solid #efefef;
    margin: 0px !important;
} */
/* .phpdebugbar-restore-btn{
    display: none !important;
}
 */
.custom-tmobile {
  background: white !important;
  font-size: 18px;
  line-height: 21px; }
  .custom-tmobile .new-header__lang-container .lang-selected .selector-icon svg {
    position: relative;
    top: -4px;
    left: 6px; }
  .custom-tmobile .new-header__lang-container .lang-selected.opaque .selector-icon svg {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .custom-tmobile .nav-esim__menu-icon {
    top: 9px;
    color: white;
    position: relative;
    left: auto;
    right: -4px;
    color: white;
    width: auto;
    width: 30px;
    float: right; }
  .custom-tmobile .new-nav {
    width: 100%;
    z-index: 23; }
    .custom-tmobile .new-nav .lang-selected ~ .lang-selector {
      bottom: 70px; }
      .custom-tmobile .new-nav .lang-selected ~ .lang-selector .new-header__main-lang {
        font-size: 17px;
        line-height: 31px; }
        .custom-tmobile .new-nav .lang-selected ~ .lang-selector .new-header__main-lang.selected {
          font-weight: bold; }
    .custom-tmobile .new-nav .lang-selected .lang-text {
      color: black !important; }
      .custom-tmobile .new-nav .lang-selected .lang-text svg path {
        fill: black; }
  .custom-tmobile .tm-btn {
    background-color: #e20074;
    color: white;
    height: 56px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 40px;
    border-radius: 12px;
    width: 100%;
    border: 0;
    font-size: inherit;
    cursor: pointer; }
    @media (min-width: 768px) {
      .custom-tmobile .tm-btn {
        height: 60px; } }
    .custom-tmobile .tm-btn.disabled {
      background-color: #e0e0e0; }
  @media (max-width: 768px) {
    .custom-tmobile .tm-product.step-1 #progressbar li {
      padding: 0 0 0 0; }
      .custom-tmobile .tm-product.step-1 #progressbar li:nth-child(1):before, .custom-tmobile .tm-product.step-1 #progressbar li:nth-child(2):before, .custom-tmobile .tm-product.step-1 #progressbar li:nth-child(3):before, .custom-tmobile .tm-product.step-1 #progressbar li:nth-child(4):before {
        display: none; }
      .custom-tmobile .tm-product.step-1 #progressbar li:nth-child(1) strong:before, .custom-tmobile .tm-product.step-1 #progressbar li:nth-child(2) strong:before, .custom-tmobile .tm-product.step-1 #progressbar li:nth-child(3) strong:before, .custom-tmobile .tm-product.step-1 #progressbar li:nth-child(4) strong:before {
        margin-left: 20px; }
      .custom-tmobile .tm-product.step-1 #progressbar li:nth-child(2), .custom-tmobile .tm-product.step-1 #progressbar li:nth-child(3), .custom-tmobile .tm-product.step-1 #progressbar li:nth-child(4) {
        width: 50px; }
      .custom-tmobile .tm-product.step-1 #progressbar li:nth-child(1) {
        width: calc(100% - 150px); }
      .custom-tmobile .tm-product.step-1 #progressbar li.active {
        border-radius: 60px; }
        .custom-tmobile .tm-product.step-1 #progressbar li.active strong {
          margin-left: 40px; }
          .custom-tmobile .tm-product.step-1 #progressbar li.active strong:before {
            margin-left: -24px !important; } }
  .custom-tmobile .tm-product.step-2 .tm-product__element {
    border: 0;
    padding: 10px 0 0 0; }
  .custom-tmobile .tm-product.step-2 #progressbar li:nth-child(1) {
    background-color: #e20074;
    color: white; }
    .custom-tmobile .tm-product.step-2 #progressbar li:nth-child(1):before {
      display: none; }
    .custom-tmobile .tm-product.step-2 #progressbar li:nth-child(1) strong:before {
      content: url(/images/newweb/check-white.svg);
      border: 0;
      background-color: transparent;
      margin-left: -30px;
      margin-top: 3px; }
  @media (max-width: 768px) {
    .custom-tmobile .tm-product.step-2 #progressbar li {
      padding: 0 0 0 0; }
      .custom-tmobile .tm-product.step-2 #progressbar li:nth-child(1):before, .custom-tmobile .tm-product.step-2 #progressbar li:nth-child(2):before, .custom-tmobile .tm-product.step-2 #progressbar li:nth-child(3):before, .custom-tmobile .tm-product.step-2 #progressbar li:nth-child(4):before {
        display: none; }
      .custom-tmobile .tm-product.step-2 #progressbar li:nth-child(1) strong:before, .custom-tmobile .tm-product.step-2 #progressbar li:nth-child(2) strong:before, .custom-tmobile .tm-product.step-2 #progressbar li:nth-child(3) strong:before, .custom-tmobile .tm-product.step-2 #progressbar li:nth-child(4) strong:before {
        margin-left: 20px; }
      .custom-tmobile .tm-product.step-2 #progressbar li:nth-child(1), .custom-tmobile .tm-product.step-2 #progressbar li:nth-child(3), .custom-tmobile .tm-product.step-2 #progressbar li:nth-child(4) {
        width: 50px; }
      .custom-tmobile .tm-product.step-2 #progressbar li:nth-child(2) {
        width: calc(100% - 150px); }
      .custom-tmobile .tm-product.step-2 #progressbar li.active {
        border-radius: 0 60px 60px 0; }
        .custom-tmobile .tm-product.step-2 #progressbar li.active strong {
          margin-left: 40px; }
          .custom-tmobile .tm-product.step-2 #progressbar li.active strong:before {
            margin-left: -24px !important; } }
  .custom-tmobile .tm-product.step-3 .tm-product__element {
    border: 0;
    padding: 10px 0 0 0; }
  .custom-tmobile .tm-product.step-3 #progressbar li:nth-child(1), .custom-tmobile .tm-product.step-3 #progressbar li:nth-child(2) {
    background-color: #e20074;
    color: white; }
    .custom-tmobile .tm-product.step-3 #progressbar li:nth-child(1):before, .custom-tmobile .tm-product.step-3 #progressbar li:nth-child(2):before {
      display: none; }
    .custom-tmobile .tm-product.step-3 #progressbar li:nth-child(1) strong:before, .custom-tmobile .tm-product.step-3 #progressbar li:nth-child(2) strong:before {
      content: url(/images/newweb/check-white.svg);
      border: 0;
      background-color: transparent;
      margin-left: -30px;
      margin-top: 3px; }
  @media (max-width: 768px) {
    .custom-tmobile .tm-product.step-3 #progressbar li {
      padding: 0 0 0 0; }
      .custom-tmobile .tm-product.step-3 #progressbar li:nth-child(1):before, .custom-tmobile .tm-product.step-3 #progressbar li:nth-child(2):before, .custom-tmobile .tm-product.step-3 #progressbar li:nth-child(3):before, .custom-tmobile .tm-product.step-3 #progressbar li:nth-child(4):before {
        display: none; }
      .custom-tmobile .tm-product.step-3 #progressbar li:nth-child(1) strong:before, .custom-tmobile .tm-product.step-3 #progressbar li:nth-child(2) strong:before, .custom-tmobile .tm-product.step-3 #progressbar li:nth-child(3) strong:before, .custom-tmobile .tm-product.step-3 #progressbar li:nth-child(4) strong:before {
        margin-left: 20px; }
      .custom-tmobile .tm-product.step-3 #progressbar li:nth-child(1), .custom-tmobile .tm-product.step-3 #progressbar li:nth-child(2), .custom-tmobile .tm-product.step-3 #progressbar li:nth-child(4) {
        width: 50px; }
      .custom-tmobile .tm-product.step-3 #progressbar li:nth-child(3) {
        width: calc(100% - 150px); }
      .custom-tmobile .tm-product.step-3 #progressbar li.active {
        border-radius: 0 60px 60px 0; }
        .custom-tmobile .tm-product.step-3 #progressbar li.active strong {
          margin-left: 40px; }
          .custom-tmobile .tm-product.step-3 #progressbar li.active strong:before {
            margin-left: -24px !important; } }
  .custom-tmobile .tm-product.step-4 .tm-product__element {
    border: 0;
    padding: 10px 0 0 0; }
  .custom-tmobile .tm-product.step-4 #progressbar li:nth-child(1), .custom-tmobile .tm-product.step-4 #progressbar li:nth-child(2), .custom-tmobile .tm-product.step-4 #progressbar li:nth-child(3) {
    background-color: #e20074;
    color: white; }
    .custom-tmobile .tm-product.step-4 #progressbar li:nth-child(1):before, .custom-tmobile .tm-product.step-4 #progressbar li:nth-child(2):before, .custom-tmobile .tm-product.step-4 #progressbar li:nth-child(3):before {
      display: none; }
  .custom-tmobile .tm-product.step-4 #progressbar li strong:before {
    content: url(/images/newweb/check-white.svg);
    border: 0;
    background-color: transparent;
    margin-left: -30px;
    margin-top: 3px; }
  @media (max-width: 768px) {
    .custom-tmobile .tm-product.step-4 #progressbar li {
      padding: 0 0 0 0; }
      .custom-tmobile .tm-product.step-4 #progressbar li:nth-child(1):before, .custom-tmobile .tm-product.step-4 #progressbar li:nth-child(2):before, .custom-tmobile .tm-product.step-4 #progressbar li:nth-child(3):before, .custom-tmobile .tm-product.step-4 #progressbar li:nth-child(4):before {
        display: none; }
      .custom-tmobile .tm-product.step-4 #progressbar li:nth-child(1) strong:before, .custom-tmobile .tm-product.step-4 #progressbar li:nth-child(2) strong:before, .custom-tmobile .tm-product.step-4 #progressbar li:nth-child(3) strong:before, .custom-tmobile .tm-product.step-4 #progressbar li:nth-child(4) strong:before {
        margin-left: 20px; }
      .custom-tmobile .tm-product.step-4 #progressbar li:nth-child(1), .custom-tmobile .tm-product.step-4 #progressbar li:nth-child(2), .custom-tmobile .tm-product.step-4 #progressbar li:nth-child(3) {
        width: 80px; }
      .custom-tmobile .tm-product.step-4 #progressbar li:nth-child(4) {
        width: calc(100% - 240px); }
      .custom-tmobile .tm-product.step-4 #progressbar li.active {
        border-radius: 0 60px 60px 0; }
        .custom-tmobile .tm-product.step-4 #progressbar li.active strong {
          margin-left: 40px; }
          .custom-tmobile .tm-product.step-4 #progressbar li.active strong:before {
            margin-left: -24px !important; } }
  .custom-tmobile .tm-product__header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .custom-tmobile .tm-product__header .tmobile-logo {
      margin: 0 50px 0 0; }
      @media (max-width: 768px) {
        .custom-tmobile .tm-product__header .tmobile-logo {
          height: 24px;
          margin: 0 25px 0 0; } }
    @media (max-width: 768px) {
      .custom-tmobile .tm-product__header .tmobile-esim {
        height: 36px; } }
  .custom-tmobile .tm-product__element {
    border: 0;
    padding: 21px 0 28px 0;
    border-radius: 12px;
    position: relative;
    margin: 0 0 30px 0; }
    @media (min-width: 768px) {
      .custom-tmobile .tm-product__element {
        padding: 36px;
        border: 2px solid #eeeeee;
        padding: 21px 24px 28px 24px; } }
    .custom-tmobile .tm-product__element.selected {
      background-color: #f5f5f5;
      border: 2px solid #f5f5f5; }
      @media (max-width: 768px) {
        .custom-tmobile .tm-product__element.selected {
          padding-left: 10px;
          padding-right: 10px; } }
    .custom-tmobile .tm-product__element-head {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: 0 0 5px 0; }
      @media (min-width: 768px) {
        .custom-tmobile .tm-product__element-head {
          margin: 0 0 12px 0; } }
      .custom-tmobile .tm-product__element-head-title {
        width: 100%;
        font-size: 24px;
        line-height: 40px; }
        @media (min-width: 768px) {
          .custom-tmobile .tm-product__element-head-title {
            font-size: 36px;
            width: calc(100% - 350px); } }
      .custom-tmobile .tm-product__element-head-actions {
        width: 280px;
        display: none;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        text-align: right; }
        @media (min-width: 768px) {
          .custom-tmobile .tm-product__element-head-actions {
            display: -webkit-inline-flex;
            display: -ms-inline-flexbox;
            display: inline-flex; } }
        .custom-tmobile .tm-product__element-head-actions .info {
          color: #e20074;
          font-size: 16px; }
          .custom-tmobile .tm-product__element-head-actions .info img {
            margin: 0 0 0 6px;
            top: 3px;
            position: relative; }
    .custom-tmobile .tm-product__element-description {
      color: #757575;
      margin: 15px 0 24px 0; }
      @media (max-width: 768px) {
        .custom-tmobile .tm-product__element-description {
          font-size: 14px;
          margin: 0 0 14px 0; } }
    .custom-tmobile .tm-product__element-info-container.open ~ .tm-product__element-info-extra-dropdown {
      display: block; }
    @media (max-width: 768px) {
      .custom-tmobile .tm-product__element-info-container {
        margin: 0 0 40px 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .custom-tmobile .tm-product__element-info-extra-title {
      font-size: 18px; }
      @media (min-width: 768px) {
        .custom-tmobile .tm-product__element-info-extra-title {
          font-size: 24px; } }
    .custom-tmobile .tm-product__element-info-extra-btn {
      font-size: 16px;
      padding: 0 0 0 20px;
      text-decoration: underline;
      cursor: pointer; }
    .custom-tmobile .tm-product__element-info-extra-dropdown {
      padding: 10px 0 20px 0;
      color: #757575;
      display: none;
      font-size: 14px;
      line-height: 16px; }
      @media (min-width: 768px) {
        .custom-tmobile .tm-product__element-info-extra-dropdown {
          padding: 40px 0 0 0;
          font-size: 18px;
          line-height: 21px; } }
      .custom-tmobile .tm-product__element-info-extra-dropdown ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        .custom-tmobile .tm-product__element-info-extra-dropdown ul li {
          margin: 0 0 3px 0; }
          @media (min-width: 768px) {
            .custom-tmobile .tm-product__element-info-extra-dropdown ul li {
              margin: 0 0 12px 0; } }
    .custom-tmobile .tm-product__element-btn {
      display: block;
      position: relative;
      width: 100%;
      right: 0;
      top: 0;
      height: 56px; }
      @media (min-width: 768px) {
        .custom-tmobile .tm-product__element-btn {
          position: absolute;
          right: 16px;
          top: 16px;
          width: 330px;
          height: 62px; } }
  .custom-tmobile .tm-product__registration {
    padding: 20px 0;
    border-bottom: 1px solid #d0d0d0;
    padding: 0 0 50px 0;
    margin: 0 0 30px 0; }
    .custom-tmobile .tm-product__registration-element {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin: 0 0 15px 0;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media (min-width: 768px) {
        .custom-tmobile .tm-product__registration-element {
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row; } }
      .custom-tmobile .tm-product__registration-element label {
        width: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: flex-end;
            -ms-flex-align: end;
                align-items: flex-end;
        color: #757575;
        font-size: 16px; }
        @media (min-width: 768px) {
          .custom-tmobile .tm-product__registration-element label {
            width: 200px;
            font-size: 18px; } }
      .custom-tmobile .tm-product__registration-element input {
        width: 100% !important;
        margin: 0 !important;
        background-color: transparent !important;
        border: 0 !important;
        border-bottom: 1px solid #e0e0e0 !important;
        padding: 0;
        height: 30px;
        font-size: 18px;
        margin: 5px 0 0 0 !important;
        height: 30px !important;
        border-radius: 0 !important;
        padding: 0 30px 0 0; }
        @media (min-width: 768px) {
          .custom-tmobile .tm-product__registration-element input {
            width: calc(100% - 200px) !important; } }
        .custom-tmobile .tm-product__registration-element input:focus {
          outline: none;
          border-bottom: 2px solid #e20074 !important; }
        .custom-tmobile .tm-product__registration-element input:-webkit-autofill, .custom-tmobile .tm-product__registration-element input:-webkit-autofill:hover, .custom-tmobile .tm-product__registration-element input:-webkit-autofill:focus {
          -webkit-box-shadow: 0 0 0px 1000px whitesmoke inset; }
  .custom-tmobile .tm-product__payment {
    padding: 20px 0; }
    .custom-tmobile .tm-product__payment-title {
      margin: 0 0 30px 0; }
    .custom-tmobile .tm-product__payment-footer {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .custom-tmobile .tm-product__payment-footer-left {
        width: 70%; }
      .custom-tmobile .tm-product__payment-footer-right {
        width: 30%; }
    .custom-tmobile .tm-product__payment-element {
      display: block; }
      .custom-tmobile .tm-product__payment-element img {
        display: none; }
        @media (min-width: 768px) {
          .custom-tmobile .tm-product__payment-element img {
            display: block; } }
      .custom-tmobile .tm-product__payment-element .mobile {
        display: block; }
        @media (min-width: 768px) {
          .custom-tmobile .tm-product__payment-element .mobile {
            display: none; } }
  .custom-tmobile .tm-product__process {
    display: none;
    padding: 0 0 0 0; }
    @media (min-width: 768px) {
      .custom-tmobile .tm-product__process {
        padding: 40px 0 0 0; } }
  .custom-tmobile .tm-product__form-legal {
    width: 100%;
    position: relative;
    min-height: 80px;
    font-size: 16px; }
    @media (min-width: 768px) {
      .custom-tmobile .tm-product__form-legal {
        width: calc(100% - 300px);
        min-height: 60px; } }
    .custom-tmobile .tm-product__form-legal a {
      color: #e20074;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content; }
    .custom-tmobile .tm-product__form-legal label {
      position: absolute;
      margin: 0 0 0 20px; }
    .custom-tmobile .tm-product__form-legal .form-check-input {
      margin-left: -1px; }
  .custom-tmobile .tm-product__step ~ .tm-btn {
    width: 100%;
    position: relative;
    right: 0;
    border: 0;
    font-size: inherit;
    left: auto;
    margin: 0 0 0 auto;
    cursor: pointer;
    text-align: center; }
    @media (min-width: 768px) {
      .custom-tmobile .tm-product__step ~ .tm-btn {
        width: 300px; } }
  .custom-tmobile .tm-product__step-text {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 768px) {
      .custom-tmobile .tm-product__step-text {
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; } }
    .custom-tmobile .tm-product__step-text-left {
      width: 100%;
      padding: 0 0 60px 0; }
      @media (min-width: 768px) {
        .custom-tmobile .tm-product__step-text-left {
          width: 55%;
          padding: 0 70px 0 0; } }
      .custom-tmobile .tm-product__step-text-left-title {
        font-weight: bold;
        margin: 0 0 24px 0; }
        .custom-tmobile .tm-product__step-text-left-title .imei {
          font-size: 16px;
          font-weight: normal;
          display: -webkit-inline-flex;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          float: right;
          position: relative;
          top: -4px; }
          .custom-tmobile .tm-product__step-text-left-title .imei a {
            color: #e30d74;
            text-decoration: underline; }
          .custom-tmobile .tm-product__step-text-left-title .imei img {
            position: relative;
            bottom: -4px;
            margin: 0 0 0 5px; }
          @media (min-width: 768px) {
            .custom-tmobile .tm-product__step-text-left-title .imei {
              display: none; } }
      .custom-tmobile .tm-product__step-text-left-content {
        color: #757575; }
    .custom-tmobile .tm-product__step-text-right {
      width: 100%; }
      @media (min-width: 768px) {
        .custom-tmobile .tm-product__step-text-right {
          width: 45%; } }
      .custom-tmobile .tm-product__step-text-right-image {
        background-color: #c7e3f2;
        border-radius: 12px;
        text-align: center;
        padding: 40px 20px 0 20px;
        position: relative; }
        .custom-tmobile .tm-product__step-text-right-image img {
          margin: 0 0 -4px 0;
          height: auto;
          width: auto;
          max-width: 100%;
          max-height: 100%; }
        .custom-tmobile .tm-product__step-text-right-image .detail-blue {
          position: absolute;
          left: -36px;
          top: 0; }
          @media (max-width: 768px) {
            .custom-tmobile .tm-product__step-text-right-image .detail-blue {
              left: 1px;
              top: -37px;
              -webkit-transform: scaleX(-1) rotate(90deg);
                  -ms-transform: scaleX(-1) rotate(90deg);
                      transform: scaleX(-1) rotate(90deg); } }
  .custom-tmobile .tm-product__step-payment {
    min-height: 130px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .custom-tmobile .tm-product__step-finish {
    text-align: center; }
    .custom-tmobile .tm-product__step-finish-title {
      font-size: 44px;
      line-height: 50px;
      text-align: center;
      margin: 0 0 30px 0;
      font-weight: bold; }
      @media (min-width: 768px) {
        .custom-tmobile .tm-product__step-finish-title {
          font-size: 56px;
          line-height: 58px; } }
    .custom-tmobile .tm-product__step-finish .skyline {
      width: auto;
      height: auto;
      max-height: 100%;
      max-width: 100%;
      margin: 30px auto 0 auto; }
    .custom-tmobile .tm-product__step-finish .mobile {
      display: block; }
      @media (min-width: 768px) {
        .custom-tmobile .tm-product__step-finish .mobile {
          display: none; } }
    .custom-tmobile .tm-product__step-finish .desktop {
      display: none; }
      @media (min-width: 768px) {
        .custom-tmobile .tm-product__step-finish .desktop {
          display: block; } }
  .custom-tmobile .tm-product fieldset {
    border: 0;
    margin: 0;
    padding: 0; }
  .custom-tmobile .tm-header {
    background-color: #e90f73;
    color: white;
    font-size: 18px;
    line-height: 24px;
    padding: 18px 12px 0 12px;
    background-image: url(/images/newweb/img-home-2.jpg);
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat; }
    @media (min-width: 1920px) {
      .custom-tmobile .tm-header {
        background-size: 1920px; } }
    @media (min-width: 768px) {
      .custom-tmobile .tm-header {
        padding: 30px 12px 0 12px; } }
    @media (max-width: 768px) {
      .custom-tmobile .tm-header {
        background-image: none; } }
    .custom-tmobile .tm-header__main {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin: 0 0 0 0; }
      @media (min-width: 768px) {
        .custom-tmobile .tm-header__main {
          margin: 0 0 60px 0; } }
      .custom-tmobile .tm-header__main-head {
        width: calc(100% - 52px);
        font-weight: bold;
        position: relative; }
        @media (min-width: 768px) {
          .custom-tmobile .tm-header__main-head {
            width: 170px; } }
        .custom-tmobile .tm-header__main-head a {
          position: absolute;
          width: 160px;
          height: 100%;
          top: 0; }
        .custom-tmobile .tm-header__main-head-title {
          font-size: 24px;
          line-height: 28px; }
        .custom-tmobile .tm-header__main-head-subtitle {
          font-size: 16px;
          line-height: 19px;
          opacity: 0.7; }
      .custom-tmobile .tm-header__main-menu {
        width: calc(100% - 350px);
        display: none; }
        @media (min-width: 768px) {
          .custom-tmobile .tm-header__main-menu {
            display: block; } }
        .custom-tmobile .tm-header__main-menu ul {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          margin: 0;
          padding: 0;
          list-style: none;
          width: 100%;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          .custom-tmobile .tm-header__main-menu ul li {
            margin: 0 10px; }
            .custom-tmobile .tm-header__main-menu ul li a {
              color: white;
              font-size: 18px;
              margin: 0 0 20px 0 !important; }
              .custom-tmobile .tm-header__main-menu ul li a:last-child {
                margin: 0; }
        .custom-tmobile .tm-header__main-menu-select {
          position: absolute;
          z-index: 2; }
      .custom-tmobile .tm-header__main-right {
        display: none;
        width: 180px;
        position: relative; }
        @media (min-width: 768px) {
          .custom-tmobile .tm-header__main-right {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex; } }
        .custom-tmobile .tm-header__main-right-title {
          text-align: right;
          width: calc(100% - 76px);
          padding: 0 10px 0 0;
          font-size: 16px; }
          @media (max-width: 991px) {
            .custom-tmobile .tm-header__main-right-title {
              display: none; } }
        .custom-tmobile .tm-header__main-right-image {
          position: absolute;
          right: 0;
          width: 76px; }
      .custom-tmobile .tm-header__main-toggle {
        width: 52px;
        display: block; }
        @media (min-width: 768px) {
          .custom-tmobile .tm-header__main-toggle {
            display: none; } }
      .custom-tmobile .tm-header__main-sticky-1 {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 60px; }
      .custom-tmobile .tm-header__main-sticky-2 {
        width: 100%;
        background-color: #e90f73; }
        .custom-tmobile .tm-header__main-sticky-2.fixed {
          position: fixed;
          top: 0;
          left: 0;
          background-color: white;
          transition: all 250ms;
          height: 55px;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          box-shadow: #00000024 0px 0px 20px;
          z-index: 20; }
          @media (min-width: 768px) {
            .custom-tmobile .tm-header__main-sticky-2.fixed {
              height: 68px; } }
          .custom-tmobile .tm-header__main-sticky-2.fixed .lang-selected svg path {
            fill: black; }
          .custom-tmobile .tm-header__main-sticky-2.fixed .tm-header__main-menu-select {
            top: 17px; }
          .custom-tmobile .tm-header__main-sticky-2.fixed .lang-selected .lang-text {
            color: black; }
          .custom-tmobile .tm-header__main-sticky-2.fixed .lang-selector.esim {
            top: 50px; }
          .custom-tmobile .tm-header__main-sticky-2.fixed .tm-header__main-sticky-3 {
            width: 100%;
            max-width: 1366px;
            margin: 0 auto;
            padding: 0 12px; }
          .custom-tmobile .tm-header__main-sticky-2.fixed .tm-header__main-menu ul li a,
          .custom-tmobile .tm-header__main-sticky-2.fixed .custom-select-v2 .custom-select-trigger {
            color: black; }
          .custom-tmobile .tm-header__main-sticky-2.fixed .tm-header__main-right-title,
          .custom-tmobile .tm-header__main-sticky-2.fixed .tm-header__main-right-image,
          .custom-tmobile .tm-header__main-sticky-2.fixed .tm-header__main-head-subtitle {
            display: none; }
          .custom-tmobile .tm-header__main-sticky-2.fixed .tm-header__main-head-title {
            color: #e90f73; }
          .custom-tmobile .tm-header__main-sticky-2.fixed .custom-select-v2 .custom-select-trigger:after {
            border-top: 7px solid black; }
          .custom-tmobile .tm-header__main-sticky-2.fixed .nav-esim__menu-icon svg path {
            fill: black; }
          .custom-tmobile .tm-header__main-sticky-2.fixed .nav-esim__menu-icon {
            top: 2px;
            right: -5px; }
      .custom-tmobile .tm-header__main-sticky-3 {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%; }
    .custom-tmobile .tm-header__title {
      text-align: Center;
      font-size: 48px;
      line-height: 52px;
      width: 100%;
      max-width: 670px;
      margin: 0 auto;
      padding: 30px 0 0 0; }
      @media (min-width: 768px) {
        .custom-tmobile .tm-header__title {
          font-size: 56px;
          line-height: 58px;
          padding: 0; } }
      .custom-tmobile .tm-header__title br {
        display: block; }
        @media (min-width: 768px) {
          .custom-tmobile .tm-header__title br {
            display: none; } }
    .custom-tmobile .tm-header__video {
      width: 100%;
      border-radius: 10px;
      margin-bottom: 20px;
      margin-top: 24px;
      overflow: hidden; }
      @media (min-width: 768px) {
        .custom-tmobile .tm-header__video {
          width: 500px;
          left: calc(50% - 250px);
          position: absolute;
          border: 2px solid #F052A1;
          margin-top: 40px;
          margin-bottom: 0; } }
      @media (min-width: 1200px) {
        .custom-tmobile .tm-header__video {
          width: 750px;
          left: calc(50% - 375px); } }
      .custom-tmobile .tm-header__video .tm-header__video-element {
        aspect-ratio: 16 / 9;
        margin-bottom: -6px; }
        @media (min-width: 1200px) {
          .custom-tmobile .tm-header__video .tm-header__video-element {
            aspect-ratio: 16 / 9;
            margin-bottom: -6px; } }
    .custom-tmobile .tm-header__image {
      height: auto;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end; }
      @media (min-width: 768px) {
        .custom-tmobile .tm-header__image {
          height: 40vw; } }
      @media (min-width: 1200px) {
        .custom-tmobile .tm-header__image {
          height: 600px; } }
      .custom-tmobile .tm-header__image .desktop {
        display: none;
        width: 100%; }
        @media (min-width: 768px) {
          .custom-tmobile .tm-header__image .desktop {
            display: block; } }
      .custom-tmobile .tm-header__image .mobile {
        display: block;
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        margin: 0 auto; }
        @media (min-width: 768px) {
          .custom-tmobile .tm-header__image .mobile {
            display: none; } }
  .custom-tmobile .tm-footer {
    font-size: 14px;
    margin: 160px 0 50px 0; }
    @media (min-width: 768px) {
      .custom-tmobile .tm-footer {
        font-size: 16px; } }
    .custom-tmobile .tm-footer__top {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      color: #bdbdbd;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      border-bottom: 1px solid #e0e0e0;
      padding: 0 0 20px 0;
      margin: 0 0 20px 0;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end; }
      .custom-tmobile .tm-footer__top-title {
        font-size: 18px; }
        @media (max-width: 768px) {
          .custom-tmobile .tm-footer__top-title {
            font-size: 24px; } }
      .custom-tmobile .tm-footer__top-brand {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        @media (max-width: 768px) {
          .custom-tmobile .tm-footer__top-brand {
            -webkit-flex-direction: column-reverse;
                -ms-flex-direction: column-reverse;
                    flex-direction: column-reverse;
            position: absolute;
            bottom: 0;
            right: 0;
            width: 140px; } }
        .custom-tmobile .tm-footer__top-brand-text {
          text-align: right;
          padding: 0 20px 0 0; }
        .custom-tmobile .tm-footer__top-brand-image {
          width: 78px; }
          @media (max-width: 768px) {
            .custom-tmobile .tm-footer__top-brand-image {
              width: 100%;
              text-align: right; } }
          .custom-tmobile .tm-footer__top-brand-image img {
            position: absolute; }
            @media (max-width: 768px) {
              .custom-tmobile .tm-footer__top-brand-image img {
                position: relative; } }
    .custom-tmobile .tm-footer__bottom ul {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 0;
      margin: 0;
      list-style: none;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media (min-width: 768px) {
        .custom-tmobile .tm-footer__bottom ul {
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row; } }
      .custom-tmobile .tm-footer__bottom ul li {
        margin: 0 15px 0 0; }
  .custom-tmobile .container {
    width: 100%;
    max-width: 1366px; }
  .custom-tmobile .footer-new a {
    color: black; }
  .custom-tmobile .footer-new {
    color: black; }
  .custom-tmobile .nav-esim__header-title {
    color: #e20074;
    font-size: 18px; }
  .custom-tmobile .nav-esim__header-title .subtitle {
    font-size: 12px;
    color: #bdbdbd; }
  .custom-tmobile .nav-esim__footer .custom-options {
    bottom: 50px;
    top: auto;
    left: 20px;
    padding: 0; }
  .custom-tmobile .nav-esim__footer .custom-select-v2 .custom-option {
    padding: 0;
    color: #bdbdbd; }
  .custom-tmobile .nav-esim__footer .custom-select-v2 .custom-select-trigger {
    color: black; }
  .custom-tmobile .lang-selected {
    background-color: transparent;
    min-width: auto;
    margin: 0 !important;
    padding: 0; }
  .custom-tmobile .lang-selected .lang-text {
    color: white; }
  .custom-tmobile .tm-header__main-menu-select {
    top: -1px; }
  .custom-tmobile .lang-selector.esim {
    bottom: auto;
    background-color: #fff;
    padding: 20px;
    width: 125px;
    box-shadow: #0000001c 0px 0px 30px; }
    .custom-tmobile .lang-selector.esim a {
      color: black; }
      .custom-tmobile .lang-selector.esim a:last-child {
        margin: 0 !important; }
      .custom-tmobile .lang-selector.esim a.selected {
        font-weight: bold; }
  .custom-tmobile .no-home {
    margin: 0 0 40px 0 !important; }
    .custom-tmobile .no-home .lang-selected svg path {
      fill: black; }
    .custom-tmobile .no-home .tm-header {
      padding: 20px 15px 0 15px;
      background-image: none;
      background-color: white; }
    .custom-tmobile .no-home .tm-header__main-toggle svg path {
      fill: black; }
    .custom-tmobile .no-home .tm-header__main-sticky-2 {
      background-color: white; }
    .custom-tmobile .no-home .tm-header,
    .custom-tmobile .no-home .tm-header__main-menu ul li a {
      color: black; }
    .custom-tmobile .no-home .tm-header__main-right-title,
    .custom-tmobile .no-home .tm-header__main-head-subtitle {
      color: #bdbdbd; }
    .custom-tmobile .no-home .tm-header__main {
      width: 100%;
      max-width: 1352px; }
    .custom-tmobile .no-home .tm-header__main-head-title {
      color: #e20074; }
    .custom-tmobile .no-home .lang-selector.esim {
      background-color: #f6f6f6;
      box-shadow: none; }
    .custom-tmobile .no-home .lang-selected .lang-text {
      color: black; }
  .custom-tmobile .form-control.error {
    font-size: 15px;
    background-image: url(/images/newweb/close-pink.svg);
    background-repeat: no-repeat;
    background-position: center right; }
    .custom-tmobile .form-control.error::-webkit-input-placeholder {
      color: #e30d74 !important;
      opacity: 1 !important;
      font-weight: bold; }
    .custom-tmobile .form-control.error:-ms-input-placeholder {
      color: #e30d74 !important;
      opacity: 1 !important;
      font-weight: bold; }
    .custom-tmobile .form-control.error::placeholder {
      color: #e30d74 !important;
      opacity: 1 !important;
      font-weight: bold; }
  .custom-tmobile .form-control.success {
    background-image: url(/images/newweb/check-green.svg);
    background-repeat: no-repeat;
    background-position: center right; }
  .custom-tmobile .form-control.select {
    background-image: url(/images/newweb/arrow-black-down.svg);
    background-repeat: no-repeat;
    background-position: center right; }
  .custom-tmobile .form-group__checkbox {
    display: block;
    margin-bottom: 15px; }
  .custom-tmobile .form-group__checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer; }
  .custom-tmobile .form-group__checkbox label {
    position: absolute;
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 0 12px; }
  .custom-tmobile .form-group__checkbox label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #bdbdbd;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    border-radius: 3px;
    left: -19px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    position: absolute;
    top: 2px; }
  .custom-tmobile .form-group__checkbox input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: -12px;
    width: 7px;
    height: 11px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .custom-tmobile .form-group__checkbox input:checked + label:before {
    background-color: #1de9b6;
    border: 2px solid #1de9b6; }

/**********************************/
/**********************************/
/******** CUSTOM COMPONENTS *******/
/**********************************/
/**********************************/
/******* CUSTOM RADIOBUTTON ******/
.custom-redio-tm [type="radio"]:checked,
.custom-redio-tm [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px; }

.custom-redio-tm [type="radio"]:checked + label,
.custom-redio-tm [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  padding: 0 0 0 25px;
  margin: 0 0 10px 0;
  border-radius: 10px;
  background-color: #fafafa;
  border: 2px solid #fafafa;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 60px; }

.custom-redio-tm [type="radio"]:checked + label span,
.custom-redio-tm [type="radio"]:not(:checked) + label span {
  min-width: 90px;
  padding: 0 20px 0 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.custom-redio-tm [type="radio"]:checked + label img:last-child,
.custom-redio-tm [type="radio"]:not(:checked) + label img:last-child {
  margin: 0 0 0 0; }

.custom-redio-tm [type="radio"]:checked + label:before,
.custom-redio-tm [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  right: 10px;
  top: 19px;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff; }

.custom-redio-tm [type="radio"]:checked + label:after,
.custom-redio-tm [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 8px;
  height: 8px;
  background: #e20074;
  position: absolute;
  top: 24px;
  right: 15px;
  border-radius: 100%;
  transition: all 0.2s ease; }

.custom-redio-tm [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
      transform: scale(0); }

.custom-redio-tm [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1); }

.custom-redio-tm [type="radio"]:checked + label:before {
  border: 2px solid #e20074; }

.custom-redio-tm [type="radio"]:checked + label {
  border: 2px solid #e0e0e0;
  background-color: white; }

/**** DROPDOWN ******/
.custom-select-v2 .custom-select-wrapper {
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  top: -9px; }

.custom-select-v2 .custom-select-wrapper select {
  display: none; }

.custom-select-v2 .custom-select {
  position: relative;
  display: inline-block;
  padding: 0;
  border: 0;
  background-color: transparent;
  background: none; }

.custom-select-v2 .custom-select-trigger {
  position: relative;
  display: block;
  width: auto;
  padding: 0 20px 0 0;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  line-height: 20px;
  background: transparent;
  border-radius: 4px;
  cursor: pointer;
  height: 30px; }

.custom-select-v2 .custom-select-trigger:after {
  position: absolute;
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  top: 50%;
  right: -3px;
  margin-top: -7px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid white; }

.custom-select-v2 .custom-select.opened .custom-select-trigger:after {
  margin-top: -14px;
  -webkit-transform: rotate(-180deg) translateY(-50%);
      -ms-transform: rotate(-180deg) translateY(-50%);
          transform: rotate(-180deg) translateY(-50%); }

.custom-select-v2 .custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  min-width: 100%;
  border: 0px;
  border-radius: 9px;
  box-sizing: border-box;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.07);
  background: #fff;
  transition: all .4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
          transform: translateY(-15px);
  width: 150px;
  margin-left: -20px;
  padding: 20px 10px; }

.custom-select-v2 .custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.custom-select-v2 .option-hover:before {
  background: #f9f9f9; }

.custom-select-v2 .custom-option {
  position: relative;
  display: block;
  padding: 0 22px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  line-height: 47px;
  cursor: pointer;
  transition: all .4s ease-in-out; }

.custom-select-v2 .custom-option:hover {
  background-color: #eeeeee !important;
  border-radius: 6px !important; }

.custom-select-v2 .custom-option:first-of-type {
  border-radius: 4px 4px 0 0; }

.custom-select-v2 .custom-option:last-of-type {
  border-bottom: 0;
  border-radius: 0 0 4px 4px; }

.custom-select-v2 .custom-option:hover,
.custom-select-v2 .custom-option.selection {
  background: #f9f9f9; }

/******** STEP FORM ********/
#msform fieldset:not(:first-of-type) {
  display: none; }

.card {
  z-index: 0;
  border: none;
  position: relative; }

#progressbar {
  margin-bottom: 48px;
  overflow: hidden;
  padding: 0;
  background-color: #eeeeee;
  border-radius: 50px;
  height: 50px;
  color: #757575;
  margin-top: 0; }

#progressbar li strong:before {
  content: "";
  position: absolute;
  border: 1px solid #757575;
  width: 7px;
  height: 7px;
  margin-left: -20px;
  margin-top: 7px;
  border-radius: 20px;
  background-color: #757575; }

#progressbar li strong {
  font-weight: normal; }

.custom-tmobile #progressbar li.active strong:before {
  background-color: #e20074;
  border: 5px solid white;
  width: 17px;
  height: 17px;
  margin-left: -28px;
  margin-top: 3px; }

.custom-tmobile .lang-selected .lang-text {
  margin: 0;
  font-size: 18px; }

#progressbar li {
  list-style-type: none;
  font-size: 15px;
  width: 25%;
  float: left;
  position: relative;
  font-weight: 400;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 80px;
  height: 100%; }

#progressbar li:first-child {
  padding: 0 0 0 60px; }

.custom-tmobile #progressbar .active {
  background-color: #e20074;
  border-radius: 50px 0 0 50px;
  color: white; }

.custom-tmobile #progressbar li.active:before {
  border: 25px solid #e20074;
  left: -22px !important; }

.custom-tmobile #progressbar li.active + li:before {
  border: 25px solid #e20074;
  left: -43px; }

#progressbar li:before {
  border: 25px solid #eeeeee;
  position: absolute;
  content: '';
  height: 100%;
  border-radius: 50px;
  width: 65px;
  left: -22px; }

#msform {
  margin: 0 0 0 0; }

#msform fieldset {
  border: 0;
  padding: 0;
  position: relative;
  border: 1px solid transparent; }

.progress {
  height: 20px; }

.fit-image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.faq__content {
  display: none; }

.faq__active {
  display: none !important; }

.tm-promo-total-container {
  margin-bottom: 25px; }

.tm-promo-total-container .promo-total-box {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  background-color: white;
  padding: 10px 20px; }

@media (max-width: 768px) {
  #progressbar li strong {
    font-size: 0; }
  #progressbar li.active strong {
    font-size: 14px; }
  /*
    #progressbar li{
        border: 2px solid green;
        padding: 0 0 0 30px !important;
        width: calc(13% - 30px) !important;
    }

    #progressbar .active{
        border:2px solid blue;
        width: 60% !important;
        padding: 0 0 0 40px !important;
    }
    */
  #progressbar li {
    padding: 0 0 0 30px; } }

.show-esim-desktop {
  display: none; }
  @media (min-width: 992px) {
    .show-esim-desktop {
      display: block; } }

.show-esim-mobile {
  display: block; }
  @media (min-width: 992px) {
    .show-esim-mobile {
      display: none; } }

hr {
  opacity: 0.4; }

.img-corner {
  background-image: url(/images/corner.png);
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: top right; }
  @media (min-width: 576px) {
    .img-corner {
      background-size: 100px; } }

.u-show {
  display: block !important; }

.u-hidden {
  display: none !important; }

.u-block-scroll {
  overflow-y: hidden;
  /* position: fixed;
    width: 100%; */ }

.u-overflow-hidden {
  overflow: hidden; }

.modal-box {
  display: none;
  position: fixed;
  z-index: 1000;
  width: 93%;
  background: white;
  box-shadow: 0 3px 19px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  border-radius: 12px;
  padding: 48px 20px 68px 20px;
  border: 0;
  margin: 0 auto;
  left: 0 !important;
  right: 0; }
  .modal-box__steps {
    max-width: 750px; }
    .modal-box__steps .modal-body {
      text-align: center;
      font-size: 18px;
      padding: 0 !important; }
    .modal-box__steps-container {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media (min-width: 768px) {
        .modal-box__steps-container {
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row; } }
    .modal-box__steps-title {
      font-size: 24px;
      font-weight: bold;
      line-height: 38px;
      margin: 0 0 48px 0; }
      @media (min-width: 768px) {
        .modal-box__steps-title {
          font-size: 36px; } }
      .modal-box__steps-title:before {
        content: " ";
        position: absolute; }
    .modal-box__steps-element {
      padding: 0 0 40px 0; }
      @media (min-width: 768px) {
        .modal-box__steps-element {
          padding: 0 20px; } }
      .modal-box__steps-element-title {
        font-size: 36px;
        font-weight: bold;
        line-height: 38px;
        margin: 0 0 15px 0; }
      .modal-box__steps-element-subtitle {
        font-weight: bold;
        margin: 0 0 10px 0; }
      .modal-box__steps-element-description {
        color: #757575;
        width: 100%;
        max-width: 200px;
        margin: 0 auto; }
      .modal-box__steps-element-icon {
        margin: 0 0 10px 0; }
        @media (max-width: 768px) {
          .modal-box__steps-element-icon img {
            height: 48px; } }
    .modal-box__steps-close {
      position: absolute;
      right: 30px;
      top: 30px;
      cursor: pointer; }

.modal-box header,
.modal-box .modal-header {
  padding: 1.25em 1.5em;
  border-bottom: 1px solid #ddd; }

.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 {
  margin: 0; }

.modal-box .modal-body {
  padding: 2em 1.5em; }

.modal-box footer,
.modal-box .modal-footer {
  padding: 1em;
  border-top: 1px solid #ddd;
  background: rgba(0, 0, 0, 0.02);
  text-align: right; }

.modal-overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3) !important; }

span.close {
  line-height: 1;
  font-size: 1.5em;
  position: absolute;
  top: 5%;
  right: 2%;
  text-decoration: none;
  color: #bbb; }

span.close:hover {
  color: #222;
  transition: color 1s ease; }

@media (min-width: 32em) {
  .modal-box {
    width: 70%; } }

.esim-restyling .div_more_info_promo_modal {
  max-width: 1160px !important;
  overflow: visible !important; }
  .esim-restyling .div_more_info_promo_modal.modal-box {
    top: 2% !important;
    margin: 20px auto;
    padding: 0 !important; }
    @media (min-width: 1200px) {
      .esim-restyling .div_more_info_promo_modal.modal-box {
        top: 0 !important;
        margin: auto; } }
    @media (max-width: 992px) {
      .esim-restyling .div_more_info_promo_modal.modal-box {
        margin: 0;
        width: auto;
        margin: 0 21px;
        top: 66px !important;
        -webkit-animation: slideSpawnUp 0.4s forwards;
                animation: slideSpawnUp 0.4s forwards;
        -webkit-transform: translateY(100%);
            -ms-transform: translateY(100%);
                transform: translateY(100%); } }

@-webkit-keyframes slideSpawnUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

@keyframes slideSpawnUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }
    .esim-restyling .div_more_info_promo_modal.modal-box.top-sell .promo-box__top-sell {
      display: block !important; }
    @media (max-width: 992px) {
      .esim-restyling .div_more_info_promo_modal.modal-box.top-sell .modal-box__steps-close {
        top: 7px;
        right: 9px; } }
    .esim-restyling .div_more_info_promo_modal.modal-box.present .promo-box__present {
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important; }
    @media (max-width: 992px) {
      .esim-restyling .div_more_info_promo_modal.modal-box .modal-header-body {
        height: calc(100vh - 66px);
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%; } }
    .esim-restyling .div_more_info_promo_modal.modal-box .modal-header {
      background-color: black;
      color: white;
      padding: 39px 20px 19px 20px;
      border-radius: 0; }
      @media (max-width: 992px) {
        .esim-restyling .div_more_info_promo_modal.modal-box .modal-header {
          margin-top: -1px;
          margin-right: -1px; } }
      .esim-restyling .div_more_info_promo_modal.modal-box .modal-header .promo-modal__pretitle {
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 3px; }
      .esim-restyling .div_more_info_promo_modal.modal-box .modal-header .promo-modal__title {
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 28px; }
      .esim-restyling .div_more_info_promo_modal.modal-box .modal-header .promo-box__top-sell {
        display: none;
        position: absolute;
        top: -4px;
        right: -4px; }
    @media (max-width: 992px) {
      .esim-restyling .div_more_info_promo_modal.modal-box .modal-box__steps-close {
        top: 20px;
        right: 30px; } }
    .esim-restyling .div_more_info_promo_modal.modal-box .modal-body {
      padding: 65px 55px 46px 31px !important;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      overflow-y: auto; }
      .esim-restyling .div_more_info_promo_modal.modal-box .modal-body .body_more_info_modal {
        overflow: visible; }
      @media (max-width: 992px) {
        .esim-restyling .div_more_info_promo_modal.modal-box .modal-body {
          padding: 37px 26px 54px 26px !important; } }
      .esim-restyling .div_more_info_promo_modal.modal-box .modal-body .promo-box-modal {
        width: 419px;
        position: relative;
        height: auto; }
        .esim-restyling .div_more_info_promo_modal.modal-box .modal-body .promo-box-modal .promo-box {
          height: auto; }
        .esim-restyling .div_more_info_promo_modal.modal-box .modal-body .promo-box-modal .promo-box__price {
          display: block;
          line-height: 1; }
        .esim-restyling .div_more_info_promo_modal.modal-box .modal-body .promo-box-modal .promo-box__top-sell {
          position: absolute;
          top: -3px;
          right: -4px;
          z-index: 1;
          display: none; }
        .esim-restyling .div_more_info_promo_modal.modal-box .modal-body .promo-box-modal .promo-box__present {
          display: none; }
        .esim-restyling .div_more_info_promo_modal.modal-box .modal-body .promo-box-modal.top-sell .promo-box__top-sell {
          display: block; }
      @media (min-width: 992px) {
        .esim-restyling .div_more_info_promo_modal.modal-box .modal-body .promo-modal__pretitle {
          font-size: 18px;
          font-weight: 400;
          line-height: normal; } }
      @media (min-width: 992px) {
        .esim-restyling .div_more_info_promo_modal.modal-box .modal-body .promo-modal__title {
          font-size: 35px;
          font-weight: 700;
          line-height: 38px;
          /* 135.714% */
          text-transform: uppercase; } }
      .esim-restyling .div_more_info_promo_modal.modal-box .modal-body .promo-modal__title.short-text {
        font-size: 50px !important; }
      .esim-restyling .div_more_info_promo_modal.modal-box .modal-body .body_more_info_modal {
        height: auto !important; }
        @media (min-width: 992px) {
          .esim-restyling .div_more_info_promo_modal.modal-box .modal-body .body_more_info_modal .accordion-container {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-direction: column;
                -ms-flex-direction: column;
                    flex-direction: column;
            height: 520px;
            -webkit-justify-content: stretch;
                -ms-flex-pack: stretch;
                    justify-content: stretch;
            overflow-y: auto;
            margin-top: 10px; } }
        @media (min-width: 992px) {
          .esim-restyling .div_more_info_promo_modal.modal-box .modal-body .body_more_info_modal .accordion-container .js-accordion {
            padding-right: 15px; } }
        .esim-restyling .div_more_info_promo_modal.modal-box .modal-body .body_more_info_modal .accordion-container .js-accordion .e-accordion-header {
          background-image: url(/images/restyling/arrow-down.svg);
          background-repeat: no-repeat;
          padding: 0 30px 0 0;
          background-position: top 9px right;
          font-weight: 600;
          cursor: pointer; }
        .esim-restyling .div_more_info_promo_modal.modal-box .modal-body .body_more_info_modal .accordion-container .accordion-content__title {
          font-size: 18px;
          font-style: normal;
          font-weight: 700;
          line-height: 24px;
          text-transform: uppercase; }
        .esim-restyling .div_more_info_promo_modal.modal-box .modal-body .body_more_info_modal .accordion-container .accordion-content__info {
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: 24px; }
          .esim-restyling .div_more_info_promo_modal.modal-box .modal-body .body_more_info_modal .accordion-container .accordion-content__info a {
            font-size: 14px;
            font-style: normal;
            font-weight: 700;
            line-height: 20px;
            -webkit-text-decoration-line: underline;
                    text-decoration-line: underline;
            margin-top: 7px;
            display: block; }
        .esim-restyling .div_more_info_promo_modal.modal-box .modal-body .body_more_info_modal .accordion-container .accordion-content__img {
          width: 32px;
          margin-top: -5px; }
          .esim-restyling .div_more_info_promo_modal.modal-box .modal-body .body_more_info_modal .accordion-container .accordion-content__img.type-1 {
            width: 32px; }
          .esim-restyling .div_more_info_promo_modal.modal-box .modal-body .body_more_info_modal .accordion-container .accordion-content__img.type-2 {
            width: 32px; }
          .esim-restyling .div_more_info_promo_modal.modal-box .modal-body .body_more_info_modal .accordion-container .accordion-content__img.type-3 {
            width: 28px; }
          .esim-restyling .div_more_info_promo_modal.modal-box .modal-body .body_more_info_modal .accordion-container .accordion-content__img.type-4 {
            width: 32px; }
          .esim-restyling .div_more_info_promo_modal.modal-box .modal-body .body_more_info_modal .accordion-container .accordion-content__img.type-5 {
            width: 24px; }
          .esim-restyling .div_more_info_promo_modal.modal-box .modal-body .body_more_info_modal .accordion-container .accordion-content__img-container {
            margin-right: 8px;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-align-items: flex-start;
                -ms-flex-align: start;
                    align-items: flex-start; }
        .esim-restyling .div_more_info_promo_modal.modal-box .modal-body .body_more_info_modal .accordion-container .accordion-content__text {
          font-size: 12px;
          font-style: normal;
          font-weight: 400;
          line-height: 24px; }
          .esim-restyling .div_more_info_promo_modal.modal-box .modal-body .body_more_info_modal .accordion-container .accordion-content__text a {
            color: black;
            font-weight: 700; }
        .esim-restyling .div_more_info_promo_modal.modal-box .modal-body .body_more_info_modal .accordion-container .e-accordion-body {
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: 24px; }
          .esim-restyling .div_more_info_promo_modal.modal-box .modal-body .body_more_info_modal .accordion-container .e-accordion-body__list {
            list-style-type: none;
            padding-left: 0;
            margin-left: 0;
            padding-bottom: 0; }
          .esim-restyling .div_more_info_promo_modal.modal-box .modal-body .body_more_info_modal .accordion-container .e-accordion-body__content {
            margin-top: 15px; }
  .esim-restyling .div_more_info_promo_modal.top-sell .accordion-content__img.type-4 {
    width: 23px !important; }

.nav-esim {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .nav-esim__header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .nav-esim__header-logo {
      height: 60px; }
    .nav-esim__header-title {
      font-weight: bold;
      font-size: 20px;
      line-height: 25px; }
  .nav-esim__menu {
    margin: 0;
    padding: 0;
    list-style: none; }
    .nav-esim__menu-element {
      padding: 7px 0;
      font-weight: bold;
      font-size: 17px; }
      .nav-esim__menu-element--light {
        font-weight: 500; }
      .nav-esim__menu-element hr {
        border-top: 2px solid #e0e0e0;
        border-left: 0; }
    .nav-esim__menu-icon {
      position: fixed;
      z-index: 10;
      top: 31px;
      left: 10px;
      color: white; }
      .nav-esim__menu-icon--black {
        top: 9px;
        color: black; }
  .nav-esim__footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .nav-esim__footer-left {
      width: 50%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .nav-esim__footer-right {
      width: 50%;
      color: #adadad;
      font-size: 14px;
      text-align: right; }
      .nav-esim__footer-right img {
        width: 60px; }
    .nav-esim__footer a {
      color: #adadad;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
  .nav-esim__close {
    position: absolute;
    right: 10px; }
  .nav-esim--hide-menu {
    left: calc(-100% - 40px) !important; }

.new-nav {
  position: fixed;
  width: calc(100% - 40px);
  height: 100%;
  top: 0;
  left: 0;
  background-color: white;
  transition: all .5s ease;
  z-index: 10; }

.menu-toogle {
  position: fixed;
  width: 35px;
  line-height: 1.1;
  text-align: center;
  top: 28px;
  left: -5px;
  border-radius: 3px;
  transition: all .5s ease;
  z-index: 10;
  border: 1px solid transparent !important; }

.menu-toogle svg {
  fill: white;
  padding-left: 15px;
  padding-top: 5px;
  height: 38px; }

.nav-backdrop {
  background-color: #00000094;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  display: none; }

.menu-toogle:before {
  font-size: 32px;
  color: white;
  position: fixed; }

.checkbox {
  display: none; }

.checkbox:checked ~ .new-nav {
  left: 0px;
  position: fixed;
  z-index: 10; }

.checkbox:checked ~ .menu-toogle {
  left: calc(100% - 100px);
  position: fixed;
  z-index: 11;
  border: 1px solid transparent; }

/*

      .checkbox:checked ~ .menu-toogle::before {
        color: black;
        content: '';
        display: inline-block;
        width: 21px;
        height: 21px;
        background: url(/images/newweb/cancel.svg) no-repeat 0 0;
        background-size: 100%;
        top: 15px;
        margin-left: 5px;
      }

      */
.btn-verify {
  border: 2px solid;
  display: block;
  padding: 10px;
  width: 155px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border-color: #198754;
  border-radius: .25rem;
  box-shadow: 1px 2px 3px black; }
  .btn-verify img {
    vertical-align: middle;
    height: 20px; }

.new-header {
  background-repeat: no-repeat;
  background-color: black;
  background-size: cover;
  height: 100vh;
  transition: 500ms all; }
  .new-header__title-mobile {
    font-size: 24px;
    font-weight: 600; }
  .new-header__main {
    height: 120px;
    position: fixed;
    width: 100%;
    z-index: 3; }
    .new-header__main-menu {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0;
      margin: 0;
      list-style: none;
      margin-bottom: 4px; }
      .new-header__main-menu-element {
        margin-right: 20px; }
        .new-header__main-menu-element a {
          color: white;
          cursor: pointer; }
          .new-header__main-menu-element a:hover {
            color: #f66603 !important; }
    .new-header__main-cont {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      color: white;
      margin-top: 20px; }
      @media (max-width: 600px) {
        .new-header__main-cont {
          padding-left: 40px; } }
    .new-header__main-left {
      width: 76px;
      height: 76px;
      transition: 500ms all; }
      .new-header__main-left img {
        width: 100%; }
    .new-header__main-center {
      width: 100%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      @media (min-width: 992px) {
        .new-header__main-center {
          width: calc(100% - 426px); } }
    .new-header__main-right {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 0px;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      @media (min-width: 992px) {
        .new-header__main-right {
          width: 350px; } }
      .new-header__main-right-text {
        display: none;
        color: #adadad;
        font-size: 13px; }
        @media (min-width: 992px) {
          .new-header__main-right-text {
            display: block; } }
      .new-header__main-right-logo {
        width: 76px;
        display: none; }
        @media (min-width: 992px) {
          .new-header__main-right-logo {
            display: block; } }
        .new-header__main-right-logo img {
          position: absolute; }
    .new-header__main-lang {
      color: #adadad;
      font-size: 13px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      height: -webkit-max-content;
      height: -moz-max-content;
      height: max-content; }
      .new-header__main-lang--selected {
        color: white; }
      .new-header__main-lang:hover {
        color: #fff; }
  .new-header__intro {
    height: calc(100% - 120px);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: Center;
        -ms-flex-align: Center;
            align-items: Center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    top: 120px; }
    .new-header__intro-cont {
      color: white; }
    .new-header__intro-text {
      font-size: 17px; }
      @media (min-width: 768px) {
        .new-header__intro-text {
          font-size: 23px; } }
  .new-header__title {
    font-size: 35px;
    font-weight: bold;
    line-height: 57px; }
    @media (min-width: 576px) {
      .new-header__title {
        font-size: 50px;
        line-height: 74px; } }
    .new-header__title-sticky {
      color: black;
      font-weight: 600;
      display: none; }
  @media (max-width: 767.98px) {
    .new-header__bg {
      background-image: none !important; } }
  @media (min-width: 576px) {
    .new-header__bg {
      background-position: bottom;
      height: 100%;
      background-repeat: no-repeat; } }
  .new-header--fixed {
    background-color: white;
    height: auto;
    transition: 500ms all;
    box-shadow: #0000002b 0px 0px 20px; }
    .new-header--fixed .new-header__title-mobile {
      display: none; }
    .new-header--fixed .new-header__main-lang:hover {
      color: #000; }
    .new-header--fixed .new-header__main-right-text,
    .new-header--fixed .new-header__main-right-logo {
      display: none !important; }
    .new-header--fixed .new-header__main-menu-element a {
      color: black; }
    .new-header--fixed .new-header__main-cont {
      margin: 0; }
    .new-header--fixed .new-header__main-center {
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%; }
      @media (min-width: 992px) {
        .new-header--fixed .new-header__main-center {
          width: calc(100% - 406px); } }
    .new-header--fixed .new-header__main-menu {
      margin: 0; }
    .new-header--fixed .new-header__main-right {
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .new-header--fixed .new-header__main-left {
      width: 56px;
      height: 48px;
      transition: 500ms all; }
      @media (min-width: 576px) {
        .new-header--fixed .new-header__main-left {
          height: 56px; } }
    .new-header--fixed .new-header__title-sticky {
      display: block; }
      @media (min-width: 576px) {
        .new-header--fixed .new-header__title-sticky {
          display: none; } }
    .new-header--fixed .new-header__main-lang--selected {
      color: black; }
  .new-header--white {
    background-color: white;
    height: 120px;
    background-image: none !important; }
    .new-header--white .new-header__intro {
      display: none; }
    .new-header--white .new-header__main-cont,
    .new-header--white .new-header__main-menu-element a,
    .new-header--white .new-header__main-lang--selected,
    .new-header--white .menu-toogle::before,
    .new-header--white .new-header__main-lang:hover,
    .new-header--white .nav-esim__menu-icon {
      color: black; }
    .new-header--white .menu-toogle svg {
      fill: black; }

.menu-toggle-sticky {
  top: 8px; }
  .menu-toggle-sticky::before {
    color: black; }
  .menu-toggle-sticky svg {
    padding-top: 0px;
    fill: black !important;
    height: 31px; }

a.lang-separate {
  margin-bottom: 6px; }

.lang-selector.esim {
  position: absolute;
  background-color: #ededed;
  border-radius: 6px;
  padding: 10px;
  width: 95px;
  z-index: 9; }

.lang-selected {
  cursor: pointer;
  background-color: #ededed;
  padding: 0px 10px;
  border-radius: 6px;
  min-height: 30px; }

.lang-selector-mob {
  position: absolute;
  bottom: 6.4em;
  border: #cecece 1px solid;
  border-radius: 6px;
  padding: 10px;
  width: 170px; }

.lang-selected-mob {
  cursor: pointer;
  border: #cecece 1px solid;
  border-radius: 6px;
  width: 170px;
  padding: 10px 0 10px 10px;
  font-size: 13px; }

.new-esim .lang-selector a:last-child {
  margin-bottom: 0; }

.new-esim .lang-selector.esim {
  width: 100px; }

.lang-selector a:hover {
  font-weight: bold;
  color: black; }

.lang-selector .text-ar, .lang-selector-mob .text-ar {
  font-size: 16px;
  line-height: 4px;
  padding-bottom: 6px; }

.lang-selector a, .lang-selector-mob a {
  cursor: pointer;
  color: black; }

.lang-selected .lang-text, .lang-selected-mob a .lang-text {
  vertical-align: middle;
  color: black;
  font-size: 13px;
  min-width: 72px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 4px 0 4px 0; }

.lang-selected .lang-text .selector-icon, .lang-selected-mob .lang-text .selector-icon {
  vertical-align: middle;
  display: inline-block;
  padding-top: 3px;
  padding-left: 12px; }
  .lang-selected .lang-text .selector-icon svg, .lang-selected-mob .lang-text .selector-icon svg {
    width: 10px !important;
    height: 10px !important; }

.lang-selected-mob .lang-text .selector-icon {
  margin-top: 0;
  font-size: x-large;
  line-height: 13px;
  float: right;
  margin-right: 20px;
  color: black; }

.e-header.new-esim {
  /* .responsive-divider {
        width: 100%;
        @media (min-width:1421px) {
            display: none;
        }
    } */ }
  .e-header.new-esim .e-header__container.active {
    background-color: black;
    transition: 0.4s; }
    @media (min-width: 992px) and (max-width: 1400px) {
      .e-header.new-esim .e-header__container.active .e-header__additionalLinks:nth-child(5), .e-header.new-esim .e-header__container.active .e-header__additionalLinks:nth-child(6), .e-header.new-esim .e-header__container.active .e-header__additionalLinks:nth-child(7), .e-header.new-esim .e-header__container.active .e-header__additionalLinks:nth-child(8) {
        margin-bottom: 0; } }
    .e-header.new-esim .e-header__container.active .e-header__additional {
      opacity: 1;
      z-index: 3;
      display: block; }
      .e-header.new-esim .e-header__container.active .e-header__additional > .d-flex {
        max-width: 900px;
        margin-right: auto;
        margin-left: auto; }
        @media (min-width: 1400px) {
          .e-header.new-esim .e-header__container.active .e-header__additional > .d-flex {
            max-width: 1376px; } }
    .e-header.new-esim .e-header__container.active .element__additionalLinks {
      display: block; }
    .e-header.new-esim .e-header__container.active .e-header__destiny {
      font-weight: bold; }
      .e-header.new-esim .e-header__container.active .e-header__destiny .e-header__destiny--indicator {
        width: 100%;
        border-bottom: 4px solid #EE8131;
        position: absolute;
        top: 56px; }
  .e-header.new-esim .e-header__main-center nav ul li:not(:last-child) {
    padding: 0;
    margin-right: 16px; }
    @media (min-width: 1200px) {
      .e-header.new-esim .e-header__main-center nav ul li:not(:last-child) {
        margin-right: 32px; } }
  .e-header.new-esim .e-header__additional {
    position: absolute;
    top: 100px;
    width: 100%;
    background-color: black;
    padding: 52px 0px 54px 0px;
    transition: 0.4s;
    opacity: 0;
    display: none;
    -webkit-animation: spawnDestinies 0.4s forwards;
            animation: spawnDestinies 0.4s forwards; }
    @media (max-width: 992px) {
      .e-header.new-esim .e-header__additional {
        display: none !important; } }

@-webkit-keyframes spawnDestinies {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes spawnDestinies {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  .e-header.new-esim .e-header__additionalLinks {
    /* @media (max-width:1421px) {
            width: calc(16% - 40px);
        } */
    width: 25%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 60px; }
    @media (min-width: 1400px) {
      .e-header.new-esim .e-header__additionalLinks:last-child {
        width: 17%; } }
    @media (min-width: 1400px) {
      .e-header.new-esim .e-header__additionalLinks:last-child .image {
        height: 114px;
        -o-object-fit: cover;
           object-fit: cover; } }
    .e-header.new-esim .e-header__additionalLinks:nth-last-child(2) {
      /* @media (max-width:1421px) {
                width: calc(16% - 20px);
            }*/ }
      @media (min-width: 1400px) {
        .e-header.new-esim .e-header__additionalLinks:nth-last-child(2) {
          width: 8%; } }
      @media (min-width: 1400px) {
        .e-header.new-esim .e-header__additionalLinks:nth-last-child(2) .image {
          height: 114px;
          -o-object-fit: cover;
             object-fit: cover; } }
    .e-header.new-esim .e-header__additionalLinks .image {
      background-color: lightgrey;
      display: block;
      max-width: 100%; }
    .e-header.new-esim .e-header__additionalLinks .title {
      width: 100%;
      display: block;
      font-weight: 400;
      margin: 10px 0px 3px 0px;
      font-size: 18px;
      text-align: center; }
    .e-header.new-esim .e-header__additionalLinks .tariffs {
      text-decoration: underline;
      width: 100%;
      display: block;
      font-size: 14px;
      font-weight: 600;
      text-align: center; }
    @media (min-width: 1400px) {
      .e-header.new-esim .e-header__additionalLinks {
        width: 12.5%;
        margin-bottom: 0; } }
    .e-header.new-esim .e-header__additionalLinks-divider {
      position: absolute;
      border-right: 1px solid white;
      background: transparent;
      right: 0px;
      top: 17px;
      bottom: 49px; }
  .e-header.new-esim .e-header__additionalDivider {
    border-right: 1px solid white;
    min-height: 100%;
    margin-right: 25px; }
  .e-header.new-esim .e-header__destiny {
    cursor: pointer;
    position: relative; }
  .e-header.new-esim .new-nav {
    z-index: 999; }
  .e-header.new-esim .nav-esim__menu-element {
    cursor: pointer; }
    .e-header.new-esim .nav-esim__menu-element img.plus {
      width: 18px;
      height: 18px;
      margin-right: 5.2px;
      display: none; }
      .e-header.new-esim .nav-esim__menu-element img.plus.active {
        display: block; }
    .e-header.new-esim .nav-esim__menu-element .element__additionalLinks {
      display: none;
      border-bottom: 1px solid black;
      padding-bottom: 20px;
      margin-bottom: 22px; }
      .e-header.new-esim .nav-esim__menu-element .element__additionalLinks a {
        width: calc(50% - 0.5rem); }
        .e-header.new-esim .nav-esim__menu-element .element__additionalLinks a:nth-child(1), .e-header.new-esim .nav-esim__menu-element .element__additionalLinks a:nth-child(2), .e-header.new-esim .nav-esim__menu-element .element__additionalLinks a:nth-child(3), .e-header.new-esim .nav-esim__menu-element .element__additionalLinks a:nth-child(4), .e-header.new-esim .nav-esim__menu-element .element__additionalLinks a:nth-child(5), .e-header.new-esim .nav-esim__menu-element .element__additionalLinks a:nth-child(6) {
          margin-bottom: 20px; }
        @media (min-width: 992px) {
          .e-header.new-esim .nav-esim__menu-element .element__additionalLinks a {
            width: calc(25% - 0.5rem); } }
      .e-header.new-esim .nav-esim__menu-element .element__additionalLinks .textLink {
        font-weight: 400;
        text-align: center;
        display: block;
        margin-top: 5px; }
      .e-header.new-esim .nav-esim__menu-element .element__additionalLinks.active {
        display: block; }
    .e-header.new-esim .nav-esim__menu-element .element__button-additionalLinks {
      /* margin-bottom: 20px; */ }
      .e-header.new-esim .nav-esim__menu-element .element__button-additionalLinks span {
        font-weight: 500; }
    .e-header.new-esim .nav-esim__menu-element .image {
      max-width: 100%;
      width: 100%;
      height: auto;
      margin: 0; }
  .e-header.new-esim .new-nav {
    /* height: 100vh; */
    z-index: 9999;
    overflow-y: auto;
    width: 100%;
    padding: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background-color: transparent;
    /* remove if not scroll */
    /* .u-mt-xxl {
            height: calc(100vh - 250px) !important; 
            overflow-y: auto !important;
        }*/ }
    .e-header.new-esim .new-nav .nav-container {
      width: calc(100% - 40px);
      background-color: #000;
      color: white;
      padding: 23px 20px;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      .e-header.new-esim .new-nav .nav-container .container {
        position: relative;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        min-height: 100%; }
        .e-header.new-esim .new-nav .nav-container .container .nav-esim__close {
          margin-right: 0;
          right: 5px;
          top: -5px; }
        .e-header.new-esim .new-nav .nav-container .container .nav-esim__footer {
          margin-top: auto; }
          .e-header.new-esim .new-nav .nav-container .container .nav-esim__footer .u-mb-s {
            margin-bottom: 33px !important; }
          .e-header.new-esim .new-nav .nav-container .container .nav-esim__footer .lang-selector-mob {
            bottom: 5.4em; }
          .e-header.new-esim .new-nav .nav-container .container .nav-esim__footer .selector-icon {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center;
            margin-top: 1px; }
            .e-header.new-esim .new-nav .nav-container .container .nav-esim__footer .selector-icon svg path {
              fill: white; }
          .e-header.new-esim .new-nav .nav-container .container .nav-esim__footer .txt {
            color: white; }
  .e-header.new-esim .nav-backdrop {
    z-index: 999; }

/* 
.esim-restyling.u-block-scroll {
    .e-header__container {
       
    }
    .e-header.new-esim {
        .e-header__main {

        }
    }
}
*/
.footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #060606;
  box-shadow: 0 -5px 20px -10px rgba(0, 0, 0, 0.3); }
  @media (min-width: 576px) {
    .footer {
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .footer a {
    margin-left: auto;
    margin-right: auto;
    padding: 0.1em 0.8em 0.2em;
    text-align: center;
    transition: 0.2s linear; }
    .footer a:hover {
      color: #ff6600; }
      .body--vodafone .footer a:hover {
        color: #F00000; }
      .body--generic .footer a:hover {
        color: #418FBF; }
  .footer__links {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 5px 0; }
    @media (min-width: 768px) {
      .footer__links a + a {
        margin-left: 1.2em; } }
  .footer * {
    color: #dedede; }

.mailto {
  width: 65%;
  text-align: right; }

.footer__links-tourtechsop {
  color: #fff; }

.visible-xs {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.hidden-xs {
  display: none !important; }

.visible-sm {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.hidden-sm {
  display: none !important; }

@media (min-width: 768px) {
  .visible-xs {
    display: none !important; }
  .hidden-xs {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; } }

@media (min-width: 992px) {
  .visible-sm {
    display: none !important; }
  .hidden-sm {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; } }

.adjusted_anchor {
  padding-bottom: 60px; }
  @media (min-width: 768px) {
    .adjusted_anchor {
      padding-bottom: 100px; } }

.mt-12 {
  margin: -12px; }

.esim-error-promo-code {
  text-align: left;
  font-size: 13px;
  padding-bottom: 8px; }

.lang-selected-esim {
  white-space: nowrap; }

.no_overflow {
  overflow-y: hidden; }

.grecaptcha-badge {
  visibility: hidden; }

.text-style--normal {
  font-weight: 400; }

.max-width-change {
  max-width: 775px !important; }

.complete-img {
  background-image: url(../../../../../../images/restyling/success.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain; }

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

.grecaptcha-badge {
  bottom: 100px !important; }

.esim-restyling {
  font-family: 'Inter', sans-serif;
  background: white !important;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300; }
  .esim-restyling .container {
    max-width: 1376px; }
    .esim-restyling .container-xxs {
      max-width: 550px;
      margin-right: auto;
      margin-left: auto; }
    .esim-restyling .container-s {
      max-width: 800px;
      margin-right: auto;
      margin-left: auto; }
    .esim-restyling .container-m {
      max-width: 1089px;
      margin-right: auto;
      margin-left: auto; }
  .esim-restyling .container .row,
  .esim-restyling .container-fluid .row,
  .esim-restyling .container-sm .row,
  .esim-restyling .container-md .row,
  .esim-restyling .container-lg .row,
  .esim-restyling .container-xl .row {
    margin: 0; }
  .esim-restyling .container .col,
  .esim-restyling .container-fluid .col,
  .esim-restyling .container-sm .col,
  .esim-restyling .container-md .col,
  .esim-restyling .container-lg .col,
  .esim-restyling .container-xl .col {
    padding: 0; }
  .esim-restyling [type="radio"]:checked,
  .esim-restyling [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px; }
  .esim-restyling [type="radio"] + label.image-right {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-weight: 600; }
  .esim-restyling [type="radio"]:checked + label,
  .esim-restyling [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
    border: 1px solid #D9D9D9;
    width: 100%;
    padding: 10px 15px 10px 45px;
    height: 56px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 6px;
    margin: 0 0 12px 0;
    font-size: 14px; }
  .esim-restyling [type="radio"]:checked + label:before,
  .esim-restyling [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #D9D9D9;
    border-radius: 100%;
    background: #fff;
    bottom: 0;
    margin: auto; }
  .esim-restyling [type="radio"]:checked + label,
  .esim-restyling [type="radio"]:checked + label:before {
    border: 1px solid black; }
  .esim-restyling [type="radio"]:checked + label:after,
  .esim-restyling [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: black;
    position: absolute;
    top: 0;
    left: 16px;
    bottom: 0;
    margin: auto;
    border-radius: 100%;
    transition: all 0.2s ease; }
  .esim-restyling [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
        transform: scale(0); }
  .esim-restyling [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
        transform: scale(1); }
  .esim-restyling .e-text-bg__content-list-element img {
    width: 25px; }
  .esim-restyling .e-text-bg__content-list-element .svgImg {
    width: 25px;
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05); }
  .esim-restyling .e-tabs__content-element-left img {
    width: 25px;
    height: 25px; }
  .esim-restyling .e-checkbox {
    display: block;
    padding: 0 0 0 25px; }
    .esim-restyling .e-checkbox input {
      padding: 0;
      height: initial;
      width: initial;
      margin-bottom: 0;
      display: none;
      cursor: pointer; }
      .esim-restyling .e-checkbox input:checked + label:after {
        content: '';
        display: block;
        position: absolute;
        top: 3px;
        left: -20px;
        width: 4px;
        height: 8px;
        border: solid black;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
    .esim-restyling .e-checkbox label {
      position: relative;
      cursor: pointer;
      font-size: 14px;
      line-height: 18px; }
      .esim-restyling .e-checkbox label:before {
        content: '';
        -webkit-appearance: none;
        background-color: transparent;
        border: 1px solid black;
        padding: 7px;
        display: inline-block;
        position: absolute;
        vertical-align: middle;
        cursor: pointer;
        margin-right: 5px;
        left: -25px;
        top: 1px; }
  .esim-restyling ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .esim-restyling p {
    margin: 0; }
  .esim-restyling h1, .esim-restyling h2, .esim-restyling h3, .esim-restyling h4, .esim-restyling h5, .esim-restyling h6 {
    margin: 0;
    font-size: inherit;
    line-height: inherit; }
  .esim-restyling a {
    color: inherit; }
  .esim-restyling form {
    margin: 0; }
  .esim-restyling p + p {
    margin: 18px 0 0 0; }
  .esim-restyling .u-px-contain {
    padding: 0 16px !important; }
    @media (min-width: 768px) {
      .esim-restyling .u-px-contain {
        padding: 0 32px !important; } }
  .esim-restyling .color-bg--wild {
    background-color: #F4F4F4; }
  .esim-restyling .color-bg--jagged {
    background-color: #C2EAD7; }
  .esim-restyling .color-bg--lilac {
    background-color: #D5C3ED; }
  .esim-restyling .color-bg--black {
    background-color: black; }
  .esim-restyling .color-element--white {
    color: white; }
  .esim-restyling .btn {
    width: 100%;
    max-width: 100%;
    height: 56px;
    background-color: #EE8131 !important;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 0;
    color: black;
    font-size: 16px;
    line-height: 22px; }
    @media (min-width: 768px) {
      .esim-restyling .btn {
        font-size: 18px;
        max-width: 357px; } }
    .esim-restyling .btn--w100 {
      max-width: 100%; }
    .esim-restyling .btn--center {
      margin: 0 auto; }
    .esim-restyling .btn-size--s {
      font-size: 16px;
      line-height: 22px; }
  .esim-restyling .btn-outline {
    width: 100%;
    max-width: 100%;
    height: 56px;
    border: 2px solid #EE8131 !important;
    background-color: #fff !important;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 0;
    color: black;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700; }
    @media (min-width: 768px) {
      .esim-restyling .btn-outline {
        font-size: 18px;
        max-width: 357px; } }
    .esim-restyling .btn-outline--w100 {
      max-width: 100%; }
    .esim-restyling .btn-outline--center {
      margin: 0 auto; }
    .esim-restyling .btn-outline-size--s {
      font-size: 16px;
      line-height: 22px; }
  .esim-restyling .modal-box {
    width: calc(100% - 60px);
    max-width: 500px;
    border-radius: 0;
    top: -10vh !important;
    bottom: 0;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    margin: auto;
    padding: 15px 25px 20px 25px;
    overflow: hidden;
    box-shadow: none;
    z-index: 1000; }
    @media (min-width: 768px) {
      .esim-restyling .modal-box {
        padding: 48px 40px 68px 40px; } }
  .esim-restyling .modal-overlay {
    background: rgba(0, 0, 0, 0.6) !important; }
  .esim-restyling .modal-box__steps-close {
    z-index: 99;
    right: 17px;
    top: 17px; }
    @media (min-width: 768px) {
      .esim-restyling .modal-box__steps-close {
        right: 30px;
        top: 30px; } }
  .esim-restyling .modal-box__steps-close img {
    height: 14px; }
    @media (min-width: 768px) {
      .esim-restyling .modal-box__steps-close img {
        height: inherit; } }
  .esim-restyling .modal-box__steps .modal-body {
    font-size: 16px; }
    @media (min-width: 768px) {
      .esim-restyling .modal-box__steps .modal-body {
        font-size: 18px; } }
  .esim-restyling .body_more_info_modal {
    overflow-y: auto;
    height: calc(100% - 70px);
    text-align: left; }
  .esim-restyling .body_more_info_modal.esim_list_devices {
    height: calc(100% - 200px); }
  .esim-restyling .body_more_info_modal ul {
    padding: 10px;
    margin: 0px 10px;
    list-style: disc; }
  .esim-restyling .body_more_info_modal p a {
    color: #f66603;
    text-decoration: underline; }
  .esim-restyling .div_more_info_modal {
    max-height: 70%;
    max-width: 50% !important;
    height: 100%;
    height: -webkit-fill-available; }
  @media (max-width: 991px) {
    .esim-restyling .body_more_info_modal {
      height: 80vh; }
    .esim-restyling .div_more_info_modal {
      top: 0px !important;
      max-width: 100% !important;
      width: 100% !important;
      max-height: 100vh;
      height: 100% !important; } }
  .esim-restyling .link {
    width: 100%;
    max-width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 16px;
    line-height: 22px;
    text-decoration: underline;
    font-weight: 600; }
    @media (min-width: 768px) {
      .esim-restyling .link {
        font-size: 16px;
        max-width: 357px; } }
    @media (max-width: 991.98px) {
      .esim-restyling .link {
        margin-bottom: 20px; } }
    .esim-restyling .link--w100 {
      max-width: 100%; }
    .esim-restyling .link--center {
      margin: 0 auto; }
    .esim-restyling .link--left {
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (min-width: 768px) {
        .esim-restyling .link--left {
          -webkit-justify-content: flex-start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }
  .esim-restyling .img-cover {
    background-size: cover; }
  .esim-restyling .new-nav {
    color: black;
    padding: 23px 20px; }
  .esim-restyling .nav-esim__menu-element hr {
    border-top: 1px solid #B6B6B6; }
  .esim-restyling .nav-backdrop {
    z-index: 9; }
  .esim-restyling .nav-esim__menu-icon {
    position: relative;
    top: inherit;
    left: inherit;
    cursor: pointer; }
  .esim-restyling .nav-esim__close {
    position: absolute;
    right: 12px;
    top: 17px;
    cursor: pointer; }
  .esim-restyling .nav-esim__footer-right .txt {
    color: #B6B6B6;
    margin: 0 0 10px 0; }
  .esim-restyling .nav-esim__footer-right .img-card {
    height: 84px;
    margin: 0; }
  .esim-restyling .datepicker {
    position: absolute;
    z-index: 9;
    height: 56px;
    background-color: transparent;
    border: 0;
    outline: none;
    color: white;
    padding: 0 0 0 20px;
    font-size: 16px;
    width: 100%;
    background-image: url("/images/restyling/schedule.svg");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 23px; }
    .esim-restyling .datepicker.white {
      background-image: url("/images/restyling/schedule-white.svg"); }
  .esim-restyling .dropdown-menu {
    width: 280px; }
  .esim-restyling .datepicker-days {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content; }
  .esim-restyling .datepicker .table-condensed {
    width: 280px;
    text-align: center;
    background-color: white;
    padding: 20px;
    position: relative;
    right: 21px;
    top: -1px;
    box-shadow: #00000024 0 22px 20px; }
  .esim-restyling .datepicker .switch {
    font-weight: bold;
    font-size: 17px;
    width: 150px;
    padding: 0 0 15px 0; }
  .esim-restyling .datepicker .dow {
    padding: 0 0 8px 0; }
  .esim-restyling .datepicker .day.active {
    background-color: #EE8131; }
  .esim-restyling .u-mt-xxxxs {
    margin-top: 17px !important; }
  .esim-restyling .u-mt-xxxs {
    margin-top: 19px !important; }
  .esim-restyling .u-mt-xxs {
    margin-top: 28px !important; }
  .esim-restyling .u-mt-xs {
    margin-top: 33px !important; }
  .esim-restyling .u-mt-s {
    margin-top: 33px !important; }
  .esim-restyling .u-mt-m {
    margin-top: 40px !important; }
  .esim-restyling .u-mt-l {
    margin-top: 40px !important; }
  .esim-restyling .u-mt-xl {
    margin-top: 40px !important; }
  .esim-restyling .u-mt-xxl {
    margin-top: 50px !important; }
  .esim-restyling .u-mt-xxxl {
    margin-top: 50px !important; }
  .esim-restyling .u-mt-xxxxl {
    margin-top: 50px !important; }
  @media (min-width: 768px) {
    .esim-restyling .u-mt-xxxxs {
      margin-top: 17px !important; }
    .esim-restyling .u-mt-xxxs {
      margin-top: 24px !important; }
    .esim-restyling .u-mt-xxs {
      margin-top: 28px !important; }
    .esim-restyling .u-mt-xs {
      margin-top: 48px !important; }
    .esim-restyling .u-mt-s {
      margin-top: 53px !important; }
    .esim-restyling .u-mt-m {
      margin-top: 60px !important; }
    .esim-restyling .u-mt-l {
      margin-top: 83px !important; }
    .esim-restyling .u-mt-xl {
      margin-top: 109px !important; }
    .esim-restyling .u-mt-xxl {
      margin-top: 125px !important; }
    .esim-restyling .u-mt-xxxl {
      margin-top: 160px !important; }
    .esim-restyling .u-mt-xxxxl {
      margin-top: 230px !important; } }
  .esim-restyling .u-mb-xxxxs {
    margin-bottom: 17px !important; }
  .esim-restyling .u-mb-xxxs {
    margin-bottom: 19px !important; }
  .esim-restyling .u-mb-xxs {
    margin-bottom: 28px !important; }
  .esim-restyling .u-mb-xs {
    margin-bottom: 33px !important; }
  .esim-restyling .u-mb-s {
    margin-bottom: 33px !important; }
  .esim-restyling .u-mb-m {
    margin-bottom: 40px !important; }
  .esim-restyling .u-mb-l {
    margin-bottom: 40px !important; }
  .esim-restyling .u-mb-xl {
    margin-bottom: 40px !important; }
  .esim-restyling .u-mb-xxl {
    margin-bottom: 50px !important; }
  .esim-restyling .u-mb-xxxl {
    margin-bottom: 50px !important; }
  .esim-restyling .u-mb-xxxxl {
    margin-bottom: 50px !important; }
  @media (min-width: 768px) {
    .esim-restyling .u-mb-xxxxs {
      margin-bottom: 17px !important; }
    .esim-restyling .u-mb-xxxs {
      margin-bottom: 24px !important; }
    .esim-restyling .u-mb-xxs {
      margin-bottom: 33px !important; }
    .esim-restyling .u-mb-xs {
      margin-bottom: 48px !important; }
    .esim-restyling .u-mb-s {
      margin-bottom: 53px !important; }
    .esim-restyling .u-mb-m {
      margin-bottom: 60px !important; }
    .esim-restyling .u-mb-l {
      margin-bottom: 83px !important; }
    .esim-restyling .u-mb-xl {
      margin-bottom: 109px !important; }
    .esim-restyling .u-mb-xxl {
      margin-bottom: 125px !important; }
    .esim-restyling .u-mb-xxxl {
      margin-bottom: 160px !important; }
    .esim-restyling .u-mb-xxxxl {
      margin-bottom: 230px !important; } }
  .esim-restyling .u-pb-xxxxs {
    padding-bottom: 17px !important; }
  .esim-restyling .u-pb-xxxs {
    padding-bottom: 19px !important; }
  .esim-restyling .u-pb-xxs {
    padding-bottom: 28px !important; }
  .esim-restyling .u-pb-xs {
    padding-bottom: 33px !important; }
  .esim-restyling .u-pb-s {
    padding-bottom: 33px !important; }
  .esim-restyling .u-pb-m {
    padding-bottom: 40px !important; }
  .esim-restyling .u-pb-l {
    padding-bottom: 40px !important; }
  .esim-restyling .u-pb-xl {
    padding-bottom: 40px !important; }
  .esim-restyling .u-pb-xxl {
    padding-bottom: 50px !important; }
  .esim-restyling .u-pb-xxxl {
    padding-bottom: 50px !important; }
  .esim-restyling .u-pb-xxxxl {
    padding-bottom: 50px !important; }
  @media (min-width: 768px) {
    .esim-restyling .u-pb-xxxxs {
      padding-bottom: 17px !important; }
    .esim-restyling .u-pb-xxxs {
      padding-bottom: 24px !important; }
    .esim-restyling .u-pb-xxs {
      padding-bottom: 33px !important; }
    .esim-restyling .u-pb-xs {
      padding-bottom: 48px !important; }
    .esim-restyling .u-pb-s {
      padding-bottom: 53px !important; }
    .esim-restyling .u-pb-m {
      padding-bottom: 60px !important; }
    .esim-restyling .u-pb-l {
      padding-bottom: 83px !important; }
    .esim-restyling .u-pb-xl {
      padding-bottom: 109px !important; }
    .esim-restyling .u-pb-xxl {
      padding-bottom: 125px !important; }
    .esim-restyling .u-pb-xxxl {
      padding-bottom: 160px !important; }
    .esim-restyling .u-pb-xxxxl {
      padding-bottom: 230px !important; } }
  .esim-restyling .u-pt-xxxxs {
    padding-top: 17px !important; }
  .esim-restyling .u-pt-xxxs {
    padding-top: 19px !important; }
  .esim-restyling .u-pt-xxs {
    padding-top: 28px !important; }
  .esim-restyling .u-pt-xs {
    padding-top: 33px !important; }
  .esim-restyling .u-pt-s {
    padding-top: 33px !important; }
  .esim-restyling .u-pt-m {
    padding-top: 40px !important; }
  .esim-restyling .u-pt-l {
    padding-top: 40px !important; }
  .esim-restyling .u-pt-xl {
    padding-top: 40px !important; }
  .esim-restyling .u-pt-xxl {
    padding-top: 50px !important; }
  .esim-restyling .u-pt-xxxl {
    padding-top: 50px !important; }
  .esim-restyling .u-pt-xxxxl {
    padding-top: 50px !important; }
  @media (min-width: 768px) {
    .esim-restyling .u-pt-xxxxs {
      padding-top: 17px !important; }
    .esim-restyling .u-pt-xxxs {
      padding-top: 24px !important; }
    .esim-restyling .u-pt-xxs {
      padding-top: 33px !important; }
    .esim-restyling .u-pt-xs {
      padding-top: 48px !important; }
    .esim-restyling .u-pt-s {
      padding-top: 53px !important; }
    .esim-restyling .u-pt-m {
      padding-top: 60px !important; }
    .esim-restyling .u-pt-l {
      padding-top: 83px !important; }
    .esim-restyling .u-pt-xl {
      padding-top: 109px !important; }
    .esim-restyling .u-pt-xxl {
      padding-top: 125px !important; }
    .esim-restyling .u-pt-xxxl {
      padding-top: 160px !important; }
    .esim-restyling .u-pt-xxxxl {
      padding-top: 230px !important; } }
  .esim-restyling .text-size--xxxs {
    font-size: 10px;
    line-height: 12px; }
  .esim-restyling .text-size--xxs {
    font-size: 12px;
    line-height: 18px; }
  .esim-restyling .text-size--xs {
    font-size: 14px;
    line-height: 24px; }
  .esim-restyling .text-size--s {
    font-size: 16px;
    line-height: 24px; }
  .esim-restyling .text-size--m {
    font-size: 14px;
    line-height: 24px; }
    @media (min-width: 768px) {
      .esim-restyling .text-size--m {
        font-size: 18px;
        line-height: 28px; } }
  .esim-restyling .text-size--l {
    font-size: 16px;
    line-height: 24px; }
    @media (min-width: 768px) {
      .esim-restyling .text-size--l {
        font-size: 20px;
        line-height: 32px; } }
  .esim-restyling .text-size--xl {
    font-size: 18px;
    line-height: 24px; }
    @media (min-width: 768px) {
      .esim-restyling .text-size--xl {
        font-size: 24px;
        line-height: 36px; } }
  .esim-restyling .text-size--xxl {
    font-size: 36px;
    line-height: 48px; }
  .esim-restyling .text-size--xxxl {
    font-size: 24px;
    line-height: 36px; }
    @media (min-width: 768px) {
      .esim-restyling .text-size--xxxl {
        font-size: 40px;
        line-height: 56px; } }
  .esim-restyling .text-size--xxxxl {
    font-size: 44px;
    line-height: 50px; }
    @media (min-width: 768px) {
      .esim-restyling .text-size--xxxxl {
        font-size: 64px;
        line-height: 36px; } }
  .esim-restyling .text-style--bold {
    font-weight: 600; }
  .esim-restyling .text-style--underline {
    text-decoration: underline; }
  .esim-restyling .text-align--center {
    text-align: center; }
  .esim-restyling .e-header {
    position: absolute;
    z-index: 21;
    width: 100%; }
    .esim-restyling .e-header__container {
      background: linear-gradient(180deg, black -126%, rgba(255, 255, 255, 0) 100%);
      color: white;
      height: 80px;
      position: fixed;
      width: 100%;
      transition: all 500ms; }
      @media (min-width: 992px) {
        .esim-restyling .e-header__container {
          height: 100px;
          background: linear-gradient(180deg, black 0%, rgba(255, 255, 255, 0) 100%); } }
    .esim-restyling .e-header__main {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      max-width: 1376px;
      margin: 0 auto;
      height: 80px;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-weight: bold;
      padding-bottom: 18px !important;
      padding-top: 18px !important; }
      @media (min-width: 992px) {
        .esim-restyling .e-header__main {
          height: 100px;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; } }
      .esim-restyling .e-header__main-left {
        width: 240px;
        font-size: 16px;
        line-height: 19px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        @media (min-width: 992px) {
          .esim-restyling .e-header__main-left {
            font-size: 25px;
            line-height: 30px; } }
        .esim-restyling .e-header__main-left-line-break {
          white-space: nowrap; }
          @media (min-width: 992px) {
            .esim-restyling .e-header__main-left-line-break {
              padding-right: 40px;
              white-space: inherit; } }
        .esim-restyling .e-header__main-left-nav-mobile {
          display: block; }
          @media (min-width: 992px) {
            .esim-restyling .e-header__main-left-nav-mobile {
              display: none; } }
        .esim-restyling .e-header__main-left-tourtech-logo img {
          height: 44px !important; }
          @media (min-width: 992px) {
            .esim-restyling .e-header__main-left-tourtech-logo img {
              height: 60px !important; } }
        .esim-restyling .e-header__main-left-orange-mobile-logo {
          margin-left: 15px; }
          .esim-restyling .e-header__main-left-orange-mobile-logo img {
            height: 36px !important; }
          @media (min-width: 992px) {
            .esim-restyling .e-header__main-left-orange-mobile-logo {
              display: none; } }
        .esim-restyling .e-header__main-left img {
          margin: 0 15px 0 0;
          height: 36px; }
          @media (min-width: 992px) {
            .esim-restyling .e-header__main-left img {
              margin: 0 16px 0 0;
              height: 60px; } }
      .esim-restyling .e-header__main-center {
        width: calc(100% - 240px);
        height: 36px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
        @media (min-width: 992px) {
          .esim-restyling .e-header__main-center {
            height: 56px; } }
        @media (min-width: 1200px) {
          .esim-restyling .e-header__main-center {
            width: calc(100% - 270px); } }
        .esim-restyling .e-header__main-center ul {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          font-size: 16px;
          line-height: 19px;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-justify-content: flex-end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          padding: 0 0 0 0;
          font-weight: 500; }
          @media (min-width: 1200px) {
            .esim-restyling .e-header__main-center ul {
              padding: 0 70px 0 0; } }
          .esim-restyling .e-header__main-center ul li {
            padding: 0 32px 0 0;
            display: none; }
            @media (min-width: 992px) {
              .esim-restyling .e-header__main-center ul li {
                display: block; } }
            .esim-restyling .e-header__main-center ul li:last-child {
              padding: 0;
              /* display:block; */
              position: relative; }
        .esim-restyling .e-header__main-center-cart {
          display: block;
          position: relative;
          z-index: 99; }
      .esim-restyling .e-header__main-right {
        width: 30px;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        display: none; }
        @media (min-width: 1200px) {
          .esim-restyling .e-header__main-right {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex; } }
        .esim-restyling .e-header__main-right img {
          height: 45px; }
      .esim-restyling .e-header__main-cart {
        background-color: #E90000;
        border-radius: 50px;
        width: 14px;
        height: 14px;
        min-width: 10px;
        min-height: 10px;
        font-size: 9px;
        line-height: 9px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        position: absolute;
        top: -5px;
        right: -5px; }
      .esim-restyling .e-header__main-resume {
        box-shadow: #0000003b 0px 25px 20px;
        position: absolute;
        width: 320px;
        right: 0;
        color: black;
        height: auto;
        transition: all 50ms;
        overflow: hidden;
        display: none; }
        @media (min-width: 768px) {
          .esim-restyling .e-header__main-resume {
            right: -20px;
            width: 390px; } }
        @media (min-width: 1200px) {
          .esim-restyling .e-header__main-resume {
            right: -30px; } }
        .esim-restyling .e-header__main-resume-backdrop {
          width: 100%;
          height: 100vh;
          position: fixed;
          left: 0;
          top: 0;
          display: none; }
          .esim-restyling .e-header__main-resume-backdrop.open {
            display: block; }
        .esim-restyling .e-header__main-resume-container {
          padding: 34px 27px;
          background-color: white;
          margin: 20px 0 0 0;
          font-size: 16px;
          line-height: 24px;
          font-weight: 500; }
        .esim-restyling .e-header__main-resume-title {
          font-size: 18px;
          line-height: 22px;
          border-bottom: 1px solid #B6B6B6;
          padding: 0 0 12px 0;
          margin: 0 0 24px 0; }
          @media (min-width: 768px) {
            .esim-restyling .e-header__main-resume-title {
              font-size: 20px;
              line-height: 24px;
              margin: 0 0 28px 0; } }
        .esim-restyling .e-header__main-resume-product-title {
          font-weight: 600;
          font-size: 16px;
          line-height: 22px;
          position: relative;
          padding: 0 35px 20px 0; }
          @media (min-width: 768px) {
            .esim-restyling .e-header__main-resume-product-title {
              font-size: 18px;
              line-height: 24px; } }
          .esim-restyling .e-header__main-resume-product-title img {
            position: absolute;
            right: 0;
            top: -3px;
            cursor: pointer;
            height: 24px; }
        .esim-restyling .e-header__main-resume-product-description {
          margin: 0 0 22px 0; }
          @media (min-width: 768px) {
            .esim-restyling .e-header__main-resume-product-description {
              margin: 0 0 28px 0; } }
          .esim-restyling .e-header__main-resume-product-description ul {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-direction: column;
                -ms-flex-direction: column;
                    flex-direction: column;
            list-style: disc;
            -webkit-align-items: flex-start;
                -ms-flex-align: start;
                    align-items: flex-start;
            padding: 0 0 0 17px; }
            .esim-restyling .e-header__main-resume-product-description ul li {
              display: list-item;
              margin: 0 0 10px 0; }
              @media (min-width: 768px) {
                .esim-restyling .e-header__main-resume-product-description ul li {
                  margin: 0 0 16px 0; } }
              .esim-restyling .e-header__main-resume-product-description ul li:last-child {
                margin: 0;
                display: list-item; }
        .esim-restyling .e-header__main-resume-product-quantity {
          border: 1px solid black;
          border-radius: 6px;
          margin: 0 0 12px 0;
          height: 50px; }
          @media (min-width: 768px) {
            .esim-restyling .e-header__main-resume-product-quantity {
              margin: 0 0 18px 0; } }
          .esim-restyling .e-header__main-resume-product-quantity input {
            color: black !important; }
        .esim-restyling .e-header__main-resume-product-date {
          margin: 0 0 22px 0;
          border: 1px solid black;
          border-radius: 6px;
          height: 50px;
          position: relative; }
          @media (min-width: 768px) {
            .esim-restyling .e-header__main-resume-product-date {
              margin: 0 0 28px 0; } }
          .esim-restyling .e-header__main-resume-product-date .datepicker {
            height: 50px; }
          .esim-restyling .e-header__main-resume-product-date input {
            color: black; }
        .esim-restyling .e-header__main-resume-total {
          font-weight: 600;
          margin: 0 0 24px 0;
          font-size: 18px;
          line-height: 24px;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          border-top: 1px solid #B6B6B6;
          padding: 18px 0 0 0; }
          @media (min-width: 768px) {
            .esim-restyling .e-header__main-resume-total {
              padding: 28px 0 0 0;
              margin: 0 0 42px 0;
              font-size: 20px; } }
        .esim-restyling .e-header__main-resume.open {
          display: block; }
    .esim-restyling .e-header--fixed .e-header__container {
      background-color: black;
      transition: all 500ms; }
  .esim-restyling.white-page .e-header {
    position: relative;
    height: 80px; }
    .esim-restyling.white-page .e-header .e-header__container {
      background-color: black; }
  .esim-restyling .e-text-bg {
    /* height: 90vh;
        height: 100dvh; */
    height: 100vh;
    min-height: 600px;
    max-height: 750px;
    background-color: black;
    color: white; }
    @media (min-width: 768px) {
      .esim-restyling .e-text-bg {
        min-height: 800px;
        max-height: 1000px; } }
    @supports (-webkit-touch-callout: none) {
      .esim-restyling .e-text-bg {
        /* CSS specific to iOS devices */
        height: 90vh !important; } }
    @supports not (-webkit-touch-callout: none) {
      .esim-restyling .e-text-bg {
        /* CSS for other than iOS devices */ } }
    .esim-restyling .e-text-bg__container {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: 100%; }
      .esim-restyling .e-text-bg__container-sub {
        max-width: 1376px;
        margin: 0 auto;
        width: 100%;
        position: relative;
        z-index: 1;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: flex-end;
            -ms-flex-align: end;
                align-items: flex-end;
        background: linear-gradient(360deg, black 17%, rgba(255, 255, 255, 0) 100%); }
        @media (min-width: 768px) {
          .esim-restyling .e-text-bg__container-sub {
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
            background: linear-gradient(90deg, black 17%, rgba(255, 255, 255, 0) 100%); } }
    .esim-restyling .e-text-bg__content {
      max-width: 100%;
      width: 100%;
      text-align: center;
      padding: 0 23px 50px 23px; }
      @media (min-width: 768px) {
        .esim-restyling .e-text-bg__content {
          max-width: 400px;
          text-align: left;
          padding: 0; } }
      .esim-restyling .e-text-bg__content-title h1, .esim-restyling .e-text-bg__content-title h2, .esim-restyling .e-text-bg__content-title h3, .esim-restyling .e-text-bg__content-title h4, .esim-restyling .e-text-bg__content-title h5, .esim-restyling .e-text-bg__content-title h6 {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
      .esim-restyling .e-text-bg__content-title span {
        margin: -5px 0 0 0;
        font-weight: 300; }
      .esim-restyling .e-text-bg__content-list-element {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 0 17px 0;
        text-align: left; }
        .esim-restyling .e-text-bg__content-list-element-left {
          width: 30px; }
        .esim-restyling .e-text-bg__content-list-element-right {
          width: calc(100% - 30px); }
      @media (max-width: 767.98px) {
        .esim-restyling .e-text-bg__content.text-size--s {
          font-size: 14px; } }
    .esim-restyling .e-text-bg img.bg {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%;
      position: absolute;
      right: 0; }
      @media (min-width: 1360px) {
        .esim-restyling .e-text-bg img.bg {
          width: calc(100% - 26vw); } }
  .esim-restyling .e-text-bg-v2__content {
    max-width: 500px; }
  .esim-restyling .e-text--center {
    text-align: left; }
    @media (min-width: 768px) {
      .esim-restyling .e-text--center {
        text-align: center; } }
  .esim-restyling .empty-cart {
    padding-bottom: 50px; }
    .esim-restyling .empty-cart__title {
      font-size: 32px;
      font-style: normal;
      font-weight: 700;
      line-height: 36px;
      text-align: center;
      margin-bottom: 11px;
      margin-top: 23px; }
      @media (min-width: 768px) {
        .esim-restyling .empty-cart__title {
          margin-top: 49px; } }
    .esim-restyling .empty-cart__subtitle {
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
      text-align: center;
      margin-bottom: 37px; }
      @media (min-width: 768px) {
        .esim-restyling .empty-cart__subtitle {
          margin-bottom: 69px; } }
    .esim-restyling .empty-cart__section {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%; }
      .esim-restyling .empty-cart__section:after {
        content: '';
        width: 100%; }
    .esim-restyling .empty-cart__item {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      width: calc(50% - 6px);
      margin-bottom: 30px; }
      @media (min-width: 1076px) {
        .esim-restyling .empty-cart__item {
          width: 291px;
          margin-bottom: 34px; }
          .esim-restyling .empty-cart__item:not(:nth-child(3)):not(:nth-child(6)) {
            margin-right: 58px !important; } }
      .esim-restyling .empty-cart__item:not(:nth-child(2)):not(:nth-child(4)):not(:nth-child(6)) {
        margin-right: 12px; }
    .esim-restyling .empty-cart__text {
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 30px;
      text-align: left;
      margin-top: 12px; }
      @media (min-width: 768px) {
        .esim-restyling .empty-cart__text {
          text-align: center; } }
  .esim-restyling .form__text {
    border: 1px solid black;
    height: 56px;
    width: 100%;
    border-radius: 6px;
    padding: 0 20px;
    margin: 0 0 12px 0;
    font-size: 16px;
    font-weight: bold; }
    .esim-restyling .form__text:last-child {
      margin: 0; }
    .esim-restyling .form__text::-webkit-input-placeholder {
      color: black !important;
      font-size: 16px;
      font-weight: normal; }
    .esim-restyling .form__text:-ms-input-placeholder {
      color: black !important;
      font-size: 16px;
      font-weight: normal; }
    .esim-restyling .form__text::placeholder {
      color: black !important;
      font-size: 16px;
      font-weight: normal; }
  .esim-restyling .form__steps {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    font-size: 13px;
    max-width: 650px;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .esim-restyling .form__steps {
        font-size: 16px; } }
    .esim-restyling .form__steps-numbers {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .esim-restyling .form__steps-numbers-element {
        width: 64px;
        height: 64px;
        border-radius: 64px;
        background-color: #F4F4F4;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        position: relative;
        color: #ADADAD;
        border: 9px solid white;
        font-weight: 600;
        font-size: 12px; }
        @media (min-width: 768px) {
          .esim-restyling .form__steps-numbers-element {
            width: 68px;
            height: 68px;
            border-radius: 68px; } }
        .esim-restyling .form__steps-numbers-element.active {
          background-color: #D5C3ED;
          color: black; }
        .esim-restyling .form__steps-numbers-element.form__steps-numbers-element--movistar.active {
          background-color: #93ccf9; }
    .esim-restyling .form__steps-text {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: 0 -16px;
      text-align: center; }
      @media (min-width: 768px) {
        .esim-restyling .form__steps-text {
          margin: 0 -11px; } }
      .esim-restyling .form__steps-text-element {
        width: 100px;
        font-size: 13px; }
        .esim-restyling .form__steps-text-element.active {
          font-weight: bold; }
    .esim-restyling .form__steps:before {
      content: "";
      border-bottom: 2px solid #B6B6B6;
      width: 100%;
      position: absolute;
      top: 32px;
      margin: auto; }
      @media (min-width: 768px) {
        .esim-restyling .form__steps:before {
          top: 34px; } }
  .esim-restyling .form__panel {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid black; }
    .esim-restyling .form__panel .ul--bullets {
      list-style-type: disc;
      padding-left: 15px;
      margin-top: 20px; }
    .esim-restyling .form__panel-body {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 20px 16px;
      background-image: url("/images/restyling/orange-logo.svg");
      background-repeat: no-repeat;
      background-size: 34px;
      background-position: top 16px right 16px; }
      @media (min-width: 768px) {
        .esim-restyling .form__panel-body {
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row;
          padding: 22px 22px 22px 66px;
          background-position: top 16px left 16px; } }
      .esim-restyling .form__panel-body-left {
        width: 100%;
        padding: 0 0 20px 0; }
        @media (min-width: 768px) {
          .esim-restyling .form__panel-body-left {
            width: 50%;
            padding: 0 0 0 0; } }
        .esim-restyling .form__panel-body-left-footer {
          font-size: 18px;
          font-weight: 600;
          padding: 16px 0 0 0; }
      .esim-restyling .form__panel-body-right {
        width: 100%; }
        @media (min-width: 768px) {
          .esim-restyling .form__panel-body-right {
            width: 50%; } }
      .esim-restyling .form__panel-body-input {
        border: 1px solid black;
        height: 56px;
        border-radius: 8px;
        margin: 0 0 12px 0;
        position: relative; }
        .esim-restyling .form__panel-body-input input {
          color: black !important; }
    .esim-restyling .form__panel-footer {
      font-weight: bold;
      font-size: 16px;
      padding: 16px 20px;
      background-color: black;
      color: white;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media (min-width: 768px) {
        .esim-restyling .form__panel-footer {
          padding: 12px 50px;
          -webkit-justify-content: flex-end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          font-size: 24px; } }
      .esim-restyling .form__panel-footer .total {
        font-size: 16px;
        margin: 0 10px 0 0; }
  .esim-restyling .form__payment {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 0 0; }
    @media (min-width: 768px) {
      .esim-restyling .form__payment {
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        padding: 0 0 40px 0; } }
    .esim-restyling .form__payment-left {
      width: 100%; }
      @media (min-width: 768px) {
        .esim-restyling .form__payment-left {
          width: 50%; } }
    .esim-restyling .form__payment-right {
      padding: 30px 0 0 0;
      width: 100%;
      text-align: center;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end; }
      @media (min-width: 768px) {
        .esim-restyling .form__payment-right {
          width: 50%;
          padding: 0 0 0 94px; } }
      .esim-restyling .form__payment-right img {
        width: 100%;
        max-width: 250px;
        margin: 0 auto;
        position: relative; }
        @media (min-width: 768px) {
          .esim-restyling .form__payment-right img {
            position: absolute;
            max-width: 340px; } }
        @media (min-width: 1200px) {
          .esim-restyling .form__payment-right img {
            max-width: 440px; } }
    .esim-restyling .form__payment-title {
      font-size: 16px;
      line-height: 24px;
      font-weight: bold;
      margin: 0 0 14px 0; }
      .esim-restyling .form__payment-title .subtitle {
        padding: 5px 0 0 0;
        font-weight: 500; }
    .esim-restyling .form__payment--column {
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .esim-restyling .form__payment--column .form__payment-left {
        max-width: 360px;
        width: 100%; }
    .esim-restyling .form__payment--fullwidth .form__payment-left {
      width: 100%; }
  .esim-restyling .e-image-form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 768px) {
      .esim-restyling .e-image-form {
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; } }
    .esim-restyling .e-image-form__left {
      width: 100%;
      display: none;
      background-size: cover; }
      @media (min-width: 768px) {
        .esim-restyling .e-image-form__left {
          display: block;
          width: 40%; } }
      @media (min-width: 1200px) {
        .esim-restyling .e-image-form__left {
          width: 50%; } }
    .esim-restyling .e-image-form__right {
      background-color: #BFE7F5;
      width: 100%; }
      @media (min-width: 768px) {
        .esim-restyling .e-image-form__right {
          width: 60%;
          height: 1100px; } }
      @media (min-width: 1200px) {
        .esim-restyling .e-image-form__right {
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row;
          width: 50%; } }
      .esim-restyling .e-image-form__right-box {
        max-width: 100%;
        padding: 0; }
        @media (min-width: 768px) {
          .esim-restyling .e-image-form__right-box {
            padding: 33px 33px; } }
        @media (min-width: 992px) {
          .esim-restyling .e-image-form__right-box {
            padding: 43px 68px;
            max-width: calc(1376px/2); } }
      .esim-restyling .e-image-form__right-form {
        background-color: black;
        border-radius: 0;
        padding: 35px 28px;
        color: white; }
        @media (min-width: 768px) {
          .esim-restyling .e-image-form__right-form {
            border-radius: 20px;
            padding: 40px; } }
        .esim-restyling .e-image-form__right-form-title {
          margin: 0 0 24px 0; }
          .esim-restyling .e-image-form__right-form-title .numb {
            font-weight: bold;
            font-size: 64px;
            line-height: 70px;
            margin: 0 -10px 0 0; }
          .esim-restyling .e-image-form__right-form-title .txt {
            font-size: 40px;
            line-height: 56px; }
        .esim-restyling .e-image-form__right-form-description {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          margin: 0 0 28px 0; }
          @media (min-width: 768px) {
            .esim-restyling .e-image-form__right-form-description {
              margin: 0 0 33px 0; } }
          .esim-restyling .e-image-form__right-form-description-left {
            width: 50%; }
          .esim-restyling .e-image-form__right-form-description-right {
            width: 50%;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-direction: column;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-align-items: flex-end;
                -ms-flex-align: end;
                    align-items: flex-end; }
        .esim-restyling .e-image-form__right-form-actions {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          margin: 0 0 28px 0; }
          @media (min-width: 768px) {
            .esim-restyling .e-image-form__right-form-actions {
              margin: 0 0 33px 0; } }
          .esim-restyling .e-image-form__right-form-actions-left {
            width: 50%;
            padding: 0 12px 0 0; }
          .esim-restyling .e-image-form__right-form-actions-right {
            width: 50%;
            padding: 0 0 0 12px; }
          .esim-restyling .e-image-form__right-form-actions-box {
            border: 1.5px solid white;
            width: 100%;
            height: 56px;
            border-radius: 8px;
            position: relative; }
        .esim-restyling .e-image-form__right-form-tabs {
          padding: 10px 20px 50px 20px; }
          @media (min-width: 768px) {
            .esim-restyling .e-image-form__right-form-tabs {
              padding: 0; } }
  .esim-restyling .product-count {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    font-size: 22px; }
    .esim-restyling .product-count a {
      width: 50px;
      display: block;
      text-align: center; }
    .esim-restyling .product-count input {
      background-color: transparent;
      border: 0;
      color: white;
      text-align: center;
      width: calc(100% - 100px);
      font-size: 16px; }
  .esim-restyling .e-tabs {
    font-size: 18px;
    line-height: 22px; }
    .esim-restyling .e-tabs ul {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      border-bottom: 2px solid black;
      margin: 0 0 44px 0; }
      .esim-restyling .e-tabs ul li {
        padding: 0 55px 0 0; }
        .esim-restyling .e-tabs ul li:last-child {
          padding: 0 0 0 0; }
        .esim-restyling .e-tabs ul li a {
          height: 100%;
          padding: 0 0 20px 0;
          display: block; }
        .esim-restyling .e-tabs ul li.tab-active a {
          border-bottom: 4px solid black;
          font-weight: bold; }
    .esim-restyling .e-tabs__content-element {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin: 0 0 18px 0; }
      @media (min-width: 768px) {
        .esim-restyling .e-tabs__content-element {
          margin: 0 0 24px 0; } }
      .esim-restyling .e-tabs__content-element:last-child {
        margin: 0; }
      .esim-restyling .e-tabs__content-element-left {
        width: 35px; }
      .esim-restyling .e-tabs__content-element-right {
        width: calc(100% - 35px); }
      .esim-restyling .e-tabs__content-element .tit {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 2px 0; }
        @media (min-width: 768px) {
          .esim-restyling .e-tabs__content-element .tit {
            font-size: 20px;
            line-height: 24px; } }
        .esim-restyling .e-tabs__content-element .tit.size-s {
          font-size: 14px;
          line-height: 24px; }
          @media (min-width: 768px) {
            .esim-restyling .e-tabs__content-element .tit.size-s {
              font-size: 16px;
              line-height: 24px; } }
        .esim-restyling .e-tabs__content-element .tit + .txt {
          margin: 5px 0 0 0; }
      .esim-restyling .e-tabs__content-element .txt {
        font-size: 14px;
        line-height: 24px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        margin: 0;
        border: 0; }
        @media (min-width: 768px) {
          .esim-restyling .e-tabs__content-element .txt {
            font-size: 16px;
            line-height: 24px; } }
        .esim-restyling .e-tabs__content-element .txt + .txt {
          margin: 18px 0 0 0; }
          @media (min-width: 768px) {
            .esim-restyling .e-tabs__content-element .txt + .txt {
              margin: 24px 0 0 0; } }
    .esim-restyling .e-tabs__mobile-title {
      padding: 0 0 9px 0;
      border-bottom: 1px solid black;
      margin: 0 0 26px 0;
      background-image: url("/images/restyling/arrow-down.svg");
      background-repeat: no-repeat;
      background-position: right 10px top 8px;
      font-weight: 600; }
      @media (min-width: 768px) {
        .esim-restyling .e-tabs__mobile-title {
          margin: 0 0 33px 0; } }
    .esim-restyling .e-tabs__mobile-content {
      display: none;
      margin: 0 0 33px 0; }
    .esim-restyling .e-tabs__mobile.active .e-tabs__mobile-content {
      display: block; }
    .esim-restyling .e-tabs__mobile.active .e-tabs__mobile-title {
      background-image: url("/images/restyling/arrow-up.svg"); }
    .esim-restyling .e-tabs.desktop {
      display: none; }
      @media (min-width: 768px) {
        .esim-restyling .e-tabs.desktop {
          display: block; } }
    .esim-restyling .e-tabs.mobile {
      display: block;
      padding: 0px 20px 20px 20px; }
      @media (min-width: 768px) {
        .esim-restyling .e-tabs.mobile {
          display: none; } }
  .esim-restyling .e-blocks {
    text-align: center;
    max-width: 300px;
    margin: auto; }
    @media (min-width: 768px) {
      .esim-restyling .e-blocks {
        max-width: 100%;
        margin: auto; } }
    .esim-restyling .e-blocks__body {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      font-size: 16px;
      line-height: 24px;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .esim-restyling .e-blocks__body.desktop {
        display: none; }
        @media (min-width: 768px) {
          .esim-restyling .e-blocks__body.desktop {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex; } }
      .esim-restyling .e-blocks__body.mobile {
        display: block; }
        @media (min-width: 768px) {
          .esim-restyling .e-blocks__body.mobile {
            display: none; } }
    .esim-restyling .e-blocks__element {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%;
      margin: 0 auto 0 auto;
      padding: 0 20px; }
      @media (min-width: 768px) {
        .esim-restyling .e-blocks__element {
          width: calc(100%/2);
          margin: 0; } }
      @media (min-width: 992px) {
        .esim-restyling .e-blocks__element {
          width: calc(100%/4);
          padding: 0 40px; } }
      .esim-restyling .e-blocks__element:nth-child(1), .esim-restyling .e-blocks__element:nth-child(2), .esim-restyling .e-blocks__element:nth-child(3) {
        margin: 0 auto 30px auto; }
        @media (min-width: 768px) {
          .esim-restyling .e-blocks__element:nth-child(1), .esim-restyling .e-blocks__element:nth-child(2), .esim-restyling .e-blocks__element:nth-child(3) {
            margin: 0 0 60px 0; } }
        @media (min-width: 992px) {
          .esim-restyling .e-blocks__element:nth-child(1), .esim-restyling .e-blocks__element:nth-child(2), .esim-restyling .e-blocks__element:nth-child(3) {
            margin: 0 0 80px 0; } }
      .esim-restyling .e-blocks__element-icon {
        margin: 0 0 10px 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
        @media (min-width: 768px) {
          .esim-restyling .e-blocks__element-icon {
            margin: 0 0 22px 0; } }
      .esim-restyling .e-blocks__element-title {
        margin: 0 0 0 0; }
        @media (min-width: 768px) {
          .esim-restyling .e-blocks__element-title {
            margin: 0 0 8px 0; } }
      .esim-restyling .e-blocks__element-description {
        font-size: 16px;
        line-height: 24px; }
  .esim-restyling .e-text-image {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 768px) {
      .esim-restyling .e-text-image {
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; } }
    .esim-restyling .e-text-image__left {
      width: 100%;
      padding: 0 0 40px 0; }
      @media (min-width: 768px) {
        .esim-restyling .e-text-image__left {
          width: 50%;
          padding: 0 40px 0 0; } }
      .esim-restyling .e-text-image__left img {
        position: relative;
        top: -55px;
        margin: 0 0 -55px 0;
        width: 100%;
        max-height: 390px;
        width: 100%; }
        @media (min-width: 768px) {
          .esim-restyling .e-text-image__left img {
            width: auto;
            top: 0;
            margin: 0 0 0 0;
            max-height: inherit;
            width: 100%; } }
        @media (min-width: 1200px) {
          .esim-restyling .e-text-image__left img {
            top: -140px;
            margin: 0 0 -140px 0; } }
    .esim-restyling .e-text-image__right {
      width: 100%; }
      @media (min-width: 768px) {
        .esim-restyling .e-text-image__right {
          width: 50%; } }
      .esim-restyling .e-text-image__right-header {
        text-align: center; }
        @media (min-width: 768px) {
          .esim-restyling .e-text-image__right-header {
            text-align: left; } }
      .esim-restyling .e-text-image__right-body {
        padding: 0 15px; }
        @media (min-width: 768px) {
          .esim-restyling .e-text-image__right-body {
            padding: 0; } }
    .esim-restyling .e-text-image__element {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin: 0 0 24px 0; }
      .esim-restyling .e-text-image__element:last-child {
        margin: 0; }
      .esim-restyling .e-text-image__element-left {
        width: 40px; }
        .esim-restyling .e-text-image__element-left-number {
          width: 27px;
          height: 27px;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          background-color: #D5C3ED;
          border-radius: 27px;
          font-size: 10px;
          line-height: 14px;
          font-weight: 600; }
      .esim-restyling .e-text-image__element-right {
        width: calc(100% - 40px); }
  .esim-restyling .e-list-image__header {
    text-align: center; }
    .esim-restyling .e-list-image__header-description {
      max-width: 750px;
      margin: 0 auto; }
  .esim-restyling .e-list-image__body {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 36px 0 0 0; }
    @media (min-width: 768px) {
      .esim-restyling .e-list-image__body {
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; } }
    .esim-restyling .e-list-image__body-left {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .esim-restyling .e-list-image__body-left ul {
        list-style: disc;
        padding: 0;
        font-size: 14px;
        line-height: 22px;
        -webkit-column-count: 3;
                column-count: 3;
        margin: 0 0 0 15px; }
        @media (min-width: 768px) {
          .esim-restyling .e-list-image__body-left ul {
            -webkit-column-count: 2;
                    column-count: 2;
            padding: 0 36px 0 15px;
            margin: 0; } }
        .esim-restyling .e-list-image__body-left ul li {
          width: 100%; }
      .esim-restyling .e-list-image__body-left-box {
        width: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 10px 0 0 0; }
        @media (min-width: 768px) {
          .esim-restyling .e-list-image__body-left-box {
            padding: 0 0 0 0; } }
        @media (min-width: 992px) {
          .esim-restyling .e-list-image__body-left-box {
            width: 300px;
            padding: 100px 0 0 0; } }
      .esim-restyling .e-list-image__body-left-subtitle {
        font-size: 14px;
        line-height: 24px;
        padding: 42px 0 0 0;
        color: black;
        display: block;
        text-align: center; }
        @media (min-width: 768px) {
          .esim-restyling .e-list-image__body-left-subtitle {
            display: none; } }
    .esim-restyling .e-list-image__body-right {
      width: 100%; }
      @media (min-width: 768px) {
        .esim-restyling .e-list-image__body-right {
          width: calc(100% - 300px); } }
      .esim-restyling .e-list-image__body-right-subtitle {
        font-size: 14px;
        line-height: 24px;
        padding: 10px 0 0 60px;
        color: #62696C;
        display: none; }
        @media (min-width: 768px) {
          .esim-restyling .e-list-image__body-right-subtitle {
            display: block; } }
      .esim-restyling .e-list-image__body-right img {
        width: calc(100% + 160px); }
        @media (min-width: 768px) {
          .esim-restyling .e-list-image__body-right img {
            width: 100%; } }
      @media (min-width: 992px) {
        .esim-restyling .e-list-image__body-right .europe-map {
          -webkit-transform: translateY(-50px);
              -ms-transform: translateY(-50px);
                  transform: translateY(-50px); } }
  .esim-restyling .e-accordion {
    font-size: 16px;
    line-height: 24px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    @media (min-width: 1200px) {
      .esim-restyling .e-accordion {
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; } }
    .esim-restyling .e-accordion__left {
      width: 100%; }
      @media (min-width: 1200px) {
        .esim-restyling .e-accordion__left {
          width: calc(100% - 430px); } }
    .esim-restyling .e-accordion__right {
      width: 430px; }
      .esim-restyling .e-accordion__right img {
        width: 200px;
        position: absolute;
        left: 0;
        margin: 0 0 0 0;
        top: -150px;
        right: 0;
        left: auto; }
        @media (min-width: 1200px) {
          .esim-restyling .e-accordion__right img .adjust {
            top: -188px; } }
        @media (min-width: 1200px) {
          .esim-restyling .e-accordion__right img {
            position: relative;
            width: calc(100% + 210px);
            left: -210px;
            margin: 0 -210px -255px 0;
            top: -255px;
            right: auto; } }
    .esim-restyling .e-accordion__header {
      max-width: 200px; }
      @media (min-width: 768px) {
        .esim-restyling .e-accordion__header {
          max-width: 540px; } }
    .esim-restyling .e-accordion-body {
      display: none; }
      .esim-restyling .e-accordion-body__contents {
        padding: 20px 0 0 0; }
        @media (min-width: 768px) {
          .esim-restyling .e-accordion-body__contents {
            padding: 24px 0 0 0; } }
        .esim-restyling .e-accordion-body__contents a {
          word-break: break-all; }
        .esim-restyling .e-accordion-body__contents * {
          font-family: Lato, serif;
          font-size: 16px;
          letter-spacing: normal; }
    .esim-restyling .e-accordion-header {
      background-image: url("/images/restyling/arrow-down.svg");
      background-repeat: no-repeat;
      padding: 0 0 0 30px;
      background-position: top 9px left;
      font-weight: 600;
      cursor: pointer; }
    .esim-restyling .e-accordion__item {
      border-bottom: 2px solid black;
      padding: 20px 0 20px 0; }
      @media (min-width: 768px) {
        .esim-restyling .e-accordion__item {
          padding: 24px 0 24px 0; } }
      .esim-restyling .e-accordion__item:first-child {
        padding: 0 0 20px 0; }
        @media (min-width: 768px) {
          .esim-restyling .e-accordion__item:first-child {
            padding: 0 0 24px 0; } }
      .esim-restyling .e-accordion__item.active .e-accordion-header {
        background-image: url("/images/restyling/arrow-up.svg"); }
  .esim-restyling .e-text-columns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 40px 0; }
    @media (min-width: 768px) {
      .esim-restyling .e-text-columns {
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        margin: 0 0 0 0; } }
    .esim-restyling .e-text-columns__element {
      width: 100%;
      padding: 0 0 40px 0; }
      @media (min-width: 768px) {
        .esim-restyling .e-text-columns__element {
          width: calc(100%/3);
          padding: 0 20px 0 0; } }
      @media (min-width: 1200px) {
        .esim-restyling .e-text-columns__element {
          padding: 0 120px 0 0; } }
      .esim-restyling .e-text-columns__element-title {
        margin: 0 0 10px 0; }
      .esim-restyling .e-text-columns__element--bottom {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 0 0 40px 0; }
        @media (min-width: 768px) {
          .esim-restyling .e-text-columns__element--bottom {
            padding: 0 0 0 30px; } }
        @media (min-width: 1200px) {
          .esim-restyling .e-text-columns__element--bottom {
            padding: 0 0 0 60px; } }
      .esim-restyling .e-text-columns__element--top {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 0 0 40px 0; }
        .esim-restyling .e-text-columns__element--top:last-child > div {
          margin-top: 0px; }
          @media (min-width: 768px) {
            .esim-restyling .e-text-columns__element--top:last-child > div {
              margin-top: 41px; } }
        @media (min-width: 768px) {
          .esim-restyling .e-text-columns__element--top {
            padding: 0 0 0 30px; } }
        @media (min-width: 1200px) {
          .esim-restyling .e-text-columns__element--top {
            padding: 0 0 0 92px; } }
      .esim-restyling .e-text-columns__element ul {
        list-style: disc;
        padding: 0 0 0 30px; }
        @media (min-width: 768px) {
          .esim-restyling .e-text-columns__element ul {
            padding: 0 0 0 15px; } }
      .esim-restyling .e-text-columns__element-subtitle {
        min-height: 30px;
        margin: 10px 0 0 0;
        font-size: 10px;
        line-height: 12px; }
  .esim-restyling .e-footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: white;
    font-size: 12px;
    line-height: 14px;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .esim-restyling .e-footer__left {
      width: 40px; }
      .esim-restyling .e-footer__left img {
        height: 60px; }
    .esim-restyling .e-footer__right {
      width: calc(100% - 40px);
      text-align: right;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .esim-restyling .e-footer__right ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        margin: 20px 0 0 0; }
        @media (min-width: 768px) {
          .esim-restyling .e-footer__right ul {
            margin: 24px 0 0 0; } }
        .esim-restyling .e-footer__right ul li {
          font-weight: 600;
          padding: 0 18px 0 0; }
          .esim-restyling .e-footer__right ul li:last-child {
            padding: 0; }
  .esim-restyling .plastic-card-title h1 {
    white-space: nowrap; }
  .esim-restyling .plastic-card-title img {
    height: 36px; }
  @media (min-width: 768px) {
    .esim-restyling .plastic-card-title img {
      height: auto; } }
  .esim-restyling .support-input div {
    padding-left: 0 !important; }
  .esim-restyling .support-input button {
    margin-top: -10px; }
  .esim-restyling .support-input a {
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline; }
  .esim-restyling .sim-product-list {
    display: -ms-grid;
    display: grid;
    gap: 10px;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr; }
    @media (min-width: 768px) {
      .esim-restyling .sim-product-list {
        -ms-grid-columns: 1fr 1fr;
            grid-template-columns: 1fr 1fr; } }
    @media (min-width: 992px) {
      .esim-restyling .sim-product-list {
        display: none; } }
  .esim-restyling .sim-product-card {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
    margin-bottom: 15px; }
    .esim-restyling .sim-product-card-image {
      width: 110px;
      height: 110px; }
    .esim-restyling .sim-product-card-data-name {
      font-size: 18px;
      font-weight: 600; }
    .esim-restyling .sim-product-card-data-buttons {
      font-weight: 600;
      font-size: 16px;
      margin-top: 10px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (min-width: 576px) {
        .esim-restyling .sim-product-card-data-buttons {
          gap: 20px; } }
  .esim-restyling .sim-modal img {
    width: 110px;
    height: 110px; }
  .esim-restyling .sim-modal-button {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .esim-restyling .custom-chevron {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("/images/newweb/arrow-down.svg");
    background-position: right 19px center;
    background-repeat: no-repeat; }
  @media (max-width: 991px) {
    .esim-restyling .e-header__main-center {
      width: 50px;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .esim-restyling .e-header__main-left {
      width: 100% !important; }
      .esim-restyling .e-header__main-left-tourtech-logo {
        margin-left: auto; }
      .esim-restyling .e-header__main-left-orange-mobile-logo {
        margin-right: auto; } }
  @media (max-width: 768px) {
    .esim-restyling .e-header__main-left {
      width: calc(100% - 100px);
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-left: 50px; }
      .esim-restyling .e-header__main-left .nav-esim__menu-icon {
        position: absolute;
        margin-top: -20px;
        left: 20px; }
    .esim-restyling .e-header__main-center {
      width: 50px;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .esim-restyling .e-tabs__content-element-right {
      font-size: 14px;
      line-height: 24px; }
      .esim-restyling .e-tabs__content-element-right p {
        margin: 0; }
    .esim-restyling .e-text-bg__content-title {
      font-size: 24px;
      line-height: 29px; }
      .esim-restyling .e-text-bg__content-title strong {
        font-size: 37px;
        line-height: 44px;
        margin: 0 0 10px 0; }
    .esim-restyling .e-tabs__content-element {
      font-size: 16px;
      line-height: 24px; } }
  .esim-restyling .cookies .btn.cookies__btn-config--icon {
    border: 2px solid #000000 !important;
    background-color: white !important; }
    .esim-restyling .cookies .btn.cookies__btn-config--icon:hover {
      background-color: #000 !important; }

.more-text {
  max-height: 0;
  overflow: hidden;
  transition: all ease 0.5s; }
  @media (prefers-reduced-motion: reduce) {
    .more-text {
      transition: none; } }
  .show-more .more-text {
    max-height: 1000px; }
  .more-text ul {
    margin: 0;
    padding-left: 20px; }
  .more-text ul li {
    padding: 3px 0; }

.more-link {
  display: block;
  text-align: center; }
  .more-link:after {
    content: "show more"; }
    .show-more .more-link:after {
      content: "show less"; }

.text-container {
  padding: 0 10px; }

.text-container__info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .text-container__info a {
    text-decoration: underline; }

.text-container__title {
  font-weight: 600;
  font-size: 35px; }
  .text-container__title sup {
    font-size: 25px; }

.more-link-meo, .less-link-meo {
  cursor: pointer; }

.steps {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 5%; }
  @media (min-width: 768px) {
    .steps {
      margin: 0 8.5%; } }
  .steps__position {
    position: relative;
    border: 4px solid #ededed;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 768px) {
      .steps__position {
        width: 45px;
        height: 45px;
        border-radius: 45px; } }
    .steps__position--empty {
      border: 0; }
    .steps__position--focus .steps__position-value {
      border: 0; }
    .steps__position--focus .steps__position-space {
      background-color: white; }
    .steps__position--pass {
      border: 0; }
      .steps__position--pass .steps__position-value {
        height: 10px;
        width: 10px;
        border-radius: 10px;
        border: 4px solid #f66603;
        background-color: #f66603;
        color: white; }
        @media (min-width: 768px) {
          .steps__position--pass .steps__position-value {
            height: 15px;
            width: 15px;
            border-radius: 15px; } }
    .steps__position-value {
      position: absolute;
      width: 25px;
      height: 25px;
      border-radius: 25px;
      background-color: #ededed;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      z-index: 1;
      color: white;
      font-weight: 600;
      font-size: 17px; }
      .steps__position-value-next {
        height: 14px; }
      .steps__position-value--active {
        background-color: #f66603; }
    .steps__position-space {
      height: 4px;
      background-color: #ededed;
      position: absolute;
      width: 100%; }
      .steps__position-space--right {
        width: 50%;
        right: -1px; }
      .steps__position-space--left {
        width: 50%;
        left: -1px; }
  .steps__progression {
    width: calc((100%/4) - 37.25px);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 768px) {
      .steps__progression {
        width: calc((100%/2) - 56.25px); } }
    .steps__progression-element {
      width: 6px;
      height: 6px;
      border-radius: 6px;
      background-color: #f66603; }
    .steps__progression-space {
      height: 4px;
      background-color: #ededed;
      width: 100%; }
      .steps__progression-space--5 {
        width: calc((100%/5) - 4.8px); }
      .steps__progression-space--4 {
        width: calc((100%/4) - 4.5px); }
      .steps__progression-space--2 {
        width: calc(100%/2); }
  .steps__text {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center;
    font-size: 10px;
    color: #b8b8b8; }
    @media (min-width: 768px) {
      .steps__text {
        font-size: 14px; } }
    .steps__text-element {
      width: calc(100%/4); }
      .steps__text-element--active {
        color: #f66603; }
      .steps__text-element--finish {
        color: #00b783; }
  .steps__tabs {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    .steps__tabs-left {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      width: 100%;
      padding-right: 0; }
      @media (min-width: 992px) {
        .steps__tabs-left {
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          width: 100%;
          padding-right: 70px; } }
      .steps__tabs-left a {
        margin: 0 10px 0 0; }
        .steps__tabs-left a:last-child {
          margin-right: 0; }
        @media (min-width: 992px) {
          .steps__tabs-left a {
            margin: 0 0 20px 0; }
            .steps__tabs-left a:last-child {
              margin-bottom: 0; } }
    .steps__tabs-checkbox {
      position: absolute;
      left: 20px;
      width: 26px;
      height: 26px;
      background: white !important;
      border-radius: 30px;
      border: 2px solid #e0e0e0 !important;
      display: none;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (min-width: 768px) {
        .steps__tabs-checkbox {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; } }
      .steps__tabs-checkbox-dot {
        height: 14px;
        width: 14px;
        margin-top: 0;
        margin-left: 0;
        background: white !important;
        border-radius: 20px; }
    .steps__tabs-element {
      border: 2px solid #e0e0e0;
      border-radius: 5px;
      text-align: center;
      font-weight: 500;
      margin-bottom: 0;
      margin-right: 10px;
      width: 100%;
      height: 65px;
      padding: 0 10px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-size: 14px; }
      @media (min-width: 992px) {
        .steps__tabs-element {
          margin-bottom: 20px;
          margin-right: 0;
          padding: 0 20px;
          font-size: 19px;
          height: 80px; } }
      .steps__tabs-element:hover {
        border: 2px solid #000;
        font-weight: 600;
        cursor: pointer; }
      .steps__tabs-element:last-child {
        margin-bottom: 0;
        margin-right: 0; }
      .steps__tabs-element > .arrow {
        height: 50px;
        position: absolute;
        right: 0;
        color: black;
        display: none;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 90px;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
    .steps__tabs-content {
      display: none; }
    .steps__tabs--selected div {
      background: -webkit-gradient(linear, 80% 20%, 10% 21%, from(#6c3377), to(#c60162));
      color: white;
      font-weight: 600;
      border: 0; }
      .steps__tabs--selected div:hover {
        border: 0; }
      .steps__tabs--selected div > .arrow {
        display: none; }
        @media (min-width: 992px) {
          .steps__tabs--selected div > .arrow {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex; } }
    .steps__tabs--selected .steps__tabs-checkbox-dot {
      background-color: black !important; }
  .steps__header-title {
    font-size: 24px; }
    .steps__header-title-txt1 {
      font-family: 'dtac bold';
      font-size: 36px; }
  .steps__header-info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .steps__header-info-left {
      width: calc(100% - 120px); }
      @media (min-width: 576px) {
        .steps__header-info-left {
          width: 100%; } }
    .steps__header-info-right {
      width: 120px;
      display: Flex;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      font-size: 19px; }
      @media (min-width: 576px) {
        .steps__header-info-right {
          width: 100%;
          font-size: 24px; } }
    .steps__header-info-ribbon {
      background-color: #ffd102;
      padding: 15px 25px;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      font-weight: 500;
      font-size: 16px; }
    .steps__header-info-price {
      font-size: 48px;
      line-height: 48px;
      margin-left: 10px;
      font-family: 'dtac bold'; }
  .steps--pass {
    background-color: #f66603; }

.meo_step {
  width: calc((100%/2) - 37.25px); }

.slider--product .slick-list {
  height: 110px; }

.slider--product .slick-dots li.slick-active {
  background-color: black; }

.slider--product .slick-dots li {
  background-color: #00000021; }

.slider--product .slick-dots {
  margin: 0;
  bottom: -25px; }

.slider--product .slick-slider-base-3items {
  width: 100%; }
  .slider--product .slick-slider-base-3items > div {
    margin-bottom: 20px; }

.slider--product .slick-slide {
  padding-right: 7px; }
  .slider--product .slick-slide:last-child {
    padding-right: 0; }

.slider--product .slick-prev,
.slider--product .slick-next {
  display: none !important; }

.slick-slider-one .slick-slide {
  height: auto; }

.slick-slider-one .slick-arrow {
  display: none !important; }

.slick-slider-one .slick-dots {
  width: 100%; }

.slick-slider-one .slick-dots li.slick-active button:before {
  color: #F9A926;
  font-size: 40px; }

.slick-slider-one .slick-dots li button:before {
  color: #D9D9D9; }

.slick-slider-one .slick-dots li {
  margin: 0 2px; }

.message-validation {
  color: #000000;
  border: 2px solid;
  border-radius: 4px;
  box-shadow: 0 0 13px -7px rgba(0, 0, 0, 0.8); }
  .message-validation p {
    padding: 0 1em; }
  .body--orange .message-validation {
    border-color: #ff6600; }
  .body--vodafone .message-validation {
    border-color: #F00000; }
  .message-validation__title {
    font-size: 1.2em; }
  .message-validation__success {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .message-validation--success p {
    padding: 0 2em; }
  .body--orange .message-validation--success,
  .body--vodafone .message-validation--success {
    border: 2px solid #28a745;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2); }

.promo-container-1, .promo-container-2 {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: flex-start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }
  @media (max-height: 870px) {
    .promo-container-1, .promo-container-2 {
      -webkit-justify-content: end;
          -ms-flex-pack: end;
              justify-content: end; } }
  @media (max-width: 700px) {
    .promo-container-1, .promo-container-2 {
      -webkit-justify-content: end;
          -ms-flex-pack: end;
              justify-content: end; } }
  .promo-container-1 .promo-title, .promo-container-2 .promo-title {
    font-size: 49px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 35px;
    display: block; }
    @media (max-width: 768px) {
      .promo-container-1 .promo-title, .promo-container-2 .promo-title {
        font-size: 37px;
        max-width: 350px; } }
    @media (max-width: 576px) {
      .promo-container-1 .promo-title, .promo-container-2 .promo-title {
        margin: 0 auto 35px auto;
        text-align: center; } }
    @media (min-width: 768px) {
      .promo-container-1 .promo-title, .promo-container-2 .promo-title {
        width: 450px !important; } }
  .promo-container-1 .promo-box, .promo-container-2 .promo-box {
    border: 4px solid white;
    padding: 36px;
    width: 519px;
    position: relative; }
    @media (max-width: 600px) {
      .promo-container-1 .promo-box, .promo-container-2 .promo-box {
        width: 100%;
        padding: 33px 20px 33px 24px; } }
    .promo-container-1 .promo-box .promo-box__pretitle, .promo-container-2 .promo-box .promo-box__pretitle {
      font-size: 18px;
      font-weight: 400; }
      @media (max-width: 576px) {
        .promo-container-1 .promo-box .promo-box__pretitle, .promo-container-2 .promo-box .promo-box__pretitle {
          font-size: 14px; } }
    .promo-container-1 .promo-box .promo-box__title, .promo-container-2 .promo-box .promo-box__title {
      font-size: 32px;
      font-weight: 700;
      line-height: 41px;
      max-width: 200px;
      display: block; }
      @media (max-width: 576px) {
        .promo-container-1 .promo-box .promo-box__title, .promo-container-2 .promo-box .promo-box__title {
          font-size: 24px;
          line-height: 28px; } }
      .promo-container-1 .promo-box .promo-box__title.short-text, .promo-container-2 .promo-box .promo-box__title.short-text {
        font-size: 40px !important;
        margin-top: 5px; }
        @media (min-width: 576px) {
          .promo-container-1 .promo-box .promo-box__title.short-text, .promo-container-2 .promo-box .promo-box__title.short-text {
            font-size: 50px !important; } }
    .promo-container-1 .promo-box .promo-box__price, .promo-container-2 .promo-box .promo-box__price {
      font-size: 80px;
      font-weight: 700 !important; }
      @media (max-width: 576px) {
        .promo-container-1 .promo-box .promo-box__price, .promo-container-2 .promo-box .promo-box__price {
          font-size: 60px; } }
    .promo-container-1 .promo-box .promo-box__add-bygb, .promo-container-2 .promo-box .promo-box__add-bygb {
      font-size: 12px;
      font-style: normal;
      font-weight: 800;
      line-height: normal;
      padding: 7px;
      width: 100%;
      text-align: center;
      background-color: #D5C3ED;
      position: absolute;
      color: #000;
      border-radius: 20px;
      display: block;
      bottom: -50px; }
      @media (max-width: 410px) {
        .promo-container-1 .promo-box .promo-box__add-bygb, .promo-container-2 .promo-box .promo-box__add-bygb {
          -webkit-transform: scale(0.8) translateX(10px);
              -ms-transform: scale(0.8) translateX(10px);
                  transform: scale(0.8) translateX(10px);
          bottom: -35px;
          padding: 3px 5px; } }
      @media (min-width: 576px) {
        .promo-container-1 .promo-box .promo-box__add-bygb, .promo-container-2 .promo-box .promo-box__add-bygb {
          bottom: -55px; } }
    .promo-container-1 .promo-box .promo-box__top-sell, .promo-container-2 .promo-box .promo-box__top-sell {
      position: absolute;
      top: -7px;
      right: -12px;
      width: 116px; }
    .promo-container-1 .promo-box .promo-box__claim, .promo-container-2 .promo-box .promo-box__claim {
      margin-bottom: 39px; }
      @media (max-width: 992px) {
        .promo-container-1 .promo-box .promo-box__claim, .promo-container-2 .promo-box .promo-box__claim {
          margin-bottom: 20px; } }
    .promo-container-1 .promo-box .promo-box__info, .promo-container-2 .promo-box .promo-box__info {
      background-color: transparent;
      text-decoration: underline;
      color: white;
      border: none;
      box-shadow: none;
      margin-top: 40px;
      margin-bottom: 24px;
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      display: block;
      cursor: pointer; }
      @media (max-width: 992px) {
        .promo-container-1 .promo-box .promo-box__info, .promo-container-2 .promo-box .promo-box__info {
          margin-top: 18px; } }
    .promo-container-1 .promo-box .btn, .promo-container-2 .promo-box .btn {
      width: 100%;
      max-width: 100% !important; }
      @media (min-width: 768px) {
        .promo-container-1 .promo-box .btn, .promo-container-2 .promo-box .btn {
          width: 100%;
          max-width: 100% !important; } }
    .promo-container-1 .promo-box ul, .promo-container-2 .promo-box ul {
      list-style-type: disc;
      padding-left: 16px;
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      line-height: normal; }
      @media (max-width: 992px) {
        .promo-container-1 .promo-box ul, .promo-container-2 .promo-box ul {
          font-size: 18px; } }
      .promo-container-1 .promo-box ul li, .promo-container-2 .promo-box ul li {
        margin-bottom: 4px; }
  .promo-container-1 .parent-promo__tariffs, .promo-container-2 .parent-promo__tariffs {
    width: 100%; }
    @media (min-width: 768px) {
      .promo-container-1 .parent-promo__tariffs, .promo-container-2 .parent-promo__tariffs {
        width: auto; } }
    .promo-container-1 .parent-promo__tariffs .promo-tariffs, .promo-container-2 .parent-promo__tariffs .promo-tariffs {
      background-color: transparent;
      text-decoration: underline;
      color: white;
      border: none;
      box-shadow: none;
      margin-top: 20px;
      margin-bottom: 25px;
      text-align: center;
      width: 100%;
      font-size: 16px;
      display: block; }
      @media (min-width: 600px) {
        .promo-container-1 .parent-promo__tariffs .promo-tariffs, .promo-container-2 .parent-promo__tariffs .promo-tariffs {
          width: 519px; } }
      @media (min-width: 1600px) {
        .promo-container-1 .parent-promo__tariffs .promo-tariffs, .promo-container-2 .parent-promo__tariffs .promo-tariffs {
          margin-top: 40px;
          margin-bottom: 24px; } }

.promo-packs {
  background-color: #BFE7F5;
  padding-top: 85px;
  padding-bottom: 83px; }
  @media (max-width: 768px) {
    .promo-packs {
      padding-top: 38px;
      padding-bottom: 52px; } }
  .promo-packs__title {
    text-align: center;
    font-size: 32px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 36px !important; }
    @media (max-width: 768px) {
      .promo-packs__title {
        font-size: 20px !important;
        line-height: 36px !important; } }
  .promo-packs__subtitle {
    text-align: center;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 35px !important;
    margin-bottom: 59px !important;
    display: block; }
    @media (max-width: 768px) {
      .promo-packs__subtitle {
        font-size: 18px !important;
        line-height: 28px !important;
        margin-bottom: 38px !important; } }
  @media (min-width: 992px) {
    .promo-packs__row {
      margin-left: 20px !important;
      margin-right: 20px !important; }
      .promo-packs__row .col-12 {
        padding-left: 10px !important;
        padding-right: 10px !important; }
        .promo-packs__row .col-12 .promo-container-2.u-px-contain {
          padding-left: 0px !important;
          padding-right: 0px !important; } }

.promo-container-2 {
  background: transparent !important;
  height: 100%; }
  .promo-container-2 .promo-box {
    border: none;
    width: 100%;
    background-color: #000;
    color: white;
    padding: 38px 30px 38px 33px;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (max-width: 600px) {
      .promo-container-2 .promo-box {
        padding: 24px 22px; } }
    .promo-container-2 .promo-box__present {
      display: none;
      text-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      background-color: #FFFFFF33;
      padding-top: 20px;
      padding-bottom: 9px;
      margin-left: -36px;
      margin-right: -36px; }
      @media (min-width: 768px) and (max-width: 992px) {
        .promo-container-2 .promo-box__present {
          margin-bottom: 14px !important; } }
      @media (max-width: 768px) {
        .promo-container-2 .promo-box__present {
          margin-bottom: 18px !important; } }
      .promo-container-2 .promo-box__present img {
        width: 44px;
        margin-top: -43px; }
        @media (max-width: 768px) {
          .promo-container-2 .promo-box__present img {
            width: 40px;
            margin-top: -40px; } }
    .promo-container-2 .promo-box__pretitle {
      margin-bottom: 4px;
      white-space: nowrap; }
    .promo-container-2 .promo-box__title {
      font-size: 40px !important; }
    .promo-container-2 .promo-box__titlelong {
      font-size: 26px !important;
      line-height: 26px; }
    @media (max-width: 992px) {
      .promo-container-2 .promo-box__claim {
        margin-bottom: 36px !important; } }
    .promo-container-2 .promo-box__info {
      margin-top: 32px !important; }
      @media (max-width: 768px) {
        .promo-container-2 .promo-box__info {
          margin-bottom: 24px !important; } }
      @media (min-width: 768px) and (max-width: 992px) {
        .promo-container-2 .promo-box__info {
          margin-bottom: 32px !important; } }
    .promo-container-2 .promo-box .present__info {
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      margin-top: 2px;
      margin-bottom: 2px; }
    .promo-container-2 .promo-box .present__info_extra {
      font-size: 10px; }
    .promo-container-2 .promo-box .present__title {
      font-size: 22px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      text-transform: uppercase; }
    .promo-container-2 .promo-box > .e-text-bg__content-list {
      margin-bottom: auto; }
    .promo-container-2 .promo-box > div:last-child {
      margin-top: 39px; }
      @media (max-width: 768px) {
        .promo-container-2 .promo-box > div:last-child {
          margin-top: 4px; } }
      @media (min-width: 768px) and (max-width: 992px) {
        .promo-container-2 .promo-box > div:last-child {
          margin-top: 18px; } }
  .promo-container-2.present .promo-box__present {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .promo-container-2 .promo-box__container--2 .promo-box__title {
    line-height: normal;
    font-size: 32px !important;
    max-width: 123px; }
  .promo-container-2 .promo-box__container--2 .promo-box__price {
    line-height: normal;
    font-size: 43px; }
  .promo-container-2 .promo-box__container--2 .promo-box__price-info {
    text-align: right;
    font-size: 12px; }

.form__panel-body .present-highlighted {
  background-color: #BFE7F5;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  height: 19px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 6px; }

.form__panel-body .top-highlighted {
  background-color: #DE0000;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  height: 19px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 6px; }
  @media (max-width: 575px) {
    .form__panel-body .top-highlighted {
      margin-top: 7px; } }
  .form__panel-body .top-highlighted--title {
    font-size: 20px;
    margin-right: 7px; }

.form__panel-body ul {
  list-style-type: disc;
  padding-left: 15px;
  margin-top: 13px; }

.promo-modal {
  min-width: 100%;
  width: 100%;
  max-width: 100%; }
  @media (min-width: 1200px) {
    .promo-modal {
      min-width: 1160px;
      width: 1160px;
      max-width: 1160px; } }

.nav-steps {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .body--esim .nav-steps--esim .nav-step:last-child .nav-link:before {
    content: none; }
  .body--esim .nav-steps--esim .nav-link {
    position: relative; }
    @media (min-width: 992px) {
      .body--esim .nav-steps--esim .nav-link:before {
        content: '';
        position: absolute;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        display: block;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 185.343 185.343'%3E%3Cpath fill='%239aa1a7' d='M51.707 185.343a10.692 10.692 0 01-7.593-3.149 10.724 10.724 0 010-15.175l74.352-74.347L44.114 18.32c-4.194-4.194-4.194-10.987 0-15.175 4.194-4.194 10.987-4.194 15.18 0l81.934 81.934c4.194 4.194 4.194 10.987 0 15.175l-81.934 81.939a10.678 10.678 0 01-7.587 3.15z'/%3E%3C/svg%3E");
        background-size: 12px;
        width: 12px;
        height: 12px;
        right: -3px;
        top: 52%; } }
    .body--esim .nav-steps--esim .nav-link.disabled {
      color: #9aa1a7; }
  .body--esim .nav-steps--tourtechshop .nav-step:last-child .nav-link:before {
    content: none; }
  .body--esim .nav-steps--tourtechshop .nav-link {
    position: relative; }
    @media (min-width: 992px) {
      .body--esim .nav-steps--tourtechshop .nav-link:before {
        content: '';
        position: absolute;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        display: block;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 185.343 185.343'%3E%3Cpath fill='%239aa1a7' d='M51.707 185.343a10.692 10.692 0 01-7.593-3.149 10.724 10.724 0 010-15.175l74.352-74.347L44.114 18.32c-4.194-4.194-4.194-10.987 0-15.175 4.194-4.194 10.987-4.194 15.18 0l81.934 81.934c4.194 4.194 4.194 10.987 0 15.175l-81.934 81.939a10.678 10.678 0 01-7.587 3.15z'/%3E%3C/svg%3E");
        background-size: 12px;
        width: 12px;
        height: 12px;
        right: -3px;
        top: 52%; } }
    .body--esim .nav-steps--tourtechshop .nav-link.disabled {
      color: #9aa1a7; }
  .body--tourtechshop .nav-steps--tourtechshop .nav-step:last-child .nav-link:before {
    content: none; }
  .body--tourtechshop .nav-steps--tourtechshop .nav-link {
    position: relative; }
    @media (min-width: 992px) {
      .body--tourtechshop .nav-steps--tourtechshop .nav-link:before {
        content: '';
        position: absolute;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        display: block;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 185.343 185.343'%3E%3Cpath fill='%239aa1a7' d='M51.707 185.343a10.692 10.692 0 01-7.593-3.149 10.724 10.724 0 010-15.175l74.352-74.347L44.114 18.32c-4.194-4.194-4.194-10.987 0-15.175 4.194-4.194 10.987-4.194 15.18 0l81.934 81.934c4.194 4.194 4.194 10.987 0 15.175l-81.934 81.939a10.678 10.678 0 01-7.587 3.15z'/%3E%3C/svg%3E");
        background-size: 12px;
        width: 12px;
        height: 12px;
        right: -3px;
        top: 52%; } }
    .body--tourtechshop .nav-steps--tourtechshop .nav-link.disabled {
      color: #9aa1a7; }
  .body--tourtechshop .nav-steps--tourtechshop .nav-step:last-child .nav-link:before {
    content: none; }
  .body--tourtechshop .nav-steps--tourtechshop .nav-link {
    position: relative; }
    @media (min-width: 992px) {
      .body--tourtechshop .nav-steps--tourtechshop .nav-link:before {
        content: '';
        position: absolute;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        display: block;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 185.343 185.343'%3E%3Cpath fill='%239aa1a7' d='M51.707 185.343a10.692 10.692 0 01-7.593-3.149 10.724 10.724 0 010-15.175l74.352-74.347L44.114 18.32c-4.194-4.194-4.194-10.987 0-15.175 4.194-4.194 10.987-4.194 15.18 0l81.934 81.934c4.194 4.194 4.194 10.987 0 15.175l-81.934 81.939a10.678 10.678 0 01-7.587 3.15z'/%3E%3C/svg%3E");
        background-size: 12px;
        width: 12px;
        height: 12px;
        right: -3px;
        top: 52%; } }
    .body--tourtechshop .nav-steps--tourtechshop .nav-link.disabled {
      color: #9aa1a7; }
  .body--esim .nav-steps {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 992px) {
      .body--esim .nav-steps {
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; } }
  .body--tourtechshop .nav-steps {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 992px) {
      .body--tourtechshop .nav-steps {
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; } }
  .nav-steps .nav-step {
    border-bottom: 1px solid #dee2e6; }
    .body--esim .nav-steps .nav-step:last-child {
      border-bottom: none; }
    @media (min-width: 992px) {
      .body--esim .nav-steps .nav-step {
        border-bottom: none; } }
    .body--tourtechshop .nav-steps .nav-step:last-child {
      border-bottom: none; }
    @media (min-width: 992px) {
      .body--tourtechshop .nav-steps .nav-step {
        border-bottom: none; } }
  .nav-steps .nav-link {
    position: relative;
    padding-left: 0; }
    @media (min-width: 992px) {
      .nav-steps .nav-link {
        margin-right: 10px; } }
    .body--orange .nav-steps .nav-link.active, .body--esim .nav-steps .nav-link.active {
      color: #ff6600; }
    .body--vodafone .nav-steps .nav-link.active {
      color: #F00000; }
    .body--generic .nav-steps .nav-link.active {
      color: #176FA6;
      font-weight: bold; }
    .body--orange .nav-steps .nav-link.disabled,
    .body--vodafone .nav-steps .nav-link.disabled {
      position: relative;
      color: #9aa1a7; }
      .body--orange .nav-steps .nav-link.disabled:before,
      .body--vodafone .nav-steps .nav-link.disabled:before {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        display: block;
        width: 20px;
        height: 20px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%2328a745' d='M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z'/%3E%3C/svg%3E");
        background-size: 20px; }
        @media (min-width: 992px) {
          .body--esim .body--orange .nav-steps .nav-link.disabled:before, .body--esim
          .body--vodafone .nav-steps .nav-link.disabled:before {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 185.343 185.343'%3E%3Cpath fill='%239aa1a7' d='M51.707 185.343a10.692 10.692 0 01-7.593-3.149 10.724 10.724 0 010-15.175l74.352-74.347L44.114 18.32c-4.194-4.194-4.194-10.987 0-15.175 4.194-4.194 10.987-4.194 15.18 0l81.934 81.934c4.194 4.194 4.194 10.987 0 15.175l-81.934 81.939a10.678 10.678 0 01-7.587 3.15z'/%3E%3C/svg%3E");
            background-size: 12px;
            width: 12px;
            height: 12px;
            right: -3px;
            top: 52%; } }
        @media (min-width: 992px) {
          .body--tourtechshop .body--orange .nav-steps .nav-link.disabled:before, .body--tourtechshop
          .body--vodafone .nav-steps .nav-link.disabled:before {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 185.343 185.343'%3E%3Cpath fill='%239aa1a7' d='M51.707 185.343a10.692 10.692 0 01-7.593-3.149 10.724 10.724 0 010-15.175l74.352-74.347L44.114 18.32c-4.194-4.194-4.194-10.987 0-15.175 4.194-4.194 10.987-4.194 15.18 0l81.934 81.934c4.194 4.194 4.194 10.987 0 15.175l-81.934 81.939a10.678 10.678 0 01-7.587 3.15z'/%3E%3C/svg%3E");
            background-size: 12px;
            width: 12px;
            height: 12px;
            right: -3px;
            top: 52%; } }

.loading-spinner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px; }

.spinner-1 {
  width: 80px; }
  .spinner-1 .path--int {
    -webkit-animation: rotatePaths infinite 0.8s linear, spawnPathInt 0.6s forwards;
            animation: rotatePaths infinite 0.8s linear, spawnPathInt 0.6s forwards;
    -webkit-transform-origin: 50%;
        -ms-transform-origin: 50%;
            transform-origin: 50%;
    stroke: #EE8131;
    stroke-opacity: 0; }
  .spinner-1 .path--ext {
    -webkit-animation: rotatePaths infinite 0.8s reverse linear, spawnPathExt 0.6s forwards;
            animation: rotatePaths infinite 0.8s reverse linear, spawnPathExt 0.6s forwards;
    -webkit-transform-origin: 50%;
        -ms-transform-origin: 50%;
            transform-origin: 50%;
    stroke: #EE8131;
    stroke-opacity: 0; }

.spinner-2 {
  width: 80px; }
  .spinner-2 .path--int {
    -webkit-animation: rotatePaths infinite 0.8s linear, spawnPathInt 0.6s forwards;
            animation: rotatePaths infinite 0.8s linear, spawnPathInt 0.6s forwards;
    -webkit-transform-origin: 50%;
        -ms-transform-origin: 50%;
            transform-origin: 50%;
    stroke: #009DF4;
    stroke-opacity: 0; }
  .spinner-2 .path--ext {
    -webkit-animation: rotatePaths infinite 0.8s reverse linear, spawnPathExt 0.6s forwards;
            animation: rotatePaths infinite 0.8s reverse linear, spawnPathExt 0.6s forwards;
    -webkit-transform-origin: 50%;
        -ms-transform-origin: 50%;
            transform-origin: 50%;
    stroke: #009DF4;
    stroke-opacity: 0; }

.spinner-3 {
  width: 80px; }
  .spinner-3 .path--int {
    -webkit-animation: rotatePaths infinite 0.8s linear, spawnPathInt 0.6s forwards;
            animation: rotatePaths infinite 0.8s linear, spawnPathInt 0.6s forwards;
    -webkit-transform-origin: 50%;
        -ms-transform-origin: 50%;
            transform-origin: 50%;
    stroke: #08DC7D;
    stroke-opacity: 0; }
  .spinner-3 .path--ext {
    -webkit-animation: rotatePaths infinite 0.8s reverse linear, spawnPathExt 0.6s forwards;
            animation: rotatePaths infinite 0.8s reverse linear, spawnPathExt 0.6s forwards;
    -webkit-transform-origin: 50%;
        -ms-transform-origin: 50%;
            transform-origin: 50%;
    stroke: #08DC7D;
    stroke-opacity: 0; }

@-webkit-keyframes rotatePaths {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes rotatePaths {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes spawnPathInt {
  0% {
    stroke-opacity: 0; }
  100% {
    stroke-opacity: 1; } }

@keyframes spawnPathInt {
  0% {
    stroke-opacity: 0; }
  100% {
    stroke-opacity: 1; } }

@-webkit-keyframes spawnPathExt {
  0% {
    stroke-opacity: 0; }
  100% {
    stroke-opacity: 0.3; } }

@keyframes spawnPathExt {
  0% {
    stroke-opacity: 0; }
  100% {
    stroke-opacity: 0.3; } }
