@charset "UTF-8";
/* @import url("https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700|Open+Sans:300,400,500,600,700"); */
/*!
 * Bootstrap Grid v4.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  overflow-x: hidden; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.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: flex !important; }

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

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

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

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

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: 0rem !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; } }

.bg-primary {
  background-color: #FF5821; }
.bg-light {
  background-color: #f6f6f6 !important;
}

.btn-primary {
  color: #fff !important;
  background: #dc3545!important;
  border: 1px solid #dc3545;
 }
 .btn-primary:hover {
  color: #fff !important;
  background: #ed4d4d !important;
  border: 1px solid #ed4d4d;
 }

.btn-secondary:hover {
  color: #FF5821 !important; }

nav.navbar .navbar-nav a {
  font-weight: 400 !important; }

header {
  border-bottom: #c6c6c6 solid 1px;
  box-shadow: 2px 2px 10px -3px rgba(0, 0, 0, 0.3); }
  header .logo {
    font-size: 23px;
    text-transform: uppercase;
    margin-bottom: 0; }
    header .logo a {
      color: #FF5821;
      font-family: 'Poppins', sans-serif;
      font-weight: 700; }
      header .logo a > span {
        font-weight: 300; }
      header .logo a:hover, header .logo a:focus, header .logo a:active {
        color: #FF5821; }
    header .logo img {
      width: 35px;
      vertical-align: text-top; }
  @media (min-width: 768px) {
    header .navbar-nav {
      padding-left: 50px; } }
  header .navbar-nav li {
    padding: 0 20px;
    position: relative; }
    header .navbar-nav li a {
      font-size: 16px;
      letter-spacing: 0.4px;
      color: #9B9B9B; }
      header .navbar-nav li a:after {
        transition: all .1s ease;
        content: "";
        width: 80%;
        width: 0;
        height: 3px;
        position: absolute;
        bottom: 0;
        left: 10%;
        background-color: #FF5821; }
    header .navbar-nav li:hover a:after {
      width: 80%; }

.div-abo {
  text-align: right;
  font-size: 0.9rem; }

.abo-link {
  z-index: 1100;
  position: relative; }

.login-link {
  padding-right: 1rem;
  vertical-align: middle; }

.contacts {
  position: relative;
  text-align: center; }
  .contacts p {
    position: relative;
    z-index: 10;
    display: block;
    font-size: 12px;
    margin-bottom: 0; }
  .contacts .fas {
    color: #FF5821;
    font-size: 16px;
    padding-right: 6px; }

.search-input {
  font-size: 14px;
  letter-spacing: 1.2px;
  font-family: "AvenirLTStd-Heavy", "Helvetica", Arial, sans-serif;
  padding: 12px 28px 10px 28px;
  position: relative; }
  @media (max-width: 767.98px) {
    .search-input {
      text-align: center; } }

label {
  font-size: 15px; }

.form-group {
  position: relative; }

#TerContractSearchForm .input-btn-group {
  display: flex;
  justify-content: center; }
  @media (max-width: 991.98px) {
    #TerContractSearchForm .input-btn-group {
      display: block; } }
  #TerContractSearchForm .input-btn-group .form-group {
    padding-right: 0;
    padding-left: 0; }
    #TerContractSearchForm .input-btn-group .form-group:first-child {
      width: 65%; }
      @media (max-width: 991.98px) {
        #TerContractSearchForm .input-btn-group .form-group:first-child {
          width: 100%; } }
  #TerContractSearchForm .input-btn-group .btn {
    border: 2px solid #ed4d4d;
    border-left: none;
    box-shadow: unset;
    padding: 0.325rem .75rem;
    height: 100%; }
    @media (max-width: 991.98px) {
      #TerContractSearchForm .input-btn-group .btn {
        width: 100%; } }
    #TerContractSearchForm .input-btn-group .btn:hover, #TerContractSearchForm .input-btn-group .btn:focus {
      margin: 0; }
  #TerContractSearchForm .input-btn-group input {
    font-size: 17px;
    padding-top: 15px;
    padding-bottom: 15px;
    border: 2px solid #ccc;
    border-right: none;
    min-height: 50px;
    transition: all .3s ease; }
    @media (max-width: 991.98px) {
      #TerContractSearchForm .input-btn-group input {
        border-right: 2px solid #ccc; } }
    #TerContractSearchForm .input-btn-group input:focus {
      border-color: #ed4d4d; }

.textdatetoggle {
  font-weight: normal;
  padding-top: .365rem;
  padding-left: 0.65rem;
  margin-bottom: 0.5rem;
  font-size: 14px;
  letter-spacing: 0.4px;
  line-height: 22.85px;
  color: #000; }

.search-box :focus,
.form-custom :focus {
  outline: none; }

input:not([type="submit"]),
textarea,
select {
  font: 15px/24px "Lato", Arial, sans-serif;
  color: #466b92;
  box-sizing: border-box;
  letter-spacing: 1px;
  border: 1px solid #ccc;
  padding: 7px 14px;
  transition: 0.4s;
  background: #fff;
  background-image: none;
  border-radius: 0px; }
  input:not([type="submit"]):focus,
  textarea:focus,
  select:focus {
    box-shadow: unset;
    border-color: #39312f; }
  input:not([type="submit"]).error,
  textarea.error,
  select.error {
    border-color: #ed4d4d;
    color: #ed4d4d; }

label.error {
  color: #ed4d4d; }

.form-duo {
  background-color: #fff;
  box-shadow: 2px 2px 51px -4px rgba(0, 0, 0, 0.3);
  margin-bottom: 25px; }
  .form-duo .info,
  .form-duo .body-form {
    padding: 20px;
    padding-top: 10px; }
  .form-duo .price {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1; }
    .form-duo .price span.firstPrice {
      font-size: 3rem; }
    .form-duo .price span sup {
      font-size: 1.2rem;
      top: -1em;
      left: -0.2em; }
    .form-duo .price span.firstTime {
      left: -0.6em;
      top: -0.1em;
      position: relative;
      font-size: 1.2rem; }
  .form-duo ul {
    padding-left: 1rem;
    margin-bottom: 0;
    margin-top: 1.5rem; }
    .form-duo ul > li {
      font-size: 0.9rem;
      margin-bottom: 0.5rem; }
  .form-duo .info {
    color: #fff;
    background-color: #39312f;
    height: 100%; }
    .form-duo .info a {
      color: #fff !important; }
      .form-duo .info a:hover {
        color: #fff !important; }
    .form-duo .info img {
      margin-bottom: 30px; }
  .form-duo h3 {
    font-size: 1.35rem; }

.paye-form .info {
  color: #fff;
  background-color: transparent;
  position: relative;
  z-index: 1;
  height: 100%;
  overflow: hidden;
  padding-left: 60px;
  padding-top: 90px !important; }
  @media screen and (max-width: 700px) {
    .paye-form .info {
      padding: 30px;
      padding-top: 30px !important; } }
  .paye-form .info:after {
    z-index: -10;
    position: absolute;
    content: "";
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    height: 200%;
    width: 100%;
    background-color: #FF5821; }
    @media screen and (max-width: 700px) {
      .paye-form .info:after {
        border-radius: 0 !important; } }

.payement-form .card {
  border: 1px solid #e8ecf0; }

.payement-form .date_cvv_container {
  display: flex; }

.payement-form .main-title {
  color: #545454;
  font-size: 19px;
  line-height: 1.4;
  margin: 0 0 12px;
  font-weight: 600; }
  .payement-form .main-title::before {
    margin-left: -20px; }

.payement-form .input-group {
  margin-bottom: 19px;
  flex-direction: column; }

.payement-form .form-control {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 0px); }
  .payement-form .form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.25); }

.payement-form .far,
.payement-form .fas {
  line-height: unset; }

.payement-form .btn {
  background-color: #5ac74b;
  max-width: 100%;
  font-size: 16px;
  width: 310px;
  text-align: center;
  box-shadow: 0 0;
  border: 0 none;
  color: #fff;
  font-weight: 400;
  padding: 11px 0;
  line-height: normal;
  cursor: pointer; }
  .payement-form .btn:disabled {
    opacity: 1; }
  .payement-form .btn:hover {
    color: #fff;
    background: #4fa943; }

.payement-form .cvv-info {
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background-color: #d0d0d0;
  font-size: 11px;
  text-align: center;
  padding-top: 2px;
  padding-right: 1px;
  margin-left: 5px;
  margin-top: -2px;
  vertical-align: middle;
  display: inline-block;
  transform: scale(0.8); }

.order-info {
  border: 1px solid #e8ecf0; }
  .order-info .title {
    border-bottom: 1px solid #e8ecf0;
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0 0 12px;
    margin-bottom: 15px;
    padding-bottom: 8px; }
  .order-info li {
    border: none;
    display: flex;
    border-radius: none !important; }
    .order-info li p {
      padding-left: 19px;
      font-size: 13px; }
    .order-info li i,
    .order-info li p,
    .order-info li div {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 16px; }
      .order-info li div {
        margin: auto 0;
      }
  .order-info i {
    margin-right: 10px;
    font-size: 26px;
    border-radius: 100px;
    background-color: #FF5821;
    color: #fff;
    padding: 12px 14px;
    height: 49px;
    width: 49px; }
  .order-info .card-header {
    background: #f7cd47;
    padding: 19px 28px 20px; }
    .order-info .card-header h6 {
      margin-bottom: 0; }

.secured-payment > * {
  display: inline-block;
  vertical-align: bottom; }

.secured-payment img {
  width: 25px; }

.secured-payment h6 {
  font-size: 13px;
  line-height: 1;
  color: #545454;
  text-transform: uppercase;
  margin-bottom: 3px;
  margin-top: 6px; }

.main-title-payment {
  color: #585860;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.2; }
  @media (max-width: 767.98px) {
    .main-title-payment {
      font-size: 25px; } }

#cgv-readmore {
  display: inline-block;
  height: 0;
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 10px;
  overflow: hidden; }

@media (max-width: 767.98px) {
  .custom-checkbox {
    padding-right: 0 !important;
    margin: 0 -15px; }
    .custom-checkbox label {
      font-size: 14px !important; } }

.readmore {
  background-color: transparent;
  border: none;
  box-shadow: unset; }

#cardDate-div {
  min-width: 152px;
  width: 30%; }

#cardCvv-div {
  width: 100px; }

#cardNumber-div {
  width: 70%; }

.payement-form-header {
  background: #f7cd47;
  padding: 19px 28px 20px;
  border: 1px solid #f7cd47;
  border-bottom: none;
  position: relative; }
  .payement-form-header:after {
    display: block;
    content: '';
    border: #f7cd47 1px solid;
    background-color: #f7cd47;
    border-top: none;
    border-right: none;
    height: 13px;
    width: 13px;
    position: absolute;
    left: 50%;
    z-index: 100;
    bottom: -7px;
    transform: translate(-50%, 0) rotate(-45deg); }
    .payement-form-header h5 {
      font-size: 18px;
      margin-bottom: 5px; }

#TerInfoContractContractNameForm label.error {
  color: #ed4d4d;
  position: absolute;
  right: 0;
  font-size: 12px;
  top: 45px; }

#CustomerIndexForm label.error {
  color: #ed4d4d;
  position: absolute;
  right: 0;
  font-size: 12px;
  bottom: -25px; }

label.required:before {
  content: "*";
  position: absolute;
  left: -1rem;
  color: #FCA617;
  font-size: 30px;
  top: 6px; }

.item-wrap {
  padding: 0.5em;
  position: relative;
  height: 100%; }
  .item-wrap:before, .item-wrap:after {
    position: absolute;
    left: 0;
    content: ' ';
    width: 100%;
    height: 50.8%;
    z-index: 1;
    background-color: #39312f; }
  .item-wrap:before {
    top: 0;
    transform: skew(20deg);
    border-radius: .2em .2em 0 0; }
  .item-wrap:after {
    bottom: 0;
    transform: skew(-20deg);
    border-radius: 0 0 .2em .2em; }

.current .item-wrap:before, .current .item-wrap:after {
  background-color: #FF5821; }

.active:hover .item-wrap:before, .active:hover .item-wrap:after {
  background-color: #d8f1ff; }

.service .media {
  align-items: center;
  flex-direction: column;
  height: 100%;
  padding: 30px 15px 10px 15px;
  /* box-shadow: 2px 2px 15px -4px rgba(0, 0, 0, 0.2); */
  box-shadow: none;
  border-radius: 3px; }
  .service .media .media-body {
    text-align: center; }
    .service .media .media-body h4 {
      text-align: center;
      font-size: 1.1em;
      text-transform: uppercase;
      color: #466b92; }
    .service .media .media-body p {
      color: #9B9B9B;
      font-size: 14px; }
  .service .media .media-head {
    display: block;
    margin-bottom: 20px; }
    .service .media .media-head i {
      position: relative;
      font-size: 40px;
      color: #fff; }
      .service .media .media-head i:before {
        position: relative;
        z-index: 10; }
      .service .media .media-head i:after {
        z-index: 1;
        content: '';
        height: 70px;
        width: 70px;
        border-radius: 50px;
        background-color: #39312f;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }

.service .col-sm-4:first-child .media-head i:after {
  background-color: #869098; }

.service .col-sm-4:nth-child(2) .media-head i:after {
  background-color: #f3dc8a; }

.service .col-sm-4:nth-child(3) .media-head i:after {
  background-color: #fe8d95; }

.service .col-sm-4:nth-child(4) .media-head i:after {
  background-color: #92cee2; }

.service .col-sm-4:nth-child(5) .media-head i:after {
  background-color: #bd8af3; }

.service .col-sm-4:nth-child(6) .media-head i:after {
  background-color: #FF5821; }

  body {
    position: relative;
    font-family: Lato, sans-serif;
    color: #42464b;
    font-size: 16px;
    line-height: 25px
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3; }

p {
  font-size: 1rem; }

a {
  color: #FF5821; }
  a:hover, a:focus, a:active {
    color: #000;
    text-decoration: none; }

.paper {
  box-shadow: 2px 2px 51px -4px rgba(0, 0, 0, 0.3); }

#loader {
  display: none; }

#flashMessage {
  padding: 20px;
  margin-bottom: 18px;
  border-radius: 5px; }

.footer-widget {
  background-color: #1f3f5e;
  color: #fff;
  padding: 20px 0px 10px 0px; }
  .footer-widget .widget-title {
    position: relative;
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 15px; }

  .footer-widget a {
    color: #0A2847 !important;
    line-height: 1.5; }
    .footer-widget a:hover, .footer-widget a:focus, .footer-widget a:active {
      color: #0A2847;
      text-decoration: underline;
     }
  .footer-widget .media .media-body h4,
  .footer-widget .media .media-body p {
    margin: 0; }
  .footer-widget .media .media-left i {
    font-size: 22px; }

ul.list-link li {
  font-size: 15px;
  margin-bottom: 16px; }

ul.categ-list {
  font-size: 18px; }
  ul.categ-list li {
    padding: 6px 0; }

.footer-widget .media-left {
  padding-right: 10px; }

footer {
  background-color: #39312f;
  color: #0A2847;
  padding: 10px 0px; }
  footer h6 {
    font-size: 0.7rem;
    margin-bottom: 0.2rem;
    margin-top: 0.2rem;
   }

ul.list-link {
  list-style: none;
  padding-left: 5px; }
  /* ul.list-link li::before {
    color: #fff;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    padding-right: 6px;
    font-weight: 900; } */

ul.list-contact {
  list-style: none;
  padding-left: 0px; }
  ul.list-contact li {
    font-size: 15px;
    margin-top: 15px; }
    @media (max-width: 767.98px) {
      ul.list-contact li {
        font-size: 13px; } }
    @media (max-width: 767.98px) {
      ul.list-contact li p {
        font-size: 13px; } }
    @media (max-width: 767.98px) {
      ul.list-contact li .fs14 {
        font-size: 13px; } }
    ul.list-contact li > i.fa {
      padding: 10px;
      border: 1px solid #ccc;
      border-radius: 50px;
      margin-right: 8px;
      color: #000; }

.btn {
  transition: 0.35s all;
  border-radius: 2px;
  font-weight: 500; }

.btn-medium {
  padding: 9px 27px; }

.btn-large {
  padding: 10px 30px;
  font-size: 15px; }

.btn-green {
  background-color: #26AB33;
  border: 1px solid #26AB33;
  color: #fff; }
  .btn-green:hover, .btn-green:focus, .btn-green:active {
    background-color: #20912B;
    border: 1px solid #20912B;
    color: #fff; }

.btn-red {
  background-color: #ed0909;
  border: 1px solid #ed0909;
  box-shadow: 1px 2px 0px 2px #990000;
  color: #fff; }
  .btn-red:hover, .btn-red:focus, .btn-red:active {
    box-shadow: unset;
    margin-bottom: -3px;
    margin-top: 3px;
    background-color: #FF0000;
    border: 1px solid #FF0000;
    color: #fff; }

.section-title {
  margin-bottom: 1rem; }

.breadcrumbs .section-title {
  margin-bottom: 5px; }

.section-title .title {
  margin-bottom: 0.25rem;
  margin-top: 0px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 28px; }

.section-title span.divider {
  height: 3px;
  width: 80px;
  margin: 0 0 9px;
  border-bottom: 2px solid #FF5821;
  position: relative;
  display: inline-block; }
  .section-title span.divider::before {
    width: 45px;
    height: 2px;
    margin-left: 17px;
    content: "";
    display: block;
    background: #FF5821;
    margin: 5px auto; }

.bgc-gray .form-area {
  background-color: #fff;
  border: 1px solid #eee; }

.form-area {
  padding: 10px;
  border-radius: 0px; }
  .form-area hr {
    margin-top: 10px;
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .form-area .area-body {
      padding: 15px 45px; } }

.contact-form.form-area .form-group {
  margin-bottom: 20px; }

.contact-form.form-area .form-control {
  box-shadow: none;
  border-radius: 0px;
  height: 40px; }

.contact-form.form-area textarea.form-control {
  height: auto;
  resize: vertical;
  max-width: 100%; }

.contact-form.form-area .btn {
  margin-top: 10px; }

.form-area .btn {
  margin-top: 15px; }

label.error {
  font-size: 12px;
  font-style: italic;
  color: #ff0101;
  font-weight: 400;
  margin-top: 5px; }

.banner-card {
  position: absolute;
  width: 100%;
  height: 40px;
  background-color: #096FC3;
  top: 40px; }

.paye-form-body {
  padding-left: 25px;
  padding-right: 25px; }

.cvv-info {
  color: #000;
  font-size: 1rem;
  cursor: pointer; }
  .cvv-info:hover, .cvv-info:focus, .cvv-info:active {
    color: #39312f; }

.popover-content {
  width: 180px; }

.white-area {
  background-color: #fff;
  border: 1px solid #eee;
  padding: 15px 20px; }
  @media (min-width: 576px) {
    .white-area {
      padding: 15px 35px; } }

.gray-area {
  background-color: #f7f8f9;
  border: 1px solid #f2f3f4;
  padding: 15px; }
  .gray-area + .gray-area {
    margin-top: 25px; }

.shadow-area {
  margin-bottom: 30px;
  padding: 20px;
  box-shadow: 0 0 55px #eee;
  background-color: white; }

.bgc-gray .sign-area {
  background-color: #fff; }

.sign-area {
  padding: 25px 35px; }
  .sign-area .description {
    line-height: 1.5;
    color: #555;
    font-size: 15px;
    margin-bottom: 20px; }
  .sign-area .sign-form {
    padding-top: 20px; }
  .sign-area img.img-specimen {
    display: block;
    margin: auto;
    width: 200px;
    margin-top: 25px; }
  .sign-area img.loader {
    width: 50px; }

.home-step h4 {
  font-weight: bold;
  font-size: 14px; }

.home-step.page {
  padding: 40px 0px; }

.home-step .panel-area {
  height: 100%; }

.panel-area .area-body {
  background-color: #fff;
  height: 100%;
  padding: 13px 0px 15px 12px;
  border: 1px solid #8db1ca;
  box-shadow: 0px 0px 14px -6px rgba(28, 47, 60, 0.5); }
  .panel-area .area-body h4 {
    font-size: 17px;
    margin-top: 5px; }
  .panel-area .area-body ul {
    list-style: none;
    padding-left: 12px;
    margin-bottom: 0; }
    .panel-area .area-body ul li {
      font-size: 15px;
      margin-bottom: 5px; }
      .panel-area .area-body ul li::before {
        color: #666;
        content: "\f00c";
        font-family: "Font Awesome 5 Free";
        padding-right: 6px;
        font-weight: 600;
        font-size: 10px; }

.page {
  padding: 30px 0; }

.bgc-gray {
  background-color: #efeff1; }

.bg-secondary {
  color: #fff !important; }
  .bg-secondary h1,
  .bg-secondary h2,
  .bg-secondary h3,
  .bg-secondary h4,
  .bg-secondary h5,
  .bg-secondary h6 {
    color: #fff !important; }

.black {
  color: #111; }

.green {
  color: #2fa23b; }

.gray {
  color: #666; }

.blue {
  color: #FF5821; }

.white {
  color: #fff !important; }

.list-result {
  padding-top: 25px; }

.fs28 {
  font-size: 28px; }

.fs24 {
  font-size: 24px; }

.fs20 {
  font-size: 20px; }

.fs18 {
  font-size: 18px; }

.fs16 {
  font-size: 16px; }

.fs14 {
  font-size: 14px; }

.fs12 {
  font-size: 12px !important; }

.box-cgv {
  position: relative;
  display: block;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 500; }
  .box-cgv span {
    display: block;
    margin-left: 20px;
    padding-left: 7px;
    font-style: italic; }
    .box-cgv span::before {
      content: "";
      display: block;
      position: absolute;
      width: 20px;
      height: 20px;
      top: 0;
      left: 0;
      background: #fdfdfd;
      border: 1px solid #666;
      box-shadow: inset 2px 2px 0px 0px rgba(0, 0, 0, 0.1); }
  .box-cgv:hover span::before {
    box-shadow: 0 0 5px #FF5821;
    border-color: #FF5821; }
  .box-cgv span::after {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    font-size: 16px;
    color: #0087b7;
    line-height: 20px;
    padding-left: 2px;
    font-style: normal; }
  .box-cgv input[type="checkbox"] {
    opacity: 0;
    z-index: -1;
    position: absolute; }
    .box-cgv input[type="checkbox"]:checked + span::after {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f00c";
      background: #FF5821;
      color: #fff; }

#searchcontainer {
  background-image: url("/img/apple-1851464_1920.jpg");
  background-size: cover;
  background-position: center -345px;
  position: relative;
  color: #fff !important;
  padding: 86px 0px; }
  #searchcontainer h1 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4); }
  #searchcontainer .gray-area {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4); }
  #searchcontainer:before {
    position: absolute;
    content: "";
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4); }

/***/
.breadcrumbs h1,
.breadcrumbs h2,
.breadcrumbs h3,
.breadcrumbs h4 {
  font-size: 38px; }

nav.navbar .navbar-nav a,
.btn {
  font-family: Lato, sans-serif; }

h1,
h2,
h3,
h4,
h5 {
  font-family: Lato, sans-serif; }

html,
body {
  min-height: 100vh;
  position: relative; }

ul {
  list-style: none; }

.conditions {
  font-size: 11px; }

.content {
  position: relative; }

.bg-blue-muted,
section.blue-muted {
  background-color: #e1f2ff; }

.material-icons {
  vertical-align: top; }

h3 {
  font-weight: bold; }
  h3 .material-icons {
    color: #a3ceef;
    margin-right: 7px;
    font-size: 31px; }

.btn {
  font-weight: bold; }

.btn-blue {
  color: #39312f; }

.navbar {
  padding: 5px 50px !important;
}
@media (max-width: 767.98px){
  .navbar {
    padding: 5px 10px !important;
  }
}

nav.navbar .navbar-nav a {
  font-size: 14px;
  font-weight: 700; }

.header-search {
  background-image: url("/img/apple-1851464_1920.jpg");
  background-size: cover;
  position: relative;
  box-shadow: inset 1000px 1000px 1000px 1000px rgba(0, 0, 0, 0.4); }
  .header-search .icon-bar {
    display: flex;
    justify-content: center;
    padding: 20px 0; }
    .header-search .icon-bar .icon {
      height: 70px;
      width: 70px;
      margin: 0 30px;
      background-size: cover;
      display: inline-block; }
      .header-search .icon-bar .icon.iconTopRight {
        background-image: url("/img/book1_icon.png");
        top: 162px; }
      .header-search .icon-bar .icon.iconTopRight2 {
        background-image: url("/img/wrench_icon.png");
        top: 70px; }
      .header-search .icon-bar .icon.iconTopLeft {
        background-image: url("/img/gear_icon.png");
        top: 260px; }
      .header-search .icon-bar .icon.iconBottomRight {
        background-image: url("/img/book3_icon.png");
        bottom: 50px; }
  .header-search.breadcrumbs {
    padding: 10px 0; }

.categ-lists ul {
  padding-left: 10px;
  font-size: 16px; }

.header-searchr.breadcrumbs .search-box {
  padding: 25px 15px 15px 15px;
  margin: 0 auto; }

.header-search.breadcrumbs .chosen-container-single .chosen-single,
header.breadcrumbs input {
  padding: 5px 14px; }

.header-search.breadcrumbs h2 {
  color: #fff;
  font-weight: bold;
  font-size: 40px; }

.header-search h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 600; }

.header-search p.lead {
  color: #fff; }

.header-search .search-box {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 30px 25px;
  box-shadow: 2px 5px 12px 0px rgba(0, 0, 0, 0.2); }

.header-search .input-effect {
  position: relative; }

.header-search .select-list {
  white-space: nowrap;
  list-style: none;
  position: absolute;
  border: 1px solid #c7c7c7;
  border-top: none;
  max-height: 200px;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: #fff;
  padding-left: 0px;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .header-search .select-list li {
    cursor: pointer;
    padding-left: 12px; }
    .header-search .select-list li:hover {
      background-color: #39312f;
      color: #fff; }

.breadcrumbs h1,
.breadcrumbs h2,
.breadcrumbs h3,
.breadcrumbs h4 {
  font-size: 32px; }

.popular-brand ul {
  margin-bottom: 0; }

.results .result-list {
  padding-left: 0; }
  .results .result-list li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #c7c7c7;
    position: relative; }
    .results .result-list li:hover h5 {
      color: #FF5821; }
    .results .result-list li:hover .btn {
      background-color: #205994;
      border-color: #1b4b7d; }
    @media (max-width: 767.98px) {
      .results .result-list li {
        flex-direction: column; }
        .results .result-list li h5 {
          margin-bottom: 20px !important; } }
    .results .result-list li .mask-link {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0; }
    .results .result-list li h5 {
      line-height: 1em;
      font-size: 1.1rem; }

.results .btn {
  font-size: 0.8rem; }

.results .result-list li p.card-text {
  line-height: 1em;
  height: 2em; }

.results .result-list li a:hover h5 {
  color: #000; }

.results a:hover .card {
  -webkit-transition: all 0.3s;
  /* Safari */
  transition: all 0.3s;
  box-shadow: 0px 0px 5px 3px #bbb; }

.results .card {
  margin: 0 auto;
  box-shadow: 3px 3px 4px #c8c8c8;
  border-radius: 0;
  background-color: #fefefe;
  height: 100%;
  position: relative; }
  .results .card .card-body {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .results .card form {
    display: flex;
    justify-content: space-between; }
    .results .card form > div {
      display: flex;
      align-items: center;
      justify-content: center; }
      .results .card form > div .link {
        float: right;
        font-size: small; }
  .results .card .card-img-top {
    margin: 0 auto;
    width: 190px;
    height: 210px;
    align-items: center;
    justify-content: center;
    display: flex; }
    .results .card .card-img-top img,
    .results .card .card-img-top canvas {
      background: url(/img/img.loader.gif) 50% 50% no-repeat;
      background-size: 70px;
      min-width: 70px;
      min-height: 70px;
      max-width: 100%;
      max-height: 100%; }

.results-search {
  padding-top: 20px; }

.container-results h2 {
  font-size: 1.2rem; }

.pagination {
  justify-content: center;
  margin-top: 2rem; }
  .pagination .page-item .page-link {
    padding: 0; }
  .pagination .page-item a,
  .pagination .page-item .active.page-link,
  .pagination .page-item .nav.page-link {
    text-align: center;
    padding: 0.5rem 0.75rem;
    display: block; }
  .pagination .page-item .active.page-link {
    z-index: 1;
    color: #fff;
    background-color: #39312f;
    border-color: #39312f; }

.claim-alert {
  box-shadow: 3px 5px 9px 1px rgba(0, 0, 0, 0.3); }
  .claim-alert .body {
    margin: 20px auto; }

@keyframes lds-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

footer.bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }

@media (max-width: 1199.98px) {
  .header-search {
    background-position: center; } }

@media (max-width: 991.98px) {
  .search-box .row > div {
    margin-bottom: 20px; } }

@media (max-width: 767.98px) {
  .listsLetterFilter ul,
  .brands-list {
    column-count: 2; }
  .claim {
    display: none; } }

@media (max-width: 575.98px) {
  .listsLetterFilter ul,
  .brands-list {
    column-count: 1; }
  .listsLetterFilter ul li,
  .brands-list li {
    margin-bottom: 7px; }
  .header-search .icon-bar {
    display: none; }
  nav.navbar .navbar-brand {
    font-weight: 800;
    font-size: 22px; } }

.service .media-body {
  padding-left: 10px; }

.text-blue {
  color: #2a84c9; }

label.error {
  color: #ff0000;
  font-size: 11px;
  font-style: italic; }

.form-control.error {
  border-color: #ff0000; }

a.preview-link {
  font-size: 13px;
  color: #888; }
  a.preview-link:hover, a.preview-link:focus {
    color: #555;
    text-decoration: none; }

.ul-breadcrumb {
  margin-bottom: 1.5rem; }
  .ul-breadcrumb .list-inline-item {
    margin-right: 0px; }
    .ul-breadcrumb .list-inline-item a {
      color: #191919; }
      .ul-breadcrumb .list-inline-item a:hover, .ul-breadcrumb .list-inline-item a:focus, .ul-breadcrumb .list-inline-item a:active {
        color: #2a84c9;
        text-decoration: none; }

.notice-img {
  border: 1px solid #909090;
  border-radius: 3px;
  max-height: 92vh; }

.payment-page .media {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem; }
  .payment-page .media:first-child {
    padding-top: 10px; }
  .payment-page .media:last-child {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem; }
  .payment-page .media + .media {
    border-top: 1px solid #CFE4F7; }

.payment-page .card {
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 4px;
  border: 0px; }

.payment-page .col-order {
  background-color: #2a84c9;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border: solid rgba(0, 0, 0, 0.125);
  border-width: 1px 0px 1px 1px; }

.carousel-control-prev,
.carousel-control-next {
  cursor: pointer; }

.carousel-control-prev span,
.carousel-control-next span {
  color: #000;
  font-size: 60px;
  background-color: rgba(255, 255, 255, 0.6); }

/*SMALL*/
.breadcrumbs.sm {
  padding-top: 15px;
  padding-bottom: 15px; }

section.sm {
  padding-top: 25px;
  padding-bottom: 25px; }

/*** ***/
.nav-link {
  display: block;
  padding: .3rem 1rem; }

.h1,
h1 {
  font-size: 2.2rem; }

.h2,
h2 {
  font-size: 1.7rem; }

h3 {
  font-size: 1.55rem; }

.form-control {
  padding: .365rem .65rem;
  font-size: 0.9rem;
  line-height: 1.4; }

.section-title h1 {
  font-size: 2.1rem; }

.btn-group-lg > .btn,
.btn-lg {
  padding: .4rem 0.9rem;
  font-size: 1.15rem;
  line-height: 1.3;
  border-radius: .3rem; }

#textDocument {
  font-size: 0.9rem;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  padding-top: 0.5rem;
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.formLetter label {
  font-weight: 500;
  margin-bottom: 0.1rem;
  color: #466b92;
  font-size: 14px;
  letter-spacing: 0.4px;
  line-height: 22.85px; }

#TerInfoContractContractNameForm .input-group-text {
  background-color: transparent;
  border: none; }

.navbar-dark .navbar-nav .nav-link {
  color: #E0E0E0; }
  .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #fff; }

.navbar-dark .navbar-toggler {
  color: #fff;
  border-color: #fff; }

.fig-card {
  margin-bottom: 0;
  float: right; }

.header-paiement img {
  width: 249px; }

.header-paiement h3 {
  font-size: 1.3rem; }

.formLetter .radio-label {
  font-weight: normal;
  padding-top: .365rem;
  padding-left: 0.65rem;
  margin-bottom: 0.5rem;
  color: #000; }

.formLetter .form-group {
  margin-bottom: 0.6rem; }

.blur {
  color: transparent;
  text-shadow: 0 0 8px #999;
  font-weight: normal;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px); }

@media (max-width: 767px) {
  header .logo {
    text-align: center; } }

@media (max-width: 991px) {
  .fig-card {
    margin-bottom: 0.25rem;
    float: none; } }

.cookieAlert {
  padding: .5rem 1rem;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  /* background-color: rgba(0, 0, 0, 0.9); */
  background-color: #333333;
  color: #fff;
  z-index: 1100; }
  .cookieAlert p {
    font-size: 15px;
    color: #fff;
    letter-spacing: -0.3px; }
  .cookieAlert a {
    color: #fff!important; }
    .cookieAlert a:hover {
      text-decoration: underline;
      color: #fff; }
      .cookieAlert p {
        font-size: 14px;
      }
      .cookieAlert p a {
        color: #ffffff!important;
        text-decoration: underline;
      }

      @media (max-width: 767px) {
        .cookieAlert p {
          font-size: 12px;
          line-height: 1.5;
        } }

      @media (max-width: 991px) {
        .cookieAlert p {
          font-size: 12px;
        } }

.fw-600 {
  font-weight: 600 !important; }

.services-list {
  padding-left: 10px; }
  .services-list li {
    margin-top: 15px; }
  .services-list object {
    vertical-align: middle;
    margin: auto 0;
    margin-right: 10px; }

.marked-list {
  padding-left: 10px; }
  .marked-list li:before {
    content: "- "; }

.list-most-terminated {
  columns: 3; }
  .list-most-terminated > li {
    font-size: 0.9rem; }
    .list-most-terminated > li a {
      font-size: 18px; }
    .list-most-terminated > li:before {
      color: #FF5821;
      content: "-";
      padding-right: 6px;
      font-weight: 900; }

#modalLogin.modal {
  border-radius: 0; }
  #modalLogin.modal .main-title {
    font-size: 20px;
    margin-left: 20px;
    margin-bottom: 0; }
    #modalLogin.modal .main-title:before {
      margin-left: -15px; }
  #modalLogin.modal .modal-header {
    border: none; }

.modal-footer {
  border: none; }

#modalLogin.modal:before {
  content: "";
  display: block;
  width: 9rem;
  height: 9rem;
  background: url(/img/arrow.png) no-repeat center center;
  background-size: cover;
  margin-right: -11rem;
  position: absolute;
  right: 280px;
  top: 68px; }
  @media (max-width: 1199.98px) {
    #modalLogin.modal:before {
      display: none; } }

@media (min-width: 576px) {
  #modalLogin .modal-dialog {
    max-width: 500px;
    margin: 10.75rem auto auto auto; } }

@media (max-width: 767px) {
  .abo-link {
    z-index: 1000; }
  #modalLogin.modal .modal-dialog:before {
    content: none; }
  .div-abo {
    text-align: center; } }

@media (max-width: 1199px) and (min-width: 767px) {
  .div-abo {
    text-align: right; } }

@media (max-width: 991px) and (min-width: 767px) {
  .div-abo {
    padding-right: 0px; }
  #modalLogin.modal:before {
    content: "";
    display: block;
    width: 7rem;
    height: 7rem;
    background: url(/img/arrow.png) no-repeat center center;
    background-size: cover;
    margin-right: -11rem;
    position: absolute;
    right: 60px;
    top: -102px; } }

#PaymentIndexForm .form-group {
  margin-bottom: 1.25rem; }

.reviews .stars {
  margin-bottom: 10px; }
  .reviews .stars i {
    color: #FF5821; }

.reviews p {
  margin-bottom: 0; }

.reviews .head-review {
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .reviews .head-review .stars i {
    font-size: 20px; }
  .reviews .head-review h2 {
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 0px; }

.faq li a {
  font-size: 16px; }

.abs-secu {
  position: absolute;
  right: 88px;
  top: 30px; }

.montant-title {
  font-size: 17px; }
  .montant-title span {
    font-size: 18px;
    font-weight: bold; }

.video-js .vjs-big-play-button {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  background-color: rgba(43, 51, 63, 0.54) !important; }

.no-js #loader {
  display: none; }

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0; }

.loading-mask {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center; }
  .loading-mask img {
    margin-bottom: 30px;
    width: 380px; }
  .loading-mask .spinner {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    position: relative;
    margin: 0 auto; }
    .loading-mask .spinner .circle {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      border-radius: 100%;
      border: calc(80px / 10) solid transparent; }
      .loading-mask .spinner .circle.circle-1 {
        border-top-color: #FF5821;
        animation: half-circle-spinner-animation 1s infinite; }
      .loading-mask .spinner .circle.circle-2 {
        border-bottom-color: #FF5821;
        animation: half-circle-spinner-animation 1s infinite alternate; }

@keyframes half-circle-spinner-animation {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.presentation-text h4 {
  font-size: 1.1rem;
  font-weight: bold;
  margin-top: 26px; }

.presentation-text p {
  font-size: 14px; }
  .presentation-text p.lead {
    font-size: 17px;
    font-weight: 300; }

.presentation-text ul {
  list-style: disc; }
  .presentation-text ul li {
    font-size: 14px; }

/*# sourceMappingURL=../scss/style.css.map */
