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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.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, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

.row {
  display: -webkit-box;
  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;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

.col-1 {
  -webkit-box-flex: 0;
          flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
          flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
          flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
          flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
          flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
          flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
          flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
          flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

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

.order-first {
  -webkit-box-ordinal-group: 0;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
          order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1000px;
  }
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 100;
}

body.show-overlay {
  overflow: hidden;
}

body.show-overlay .overlay {
  display: block;
}

main {
  position: relative;
}

.a1-ch-offers {
  font-family: 'A1 Serif', sans-serif;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  display: block;
  position: fixed;
  bottom: 0;
  background: #727272;
  height: 32px;
  line-height: 32px;
  letter-spacing: 0.4px;
  width: 100%;
  text-align: center;
}

.a1-ch-offers:hover {
  color: #fff;
}

@media (min-width: 768px) {
  .a1-ch-offers {
    right: 80px;
    width: 240px;
  }
}

@media (max-width: 767px) {
  body {
    padding-bottom: 32px;
  }
}

html {
  min-height: 100%;
}

body {
  min-height: 100vh;
}

.wrapper {
  min-height: 100vh;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.wrapper main {
  -webkit-box-flex: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.wrapper main > div {
  -webkit-box-flex: 1;
          flex-grow: 1;
}

header {
  flex-shrink: 0;
}

footer {
  flex-shrink: 0;
}

@font-face {
  font-family: 'A1 Sans';
  src: url(../fonts/A1SansV54-Regular.otf);
  font-weight: 400;
}

@font-face {
  font-family: 'A1 Sans';
  src: url(../fonts/A1SansV54-Light.otf);
  font-weight: 300;
}

@font-face {
  font-family: 'A1 Sans';
  src: url(../fonts/A1SansV54-Bold.otf);
  font-weight: bold;
}

@font-face {
  font-display: 'A1 Serif';
  src: url(../fonts/A1SerifV54-Light.otf);
  font-weight: 300;
}

@font-face {
  font-display: 'A1 Serif';
  src: url(../fonts/A1SerifV54-Regular.otf);
  font-weight: 400;
}

@font-face {
  font-display: 'A1 Serif';
  src: url(../fonts/A1SerifV54-Bold.otf);
  font-weight: bold;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 8px 8px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:focus {
  outline: none;
  box-shadow: none;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 24px;
  height: 10px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 24px;
  height: 2px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -4px;
}

.hamburger-inner::after {
  bottom: -4px;
}

/*
     * Elastic
     */
.hamburger--elastic .hamburger-inner {
  top: 1px;
  -webkit-transition-duration: 0.275s;
          transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
  top: 4px;
  -webkit-transition: opacity 0.125s 0.275s ease;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 8px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 4px, 0) rotate(135deg);
          transform: translate3d(0, 4px, 0) rotate(135deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -8px, 0) rotate(-270deg);
          transform: translate3d(0, -8px, 0) rotate(-270deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

/*
     * Elastic Reverse
     */
.hamburger--elastic-r .hamburger-inner {
  top: 1px;
  -webkit-transition-duration: 0.275s;
          transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
  top: 4px;
  -webkit-transition: opacity 0.125s 0.275s ease;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
  top: 8px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 4px, 0) rotate(-135deg);
          transform: translate3d(0, 4px, 0) rotate(-135deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -8px, 0) rotate(270deg);
          transform: translate3d(0, -8px, 0) rotate(270deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

header .navigation-bar {
  position: relative;
  background-color: #000;
  height: 35px;
  width: 100%;
  display: -webkit-box;
  display: flex;
  padding: 0 10px;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
  font-family: 'A1 Serif', sans-serif;
}

@media (min-width: 768px) {
  header .navigation-bar {
    height: 50px;
  }
}

@media (min-width: 991px) {
  header .navigation-bar {
    -webkit-box-pack: justify;
            justify-content: space-between;
    height: 62px;
    padding-left: 40px;
    padding-right: 0;
  }
}

@media (min-width: 1200px) {
  header .navigation-bar {
    height: 82px;
  }
}

@media (min-width: 1300px) {
  header .navigation-bar {
    padding-left: 300px;
  }
}

header .navigation-bar .site-logo {
  position: absolute;
  top: 0;
  left: 43px;
  z-index: 10;
}

@media (max-width: 1299px) {
  header .navigation-bar .site-logo {
    display: none;
  }
}

header .navigation-bar .site-logo img {
  width: 223px;
  height: auto;
}

@media (max-width: 990px) {
  header .navigation-bar .a1-menu.main-menu {
    position: fixed;
    top: 0;
    left: -220px;
    bottom: 0;
    width: 220px;
    height: auto;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    z-index: 10;
    background: #000;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
  }
  header .navigation-bar .a1-menu.main-menu a {
    padding: 10px 16px;
  }
}

header .navigation-bar .a1-menu {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

header .navigation-bar .a1-menu a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  font-weight: bold;
  line-height: 83px;
  margin-right: 25px;
}

@media (max-width: 990px) {
  header .navigation-bar .a1-menu a {
    line-height: 35px;
  }
}

header .navigation-bar .a1-menu div.dropdown {
  position: relative;
}

header .navigation-bar .a1-menu div.dropdown:hover .dropdown-menu {
  display: block;
}

header .navigation-bar .a1-menu div.dropdown .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
}

header .navigation-bar .a1-menu div.dropdown .dropdown-menu > a {
  font-family: 'A1 Sans', sans-serif;
  font-weight: 300;
  font-size: 12px;
  text-align: center;
  line-height: 45px;
  background: #000;
  color: #fff;
  width: 100%;
}

header .navigation-bar .a1-menu .item-icon {
  width: 27px;
  height: 27px;
  margin-right: 6px;
}

@media (max-width: 768px) {
  header .navigation-bar .right-menu a {
    line-height: 12px;
    margin-right: 0;
  }
  header .navigation-bar .right-menu .menu-text {
    display: none;
  }
  header .navigation-bar .right-menu img {
    width: 20px !important;
    height: 20px !important;
  }
}

@media (min-width: 768px) {
  header .navigation-bar .right-menu .menu-text {
    display: inline-block;
    line-height: inherit;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  header .navigation-bar .right-menu a {
    font-size: 15px;
    margin-right: 0;
  }
  header .navigation-bar .right-menu img {
    width: 24px;
    height: 24px;
  }
}

header .bottom-bar {
  position: relative;
  height: 62px;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  background: #fff;
}

@media (max-width: 575px) {
  header .bottom-bar .title-image {
    display: none;
  }
}

@media (min-width: 576px) {
  header .bottom-bar {
    height: 80px;
  }
  header .bottom-bar .image-container {
    padding: 0 15px;
  }
  header .bottom-bar .title-image {
    width: 100%;
    max-width: 400px;
    max-height: 68px;
    height: auto;
  }
  header .bottom-bar .title-mobile {
    display: none;
  }
}

@media (min-width: 768px) {
  header .bottom-bar {
    height: 95px;
  }
}

@media (min-width: 991px) {
  header .bottom-bar {
    padding: 0 100px;
    height: 119px;
    -webkit-box-pack: center;
            justify-content: center;
  }
  header .bottom-bar .title-image {
    max-width: 650px;
    max-height: 110px;
  }
}

@media (min-width: 1200px) {
  header .bottom-bar {
    height: 140px;
    padding: 0 200px;
  }
  header .bottom-bar .title-image {
    max-width: 750px;
    max-height: 120px;
  }
}

header .bottom-bar .site-logo-small {
  display: block;
  width: 62px;
}

@media (min-width: 576px) {
  header .bottom-bar .site-logo-small {
    width: 80px;
  }
}

@media (min-width: 991px) {
  header .bottom-bar .site-logo-small {
    position: absolute;
    top: 0;
    left: 50px;
    bottom: 0;
    width: 119px;
    height: 119px;
  }
}

@media (min-width: 1200px) {
  header .bottom-bar .site-logo-small {
    width: 140px;
    height: 140px;
  }
}

@media (min-width: 1300px) {
  header .bottom-bar .site-logo-small {
    display: none;
  }
}

header .bottom-bar .site-logo-small img {
  width: 100%;
  height: auto;
}

header .bottom-bar .title-mobile {
  width: 100%;
  height: auto;
}

header .bottom-bar .image-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

body.open-menu {
  overflow: hidden;
}

body.open-menu .main-menu {
  left: 0 !important;
}

footer {
  background-color: #000;
  height: 55px;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  footer {
    height: 60px;
    padding: 0 10px;
  }
}

footer .footer-menu {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

footer .footer-menu a {
  position: relative;
  font-family: 'A1 Sans', sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
  padding-right: 13px;
  margin-right: 13px;
  text-align: center;
}

@media (min-width: 768px) {
  footer .footer-menu a {
    font-size: 10px;
    line-height: 10px;
    text-align: left;
  }
}

footer .footer-menu a::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 1px;
  background-color: #fff;
}

footer .footer-menu a:last-child {
  margin-right: 0;
}

footer .footer-menu a:last-child::after {
  content: none;
}

.cookie {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  height: 55px;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 0 5px;
}

.cookie.pending {
  display: -webkit-box;
  display: flex;
}

.cookie p {
  font-family: 'A1 Sans';
  color: #fff;
  font-size: 14px;
  margin-right: 5px;
  margin-bottom: 0;
}

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

.cookie p a {
  color: inherit;
  text-decoration: underline;
}

.cookie button {
  font-family: 'A1 Sans';
  font-weight: 400;
  height: 35px;
  line-height: 32px;
  width: 110px;
  font-size: 14px;
}

.custom-select {
  position: relative;
  font-family: 'A1 Serif', sans-serif;
}

.custom-select select {
  display: none;
  /*hide original SELECT element: */
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div, .select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #ccc;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.sk-select {
  position: relative;
  width: 280px;
  margin: 0 auto;
  font-family: 'A1 Serif', sans-serif;
  color: #666666;
}

@media (min-width: 768px) {
  .sk-select {
    width: 540px;
  }
}

@media (min-width: 991px) {
  .sk-select {
    width: 700px;
  }
}

.sk-select::after {
  position: absolute;
  content: "";
  top: 55%;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #666666;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sk-select.invalid .re-select {
  border: 1px solid #b62217;
}

.sk-select select {
  display: none;
}

.sk-select .re-select {
  height: 100%;
  width: 100%;
  background: #fff;
  border: 1px solid #999999;
  font-weight: bold;
}

.sk-select .re-select .current,
.sk-select .re-select .option {
  padding: 0 18px;
  height: 50px;
  line-height: 50px;
  width: 100%;
  cursor: pointer;
}

.sk-select .re-select .re-select-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
}

.sk-select .re-select .re-select-menu.show {
  display: block;
}

.sk-select .re-select .option {
  background: #fff;
  border: 1px solid #999;
}

.sk-select .re-select .option.selected {
  background: #eaeaea;
}

.sk-select .re-select .option:hover {
  background: #aaa;
}

.btn-red {
  font-family: 'A1 Serif', sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 60px;
  width: 195px;
  height: 60px;
  text-align: center;
  color: #fff;
  background-color: #da291c;
  border: none;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

@media (max-width: 767px) {
  .btn-red {
    height: 45px;
    line-height: 40px;
    font-size: 16px;
  }
}

.btn-red:focus {
  outline: none;
  box-shadow: none;
}

.btn-red:hover {
  background-color: #b62217;
}

.normal-input {
  width: 100%;
  height: 54px;
  border: 1px solid #999999;
  padding: 8px;
  color: #000;
}

@media (max-width: 767px) {
  .normal-input {
    height: 39px;
  }
}

.normal-input:focus {
  outline: none;
}

.normal-input:invalid {
  border-color: #b62217;
}

.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 45px;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media (max-width: 767px) {
  .custom-checkbox {
    padding-left: 30px;
  }
}

.custom-checkbox.invalid .checkmark {
  border-color: #b62217;
}

.custom-checkbox .label {
  display: block;
  font-family: 'A1 Sans', sans-serif;
  line-height: 21px;
  font-size: 17px;
  color: #3987b7;
}

.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.custom-checkbox input ~ .checkmark {
  background-color: transparent;
}

.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.custom-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  background-color: transparent;
  border: 1px solid #999;
}

@media (max-width: 767px) {
  .custom-checkbox .checkmark {
    width: 20px;
    height: 20px;
  }
}

.custom-checkbox .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 2px;
  width: 10px;
  height: 20px;
  border: solid #000;
  border-width: 0 5px 5px 0;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}

@media (max-width: 767px) {
  .custom-checkbox .checkmark::after {
    left: 7px;
    top: -2px;
    height: 15px;
    border-width: 0 4px 4px 0;
  }
}

.modal {
  position: fixed;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  box-shadow: -6.17px -6.17px 4.41px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border: 1.5px solid #999999;
  -webkit-transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  z-index: 1000;
}

@media (max-width: 767px) {
  .modal {
    width: 95%;
    padding: 1.5em 1em;
  }
}

.modal.modal-confirm {
  padding: 100px 60px;
}

.modal.modal-confirm h3 {
  text-align: center;
}

@media (max-width: 767px) {
  .modal.modal-confirm {
    padding: 55px 40px;
  }
}

.modal-open .modal:not(.modal-confirm),
.open-confirm .modal-confirm {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
}

@media (max-width: 767px) {
  .modal-open .modal:not(.modal-confirm),
  .open-confirm .modal-confirm {
    top: 2%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

@media (max-width: 767px) and (min-height: 530px) {
  .modal-open .modal:not(.modal-confirm),
  .open-confirm .modal-confirm {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.page {
  background-color: #f2f2f2;
  padding-top: 60px;
  padding-bottom: 80px;
}

@media (max-width: 767px) {
  .page {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}

.page .page-title {
  font-family: 'A1 Serif', sans-serif;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .page .page-title {
    margin-bottom: 25px;
  }
}

.page p {
  font-family: 'A1 Sans', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
}

.page strong {
  display: block;
}

.page strong.normal {
  display: inline-block;
}

.page br {
  margin: 0;
}

.start-page {
  background-color: #f1f1f1;
  background-repeat: no-repeat;
  background-image: url(../images/landing-mobile.png);
  background-position: 0 101%;
  background-size: 100% 140px;
  padding: 20px 0;
  padding-bottom: 170px;
}

@media (min-width: 576px) {
  .start-page {
    background-size: 100% 240px;
    padding-bottom: 265px;
  }
}

@media (min-width: 768px) {
  .start-page {
    padding-bottom: 80px;
    background-image: url(../images/trees-bg.png);
    background-size: 105% 102%;
  }
  .start-page .container {
    max-width: 600px;
  }
}

@media (min-width: 991px) {
  .start-page {
    padding-top: 50px;
  }
  .start-page .container {
    max-width: 760px;
  }
}

@media (min-width: 1200px) {
  .start-page {
    padding-top: 100px;
  }
  .start-page .container {
    max-width: 860px;
  }
}

.start-page .normal-p {
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .start-page .normal-p {
    font-size: 16px;
  }
}

.start-page .bold-p {
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
}

@media (max-width: 767px) {
  .start-page .bold-p {
    font-size: 18.5px;
  }
}

.start-page .wrap {
  margin-top: 15px;
  width: 100%;
  height: auto;
}

.start-page .btn-wrap {
  text-align: center;
  margin-top: 40px;
}

.start-page .fb-login {
  font-family: 'A1 Sans', sans-serif;
  font-weight: 400;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background-color: #1877f2;
  border-radius: 2px;
  width: auto;
  margin: 0 auto;
  padding: 0 16px;
  font-size: 18px;
}

.start-page .fb-login .f-logo {
  width: 35px;
  height: 35px;
  margin-right: 5px;
}

@media (max-width: 767px) {
  .modal-after-login .custom-checkbox .label {
    position: relative;
    top: -4px;
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .modal-after-login {
    width: 540px;
    padding: 30px 60px;
  }
}

.modal-after-login .modal-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .modal-after-login .modal-header {
    margin-bottom: 20px;
  }
}

.modal-after-login .modal-header .avatar {
  width: 120px;
  height: 120px;
  min-width: 120px;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .modal-after-login .modal-header .avatar {
    width: 75px;
    height: 75px;
    min-width: 75px;
  }
}

.modal-after-login .modal-header .profile-info {
  padding-left: 15px;
}

.modal-after-login .modal-header .name {
  font-family: 'A1 Serif', sans-serif;
  font-size: 28px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .modal-after-login .modal-header .name {
    font-size: 17px;
    line-height: 22px;
  }
}

.modal-after-login .modal-header .email {
  font-family: 'A1 Sans', sans-serif;
  font-size: 18px;
  line-height: 22px;
}

@media (max-width: 767px) {
  .modal-after-login .modal-header .email {
    font-size: 12px;
  }
}

.modal-after-login .mobile-body .phone-label {
  color: #666666;
  font-family: 'A1 Sans', sans-serif;
  font-size: 16px;
  text-align: center;
  line-height: 19px;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .modal-after-login .mobile-body .phone-label {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 14px;
  }
}

.modal-after-login .mobile-body .normal-input {
  margin-bottom: 44px;
}

@media (max-width: 767px) {
  .modal-after-login .mobile-body .normal-input {
    margin-bottom: 28px;
  }
}

.modal-after-login .mobile-body .submit-button-wrap {
  margin-top: 30px;
  text-align: center;
}

.wish-page {
  background-color: #f2f2f2;
  background-repeat: no-repeat;
  background-size: 100% 400px;
  background-position: 40% 95%;
  background-image: url(../images/wish-mobile.png);
  padding-bottom: 320px;
}

@media (min-width: 576px) {
  .wish-page {
    padding-bottom: 370px;
    background-size: 100% 450px;
  }
}

@media (min-width: 767px) {
  .wish-page {
    background-size: 100% 610px;
    background-image: url(../images/wish-maker.png);
    background-position: 40% 75%;
    padding-bottom: 0;
  }
}

.wish-page form {
  padding: 95px 0;
}

@media (max-width: 767px) {
  .wish-page form {
    padding-top: 30px;
  }
}

.wish-page .form-description {
  font-family: 'A1 Sans', Verdana, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  text-align: center;
  margin-bottom: 30px;
}

.wish-page .form-heading {
  font-family: 'A1 Serif', sans-serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 42px;
  text-align: center;
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .wish-page .form-heading {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 35px;
  }
}

.wish-page .pre-boxes {
  font-family: 'A1 Sans', sans-serif;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #666666;
  margin-bottom: 16px;
}

.wish-page .wishes {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  max-width: 670px;
  margin: 0 auto;
}

.wish-page .wishes input {
  margin-bottom: 10px;
  height: 54px;
}

.modal.after-wish {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  padding: 25px 40px;
}

@media (min-width: 991px) {
  .modal.after-wish {
    padding: 70px 90px;
  }
}

.modal.after-wish h3 {
  font-family: 'A1 Serif', sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 60px;
  text-align: center;
}

@media (max-width: 767px) {
  .modal.after-wish h3 {
    font-size: 19px;
    line-height: 24px;
  }
}

.modal.after-wish .search-friends {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  width: auto;
  padding: 0 1em;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
}

@media (max-width: 768px) {
  .modal.after-wish .search-friends {
    font-size: 15px;
  }
}

.modal.after-wish .search-friends img {
  width: 30px;
  height: 30px;
  margin-right: 4px;
}

.a1-wish {
  padding: 20px 0;
}

@media (min-width: 768px) {
  .a1-wish {
    padding: 50px 0;
  }
}

@media (min-width: 991px) {
  .a1-wish {
    padding: 80px 0;
  }
}

.a1-wish h1 {
  font-family: 'A1 Serif', sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .a1-wish h1 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 30px;
  }
}

.a1-wish .select-label {
  font-family: 'A1 Sans', sans-serif;
  font-size: 12px;
  color: #666666;
  text-align: center;
  margin-bottom: 6px;
}

@media (min-width: 768px) {
  .a1-wish .select-label {
    font-size: 16px;
    margin-bottom: 12px;
  }
}

.a1-wish .sk-select {
  margin-bottom: 36px;
}

.small-label-wish {
  text-align: center;
  font-weight: 300;
  font-size: 15px;
}

.profile {
  background-color: #f2f2f2;
  background-repeat: no-repeat;
  background-size: 100% 630px;
  background-position: 50% -15px;
  padding: 60px 0;
  padding-bottom: 190px;
  background-image: url(../images/profile-bg-small.png);
}

@media (min-width: 768px) {
  .profile {
    background-image: url("../images/profile-bg.png");
  }
}

@media (max-width: 767px) {
  .profile {
    padding-top: 25px;
    background-position: 50% 96%;
    padding-bottom: 345px;
    background-size: 100% 310px;
  }
}

.profile .profile-info {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 500px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .profile .profile-info {
    width: auto;
  }
}

.profile .profile-info .avatar {
  width: 150px;
  height: 150px;
  min-width: 150px;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .profile .profile-info .avatar {
    width: 110px;
    height: 110px;
    min-width: 110px;
  }
}

.profile .profile-info .meta {
  margin-left: 16px;
}

.profile .profile-info .name {
  font-family: 'A1 Serif', sans-serif;
  font-size: 38px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 6px;
}

@media (max-width: 768px) {
  .profile .profile-info .name {
    font-size: 25px;
  }
}

.profile .profile-info .email {
  font-family: 'A1 Sans', sans-serif;
  font-size: 24px;
  line-height: 1;
}

@media (max-width: 768px) {
  .profile .profile-info .email {
    font-size: 14px;
  }
}

.profile .edit-form {
  width: 500px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  margin: 0 auto;
  margin-top: 60px;
}

@media (max-width: 767px) {
  .profile .edit-form {
    margin-top: 25px;
    width: auto;
  }
}

.profile .edit-form label {
  font-family: 'A1 Sans', sans-serif;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 8px;
  color: #666666;
  text-align: center;
}

.profile .edit-form .normal-input {
  width: 300px;
  text-align: center;
  font-family: 'A1 Serif', sans-serif;
  font-weight: 300;
  font-size: 16px;
}

.profile .edit-form .action-buttons {
  margin-top: 65px;
}

@media (max-width: 767px) {
  .profile .edit-form .action-buttons {
    margin-top: 20px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

.profile .edit-form .action-buttons button {
  margin: 0 6px;
}

.profile .edit-form .action-buttons .btn-delete {
  border: 1px solid #da291c;
  background-color: transparent;
  color: #da291c;
}

@media (max-width: 767px) {
  .profile .edit-form .action-buttons .btn-delete {
    margin-top: 1em;
  }
}

.profile .edit-form .action-buttons .pen-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-top: -6px;
}

.modal.modal-confirm .confirm-message {
  font-family: 'A1 Serif', sans-serif;
  font-size: 24px;
  margin-bottom: 50px;
}

@media (max-width: 575px) {
  .modal.modal-confirm .confirm-message {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .modal.modal-confirm .confirm-message {
    font-size: 18px;
  }
}

.modal.modal-confirm .action-buttons {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}

.modal.modal-confirm .action-buttons button {
  margin: 0 7px;
}

.modal.modal-confirm .action-buttons .btn-decline {
  background-color: transparent;
  border: 1px solid #da291c;
  color: #da291c;
}

.search-page {
  padding-top: 75px;
  padding-bottom: 280px;
  background-repeat: no-repeat;
  background-position: 50% 91%;
  background-image: url(../images/search-mobile.png);
  background-size: 100% 150px;
}

@media (min-width: 576px) and (max-width: 767px) {
  .search-page {
    background-position: 50% 94%;
    background-size: 100% 240px;
    padding-bottom: 315px;
  }
}

@media (min-width: 768px) {
  .search-page {
    padding-top: 120px;
    background-image: url(../images/search-background.png);
    background-size: 100% 320px;
    padding-bottom: 380px;
  }
}

@media (min-width: 991px) {
  .search-page {
    padding-top: 200px;
    background-size: 100% 360px;
  }
}

@media (min-width: 1100px) {
  .search-page {
    background-size: 100% 400px;
  }
}

.search-page form {
  max-width: 600px;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.search-page form label {
  font-family: 'A1 Sans', sans-serif;
  font-size: 16px;
  text-align: center;
  line-height: 1;
  color: #666666;
  margin-bottom: 22px;
}

@media (max-width: 767px) {
  .search-page form label {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

.search-page form .search-dropdown {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}

.search-page form .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  border: 1px solid #999999;
}

.search-page form .dropdown-menu.active {
  display: block;
}

.search-page form .dropdown-menu .option {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center;
  padding: 4px 15px;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.search-page form .dropdown-menu .option:first-child {
  padding-top: 8px;
}

.search-page form .dropdown-menu .option:last-child {
  padding-bottom: 8px;
}

.search-page form .dropdown-menu .option:hover {
  background: #f7f7f7;
}

.search-page form .dropdown-menu .friend-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.search-page form .dropdown-menu .name {
  font-family: 'A1 Serif', sans-serif;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 0;
  margin-left: 1em;
}

.search-page form button.form-submit {
  width: auto;
  font-size: 16px;
  padding: 0 1em;
}

.search-page form button.form-submit img {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-top: -6px;
}

.friend-profile {
  background-color: #f2f2f2;
  background-repeat: no-repeat;
  background-size: 100% 420px;
  background-position: 50% 80%;
  background-image: url(../images/friend-bg.png);
  padding-top: 60px;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .friend-profile {
    padding-top: 25px;
    background-image: none;
  }
}

.friend-profile .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
}

.friend-profile .profile-info {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.friend-profile .profile-info .avatar {
  width: 170px;
  height: 170px;
  min-width: 170px;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .friend-profile .profile-info .avatar {
    width: 110px;
    height: 110px;
    min-width: 110px;
  }
}

.friend-profile .profile-info .meta {
  margin-left: 14px;
  font-size: 32px;
}

@media (max-width: 767px) {
  .friend-profile .profile-info .meta {
    font-size: 15px;
  }
}

.friend-profile .profile-info .desc {
  font-family: 'A1 Sans', sans-serif;
  font-weight: 300;
  display: block;
  margin-bottom: 0;
  line-height: 1;
}

.friend-profile .profile-info .name {
  font-family: 'A1 Serif', sans-serif;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .friend-profile .profile-info .name {
    padding-top: 5px;
    font-size: 22px;
  }
}

.friend-profile .wishlist {
  margin-top: 240px;
  margin-bottom: 230px;
}

@media (max-width: 767px) {
  .friend-profile .wishlist {
    padding: 0 10px;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .friend-profile .wishlist .custom-checkbox {
    padding-left: 30px;
  }
}

.friend-profile .wishlist p.label {
  font-family: 'A1 Sans', sans-serif;
  font-size: 16px;
  color: #666666;
  margin-bottom: 10px;
  padding-left: 45px;
}

@media (max-width: 767px) {
  .friend-profile .wishlist p.label {
    padding-left: 30px;
  }
}

.friend-profile .wishlist .checkmark {
  background: #fff;
}

.friend-profile .wishlist .checkmark::after {
  content: '';
  background-image: url(../images/checked.png);
  background-repeat: no-repeat;
  position: relative;
  top: -1px;
  left: 3px;
  width: 32px;
  height: 27px;
  -webkit-transform: none;
          transform: none;
  border: none;
}

@media (max-width: 767px) {
  .friend-profile .wishlist .checkmark::after {
    background-size: 100% 100%;
    height: 17px;
    width: 20px;
  }
}

.friend-profile .wishlist span.label {
  font-family: 'A1 Serif', sans-serif;
  font-weight: bold;
  font-size: 21px;
  color: #000;
}

.friend-profile .wishlist input[type=checkbox]:checked ~ span.label {
  text-decoration: line-through;
}

.post-friend {
  background-size: 100% 440px;
  background-repeat: no-repeat;
  background-position: 50% -15px;
  background-image: url(../images/friend-bg-2.png);
  padding-top: 120px;
  padding-bottom: 200px;
}

@media (max-width: 767px) {
  .post-friend {
    padding-top: 50px;
    padding-bottom: 300px;
    background-image: url(../images/friend-mobile.png);
    background-size: 100% 250px;
    background-position: 50% 92%;
  }
}

.post-friend .description {
  font-family: 'A1 Serif', sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 768px) {
  .post-friend .description {
    width: 650px;
    font-size: 24px;
  }
}

@media (min-width: 991px) {
  .post-friend .description {
    width: 750px;
  }
}

.modal.wish-confirm {
  padding: 100px;
}

@media (max-width: 767px) {
  .modal.wish-confirm {
    padding: 30px;
  }
}

.modal.wish-confirm .heading {
  font-family: 'A1 Serif', sans-serif;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .modal.wish-confirm .heading {
    margin-bottom: 35px;
    font-size: 18px;
  }
}

.modal.wish-confirm .action-buttons {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: center;
          justify-content: center;
}

.modal.wish-confirm .action-buttons button {
  margin: 8px;
}

.modal.wish-confirm .action-buttons .btn-decline {
  background: transparent;
  border: 1px solid #da291c;
  color: #da291c;
}

.no-wishes {
  padding-top: 1em;
}

@media (max-width: 767px) {
  .no-wishes {
    padding-bottom: 45px;
  }
}

.no-wishes .top-decoration {
  display: block;
  margin: 0 auto;
  max-width: 550px;
  height: auto;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .no-wishes .top-decoration {
    width: 100%;
    margin-bottom: 30px;
  }
}

.no-wishes .text-small {
  font-family: 'A1 Sans', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  max-width: 490px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .no-wishes .text-small {
    font-size: 16px;
  }
}

.no-wishes .text-small strong {
  font-weight: bold;
}

.no-wishes .reminder {
  font-family: 'A1 Serif', sans-serif;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .no-wishes .reminder {
    font-size: 23px;
    line-height: 26px;
  }
}

.no-wishes .box {
  position: relative;
  width: 100%;
  padding-top: 100%;
  height: auto;
  background-color: #fff;
  border: 1px solid #5e5e5e;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}

@media (max-width: 767px) {
  .no-wishes .box {
    margin-bottom: 30px;
  }
}

.no-wishes .box::after {
  -webkit-transform: rotateZ(-44.9deg);
          transform: rotateZ(-44.9deg);
}

.rewards .page-description {
  font-family: 'A1 Sans', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  margin: 0 auto;
  max-width: 670px;
  margin-bottom: 70px;
}

@media (max-width: 768px) {
  .rewards .product {
    margin-bottom: 16px;
  }
}

.rewards .product .no-stock {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}

.rewards .product .no-stock .no-stock-label {
  font-family: 'A1 Sans', sans-serif;
  font-size: 18px;
  line-height: 1;
  background-color: #da291c;
  padding: 9px;
  padding-bottom: 12px;
  color: #fff;
  position: absolute;
  top: -15px;
  left: -15px;
}

.rewards .product .thumb-container {
  position: relative;
  width: 100%;
  padding-top: 100%;
  background: #fff;
  margin-bottom: 0.6em;
}

.rewards .product .product-thumb {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 320px;
  height: auto;
}

.rewards .product .name {
  font-family: 'A1 Serif', sans-serif;
  font-weight: 300;
  font-size: 24px;
  text-align: center;
  margin-bottom: 8px;
}

.rewards .product .name .brand {
  font-weight: bold;
  font-size: 25px;
}

.rewards .product .description {
  font-family: 'A1 Sans', sans-serif;
  font-weight: 300;
  font-size: 14px;
  text-align: center;
  line-height: 18px;
}

.winners {
  background-repeat: no-repeat;
  background-image: url(../images/winners-mobile.png);
  background-size: 100% 235px;
  background-position: 50% 100%;
  min-height: 550px;
  padding-bottom: 300px;
}

@media (min-width: 576px) {
  .winners {
    padding-bottom: 350px;
    background-size: 100% 300px;
  }
}

@media (min-width: 768px) {
  .winners {
    background-image: url(../images/winners-desktop.png);
    background-position: 50% 50%;
    background-size: 100% 100%;
    min-height: 700px;
    padding-bottom: 0;
  }
  .winners .container {
    max-width: 520px;
  }
}

@media (min-width: 991px) {
  .winners .container {
    max-width: 760px;
  }
}

@media (min-width: 1200px) {
  .winners .container {
    max-width: 860px;
  }
}

.winners .winners-table {
  margin: 0 auto;
}

.winners .winners-table tr td:first-child {
  padding-right: 1em;
}
