@-ms-viewport {
  width: device-width; }

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }
  .row.no-neg {
    margin-right: 0;
    margin-left: 0; }
  .row.gutters {
    margin-right: 10px;
    margin-left: 10px; }
  .row.gutters-all {
    margin: 10px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col {
  padding: 0; }

.lr-only > .col {
  padding-top: 0;
  padding-bottom: 0; }

.col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding: 10px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.row.g-big.no-padding {
  margin-left: -12px;
  margin-right: -12px; }

.row.g-big .col {
  padding: 12px; }

.row.p-all .col {
  padding: 10px; }

.row.g6 {
  margin-right: -6px;
  margin-left: -6px; }
  .row.g6 .col {
    padding: 6px; }

.row.margin-xl {
  margin-right: -25px;
  margin-left: -25px; }
  .row.margin-xl .col {
    padding: 25px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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%; }

.offset-12 {
  margin-left: 100%; }

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

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

@media all and (max-width: 1200px) {
  .col.lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col.lg1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col.lg2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col.lg3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col.lg4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col.lg5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col.lg6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col.lg7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col.lg8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col.lg9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col.lg10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col.lg11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col.lg12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-lg1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-lg2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-lg3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-lg4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-lg5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-lg6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-lg7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-lg8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-lg9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-lg10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-lg11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-lg12 {
    -ms-flex-order: 12;
    order: 12; }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13; }
  .offset-lg1 {
    margin-left: 8.33333%; }
  .offset-lg2 {
    margin-left: 16.66667%; }
  .offset-lg3 {
    margin-left: 25%; }
  .offset-lg4 {
    margin-left: 33.33333%; }
  .offset-lg5 {
    margin-left: 41.66667%; }
  .offset-lg6 {
    margin-left: 50%; }
  .offset-lg7 {
    margin-left: 58.33333%; }
  .offset-lg8 {
    margin-left: 66.66667%; }
  .offset-lg9 {
    margin-left: 75%; }
  .offset-lg10 {
    margin-left: 83.33333%; }
  .offset-lg11 {
    margin-left: 91.66667%; }
  .offset-lg12 {
    margin-left: 100%; }
  .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: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media all and (max-width: 992px) {
  .col.md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col.md1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col.md2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col.md3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col.md4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col.md5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col.md6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col.md7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col.md8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col.md9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col.md10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col.md11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col.md12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-md1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-md2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-md3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-md4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-md5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-md6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-md7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-md8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-md9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-md10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-md11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-md12 {
    -ms-flex-order: 12;
    order: 12; }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13; }
  .offset-md1 {
    margin-left: 8.33333%; }
  .offset-md2 {
    margin-left: 16.66667%; }
  .offset-md3 {
    margin-left: 25%; }
  .offset-md4 {
    margin-left: 33.33333%; }
  .offset-md5 {
    margin-left: 41.66667%; }
  .offset-md6 {
    margin-left: 50%; }
  .offset-md7 {
    margin-left: 58.33333%; }
  .offset-md8 {
    margin-left: 66.66667%; }
  .offset-md9 {
    margin-left: 75%; }
  .offset-md10 {
    margin-left: 83.33333%; }
  .offset-md11 {
    margin-left: 91.66667%; }
  .offset-md12 {
    margin-left: 100%; }
  .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: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media all and (max-width: 768px) {
  .col.sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col.sm1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col.sm2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col.sm3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col.sm4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col.sm5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col.sm6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col.sm7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col.sm8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col.sm9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col.sm10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col.sm11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col.sm12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-sm1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-sm2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-sm3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-sm4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-sm5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-sm6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-sm7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-sm8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-sm9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-sm10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-sm11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-sm12 {
    -ms-flex-order: 12;
    order: 12; }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13; }
  .offset-sm1 {
    margin-left: 8.33333%; }
  .offset-sm2 {
    margin-left: 16.66667%; }
  .offset-sm3 {
    margin-left: 25%; }
  .offset-sm4 {
    margin-left: 33.33333%; }
  .offset-sm5 {
    margin-left: 41.66667%; }
  .offset-sm6 {
    margin-left: 50%; }
  .offset-sm7 {
    margin-left: 58.33333%; }
  .offset-sm8 {
    margin-left: 66.66667%; }
  .offset-sm9 {
    margin-left: 75%; }
  .offset-sm10 {
    margin-left: 83.33333%; }
  .offset-sm11 {
    margin-left: 91.66667%; }
  .offset-sm12 {
    margin-left: 100%; }
  .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: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media all and (max-width: 576px) {
  .col.xs-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col.xs1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col.xs2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col.xs3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col.xs4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col.xs5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col.xs6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col.xs7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col.xs8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col.xs9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col.xs10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col.xs11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col.xs12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xs-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-xs1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-xs2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-xs3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-xs4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-xs5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-xs6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-xs7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-xs8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-xs9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-xs10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-xs11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-xs12 {
    -ms-flex-order: 12;
    order: 12; }
  .order-xs-last {
    -ms-flex-order: 13;
    order: 13; }
  .offset-xs1 {
    margin-left: 8.33333%; }
  .offset-xs2 {
    margin-left: 16.66667%; }
  .offset-xs3 {
    margin-left: 25%; }
  .offset-xs4 {
    margin-left: 33.33333%; }
  .offset-xs5 {
    margin-left: 41.66667%; }
  .offset-xs6 {
    margin-left: 50%; }
  .offset-xs7 {
    margin-left: 58.33333%; }
  .offset-xs8 {
    margin-left: 66.66667%; }
  .offset-xs9 {
    margin-left: 75%; }
  .offset-xs10 {
    margin-left: 83.33333%; }
  .offset-xs11 {
    margin-left: 91.66667%; }
  .offset-xs12 {
    margin-left: 100%; }
  .d-xs-none {
    display: none !important; }
  .d-xs-inline {
    display: inline !important; }
  .d-xs-inline-block {
    display: inline-block !important; }
  .d-xs-block {
    display: block !important; }
  .d-xs-table {
    display: table !important; }
  .d-xs-table-row {
    display: table-row !important; }
  .d-xs-table-cell {
    display: table-cell !important; }
  .d-xs-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xs-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

input, select, textarea {
  border-radius: 0;
  background: #fff; }

* {
  box-sizing: border-box; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, content {
  display: block; }

html, body, form {
  display: block;
  margin: 0;
  padding: 0;
  font: normal normal normal 15px/24px "Poppins", sans-serif;
  color: #333; }

body {
  background: #fafafa;
  overflow-x: hidden;
  width: 100%;
  min-width: 320px; }

a {
  color: #4186ff; }

p {
  font: normal normal normal 15px/24px "Poppins", sans-serif;
  color: #333;
  margin: 0;
  padding: 0 0 24px 0; }

header {
  margin: auto;
  max-width: 620px;
  padding: 10% 10px 9% 10px; }
  @media all and (min-width: 620px) {
    header {
      padding: 64px 10px 57px 10px; } }

.logo {
  max-width: 155px;
  width: 100%; }
  .logo img {
    display: block;
    width: 100%; }

footer {
  margin: auto;
  max-width: 620px;
  padding: 10% 10px 9% 10px; }
  @media all and (min-width: 620px) {
    footer {
      padding: 45px 10px; } }

content {
  position: relative; }
  content a {
    color: #4186ff;
    text-decoration: underline; }

.cc {
  max-width: 620px;
  margin: auto;
  padding: 0 10px; }
  .cc.center {
    text-align: center; }

h1 {
  margin: 0;
  padding: 0px 0 18px 0;
  font: normal normal 500 36px/56px "Playfair Display", serif;
  color: #333; }

h2 {
  margin: 0;
  padding: 24px 0 18px 0;
  font: normal normal normal 30px/50px "Playfair Display", serif;
  color: #333; }

p strong {
  font-weight: 500; }

ul.address-list {
  position: relative;
  display: block;
  z-index: 10;
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 24px;
  color: #444;
  font-weight: 300;
  list-style: none; }
  ul.address-list li {
    display: block;
    border: 1px solid #ddd;
    padding: 14px 24px 02px 24px;
    margin: 10px 0;
    background: #fff;
    border-radius: 3px; }
    ul.address-list li h3 {
      margin: 0;
      padding: 0;
      font: normal normal 500 24px/34px "Playfair Display", serif;
      color: #444;
      margin-bottom: -3px; }
    ul.address-list li .i-text {
      font-size: 15px;
      line-height: 24px;
      color: #444;
      display: block;
      font-weight: 300;
      text-decoration: none;
      position: relative;
      padding-left: 25px; }
      ul.address-list li .i-text i {
        position: absolute;
        top: 0;
        left: 0;
        color: #4186ff;
        font-size: 15px;
        line-height: 23px; }
    ul.address-list li hr {
      display: block;
      border: none;
      border-top: 1px solid #ddd;
      padding: 0 0 13px 0;
      margin: 0;
      height: 14px; }
    ul.address-list li .cta {
      display: inline-block;
      background: #4186ff;
      color: #fff;
      font-size: 15px;
      line-height: 22px;
      padding: 9px 37px;
      text-transform: uppercase;
      text-decoration: none;
      border-radius: 3px; }

.ddl-holder {
  padding-bottom: 30px; }

.select2-results {
  color: #333; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 48px; }

.select2-container--default .select2-selection--single {
  height: 50px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px;
  right: 8px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  font-weight: normal;
  padding-right: 10px;
  font-size: 20px;
  color: #666; }

ul.address-list li a.i-text {
  text-decoration: underline; }

@media (max-width: 400px) {
  .row .col.mob-npb {
    padding-bottom: 0; }
  .row .col.mob-np {
    padding-top: 0;
    padding-bottom: 0; }
  .row .col.mob-npt {
    padding-top: 0; }
  .i-text {
    padding: 5px 0; }
  ul.address-list li .i-text i {
    top: 5px; } }

.wysiwyg table {
  border: none;
  width: 100%; }
  .wysiwyg table tr {
    width: 50%; }

.cc.big{
max-width:1040px;
}
.cm-webshop-main .cm-bg-color-2{
background-color:#4186ff;
}