fieldset[disabled] .multiselect{pointer-events:none}.multiselect__spinner{position:absolute;right:1px;top:1px;width:48px;height:35px;background:#fff;display:block}.multiselect__spinner:after,.multiselect__spinner:before{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;-webkit-box-shadow:0 0 0 1px transparent;box-shadow:0 0 0 1px transparent}.multiselect__spinner:before{-webkit-animation:a 2.4s cubic-bezier(.41,.26,.2,.62);animation:a 2.4s cubic-bezier(.41,.26,.2,.62);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.multiselect__spinner:after{-webkit-animation:a 2.4s cubic-bezier(.51,.09,.21,.8);animation:a 2.4s cubic-bezier(.51,.09,.21,.8);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.multiselect__loading-enter-active,.multiselect__loading-leave-active{-webkit-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0}.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:14px;-ms-touch-action:manipulation;touch-action:manipulation}.multiselect{-webkit-box-sizing:content-box;box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect *{-webkit-box-sizing:border-box;box-sizing:border-box}.multiselect:focus{outline:none}.multiselect--disabled{pointer-events:none;opacity:.6}.multiselect--active{z-index:1}.multiselect--active .multiselect__current,.multiselect--active .multiselect__input,.multiselect--active .multiselect__tags{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input,.multiselect__single{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:1px 0 0 5px;width:100%;-webkit-transition:border .1s ease;transition:border .1s ease;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:8px}.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto}.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf}.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:none}.multiselect__single{padding-left:6px;margin-bottom:8px}.multiselect__tags{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff}.multiselect__tag{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:8px;white-space:nowrap}.multiselect__tag-icon{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:normal;width:22px;text-align:center;line-height:22px;-webkit-transition:all .2s ease;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon:after{content:"\D7";color:#266d4d;font-size:14px}.multiselect__tag-icon:focus,.multiselect__tag-icon:hover{background:#369a6e}.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#fff}.multiselect__current{min-height:40px;overflow:hidden;padding:8px 12px 0;padding-right:30px;white-space:nowrap;border-radius:5px;border:1px solid #e8e8e8}.multiselect__current,.multiselect__select{line-height:16px;-webkit-box-sizing:border-box;box-sizing:border-box;display:block;margin:0;text-decoration:none;cursor:pointer}.multiselect__select{position:absolute;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;text-align:center;-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease, -webkit-transform .2s ease}.multiselect__select:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0;border-color:#999 transparent transparent;content:""}.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder{display:none}.multiselect__content{position:absolute;list-style:none;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;padding:0;margin:0;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:1}.multiselect--above .multiselect__content{bottom:100%;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content::webkit-scrollbar{display:none}.multiselect__element{display:block}.multiselect__option{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px}.multiselect__option--highlight{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected:after{content:attr(data-selected);color:silver}.multiselect__option--selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled{background:#ededed;pointer-events:none}.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select,.multiselect__option--disabled{background:#ededed;color:#a6a6a6}.multiselect__option--disabled{cursor:text;pointer-events:none}.multiselect__option--disabled.multiselect__option--highlight{background:#dedede!important}.multiselect-enter-active,.multiselect-leave-active{-webkit-transition:all .15s ease;transition:all .15s ease}.multiselect-enter,.multiselect-leave-active{opacity:0}@-webkit-keyframes a{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(2turn);transform:rotate(2turn)}}@keyframes a{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(2turn);transform:rotate(2turn)}}@charset "UTF-8";
/*!
 * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

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

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@media print {
  *,
  *::before,
  *::after,
  p::first-letter,
  div::first-letter,
  blockquote::first-letter,
  li::first-letter,
  p::first-line,
  div::first-line,
  blockquote::first-line,
  li::first-line {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  .post-grid .post-item a .post-item-title,
  .brand__post-grid .post-item a .post-item-title,
  h3 {
    orphans: 3;
    widows: 3;
  }
  
  h2,
  .post-grid .post-item a .post-item-title,
  .brand__post-grid .post-item a .post-item-title,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Poppins", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #23252f;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

h1,
h2,
.post-grid .post-item a .post-item-title,
.brand__post-grid .post-item a .post-item-title, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

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

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

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

a {
  color: #9e7f3b;
  text-decoration: none;
}

a:focus, a:hover {
  color: #9e7f3b;
  text-decoration: underline;
}

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

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

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

[role="button"] {
  cursor: pointer;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

table {
  border-collapse: collapse;
  background-color: transparent;
}

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

th {
  text-align: left;
}

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

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

input,
button,
select,
textarea {
  line-height: inherit;
}

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed;
}

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

textarea {
  resize: vertical;
}

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

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

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

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

h1,
h2,
.post-grid .post-item a .post-item-title,
.brand__post-grid .post-item a .post-item-title, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 2rem;
  font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
  line-height: 1.3;
  color: inherit;
}

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


h2,
.post-grid .post-item a .post-item-title,
.brand__post-grid .post-item a .post-item-title, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.625rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.3;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.3;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.3;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.3;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #f5f5f5;
}

small,
.small {
  font-size: 80%;
  font-weight: normal;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled, .nav-main ul, .nav-main ul li, .newsletter-form-sidebar .newsletter-form-sidebar-interest-list, .page-breadcrumb {
  padding-left: 0;
  list-style: none;
}

.list-inline, .checkout .card ul, .custom-order .card ul {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 5px;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #ececec;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #636c72;
}

.blockquote-footer::before {
  content: "\2014   \A0";
}

.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #ececec;
  border-left: 0;
}

.blockquote-reverse .blockquote-footer::before {
  content: "";
}

.blockquote-reverse .blockquote-footer::after {
  content: "\A0   \2014";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 90%;
  color: #636c72;
}

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

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f5f5f5;
  border-radius: 0.25rem;
}

a > code {
  padding: 0;
  color: inherit;
  background-color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #23252f;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #23252f;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container, .dropdown-watch-search-section .dropdown-watch-search-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 16px;
  padding-left: 16px;
}

@media (min-width: 576px) {
  .container, .dropdown-watch-search-section .dropdown-watch-search-container {
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 768px) {
  .container, .dropdown-watch-search-section .dropdown-watch-search-container {
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 992px) {
  .container, .dropdown-watch-search-section .dropdown-watch-search-container {
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 1200px) {
  .container, .dropdown-watch-search-section .dropdown-watch-search-container {
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 1400px) {
  .container, .dropdown-watch-search-section .dropdown-watch-search-container {
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 1600px) {
  .container, .dropdown-watch-search-section .dropdown-watch-search-container {
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 576px) {
  .container, .dropdown-watch-search-section .dropdown-watch-search-container {
    width: 540px;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container, .dropdown-watch-search-section .dropdown-watch-search-container {
    width: 720px;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container, .dropdown-watch-search-section .dropdown-watch-search-container {
    width: 960px;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container, .dropdown-watch-search-section .dropdown-watch-search-container {
    width: 1240px;
    max-width: 100%;
  }
}

@media (min-width: 1400px) {
  .container, .dropdown-watch-search-section .dropdown-watch-search-container {
    width: 1340px;
    max-width: 100%;
  }
}

@media (min-width: 1600px) {
  .container, .dropdown-watch-search-section .dropdown-watch-search-container {
    width: 1540px;
    max-width: 100%;
  }
}

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 16px;
  padding-left: 16px;
}

@media (min-width: 576px) {
  .container-fluid {
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 992px) {
  .container-fluid {
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 1200px) {
  .container-fluid {
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 1400px) {
  .container-fluid {
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 1600px) {
  .container-fluid {
    padding-right: 8px;
    padding-left: 8px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}

@media (min-width: 576px) {
  .row {
    margin-right: -8px;
    margin-left: -8px;
  }
}

@media (min-width: 768px) {
  .row {
    margin-right: -8px;
    margin-left: -8px;
  }
}

@media (min-width: 992px) {
  .row {
    margin-right: -8px;
    margin-left: -8px;
  }
}

@media (min-width: 1200px) {
  .row {
    margin-right: -8px;
    margin-left: -8px;
  }
}

@media (min-width: 1400px) {
  .row {
    margin-right: -8px;
    margin-left: -8px;
  }
}

@media (min-width: 1600px) {
  .row {
    margin-right: -8px;
    margin-left: -8px;
  }
}

.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-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-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-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-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-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl, .col-xxxl-1, .col-xxxl-2, .col-xxxl-3, .col-xxxl-4, .col-xxxl-5, .col-xxxl-6, .col-xxxl-7, .col-xxxl-8, .col-xxxl-9, .col-xxxl-10, .col-xxxl-11, .col-xxxl-12, .col-xxxl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 16px;
  padding-left: 16px;
}

@media (min-width: 576px) {
  .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-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-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-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-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-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl, .col-xxxl-1, .col-xxxl-2, .col-xxxl-3, .col-xxxl-4, .col-xxxl-5, .col-xxxl-6, .col-xxxl-7, .col-xxxl-8, .col-xxxl-9, .col-xxxl-10, .col-xxxl-11, .col-xxxl-12, .col-xxxl {
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 768px) {
  .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-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-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-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-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-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl, .col-xxxl-1, .col-xxxl-2, .col-xxxl-3, .col-xxxl-4, .col-xxxl-5, .col-xxxl-6, .col-xxxl-7, .col-xxxl-8, .col-xxxl-9, .col-xxxl-10, .col-xxxl-11, .col-xxxl-12, .col-xxxl {
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 992px) {
  .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-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-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-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-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-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl, .col-xxxl-1, .col-xxxl-2, .col-xxxl-3, .col-xxxl-4, .col-xxxl-5, .col-xxxl-6, .col-xxxl-7, .col-xxxl-8, .col-xxxl-9, .col-xxxl-10, .col-xxxl-11, .col-xxxl-12, .col-xxxl {
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 1200px) {
  .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-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-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-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-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-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl, .col-xxxl-1, .col-xxxl-2, .col-xxxl-3, .col-xxxl-4, .col-xxxl-5, .col-xxxl-6, .col-xxxl-7, .col-xxxl-8, .col-xxxl-9, .col-xxxl-10, .col-xxxl-11, .col-xxxl-12, .col-xxxl {
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 1400px) {
  .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-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-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-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-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-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl, .col-xxxl-1, .col-xxxl-2, .col-xxxl-3, .col-xxxl-4, .col-xxxl-5, .col-xxxl-6, .col-xxxl-7, .col-xxxl-8, .col-xxxl-9, .col-xxxl-10, .col-xxxl-11, .col-xxxl-12, .col-xxxl {
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 1600px) {
  .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-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-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-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-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-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl, .col-xxxl-1, .col-xxxl-2, .col-xxxl-3, .col-xxxl-4, .col-xxxl-5, .col-xxxl-6, .col-xxxl-7, .col-xxxl-8, .col-xxxl-9, .col-xxxl-10, .col-xxxl-11, .col-xxxl-12, .col-xxxl {
    padding-right: 8px;
    padding-left: 8px;
  }
}

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

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pull-0 {
  right: auto;
}

.pull-1 {
  right: 8.33333333%;
}

.pull-2 {
  right: 16.66666667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.33333333%;
}

.pull-5 {
  right: 41.66666667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.33333333%;
}

.pull-8 {
  right: 66.66666667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.33333333%;
}

.pull-11 {
  right: 91.66666667%;
}

.pull-12 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 8.33333333%;
}

.push-2 {
  left: 16.66666667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.33333333%;
}

.push-5 {
  left: 41.66666667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.33333333%;
}

.push-8 {
  left: 66.66666667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.33333333%;
}

.push-11 {
  left: 91.66666667%;
}

.push-12 {
  left: 100%;
}

.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 {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-sm-0 {
    right: auto;
  }
  .pull-sm-1 {
    right: 8.33333333%;
  }
  .pull-sm-2 {
    right: 16.66666667%;
  }
  .pull-sm-3 {
    right: 25%;
  }
  .pull-sm-4 {
    right: 33.33333333%;
  }
  .pull-sm-5 {
    right: 41.66666667%;
  }
  .pull-sm-6 {
    right: 50%;
  }
  .pull-sm-7 {
    right: 58.33333333%;
  }
  .pull-sm-8 {
    right: 66.66666667%;
  }
  .pull-sm-9 {
    right: 75%;
  }
  .pull-sm-10 {
    right: 83.33333333%;
  }
  .pull-sm-11 {
    right: 91.66666667%;
  }
  .pull-sm-12 {
    right: 100%;
  }
  .push-sm-0 {
    left: auto;
  }
  .push-sm-1 {
    left: 8.33333333%;
  }
  .push-sm-2 {
    left: 16.66666667%;
  }
  .push-sm-3 {
    left: 25%;
  }
  .push-sm-4 {
    left: 33.33333333%;
  }
  .push-sm-5 {
    left: 41.66666667%;
  }
  .push-sm-6 {
    left: 50%;
  }
  .push-sm-7 {
    left: 58.33333333%;
  }
  .push-sm-8 {
    left: 66.66666667%;
  }
  .push-sm-9 {
    left: 75%;
  }
  .push-sm-10 {
    left: 83.33333333%;
  }
  .push-sm-11 {
    left: 91.66666667%;
  }
  .push-sm-12 {
    left: 100%;
  }
  .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 {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-md-0 {
    right: auto;
  }
  .pull-md-1 {
    right: 8.33333333%;
  }
  .pull-md-2 {
    right: 16.66666667%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-4 {
    right: 33.33333333%;
  }
  .pull-md-5 {
    right: 41.66666667%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-7 {
    right: 58.33333333%;
  }
  .pull-md-8 {
    right: 66.66666667%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-10 {
    right: 83.33333333%;
  }
  .pull-md-11 {
    right: 91.66666667%;
  }
  .pull-md-12 {
    right: 100%;
  }
  .push-md-0 {
    left: auto;
  }
  .push-md-1 {
    left: 8.33333333%;
  }
  .push-md-2 {
    left: 16.66666667%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-4 {
    left: 33.33333333%;
  }
  .push-md-5 {
    left: 41.66666667%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-7 {
    left: 58.33333333%;
  }
  .push-md-8 {
    left: 66.66666667%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-10 {
    left: 83.33333333%;
  }
  .push-md-11 {
    left: 91.66666667%;
  }
  .push-md-12 {
    left: 100%;
  }
  .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 {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-lg-0 {
    right: auto;
  }
  .pull-lg-1 {
    right: 8.33333333%;
  }
  .pull-lg-2 {
    right: 16.66666667%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-4 {
    right: 33.33333333%;
  }
  .pull-lg-5 {
    right: 41.66666667%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-7 {
    right: 58.33333333%;
  }
  .pull-lg-8 {
    right: 66.66666667%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-10 {
    right: 83.33333333%;
  }
  .pull-lg-11 {
    right: 91.66666667%;
  }
  .pull-lg-12 {
    right: 100%;
  }
  .push-lg-0 {
    left: auto;
  }
  .push-lg-1 {
    left: 8.33333333%;
  }
  .push-lg-2 {
    left: 16.66666667%;
  }
  .push-lg-3 {
    left: 25%;
  }
  .push-lg-4 {
    left: 33.33333333%;
  }
  .push-lg-5 {
    left: 41.66666667%;
  }
  .push-lg-6 {
    left: 50%;
  }
  .push-lg-7 {
    left: 58.33333333%;
  }
  .push-lg-8 {
    left: 66.66666667%;
  }
  .push-lg-9 {
    left: 75%;
  }
  .push-lg-10 {
    left: 83.33333333%;
  }
  .push-lg-11 {
    left: 91.66666667%;
  }
  .push-lg-12 {
    left: 100%;
  }
  .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 {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-xl-0 {
    right: auto;
  }
  .pull-xl-1 {
    right: 8.33333333%;
  }
  .pull-xl-2 {
    right: 16.66666667%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-4 {
    right: 33.33333333%;
  }
  .pull-xl-5 {
    right: 41.66666667%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-7 {
    right: 58.33333333%;
  }
  .pull-xl-8 {
    right: 66.66666667%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-10 {
    right: 83.33333333%;
  }
  .pull-xl-11 {
    right: 91.66666667%;
  }
  .pull-xl-12 {
    right: 100%;
  }
  .push-xl-0 {
    left: auto;
  }
  .push-xl-1 {
    left: 8.33333333%;
  }
  .push-xl-2 {
    left: 16.66666667%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-4 {
    left: 33.33333333%;
  }
  .push-xl-5 {
    left: 41.66666667%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-7 {
    left: 58.33333333%;
  }
  .push-xl-8 {
    left: 66.66666667%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-10 {
    left: 83.33333333%;
  }
  .push-xl-11 {
    left: 91.66666667%;
  }
  .push-xl-12 {
    left: 100%;
  }
  .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: 1400px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-xxl-0 {
    right: auto;
  }
  .pull-xxl-1 {
    right: 8.33333333%;
  }
  .pull-xxl-2 {
    right: 16.66666667%;
  }
  .pull-xxl-3 {
    right: 25%;
  }
  .pull-xxl-4 {
    right: 33.33333333%;
  }
  .pull-xxl-5 {
    right: 41.66666667%;
  }
  .pull-xxl-6 {
    right: 50%;
  }
  .pull-xxl-7 {
    right: 58.33333333%;
  }
  .pull-xxl-8 {
    right: 66.66666667%;
  }
  .pull-xxl-9 {
    right: 75%;
  }
  .pull-xxl-10 {
    right: 83.33333333%;
  }
  .pull-xxl-11 {
    right: 91.66666667%;
  }
  .pull-xxl-12 {
    right: 100%;
  }
  .push-xxl-0 {
    left: auto;
  }
  .push-xxl-1 {
    left: 8.33333333%;
  }
  .push-xxl-2 {
    left: 16.66666667%;
  }
  .push-xxl-3 {
    left: 25%;
  }
  .push-xxl-4 {
    left: 33.33333333%;
  }
  .push-xxl-5 {
    left: 41.66666667%;
  }
  .push-xxl-6 {
    left: 50%;
  }
  .push-xxl-7 {
    left: 58.33333333%;
  }
  .push-xxl-8 {
    left: 66.66666667%;
  }
  .push-xxl-9 {
    left: 75%;
  }
  .push-xxl-10 {
    left: 83.33333333%;
  }
  .push-xxl-11 {
    left: 91.66666667%;
  }
  .push-xxl-12 {
    left: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0%;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1600px) {
  .col-xxxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xxxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xxxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xxxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xxxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xxxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xxxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xxxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xxxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xxxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xxxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-xxxl-0 {
    right: auto;
  }
  .pull-xxxl-1 {
    right: 8.33333333%;
  }
  .pull-xxxl-2 {
    right: 16.66666667%;
  }
  .pull-xxxl-3 {
    right: 25%;
  }
  .pull-xxxl-4 {
    right: 33.33333333%;
  }
  .pull-xxxl-5 {
    right: 41.66666667%;
  }
  .pull-xxxl-6 {
    right: 50%;
  }
  .pull-xxxl-7 {
    right: 58.33333333%;
  }
  .pull-xxxl-8 {
    right: 66.66666667%;
  }
  .pull-xxxl-9 {
    right: 75%;
  }
  .pull-xxxl-10 {
    right: 83.33333333%;
  }
  .pull-xxxl-11 {
    right: 91.66666667%;
  }
  .pull-xxxl-12 {
    right: 100%;
  }
  .push-xxxl-0 {
    left: auto;
  }
  .push-xxxl-1 {
    left: 8.33333333%;
  }
  .push-xxxl-2 {
    left: 16.66666667%;
  }
  .push-xxxl-3 {
    left: 25%;
  }
  .push-xxxl-4 {
    left: 33.33333333%;
  }
  .push-xxxl-5 {
    left: 41.66666667%;
  }
  .push-xxxl-6 {
    left: 50%;
  }
  .push-xxxl-7 {
    left: 58.33333333%;
  }
  .push-xxxl-8 {
    left: 66.66666667%;
  }
  .push-xxxl-9 {
    left: 75%;
  }
  .push-xxxl-10 {
    left: 83.33333333%;
  }
  .push-xxxl-11 {
    left: 91.66666667%;
  }
  .push-xxxl-12 {
    left: 100%;
  }
  .offset-xxxl-0 {
    margin-left: 0%;
  }
  .offset-xxxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.66666667%;
  }
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 0 solid #ececec;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 0 solid #ececec;
}

.table tbody + tbody {
  border-top: 0 solid #ececec;
}

.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 0 solid #ececec;
}

.table-bordered th,
.table-bordered td {
  border: 0 solid #ececec;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #dff0d8;
}

.table-hover .table-success:hover {
  background-color: #d0e9c6;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #d0e9c6;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d9edf7;
}

.table-hover .table-info:hover {
  background-color: #c4e3f3;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #c4e3f3;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcf8e3;
}

.table-hover .table-warning:hover {
  background-color: #faf2cc;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #faf2cc;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f2dede;
}

.table-hover .table-danger:hover {
  background-color: #ebcccc;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ebcccc;
}

.thead-inverse th {
  color: #fff;
  background-color: #23252f;
}

.thead-default th {
  color: #464a4c;
  background-color: #ececec;
}

.table-inverse {
  color: #fff;
  background-color: #23252f;
}

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #fff;
}

.table-inverse.table-bordered {
  border: 0;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive.table-bordered {
  border: 0;
}

.form-control, #watch-browser #watchSearchFieldWrapper input {
  display: block;
  width: 100%;
  padding: 0.8125rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #23252f;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #d0d7dd;
  border-radius: 0.25rem;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.form-control::-ms-expand, #watch-browser #watchSearchFieldWrapper input::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus, #watch-browser #watchSearchFieldWrapper input:focus {
  color: #23252f;
  background-color: #fff;
  border-color: #d2ba86;
  outline: none;
}

.form-control::-webkit-input-placeholder, #watch-browser #watchSearchFieldWrapper input::-webkit-input-placeholder {
  color: #adadad;
  opacity: 1;
}

.form-control::-moz-placeholder, #watch-browser #watchSearchFieldWrapper input::-moz-placeholder {
  color: #adadad;
  opacity: 1;
}

.form-control::-ms-input-placeholder, #watch-browser #watchSearchFieldWrapper input::-ms-input-placeholder {
  color: #adadad;
  opacity: 1;
}

.form-control::placeholder, #watch-browser #watchSearchFieldWrapper input::placeholder {
  color: #adadad;
  opacity: 1;
}

.form-control:disabled, #watch-browser #watchSearchFieldWrapper input:disabled, .form-control[readonly], #watch-browser #watchSearchFieldWrapper input[readonly] {
  background-color: #ececec;
  opacity: 1;
}

.form-control:disabled, #watch-browser #watchSearchFieldWrapper input:disabled {
  cursor: not-allowed;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

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

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

.col-form-label {
  padding-top: calc(0.8125rem - 1px * 2);
  padding-bottom: calc(0.8125rem - 1px * 2);
  margin-bottom: 0;
}

.col-form-label-lg {
  padding-top: calc(0.75rem - 1px * 2);
  padding-bottom: calc(0.75rem - 1px * 2);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem - 1px * 2);
  padding-bottom: calc(0.25rem - 1px * 2);
  font-size: 0.875rem;
}

.col-form-legend {
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
  margin-bottom: 0;
  font-size: 1rem;
}

.form-control-static {
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
  margin-bottom: 0;
  line-height: 1.25;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control, #watch-browser #watchSearchFieldWrapper .input-group-sm > input.form-control-static,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn, .dropdown-watch-search-section .input-group-sm > .input-group-btn > .form-control-static.dropdown-watch-search-btn, .frontpage-newsletter-video-section .input-group-sm > .input-group-btn > .form-control-static.newsletter-form-frontpage-subscribeBtn, .newsletter-form-wide .input-group-sm > .input-group-btn > .form-control-static.newsletter-form-wide-subscribeBtn, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control, #watch-browser #watchSearchFieldWrapper .input-group-lg > input.form-control-static,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .dropdown-watch-search-section .input-group-lg > .input-group-btn > .form-control-static.dropdown-watch-search-btn, .frontpage-newsletter-video-section .input-group-lg > .input-group-btn > .form-control-static.newsletter-form-frontpage-subscribeBtn, .newsletter-form-wide .input-group-lg > .input-group-btn > .form-control-static.newsletter-form-wide-subscribeBtn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control, #watch-browser #watchSearchFieldWrapper .input-group-sm > input,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn, .dropdown-watch-search-section .input-group-sm > .input-group-btn > .dropdown-watch-search-btn, .frontpage-newsletter-video-section .input-group-sm > .input-group-btn > .newsletter-form-frontpage-subscribeBtn, .newsletter-form-wide .input-group-sm > .input-group-btn > .newsletter-form-wide-subscribeBtn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]), .dropdown-watch-search-section .input-group-sm > .input-group-btn > select.dropdown-watch-search-btn:not([size]):not([multiple]), .frontpage-newsletter-video-section .input-group-sm > .input-group-btn > select.newsletter-form-frontpage-subscribeBtn:not([size]):not([multiple]), .newsletter-form-wide .input-group-sm > .input-group-btn > select.newsletter-form-wide-subscribeBtn:not([size]):not([multiple]) {
  height: 1.8125rem;
}

.form-control-lg, .input-group-lg > .form-control, #watch-browser #watchSearchFieldWrapper .input-group-lg > input,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn, .dropdown-watch-search-section .input-group-lg > .input-group-btn > .dropdown-watch-search-btn, .frontpage-newsletter-video-section .input-group-lg > .input-group-btn > .newsletter-form-frontpage-subscribeBtn, .newsletter-form-wide .input-group-lg > .input-group-btn > .newsletter-form-wide-subscribeBtn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]), .dropdown-watch-search-section .input-group-lg > .input-group-btn > select.dropdown-watch-search-btn:not([size]):not([multiple]), .frontpage-newsletter-video-section .input-group-lg > .input-group-btn > select.newsletter-form-frontpage-subscribeBtn:not([size]):not([multiple]), .newsletter-form-wide .input-group-lg > .input-group-btn > select.newsletter-form-wide-subscribeBtn:not([size]):not([multiple]) {
  height: 3.16666667rem;
}

.form-group, #delivery .select-store {
  margin-bottom: 1rem;
}

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

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
}

.form-check.disabled .form-check-label {
  color: #636c72;
  cursor: not-allowed;
}

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  cursor: pointer;
}

.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem;
}

.form-check-input:only-child {
  position: static;
}

.form-check-inline {
  display: inline-block;
}

.form-check-inline .form-check-label {
  vertical-align: middle;
}

.form-check-inline + .form-check-inline {
  margin-left: 0.75rem;
}

.form-control-feedback {
  margin-top: 0.25rem;
}

.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.71875rem;
  background-size: 1.4375rem 1.4375rem;
}

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .col-form-label,
.has-success .form-check-label,
.has-success .custom-control {
  color: #5cb85c;
}

.has-success .form-control, .has-success #watch-browser #watchSearchFieldWrapper input, #watch-browser #watchSearchFieldWrapper .has-success input {
  border-color: #5cb85c;
}

.has-success .input-group-addon {
  color: #5cb85c;
  border-color: #5cb85c;
  background-color: #eaf6ea;
}

.has-success .form-control-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
}

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .col-form-label,
.has-warning .form-check-label,
.has-warning .custom-control {
  color: #f0ad4e;
}

.has-warning .form-control, .has-warning #watch-browser #watchSearchFieldWrapper input, #watch-browser #watchSearchFieldWrapper .has-warning input {
  border-color: #f0ad4e;
}

.has-warning .input-group-addon {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: white;
}

.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
}

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .col-form-label,
.has-danger .form-check-label,
.has-danger .custom-control {
  color: #d9534f;
}

.has-danger .form-control, .has-danger #watch-browser #watchSearchFieldWrapper input, #watch-browser #watchSearchFieldWrapper .has-danger input {
  border-color: #d9534f;
}

.has-danger .input-group-addon {
  color: #d9534f;
  border-color: #d9534f;
  background-color: #fdf7f7;
}

.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group, .form-inline #delivery .select-store, #delivery .form-inline .select-store {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control, .form-inline #watch-browser #watchSearchFieldWrapper input, #watch-browser #watchSearchFieldWrapper .form-inline input {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-inline .form-check-label {
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
  }
  .form-inline .custom-control-indicator {
    position: static;
    display: inline-block;
    margin-right: 0.25rem;
    vertical-align: text-bottom;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.btn, .dropdown-watch-search-section .dropdown-watch-search-btn, .frontpage-newsletter-video-section .newsletter-form-frontpage-subscribeBtn, .newsletter-form-wide .newsletter-form-wide-subscribeBtn {
  display: inline-block;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.6875rem 1.6rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn:focus, .dropdown-watch-search-section .dropdown-watch-search-btn:focus, .frontpage-newsletter-video-section .newsletter-form-frontpage-subscribeBtn:focus, .newsletter-form-wide .newsletter-form-wide-subscribeBtn:focus, .btn:hover, .dropdown-watch-search-section .dropdown-watch-search-btn:hover, .frontpage-newsletter-video-section .newsletter-form-frontpage-subscribeBtn:hover, .newsletter-form-wide .newsletter-form-wide-subscribeBtn:hover {
  text-decoration: none;
}

.btn:focus, .dropdown-watch-search-section .dropdown-watch-search-btn:focus, .frontpage-newsletter-video-section .newsletter-form-frontpage-subscribeBtn:focus, .newsletter-form-wide .newsletter-form-wide-subscribeBtn:focus, .btn.focus, .dropdown-watch-search-section .focus.dropdown-watch-search-btn, .frontpage-newsletter-video-section .focus.newsletter-form-frontpage-subscribeBtn, .newsletter-form-wide .focus.newsletter-form-wide-subscribeBtn {
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(158, 127, 59, 0.25);
          box-shadow: 0 0 0 2px rgba(158, 127, 59, 0.25);
}

.btn.disabled, .dropdown-watch-search-section .disabled.dropdown-watch-search-btn, .frontpage-newsletter-video-section .disabled.newsletter-form-frontpage-subscribeBtn, .newsletter-form-wide .disabled.newsletter-form-wide-subscribeBtn, .btn:disabled, .dropdown-watch-search-section .dropdown-watch-search-btn:disabled, .frontpage-newsletter-video-section .newsletter-form-frontpage-subscribeBtn:disabled, .newsletter-form-wide .newsletter-form-wide-subscribeBtn:disabled {
  cursor: not-allowed;
  opacity: .65;
}

.btn:active, .dropdown-watch-search-section .dropdown-watch-search-btn:active, .frontpage-newsletter-video-section .newsletter-form-frontpage-subscribeBtn:active, .newsletter-form-wide .newsletter-form-wide-subscribeBtn:active, .btn.active, .dropdown-watch-search-section .active.dropdown-watch-search-btn, .frontpage-newsletter-video-section .active.newsletter-form-frontpage-subscribeBtn, .newsletter-form-wide .active.newsletter-form-wide-subscribeBtn {
  background-image: none;
}

a.btn.disabled, .dropdown-watch-search-section a.disabled.dropdown-watch-search-btn, .frontpage-newsletter-video-section a.disabled.newsletter-form-frontpage-subscribeBtn, .newsletter-form-wide a.disabled.newsletter-form-wide-subscribeBtn,
fieldset[disabled] a.btn,
fieldset[disabled] .dropdown-watch-search-section a.dropdown-watch-search-btn,
.dropdown-watch-search-section fieldset[disabled] a.dropdown-watch-search-btn,
fieldset[disabled] .frontpage-newsletter-video-section a.newsletter-form-frontpage-subscribeBtn,
.frontpage-newsletter-video-section fieldset[disabled] a.newsletter-form-frontpage-subscribeBtn,
fieldset[disabled] .newsletter-form-wide a.newsletter-form-wide-subscribeBtn,
.newsletter-form-wide fieldset[disabled] a.newsletter-form-wide-subscribeBtn {
  pointer-events: none;
}

.btn-primary, .newsletter-form-wide .newsletter-form-wide-subscribeBtn {
  color: #fff;
  background-color: #9e7f3b;
  border-color: #9e7f3b;
}

.btn-primary:hover, .newsletter-form-wide .newsletter-form-wide-subscribeBtn:hover {
  color: #fff;
  background-color: #79612d;
  border-color: #715b2a;
}

.btn-primary:focus, .newsletter-form-wide .newsletter-form-wide-subscribeBtn:focus, .btn-primary.focus, .newsletter-form-wide .focus.newsletter-form-wide-subscribeBtn {
  -webkit-box-shadow: 0 0 0 2px rgba(158, 127, 59, 0.5);
          box-shadow: 0 0 0 2px rgba(158, 127, 59, 0.5);
}

.btn-primary.disabled, .newsletter-form-wide .disabled.newsletter-form-wide-subscribeBtn, .btn-primary:disabled, .newsletter-form-wide .newsletter-form-wide-subscribeBtn:disabled {
  background-color: #9e7f3b;
  border-color: #9e7f3b;
}

.btn-primary:active, .newsletter-form-wide .newsletter-form-wide-subscribeBtn:active, .btn-primary.active, .newsletter-form-wide .active.newsletter-form-wide-subscribeBtn,
.show > .btn-primary.dropdown-toggle,
.newsletter-form-wide .show > .dropdown-toggle.newsletter-form-wide-subscribeBtn {
  color: #fff;
  background-color: #79612d;
  background-image: none;
  border-color: #715b2a;
}

.btn-secondary {
  color: #23252f;
  background-color: #fff;
  border-color: #23252f;
}

.btn-secondary:hover {
  color: #23252f;
  background-color: #e6e5e5;
  border-color: #09090c;
}

.btn-secondary:focus, .btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(35, 37, 47, 0.5);
          box-shadow: 0 0 0 2px rgba(35, 37, 47, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #fff;
  border-color: #23252f;
}

.btn-secondary:active, .btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
  color: #23252f;
  background-color: #e6e5e5;
  background-image: none;
  border-color: #09090c;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
}

.btn-info:focus, .btn-info.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
          box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-info:active, .btn-info.active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #2aabd2;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
}

.btn-success:focus, .btn-success.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
          box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-success:active, .btn-success.active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #419641;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
}

.btn-warning:focus, .btn-warning.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
          box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-warning:active, .btn-warning.active,
.show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #eb9316;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
}

.btn-danger:focus, .btn-danger.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
          box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-danger:active, .btn-danger.active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #c12e2a;
}

.btn-outline-primary, .dropdown-watch-search-section .dropdown-watch-search-btn, .frontpage-newsletter-video-section .newsletter-form-frontpage-subscribeBtn {
  color: #9e7f3b;
  background-image: none;
  background-color: transparent;
  border-color: #9e7f3b;
}

.btn-outline-primary:hover, .dropdown-watch-search-section .dropdown-watch-search-btn:hover, .frontpage-newsletter-video-section .newsletter-form-frontpage-subscribeBtn:hover {
  color: #fff;
  background-color: #9e7f3b;
  border-color: #9e7f3b;
}

.btn-outline-primary:focus, .dropdown-watch-search-section .dropdown-watch-search-btn:focus, .frontpage-newsletter-video-section .newsletter-form-frontpage-subscribeBtn:focus, .btn-outline-primary.focus, .dropdown-watch-search-section .focus.dropdown-watch-search-btn, .frontpage-newsletter-video-section .focus.newsletter-form-frontpage-subscribeBtn {
  -webkit-box-shadow: 0 0 0 2px rgba(158, 127, 59, 0.5);
          box-shadow: 0 0 0 2px rgba(158, 127, 59, 0.5);
}

.btn-outline-primary.disabled, .dropdown-watch-search-section .disabled.dropdown-watch-search-btn, .frontpage-newsletter-video-section .disabled.newsletter-form-frontpage-subscribeBtn, .btn-outline-primary:disabled, .dropdown-watch-search-section .dropdown-watch-search-btn:disabled, .frontpage-newsletter-video-section .newsletter-form-frontpage-subscribeBtn:disabled {
  color: #9e7f3b;
  background-color: transparent;
}

.btn-outline-primary:active, .dropdown-watch-search-section .dropdown-watch-search-btn:active, .frontpage-newsletter-video-section .newsletter-form-frontpage-subscribeBtn:active, .btn-outline-primary.active, .dropdown-watch-search-section .active.dropdown-watch-search-btn, .frontpage-newsletter-video-section .active.newsletter-form-frontpage-subscribeBtn,
.show > .btn-outline-primary.dropdown-toggle,
.dropdown-watch-search-section .show > .dropdown-toggle.dropdown-watch-search-btn,
.frontpage-newsletter-video-section .show > .dropdown-toggle.newsletter-form-frontpage-subscribeBtn {
  color: #fff;
  background-color: #9e7f3b;
  border-color: #9e7f3b;
}

.btn-outline-secondary {
  color: #23252f;
  background-image: none;
  background-color: transparent;
  border-color: #23252f;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #23252f;
  border-color: #23252f;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(35, 37, 47, 0.5);
          box-shadow: 0 0 0 2px rgba(35, 37, 47, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #23252f;
  background-color: transparent;
}

.btn-outline-secondary:active, .btn-outline-secondary.active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #23252f;
  border-color: #23252f;
}

.btn-outline-info {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
          box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #5bc0de;
  background-color: transparent;
}

.btn-outline-info:active, .btn-outline-info.active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-outline-success {
  color: #5cb85c;
  background-image: none;
  background-color: transparent;
  border-color: #5cb85c;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
          box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #5cb85c;
  background-color: transparent;
}

.btn-outline-success:active, .btn-outline-success.active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-outline-warning {
  color: #f0ad4e;
  background-image: none;
  background-color: transparent;
  border-color: #f0ad4e;
}

.btn-outline-warning:hover {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
          box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #f0ad4e;
  background-color: transparent;
}

.btn-outline-warning:active, .btn-outline-warning.active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-outline-danger {
  color: #d9534f;
  background-image: none;
  background-color: transparent;
  border-color: #d9534f;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
          box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #d9534f;
  background-color: transparent;
}

.btn-outline-danger:active, .btn-outline-danger.active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-link {
  font-weight: normal;
  color: #9e7f3b;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
  background-color: transparent;
}

.btn-link, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover {
  border-color: transparent;
}

.btn-link:focus, .btn-link:hover {
  color: #9e7f3b;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link:disabled {
  color: #636c72;
}

.btn-link:disabled:focus, .btn-link:disabled:hover {
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn, .dropdown-watch-search-section .btn-group-lg > .dropdown-watch-search-btn, .frontpage-newsletter-video-section .btn-group-lg > .newsletter-form-frontpage-subscribeBtn, .newsletter-form-wide .btn-group-lg > .newsletter-form-wide-subscribeBtn {
  padding: 0.8rem 1.8rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn, .dropdown-watch-search-section .btn-group-sm > .dropdown-watch-search-btn, .frontpage-newsletter-video-section .btn-group-sm > .newsletter-form-frontpage-subscribeBtn, .newsletter-form-wide .btn-group-sm > .newsletter-form-wide-subscribeBtn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.btn-block, .dropdown-watch-search-section .dropdown-watch-search-btn, .newsletter-form-wide .newsletter-form-wide-subscribeBtn {
  display: block;
  width: 100%;
}

.btn-block + .btn-block, .dropdown-watch-search-section .dropdown-watch-search-btn + .btn-block, .newsletter-form-wide .newsletter-form-wide-subscribeBtn + .btn-block, .dropdown-watch-search-section .btn-block + .dropdown-watch-search-btn, .dropdown-watch-search-section .dropdown-watch-search-btn + .dropdown-watch-search-btn, .newsletter-form-wide .dropdown-watch-search-section .newsletter-form-wide-subscribeBtn + .dropdown-watch-search-btn, .dropdown-watch-search-section .newsletter-form-wide .newsletter-form-wide-subscribeBtn + .dropdown-watch-search-btn, .newsletter-form-wide .btn-block + .newsletter-form-wide-subscribeBtn, .dropdown-watch-search-section .newsletter-form-wide .dropdown-watch-search-btn + .newsletter-form-wide-subscribeBtn, .newsletter-form-wide .dropdown-watch-search-section .dropdown-watch-search-btn + .newsletter-form-wide-subscribeBtn, .newsletter-form-wide .newsletter-form-wide-subscribeBtn + .newsletter-form-wide-subscribeBtn {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block, .dropdown-watch-search-section input.dropdown-watch-search-btn[type="submit"], .newsletter-form-wide input.newsletter-form-wide-subscribeBtn[type="submit"],
input[type="reset"].btn-block,
.dropdown-watch-search-section input.dropdown-watch-search-btn[type="reset"],
.newsletter-form-wide input.newsletter-form-wide-subscribeBtn[type="reset"],
input[type="button"].btn-block,
.dropdown-watch-search-section input.dropdown-watch-search-btn[type="button"],
.newsletter-form-wide input.newsletter-form-wide-subscribeBtn[type="button"] {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #23252f;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-divider {
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
  background-color: #ececec;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: normal;
  color: #23252f;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #181920;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #9e7f3b;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #636c72;
  cursor: not-allowed;
  background-color: transparent;
}

.show > .dropdown-menu {
  display: block;
}

.show > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #636c72;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 0.125rem;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn, .dropdown-watch-search-section .btn-group > .dropdown-watch-search-btn, .frontpage-newsletter-video-section .btn-group > .newsletter-form-frontpage-subscribeBtn, .newsletter-form-wide .btn-group > .newsletter-form-wide-subscribeBtn,
.btn-group-vertical > .btn,
.dropdown-watch-search-section .btn-group-vertical > .dropdown-watch-search-btn,
.frontpage-newsletter-video-section .btn-group-vertical > .newsletter-form-frontpage-subscribeBtn,
.newsletter-form-wide .btn-group-vertical > .newsletter-form-wide-subscribeBtn {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.btn-group > .btn:hover, .dropdown-watch-search-section .btn-group > .dropdown-watch-search-btn:hover, .frontpage-newsletter-video-section .btn-group > .newsletter-form-frontpage-subscribeBtn:hover, .newsletter-form-wide .btn-group > .newsletter-form-wide-subscribeBtn:hover,
.btn-group-vertical > .btn:hover,
.dropdown-watch-search-section .btn-group-vertical > .dropdown-watch-search-btn:hover,
.frontpage-newsletter-video-section .btn-group-vertical > .newsletter-form-frontpage-subscribeBtn:hover,
.newsletter-form-wide .btn-group-vertical > .newsletter-form-wide-subscribeBtn:hover {
  z-index: 2;
}

.btn-group > .btn:focus, .dropdown-watch-search-section .btn-group > .dropdown-watch-search-btn:focus, .frontpage-newsletter-video-section .btn-group > .newsletter-form-frontpage-subscribeBtn:focus, .newsletter-form-wide .btn-group > .newsletter-form-wide-subscribeBtn:focus, .btn-group > .btn:active, .dropdown-watch-search-section .btn-group > .dropdown-watch-search-btn:active, .frontpage-newsletter-video-section .btn-group > .newsletter-form-frontpage-subscribeBtn:active, .newsletter-form-wide .btn-group > .newsletter-form-wide-subscribeBtn:active, .btn-group > .btn.active, .dropdown-watch-search-section .btn-group > .active.dropdown-watch-search-btn, .frontpage-newsletter-video-section .btn-group > .active.newsletter-form-frontpage-subscribeBtn, .newsletter-form-wide .btn-group > .active.newsletter-form-wide-subscribeBtn,
.btn-group-vertical > .btn:focus,
.dropdown-watch-search-section .btn-group-vertical > .dropdown-watch-search-btn:focus,
.frontpage-newsletter-video-section .btn-group-vertical > .newsletter-form-frontpage-subscribeBtn:focus,
.newsletter-form-wide .btn-group-vertical > .newsletter-form-wide-subscribeBtn:focus,
.btn-group-vertical > .btn:active,
.dropdown-watch-search-section .btn-group-vertical > .dropdown-watch-search-btn:active,
.frontpage-newsletter-video-section .btn-group-vertical > .newsletter-form-frontpage-subscribeBtn:active,
.newsletter-form-wide .btn-group-vertical > .newsletter-form-wide-subscribeBtn:active,
.btn-group-vertical > .btn.active,
.dropdown-watch-search-section .btn-group-vertical > .active.dropdown-watch-search-btn,
.frontpage-newsletter-video-section .btn-group-vertical > .active.newsletter-form-frontpage-subscribeBtn,
.newsletter-form-wide .btn-group-vertical > .active.newsletter-form-wide-subscribeBtn {
  z-index: 2;
}

.btn-group .btn + .btn, .btn-group .dropdown-watch-search-section .dropdown-watch-search-btn + .btn, .dropdown-watch-search-section .btn-group .dropdown-watch-search-btn + .btn, .btn-group .frontpage-newsletter-video-section .newsletter-form-frontpage-subscribeBtn + .btn, .frontpage-newsletter-video-section .btn-group .newsletter-form-frontpage-subscribeBtn + .btn, .btn-group .newsletter-form-wide .newsletter-form-wide-subscribeBtn + .btn, .newsletter-form-wide .btn-group .newsletter-form-wide-subscribeBtn + .btn, .btn-group .dropdown-watch-search-section .btn + .dropdown-watch-search-btn, .dropdown-watch-search-section .btn-group .btn + .dropdown-watch-search-btn, .btn-group .dropdown-watch-search-section .dropdown-watch-search-btn + .dropdown-watch-search-btn, .dropdown-watch-search-section .btn-group .dropdown-watch-search-btn + .dropdown-watch-search-btn, .btn-group .frontpage-newsletter-video-section .dropdown-watch-search-section .newsletter-form-frontpage-subscribeBtn + .dropdown-watch-search-btn, .dropdown-watch-search-section .btn-group .frontpage-newsletter-video-section .newsletter-form-frontpage-subscribeBtn + .dropdown-watch-search-btn, .frontpage-newsletter-video-section .btn-group .dropdown-watch-search-section .newsletter-form-frontpage-subscribeBtn + .dropdown-watch-search-btn, .dropdown-watch-search-section .frontpage-newsletter-video-section .btn-group .newsletter-form-frontpage-subscribeBtn + .dropdown-watch-search-btn, .btn-group .newsletter-form-wide .dropdown-watch-search-section .newsletter-form-wide-subscribeBtn + .dropdown-watch-search-btn, .dropdown-watch-search-section .btn-group .newsletter-form-wide .newsletter-form-wide-subscribeBtn + .dropdown-watch-search-btn, .newsletter-form-wide .btn-group .dropdown-watch-search-section .newsletter-form-wide-subscribeBtn + .dropdown-watch-search-btn, .dropdown-watch-search-section .newsletter-form-wide .btn-group .newsletter-form-wide-subscribeBtn + .dropdown-watch-search-btn, .btn-group .frontpage-newsletter-video-section .btn + .newsletter-form-frontpage-subscribeBtn, .frontpage-newsletter-video-section .btn-group .btn + .newsletter-form-frontpage-subscribeBtn, .btn-group .dropdown-watch-search-section .frontpage-newsletter-video-section .dropdown-watch-search-btn + .newsletter-form-frontpage-subscribeBtn, .frontpage-newsletter-video-section .btn-group .dropdown-watch-search-section .dropdown-watch-search-btn + .newsletter-form-frontpage-subscribeBtn, .dropdown-watch-search-section .btn-group .frontpage-newsletter-video-section .dropdown-watch-search-btn + .newsletter-form-frontpage-subscribeBtn, .frontpage-newsletter-video-section .dropdown-watch-search-section .btn-group .dropdown-watch-search-btn + .newsletter-form-frontpage-subscribeBtn, .btn-group .frontpage-newsletter-video-section .newsletter-form-frontpage-subscribeBtn + .newsletter-form-frontpage-subscribeBtn, .frontpage-newsletter-video-section .btn-group .newsletter-form-frontpage-subscribeBtn + .newsletter-form-frontpage-subscribeBtn, .btn-group .newsletter-form-wide .frontpage-newsletter-video-section .newsletter-form-wide-subscribeBtn + .newsletter-form-frontpage-subscribeBtn, .frontpage-newsletter-video-section .btn-group .newsletter-form-wide .newsletter-form-wide-subscribeBtn + .newsletter-form-frontpage-subscribeBtn, .newsletter-form-wide .btn-group .frontpage-newsletter-video-section .newsletter-form-wide-subscribeBtn + .newsletter-form-frontpage-subscribeBtn, .frontpage-newsletter-video-section .newsletter-form-wide .btn-group .newsletter-form-wide-subscribeBtn + .newsletter-form-frontpage-subscribeBtn, .btn-group .newsletter-form-wide .btn + .newsletter-form-wide-subscribeBtn, .newsletter-form-wide .btn-group .btn + .newsletter-form-wide-subscribeBtn, .btn-group .dropdown-watch-search-section .newsletter-form-wide .dropdown-watch-search-btn + .newsletter-form-wide-subscribeBtn, .newsletter-form-wide .btn-group .dropdown-watch-search-section .dropdown-watch-search-btn + .newsletter-form-wide-subscribeBtn, .dropdown-watch-search-section .btn-group .newsletter-form-wide .dropdown-watch-search-btn + .newsletter-form-wide-subscribeBtn, .newsletter-form-wide .dropdown-watch-search-section .btn-group .dropdown-watch-search-btn + .newsletter-form-wide-subscribeBtn, .btn-group .frontpage-newsletter-video-section .newsletter-form-wide .newsletter-form-frontpage-subscribeBtn + .newsletter-form-wide-subscribeBtn, .newsletter-form-wide .btn-group .frontpage-newsletter-video-section .newsletter-form-frontpage-subscribeBtn + .newsletter-form-wide-subscribeBtn, .frontpage-newsletter-video-section .btn-group .newsletter-form-wide .newsletter-form-frontpage-subscribeBtn + .newsletter-form-wide-subscribeBtn, .newsletter-form-wide .frontpage-newsletter-video-section .btn-group .newsletter-form-frontpage-subscribeBtn + .newsletter-form-wide-subscribeBtn, .btn-group .newsletter-form-wide .newsletter-form-wide-subscribeBtn + .newsletter-form-wide-subscribeBtn, .newsletter-form-wide .btn-group .newsletter-form-wide-subscribeBtn + .newsletter-form-wide-subscribeBtn,
.btn-group .btn + .btn-group,
.btn-group .dropdown-watch-search-section .dropdown-watch-search-btn + .btn-group,
.dropdown-watch-search-section .btn-group .dropdown-watch-search-btn + .btn-group,
.btn-group .frontpage-newsletter-video-section .newsletter-form-frontpage-subscribeBtn + .btn-group,
.frontpage-newsletter-video-section .btn-group .newsletter-form-frontpage-subscribeBtn + .btn-group,
.btn-group .newsletter-form-wide .newsletter-form-wide-subscribeBtn + .btn-group,
.newsletter-form-wide .btn-group .newsletter-form-wide-subscribeBtn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .dropdown-watch-search-section .btn-group + .dropdown-watch-search-btn,
.dropdown-watch-search-section .btn-group .btn-group + .dropdown-watch-search-btn,
.btn-group .frontpage-newsletter-video-section .btn-group + .newsletter-form-frontpage-subscribeBtn,
.frontpage-newsletter-video-section .btn-group .btn-group + .newsletter-form-frontpage-subscribeBtn,
.btn-group .newsletter-form-wide .btn-group + .newsletter-form-wide-subscribeBtn,
.newsletter-form-wide .btn-group .btn-group + .newsletter-form-wide-subscribeBtn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .dropdown-watch-search-section .dropdown-watch-search-btn + .btn,
.dropdown-watch-search-section .btn-group-vertical .dropdown-watch-search-btn + .btn,
.btn-group-vertical .frontpage-newsletter-video-section .newsletter-form-frontpage-subscribeBtn + .btn,
.frontpage-newsletter-video-section .btn-group-vertical .newsletter-form-frontpage-subscribeBtn + .btn,
.btn-group-vertical .newsletter-form-wide .newsletter-form-wide-subscribeBtn + .btn,
.newsletter-form-wide .btn-group-vertical .newsletter-form-wide-subscribeBtn + .btn,
.btn-group-vertical .dropdown-watch-search-section .btn + .dropdown-watch-search-btn,
.dropdown-watch-search-section .btn-group-vertical .btn + .dropdown-watch-search-btn,
.btn-group-vertical .dropdown-watch-search-section .dropdown-watch-search-btn + .dropdown-watch-search-btn,
.dropdown-watch-search-section .btn-group-vertical .dropdown-watch-search-btn + .dropdown-watch-search-btn,
.btn-group-vertical .frontpage-newsletter-video-section .dropdown-watch-search-section .newsletter-form-frontpage-subscribeBtn + .dropdown-watch-search-btn,
.dropdown-watch-search-section .btn-group-vertical .frontpage-newsletter-video-section .newsletter-form-frontpage-subscribeBtn + .dropdown-watch-search-btn,
.frontpage-newsletter-video-section .btn-group-vertical .dropdown-watch-search-section .newsletter-form-frontpage-subscribeBtn + .dropdown-watch-search-btn,
.dropdown-watch-search-section .frontpage-newsletter-video-section .btn-group-vertical .newsletter-form-frontpage-subscribeBtn + .dropdown-watch-search-btn,
.btn-group-vertical .newsletter-form-wide .dropdown-watch-search-section .newsletter-form-wide-subscribeBtn + .dropdown-watch-search-btn,
.dropdown-watch-search-section .btn-group-vertical .newsletter-form-wide .newsletter-form-wide-subscribeBtn + .dropdown-watch-search-btn,
.newsletter-form-wide .btn-group-vertical .dropdown-watch-search-section .newsletter-form-wide-subscribeBtn + .dropdown-watch-search-btn,
.dropdown-watch-search-section .newsletter-form-wide .btn-group-vertical .newsletter-form-wide-subscribeBtn + .dropdown-watch-search-btn,
.btn-group-vertical .frontpage-newsletter-video-section .btn + .newsletter-form-frontpage-subscribeBtn,
.frontpage-newsletter-video-section .btn-group-vertical .btn + .newsletter-form-frontpage-subscribeBtn,
.btn-group-vertical .dropdown-watch-search-section .frontpage-newsletter-video-section .dropdown-watch-search-btn + .newsletter-form-frontpage-subscribeBtn,
.frontpage-newsletter-video-section .btn-group-vertical .dropdown-watch-search-section .dropdown-watch-search-btn + .newsletter-form-frontpage-subscribeBtn,
.dropdown-watch-search-section .btn-group-vertical .frontpage-newsletter-video-section .dropdown-watch-search-btn + .newsletter-form-frontpage-subscribeBtn,
.frontpage-newsletter-video-section .dropdown-watch-search-section .btn-group-vertical .dropdown-watch-search-btn + .newsletter-form-frontpage-subscribeBtn,
.btn-group-vertical .frontpage-newsletter-video-section .newsletter-form-frontpage-subscribeBtn + .newsletter-form-frontpage-subscribeBtn,
.frontpage-newsletter-video-section .btn-group-vertical .newsletter-form-frontpage-subscribeBtn + .newsletter-form-frontpage-subscribeBtn,
.btn-group-vertical .newsletter-form-wide .frontpage-newsletter-video-section .newsletter-form-wide-subscribeBtn + .newsletter-form-frontpage-subscribeBtn,
.frontpage-newsletter-video-section .btn-group-vertical .newsletter-form-wide .newsletter-form-wide-subscribeBtn + .newsletter-form-frontpage-subscribeBtn,
.newsletter-form-wide .btn-group-vertical .frontpage-newsletter-video-section .newsletter-form-wide-subscribeBtn + .newsletter-form-frontpage-subscribeBtn,
.frontpage-newsletter-video-section .newsletter-form-wide .btn-group-vertical .newsletter-form-wide-subscribeBtn + .newsletter-form-frontpage-subscribeBtn,
.btn-group-vertical .newsletter-form-wide .btn + .newsletter-form-wide-subscribeBtn,
.newsletter-form-wide .btn-group-vertical .btn + .newsletter-form-wide-subscribeBtn,
.btn-group-vertical .dropdown-watch-search-section .newsletter-form-wide .dropdown-watch-search-btn + .newsletter-form-wide-subscribeBtn,
.newsletter-form-wide .btn-group-vertical .dropdown-watch-search-section .dropdown-watch-search-btn + .newsletter-form-wide-subscribeBtn,
.dropdown-watch-search-section .btn-group-vertical .newsletter-form-wide .dropdown-watch-search-btn + .newsletter-form-wide-subscribeBtn,
.newsletter-form-wide .dropdown-watch-search-section .btn-group-vertical .dropdown-watch-search-btn + .newsletter-form-wide-subscribeBtn,
.btn-group-vertical .frontpage-newsletter-video-section .newsletter-form-wide .newsletter-form-frontpage-subscribeBtn + .newsletter-form-wide-subscribeBtn,
.newsletter-form-wide .btn-group-vertical .frontpage-newsletter-video-section .newsletter-form-frontpage-subscribeBtn + .newsletter-form-wide-subscribeBtn,
.frontpage-newsletter-video-section .btn-group-vertical .newsletter-form-wide .newsletter-form-frontpage-subscribeBtn + .newsletter-form-wide-subscribeBtn,
.newsletter-form-wide .frontpage-newsletter-video-section .btn-group-vertical .newsletter-form-frontpage-subscribeBtn + .newsletter-form-wide-subscribeBtn,
.btn-group-vertical .newsletter-form-wide .newsletter-form-wide-subscribeBtn + .newsletter-form-wide-subscribeBtn,
.newsletter-form-wide .btn-group-vertical .newsletter-form-wide-subscribeBtn + .newsletter-form-wide-subscribeBtn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .dropdown-watch-search-section .dropdown-watch-search-btn + .btn-group,
.dropdown-watch-search-section .btn-group-vertical .dropdown-watch-search-btn + .btn-group,
.btn-group-vertical .frontpage-newsletter-video-section .newsletter-form-frontpage-subscribeBtn + .btn-group,
.frontpage-newsletter-video-section .btn-group-vertical .newsletter-form-frontpage-subscribeBtn + .btn-group,
.btn-group-vertical .newsletter-form-wide .newsletter-form-wide-subscribeBtn + .btn-group,
.newsletter-form-wide .btn-group-vertical .newsletter-form-wide-subscribeBtn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .dropdown-watch-search-section .btn-group + .dropdown-watch-search-btn,
.dropdown-watch-search-section .btn-group-vertical .btn-group + .dropdown-watch-search-btn,
.btn-group-vertical .frontpage-newsletter-video-section .btn-group + .newsletter-form-frontpage-subscribeBtn,
.frontpage-newsletter-video-section .btn-group-vertical .btn-group + .newsletter-form-frontpage-subscribeBtn,
.btn-group-vertical .newsletter-form-wide .btn-group + .newsletter-form-wide-subscribeBtn,
.newsletter-form-wide .btn-group-vertical .btn-group + .newsletter-form-wide-subscribeBtn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .dropdown-watch-search-section .btn-group > .dropdown-watch-search-btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .frontpage-newsletter-video-section .btn-group > .newsletter-form-frontpage-subscribeBtn:not(:first-child):not(:last-child):not(.dropdown-toggle), .newsletter-form-wide .btn-group > .newsletter-form-wide-subscribeBtn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child, .dropdown-watch-search-section .btn-group > .dropdown-watch-search-btn:first-child, .frontpage-newsletter-video-section .btn-group > .newsletter-form-frontpage-subscribeBtn:first-child, .newsletter-form-wide .btn-group > .newsletter-form-wide-subscribeBtn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .dropdown-watch-search-section .btn-group > .dropdown-watch-search-btn:first-child:not(:last-child):not(.dropdown-toggle), .frontpage-newsletter-video-section .btn-group > .newsletter-form-frontpage-subscribeBtn:first-child:not(:last-child):not(.dropdown-toggle), .newsletter-form-wide .btn-group > .newsletter-form-wide-subscribeBtn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child), .dropdown-watch-search-section .btn-group > .dropdown-watch-search-btn:last-child:not(:first-child), .frontpage-newsletter-video-section .btn-group > .newsletter-form-frontpage-subscribeBtn:last-child:not(:first-child), .newsletter-form-wide .btn-group > .newsletter-form-wide-subscribeBtn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .dropdown-watch-search-section .btn-group > .btn-group:not(:first-child):not(:last-child) > .dropdown-watch-search-btn, .frontpage-newsletter-video-section .btn-group > .btn-group:not(:first-child):not(:last-child) > .newsletter-form-frontpage-subscribeBtn, .newsletter-form-wide .btn-group > .btn-group:not(:first-child):not(:last-child) > .newsletter-form-wide-subscribeBtn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .dropdown-watch-search-section .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-watch-search-btn:last-child, .frontpage-newsletter-video-section .btn-group > .btn-group:first-child:not(:last-child) > .newsletter-form-frontpage-subscribeBtn:last-child, .newsletter-form-wide .btn-group > .btn-group:first-child:not(:last-child) > .newsletter-form-wide-subscribeBtn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .dropdown-watch-search-section .btn-group > .btn-group:last-child:not(:first-child) > .dropdown-watch-search-btn:first-child, .frontpage-newsletter-video-section .btn-group > .btn-group:last-child:not(:first-child) > .newsletter-form-frontpage-subscribeBtn:first-child, .newsletter-form-wide .btn-group > .btn-group:last-child:not(:first-child) > .newsletter-form-wide-subscribeBtn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn + .dropdown-toggle-split, .dropdown-watch-search-section .dropdown-watch-search-btn + .dropdown-toggle-split, .frontpage-newsletter-video-section .newsletter-form-frontpage-subscribeBtn + .dropdown-toggle-split, .newsletter-form-wide .newsletter-form-wide-subscribeBtn + .dropdown-toggle-split {
  padding-right: 1.2rem;
  padding-left: 1.2rem;
}

.btn + .dropdown-toggle-split::after, .dropdown-watch-search-section .dropdown-watch-search-btn + .dropdown-toggle-split::after, .frontpage-newsletter-video-section .newsletter-form-frontpage-subscribeBtn + .dropdown-toggle-split::after, .newsletter-form-wide .newsletter-form-wide-subscribeBtn + .dropdown-toggle-split::after {
  margin-left: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .dropdown-watch-search-section .btn-group-sm > .dropdown-watch-search-btn + .dropdown-toggle-split, .frontpage-newsletter-video-section .btn-group-sm > .newsletter-form-frontpage-subscribeBtn + .dropdown-toggle-split, .newsletter-form-wide .btn-group-sm > .newsletter-form-wide-subscribeBtn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .dropdown-watch-search-section .btn-group-lg > .dropdown-watch-search-btn + .dropdown-toggle-split, .frontpage-newsletter-video-section .btn-group-lg > .newsletter-form-frontpage-subscribeBtn + .dropdown-toggle-split, .newsletter-form-wide .btn-group-lg > .newsletter-form-wide-subscribeBtn + .dropdown-toggle-split {
  padding-right: 1.35rem;
  padding-left: 1.35rem;
}

.btn-group-vertical {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-group-vertical .btn, .btn-group-vertical .dropdown-watch-search-section .dropdown-watch-search-btn, .dropdown-watch-search-section .btn-group-vertical .dropdown-watch-search-btn, .btn-group-vertical .frontpage-newsletter-video-section .newsletter-form-frontpage-subscribeBtn, .frontpage-newsletter-video-section .btn-group-vertical .newsletter-form-frontpage-subscribeBtn, .btn-group-vertical .newsletter-form-wide .newsletter-form-wide-subscribeBtn, .newsletter-form-wide .btn-group-vertical .newsletter-form-wide-subscribeBtn,
.btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn + .btn, .dropdown-watch-search-section .btn-group-vertical > .dropdown-watch-search-btn + .btn, .frontpage-newsletter-video-section .btn-group-vertical > .newsletter-form-frontpage-subscribeBtn + .btn, .newsletter-form-wide .btn-group-vertical > .newsletter-form-wide-subscribeBtn + .btn, .dropdown-watch-search-section .btn-group-vertical > .btn + .dropdown-watch-search-btn, .dropdown-watch-search-section .btn-group-vertical > .dropdown-watch-search-btn + .dropdown-watch-search-btn, .frontpage-newsletter-video-section .dropdown-watch-search-section .btn-group-vertical > .newsletter-form-frontpage-subscribeBtn + .dropdown-watch-search-btn, .dropdown-watch-search-section .frontpage-newsletter-video-section .btn-group-vertical > .newsletter-form-frontpage-subscribeBtn + .dropdown-watch-search-btn, .newsletter-form-wide .dropdown-watch-search-section .btn-group-vertical > .newsletter-form-wide-subscribeBtn + .dropdown-watch-search-btn, .dropdown-watch-search-section .newsletter-form-wide .btn-group-vertical > .newsletter-form-wide-subscribeBtn + .dropdown-watch-search-btn, .frontpage-newsletter-video-section .btn-group-vertical > .btn + .newsletter-form-frontpage-subscribeBtn, .dropdown-watch-search-section .frontpage-newsletter-video-section .btn-group-vertical > .dropdown-watch-search-btn + .newsletter-form-frontpage-subscribeBtn, .frontpage-newsletter-video-section .dropdown-watch-search-section .btn-group-vertical > .dropdown-watch-search-btn + .newsletter-form-frontpage-subscribeBtn, .frontpage-newsletter-video-section .btn-group-vertical > .newsletter-form-frontpage-subscribeBtn + .newsletter-form-frontpage-subscribeBtn, .newsletter-form-wide .frontpage-newsletter-video-section .btn-group-vertical > .newsletter-form-wide-subscribeBtn + .newsletter-form-frontpage-subscribeBtn, .frontpage-newsletter-video-section .newsletter-form-wide .btn-group-vertical > .newsletter-form-wide-subscribeBtn + .newsletter-form-frontpage-subscribeBtn, .newsletter-form-wide .btn-group-vertical > .btn + .newsletter-form-wide-subscribeBtn, .dropdown-watch-search-section .newsletter-form-wide .btn-group-vertical > .dropdown-watch-search-btn + .newsletter-form-wide-subscribeBtn, .newsletter-form-wide .dropdown-watch-search-section .btn-group-vertical > .dropdown-watch-search-btn + .newsletter-form-wide-subscribeBtn, .frontpage-newsletter-video-section .newsletter-form-wide .btn-group-vertical > .newsletter-form-frontpage-subscribeBtn + .newsletter-form-wide-subscribeBtn, .newsletter-form-wide .frontpage-newsletter-video-section .btn-group-vertical > .newsletter-form-frontpage-subscribeBtn + .newsletter-form-wide-subscribeBtn, .newsletter-form-wide .btn-group-vertical > .newsletter-form-wide-subscribeBtn + .newsletter-form-wide-subscribeBtn,
.btn-group-vertical > .btn + .btn-group,
.dropdown-watch-search-section .btn-group-vertical > .dropdown-watch-search-btn + .btn-group,
.frontpage-newsletter-video-section .btn-group-vertical > .newsletter-form-frontpage-subscribeBtn + .btn-group,
.newsletter-form-wide .btn-group-vertical > .newsletter-form-wide-subscribeBtn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.dropdown-watch-search-section .btn-group-vertical > .btn-group + .dropdown-watch-search-btn,
.frontpage-newsletter-video-section .btn-group-vertical > .btn-group + .newsletter-form-frontpage-subscribeBtn,
.newsletter-form-wide .btn-group-vertical > .btn-group + .newsletter-form-wide-subscribeBtn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .dropdown-watch-search-section .btn-group-vertical > .dropdown-watch-search-btn:not(:first-child):not(:last-child), .frontpage-newsletter-video-section .btn-group-vertical > .newsletter-form-frontpage-subscribeBtn:not(:first-child):not(:last-child), .newsletter-form-wide .btn-group-vertical > .newsletter-form-wide-subscribeBtn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child), .dropdown-watch-search-section .btn-group-vertical > .dropdown-watch-search-btn:first-child:not(:last-child), .frontpage-newsletter-video-section .btn-group-vertical > .newsletter-form-frontpage-subscribeBtn:first-child:not(:last-child), .newsletter-form-wide .btn-group-vertical > .newsletter-form-wide-subscribeBtn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child), .dropdown-watch-search-section .btn-group-vertical > .dropdown-watch-search-btn:last-child:not(:first-child), .frontpage-newsletter-video-section .btn-group-vertical > .newsletter-form-frontpage-subscribeBtn:last-child:not(:first-child), .newsletter-form-wide .btn-group-vertical > .newsletter-form-wide-subscribeBtn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .dropdown-watch-search-section .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .dropdown-watch-search-btn, .frontpage-newsletter-video-section .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .newsletter-form-frontpage-subscribeBtn, .newsletter-form-wide .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .newsletter-form-wide-subscribeBtn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .dropdown-watch-search-section .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-watch-search-btn:last-child, .frontpage-newsletter-video-section .btn-group-vertical > .btn-group:first-child:not(:last-child) > .newsletter-form-frontpage-subscribeBtn:last-child, .newsletter-form-wide .btn-group-vertical > .btn-group:first-child:not(:last-child) > .newsletter-form-wide-subscribeBtn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .dropdown-watch-search-section .btn-group-vertical > .btn-group:last-child:not(:first-child) > .dropdown-watch-search-btn:first-child, .frontpage-newsletter-video-section .btn-group-vertical > .btn-group:last-child:not(:first-child) > .newsletter-form-frontpage-subscribeBtn:first-child, .newsletter-form-wide .btn-group-vertical > .btn-group:last-child:not(:first-child) > .newsletter-form-wide-subscribeBtn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

[data-toggle="buttons"] > .btn input[type="radio"], .dropdown-watch-search-section [data-toggle="buttons"] > .dropdown-watch-search-btn input[type="radio"], .frontpage-newsletter-video-section [data-toggle="buttons"] > .newsletter-form-frontpage-subscribeBtn input[type="radio"], .newsletter-form-wide [data-toggle="buttons"] > .newsletter-form-wide-subscribeBtn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
.dropdown-watch-search-section [data-toggle="buttons"] > .dropdown-watch-search-btn input[type="checkbox"],
.frontpage-newsletter-video-section [data-toggle="buttons"] > .newsletter-form-frontpage-subscribeBtn input[type="checkbox"],
.newsletter-form-wide [data-toggle="buttons"] > .newsletter-form-wide-subscribeBtn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.dropdown-watch-search-section [data-toggle="buttons"] > .btn-group > .dropdown-watch-search-btn input[type="radio"],
.frontpage-newsletter-video-section [data-toggle="buttons"] > .btn-group > .newsletter-form-frontpage-subscribeBtn input[type="radio"],
.newsletter-form-wide [data-toggle="buttons"] > .btn-group > .newsletter-form-wide-subscribeBtn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
.dropdown-watch-search-section [data-toggle="buttons"] > .btn-group > .dropdown-watch-search-btn input[type="checkbox"],
.frontpage-newsletter-video-section [data-toggle="buttons"] > .btn-group > .newsletter-form-frontpage-subscribeBtn input[type="checkbox"],
.newsletter-form-wide [data-toggle="buttons"] > .btn-group > .newsletter-form-wide-subscribeBtn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.input-group .form-control, .input-group #watch-browser #watchSearchFieldWrapper input, #watch-browser #watchSearchFieldWrapper .input-group input {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group .form-control:focus, .input-group #watch-browser #watchSearchFieldWrapper input:focus, #watch-browser #watchSearchFieldWrapper .input-group input:focus, .input-group .form-control:active, .input-group #watch-browser #watchSearchFieldWrapper input:active, #watch-browser #watchSearchFieldWrapper .input-group input:active, .input-group .form-control:hover, .input-group #watch-browser #watchSearchFieldWrapper input:hover, #watch-browser #watchSearchFieldWrapper .input-group input:hover {
  z-index: 3;
}

.input-group-addon,
.input-group-btn, .input-group .form-control, .input-group #watch-browser #watchSearchFieldWrapper input, #watch-browser #watchSearchFieldWrapper .input-group input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child),
.input-group #watch-browser #watchSearchFieldWrapper input:not(:first-child):not(:last-child),
#watch-browser #watchSearchFieldWrapper .input-group input:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 0.8125rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25;
  color: #23252f;
  text-align: center;
  background-color: none;
  border: 1px solid #d0d7dd;
  border-radius: 0.25rem;
}

.input-group-addon.form-control-sm, #watch-browser #watchSearchFieldWrapper .input-group-sm > input.input-group-addon,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn, .dropdown-watch-search-section .input-group-sm > .input-group-btn > .input-group-addon.dropdown-watch-search-btn, .frontpage-newsletter-video-section .input-group-sm > .input-group-btn > .input-group-addon.newsletter-form-frontpage-subscribeBtn, .newsletter-form-wide .input-group-sm > .input-group-btn > .input-group-addon.newsletter-form-wide-subscribeBtn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-addon.form-control-lg, #watch-browser #watchSearchFieldWrapper .input-group-lg > input.input-group-addon,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn, .dropdown-watch-search-section .input-group-lg > .input-group-btn > .input-group-addon.dropdown-watch-search-btn, .frontpage-newsletter-video-section .input-group-lg > .input-group-btn > .input-group-addon.newsletter-form-frontpage-subscribeBtn, .newsletter-form-wide .input-group-lg > .input-group-btn > .input-group-addon.newsletter-form-wide-subscribeBtn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:not(:last-child), .input-group #watch-browser #watchSearchFieldWrapper input:not(:last-child), #watch-browser #watchSearchFieldWrapper .input-group input:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) > .btn,
.dropdown-watch-search-section .input-group-btn:not(:last-child) > .dropdown-watch-search-btn,
.frontpage-newsletter-video-section .input-group-btn:not(:last-child) > .newsletter-form-frontpage-subscribeBtn,
.newsletter-form-wide .input-group-btn:not(:last-child) > .newsletter-form-wide-subscribeBtn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.dropdown-watch-search-section .input-group-btn:not(:last-child) > .btn-group > .dropdown-watch-search-btn,
.frontpage-newsletter-video-section .input-group-btn:not(:last-child) > .btn-group > .newsletter-form-frontpage-subscribeBtn,
.newsletter-form-wide .input-group-btn:not(:last-child) > .btn-group > .newsletter-form-wide-subscribeBtn,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.dropdown-watch-search-section .input-group-btn:not(:first-child) > .dropdown-watch-search-btn:not(:last-child):not(.dropdown-toggle),
.frontpage-newsletter-video-section .input-group-btn:not(:first-child) > .newsletter-form-frontpage-subscribeBtn:not(:last-child):not(.dropdown-toggle),
.newsletter-form-wide .input-group-btn:not(:first-child) > .newsletter-form-wide-subscribeBtn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn,
.dropdown-watch-search-section .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .dropdown-watch-search-btn,
.frontpage-newsletter-video-section .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .newsletter-form-frontpage-subscribeBtn,
.newsletter-form-wide .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .newsletter-form-wide-subscribeBtn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:not(:last-child) {
  border-right: 0;
}

.input-group .form-control:not(:first-child), .input-group #watch-browser #watchSearchFieldWrapper input:not(:first-child), #watch-browser #watchSearchFieldWrapper .input-group input:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.dropdown-watch-search-section .input-group-btn:not(:first-child) > .dropdown-watch-search-btn,
.frontpage-newsletter-video-section .input-group-btn:not(:first-child) > .newsletter-form-frontpage-subscribeBtn,
.newsletter-form-wide .input-group-btn:not(:first-child) > .newsletter-form-wide-subscribeBtn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.dropdown-watch-search-section .input-group-btn:not(:first-child) > .btn-group > .dropdown-watch-search-btn,
.frontpage-newsletter-video-section .input-group-btn:not(:first-child) > .btn-group > .newsletter-form-frontpage-subscribeBtn,
.newsletter-form-wide .input-group-btn:not(:first-child) > .btn-group > .newsletter-form-wide-subscribeBtn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.dropdown-watch-search-section .input-group-btn:not(:last-child) > .dropdown-watch-search-btn:not(:first-child),
.frontpage-newsletter-video-section .input-group-btn:not(:last-child) > .newsletter-form-frontpage-subscribeBtn:not(:first-child),
.newsletter-form-wide .input-group-btn:not(:last-child) > .newsletter-form-wide-subscribeBtn:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn,
.dropdown-watch-search-section .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .dropdown-watch-search-btn,
.frontpage-newsletter-video-section .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .newsletter-form-frontpage-subscribeBtn,
.newsletter-form-wide .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .newsletter-form-wide-subscribeBtn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.form-control + .input-group-addon:not(:first-child), #watch-browser #watchSearchFieldWrapper input + .input-group-addon:not(:first-child) {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn, .dropdown-watch-search-section .input-group-btn > .dropdown-watch-search-btn, .frontpage-newsletter-video-section .input-group-btn > .newsletter-form-frontpage-subscribeBtn, .newsletter-form-wide .input-group-btn > .newsletter-form-wide-subscribeBtn {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.input-group-btn > .btn + .btn, .dropdown-watch-search-section .input-group-btn > .dropdown-watch-search-btn + .btn, .frontpage-newsletter-video-section .input-group-btn > .newsletter-form-frontpage-subscribeBtn + .btn, .newsletter-form-wide .input-group-btn > .newsletter-form-wide-subscribeBtn + .btn, .dropdown-watch-search-section .input-group-btn > .btn + .dropdown-watch-search-btn, .dropdown-watch-search-section .input-group-btn > .dropdown-watch-search-btn + .dropdown-watch-search-btn, .frontpage-newsletter-video-section .dropdown-watch-search-section .input-group-btn > .newsletter-form-frontpage-subscribeBtn + .dropdown-watch-search-btn, .dropdown-watch-search-section .frontpage-newsletter-video-section .input-group-btn > .newsletter-form-frontpage-subscribeBtn + .dropdown-watch-search-btn, .newsletter-form-wide .dropdown-watch-search-section .input-group-btn > .newsletter-form-wide-subscribeBtn + .dropdown-watch-search-btn, .dropdown-watch-search-section .newsletter-form-wide .input-group-btn > .newsletter-form-wide-subscribeBtn + .dropdown-watch-search-btn, .frontpage-newsletter-video-section .input-group-btn > .btn + .newsletter-form-frontpage-subscribeBtn, .dropdown-watch-search-section .frontpage-newsletter-video-section .input-group-btn > .dropdown-watch-search-btn + .newsletter-form-frontpage-subscribeBtn, .frontpage-newsletter-video-section .dropdown-watch-search-section .input-group-btn > .dropdown-watch-search-btn + .newsletter-form-frontpage-subscribeBtn, .frontpage-newsletter-video-section .input-group-btn > .newsletter-form-frontpage-subscribeBtn + .newsletter-form-frontpage-subscribeBtn, .newsletter-form-wide .frontpage-newsletter-video-section .input-group-btn > .newsletter-form-wide-subscribeBtn + .newsletter-form-frontpage-subscribeBtn, .frontpage-newsletter-video-section .newsletter-form-wide .input-group-btn > .newsletter-form-wide-subscribeBtn + .newsletter-form-frontpage-subscribeBtn, .newsletter-form-wide .input-group-btn > .btn + .newsletter-form-wide-subscribeBtn, .dropdown-watch-search-section .newsletter-form-wide .input-group-btn > .dropdown-watch-search-btn + .newsletter-form-wide-subscribeBtn, .newsletter-form-wide .dropdown-watch-search-section .input-group-btn > .dropdown-watch-search-btn + .newsletter-form-wide-subscribeBtn, .frontpage-newsletter-video-section .newsletter-form-wide .input-group-btn > .newsletter-form-frontpage-subscribeBtn + .newsletter-form-wide-subscribeBtn, .newsletter-form-wide .frontpage-newsletter-video-section .input-group-btn > .newsletter-form-frontpage-subscribeBtn + .newsletter-form-wide-subscribeBtn, .newsletter-form-wide .input-group-btn > .newsletter-form-wide-subscribeBtn + .newsletter-form-wide-subscribeBtn {
  margin-left: -1px;
}

.input-group-btn > .btn:focus, .dropdown-watch-search-section .input-group-btn > .dropdown-watch-search-btn:focus, .frontpage-newsletter-video-section .input-group-btn > .newsletter-form-frontpage-subscribeBtn:focus, .newsletter-form-wide .input-group-btn > .newsletter-form-wide-subscribeBtn:focus, .input-group-btn > .btn:active, .dropdown-watch-search-section .input-group-btn > .dropdown-watch-search-btn:active, .frontpage-newsletter-video-section .input-group-btn > .newsletter-form-frontpage-subscribeBtn:active, .newsletter-form-wide .input-group-btn > .newsletter-form-wide-subscribeBtn:active, .input-group-btn > .btn:hover, .dropdown-watch-search-section .input-group-btn > .dropdown-watch-search-btn:hover, .frontpage-newsletter-video-section .input-group-btn > .newsletter-form-frontpage-subscribeBtn:hover, .newsletter-form-wide .input-group-btn > .newsletter-form-wide-subscribeBtn:hover {
  z-index: 3;
}


.input-group-btn:not(:last-child) > .btn,
.dropdown-watch-search-section .input-group-btn:not(:last-child) > .dropdown-watch-search-btn,
.frontpage-newsletter-video-section .input-group-btn:not(:last-child) > .newsletter-form-frontpage-subscribeBtn,
.newsletter-form-wide .input-group-btn:not(:last-child) > .newsletter-form-wide-subscribeBtn,
.input-group-btn:not(:last-child) > .btn-group {
  margin-right: -1px;
}


.input-group-btn:not(:first-child) > .btn,
.dropdown-watch-search-section .input-group-btn:not(:first-child) > .dropdown-watch-search-btn,
.frontpage-newsletter-video-section .input-group-btn:not(:first-child) > .newsletter-form-frontpage-subscribeBtn,
.newsletter-form-wide .input-group-btn:not(:first-child) > .newsletter-form-wide-subscribeBtn,
.input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.input-group-btn:not(:first-child) > .btn:focus, .dropdown-watch-search-section .input-group-btn:not(:first-child) > .dropdown-watch-search-btn:focus, .frontpage-newsletter-video-section .input-group-btn:not(:first-child) > .newsletter-form-frontpage-subscribeBtn:focus, .newsletter-form-wide .input-group-btn:not(:first-child) > .newsletter-form-wide-subscribeBtn:focus, .input-group-btn:not(:first-child) > .btn:active, .dropdown-watch-search-section .input-group-btn:not(:first-child) > .dropdown-watch-search-btn:active, .frontpage-newsletter-video-section .input-group-btn:not(:first-child) > .newsletter-form-frontpage-subscribeBtn:active, .newsletter-form-wide .input-group-btn:not(:first-child) > .newsletter-form-wide-subscribeBtn:active, .input-group-btn:not(:first-child) > .btn:hover, .dropdown-watch-search-section .input-group-btn:not(:first-child) > .dropdown-watch-search-btn:hover, .frontpage-newsletter-video-section .input-group-btn:not(:first-child) > .newsletter-form-frontpage-subscribeBtn:hover, .newsletter-form-wide .input-group-btn:not(:first-child) > .newsletter-form-wide-subscribeBtn:hover,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:hover {
  z-index: 3;
}

.custom-control {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-right: 1rem;
  cursor: pointer;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-indicator {
  color: #fff;
  background-color: #9e7f3b;
}

.custom-control-input:focus ~ .custom-control-indicator {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #9e7f3b;
          box-shadow: 0 0 0 1px #fff, 0 0 0 3px #9e7f3b;
}

.custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: #e0d0ac;
}

.custom-control-input:disabled ~ .custom-control-indicator {
  cursor: not-allowed;
  background-color: #ececec;
}

.custom-control-input:disabled ~ .custom-control-description {
  color: #636c72;
  cursor: not-allowed;
}

.custom-control-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-indicator {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #9e7f3b;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

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

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-controls-stacked {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.custom-controls-stacked .custom-control {
  margin-bottom: 0.25rem;
}

.custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0;
}

.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.875rem + 2px);
  padding: 0.8125rem 2.25rem 0.8125rem 0.75rem;
  line-height: 1.25;
  color: #23252f;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%239e7f3b' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #d0d7dd;
  border-radius: 0.25rem;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.custom-select:focus {
  border-color: #d2ba86;
  outline: none;
}

.custom-select:focus::-ms-value {
  color: #23252f;
  background-color: #fff;
}

.custom-select:disabled {
  color: #636c72;
  cursor: not-allowed;
  background-color: #ececec;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
  font-size: 75%;
}

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  margin-bottom: 0;
  cursor: pointer;
}

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: 2.5rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #464a4c;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #fff;
  border: 1px solid #d0d7dd;
  border-radius: 0.25rem;
}

.custom-file-control:lang(en)::after {
  content: "Choose file...";
}

.custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #464a4c;
  background-color: #ececec;
  border: 1px solid #d0d7dd;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-file-control:lang(en)::before {
  content: "Browse";
}

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

.nav-link {
  display: block;
  padding: 0.5em 1em;
}

.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #636c72;
  cursor: not-allowed;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #ececec #ececec #ddd;
}

.nav-tabs .nav-link.disabled {
  color: #636c72;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #464a4c;
  background-color: #fff;
  border-color: #ddd #ddd #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .nav-item.show .nav-link {
  color: #fff;
  cursor: default;
  background-color: #9e7f3b;
}

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

.nav-justified .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  text-align: center;
}

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

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

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.5rem 1rem;
}

.navbar-brand {
  display: inline-block;
  padding-top: .25rem;
  padding-bottom: .25rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-text {
  display: inline-block;
  padding-top: .425rem;
  padding-bottom: .425rem;
}

.navbar-toggler {
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable > .container, .dropdown-watch-search-section .navbar-toggleable > .dropdown-watch-search-container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-toggleable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar-toggleable .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable > .container, .dropdown-watch-search-section .navbar-toggleable > .dropdown-watch-search-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar-toggleable .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-sm > .container, .dropdown-watch-search-section .navbar-toggleable-sm > .dropdown-watch-search-container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-toggleable-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-sm > .container, .dropdown-watch-search-section .navbar-toggleable-sm > .dropdown-watch-search-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-md > .container, .dropdown-watch-search-section .navbar-toggleable-md > .dropdown-watch-search-container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-md > .container, .dropdown-watch-search-section .navbar-toggleable-md > .dropdown-watch-search-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-lg > .container, .dropdown-watch-search-section .navbar-toggleable-lg > .dropdown-watch-search-container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar-toggleable-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-lg > .container, .dropdown-watch-search-section .navbar-toggleable-lg > .dropdown-watch-search-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar-toggleable-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1399px) {
  .navbar-toggleable-xl .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-xl > .container, .dropdown-watch-search-section .navbar-toggleable-xl > .dropdown-watch-search-container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1400px) {
  .navbar-toggleable-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar-toggleable-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-toggleable-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-xl > .container, .dropdown-watch-search-section .navbar-toggleable-xl > .dropdown-watch-search-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar-toggleable-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-xl .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1599px) {
  .navbar-toggleable-xxl .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-xxl > .container, .dropdown-watch-search-section .navbar-toggleable-xxl > .dropdown-watch-search-container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1600px) {
  .navbar-toggleable-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar-toggleable-xxl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-toggleable-xxl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-xxl > .container, .dropdown-watch-search-section .navbar-toggleable-xxl > .dropdown-watch-search-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar-toggleable-xxl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-xxl .navbar-toggler {
    display: none;
  }
}

.navbar-toggleable-xxxl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-toggleable-xxxl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-toggleable-xxxl > .container, .dropdown-watch-search-section .navbar-toggleable-xxxl > .dropdown-watch-search-container {
  padding-right: 0;
  padding-left: 0;
}

.navbar-toggleable-xxxl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.navbar-toggleable-xxxl .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}

.navbar-toggleable-xxxl > .container, .dropdown-watch-search-section .navbar-toggleable-xxxl > .dropdown-watch-search-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-toggleable-xxxl .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
}

.navbar-toggleable-xxxl .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand,
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover,
.navbar-light .navbar-toggler:focus,
.navbar-light .navbar-toggler:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .open > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-toggler {
  color: white;
}

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-toggler:focus,
.navbar-inverse .navbar-toggler:hover {
  color: white;
}

.navbar-inverse .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-inverse .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-inverse .navbar-nav .open > .nav-link,
.navbar-inverse .navbar-nav .active > .nav-link,
.navbar-inverse .navbar-nav .nav-link.open,
.navbar-inverse .navbar-nav .nav-link.active {
  color: white;
}

.navbar-inverse .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-inverse .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-inverse .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card-block {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f5f5f5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-primary {
  background-color: #9e7f3b;
  border-color: #9e7f3b;
}

.card-primary .card-header,
.card-primary .card-footer {
  background-color: transparent;
}

.card-success {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.card-success .card-header,
.card-success .card-footer {
  background-color: transparent;
}

.card-info {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.card-info .card-header,
.card-info .card-footer {
  background-color: transparent;
}

.card-warning {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.card-warning .card-header,
.card-warning .card-footer {
  background-color: transparent;
}

.card-danger {
  background-color: #d9534f;
  border-color: #d9534f;
}

.card-danger .card-header,
.card-danger .card-footer {
  background-color: transparent;
}

.card-outline-primary {
  background-color: transparent;
  border-color: #9e7f3b;
}

.card-outline-secondary {
  background-color: transparent;
  border-color: #23252f;
}

.card-outline-info {
  background-color: transparent;
  border-color: #5bc0de;
}

.card-outline-success {
  background-color: transparent;
  border-color: #5cb85c;
}

.card-outline-warning {
  background-color: transparent;
  border-color: #f0ad4e;
}

.card-outline-danger {
  background-color: transparent;
  border-color: #d9534f;
}

.card-inverse {
  color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-header,
.card-inverse .card-footer {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: #fff;
}

.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer {
  color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-link:focus, .card-inverse .card-link:hover {
  color: #fff;
}

.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0;
}

.card-img {
  border-radius: calc(0.25rem - 1px);
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img-top {
  border-top-right-radius: calc(0.25rem - 1px);
  border-top-left-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

@media (min-width: 576px) {
  .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .card-deck .card:not(:first-child) {
    margin-left: 8px;
  }
  .card-deck .card:not(:last-child) {
    margin-right: 8px;
  }
}

@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-group .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group .card:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group .card:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) .card-img-top,
  .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
    border-radius: 0;
  }
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
    margin-bottom: 0.75rem;
  }
}

.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #ececec;
  border-radius: 0.25rem;
}

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

.breadcrumb-item {
  float: left;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #636c72;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #636c72;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #9e7f3b;
  border-color: #9e7f3b;
}

.page-item.disabled .page-link {
  color: #636c72;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #9e7f3b;
  background-color: #fff;
  border: 1px solid #ddd;
}

.page-link:focus, .page-link:hover {
  color: #9e7f3b;
  text-decoration: none;
  background-color: #ececec;
  border-color: #ddd;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}

.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 0.2rem;
  border-top-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

.btn .badge, .dropdown-watch-search-section .dropdown-watch-search-btn .badge, .frontpage-newsletter-video-section .newsletter-form-frontpage-subscribeBtn .badge, .newsletter-form-wide .newsletter-form-wide-subscribeBtn .badge {
  position: relative;
  top: -1px;
}

a.badge:focus, a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-default {
  background-color: #636c72;
}

.badge-default[href]:focus, .badge-default[href]:hover {
  background-color: #4b5257;
}

.badge-primary {
  background-color: #9e7f3b;
}

.badge-primary[href]:focus, .badge-primary[href]:hover {
  background-color: #79612d;
}

.badge-success {
  background-color: #5cb85c;
}

.badge-success[href]:focus, .badge-success[href]:hover {
  background-color: #449d44;
}

.badge-info {
  background-color: #5bc0de;
}

.badge-info[href]:focus, .badge-info[href]:hover {
  background-color: #31b0d5;
}

.badge-warning {
  background-color: #f0ad4e;
}

.badge-warning[href]:focus, .badge-warning[href]:hover {
  background-color: #ec971f;
}

.badge-danger {
  background-color: #d9534f;
}

.badge-danger[href]:focus, .badge-danger[href]:hover {
  background-color: #c9302c;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #ececec;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-hr {
  border-top-color: #d3d2d2;
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

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

.alert-heading {
  color: inherit;
}

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

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

.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c1e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6d5ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7ecb5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9b9;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
  background-color: #ececec;
  border-radius: 0.25rem;
}

.progress-bar {
  height: 1rem;
  color: #fff;
  background-color: #9e7f3b;
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

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

.list-group-item-action {
  width: 100%;
  color: #464a4c;
  text-align: inherit;
}

.list-group-item-action .list-group-item-heading {
  color: #23252f;
}

.list-group-item-action:focus, .list-group-item-action:hover {
  color: #464a4c;
  text-decoration: none;
  background-color: #f5f5f5;
}

.list-group-item-action:active {
  color: #23252f;
  background-color: #ececec;
}

.list-group-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item:focus, .list-group-item:hover {
  text-decoration: none;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #636c72;
  cursor: not-allowed;
  background-color: #fff;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item:disabled .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item:disabled .list-group-item-text {
  color: #636c72;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #9e7f3b;
  border-color: #9e7f3b;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text {
  color: #f5efe3;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

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

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:focus, a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
button.list-group-item-success.active {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:focus, a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
button.list-group-item-info.active {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:focus, a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
button.list-group-item-warning.active {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:focus, a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
button.list-group-item-danger.active {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .75;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #ececec;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 15px;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #ececec;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto;
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Poppins", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.tooltip-top .tooltip-inner::before, .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.tooltip-right .tooltip-inner::before, .tooltip.bs-tether-element-attached-left .tooltip-inner::before {
  top: 50%;
  left: 0;
  margin-top: -5px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.tooltip-bottom .tooltip-inner::before, .tooltip.bs-tether-element-attached-top .tooltip-inner::before {
  top: 0;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip.tooltip-left .tooltip-inner::before, .tooltip.bs-tether-element-attached-right .tooltip-inner::before {
  top: 50%;
  right: 0;
  margin-top: -5px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.tooltip-inner::before {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: "Poppins", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover.popover-top, .popover.bs-tether-element-attached-bottom {
  margin-top: -10px;
}

.popover.popover-top::before, .popover.popover-top::after, .popover.bs-tether-element-attached-bottom::before, .popover.bs-tether-element-attached-bottom::after {
  left: 50%;
  border-bottom-width: 0;
}

.popover.popover-top::before, .popover.bs-tether-element-attached-bottom::before {
  bottom: -11px;
  margin-left: -11px;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-top::after, .popover.bs-tether-element-attached-bottom::after {
  bottom: -10px;
  margin-left: -10px;
  border-top-color: #fff;
}

.popover.popover-right, .popover.bs-tether-element-attached-left {
  margin-left: 10px;
}

.popover.popover-right::before, .popover.popover-right::after, .popover.bs-tether-element-attached-left::before, .popover.bs-tether-element-attached-left::after {
  top: 50%;
  border-left-width: 0;
}

.popover.popover-right::before, .popover.bs-tether-element-attached-left::before {
  left: -11px;
  margin-top: -11px;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-right::after, .popover.bs-tether-element-attached-left::after {
  left: -10px;
  margin-top: -10px;
  border-right-color: #fff;
}

.popover.popover-bottom, .popover.bs-tether-element-attached-top {
  margin-top: 10px;
}

.popover.popover-bottom::before, .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::before, .popover.bs-tether-element-attached-top::after {
  left: 50%;
  border-top-width: 0;
}

.popover.popover-bottom::before, .popover.bs-tether-element-attached-top::before {
  top: -11px;
  margin-left: -11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-bottom::after, .popover.bs-tether-element-attached-top::after {
  top: -10px;
  margin-left: -10px;
  border-bottom-color: #f7f7f7;
}

.popover.popover-bottom .popover-title::before, .popover.bs-tether-element-attached-top .popover-title::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 20px;
  margin-left: -10px;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.popover.popover-left, .popover.bs-tether-element-attached-right {
  margin-left: -10px;
}

.popover.popover-left::before, .popover.popover-left::after, .popover.bs-tether-element-attached-right::before, .popover.bs-tether-element-attached-right::after {
  top: 50%;
  border-right-width: 0;
}

.popover.popover-left::before, .popover.bs-tether-element-attached-right::before {
  right: -11px;
  margin-top: -11px;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-left::after, .popover.bs-tether-element-attached-right::after {
  right: -10px;
  margin-top: -10px;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-right-radius: calc(0.3rem - 1px);
  border-top-left-radius: calc(0.3rem - 1px);
}

.popover-title:empty {
  display: none;
}

.popover-content {
  padding: 9px 14px;
}

.popover::before,
.popover::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover::before {
  content: "";
  border-width: 11px;
}

.popover::after {
  content: "";
  border-width: 10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  width: 100%;
}

@media (-webkit-transform-3d) {
  .carousel-item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
}

@supports ((-webkit-transform: translate3d(0, 0, 0)) or (transform: translate3d(0, 0, 0))) {
  .carousel-item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

@media (-webkit-transform-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@supports ((-webkit-transform: translate3d(0, 0, 0)) or (transform: translate3d(0, 0, 0))) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:focus, .carousel-control-prev:hover,
.carousel-control-next:focus,
.carousel-control-next:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  max-width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

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

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

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

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

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

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

.bg-faded {
  background-color: #f7f7f7;
}

.bg-primary {
  background-color: #9e7f3b !important;
}

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #79612d !important;
}

.bg-success {
  background-color: #5cb85c !important;
}

a.bg-success:focus, a.bg-success:hover {
  background-color: #449d44 !important;
}

.bg-info {
  background-color: #5bc0de !important;
}

a.bg-info:focus, a.bg-info:hover {
  background-color: #31b0d5 !important;
}

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

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

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

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

.bg-inverse {
  background-color: #23252f !important;
}

a.bg-inverse:focus, a.bg-inverse:hover {
  background-color: #0d0e12 !important;
}

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

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

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

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

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

.rounded, .watch .drift-zoom-pane {
  border-radius: 0.25rem;
}

.rounded-top {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.rounded-right {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-left {
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

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

.rounded-0, .dropdown-watch-search-section .dropdown-watch-search-btn, .frontpage-newsletter-video-section .newsletter-form-frontpage-subscribeBtn {
  border-radius: 0;
}

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

.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-cell {
  display: table-cell !important;
}

.d-flex, .frontpage-newsletter-video-section .newsletter-form-frontpage {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

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

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

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

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

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

@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1600px) {
  .d-xxxl-none {
    display: none !important;
  }
  .d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-table {
    display: table !important;
  }
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

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

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

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

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

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

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -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;
}

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

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

.justify-content-center, .frontpage-newsletter-video-section .newsletter-form-frontpage {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -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 {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

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

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

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

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -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, .frontpage-newsletter-video-section .center-and-adjust-width {
  -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;
}

@media (min-width: 576px) {
  .flex-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .flex-sm-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .flex-sm-unordered {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .flex-md-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .flex-md-unordered {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .flex-lg-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .flex-lg-unordered {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .flex-xl-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .flex-xl-unordered {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .flex-xxl-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .flex-xxl-unordered {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1600px) {
  .flex-xxxl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .flex-xxxl-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .flex-xxxl-unordered {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .flex-xxxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xxxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xxxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xxxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xxxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xxxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xxxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xxxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xxxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xxxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xxxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xxxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xxxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xxxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xxxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xxxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xxxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xxxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xxxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xxxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xxxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xxxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xxxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xxxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xxxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xxxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xxxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xxxl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030;
}

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

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

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

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

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

.w-100, .frontpage-newsletter-video-section .newsletter-form-frontpage-subscribeBtn {
  width: 100% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-weight-normal {
  font-weight: normal;
}

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

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

.text-white, .dropdown-watch-search-section .dropdown-watch-search-btn {
  color: #fff !important;
}

.text-muted {
  color: #636c72 !important;
}

a.text-muted:focus, a.text-muted:hover {
  color: #4b5257 !important;
}

.text-primary {
  color: #9e7f3b !important;
}

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

.text-success {
  color: #5cb85c !important;
}

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

.text-info {
  color: #5bc0de !important;
}

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

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

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

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

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

.text-gray-dark {
  color: #23252f !important;
}

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

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

.invisible {
  visibility: hidden !important;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}

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

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

@media (max-width: 1399px) {
  .hidden-xl-down {
    display: none !important;
  }
}

@media (min-width: 1400px) {
  .hidden-xxl-up {
    display: none !important;
  }
}

@media (max-width: 1599px) {
  .hidden-xxl-down {
    display: none !important;
  }
}

@media (min-width: 1600px) {
  .hidden-xxxl-up {
    display: none !important;
  }
}

.hidden-xxxl-down {
  display: none !important;
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

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

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("/fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\F000";
}

.fa-music:before {
  content: "\F001";
}

.fa-search:before {
  content: "\F002";
}

.fa-envelope-o:before {
  content: "\F003";
}

.fa-heart:before {
  content: "\F004";
}

.fa-star:before {
  content: "\F005";
}

.fa-star-o:before {
  content: "\F006";
}

.fa-user:before {
  content: "\F007";
}

.fa-film:before {
  content: "\F008";
}

.fa-th-large:before {
  content: "\F009";
}

.fa-th:before {
  content: "\F00A";
}

.fa-th-list:before {
  content: "\F00B";
}

.fa-check:before {
  content: "\F00C";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D";
}

.fa-search-plus:before {
  content: "\F00E";
}

.fa-search-minus:before {
  content: "\F010";
}

.fa-power-off:before {
  content: "\F011";
}

.fa-signal:before {
  content: "\F012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\F013";
}

.fa-trash-o:before {
  content: "\F014";
}

.fa-home:before {
  content: "\F015";
}

.fa-file-o:before {
  content: "\F016";
}

.fa-clock-o:before {
  content: "\F017";
}

.fa-road:before {
  content: "\F018";
}

.fa-download:before {
  content: "\F019";
}

.fa-arrow-circle-o-down:before {
  content: "\F01A";
}

.fa-arrow-circle-o-up:before {
  content: "\F01B";
}

.fa-inbox:before {
  content: "\F01C";
}

.fa-play-circle-o:before {
  content: "\F01D";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E";
}

.fa-refresh:before {
  content: "\F021";
}

.fa-list-alt:before {
  content: "\F022";
}

.fa-lock:before {
  content: "\F023";
}

.fa-flag:before {
  content: "\F024";
}

.fa-headphones:before {
  content: "\F025";
}

.fa-volume-off:before {
  content: "\F026";
}

.fa-volume-down:before {
  content: "\F027";
}

.fa-volume-up:before {
  content: "\F028";
}

.fa-qrcode:before {
  content: "\F029";
}

.fa-barcode:before {
  content: "\F02A";
}

.fa-tag:before {
  content: "\F02B";
}

.fa-tags:before {
  content: "\F02C";
}

.fa-book:before {
  content: "\F02D";
}

.fa-bookmark:before {
  content: "\F02E";
}

.fa-print:before {
  content: "\F02F";
}

.fa-camera:before {
  content: "\F030";
}

.fa-font:before {
  content: "\F031";
}

.fa-bold:before {
  content: "\F032";
}

.fa-italic:before {
  content: "\F033";
}

.fa-text-height:before {
  content: "\F034";
}

.fa-text-width:before {
  content: "\F035";
}

.fa-align-left:before {
  content: "\F036";
}

.fa-align-center:before {
  content: "\F037";
}

.fa-align-right:before {
  content: "\F038";
}

.fa-align-justify:before {
  content: "\F039";
}

.fa-list:before {
  content: "\F03A";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B";
}

.fa-indent:before {
  content: "\F03C";
}

.fa-video-camera:before {
  content: "\F03D";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E";
}

.fa-pencil:before {
  content: "\F040";
}

.fa-map-marker:before {
  content: "\F041";
}

.fa-adjust:before {
  content: "\F042";
}

.fa-tint:before {
  content: "\F043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044";
}

.fa-share-square-o:before {
  content: "\F045";
}

.fa-check-square-o:before {
  content: "\F046";
}

.fa-arrows:before {
  content: "\F047";
}

.fa-step-backward:before {
  content: "\F048";
}

.fa-fast-backward:before {
  content: "\F049";
}

.fa-backward:before {
  content: "\F04A";
}

.fa-play:before {
  content: "\F04B";
}

.fa-pause:before {
  content: "\F04C";
}

.fa-stop:before {
  content: "\F04D";
}

.fa-forward:before {
  content: "\F04E";
}

.fa-fast-forward:before {
  content: "\F050";
}

.fa-step-forward:before {
  content: "\F051";
}

.fa-eject:before {
  content: "\F052";
}

.fa-chevron-left:before {
  content: "\F053";
}

.fa-chevron-right:before {
  content: "\F054";
}

.fa-plus-circle:before {
  content: "\F055";
}

.fa-minus-circle:before {
  content: "\F056";
}

.fa-times-circle:before {
  content: "\F057";
}

.fa-check-circle:before {
  content: "\F058";
}

.fa-question-circle:before {
  content: "\F059";
}

.fa-info-circle:before {
  content: "\F05A";
}

.fa-crosshairs:before {
  content: "\F05B";
}

.fa-times-circle-o:before {
  content: "\F05C";
}

.fa-check-circle-o:before {
  content: "\F05D";
}

.fa-ban:before {
  content: "\F05E";
}

.fa-arrow-left:before {
  content: "\F060";
}

.fa-arrow-right:before {
  content: "\F061";
}

.fa-arrow-up:before {
  content: "\F062";
}

.fa-arrow-down:before {
  content: "\F063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\F064";
}

.fa-expand:before {
  content: "\F065";
}

.fa-compress:before {
  content: "\F066";
}

.fa-plus:before {
  content: "\F067";
}

.fa-minus:before {
  content: "\F068";
}

.fa-asterisk:before {
  content: "\F069";
}

.fa-exclamation-circle:before {
  content: "\F06A";
}

.fa-gift:before {
  content: "\F06B";
}

.fa-leaf:before {
  content: "\F06C";
}

.fa-fire:before {
  content: "\F06D";
}

.fa-eye:before {
  content: "\F06E";
}

.fa-eye-slash:before {
  content: "\F070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071";
}

.fa-plane:before {
  content: "\F072";
}

.fa-calendar:before {
  content: "\F073";
}

.fa-random:before {
  content: "\F074";
}

.fa-comment:before {
  content: "\F075";
}

.fa-magnet:before {
  content: "\F076";
}

.fa-chevron-up:before {
  content: "\F077";
}

.fa-chevron-down:before {
  content: "\F078";
}

.fa-retweet:before {
  content: "\F079";
}

.fa-shopping-cart:before {
  content: "\F07A";
}

.fa-folder:before {
  content: "\F07B";
}

.fa-folder-open:before {
  content: "\F07C";
}

.fa-arrows-v:before {
  content: "\F07D";
}

.fa-arrows-h:before {
  content: "\F07E";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080";
}

.fa-twitter-square:before {
  content: "\F081";
}

.fa-facebook-square:before {
  content: "\F082";
}

.fa-camera-retro:before {
  content: "\F083";
}

.fa-key:before {
  content: "\F084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\F085";
}

.fa-comments:before {
  content: "\F086";
}

.fa-thumbs-o-up:before {
  content: "\F087";
}

.fa-thumbs-o-down:before {
  content: "\F088";
}

.fa-star-half:before {
  content: "\F089";
}

.fa-heart-o:before {
  content: "\F08A";
}

.fa-sign-out:before {
  content: "\F08B";
}

.fa-linkedin-square:before {
  content: "\F08C";
}

.fa-thumb-tack:before {
  content: "\F08D";
}

.fa-external-link:before {
  content: "\F08E";
}

.fa-sign-in:before {
  content: "\F090";
}

.fa-trophy:before {
  content: "\F091";
}

.fa-github-square:before {
  content: "\F092";
}

.fa-upload:before {
  content: "\F093";
}

.fa-lemon-o:before {
  content: "\F094";
}

.fa-phone:before {
  content: "\F095";
}

.fa-square-o:before {
  content: "\F096";
}

.fa-bookmark-o:before {
  content: "\F097";
}

.fa-phone-square:before {
  content: "\F098";
}

.fa-twitter:before {
  content: "\F099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\F09A";
}

.fa-github:before {
  content: "\F09B";
}

.fa-unlock:before {
  content: "\F09C";
}

.fa-credit-card:before {
  content: "\F09D";
}

.fa-feed:before,
.fa-rss:before {
  content: "\F09E";
}

.fa-hdd-o:before {
  content: "\F0A0";
}

.fa-bullhorn:before {
  content: "\F0A1";
}

.fa-bell:before {
  content: "\F0F3";
}

.fa-certificate:before {
  content: "\F0A3";
}

.fa-hand-o-right:before {
  content: "\F0A4";
}

.fa-hand-o-left:before {
  content: "\F0A5";
}

.fa-hand-o-up:before {
  content: "\F0A6";
}

.fa-hand-o-down:before {
  content: "\F0A7";
}

.fa-arrow-circle-left:before {
  content: "\F0A8";
}

.fa-arrow-circle-right:before {
  content: "\F0A9";
}

.fa-arrow-circle-up:before {
  content: "\F0AA";
}

.fa-arrow-circle-down:before {
  content: "\F0AB";
}

.fa-globe:before {
  content: "\F0AC";
}

.fa-wrench:before {
  content: "\F0AD";
}

.fa-tasks:before {
  content: "\F0AE";
}

.fa-filter:before {
  content: "\F0B0";
}

.fa-briefcase:before {
  content: "\F0B1";
}

.fa-arrows-alt:before {
  content: "\F0B2";
}

.fa-group:before,
.fa-users:before {
  content: "\F0C0";
}

.fa-chain:before,
.fa-link:before {
  content: "\F0C1";
}

.fa-cloud:before {
  content: "\F0C2";
}

.fa-flask:before {
  content: "\F0C3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5";
}

.fa-paperclip:before {
  content: "\F0C6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7";
}

.fa-square:before {
  content: "\F0C8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9";
}

.fa-list-ul:before {
  content: "\F0CA";
}

.fa-list-ol:before {
  content: "\F0CB";
}

.fa-strikethrough:before {
  content: "\F0CC";
}

.fa-underline:before {
  content: "\F0CD";
}

.fa-table:before {
  content: "\F0CE";
}

.fa-magic:before {
  content: "\F0D0";
}

.fa-truck:before {
  content: "\F0D1";
}

.fa-pinterest:before {
  content: "\F0D2";
}

.fa-pinterest-square:before {
  content: "\F0D3";
}

.fa-google-plus-square:before {
  content: "\F0D4";
}

.fa-google-plus:before {
  content: "\F0D5";
}

.fa-money:before {
  content: "\F0D6";
}

.fa-caret-down:before {
  content: "\F0D7";
}

.fa-caret-up:before {
  content: "\F0D8";
}

.fa-caret-left:before {
  content: "\F0D9";
}

.fa-caret-right:before {
  content: "\F0DA";
}

.fa-columns:before {
  content: "\F0DB";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE";
}

.fa-envelope:before {
  content: "\F0E0";
}

.fa-linkedin:before {
  content: "\F0E1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4";
}

.fa-comment-o:before {
  content: "\F0E5";
}

.fa-comments-o:before {
  content: "\F0E6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7";
}

.fa-sitemap:before {
  content: "\F0E8";
}

.fa-umbrella:before {
  content: "\F0E9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA";
}

.fa-lightbulb-o:before {
  content: "\F0EB";
}

.fa-exchange:before {
  content: "\F0EC";
}

.fa-cloud-download:before {
  content: "\F0ED";
}

.fa-cloud-upload:before {
  content: "\F0EE";
}

.fa-user-md:before {
  content: "\F0F0";
}

.fa-stethoscope:before {
  content: "\F0F1";
}

.fa-suitcase:before {
  content: "\F0F2";
}

.fa-bell-o:before {
  content: "\F0A2";
}

.fa-coffee:before {
  content: "\F0F4";
}

.fa-cutlery:before {
  content: "\F0F5";
}

.fa-file-text-o:before {
  content: "\F0F6";
}

.fa-building-o:before {
  content: "\F0F7";
}

.fa-hospital-o:before {
  content: "\F0F8";
}

.fa-ambulance:before {
  content: "\F0F9";
}

.fa-medkit:before {
  content: "\F0FA";
}

.fa-fighter-jet:before {
  content: "\F0FB";
}

.fa-beer:before {
  content: "\F0FC";
}

.fa-h-square:before {
  content: "\F0FD";
}

.fa-plus-square:before {
  content: "\F0FE";
}

.fa-angle-double-left:before {
  content: "\F100";
}

.fa-angle-double-right:before {
  content: "\F101";
}

.fa-angle-double-up:before {
  content: "\F102";
}

.fa-angle-double-down:before {
  content: "\F103";
}

.fa-angle-left:before {
  content: "\F104";
}

.fa-angle-right:before {
  content: "\F105";
}

.fa-angle-up:before {
  content: "\F106";
}

.fa-angle-down:before {
  content: "\F107";
}

.fa-desktop:before {
  content: "\F108";
}

.fa-laptop:before {
  content: "\F109";
}

.fa-tablet:before {
  content: "\F10A";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B";
}

.fa-circle-o:before {
  content: "\F10C";
}

.fa-quote-left:before {
  content: "\F10D";
}

.fa-quote-right:before {
  content: "\F10E";
}

.fa-spinner:before {
  content: "\F110";
}

.fa-circle:before {
  content: "\F111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112";
}

.fa-github-alt:before {
  content: "\F113";
}

.fa-folder-o:before {
  content: "\F114";
}

.fa-folder-open-o:before {
  content: "\F115";
}

.fa-smile-o:before {
  content: "\F118";
}

.fa-frown-o:before {
  content: "\F119";
}

.fa-meh-o:before {
  content: "\F11A";
}

.fa-gamepad:before {
  content: "\F11B";
}

.fa-keyboard-o:before {
  content: "\F11C";
}

.fa-flag-o:before {
  content: "\F11D";
}

.fa-flag-checkered:before {
  content: "\F11E";
}

.fa-terminal:before {
  content: "\F120";
}

.fa-code:before {
  content: "\F121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123";
}

.fa-location-arrow:before {
  content: "\F124";
}

.fa-crop:before {
  content: "\F125";
}

.fa-code-fork:before {
  content: "\F126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127";
}

.fa-question:before {
  content: "\F128";
}

.fa-info:before {
  content: "\F129";
}

.fa-exclamation:before {
  content: "\F12A";
}

.fa-superscript:before {
  content: "\F12B";
}

.fa-subscript:before {
  content: "\F12C";
}

.fa-eraser:before {
  content: "\F12D";
}

.fa-puzzle-piece:before {
  content: "\F12E";
}

.fa-microphone:before {
  content: "\F130";
}

.fa-microphone-slash:before {
  content: "\F131";
}

.fa-shield:before {
  content: "\F132";
}

.fa-calendar-o:before {
  content: "\F133";
}

.fa-fire-extinguisher:before {
  content: "\F134";
}

.fa-rocket:before {
  content: "\F135";
}

.fa-maxcdn:before {
  content: "\F136";
}

.fa-chevron-circle-left:before {
  content: "\F137";
}

.fa-chevron-circle-right:before {
  content: "\F138";
}

.fa-chevron-circle-up:before {
  content: "\F139";
}

.fa-chevron-circle-down:before {
  content: "\F13A";
}

.fa-html5:before {
  content: "\F13B";
}

.fa-css3:before {
  content: "\F13C";
}

.fa-anchor:before {
  content: "\F13D";
}

.fa-unlock-alt:before {
  content: "\F13E";
}

.fa-bullseye:before {
  content: "\F140";
}

.fa-ellipsis-h:before {
  content: "\F141";
}

.fa-ellipsis-v:before {
  content: "\F142";
}

.fa-rss-square:before {
  content: "\F143";
}

.fa-play-circle:before {
  content: "\F144";
}

.fa-ticket:before {
  content: "\F145";
}

.fa-minus-square:before {
  content: "\F146";
}

.fa-minus-square-o:before {
  content: "\F147";
}

.fa-level-up:before {
  content: "\F148";
}

.fa-level-down:before {
  content: "\F149";
}

.fa-check-square:before {
  content: "\F14A";
}

.fa-pencil-square:before {
  content: "\F14B";
}

.fa-external-link-square:before {
  content: "\F14C";
}

.fa-share-square:before {
  content: "\F14D";
}

.fa-compass:before {
  content: "\F14E";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\F153";
}

.fa-gbp:before {
  content: "\F154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\F155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\F156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158";
}

.fa-won:before,
.fa-krw:before {
  content: "\F159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A";
}

.fa-file:before {
  content: "\F15B";
}

.fa-file-text:before {
  content: "\F15C";
}

.fa-sort-alpha-asc:before {
  content: "\F15D";
}

.fa-sort-alpha-desc:before {
  content: "\F15E";
}

.fa-sort-amount-asc:before {
  content: "\F160";
}

.fa-sort-amount-desc:before {
  content: "\F161";
}

.fa-sort-numeric-asc:before {
  content: "\F162";
}

.fa-sort-numeric-desc:before {
  content: "\F163";
}

.fa-thumbs-up:before {
  content: "\F164";
}

.fa-thumbs-down:before {
  content: "\F165";
}

.fa-youtube-square:before {
  content: "\F166";
}

.fa-youtube:before {
  content: "\F167";
}

.fa-xing:before {
  content: "\F168";
}

.fa-xing-square:before {
  content: "\F169";
}

.fa-youtube-play:before {
  content: "\F16A";
}

.fa-dropbox:before {
  content: "\F16B";
}

.fa-stack-overflow:before {
  content: "\F16C";
}

.fa-instagram:before {
  content: "\F16D";
}

.fa-flickr:before {
  content: "\F16E";
}

.fa-adn:before {
  content: "\F170";
}

.fa-bitbucket:before {
  content: "\F171";
}

.fa-bitbucket-square:before {
  content: "\F172";
}

.fa-tumblr:before {
  content: "\F173";
}

.fa-tumblr-square:before {
  content: "\F174";
}

.fa-long-arrow-down:before {
  content: "\F175";
}

.fa-long-arrow-up:before {
  content: "\F176";
}

.fa-long-arrow-left:before {
  content: "\F177";
}

.fa-long-arrow-right:before {
  content: "\F178";
}

.fa-apple:before {
  content: "\F179";
}

.fa-windows:before {
  content: "\F17A";
}

.fa-android:before {
  content: "\F17B";
}

.fa-linux:before {
  content: "\F17C";
}

.fa-dribbble:before {
  content: "\F17D";
}

.fa-skype:before {
  content: "\F17E";
}

.fa-foursquare:before {
  content: "\F180";
}

.fa-trello:before {
  content: "\F181";
}

.fa-female:before {
  content: "\F182";
}

.fa-male:before {
  content: "\F183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184";
}

.fa-sun-o:before {
  content: "\F185";
}

.fa-moon-o:before {
  content: "\F186";
}

.fa-archive:before {
  content: "\F187";
}

.fa-bug:before {
  content: "\F188";
}

.fa-vk:before {
  content: "\F189";
}

.fa-weibo:before {
  content: "\F18A";
}

.fa-renren:before {
  content: "\F18B";
}

.fa-pagelines:before {
  content: "\F18C";
}

.fa-stack-exchange:before {
  content: "\F18D";
}

.fa-arrow-circle-o-right:before {
  content: "\F18E";
}

.fa-arrow-circle-o-left:before {
  content: "\F190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191";
}

.fa-dot-circle-o:before {
  content: "\F192";
}

.fa-wheelchair:before {
  content: "\F193";
}

.fa-vimeo-square:before {
  content: "\F194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195";
}

.fa-plus-square-o:before {
  content: "\F196";
}

.fa-space-shuttle:before {
  content: "\F197";
}

.fa-slack:before {
  content: "\F198";
}

.fa-envelope-square:before {
  content: "\F199";
}

.fa-wordpress:before {
  content: "\F19A";
}

.fa-openid:before {
  content: "\F19B";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D";
}

.fa-yahoo:before {
  content: "\F19E";
}

.fa-google:before {
  content: "\F1A0";
}

.fa-reddit:before {
  content: "\F1A1";
}

.fa-reddit-square:before {
  content: "\F1A2";
}

.fa-stumbleupon-circle:before {
  content: "\F1A3";
}

.fa-stumbleupon:before {
  content: "\F1A4";
}

.fa-delicious:before {
  content: "\F1A5";
}

.fa-digg:before {
  content: "\F1A6";
}

.fa-pied-piper-pp:before {
  content: "\F1A7";
}

.fa-pied-piper-alt:before {
  content: "\F1A8";
}

.fa-drupal:before {
  content: "\F1A9";
}

.fa-joomla:before {
  content: "\F1AA";
}

.fa-language:before {
  content: "\F1AB";
}

.fa-fax:before {
  content: "\F1AC";
}

.fa-building:before {
  content: "\F1AD";
}

.fa-child:before {
  content: "\F1AE";
}

.fa-paw:before {
  content: "\F1B0";
}

.fa-spoon:before {
  content: "\F1B1";
}

.fa-cube:before {
  content: "\F1B2";
}

.fa-cubes:before {
  content: "\F1B3";
}

.fa-behance:before {
  content: "\F1B4";
}

.fa-behance-square:before {
  content: "\F1B5";
}

.fa-steam:before {
  content: "\F1B6";
}

.fa-steam-square:before {
  content: "\F1B7";
}

.fa-recycle:before {
  content: "\F1B8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\F1B9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA";
}

.fa-tree:before {
  content: "\F1BB";
}

.fa-spotify:before {
  content: "\F1BC";
}

.fa-deviantart:before {
  content: "\F1BD";
}

.fa-soundcloud:before {
  content: "\F1BE";
}

.fa-database:before {
  content: "\F1C0";
}

.fa-file-pdf-o:before {
  content: "\F1C1";
}

.fa-file-word-o:before {
  content: "\F1C2";
}

.fa-file-excel-o:before {
  content: "\F1C3";
}

.fa-file-powerpoint-o:before {
  content: "\F1C4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8";
}

.fa-file-code-o:before {
  content: "\F1C9";
}

.fa-vine:before {
  content: "\F1CA";
}

.fa-codepen:before {
  content: "\F1CB";
}

.fa-jsfiddle:before {
  content: "\F1CC";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD";
}

.fa-circle-o-notch:before {
  content: "\F1CE";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\F1D0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\F1D1";
}

.fa-git-square:before {
  content: "\F1D2";
}

.fa-git:before {
  content: "\F1D3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4";
}

.fa-tencent-weibo:before {
  content: "\F1D5";
}

.fa-qq:before {
  content: "\F1D6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9";
}

.fa-history:before {
  content: "\F1DA";
}

.fa-circle-thin:before {
  content: "\F1DB";
}

.fa-header:before {
  content: "\F1DC";
}

.fa-paragraph:before {
  content: "\F1DD";
}

.fa-sliders:before {
  content: "\F1DE";
}

.fa-share-alt:before {
  content: "\F1E0";
}

.fa-share-alt-square:before {
  content: "\F1E1";
}

.fa-bomb:before {
  content: "\F1E2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3";
}

.fa-tty:before {
  content: "\F1E4";
}

.fa-binoculars:before {
  content: "\F1E5";
}

.fa-plug:before {
  content: "\F1E6";
}

.fa-slideshare:before {
  content: "\F1E7";
}

.fa-twitch:before {
  content: "\F1E8";
}

.fa-yelp:before {
  content: "\F1E9";
}

.fa-newspaper-o:before {
  content: "\F1EA";
}

.fa-wifi:before {
  content: "\F1EB";
}

.fa-calculator:before {
  content: "\F1EC";
}

.fa-paypal:before {
  content: "\F1ED";
}

.fa-google-wallet:before {
  content: "\F1EE";
}

.fa-cc-visa:before {
  content: "\F1F0";
}

.fa-cc-mastercard:before {
  content: "\F1F1";
}

.fa-cc-discover:before {
  content: "\F1F2";
}

.fa-cc-amex:before {
  content: "\F1F3";
}

.fa-cc-paypal:before {
  content: "\F1F4";
}

.fa-cc-stripe:before {
  content: "\F1F5";
}

.fa-bell-slash:before {
  content: "\F1F6";
}

.fa-bell-slash-o:before {
  content: "\F1F7";
}

.fa-trash:before {
  content: "\F1F8";
}

.fa-copyright:before {
  content: "\F1F9";
}

.fa-at:before {
  content: "\F1FA";
}

.fa-eyedropper:before {
  content: "\F1FB";
}

.fa-paint-brush:before {
  content: "\F1FC";
}

.fa-birthday-cake:before {
  content: "\F1FD";
}

.fa-area-chart:before {
  content: "\F1FE";
}

.fa-pie-chart:before {
  content: "\F200";
}

.fa-line-chart:before {
  content: "\F201";
}

.fa-lastfm:before {
  content: "\F202";
}

.fa-lastfm-square:before {
  content: "\F203";
}

.fa-toggle-off:before {
  content: "\F204";
}

.fa-toggle-on:before {
  content: "\F205";
}

.fa-bicycle:before {
  content: "\F206";
}

.fa-bus:before {
  content: "\F207";
}

.fa-ioxhost:before {
  content: "\F208";
}

.fa-angellist:before {
  content: "\F209";
}

.fa-cc:before {
  content: "\F20A";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B";
}

.fa-meanpath:before {
  content: "\F20C";
}

.fa-buysellads:before {
  content: "\F20D";
}

.fa-connectdevelop:before {
  content: "\F20E";
}

.fa-dashcube:before {
  content: "\F210";
}

.fa-forumbee:before {
  content: "\F211";
}

.fa-leanpub:before {
  content: "\F212";
}

.fa-sellsy:before {
  content: "\F213";
}

.fa-shirtsinbulk:before {
  content: "\F214";
}

.fa-simplybuilt:before {
  content: "\F215";
}

.fa-skyatlas:before {
  content: "\F216";
}

.fa-cart-plus:before {
  content: "\F217";
}

.fa-cart-arrow-down:before {
  content: "\F218";
}

.fa-diamond:before {
  content: "\F219";
}

.fa-ship:before {
  content: "\F21A";
}

.fa-user-secret:before {
  content: "\F21B";
}

.fa-motorcycle:before {
  content: "\F21C";
}

.fa-street-view:before {
  content: "\F21D";
}

.fa-heartbeat:before {
  content: "\F21E";
}

.fa-venus:before {
  content: "\F221";
}

.fa-mars:before {
  content: "\F222";
}

.fa-mercury:before {
  content: "\F223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\F224";
}

.fa-transgender-alt:before {
  content: "\F225";
}

.fa-venus-double:before {
  content: "\F226";
}

.fa-mars-double:before {
  content: "\F227";
}

.fa-venus-mars:before {
  content: "\F228";
}

.fa-mars-stroke:before {
  content: "\F229";
}

.fa-mars-stroke-v:before {
  content: "\F22A";
}

.fa-mars-stroke-h:before {
  content: "\F22B";
}

.fa-neuter:before {
  content: "\F22C";
}

.fa-genderless:before {
  content: "\F22D";
}

.fa-facebook-official:before {
  content: "\F230";
}

.fa-pinterest-p:before {
  content: "\F231";
}

.fa-whatsapp:before {
  content: "\F232";
}

.fa-server:before {
  content: "\F233";
}

.fa-user-plus:before {
  content: "\F234";
}

.fa-user-times:before {
  content: "\F235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\F236";
}

.fa-viacoin:before {
  content: "\F237";
}

.fa-train:before {
  content: "\F238";
}

.fa-subway:before {
  content: "\F239";
}

.fa-medium:before {
  content: "\F23A";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B";
}

.fa-optin-monster:before {
  content: "\F23C";
}

.fa-opencart:before {
  content: "\F23D";
}

.fa-expeditedssl:before {
  content: "\F23E";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\F240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244";
}

.fa-mouse-pointer:before {
  content: "\F245";
}

.fa-i-cursor:before {
  content: "\F246";
}

.fa-object-group:before {
  content: "\F247";
}

.fa-object-ungroup:before {
  content: "\F248";
}

.fa-sticky-note:before {
  content: "\F249";
}

.fa-sticky-note-o:before {
  content: "\F24A";
}

.fa-cc-jcb:before {
  content: "\F24B";
}

.fa-cc-diners-club:before {
  content: "\F24C";
}

.fa-clone:before {
  content: "\F24D";
}

.fa-balance-scale:before {
  content: "\F24E";
}

.fa-hourglass-o:before {
  content: "\F250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253";
}

.fa-hourglass:before {
  content: "\F254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256";
}

.fa-hand-scissors-o:before {
  content: "\F257";
}

.fa-hand-lizard-o:before {
  content: "\F258";
}

.fa-hand-spock-o:before {
  content: "\F259";
}

.fa-hand-pointer-o:before {
  content: "\F25A";
}

.fa-hand-peace-o:before {
  content: "\F25B";
}

.fa-trademark:before {
  content: "\F25C";
}

.fa-registered:before {
  content: "\F25D";
}

.fa-creative-commons:before {
  content: "\F25E";
}

.fa-gg:before {
  content: "\F260";
}

.fa-gg-circle:before {
  content: "\F261";
}

.fa-tripadvisor:before {
  content: "\F262";
}

.fa-odnoklassniki:before {
  content: "\F263";
}

.fa-odnoklassniki-square:before {
  content: "\F264";
}

.fa-get-pocket:before {
  content: "\F265";
}

.fa-wikipedia-w:before {
  content: "\F266";
}

.fa-safari:before {
  content: "\F267";
}

.fa-chrome:before {
  content: "\F268";
}

.fa-firefox:before {
  content: "\F269";
}

.fa-opera:before {
  content: "\F26A";
}

.fa-internet-explorer:before {
  content: "\F26B";
}

.fa-tv:before,
.fa-television:before {
  content: "\F26C";
}

.fa-contao:before {
  content: "\F26D";
}

.fa-500px:before {
  content: "\F26E";
}

.fa-amazon:before {
  content: "\F270";
}

.fa-calendar-plus-o:before {
  content: "\F271";
}

.fa-calendar-minus-o:before {
  content: "\F272";
}

.fa-calendar-times-o:before {
  content: "\F273";
}

.fa-calendar-check-o:before {
  content: "\F274";
}

.fa-industry:before {
  content: "\F275";
}

.fa-map-pin:before {
  content: "\F276";
}

.fa-map-signs:before {
  content: "\F277";
}

.fa-map-o:before {
  content: "\F278";
}

.fa-map:before {
  content: "\F279";
}

.fa-commenting:before {
  content: "\F27A";
}

.fa-commenting-o:before {
  content: "\F27B";
}

.fa-houzz:before {
  content: "\F27C";
}

.fa-vimeo:before {
  content: "\F27D";
}

.fa-black-tie:before {
  content: "\F27E";
}

.fa-fonticons:before {
  content: "\F280";
}

.fa-reddit-alien:before {
  content: "\F281";
}

.fa-edge:before {
  content: "\F282";
}

.fa-credit-card-alt:before {
  content: "\F283";
}

.fa-codiepie:before {
  content: "\F284";
}

.fa-modx:before {
  content: "\F285";
}

.fa-fort-awesome:before {
  content: "\F286";
}

.fa-usb:before {
  content: "\F287";
}

.fa-product-hunt:before {
  content: "\F288";
}

.fa-mixcloud:before {
  content: "\F289";
}

.fa-scribd:before {
  content: "\F28A";
}

.fa-pause-circle:before {
  content: "\F28B";
}

.fa-pause-circle-o:before {
  content: "\F28C";
}

.fa-stop-circle:before {
  content: "\F28D";
}

.fa-stop-circle-o:before {
  content: "\F28E";
}

.fa-shopping-bag:before {
  content: "\F290";
}

.fa-shopping-basket:before {
  content: "\F291";
}

.fa-hashtag:before {
  content: "\F292";
}

.fa-bluetooth:before {
  content: "\F293";
}

.fa-bluetooth-b:before {
  content: "\F294";
}

.fa-percent:before {
  content: "\F295";
}

.fa-gitlab:before {
  content: "\F296";
}

.fa-wpbeginner:before {
  content: "\F297";
}

.fa-wpforms:before {
  content: "\F298";
}

.fa-envira:before {
  content: "\F299";
}

.fa-universal-access:before {
  content: "\F29A";
}

.fa-wheelchair-alt:before {
  content: "\F29B";
}

.fa-question-circle-o:before {
  content: "\F29C";
}

.fa-blind:before {
  content: "\F29D";
}

.fa-audio-description:before {
  content: "\F29E";
}

.fa-volume-control-phone:before {
  content: "\F2A0";
}

.fa-braille:before {
  content: "\F2A1";
}

.fa-assistive-listening-systems:before {
  content: "\F2A2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\F2A4";
}

.fa-glide:before {
  content: "\F2A5";
}

.fa-glide-g:before {
  content: "\F2A6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\F2A7";
}

.fa-low-vision:before {
  content: "\F2A8";
}

.fa-viadeo:before {
  content: "\F2A9";
}

.fa-viadeo-square:before {
  content: "\F2AA";
}

.fa-snapchat:before {
  content: "\F2AB";
}

.fa-snapchat-ghost:before {
  content: "\F2AC";
}

.fa-snapchat-square:before {
  content: "\F2AD";
}

.fa-pied-piper:before {
  content: "\F2AE";
}

.fa-first-order:before {
  content: "\F2B0";
}

.fa-yoast:before {
  content: "\F2B1";
}

.fa-themeisle:before {
  content: "\F2B2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\F2B4";
}

.fa-handshake-o:before {
  content: "\F2B5";
}

.fa-envelope-open:before {
  content: "\F2B6";
}

.fa-envelope-open-o:before {
  content: "\F2B7";
}

.fa-linode:before {
  content: "\F2B8";
}

.fa-address-book:before {
  content: "\F2B9";
}

.fa-address-book-o:before {
  content: "\F2BA";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\F2BB";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\F2BC";
}

.fa-user-circle:before {
  content: "\F2BD";
}

.fa-user-circle-o:before {
  content: "\F2BE";
}

.fa-user-o:before {
  content: "\F2C0";
}

.fa-id-badge:before {
  content: "\F2C1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\F2C3";
}

.fa-quora:before {
  content: "\F2C4";
}

.fa-free-code-camp:before {
  content: "\F2C5";
}

.fa-telegram:before {
  content: "\F2C6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\F2C7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB";
}

.fa-shower:before {
  content: "\F2CC";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\F2CD";
}

.fa-podcast:before {
  content: "\F2CE";
}

.fa-window-maximize:before {
  content: "\F2D0";
}

.fa-window-minimize:before {
  content: "\F2D1";
}

.fa-window-restore:before {
  content: "\F2D2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F2D3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\F2D4";
}

.fa-bandcamp:before {
  content: "\F2D5";
}

.fa-grav:before {
  content: "\F2D6";
}

.fa-etsy:before {
  content: "\F2D7";
}

.fa-imdb:before {
  content: "\F2D8";
}

.fa-ravelry:before {
  content: "\F2D9";
}

.fa-eercast:before {
  content: "\F2DA";
}

.fa-microchip:before {
  content: "\F2DB";
}

.fa-snowflake-o:before {
  content: "\F2DC";
}

.fa-superpowers:before {
  content: "\F2DD";
}

.fa-wpexplorer:before {
  content: "\F2DE";
}

.fa-meetup:before {
  content: "\F2E0";
}

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

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

@font-face {
  font-family: "icons";
  src: url("/fonts/icons.eot");
  src: url("/fonts/icons.eot?#iefix") format("embedded-opentype"), url("/fonts/icons.woff2") format("woff2"), url("/fonts/icons.woff") format("woff"), url("/fonts/icons.ttf") format("truetype"), url("/fonts/icons.svg#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "icons";
    src: url("/fonts/icons.svg#icons") format("svg");
  }
}

[data-icon]:before {
  content: attr(data-icon);
}

[data-icon]:before,
.i-account:before,
.i-arrow:before,
.i-bag:before,
.i-check:before,
#watch-browser .order-option.active:before,
.popover .popover-content .order-option.active:before,
.i-comment:before,
.i-cross:before,
.i-cross-circle:before,
.i-cross-remove:before,
.i-dot:before,
.watch .js_image_carousel .controls .js_dots i:before,
.i-dot-active:before,
.watch .js_image_carousel .controls .js_dots i.active:before,
.i-dropdown-closed:before,
.i-dropdown-closed-o:before,
.my-orders a[aria-expanded="false"] i:before,
.i-dropdown-open:before,
.i-dropdown-open-o:before,
.i-grid:before,
.i-heart:before,
.i-home:before,
.i-inbox:before,
.i-list:before,
.i-menu:before,
.i-next:before,
.watch .js_image_carousel .controls .next:before,
.i-next-tall:before,
.slider .next:before,
.post-grid .post-item a:hover .post-item-thumbnail:before,
.brand__post-grid .post-item a:hover .post-item-thumbnail:before,
.i-play_icon:before,
.i-previous:before,
.watch .js_image_carousel .controls .prev:before,
.i-previous-tall:before,
.slider .prev:before,
.i-share:before,
.i-success:before,
.i-watch-add:before,
.i-zoom:before {
  display: inline-block;
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.i-account:before {
  content: "\F100";
}

.i-arrow:before {
  content: "\F101";
}

.i-bag:before {
  content: "\F102";
}


.i-check:before,
#watch-browser .order-option.active:before,
.popover .popover-content .order-option.active:before {
  content: "\F11C";
}

.i-comment:before {
  content: "\F103";
}

.i-cross:before {
  content: "\F104";
}

.i-cross-circle:before {
  content: "\F105";
}

.i-cross-remove:before {
  content: "\F106";
}


.i-dot:before,
.watch .js_image_carousel .controls .js_dots i:before {
  content: "\F107";
}


.i-dot-active:before,
.watch .js_image_carousel .controls .js_dots i.active:before {
  content: "\F108";
}

.i-dropdown-closed:before {
  content: "\F109";
}


.i-dropdown-closed-o:before,
.my-orders a[aria-expanded="false"] i:before {
  content: "\F10A";
}

.i-dropdown-open:before {
  content: "\F10B";
}

.i-dropdown-open-o:before {
  content: "\F10C";
}

.i-grid:before {
  content: "\F10D";
}

.i-heart:before {
  content: "\F10E";
}

.i-home:before {
  content: "\F10F";
}

.i-inbox:before {
  content: "\F110";
}

.i-list:before {
  content: "\F111";
}

.i-menu:before {
  content: "\F112";
}


.i-next:before,
.watch .js_image_carousel .controls .next:before {
  content: "\F113";
}


.i-next-tall:before,
.slider .next:before,
.post-grid .post-item a:hover .post-item-thumbnail:before,
.brand__post-grid .post-item a:hover .post-item-thumbnail:before {
  content: "\F114";
}

.i-play_icon:before {
  content: "\F115";
}


.i-previous:before,
.watch .js_image_carousel .controls .prev:before {
  content: "\F116";
}


.i-previous-tall:before,
.slider .prev:before {
  content: "\F117";
}

.i-share:before {
  content: "\F118";
}

.i-success:before {
  content: "\F119";
}

.i-watch-add:before {
  content: "\F11A";
}

.i-zoom:before {
  content: "\F11B";
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: local("Poppins Light"), local("Poppins-Light"), url("/fonts/poppins-300-normal-devanagari.woff2") format("woff2");
  unicode-range: U+02BC, U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200B-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: local("Poppins Light"), local("Poppins-Light"), url("/fonts/poppins-300-normal-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: local("Poppins Light"), local("Poppins-Light"), url("/fonts/poppins-300-normal-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: local("Poppins Regular"), local("Poppins-Regular"), url("/fonts/poppins-400-normal-devanagari.woff2") format("woff2");
  unicode-range: U+02BC, U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200B-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: local("Poppins Regular"), local("Poppins-Regular"), url("/fonts/poppins-400-normal-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: local("Poppins Regular"), local("Poppins-Regular"), url("/fonts/poppins-400-normal-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: local("Poppins Medium"), local("Poppins-Medium"), url("/fonts/poppins-500-normal-devanagari.woff2") format("woff2");
  unicode-range: U+02BC, U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200B-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: local("Poppins Medium"), local("Poppins-Medium"), url("/fonts/poppins-500-normal-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: local("Poppins Medium"), local("Poppins-Medium"), url("/fonts/poppins-500-normal-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: local("Poppins SemiBold"), local("Poppins-SemiBold"), url("/fonts/poppins-600-normal-devanagari.woff2") format("woff2");
  unicode-range: U+02BC, U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200B-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: local("Poppins SemiBold"), local("Poppins-SemiBold"), url("/fonts/poppins-600-normal-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: local("Poppins SemiBold"), local("Poppins-SemiBold"), url("/fonts/poppins-600-normal-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: local("Poppins Bold"), local("Poppins-Bold"), url("/fonts/poppins-700-normal-devanagari.woff2") format("woff2");
  unicode-range: U+02BC, U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200B-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: local("Poppins Bold"), local("Poppins-Bold"), url("/fonts/poppins-700-normal-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: local("Poppins Bold"), local("Poppins-Bold"), url("/fonts/poppins-700-normal-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Serif"), local("NotoSerif"), url("/fonts/noto-serif-400-normal-cyrillic-ext.woff2") format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}

@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Serif"), local("NotoSerif"), url("/fonts/noto-serif-400-normal-cyrillic.woff2") format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Serif"), local("NotoSerif"), url("/fonts/noto-serif-400-normal-greek-ext.woff2") format("woff2");
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Serif"), local("NotoSerif"), url("/fonts/noto-serif-400-normal-greek.woff2") format("woff2");
  unicode-range: U+0370-03FF;
}

@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Serif"), local("NotoSerif"), url("/fonts/noto-serif-400-normal-vietnamese.woff2") format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Serif"), local("NotoSerif"), url("/fonts/noto-serif-400-normal-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Serif"), local("NotoSerif"), url("/fonts/noto-serif-400-normal-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 700;
  src: local("Noto Serif Bold"), local("NotoSerif-Bold"), url("/fonts/noto-serif-700-normal-cyrillic-ext.woff2") format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}

@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 700;
  src: local("Noto Serif Bold"), local("NotoSerif-Bold"), url("/fonts/noto-serif-700-normal-cyrillic.woff2") format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 700;
  src: local("Noto Serif Bold"), local("NotoSerif-Bold"), url("/fonts/noto-serif-700-normal-greek-ext.woff2") format("woff2");
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 700;
  src: local("Noto Serif Bold"), local("NotoSerif-Bold"), url("/fonts/noto-serif-700-normal-greek.woff2") format("woff2");
  unicode-range: U+0370-03FF;
}

@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 700;
  src: local("Noto Serif Bold"), local("NotoSerif-Bold"), url("/fonts/noto-serif-700-normal-vietnamese.woff2") format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 700;
  src: local("Noto Serif Bold"), local("NotoSerif-Bold"), url("/fonts/noto-serif-700-normal-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 700;
  src: local("Noto Serif Bold"), local("NotoSerif-Bold"), url("/fonts/noto-serif-700-normal-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 3px;
  margin-left: 20px;
}

.checkbox label::before {
  cursor: pointer;
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  top: 0;
  margin-left: -20px;
  border: 1px solid #d0d7dd;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #23252f;
}

.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  display: none;
}

.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  font-family: "FontAwesome";
  content: "\F00C";
}

.checkbox input[type="checkbox"]:indeterminate + label::after,
.checkbox input[type="radio"]:indeterminate + label::after {
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #555555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px;
}

.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
  opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #ececec;
  cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}

.checkbox.checkbox-square label::before {
  border-radius: 0;
}

.checkbox.checkbox-md label {
  line-height: 26px;
  padding-left: 8px;
}

.checkbox.checkbox-md label::before {
  width: 20px;
  height: 20px;
}

.checkbox.checkbox-md label::after {
  width: 19px;
  height: 19px;
  top: -2px;
  font-size: 14px;
}

.checkbox.checkbox-inline {
  display: inline-block;
  margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #9e7f3b;
  border-color: #9e7f3b;
}

.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-dark input[type="checkbox"]:checked + label::before,
.checkbox-dark input[type="radio"]:checked + label::before {
  background-color: #23252f;
  border-color: #23252f;
}

.checkbox-dark input[type="checkbox"]:checked + label::after,
.checkbox-dark input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.checkbox-primary input[type="radio"]:indeterminate + label::before {
  background-color: #9e7f3b;
  border-color: #9e7f3b;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.checkbox-primary input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.checkbox-danger input[type="radio"]:indeterminate + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::after,
.checkbox-danger input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::before,
.checkbox-info input[type="radio"]:indeterminate + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::after,
.checkbox-info input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.checkbox-warning input[type="radio"]:indeterminate + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::after,
.checkbox-warning input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::before,
.checkbox-success input[type="radio"]:indeterminate + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::after,
.checkbox-success input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-dark input[type="checkbox"]:indeterminate + label::before,
.checkbox-dark input[type="radio"]:indeterminate + label::before {
  background-color: #23252f;
  border-color: #23252f;
}

.checkbox-dark input[type="checkbox"]:indeterminate + label::after,
.checkbox-dark input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-inverse-primary input[type="checkbox"]:checked + label::after,
.checkbox-inverse-primary input[type="radio"]:checked + label::after {
  color: #9e7f3b;
}

.checkbox-inverse-danger input[type="checkbox"]:checked + label::after,
.checkbox-inverse-danger input[type="radio"]:checked + label::after {
  color: #d9534f;
}

.checkbox-inverse-info input[type="checkbox"]:checked + label::after,
.checkbox-inverse-info input[type="radio"]:checked + label::after {
  color: #5bc0de;
}

.checkbox-inverse-warning input[type="checkbox"]:checked + label::after,
.checkbox-inverse-warning input[type="radio"]:checked + label::after {
  color: #f0ad4e;
}

.checkbox-inverse-success input[type="checkbox"]:checked + label::after,
.checkbox-inverse-success input[type="radio"]:checked + label::after {
  color: #5cb85c;
}

.checkbox-inverse-dark input[type="checkbox"]:checked + label::after,
.checkbox-inverse-dark input[type="radio"]:checked + label::after {
  color: #23252f;
}

.checkbox-outline-primary input[type="checkbox"] + label::before,
.checkbox-outline-primary input[type="radio"] + label::before {
  background-color: transparent;
  border-color: #9e7f3b;
}

.checkbox-outline-primary input[type="checkbox"]:checked + label::before,
.checkbox-outline-primary input[type="radio"]:checked + label::before {
  background-color: transparent;
  border-color: #9e7f3b;
}

.checkbox-outline-primary input[type="checkbox"]:checked + label::after,
.checkbox-outline-primary input[type="radio"]:checked + label::after {
  color: #9e7f3b;
}

.checkbox-outline-danger input[type="checkbox"] + label::before,
.checkbox-outline-danger input[type="radio"] + label::before {
  background-color: transparent;
  border-color: #d9534f;
}

.checkbox-outline-danger input[type="checkbox"]:checked + label::before,
.checkbox-outline-danger input[type="radio"]:checked + label::before {
  background-color: transparent;
  border-color: #d9534f;
}

.checkbox-outline-danger input[type="checkbox"]:checked + label::after,
.checkbox-outline-danger input[type="radio"]:checked + label::after {
  color: #d9534f;
}

.checkbox-outline-info input[type="checkbox"] + label::before,
.checkbox-outline-info input[type="radio"] + label::before {
  background-color: transparent;
  border-color: #5bc0de;
}

.checkbox-outline-info input[type="checkbox"]:checked + label::before,
.checkbox-outline-info input[type="radio"]:checked + label::before {
  background-color: transparent;
  border-color: #5bc0de;
}

.checkbox-outline-info input[type="checkbox"]:checked + label::after,
.checkbox-outline-info input[type="radio"]:checked + label::after {
  color: #5bc0de;
}

.checkbox-outline-warning input[type="checkbox"] + label::before,
.checkbox-outline-warning input[type="radio"] + label::before {
  background-color: transparent;
  border-color: #f0ad4e;
}

.checkbox-outline-warning input[type="checkbox"]:checked + label::before,
.checkbox-outline-warning input[type="radio"]:checked + label::before {
  background-color: transparent;
  border-color: #f0ad4e;
}

.checkbox-outline-warning input[type="checkbox"]:checked + label::after,
.checkbox-outline-warning input[type="radio"]:checked + label::after {
  color: #f0ad4e;
}

.checkbox-outline-success input[type="checkbox"] + label::before,
.checkbox-outline-success input[type="radio"] + label::before {
  background-color: transparent;
  border-color: #5cb85c;
}

.checkbox-outline-success input[type="checkbox"]:checked + label::before,
.checkbox-outline-success input[type="radio"]:checked + label::before {
  background-color: transparent;
  border-color: #5cb85c;
}

.checkbox-outline-success input[type="checkbox"]:checked + label::after,
.checkbox-outline-success input[type="radio"]:checked + label::after {
  color: #5cb85c;
}

.checkbox-outline-dark input[type="checkbox"] + label::before,
.checkbox-outline-dark input[type="radio"] + label::before {
  background-color: transparent;
  border-color: #23252f;
}

.checkbox-outline-dark input[type="checkbox"]:checked + label::before,
.checkbox-outline-dark input[type="radio"]:checked + label::before {
  background-color: transparent;
  border-color: #23252f;
}

.checkbox-outline-dark input[type="checkbox"]:checked + label::after,
.checkbox-outline-dark input[type="radio"]:checked + label::after {
  color: #23252f;
}

.checkbox-round-primary label::before {
  border-radius: 50%;
  background-color: #fff;
  width: 25px;
  height: 25px;
  left: -4px;
  top: -1px;
}

.checkbox-round-primary label::after {
  content: "";
  width: 17px;
  height: 17px;
  left: 0;
  top: 3px;
  margin-left: -20px;
  border: 1px solid #d0d7dd;
  border-radius: 50%;
  background-color: #9e7f3b;
}

.checkbox-round-primary.checkbox-md label {
  margin-right: 4px;
}

.checkbox-round-primary.checkbox-md label::before {
  width: 29px;
  height: 29px;
  left: -5px;
  top: -2px;
}

.checkbox-round-primary.checkbox-md label::after {
  width: 21px;
  height: 21px;
  top: 2px;
  left: -1px;
}

.checkbox-round-primary input[type="checkbox"]:checked + label::before,
.checkbox-round-primary input[type="radio"]:checked + label::before {
  border-color: #464a4c;
}

.checkbox-round-primary input[type="checkbox"]:checked + label::after,
.checkbox-round-primary input[type="radio"]:checked + label::after {
  content: "";
}

.checkbox-round-inherit label::before {
  border-radius: 50%;
  background-color: #fff;
  width: 25px;
  height: 25px;
  left: -4px;
  top: -1px;
}

.checkbox-round-inherit label::after {
  content: "";
  width: 17px;
  height: 17px;
  left: 0;
  top: 3px;
  margin-left: -20px;
  border: 1px solid #d0d7dd;
  border-radius: 50%;
  background-color: inherit;
}

.checkbox-round-inherit.checkbox-md label {
  margin-right: 4px;
}

.checkbox-round-inherit.checkbox-md label::before {
  width: 29px;
  height: 29px;
  left: -5px;
  top: -2px;
}

.checkbox-round-inherit.checkbox-md label::after {
  width: 21px;
  height: 21px;
  top: 2px;
  left: -1px;
}

.checkbox-round-inherit input[type="checkbox"]:checked + label::before,
.checkbox-round-inherit input[type="radio"]:checked + label::before {
  border-color: #464a4c;
}

.checkbox-round-inherit input[type="checkbox"]:checked + label::after,
.checkbox-round-inherit input[type="radio"]:checked + label::after {
  content: "";
}

.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}

.radio label::before {
  cursor: pointer;
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  top: 3px;
  margin-left: -20px;
  border: 1px solid #d0d7dd;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}

.radio label::after {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  content: " ";
  width: 7px;
  height: 7px;
  left: 5px;
  top: 8px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #23252f;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33), -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
}

.radio input[type="radio"]:focus + label::before {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}

.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}

.radio.radio-inline {
  margin-top: 0;
}

.radio-primary input[type="radio"] + label::after, #delivery .radio input[type="radio"] + label::after {
  background-color: #9e7f3b;
}

.radio-primary input[type="radio"]:checked + label::before, #delivery .radio input[type="radio"]:checked + label::before {
  border-color: #9e7f3b;
}

.radio-primary input[type="radio"]:checked + label::after, #delivery .radio input[type="radio"]:checked + label::after {
  background-color: #9e7f3b;
}

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c;
}

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: "FontAwesome";
  content: "\F00C";
}

input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff;
}

input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff;
}

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

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

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

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

.loader {
  border-radius: 50%;
  border: 2px solid #9e7f3b;
  position: relative;
  left: 50%;
  margin-top: 5rem;
  margin-bottom: 5rem;
  display: block;
  width: 60px;
  height: 60px;
}

.loader:after {
  content: "";
  position: absolute;
  background-color: #9e7f3b;
  top: 4px;
  left: 50%;
  height: 25px;
  width: 2px;
  border-radius: 5px;
  -webkit-transform-origin: 50% 96%;
          transform-origin: 50% 96%;
  -webkit-animation: grdAiguille 1.05s linear infinite;
          animation: grdAiguille 1.05s linear infinite;
}

.loader:before {
  content: "";
  position: absolute;
  background-color: #9e7f3b;
  top: 9px;
  left: 50%;
  height: 20px;
  width: 2px;
  border-radius: 5px;
  -webkit-transform-origin: 50% 95%;
          transform-origin: 50% 95%;
  -webkit-animation: ptAiguille 12s linear infinite;
          animation: ptAiguille 12s linear infinite;
}

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

.color-black {
  color: #000 !important;
}

.color-red {
  color: #d9534f !important;
}

.color-orange {
  color: #f0ad4e !important;
}

.color-yellow {
  color: #ffd500 !important;
}

.color-green {
  color: #5cb85c !important;
}

.color-blue {
  color: #133058 !important;
}

.color-blue-dark {
  color: #23252F !important;
}

.color-teal {
  color: #5bc0de !important;
}

.color-pink {
  color: #ff5b77 !important;
}

.color-purple {
  color: #613d7c !important;
}

.color-gold {
  color: #9e7f3b !important;
}

.color-gray-dark {
  color: #23252f !important;
}

.color-gray {
  color: #464a4c !important;
}

.color-gray-second {
  color: #939ea7 !important;
}

.color-gray-light {
  color: #636c72 !important;
}

.color-gray-lightish {
  color: #adadad !important;
}

.color-gray-lighter {
  color: #ececec !important;
}

.color-gray-lightest {
  color: #f5f5f5 !important;
}

.color-brand-primary {
  color: #9e7f3b !important;
}

.color-brand-secondary {
  color: #23252F !important;
}

.color-brand-success {
  color: #5cb85c !important;
}

.color-brand-info {
  color: #5bc0de !important;
}

.color-brand-warning {
  color: #f0ad4e !important;
}

.color-brand-danger {
  color: #d9534f !important;
}

.color-brand-inverse {
  color: #23252f !important;
}

article.single-post h2.section-title, article.single-post .post-grid .post-item a .section-title.post-item-title, .post-grid .post-item a article.single-post .section-title.post-item-title, article.single-post .brand__post-grid .post-item a .section-title.post-item-title, .brand__post-grid .post-item a article.single-post .section-title.post-item-title, .post-archive h2.section-title, .post-archive .post-grid .post-item a .section-title.post-item-title, .post-grid .post-item a .post-archive .section-title.post-item-title, .post-archive .brand__post-grid .post-item a .section-title.post-item-title, .brand__post-grid .post-item a .post-archive .section-title.post-item-title {
  font-size: 1.6rem;
}

article.single-post .pagination, .post-archive .pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

article.single-post section.content, .post-archive section.content {
  clear: both;
  font-size: 1.1rem;
  margin-bottom: 100px;
}

article.single-post section.content img, .post-archive section.content img {
  max-width: 100%;
}

@media (max-width: 767px) {
  article.single-post section.content, .post-archive section.content {
    margin-bottom: 50px;
  }
}

article.single-post .post-content, .post-archive .post-content {
  margin-top: 90px;
  margin-bottom: 100px;
  font-size: 1.1rem;
}

article.single-post .post-content img, .post-archive .post-content img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

@media (max-width: 991px) {
  article.single-post .post-content img, .post-archive .post-content img {
    max-height: 400px;
    margin: 0 auto;
    display: block;
  }
}

article.single-post .post-content h2 a:hover, article.single-post .post-content .post-grid .post-item a .post-item-title a:hover, .post-grid .post-item a article.single-post .post-content .post-item-title a:hover, article.single-post .post-content .brand__post-grid .post-item a .post-item-title a:hover, .brand__post-grid .post-item a article.single-post .post-content .post-item-title a:hover, .post-archive .post-content h2 a:hover, .post-archive .post-content .post-grid .post-item a .post-item-title a:hover, .post-grid .post-item a .post-archive .post-content .post-item-title a:hover, .post-archive .post-content .brand__post-grid .post-item a .post-item-title a:hover, .brand__post-grid .post-item a .post-archive .post-content .post-item-title a:hover {
  color: #23252f;
}

article.single-post .post-content .post-details, .post-archive .post-content .post-details {
  padding-right: 45px;
}

article.single-post .post-content .i-comment, .post-archive .post-content .i-comment {
  margin-right: -40px;
  font-size: 3rem;
  color: #ececec;
  vertical-align: middle;
}

article.single-post .post-content .comment-count, .post-archive .post-content .comment-count {
  text-align: right;
  margin-bottom: 10px;
  margin-top: 7px;
  font-weight: 300;
}

article.single-post .post-content .comment-count span:not(.disqus-comment-count), .post-archive .post-content .comment-count span:not(.disqus-comment-count) {
  margin-left: 10px;
  color: #636c72;
  font-size: 0.8rem;
}

article.single-post .post-content .comment-count .disqus-comment-count, .post-archive .post-content .comment-count .disqus-comment-count {
  width: 25px;
  text-align: center;
  display: inline-block;
  font: 500 1rem 'Poppins';
}

article.single-post .post-content .author, .post-archive .post-content .author {
  text-align: right;
  color: #9e7f3b;
  font-size: 0.8rem;
  font-weight: 300;
}

article.single-post .post-content .published, .post-archive .post-content .published {
  text-align: right;
  font-size: 0.8rem;
  font-weight: 500;
  text-transform: uppercase;
}

article.single-post .post-content .share-post-wrapper, .post-archive .post-content .share-post-wrapper {
  margin-top: 12px;
  text-align: right;
}

article.single-post .post-content .share-post-wrapper > a i.fa-facebook, article.single-post .post-content .share-post-wrapper > a i.fa-pinterest-p, article.single-post .post-content .share-post-wrapper > a i.i-share, .post-archive .post-content .share-post-wrapper > a i.fa-facebook, .post-archive .post-content .share-post-wrapper > a i.fa-pinterest-p, .post-archive .post-content .share-post-wrapper > a i.i-share {
  margin-right: 20px;
  margin-bottom: 10px;
  color: #adadad;
}

article.single-post .post-content .share-post-wrapper .share-on-social-media-component, .post-archive .post-content .share-post-wrapper .share-on-social-media-component {
  display: inline-block;
  position: relative;
  height: 100%;
}

article.single-post .post-content .share-post-wrapper .share-on-social-media-component .share-on-social-media-list, .post-archive .post-content .share-post-wrapper .share-on-social-media-component .share-on-social-media-list {
  position: absolute;
  right: 0;
  top: 100%;
}

article.single-post .post-content .share-post-wrapper .share-on-social-media-component .share-on-social-media-list .share-facebook, article.single-post .post-content .share-post-wrapper .share-on-social-media-component .share-on-social-media-list .share-pinterest, .post-archive .post-content .share-post-wrapper .share-on-social-media-component .share-on-social-media-list .share-facebook, .post-archive .post-content .share-post-wrapper .share-on-social-media-component .share-on-social-media-list .share-pinterest {
  display: none;
}

article.single-post .post-content .share-post-wrapper .share-on-social-media-component .share-on-social-media-btn-arrow-icon, .post-archive .post-content .share-post-wrapper .share-on-social-media-component .share-on-social-media-btn-arrow-icon {
  display: none;
}

article.single-post a.read-more, .post-archive a.read-more {
  display: block;
  color: #23252f;
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  margin-top: 50px;
}

article.single-post a.read-more i, .post-archive a.read-more i {
  color: #9e7f3b;
  font-size: 1.2rem;
  vertical-align: middle;
}

article.single-post aside.sidebar .sidebar-section, .post-archive aside.sidebar .sidebar-section {
  border-bottom: 2px solid #f5f2eb;
  padding-bottom: 22px;
  margin-bottom: 15px;
}

article.single-post aside.sidebar .search .btn, article.single-post aside.sidebar .search .dropdown-watch-search-section .dropdown-watch-search-btn, .dropdown-watch-search-section article.single-post aside.sidebar .search .dropdown-watch-search-btn, article.single-post aside.sidebar .search .frontpage-newsletter-video-section .newsletter-form-frontpage-subscribeBtn, .frontpage-newsletter-video-section article.single-post aside.sidebar .search .newsletter-form-frontpage-subscribeBtn, article.single-post aside.sidebar .search .newsletter-form-wide .newsletter-form-wide-subscribeBtn, .newsletter-form-wide article.single-post aside.sidebar .search .newsletter-form-wide-subscribeBtn, .post-archive aside.sidebar .search .btn, .post-archive aside.sidebar .search .dropdown-watch-search-section .dropdown-watch-search-btn, .dropdown-watch-search-section .post-archive aside.sidebar .search .dropdown-watch-search-btn, .post-archive aside.sidebar .search .frontpage-newsletter-video-section .newsletter-form-frontpage-subscribeBtn, .frontpage-newsletter-video-section .post-archive aside.sidebar .search .newsletter-form-frontpage-subscribeBtn, .post-archive aside.sidebar .search .newsletter-form-wide .newsletter-form-wide-subscribeBtn, .newsletter-form-wide .post-archive aside.sidebar .search .newsletter-form-wide-subscribeBtn {
  border: 1px solid #adadad;
  border-right: 0;
  background: #fff;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  color: rgba(173, 173, 173, 0.5);
  padding: 0 10px;
  font-size: 1.6rem;
}

article.single-post aside.sidebar .search input, .post-archive aside.sidebar .search input {
  border: 1px solid #adadad;
  border-left: 0;
  padding-left: 0;
}

article.single-post aside.sidebar .search ::-webkit-input-placeholder, .post-archive aside.sidebar .search ::-webkit-input-placeholder {
  color: #adadad;
}

article.single-post aside.sidebar .search :-moz-placeholder, .post-archive aside.sidebar .search :-moz-placeholder {
  /* Firefox 18- */
  color: #adadad;
}

article.single-post aside.sidebar .search ::-moz-placeholder, .post-archive aside.sidebar .search ::-moz-placeholder {
  /* Firefox 19+ */
  color: #adadad;
}

article.single-post aside.sidebar .search :-ms-input-placeholder, .post-archive aside.sidebar .search :-ms-input-placeholder {
  color: #adadad;
}

article.single-post aside.sidebar .sidebar-title, .post-archive aside.sidebar .sidebar-title {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
}

article.single-post aside.sidebar a, .post-archive aside.sidebar a {
  color: #23252f;
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: 500;
  display: block;
  padding: 6px 0;
}

article.single-post aside.sidebar a:hover, .post-archive aside.sidebar a:hover {
  text-decoration: underline;
}

article.single-post .image-with-caption .section-content, .post-archive .image-with-caption .section-content {
  position: relative;
}

article.single-post .image-with-caption img, .post-archive .image-with-caption img {
  float: left;
  width: 75%;
}

article.single-post .image-with-caption .caption, .post-archive .image-with-caption .caption {
  position: absolute;
  right: 0;
  top: 40px;
  width: 35%;
  background: #fff;
  padding: 30px 35px;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
}

@media (max-width: 767px) {
  article.single-post .image-with-caption .caption, .post-archive .image-with-caption .caption {
    width: 100%;
    padding: 0px;
    top: 5px;
    position: relative;
  }
  article.single-post .image-with-caption img, .post-archive .image-with-caption img {
    float: none;
    width: auto;
  }
}

.trending-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.trending-posts .post {
  width: 47%;
  margin-right: 3%;
}

.trending-posts .thumbnail {
  overflow: hidden;
  margin-bottom: 20px;
}

.trending-posts .thumbnail img {
  min-width: 100%;
}

.trending-posts .author {
  color: #9e7f3b;
  font-size: 0.8rem;
  display: inline;
}

.trending-posts .date {
  display: inline;
  font-weight: 400;
  font-size: 0.8rem;
  color: #9e7f3b;
  text-transform: uppercase;
  font-family: 'Poppins';
}

.trending-posts .date span {
  margin: 0 10px;
}

.trending-posts h3.title {
  font-size: 1.6rem;
  font-weight: 400;
}

.trending-posts a {
  text-decoration: none;
  color: #23252f;
}

.trending-posts a:hover {
  text-decoration: underline;
}

.recommendations {
  margin-top: 80px;
}

@media (max-width: 991px) {
  .recommendations {
    margin-top: 30px;
  }
}

.recommendations-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.recommendations-posts .post {
  width: 23%;
  margin-right: 2%;
}

@media (max-width: 991px) {
  .recommendations-posts .post {
    width: 48%;
  }
}

@media (max-width: 767px) {
  .recommendations-posts .post {
    width: 100%;
    margin: 0;
  }
}

.recommendations-posts .thumbnail {
  overflow: hidden;
  margin-bottom: 20px;
}

.recommendations-posts .thumbnail img {
  min-width: 100%;
  height: 150px;
}

@media (max-width: 767px) {
  .recommendations-posts .thumbnail img {
    height: auto;
    width: 100%;
  }
}

.recommendations-posts a {
  text-decoration: none;
  color: #23252f;
}

.recommendations-posts a h3.title {
  font-size: 1rem;
}

.recommendations-posts a:hover {
  text-decoration: underline;
}

.profile {
  margin-top: 4.7rem;
}

.profile aside.profile-sidebar {
  line-height: 2rem;
}

.profile aside.profile-sidebar .sidebar-title {
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Poppins';
  font-size: 18px;
}

.profile aside.profile-sidebar a {
  display: block;
  text-decoration: none;
  color: #23252f;
  font-size: 0.93rem;
}

.profile aside.profile-sidebar a:hover, .profile aside.profile-sidebar a.active {
  color: #9e7f3b;
}

.profile .greeting {
  text-align: center;
  font-weight: 700;
}

.profile .login-page__page-description {
  font-size: 1.1rem;
  line-height: 2rem;
}

.profile .page-description, .profile .login-page__page-description {
  text-align: center;
  width: 85%;
  margin: 0 auto 3rem;
}

@media (max-width: 767px) {
  .profile .page-description, .profile .login-page__page-description {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
}

.profile.login-container .checkbox {
  line-height: 30px;
}

.profile.login-container .btn, .profile.login-container .dropdown-watch-search-section .dropdown-watch-search-btn, .dropdown-watch-search-section .profile.login-container .dropdown-watch-search-btn, .profile.login-container .frontpage-newsletter-video-section .newsletter-form-frontpage-subscribeBtn, .frontpage-newsletter-video-section .profile.login-container .newsletter-form-frontpage-subscribeBtn, .profile.login-container .newsletter-form-wide .newsletter-form-wide-subscribeBtn, .newsletter-form-wide .profile.login-container .newsletter-form-wide-subscribeBtn {
  font: 400 18px/20px "Poppins";
  height: 48px;
  margin: 2.5rem auto 1rem;
}

.profile .section-title {
  margin-left: 20px;
  margin-bottom: 15px;
}

.profile .profile-section {
  width: 49%;
  margin-top: 25px;
  margin-bottom: 40px;
}

.profile .profile-section .wrapper {
  height: 100%;
}

@media (max-width: 767px) {
  .profile .profile-section {
    width: 98%;
  }
}

.profile .profile-section .section-box {
  height: calc(100% - 45px);
}

.profile-overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.profile-overview .profile-section {
  margin: 0;
}

.profile-overview .profile-section .section-title {
  margin-top: 0;
}

.profile-overview .profile-section .section-box {
  height: calc(100% - 85px);
}

.edit-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.edit-profile .profile-section .section-box .btn-primary, .edit-profile .profile-section .section-box .newsletter-form-wide .newsletter-form-wide-subscribeBtn, .newsletter-form-wide .edit-profile .profile-section .section-box .newsletter-form-wide-subscribeBtn {
  text-transform: capitalize;
  line-height: 20px;
  position: absolute;
  bottom: 40px;
  right: 20px;
  padding: 14px 79px;
}

.edit-profile #toggle-wrist-size-modal {
  right: 20px;
  bottom: 32px;
  position: absolute;
}

.edit-profile #wrist-size-modal .modal-dialog {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: 50%;
  letter-spacing: 0;
  color: #23252F;
}

@media (max-width: 575px) {
  .edit-profile #wrist-size-modal .modal-dialog {
    margin-top: 175px;
  }
}

.edit-profile #wrist-size-modal .modal-dialog .modal-header {
  padding: 30px 15px 5px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-bottom: 0;
}

.edit-profile #wrist-size-modal .modal-dialog .modal-header .close {
  opacity: 1;
  font: 300 13px/20px "Poppins", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #6a6c74;
}

.edit-profile #wrist-size-modal .modal-dialog .modal-header .close span {
  font-size: 2.5rem;
  vertical-align: middle;
}

.edit-profile #wrist-size-modal .modal-dialog .modal-title {
  text-align: center;
  font: 700 18px/30px "Poppins", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.edit-profile #wrist-size-modal .modal-dialog .wrist-size__modal-content {
  font: 300 18px/28px "Poppins", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  margin: 0 10px 35px 40px;
}

.edit-profile #wrist-size-modal .modal-dialog img {
  max-width: 100%;
  margin-left: -15px;
}

.my-orders .i-success {
  color: #5cb85c;
}

.my-orders .full-order {
  border-bottom: 1px solid #d0d7dd;
  border-top: 1px solid #f0ede6;
}

.my-orders .full-order td {
  padding: 0;
}

.my-orders .full-order .order-options {
  padding: 15px 0 36px;
  border-bottom: 1px solid #f0ede6;
}

.my-orders .full-order .btn-dark, .my-orders .full-order #delivery #get-close-stores, #delivery .my-orders .full-order #get-close-stores {
  text-transform: none;
}

.my-orders .full-order .section-title {
  margin-top: 20px;
  margin-left: 0;
}

.my-orders .full-order .delivery-address,
.my-orders .full-order .billing-address {
  border-bottom: 1px #f0ede6;
  padding-bottom: 20px;
}

.my-orders .full-order .thumbnail {
  float: left;
  width: 130px;
  padding: 0 15px;
}

.my-orders .full-order .thumbnail img {
  width: 100%;
}

.my-orders .full-order .product {
  margin-top: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid #f0ede6;
}

.my-orders .full-order .product-details {
  margin-left: 150px;
}

.my-orders .full-order .product-details .brand {
  text-align: left;
  margin-bottom: 4px;
  color: #9e7f3b;
  font-weight: 500;
}

.my-orders .full-order .product-details .name {
  line-height: 1.4rem;
  font-size: 1.1rem;
}

.my-orders .full-order .product-details .product-code {
  margin: 5px 0 10px;
  font-size: 0.8rem;
  line-height: 1.2rem;
  color: #636c72;
}

.my-orders .full-order .product-details .amount {
  font-size: 0.8rem;
  color: #636c72;
  display: inline;
}

.my-orders .full-order .product-details .amount strong {
  color: #23252F;
}

.my-orders .full-order .product-details .price {
  font-size: 1.1rem;
}

.my-orders .full-order .total-price {
  padding-bottom: 40px;
}

.checkout, .custom-order {
  margin-top: 4.7rem;
}

.checkout h2, .custom-order h2, .checkout .post-grid .post-item a .post-item-title, .post-grid .post-item a .checkout .post-item-title, .custom-order .post-grid .post-item a .post-item-title, .post-grid .post-item a .custom-order .post-item-title, .checkout .brand__post-grid .post-item a .post-item-title, .brand__post-grid .post-item a .checkout .post-item-title, .custom-order .brand__post-grid .post-item a .post-item-title, .brand__post-grid .post-item a .custom-order .post-item-title {
  margin-top: 16px;
}

.checkout .card ul#shopping-cart-item-list, .custom-order .card ul#shopping-cart-item-list {
  margin-top: 0;
  margin-bottom: 0;
}

.checkout .card ul.cost-summary, .custom-order .card ul.cost-summary {
  margin: 0;
}

.checkout .card ul.cost-summary li, .custom-order .card ul.cost-summary li {
  border-bottom: 1px solid #f5f5f5;
  margin: 0 1.25rem;
  padding: 15px 0;
}

.checkout .card ul.cost-summary li:first-child, .custom-order .card ul.cost-summary li:first-child {
  border-top: none;
}

.checkout .card ul.cost-summary li:nth-last-child(2), .custom-order .card ul.cost-summary li:nth-last-child(2) {
  border-bottom: none;
}

.checkout .card ul.cost-summary li.total, .custom-order .card ul.cost-summary li.total {
  margin: 0;
  background-color: #f4f7f9;
  border-top: 1px solid #d0d7dd;
  border-bottom: none;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  font-weight: 600;
  padding: 15px 1.25rem;
}

.checkout .card ul.cost-summary li span, .custom-order .card ul.cost-summary li span {
  display: inline-block;
  float: right;
}

.checkout .order-summary-section, .custom-order .order-summary-section {
  padding: 0;
  margin-bottom: 30px;
}

.checkout .order-summary-section ul, .custom-order .order-summary-section ul {
  margin: 1.5rem 1.25rem;
}

.checkout .checkbox, .custom-order .checkbox {
  line-height: 17px;
}

#shopping-cart-item-list {
  z-index: 230;
  position: relative;
  line-height: 1.5;
}

#shopping-cart-item-list .shopping-cart-item {
  border-bottom: 1px solid #f5f5f5;
  padding: 30px 0px;
  display: block;
  margin: 0;
  width: 100%;
}

#shopping-cart-item-list .shopping-cart-item .lervikur-watch-product .brand {
  line-height: 1.2rem;
}

.empty-cart {
  margin: 15px 0px;
  text-align: center;
}

.nav-main ul li.shopping-cart-dropdown-menu-item {
  position: relative;
}

.nav-main ul li.shopping-cart-dropdown-menu-item > .shopping-cart-dropdown-btn i {
  font-size: 23px;
}

.nav-main ul li.shopping-cart-dropdown-menu-item .shopping-cart-dropdown {
  display: none;
  position: absolute;
  border-radius: 0.25rem;
  top: 72px;
  right: -360px;
  width: 500px;
  text-align: left;
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(35, 37, 47, 0.2);
          box-shadow: 0px 0px 5px 2px rgba(35, 37, 47, 0.2);
}

@media (max-width: 1599px) {
  .nav-main ul li.shopping-cart-dropdown-menu-item .shopping-cart-dropdown {
    right: -80px;
  }
}

@media (max-width: 767px) {
  .nav-main ul li.shopping-cart-dropdown-menu-item .shopping-cart-dropdown {
    right: -60px;
    width: 100vw;
    height: 100vh;
    border-radius: 0;
  }
}

.nav-main ul li.shopping-cart-dropdown-menu-item .shopping-cart-dropdown > li {
  overflow: hidden;
  width: 100%;
  padding: 0px 15px 15px 15px;
  margin: 0;
}

.nav-main ul li.shopping-cart-dropdown-menu-item .shopping-cart-dropdown > li .shopping-cart-dropdown-body {
  width: 100%;
  max-height: 60vh;
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: none;
}

.nav-main ul li.shopping-cart-dropdown-menu-item .shopping-cart-dropdown > li .shopping-cart-dropdown-body::-webkit-scrollbar {
  display: none;
}

.nav-main ul li.shopping-cart-dropdown-menu-item .shopping-cart-dropdown > li .shopping-cart-dropdown-footer {
  margin: 20px 0 15px;
  z-index: 230;
  position: relative;
}

.nav-main ul li.shopping-cart-dropdown-menu-item.is-active > a {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.nav-main ul li.shopping-cart-dropdown-menu-item.is-active ul.shopping-cart-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-main ul li.shopping-cart-dropdown-menu-item.is-active ul.shopping-cart-dropdown > li:before {
  content: '';
  position: absolute;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 220;
}

.nav-main ul li.shopping-cart-dropdown-menu-item.is-active:after {
  content: '';
  display: block;
  height: 60px;
  width: 60px;
  z-index: 210;
  position: absolute;
  left: -7px;
  bottom: -45px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-box-shadow: 0px 0px 5px 2px rgba(35, 37, 47, 0.2);
          box-shadow: 0px 0px 5px 2px rgba(35, 37, 47, 0.2);
  background: #fff;
}

.nav-main ul li.shopping-cart-dropdown-menu-item a {
  text-decoration: none;
}

.lervikur-watch-product .product-name > a {
  color: #23252f;
  font-size: 18px;
  line-height: 1.25;
}

.lervikur-watch-product .product-name > a:hover {
  text-decoration: underline;
  color: #23252f;
}

.lervikur-watch-product .product-brand > a {
  font-weight: 500;
  color: #9e7f3b;
}

.lervikur-watch-product .product-brand > a:hover {
  text-decoration: underline;
}

.lervikur-watch-product .product-image {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .lervikur-watch-product .product-name {
    font-size: 15px;
  }
}

.lervikur-watch-product .product-quantity-count {
  display: inline-block;
  width: 35px;
  text-align: center;
  font-weight: bold;
}

.lervikur-watch-product .product-quantity-btn--small {
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  border: 1px solid #adadad;
  color: #939ea7;
  background-color: #fff;
}

.lervikur-watch-product .product-quantity-btn--small:hover {
  color: #fff;
  border-color: #9e7f3b;
  background-color: #9e7f3b;
}

.lervikur-watch-product .product-price {
  font-size: 18px;
  font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif;
  line-height: 1.5rem;
  text-align: right;
}

@media (max-width: 575px) {
  .lervikur-watch-product .product-price {
    text-align: left;
    margin-top: 15px;
  }
}

.lervikur-watch-product .product-reference {
  display: inline-block;
  color: #636c72;
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 10px;
}

.lervikur-watch-product .remove-product-from-shopping-cart-btn {
  color: #6a6c74;
  font-weight: 300;
  font-size: 13px;
}

.lervikur-watch-product .remove-product-from-shopping-cart-btn i {
  font-size: 18px;
  color: #9e7f3b;
  position: relative;
  top: 2px;
}

.lervikur-watch-product .remove-product-from-shopping-cart-btn:hover {
  color: #d9534f;
}

.lervikur-watch-product .remove-product-from-shopping-cart-btn:hover i {
  color: #d9534f;
}

.checkout__payment-options .radio {
  text-align: center;
}

.checkout__payment-options .radio input {
  display: none;
}

.checkout__payment-options .radio label {
  border: 1px solid #d0d7dd;
  border-radius: 5px;
  padding: 1rem 1.5rem;
  width: 100%;
}

.checkout__payment-options .radio label::before, .checkout__payment-options .radio label:after {
  content: initial;
}

.checkout__payment-options .radio input[type="radio"]:checked + label {
  border: 2px solid #9e7f3b;
}

.payment-option__image {
  margin-bottom: 10px;
}

.payment-option__image img {
  max-width: 100%;
}

#delivery .delivery-methods, #delivery .delivery-options, #delivery .alternative-address {
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
}

#delivery .select-pickup-point {
  margin-left: 0;
}

#delivery .select-store {
  margin-bottom: 0;
}

#delivery .pickup-point {
  border-bottom: 1px solid #f5f5f5;
}

#delivery .loader {
  margin-left: -30px;
}

#payment-terminal .payment-methods > label {
  color: #adadad;
  font-family: 'Poppins';
  font-weight: 300;
}

#payment-terminal .payment-methods > label > span {
  color: #9e7f3b;
}

#payment-terminal .payment-methods-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#payment-terminal .payment-methods-list .payment-method {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 15px;
}

#payment-terminal .payment-methods-list .payment-method:last-child {
  margin-right: 0;
}

#payment-terminal .payment-methods-list .payment-method .radio input {
  display: none;
}

#payment-terminal .payment-methods-list .payment-method .radio label {
  border: 1px solid #d0d7dd;
  border-radius: 5px;
  padding: 1.5rem 3rem;
  font-size: 0;
}

#payment-terminal .payment-methods-list .payment-method .radio label::before, #payment-terminal .payment-methods-list .payment-method .radio label:after {
  content: initial;
}

#payment-terminal .payment-methods-list .payment-method .radio input[type="radio"]:checked + label {
  border-color: #9e7f3b;
}

#payment-terminal .payment-method-visa .radio label {
  background: url("/images/payment-methods/visa.svg") center center no-repeat;
  background-size: 100px 50px;
}

#payment-terminal .payment-method-mastercard .radio label {
  background: url("/images/payment-methods/mastercard.svg") center center no-repeat;
  background-size: 100px 50px;
}

#financing-terminal {
  margin-bottom: 1rem;
}

#financing-terminal > label, #financing-terminal .financing-options > label {
  color: #adadad;
  font-family: 'Poppins';
  font-weight: 300;
}

#financing-terminal > label > span, #financing-terminal .financing-options > label > span {
  color: #9e7f3b;
}

#financing-terminal .financing-options-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#financing-terminal .financing-options-list .financing-option {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 15px;
}

#financing-terminal .financing-options-list .financing-option:last-child {
  margin-right: 0;
}

#financing-terminal .financing-options-list .financing-option .radio input {
  display: none;
}

#financing-terminal .financing-options-list .financing-option .radio label {
  border: 1px solid #d0d7dd;
  border-radius: 5px;
  padding: 1.5rem 3rem;
  font-size: 0;
}

#financing-terminal .financing-options-list .financing-option .radio label::before, #financing-terminal .financing-options-list .financing-option .radio label:after {
  content: initial;
}

#financing-terminal .financing-options-list .financing-option .radio input[type="radio"]:checked + label {
  border-color: #9e7f3b;
}

#financing-terminal .financing-option-procard .radio label {
  background: url("/images/financing-options/procard.png") center center no-repeat;
  background-size: 79px 50px;
}

#financing-terminal .financing-provider .financing-guided-form li > span {
  color: #9e7f3b;
  font-size: 20px;
  font-weight: 700;
  margin-right: 4px;
}

#financing-terminal .financing-provider .financing-guided-form li > ul {
  padding-left: 1rem;
}

button {
  font-family: "Poppins", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  outline: none;
  line-height: 1;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
}

button:active, button:focus {
  outline: none;
}

.btn, .dropdown-watch-search-section .dropdown-watch-search-btn, .frontpage-newsletter-video-section .newsletter-form-frontpage-subscribeBtn, .newsletter-form-wide .newsletter-form-wide-subscribeBtn {
  letter-spacing: 0.025rem;
  text-decoration: none;
  text-transform: uppercase;
}

.btn-outline-primary, .dropdown-watch-search-section .dropdown-watch-search-btn, .frontpage-newsletter-video-section .newsletter-form-frontpage-subscribeBtn {
  border-width: 2px;
}

.btn-primary:focus, .newsletter-form-wide .newsletter-form-wide-subscribeBtn:focus {
  color: #fff;
}

.btn-lowercase {
  text-transform: none;
}

.btn-dark, #delivery #get-close-stores {
  color: #fff;
  background-color: #23252f;
  border-color: #23252f;
}

.btn-dark:hover, #delivery #get-close-stores:hover {
  color: #fff;
  background-color: #0d0e12;
  border-color: #09090c;
}

.btn-dark:focus, #delivery #get-close-stores:focus, .btn-dark.focus, #delivery .focus#get-close-stores {
  -webkit-box-shadow: 0 0 0 2px rgba(35, 37, 47, 0.5);
          box-shadow: 0 0 0 2px rgba(35, 37, 47, 0.5);
}

.btn-dark.disabled, #delivery .disabled#get-close-stores, .btn-dark:disabled, #delivery #get-close-stores:disabled {
  background-color: #23252f;
  border-color: #23252f;
}

.btn-dark:active, #delivery #get-close-stores:active, .btn-dark.active, #delivery .active#get-close-stores,
.show > .btn-dark.dropdown-toggle,
#delivery .show > .dropdown-toggle#get-close-stores {
  color: #fff;
  background-color: #0d0e12;
  background-image: none;
  border-color: #09090c;
}

.btn-gray {
  color: #fff;
  background-color: #939ea7;
  border-color: #d0d7dd;
}

.btn-gray:hover {
  color: #fff;
  background-color: #778590;
  border-color: #acb9c3;
}

.btn-gray:focus, .btn-gray.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(208, 215, 221, 0.5);
          box-shadow: 0 0 0 2px rgba(208, 215, 221, 0.5);
}

.btn-gray.disabled, .btn-gray:disabled {
  background-color: #939ea7;
  border-color: #d0d7dd;
}

.btn-gray:active, .btn-gray.active,
.show > .btn-gray.dropdown-toggle {
  color: #fff;
  background-color: #778590;
  background-image: none;
  border-color: #acb9c3;
}

.custom-select {
  font-family: "Poppins", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  height: auto;
}

body .popover {
  background-color: rgba(35, 37, 47, 0.9);
  color: #fff;
  left: -55px !important;
}

body .popover.popover-bottom::after, body .popover.bs-tether-element-attached-top::after {
  border-bottom-color: rgba(35, 37, 47, 0.9);
}

.multiselect__select {
  height: 48px;
}

.multiselect__tags {
  border-color: #d0d7dd;
  padding: 12px 40px 4px 8px;
}

.multiselect__tag {
  background-color: #9e7f3b;
}

.multiselect__tag .multiselect__tag-icon {
  background-color: #9e7f3b;
}

.multiselect__tag .multiselect__tag-icon:after {
  color: #cbb074;
}

.multiselect__tag .multiselect__tag-icon:focus, .multiselect__tag .multiselect__tag-icon:hover {
  background-color: #8b7034;
}

.multiselect__tag .multiselect__tag-icon:focus:after, .multiselect__tag .multiselect__tag-icon:hover:after {
  color: #fff;
}

.multiselect__option--highlight {
  background-color: #9e7f3b;
}

.multiselect__option--highlight:after {
  background-color: #9e7f3b;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

@-webkit-keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}

@keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}

.plyr {
  position: relative;
  max-width: 100%;
  min-width: 200px;
  font-family: "Poppins", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  direction: ltr;
}

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

.plyr a, .plyr button, .plyr input, .plyr label {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

.plyr:focus {
  outline: 0;
}

.plyr video,
.plyr audio {
  width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: inherit;
}

.plyr input[type='range'] {
  display: block;
  height: 20px;
  width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  border: none;
  background: transparent;
}

.plyr input[type='range']::-webkit-slider-runnable-track {
  height: 8px;
  background: transparent;
  border: 0;
  border-radius: 4px;
  -webkit-user-select: none;
          user-select: none;
}

.plyr input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  margin-top: -4px;
  position: relative;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 100%;
  -webkit-transition: background .2s ease, border .2s ease, -webkit-transform .2s ease;
  transition: background .2s ease, border .2s ease, -webkit-transform .2s ease;
  transition: background .2s ease, border .2s ease, transform .2s ease;
  transition: background .2s ease, border .2s ease, transform .2s ease, -webkit-transform .2s ease;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.plyr input[type='range']::-moz-range-track {
  height: 8px;
  background: transparent;
  border: 0;
  border-radius: 4px;
  -moz-user-select: none;
       user-select: none;
}

.plyr input[type='range']::-moz-range-thumb {
  position: relative;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 100%;
  -webkit-transition: background .2s ease, border .2s ease, -webkit-transform .2s ease;
  transition: background .2s ease, border .2s ease, -webkit-transform .2s ease;
  transition: background .2s ease, border .2s ease, transform .2s ease;
  transition: background .2s ease, border .2s ease, transform .2s ease, -webkit-transform .2s ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}

.plyr input[type='range']::-ms-track {
  height: 8px;
  background: transparent;
  border: 0;
  color: transparent;
}

.plyr input[type='range']::-ms-fill-upper {
  height: 8px;
  background: transparent;
  border: 0;
  border-radius: 4px;
  -ms-user-select: none;
      user-select: none;
}

.plyr input[type='range']::-ms-fill-lower {
  height: 8px;
  background: transparent;
  border: 0;
  border-radius: 4px;
  -ms-user-select: none;
      user-select: none;
  background: #9e7f3b;
}

.plyr input[type='range']::-ms-thumb {
  position: relative;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 100%;
  -webkit-transition: background .2s ease, border .2s ease, -webkit-transform .2s ease;
  transition: background .2s ease, border .2s ease, -webkit-transform .2s ease;
  transition: background .2s ease, border .2s ease, transform .2s ease;
  transition: background .2s ease, border .2s ease, transform .2s ease, -webkit-transform .2s ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  margin-top: 0;
}

.plyr input[type='range']::-ms-tooltip {
  display: none;
}

.plyr input[type='range']:focus {
  outline: 0;
}

.plyr input[type='range']::-moz-focus-outer {
  border: 0;
}

.plyr input[type='range'].tab-focus:focus {
  outline-offset: 3px;
}

.plyr input[type='range']:active::-webkit-slider-thumb {
  background: #9e7f3b;
  border-color: #fff;
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}

.plyr input[type='range']:active::-moz-range-thumb {
  background: #9e7f3b;
  border-color: #fff;
  transform: scale(1.25);
}

.plyr input[type='range']:active::-ms-thumb {
  background: #9e7f3b;
  border-color: #fff;
  transform: scale(1.25);
}

.plyr--video input[type='range'].tab-focus:focus {
  outline: 1px dotted rgba(255, 255, 255, 0.5);
}

.plyr--audio input[type='range'].tab-focus:focus {
  outline: 1px dotted rgba(86, 93, 100, 0.5);
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute !important;
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
}

.plyr__video-wrapper {
  position: relative;
  background: #000;
  border-radius: inherit;
}

.plyr__video-embed {
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  border-radius: inherit;
  overflow: hidden;
  z-index: 0;
}

.plyr__video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.plyr__video-embed > div {
  position: relative;
  padding-bottom: 200%;
  -webkit-transform: translateY(-35.95%);
          transform: translateY(-35.95%);
}

.plyr .plyr__video-embed iframe {
  pointer-events: none;
}

.plyr video::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
}

.plyr__captions span {
  border-radius: 2px;
  padding: 3px 10px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  line-height: 150%;
}

.plyr__captions span:empty {
  display: none;
}

@media (min-width: 768px) {
  .plyr__captions {
    font-size: 24px;
  }
}

.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr--hide-controls .plyr__captions {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

@media (min-width: 1024px) {
  .plyr--fullscreen-active .plyr__captions {
    font-size: 32px;
  }
}

.plyr ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  text-align: center;
}

.plyr__controls > button,
.plyr__controls .plyr__progress,
.plyr__controls .plyr__time {
  margin-left: 5px;
}

.plyr__controls > button:first-child,
.plyr__controls .plyr__progress:first-child,
.plyr__controls .plyr__time:first-child {
  margin-left: 0;
}

.plyr__controls .plyr__volume {
  margin-left: 5px;
}

.plyr__controls [data-plyr="pause"] {
  margin-left: 0;
}

.plyr__controls button {
  position: relative;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: visible;
  vertical-align: middle;
  padding: 7px;
  border: 0;
  background: transparent;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: background .3s ease, color .3s ease, opacity .3s ease;
  transition: background .3s ease, color .3s ease, opacity .3s ease;
  color: inherit;
}

.plyr__controls button svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: currentColor;
}

.plyr__controls button:focus {
  outline: 0;
}

.plyr__controls .icon--exit-fullscreen,
.plyr__controls .icon--muted,
.plyr__controls .icon--captions-on {
  display: none;
}

@media (min-width: 480px) {
  .plyr__controls > button,
  .plyr__controls .plyr__progress,
  .plyr__controls .plyr__time {
    margin-left: 10px;
  }
}

.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
}

.plyr--video .plyr__controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 50px 10px 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  color: #fff;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.plyr--video .plyr__controls button.tab-focus:focus, .plyr--video .plyr__controls button:hover {
  background: #9e7f3b;
  color: #fff;
}

.plyr--audio .plyr__controls {
  padding: 10px;
  border-radius: inherit;
  background: #fff;
  border: 1px solid #dbe3e8;
  color: #565D64;
}

.plyr--audio .plyr__controls button.tab-focus:focus, .plyr--audio .plyr__controls button:hover {
  background: #9e7f3b;
  color: #fff;
}

.plyr__play-large {
  display: none;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
  background: url("/images/icons/play_icon.svg") no-repeat;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  outline: none;
  border: none;
  width: 180px;
  height: 180px;
  background-size: cover;
}

.plyr__play-large svg {
  display: none;
}

@media (max-width: 767px) {
  .plyr__play-large {
    width: 100px;
    height: 100px;
    background-size: 100px 100px;
  }
}

.plyr__play-large:focus {
  outline: 1px dotted rgba(255, 255, 255, 0.5);
}

.plyr .plyr__play-large {
  display: inline-block;
}

.plyr--audio .plyr__play-large {
  display: none;
}

.plyr--playing .plyr__play-large {
  opacity: 0;
  visibility: hidden;
}

.plyr__controls [data-plyr='pause'],
.plyr--playing .plyr__controls [data-plyr='play'] {
  display: none;
}

.plyr--playing .plyr__controls [data-plyr='pause'] {
  display: inline-block;
}

.plyr--fullscreen-active .icon--exit-fullscreen,
.plyr--muted .plyr__controls .icon--muted,
.plyr--captions-active .plyr__controls .icon--captions-on {
  display: block;
}

.plyr--fullscreen-active .icon--exit-fullscreen + svg,
.plyr--muted .plyr__controls .icon--muted + svg,
.plyr--captions-active .plyr__controls .icon--captions-on + svg {
  display: none;
}

.plyr [data-plyr='captions'],
.plyr [data-plyr='fullscreen'] {
  display: none;
}

.plyr--captions-enabled [data-plyr='captions'],
.plyr--fullscreen-enabled [data-plyr='fullscreen'] {
  display: inline-block;
}

.plyr__tooltip {
  position: absolute;
  z-index: 2;
  bottom: 100%;
  margin-bottom: 10px;
  padding: 5px 7.5px;
  pointer-events: none;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  -webkit-transform: translate(-50%, 10px) scale(0.8);
          transform: translate(-50%, 10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transition: opacity .2s .1s ease, -webkit-transform .2s .1s ease;
  transition: opacity .2s .1s ease, -webkit-transform .2s .1s ease;
  transition: transform .2s .1s ease, opacity .2s .1s ease;
  transition: transform .2s .1s ease, opacity .2s .1s ease, -webkit-transform .2s .1s ease;
}

.plyr__tooltip::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -4px;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(0, 0, 0, 0.7);
  border-left: 4px solid transparent;
  z-index: 2;
}

.plyr button:hover .plyr__tooltip,
.plyr button.tab-focus:focus .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  -webkit-transform: translate(-50%, 0) scale(1);
          transform: translate(-50%, 0) scale(1);
}

.plyr button:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls button:first-child .plyr__tooltip {
  left: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
          transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}

.plyr__controls button:first-child .plyr__tooltip::before {
  left: 16px;
}

.plyr__controls button:last-child .plyr__tooltip {
  right: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
          transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

.plyr__controls button:last-child .plyr__tooltip::before {
  left: auto;
  right: 16px;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.plyr__controls button:first-child:hover .plyr__tooltip,
.plyr__controls button:first-child.tab-focus:focus .plyr__tooltip,
.plyr__controls button:first-child .plyr__tooltip--visible,
.plyr__controls button:last-child:hover .plyr__tooltip,
.plyr__controls button:last-child.tab-focus:focus .plyr__tooltip,
.plyr__controls button:last-child .plyr__tooltip--visible {
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
}

.plyr__progress {
  display: none;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.plyr__progress input[type="range"] {
  position: relative;
  z-index: 2;
}

.plyr__progress input[type="range"]::-webkit-slider-runnable-track {
  background: transparent;
}

.plyr__progress input[type="range"]::-moz-range-track {
  background: transparent;
}

.plyr__progress input[type="range"]::-ms-fill-upper {
  background: transparent;
}

.plyr__progress .plyr__tooltip {
  left: 0;
}

.plyr .plyr__progress {
  display: inline-block;
}

.plyr__progress--buffer,
.plyr__progress--played,
.plyr__volume--display {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 8px;
  margin: -4px 0 0;
  padding: 0;
  vertical-align: top;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 100px;
}

.plyr__progress--buffer::-webkit-progress-bar,
.plyr__progress--played::-webkit-progress-bar,
.plyr__volume--display::-webkit-progress-bar {
  background: transparent;
}

.plyr__progress--buffer::-webkit-progress-value,
.plyr__progress--played::-webkit-progress-value,
.plyr__volume--display::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 8px;
}

.plyr__progress--buffer::-moz-progress-bar,
.plyr__progress--played::-moz-progress-bar,
.plyr__volume--display::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 8px;
}

.plyr__progress--buffer::-ms-fill,
.plyr__progress--played::-ms-fill,
.plyr__volume--display::-ms-fill {
  border-radius: 100px;
}

.plyr__progress--played,
.plyr__volume--display {
  z-index: 1;
  color: #9e7f3b;
  background: transparent;
  -webkit-transition: none;
  transition: none;
}

.plyr__progress--played::-webkit-progress-value,
.plyr__volume--display::-webkit-progress-value {
  min-width: 8px;
  max-width: 99%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-transition: none;
  transition: none;
}

.plyr__progress--played::-moz-progress-bar,
.plyr__volume--display::-moz-progress-bar {
  min-width: 8px;
  max-width: 99%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-transition: none;
  transition: none;
}

.plyr__progress--played::-ms-fill,
.plyr__volume--display::-ms-fill {
  display: none;
}

.plyr__progress--buffer::-webkit-progress-value {
  -webkit-transition: width .2s ease;
  transition: width .2s ease;
}

.plyr__progress--buffer::-moz-progress-bar {
  -webkit-transition: width .2s ease;
  transition: width .2s ease;
}

.plyr__progress--buffer::-ms-fill {
  -webkit-transition: width .2s ease;
  transition: width .2s ease;
}

.plyr--video .plyr__progress--buffer,
.plyr--video .plyr__volume--display {
  background: rgba(255, 255, 255, 0.25);
}

.plyr--video .plyr__progress--buffer {
  color: rgba(255, 255, 255, 0.25);
}

.plyr--audio .plyr__progress--buffer,
.plyr--audio .plyr__volume--display {
  background: rgba(198, 214, 219, 0.67);
}

.plyr--audio .plyr__progress--buffer {
  color: rgba(198, 214, 219, 0.67);
}

.plyr--loading .plyr__progress--buffer {
  -webkit-animation: plyr-progress 1s linear infinite;
          animation: plyr-progress 1s linear infinite;
  background-size: 25px 25px;
  background-repeat: repeat-x;
  background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0.15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.15) 75%, transparent 75%, transparent);
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress--buffer {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--audio.plyr--loading .plyr__progress--buffer {
  background-color: rgba(198, 214, 219, 0.67);
}

.plyr__time {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}

.plyr__time + .plyr__time {
  display: none;
}

@media (min-width: 768px) {
  .plyr__time + .plyr__time {
    display: inline-block;
  }
}

.plyr__time + .plyr__time::before {
  content: '\2044';
  margin-right: 10px;
}

.plyr__volume {
  display: none;
}

.plyr .plyr__volume {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

.plyr .plyr__volume input[type="range"] {
  position: relative;
  z-index: 2;
}

@media (min-width: 480px) {
  .plyr .plyr__volume {
    display: block;
    max-width: 60px;
  }
}

@media (min-width: 768px) {
  .plyr .plyr__volume {
    max-width: 100px;
  }
}

.plyr--is-ios .plyr__volume,
.plyr--is-ios [data-plyr='mute'] {
  display: none !important;
}

.plyr--fullscreen-active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 10000000;
  background: #000;
  border-radius: 0 !important;
}

.plyr--fullscreen-active video {
  height: 100%;
}

.plyr--fullscreen-active .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}

.plyr--fullscreen-active .plyr__video-embed {
  overflow: visible;
}

.plyr--fullscreen-active .plyr__controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.plyr--fullscreen-active.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#app {
  padding-top: 70px;
  position: relative;
}

#app #body-overlay {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.large-menu-open #app #body-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(191, 191, 191, 0.75);
  z-index: 999;
}

@media (max-width: 1500px) {
  #app {
    padding-top: 117px;
  }
}

i {
  font-style: normal;
}

body {
  letter-spacing: 0.025rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 767px) {
  body.large-menu-open {
    overflow: hidden;
  }
}

.font-mono {
  font-family: monospace;
}

.header {
  background: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  vertical-align: middle;
  z-index: 9999;
  -webkit-box-shadow: inset 0px -1px 0px 0px #ececec;
          box-shadow: inset 0px -1px 0px 0px #ececec;
}

.header .header-logo-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .header-logo-column > div {
  margin-left: 8px;
}

@media (min-width: 1600px) {
  .header .header-logo-column {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header .header-logo-column > div {
    margin-left: 0px;
  }
}

.header .logo-main > a {
  text-indent: -999em;
  background-image: url("/images/lervikur-logo.svg");
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 162px;
  height: 41px;
  background-size: 162px 41px;
}

@media (max-width: 767px) {
  .header .logo-main > a {
    width: 130px;
    height: 32px;
    background-size: 130px 32px;
  }
}

.nav-title {
  color: #9e7f3b;
}

.nav-main ul {
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-main ul li {
  display: inline-block;
}

.nav-main > ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.nav-main > ul > li.is-active > a,
.nav-main > ul > li.is-active > .nav-title, .nav-main > ul > li:hover > a,
.nav-main > ul > li:hover > .nav-title {
  -webkit-box-shadow: inset 0px -3px 0px 0px #9e7f3b;
          box-shadow: inset 0px -3px 0px 0px #9e7f3b;
}

.nav-main > ul > li > a,
.nav-main > ul > li .nav-title {
  height: 77px;
  line-height: 77px;
  display: block;
  text-decoration: none;
  letter-spacing: 0;
}

.nav-main ul.sub-menu.active,
.nav-main li:hover > ul.sub-menu {
  display: block;
}

.nav-main ul.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 200;
  background: #23252F;
  padding: 45px;
}

.nav-main ul.sub-menu li {
  display: block;
  text-align: left;
  margin: 0;
}

.nav-main ul.sub-menu li > a,
.nav-main ul.sub-menu li > span {
  color: #adadad;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
}

.nav-main ul.sub-menu li > a:hover,
.nav-main ul.sub-menu li > span:hover {
  color: #fff;
  text-decoration: underline;
}

.nav-main ul.sub-menu li > a:hover i > span,
.nav-main ul.sub-menu li > span:hover i > span {
  color: #fff;
}

.nav-main ul.sub-menu li.is-active > a,
.nav-main ul.sub-menu li.is-active > span {
  color: #fff;
  text-decoration: underline;
}

#left_menu > li > a,
#left_menu > li .nav-title {
  font-weight: 500;
  display: block;
}

#left_menu .brand-menu > .nav-title {
  position: relative;
}

#left_menu .brand-menu ul.sub-menu {
  padding: 3rem 6.5rem;
  margin-left: 0;
  line-height: 2;
}

#left_menu .brand-menu ul.sub-menu > li {
  display: inline-block;
  width: 100%;
}

@media (min-width: 576px) {
  #left_menu .brand-menu ul.sub-menu {
    -moz-column-count: 4;
    -moz-column-gap: 15px;
    -webkit-column-count: 4;
    -webkit-column-gap: 15px;
    column-count: 4;
    column-gap: 15px;
  }
}

#left_menu a,
#home-btn-nav a,
#left_menu .nav-title,
#home-btn-nav .nav-title {
  padding: 0px 12px;
}

#left_menu {
  margin-left: 15px;
}

@media (max-width: 1599px) {
  #left_menu > li > a {
    font-size: 0.95rem;
    padding: 0px 10px;
  }
}

#right_menu {
  float: right;
}

#right_menu > ul > li > a {
  font-size: 20px;
  width: 45px;
  text-align: center;
  position: relative;
  z-index: 333;
  display: block;
}

#right_menu > ul > li > a#toggle-menu {
  width: 60px;
}

.my-account-menu {
  position: relative;
}

.my-account-menu > a i {
  font-size: 22px;
}

.my-account-menu > ul.sub-menu {
  line-height: 1.5;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 0;
  padding: 35px 45px 45px 45px;
}

.my-account-menu > ul.sub-menu > li > a {
  position: relative;
  display: inline-block;
  padding: 13px 0px;
}

.my-account-menu > ul.sub-menu > li > a.my-account-menu-item-with-icon {
  width: 220px;
}

.my-account-menu > ul.sub-menu > li > a.my-account-menu-item-with-icon > i {
  float: right;
}

.my-account-menu > ul.sub-menu > li > a.my-account-menu-item-with-icon:hover > i {
  color: #fff;
}

.my-account-menu > ul.sub-menu > li > a.my-account-menu-item-with-icon:hover > i:after, .my-account-menu > ul.sub-menu > li > a.my-account-menu-item-with-icon:hover > i:before {
  color: #fff;
}

#home-btn-nav a,
#toggle-menu {
  text-align: center;
  width: 60px;
}

#toggle-menu {
  position: relative;
}

#toggle-menu > div {
  margin: 0 auto;
  width: 20px;
  height: 18px;
  position: relative;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: inline-block;
  left: -5px;
}

#toggle-menu > div span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #9e7f3b;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#toggle-menu > div span:nth-child(1) {
  top: 0px;
}

#toggle-menu > div span:nth-child(2) {
  top: 9px;
  width: 70%;
  left: 30%;
}

#toggle-menu > div span:nth-child(3) {
  top: 18px;
}

#toggle-menu.open > div span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

#toggle-menu.open > div span:nth-child(2) {
  opacity: 0;
  left: 60px;
}

#toggle-menu.open > div span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.header-search-wrapper--desktop {
  display: block;
}

@media (max-width: 1500px) {
  .header-search-wrapper--desktop {
    display: none !important;
  }
}

.header-search-wrapper--mobile {
  display: none;
}

@media (max-width: 1500px) {
  .header-search-wrapper--mobile {
    display: block;
  }
}

.header-search-wrapper {
  margin: 0px 10px;
}

.header-search-wrapper #live-search {
  position: relative;
}

.header-search-wrapper #live-search input {
  color: #23252F;
  font: 300 13px/34px "Poppins", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  vertical-align: middle;
  border: 1px solid #9e7f3b;
  width: 11rem;
  letter-spacing: 0;
  line-height: 20px;
  padding: 0 15px 0 12px;
}

@media (min-width: 1400px) {
  .header-search-wrapper #live-search input {
    width: 14rem;
  }
}

@media (min-width: 1700px) {
  .header-search-wrapper #live-search input {
    width: 18rem;
  }
}

.header-search-wrapper #live-search input::-ms-clear {
  display: none;
}

.header-search-wrapper #live-search button {
  padding: 0.2rem 1.4rem;
  font-size: 20px;
  line-height: 1;
  width: 3.9375rem;
}

.header-search-wrapper #live-search button,
.header-search-wrapper #live-search input {
  height: 40px;
}

.header-search-wrapper #live-search .results {
  padding: 12px 0;
  display: block;
  background: #fff;
  width: 100%;
  position: absolute;
  top: 42px;
  max-height: calc(100vh - 110px);
  overflow: scroll;
}

.header-search-wrapper #live-search .results a.result {
  display: block;
  text-align: left;
  padding: 12px;
  color: #23252F;
  line-height: 1.5;
}

.header-search-wrapper #live-search .results a.result.is-active {
  background: #9e7f3b;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 1399px) {
  .header-search-wrapper #live-search .results {
    position: relative;
    top: auto;
  }
}

.header-search-wrapper #live-search .remove-search-text {
  position: absolute;
  right: 63px;
  height: 100%;
  width: 40px;
  z-index: 3;
  font-size: 0.75rem;
  display: block;
  padding: 7px 10px 16px;
  color: #9e7f3b;
  cursor: pointer;
}

.header-search-wrapper #live-search .remove-search-text:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.header-search-wrapper #live-search .remove-search-text:hover {
  color: #23252f;
}

@media (max-width: 1500px) {
  .header-search-wrapper {
    margin: 0;
    -webkit-box-shadow: 0px 1px 0px 0px #ececec;
            box-shadow: 0px 1px 0px 0px #ececec;
  }
  .header-search-wrapper #live-search input {
    border: 0;
    border-radius: 0;
    border-top: 1px solid #adadad;
  }
  .header-search-wrapper #live-search input:hover, .header-search-wrapper #live-search input:focus {
    outline: 0;
  }
  .header-search-wrapper #live-search button {
    background: #fff;
    color: #adadad;
    border: 0;
    border-top: 1px solid #adadad;
    border-radius: 0;
  }
  .header-search-wrapper #live-search .remove-search-text {
    color: #adadad;
  }
}

.footer {
  position: relative;
  padding-top: 4.2rem;
  margin-top: 6.25rem;
}

@media (max-width: 1399px) {
  .footer {
    padding-bottom: 9.4rem;
  }
}

.footer::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 30px;
  top: 0;
  -webkit-box-shadow: inset 0px 15px 8px 0px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0px 15px 8px 0px rgba(0, 0, 0, 0.6);
}

.footer #map {
  height: 100%;
  margin-top: -4.2rem;
  min-height: 44rem;
}

.footer .social-wrapper {
  background: #ececec;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 9.4rem;
}

.footer .social-wrapper .social {
  background: #fff;
  width: 5.7rem;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 8.3333333333%;
  text-align: center;
  color: #23252F;
  font-size: 1.5rem;
}

.footer .social-wrapper .social li a {
  display: block;
  padding-top: 2rem;
  color: #23252F;
}

.fullwidth-header-menu-position, #left_menu .brand-menu ul.sub-menu {
  position: absolute;
  width: calc(100vw - 136px);
  top: 100%;
  left: 68px;
  right: 68px;
}

#expanded-menu {
  position: absolute;
  width: 100%;
  top: 100%;
  line-height: 1.5;
  padding: 4.2rem 1rem;
  display: none;
}

#expanded-menu.active {
  display: block;
}

@media (max-width: 767px) {
  #expanded-menu {
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 100vh;
    padding: 60px 15px 100px 25px;
    width: 100%;
    left: 0;
    right: 0;
  }
}

#expanded-menu,
.footer {
  background: #23252F;
  color: #adadad;
}

#expanded-menu ul,
.footer ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 25px;
}

#expanded-menu ul li,
.footer ul li {
  line-height: 2rem;
  display: block;
}

#expanded-menu ul li a,
.footer ul li a {
  color: #adadad;
  text-decoration: none;
  display: inline-block;
}

#expanded-menu ul li.is-active > a,
#expanded-menu ul li a:hover,
.footer ul li.is-active > a,
.footer ul li a:hover {
  color: #fff;
  text-decoration: underline;
}

#expanded-menu h4,
#expanded-menu .footer_middle_nav > li > a,
#expanded-menu .nav-title,
.footer h4,
.footer .footer_middle_nav > li > a,
.footer .nav-title {
  font-size: 18px;
  margin-bottom: 7px;
  font-weight: 700;
  font-family: "Poppins", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #9e7f3b;
  text-transform: uppercase;
}

#expanded-menu h4,
.footer h4 {
  color: #9e7f3b;
}

#expanded-menu .footer_middle_nav > li.is-active > a,
.footer .footer_middle_nav > li.is-active > a {
  color: #9e7f3b;
  text-decoration: none;
}

#expanded-menu .footer_middle_nav,
.footer .footer_middle_nav {
  margin-bottom: 0;
}

#expanded-menu .contact-email,
.footer .contact-email {
  color: #9e7f3b;
}

.alert-container > .alert {
  text-align: center;
  padding-left: 54px;
  margin-bottom: 0;
}

.alert-container > .alert .close {
  padding: 0;
  top: 50%;
  right: -5px;
}

.alert-toaster-container {
  position: fixed;
  top: 78px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 0.25rem;
  color: #fff;
  font-size: 18px;
  z-index: 333;
  display: inline-block;
  padding: 10px 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 1500px) {
  .alert-toaster-container {
    top: 125px;
  }
}

.alert-toaster-container i {
  margin-left: 5px;
}

.alert-toaster-container.success {
  background-color: #5cb85c;
}

.alert-toaster-container.danger {
  background-color: #d9534f;
}

.alert-toaster-enter {
  opacity: 1;
}

.alert-toaster-leave-active {
  opacity: 0;
}

.alert-toaster-enter-active .alert-toaster-container,
.alert-toaster-leave-active .alert-toaster-container {
  opacity: 1;
}

.required {
  color: #9e7f3b;
}

.btn-compact, #delivery .select-pickup-point {
  text-decoration: none;
  font-size: 0.7rem;
  text-transform: uppercase;
  padding: 0.25rem 0.6rem;
  line-height: 1rem;
  margin-left: 1rem;
}

input,
label {
  font-family: "Poppins", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.form-group > label, #delivery .select-store > label {
  color: #adadad;
}

.form-group > label > span, #delivery .select-store > label > span {
  color: #9e7f3b;
}

h1 a,
h2 a,
.post-grid .post-item a .post-item-title a,
.brand__post-grid .post-item a .post-item-title a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #23252f;
  text-decoration: none;
}

.single-page {
  font-size: 1.125rem;
}

.single-page .page-title {
  margin-top: 4.7rem;
}

.single-page .page-lead {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 100px;
}

h1.page-title {
  font-family: "Poppins", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 2.5rem;
  text-transform: uppercase;
  text-align: center;
}

h1.page-title:before {
  content: "";
  display: block;
  width: 2.6rem;
  height: 2px;
  background-color: #23252f;
  margin: 0 auto 2.2rem;
}

@media (max-width: 767px) {
  h1.page-title {
    font-size: 1.5rem;
  }
}

.section-title {
  margin-top: 35px;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 6px;
}

.checkout .section-title, .custom-order .section-title {
  margin-bottom: 1.2rem;
}

.checkout .section-title > span, .custom-order .section-title > span {
  font-size: 40px;
  color: #9e7f3b;
  font-weight: 700;
  margin-right: 10px;
}

.checkout .custom-select, .custom-order .custom-select {
  width: 100%;
  display: block;
}

h2.section-title, .post-grid .post-item a .section-title.post-item-title, .brand__post-grid .post-item a .section-title.post-item-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.75rem;
  font-weight: 400;
  margin-bottom: 45px;
  font-family: "Poppins", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

h2.section-title:before, .post-grid .post-item a .section-title.post-item-title:before, .brand__post-grid .post-item a .section-title.post-item-title:before {
  content: "";
  display: block;
  height: 2px;
  width: 41px;
  background: #9e7f3b;
  margin: 0px auto 30px auto;
}

.page-content {
  margin: 75px 0;
}

.page-content img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

@media (max-width: 991px) {
  .page-content img {
    max-height: 400px;
    margin: 0 auto;
    display: block;
  }
}

.login-container {
  margin-bottom: 10rem;
}

.login-container label {
  color: #939ea7;
}

.i-heart,
.i-bag {
  position: relative;
}

.i-heart > span,
.i-bag > span {
  line-height: 1;
  position: absolute;
  font-weight: 600;
  letter-spacing: -0.025em;
}

.i-bag {
  text-align: center;
}

.i-bag > span {
  display: inline-block;
  width: 100%;
  left: -9%;
  top: 47%;
  font-size: 46%;
}

.i-heart > span {
  display: inline-block;
  width: 100%;
  left: 79%;
  top: 45%;
  text-align: left;
  font-size: 57%;
}

.featured-brands {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 120px;
}

.featured-brands :first-of-type(.featured-brand) {
  margin-left: 0;
}

.featured-brands :last-of-type(.featured-brand) {
  margin-right: 0;
}

.featured-brands .featured-brand {
  display: inline-block;
  width: 17%;
  margin: 60px 4%;
  position: relative;
}

.featured-brands .featured-brand img {
  position: absolute;
  max-width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 991px) {
  .featured-brands .featured-brand {
    width: 27%;
    margin: 70px 3%;
  }
}

@media (max-width: 575px) {
  .featured-brands .featured-brand {
    width: 40%;
    margin: 50px 5%;
  }
}

.bg-gray-lightest {
  background-color: #f5f5f5;
}

.featured-image,
.fullsize-image {
  height: 720px;
  overflow: hidden;
}

.featured-image img,
.fullsize-image img {
  min-width: 100%;
  height: auto;
}

.featured-image .media-object,
.fullsize-image .media-object {
  background-position: center;
  background-size: cover;
  height: 100%;
}

@media (max-width: 991px) {
  .featured-image,
  .fullsize-image {
    height: 400px;
  }
}

@media (max-width: 767px) {
  .featured-image,
  .fullsize-image {
    height: 250px;
  }
}

.featured-image-caption,
.fullwidth-image-caption {
  position: relative;
  margin: 0;
  max-height: 720px;
  overflow: hidden;
}

.featured-image-caption img,
.fullwidth-image-caption img {
  max-width: 100%;
  height: auto;
  display: block;
}

.featured-image-caption-content,
.fullwidth-image-caption-content {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.featured-image-caption-content-inner,
.fullwidth-image-caption-content-inner {
  max-width: 812px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}

.featured-image-caption-content .featured-image-caption-title,
.fullwidth-image-caption-content .featured-image-caption-title {
  margin: 0;
  font-family: "Poppins", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.75rem;
  font-weight: normal;
  line-height: 1.2;
}

.featured-image-caption-content p,
.fullwidth-image-caption-content p {
  margin: 0;
  font-family: "Poppins", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.67;
}

.featured-image-caption-content .featured-image-caption-title + p,
.fullwidth-image-caption-content .featured-image-caption-title + p {
  margin-top: 15px;
}

@media (min-width: 768px) {
  .featured-image-caption-content,
  .fullwidth-image-caption-content {
    position: absolute;
    top: 50%;
    left: 0;
    padding-top: 40px;
    padding-bottom: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #fff;
  }
  .featured-image-caption-content:before,
  .fullwidth-image-caption-content:before {
    content: " ";
    width: 40px;
    height: 2px;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -20px;
    background: #fff;
  }
  .featured-image-caption-content .featured-image-caption-title,
  .fullwidth-image-caption-content .featured-image-caption-title {
    font-size: 2.5rem;
  }
  .featured-image-caption-content p,
  .fullwidth-image-caption-content p {
    font-size: 1.125rem;
  }
  .featured-image-caption-content .featured-image-caption-title + p,
  .fullwidth-image-caption-content .featured-image-caption-title + p {
    margin-top: 30px;
  }
}

.fullwidth-image-caption {
  width: 100%;
}

.fullwidth-image-caption img {
  width: 100%;
}

.page-section {
  padding-top: 105px;
  padding-bottom: 105px;
}

.page-section .page-section-title {
  margin: 0 0 22px 0;
  font-size: 1.625rem;
  line-height: 1.35;
}

.page-section img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.page-section figure {
  margin: 0;
}

.page-section [class*="col-"] + [class*="col-"] {
  margin-top: 30px;
}

@media (min-width: 992px) {
  .page-section [class*="col-"] + [class*="col-"] {
    margin-top: 0;
  }
}

.page-image-one-third {
  padding-top: 92px;
  padding-bottom: 92px;
  font-size: 1rem;
  font-weight: 300;
}

@media (min-width: 768px) {
  .page-image-one-third {
    font-size: 1.125rem;
  }
}

.page-image-one-third .page-image-one-third-title {
  margin: 0 0 15px 0;
  font-size: 1.75rem;
}

@media (min-width: 768px) {
  .page-image-one-third .page-image-one-third-title {
    margin-bottom: 30px;
    font-size: 2.5rem;
  }
}

.page-image-one-third [class*="col-"] + [class*="col-"] {
  margin-top: 30px;
}

@media (min-width: 992px) {
  .page-image-one-third [class*="col-"] + [class*="col-"] {
    margin-top: 0;
  }
}

.page-image-with-caption {
  padding-top: 140px;
  padding-bottom: 140px;
}

.page-image-with-caption .page-image-with-caption-title {
  margin: 0 0 26px 0;
  font-size: 1.625rem;
}

.page-image-with-caption .page-image-with-caption-image {
  position: relative;
}

.page-image-with-caption .page-image-with-caption-image .page-image-with-caption-image-text {
  padding: 10px;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
  background: #fff;
}

@media (min-width: 992px) {
  .page-image-with-caption .page-image-with-caption-image .page-image-with-caption-image-text {
    max-width: 275px;
    padding: 35px 30px 33px 30px;
    position: absolute;
    top: 40px;
    right: -185px;
    font-size: 1rem;
  }
}

.page-image-with-caption .page-image-with-caption-image img {
  max-width: 100%;
  height: auto;
  display: block;
}

.page-image-with-caption .page-image-with-caption-text {
  margin-top: 40px;
  font-size: 1.125rem;
  line-height: 1.67;
}

.slider {
  position: relative;
}

.slider .frame {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}

.slider .slides {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  display: inline-block;
}

.slider ul.slides > li {
  width: 100%;
  position: relative;
  display: inline-block;
  font-size: 1rem;
}

.slider .prev,
.slider .next {
  width: 18px;
  font-size: 56px;
  color: #9e7f3b;
  line-height: 1;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -41px;
  cursor: pointer;
  overflow: hidden;
}

.slider .prev:hover,
.slider .next:hover {
  color: #133058;
}

.slider .next {
  left: calc(100% + 10px);
}

.slider .prev {
  right: calc(100% + 5px);
}

.watch-carousel-section {
  padding: 85px 0px 125px 0px;
  background: rgba(236, 236, 236, 0.3);
}

.watch-carousel-section .section-title {
  margin-bottom: 18px;
}

.watch-carousel-section .watch-carousel {
  width: 80%;
  margin: 0 auto;
}

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

.watch-carousel-section .watch-carousel > .frame {
  padding-top: 10px;
}

.watch-carousel-section .watch-carousel .slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.watch-carousel-section .watch-carousel .slides > li {
  vertical-align: top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding: 0px 10px;
}

@media (min-width: 576px) {
  .watch-carousel-section .watch-carousel .slides > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media (min-width: 992px) {
  .watch-carousel-section .watch-carousel .slides > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
  }
}

@media (min-width: 1200px) {
  .watch-carousel-section .watch-carousel .slides > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}

.watch-carousel-section .watch-carousel .slides > li img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.watch-carousel-section .watch-item .thumbnail {
  max-height: 350px;
}

@media (max-width: 991px) {
  .watch-carousel-section .watch-item .thumbnail {
    max-height: 500px;
  }
}

@media (max-width: 767px) {
  .watch-carousel-section .watch-item .thumbnail {
    max-height: 400px;
  }
}

.watch-item-wrapper {
  padding-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.watch-item {
  background: #fff;
  border: 1px solid #f5f5f5;
  font-size: 0.9rem;
  line-height: 1rem;
  text-align: left;
  font-family: "Poppins", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.watch-item .status-flag__container {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.watch-item .status-flag {
  background: #000;
  color: #9e7f3b;
  text-transform: uppercase;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 150px;
  position: absolute;
  text-align: center;
  padding: 40px 0px 10px;
  left: -51px;
  top: -10px;
  font: 600 14px/16px "Poppins";
  z-index: 10;
}

.watch-item .status-flag.reserved {
  font-size: 12px;
}

.watch-item .status-flag.featured {
  color: #fff;
  background: #9e7f3b;
}

.watch-item .thumbnail {
  width: 100%;
  position: relative;
  cursor: pointer;
  max-height: 350px;
}

@media (max-width: 1399px) {
  .watch-item .thumbnail {
    max-height: 440px;
  }
}

@media (max-width: 1199px) {
  .watch-item .thumbnail {
    max-height: 400px;
  }
}

@media (max-width: 767px) {
  .watch-item .thumbnail {
    max-height: 350px;
  }
}

@media (max-width: 575px) {
  .watch-item .thumbnail {
    max-height: 360px;
  }
}

@media (max-width: 300px) {
  .watch-item .thumbnail {
    max-height: 220px;
  }
}

.watch-item .thumbnail img {
  width: 100%;
  height: auto;
  padding-bottom: 1px;
}

.watch-item .thumbnail.active .watch-item-options {
  display: block;
}

.watch-item .watch-details {
  padding: 20px;
  position: relative;
  border-top: 1px solid #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  height: 100%;
  background: #fff;
}

.watch-item .watch-details .watch-brand-and-name-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.watch-item .watch-details .watch-brand-and-name-wrapper .brand-name {
  width: 100%;
  margin-bottom: 4px;
}

.watch-item .watch-details .watch-brand-and-name-wrapper .brand-name > a {
  color: #9e7f3b;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
}

.watch-item .watch-details .watch-brand-and-name-wrapper .watch-name {
  width: 100%;
  margin-bottom: 1.5rem;
  white-space: normal;
  color: #23252F;
  text-decoration: none;
  font-weight: 400;
}

.watch-item .watch-details .watch-brand-and-name-wrapper .watch-name:hover {
  cursor: pointer;
  text-decoration: underline;
}

.watch-item .watch-details .watch-price {
  color: #adadad;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

@media (max-width: 575px) {
  .watch-item .watch-details .watch-brand-and-name-wrapper .brand-name {
    text-align: center;
  }
  .watch-item .watch-details .watch-brand-and-name-wrapper .watch-name {
    text-align: center;
    margin-bottom: 0.5rem;
  }
  .watch-item .watch-details .watch-price {
    margin: 0 auto;
  }
}

.watch-item-options {
  font-size: 1.1rem;
  display: none;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  background: rgba(35, 37, 47, 0.9);
  padding-top: 10px;
  z-index: 20;
  padding: 20px;
}

.watch-item-options i {
  float: right;
}

.watch-item-options button,
.watch-item-options .product-link {
  text-align: left;
  line-height: 54px;
  height: 54px;
  border-bottom: 1px solid #636c72;
  color: #adadad;
  display: block;
  width: 100%;
}

.watch-item-options button .i-bag,
.watch-item-options .product-link .i-bag {
  margin-right: -4px;
  font-size: 24px;
}

.watch-item-options button:hover,
.watch-item-options .product-link:hover {
  color: #fff;
}

.watch-item-options .product-link {
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-color: #9e7f3b;
  text-decoration: none;
  height: auto;
  padding: 8px 20px;
  border: none;
  color: #fff;
}

.watch-item-options .product-link:hover {
  text-decoration: underline;
  background-color: #9a7c3a;
}

.watch-item-options .product-link .i-arrow {
  margin-right: 6px;
  font-size: 18px;
}

.watch-item-options .watch-item-option-close-btn {
  width: 28px;
  height: 28px;
  position: absolute;
  top: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  background-color: #9e7f3b;
  border-radius: 50%;
}

.watch-item-options .watch-item-option-close-btn:before, .watch-item-options .watch-item-option-close-btn:after {
  content: "";
  position: absolute;
  height: 13px;
  width: 2px;
  top: 8px;
  left: 13px;
  background-color: #fff;
}

.watch-item-options .watch-item-option-close-btn:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.watch-item-options .watch-item-option-close-btn:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.watch-item-options .watch-item-option-close-btn:hover {
  background-color: #806730;
}

@media (max-width: 575px) {
  .watch-item-options {
    font-size: 1rem;
    bottom: auto;
    width: 200px;
    height: 300px;
    z-index: 10;
  }
}

@media (min-width: 1600px) {
  .watch-item-options {
    font-size: 1.3rem;
  }
}

@media (max-width: 575px) {
  .watch-item-wrapper.odd .watch-item-options {
    left: auto;
  }
  .watch-item-wrapper.even .watch-item-options {
    right: auto;
  }
}

.frontpage-slides {
  position: relative;
}

.frontpage-slides .frame {
  width: 100%;
  height: 720px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}

.frontpage-slides .slides {
  display: inline-block;
  height: 100%;
}

.frontpage-slides .slides .js_slide {
  height: 100%;
}

.frontpage-slides li {
  position: relative;
  display: inline-block;
  width: 100vw;
}

.frontpage-slides li .slide-details {
  white-space: normal;
  position: absolute;
  width: 720px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.frontpage-slides li .slide-details h2.title, .frontpage-slides li .slide-details .post-grid .post-item a .title.post-item-title, .post-grid .post-item a .frontpage-slides li .slide-details .title.post-item-title, .frontpage-slides li .slide-details .brand__post-grid .post-item a .title.post-item-title, .brand__post-grid .post-item a .frontpage-slides li .slide-details .title.post-item-title {
  font-size: 2.25rem;
  color: #fff;
}

.frontpage-slides li .slide-details h2.title--rolex, .frontpage-slides li .slide-details .post-grid .post-item a .title--rolex.post-item-title, .post-grid .post-item a .frontpage-slides li .slide-details .title--rolex.post-item-title, .frontpage-slides li .slide-details .brand__post-grid .post-item a .title--rolex.post-item-title, .brand__post-grid .post-item a .frontpage-slides li .slide-details .title--rolex.post-item-title, .frontpage-slides li .slide-details h2.title--black, .frontpage-slides li .slide-details .post-grid .post-item a .title--black.post-item-title, .post-grid .post-item a .frontpage-slides li .slide-details .title--black.post-item-title, .frontpage-slides li .slide-details .brand__post-grid .post-item a .title--black.post-item-title, .brand__post-grid .post-item a .frontpage-slides li .slide-details .title--black.post-item-title {
  color: #000;
}

@media (max-width: 991px) {
  .frontpage-slides li .slide-details {
    width: 90%;
  }
}

.frontpage-slides .js_dots.dots {
  position: absolute;
  right: 15%;
  bottom: 100px;
}

.frontpage-slides .js_dots.dots li {
  color: #fff;
  font-weight: 500;
  display: inline;
  margin-right: 8px;
  padding: 2px;
  cursor: pointer;
}

.frontpage-slides .js_dots.dots li.active {
  border-bottom: 2px solid #fff;
}

@media (max-width: 767px) {
  .frontpage-slides .frame {
    height: auto;
  }
  .frontpage-slides ul.slides li.js_slide {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .frontpage-slides li .slide-details {
    position: relative;
    padding: 15px 0;
    -webkit-transform: none;
            transform: none;
  }
  .frontpage-slides li .slide-details h2.title, .frontpage-slides li .slide-details .post-grid .post-item a .title.post-item-title, .post-grid .post-item a .frontpage-slides li .slide-details .title.post-item-title, .frontpage-slides li .slide-details .brand__post-grid .post-item a .title.post-item-title, .brand__post-grid .post-item a .frontpage-slides li .slide-details .title.post-item-title {
    font-size: 1.3rem;
    line-height: 1.6rem;
    margin-bottom: 1rem;
    color: #23252F;
  }
  .frontpage-slides li .slide-details .btn, .frontpage-slides li .slide-details .dropdown-watch-search-section .dropdown-watch-search-btn, .dropdown-watch-search-section .frontpage-slides li .slide-details .dropdown-watch-search-btn, .frontpage-slides li .slide-details .frontpage-newsletter-video-section .newsletter-form-frontpage-subscribeBtn, .frontpage-newsletter-video-section .frontpage-slides li .slide-details .newsletter-form-frontpage-subscribeBtn, .frontpage-slides li .slide-details .newsletter-form-wide .newsletter-form-wide-subscribeBtn, .newsletter-form-wide .frontpage-slides li .slide-details .newsletter-form-wide-subscribeBtn {
    width: 100%;
  }
  .frontpage-slides .js_dots.dots {
    top: 200px;
    bottom: auto;
  }
  .frontpage-slides .fullwidth-bg-image {
    height: 250px;
  }
}

.frontpage-slides .js_slide--rolex .fullwidth-bg-image {
  background-position: right;
}

@media (max-width: 1399px) {
  .frontpage-slides .js_slide--rolex .fullwidth-bg-image {
    background-position: 75% center;
  }
}

@media (max-width: 575px) {
  .frontpage-slides .js_slide--rolex .fullwidth-bg-image {
    background-position: 80% center;
  }
}

@media (min-width: 768px) {
  .frontpage-slides .js_slide--rolex .slide-details {
    left: -50%;
  }
}

.frontpage-slides .js_slide--tudor .fullwidth-bg-image {
  background-position: 100% 85%;
}

@media (max-width: 1399px) {
  .frontpage-slides .js_slide--tudor .fullwidth-bg-image {
    background-position: 100% 85%;
  }
}

@media (max-width: 1199px) {
  .frontpage-slides .js_slide--tudor .fullwidth-bg-image {
    background-position: 0 85%;
  }
}

@media (min-width: 768px) {
  .frontpage-slides .js_slide--right-align .slide-details {
    right: -50%;
  }
}

.fullwidth-bg-image {
  width: 100%;
  height: 720px;
  background-size: cover;
  background-position: center;
  position: relative;
}

@media (max-width: 767px) {
  .fullwidth-bg-image {
    height: 400px;
  }
}

.lervikur-blue-overlay-effect, .fullwidth-bg-image .overlay, #ad-lervikur-workshop .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(19, 48, 88, 0.75);
}

.watch .zoom-container {
  padding-right: 20px;
}

@media (max-width: 767px) {
  .watch .zoom-container {
    padding-right: 0;
  }
}

.watch .price {
  font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif;
  font-size: 26px;
  text-transform: capitalize;
}

.watch .original-retail-price {
  font-size: 14px;
}

.watch .rating {
  margin: 20px 0;
}

.watch .rating i.fa-star {
  color: #9e7f3b;
  letter-spacing: -4px;
}

.watch .rating i.fa-star-o {
  color: #adadad;
  letter-spacing: -4px;
}

.watch .rating a {
  color: #23252F;
  text-decoration: underline;
  margin-left: 5px;
}

.watch .small {
  color: #6a6c74;
  margin-bottom: 34px;
}

.watch .small a {
  color: #23252F;
  text-decoration: underline;
}

.watch figure img {
  width: 100%;
  height: auto;
}

.watch .drift-zoom-pane {
  background: #fff;
  z-index: 20;
}

.watch .drift-zoom-pane img {
  height: auto !important;
  max-width: none !important;
}

.watch .brand {
  text-align: left;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
}

.watch h1.name {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.2rem;
  margin-bottom: 1.2rem;
}

.watch h1.name .small {
  color: inherit;
}

@media (max-width: 767px) {
  .watch h1.name {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
}

@media (max-width: 767px) {
  .watch h2, .watch .post-grid .post-item a .post-item-title, .post-grid .post-item a .watch .post-item-title, .watch .brand__post-grid .post-item a .post-item-title, .brand__post-grid .post-item a .watch .post-item-title {
    font-size: 1.1rem;
    line-height: 1.3rem;
  }
}

.watch .product-reference {
  font-size: 0.7rem;
  line-height: 1.2rem;
  color: #636c72;
}

.watch .watch-section-title {
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  margin-top: 60px;
  margin-bottom: 35px;
}

.watch .watch-section-title h2, .watch .watch-section-title .post-grid .post-item a .post-item-title, .post-grid .post-item a .watch .watch-section-title .post-item-title, .watch .watch-section-title .brand__post-grid .post-item a .post-item-title, .brand__post-grid .post-item a .watch .watch-section-title .post-item-title {
  font: 400 1.6rem/2.2rem "Noto Serif";
  margin: 15px 0 15px;
}

.watch .shop-info {
  font: 300 1.1rem/2.25rem "Poppins";
  margin-top: 25px;
}

.watch .shop-info ul {
  padding-left: 1rem;
}

.watch .description {
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 5px;
}

.watch .warranty,
.watch .delivery {
  font: 400 0.9rem/1.5rem "Poppins";
}

.watch .warranty strong,
.watch .delivery strong {
  font: 600 1rem/1.5rem "Poppins";
}

.watch .info-section {
  border-bottom: 1px solid #f5f5f5;
}

.watch .info-section h3.info-section-title {
  text-transform: uppercase;
  font: 600 1rem/1.5rem "Poppins";
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  padding: 23px 0;
}

.watch .info-section h3.info-section-title.info-section-title-toggle {
  cursor: pointer;
}

.watch .info-section h3.info-section-title.info-section-title-toggle:after {
  position: absolute;
  right: 1.2rem;
  content: "+";
}

.watch .info-section .info-section-content {
  z-index: 1;
  display: none;
}

.watch .info-section .info-section-content div:last-of-type {
  padding-bottom: 1.2rem;
}

.watch .info-section .info-section-content .detail {
  text-transform: uppercase;
  line-height: 1.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.watch .info-section .info-section-content .detail .detail-label {
  width: 30%;
}

.watch .info-section .info-section-content .detail .detail-value {
  padding-bottom: 0;
  width: 62%;
  text-transform: none;
}

.watch .info-section.open h3.info-section-title-toggle:after {
  content: "-";
}

.watch .info-section.open .info-section-content {
  display: block;
}

.watch .js_image_carousel .controls {
  text-align: center;
  margin-bottom: 30px;
}

.watch .js_image_carousel .controls .prev,
.watch .js_image_carousel .controls .next {
  position: relative;
  color: #23252F;
  right: auto;
  left: auto;
  display: inline;
  font-size: 20px;
  vertical-align: middle;
}

.watch .js_image_carousel .controls .js_dots {
  margin: 0 50px 0 42px;
}

.watch .js_image_carousel .controls .js_dots i {
  margin: 0 10px;
  display: inline-block;
  font-size: 10px;
  color: #adadad;
  vertical-align: middle;
}

.watch .js_image_carousel .controls .js_dots i.active {
  font-size: 16px;
  color: #23252F;
}

@media (max-width: 1199px) {
  .watch .js_image_carousel .controls .js_dots {
    margin: 0 16px 0 8px;
  }
  .watch .js_image_carousel .controls .js_dots i {
    margin: 0 6px;
  }
}

.reviews .watch-section-title {
  border-bottom: 0;
  margin-bottom: 0;
}

.reviews .review-watch-name {
  margin-top: 35px;
  margin-bottom: 25px;
}

.reviews .nav-tabs {
  position: absolute;
  right: 0;
  bottom: 0;
  border: 0;
}

.reviews .nav-tabs a.nav-link {
  color: #23252f;
  border: 0;
  border-radius: 0;
  text-decoration: none;
  padding: 19px 40px;
  text-transform: uppercase;
  font: 400 0.9rem/1.5rem "Poppins";
}

.reviews .nav-tabs a.nav-link span.count {
  font-weight: 600;
}

.reviews .nav-tabs a.active {
  background: #ececec;
}

@media (max-width: 767px) {
  .reviews .nav-tabs {
    position: relative;
  }
}

@media (max-width: 575px) {
  .reviews .nav-tabs a.nav-link {
    padding: 22px 15px;
  }
}

.reviews .reviews-tabs {
  background: #ececec;
}

.reviews .rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  float: left;
  margin-bottom: 0;
  margin-top: -7px;
}

.reviews .btn-primary, .reviews .newsletter-form-wide .newsletter-form-wide-subscribeBtn, .newsletter-form-wide .reviews .newsletter-form-wide-subscribeBtn {
  width: 230px;
  font: 400 0.9rem/1.5rem "Poppins";
  text-align: left;
}

.reviews label {
  color: #23252F;
  margin-top: 4px;
  margin-bottom: 4px;
  font: 400 16px/24px "Poppins";
}

.reviews .form-group.clearfix, .reviews #delivery .clearfix.select-store, #delivery .reviews .clearfix.select-store {
  margin-bottom: 5px;
}

.reviews label.rating-label {
  margin-top: 5px;
  font: 500 1.5rem/1.5rem "Poppins";
  float: left;
  width: 130px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.reviews .rating > span {
  display: inline-block;
  position: relative;
  width: 1.1em;
  font-size: 1.5rem;
  margin-top: 6px;
}

.reviews .rating > span:hover:before,
.reviews .rating > span.active:before,
.reviews .rating > span:hover ~ span:before,
.reviews .rating > span.active ~ span:before {
  content: "\F005";
  font-family: FontAwesome;
  position: absolute;
  color: #9e7f3b;
  left: 8px;
}

@media (min-width: 992px) {
  .reviews .review-ratings {
    margin-top: 4px;
    margin-left: 45px;
  }
}

.reviews input,
.reviews textarea {
  border: 0;
  border-radius: 0;
  font: 400 0.9rem/1.2rem "Poppins";
  padding: 16px 20px;
}

.reviews .g-recaptcha {
  margin: 30px 0 80px;
}

@media (max-width: 767px) {
  .reviews .g-recaptcha {
    margin: 15px 0;
  }
}

.reviews .rating-stars span {
  float: left;
  width: 100px;
}

.reviews .rating-stars i {
  color: #9e7f3b;
}

.reviews .watch-review {
  padding: 1.5rem 0;
  border-bottom: 1px solid #fff;
}

@media (min-width: 992px) {
  .reviews .watch-review {
    width: 66%;
    margin: 0 auto;
  }
}

.reviews #write-review,
.reviews #see-reviews {
  padding-bottom: 90px;
}

@media (max-width: 767px) {
  .reviews #write-review,
  .reviews #see-reviews {
    padding-bottom: 40px;
  }
}

.reviews .summary {
  font-size: 1.3rem;
  text-align: center;
}

.reviews .created-by .date {
  font-size: 0.8rem;
}

.reviews .review-text {
  padding: 12px 0;
}

hr.bg-secondary {
  border-top: 2px solid #23252F;
}

.section-box,
.card {
  border: 1px solid #d0d7dd;
  border-radius: 5px;
  padding: 1.5rem 1.25rem;
  position: relative;
  margin-bottom: 2.8rem;
}

.section-box label,
.card label {
  line-height: 1rem;
}

.section-box .radio label,
.card .radio label {
  line-height: 1.5;
}

.pagination a {
  text-decoration: none;
}

.row.no-surrounding-gutters > div:first-child {
  padding-left: 0;
}

.row.no-surrounding-gutters > div:last-child {
  padding-right: 0;
}

.theme-search #theme-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.theme-search #theme-search .search-category {
  width: 25%;
  text-align: center;
  padding: 36px 0;
  text-transform: uppercase;
  font: 500 14px/18px "Poppins", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  border: 1px solid #f5f5f5;
  margin-left: -1px;
  margin-bottom: -1px;
  cursor: pointer;
}

.theme-search #theme-search .search-category.active, .theme-search #theme-search .search-category:hover {
  background: #9e7f3b;
  color: #fff;
  border: 1px solid #9e7f3b;
}

.theme-search .search {
  width: 100%;
  background: #23252F;
  margin-top: 1px;
}

.theme-search .search .input-group {
  padding: 40px 45px;
}

.theme-search .search .input-group input {
  background: #23252F;
  color: #fff;
  border: 0;
  font-size: 1.6rem;
  padding: 0;
  font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif;
}

.theme-search .search .input-group button {
  border-radius: 0;
  padding: 12px 32px;
}

.theme-search .search .input-group ::-webkit-input-placeholder {
  color: #fff;
}

.theme-search .search .input-group :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.theme-search .search .input-group ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.theme-search .search .input-group :-ms-input-placeholder {
  color: #fff;
}

.quote {
  height: 630px;
  margin-bottom: 80px;
}

.quote .background-image {
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
}

.quote .background-image .background-color {
  background-color: #23252F;
  opacity: 0.9;
  height: 100%;
  width: 100%;
}

.quote .quote-content {
  -ms-flex-item-align: center;
      align-self: center;
  max-width: 976px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .quote .quote-content {
    font-size: 1.9rem;
    line-height: 2.5rem;
    max-width: 90%;
  }
}

.quote .quote-content .quote-text {
  color: #fff;
  font-size: 2.9rem;
  line-height: 3.75rem;
  margin-left: 80px;
  margin-top: -145px;
  font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif;
}

@media (max-width: 991px) {
  .quote .quote-content .quote-text {
    font-size: 1.9rem;
    line-height: 2.5rem;
    margin-top: -40px;
    margin-left: 50px;
  }
}

.quote .quote-content .quote-open {
  font-size: 9rem;
  font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif;
  color: #9e7f3b;
}

@media (max-width: 991px) {
  .quote .quote-content .quote-open {
    font-size: 4rem;
  }
}

.quote .quote-content .quote-by {
  font-weight: 500;
  letter-spacing: 0.05rem;
  margin-left: 80px;
  margin-top: 30px;
  text-transform: uppercase;
  color: #9e7f3b;
  font-size: 0.9rem;
}

@media (max-width: 991px) {
  .quote .quote-content .quote-by {
    font-size: 0.8rem;
    margin-left: 50px;
  }
}

.dropdown-watch-search-section {
  background: #23252F;
  padding: 40px 0px;
}

.dropdown-watch-search-section .custom-select {
  padding: 0.87rem 1.75rem;
  text-transform: uppercase;
  font-weight: 500;
}

@media (max-width: 991px) {
  .dropdown-watch-search-section .dropdown-watch-search-btn {
    width: 100%;
  }
  .dropdown-watch-search-section .custom-select {
    margin-bottom: 5px;
  }
}

.dropdown-watch-search-section .dropdown-watch-search-container {
  margin: 0 auto;
}

@media (min-width: 992px) {
  .dropdown-watch-search-section .dropdown-watch-search-container {
    width: 1000px;
  }
}

.frontpage-video-section {
  background-color: #ececec;
  margin-bottom: 110px;
}

@media (max-width: 991px) {
  .frontpage-video-section {
    margin-bottom: 50px;
  }
}

.frontpage-video-section .frontpage-video-section-text-container {
  width: 90%;
  padding: 75px 0px;
  text-align: center;
  margin: 0 auto;
  line-height: 1.3;
}

.frontpage-video-section .frontpage-video-section-text-container .frontpage-video-section-text--large {
  font-size: 34px;
  font-family: "Poppins", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1;
  margin-bottom: 20px;
  font-weight: 300;
}

.frontpage-video-section .frontpage-video-section-text-container .frontpage-video-section-text--small {
  font-size: 18px;
}

@media (min-width: 1200px) {
  .frontpage-video-section .frontpage-video-section-text-container {
    max-width: 500px;
    position: absolute;
    top: 47%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .frontpage-video-section .frontpage-video-section-text-container .frontpage-video-section-text--large {
    font-size: 60px;
  }
  .frontpage-video-section .frontpage-video-section-text-container .frontpage-video-section-text--small {
    font-size: 18px;
  }
}

.plyr--stopped {
  position: relative;
}

.plyr--stopped:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(19, 48, 88, 0.75);
  pointer-events: none;
  z-index: 20;
}

.plyr--stopped .plyr__play-large {
  z-index: 21;
}

.video-player {
  position: relative;
}

.video-player .video-title {
  position: absolute;
  bottom: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 130px);
          transform: translate(-50%, 130px);
  font-size: 28px;
  text-transform: uppercase;
  z-index: 21;
  color: #fff;
}

@media (max-width: 767px) {
  .video-player .video-title {
    font-size: 18px;
    -webkit-transform: translate(-50%, 90px);
            transform: translate(-50%, 90px);
  }
}

.shadow-border, .watch .drift-zoom-pane {
  -webkit-box-shadow: 0px 0px 10px -4px;
          box-shadow: 0px 0px 10px -4px;
}

.brand__post-grid {
  margin-top: 140px;
}

@media (max-width: 991px) {
  .brand__post-grid {
    margin-top: 50px;
  }
}

.post-grid, .brand__post-grid {
  margin-top: 100px;
}

@media (max-width: 991px) {
  .post-grid, .brand__post-grid {
    margin-top: 40px;
  }
}

.post-grid h2.section-title, .brand__post-grid h2.section-title, .post-grid .post-item a .section-title.post-item-title, .brand__post-grid .post-item a .section-title.post-item-title {
  margin-bottom: 20px;
}

.post-grid .post-item, .brand__post-grid .post-item {
  margin-bottom: 60px;
}

@media (max-width: 991px) {
  .post-grid .post-item, .brand__post-grid .post-item {
    margin-bottom: 25px;
  }
}

.post-grid .post-item a, .brand__post-grid .post-item a {
  text-decoration: none;
  color: #23252f;
}

.post-grid .post-item a .post-item-title, .brand__post-grid .post-item a .post-item-title {
  font-size: 26px;
  text-decoration: none;
  margin: 0;
}

.post-grid .post-item a:hover h2, .brand__post-grid .post-item a:hover h2, .post-grid .post-item a:hover .post-item-title, .brand__post-grid .post-item a:hover .post-item-title {
  text-decoration: underline;
}

.post-grid .post-item a:hover .post-item-thumbnail:after, .brand__post-grid .post-item a:hover .post-item-thumbnail:after {
  content: "";
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(19, 48, 88, 0.4);
}

.post-grid .post-item a:hover .post-item-thumbnail:before, .brand__post-grid .post-item a:hover .post-item-thumbnail:before {
  position: absolute;
  color: #fff;
  top: 50%;
  left: calc(50% + 28px);
  font-size: 56px;
  line-height: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}

.post-grid .post-item .post-item-thumbnail, .brand__post-grid .post-item .post-item-thumbnail {
  position: relative;
  display: inline-block;
  margin-bottom: 22px;
}

.post-grid .post-item .post-item-published-date, .brand__post-grid .post-item .post-item-published-date {
  display: inline-block;
  margin-bottom: 4px;
  font: 500 0.8rem/1.9rem "Poppins";
  color: #9e7f3b;
}

.post-grid .post-item .post-item-author, .brand__post-grid .post-item .post-item-author {
  font: 300 0.8rem/1.9rem "Poppins";
  color: #9e7f3b;
  display: inline;
}

.post-grid .post-item .post-item-author:before, .brand__post-grid .post-item .post-item-author:before {
  content: "|";
  font: 500 0.8rem/1.9rem "Poppins";
  padding: 0 18px;
}

.single-brand-page {
  text-align: center;
  margin-bottom: 170px;
}

@media (max-width: 767px) {
  .single-brand-page {
    margin-bottom: 90px;
  }
}

.single-brand-page .featured-image {
  position: relative;
}

.single-brand-page .featured-image .image-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  width: 720px;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}

@media (max-width: 767px) {
  .single-brand-page .featured-image .image-content {
    width: 90%;
  }
}

.single-brand-page .featured-image .image-content h1 {
  text-transform: uppercase;
  color: #fff;
  font-size: 2.5rem;
}

.single-brand-page .featured-image .image-content h1:before {
  content: "";
  display: block;
  height: 2px;
  width: 41px;
  background: #fff;
  margin: 30px auto;
}

.single-brand-page .featured-image .image-content a {
  text-transform: uppercase;
  text-decoration: none;
}

.single-brand-page .brand-logo {
  max-width: 100%;
  overflow: hidden;
  margin: 125px auto 80px auto;
}

.single-brand-page .brand-logo img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .single-brand-page .brand-logo {
    max-width: 70%;
    margin: 70px auto 50px auto;
  }
}

.single-brand-page .brand-description {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

.frontpage-newsletter-video-section {
  margin-top: 150px;
}

@media (max-width: 991px) {
  .frontpage-newsletter-video-section {
    margin-top: 60px;
  }
}

.frontpage-newsletter-video-section .newsletter-form-frontpage {
  background-color: #ececec;
  width: 100%;
}

@media (max-width: 1399px) {
  .frontpage-newsletter-video-section .newsletter-form-frontpage {
    padding: 170px 0px 120px 0px;
  }
}

.frontpage-newsletter-video-section .newsletter-form-frontpage input,
.frontpage-newsletter-video-section .newsletter-form-frontpage button {
  font: 500 16px/24px "Poppins", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.frontpage-newsletter-video-section .center-and-adjust-width {
  width: 750px;
}

@media (max-width: 1399px) {
  .frontpage-newsletter-video-section .center-and-adjust-width {
    max-width: 80%;
  }
}

.frontpage-newsletter-video-section .newsletter-form-frontpage-heading {
  text-align: center;
  font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif;
  font-size: 24px;
  margin: 0 auto;
  margin-bottom: 80px;
  max-width: 600px;
}

@media (max-width: 767px) {
  .frontpage-newsletter-video-section .newsletter-form-frontpage-heading {
    max-width: 90%;
  }
}

.frontpage-newsletter-video-section .newsletter-form-frontpage-subscribeBtn {
  text-transform: none;
  padding: 13px 0;
}

@media (max-width: 767px) {
  .frontpage-newsletter-video-section .newsletter-form-frontpage-subscribeBtn {
    margin-top: 10px;
  }
}

.frontpage-newsletter-video-section .newsletter-form-frontpage-successMsg {
  font-size: 18px;
  text-align: center;
  color: #9e7f3b;
}

.frontpage-newsletter-video-section .newsletter-form-frontpage-error {
  font-size: 14px;
  height: 0;
  margin: 0;
  color: #d9534f;
}

.text-field--square--no-border {
  border: 2px solid #fff;
  border-radius: 0;
}

.text-field--square--no-border:focus {
  border: 2px solid #9e7f3b;
}

.newsletter-form-wide {
  background-color: #ececec;
  padding: 35px 0px;
  margin-top: 175px;
}

.newsletter-form-wide .newsletter-form-wide-title {
  line-height: 1;
  font-size: 26px;
  font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif;
  margin-top: 13px;
}

@media (max-width: 1399px) {
  .newsletter-form-wide .newsletter-form-wide-title {
    text-align: center;
    margin: 13px 0px 40px 0px;
  }
}

.newsletter-form-wide .newsletter-form-wide-error {
  font-size: 14px;
  height: 0;
  margin: 0;
}

.newsletter-form-wide .newsletter-form-wide-subscribeBtn {
  line-height: auto;
  text-align: left;
  border-radius: 0.25rem;
  text-transform: uppercase;
}

@media (max-width: 575px) {
  .newsletter-form-wide .newsletter-form-wide-subscribeBtn {
    margin-top: 15px;
  }
  .newsletter-form-wide .newsletter-form-wide-error {
    height: auto;
  }
}

.selected-filters {
  margin: 20px 0px;
}

.selected-filters .selected-filters-head {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.selected-filters .selected-filters-head .selected-filters-heading,
.selected-filters .selected-filters-head .selected-filters-clear-all-btn {
  font-weight: 500;
  text-transform: uppercase;
  color: #9e7f3b;
  font-size: 12px;
  display: inline-block;
}

.selected-filters .selected-filters-head .selected-filters-heading {
  color: #9e7f3b;
}

.selected-filters .selected-filters-head .selected-filters-clear-all-btn {
  color: #23252f;
  cursor: pointer;
}

.selected-filters .selected-filters-head .selected-filters-clear-all-btn:hover {
  color: #d9534f;
}

.selected-filters .selected-filters-item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.selected-filters .selected-filters-item-list .selected-filters-brand-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 100%;
}

.selected-filters .selected-filters-item-list .selected-filters-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  border: 1px solid transparent;
  background-color: #ededed;
  color: #6a6c74;
  font-size: 12px;
  padding: 0px 25px 0px 8px;
  margin: 0px 4px 4px 0px;
  cursor: pointer;
  position: relative;
  letter-spacing: 0;
}

.selected-filters .selected-filters-item-list .selected-filters-item:after {
  content: "\F00D";
  font-family: "FontAwesome";
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #adadad;
}

.selected-filters .selected-filters-item-list .selected-filters-item:hover, .selected-filters .selected-filters-item-list .selected-filters-item.hoveringBrand {
  border: 1px solid #d9534f;
}

.selected-filters .selected-filters-item-list .selected-filters-item:hover:after, .selected-filters .selected-filters-item-list .selected-filters-item.hoveringBrand:after {
  color: #d9534f;
}

.selected-filters .selected-filters-item-list .selected-filters-item .selected-filters-item-colorBox {
  width: 18px;
  height: 18px;
}

#watch-browser #watchSearchFieldWrapper {
  position: relative;
}

#watch-browser #watchSearchFieldWrapper i {
  position: absolute;
  top: 50%;
  left: 24px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 20px;
  color: #d0d7dd;
  pointer-events: none;
}

#watch-browser #watchSearchFieldWrapper input {
  border-width: 1px;
  padding-left: 43px;
}

#watch-browser .search-result-count {
  font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif;
  font-size: 1.625rem;
}

#watch-browser .search-result-count span {
  color: #9e7f3b;
}

@media (max-width: 767px) {
  #watch-browser .search-result-count {
    font-size: 1.2rem;
  }
}

#watch-browser .filter-group {
  border-bottom: 2px solid #f5f5f5;
  margin-bottom: 1rem;
  padding-bottom: 0.9rem;
}

#watch-browser .filter-group .filter-group-heading {
  font-weight: 600;
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  cursor: pointer;
}

#watch-browser .filter-group .filter-group-heading:after {
  content: "+";
  display: block;
  float: right;
}

#watch-browser .filter-group.open .filter-group-heading:after {
  content: "-";
}

#watch-browser .filter-group ul {
  list-style: none;
}

#watch-browser .filter-group .filter-group-list {
  font-size: 12px;
  font-weight: 600;
  padding-left: 0;
}

#watch-browser .filter-group .filter-group-list > li > ul {
  padding-left: 1.2rem;
}

#watch-browser .filter-group .filter-group-colors {
  overflow: hidden;
}

#watch-browser .filter-group .filter-group-colors .color {
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  margin-bottom: 10px;
}

#watch-browser .filter-group .filter-group-colors .color input[type="checkbox"] + label {
  float: left;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #d0d7dd;
  -webkit-box-shadow: inset 0px 0px 0px 4px white;
  box-shadow: inset 0px 0px 0px 4px white;
}

#watch-browser .filter-group .filter-group-colors .color input[type="checkbox"]:checked + label {
  border-color: #23252f;
}

#watch-browser .filter-group .filter-group-colors .color input[type="checkbox"] {
  display: none;
}

#watch-browser .sliderRange-values {
  padding-top: 0.5rem;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

#watch-browser .sliderRange-values div:last-child {
  text-align: right;
}

@media (max-width: 767px) {
  #watch-browser .watch-browser-options {
    width: 100%;
    margin-bottom: 30px;
  }
  #watch-browser .watch-browser-options button {
    color: #464a4c;
    font-size: 0.7rem;
    line-height: 1rem;
    border-color: #464a4c;
    padding: 8px 0;
  }
  #watch-browser .watch-browser-options .toggle-search-filters {
    width: 50%;
  }
  #watch-browser .watch-browser-options .toggle-order {
    width: 50%;
  }
  #watch-browser .watch-browser-options .dropdown-menu {
    min-width: 50%;
    white-space: nowrap;
    padding: 15px 15px 15px 35px;
  }
  #watch-browser .search-filters-list {
    display: none;
  }
  #watch-browser .search-filters-list.visible-mobile {
    display: block;
  }
}

#watch-browser .order-option {
  cursor: pointer;
}

#watch-browser .order-option.active {
  color: #9e7f3b;
}

#watch-browser .order-option.active:before {
  margin-left: -20px;
  padding-right: 10px;
  font-size: 10px;
}

#watch-browser .order-option:hover {
  color: #9e7f3b;
}

.newsletter-form-sidebar {
  background: #f5f5f5;
  padding: 2rem 1.75rem 1.75rem;
}

.newsletter-form-sidebar .newsletter-form-sidebar-heading {
  font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif;
  font-size: 22px;
  line-height: 1.3;
}

.newsletter-form-sidebar .newsletter-form-sidebar-interest-list {
  margin: 22px 0px;
}

#ad-lervikur-workshop {
  padding: 2rem 1.75rem 4rem;
  display: block;
  margin-bottom: 5px;
  background-size: cover;
  background-position: center;
  color: #fff;
  font-size: 13px;
  position: relative;
}

#ad-lervikur-workshop #ad-lervikur-workshop-content {
  position: relative;
  z-index: 2;
}

#ad-lervikur-workshop .heading {
  font-size: 22px;
  line-height: 1.3;
  font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif;
}

#ad-lervikur-workshop p {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 500;
}

#ad-lervikur-workshop .link {
  display: inline-block;
  font-weight: 600;
  color: #fff;
  position: relative;
  border-bottom: 2px solid transparent;
}

#ad-lervikur-workshop .link i {
  position: absolute;
  top: -3px;
  left: calc(100% + 8px);
  color: #9e7f3b;
  font-size: 16px;
}

#ad-lervikur-workshop:hover {
  text-decoration: none;
}

#ad-lervikur-workshop:hover .link {
  border-bottom: 2px solid #9e7f3b;
}

#ad-lervikur-workshop:hover .link i {
  color: #fff;
}

#ad-lervikur-workshop .overlay {
  z-index: 1;
}

.add-product-to-wishlist-btn--optionsMenu {
  position: relative;
}

.add-product-to-wishlist-btn--optionsMenu > div {
  padding-right: 15px;
}

.add-product-to-wishlist-btn--shoppingCart {
  margin-top: 10px;
  text-align: left;
  color: #636c72;
  font-weight: 300;
  font-size: 13px;
  display: inline-block;
  position: relative;
  padding-right: 25px;
}

.add-product-to-wishlist-btn--shoppingCart:hover {
  color: #9e7f3b;
}

.add-product-to-wishlist-btn--shoppingCart .i-heart {
  margin-left: 10px;
  font-size: 18px;
  vertical-align: middle;
}

.add-product-to-wishlist-btn--shoppingCart .i-heart:before, .add-product-to-wishlist-btn--shoppingCart .i-heart:after,
.add-product-to-wishlist-btn--shoppingCart .i-heart > span {
  color: #9e7f3b;
}

.add-product-to-wishlist-btn--shoppingCart .i-heart > span {
  top: 40%;
}

.add-product-to-wishlist-btn--shoppingCart.productIsInWishlist {
  color: #5cb85c;
}

.add-product-to-wishlist-btn--shoppingCart.productIsInWishlist i:after {
  left: 15px;
}

.add-product-to-wishlist-btn--shoppingCart.productIsInWishlist i:before,
.add-product-to-wishlist-btn--shoppingCart.productIsInWishlist i:after,
.add-product-to-wishlist-btn--shoppingCart.productIsInWishlist > span {
  color: #5cb85c;
}

.add-product-to-wishlist-btn--shoppingCart.productIsInWishlist:hover {
  color: #d9534f;
}

.add-product-to-wishlist-btn--shoppingCart.productIsInWishlist:hover i:before,
.add-product-to-wishlist-btn--shoppingCart.productIsInWishlist:hover i:after {
  color: #d9534f;
}

.purchase-product {
  padding-bottom: 26px;
}

.share-on-social-media-list {
  text-align: left;
  border: 1px solid #636c72;
  border-top: none;
  position: relative;
  z-index: 333;
  display: none;
}

.share-on-social-media-list.show {
  display: block;
}

.share-on-social-media-list span {
  white-space: nowrap;
  font-size: 16px;
  display: block;
  padding: 15px 20px;
  background-color: #23252f;
  color: #fff;
  cursor: pointer;
}

.share-on-social-media-list span:nth-child(even) {
  background-color: #2c2e3b;
}

.share-on-social-media-list span:hover {
  color: #9e7f3b;
}

.share-on-social-media-btn {
  color: #adadad;
}

.share-on-social-media-btn:hover, .share-on-social-media-btn.active {
  color: #9e7f3b !important;
}

.share-on-social-media-btn .share-on-social-media-btn-arrow-icon {
  margin-left: 5px;
  font-size: 17px;
  line-height: 3.2rem;
}

.page-head {
  line-height: 66px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 40px;
}

.page-head-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-head-actions button {
  display: inline-block;
  height: 100%;
  width: 45px;
}

.page-head-actions button i {
  color: #adadad;
  font-size: 20px;
}

.page-head-actions button:hover, .page-head-actions button.active {
  -webkit-box-shadow: inset 0px -3px 0px 0px #9e7f3b;
          box-shadow: inset 0px -3px 0px 0px #9e7f3b;
}

.page-head-actions button:hover i, .page-head-actions button.active i {
  color: #9e7f3b;
}

.page-head-actions button.productIsInWishlist i {
  color: #9e7f3b;
}

.page-head-actions button.wishlist-btn {
  width: 150px;
}

.page-head-actions .share-on-social-media-btn-arrow-icon {
  display: none;
}

.page-head-actions .share-on-social-media-btn {
  text-align: center;
}

.page-head-actions .share-on-social-media-btn .i-share {
  float: none !important;
}

.page-head-actions .share-on-social-media-list {
  position: absolute;
  right: 8px;
  top: 100%;
}

.page-head-actions .share-on-social-media-list > span {
  padding: 0px 20px;
}

.page-breadcrumb {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 0px;
  font-size: 13px;
  font-weight: 300;
}

.page-breadcrumb > li > a {
  text-decoration: underline;
  color: #23252f;
}

.page-breadcrumb > li > span {
  display: inline-block;
  margin: 0px 5px;
}

#popover-order {
  font: 500 14px/17px "Poppins";
  text-decoration: none;
  color: #23252F;
  margin-left: 30px;
}

#popover-order i {
  color: #23252F;
  font-size: 28px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  #popover-order {
    margin-top: 15px;
  }
}

.popover .popover-content {
  padding: 25px 30px 25px 30px;
}

.popover .popover-content .order-option {
  cursor: pointer;
  color: #adadad;
}

.popover .popover-content .order-option.active {
  color: #f5f2eb;
}

.popover .popover-content .order-option.active:before {
  margin-left: -20px;
  padding-right: 10px;
  font-size: 10px;
}

.popover .popover-content .order-option:hover {
  color: #9e7f3b;
}

.theme-page .featured-image {
  position: relative;
}

.theme-page .featured-image .image-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

@media (max-width: 767px) {
  .theme-page .featured-image .image-content {
    width: 90%;
  }
}

.theme-page .featured-image .image-content a {
  color: #fff;
  background: transparent;
  border-color: #fff;
  font: 400 36px/40px "Noto serif";
  text-decoration: none;
  width: 278px;
}

.theme-page .featured-image .image-content a.active, .theme-page .featured-image .image-content a:hover {
  background: #fff;
  color: #23252f;
}

.theme-page .featured-image .image-content a:first-of-type {
  margin-right: 80px;
}

@media (max-width: 1399px) {
  .theme-page .featured-image .image-content a:first-of-type {
    margin-right: 35px;
  }
}

@media (max-width: 991px) {
  .theme-page .featured-image .image-content a:first-of-type {
    margin-right: 0;
  }
}

@media (max-width: 1399px) {
  .theme-page .featured-image .image-content a {
    width: 200px;
  }
}

@media (max-width: 575px) {
  .theme-page .featured-image .image-content a {
    width: 75%;
  }
}

.watch-collection-component {
  margin-top: 5rem;
}

.watch-collection-watch-count {
  font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 2.5rem;
  margin-bottom: 15px;
}

.watch-collection-watch-count span {
  color: #9e7f3b;
}

@media (min-width: 768px) {
  .watch-collection-watch-count {
    font-size: 1.7rem;
  }
}

.watch-collection-controls {
  font-size: 0.9rem;
}

@media (min-width: 768px) {
  .watch-collection-controls {
    float: right;
  }
}

.watch-collection-controls i {
  font-size: 1.1rem;
  margin-right: 1rem;
  color: #d0d7dd;
}

.watch-collection-controls i.active, .watch-collection-controls i:hover {
  color: #23252f;
}

.watch-collection-watch.active .create-edit-form-arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 4;
}

.watch-collection-watch.active .create-edit-form-arrow:after, .watch-collection-watch.active .create-edit-form-arrow:before {
  content: "";
  border-style: solid;
  border-width: 30px;
  width: 0;
  height: 0;
  position: absolute;
  top: calc(100% - 59px);
  z-index: 4;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.watch-collection-watch.active .create-edit-form-arrow:before {
  margin-top: -1px;
  border-color: transparent transparent #d0d7dd transparent;
}

.watch-collection-watch.active .create-edit-form-arrow:after {
  border-color: transparent transparent #fff transparent;
}

.grid .watch-collection-watch {
  width: 100%;
  display: block;
}

@media (min-width: 576px) {
  .grid .watch-collection-watch {
    width: 49%;
    margin-right: 1%;
  }
}

@media (min-width: 768px) {
  .grid .watch-collection-watch {
    width: 32%;
  }
}

@media (min-width: 1600px) {
  .grid .watch-collection-watch {
    width: 24%;
  }
}

.grid .watch-collection-watch .thumbnail {
  width: 100%;
  border-bottom: 1px solid #f0ede6;
  border-right: 0;
  text-align: center;
  padding: 25px 25px 10px 25px;
}

.grid .watch-collection-watch .thumbnail img {
  width: 100%;
  height: auto;
}

.grid .watch-collection-watch .my-rating i {
  width: 12px;
}

.watch-collection-watch {
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 1.3rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  border: 1px solid #f0ede6;
}

.watch-collection-watch.active, .watch-collection-watch:hover {
  border-color: #9e7f3b;
}

.watch-collection-watch .thumbnail {
  border-right: 1px solid #f0ede6;
  overflow: hidden;
  padding: 15px;
}

.watch-collection-watch .thumbnail img {
  width: 100%;
  height: auto;
}

.watch-collection-watch .detail-label {
  color: #6a6c74;
  font: 300 13px/20px "Poppins", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.watch-collection-watch .watch-content {
  height: 100%;
  width: 100%;
  position: relative;
}

.watch-collection-watch .watch-content .my-rating {
  position: absolute;
  top: 5px;
}

.grid .watch-collection-watch .watch-content .my-rating {
  right: 8px;
}

.watch-collection-watch .watch-content .my-rating i {
  font-size: 10px;
}

.watch-collection-watch .watch-content .my-rating i.fa-star {
  color: #9e7f3b;
}

.watch-collection-watch .watch-content .my-rating i.fa-star-o {
  color: #adadad;
}

.watch-collection-watch .watch-content .details-section {
  border-bottom: 1px solid #f0ede6;
  padding: 15px 22px 18px;
}

.watch-collection-watch .watch-content .details-section .brand {
  color: #9e7f3b;
  font-size: 12px;
  font-weight: 500;
}

.watch-collection-watch .watch-content .details-section .model {
  font-size: 14px;
}

.watch-collection-watch .watch-content .details-section .original-value,
.watch-collection-watch .watch-content .details-section .production-year,
.watch-collection-watch .watch-content .details-section .purchased-year {
  font: 18px "Noto Serif", Georgia, "Times New Roman", Times, serif;
}

@media (min-width: 992px) {
  .watch-collection-watch .watch-content .border-right-gold {
    border-right: 1px solid #f0ede6;
  }
}

.watch-collection-watch .watch-content .list {
  padding-right: 15px;
}

.watch-collection-watch .watch-content .list .thumbnail {
  height: 100%;
  width: auto;
}

.watch-collection-watch .watch-content .list .brand {
  margin-top: 40px;
  font-size: 16px;
}

.watch-collection-watch .watch-content .list .model {
  font-size: 18px;
  margin-bottom: 22px;
  margin-top: 14px;
}

@media (min-width: 1400px) {
  .watch-collection-watch .watch-content .list .original-value,
  .watch-collection-watch .watch-content .list .production-year,
  .watch-collection-watch .watch-content .list .purchased-year {
    font-size: 21px;
  }
}

.watch-collection-watch .watch-content .list .my-rating {
  position: relative;
  right: 3px;
}

.watch-collection-watch .watch-content .list .my-rating i {
  font-size: 18px;
  width: 20px;
}

.add-watch-to-watch-collection-btn_text {
  text-align: center;
  color: #9e7f3b;
  text-transform: uppercase;
  font-weight: 500;
  min-height: 135px;
}

.watch-collection-value-summary {
  margin-top: 25px;
  padding: 26px 0 14px;
  width: 100%;
}

.watch-collection-value-summary .value-label {
  font: 300 18px/30px "Poppins", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  width: 50%;
  text-align: center;
  padding: 20px 0;
}

.watch-collection-value-summary .value-sum {
  font: 600 24px/29px "Poppins", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  width: 50%;
  text-align: center;
  padding: 20px 0;
}

.watch-collection-value-summary .original-value {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.watch-collection-value-summary .original-value .value-label {
  color: #23252f;
  border: 1px solid #9e7f3b;
  border-right: 0;
}

.watch-collection-value-summary .original-value .value-sum {
  color: #9e7f3b;
  border: 1px solid #9e7f3b;
}

.watch-collection-value-summary .current-value {
  background: #9e7f3b;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.watch-collection-value-summary .current-value .value-sum {
  border-left: 1px solid #fff;
}

.watch-collection-create-edit-form,
.watch-collection__show-watch {
  z-index: 3;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #d0d7dd;
  border-radius: 0.25rem;
  padding: 3rem;
  cursor: default;
}

@media (max-width: 767px) {
  .watch-collection-create-edit-form,
  .watch-collection__show-watch {
    padding: 1rem;
  }
}

.watch-collection-create-edit-form .form-group, .watch-collection-create-edit-form #delivery .select-store, #delivery .watch-collection-create-edit-form .select-store,
.watch-collection__show-watch .form-group,
.watch-collection__show-watch #delivery .select-store,
#delivery .watch-collection__show-watch .select-store {
  margin-bottom: 25px;
}

.watch-collection-create-edit-form .form-group label, .watch-collection-create-edit-form #delivery .select-store label, #delivery .watch-collection-create-edit-form .select-store label,
.watch-collection__show-watch .form-group label,
.watch-collection__show-watch #delivery .select-store label,
#delivery .watch-collection__show-watch .select-store label {
  color: #939ea7;
  font-size: 18px;
  font-weight: 300;
}

.watch-collection-create-edit-form h2, .watch-collection-create-edit-form .post-grid .post-item a .post-item-title, .post-grid .post-item a .watch-collection-create-edit-form .post-item-title, .watch-collection-create-edit-form .brand__post-grid .post-item a .post-item-title, .brand__post-grid .post-item a .watch-collection-create-edit-form .post-item-title,
.watch-collection__show-watch h2,
.watch-collection__show-watch .post-grid .post-item a .post-item-title,
.post-grid .post-item a .watch-collection__show-watch .post-item-title,
.watch-collection__show-watch .brand__post-grid .post-item a .post-item-title,
.brand__post-grid .post-item a .watch-collection__show-watch .post-item-title {
  text-align: center;
  margin: 10px 0 30px 0;
  color: #9e7f3b;
  font-family: "Poppins", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 36px;
  font-weight: 500;
  text-transform: uppercase;
}

.watch-collection-create-edit-form .mediapicker-dropzone-container,
.watch-collection__show-watch .mediapicker-dropzone-container {
  width: 100%;
  height: auto;
  overflow: hidden;
  cursor: pointer;
  border-radius: 12px;
  background: #f4f7f9;
}

.watch-collection-create-edit-form .mediapicker-dropzone-container:hover,
.watch-collection__show-watch .mediapicker-dropzone-container:hover {
  background: #d3dfe7;
}

.watch-collection-create-edit-form .media-dropzone-container.image,
.watch-collection__show-watch .media-dropzone-container.image {
  min-height: 10rem;
}

.watch-collection-create-edit-form .mediapicker-preview-text,
.watch-collection__show-watch .mediapicker-preview-text {
  display: block;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
  text-align: center;
  font-size: 60px;
  line-height: 14rem;
  color: #939ea7;
}

.watch-collection-create-edit-form .mediapicker-preview-image,
.watch-collection__show-watch .mediapicker-preview-image {
  position: relative;
}

.watch-collection-create-edit-form .mediapicker-remove-selected-image,
.watch-collection__show-watch .mediapicker-remove-selected-image {
  position: absolute;
  top: 35px;
  right: 1rem;
  font-size: 2rem;
  line-height: 2rem;
  color: red;
  z-index: 40;
}

.watch-collection-create-edit-form .mediapicker-remove-selected-image:hover,
.watch-collection__show-watch .mediapicker-remove-selected-image:hover {
  color: red;
  text-decoration: none;
}

.watch-collection-create-edit-form .mediapicker .dz-preview,
.watch-collection__show-watch .mediapicker .dz-preview {
  display: none !important;
}

.watch-collection-create-edit-form .mediapicker .progress-bar,
.watch-collection__show-watch .mediapicker .progress-bar {
  -webkit-transition: width 0.3s;
  /* Safari */
  transition: width 0.3s;
}

.watch-collection-create-edit-form .upload-thumbnail-card,
.watch-collection__show-watch .upload-thumbnail-card {
  -webkit-transition: all 0.3s;
  /* Safari */
  transition: all 0.3s;
}

.watch-collection-create-edit-form .upload-thumbnail-card img,
.watch-collection__show-watch .upload-thumbnail-card img {
  width: 100%;
}

.watch-collection-create-edit-form .upload-thumbnail-card.active,
.watch-collection__show-watch .upload-thumbnail-card.active {
  border-color: #9e7f3b;
}

.watch-collection-create-edit-form .upload-thumbnail-card .card-block,
.watch-collection__show-watch .upload-thumbnail-card .card-block {
  word-break: break-all;
  padding: 1rem;
}

.watch-collection-create-edit-form .upload-info,
.watch-collection__show-watch .upload-info {
  font: 300 13px "Poppins", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #6a6c74;
  margin-top: 12px;
}

.watch-collection-create-edit-form .close-form,
.watch-collection-create-edit-form .toggle-edit-form,
.watch-collection__show-watch .close-form,
.watch-collection__show-watch .toggle-edit-form {
  position: absolute;
  font-size: 13px;
  font-weight: 300;
  right: 25px;
  top: 28px;
  color: #6a6c74;
  cursor: pointer;
}

.watch-collection-create-edit-form .close-form i,
.watch-collection-create-edit-form .toggle-edit-form i,
.watch-collection__show-watch .close-form i,
.watch-collection__show-watch .toggle-edit-form i {
  font-size: 16px;
  padding-left: 5px;
  color: #9e7f3b;
}

.watch-collection-create-edit-form .close-form:hover,
.watch-collection-create-edit-form .toggle-edit-form:hover,
.watch-collection__show-watch .close-form:hover,
.watch-collection__show-watch .toggle-edit-form:hover {
  color: #8b7034;
}

.watch-collection-create-edit-form .close-form:hover i,
.watch-collection-create-edit-form .toggle-edit-form:hover i,
.watch-collection__show-watch .close-form:hover i,
.watch-collection__show-watch .toggle-edit-form:hover i {
  color: #8b7034;
}

.watch-collection-create-edit-form .toggle-edit-form,
.watch-collection__show-watch .toggle-edit-form {
  right: 90px;
  line-height: 25px;
}

.watch-collection-create-edit-form .toggle-edit-form i,
.watch-collection__show-watch .toggle-edit-form i {
  font-size: 1.1rem;
}

.watch-collection-create-edit-form button.create-watch,
.watch-collection__show-watch button.create-watch {
  margin-top: 35px;
}

.watch-collection-create-edit-form button.remove-watch,
.watch-collection__show-watch button.remove-watch {
  background: #f4f7f9;
  border: 1px solid #d0d7dd;
  color: #939ea7;
}

.watch-collection-create-edit-form button.remove-watch:hover,
.watch-collection__show-watch button.remove-watch:hover {
  background-color: #d9534f;
  border-color: #a02622;
  color: #fff;
}

.watch-collection-create-edit-form .rating-label,
.watch-collection__show-watch .rating-label {
  display: block;
}

.watch-collection-create-edit-form .rating,
.watch-collection__show-watch .rating {
  padding-top: 6px;
  float: left;
  unicode-bidi: bidi-override;
  direction: rtl;
}

.watch-collection-create-edit-form .rating i.fa-star-o,
.watch-collection__show-watch .rating i.fa-star-o {
  letter-spacing: 0;
}

.watch-collection-create-edit-form .rating > span,
.watch-collection__show-watch .rating > span {
  display: inline-block;
  position: relative;
  width: 1.1em;
  font-size: 24px;
  color: #adadad;
}

.watch-collection-create-edit-form .rating > span:hover:before,
.watch-collection-create-edit-form .rating > span.active:before,
.watch-collection-create-edit-form .rating > span:hover ~ span:before,
.watch-collection-create-edit-form .rating > span.active ~ span:before,
.watch-collection__show-watch .rating > span:hover:before,
.watch-collection__show-watch .rating > span.active:before,
.watch-collection__show-watch .rating > span:hover ~ span:before,
.watch-collection__show-watch .rating > span.active ~ span:before {
  content: "\F005";
  font-family: FontAwesome;
  position: absolute;
  color: #9e7f3b;
}

.watch-collection-create-edit-form .flatpickr-input,
.watch-collection__show-watch .flatpickr-input {
  background-color: #fff;
}

.watch-collection-create-edit-form .onoffswitch span,
.watch-collection__show-watch .onoffswitch span {
  padding: 2px 8px;
}

.watch-collection-create-edit-form .error,
.watch-collection__show-watch .error {
  color: #d9534f;
}

.watch-collection-create-edit-form .brand-name,
.watch-collection__show-watch .brand-name {
  margin-bottom: 10px;
  color: #9e7f3b;
}

.watch-collection-create-edit-form .watch-collection__detail,
.watch-collection__show-watch .watch-collection__detail {
  border-bottom: 1px solid #d0d7dd;
  padding: 10px 20px 14px 20px;
  font: 400 21px/30px "Noto Serif", Georgia, "Times New Roman", Times, serif;
}

.watch-collection-create-edit-form .watch-collection__detail:nth-of-type(even),
.watch-collection__show-watch .watch-collection__detail:nth-of-type(even) {
  padding: 10px 20px 14px 0;
  border-right: 1px solid #d0d7dd;
}

@media (max-width: 767px) {
  .watch-collection-create-edit-form .watch-collection__detail:nth-of-type(even),
  .watch-collection__show-watch .watch-collection__detail:nth-of-type(even) {
    padding: 5px 15px 8px 0;
  }
}

@media (max-width: 767px) {
  .watch-collection-create-edit-form .watch-collection__detail,
  .watch-collection__show-watch .watch-collection__detail {
    font-size: 1rem;
    line-height: 1.3rem;
    padding: 5px 0 8px 15px;
  }
}

.watch-collection-create-edit-form .watch-collection__detail.service-reminder,
.watch-collection__show-watch .watch-collection__detail.service-reminder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .watch-collection-create-edit-form .watch-collection__detail.service-reminder,
  .watch-collection__show-watch .watch-collection__detail.service-reminder {
    display: block;
  }
  .watch-collection-create-edit-form .watch-collection__detail.service-reminder .service-reminder,
  .watch-collection__show-watch .watch-collection__detail.service-reminder .service-reminder {
    margin-top: 10px;
  }
}

.watch-collection-create-edit-form .watch-collection__detail .onoffswitch,
.watch-collection__show-watch .watch-collection__detail .onoffswitch {
  margin-top: 3px;
}

.watch-collection-create-edit-form .watch-collection__detail-label,
.watch-collection__show-watch .watch-collection__detail-label {
  font: 300 13px/20px "Poppins", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #6a6c74;
}

.watch-collection-create-edit-form .watch-functions,
.watch-collection__show-watch .watch-functions {
  font: 300 16px/32px "Poppins", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  border-bottom: 1px solid #d0d7dd;
  padding-bottom: 15px;
}

.watch-collection-create-edit-form .documents,
.watch-collection__show-watch .documents {
  padding-top: 20px;
}

.watch-collection-create-edit-form .documents .document-list div:first-of-type,
.watch-collection__show-watch .documents .document-list div:first-of-type {
  border-top: 0;
}

.watch-collection-create-edit-form .documents .document-list .document,
.watch-collection__show-watch .documents .document-list .document {
  border-top: 1px solid #f4f7f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 0 8px;
}

.watch-collection-create-edit-form .documents .document-list .document a,
.watch-collection__show-watch .documents .document-list .document a {
  margin-left: auto;
  text-decoration: underline;
  color: #23252F;
}

.watch-collection-create-edit-form .documents .document-list .document .fa,
.watch-collection__show-watch .documents .document-list .document .fa {
  margin-left: 8px;
  -ms-flex-item-align: center;
      align-self: center;
}

.watch-collection-create-edit-form .documents .document-list .document .fa-file-pdf-o,
.watch-collection__show-watch .documents .document-list .document .fa-file-pdf-o {
  color: #c0272d;
}

.watch-collection-create-edit-form .documents .document-list .document .fa-file-image-o,
.watch-collection__show-watch .documents .document-list .document .fa-file-image-o {
  color: #939ea7;
}

.watch-collection-create-edit-form .documents .document-list .document .fa-file-word-o,
.watch-collection__show-watch .documents .document-list .document .fa-file-word-o {
  color: #29aae1;
}

.watch-collection-create-edit-form .notes,
.watch-collection__show-watch .notes {
  font: 300 1rem/2rem "Poppins", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  padding-top: 25px;
  margin-top: 25px;
  border-top: 1px solid #d0d7dd;
}

.watch-collection-create-edit-form .notes span.notes-label,
.watch-collection__show-watch .notes span.notes-label {
  color: #9e7f3b;
  font-weight: 700;
}

.watch-collection-create-edit-form img.zoomable,
.watch-collection__show-watch img.zoomable {
  max-width: 100%;
}

.watch-content:hover .add-watch-to-watch-collection-btn_text {
  text-decoration: underline;
}

.add-watch-to-watch-collection-component {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.add-watch-to-watch-collection-component:hover .thumbnail:after {
  color: #9e7f3b;
}

.add-watch-to-watch-collection-component .thumbnail {
  text-align: center;
  position: relative;
}

.add-watch-to-watch-collection-component .thumbnail img {
  max-width: 100%;
}

.add-watch-to-watch-collection-component .thumbnail:after {
  content: "+";
  font-size: 80px;
  color: #f0ede6;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.add-watch-to-watch-collection-component .add-watch-to-watch-collection-btn_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#service-reminder-settings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#service-reminder-settings .reminder-settings {
  width: 75%;
}

#service-reminder-settings .switch {
  width: 20%;
}

#service-reminder-settings label span {
  padding: 4px 10px;
}

.ad {
  margin-bottom: 20px;
  width: 100%;
}

.ad .ad__text {
  text-align: center;
  font: 300 13px "Poppins";
  color: #6a6c74;
  margin-bottom: 4px;
}

.ad img {
  width: 100%;
  height: auto;
}

#ad-lervikur-rolex-content {
  font-size: 0.9rem;
  padding: 15px 15px 35px;
}

#ad-lervikur-rolex-content img {
  width: 150px;
}

#ad-lervikur-contact-content,
#ad-lervikur-rolex-content {
  padding: 42px 15px 35px;
  text-align: center;
  width: 100%;
  background: #23252f;
  color: #a1a2aa;
  font-weight: 300;
  line-height: 1.5rem;
}

#ad-lervikur-contact-content .heading,
#ad-lervikur-rolex-content .heading {
  color: #fff;
  font-weight: 400;
  font-size: 1.5rem;
}

#ad-lervikur-contact-content .address,
#ad-lervikur-rolex-content .address {
  margin-bottom: 40px;
}

#ad-lervikur-contact-content .social,
#ad-lervikur-rolex-content .social {
  margin-top: 45px;
  font-size: 1.5rem;
}

#ad-lervikur-contact-content .social li,
#ad-lervikur-rolex-content .social li {
  display: inline;
  margin: 0 8px;
}

#ad-lervikur-contact-content a,
#ad-lervikur-rolex-content a {
  color: #a1a2aa;
  text-decoration: underline;
}

#ad-lervikur-contact-content a:hover,
#ad-lervikur-rolex-content a:hover {
  color: #fff;
}

@media (max-width: 1199px) {
  .purchase-product #add-product-to-shopping-cart .btn, .purchase-product #add-product-to-shopping-cart .dropdown-watch-search-section .dropdown-watch-search-btn, .dropdown-watch-search-section .purchase-product #add-product-to-shopping-cart .dropdown-watch-search-btn, .purchase-product #add-product-to-shopping-cart .frontpage-newsletter-video-section .newsletter-form-frontpage-subscribeBtn, .frontpage-newsletter-video-section .purchase-product #add-product-to-shopping-cart .newsletter-form-frontpage-subscribeBtn, .purchase-product #add-product-to-shopping-cart .newsletter-form-wide .newsletter-form-wide-subscribeBtn, .newsletter-form-wide .purchase-product #add-product-to-shopping-cart .newsletter-form-wide-subscribeBtn {
    margin-left: 0;
  }
  .purchase-product #add-product-to-shopping-cart .form-control, .purchase-product #add-product-to-shopping-cart #watch-browser #watchSearchFieldWrapper input, #watch-browser #watchSearchFieldWrapper .purchase-product #add-product-to-shopping-cart input {
    width: 40px;
    padding: 1rem 0.5rem;
  }
}

.page-content table,
.post-content table,
table,
.table {
  border-collapse: separate;
  width: 100%;
  border: 1px solid #d0d7dd;
  border-radius: 0.25rem;
  margin: 0;
  font-size: 15px;
}

.page-content table tr:nth-of-type(even),
.post-content table tr:nth-of-type(even),
table tr:nth-of-type(even),
.table tr:nth-of-type(even) {
  background-color: rgba(237, 237, 237, 0.3);
}

.page-content table th,
.post-content table th,
table th,
.table th {
  color: #9e7f3b;
  font-weight: 600;
  border-bottom: 3px solid #ededed !important;
}

.page-content table.table--vertical-align-cols th,
.page-content table.table--vertical-align-cols td,
.post-content table.table--vertical-align-cols th,
.post-content table.table--vertical-align-cols td,
table.table--vertical-align-cols th,
table.table--vertical-align-cols td,
.table.table--vertical-align-cols th,
.table.table--vertical-align-cols td {
  vertical-align: middle;
}

@media (max-width: 767px) {
  .video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
  }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
}

@media (min-width: 576px) {
  .custom-order__product-details {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

.custom-order__product-price {
  font: 400 1.1rem/1.5rem "Noto Serif";
}

.custom-order__page-description {
  max-width: 500px;
  width: 80%;
  text-align: center;
  margin: 0 auto 3rem;
}

.custom-order__product {
  border-bottom: 1px solid #f5f5f5;
  padding: 1rem;
}

.custom-order__order-details-section {
  border-bottom: 1px solid #f5f5f5;
}

.service__featured-image {
  height: auto;
}

.service__featured-image img {
  width: 100%;
}

.campaign-featured-image img {
  height: auto;
  width: 100%;
}

.rolex-retailer-clock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
}

.onoffswitch {
  display: inline-block;
  position: relative;
  width: 68px;
  height: 26px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  height: 26px;
  padding: 0;
  line-height: 26px;
  border: 2px solid #939ea7;
  border-radius: 26px;
  background-color: #939ea7;
  -webkit-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
  font: 600 14px/20px 'Poppins';
}

.onoffswitch-label:before {
  content: "";
  display: block;
  width: 26px;
  margin: 0px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 42px;
  border: 2px solid #939ea7;
  border-radius: 26px;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch-checkbox:checked + .onoffswitch-label {
  background-color: #a6e50f;
}

.onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch-checkbox:checked + .onoffswitch-label:before {
  border-color: #a6e50f;
}

.onoffswitch-checkbox:checked + .onoffswitch-label:before {
  right: 0px;
}

.onoffswitch-checkbox:disabled + .onoffswitch-label {
  background-color: #939ea7;
}

.onoffswitch-checkbox:disabled + .onoffswitch-label, .onoffswitch-checkbox:disabled + .onoffswitch-label:before {
  border-color: rgba(35, 37, 47, 0.7);
}

.onoffswitch-checkbox:checked.onoffswitch-checkbox:disabled + .onoffswitch-label {
  background-color: #a6e50f;
}

.onoffswitch-checkbox:checked.onoffswitch-checkbox:disabled + .onoffswitch-label, .onoffswitch-checkbox:checked.onoffswitch-checkbox:disabled + .onoffswitch-label:before {
  border-color: #a6e50f;
}
