@font-face {
  font-family: 'lg';
  src: url("../fonts/lg.woff2?io9a6k") format("woff2"), url("../fonts/lg.ttf?io9a6k") format("truetype"), url("../fonts/lg.woff?io9a6k") format("woff"), url("../fonts/lg.svg?io9a6k#lg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'lg' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-container {
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.lg-next,
.lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1084;
  outline: none;
  border: none;
}

.lg-next.disabled,
.lg-prev.disabled {
  opacity: 0 !important;
  cursor: default;
}

.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
  color: #fff;
}

.lg-single-item .lg-next, .lg-single-item
.lg-prev {
  display: none;
}

.lg-next {
  right: 20px;
}

.lg-next:before {
  content: '\e095';
}

.lg-prev {
  left: 20px;
}

.lg-prev:after {
  content: '\e094';
}

@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

.lg-outer.lg-right-end .lg-object {
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.lg-media-overlap .lg-toolbar {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  will-change: color;
  transition: color 0.2s linear;
  background: none;
  border: none;
  box-shadow: none;
}

.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px;
}

.lg-toolbar .lg-icon:hover {
  color: #fff;
}

.lg-toolbar .lg-close:after {
  content: '\e070';
}

.lg-toolbar .lg-maximize {
  font-size: 22px;
}

.lg-toolbar .lg-maximize:after {
  content: '\e90a';
}

.lg-toolbar .lg-download:after {
  content: '\e0f2';
}

.lg-sub-html {
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  transition: opacity 0.2s ease-out 0s;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

.lg-sub-html a {
  color: inherit;
}

.lg-sub-html a:hover {
  text-decoration: underline;
}

.lg-media-overlap .lg-sub-html {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-error-msg {
  font-size: 14px;
  color: #999;
}

.lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle;
}

.lg-closing .lg-toolbar,
.lg-closing .lg-prev,
.lg-closing .lg-next,
.lg-closing .lg-sub-html {
  opacity: 0;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  will-change: transform, opacity;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.lg-icon:focus-visible {
  color: #fff;
  border-radius: 3px;
  outline: 1px dashed rgba(255, 255, 255, 0.6);
}

.lg-toolbar .lg-icon:focus-visible {
  border-radius: 8px;
  outline-offset: -5px;
}

.lg-group:after {
  content: '';
  display: table;
  clear: both;
}

.lg-container {
  display: none;
  outline: none;
}

.lg-container.lg-show {
  display: block;
}

.lg-on {
  scroll-behavior: unset;
}

.lg-overlay-open {
  overflow: hidden;
}

.lg-toolbar,
.lg-prev,
.lg-next,
.lg-pager-outer,
.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  will-change: transform, opacity;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-show-in .lg-toolbar,
.lg-show-in .lg-prev,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer {
  opacity: 1;
}

.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1;
}

.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}

.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0.001;
  outline: none;
  will-change: auto;
  overflow: hidden;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  box-sizing: border-box;
}

.lg-outer.lg-zoom-from-image {
  opacity: 1;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  transition: opacity 0s;
  white-space: nowrap;
}

.lg-outer .lg-item {
  display: none !important;
}

.lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url("../images/loading.gif") no-repeat scroll center center transparent;
}

.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
}

.lg-outer .lg-empty-html.lg-sub-html,
.lg-outer .lg-empty-html .lg-sub-html {
  display: none;
}

.lg-outer.lg-hide-download .lg-download {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  transition: opacity 0.2s ease-out 0.15s;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  will-change: auto;
  transition: opacity 333ms ease-in 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-container {
  display: none;
}

.lg-container.lg-show {
  display: block;
}

.lg-container.lg-dragging-vertical .lg-backdrop {
  transition-duration: 0s !important;
}

.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute;
}

.lg-inline .lg-backdrop {
  z-index: 1;
}

.lg-inline .lg-outer {
  z-index: 2;
}

.lg-inline .lg-maximize:after {
  content: '\e909';
}

.lg-components {
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  transition: transform 0.35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  width: 100%;
  max-height: 350px;
  overflow: hidden;
  float: left;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  transition-duration: 0s !important;
}

.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb {
  transition-duration: 0s !important;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-middle {
  text-align: center;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-left {
  text-align: left;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-right {
  text-align: right;
}

.lg-outer.lg-single-item .lg-thumb-outer {
  display: none;
}

.lg-outer .lg-thumb {
  padding: 5px 0;
  height: 100%;
  margin-bottom: -5px;
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .lg-outer .lg-thumb {
    padding: 10px 0;
  }
}

.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border-radius: 2px;
  margin-bottom: 5px;
  will-change: border-color;
}

@media (min-width: 768px) {
  .lg-outer .lg-thumb-item {
    border-radius: 4px;
    border: 2px solid #fff;
    transition: border-color 0.25s ease;
  }
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer .lg-toggle-thumb:after {
  content: '\e1ff';
}

.lg-outer.lg-animate-thumb .lg-thumb {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.lg-outer .lg-video-cont {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.lg-outer .lg-video-cont .lg-object {
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-has-iframe .lg-video-cont {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.lg-outer .lg-video-object {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 3;
}

.lg-outer .lg-video-poster {
  z-index: 1;
}

.lg-outer .lg-has-video .lg-video-object {
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.3s ease-in;
}

.lg-outer .lg-has-video.lg-video-loaded .lg-video-poster,
.lg-outer .lg-has-video.lg-video-loaded .lg-video-play-button {
  opacity: 0 !important;
}

.lg-outer .lg-has-video.lg-video-loaded .lg-video-object {
  opacity: 1;
}

@keyframes lg-play-stroke {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@keyframes lg-play-rotate {
  100% {
    transform: rotate(360deg);
  }
}

.lg-video-play-button {
  width: 18%;
  max-width: 140px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  cursor: pointer;
  transform: translate(-50%, -50%) scale(1);
  will-change: opacity, transform;
  transition: transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
}

.lg-video-play-button:hover .lg-video-play-icon-bg,
.lg-video-play-button:hover .lg-video-play-icon {
  opacity: 1;
}

.lg-video-play-icon-bg {
  fill: none;
  stroke-width: 3%;
  stroke: #fcfcfc;
  opacity: 0.6;
  will-change: opacity;
  transition: opacity 0.12s ease-in;
}

.lg-video-play-icon-circle {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  fill: none;
  stroke-width: 3%;
  stroke: rgba(30, 30, 30, 0.9);
  stroke-opacity: 1;
  stroke-linecap: round;
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
}

.lg-video-play-icon {
  position: absolute;
  width: 25%;
  max-width: 120px;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  opacity: 0.6;
  will-change: opacity;
  transition: opacity 0.12s ease-in;
}

.lg-video-play-icon .lg-video-play-icon-inner {
  fill: #fcfcfc;
}

.lg-video-loading .lg-video-play-icon-circle {
  animation: lg-play-rotate 2s linear 0.25s infinite, lg-play-stroke 1.5s ease-in-out 0.25s infinite;
}

.lg-video-loaded .lg-video-play-button {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.7);
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  transition-duration: 0ms !important;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
}

.lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  transition: transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img {
  transform: scale3d(1, 1, 1);
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.no-transition,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.no-transition {
  transition: none !important;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition {
  transform: scale3d(1, 1, 1) translate3d(-50%, -50%, 0px) !important;
  max-width: none !important;
  max-height: none !important;
  top: 50% !important;
  left: 50% !important;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-x,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-x {
  transform: scale3d(1, 1, 1) translate3d(-50%, 0, 0px) !important;
  top: 0 !important;
  left: 50% !important;
  max-width: none !important;
  max-height: none !important;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-y,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-y {
  transform: scale3d(1, 1, 1) translate3d(0, -50%, 0px) !important;
  top: 50% !important;
  left: 0% !important;
  max-width: none !important;
  max-height: none !important;
}

.lg-icon.lg-zoom-in:after {
  content: '\e311';
}

.lg-actual-size .lg-icon.lg-zoom-in {
  opacity: 0.5;
  pointer-events: none;
}

.lg-icon.lg-actual-size {
  font-size: 20px;
}

.lg-icon.lg-actual-size:after {
  content: '\e033';
}

.lg-icon.lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

.lg-icon.lg-zoom-out:after {
  content: '\e312';
}

.lg-zoomed .lg-icon.lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer[data-lg-slide-type='video'] .lg-zoom-in,
.lg-outer[data-lg-slide-type='video'] .lg-actual-size,
.lg-outer[data-lg-slide-type='video'] .lg-zoom-out, .lg-outer[data-lg-slide-type='iframe'] .lg-zoom-in,
.lg-outer[data-lg-slide-type='iframe'] .lg-actual-size,
.lg-outer[data-lg-slide-type='iframe'] .lg-zoom-out, .lg-outer.lg-first-slide-loading .lg-zoom-in,
.lg-outer.lg-first-slide-loading .lg-actual-size,
.lg-outer.lg-first-slide-loading .lg-zoom-out {
  opacity: 0.75;
  pointer-events: none;
}

.qs-datepicker{-webkit-box-orient:vertical;-webkit-box-direction:normal;background:#fff;border:1px solid grey;border-radius:4.22275px;-webkit-box-shadow:0 20px 20px -15px rgba(0,0,0,.3);box-shadow:0 20px 20px -15px rgba(0,0,0,.3);color:#000;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-family:sans-serif;font-size:14px;overflow:hidden;position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:250px;z-index:9001}.qs-datepicker *{-webkit-box-sizing:border-box;box-sizing:border-box}.qs-datepicker.qs-centered{left:50%;position:fixed;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.qs-datepicker.qs-hidden{display:none}.qs-datepicker .qs-overlay{-webkit-box-orient:vertical;-webkit-box-direction:normal;background:rgba(0,0,0,.75);color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;left:0;opacity:1;padding:.5em;position:absolute;top:0;-webkit-transition:opacity .3s;transition:opacity .3s;width:100%;z-index:1}.qs-datepicker .qs-overlay.qs-hidden{opacity:0;z-index:-1}.qs-datepicker .qs-overlay .qs-overlay-year{background:transparent;border:none;border-bottom:1px solid #fff;border-radius:0;color:#fff;display:block;font-size:14px;margin:0 auto;padding:.25em 0;text-align:center;width:80%}.qs-datepicker .qs-overlay .qs-overlay-year::-webkit-inner-spin-button{-webkit-appearance:none}.qs-datepicker .qs-overlay .qs-close{cursor:pointer;padding:.5em;position:absolute;right:0;top:0}.qs-datepicker .qs-overlay .qs-submit{background:hsla(0,0%,50%,.4);border:1px solid #fff;border-radius:4.22275px;cursor:pointer;margin:0 auto auto;padding:.5em}.qs-datepicker .qs-overlay .qs-submit.qs-disabled{border-color:grey;color:grey;cursor:not-allowed}.qs-datepicker .qs-overlay .qs-overlay-month-container{-webkit-box-flex:1;-ms-flex-positive:1;display:-webkit-box;display:-ms-flexbox;display:flex;flex-grow:1;-ms-flex-wrap:wrap;flex-wrap:wrap}.qs-datepicker .qs-overlay .qs-overlay-month{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;opacity:.5;-webkit-transition:opacity .15s;transition:opacity .15s;width:33.33333%}.qs-datepicker .qs-overlay .qs-overlay-month.active,.qs-datepicker .qs-overlay .qs-overlay-month:hover{opacity:1}.qs-datepicker .qs-controls{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-flex:1;-ms-flex-positive:1;-ms-flex-negative:0;align-items:center;background:#d3d3d3;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-filter:blur(0);filter:blur(0);flex-grow:1;flex-shrink:0;justify-content:space-between;-webkit-transition:-webkit-filter .3s;transition:-webkit-filter .3s;transition:filter .3s;transition:filter .3s, -webkit-filter .3s;transition:filter .3s,-webkit-filter .3s;width:100%}.qs-datepicker .qs-controls.qs-blur{-webkit-filter:blur(5px);filter:blur(5px)}.qs-datepicker .qs-arrow{border-radius:5px;cursor:pointer;height:25px;position:relative;-webkit-transition:background .15s;transition:background .15s;width:25px}.qs-datepicker .qs-arrow:hover{background:rgba(0,0,0,.1)}.qs-datepicker .qs-arrow:hover.qs-left:after{border-right-color:#000}.qs-datepicker .qs-arrow:hover.qs-right:after{border-left-color:#000}.qs-datepicker .qs-arrow:after{border:6.25px solid transparent;content:"";position:absolute;top:50%;-webkit-transition:border .2s;transition:border .2s}.qs-datepicker .qs-arrow.qs-left:after{border-right-color:grey;right:50%;-webkit-transform:translate(25%,-50%);-ms-transform:translate(25%,-50%);transform:translate(25%,-50%)}.qs-datepicker .qs-arrow.qs-right:after{border-left-color:grey;left:50%;-webkit-transform:translate(-25%,-50%);-ms-transform:translate(-25%,-50%);transform:translate(-25%,-50%)}.qs-datepicker .qs-month-year{border-bottom:1px solid transparent;cursor:pointer;font-weight:700;-webkit-transition:border .2s;transition:border .2s}.qs-datepicker .qs-month-year:hover{border-bottom:1px solid grey}.qs-datepicker .qs-month-year:active:focus,.qs-datepicker .qs-month-year:focus{outline:none}.qs-datepicker .qs-month{padding-right:.5ex}.qs-datepicker .qs-year{padding-left:.5ex}.qs-datepicker .qs-squares{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-filter:blur(0);filter:blur(0);-ms-flex-wrap:wrap;flex-wrap:wrap;padding:5px;-webkit-transition:-webkit-filter .3s;transition:-webkit-filter .3s;transition:filter .3s;transition:filter .3s, -webkit-filter .3s;transition:filter .3s,-webkit-filter .3s}.qs-datepicker .qs-squares.qs-blur{-webkit-filter:blur(5px);filter:blur(5px)}.qs-datepicker .qs-square{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;border-radius:4.22275px;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;height:25px;justify-content:center;-webkit-transition:background .1s;transition:background .1s;width:14.28571429%}.qs-datepicker .qs-square.qs-current{font-weight:700}.qs-datepicker .qs-square.qs-active{background:#add8e6}.qs-datepicker .qs-square.qs-disabled span{opacity:.2}.qs-datepicker .qs-square.qs-empty{cursor:default}.qs-datepicker .qs-square.qs-disabled{cursor:not-allowed}.qs-datepicker .qs-square.qs-day{color:grey;cursor:default;font-weight:700}.qs-datepicker .qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover{background:orange}
/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  box-sizing: border-box;
}
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}
.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
  transform: scale(0.8);
}
.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}
.lity-close:active {
  top: 1px;
}
/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.lity-hide {
  display: none;
}

@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1, .cookie-popup__header p {
  font-size: 2em;
  margin: 0.67em 0;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: black;
  background-color: white;
}

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

a {
  color: #145c6a;
  text-decoration: none;
}
a:hover, a:focus {
  color: #08242a;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.6;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

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

hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

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

[role=button] {
  cursor: pointer;
}

h1, .cookie-popup__header p, h2, .header .header__title, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small, .cookie-popup__header p small,
h1 .small,
.cookie-popup__header p .small, h2 small, .header .header__title small,
h2 .small,
.header .header__title .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}

h1, .cookie-popup__header p, .h1,
h2,
.header .header__title, .h2,
h3, .h3 {
  margin-top: 24px;
  margin-bottom: 12px;
}
h1 small, .cookie-popup__header p small,
h1 .small,
.cookie-popup__header p .small, .h1 small,
.h1 .small,
h2 small,
.header .header__title small,
h2 .small,
.header .header__title .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 12px;
  margin-bottom: 12px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .cookie-popup__header p, .h1 {
  font-size: 39px;
}

h2, .header .header__title, .h2 {
  font-size: 32px;
}

h3, .h3 {
  font-size: 26px;
}

h4, .h4 {
  font-size: 19px;
}

h5, .h5 {
  font-size: 15px;
}

h6, .h6 {
  font-size: 13px;
}

p {
  margin: 0 0 12px;
}

.lead {
  margin-bottom: 24px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 22.5px;
  }
}

small,
.small {
  font-size: 86%;
}

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

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

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

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

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

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

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

.text-uppercase, .initialism {
  text-transform: uppercase;
}

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

.text-muted {
  color: #777777;
}

.text-primary {
  color: #145c6a;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #0c373f;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #145c6a;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #0c373f;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 11px;
  margin: 48px 0 24px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 12px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 24px;
}

dt,
dd {
  line-height: 1.6;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " ";
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

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

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 12px 24px;
  margin: 0 0 24px;
  font-size: 18.75px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.6;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.6;
}

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

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

pre {
  display: block;
  padding: 11.5px;
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.6;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

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

.container {
  padding-right: 7px;
  padding-left: 7px;
  margin-right: auto;
  margin-left: auto;
}
.container:before, .container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 734px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 954px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1154px;
  }
}

.container-fluid {
  padding-right: 7px;
  padding-left: 7px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-right: -7px;
  margin-left: -7px;
}
.row:before, .row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}

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

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 7px;
  padding-left: 7px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

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

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

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

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

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

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

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

@media (min-width: 768px) {
  .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 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .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 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .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 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}
table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.6;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: white;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

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

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

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

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

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

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

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

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

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
  font-size: 22.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type=search] {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}
input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 15px;
  line-height: 1.6;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.6;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #666666;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #28b9d5;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(40, 185, 213, 0.6);
}
.form-control::-moz-placeholder {
  color: #4d4d4d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #4d4d4d;
}
.form-control::-webkit-input-placeholder {
  color: #4d4d4d;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 38px;
  }
  input[type=date].input-sm,
  .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm > .input-group-btn > input[type=time].btn,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm > .input-group-btn > input[type=month].btn,
  .input-group-sm input[type=month] {
    line-height: 31px;
  }
  input[type=date].input-lg,
  .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg > .input-group-btn > input[type=time].btn,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg > .input-group-btn > input[type=month].btn,
  .input-group-lg input[type=month] {
    line-height: 48px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 24px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-top: 4px \9 ;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

.form-control-static {
  min-height: 39px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.artwork-tool .input-group-lg > .form-control-static.input-group-icon,
.form .input-group-lg > .form-control-static.form__input__addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.artwork-tool .input-group-sm > .form-control-static.input-group-icon,
.form .input-group-sm > .form-control-static.form__input__addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.artwork-tool .input-group-sm > .input-group-icon,
.form .input-group-sm > .form__input__addon,
.input-group-sm > .input-group-btn > .btn {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.artwork-tool .input-group-sm > select.input-group-icon,
.form .input-group-sm > select.form__input__addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 31px;
  line-height: 31px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.artwork-tool .input-group-sm > textarea.input-group-icon,
.form .input-group-sm > textarea.form__input__addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.artwork-tool .input-group-sm > select[multiple].input-group-icon,
.form .input-group-sm > select[multiple].form__input__addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 31px;
  line-height: 31px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 31px;
  min-height: 37px;
  padding: 6px 10px;
  font-size: 13px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.artwork-tool .input-group-lg > .input-group-icon,
.form .input-group-lg > .form__input__addon,
.input-group-lg > .input-group-btn > .btn {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.artwork-tool .input-group-lg > select.input-group-icon,
.form .input-group-lg > select.form__input__addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 48px;
  line-height: 48px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.artwork-tool .input-group-lg > textarea.input-group-icon,
.form .input-group-lg > textarea.form__input__addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.artwork-tool .input-group-lg > select[multiple].input-group-icon,
.form .input-group-lg > select[multiple].form__input__addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 48px;
  line-height: 48px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 48px;
  min-height: 43px;
  padding: 11px 16px;
  font-size: 19px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 47.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.artwork-tool .input-group-lg > .input-group-icon + .form-control-feedback,
.form .input-group-lg > .form__input__addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 48px;
  height: 48px;
  line-height: 48px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.artwork-tool .input-group-sm > .input-group-icon + .form-control-feedback,
.form .input-group-sm > .form__input__addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 31px;
  height: 31px;
  line-height: 31px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon, .has-success .artwork-tool .input-group-icon, .artwork-tool .has-success .input-group-icon, .has-success .form .form__input__addon, .form .has-success .form__input__addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon, .has-warning .artwork-tool .input-group-icon, .artwork-tool .has-warning .input-group-icon, .has-warning .form .form__input__addon, .form .has-warning .form__input__addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon, .has-error .artwork-tool .input-group-icon, .artwork-tool .has-error .input-group-icon, .has-error .form .form__input__addon, .form .has-error .form__input__addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 29px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #404040;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon, .form-inline .input-group .artwork-tool .input-group-icon, .artwork-tool .form-inline .input-group .input-group-icon, .form-inline .input-group .form .form__input__addon, .form .form-inline .input-group .form__input__addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 31px;
}
.form-horizontal .form-group {
  margin-right: -7px;
  margin-left: -7px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 19px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 13px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.6;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: black;
  text-decoration: none;
}
.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}

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

.btn-default {
  color: black;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: black;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: black;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: black;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: black;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: black;
}

.btn-primary {
  color: #fff;
  background-color: #145c6a;
  border-color: #104955;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0c373f;
  border-color: black;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0c373f;
  border-color: #061d21;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0c373f;
  background-image: none;
  border-color: #061d21;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #061d21;
  border-color: black;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #145c6a;
  border-color: #104955;
}
.btn-primary .badge {
  color: #145c6a;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #2ab27b;
  border-color: #259d6d;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #20895e;
  border-color: #0d3625;
}
.btn-success:hover {
  color: #fff;
  background-color: #20895e;
  border-color: #196c4b;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #20895e;
  background-image: none;
  border-color: #196c4b;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #196c4b;
  border-color: #0d3625;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #2ab27b;
  border-color: #259d6d;
}
.btn-success .badge {
  color: #2ab27b;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #8eb4cb;
  border-color: #7da8c3;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #6b9dbb;
  border-color: #3d6983;
}
.btn-info:hover {
  color: #fff;
  background-color: #6b9dbb;
  border-color: #538db0;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #6b9dbb;
  background-image: none;
  border-color: #538db0;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #538db0;
  border-color: #3d6983;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #8eb4cb;
  border-color: #7da8c3;
}
.btn-info .badge {
  color: #8eb4cb;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #cbb956;
  border-color: #c5b143;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #b6a338;
  border-color: #685d20;
}
.btn-warning:hover {
  color: #fff;
  background-color: #b6a338;
  border-color: #9b8a30;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #b6a338;
  background-image: none;
  border-color: #9b8a30;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #9b8a30;
  border-color: #685d20;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #cbb956;
  border-color: #c5b143;
}
.btn-warning .badge {
  color: #cbb956;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #bf5329;
  border-color: #aa4a24;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #954120;
  border-color: #411c0e;
}
.btn-danger:hover {
  color: #fff;
  background-color: #954120;
  border-color: #78341a;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #954120;
  background-image: none;
  border-color: #78341a;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #78341a;
  border-color: #411c0e;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #bf5329;
  border-color: #aa4a24;
}
.btn-danger .badge {
  color: #bf5329;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: #145c6a;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #08242a;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

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

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 15px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.6;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #145c6a;
  outline: 0;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 13px;
  line-height: 1.6;
  color: #777777;
  white-space: nowrap;
}

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

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  display: table;
  content: " ";
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn: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 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon, .artwork-tool .input-group-icon, .form .form__input__addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child), .artwork-tool .input-group-icon:not(:first-child):not(:last-child), .form .form__input__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) {
  border-radius: 0;
}

.input-group-addon, .artwork-tool .input-group-icon, .form .form__input__addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon, .artwork-tool .input-group-icon, .form .form__input__addon {
  padding: 6px 12px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #666666;
  border-radius: 4px;
}
.input-group-addon.input-sm, .artwork-tool .input-sm.input-group-icon, .form .input-sm.form__input__addon,
.input-group-sm > .input-group-addon,
.artwork-tool .input-group-sm > .input-group-icon,
.form .input-group-sm > .form__input__addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn,
.artwork-tool .input-group-sm > .input-group-btn > .btn.input-group-icon,
.form .input-group-sm > .input-group-btn > .btn.form__input__addon {
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 3px;
}
.input-group-addon.input-lg, .artwork-tool .input-lg.input-group-icon, .form .input-lg.form__input__addon,
.input-group-lg > .input-group-addon,
.artwork-tool .input-group-lg > .input-group-icon,
.form .input-group-lg > .form__input__addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn,
.artwork-tool .input-group-lg > .input-group-btn > .btn.input-group-icon,
.form .input-group-lg > .input-group-btn > .btn.form__input__addon {
  padding: 10px 16px;
  font-size: 19px;
  border-radius: 6px;
}
.input-group-addon input[type=radio], .artwork-tool .input-group-icon input[type=radio], .form .form__input__addon input[type=radio],
.input-group-addon input[type=checkbox],
.artwork-tool .input-group-icon input[type=checkbox],
.form .form__input__addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.artwork-tool .input-group-icon:first-child,
.form .form__input__addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child, .artwork-tool .input-group-icon:first-child, .form .form__input__addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.artwork-tool .input-group-icon:last-child,
.form .form__input__addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child, .artwork-tool .input-group-icon:last-child, .form .form__input__addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav:before, .nav:after {
  display: table;
  content: " ";
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #145c6a;
}
.nav .nav-divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.6;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: white;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #145c6a;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: white;
  }
}

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

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

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 24px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  display: table;
  content: " ";
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  display: table;
  content: " ";
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  padding-right: 7px;
  padding-left: 7px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  display: table;
  content: " ";
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -7px;
  margin-left: -7px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 13px 7px;
  font-size: 19px;
  line-height: 24px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -7px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 7px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 6.5px -7px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 24px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}

.navbar-form {
  padding: 10px 7px;
  margin-right: -7px;
  margin-left: -7px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon, .navbar-form .input-group .artwork-tool .input-group-icon, .artwork-tool .navbar-form .input-group .input-group-icon, .navbar-form .input-group .form .form__input__addon, .form .navbar-form .input-group .form__input__addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
  .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 6px;
  margin-bottom: 6px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 9.5px;
  margin-bottom: 9.5px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 13px;
  margin-bottom: 13px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 7px;
    margin-left: 7px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -7px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #fff;
  border-color: #e6e6e6;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #eeeeee;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #eeeeee;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #eeeeee;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e6e6e6;
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #090909;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 24px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.6;
  color: inherit;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #75a400;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #95c11f;
  border-color: #75a400;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 24px;
  line-height: 1.6;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: black;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #145c6a;
}

.alert {
  padding: 15px;
  margin-bottom: 24px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 24px;
  margin-bottom: 24px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 13px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  background-color: #145c6a;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.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: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #2ab27b;
}
.progress-striped .progress-bar-success {
  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);
}

.progress-bar-info {
  background-color: #8eb4cb;
}
.progress-striped .progress-bar-info {
  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);
}

.progress-bar-warning {
  background-color: #cbb956;
}
.progress-striped .progress-bar-warning {
  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);
}

.progress-bar-danger {
  background-color: #bf5329;
}
.progress-striped .progress-bar-danger {
  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);
}

.panel {
  margin-bottom: 24px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  display: table;
  content: " ";
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #e6e6e6;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 24px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #e6e6e6;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #e6e6e6;
}

.panel-default {
  border-color: #e6e6e6;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #fff;
  border-color: #e6e6e6;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e6e6e6;
}
.panel-default > .panel-heading .badge {
  color: #fff;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #e6e6e6;
}

.panel-primary {
  border-color: #145c6a;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #145c6a;
  border-color: #145c6a;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #145c6a;
}
.panel-primary > .panel-heading .badge {
  color: #145c6a;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #145c6a;
}

.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.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-16by9 {
  padding-bottom: 56.25%;
}

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

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 22.5px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

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

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  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;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

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

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

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

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 13px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 15px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 15px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

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

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  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;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !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;
  }
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.select2-container--bootstrap {
  display: block;
  /*------------------------------------*\
      #COMMON STYLES
  \*------------------------------------*/
  /**
   * Search field in the Select2 dropdown.
   */
  /**
   * No outline for all search fields - in the dropdown
   * and inline in multi Select2s.
   */
  /**
   * Adjust Select2's choices hover and selected styles to match
   * Bootstrap 3's default dropdown styles.
   *
   * @see http://getbootstrap.com/components/#dropdowns
   */
  /**
   * Clear the selection.
   */
  /**
   * Address disabled Select2 styles.
   *
   * @see https://select2.github.io/examples.html#disabled
   * @see http://getbootstrap.com/css/#forms-control-disabled
   */
  /*------------------------------------*\
      #DROPDOWN
  \*------------------------------------*/
  /**
   * Dropdown border color and box-shadow.
   */
  /**
   * Limit the dropdown height.
   */
  /*------------------------------------*\
      #SINGLE SELECT2
  \*------------------------------------*/
  /*------------------------------------*\
    #MULTIPLE SELECT2
  \*------------------------------------*/
  /**
   * Address Bootstrap control sizing classes
   *
   * 1. Reset Bootstrap defaults.
   * 2. Adjust the dropdown arrow button icon position.
   *
   * @see http://getbootstrap.com/css/#forms-control-sizes
   */
  /* 1 */
  /*------------------------------------*\
    #RTL SUPPORT
  \*------------------------------------*/
}
.select2-container--bootstrap .select2-selection {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border: 1px solid #666666;
  border-radius: 4px;
  color: #555555;
  font-size: 15px;
  outline: 0;
}
.select2-container--bootstrap .select2-selection.form-control {
  border-radius: 4px;
}
.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border: 1px solid #666666;
  border-radius: 4px;
  color: #555555;
  font-size: 15px;
}
.select2-container--bootstrap .select2-search__field {
  outline: 0;
  /* Firefox 18- */
  /**
   * Firefox 19+
   *
   * @see http://stackoverflow.com/questions/24236240/color-for-styled-placeholder-text-is-muted-in-firefox
   */
}
.select2-container--bootstrap .select2-search__field::-webkit-input-placeholder {
  color: #4d4d4d;
}
.select2-container--bootstrap .select2-search__field:-moz-placeholder {
  color: #4d4d4d;
}
.select2-container--bootstrap .select2-search__field::-moz-placeholder {
  color: #4d4d4d;
  opacity: 1;
}
.select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
  color: #4d4d4d;
}
.select2-container--bootstrap .select2-results__option {
  padding: 6px 12px;
  /**
   * Disabled results.
   *
   * @see https://select2.github.io/examples.html#disabled-results
   */
  /**
   * Hover state.
   */
  /**
   * Selected state.
   */
}
.select2-container--bootstrap .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--bootstrap .select2-results__option[aria-disabled=true] {
  color: #777777;
  cursor: not-allowed;
}
.select2-container--bootstrap .select2-results__option[aria-selected=true] {
  background-color: #f5f5f5;
  color: #262626;
}
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #145c6a;
  color: #fff;
}
.select2-container--bootstrap .select2-results__option .select2-results__option {
  padding: 6px 12px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -12px;
  padding-left: 24px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -24px;
  padding-left: 36px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -36px;
  padding-left: 48px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -48px;
  padding-left: 60px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -60px;
  padding-left: 72px;
}
.select2-container--bootstrap .select2-results__group {
  color: #777777;
  display: block;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.6;
  white-space: nowrap;
}
.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(40, 185, 213, 0.6);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-color: #28b9d5;
}
.select2-container--bootstrap.select2-container--open {
  /**
   * Make the dropdown arrow point up while the dropdown is visible.
   */
  /**
   * Handle border radii of the container when the dropdown is showing.
   */
}
.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
  border-color: transparent transparent #4d4d4d transparent;
  border-width: 0 4px 4px 4px;
}
.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-color: transparent;
}
.select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-color: transparent;
}
.select2-container--bootstrap .select2-selection__clear {
  color: #4d4d4d;
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--bootstrap .select2-selection__clear:hover {
  color: black;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection {
  border-color: #666666;
  box-shadow: none;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-search__field {
  cursor: not-allowed;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  background-color: #eeeeee;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection__clear,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
  display: none;
}
.select2-container--bootstrap .select2-dropdown {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-color: #28b9d5;
  overflow-x: hidden;
  margin-top: -1px;
}
.select2-container--bootstrap .select2-dropdown--above {
  box-shadow: 0px -6px 12px rgba(0, 0, 0, 0.175);
  margin-top: 1px;
}
.select2-container--bootstrap .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--bootstrap .select2-selection--single {
  height: 38px;
  line-height: 1.6;
  padding: 6px 24px 6px 12px;
  /**
   * Adjust the single Select2's dropdown arrow button appearance.
   */
}
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  position: absolute;
  bottom: 0;
  right: 12px;
  top: 0;
  width: 4px;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-color: #4d4d4d transparent transparent transparent;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  height: 0;
  left: 0;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  color: #555555;
  padding: 0;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
  color: #4d4d4d;
}
.select2-container--bootstrap .select2-selection--multiple {
  min-height: 38px;
  padding: 0;
  height: auto;
  /**
   * Make Multi Select2's choices match Bootstrap 3's default button styles.
   */
  /**
   * Minus 2px borders.
   */
  /**
   * Clear the selection.
   */
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  display: block;
  line-height: 1.6;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder {
  color: #4d4d4d;
  float: left;
  margin-top: 5px;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  color: #555555;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin: 5px 0 0 6px;
  padding: 0 6px;
}
.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  background: transparent;
  padding: 0 12px;
  height: 36px;
  line-height: 1.6;
  margin-top: 0;
  min-width: 5em;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
  color: #4d4d4d;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 3px;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: black;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 6px;
}
.select2-container--bootstrap .select2-selection--single.input-sm, .select2-container--bootstrap .input-group-sm > .select2-selection--single.form-control,
.select2-container--bootstrap .input-group-sm > .select2-selection--single.input-group-addon,
.select2-container--bootstrap .artwork-tool .input-group-sm > .select2-selection--single.input-group-icon,
.artwork-tool .select2-container--bootstrap .input-group-sm > .select2-selection--single.input-group-icon,
.select2-container--bootstrap .form .input-group-sm > .select2-selection--single.form__input__addon,
.form .select2-container--bootstrap .input-group-sm > .select2-selection--single.form__input__addon,
.select2-container--bootstrap .input-group-sm > .input-group-btn > .select2-selection--single.btn, .input-group-sm .select2-container--bootstrap .select2-selection--single, .form-group-sm .select2-container--bootstrap .select2-selection--single {
  border-radius: 3px;
  font-size: 13px;
  height: 31px;
  line-height: 1.5;
  padding: 5px 22px 5px 10px;
  /* 2 */
}
.select2-container--bootstrap .select2-selection--single.input-sm .select2-selection__arrow b, .select2-container--bootstrap .input-group-sm > .select2-selection--single.form-control .select2-selection__arrow b,
.select2-container--bootstrap .input-group-sm > .select2-selection--single.input-group-addon .select2-selection__arrow b,
.select2-container--bootstrap .artwork-tool .input-group-sm > .select2-selection--single.input-group-icon .select2-selection__arrow b,
.artwork-tool .select2-container--bootstrap .input-group-sm > .select2-selection--single.input-group-icon .select2-selection__arrow b,
.select2-container--bootstrap .form .input-group-sm > .select2-selection--single.form__input__addon .select2-selection__arrow b,
.form .select2-container--bootstrap .input-group-sm > .select2-selection--single.form__input__addon .select2-selection__arrow b,
.select2-container--bootstrap .input-group-sm > .input-group-btn > .select2-selection--single.btn .select2-selection__arrow b, .input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b, .form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  margin-left: -5px;
}
.select2-container--bootstrap .select2-selection--multiple.input-sm, .select2-container--bootstrap .input-group-sm > .select2-selection--multiple.form-control,
.select2-container--bootstrap .input-group-sm > .select2-selection--multiple.input-group-addon,
.select2-container--bootstrap .artwork-tool .input-group-sm > .select2-selection--multiple.input-group-icon,
.artwork-tool .select2-container--bootstrap .input-group-sm > .select2-selection--multiple.input-group-icon,
.select2-container--bootstrap .form .input-group-sm > .select2-selection--multiple.form__input__addon,
.form .select2-container--bootstrap .input-group-sm > .select2-selection--multiple.form__input__addon,
.select2-container--bootstrap .input-group-sm > .input-group-btn > .select2-selection--multiple.btn, .input-group-sm .select2-container--bootstrap .select2-selection--multiple, .form-group-sm .select2-container--bootstrap .select2-selection--multiple {
  min-height: 31px;
  border-radius: 3px;
}
.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__choice, .select2-container--bootstrap .input-group-sm > .select2-selection--multiple.form-control .select2-selection__choice,
.select2-container--bootstrap .input-group-sm > .select2-selection--multiple.input-group-addon .select2-selection__choice,
.select2-container--bootstrap .artwork-tool .input-group-sm > .select2-selection--multiple.input-group-icon .select2-selection__choice,
.artwork-tool .select2-container--bootstrap .input-group-sm > .select2-selection--multiple.input-group-icon .select2-selection__choice,
.select2-container--bootstrap .form .input-group-sm > .select2-selection--multiple.form__input__addon .select2-selection__choice,
.form .select2-container--bootstrap .input-group-sm > .select2-selection--multiple.form__input__addon .select2-selection__choice,
.select2-container--bootstrap .input-group-sm > .input-group-btn > .select2-selection--multiple.btn .select2-selection__choice, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice, .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 13px;
  line-height: 1.5;
  margin: 4px 0 0 5px;
  padding: 0 5px;
}
.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-search--inline .select2-search__field, .select2-container--bootstrap .input-group-sm > .select2-selection--multiple.form-control .select2-search--inline .select2-search__field,
.select2-container--bootstrap .input-group-sm > .select2-selection--multiple.input-group-addon .select2-search--inline .select2-search__field,
.select2-container--bootstrap .artwork-tool .input-group-sm > .select2-selection--multiple.input-group-icon .select2-search--inline .select2-search__field,
.artwork-tool .select2-container--bootstrap .input-group-sm > .select2-selection--multiple.input-group-icon .select2-search--inline .select2-search__field,
.select2-container--bootstrap .form .input-group-sm > .select2-selection--multiple.form__input__addon .select2-search--inline .select2-search__field,
.form .select2-container--bootstrap .input-group-sm > .select2-selection--multiple.form__input__addon .select2-search--inline .select2-search__field,
.select2-container--bootstrap .input-group-sm > .input-group-btn > .select2-selection--multiple.btn .select2-search--inline .select2-search__field, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field, .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 10px;
  font-size: 13px;
  height: 29px;
  line-height: 1.5;
}
.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__clear, .select2-container--bootstrap .input-group-sm > .select2-selection--multiple.form-control .select2-selection__clear,
.select2-container--bootstrap .input-group-sm > .select2-selection--multiple.input-group-addon .select2-selection__clear,
.select2-container--bootstrap .artwork-tool .input-group-sm > .select2-selection--multiple.input-group-icon .select2-selection__clear,
.artwork-tool .select2-container--bootstrap .input-group-sm > .select2-selection--multiple.input-group-icon .select2-selection__clear,
.select2-container--bootstrap .form .input-group-sm > .select2-selection--multiple.form__input__addon .select2-selection__clear,
.form .select2-container--bootstrap .input-group-sm > .select2-selection--multiple.form__input__addon .select2-selection__clear,
.select2-container--bootstrap .input-group-sm > .input-group-btn > .select2-selection--multiple.btn .select2-selection__clear, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear, .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 5px;
}
.select2-container--bootstrap .select2-selection--single.input-lg, .select2-container--bootstrap .input-group-lg > .select2-selection--single.form-control,
.select2-container--bootstrap .input-group-lg > .select2-selection--single.input-group-addon,
.select2-container--bootstrap .artwork-tool .input-group-lg > .select2-selection--single.input-group-icon,
.artwork-tool .select2-container--bootstrap .input-group-lg > .select2-selection--single.input-group-icon,
.select2-container--bootstrap .form .input-group-lg > .select2-selection--single.form__input__addon,
.form .select2-container--bootstrap .input-group-lg > .select2-selection--single.form__input__addon,
.select2-container--bootstrap .input-group-lg > .input-group-btn > .select2-selection--single.btn, .input-group-lg .select2-container--bootstrap .select2-selection--single, .form-group-lg .select2-container--bootstrap .select2-selection--single {
  border-radius: 6px;
  font-size: 19px;
  height: 48px;
  line-height: 1.3333333;
  padding: 10px 31px 10px 16px;
  /* 1 */
}
.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow, .select2-container--bootstrap .input-group-lg > .select2-selection--single.form-control .select2-selection__arrow,
.select2-container--bootstrap .input-group-lg > .select2-selection--single.input-group-addon .select2-selection__arrow,
.select2-container--bootstrap .artwork-tool .input-group-lg > .select2-selection--single.input-group-icon .select2-selection__arrow,
.artwork-tool .select2-container--bootstrap .input-group-lg > .select2-selection--single.input-group-icon .select2-selection__arrow,
.select2-container--bootstrap .form .input-group-lg > .select2-selection--single.form__input__addon .select2-selection__arrow,
.form .select2-container--bootstrap .input-group-lg > .select2-selection--single.form__input__addon .select2-selection__arrow,
.select2-container--bootstrap .input-group-lg > .input-group-btn > .select2-selection--single.btn .select2-selection__arrow, .input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow, .form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  width: 5px;
}
.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow b, .select2-container--bootstrap .input-group-lg > .select2-selection--single.form-control .select2-selection__arrow b,
.select2-container--bootstrap .input-group-lg > .select2-selection--single.input-group-addon .select2-selection__arrow b,
.select2-container--bootstrap .artwork-tool .input-group-lg > .select2-selection--single.input-group-icon .select2-selection__arrow b,
.artwork-tool .select2-container--bootstrap .input-group-lg > .select2-selection--single.input-group-icon .select2-selection__arrow b,
.select2-container--bootstrap .form .input-group-lg > .select2-selection--single.form__input__addon .select2-selection__arrow b,
.form .select2-container--bootstrap .input-group-lg > .select2-selection--single.form__input__addon .select2-selection__arrow b,
.select2-container--bootstrap .input-group-lg > .input-group-btn > .select2-selection--single.btn .select2-selection__arrow b, .input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b, .form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-width: 5px 5px 0 5px;
  margin-left: -5px;
  margin-left: -10px;
  margin-top: -2.5px;
}
.select2-container--bootstrap .select2-selection--multiple.input-lg, .select2-container--bootstrap .input-group-lg > .select2-selection--multiple.form-control,
.select2-container--bootstrap .input-group-lg > .select2-selection--multiple.input-group-addon,
.select2-container--bootstrap .artwork-tool .input-group-lg > .select2-selection--multiple.input-group-icon,
.artwork-tool .select2-container--bootstrap .input-group-lg > .select2-selection--multiple.input-group-icon,
.select2-container--bootstrap .form .input-group-lg > .select2-selection--multiple.form__input__addon,
.form .select2-container--bootstrap .input-group-lg > .select2-selection--multiple.form__input__addon,
.select2-container--bootstrap .input-group-lg > .input-group-btn > .select2-selection--multiple.btn, .input-group-lg .select2-container--bootstrap .select2-selection--multiple, .form-group-lg .select2-container--bootstrap .select2-selection--multiple {
  min-height: 48px;
  border-radius: 6px;
}
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__choice, .select2-container--bootstrap .input-group-lg > .select2-selection--multiple.form-control .select2-selection__choice,
.select2-container--bootstrap .input-group-lg > .select2-selection--multiple.input-group-addon .select2-selection__choice,
.select2-container--bootstrap .artwork-tool .input-group-lg > .select2-selection--multiple.input-group-icon .select2-selection__choice,
.artwork-tool .select2-container--bootstrap .input-group-lg > .select2-selection--multiple.input-group-icon .select2-selection__choice,
.select2-container--bootstrap .form .input-group-lg > .select2-selection--multiple.form__input__addon .select2-selection__choice,
.form .select2-container--bootstrap .input-group-lg > .select2-selection--multiple.form__input__addon .select2-selection__choice,
.select2-container--bootstrap .input-group-lg > .input-group-btn > .select2-selection--multiple.btn .select2-selection__choice, .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice, .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 4px;
  margin: 9px 0 0 8px;
  padding: 0 10px;
}
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-search--inline .select2-search__field, .select2-container--bootstrap .input-group-lg > .select2-selection--multiple.form-control .select2-search--inline .select2-search__field,
.select2-container--bootstrap .input-group-lg > .select2-selection--multiple.input-group-addon .select2-search--inline .select2-search__field,
.select2-container--bootstrap .artwork-tool .input-group-lg > .select2-selection--multiple.input-group-icon .select2-search--inline .select2-search__field,
.artwork-tool .select2-container--bootstrap .input-group-lg > .select2-selection--multiple.input-group-icon .select2-search--inline .select2-search__field,
.select2-container--bootstrap .form .input-group-lg > .select2-selection--multiple.form__input__addon .select2-search--inline .select2-search__field,
.form .select2-container--bootstrap .input-group-lg > .select2-selection--multiple.form__input__addon .select2-search--inline .select2-search__field,
.select2-container--bootstrap .input-group-lg > .input-group-btn > .select2-selection--multiple.btn .select2-search--inline .select2-search__field, .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field, .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 16px;
  font-size: 19px;
  height: 46px;
  line-height: 1.3333333;
}
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__clear, .select2-container--bootstrap .input-group-lg > .select2-selection--multiple.form-control .select2-selection__clear,
.select2-container--bootstrap .input-group-lg > .select2-selection--multiple.input-group-addon .select2-selection__clear,
.select2-container--bootstrap .artwork-tool .input-group-lg > .select2-selection--multiple.input-group-icon .select2-selection__clear,
.artwork-tool .select2-container--bootstrap .input-group-lg > .select2-selection--multiple.input-group-icon .select2-selection__clear,
.select2-container--bootstrap .form .input-group-lg > .select2-selection--multiple.form__input__addon .select2-selection__clear,
.form .select2-container--bootstrap .input-group-lg > .select2-selection--multiple.form__input__addon .select2-selection__clear,
.select2-container--bootstrap .input-group-lg > .input-group-btn > .select2-selection--multiple.btn .select2-selection__clear, .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear, .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 10px;
}
.select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single, .select2-container--bootstrap .input-group-lg > .select2-selection.select2-container--open.form-control .select2-selection--single,
.select2-container--bootstrap .input-group-lg > .select2-selection.select2-container--open.input-group-addon .select2-selection--single,
.select2-container--bootstrap .artwork-tool .input-group-lg > .select2-selection.select2-container--open.input-group-icon .select2-selection--single,
.artwork-tool .select2-container--bootstrap .input-group-lg > .select2-selection.select2-container--open.input-group-icon .select2-selection--single,
.select2-container--bootstrap .form .input-group-lg > .select2-selection.select2-container--open.form__input__addon .select2-selection--single,
.form .select2-container--bootstrap .input-group-lg > .select2-selection.select2-container--open.form__input__addon .select2-selection--single,
.select2-container--bootstrap .input-group-lg > .input-group-btn > .select2-selection.select2-container--open.btn .select2-selection--single {
  /**
   * Make the dropdown arrow point up while the dropdown is visible.
   */
}
.select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b, .select2-container--bootstrap .input-group-lg > .select2-selection.select2-container--open.form-control .select2-selection--single .select2-selection__arrow b,
.select2-container--bootstrap .input-group-lg > .select2-selection.select2-container--open.input-group-addon .select2-selection--single .select2-selection__arrow b,
.select2-container--bootstrap .artwork-tool .input-group-lg > .select2-selection.select2-container--open.input-group-icon .select2-selection--single .select2-selection__arrow b,
.artwork-tool .select2-container--bootstrap .input-group-lg > .select2-selection.select2-container--open.input-group-icon .select2-selection--single .select2-selection__arrow b,
.select2-container--bootstrap .form .input-group-lg > .select2-selection.select2-container--open.form__input__addon .select2-selection--single .select2-selection__arrow b,
.form .select2-container--bootstrap .input-group-lg > .select2-selection.select2-container--open.form__input__addon .select2-selection--single .select2-selection__arrow b,
.select2-container--bootstrap .input-group-lg > .input-group-btn > .select2-selection.select2-container--open.btn .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #4d4d4d transparent;
  border-width: 0 5px 5px 5px;
}
.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single {
  /**
   * Make the dropdown arrow point up while the dropdown is visible.
   */
}
.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #4d4d4d transparent;
  border-width: 0 5px 5px 5px;
}
.select2-container--bootstrap[dir=rtl] {
  /**
   * Single Select2
   *
   * 1. Makes sure that .select2-selection__placeholder is positioned
   *    correctly.
   */
  /**
   * Multiple Select2
   */
}
.select2-container--bootstrap[dir=rtl] .select2-selection--single {
  padding-left: 24px;
  padding-right: 12px;
}
.select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 0;
  padding-left: 0;
  text-align: right; /* 1 */
}
.select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 12px;
  right: auto;
}
.select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__arrow b {
  margin-left: 0;
}
.select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 0;
  margin-right: 6px;
}
.select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/*------------------------------------*\
  #ADDITIONAL GOODIES
\*------------------------------------*/
/**
 * Address Bootstrap's validation states
 *
 * If a Select2 widget parent has one of Bootstrap's validation state modifier
 * classes, adjust Select2's border colors and focus states accordingly.
 * You may apply said classes to the Select2 dropdown (body > .select2-container)
 * via JavaScript match Bootstraps' to make its styles match.
 *
 * @see http://getbootstrap.com/css/#forms-control-validation
 */
.has-warning .select2-dropdown,
.has-warning .select2-selection {
  border-color: #8a6d3b;
}
.has-warning .select2-container--focus .select2-selection,
.has-warning .select2-container--open .select2-selection {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  border-color: #66512c;
}
.has-warning.select2-drop-active {
  border-color: #66512c;
}
.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #66512c;
}

.has-error .select2-dropdown,
.has-error .select2-selection {
  border-color: #a94442;
}
.has-error .select2-container--focus .select2-selection,
.has-error .select2-container--open .select2-selection {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  border-color: #843534;
}
.has-error.select2-drop-active {
  border-color: #843534;
}
.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #843534;
}

.has-success .select2-dropdown,
.has-success .select2-selection {
  border-color: #3c763d;
}
.has-success .select2-container--focus .select2-selection,
.has-success .select2-container--open .select2-selection {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  border-color: #2b542c;
}
.has-success.select2-drop-active {
  border-color: #2b542c;
}
.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #2b542c;
}

/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * @see http://getbootstrap.com/components/#input-groups
 * @see https://github.com/twbs/bootstrap/blob/master/less/input-groups.less
 */
/**
 * Reset rounded corners
 */
.input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap > .selection > .select2-selection, .input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap > .selection > .select2-selection.form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap:not(:last-child) > .selection > .select2-selection, .input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap:not(:last-child) > .selection > .select2-selection.form-control {
  border-radius: 0;
}
.input-group > .select2-hidden-accessible:not(:first-child):not(:last-child) + .select2-container--bootstrap:last-child > .selection > .select2-selection, .input-group > .select2-hidden-accessible:not(:first-child):not(:last-child) + .select2-container--bootstrap:last-child > .selection > .select2-selection.form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .select2-container--bootstrap {
  display: table;
  table-layout: fixed;
  position: relative;
  z-index: 2;
  width: 100%;
  margin-bottom: 0;
  /**
   * Adjust z-index like Bootstrap does to show the focus-box-shadow
   * above appended buttons in .input-group and .form-group.
   */
  /**
   * Adjust alignment of Bootstrap buttons in Bootstrap Input Groups to address
   * Multi Select2's height which - depending on how many elements have been selected -
   * may grow taller than its initial size.
   *
   * @see http://getbootstrap.com/components/#input-groups
   */
}
.input-group > .select2-container--bootstrap > .selection > .select2-selection.form-control {
  float: none;
}
.input-group > .select2-container--bootstrap.select2-container--open, .input-group > .select2-container--bootstrap.select2-container--focus {
  z-index: 3;
}
.input-group > .select2-container--bootstrap,
.input-group > .select2-container--bootstrap .input-group-btn,
.input-group > .select2-container--bootstrap .input-group-btn .btn {
  vertical-align: top;
}

/**
 * Temporary fix for https://github.com/select2/select2-bootstrap-theme/issues/9
 *
 * Provides `!important` for certain properties of the class applied to the
 * original `<select>` element to hide it.
 *
 * @see https://github.com/select2/select2/pull/3301
 * @see https://github.com/fk/select2/commit/31830c7b32cb3d8e1b12d5b434dee40a6e753ada
 */
.form-control.select2-hidden-accessible {
  position: absolute !important;
  width: 1px !important;
}

/**
 * Display override for inline forms
 */
@media (min-width: 768px) {
  .form-inline .select2-container--bootstrap {
    display: inline-block;
  }
}

.font-green {
  color: #95c11f;
}

html, body {
  margin: 0;
  padding: 0;
  font-family: Montserrat;
  font-size: 62.5%;
  overflow-y: scroll;
  line-height: 20px;
  color: #424644;
  letter-spacing: 0.02em;
}
html.form, body.form {
  margin: 0;
}

@media screen and (max-width: 767px) {
  html, body {
    font-size: 70%;
  }
}
body {
  font-size: 1.4rem;
}

table {
  width: 100%;
}

label {
  font-weight: 400;
}

.container {
  position: relative;
}

.row--no-gutter {
  margin: 0;
}
.row--no-gutter > [class*=col-] {
  padding: 0;
}

.row--xs-gutter {
  margin: 0 -2px;
}
.row--xs-gutter > [class*=col-] {
  padding: 0 2px;
}

.row--sm-gutter {
  margin: 0 -5px;
}
.row--sm-gutter > [class*=col-] {
  padding: 0 5px;
}

.row--md-gutter {
  margin: 0 -10px;
}
.row--md-gutter > [class*=col-] {
  padding: 0 10px;
}

.row--lg-gutter {
  margin: 0 -20px;
}
.row--lg-gutter > [class*=col-] {
  padding: 0 20px;
}
@media screen and (max-width: 1198px) {
  .row--lg-gutter > [class*=col-] {
    padding: 0 7px;
  }
}

.row--xl-gutter {
  margin: 0 -30px;
}
.row--xl-gutter > [class*=col-] {
  padding: 0 30px;
}

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

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

@media screen and (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}
.is-loading {
  position: relative;
}
.is-loading::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0.8;
  content: "";
  z-index: 5;
}
.is-loading::after {
  content: "";
  position: absolute;
  border: 4px solid #d9d9d9;
  border-radius: 50%;
  border-top: 4px solid #95c11f;
  width: 30px;
  height: 30px;
  left: calc(50% - 15px);
  top: 20px;
  animation: spin 1s linear infinite;
  z-index: 6;
}

h1, .cookie-popup__header p, h2, .header .header__title, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
  font-weight: 700;
  color: #424644;
}
h1 > a, .cookie-popup__header p > a, h2 > a, .header .header__title > a, h3 > a, h4 > a, h5 > a, .h1 > a, .h2 > a, .h3 > a, .h4 > a, .h5 > a {
  text-decoration: none !important;
}

p {
  margin: 0;
}

a, a:hover {
  color: inherit;
  font: inherit;
  text-decoration: none;
}

h1, .cookie-popup__header p, .h1 {
  font: 700 3.6rem/4.4rem Montserrat;
  margin: 0 0 5px;
}

h2, .header .header__title, .h2 {
  font: 700 2.4rem/3rem Montserrat;
  margin: 0 0 5px;
}

h3, .h3 {
  font: 700 1.6rem/2rem Montserrat;
  margin: 1px 0 0;
}

h4, .h4 {
  font: 700 12px/21px Montserrat;
  margin: 0 0 4px;
}
h4 .fa, .h4 .fa {
  color: #d29601;
}

h5, .h5 {
  font: 400 italic 1.9rem/2.8rem Bitter;
}

h1 a:not(.button):not(.ghost-button):not(.ghost-button:hover), .cookie-popup__header p a:not(.button):not(.ghost-button):not(.ghost-button:hover), .h1 a:not(.button):not(.ghost-button):not(.ghost-button:hover), h2 a:not(.button):not(.ghost-button):not(.ghost-button:hover), .header .header__title a:not(.button):not(.ghost-button):not(.ghost-button:hover), .h2 a:not(.button):not(.ghost-button):not(.ghost-button:hover), h3 a:not(.button):not(.ghost-button):not(.ghost-button:hover), .h3 a:not(.button):not(.ghost-button):not(.ghost-button:hover), h4 a:not(.button):not(.ghost-button):not(.ghost-button:hover), .h4 a:not(.button):not(.ghost-button):not(.ghost-button:hover) {
  font: inherit;
  color: inherit;
}

.h1--curl {
  display: inline-block;
}
.h1--curl:after {
  display: inline-block;
  vertical-align: -2rem;
  content: " ";
  background: url(/images/arrow-curl.svg) no-repeat;
  height: 5.5rem;
  width: 6.5rem;
}

.p--intro {
  color: #95c11f;
  font-size: 1.7rem;
  font-family: Montserrat;
  font-weight: 700;
}

.p--large {
  font-size: 1.5rem;
  line-height: 2.5rem;
}

.text--green {
  color: #95c11f !important;
}

.text--orange {
  color: #ec8225;
}

.text--red {
  color: #b12934;
}

.text--mute {
  opacity: 0.5;
}

.text--normal {
  font-weight: 400;
}

.text--light {
  font-weight: 300;
}

.text--bold {
  font-weight: 700;
  letter-spacing: 0;
}

hr {
  border-color: #e9e4df;
}

@media screen and (max-width: 767px) {
  h1, .cookie-popup__header p, .h1 {
    font-size: 2.5rem;
    line-height: 3.3rem;
  }
  h2, .header .header__title, .h2 {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  h3, .h3 {
    font-size: 1.5rem;
    line-height: 1.7rem;
  }
  h4, .h4 {
    font-size: 12px;
    line-height: 21px;
  }
  h4 .fa, .h4 .fa {
    color: #d29601;
  }
}
.flex {
  display: flex;
}
.flex-inline {
  display: inline-flex;
}
.flex.flex--vertical-divided {
  justify-content: space-between;
  flex-direction: column;
}
.flex.flex--vertical-align {
  align-items: center;
}
.flex.flex--full-align {
  align-items: center;
  justify-content: center;
}
.flex.flex-wrap {
  flex-wrap: wrap;
}
.flex.flex--vertical-align--bottom {
  align-items: flex-end;
}
.flex.flex--direction-column {
  flex-direction: column;
}
.flex.flex--direction-column-reverse {
  flex-direction: column-reverse;
}
.flex.flex--stacked {
  justify-content: center;
  flex-direction: column;
}
.flex .fit-content {
  flex: fit-content;
}
.flex.gap-0\.5 {
  gap: 0.5rem;
}
.flex.gap-1 {
  gap: 1rem;
}
.flex.gap-1\.5 {
  gap: 1.5rem;
}
.flex.gap-2 {
  gap: 2rem;
}
.flex.flex--horizontal-divided {
  justify-content: space-between;
}
.flex .flex-equal {
  flex: 1 0 0;
}
.flex .flex-col {
  flex: 1 1;
}
.flex .flex-col .flex-col--fixed {
  flex: 0 0;
}

.flex-1 {
  flex: 1;
}

.sticky {
  position: relative;
}
.sticky.is-sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

@media (min-width: 768px) {
  .mb-sm-1 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .mb-sm-2 {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .mb-sm-3 {
    margin-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .mb-sm-4 {
    margin-bottom: 4rem;
  }
}
@media (min-width: 992px) {
  .mb-md-1 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .mb-md-2 {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .mb-md-3 {
    margin-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .mb-md-4 {
    margin-bottom: 4rem;
  }
}
@media (min-width: 1200px) {
  .mb-lg-1 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1200px) {
  .mb-lg-2 {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1200px) {
  .mb-lg-3 {
    margin-bottom: 3rem;
  }
}
@media (min-width: 1200px) {
  .mb-lg-4 {
    margin-bottom: 4rem;
  }
}
.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mt-4 {
  margin-top: 4rem;
}

@media (min-width: 768px) {
  .mt-sm-1 {
    margin-top: 1rem;
  }
}
@media (min-width: 768px) {
  .mt-sm-2 {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .mt-sm-3 {
    margin-top: 3rem;
  }
}
@media (min-width: 768px) {
  .mt-sm-4 {
    margin-top: 4rem;
  }
}
@media (min-width: 992px) {
  .mt-md-1 {
    margin-top: 1rem;
  }
}
@media (min-width: 992px) {
  .mt-md-2 {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .mt-md-3 {
    margin-top: 3rem;
  }
}
@media (min-width: 992px) {
  .mt-md-4 {
    margin-top: 4rem;
  }
}
@media (min-width: 1200px) {
  .mt-lg-1 {
    margin-top: 1rem;
  }
}
@media (min-width: 1200px) {
  .mt-lg-2 {
    margin-top: 2rem;
  }
}
@media (min-width: 1200px) {
  .mt-lg-3 {
    margin-top: 3rem;
  }
}
@media (min-width: 1200px) {
  .mt-lg-4 {
    margin-top: 4rem;
  }
}
.grid {
  display: grid;
}
.grid .grid-full-span {
  grid-column: 1/-1;
}
.grid.grid-cols-1 {
  grid-template-columns: repeat(1, 1fr);
}
.grid.grid-cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid.grid-cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid.grid-cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (min-width: 768px) {
  .grid.grid-cols-sm-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 768px) {
  .grid.grid-cols-sm-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .grid.grid-cols-sm-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  .grid.grid-cols-sm-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 992px) {
  .grid.grid-cols-md-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 992px) {
  .grid.grid-cols-md-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .grid.grid-cols-md-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .grid.grid-cols-md-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1200px) {
  .grid.grid-cols-lg-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 1200px) {
  .grid.grid-cols-lg-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .grid.grid-cols-lg-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .grid.grid-cols-lg-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.grid-row-span-1 {
  grid-row: span 1;
}
.grid-row-span-2 {
  grid-row: span 2;
}
.grid-row-span-3 {
  grid-row: span 3;
}
.grid-row-span-4 {
  grid-row: span 4;
}
@media (min-width: 768px) {
  .grid-row-span-sm-1 {
    grid-row: span 1;
  }
}
@media (min-width: 768px) {
  .grid-row-span-sm-2 {
    grid-row: span 2;
  }
}
@media (min-width: 768px) {
  .grid-row-span-sm-3 {
    grid-row: span 3;
  }
}
@media (min-width: 768px) {
  .grid-row-span-sm-4 {
    grid-row: span 4;
  }
}
@media (min-width: 992px) {
  .grid-row-span-md-1 {
    grid-row: span 1;
  }
}
@media (min-width: 992px) {
  .grid-row-span-md-2 {
    grid-row: span 2;
  }
}
@media (min-width: 992px) {
  .grid-row-span-md-3 {
    grid-row: span 3;
  }
}
@media (min-width: 992px) {
  .grid-row-span-md-4 {
    grid-row: span 4;
  }
}
@media (min-width: 1200px) {
  .grid-row-span-lg-1 {
    grid-row: span 1;
  }
}
@media (min-width: 1200px) {
  .grid-row-span-lg-2 {
    grid-row: span 2;
  }
}
@media (min-width: 1200px) {
  .grid-row-span-lg-3 {
    grid-row: span 3;
  }
}
@media (min-width: 1200px) {
  .grid-row-span-lg-4 {
    grid-row: span 4;
  }
}
.grid-col-span-1 {
  grid-column: span 1;
}
.grid-col-span-2 {
  grid-column: span 2;
}
.grid-col-span-3 {
  grid-column: span 3;
}
.grid-col-span-4 {
  grid-column: span 4;
}
@media (min-width: 768px) {
  .grid-col-span-sm-1 {
    grid-column: span 1;
  }
}
@media (min-width: 768px) {
  .grid-col-span-sm-2 {
    grid-column: span 2;
  }
}
@media (min-width: 768px) {
  .grid-col-span-sm-3 {
    grid-column: span 3;
  }
}
@media (min-width: 768px) {
  .grid-col-span-sm-4 {
    grid-column: span 4;
  }
}
@media (min-width: 992px) {
  .grid-col-span-md-1 {
    grid-column: span 1;
  }
}
@media (min-width: 992px) {
  .grid-col-span-md-2 {
    grid-column: span 2;
  }
}
@media (min-width: 992px) {
  .grid-col-span-md-3 {
    grid-column: span 3;
  }
}
@media (min-width: 992px) {
  .grid-col-span-md-4 {
    grid-column: span 4;
  }
}
@media (min-width: 1200px) {
  .grid-col-span-lg-1 {
    grid-column: span 1;
  }
}
@media (min-width: 1200px) {
  .grid-col-span-lg-2 {
    grid-column: span 2;
  }
}
@media (min-width: 1200px) {
  .grid-col-span-lg-3 {
    grid-column: span 3;
  }
}
@media (min-width: 1200px) {
  .grid-col-span-lg-4 {
    grid-column: span 4;
  }
}

.gap-1 {
  gap: 1rem;
}
.gap-2 {
  gap: 2rem;
}
.gap-3 {
  gap: 3rem;
}
.gap-4 {
  gap: 4rem;
}
@media (min-width: 768px) {
  .gap-sm-1 {
    gap: 1rem;
  }
}
@media (min-width: 768px) {
  .gap-sm-2 {
    gap: 2rem;
  }
}
@media (min-width: 768px) {
  .gap-sm-3 {
    gap: 3rem;
  }
}
@media (min-width: 768px) {
  .gap-sm-4 {
    gap: 4rem;
  }
}
@media (min-width: 992px) {
  .gap-md-1 {
    gap: 1rem;
  }
}
@media (min-width: 992px) {
  .gap-md-2 {
    gap: 2rem;
  }
}
@media (min-width: 992px) {
  .gap-md-3 {
    gap: 3rem;
  }
}
@media (min-width: 992px) {
  .gap-md-4 {
    gap: 4rem;
  }
}
@media (min-width: 1200px) {
  .gap-lg-1 {
    gap: 1rem;
  }
}
@media (min-width: 1200px) {
  .gap-lg-2 {
    gap: 2rem;
  }
}
@media (min-width: 1200px) {
  .gap-lg-3 {
    gap: 3rem;
  }
}
@media (min-width: 1200px) {
  .gap-lg-4 {
    gap: 4rem;
  }
}

.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
@media (min-width: 768px) {
  .order-sm-1 {
    order: 1;
  }
}
@media (min-width: 768px) {
  .order-sm-2 {
    order: 2;
  }
}
@media (min-width: 768px) {
  .order-sm-3 {
    order: 3;
  }
}
@media (min-width: 768px) {
  .order-sm-4 {
    order: 4;
  }
}
@media (min-width: 992px) {
  .order-md-1 {
    order: 1;
  }
}
@media (min-width: 992px) {
  .order-md-2 {
    order: 2;
  }
}
@media (min-width: 992px) {
  .order-md-3 {
    order: 3;
  }
}
@media (min-width: 992px) {
  .order-md-4 {
    order: 4;
  }
}
@media (min-width: 1200px) {
  .order-lg-1 {
    order: 1;
  }
}
@media (min-width: 1200px) {
  .order-lg-2 {
    order: 2;
  }
}
@media (min-width: 1200px) {
  .order-lg-3 {
    order: 3;
  }
}
@media (min-width: 1200px) {
  .order-lg-4 {
    order: 4;
  }
}

.button, .ghost-button, .ghost-button:hover, .content-teaser-2:hover .ghost-button, .brand-teaser:hover .ghost-button, .button:hover, .ghost-button:hover, .blog-teaser:hover .button, .content-teaser-2:hover .button, .blog-teaser:hover .ghost-button, .brand-teaser:hover .button {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  background: #ec8225;
  font: 500 14px/18px Montserrat;
  padding: 1rem 1.5rem;
  border: none;
  box-shadow: none;
  color: white;
  text-decoration: none !important;
  transition: background 0.2s, color 0.2s;
  outline: none;
  border-radius: 3px;
  cursor: pointer;
}
.button:hover, .button .blog-teaser:hover .button, .button .content-teaser-2:hover .button, .blog-teaser:hover .button .button, .content-teaser-2:hover .button .button, .button .blog-teaser:hover .ghost-button, .button .content-teaser-2:hover .ghost-button, .blog-teaser:hover .button .ghost-button, .content-teaser-2:hover .button .ghost-button, .button .blog-teaser:hover .content-teaser-2:hover .ghost-button, .content-teaser-2:hover .button .blog-teaser:hover .ghost-button, .button .content-teaser-2:hover .ghost-button, .blog-teaser:hover .button .content-teaser-2:hover .ghost-button, .content-teaser-2:hover .blog-teaser:hover .button .ghost-button, .content-teaser-2:hover .button .ghost-button, .button .brand-teaser:hover .button, .brand-teaser:hover .button .button, .button .brand-teaser:hover .ghost-button, .brand-teaser:hover .button .ghost-button, .button .brand-teaser:hover .content-teaser-2:hover .ghost-button, .content-teaser-2:hover .button .brand-teaser:hover .ghost-button, .brand-teaser:hover .button .content-teaser-2:hover .ghost-button, .content-teaser-2:hover .brand-teaser:hover .button .ghost-button, .ghost-button .blog-teaser:hover .button, .ghost-button .content-teaser-2:hover .button, .blog-teaser:hover .ghost-button .button, .content-teaser-2:hover .ghost-button .button, .ghost-button .blog-teaser:hover .ghost-button, .ghost-button .content-teaser-2:hover .ghost-button, .blog-teaser:hover .ghost-button .ghost-button, .content-teaser-2:hover .ghost-button .ghost-button, .ghost-button .blog-teaser:hover .content-teaser-2:hover .ghost-button, .content-teaser-2:hover .ghost-button .blog-teaser:hover .ghost-button, .ghost-button .content-teaser-2:hover .ghost-button, .blog-teaser:hover .ghost-button .content-teaser-2:hover .ghost-button, .content-teaser-2:hover .blog-teaser:hover .ghost-button .ghost-button, .content-teaser-2:hover .ghost-button .ghost-button, .ghost-button .brand-teaser:hover .button, .brand-teaser:hover .ghost-button .button, .ghost-button .brand-teaser:hover .ghost-button, .brand-teaser:hover .ghost-button .ghost-button, .ghost-button .brand-teaser:hover .content-teaser-2:hover .ghost-button, .content-teaser-2:hover .ghost-button .brand-teaser:hover .ghost-button, .brand-teaser:hover .ghost-button .content-teaser-2:hover .ghost-button, .content-teaser-2:hover .brand-teaser:hover .ghost-button .ghost-button, .content-teaser-2:hover .ghost-button .blog-teaser:hover .button, .content-teaser-2:hover .ghost-button .content-teaser-2:hover .button, .blog-teaser:hover .content-teaser-2:hover .ghost-button .button, .content-teaser-2:hover .blog-teaser:hover .ghost-button .button, .content-teaser-2:hover .ghost-button .button, .content-teaser-2:hover .ghost-button .blog-teaser:hover .ghost-button, .content-teaser-2:hover .ghost-button .content-teaser-2:hover .ghost-button, .blog-teaser:hover .content-teaser-2:hover .ghost-button .ghost-button, .content-teaser-2:hover .blog-teaser:hover .ghost-button .ghost-button, .content-teaser-2:hover .ghost-button .ghost-button, .content-teaser-2:hover .ghost-button .blog-teaser:hover .ghost-button, .content-teaser-2:hover .ghost-button .content-teaser-2:hover .ghost-button, .blog-teaser:hover .content-teaser-2:hover .ghost-button .ghost-button, .content-teaser-2:hover .blog-teaser:hover .ghost-button .ghost-button, .content-teaser-2:hover .ghost-button .ghost-button, .content-teaser-2:hover .ghost-button .brand-teaser:hover .button, .brand-teaser:hover .content-teaser-2:hover .ghost-button .button, .content-teaser-2:hover .brand-teaser:hover .ghost-button .button, .content-teaser-2:hover .ghost-button .brand-teaser:hover .ghost-button, .brand-teaser:hover .content-teaser-2:hover .ghost-button .ghost-button, .content-teaser-2:hover .brand-teaser:hover .ghost-button .ghost-button, .content-teaser-2:hover .ghost-button .brand-teaser:hover .ghost-button, .brand-teaser:hover .content-teaser-2:hover .ghost-button .ghost-button, .content-teaser-2:hover .brand-teaser:hover .ghost-button .ghost-button, .brand-teaser:hover .ghost-button .blog-teaser:hover .button, .brand-teaser:hover .ghost-button .content-teaser-2:hover .button, .blog-teaser:hover .brand-teaser:hover .ghost-button .button, .content-teaser-2:hover .brand-teaser:hover .ghost-button .button, .brand-teaser:hover .ghost-button .blog-teaser:hover .ghost-button, .brand-teaser:hover .ghost-button .content-teaser-2:hover .ghost-button, .blog-teaser:hover .brand-teaser:hover .ghost-button .ghost-button, .content-teaser-2:hover .brand-teaser:hover .ghost-button .ghost-button, .brand-teaser:hover .ghost-button .blog-teaser:hover .content-teaser-2:hover .ghost-button, .content-teaser-2:hover .brand-teaser:hover .ghost-button .blog-teaser:hover .ghost-button, .brand-teaser:hover .ghost-button .content-teaser-2:hover .ghost-button, .blog-teaser:hover .brand-teaser:hover .ghost-button .content-teaser-2:hover .ghost-button, .content-teaser-2:hover .blog-teaser:hover .brand-teaser:hover .ghost-button .ghost-button, .content-teaser-2:hover .brand-teaser:hover .ghost-button .ghost-button, .button:hover:hover, .ghost-button:hover:hover, .content-teaser-2:hover .ghost-button:hover:hover, .button:hover .blog-teaser:hover .button, .button:hover .content-teaser-2:hover .button, .blog-teaser:hover .button:hover .button, .content-teaser-2:hover .button:hover .button, .button:hover .blog-teaser:hover .ghost-button, .button:hover .content-teaser-2:hover .ghost-button, .blog-teaser:hover .button:hover .ghost-button, .content-teaser-2:hover .button:hover .ghost-button, .button:hover .blog-teaser:hover .content-teaser-2:hover .ghost-button, .content-teaser-2:hover .button:hover .blog-teaser:hover .ghost-button, .button:hover .content-teaser-2:hover .ghost-button, .blog-teaser:hover .button:hover .content-teaser-2:hover .ghost-button, .content-teaser-2:hover .blog-teaser:hover .button:hover .ghost-button, .content-teaser-2:hover .button:hover .ghost-button, .content-teaser-2:hover .ghost-button:hover .blog-teaser:hover .button, .content-teaser-2:hover .ghost-button:hover .content-teaser-2:hover .button, .blog-teaser:hover .content-teaser-2:hover .ghost-button:hover .button, .content-teaser-2:hover .blog-teaser:hover .ghost-button:hover .button, .content-teaser-2:hover .ghost-button:hover .button, .content-teaser-2:hover .ghost-button:hover .blog-teaser:hover .ghost-button, .content-teaser-2:hover .ghost-button:hover .content-teaser-2:hover .ghost-button, .blog-teaser:hover .content-teaser-2:hover .ghost-button:hover .ghost-button, .content-teaser-2:hover .blog-teaser:hover .ghost-button:hover .ghost-button, .content-teaser-2:hover .ghost-button:hover .ghost-button, .content-teaser-2:hover .ghost-button:hover .blog-teaser:hover .ghost-button, .content-teaser-2:hover .ghost-button:hover .content-teaser-2:hover .ghost-button, .blog-teaser:hover .content-teaser-2:hover .ghost-button:hover .ghost-button, .content-teaser-2:hover .blog-teaser:hover .ghost-button:hover .ghost-button, .content-teaser-2:hover .ghost-button:hover .ghost-button, .blog-teaser:hover .button:hover, .content-teaser-2:hover .button:hover, .blog-teaser:hover .ghost-button:hover, .content-teaser-2:hover .ghost-button:hover, .blog-teaser:hover .content-teaser-2:hover .ghost-button:hover, .content-teaser-2:hover .blog-teaser:hover .ghost-button:hover, .content-teaser-2:hover .ghost-button:hover, .blog-teaser:hover .button .button, .content-teaser-2:hover .button .button, .blog-teaser:hover .ghost-button .button, .content-teaser-2:hover .ghost-button .button, .blog-teaser:hover .content-teaser-2:hover .ghost-button .button, .content-teaser-2:hover .blog-teaser:hover .ghost-button .button, .content-teaser-2:hover .ghost-button .button, .blog-teaser:hover .button .ghost-button, .content-teaser-2:hover .button .ghost-button, .blog-teaser:hover .ghost-button .ghost-button, .content-teaser-2:hover .ghost-button .ghost-button, .blog-teaser:hover .content-teaser-2:hover .ghost-button .ghost-button, .content-teaser-2:hover .blog-teaser:hover .ghost-button .ghost-button, .content-teaser-2:hover .ghost-button .ghost-button, .blog-teaser:hover .button .content-teaser-2:hover .ghost-button, .content-teaser-2:hover .blog-teaser:hover .button .ghost-button, .content-teaser-2:hover .button .ghost-button, .blog-teaser:hover .ghost-button .content-teaser-2:hover .ghost-button, .content-teaser-2:hover .blog-teaser:hover .ghost-button .ghost-button, .content-teaser-2:hover .ghost-button .ghost-button, .blog-teaser:hover .content-teaser-2:hover .ghost-button .ghost-button, .content-teaser-2:hover .blog-teaser:hover .ghost-button .ghost-button, .content-teaser-2:hover .ghost-button .ghost-button, .brand-teaser:hover .button .blog-teaser:hover .button, .brand-teaser:hover .button .content-teaser-2:hover .button, .blog-teaser:hover .brand-teaser:hover .button .button, .content-teaser-2:hover .brand-teaser:hover .button .button, .brand-teaser:hover .button .blog-teaser:hover .ghost-button, .brand-teaser:hover .button .content-teaser-2:hover .ghost-button, .blog-teaser:hover .brand-teaser:hover .button .ghost-button, .content-teaser-2:hover .brand-teaser:hover .button .ghost-button, .brand-teaser:hover .button .blog-teaser:hover .content-teaser-2:hover .ghost-button, .content-teaser-2:hover .brand-teaser:hover .button .blog-teaser:hover .ghost-button, .brand-teaser:hover .button .content-teaser-2:hover .ghost-button, .blog-teaser:hover .brand-teaser:hover .button .content-teaser-2:hover .ghost-button, .content-teaser-2:hover .blog-teaser:hover .brand-teaser:hover .button .ghost-button, .content-teaser-2:hover .brand-teaser:hover .button .ghost-button, .brand-teaser:hover .content-teaser-2:hover .ghost-button .blog-teaser:hover .button, .content-teaser-2:hover .brand-teaser:hover .ghost-button .blog-teaser:hover .button, .brand-teaser:hover .content-teaser-2:hover .ghost-button .content-teaser-2:hover .button, .content-teaser-2:hover .brand-teaser:hover .ghost-button .content-teaser-2:hover .button, .blog-teaser:hover .brand-teaser:hover .content-teaser-2:hover .ghost-button .button, .content-teaser-2:hover .blog-teaser:hover .brand-teaser:hover .ghost-button .button, .content-teaser-2:hover .brand-teaser:hover .ghost-button .button, .brand-teaser:hover .content-teaser-2:hover .ghost-button .blog-teaser:hover .ghost-button, .content-teaser-2:hover .brand-teaser:hover .ghost-button .blog-teaser:hover .ghost-button, .brand-teaser:hover .content-teaser-2:hover .ghost-button .content-teaser-2:hover .ghost-button, .content-teaser-2:hover .brand-teaser:hover .ghost-button .content-teaser-2:hover .ghost-button, .blog-teaser:hover .brand-teaser:hover .content-teaser-2:hover .ghost-button .ghost-button, .content-teaser-2:hover .blog-teaser:hover .brand-teaser:hover .ghost-button .ghost-button, .content-teaser-2:hover .brand-teaser:hover .ghost-button .ghost-button, .brand-teaser:hover .content-teaser-2:hover .ghost-button .blog-teaser:hover .ghost-button, .content-teaser-2:hover .brand-teaser:hover .ghost-button .blog-teaser:hover .ghost-button, .brand-teaser:hover .content-teaser-2:hover .ghost-button .content-teaser-2:hover .ghost-button, .content-teaser-2:hover .brand-teaser:hover .ghost-button .content-teaser-2:hover .ghost-button, .blog-teaser:hover .brand-teaser:hover .content-teaser-2:hover .ghost-button .ghost-button, .content-teaser-2:hover .blog-teaser:hover .brand-teaser:hover .ghost-button .ghost-button, .content-teaser-2:hover .brand-teaser:hover .ghost-button .ghost-button, .blog-teaser:hover .button .brand-teaser:hover .button, .content-teaser-2:hover .button .brand-teaser:hover .button, .blog-teaser:hover .ghost-button .brand-teaser:hover .button, .content-teaser-2:hover .ghost-button .brand-teaser:hover .button, .blog-teaser:hover .content-teaser-2:hover .ghost-button .brand-teaser:hover .button, .content-teaser-2:hover .blog-teaser:hover .ghost-button .brand-teaser:hover .button, .content-teaser-2:hover .ghost-button .brand-teaser:hover .button, .brand-teaser:hover .blog-teaser:hover .button .button, .brand-teaser:hover .content-teaser-2:hover .button .button, .blog-teaser:hover .brand-teaser:hover .button .button, .content-teaser-2:hover .brand-teaser:hover .button .button, .brand-teaser:hover .blog-teaser:hover .ghost-button .button, .brand-teaser:hover .content-teaser-2:hover .ghost-button .button, .blog-teaser:hover .brand-teaser:hover .ghost-button .button, .content-teaser-2:hover .brand-teaser:hover .ghost-button .button, .brand-teaser:hover .blog-teaser:hover .content-teaser-2:hover .ghost-button .button, .content-teaser-2:hover .brand-teaser:hover .blog-teaser:hover .ghost-button .button, .brand-teaser:hover .content-teaser-2:hover .ghost-button .button, .blog-teaser:hover .brand-teaser:hover .content-teaser-2:hover .ghost-button .button, .content-teaser-2:hover .blog-teaser:hover .brand-teaser:hover .ghost-button .button, .content-teaser-2:hover .brand-teaser:hover .ghost-button .button, .blog-teaser:hover .button .brand-teaser:hover .ghost-button, .content-teaser-2:hover .button .brand-teaser:hover .ghost-button, .blog-teaser:hover .ghost-button .brand-teaser:hover .ghost-button, .content-teaser-2:hover .ghost-button .brand-teaser:hover .ghost-button, .blog-teaser:hover .content-teaser-2:hover .ghost-button .brand-teaser:hover .ghost-button, .content-teaser-2:hover .blog-teaser:hover .ghost-button .brand-teaser:hover .ghost-button, .content-teaser-2:hover .ghost-button .brand-teaser:hover .ghost-button, .brand-teaser:hover .blog-teaser:hover .button .ghost-button, .brand-teaser:hover .content-teaser-2:hover .button .ghost-button, .blog-teaser:hover .brand-teaser:hover .button .ghost-button, .content-teaser-2:hover .brand-teaser:hover .button .ghost-button, .brand-teaser:hover .blog-teaser:hover .ghost-button .ghost-button, .brand-teaser:hover .content-teaser-2:hover .ghost-button .ghost-button, .blog-teaser:hover .brand-teaser:hover .ghost-button .ghost-button, .content-teaser-2:hover .brand-teaser:hover .ghost-button .ghost-button, .brand-teaser:hover .blog-teaser:hover .content-teaser-2:hover .ghost-button .ghost-button, .content-teaser-2:hover .brand-teaser:hover .blog-teaser:hover .ghost-button .ghost-button, .brand-teaser:hover .content-teaser-2:hover .ghost-button .ghost-button, .blog-teaser:hover .brand-teaser:hover .content-teaser-2:hover .ghost-button .ghost-button, .content-teaser-2:hover .blog-teaser:hover .brand-teaser:hover .ghost-button .ghost-button, .content-teaser-2:hover .brand-teaser:hover .ghost-button .ghost-button, .blog-teaser:hover .button .brand-teaser:hover .content-teaser-2:hover .ghost-button, .content-teaser-2:hover .blog-teaser:hover .button .brand-teaser:hover .ghost-button, .content-teaser-2:hover .button .brand-teaser:hover .ghost-button, .blog-teaser:hover .ghost-button .brand-teaser:hover .content-teaser-2:hover .ghost-button, .content-teaser-2:hover .blog-teaser:hover .ghost-button .brand-teaser:hover .ghost-button, .content-teaser-2:hover .ghost-button .brand-teaser:hover .ghost-button, .blog-teaser:hover .content-teaser-2:hover .ghost-button .brand-teaser:hover .ghost-button, .content-teaser-2:hover .blog-teaser:hover .ghost-button .brand-teaser:hover .ghost-button, .content-teaser-2:hover .ghost-button .brand-teaser:hover .ghost-button, .brand-teaser:hover .blog-teaser:hover .button .content-teaser-2:hover .ghost-button, .content-teaser-2:hover .brand-teaser:hover .blog-teaser:hover .button .ghost-button, .brand-teaser:hover .content-teaser-2:hover .button .ghost-button, .blog-teaser:hover .brand-teaser:hover .button .content-teaser-2:hover .ghost-button, .content-teaser-2:hover .blog-teaser:hover .brand-teaser:hover .button .ghost-button, .content-teaser-2:hover .brand-teaser:hover .button .ghost-button, .brand-teaser:hover .blog-teaser:hover .ghost-button .content-teaser-2:hover .ghost-button, .content-teaser-2:hover .brand-teaser:hover .blog-teaser:hover .ghost-button .ghost-button, .brand-teaser:hover .content-teaser-2:hover .ghost-button .ghost-button, .blog-teaser:hover .brand-teaser:hover .ghost-button .content-teaser-2:hover .ghost-button, .content-teaser-2:hover .blog-teaser:hover .brand-teaser:hover .ghost-button .ghost-button, .content-teaser-2:hover .brand-teaser:hover .ghost-button .ghost-button, .brand-teaser:hover .blog-teaser:hover .content-teaser-2:hover .ghost-button .ghost-button, .content-teaser-2:hover .brand-teaser:hover .blog-teaser:hover .ghost-button .ghost-button, .brand-teaser:hover .content-teaser-2:hover .ghost-button .ghost-button, .blog-teaser:hover .brand-teaser:hover .content-teaser-2:hover .ghost-button .ghost-button, .content-teaser-2:hover .blog-teaser:hover .brand-teaser:hover .ghost-button .ghost-button, .content-teaser-2:hover .brand-teaser:hover .ghost-button .ghost-button {
  background-color: #cb6202;
}
.button.button--lg, .button--lg.ghost-button, .content-teaser-2:hover .button--lg.ghost-button, .brand-teaser:hover .button--lg.ghost-button, .button:hover.button--lg, .ghost-button:hover.button--lg, .blog-teaser:hover .button--lg.button, .content-teaser-2:hover .button--lg.button, .blog-teaser:hover .button--lg.ghost-button, .brand-teaser:hover .button--lg.button {
  font-size: 1.7rem;
  font-weight: 700;
}
.button.button--lg2, .button--lg2.ghost-button, .content-teaser-2:hover .button--lg2.ghost-button, .brand-teaser:hover .button--lg2.ghost-button, .button:hover.button--lg2, .ghost-button:hover.button--lg2, .blog-teaser:hover .button--lg2.button, .content-teaser-2:hover .button--lg2.button, .blog-teaser:hover .button--lg2.ghost-button, .brand-teaser:hover .button--lg2.button {
  font-size: 2.2rem;
  font-weight: 700;
  padding: 2rem 4.5rem;
}
.button.button--sm, .button--sm.ghost-button, .content-teaser-2:hover .button--sm.ghost-button, .brand-teaser:hover .button--sm.ghost-button, .button:hover.button--sm, .ghost-button:hover.button--sm, .blog-teaser:hover .button--sm.button, .content-teaser-2:hover .button--sm.button, .blog-teaser:hover .button--sm.ghost-button, .brand-teaser:hover .button--sm.button {
  font-size: 12px;
  line-height: 15px;
  padding: 0.8rem 1rem;
}
.button.button--sm.button--icon, .button--sm.button--icon.ghost-button, .button:hover.button--sm.button--icon {
  width: 31px;
  height: 31px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.button.button--xs, .button--xs.ghost-button, .content-teaser-2:hover .button--xs.ghost-button, .brand-teaser:hover .button--xs.ghost-button, .button:hover.button--xs, .ghost-button:hover.button--xs, .blog-teaser:hover .button--xs.button, .content-teaser-2:hover .button--xs.button, .blog-teaser:hover .button--xs.ghost-button, .brand-teaser:hover .button--xs.button {
  font-size: 10px;
  line-height: 14px;
  text-transform: uppercase;
  padding: 3px 7px;
}
.button.button--xs.button--icon, .button--xs.button--icon.ghost-button, .button:hover.button--xs.button--icon {
  padding: 3px 3px;
}
.button.button--xl, .button--xl.ghost-button, .content-teaser-2:hover .button--xl.ghost-button, .brand-teaser:hover .button--xl.ghost-button, .button:hover.button--xl, .ghost-button:hover.button--xl, .blog-teaser:hover .button--xl.button, .content-teaser-2:hover .button--xl.button, .blog-teaser:hover .button--xl.ghost-button, .brand-teaser:hover .button--xl.button {
  font-size: 2.2rem;
  line-height: 4.5rem;
  border-width: 1px;
  font-weight: 700;
}
.button.button--creme, .button--creme.ghost-button, .content-teaser-2:hover .button--creme.ghost-button, .brand-teaser:hover .button--creme.ghost-button, .button.button--xs, .button--xs.ghost-button, .content-teaser-2:hover .button--xs.ghost-button, .brand-teaser:hover .button--xs.ghost-button, .button.button--xs:hover, .button--xs.ghost-button:hover, .button:hover.button--creme, .ghost-button:hover.button--creme, .blog-teaser:hover .button--creme.button, .content-teaser-2:hover .button--creme.button, .blog-teaser:hover .button--creme.ghost-button, .brand-teaser:hover .button--creme.button, .blog-teaser:hover .button--xs.button, .content-teaser-2:hover .button--xs.button, .blog-teaser:hover .button--xs.ghost-button, .brand-teaser:hover .button--xs.button {
  color: #424644;
  font-weight: 700;
  background-color: #efece9;
}
.button.button--light-grey, .button--light-grey.ghost-button, .content-teaser-2:hover .button--light-grey.ghost-button, .brand-teaser:hover .button--light-grey.ghost-button, .button:hover.button--light-grey, .ghost-button:hover.button--light-grey, .blog-teaser:hover .button--light-grey.button, .content-teaser-2:hover .button--light-grey.button, .blog-teaser:hover .button--light-grey.ghost-button, .brand-teaser:hover .button--light-grey.button {
  color: #424644;
  font-weight: 700;
  background-color: #e9e4df;
}
.button.button--white, .button--white.ghost-button, .content-teaser-2:hover .button--white.ghost-button, .brand-teaser:hover .button--white.ghost-button, .button:hover.button--white, .ghost-button:hover.button--white, .blog-teaser:hover .button--white.button, .content-teaser-2:hover .button--white.button, .blog-teaser:hover .button--white.ghost-button, .brand-teaser:hover .button--white.button {
  color: #424644;
  font-weight: 700;
  background-color: white;
}
.button.button--brown, .button--brown.ghost-button, .content-teaser-2:hover .button--brown.ghost-button, .brand-teaser:hover .button--brown.ghost-button, .button:hover.button--brown, .ghost-button:hover.button--brown, .blog-teaser:hover .button--brown.button, .content-teaser-2:hover .button--brown.button, .blog-teaser:hover .button--brown.ghost-button, .brand-teaser:hover .button--brown.button {
  background: #c5b9ad;
}
.button.button--green, .button--green.ghost-button, .content-teaser-2:hover .button--green.ghost-button, .brand-teaser:hover .button--green.ghost-button, .button:hover.button--green, .ghost-button:hover.button--green, .blog-teaser:hover .button--green.button, .content-teaser-2:hover .button--green.button, .blog-teaser:hover .button--green.ghost-button, .brand-teaser:hover .button--green.button {
  background-color: #95c11f;
}
.button.button--green:hover, .button--green.ghost-button:hover, .button:hover.button--green:hover {
  background-color: #75a400;
}
.button.button--red, .button--red.ghost-button, .content-teaser-2:hover .button--red.ghost-button, .brand-teaser:hover .button--red.ghost-button, .button:hover.button--red, .ghost-button:hover.button--red, .blog-teaser:hover .button--red.button, .content-teaser-2:hover .button--red.button, .blog-teaser:hover .button--red.ghost-button, .brand-teaser:hover .button--red.button {
  background-color: #d0021b;
}
.button.button--red:hover, .button--red.ghost-button:hover, .button:hover.button--red:hover {
  background-color: #ad021a;
}
.button.button--grey, .button--grey.ghost-button, .content-teaser-2:hover .button--grey.ghost-button, .brand-teaser:hover .button--grey.ghost-button, .button:hover.button--grey, .ghost-button:hover.button--grey, .blog-teaser:hover .button--grey.button, .content-teaser-2:hover .button--grey.button, .blog-teaser:hover .button--grey.ghost-button, .brand-teaser:hover .button--grey.button {
  background-color: #f0f0f0;
  color: #303030;
}
.button.button--grey:hover, .button--grey.ghost-button:hover, .button:hover.button--grey:hover {
  background-color: #e0e0e0;
}
.button.button--block, .button--block.ghost-button, .content-teaser-2:hover .button--block.ghost-button, .brand-teaser:hover .button--block.ghost-button, .button:hover.button--block, .ghost-button:hover.button--block, .blog-teaser:hover .button--block.button, .content-teaser-2:hover .button--block.button, .blog-teaser:hover .button--block.ghost-button, .brand-teaser:hover .button--block.button {
  width: 100%;
  display: block;
  text-align: center;
}
.button.button--square, .button--square.ghost-button, .content-teaser-2:hover .button--square.ghost-button, .brand-teaser:hover .button--square.ghost-button, .button:hover.button--square, .ghost-button:hover.button--square, .blog-teaser:hover .button--square.button, .content-teaser-2:hover .button--square.button, .blog-teaser:hover .button--square.ghost-button, .brand-teaser:hover .button--square.button {
  padding: 10px;
}
.button.button--active, .button--active.ghost-button, .content-teaser-2:hover .button--active.ghost-button, .brand-teaser:hover .button--active.ghost-button, .button:hover.button--active, .ghost-button:hover.button--active, .blog-teaser:hover .button--active.button, .content-teaser-2:hover .button--active.button, .blog-teaser:hover .button--active.ghost-button, .brand-teaser:hover .button--active.button {
  /*outerline*/
  box-shadow: 0px 0px 0px 2px #95c11f;
}
.button.button--orange, .button--orange.ghost-button, .content-teaser-2:hover .button--orange.ghost-button, .brand-teaser:hover .button--orange.ghost-button, .button:hover.button--orange, .ghost-button:hover.button--orange, .blog-teaser:hover .button--orange.button, .content-teaser-2:hover .button--orange.button, .blog-teaser:hover .button--orange.ghost-button, .brand-teaser:hover .button--orange.button {
  background: #ec8225;
  color: white;
}
.button.button--green, .button--green.ghost-button, .content-teaser-2:hover .button--green.ghost-button, .brand-teaser:hover .button--green.ghost-button, .button.button--dark-green, .button--dark-green.ghost-button, .content-teaser-2:hover .button--dark-green.ghost-button, .brand-teaser:hover .button--dark-green.ghost-button, .button:hover.button--green, .ghost-button:hover.button--green, .button:hover.button--dark-green, .ghost-button:hover.button--dark-green, .blog-teaser:hover .button--green.button, .content-teaser-2:hover .button--green.button, .blog-teaser:hover .button--green.ghost-button, .brand-teaser:hover .button--green.button, .blog-teaser:hover .button--dark-green.button, .content-teaser-2:hover .button--dark-green.button, .blog-teaser:hover .button--dark-green.ghost-button, .brand-teaser:hover .button--dark-green.button {
  background: #95c11f;
  color: white;
}
.button.button--white-green, .button--white-green.ghost-button, .content-teaser-2:hover .button--white-green.ghost-button, .brand-teaser:hover .button--white-green.ghost-button, .button:hover.button--white-green, .ghost-button:hover.button--white-green, .blog-teaser:hover .button--white-green.button, .content-teaser-2:hover .button--white-green.button, .blog-teaser:hover .button--white-green.ghost-button, .brand-teaser:hover .button--white-green.button {
  background: white;
  color: #95c11f;
}
.button.button--anthracite, .button--anthracite.ghost-button, .content-teaser-2:hover .button--anthracite.ghost-button, .brand-teaser:hover .button--anthracite.ghost-button, .button:hover.button--anthracite, .ghost-button:hover.button--anthracite, .blog-teaser:hover .button--anthracite.button, .content-teaser-2:hover .button--anthracite.button, .blog-teaser:hover .button--anthracite.ghost-button, .brand-teaser:hover .button--anthracite.button {
  background: #b4aba1;
}
.button.button--dark-green, .button--dark-green.ghost-button, .content-teaser-2:hover .button--dark-green.ghost-button, .brand-teaser:hover .button--dark-green.ghost-button, .button:hover.button--dark-green, .ghost-button:hover.button--dark-green, .blog-teaser:hover .button--dark-green.button, .content-teaser-2:hover .button--dark-green.button, .blog-teaser:hover .button--dark-green.ghost-button, .brand-teaser:hover .button--dark-green.button {
  background: #75a400;
}
.button.button--white-orange, .button--white-orange.ghost-button, .content-teaser-2:hover .button--white-orange.ghost-button, .brand-teaser:hover .button--white-orange.ghost-button, .button:hover.button--white-orange, .ghost-button:hover.button--white-orange, .blog-teaser:hover .button--white-orange.button, .content-teaser-2:hover .button--white-orange.button, .blog-teaser:hover .button--white-orange.ghost-button, .brand-teaser:hover .button--white-orange.button {
  background: white;
  color: #d29601;
}
.button.button--white-orange.button--xs, .button--white-orange.button--xs.ghost-button, .button:hover.button--white-orange.button--xs {
  padding: 6px 7px;
  font-size: 11px;
}
.button.button--disabled, .button--disabled.ghost-button, .content-teaser-2:hover .button--disabled.ghost-button, .brand-teaser:hover .button--disabled.ghost-button, .button:hover.button--disabled, .ghost-button:hover.button--disabled, .blog-teaser:hover .button--disabled.button, .content-teaser-2:hover .button--disabled.button, .blog-teaser:hover .button--disabled.ghost-button, .brand-teaser:hover .button--disabled.button {
  opacity: 0.3;
  cursor: not-allowed;
}

.text-button, .text-button:hover {
  display: inline-block;
  border: none;
  box-shadow: none;
  text-decoration: none !important;
  outline: none;
  background: none;
  color: #95c11f;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 1.6rem;
}
.text-button.text-button--grey, .text-button:hover.text-button--grey {
  color: #939393;
}
.text-button.text-button--sm, .text-button:hover.text-button--sm {
  font-size: 12px;
  margin: 0 0 0 10px;
  font-weight: 400;
}
.text-button.text-button--sm .fa, .text-button:hover.text-button--sm .fa {
  margin: 0;
}
.text-button .fa, .text-button:hover .fa {
  font-size: 1.6rem;
  margin-right: 0.4rem;
  vertical-align: -1px;
}

.ghost-button, .ghost-button:hover, .content-teaser-2:hover .ghost-button, .brand-teaser:hover .ghost-button {
  padding: 1rem 1.5rem;
  border: 1px solid #95c11f;
  color: #95c11f;
  background: none;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 2rem;
}
.ghost-button:hover, .ghost-button .content-teaser-2:hover .ghost-button, .content-teaser-2:hover .ghost-button .ghost-button, .ghost-button .brand-teaser:hover .ghost-button, .brand-teaser:hover .ghost-button .ghost-button, .ghost-button:hover:hover {
  color: white;
  background: #95c11f;
}
.ghost-button.ghost-button--sm, .ghost-button:hover.ghost-button--sm, .content-teaser-2:hover .ghost-button--sm.ghost-button, .brand-teaser:hover .ghost-button--sm.ghost-button {
  border-width: 2px;
  padding: 11px 12px;
}
.ghost-button.ghost-button--xs, .ghost-button:hover.ghost-button--xs, .content-teaser-2:hover .ghost-button--xs.ghost-button, .brand-teaser:hover .ghost-button--xs.ghost-button {
  border-width: 2px;
  padding: 7px 9px;
  font-size: 1.4rem;
  line-height: 1.5rem;
}
.ghost-button.ghost-button--default, .ghost-button:hover.ghost-button--default, .content-teaser-2:hover .ghost-button--default.ghost-button, .brand-teaser:hover .ghost-button--default.ghost-button {
  border-color: #c5b9ad;
  color: #505050;
}
.ghost-button.ghost-button--default:hover, .ghost-button:hover.ghost-button--default:hover {
  background: #95c11f;
  color: white;
}
.ghost-button.ghost-button--white, .ghost-button:hover.ghost-button--white, .content-teaser-2:hover .ghost-button--white.ghost-button, .brand-teaser:hover .ghost-button--white.ghost-button {
  border-color: white;
  color: white;
}
.ghost-button.ghost-button--white:hover, .ghost-button:hover.ghost-button--white:hover {
  background: white;
  color: #95c11f;
}
.ghost-button.ghost-button--grey, .ghost-button:hover.ghost-button--grey, .content-teaser-2:hover .ghost-button--grey.ghost-button, .brand-teaser:hover .ghost-button--grey.ghost-button {
  border-color: #c5b9ad;
  color: #c5b9ad;
}
.ghost-button.ghost-button--grey:hover, .ghost-button:hover.ghost-button--grey:hover {
  background: #c5b9ad;
  color: #424644;
}
.ghost-button.ghost-button--lg, .ghost-button:hover.ghost-button--lg, .content-teaser-2:hover .ghost-button--lg.ghost-button, .brand-teaser:hover .ghost-button--lg.ghost-button {
  padding: 0.8rem 1.5rem;
}
.ghost-button.ghost-button--xl, .ghost-button:hover.ghost-button--xl, .content-teaser-2:hover .ghost-button--xl.ghost-button, .brand-teaser:hover .ghost-button--xl.ghost-button {
  font-size: 1.7rem;
  line-height: 2.2rem;
  border-width: 1px;
  font-weight: 700;
}

.alert {
  border-radius: 0;
}
.alert.alert-success {
  color: #95c11f;
  background-color: rgba(149, 193, 31, 0.1);
  border-color: rgba(149, 193, 31, 0.15);
}
.alert.alert-danger {
  color: #d0021b;
  background-color: rgba(208, 2, 27, 0.1);
  border-color: rgba(208, 2, 27, 0.15);
}

.image.image--contain, .image.image--cover {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.image.image--contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.form .form__group {
  margin-bottom: 3px;
}
.form .form__group--more-space {
  margin-bottom: 1rem;
}
.form .form__group--radio {
  width: 100%;
  margin-bottom: 0;
  display: flex;
  gap: 1rem;
  -webkit-user-select: none;
}
.form .form__group--radio .form__radio {
  padding: 1rem;
  border: 1px solid #c5b9ad;
  margin-bottom: 0;
  overflow: hidden;
  flex: 0 0 35%;
  min-width: 0;
}
@media screen and (max-width: 991px) {
  .form .form__group--radio .form__radio {
    flex: 0 0 60%;
  }
}
.form .form__group--radio .form__radio:has(input:checked) {
  border: 1px solid #c5b9ad;
  background: #e9e4df;
}
.form .form__group.row {
  margin: 0 -3px 3px;
}
.form .form__group > [class^=col-] {
  padding: 0 3px;
}
.form .form__validation-group {
  position: relative;
}
.form .form__validation-group .form__validation-message {
  display: none;
  padding: 0.5rem 0;
}
.form .form__validation-group .form__validation-message a {
  text-decoration: underline;
}
.form .form__validation-group .form__validation-icon {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.65rem;
}
.form .form__validation-group .form__validation-icon:before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  margin-right: 5px;
  padding: 0;
}
.form .form__validation-group .form__select + .form__validation-icon, .form .form__validation-group .select2 + .form__validation-icon {
  right: 2.5rem;
}
.form .form__validation-group--invalid {
  color: #d0021b;
}
.form .form__validation-group--invalid .form__input, .form .form__validation-group--invalid .form__textarea, .form .form__validation-group--invalid .form__select {
  border-color: #d0021b;
}
.form .form__validation-group--invalid .form__input:focus, .form .form__validation-group--invalid .form__textarea:focus, .form .form__validation-group--invalid .form__select:focus {
  box-shadow: 0 0 0 0.25rem rgba(208, 2, 27, 0.3);
}
.form .form__validation-group--invalid .form__validation-icon {
  display: inline-block;
}
.form .form__validation-group--invalid .form__validation-icon:before {
  content: "\f00d";
}
.form .form__validation-group--invalid .form__validation-message {
  display: inline-block;
}
.form .form__validation-group--invalid .select2-container--bootstrap .select2-selection {
  border: 1px solid #d0021b;
}
.form .form__validation-group--invalid .select2-container--bootstrap.select2-container--open .select2-selection, .form .form__validation-group--invalid .select2-container--bootstrap.select2-container--focus .select2-selection {
  box-shadow: 0 0 0 0.25rem rgba(208, 2, 27, 0.6);
  border: 1px solid #d0021b;
}
.form .form__validation-group--valid {
  color: #95c11f;
}
.form .form__validation-group--valid .form__input, .form .form__validation-group--valid .form__textarea, .form .form__validation-group--valid .form__select {
  border-color: #95c11f;
}
.form .form__validation-group--valid .form__input:focus, .form .form__validation-group--valid .form__textarea:focus, .form .form__validation-group--valid .form__select:focus {
  box-shadow: 0 0 0 0.25rem rgba(149, 193, 31, 0.3);
}
.form .form__validation-group--valid .form__input:not(:-moz-placeholder-shown) + .form__validation-icon, .form .form__validation-group--valid .form__textarea:not(:-moz-placeholder-shown) + .form__validation-icon, .form .form__validation-group--valid .form__select:not(:-moz-placeholder-shown) + .form__validation-icon {
  display: inline-block;
}
.form .form__validation-group--valid .form__input:not(:placeholder-shown) + .form__validation-icon, .form .form__validation-group--valid .form__textarea:not(:placeholder-shown) + .form__validation-icon, .form .form__validation-group--valid .form__select:not(:placeholder-shown) + .form__validation-icon {
  display: inline-block;
}
.form .form__validation-group--valid .form__input:not(:-moz-placeholder-shown) + .form__validation-icon:before, .form .form__validation-group--valid .form__textarea:not(:-moz-placeholder-shown) + .form__validation-icon:before, .form .form__validation-group--valid .form__select:not(:-moz-placeholder-shown) + .form__validation-icon:before {
  content: "\f00c";
}
.form .form__validation-group--valid .form__input:not(:placeholder-shown) + .form__validation-icon:before, .form .form__validation-group--valid .form__textarea:not(:placeholder-shown) + .form__validation-icon:before, .form .form__validation-group--valid .form__select:not(:placeholder-shown) + .form__validation-icon:before {
  content: "\f00c";
}
.form .form__validation-group--valid .select2-container--bootstrap .select2-selection {
  border: 1px solid #95c11f;
}
.form .form__validation-group--valid .select2-container--bootstrap.select2-container--open .select2-selection, .form .form__validation-group--valid .select2-container--bootstrap.select2-container--focus .select2-selection {
  box-shadow: 0 0 0 0.25rem rgba(149, 193, 31, 0.6);
  border: 1px solid #95c11f;
}
.form .form__input, .form .form__textarea, .form .form__select {
  display: block;
  width: 100%;
  outline: none;
  box-shadow: none;
  background: white;
  border-radius: 0;
  border: 1px solid #c5b9ad;
  color: #4f4f4f;
  font-weight: 700;
  padding: 0.35rem 1rem;
  outline: none;
  font: 500 14px/2.4rem Montserrat;
}
.form .form__input:disabled, .form .form__textarea:disabled, .form .form__select:disabled {
  background-color: #f5f5f5;
  cursor: not-allowed;
}
.form .form__input--xs {
  padding: 8px 10px;
  font-weight: 400;
  font-size: 12px;
}
.form .form__input--lg {
  padding: 12px 15px;
}
.form .form__input[readonly], .form [readonly].form__textarea, .form [readonly].form__select {
  opacity: 0.8;
  background-color: #f5f5f5;
  cursor: not-allowed;
}
.form .form__input[required], .form [required].form__textarea, .form [required].form__select {
  border: 1px solid #dbd3cf;
}
.form .form__input::-moz-placeholder, .form .form__textarea::-moz-placeholder, .form .form__select::-moz-placeholder {
  font-style: italic;
  color: #b4aa9c;
  font-size: 80%;
}
.form .form__input::placeholder, .form .form__textarea::placeholder, .form .form__select::placeholder {
  font-style: italic;
  color: #b4aa9c;
  font-size: 80%;
}
.form .form__input:focus, .form .form__textarea:focus, .form .form__select:focus {
  box-shadow: 0 0 0 0.25rem rgba(197, 185, 173, 0.6);
}
.form .form__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: Open Sans;
  background: white url(/images/caret--down.png) no-repeat center right 12px;
  background-size: 10px;
  border: 1px solid #c5b9ad;
  appearance: none;
  border-radius: 0;
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding: 0.35rem 3.2rem 0.35rem 1rem;
}
.form .shop-rating {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.form .shop-rating .shop-rating__smiley {
  text-align: center;
  cursor: pointer;
  float: left;
  height: 60px;
  width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c5b9ad;
  border-radius: 0.5rem;
  transition: background-color 0.2s, border-color 0.2s;
}
.form .shop-rating .shop-rating__smiley:before {
  content: "";
  display: block;
  background-size: contain;
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-size: 2.5rem;
}
.form .shop-rating .shop-rating__smiley--1:before {
  content: "\f599";
  color: #00964a;
}
.form .shop-rating .shop-rating__smiley--2:before {
  content: "\f118";
  color: #00bf4a;
}
.form .shop-rating .shop-rating__smiley--3:before {
  content: "\f11a";
  color: #f0b514;
}
.form .shop-rating .shop-rating__smiley--4:before {
  content: "\e36f";
  color: #e58c00;
}
.form .shop-rating .shop-rating__smiley--5:before {
  content: "\f556";
  color: #b00029;
}
.form .shop-rating input {
  display: none;
}
.form .shop-rating input:checked + .shop-rating__smiley--1 {
  background-color: rgba(0, 150, 74, 0.2);
  border-color: #00964a;
}
.form .shop-rating input:checked + .shop-rating__smiley--2 {
  background-color: rgba(0, 191, 74, 0.2);
  border-color: #00bf4a;
}
.form .shop-rating input:checked + .shop-rating__smiley--3 {
  background-color: rgba(240, 181, 20, 0.2);
  border-color: #f0b514;
}
.form .shop-rating input:checked + .shop-rating__smiley--4 {
  background-color: rgba(229, 140, 0, 0.2);
  border-color: #e58c00;
}
.form .shop-rating input:checked + .shop-rating__smiley--5 {
  background-color: rgba(176, 0, 41, 0.2);
  border-color: #b00029;
}
.form .multiple-file-upload {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
}
.form .multiple-file-upload strong {
  color: #424644;
}
.form .multiple-file-upload-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}
.form .multiple-file-upload-empty {
  color: #424644;
}
.form .multiple-file-upload-item__name {
  color: #424644;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.form .multiple-file-upload-item__delete {
  cursor: pointer;
  color: #d0021b;
}
.form .form__input__addon {
  background: #ebe9e1;
  border: 0;
  border-radius: 0;
  cursor: pointer;
}
.form .form__input__addon.form__input__addon--green {
  background: #95c11f;
  color: white;
}
.form .form__input__addon + .form__input__addon {
  border-left: 3px solid #efece9;
}
.form .form__label {
  padding: 7px 10px 7px 0;
  margin: 0;
  display: block;
}
.form .form__label.form__label--large {
  font: 500 14px/21px Montserrat;
  text-align: left;
}
.form .form__label.form__label--radio {
  float: left;
  margin-right: 10px;
}
.form .form__label.form__label--radio input {
  margin-right: 5px;
}
.form .form__label .fa {
  color: #d29601;
}
.form .form__textarea {
  max-height: 100px;
}
.form .form__radio input[type=checkbox], .form .form__radio input[type=radio] {
  display: none;
}
.form .form__radio.form__radio--bold label {
  font-weight: 700;
}
.form .form__radio label {
  display: block;
  cursor: pointer;
}
.form .form__radio label a:not(.text-button) {
  text-decoration: underline !important;
}
.form .form__radio label:before {
  position: relative;
  z-index: 3;
  opacity: 0.8;
  content: "";
  width: 15px;
  height: 15px;
  vertical-align: -2px;
  display: inline-block;
  margin: 0 0.5rem 0 0;
  background: url(/images/form__radio.svg) center center no-repeat;
  background-size: contain;
}
.form .form__radio label small {
  margin: 0 0 0 2rem;
}
.form .form__radio input:checked + label > .product-teaser {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.form .form__radio input:checked + label:before {
  background: url(/images/form__radio--active.svg) center center no-repeat;
}
.form .form__radio input:checked + label + .artwork-upload__form {
  display: block;
}
.form .form__radio input:disabled + label {
  opacity: 0.5;
}
.form .form__radio.form__radio--circle label:before {
  width: 13px;
  height: 13px;
  float: left;
  vertical-align: center;
  margin: 21px 0 0 12px;
  opacity: 1;
  background-image: url(/images/form__radio--circle.svg);
  background-size: contain;
}
.form .form__radio.form__radio--circle input:checked + label:before {
  background-size: contain;
  background-image: url(/images/form__radio--circle-filled.svg);
}
.form .form__radio.form__radio--circle--sm label:before {
  margin: 4px 5px 8px 0;
}
.form .form__radio.form__radio--check {
  cursor: pointer;
}
.form .form__radio.form__radio--check label {
  margin-bottom: 12px;
}
.form .form__radio.form__radio--check label:before {
  width: 18px;
  height: 18px;
  vertical-align: -4px;
  background: url(/images/form__radio--check.svg) center center no-repeat;
  background-size: contain;
}
.form .form__radio.form__radio--check input:checked + label:before {
  background: url(/images/form__radio--check--active.svg) center center no-repeat;
  background-size: contain;
}
.form .form__radio.form__radio--check input[type=radio] + label:before {
  background: url(/images/form__radio--circle.svg) center center no-repeat;
  background-size: contain;
}
.form .form__radio.form__radio--check input[type=radio]:checked + label:before {
  background: url(/images/form__radio--circle-filled.svg) center center no-repeat;
  background-size: contain;
}
.form .form__radio.form__radio--green-check label {
  margin-bottom: 12px;
}
.form .form__radio.form__radio--green-check label:before {
  width: 25px;
  height: 22px;
  vertical-align: -4px;
  background: url(/images/form__radio--green-check.svg) center center no-repeat;
  background-size: contain;
}
.form .form__radio.form__radio--green-check input:checked + label:before {
  background: url(/images/form__radio--green-check--active.svg) center center no-repeat;
  background-size: contain;
}
.form .form__radio.form__radio--large label:before {
  width: 2rem;
  height: 2rem;
  vertical-align: 0;
  margin: 0 0 -2.4rem;
}
.form .form__radio.form__radio--large input:checked + label:before {
  background-image: url(/images/form__radio--present.svg);
}
.form .form__block__radio {
  background-color: #fff;
  border: 1px solid #c5b9ad;
  margin-bottom: 2rem;
}
.form .form__block__radio input[type=checkbox], .form .form__block__radio input[type=radio] {
  display: none;
}
.form .form__block__radio:has(> input:checked) {
  border: 1px solid #c5b9ad;
  background-color: #e9e4df;
}
.form .form__block__radio__label {
  display: block;
  margin: 0;
  padding: 2rem 0;
}
.form .form__block__radio__label:before {
  z-index: 3;
  content: "";
  width: 13px;
  height: 13px;
  float: left;
  vertical-align: center;
  margin: 0.4rem 1rem 4rem 2rem;
  opacity: 1;
  background-image: url(/images/form__radio--circle.svg);
  background-size: contain;
}
.form .form__block__radio__label__title {
  font-weight: 700;
  width: 100%;
  display: block;
  padding: 0;
  margin: 0;
}
.form .form__block__radio__label__subtitle {
  font-size: 1.1rem;
  width: 100%;
  display: block;
  padding: 0;
  margin: 0;
}
.form .form__block__radio__content {
  background-color: #fff;
  padding: 4rem;
}
.form .form__block__radio input:checked + .form__block__radio__label:before {
  background-size: contain;
  background-image: url(/images/form__radio--circle-filled.svg);
}
.form.form--custom .form__label {
  text-align: left;
}

@media screen and (min-width: 991px) {
  .address-context[data-country-id="1"] {
    width: 91.6666666667% !important;
  }
}
.address-context[data-country-id="1"] .country {
  width: 35% !important;
}
.address-context[data-country-id="1"] .postal-code {
  order: 1;
  width: 40% !important;
}
.address-context[data-country-id="1"] .street-number {
  order: 2;
  width: 25% !important;
}
.address-context[data-country-id="1"] .street {
  order: 3;
  width: 100% !important;
}
.address-context[data-country-id="1"] .city {
  order: 4;
  width: 100% !important;
}
.address-context[data-country-id="1"] .clearfix {
  display: none;
}

@media screen and (min-width: 991px) {
  .address-context:not([data-country-id="1"]) {
    width: 91.6666666667% !important;
  }
}
.address-context:not([data-country-id="1"]) .country {
  width: 35% !important;
}
.address-context:not([data-country-id="1"]) .postal-code {
  width: 50% !important;
}
.address-context:not([data-country-id="1"]) .street {
  width: 65% !important;
}
.address-context:not([data-country-id="1"]) .street-number {
  width: 50% !important;
}
.address-context:not([data-country-id="1"]) .city {
  width: 100% !important;
}
.address-context:not([data-country-id="1"]) .clearfix {
  display: none;
}

@media screen and (min-width: 991px) {
  .checkout.shoppingcart .form .form__textarea[name=comments] {
    width: 95.8333333334%;
  }
}
.embla {
  overflow: hidden;
  position: relative;
}
.embla--prev, .embla--next {
  -webkit-user-select: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 50%;
  border: 1px solid #ebe9e1;
  z-index: 3;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.embla--prev:hover, .embla--next:hover {
  background: #ebe9e1;
}
.embla--prev {
  left: 1rem;
}
.embla--next {
  right: 1rem;
}
.embla:has(.embla--prev:not(.hidden)):before {
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 50px;
  height: 100%;
  z-index: 1;
}
.embla:has(.embla--next:not(.hidden)):after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 50px;
  height: 100%;
  z-index: 1;
}

.select2-container--bootstrap .select2-selection {
  border: 1px solid #c5b9ad;
  border-radius: 0;
}
.select2-container--bootstrap .select2-selection--single {
  height: 33px;
  padding: 3px 24px 3px 12px;
}
.select2-container--bootstrap .select2-dropdown {
  border: 1px solid #c5b9ad;
  border-radius: 0;
}
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #efece9;
  color: #424644;
}
.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  border: 1px solid #c5b9ad;
  border-radius: 0;
}
.select2-container--bootstrap .select2-search--dropdown .select2-search__field:focus {
  border: 1px solid #c5b9ad;
  border-radius: 0;
  box-shadow: 0 0 0 0.25rem rgba(197, 185, 173, 0.6);
}
.select2-container--bootstrap.select2-container--open .select2-selection, .select2-container--bootstrap.select2-container--focus .select2-selection {
  box-shadow: 0 0 0 0.25rem rgba(197, 185, 173, 0.6);
  border: 1px solid #c5b9ad;
}

input[type=text], select {
  outline: none;
}

.select {
  position: relative;
}
.select.select--open .select__options, .select.select--hand:hover .select__options {
  display: block;
}
.select .select__placeholder {
  cursor: pointer;
}
.select .select__placeholder .select__option__icon {
  width: 50%;
  height: 1.8rem;
}
.select .select__placeholder .select__option--discount {
  color: #95c11f;
}
.select .select__placeholder .select__option--price {
  display: none;
}
.select .select__options {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #efece9;
  box-shadow: 0.14rem 0.14rem 0.4rem rgba(0, 0, 0, 0.5);
  border: 1px solid white;
  margin: 0;
  padding: 0;
  z-index: 2;
}
.select .select__options .select__option {
  list-style: none;
  margin: 0;
  font: 400 1.3rem/1.9rem "Open Sans";
  padding: 0.4rem 0.6rem;
  cursor: pointer;
  transition: background 0.2s;
  display: flex;
}
.select .select__options .select__option.select__option--disabled {
  color: #909090;
  cursor: not-allowed;
}
.select .select__options .select__option.select__option--selected, .select .select__options .select__option:hover {
  font-weight: 700;
  background: white;
}
.select .select__options .select__option.select__option--cols {
  display: flex;
  justify-content: stretch;
}
.select .select__options .select__option.select__option--cols span {
  flex: 1 0;
}
.select .select__options .select__option .select__option__icon {
  height: 1.8rem;
  float: right;
  width: 50%;
}
.select .select__options .select__option .select__option__color {
  margin: 0 1rem 0 0;
}
.select .select__options .select__option .select__option--discount {
  font-weight: 700;
  color: #95c11f;
}

@media screen and (max-width: 767px) {
  .form .form__input, .form .form__select, .form .form__textarea {
    font-size: 16px;
  }
  .form .form__label {
    text-align: left;
  }
}
.list {
  line-height: 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.list li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list.list--horizontal li {
  margin: 0 6px;
  display: inline-block;
}
.list.list--horizontal li:last-child {
  margin-right: 0;
}
.list.list--horizontal li:first-child {
  margin-left: 0;
}
.list.list--vertical li {
  display: block;
  float: none;
  margin: 0;
}
.list.list--caret li {
  position: relative;
  margin-bottom: 3px;
}
.list.list--caret li:before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f0da";
  display: inline-block;
  width: 10px;
}
.list.list--lg {
  font-size: 1.6rem;
  line-height: 3rem;
  padding-left: 1.6rem;
}
.list.list--lg li:before {
  font-size: 1.4rem;
  width: 1.6rem;
  margin-left: -1.6rem;
}
.list.list--social li {
  margin: 4px 1px 0;
  font-size: 2rem;
  display: inline-block;
  height: 31px;
  line-height: 30px;
  width: 31px;
  border-radius: 31px;
  border: 1px solid #424644;
  text-align: center;
  transition: border-color 0.2s, color 0.2s;
}
.list.list--social li a:hover {
  color: #75a400;
}
.list.list--no-decoration a {
  text-decoration: none !important;
}
.list--no-wrap {
  display: flex;
  flex-wrap: nowrap !important;
}
.list--no-wrap li {
  white-space: nowrap;
}
.list.list--usp {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
}
.list.list--usp li {
  margin: 0;
  white-space: nowrap;
}
.list.list--usp li:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f00c";
  color: #95c11f;
  font-weight: 900;
  margin-right: 0.8rem;
}
@media screen and (max-width: 767px) {
  .list.list--usp li:before {
    margin-right: 0.4rem;
  }
}

@media screen and (max-width: 767px) {
  .list.list--social li {
    margin: 0 1px;
    font-size: 1.7rem;
    height: 28px;
    line-height: 27px;
    width: 28px;
    border-radius: 28px;
  }
}
.section.section--colored, .section.section--taupe, .section.section--grey {
  padding: 0 3rem;
}
.section.section--grey {
  background: #efece9;
}
.section.section--taupe {
  background: #e9e4df;
}
.section .section__container {
  padding: 3rem 0;
}

.content__container {
  padding: 30px 0;
}
.content__container.content__container--pt0 {
  padding-top: 0;
}
.content__container.content__container--no-spacing {
  padding: 0;
}
.content__container.content__container--sm-spacing {
  padding: 20px 0 10px;
}
.content__container.content__container--grey {
  background: #efece9;
}
.content__container .content__container__legend {
  font: 300 14px/17px Montserrat;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-align: center;
  margin: 0 0 22px;
}
.content__container .content__container__legend span {
  background: white;
  padding: 0 10px;
}
.content__container .content__container__legend:after {
  display: block;
  content: " ";
  border-top: 2px solid #efece9;
  height: 1px;
  margin: -10px 0 10px;
}
.content__container .content__container__legend.content__container__legend--left {
  text-align: left;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.content__container .content__container__legend.content__container__legend--left span:first-child {
  padding-left: 0;
}
.content__container .content__container__legend.content__container__legend--left span:last-child {
  padding-right: 0;
}

.references .content-block {
  margin-top: 0 !important;
}
.references .content-block h1, .references .content-block .cookie-popup__header p, .cookie-popup__header .references .content-block p, .references .content-block .h1 {
  font-size: 4.6rem;
  line-height: 5rem;
  color: inherit;
}
.references .references__content-slider {
  margin: 0 -4.5rem -4.5rem 0;
}
.references .references__content-slider .carousel-indicators {
  position: absolute;
  left: 0;
  margin: 0;
  padding: 0;
  top: 5rem;
  text-align: left;
}
.references .references__content-slider .references__content-slide .references__content-slide__image {
  aspect-ratio: 100/115;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
}
.references .references__content-slider .references__content-slide .references__content-slide__content {
  margin-top: 8rem;
  font: italic 400 2.2rem/3.2rem Bitter;
}
.references .references__wrapper {
  background: #e9e4df;
}
.references .references__text {
  padding: 5rem 9rem 1rem;
  text-align: center;
}
.references .references__text .p--sup-title {
  font: italic 400 2rem/2.8rem Bitter;
}
.references .references__slider {
  padding: 1rem 9rem;
  position: relative;
}
.references .references__slider .references__slider__nav {
  position: absolute;
  top: 40%;
  left: 5%;
  font-size: 5rem;
  color: white;
}
.references .references__slider .references__slider__nav:before {
  display: block;
  padding: 1rem;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f104";
}
.references .references__slider .references__slider__nav.references__slider__nav--next {
  right: 5%;
  left: auto;
}
.references .references__slider .references__slider__nav.references__slider__nav--next:before {
  content: "\f105";
}
.references .reference__slides {
  position: relative;
  min-height: 270px;
  overflow: hidden;
}
.references .reference__slides .reference__slide {
  position: absolute;
  top: 0;
  left: 0;
  padding: 3rem 0 2rem;
  margin: 0 0 3rem;
  background: white;
  transform: translateY(-4rem);
  transition: all 0.2s ease-in;
  opacity: 0;
  z-index: 1;
}
.references .reference__slides .reference__slide.reference__slide--active {
  z-index: 2;
  transition: all 0.2s ease-in 0.15s;
  opacity: 1;
  transform: translateY(0);
}
.references .reference__slides .reference__slide .reference__slide__image {
  margin: 0 auto;
  max-width: 80%;
  padding: 0 0 0 3rem;
}
.references .reference__slides .reference__slide .reference__slide__content {
  padding: 0 3rem 0 0;
}
.references .reference__slides .reference__slide:after {
  display: block;
  content: " ";
  background: url(/images/reference--arrow.svg) top center no-repeat;
  background-size: contain;
  height: 0;
  padding-bottom: 5.7%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
}
.references .reference__logos {
  overflow: hidden;
  position: relative;
  height: 8.5rem;
  margin: 0 0 4rem;
}
.references .reference__logos .reference__logos__viewport {
  width: 9999px;
  display: flex;
  justify-items: center;
  align-content: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  transition: left 0.2s ease-in-out;
}
.references .reference__logos .reference__logo {
  float: left;
  mix-blend-mode: multiply;
  max-height: 8.5rem;
  max-width: 12rem;
  padding: 1rem;
  position: relative;
  display: flex;
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.2s;
}
.references .reference__logos .reference__logo.reference__logo--active, .references .reference__logos .reference__logo:hover {
  opacity: 1;
}
.references .reference__logos .reference__logo img {
  flex: 1 1 0;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: center center;
     object-position: center center;
}

.green-constitution {
  background: #e9e4df;
  background-size: contain;
}
.green-constitution .green-constitution__labels {
  background: white;
  margin: 0 0 10%;
  position: relative;
  padding: 2rem 0;
}
.green-constitution .green-constitution__labels:after {
  display: block;
  content: " ";
  background: url(/images/reference--arrow.svg) top center no-repeat;
  background-size: contain;
  height: 0;
  padding-bottom: 6%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
}
.green-constitution .green-constitution__labels .green-constitution__label-icons {
  margin: 0 auto;
  overflow-y: scroll;
  position: relative;
}
.green-constitution .green-constitution__labels .green-constitution__label-icons .green-constitution__label-icons__scroller {
  height: 80px;
  white-space: nowrap;
  position: relative;
}
.green-constitution .green-constitution__labels .green-constitution__label-icons::-webkit-scrollbar {
  width: 0;
  height: 0;
  background: transparent;
}
.green-constitution .green-constitution__labels .green-constitution__label-icons .product-icon {
  opacity: 0.6;
  cursor: pointer;
}
.green-constitution .green-constitution__labels .green-constitution__label-icons .product-icon:hover, .green-constitution .green-constitution__labels .green-constitution__label-icons .product-icon.active {
  opacity: 1;
}
.green-constitution .green-constitution__label-info {
  text-align: center;
}
.green-constitution .green-constitution__label__navigation {
  display: block;
  color: white;
  font-size: 50px;
  margin: 11px 0 0;
}
.green-constitution .green-constitution__label__navigation.green-constitution__label__navigation--next {
  text-align: right;
}

.employees {
  position: relative;
}
.employees .employees__atc {
  position: absolute;
  top: -0.75rem;
  right: 2rem;
}
.employees .employees__atc .atc-logo {
  width: 110px;
}
.employees .employee__tabs .nav-tabs {
  border: 0;
  font: 700 1.4rem/2.1rem Montserrat;
}
.employees .employee__tabs .nav-tabs li a {
  background: #e9e4df;
  border: 0;
  margin: 0 3px 0 0;
  padding: 2rem 2.3rem;
  color: #424644;
  border-radius: 5px 5px 0 0;
  text-decoration: none;
}
.employees .employee__tabs .nav-tabs li.active a, .employees .employee__tabs .nav-tabs li:hover a {
  margin: 0 3px 0 0;
  border: 0;
  padding: 2rem 2.3rem;
  background: #efece9;
  color: #424644;
}
.employees .employee__tabs .tab-content {
  background: #efece9;
  padding: 5rem 5rem 2rem;
  font-size: 1.2rem;
  line-height: 2.2rem;
}

.large-icons {
  text-align: center;
}
.large-icons .icon-teasers {
  display: flex;
  justify-content: center;
}
.large-icons .icon-teasers .icon-teaser {
  flex: 1 0;
  margin: 0 80px 0 0;
}
.large-icons .icon-teasers .icon-teaser:last-child {
  margin-right: 0;
}

.text {
  font-family: Open Sans;
  font-size: 1.3rem;
  line-height: 2.4rem;
}

.line {
  padding: 15px 0;
}

.usps {
  background: #efece9;
  padding: 40px 0 !important;
}
@media (min-width: 992px) {
  .usps {
    padding: 80px 0;
  }
}
.usps .usps__title h2, .usps .usps__title .header .header__title, .header .usps .usps__title .header__title {
  text-align: center;
  margin-bottom: 2rem;
  color: #ec8225 !important;
  font: 700 2.6rem/3.4rem Montserrat;
}
@media (min-width: 992px) {
  .usps .usps__title h2, .usps .usps__title .header .header__title, .header .usps .usps__title .header__title {
    font: 700 3.6rem/4.4rem Montserrat;
  }
}
.usps .usps__items {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .usps .usps__items {
    grid-template-columns: repeat(4, 1fr);
  }
}
.usps .usps__items .usps__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.usps .usps__items .usps__item .usps__item__image {
  width: 100%;
  aspect-ratio: 21/15;
  -o-object-fit: contain;
     object-fit: contain;
}
.usps .usps__items .usps__item .usps__item__title {
  text-align: center;
  font: 700 1.5rem/2rem Montserrat;
}

@media screen and (max-width: 991px) {
  .references .content-block {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .content__container {
    padding: 16px 0px;
  }
  .references .content-block h1, .references .content-block .cookie-popup__header p, .cookie-popup__header .references .content-block p, .references .content-block .h1 {
    font-size: 2.5rem;
    line-height: 3.3rem;
  }
  .references .references__content-slider .carousel-indicators {
    top: 1rem;
  }
  .references .references__content-slider .references__content-slide .references__content-slide__content {
    margin-top: 5rem;
    padding: 0 0 3rem;
    font: italic 400 1.9rem/2.5rem Bitter;
  }
  .references .references__slider {
    padding: 1rem 2rem;
  }
  .references .reference__slides .reference__slide {
    padding: 3rem 0 2rem;
    margin: 0 0 3rem;
  }
  .references .reference__slides .reference__slide .reference__slide__image {
    padding: 0 0 0 3rem;
  }
  .references .reference__slides .reference__slide .reference__slide__content {
    padding: 0 3rem 0 0;
  }
  .references .reference__logos {
    height: 8.5rem;
    margin: 0 0 4rem;
  }
  .large-icons .icon-teasers {
    flex-direction: column;
  }
  .large-icons .icon-teasers .icon-teaser {
    margin: 0 auto 50px;
  }
  .large-icons .icon-teasers .icon-teaser:last-child {
    margin: 0 auto 50px;
  }
  .large-icons .icon-teasers .icon-teaser .icon-teaser__icon:after {
    display: none;
  }
}
.teaser {
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.teaser .teaser__labels {
  position: absolute;
  top: 0.7rem;
  left: 1.2rem;
  z-index: 3;
}
.teaser .teaser__labels.teaser__labels--right {
  left: auto;
  right: 1.2rem;
}
.teaser .teaser__labels .teaser__label {
  background: #95c11f;
  text-transform: lowercase;
  color: white;
  letter-spacing: 0;
  padding: 0 5px 1px;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
}
.teaser .teaser__labels .teaser__label.teaser__label--orange {
  background: #ec8225;
}
.teaser .teaser__labels .teaser__label.teaser__label--red {
  background: #c82255;
}
.teaser .teaser__labels .teaser__label.teaser__label--angled, .teaser .teaser__labels .teaser__label.teaser__label--angled-large {
  position: absolute;
  transform: rotate(45deg);
  padding: 2px 5px 3px;
  width: 100px;
  right: -3.7rem;
  top: 0.5rem;
}
.teaser .teaser__labels .teaser__label.teaser__label--angled-large {
  font-size: 1.55rem;
  padding: 9px 5px 10px;
  width: 150px;
  right: -5rem;
  top: 1.1rem;
}

.content-teaser {
  padding: 4.5rem 0 4rem;
  border: 1px solid white;
  transition: transform 0.2s;
}
.content-teaser .content-teaser__icon {
  background: #95c11f;
  margin: 0 auto 3rem;
  width: 115px;
  border-radius: 150px;
  text-align: center;
}
.content-teaser .content-teaser__icon .fa {
  color: white;
  font-size: 5.5rem;
  line-height: 115px;
  transition: color 0.2s;
}
.content-teaser .content-teaser__content {
  text-align: center;
}
.content-teaser .content-teaser__content .content-teaser__title {
  margin-bottom: 0.7rem;
}
.content-teaser:hover {
  border-color: #e9e4df;
  transform: translateY(-1px);
}
.content-teaser:hover .content-teaser__title {
  color: black;
}

.categories-quick-links {
  margin-top: 2rem;
}

.small-category-teaser {
  border: 2px solid #95c11f;
  border-radius: 7px;
  background: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
}
.small-category-teaser .category-teaser__image {
  background: white;
  width: 3rem;
  height: 3rem;
  min-width: 3rem;
  min-height: 3rem;
}
.small-category-teaser .category-teaser__image img {
  width: 100%;
  height: 100%;
}
.small-category-teaser .category-teaser__title {
  flex-grow: 1;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.6rem;
  -webkit-hyphens: auto;
          hyphens: auto;
}

.category-teaser {
  background: #efece9;
  padding: 1.7rem 1.7rem 0;
  transition: background 0.2s;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.category-teaser:hover {
  background: #e9e4df;
}
.category-teaser .category-teaser__image {
  background: white;
  aspect-ratio: 1/1;
}
.category-teaser .category-teaser__image img {
  aspect-ratio: 1/1;
}
.category-teaser .category-teaser__content {
  text-align: center;
  justify-content: space-between;
  padding: 1.2rem 0 1.7rem;
  flex-grow: 1;
}
.category-teaser .category-teaser__content .category-teaser__title {
  font-weight: 700;
  font-size: 1.8rem;
  margin: 0;
}
@media screen and (max-width: 766px) {
  .category-teaser .category-teaser__content .category-teaser__title {
    font-size: 1.3rem;
    line-height: 1.7rem;
  }
}
.category-teaser .category-teaser__content .category-teaser__action {
  align-self: center;
  font: 700 1.3rem/1.8rem Montserrat;
  background: #95c11f;
  padding: 0.7rem 1rem 0.7rem;
}
@media screen and (max-width: 766px) {
  .category-teaser .category-teaser__content .category-teaser__action {
    font: 700 1.1rem/1.8rem Montserrat;
  }
}
.category-teaser .category-teaser__content .category-teaser__action:hover {
  background: #75a400;
}
.category-teaser:hover .category-teaser__content .category-teaser__action {
  background: #75a400;
}
.category-teaser.category-teaser--homepage {
  background: none;
  padding: 0;
}
.category-teaser.category-teaser--homepage .category-teaser__image {
  aspect-ratio: 120/100;
}
.category-teaser.category-teaser--homepage .category-teaser__image img {
  aspect-ratio: 120/100;
}
.category-teaser.category-teaser--homepage .category-teaser__content {
  text-align: left;
  height: auto;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .category-teaser.category-teaser--homepage .category-teaser__content {
    padding-bottom: 0;
    gap: 1rem;
  }
}
.category-teaser.category-teaser--homepage .category-teaser__content .category-teaser__title {
  font-size: 1.7rem;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .category-teaser.category-teaser--homepage .category-teaser__content .category-teaser__title {
    font-size: 1.3rem;
    line-height: 1.7rem;
  }
}
.category-teaser.category-teaser--homepage .category-teaser__content .category-teaser__action {
  align-self: center;
  width: 100%;
  font: 700 1.3rem/1.8rem Montserrat;
  background: #95c11f;
  padding: 0.7rem 1rem 0.7rem;
  text-align: center;
}
@media screen and (max-width: 766px) {
  .category-teaser.category-teaser--homepage .category-teaser__content .category-teaser__action {
    font: 700 0.9rem/1.8rem Montserrat;
  }
}
.category-teaser.category-teaser--homepage .category-teaser__content .category-teaser__action:hover, .category-teaser.category-teaser--homepage .category-teaser__content .category-teaser__action .category-teaser:hover .category-teaser__action, .category-teaser:hover .category-teaser.category-teaser--homepage .category-teaser__content .category-teaser__action .category-teaser__action {
  background: #75a400;
}
.category-teaser.category-teaser--homepage .category-teaser__content .list {
  line-height: 2.4rem;
  margin: 0 0 2rem;
}

.product-teaser {
  padding: 3.3rem;
  transition: box-shadow 0.2s;
  border-top: 1px solid #e9e4df;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 0.75rem;
}
@media screen and (max-width: 766px) {
  .product-teaser {
    padding: 1rem;
  }
}
.product-teaser.product-teaser--attention {
  transition: none;
  box-shadow: inset 0 0 0 0.8rem #e9e4df, 0 0 5px rgba(0, 0, 0, 0.2);
}
.product-teaser.product-teaser--favorite {
  padding: 2.5rem;
  border-top: 0;
}
.product-teaser.product-teaser--favorite .product-teaser__action {
  background: #ec8225;
  color: white;
}
.product-teaser.product-teaser--favorite:hover {
  box-shadow: none;
}
.product-teaser:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.product-teaser:hover .product-teaser__image {
  transform: translateY(-25px);
}
.is-mobile .product-teaser:hover .product-teaser__image {
  transform: translateY(0px);
}
.product-teaser:hover .product-teaser__colors {
  transform: translateY(0px);
}
.is-mobile .product-teaser:hover .product-teaser__colors {
  transform: translateY(0px);
}
.product-teaser .teaser__labels {
  top: 2.2rem;
  left: 2.2rem;
}
.product-teaser .teaser__labels.teaser__labels--right {
  right: 2.2rem;
}
@media screen and (max-width: 766px) {
  .product-teaser .teaser__labels.teaser__labels--right {
    top: 0.8rem;
    right: 0.8rem;
  }
}
.product-teaser .product-teaser__select {
  position: absolute;
  top: 2.2rem;
  left: 7px;
  z-index: 3;
}
.product-teaser .product-teaser__select input {
  display: none;
}
.product-teaser .product-teaser__select label:before {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  line-height: 2.3rem;
  content: " ";
  text-align: center;
  background: white;
  border-radius: 2px;
  font-family: "Font Awesome 6 Pro";
  font-size: 2.2rem;
  border: 1px solid #424644;
  cursor: pointer;
}
.product-teaser .product-teaser__select label:hover:before {
  background: #95c11f;
  border-color: #95c11f;
}
.product-teaser .product-teaser__select input:checked + label:before {
  content: "\f00c";
  background: #95c11f;
  border-color: #95c11f;
  color: white !important;
}
.product-teaser .product-teaser__favorite .product-teaser__favorite__action {
  cursor: pointer;
}
.product-teaser .product-teaser__favorite .product-teaser__favorite__action:before {
  display: block;
  width: 3.3rem;
  height: 3.3rem;
  line-height: 3.3rem;
  text-align: center;
  background: white;
  border-radius: 2px;
  font-family: "Font Awesome 6 Pro";
  content: "\f08a";
}
.product-teaser .product-teaser__favorite .product-teaser__favorite__action:hover:before {
  content: "\f004";
  color: #95c11f;
}
.product-teaser .product-teaser__favorite .product-teaser__favorite__action.active:before {
  content: "\f004";
  background: #95c11f;
  color: white;
}
.product-teaser .product-teaser__image {
  background: white;
  height: 190px;
  text-align: center;
  position: relative;
  z-index: 2;
  transition: transform 0.2s;
}
.product-teaser .product-teaser__image img {
  max-width: 80%;
  max-height: 95%;
}
.product-teaser .product-teaser__green-score {
  position: absolute;
  top: 2.35rem;
  left: 2.2rem;
  width: 2rem;
  z-index: 3;
}
@media screen and (max-width: 766px) {
  .product-teaser .product-teaser__green-score {
    top: 0.9rem;
    left: 0.8rem;
  }
}
.product-teaser .product-teaser__bullets {
  font-size: 1.3rem;
  line-height: 1.5rem;
}
.product-teaser .product-teaser__colors {
  margin-top: -30px;
  height: 30px;
  background: white;
  transition: all 0.2s;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  transform: translateY(-25px);
}
@media screen and (max-width: 766px) {
  .product-teaser .product-teaser__colors {
    left: 1rem;
    right: 1rem;
  }
}
.product-teaser .product-teaser__colors .product-teaser__colors__column {
  float: left;
}
.product-teaser .product-teaser__colors .product-teaser__color {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background: url(/images/mix-palette--small.png) center center no-repeat;
  background-size: contain;
  margin: 0;
}
.product-teaser .product-teaser__colors .product-teaser__color.product-teaser__color--shaded {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.product-teaser .product-teaser__content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.product-teaser .product-teaser__content .product-teaser__title {
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.7rem;
  margin: 0;
}
.product-teaser .product-teaser__content .product-teaser__sub-title {
  font-family: Open Sans;
  font-size: 1.2rem;
  line-height: 2.3rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.product-teaser .product-teaser__content .product-teaser__delivery-time {
  font-family: Open Sans;
  font-size: 1.2rem;
  color: #95c11f;
}
.product-teaser .product-teaser__content .list--caret li {
  margin-bottom: 0;
}
.product-teaser .product-teaser__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  min-height: 3.4rem;
}
.product-teaser .product-teaser__action {
  font: 700 1.3rem/1.8rem Montserrat;
  padding: 0.7rem 1rem 0.7rem;
  background: #95c11f;
  color: white;
}
.product-teaser .product-teaser__action:hover {
  background: #75a400;
}
.product-teaser:hover .product-teaser__action {
  background: #75a400;
}
.product-teaser .product-teaser__price {
  margin-top: 1px;
  font-weight: 700;
  font-size: 2rem;
}
.product-teaser .product-teaser__price-from {
  font-size: 1.2rem;
  line-height: 1.6rem;
  text-transform: lowercase;
  margin-top: -0.3rem;
}
.product-teaser .product-teaser__price-on-request {
  min-height: 3.2rem;
  font-size: 1.2rem;
  line-height: 1.6rem;
  text-transform: lowercase;
  font-weight: 600;
  width: 70px;
  text-align: right;
}
.brand-teaser {
  margin: 0 0 3rem;
  transition: background 0.2s;
}
.brand-teaser:hover {
  background: #e9e4df;
}
.brand-teaser .brand-teaser__image {
  aspect-ratio: 4/3;
}
.brand-teaser .brand-teaser__content {
  padding: 1.5rem;
}
.brand-teaser .brand-teaser__title {
  font-size: 2.1rem;
  line-height: 2.7rem;
  margin: 1rem 0 0.5rem;
}
.brand-teaser .brand-teaser__intro {
  margin: 0 0 1.5rem;
}

.blog-teaser, .content-teaser-2 {
  margin: 0 0 3rem;
  transition: background 0.2s;
}
.blog-teaser:hover, .content-teaser-2:hover {
  background: #e9e4df;
}
.blog-teaser:hover .blog-teaser__image .blog-teaser__image__cta, .blog-teaser:hover .content-teaser-2 .content-teaser-2__image .blog-teaser__image__cta, .content-teaser-2 .blog-teaser:hover .content-teaser-2__image .blog-teaser__image__cta, .content-teaser-2:hover .blog-teaser__image .blog-teaser__image__cta, .content-teaser-2:hover .content-teaser-2__image .blog-teaser__image__cta {
  opacity: 0.85;
}
.blog-teaser .blog-teaser__image, .blog-teaser .content-teaser-2 .content-teaser-2__image, .content-teaser-2 .blog-teaser .content-teaser-2__image, .content-teaser-2 .blog-teaser__image, .content-teaser-2 .content-teaser-2__image {
  aspect-ratio: 4/3;
  position: relative;
}
.blog-teaser .blog-teaser__image .blog-teaser__image__cta, .content-teaser-2 .blog-teaser__image .blog-teaser__image__cta, .content-teaser-2 .content-teaser-2__image .blog-teaser__image__cta {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #95c11f;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.4s;
}
.blog-teaser .blog-teaser__image .blog-teaser__image__cta a, .content-teaser-2 .blog-teaser__image .blog-teaser__image__cta a, .content-teaser-2 .content-teaser-2__image .blog-teaser__image__cta a {
  color: white;
  font: 700 2rem/2rem Montserrat;
  text-decoration: none;
}
.blog-teaser .blog-teaser__content, .blog-teaser .content-teaser-2 .content-teaser-2__content, .content-teaser-2 .blog-teaser .content-teaser-2__content, .content-teaser-2 .blog-teaser__content, .content-teaser-2 .content-teaser-2__content {
  padding: 1.5rem;
}
.blog-teaser .blog-teaser__meta, .content-teaser-2 .blog-teaser__meta {
  font: 400 1.4rem/2rem Montserrat;
  color: #c5b9ad;
}
.blog-teaser .blog-teaser__title, .blog-teaser .content-teaser-2 h2, .content-teaser-2 .blog-teaser h2, .blog-teaser .content-teaser-2 .h2, .content-teaser-2 .blog-teaser .h2, .blog-teaser .content-teaser-2 h3, .content-teaser-2 .blog-teaser h3, .blog-teaser .content-teaser-2 .h3, .content-teaser-2 .blog-teaser .h3, .content-teaser-2 .blog-teaser__title, .content-teaser-2 h2, .content-teaser-2 .header .header__title, .header .content-teaser-2 .header__title, .content-teaser-2 .h2, .content-teaser-2 h3, .content-teaser-2 .h3 {
  font-size: 2.1rem;
  line-height: 2.7rem;
  margin: 1rem 0 0.5rem;
}
.blog-teaser .blog-teaser__intro, .content-teaser-2 .blog-teaser__intro {
  min-height: 95px;
}
.blog-teaser .blog-teaser__read-time, .content-teaser-2 .blog-teaser__read-time {
  margin: 0 0 0 1rem;
  color: #808080;
}
.blog-teaser.blog-teaser--recent, .blog-teaser--recent.content-teaser-2 {
  padding: 2.2rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.blog-teaser.blog-teaser--recent:hover, .blog-teaser--recent.content-teaser-2:hover {
  background: none;
}
.blog-teaser.blog-teaser--recent .blog-teaser__title, .blog-teaser.blog-teaser--recent .content-teaser-2 h2, .blog-teaser.blog-teaser--recent .content-teaser-2 .header .header__title, .header .blog-teaser.blog-teaser--recent .content-teaser-2 .header__title, .content-teaser-2 .blog-teaser.blog-teaser--recent h2, .content-teaser-2 .blog-teaser.blog-teaser--recent .header .header__title, .header .content-teaser-2 .blog-teaser.blog-teaser--recent .header__title, .blog-teaser.blog-teaser--recent .content-teaser-2 .h2, .content-teaser-2 .blog-teaser.blog-teaser--recent .h2, .blog-teaser.blog-teaser--recent .content-teaser-2 h3, .content-teaser-2 .blog-teaser.blog-teaser--recent h3, .blog-teaser.blog-teaser--recent .content-teaser-2 .h3, .content-teaser-2 .blog-teaser.blog-teaser--recent .h3, .blog-teaser--recent.content-teaser-2 .blog-teaser__title, .blog-teaser--recent.content-teaser-2 h2, .blog-teaser--recent.content-teaser-2 .header .header__title, .header .blog-teaser--recent.content-teaser-2 .header__title, .blog-teaser--recent.content-teaser-2 .h2, .blog-teaser--recent.content-teaser-2 h3, .blog-teaser--recent.content-teaser-2 .h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 1.7rem 0 2rem;
  text-align: center;
}
.blog-teaser.blog-teaser--recent .blog-teaser__read-time, .blog-teaser--recent.content-teaser-2 .blog-teaser__read-time {
  margin: 0 0 0 2rem;
  color: #b5b5b5;
}
.blog-teaser.blog-teaser--featured, .blog-teaser--featured.content-teaser-2 {
  background: #e9e4df;
}
.blog-teaser.blog-teaser--featured .blog-teaser__meta, .blog-teaser--featured.content-teaser-2 .blog-teaser__meta {
  color: inherit;
}
.blog-teaser.blog-teaser--featured .h1.blog-teaser__title, .blog-teaser.blog-teaser--featured .content-teaser-2 h2.h1, .blog-teaser.blog-teaser--featured .content-teaser-2 .header .h1.header__title, .header .blog-teaser.blog-teaser--featured .content-teaser-2 .h1.header__title, .content-teaser-2 .blog-teaser.blog-teaser--featured h2.h1, .content-teaser-2 .blog-teaser.blog-teaser--featured .header .h1.header__title, .header .content-teaser-2 .blog-teaser.blog-teaser--featured .h1.header__title, .blog-teaser.blog-teaser--featured .content-teaser-2 .h1.h2, .content-teaser-2 .blog-teaser.blog-teaser--featured .h1.h2, .blog-teaser.blog-teaser--featured .content-teaser-2 h3.h1, .content-teaser-2 .blog-teaser.blog-teaser--featured h3.h1, .blog-teaser.blog-teaser--featured .content-teaser-2 .h1.h3, .content-teaser-2 .blog-teaser.blog-teaser--featured .h1.h3, .blog-teaser--featured.content-teaser-2 .h1.blog-teaser__title, .blog-teaser--featured.content-teaser-2 h2.h1, .blog-teaser--featured.content-teaser-2 .header .h1.header__title, .header .blog-teaser--featured.content-teaser-2 .h1.header__title, .blog-teaser--featured.content-teaser-2 .h1.h2, .blog-teaser--featured.content-teaser-2 h3.h1, .blog-teaser--featured.content-teaser-2 .h1.h3 {
  font-size: 3.6rem;
  line-height: 4rem;
  margin: 2rem 0;
}
.blog-teaser.blog-teaser--featured .blog-teaser__image, .blog-teaser.blog-teaser--featured .content-teaser-2 .content-teaser-2__image, .content-teaser-2 .blog-teaser.blog-teaser--featured .content-teaser-2__image, .blog-teaser--featured.content-teaser-2 .blog-teaser__image, .blog-teaser--featured.content-teaser-2 .content-teaser-2__image {
  height: auto;
  min-height: 40rem;
  padding: 0;
}
.blog-teaser.blog-teaser--small, .blog-teaser--small.content-teaser-2 {
  margin: 0 0 2rem;
}
.blog-teaser.blog-teaser--small:hover, .blog-teaser--small.content-teaser-2:hover {
  background: none;
}
.blog-teaser.blog-teaser--small .blog-teaser__title, .blog-teaser.blog-teaser--small .content-teaser-2 h2, .blog-teaser.blog-teaser--small .content-teaser-2 .header .header__title, .header .blog-teaser.blog-teaser--small .content-teaser-2 .header__title, .content-teaser-2 .blog-teaser.blog-teaser--small h2, .content-teaser-2 .blog-teaser.blog-teaser--small .header .header__title, .header .content-teaser-2 .blog-teaser.blog-teaser--small .header__title, .blog-teaser.blog-teaser--small .content-teaser-2 .h2, .content-teaser-2 .blog-teaser.blog-teaser--small .h2, .blog-teaser.blog-teaser--small .content-teaser-2 h3, .content-teaser-2 .blog-teaser.blog-teaser--small h3, .blog-teaser.blog-teaser--small .content-teaser-2 .h3, .content-teaser-2 .blog-teaser.blog-teaser--small .h3, .blog-teaser--small.content-teaser-2 .blog-teaser__title, .blog-teaser--small.content-teaser-2 h2, .blog-teaser--small.content-teaser-2 .header .header__title, .header .blog-teaser--small.content-teaser-2 .header__title, .blog-teaser--small.content-teaser-2 .h2, .blog-teaser--small.content-teaser-2 h3, .blog-teaser--small.content-teaser-2 .h3 {
  margin: 0.5rem 0 0;
  font: 400 1.5rem/2.3rem Montserrat;
}
.blog-teaser.blog-teaser--small .blog-teaser__title a, .blog-teaser.blog-teaser--small .content-teaser-2 h2 a, .blog-teaser.blog-teaser--small .content-teaser-2 .header .header__title a, .header .blog-teaser.blog-teaser--small .content-teaser-2 .header__title a, .content-teaser-2 .blog-teaser.blog-teaser--small h2 a, .content-teaser-2 .blog-teaser.blog-teaser--small .header .header__title a, .header .content-teaser-2 .blog-teaser.blog-teaser--small .header__title a, .blog-teaser.blog-teaser--small .content-teaser-2 .h2 a, .content-teaser-2 .blog-teaser.blog-teaser--small .h2 a, .blog-teaser.blog-teaser--small .content-teaser-2 h3 a, .content-teaser-2 .blog-teaser.blog-teaser--small h3 a, .blog-teaser.blog-teaser--small .content-teaser-2 .h3 a, .content-teaser-2 .blog-teaser.blog-teaser--small .h3 a, .blog-teaser--small.content-teaser-2 .blog-teaser__title a, .blog-teaser--small.content-teaser-2 h2 a, .blog-teaser--small.content-teaser-2 .header .header__title a, .header .blog-teaser--small.content-teaser-2 .header__title a, .blog-teaser--small.content-teaser-2 .h2 a, .blog-teaser--small.content-teaser-2 h3 a, .blog-teaser--small.content-teaser-2 .h3 a {
  text-decoration: underline;
}

.social-teaser {
  margin: 0 0 1rem;
  display: flex;
  align-items: center;
}
.social-teaser:last-child {
  margin-bottom: 0;
}
.social-teaser.social-teaser--mt {
  margin: 1.5rem 0 0;
}
.social-teaser a {
  font: 400 1.3rem/2rem Montserrat;
  text-decoration: none !important;
  letter-spacing: 0;
  display: block;
  margin: 1.1rem 0;
  transition: all 0.2s;
}
.social-teaser:before {
  float: left;
  display: block;
  width: 6rem;
  height: 6rem;
  flex: 0 0 6rem;
  border-radius: 100%;
  border: 2px solid #505050;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 3rem;
  text-align: center;
  line-height: 6rem;
  margin: 0 1rem 0 0;
  transition: all 0.2s;
}
.social-teaser.social-teaser--linkedin:before {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
  content: "\f0e1";
  line-height: 5.7rem;
  padding-left: 0.15rem;
}
.social-teaser.social-teaser--instagram:before {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
  content: "\f16d";
  font-size: 4rem;
  line-height: 5.8rem;
  padding-left: 0.15rem;
}
.social-teaser.social-teaser--newsletter:before, .social-teaser.social-teaser--mail:before {
  content: "\f0e0";
  line-height: 5.6rem;
  padding-left: 0.15rem;
}
.social-teaser.social-teaser--videocall:before {
  line-height: 5.7rem;
  padding-left: 0.3rem;
  content: "\f03d";
  font-size: 2.75rem;
}
.social-teaser.social-teaser--chat:before {
  content: "\f27a";
  line-height: 5.5rem;
  padding-left: 0.3rem;
}
.social-teaser.social-teaser--telephone:before {
  content: "\f095";
  font-size: 2.75rem;
}
.social-teaser:hover a {
  color: #95c11f;
}
.social-teaser:hover:before {
  border-color: #95c11f;
  background: #95c11f;
  color: white;
}

.employee-teaser {
  margin: 0 0 4px;
}
.employee-teaser .employee-teaser__image {
  filter: grayscale(100%);
  transition: filter 0.2s;
}
.employee-teaser .employee-teaser__image:hover {
  filter: none;
}

.employee-teaser-2 {
  text-align: center;
  margin: 0 0 30px;
}
.employee-teaser-2 .employee-teaser-2__image {
  aspect-ratio: 1;
  background: white;
  position: relative;
  margin: 0 0 20px;
  overflow: hidden;
}
.employee-teaser-2 .employee-teaser-2__image img {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: calc(100% - 10px);
}
.employee-teaser-2 .employee-teaser-2__function {
  font-weight: 700;
  color: #95c11f;
}

.content-teaser-2:hover .ghost-button, .content-teaser-2:hover .ghost-button:hover {
  color: white;
  background: #95c11f !important;
}
@keyframes bounce {
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.icon-teaser {
  max-width: 220px;
}
.icon-teaser:nth-child(1n) .icon-teaser__icon img {
  animation-delay: 0.8s;
}
.icon-teaser:nth-child(2n) .icon-teaser__icon img {
  animation-delay: 1.4s;
}
.icon-teaser:nth-child(3n) .icon-teaser__icon img {
  animation-delay: 2s;
}
.icon-teaser:nth-child(4n) .icon-teaser__icon img {
  animation-delay: 2.6s;
}
.icon-teaser:nth-child(5n) .icon-teaser__icon img {
  animation-delay: 3.2s;
}
.icon-teaser:nth-child(6n) .icon-teaser__icon img {
  animation-delay: 3.8s;
}
.icon-teaser:nth-child(7n) .icon-teaser__icon img {
  animation-delay: 4.4s;
}
.icon-teaser:nth-child(8n) .icon-teaser__icon img {
  animation-delay: 5s;
}
.icon-teaser:nth-child(9n) .icon-teaser__icon img {
  animation-delay: 5.6s;
}
.icon-teaser:nth-child(10n) .icon-teaser__icon img {
  animation-delay: 6.2s;
}
.icon-teaser .icon-teaser__icon {
  background: #efece9;
  max-width: 100%;
  border-radius: 100%;
  overflow: visible;
  position: relative;
}
.icon-teaser .icon-teaser__icon img {
  opacity: 0;
  transform: scale(1.5);
  animation: bounce 1.1s alternate forwards;
}
.icon-teaser .icon-teaser__icon:after {
  position: absolute;
  top: 50%;
  right: calc(-40px - 9%);
  display: block;
  content: " ";
  width: 20px;
  height: 33px;
  background: url(/images/theme/arrow-right.svg) center center no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
.icon-teaser .icon-teaser__content {
  margin: 40px 0 0;
  font: 400 12px/23px Montserrat;
}
.icon-teaser .icon-teaser__content h2, .icon-teaser .icon-teaser__content .header .header__title, .header .icon-teaser .icon-teaser__content .header__title, .icon-teaser .icon-teaser__content .h2, .icon-teaser .icon-teaser__content h3, .icon-teaser .icon-teaser__content .h3 {
  margin: 0 0 5px;
  font-size: 21px;
}
.icon-teaser:last-child .icon-teaser__icon:after {
  display: none;
}

.shipment-teaser .shipment-teaser__icon {
  font-size: 40px;
  color: #ec8225;
  margin: 20px 0 15px;
}

.file-teaser {
  background: #efece9;
  margin-bottom: 14px;
  padding: 20px;
}
.file-teaser .file-teaser__preview {
  aspect-ratio: 1;
}
.file-teaser .file-teaser__preview img:not(.js-image-scale) {
  aspect-ratio: 1/1;
  width: 100%;
}
.file-teaser .file-teaser__preview span {
  display: block;
  text-align: center;
  opacity: 0.5;
  font-style: italic;
}
.file-teaser .file-teaser__title {
  font: 700 1.2rem/16px Montserrat;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.image-teaser {
  margin-bottom: 14px;
}
.image-teaser__preview {
  position: relative;
  background-color: #efece9;
  cursor: pointer;
}
.image-teaser__preview:hover img {
  opacity: 1;
}
.image-teaser__preview:hover .button.button--green, .image-teaser__preview:hover .button--green.ghost-button {
  background-color: #75a400;
}
.image-teaser__preview img {
  aspect-ratio: 1/1;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  width: 100%;
  opacity: 0.9;
  transition: opacity 0.2s;
}
.image-teaser__preview__buttons {
  position: absolute;
  right: 12px;
  top: 12px;
  display: flex;
  gap: 8px;
}
.image-teaser__preview__tags {
  position: absolute;
  left: 12px;
  bottom: 12px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.image-teaser__preview__tags span {
  background-color: #95c11f;
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1;
}
.image-teaser--upload {
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #efece9;
}

@media screen and (max-width: 767px) {
  .blog-teaser .blog-teaser__image, .content-teaser-2 .blog-teaser__image, .content-teaser-2 .content-teaser-2__image {
    margin: 0 0 2rem;
  }
  .content-teaser-2 .content-teaser-2__image {
    margin: 0 0 2rem;
  }
  .brand-teaser .brand-teaser__image {
    margin: 0 0 2rem;
  }
  .product-teaser .product-teaser__image {
    height: 140px;
  }
  .product-teaser .product-teaser__colors {
    margin-top: -20px;
  }
  .product-teaser .product-teaser__colors .product-teaser__color {
    width: 9px;
    height: 9px;
  }
  .category-teaser .category-teaser__title {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2.9rem;
  }
  .content-teaser {
    padding: 1rem 0 2rem;
    margin: 0 0 1rem;
  }
  .content-teaser .content-teaser__icon {
    margin: 1rem auto 2rem;
    width: 90px;
  }
  .content-teaser .content-teaser__icon .fa {
    font-size: 4rem;
    line-height: 90px;
  }
  .content-teaser .content-teaser__content .content-teaser__title {
    min-height: 0;
    margin-bottom: 0.7rem;
    transition: color 0.2s;
  }
  .icon-teaser .icon-teaser__content {
    margin: 20px 0 0;
  }
}
.cta-product-manager {
  background: #95c11f url(/images/product-managers/laura.png) right bottom no-repeat;
  background-size: auto 95%;
  color: white;
  padding: 1.5rem 2rem 1.3rem;
  margin: 0 0 0.7rem;
}
.cta-product-manager .cta-product-manager__telephone {
  font-size: 2.3rem;
  line-height: 3.1rem;
}
.cta-product-manager .cta-product-manager__actions {
  font-size: 1.2rem;
}

.category .cta-product-manager {
  margin: 3.8rem 0 0.7rem;
}

@media screen and (max-width: 767px) {
  .cta-product-manager {
    margin: 1.5rem 0 0.7rem;
  }
}
.product-icon {
  display: inline-block;
  margin: 0 0.5rem 0.5rem 0;
  width: 50px;
  height: 50px;
  background: url(/images/product-icons.svg?v=6) no-repeat top left;
  background-size: 300px;
}
.product-icon.product-icon--xl {
  background-size: 420px;
  margin: 0 1rem 0.5rem;
  width: 70px;
  height: 70px;
}
.product-icon.product-icon--1-1 {
  background-position: 0px 0px;
}
.product-icon.product-icon--1-1.product-icon--xl {
  background-position: 0px 0px;
}
.product-icon.product-icon--2-1 {
  background-position: 0px -50px;
}
.product-icon.product-icon--2-1.product-icon--xl {
  background-position: 0px -70px;
}
.product-icon.product-icon--3-1 {
  background-position: 0px -100px;
}
.product-icon.product-icon--3-1.product-icon--xl {
  background-position: 0px -140px;
}
.product-icon.product-icon--4-1 {
  background-position: 0px -150px;
}
.product-icon.product-icon--4-1.product-icon--xl {
  background-position: 0px -210px;
}
.product-icon.product-icon--5-1 {
  background-position: 0px -200px;
}
.product-icon.product-icon--5-1.product-icon--xl {
  background-position: 0px -280px;
}
.product-icon.product-icon--6-1 {
  background-position: 0px -250px;
}
.product-icon.product-icon--6-1.product-icon--xl {
  background-position: 0px -350px;
}
.product-icon.product-icon--1-2 {
  background-position: -50px 0px;
}
.product-icon.product-icon--1-2.product-icon--xl {
  background-position: -70px 0px;
}
.product-icon.product-icon--2-2 {
  background-position: -50px -50px;
}
.product-icon.product-icon--2-2.product-icon--xl {
  background-position: -70px -70px;
}
.product-icon.product-icon--3-2 {
  background-position: -50px -100px;
}
.product-icon.product-icon--3-2.product-icon--xl {
  background-position: -70px -140px;
}
.product-icon.product-icon--4-2 {
  background-position: -50px -150px;
}
.product-icon.product-icon--4-2.product-icon--xl {
  background-position: -70px -210px;
}
.product-icon.product-icon--5-2 {
  background-position: -50px -200px;
}
.product-icon.product-icon--5-2.product-icon--xl {
  background-position: -70px -280px;
}
.product-icon.product-icon--6-2 {
  background-position: -50px -250px;
}
.product-icon.product-icon--6-2.product-icon--xl {
  background-position: -70px -350px;
}
.product-icon.product-icon--1-3 {
  background-position: -100px 0px;
}
.product-icon.product-icon--1-3.product-icon--xl {
  background-position: -140px 0px;
}
.product-icon.product-icon--2-3 {
  background-position: -100px -50px;
}
.product-icon.product-icon--2-3.product-icon--xl {
  background-position: -140px -70px;
}
.product-icon.product-icon--3-3 {
  background-position: -100px -100px;
}
.product-icon.product-icon--3-3.product-icon--xl {
  background-position: -140px -140px;
}
.product-icon.product-icon--4-3 {
  background-position: -100px -150px;
}
.product-icon.product-icon--4-3.product-icon--xl {
  background-position: -140px -210px;
}
.product-icon.product-icon--5-3 {
  background-position: -100px -200px;
}
.product-icon.product-icon--5-3.product-icon--xl {
  background-position: -140px -280px;
}
.product-icon.product-icon--6-3 {
  background-position: -100px -250px;
}
.product-icon.product-icon--6-3.product-icon--xl {
  background-position: -140px -350px;
}
.product-icon.product-icon--1-4 {
  background-position: -150px 0px;
}
.product-icon.product-icon--1-4.product-icon--xl {
  background-position: -210px 0px;
}
.product-icon.product-icon--2-4 {
  background-position: -150px -50px;
}
.product-icon.product-icon--2-4.product-icon--xl {
  background-position: -210px -70px;
}
.product-icon.product-icon--3-4 {
  background-position: -150px -100px;
}
.product-icon.product-icon--3-4.product-icon--xl {
  background-position: -210px -140px;
}
.product-icon.product-icon--4-4 {
  background-position: -150px -150px;
}
.product-icon.product-icon--4-4.product-icon--xl {
  background-position: -210px -210px;
}
.product-icon.product-icon--5-4 {
  background-position: -150px -200px;
}
.product-icon.product-icon--5-4.product-icon--xl {
  background-position: -210px -280px;
}
.product-icon.product-icon--6-4 {
  background-position: -150px -250px;
}
.product-icon.product-icon--6-4.product-icon--xl {
  background-position: -210px -350px;
}
.product-icon.product-icon--1-5 {
  background-position: -200px 0px;
}
.product-icon.product-icon--1-5.product-icon--xl {
  background-position: -280px 0px;
}
.product-icon.product-icon--2-5 {
  background-position: -200px -50px;
}
.product-icon.product-icon--2-5.product-icon--xl {
  background-position: -280px -70px;
}
.product-icon.product-icon--3-5 {
  background-position: -200px -100px;
}
.product-icon.product-icon--3-5.product-icon--xl {
  background-position: -280px -140px;
}
.product-icon.product-icon--4-5 {
  background-position: -200px -150px;
}
.product-icon.product-icon--4-5.product-icon--xl {
  background-position: -280px -210px;
}
.product-icon.product-icon--5-5 {
  background-position: -200px -200px;
}
.product-icon.product-icon--5-5.product-icon--xl {
  background-position: -280px -280px;
}
.product-icon.product-icon--6-5 {
  background-position: -200px -250px;
}
.product-icon.product-icon--6-5.product-icon--xl {
  background-position: -280px -350px;
}
.product-icon.product-icon--1-6 {
  background-position: -250px 0px;
}
.product-icon.product-icon--1-6.product-icon--xl {
  background-position: -350px 0px;
}
.product-icon.product-icon--2-6 {
  background-position: -250px -50px;
}
.product-icon.product-icon--2-6.product-icon--xl {
  background-position: -350px -70px;
}
.product-icon.product-icon--3-6 {
  background-position: -250px -100px;
}
.product-icon.product-icon--3-6.product-icon--xl {
  background-position: -350px -140px;
}
.product-icon.product-icon--4-6 {
  background-position: -250px -150px;
}
.product-icon.product-icon--4-6.product-icon--xl {
  background-position: -350px -210px;
}
.product-icon.product-icon--5-6 {
  background-position: -250px -200px;
}
.product-icon.product-icon--5-6.product-icon--xl {
  background-position: -350px -280px;
}
.product-icon.product-icon--6-6 {
  background-position: -250px -250px;
}
.product-icon.product-icon--6-6.product-icon--xl {
  background-position: -350px -350px;
}

.printing-icon {
  display: inline-block;
  background-position: center left;
  background-size: auto 100%;
  background-repeat: no-repeat;
  vertical-align: -3px;
}
.printing-icon.printing-icon--1 {
  background-image: url(/images/theme/printing-icons--1.svg);
}
.printing-icon.printing-icon--2 {
  background-image: url(/images/theme/printing-icons--2.svg);
}
.printing-icon.printing-icon--3 {
  background-image: url(/images/theme/printing-icons--3.svg);
}
.printing-icon.printing-icon--4 {
  background-image: url(/images/theme/printing-icons--4.svg);
}
.printing-icon.printing-icon--5 {
  background-image: url(/images/theme/printing-icons--5.svg);
}
.printing-icon.printing-icon--6 {
  background-image: url(/images/theme/printing-icons--6.svg);
}
.printing-icon.printing-icon--7 {
  background-image: url(/images/theme/printing-icons--7.svg);
}
.printing-icon.printing-icon--8 {
  background-image: url(/images/theme/printing-icons--8.svg);
}
.printing-icon.printing-icon--fc {
  background-image: url(/images/theme/printing-icons--fc.svg);
}
.printing-icon.printing-icon--gr {
  background-image: url(/images/theme/printing-icons--gr.svg);
}
.printing-icon.printing-icon--st {
  background-image: url(/images/theme/printing-icons--st.svg);
}

.color-icon {
  margin: 0 0.5rem 0 0;
  vertical-align: -6px;
  display: inline-block;
  background: black;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 100%;
  border: 1px solid #e9e4df;
}

.styled-table {
  margin-top: 8px;
}
.styled-table td, .styled-table th {
  padding: 7px 5px;
  line-height: 1.6;
  vertical-align: top;
  border-top: 1px solid #e0e0e0;
}

.employee-gallery .lg-outer .lg-video {
  padding-bottom: 63%;
}
.employee-gallery .lg-toolbar {
  display: none !important;
}

.popup.employee-popup {
  display: flex;
  flex-direction: column;
  padding: 0;
  max-height: 100%;
  min-height: 100%;
}
.popup.employee-popup .employee-popup__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 60px;
  color: #c5b9ad;
  display: block;
}
.popup.employee-popup .employee-popup__content {
  display: flex;
  background: white;
  align-content: stretch;
  flex: 1 0;
}
.popup.employee-popup .employee-popup__content .employee-popup__image {
  width: 41.6666666667%;
  background-size: cover;
  background-position: center top;
}
.popup.employee-popup .employee-popup__content .employee-popup__info {
  flex: 1 0;
  width: 58.3333333333%;
  padding: 5% 8.3333333333%;
  align-self: center;
}
.popup.employee-popup .employee-popup__content .employee-popup__info .employee-popup__name {
  color: #95c11f;
}
.popup.employee-popup .employee-popup__content .employee-popup__info .employee-popup__function {
  font-weight: 700;
}
.popup.employee-popup .employee-popup__content .employee-popup__info .employee-popup__description {
  margin: 30px 0 0;
}
.popup.employee-popup .employee-popup__content .employee-popup__info .employee-popup__cta {
  font-weight: 700;
  margin: 30px 0 0;
}
.popup.employee-popup .employee-popup__content .employee-popup__info .employee-popup__cta p {
  margin: 0 0 10px;
}
.popup.employee-popup .employee-popup__content .employee-popup__info .employee-popup__cta .fa {
  color: #95c11f;
  font-size: 20px;
  vertical-align: 0;
  margin: 0 10px 0 0;
}
.popup.employee-popup .employee-popup__footer {
  display: flex;
  align-items: center;
  background: url(/images/theme/bg--green.jpg) center center no-repeat;
  background-size: cover;
  padding: 30px 0;
  flex: 0 1;
}
.popup.employee-popup .employee-popup__footer .employee-popup__favorite-product {
  margin: 0 8.3333333333%;
  width: 25%;
}
.popup.employee-popup .employee-popup__footer .employee-popup__favorite-product img {
  max-width: 100%;
  max-height: 130px;
  margin: 0 auto;
}
.popup.employee-popup .employee-popup__footer .employee-popup__quote {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  color: white;
  font: 400 italic 20px/37px Bitter;
}

.swal-modal {
  border-radius: 0;
}
.swal-modal .swal-title {
  font-size: 22px;
  font-weight: 500;
}
.swal-modal .swal-text {
  font-size: 13px;
  font-weight: 300;
}
.swal-modal .swal-button {
  font-weight: 400;
  text-transform: lowercase;
  border-radius: 0;
}

.lg-backdrop {
  background: rgba(0, 0, 0, 0.7);
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background: none;
  color: #95c11f;
  font-size: 40px;
}
.lg-actions .lg-prev:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f104";
}
.lg-actions .lg-next:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
}

.lg-outer .lg-video-cont {
  max-width: 1000px;
}

.qs-datepicker {
  border-radius: 0;
  border-color: #95c11f;
  will-change: filter;
}
.qs-datepicker .qs-controls {
  background: #95c11f;
  color: white;
}
.qs-datepicker .qs-squares .qs-square .qs-active {
  background: #ec8225;
}
.qs-datepicker .qs-arrow.qs-left:after {
  border-right-color: white;
}
.qs-datepicker .qs-arrow.qs-right:after {
  border-left-color: white;
}

.lity-content {
  background: white;
  padding: 2rem;
}

.carousel-indicators li {
  background: white;
  opacity: 0.5;
}
.carousel-indicators li.active {
  opacity: 1;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: block;
  height: auto;
  width: 100%;
  line-height: 1;
}

/*Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
  Inspired from:  http://codepen.io/Rowno/pen/Afykb*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity*/
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
#cookie-consent-reset {
  position: fixed;
  z-index: 1000;
  left: 5px;
  bottom: 5px;
}

.cookie-wrapper {
  z-index: 110;
  position: fixed;
  display: none;
}
.cookie-wrapper-item {
  z-index: 110;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0px;
  overflow-y: auto;
  padding: 25px;
}
.cookie-wrapper .cookie-overlay {
  background: rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 1;
}

.cookie-popup {
  top: 10vh;
  max-width: 500px;
  margin: auto;
  flex: 0 0;
  background: white;
  display: flex;
  flex-direction: column;
  opacity: 1;
  border-radius: 5px;
}
.cookie-popup__header {
  padding: 20px 20px 0px;
}
.cookie-popup__header p {
  font-size: 20px;
  padding: 0px;
  margin: 0px;
  text-transform: uppercase;
}
.cookie-popup__content {
  padding: 0 20px 20px;
  flex: 1 1;
}
.cookie-popup__content__options {
  padding-top: 2rem;
}
.cookie-popup__content.popup__content--p0 {
  padding: 0;
}
.cookie-popup__footer {
  padding: 0px 20px 20px;
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  gap: 8px;
}
.cookie-popup__footer .button, .cookie-popup__footer .ghost-button, .cookie-popup__footer .brand-teaser:hover .ghost-button, .brand-teaser:hover .cookie-popup__footer .ghost-button, .cookie-popup__footer .content-teaser-2:hover .ghost-button, .content-teaser-2:hover .cookie-popup__footer .ghost-button {
  min-width: 120px;
  text-align: center;
}
.cookie-popup__footer .button--green, .cookie-popup__footer .blog-filter .button--green:hover, .blog-filter .cookie-popup__footer .button--green:hover {
  font-weight: bold;
}
.cookie-popup__footer .button--green:hover {
  font-weight: bold;
}

.popup-overlay {
  background: rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 1;
  z-index: 999;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loading {
  position: relative;
}
.loading::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: white;
  content: "";
  z-index: 1;
}
.loading::after {
  content: "";
  position: absolute;
  border: 4px solid #d9d9d9;
  border-radius: 50%;
  border-top: 4px solid #95c11f;
  width: 30px;
  height: 30px;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  animation: spin 1s linear infinite;
  z-index: 1;
}

.vue-popup {
  position: fixed;
  top: 10vh;
  left: 15vw;
  width: calc(100% - 30vw);
  height: calc(100% - 20vh);
  flex: 0 0;
  background: white;
  display: flex;
  flex-direction: column;
  opacity: 1;
  z-index: 1000;
}
.vue-popup.loading {
  position: fixed;
}
.vue-popup__close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 30px;
  cursor: pointer;
}
.vue-popup__close:hover {
  opacity: 0.9;
  font-size: 30px !important;
  line-height: 60px !important;
}
.vue-popup__header {
  border-bottom: 1px solid #f0ece9;
  padding: 10px 0 10px 20px;
  display: flex;
  align-items: center;
  height: 60px;
}
.vue-popup__header h1, .vue-popup__header .cookie-popup__header p, .cookie-popup__header .vue-popup__header p {
  font-size: 20px;
  padding: 0px;
  margin: 0px;
}
.vue-popup__content {
  padding: 20px;
  flex: 1 1;
  overflow: scroll;
}
.vue-popup__content.popup__content--p0 {
  padding: 0;
}
.vue-popup__footer {
  border-top: 1px solid #f0ece9;
  padding: 12px 20px;
}

.list-enter .vue-popup, .list-leave-to .vue-popup {
  opacity: 0;
  transform: translateY(30px);
}
.list-enter .popup-overlay, .list-leave-to .popup-overlay {
  opacity: 0;
}

.gallery-popup__content__item {
  margin-bottom: 2.5rem;
}
.gallery-popup__content__item:last-child {
  margin-bottom: 0;
}

.aspect-ratio {
  aspect-ratio: 16/9;
}

.aspect-ratio--4-3 {
  aspect-ratio: 4/3;
}

.aspect-ratio--1-1 {
  aspect-ratio: 1/1;
}

.aspect-ratio--a4 {
  aspect-ratio: 210/297;
}

.image-object-fit {
  -o-object-fit: cover;
     object-fit: cover;
}

.image-object-fit--contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.w-full {
  width: 100%;
}

.max-w-15 {
  max-width: 15rem;
}

.bread-crumbs {
  margin: 2rem 0 0;
  font-size: 1.2rem;
  font-family: Open Sans;
}
.bread-crumbs li.bread-crumbs__list-item {
  margin-right: 0;
}
.bread-crumbs li.bread-crumbs__list-item .fa-solid {
  color: #c5b9ad;
  margin: 0 4px 0 0;
}
.bread-crumbs li.bread-crumbs__list-item a {
  text-decoration: none;
}

.kiyoh-rating {
  color: #95c11f;
  display: block;
  white-space: nowrap;
}
.kiyoh-rating .fa-solid {
  font-size: 2.4rem;
  letter-spacing: -0.05em;
}

.usp {
  font: 500 1.5rem/2rem Montserrat;
}

.atc-logo {
  aspect-ratio: 1;
  width: 160px;
  background-size: cover;
  background-repeat: no-repeat;
  transform: rotate(-6deg);
}
.atc-logo--rotation-left {
  transform: rotate(6deg);
}
.atc-logo--white-white-green-nl {
  background-image: url(../images/always-taking-care/white-white-green-nl.svg);
}
.atc-logo--white-white-green-en {
  background-image: url(../images/always-taking-care/white-white-green-en.svg);
}
.atc-logo--white-white-green-de {
  background-image: url(../images/always-taking-care/white-white-green-de.svg);
}
.atc-logo--orange-white-green-nl {
  background-image: url(../images/always-taking-care/orange-white-green-nl.svg);
}
.atc-logo--orange-white-green-en {
  background-image: url(../images/always-taking-care/orange-white-green-en.svg);
}
.atc-logo--orange-white-green-de {
  background-image: url(../images/always-taking-care/orange-white-green-de.svg);
}
.atc-logo--white-orange-white-nl {
  background-image: url(../images/always-taking-care/white-orange-white-nl.svg);
}
.atc-logo--white-orange-white-en {
  background-image: url(../images/always-taking-care/white-orange-white-en.svg);
}
.atc-logo--white-orange-white-de {
  background-image: url(../images/always-taking-care/white-orange-white-de.svg);
}
.atc-logo--orange-orange-white-nl {
  background-image: url(../images/always-taking-care/orange-orange-white-nl.svg);
}
.atc-logo--orange-orange-white-en {
  background-image: url(../images/always-taking-care/orange-orange-white-en.svg);
}
.atc-logo--orange-orange-white-de {
  background-image: url(../images/always-taking-care/orange-orange-white-de.svg);
}

.spacer {
  height: 4rem;
}
.spacer:before, .spacer:after {
  display: table;
  content: " ";
}
.spacer:after {
  clear: both;
}
.spacer.spacer--xl {
  height: 10rem;
}
.spacer.spacer--lg {
  height: 6rem;
}
.spacer.spacer--sm {
  height: 2rem;
}
.spacer.spacer--xs {
  height: 1rem;
}

.order-status {
  white-space: nowrap;
  color: white;
  font: 700 1.1rem/1.8rem "Open Sans";
  display: inline-block;
  background: #808080;
  border-radius: 3px;
  padding: 0.2rem 0.5rem;
}
.order-status.span--ready {
  background: #95c11f;
}
.order-status.span--open {
  background: #ec8225;
}

.toggle {
  margin: 5px 0 0;
}
.toggle .toggle__choice {
  display: inline-block;
  line-height: 16px;
  padding: 2px 4px;
  border: 2px solid #efece9;
  background: #efece9;
  color: #e9e4df;
}
.toggle .toggle__choice.toggle__choice--selected {
  background: white;
  color: #424644;
}

.callout, .announcement {
  z-index: 99;
  background: #84ab1b;
  padding: 1rem 0;
  text-align: center;
  font-size: 1.3rem;
  color: white;
}
.callout--warning, .announcement--warning {
  background: #e47514;
}
.callout--error, .announcement--error {
  background: #b70218;
}

.delivery-options .delivery-option {
  background: #efece9;
  padding: 8px 12px;
  min-height: 100px;
  margin-bottom: 15px;
  transition: background 0.2s, color 0.2s;
  cursor: pointer;
}
.delivery-options .delivery-option h4 {
  height: 21px;
}
.delivery-options .delivery-option .delivery_method__select-date {
  line-height: 30px;
}
.delivery-options .delivery-option .delivery_method__select-date .fa {
  margin: 0 0 0 10px;
  font-size: 27px;
  color: #95c11f;
  transition: font-size 0.2s;
}
.delivery-options .delivery-option .delivery-option__date-picker {
  margin: 5px -12px -8px;
  color: #404040;
}
.delivery-options .delivery-option .delivery-option__date-picker .form__input, .delivery-options .delivery-option .delivery-option__date-picker .form .form__select, .form .delivery-options .delivery-option .delivery-option__date-picker .form__select, .delivery-options .delivery-option .delivery-option__date-picker .form .form__textarea, .form .delivery-options .delivery-option .delivery-option__date-picker .form__textarea {
  display: none;
  background: rgba(0, 0, 0, 0.1);
}
.delivery-options label {
  display: block;
}
.delivery-options input {
  display: none;
}
.delivery-options input:checked + .delivery-option {
  background: #95c11f;
  color: white;
}
.delivery-options input:checked + .delivery-option .fa {
  color: inherit;
  font-size: 18px;
}
.delivery-options input:checked + .delivery-option h4:before, .delivery-options input:checked + .delivery-option .h4:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f00c";
  margin-right: 3px;
}
.delivery-options input:checked + .delivery-option .form__input, .delivery-options input:checked + .delivery-option .form .form__select, .form .delivery-options input:checked + .delivery-option .form__select, .delivery-options input:checked + .delivery-option .form .form__textarea, .form .delivery-options input:checked + .delivery-option .form__textarea {
  display: block;
  color: white;
}

.kiyoh-widget {
  max-width: 70%;
  margin: 0 0 30px;
}
.kiyoh-widget .kiyoh-widget__score {
  display: block;
  text-align: center;
  width: 36px;
  height: 36px;
  font: 700 16px/34px Montserrat;
  color: #d29601;
  border: 2px solid #d29601;
  border-radius: 99px;
  margin: 0 10px 0 0;
}

.collapse-text {
  position: relative;
  overflow: hidden;
}
.collapse-text .collapse-text__toggle {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding-top: 1.5rem;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255, 0) 100%);
}

.tooltip {
  z-index: 12;
}
.tooltip .tooltip-inner {
  background: #296524;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #296524;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #296524;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #296524;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #296524;
}

.popover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-color: #e0e0e0;
}
.popover.top .arrow {
  border-top-color: #e0e0e0;
}
.popover.right .arrow {
  border-right-color: #e0e0e0;
}
.popover.bottom .arrow {
  border-bottom-color: #e0e0e0;
}
.popover.left .arrow {
  border-left-color: #e0e0e0;
}

.gallery {
  margin: 10px 0;
}
.gallery .gallery__teaser {
  display: block;
  cursor: pointer;
  border: 1px solid #e0e0e0;
  transition: border-color 0.2s;
  padding: 5px;
  margin-bottom: 15px;
}
.gallery .gallery__teaser:hover {
  border-color: #95c11f;
}
.gallery .gallery__teaser .gallery__teaser__image {
  aspect-ratio: 100/67;
}

.row--slider {
  overflow-x: auto;
  white-space: nowrap;
}
.row--slider .category-teaser__title {
  white-space: normal;
}
.row--slider [class^=col] {
  vertical-align: top;
  white-space: normal;
  display: inline-block;
  float: none;
}

.hamburger-icon {
  width: 20px;
  height: 15px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.2s ease-in-out;
  cursor: pointer;
}
.hamburger-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ec8225;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.2s ease-in-out;
  border-radius: 2px;
}
.hamburger-icon span:nth-child(1) {
  top: 0px;
  transform-origin: left center;
}
.hamburger-icon span:nth-child(2) {
  top: 6.5px;
  transform-origin: left center;
}
.hamburger-icon span:nth-child(3) {
  top: 13px;
  transform-origin: left center;
}
.hamburger-icon.hamburger__action--open span:nth-child(1) {
  transform: rotate(45deg);
  top: -0.5px;
  left: 3px;
}
.hamburger-icon.hamburger__action--open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.hamburger-icon.hamburger__action--open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 13.7px;
  left: 3px;
}

.hamburger {
  padding: 15px !important;
  margin-right: -10px;
}

.info-bar {
  background: #95c11f;
  color: white;
  padding: 15px;
  margin: 0 0 10px;
  border-radius: 3px;
}

.large-number {
  font: 700 155px/110px Montserrat;
  color: #95c11f;
  text-align: right;
}

.accept-gc a {
  color: #ec8225;
  border-bottom: 1px solid #ec8225;
}

@media screen and (max-width: 767px) {
  .bread-crumbs {
    margin: 2rem 0 0;
  }
  .bread-crumbs .bread-crumbs__list-item:nth-child(n+1) {
    margin-left: 0 !important;
  }
}
.top {
  padding: 5px 0;
  font: 400 1.3rem/2rem "Open Sans";
  letter-spacing: 0.05rem;
  color: #505050;
  max-height: 100vh;
}
.top.is-sticky {
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 13;
}
.top .top__usp .list--usp {
  flex-wrap: nowrap;
}
.top .top__usp .usp {
  font-size: 1.4rem;
}
@media screen and (max-width: 1199px) {
  .top .top__usp .usp .list--usp li:nth-child(n+4) {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .top .top__usp .usp .list--usp li:nth-child(n+3) {
    display: none;
  }
}
.top .top__menu {
  flex: 0 1 auto;
}
.top .top__menu .list {
  margin: -5px 0;
}
@media screen and (max-width: 767px) {
  .top .top__menu .list {
    margin: -5px 0 -1px;
  }
  .top .top__menu .list li:first-child {
    padding-left: 0px;
  }
}
.top .top__menu .list li {
  margin: 0;
  padding: 0.5rem 1rem;
}
.top .top__menu .list-caret--favorites {
  background: #95c11f;
  color: white;
}
.top .top__menu .list-caret--favorites:before {
  content: "\f004";
  width: 2rem;
}
.top .top__menu .list-caret--languages {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.top .top__menu .list-caret--languages:before {
  display: none;
}
.top .top__menu .list-caret--languages img {
  width: 3rem;
  padding: 0 0.3rem;
  vertical-align: -3px;
}

@media screen and (max-width: 767px) {
  .top {
    padding: 0;
  }
  .top .container {
    padding: 0;
  }
  .top .top__logo {
    flex-grow: 1;
    height: 54px;
    display: block;
    background: url("/images/logo.svg") no-repeat center left;
    background-size: 80%;
  }
  .top .top__actions {
    font: 600 1.8rem/2rem Montserrat;
    display: flex;
    gap: 0.75rem;
    margin-right: 15px;
  }
  .top .top__actions > * {
    padding: 0.5rem;
  }
  .top .top__shoppingcart {
    display: block;
    position: relative;
  }
  .top .top__shoppingcart .top__menu__shoppingcart__badge {
    text-align: center;
    top: -3px;
    right: 0;
    position: absolute;
    font-size: 10px;
    display: block;
    min-width: 15px;
    height: 15px;
    line-height: 15px;
    border-radius: 99px;
    background: #ec8225;
    color: #fff;
  }
}
.cms-bar {
  background-color: #303030;
  color: white;
  padding: 0.5rem 0;
  font-size: 12px;
}
.cms-bar__elements {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
}
.cms-bar__elements__element {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
}

.header {
  background: #efece9;
  z-index: 10;
}
.header.is-sticky {
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.header.is-sticky .flex {
  min-height: 80px;
  overflow: hidden;
}
.header.is-sticky .header__logo .header__logo__action {
  height: 45px;
}
.header.is-sticky .header__search {
  visibility: hidden;
}
.header.is-sticky .header__shoppingcart {
  margin-right: -100px;
  opacity: 0;
}
.header.is-sticky .header__contact {
  background-repeat: no-repeat;
  min-height: 0;
  padding: 0 8rem 0 0;
}
.header.is-sticky .header__contact .header__contact__content {
  margin: 0.5rem 0 0;
}
.header.is-loaded .flex {
  transition: min-height 0.3s;
}
.header.is-loaded .header__shoppingcart {
  transition-property: margin, opacity;
  transition-duration: 0.3s;
}
.header.is-loaded .header__logo .header__logo__action {
  transition: 0.3s height;
}
.header .flex {
  min-height: 100px;
  justify-content: space-between;
}
.header .header__logo {
  flex: 0 1;
  min-width: 28.4%;
}
.header .header__logo .header__logo__action {
  height: 54px;
  display: block;
  background: url("/images/logo.svg") no-repeat left center;
}
.header .header__title {
  color: #505050;
}
.header .header__search {
  flex: 1 0;
  margin: 0 0 0 3rem;
  position: relative;
}
.header .header__search.header__search--open .header__search__dropdown {
  display: block;
  opacity: 1;
  border-radius: 2.6rem 0 0 0;
}
.header .header__search.header__search--open .header__search__form .header__search__input, .header .header__search.header__search--open .header__search__form .header__search__submit {
  background: #e9e4df;
}
.header .header__search.header__search--open .header__search__form .header__search__input::-moz-placeholder, .header .header__search.header__search--open .header__search__form .header__search__submit::-moz-placeholder {
  color: #424644;
}
.header .header__search.header__search--open .header__search__form .header__search__input::placeholder, .header .header__search.header__search--open .header__search__form .header__search__submit::placeholder {
  color: #424644;
}
.header .header__search.header__search--open .header__search__form .header__search__input {
  border-radius: 2.6rem 0 0 0;
}
.header .header__search.header__search--open .header__search__form .header__search__submit {
  border-radius: 0 0 2.6rem 0;
}
.header .header__search .header__search__form {
  display: flex;
  position: relative;
  z-index: 11;
}
.header .header__search .header__search__form .header__search__input {
  flex: 1 0;
  background: white;
  border-radius: 2.6rem 0 0 2.6rem;
  border: 0;
  line-height: 2rem;
  padding: 1.7rem 0 1.7rem 1.7rem;
  transition: border-radius 0.2s;
}
.header .header__search .header__search__form .header__search__input::-moz-placeholder {
  color: #c5b9ad;
  font: italic 1.6rem/2rem "Bitter";
  letter-spacing: 0.1rem;
}
.header .header__search .header__search__form .header__search__input::placeholder {
  color: #c5b9ad;
  font: italic 1.6rem/2rem "Bitter";
  letter-spacing: 0.1rem;
}
.header .header__search .header__search__form .header__search__submit {
  flex: 0 1;
  background: white;
  border-radius: 0 2.6rem 2.6rem 0;
  border: 0;
  line-height: 2rem;
  padding: 1.7rem;
  font-size: 1.8rem;
  color: #ec8225;
  transition: border-radius 0.2s;
}
.header .header__search .header__search__dropdown {
  display: none;
  position: absolute;
  opacity: 0;
  transition: opacity 0.5s;
  z-index: 10;
  top: 0;
  left: 0;
  width: 200%;
  background: white;
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.25);
  padding: 8rem 3rem 4rem;
  border-radius: 2.6rem;
}
.header .header__search .header__search__dropdown .list li {
  padding: 0 0 0 1.3rem;
  position: relative;
  font: 300 1.5rem/2.6rem "Open Sans";
}
.header .header__search .header__search__dropdown .list li:before {
  position: absolute;
  top: 0px;
  left: 0;
  font-family: "Font Awesome 6 Pro";
  content: "\f0da";
  font-weight: 900;
}
.header .header__contact {
  flex: 0 1;
  font-size: 1.2rem;
  background: url(/images/product-managers/laura.png) bottom right no-repeat;
  background-size: auto 86%;
  padding: 0 10rem 0 0;
  margin: 0 0 0 2rem;
  min-height: 112px;
}
.header .header__contact .header__contact__content {
  white-space: nowrap;
  letter-spacing: 0.05rem;
  margin: 1rem 0 0;
}
.header .header__contact .header__contact__telephone {
  letter-spacing: 0.1rem;
  font: 700 1.65rem/2.4rem Montserrat;
}
.header .header__contact .header__contact__email {
  letter-spacing: 0.05rem;
  font: 700 1.4rem/2.4rem Montserrat;
}
.header .header__shoppingcart {
  opacity: 1;
  flex: 0 1;
  margin: 0 0 0 4rem;
}
.header .header__shoppingcart .header__shoppingcart__action {
  font-size: 6.5rem;
  display: block;
  color: #ec8225;
  line-height: 54px;
  position: relative;
  width: 61px;
}
.header .header__shoppingcart .header__shoppingcart__action .header__shoppingcart__badge {
  text-align: center;
  top: -3px;
  right: -17px;
  position: absolute;
  font-size: 10px;
  display: block;
  width: 26px;
  height: 26px;
  padding: 0 0 0 1px;
  line-height: 20px;
  border-radius: 99px;
  background: #ec8225;
  color: white;
  border: 3px solid #efece9;
}

@media screen and (max-width: 767px) {
  .header .flex {
    min-height: auto;
    margin: 1rem 0;
  }
  .header .header__logo {
    display: none;
  }
  .header .header__search {
    width: calc(100% - 1rem);
    margin: 0 auto;
  }
  .header .header__search .header__search__form .header__search__input {
    padding: 1.2rem 0 1.2rem 1.2rem;
  }
  .header .header__search .header__search__form .header__search__submit {
    padding: 1.2rem;
  }
  .header .header__search .header__search__input {
    font-size: 16px;
  }
  .header .header__search .header__search__dropdown {
    width: 100%;
    border-radius: 0;
  }
}
.menu {
  border-bottom: 1px solid #f0ece9;
}
.menu .main-menu .main-menu__list {
  width: 100%;
  align-items: stretch;
}
.menu .main-menu .main-menu__list li {
  flex-grow: 1;
  border-right: 1px solid #f0ece9;
  display: flex;
  align-items: center;
  white-space: nowrap;
  text-align: center;
  font: 600 1.8rem/2rem Montserrat;
  transition: background 150ms;
}
.menu .main-menu .main-menu__list li:last-child {
  border-right: 0;
}
.menu .main-menu .main-menu__list li:hover, .menu .main-menu .main-menu__list li.active {
  background: #e9e4df;
}
.menu .main-menu .main-menu__list li a {
  width: 100%;
  display: block;
  line-height: 2rem;
  padding: 2.5rem 1rem;
}
.menu .main-menu .main-menu__list li.menu__reviews {
  text-align: right;
  font: inherit;
  font-size: 1.3rem;
}
.menu .main-menu .main-menu__list li.menu__reviews .kiyoh-rating {
  display: inline-block;
  vertical-align: -3px;
  margin: 0 1rem 0 0;
}
.menu .main-menu .main-menu__list li.menu__reviews a {
  line-height: 2.6rem;
  padding: 0 0 0 2.5rem;
}
.menu .main-menu .main-menu__list li.menu__main {
  font-weight: 700;
  cursor: pointer;
}
.menu .main-menu .main-menu__list li.menu__main a:before {
  content: "";
  display: inline-block;
  margin: 0 2.2rem 0 0;
  width: 2.3rem;
  height: 1.6rem;
  background: url(/images/hamburger.svg) no-repeat center center;
  background-size: contain;
  vertical-align: -2px;
}
.menu .main-menu .main-menu__list li.menu__main:hover, .menu .main-menu .main-menu__list li.menu__main.menu__main--open {
  background: #ec8225;
  color: white;
}
.menu .main-menu .main-menu__list li.menu__main:hover a:before, .menu .main-menu .main-menu__list li.menu__main.menu__main--open a:before {
  background-image: url(/images/hamburger--white.svg);
}
.menu .main-menu .main-menu__button {
  display: block;
  background: #95c11f;
  color: white;
  line-height: 7rem;
  font-size: 2.1rem;
  font-weight: 600;
  padding: 0 2.8rem;
  transition: all 0.1s;
}
.menu .main-menu .main-menu__button.main-menu__button--opened {
  color: #e9e4df;
  background: white;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
.menu .menu__container {
  border-top: 2px solid #ec8225;
  background: white;
  position: absolute;
  top: 7rem;
  left: 7px;
  width: calc(100% - 14px);
  z-index: 9;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.3);
  display: none;
}
.menu .menu__container--sub-menu {
  border-top-color: #e9e4df;
}
.menu .menu__container__left {
  float: left;
  width: 25%;
}
.menu .menu__container__right {
  float: right;
  width: 75%;
}
.menu .menu__main-list {
  padding: 0.4rem 0;
}
.menu .menu__main-list li a {
  line-height: 1.6rem;
  display: block;
  font-family: "Open Sans";
  padding: 0.8rem 1rem 0.8rem 1.2rem;
  transition: background 0.2s;
}
.menu .menu__main-list li a:before {
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  width: 15px;
  content: "\f0da";
  font-weight: 900;
}
.menu .menu__main-list li a:hover {
  background: #f0f0f0;
}
.menu .menu__main-list li a:hover:before {
  content: "\f105";
}
.menu .menu__main-list li.menu__main-list__item--popular {
  color: #ec8225;
}
.menu .menu__sub-list {
  margin: 0.7rem 1.4rem;
}
.menu .menu__sub-list .menu__sub-list__tile {
  border: 1px solid #efece9;
  margin: 0.7rem 0;
  padding-top: 1rem;
}
.menu .menu__sub-list .menu__sub-list__tile .menu__sub-list__tile__image {
  height: 130px;
  margin-bottom: 1rem;
}
.menu .menu__sub-list .menu__sub-list__tile .menu__sub-list__tile__image img {
  max-height: 100%;
  margin: 0 auto;
}
.menu .menu__sub-list .menu__sub-list__tile .menu__sub-list__tile__title {
  line-height: 2rem;
  height: 4.7rem;
  text-align: center;
}
.menu .menu__sub-list .menu__sub-list__tile:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.menu .menu__heading {
  font-size: 2.2rem;
  line-height: 7rem;
}

@media screen and (max-width: 767px) {
  .menu .container {
    padding: 0;
  }
  .menu .main-menu {
    width: auto;
  }
  .menu .main-menu .main-menu__button {
    display: block;
    background: #95c11f;
    color: white;
    line-height: 6rem;
    font-size: 2.1rem;
    padding: 0;
    width: 6rem;
    text-align: center;
  }
  .menu .menu__container {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    display: none;
  }
  .menu .menu__container .menu__container__left, .menu .menu__container .menu__container__right {
    float: none;
    width: 100%;
  }
  .menu .menu__container .menu__container__right {
    display: none;
  }
  .menu .menu__heading {
    line-height: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .banners .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.banner {
  background: white;
  position: relative;
  display: flex;
  justify-content: stretch;
}
@media screen and (max-width: 767px) {
  .banner {
    flex-direction: column;
  }
}
.banner .banner__image {
  flex-basis: 50%;
}
.banner .banner__image img {
  width: 100%;
}
.banner--clickable {
  cursor: pointer;
}
.banner .banner__content {
  background: #95c11f;
  align-items: center;
  display: flex;
  flex-basis: 50%;
  position: relative;
}
.banner .banner__content .banner__content__text {
  margin: 0 15% 0 32%;
  font: 700 2.8rem/1.4 "Bitter";
  color: white;
}
@media screen and (max-width: 1199px) {
  .banner .banner__content .banner__content__text {
    margin: 0 15% 0 26%;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 991px) {
  .banner .banner__content .banner__content__text {
    margin: 0 10% 0 26%;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .banner .banner__content .banner__content__text {
    margin: 1.5rem 20px 1.5rem 134px;
  }
}
.banner .banner__content .banner__content__atc {
  position: absolute;
  height: 72%;
  left: -10%;
  top: 14%;
}
@media screen and (max-width: 767px) {
  .banner .banner__content .banner__content__atc {
    width: 94px;
    height: auto;
    top: -33%;
    left: 10px;
  }
}
.banner .banner__content .banner__content__atc .atc-logo {
  width: auto;
  height: 100%;
}

.category-banner-brands {
  background: #e9e4df;
  padding: 2rem 4rem;
  margin-top: 1rem;
  display: flex;
  gap: 3rem;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .category-banner-brands {
    display: none;
  }
}
.category-banner-brands__logos {
  flex-grow: 1;
  display: flex;
  gap: 2.5rem;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-height: 8rem;
}
.category-banner-brands__logo {
  max-height: 8rem;
  max-width: 11rem;
  filter: grayscale(1);
  opacity: 0.7;
  transition: all 0.2s;
}
.category-banner-brands__logo:hover {
  filter: grayscale(0);
  opacity: 1;
}

.category-banner-blog {
  display: flex;
  flex-direction: column;
  position: relative;
}
.category-banner-blog__tag {
  position: absolute;
  top: 3rem;
  left: 3rem;
  background: #fff;
  color: #95c11f;
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
  font: 600 1.7rem/1.4 Montserrat;
  text-transform: lowercase;
}
@media screen and (max-width: 992px) {
  .category-banner-blog__tag {
    font-size: 1.5rem;
    top: 1.5rem;
    left: 1.5rem;
  }
}
.category-banner-blog__image-wrapper {
  position: relative;
  flex-grow: 1;
}
.category-banner-blog__image {
  flex-grow: 1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}
.category-banner-blog__content {
  background: #e9e4df;
  padding: 3rem;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .category-banner-blog__content {
    padding: 1.5rem;
  }
}
.category-banner-blog__content__inner {
  position: relative;
}
.category-banner-blog__icon {
  height: 2rem;
  position: relative;
}
.category-banner-blog__icon img {
  width: 50%;
  position: absolute;
  bottom: 0.5rem;
  right: -1.5rem;
}
@media screen and (max-width: 992px) {
  .category-banner-blog__icon img {
    width: 50%;
    right: -1rem;
  }
}
.category-banner-blog__title {
  font: 700 2rem/1.4 Montserrat;
}
@media screen and (max-width: 992px) {
  .category-banner-blog__title {
    font-size: 1.6rem;
  }
}
.category-banner-blog__link {
  font-weight: bold;
  font-size: 1.2rem;
  margin-top: 1rem;
  display: block;
}
.category-banner-blog__link:hover {
  font-size: 1.2rem;
  font-weight: bold;
}

.category-banner-blog-2 {
  display: flex;
  flex-direction: column;
}
.category-banner-blog-2__image-wrapper {
  position: relative;
  flex-grow: 1;
}
.category-banner-blog-2__image {
  flex-grow: 1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}
.category-banner-blog-2__content {
  background: #e9e4df;
  padding: 3rem;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .category-banner-blog-2__content {
    padding: 1.5rem;
  }
}
.category-banner-blog-2__content__inner {
  background: #fff;
  padding: 2rem;
  margin-top: -9rem;
  border-radius: 1.5rem;
}
@media screen and (max-width: 992px) {
  .category-banner-blog-2__content__inner {
    margin-top: -6rem;
    padding: 1rem;
  }
}
.category-banner-blog-2__tag {
  background: #95c11f;
  margin-bottom: 2rem;
  color: #fff;
  display: inline-block;
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
  font: 600 1.7rem/1.4 Montserrat;
  text-transform: lowercase;
}
@media screen and (max-width: 992px) {
  .category-banner-blog-2__tag {
    font-size: 1.5rem;
  }
}
.category-banner-blog-2__title {
  text-align: center;
  font: 700 1.4rem/1.4 Montserrat;
}
@media screen and (max-width: 992px) {
  .category-banner-blog-2__title {
    font-size: 1.2rem;
  }
}
.category-banner-blog-2__link {
  display: block;
  font-size: 1.2rem;
  text-align: center;
  font-weight: 600;
  margin-top: 2rem;
}
.category-banner-blog-2__link:hover {
  font-size: 1.2rem;
  font-weight: 600;
}

.category-banner-video {
  background-color: #95c11f;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 3rem;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  .category-banner-video {
    padding: 1.5rem;
  }
}
.category-banner-video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  transition: all 0.3s ease-in-out;
}
.category-banner-video:hover:before {
  background-color: rgba(0, 0, 0, 0.5);
}
.category-banner-video > * {
  z-index: 1;
}
.category-banner-video__tag {
  background: #fff;
  color: #95c11f;
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
  font: 600 1.7rem/1.4 Montserrat;
  text-transform: lowercase;
}
@media screen and (max-width: 992px) {
  .category-banner-video__tag {
    font-size: 1.5rem;
  }
}
.category-banner-video__title {
  font: 700 2rem/1.4 Montserrat;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .category-banner-video__title {
    font-size: 1.6rem;
  }
}
.category-banner-video__play {
  width: 100%;
  text-align: center;
  font-size: 9rem;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .category-banner-video__play {
    font-size: 6rem;
  }
}

@media screen and (max-width: 768px) {
  .text-center-xs {
    text-align: center;
  }
}
.content {
  min-height: 30rem;
}
.content .content-block {
  margin-top: 5rem;
}
.content .content-block.small-mt {
  margin-top: 2rem;
}
.content .content__usp {
  margin: 1.7rem 0;
}
@media screen and (max-width: 767px) {
  .content .content__usp .list--usp {
    display: block;
    -moz-columns: 2;
         columns: 2;
    font-size: 1rem;
  }
}

.content-block-intro-image {
  width: 60%;
  aspect-ratio: 100/60;
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
  float: right;
  margin: 4rem 0 0;
}
.content-block-intro-image + .content-block {
  clear: both;
}

.content-block.content-block--padded {
  padding: 2rem 2.7rem;
}
.content-block.content-block--padded-h-xl {
  padding: 7rem 0;
}
.content-block.content-block--padded-xl {
  padding: 4.5rem;
}
.content-block.content-block--small {
  width: 85%;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .content-block.content-block--small {
    width: 100%;
  }
}
.content-block.content-block--green {
  color: white;
  background: url(/images/theme/bg--green.jpg) center center no-repeat;
  background-size: cover;
}
.content-block.content-block--grey {
  background: #e9e4df;
}
.content-block.content-block--grey-light {
  background: #efece9;
}
.content-block.content-block--bordered {
  border: 1px solid #e9e4df;
}
.content-block.content-block--with-caret-left {
  position: relative;
}
.content-block.content-block--with-caret-left:before {
  content: " ";
  display: block;
  position: absolute;
  background: url(/images/portal/content-block__caret-left.svg) center right no-repeat;
  background-size: contain;
  left: -32px;
  top: 50%;
  transform: translateY(-50%);
  height: 70px;
  max-height: 100%;
  width: 32px;
}
.content-block h1, .content-block .cookie-popup__header p, .cookie-popup__header .content-block p, .content-block h2, .content-block .header .header__title, .header .content-block .header__title, .content-block h3, .content-block h4, .content-block h5, .content-block .h1, .content-block .h2, .content-block .h3, .content-block .h4, .content-block .h5 {
  color: inherit;
}

.popup {
  padding: 3rem;
}

.page .content {
  font: 400 1.4rem/2.3rem Open Sans;
}
.page .content h1, .page .content .cookie-popup__header p, .cookie-popup__header .page .content p, .page .content .h1, .page .content h2, .page .content .header .header__title, .header .page .content .header__title, .page .content .h2, .page .content h3, .page .content .h3 {
  letter-spacing: 0;
}
.page .content a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .content .content-block {
    margin-top: 2rem;
  }
}
.sidebar h3, .sidebar .h3 {
  font-size: 1.8rem;
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 0.75rem;
}
.sidebar .sidebar__category-tree li {
  font-size: 1.6rem;
  line-height: 2rem;
  padding: 0.4rem 0;
}
.sidebar .sidebar__category-tree li.active {
  color: #95c11f;
}
.sidebar .sidebar__category-tree ul {
  padding: 0.4rem 0;
}
.sidebar .sidebar__category-tree ul li {
  font-family: Open Sans;
  font-size: 1.4rem;
  color: #424644;
  padding: 0.4rem 1rem;
  display: inline-block;
}
.sidebar .sidebar__category-tree ul li.active {
  color: #424644;
  background: #e9e4df;
}
.sidebar .sidebar__block {
  margin-bottom: 2.5rem;
}
.sidebar .filters .filter {
  padding: 2.5rem 0;
  border-top: 1px solid #e9e4df;
}

.newsletter-bar {
  background: #95c11f;
  color: white;
  padding: 5px 0;
  letter-spacing: 0.03em;
  font: 300 14px/22px Montserrat;
}
.newsletter-bar .newsletter-bar__content {
  margin: 31px 0;
}
.newsletter-bar .newsletter-bar__content strong {
  font-size: 23px;
}
.newsletter-bar .newsletter-bar__form {
  margin: 10px 0;
  height: 44px;
}
.newsletter-bar .newsletter-bar__form .form {
  display: table;
}
.newsletter-bar .newsletter-bar__form .form .form__input, .newsletter-bar .newsletter-bar__form .form .form__select, .newsletter-bar .newsletter-bar__form .form .form__textarea {
  display: table-cell;
  width: 360px;
  margin-right: 8px;
  padding: 13px 15px 14px;
  background: white;
}
.newsletter-bar .newsletter-bar__form .form .ghost-button {
  display: table-cell;
  width: 95px;
  vertical-align: -1px;
}

@media screen and (max-width: 767px) {
  .newsletter-bar {
    padding: 20px 10px;
  }
  .newsletter-bar .newsletter-bar__content {
    margin: 0;
  }
  .newsletter-bar .newsletter-bar__content strong {
    display: block;
    margin-bottom: 5px;
  }
  .newsletter-bar .newsletter-bar__form .form .form__input, .newsletter-bar .newsletter-bar__form .form .form__select, .newsletter-bar .newsletter-bar__form .form .form__textarea {
    width: calc(100% - 103px);
    padding-bottom: 13px;
    vertical-align: bottom;
  }
}
.usp-bar {
  background: #95c11f;
  color: white;
  padding: 25px 0;
  letter-spacing: 0.03em;
}
.usp-bar .usp-bar__list {
  font-size: 14px;
  text-align: center;
}

.footer {
  margin: 5rem 0 0;
}
.footer .footer__top {
  margin: 2rem 0;
}
.footer .footer__top .footer__top__logo .footer__top__logo__action {
  height: 40px;
  display: block;
  background: url(/images/logo.svg) no-repeat left center;
  background-size: contain;
}
.footer .footer__top .footer__top__content {
  text-align: right;
  margin: 0 0 3rem;
}
.footer .footer__top .footer__top__content img {
  max-height: 60px;
  vertical-align: bottom;
  display: inline-block;
}
.footer .footer__top .footer__top__ratings {
  font-size: 1rem;
  line-height: 1.5rem;
  margin: -0.3rem 0 0;
}
.footer .footer__top .footer__top__ratings .kiyoh-rating .fa {
  font-size: 3.1rem;
}
.footer .footer__top .footer__top__ratings .footer__top__rating {
  float: left;
  display: block;
  width: 4.2rem;
  height: 4.2rem;
  background: #e9e4df;
  font: 700 1.8rem/4.2rem Montserrat;
  margin: 0 1.3rem 0 0;
  text-align: center;
  border-radius: 99px;
}
.footer .footer__main {
  background: #e9e4df;
  padding: 2.5rem 0;
  font-size: 1.2rem;
  line-height: 2.2rem;
  letter-spacing: 0;
}
.footer .footer__main h3, .footer .footer__main .h3 {
  margin-bottom: 1rem;
}
.footer .footer__main .list--caret li:before {
  color: #95c11f;
}
.footer .footer__main .footer__main__showroom {
  border: 10px solid white;
  margin: -110px 0 17px;
}
.footer .footer__main .footer__main__showroom img {
  border: 10px solid #e9e4df;
}
.footer .footer__main .footer__main__caption {
  text-align: center;
}
.footer .footer__bottom {
  color: white;
  background: #75a400;
  font-size: 1.05rem;
  padding: 1.6rem 0;
  margin: 15px 0 0;
}

@media screen and (max-width: 767px) {
  .footer {
    margin: 3rem 0 0;
  }
  .footer .footer__top .footer__top__logo {
    margin: 0;
  }
  .footer .footer__top .footer__top__logo .footer__top__logo__action {
    height: 30px;
    display: block;
    background: url(/images/logo.svg) no-repeat left center;
    background-scale: fit;
  }
  .footer .footer__top .footer__top__social {
    margin: 0;
  }
  .footer .footer__main {
    padding: 0 0 2rem;
  }
  .footer .footer__main div[class^=col-sm] {
    margin-top: 2rem;
  }
  .footer .footer__main .footer__main__showroom {
    border: 15px solid white;
    margin: 20px 0;
  }
  .footer .footer__bottom {
    margin: 0.5rem 0 0;
    padding: 1rem 0;
  }
  .footer .footer__bottom .list {
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
  .footer .footer__bottom .list.list--horizontal li {
    display: block;
    margin: 0;
  }
}
.overlay, .artwork-upload .artwork-upload__loading {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 14;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}

.category .category__title, .category h1, .category .cookie-popup__header p, .cookie-popup__header .category p, .category .h1 {
  font-size: 2.6rem;
  line-height: 2.2rem;
  margin-bottom: 1rem;
}
.category .category__description {
  font-family: Open Sans;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.category .category__description a {
  text-decoration: underline;
}
.category .category__products {
  margin: 5rem 0;
}
.category .category__filter {
  margin: 2rem 0 0;
}
.category .category__filter .category__filter__number {
  padding-top: 9px;
  padding-bottom: 9px;
}
.category .category__filter .category__filter__sort {
  float: right;
  font-size: 1.3rem;
  padding: 0 0 0 0.5rem;
}
.category .category__filter .category__filter__sort select {
  font-size: 1.3rem;
  flex: 1 0;
  margin: 0 0 0 1rem;
  height: 38px;
}
.category .category__no-results {
  padding: 1.5rem 2rem;
  background: #efece9;
}

.filters_active {
  padding-bottom: 3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 0.5rem;
}
.filters_active__title {
  margin: 0 0 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filters_active__title span {
  font-weight: bold;
}
.filters_active__title a {
  color: #bf5329;
}
.filters_active__item {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  font-size: 90%;
  gap: 0.5rem;
  background: #efece9;
  border-radius: 3px;
  border: 1px solid #e9e4df;
  padding: 2px 6px;
  margin-bottom: 3px;
}
.filters_active__item div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.filters_active__item__title {
  margin-right: 0.3rem;
}
.filters_active__item__title:after {
  content: ":";
}
.filters .filters__title.filters__title--open {
  display: none;
}
.filters .filter {
  padding: 0 0 2.5rem;
  font-family: "Open Sans";
}
.filters .filter .filter__label {
  font-weight: 300;
  margin: 0;
  --filter-color: white;
}
.filters .filter .filter__label:before {
  opacity: 0.8;
  content: "";
  width: 15px;
  height: 15px;
  vertical-align: -2px;
  display: inline-block;
  margin: 0 0.5rem 0 0;
  background: var(--filter-color) url(/images/form__radio.svg) center center no-repeat;
  background-size: 100% 100%;
}
.filters .filter input:checked + label:before {
  background: var(--filter-color) url(/images/form__radio--active.svg) center center no-repeat;
}
.filters .filter .filter__values li {
  line-height: 2.4rem;
}
.filters .filter .filter__values .filter__count {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .filters {
    position: fixed;
    top: 0;
    left: -100%;
    bottom: 0;
    background: white;
    padding: 20px;
    z-index: 100;
    width: 100%;
    overflow-y: scroll;
    transition: left 0.2s;
  }
  .filters.filters--open {
    left: 0;
    z-index: 99999999999;
  }
  .category .category__filter {
    background: white;
    margin: 1.5rem 0 0;
    padding: 0rem;
  }
  .category .category__filter .category__filter__sort select {
    margin: 0;
    background-color: transparent;
    border: 1px solid #c5b9ad;
  }
  .category .category__description {
    font-size: 1.1rem;
    line-height: 1.8rem;
  }
  .category .category__description h1, .category .category__description .cookie-popup__header p, .cookie-popup__header .category .category__description p, .category .category__description .h1 {
    font-size: 2rem;
    margin: 0 0 0.5rem 0;
  }
}
.product .product__title {
  font-size: 2.6rem;
}
.product .product__title flex--vertical-align .product__title__favorite {
  vertical-align: 0;
}
.product .product__title flex--vertical-align .product__title__favorite .product__title__favorite__action {
  cursor: pointer;
}
.product .product__title flex--vertical-align .product__title__favorite .product__title__favorite__action:before {
  display: block;
  width: 5.3rem;
  height: 5.1rem;
  font-size: 2rem;
  line-height: 5rem;
  text-align: center;
  background: #e9e4df;
  border-radius: 2px;
  font-family: "Font Awesome 6 Pro";
  content: "\f08a";
}
.product .product__title flex--vertical-align .product__title__favorite .product__title__favorite__action:hover:before {
  background: #efece9;
}
.product .product__title flex--vertical-align .product__title__favorite .product__title__favorite__action.active:before {
  content: "\f004";
  background: #e9e4df;
}
.product .product__title .product__title__artwork-tool .product__title__artwork-tool__action {
  line-height: 3.1rem;
}
.product .product__title .product__title__green-score {
  min-width: 35px;
  display: flex;
  align-items: center;
  gap: 5%;
  cursor: pointer;
}
@media (min-width: 768px) {
  .product .product__title .product__title__green-score {
    width: 27%;
  }
}
.product .product__title .product__title__green-score .green-score-rating {
  width: 35px;
}
@media (min-width: 768px) {
  .product .product__title .product__title__green-score .green-score-rating {
    width: 27%;
  }
}
.product .product__title .product__title__green-score .green-score-logo {
  flex: 1;
  display: none;
}
@media (min-width: 991px) {
  .product .product__title .product__title__green-score .green-score-logo {
    flex-flow: row;
    display: block;
  }
}
.product .product__product-manager {
  margin-top: -50px;
}
.product .product__rating {
  font-size: 1rem;
  line-height: 1.3rem;
  letter-spacing: 0;
  min-width: 220px;
}
@media screen and (max-width: 479px) {
  .product .product__rating {
    margin: 1.5rem 0;
  }
}
.product .product__rating .product__rating__mark {
  float: left;
  display: inline-block;
  background: #e2dcd6;
  width: 42px;
  line-height: 44px;
  height: 42px;
  text-align: center;
  border-radius: 42px;
  font-size: 1.86rem;
  margin: 0 1.3rem 0 0;
}
.product .product__rating .kiyoh-rating .fa {
  font-size: 28.4px;
}
.product .product__configuration, .product .product__pricing {
  margin: 0 0 1rem;
}
.product .product__configuration .product__configuration__row, .product .product__pricing .product__configuration__row, .product .product__pricing .product__pricing__row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 3.8rem;
  margin-bottom: 1.1rem;
}
@media screen and (max-width: 479px) {
  .product .product__configuration .product__configuration__row--mobile, .product .product__pricing .product__configuration__row--mobile {
    margin-bottom: 1.5rem;
  }
}
.product .product__configuration .product__configuration__row label, .product .product__pricing .product__configuration__row label, .product .product__pricing .product__pricing__row label {
  float: left;
  letter-spacing: 0;
  line-height: 1.6rem;
  padding: 0;
  width: 37.5%;
  margin: 0 2.5% 0 0;
}
@media screen and (max-width: 479px) {
  .product .product__configuration .product__configuration__row--mobile > label, .product .product__pricing .product__configuration__row--mobile > label {
    margin: 0px;
    padding-bottom: 0.5rem;
    width: 100%;
    float: none;
  }
}
.product .product__configuration .product__configuration__row > div, .product .product__pricing .product__configuration__row > div, .product .product__pricing .product__pricing__row > div {
  width: 60%;
}
@media screen and (max-width: 479px) {
  .product .product__configuration .product__configuration__row--mobile > div, .product .product__pricing .product__configuration__row--mobile > div {
    width: 100%;
    float: none;
  }
}
.product .product__configuration .product__configuration__row .product__configuration__row__accessory, .product .product__pricing .product__configuration__row .product__configuration__row__accessory, .product .product__pricing .product__pricing__row .product__configuration__row__accessory {
  padding: 0.3rem 0;
  display: flex;
}
.product .product__configuration .product__configuration__row .product__configuration__row__accessory:first-child, .product .product__pricing .product__configuration__row .product__configuration__row__accessory:first-child, .product .product__pricing .product__pricing__row .product__configuration__row__accessory:first-child {
  padding-top: 0;
}
.product .product__configuration .product__configuration__row .product__configuration__row__accessory input:checked + label:before, .product .product__pricing .product__configuration__row .product__configuration__row__accessory input:checked + label:before, .product .product__pricing .product__pricing__row .product__configuration__row__accessory input:checked + label:before {
  background: url(/images/form__radio--active.svg) center center no-repeat;
}
.product .product__configuration .product__configuration__row .product__configuration__row__accessory label, .product .product__pricing .product__configuration__row .product__configuration__row__accessory label, .product .product__pricing .product__pricing__row .product__configuration__row__accessory label {
  width: auto;
  padding: 0;
}
.product .product__configuration .product__configuration__row .product__configuration__row__accessory label:before, .product .product__pricing .product__configuration__row .product__configuration__row__accessory label:before, .product .product__pricing .product__pricing__row .product__configuration__row__accessory label:before {
  opacity: 0.8;
  content: "";
  width: 12px;
  height: 12px;
  vertical-align: -1px;
  display: inline-block;
  margin: 0 0.5rem 0 0;
  background: url(/images/form__radio.svg) center center no-repeat;
  background-size: 100% 100%;
}
.product .product__accessory-image {
  margin: -9px -14px;
  width: calc(100% + 28px);
}
.product .product__pricing .product__pricing__row {
  line-height: 2.1rem;
}
.product .product__pricing .product__pricing__row label {
  line-height: inherit;
  padding: 0;
}
.product .product__pricing .product__pricing__row.product__pricing__row--total {
  margin: 1rem 0 0;
}
.product .product__pricing .product__pricing__row.product__pricing__row--total > div {
  font-size: 2.2rem;
}
.product .product__pricing .product__pricing__row.product__pricing__row--total > div small {
  font-size: 1.2rem;
  font-weight: 400;
  font-family: Open Sans;
}
.product .product__pricing .product__pricing__row .product__pricing__row__icon {
  width: 50px;
  margin: -3px 0;
}
.product .product__conversion .button, .product .product__conversion .ghost-button {
  margin: 0.6rem 0;
}
.product .product__waterforlife {
  width: 100%;
  margin: 1rem 0 0;
}
.product .product__usp {
  margin: 1.3rem 0 0;
  gap: 1rem;
}
@media screen and (max-width: 479px) {
  .product .product__tabs {
    margin-top: 1rem;
  }
}
.product .product__tabs .nav-tabs {
  border: 0;
  font: 700 1.4rem/2.1rem Montserrat;
}
.product .product__tabs .nav-tabs li a {
  background: #e9e4df;
  border: 0;
  margin: 0 3px 0 0;
  padding: 2rem 2.3rem;
  border-radius: 5px 5px 0 0;
  text-decoration: none;
}
@media screen and (max-width: 479px) {
  .product .product__tabs .nav-tabs li a {
    margin: 3px 6px 3px 0px;
    border-radius: 5px;
    display: block;
    padding: 1rem;
    background: #efece9;
  }
}
.product .product__tabs .nav-tabs li.active a, .product .product__tabs .nav-tabs li:hover a {
  border: 0;
  background: #efece9;
}
@media screen and (max-width: 479px) {
  .product .product__tabs .nav-tabs li.active a, .product .product__tabs .nav-tabs li:hover a {
    background: #95c11f;
    color: white;
  }
}
.product .product__tabs .tab-content {
  background: #efece9;
  padding: 5rem 0 3.5rem;
  font-family: Open Sans;
  font-size: 1.2rem;
  line-height: 2.2rem;
}
@media screen and (max-width: 479px) {
  .product .product__tabs .tab-content {
    margin-top: 0.5rem;
  }
}
.product .product__tabs .tab-content .product__tabs__description {
  font-size: 1.25rem;
}
.product .product__tabs .tab-content table tr td {
  padding: 0.25rem 0.5rem 0.2rem 0;
  border-bottom: 1px solid #a6a5a4;
}
.product .product__tabs .product__tabs__green-score {
  margin: 2rem 0 1.5rem;
  min-width: 130px;
  display: flex;
  align-items: center;
  gap: 5%;
  cursor: pointer;
}
.product .product__tabs .product__tabs__green-score .green-score-rating {
  width: 35px;
}
.product .product__tabs .product__tabs__green-score .green-score-logo {
  flex: 1;
  flex-flow: row;
  display: block;
}
.product .product__icons {
  margin: 4rem 0 0;
}
.product .product__images {
  display: flex;
}
.product .product__images .product__images__thumbs {
  flex: 0 0;
  border: 1px solid #efece9;
  padding: 1.8rem 0 0.1rem;
  width: 25%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
}
.product .product__images .product__images__thumbs .product__images__thumb {
  padding: 1rem;
  margin: 0 1.8rem 1.8rem 1.8rem;
  background: white;
  opacity: 0.5;
  transition: opacity 0.2s;
  cursor: pointer;
}
.product .product__images .product__images__thumbs .product__images__thumb img {
  margin: auto;
}
.product .product__images .product__images__thumbs .product__images__thumb:hover {
  opacity: 0.8;
}
.product .product__images .product__images__thumbs .product__images__thumb.product__images__thumb--active {
  opacity: 1;
}
.product .product__images .product__images__main-image {
  cursor: pointer;
  flex: 1 0;
  width: 75%;
  margin-left: 25%;
  padding: 2rem;
  position: relative;
}
.product .product__images .product__images__main-image .product__images__zoom {
  position: absolute;
  top: 1rem;
  left: 2rem;
  color: #95c11f;
  font-size: 2.6rem;
}
.product .product__images .product__images__main-image .product__images__next {
  position: absolute;
  top: 50%;
  right: 0;
  padding: 2rem;
  color: #c5b9ad;
  font-size: 2.6rem;
  transform: translateY(-50%);
}
.product .product__images .product__images__main-image .product__images__prev {
  position: absolute;
  top: 50%;
  left: 0;
  padding: 2rem;
  color: #c5b9ad;
  font-size: 2.6rem;
  transform: translateY(-50%);
}
.product .product__print-positions {
  background: white;
  border: 1px solid #e9e4df;
  max-width: 400px;
  float: left;
  margin: 0 2rem 0 0;
  text-align: center;
}
.product .product__print-positions .product__print-positions__canvas {
  position: relative;
  display: inline-block;
  width: 310px;
  height: 310px;
}
.product .product__print-positions .product__print-positions__canvas .product__print-positions__image {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
.product .product__print-positions .product__print-positions__canvas .product__print-position {
  position: absolute;
  background: rgba(255, 255, 255, 0.4);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px dashed #404040;
  font-size: 1.1rem;
  line-height: 1.5rem;
  text-align: center;
}
.product .product__print-positions .product__print-positions__canvas .product__print-position.product__print-position--with-logo {
  background-color: transparent;
  border: none;
}
.product .product__print-positions table.product__print-positions__table {
  background: #efece9;
  margin: 1rem;
  width: calc(100% - 2rem);
}
.product .product__print-positions table.product__print-positions__table tr td {
  border: 0;
  padding: 0.25rem 1rem;
}

@media screen and (max-width: 767px) {
  .product .product__title .product__title__favorite {
    vertical-align: 0;
  }
  .product .product__title .product__title__favorite .product__title__favorite__action:before {
    width: 3.6rem;
    height: 3.3rem;
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
  .product .product__usp {
    margin: 2rem 0 0;
  }
  .product .product__usp li {
    margin: 0.3rem 0;
    float: none;
  }
  .product .product__usp li .fa {
    margin: 0 0.5rem 0 0;
  }
  .product .product__tabs .tab-content {
    padding: 2rem;
  }
}
.checkout h1, .checkout .cookie-popup__header p, .cookie-popup__header .checkout p, .checkout .h1 {
  font-size: 2.6rem;
  margin: 1.5rem 0 1rem;
}
.checkout .menu {
  border-bottom: 0;
}
.checkout .checkout__steps {
  display: flex;
  flex-direction: row;
  align-content: space-between;
}
.checkout .checkout__steps .checkout__step {
  flex: 1 1 0;
  line-height: 5rem;
  margin: 0.5rem 0 1.5rem;
  font-size: 1.5rem;
  border-bottom: 1px solid #efece9;
  position: relative;
  text-align: center;
  padding: 0 3%;
}
.checkout .checkout__steps .checkout__step:first-child, .checkout .checkout__steps .checkout__step:last-child {
  text-align: left;
  padding: 0;
}
.checkout .checkout__steps .checkout__step:first-child .checkout__step__label:before, .checkout .checkout__steps .checkout__step:last-child .checkout__step__label:before {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  width: 50%;
  background: white;
}
.checkout .checkout__steps .checkout__step:last-child {
  text-align: right;
}
.checkout .checkout__steps .checkout__step:last-child .checkout__step__label:before {
  right: 0;
  left: auto;
}
.checkout .checkout__steps .checkout__step .checkout__step__label {
  position: relative;
  display: block;
}
.checkout .checkout__steps .checkout__step .checkout__step__label:after {
  content: "\f111";
  color: #efece9;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: absolute;
  left: 50%;
  margin-left: -7px;
  line-height: 1;
  bottom: -0.8rem;
}
.checkout .checkout__steps .checkout__step.checkout__step--current, .checkout .checkout__steps .checkout__step.checkout__step--active {
  border-bottom: 1px solid #95c11f;
  font-weight: 700;
}
.checkout .checkout__steps .checkout__step.checkout__step--current .checkout__step__label:after, .checkout .checkout__steps .checkout__step.checkout__step--active .checkout__step__label:after {
  color: #95c11f;
}
.checkout .checkout__steps .checkout__step.checkout__step--current:after {
  content: " ";
  background: url(/images/theme/leaf.svg) center center no-repeat;
  background-size: contain;
  width: 2.6rem;
  height: 2.6rem;
  position: absolute;
  right: -1.3rem;
  bottom: -1.4rem;
  z-index: 3;
}
.checkout .checkout__steps .checkout__step.checkout__step--current:last-child:after {
  content: none;
}
.checkout .checkout__payment-methods .checkout__payment-method {
  margin: 0 0 0;
  padding: 1rem 2rem;
  border: 1px solid #c5b9ad;
  line-height: 3.3rem;
}
.checkout .checkout__payment-methods .checkout__payment-method .checkout__payment-method__name {
  font-weight: 700;
}
.checkout .checkout__payment-methods .checkout__payment-method .checkout__payment-method__image {
  width: 3.1rem;
  vertical-align: center;
  margin: 0 1.8rem;
}
.checkout .checkout__payment-methods .checkout__payment-method .checkout__payment-method__sub-title {
  font: 400 1.2rem/2rem "Open Sans";
}
.checkout .checkout__payment-methods input:checked + .form__label .checkout__payment-method {
  border: 1px solid #c5b9ad;
  background: #e9e4df;
}

.shoppingcart .shoppingcart__lines {
  border-bottom: 1px solid #eeeeee;
}
.shoppingcart .shoppingcart__line {
  padding: 1.5rem 1rem;
  border-top: 1px solid #eeeeee;
  font: 400 1.15rem/2.32rem "Open Sans";
  letter-spacing: 0;
}
.shoppingcart .shoppingcart__line .artwork-upload {
  padding-top: 0.5rem;
  padding-bottom: 2rem;
}
.shoppingcart .shoppingcart__line .edit-link {
  cursor: pointer;
}
.shoppingcart .shoppingcart__line .shoppingcart__line__image {
  background: white;
  padding: 0.5rem;
}
.shoppingcart .shoppingcart__line .shoppingcart__line__heading {
  font: 700 1.5rem/2rem Montserrat;
}
.shoppingcart .shoppingcart__line .shoppingcart__line__specs {
  margin: 0.5rem 0;
}
.shoppingcart .shoppingcart__line .shoppingcart__line__actions {
  line-height: 1.8rem;
  font-size: 1.2rem;
}
.shoppingcart .shoppingcart__line .shoppingcart__line__actions .shoppingcart__line__action {
  color: #a0a2a1;
  margin: 0 1rem 0 0;
  cursor: pointer;
}
.shoppingcart .shoppingcart__line .shoppingcart__line__delivery {
  color: #a0a2a1;
  line-height: 1.8rem;
  font-size: 1.1rem;
}
.shoppingcart .shoppingcart__sidebar {
  background: linear-gradient(180deg, #efece9 0%, #efece9 calc(100% - 100px), white 100%);
  padding: 15px 25px 0;
}
.shoppingcart .shoppingcart__sidebar h1, .shoppingcart .shoppingcart__sidebar .cookie-popup__header p, .cookie-popup__header .shoppingcart .shoppingcart__sidebar p, .shoppingcart .shoppingcart__sidebar .h1 {
  margin: 0 0 10px;
}
.shoppingcart .shoppingcart__sidebar__callout {
  font-size: 1.2rem;
  line-height: 2.1rem;
  text-align: center;
  padding: 15px 15% 0;
  background: url(/images/curl--arrow-vertical.svg) no-repeat top 11px right 8%;
  background-size: auto 50%;
}
.shoppingcart .shoppingcart__sidebar__usp {
  margin: 25px 0 0;
}
.shoppingcart .shoppingcart__sidebar__usp .list--usp {
  gap: 0.4rem;
  font-weight: 600;
  font-size: 1.4rem;
}
.shoppingcart .shoppingcart__summary {
  border-top: 1px solid white;
}
.shoppingcart .shoppingcart__summary .shoppingcart__summary__line {
  padding: 1rem 0;
  background: #efece9;
}
.shoppingcart .shoppingcart__summary .shoppingcart__summary__line div[class*=col-]:last-child {
  text-align: right;
}
.shoppingcart .shoppingcart__summary .shoppingcart__summary__totals {
  margin-top: 2rem;
}
.shoppingcart .shoppingcart__summary .shoppingcart__summary__totals .shoppingcart__summary__totals__row {
  padding: 0;
  font: 400 1.4rem/2.2rem Montserrat;
}
.shoppingcart .shoppingcart__summary .shoppingcart__summary__totals .shoppingcart__summary__totals__row div[class*=col-]:first-child {
  font: 400 1.3rem/2.2rem Montserrat;
}
.shoppingcart .shoppingcart__summary .shoppingcart__summary__totals .shoppingcart__summary__totals__row div[class*=col-]:last-child {
  text-align: right;
}
.shoppingcart .shoppingcart__summary .shoppingcart__summary__totals .shoppingcart__summary__totals__row .total {
  font-size: 2rem;
  font-weight: 700;
}
.shoppingcart .shoppingcart__summary .shoppingcart__summary__totals .shoppingcart__summary__totals__row .shoppingcart__summary__totals__row__icon {
  width: 50px;
  margin: -3px 0;
}

.artwork-upload {
  border-top: 1px solid #eeeeee;
  margin: 0.7rem 0 0;
  padding: 2rem 0;
  position: relative;
}
.quotation .artwork-upload {
  border-top: 0;
}
.artwork-upload.artwork-upload--portal {
  border-top: 0;
  padding: 0;
  margin: 0;
}
.artwork-upload .artwork-upload__loading {
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  color: rgba(0, 0, 0, 0.4);
  text-align: center;
  font-size: 5rem;
}
.artwork-upload .artwork-upload__loading .fa {
  justify-self: center;
  align-self: center;
  margin: 0px auto;
}
.artwork-upload .artwork-upload__loading.artwork-upload__loading--on {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.artwork-upload .artwork-upload__title {
  font: 700 1.6rem/2.4rem Montserrat;
  color: #009ee2;
}
.artwork-upload .artwork-upload__title small {
  font-size: 1.3rem;
}
.artwork-upload .artwork-upload__actions {
  margin: 0 0 2rem;
}
.artwork-upload .artwork-upload__actions .button--creme, .artwork-upload .artwork-upload__actions .button.button--xs, .artwork-upload .artwork-upload__actions .button--xs.ghost-button {
  background: #e2dcd6;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 2rem;
}
.artwork-upload .artwork-upload__files {
  margin: 0 0 2rem;
}
.artwork-upload .artwork-upload__files input[type=file] {
  display: none !important;
}
.artwork-upload .artwork-upload__files .artwork-upload__files__info {
  padding: 1rem 0 2rem;
}
.artwork-upload .artwork-upload__files .artwork-upload__files__info small {
  color: #7f7f7f;
}
.artwork-upload .artwork-upload__files .artwork-upload__file {
  text-align: left;
  font-size: 1.3rem;
  margin: 0 0 4rem;
}
.artwork-upload .artwork-upload__files .artwork-upload__file .artwork_upload__file__preview {
  background: white;
  border: 1px solid #d2d5d1;
  font-size: 1rem;
  width: 30%;
  aspect-ratio: 6/5;
  overflow: hidden;
}
.artwork-upload .artwork-upload__files .artwork-upload__file .artwork_upload__file__preview img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .artwork-upload .artwork-upload__files .artwork-upload__file .artwork_upload__file__preview {
    width: 70%;
  }
}
.artwork-upload .artwork-upload__files .artwork-upload__file .artwork_upload__file__preview .artwork_upload__file__preview__logo {
  opacity: 0.2;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.artwork-upload .artwork-upload__files .artwork-upload__file .artwork_upload__file__name {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.artwork-upload .artwork-upload__files .artwork-upload__file .form__input, .artwork-upload .artwork-upload__files .artwork-upload__file .form .form__select, .form .artwork-upload .artwork-upload__files .artwork-upload__file .form__select, .artwork-upload .artwork-upload__files .artwork-upload__file .form .form__textarea, .form .artwork-upload .artwork-upload__files .artwork-upload__file .form__textarea {
  font-size: 1.2rem;
  line-height: 2rem;
}
.artwork-upload .artwork-upload__files .artwork-upload__file .artwork_upload__file__delete {
  float: right;
  color: inherit !important;
  text-decoration: none !important;
}
.artwork-upload .artwork-upload__files .form__input[type=file], .artwork-upload .artwork-upload__files .form [type=file].form__select, .form .artwork-upload .artwork-upload__files [type=file].form__select, .artwork-upload .artwork-upload__files .form [type=file].form__textarea, .form .artwork-upload .artwork-upload__files [type=file].form__textarea {
  background: none;
  border: 0;
  margin: 1rem auto 0;
  display: inline-block;
  width: auto;
}

.artwork-design-checkbox__label {
  display: flex;
  position: relative;
  cursor: pointer;
  padding: 1rem;
  height: 140px;
  border: 1px solid #c5b9ad;
}
.artwork-design-checkbox__label .artwork-design-checkbox__label__position {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 3.5rem;
}
.artwork-design-checkbox__label .artwork-design-checkbox__label__position__title {
  font: 700 1.6rem/2.4rem Montserrat;
  padding: 0.35rem 0;
}
.artwork-design-checkbox__label .artwork-design-checkbox__label__position .text-button {
  margin: 0;
  padding: 0.35rem 0;
}
.artwork-design-checkbox__label .artwork-design {
  aspect-ratio: 1/1;
  width: 118px;
}
.artwork-design-checkbox__label .artwork-design__canvas {
  border-color: transparent;
  mix-blend-mode: multiply;
}
.artwork-design-checkbox__label__actions {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.artwork-design-checkbox__label__check {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1.5rem;
}
.artwork-design-checkbox__label__footer {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.artwork-upload__toggle__artwork-design {
  font-weight: bold;
  padding: 2rem 0 1rem;
}

.artwork-upload__form__artwork-design {
  padding: 3rem;
  background-color: #efece9;
}
@media screen and (max-width: 767px) {
  .artwork-upload__form__artwork-design {
    padding: 2rem;
  }
}

.artwork-design-checkbox {
  position: absolute;
  left: -9999px;
}
.artwork-design-checkbox:checked + .artwork-design-checkbox__label {
  border: 1px solid #c5b9ad;
  background: #e9e4df;
}
.artwork-design-checkbox:checked + .artwork-design-checkbox__label .artwork-design-checkbox__label__check i:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f14a";
}

@media screen and (max-width: 767px) {
  .shoppingcart .shoppingcart__sidebar {
    margin: 2rem 0 0;
  }
  .shoppingcart .shoppingcart__summary {
    border-top: 0;
  }
  .checkout h1, .checkout .cookie-popup__header p, .cookie-popup__header .checkout p, .checkout .h1 {
    font-size: 2.2rem;
    margin: 0 0 1rem;
  }
  .checkout .checkout__steps {
    padding: 0 1.5rem;
  }
  .checkout .checkout__steps .checkout__step {
    text-align: center;
    line-height: 5rem;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 0 2rem;
    flex: 0 1;
  }
  .checkout .checkout__steps .checkout__step:last-child {
    padding: 0 0 0 2rem;
  }
  .checkout .checkout__steps .checkout__step:first-child {
    padding: 0 2rem 0 0;
  }
  .checkout .checkout__steps .checkout__step.checkout__step--current {
    flex: 1 0;
    padding: 0;
  }
  .checkout .checkout__steps .checkout__step.checkout__step--current :before {
    content: " ";
    position: absolute;
    bottom: -1px;
    right: 0;
    height: 1px;
    width: 50%;
    background: #efece9;
  }
  .checkout .checkout__steps .checkout__step.checkout__step--current:after {
    content: none;
  }
}
.blog .blog__meta {
  color: #c5b9ad;
  font-size: 1.4rem;
}
.blog .blog__title {
  margin: 1.2rem 0 2rem;
}
.blog .blog__image {
  position: relative;
}
.blog .blog__image .blog__image-copyright {
  background: rgba(0, 0, 0, 0.7);
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.4rem 0.8rem;
}
.blog .blog__intro {
  font: 400 2.1rem/3.1rem Montserrat;
  margin: 4rem 0 2rem;
}
.blog .blog__content {
  margin: 1rem 0 0;
}
.blog .blog__content .container {
  max-width: 100%;
}
.blog .blog__navigation {
  margin: 2rem 0 0;
}

.blog-filter {
  margin: 0 0 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.blog-filter li {
  vertical-align: middle;
  margin: 0px !important;
}
.portal {
  font: 400 12px/23px "Open Sans";
}
.portal strong {
  letter-spacing: 0;
  font-size: 13px;
  color: black;
}
.portal td {
  line-height: 2;
  vertical-align: top;
}
.portal h3 {
  font: 700 16px/25px Montserrat;
}
.portal h4 small {
  font: inherit;
  font-weight: lighter;
}
.portal .portal__heading {
  font: 700 31px/35px Montserrat;
}
.portal .portal__heading .portal__heading__suffix {
  font-weight: 100;
}
.portal .portal__return-home {
  float: right;
  color: #707070;
  margin-top: 12px;
}
.portal .portal__sidebar hr {
  margin: 18px 0;
}
.portal .portal__sidebar .portal__sidebar__list {
  font: 400 14px/26px Montserrat;
  margin: 0;
}
.portal .portal__sidebar .portal__sidebar__list li {
  margin: 0;
}
.portal .portal__sidebar .portal__sidebar__list li a {
  text-decoration: none;
}
.portal .portal__sidebar .portal__sidebar__list li:before {
  font-size: 1.2rem;
  width: 12px;
}
.portal .portal__sidebar .portal__sidebar__list li.active a, .portal .portal__sidebar .portal__sidebar__list li.active:before {
  color: #ec8225;
}
.portal .portal__sidebar .portal__sidebar__list .badge {
  text-align: center;
  display: inline-block;
  color: white;
  font: 700 9px/17px Montserrat;
  background: #ec8225;
  height: 17px;
  width: 17px;
  border-radius: 100%;
  margin: 0 0 0 3px;
  padding: 0;
  vertical-align: 1px;
}
.portal .portal__statuses {
  margin: 6px 0 0;
}
.portal .portal__statuses .portal__status {
  color: #a8a8a8;
  font: 700 15px/20px Montserrat;
  margin: 0 0 12px;
  display: flex;
}
.portal .portal__statuses .portal__status:before {
  font-size: 12px;
  font-family: "Font Awesome 6 Pro";
  content: "\f111";
  margin: 0 20px 0 0;
  text-align: center;
  flex: 0 0 18px;
}
.portal .portal__statuses .portal__status.portal__status--done {
  color: #505050;
}
.portal .portal__statuses .portal__status.portal__status--done:before {
  color: #95c11f;
}
.portal .portal__statuses .portal__status.portal__status--todo {
  color: #505050;
}
.portal .portal__statuses .portal__status.portal__status--todo:before {
  font-size: 15px;
  content: "\f071";
  color: #ec8225;
}
.portal .portal__documents h4, .portal .portal__documents .h4 {
  margin: 8px 20px 0 0;
}
.portal .portal__edit-link {
  color: #95c11f;
}
.portal .portal__edit-link:hover {
  color: #296524;
}
.portal .object__form {
  padding: 1rem;
  border: 1px solid #e9e4df;
  background: #efece9;
}

.dashboard-teaser {
  background: #efece9;
  text-align: center;
  padding: 38px 20px 35px;
  margin: 7px 0px;
}
.dashboard-teaser .dashboard-teaser__icon {
  width: 136px;
  position: relative;
  margin: 0 auto 15px;
  background: white;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100%;
}
@media screen and (max-width: 766px) {
  .dashboard-teaser .dashboard-teaser__icon {
    width: 100px;
  }
}
.dashboard-teaser .dashboard-teaser__icon:before {
  display: block;
  content: "";
  padding-bottom: 100%;
}
.dashboard-teaser .dashboard-teaser__icon.dashboard-teaser__icon--quotations {
  background-image: url(/images/portal/icons/quotations.svg);
}
.dashboard-teaser .dashboard-teaser__icon.dashboard-teaser__icon--orders {
  background-image: url(/images/portal/icons/orders.svg);
}
.dashboard-teaser .dashboard-teaser__icon.dashboard-teaser__icon--media-library {
  background-image: url(/images/portal/icons/media-library.svg);
}
.dashboard-teaser .dashboard-teaser__icon.dashboard-teaser__icon--account {
  background-image: url(/images/portal/icons/account.svg);
}
.dashboard-teaser .dashboard-teaser__icon .dashboard-teaser__icon__badge {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 40px;
  width: 40px;
  background: #ec8225;
  color: white;
  font: 700 18px/40px Montserrat;
  border-radius: 100%;
}
@media screen and (max-width: 766px) {
  .dashboard-teaser .dashboard-teaser__icon .dashboard-teaser__icon__badge {
    height: 30px;
    width: 30px;
    font: 700 18px/30px Montserrat;
  }
}
.dashboard-teaser .dashboard-teaser__title {
  font-size: 22px;
  line-height: 23px;
}
@media screen and (max-width: 1198px) {
  .dashboard-teaser .dashboard-teaser__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 990px) {
  .dashboard-teaser .dashboard-teaser__title {
    font-size: 14px;
  }
}
.dashboard-teaser .dashboard-teaser__cta {
  color: #ec8225;
  font: 400 13px/20px Montserrat;
}

.print-proof-teaser {
  border: 1px solid #e9e4df;
  padding: 30px 35px;
  cursor: pointer;
  border-bottom: 0;
}
.print-proof-teaser.print-proof-teaser--muted {
  opacity: 0.4;
}
.print-proof-teaser.print-proof-teaser--info {
  background: #efece9;
  cursor: default;
}
.print-proof-teaser .print-proof-teaser__status {
  display: block;
  float: left;
  width: 21px;
  height: 21px;
  background: url(/images/form__radio--circle-thin.svg) top center no-repeat;
  background-size: contain;
  margin: 0 12px 40px 0;
}
.print-proof-teaser .print-proof-teaser__status.print-proof-teaser__status--approved {
  background-size: 90% auto;
  background-image: url(/images/form__radio--approved.svg);
}
.print-proof-teaser .print-proof-teaser__status.print-proof-teaser__status--info {
  background-image: url(/images/form__radio--info.svg);
}
.print-proof-teaser .print-proof-teaser__title {
  font-size: 18px;
  line-height: 20px;
}
.print-proof-teaser .print-proof-teaser__title.print-proof-teaser__title--approved {
  color: #95c11f;
  margin: 0 0 12px;
}
.print-proof-teaser .print-proof-teaser__documents {
  display: flex;
}
.print-proof-teaser .print-proof-teaser__documents .print-proof-teaser__document {
  margin: 0 14px 20px 0;
  max-width: 50%;
}
.print-proof-teaser .print-proof-teaser__documents .print-proof-teaser__document img {
  max-width: 100%;
  max-height: 150px;
}

.print-proof-popup {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 10;
  align-items: center;
  justify-content: center;
}
.print-proof-popup.print-proof-popup--open {
  display: flex;
}
.print-proof-popup .print-proof-popup__content {
  width: 90vw;
  height: 90vh;
  max-width: 1200px;
  max-height: 700px;
  display: flex;
  position: relative;
}
.print-proof-popup .print-proof-popup__content .print-proof-popup__close {
  position: absolute;
  color: white;
  font-size: 50px;
  right: 0;
  top: -50px;
  cursor: pointer;
  transition: transform 0.2s;
}
.print-proof-popup .print-proof-popup__content .print-proof-popup__close:hover {
  transform: scale(1.1);
}
.print-proof-popup .print-proof-popup__content .print-proof-popup__main {
  background: #efece9;
  flex: 1 1;
  display: flex;
  flex-direction: column;
  padding: 30px;
}
.print-proof-popup .print-proof-popup__content .print-proof-popup__main .print-proof-popup__preview {
  flex: 1 1;
  display: flex;
  background: white;
}
.print-proof-popup .print-proof-popup__content .print-proof-popup__main .print-proof-popup__preview h3 {
  margin: auto;
}
.print-proof-popup .print-proof-popup__content .print-proof-popup__main .print-proof-popup__preview iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.print-proof-popup .print-proof-popup__content .print-proof-popup__main .print-proof-popup__preview iframe img {
  max-width: 100%;
}
.print-proof-popup .print-proof-popup__content .print-proof-popup__main .print-proof-popup__preview-footer {
  margin: 20px 0 0;
  flex: 0 0;
}
.print-proof-popup .print-proof-popup__content .print-proof-popup__main .print-proof-popup__preview-footer .print-proof-popup__cta {
  float: right;
}
.print-proof-popup .print-proof-popup__content .print-proof-popup__sidebar {
  background: #e9e4df;
  width: 30%;
  padding: 70px;
}
.print-proof-popup .print-proof-popup__content .print-proof-popup__sidebar .print-proof-popup__form {
  font: 700 18px/21px Montserrat;
}
.print-proof-popup .print-proof-popup__content .print-proof-popup__sidebar .print-proof-popup__form .form__radio--circle .form__label {
  padding-left: 28px;
}
.print-proof-popup .print-proof-popup__content .print-proof-popup__sidebar .print-proof-popup__form .form__radio--circle .form__label:before {
  width: 23px;
  height: 23px;
  margin: -6px 0 0 0;
  left: 0;
}
.print-proof-popup .print-proof-popup__thumbs {
  display: flex;
  float: left;
}
.print-proof-popup .print-proof-popup__thumbs .print-proof-popup__thumb {
  margin: 0 14px 20px 0;
  max-width: 150px;
}
.print-proof-popup .print-proof-popup__thumbs .print-proof-popup__thumb img {
  max-width: 100%;
  max-height: 80px;
}

.line-selector .line-selector__item {
  font: 700 11px/18px Montserrat;
  padding: 10px;
}
.line-selector .line-selector__item a, .line-selector .line-selector__item a:hover {
  text-decoration: none;
  padding: 14px 20px 14px 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.line-selector .line-selector__item a i, .line-selector .line-selector__item a:hover i {
  font-size: 2rem;
}
.line-selector .line-selector__item.line-selector__item--active {
  background: url(/images/portal/line--active.svg) center right no-repeat;
  background-size: cover;
}

.conversion-totals {
  font-family: Montserrat;
}
.conversion-totals .total {
  font-weight: 700;
  font-size: 17px;
}
.conversion-totals .free {
  font-weight: 700;
  text-transform: uppercase;
  color: #95c11f;
}

.portal .content h4 {
  font-size: 1.6rem;
  color: #333333;
}
.portal .content h4.active a {
  color: #ec8225 !important;
}
.portal .content h4 .fa {
  color: inherit;
}
.portal .button--sm, .portal .button--sm:hover {
  font-weight: 700;
  font-size: 14px;
}
.portal .button--xl, .portal .button--xl:hover {
  font-size: 1.8rem;
  line-height: 3.7rem;
}
.portal .portal__block {
  background: #efece9;
  border-top: 2px solid #e9e4df;
  padding: 2rem;
}
.portal .portal__block .form__input, .portal .portal__block .form .form__select, .form .portal .portal__block .form__select, .portal .portal__block .form .form__textarea, .form .portal .portal__block .form__textarea {
  background: white;
  font: 400 1.2rem "Open Sans";
}
.portal .portal__table {
  background: #efece9;
  border-bottom: 1px solid rgba(197, 185, 173, 0.5);
  margin: 2rem 0 0;
}
.portal .portal__table td {
  vertical-align: top;
  font: 400 1.4rem/2rem Montserrat;
  padding: 1rem;
}
.portal .portal__table tr.tr--bordered td {
  border-top: 1px solid rgba(197, 185, 173, 0.5);
}
.portal .portal__table .portal__table__title {
  font-weight: 700;
}
.portal .portal__heading__action {
  font-size: 1.4rem !important;
  font-weight: 400 !important;
  float: right;
}
.portal .artwork-upload .artwork-upload__actions button {
  font-size: 1.5rem;
  padding: 0.7rem 1rem;
  display: inline-block;
}
.portal .artwork-upload .artwork-upload__actions button.ghost-button {
  padding: 0.5rem 1rem;
}

.faq .sidebar .sidebar__category-tree li.active, .faq .sidebar .sidebar__category-tree ul li.active {
  font-weight: 700;
}
.faq .sidebar h3, .faq .sidebar .h3 {
  font-size: 1.7rem;
}
.faq .faq__questions {
  margin: 1rem 0 0;
}
.faq .faq__question {
  border-top: 1px solid #e9e4df;
  padding: 2rem 0;
}
.faq .faq__question .faq__question__title {
  font: 700 1.5rem/2.6rem Montserrat;
  cursor: pointer;
  margin: 0;
}
.faq .faq__question .faq__question__title:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f067";
  display: block;
  float: left;
  width: 3.3rem;
}
.faq .faq__question .faq__question__answer {
  display: none;
  padding: 1.5rem 0 0 3.3rem;
  font-family: "Open Sans";
}
.faq .faq__question .faq__question__answer a:not(.button):not(.ghost-button):not(.ghost-button:hover) {
  text-decoration: underline;
}
.faq .faq__question.faq__question--open .faq__question__title:before {
  content: "\f068";
}
.faq .faq__question.faq__question--open .faq__question__answer {
  display: block;
}

.brand .brand__intro {
  border-top: 1px solid #e9e4df;
  border-bottom: 1px solid #e9e4df;
}
.brand .brand__intro .brand__logo {
  height: 29rem;
  margin: 0 10%;
}
.brand .brand__intro .brand__banner {
  height: 29rem;
}
.brand .brand__shortcuts {
  margin: -1.5rem 0 0;
}

.artwork-design__canvas {
  max-width: 500px;
  position: relative;
  transform-origin: center center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  background-color: #fff;
  border: 1px solid #e9e4df;
  aspect-ratio: 1/1;
}
.artwork-design__canvas-positions__position {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}
.artwork-design__canvas-positions__position-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.artwork-design__canvas-positions__position-svg svg {
  position: absolute;
  width: 100%;
  height: 100%;
}

.artwork-tool .form input, .artwork-tool .form textarea, .artwork-tool .form select {
  font-size: 10px;
}
.artwork-tool .form-control, .artwork-tool .input-group-icon {
  border-radius: 0;
  border: 0;
  height: 4rem;
  box-shadow: none;
}
.artwork-tool .input-group-icon {
  padding: 0;
  width: auto;
  background: white;
  line-height: 0;
  cursor: pointer;
}
.artwork-tool .input-group-icon .verte__guide {
  width: 100%;
  height: 100%;
}
.artwork-tool .icon-button {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  background-size: contain;
  background-position: center center;
  background-color: white;
  transition: opacity 0.3s;
}
.artwork-tool .icon-button-padding {
  background-size: 65%;
}
.artwork-tool .icon-button:hover {
  opacity: 1;
}
.artwork-tool .icon-button.icon-button--muted {
  opacity: 0.5;
}
.artwork-tool .icon-button.icon-button--muted:hover {
  opacity: 0.75;
}
.artwork-tool .icon-button.icon-button--border {
  background: #e9e4df;
  border-radius: 3px;
}
.artwork-tool .icon-button.icon-button--align-bottom {
  fill: #505050;
  background-repeat: no-repeat;
  background-image: url(../images/artwork-tool/icon--align-bottom.svg);
}
.artwork-tool .icon-button.icon-button--align-center-horizontal {
  fill: #505050;
  background-repeat: no-repeat;
  background-image: url(../images/artwork-tool/icon--align-center-horizontal.svg);
}
.artwork-tool .icon-button.icon-button--align-center-vertical {
  fill: #505050;
  background-repeat: no-repeat;
  background-image: url(../images/artwork-tool/icon--align-center-vertical.svg);
}
.artwork-tool .icon-button.icon-button--align-top {
  fill: #505050;
  background-repeat: no-repeat;
  background-image: url(../images/artwork-tool/icon--align-top.svg);
}
.artwork-tool .icon-button.icon-button--fitting {
  fill: #505050;
  background-repeat: no-repeat;
  background-image: url(../images/artwork-tool/icon--fitting.svg);
}
.artwork-tool .icon-button.icon-button--mirror-horizontal {
  fill: #505050;
  background-repeat: no-repeat;
  background-image: url(../images/artwork-tool/icon--mirror-horizontal.svg);
}
.artwork-tool .icon-button.icon-button--mirror-vertical {
  fill: #505050;
  background-repeat: no-repeat;
  background-image: url(../images/artwork-tool/icon--mirror-vertical.svg);
}
.artwork-tool .icon-button.icon-button--move-horizontal {
  fill: #505050;
  background-repeat: no-repeat;
  background-image: url(../images/artwork-tool/icon--move-horizontal.svg);
}
.artwork-tool .icon-button.icon-button--move-vertical {
  fill: #505050;
  background-repeat: no-repeat;
  background-image: url(../images/artwork-tool/icon--move-vertical.svg);
}
.artwork-tool .icon-button.icon-button--reset {
  fill: #505050;
  background-repeat: no-repeat;
  background-image: url(../images/artwork-tool/icon--reset.svg);
}
.artwork-tool .icon-button.icon-button--color {
  fill: #505050;
  background-repeat: no-repeat;
  background-image: url(../images/artwork-tool/icon--color.svg);
}
.artwork-tool .icon-button.icon-button--rotate-left {
  fill: #505050;
  background-repeat: no-repeat;
  background-image: url(../images/artwork-tool/icon--rotate-left.svg);
}
.artwork-tool .icon-button.icon-button--rotate-right {
  fill: #505050;
  background-repeat: no-repeat;
  background-image: url(../images/artwork-tool/icon--rotate-right.svg);
}
.artwork-tool .icon-button.icon-button--zoom-in {
  fill: #505050;
  background-repeat: no-repeat;
  background-image: url(../images/artwork-tool/icon--zoom-in.svg);
}
.artwork-tool .icon-button.icon-button--zoom-out {
  fill: #505050;
  background-repeat: no-repeat;
  background-image: url(../images/artwork-tool/icon--zoom-out.svg);
}
.artwork-tool .icon-button.icon-button--align-left {
  fill: #505050;
  background-repeat: no-repeat;
  background-image: url(../images/artwork-tool/icon--align-left.svg);
}
.artwork-tool .icon-button.icon-button--align-right {
  fill: #505050;
  background-repeat: no-repeat;
  background-image: url(../images/artwork-tool/icon--align-right.svg);
}
.artwork-tool .icon-button.icon-button--align-center {
  fill: #505050;
  background-repeat: no-repeat;
  background-image: url(../images/artwork-tool/icon--align-center.svg);
}
.artwork-tool .icon-button.icon-button--align-justify {
  fill: #505050;
  background-repeat: no-repeat;
  background-image: url(../images/artwork-tool/icon--align-justify.svg);
}
.artwork-tool .artwork-tool__tabs {
  position: relative;
}
.artwork-tool .artwork-tool__tabs .nav-tabs {
  border: none;
  font: 700 1.4rem/2.1rem Montserrat;
}
.artwork-tool .artwork-tool__tabs .nav-tabs li {
  z-index: 2;
}
.artwork-tool .artwork-tool__tabs .nav-tabs li a {
  background: #e9e4df;
  margin: 0 3px 0 0;
  padding: 1rem 2.3rem;
  color: #424644;
  border-radius: 5px 5px 0 0;
  text-decoration: none;
  border: 1px solid #e9e4df;
  border-bottom: 0;
}
.artwork-tool .artwork-tool__tabs .nav-tabs li.active a, .artwork-tool .artwork-tool__tabs .nav-tabs li:hover a {
  margin: 0 3px 0 0;
  padding: 1rem 2.3rem;
  border: 1px solid #e9e4df;
  border-bottom: 0;
  background: white;
  color: #424644;
}
.artwork-tool .artwork-tool__tabs .tab-content {
  background: white;
  padding: 0 0 3.5rem;
  font-size: 1.2rem;
  line-height: 2.2rem;
}
.artwork-tool .artwork-tool-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.artwork-tool .artwork-tool-wrapper .artwork-tool-wrapper__canvas {
  width: 100%;
}
@media (min-width: 768px) {
  .artwork-tool .artwork-tool-wrapper {
    flex-direction: row;
    gap: 3rem;
  }
  .artwork-tool .artwork-tool-wrapper .artwork-tool-wrapper__canvas {
    width: 60%;
  }
}
.artwork-tool .artwork-tool__disclaimer {
  color: #909090;
  text-align: left;
  margin: 20px 0;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.artwork-tool .artwork-tool__disclaimer i {
  font-size: 3rem;
}
.artwork-tool__canvas {
  position: relative;
  transform-origin: center center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  background-color: #fff;
  border: 1px solid #e9e4df;
  aspect-ratio: 1/1;
}
.artwork-tool__canvas-positions__guides-toggle {
  position: absolute;
  right: 2rem;
  bottom: 1.5rem;
  font: 700 16px/22px Montserrat;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.artwork-tool__canvas-positions__position {
  position: absolute;
}
.artwork-tool__canvas-positions__position-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.artwork-tool__canvas-positions__position-svg svg {
  width: 100%;
  height: 100%;
}
.artwork-tool__canvas-positions__position-edit {
  padding: 0.6rem 0.9rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.artwork-tool__canvas-positions__position-edit:hover {
  padding: 0.6rem 0.9rem;
}
.artwork-tool__bar {
  display: flex;
  flex-direction: column;
  max-width: 350px;
  width: 100%;
}
.artwork-tool__bar-layers {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.artwork-tool__bar-layers__layer {
  background-color: #efece9;
}
.artwork-tool__bar-layers__layer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  cursor: pointer;
  gap: 1rem;
}
.artwork-tool__bar-layers__layer-header-title {
  font-size: 1.25rem;
  font-weight: 500;
  padding: 0 !important;
  margin: 0 !important;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}
.artwork-tool__bar-layers__layer-header-image {
  width: 31px;
  height: 31px;
  border-radius: 3px;
  -o-object-fit: cover;
     object-fit: cover;
}
.artwork-tool__bar-layers__layer-header-actions {
  display: flex;
  gap: 1rem;
}
.artwork-tool__bar-layers__layer-header-actions a {
  text-decoration: none;
  font-size: 14px;
  cursor: pointer;
}
.artwork-tool__bar-layers__layer-body {
  border-top: 1px solid #fff;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.artwork-tool__bar-layers__layer-body__image img {
  aspect-ratio: 5/3;
  -o-object-fit: contain;
     object-fit: contain;
  background: #fff;
  border: 1px solid #e9e4df;
  border-radius: 3px;
  max-width: 130px;
  width: 100%;
}
.artwork-tool__bar-layers__layer-body .form-items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.artwork-tool__bar-layers__layer-body .form-items .form__select {
  padding: 0.7rem 3.2rem 0.7rem 1rem;
}
.artwork-tool__bar-layers__layer-body .form-items textarea, .artwork-tool__bar-layers__layer-body .form-items input[type=text], .artwork-tool__bar-layers__layer-body .form-items input[type=number] {
  font-size: 14px;
}
.artwork-tool__bar-layers__layer-body .form-items textarea {
  min-width: 100%;
  max-width: 100%;
  min-height: 90px;
}
.artwork-tool__bar-layers__layer-body .form-items label {
  display: block;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0;
}
.artwork-tool__bar-layers__layer-footer {
  padding: 1rem;
  border-top: 1px solid #a8a8a8;
}
.artwork-tool__bar-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.artwork-tool__bar-callout {
  font-size: 1.2rem;
  line-height: 2.1rem;
  text-align: center;
  padding: 15px 15% 27px;
  background: url(/images/curl--arrow-vertical.svg) no-repeat top 11px right 8%;
  background-size: auto 50%;
}

.artwork-font.artwork-font--jockey-one {
  font-family: "Jockey One" !important;
  font-weight: 400 !important;
}
.artwork-font.artwork-font--pattaya {
  font-family: "Pattaya" !important;
  font-weight: 400 !important;
}
.artwork-font.artwork-font--lobster {
  font-family: "Lobster" !important;
  font-weight: 400 !important;
}
.artwork-font.artwork-font--jetbrains-mono {
  font-family: "JetBrains Mono" !important;
  font-weight: 400 !important;
}
.artwork-font.artwork-font--sriracha {
  font-family: "Sriracha" !important;
  font-weight: 400 !important;
}
.artwork-font.artwork-font--montserrat-alternates {
  font-family: "Montserrat Alternates" !important;
  font-weight: 400 !important;
}
.artwork-font.artwork-font--rokkitt {
  font-family: "Rokkitt" !important;
  font-weight: 400 !important;
}
.artwork-font.artwork-font--patrick-hand {
  font-family: "Patrick Hand" !important;
  font-weight: 400 !important;
}
.artwork-font.artwork-font--fredoka-one {
  font-family: "Fredoka One" !important;
  font-weight: 400 !important;
}
.artwork-font.artwork-font--architects-daughter {
  font-family: "Architects Daughter" !important;
  font-weight: 400 !important;
}
.artwork-font.artwork-font--dancing-script {
  font-family: "Dancing Script" !important;
  font-weight: 400 !important;
}
.artwork-font.artwork-font--roboto {
  font-family: "Roboto" !important;
  font-weight: 400 !important;
}
.artwork-font.artwork-font--caveat {
  font-family: "Caveat" !important;
  font-weight: 400 !important;
}

.verte .verte__inputs .verte__icon {
  display: none;
}

.product__print-positions-old {
  background: white;
  border: 1px solid #e9e4df;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.product__print-positions-old .product__print-positions__actions {
  position: absolute;
  left: 1rem;
  bottom: 0.3rem;
}
.product__print-positions-old .product__print-positions__guides-toggle {
  position: absolute;
  right: 2rem;
  bottom: 1.5rem;
  font: 700 16px/22px Montserrat;
}
.product__print-positions-old .product__print-positions__guides-toggle a {
  text-decoration: none;
}
.product__print-positions-old .product__print-positions__canvas {
  position: relative;
  display: flex;
  width: 100%;
  margin: 0 auto;
  transform-origin: center center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.product__print-positions-old .product__print-positions__canvas .product__print-positions__image {
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
.product__print-positions-old .product__print-positions__canvas .product__print-position {
  position: absolute;
  border: 1px dashed #ec8225;
  font-size: 1.1rem;
  line-height: 1.5rem;
  text-align: center;
}
.product__print-positions-old .product__print-positions__canvas .product__print-position.product__print-position--text-guides {
  border-style: dotted;
}
.product__print-positions-old .product__print-positions__canvas .product__print-position.product__print-position--without-guides {
  border-color: transparent;
}
.product__print-positions-old .product__print-positions__canvas .product__print-position .product__print-position__mask {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
}
.product__print-positions-old .product__print-positions__canvas .product__print-position .product__print-position__edit {
  padding: 0.6rem 0.9rem;
  position: absolute;
  top: -18px;
  right: -15px;
  z-index: 2;
}
.product__print-positions-old .product__print-positions__canvas .product__print-position .product__print-position__artwork {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  position: absolute;
}
.product__print-positions-old .product__print-positions__canvas .product__print-position.product__print-position--empty {
  border: 0;
  color: white;
  font: 700 12px/16px Montserrat;
  background-color: #95c11f;
}
.product__print-positions-old .product__print-positions__canvas .product__print-position.product__print-position--empty .product__print-position__artwork {
  width: 100%;
  padding: 0.3rem;
}
.product__print-positions-old table.product__print-positions__table {
  background: #efece9;
  margin: 1rem;
  width: calc(100% - 2rem);
}
.product__print-positions-old table.product__print-positions__table tr td {
  border: 0;
  padding: 0.25rem 1rem;
}

.green-score-logo {
  display: block;
  width: 100%;
  background: url(../images/green-score/logo.svg) no-repeat center center;
  background-size: contain;
  aspect-ratio: 1002/478.5;
}

.green-score-gallery iframe {
  overflow: hidden;
}

.green-score-rating {
  display: flex;
  width: 100%;
  gap: 5px;
}
.green-score-rating__leaf {
  background: url(../images/green-score/ratings.svg) no-repeat;
  background-size: cover;
  aspect-ratio: 1;
  flex-grow: 1;
}
.green-score-rating__leaf--1 {
  background-position-x: 100%;
}
.green-score-rating__leaf--2 {
  background-position-x: 75%;
}
.green-score-rating__leaf--3 {
  background-position-x: 50%;
}
.green-score-rating__leaf--4 {
  background-position-x: 25%;
}
.green-score-rating__leaf--5 {
  background-position-x: 0%;
}

.green-score-popup__close {
  position: absolute;
  top: 15px;
  right: 5px;
  font-size: 60px;
  color: #c5b9ad;
  display: block;
}
.green-score-popup__close:hover {
  position: absolute;
  font-size: 60px;
  color: #c5b9ad;
}

.green-score-popup {
  display: flex;
  min-height: 100%;
  padding: 0;
  flex-flow: column;
  align-items: stretch;
}
@media (min-width: 991px) {
  .green-score-popup {
    flex-flow: row;
  }
}
.green-score-popup__product__title {
  margin: 0;
}
.green-score-popup__sidebar {
  order: 2;
  background: #e9e4df;
  display: flex;
  flex-direction: column;
  align-content: space-between;
  width: 100%;
  height: auto;
  padding: 2.5rem;
  gap: 2.5rem;
  flex-grow: 1;
}
@media (min-width: 991px) {
  .green-score-popup__sidebar {
    order: 1;
    width: 30%;
    min-height: 100%;
    padding: 5rem;
    gap: 5rem;
    flex: 1 0 auto;
    flex-grow: initial;
  }
}
.green-score-popup__sidebar__logo {
  max-width: 140px;
}
.green-score-popup__sidebar__content {
  font-size: 14px;
  line-height: 1.6;
}
@media (min-width: 991px) {
  .green-score-popup__sidebar__content {
    flex-grow: 1;
  }
}
.green-score-popup__sidebar__ratings {
  max-width: 160px;
}
.green-score-popup__product {
  order: 1;
  padding: 4.1666666667rem 5rem 5rem 3.3333333333rem;
  display: grid;
  grid-template-columns: auto 40px;
  grid-template-rows: min-content max-content;
  gap: 2.5rem;
  align-items: center;
}
@media (min-width: 991px) {
  .green-score-popup__product {
    min-height: 100%;
    flex: 1 1 auto;
    flex-grow: 1;
    order: 2;
    padding: 4.1666666667rem 5rem 5rem 3.3333333333rem;
    grid-template-columns: 60px auto 15%;
  }
}
.green-score-popup__product__rating {
  grid-row: 1;
  grid-column: 2;
}
@media (min-width: 991px) {
  .green-score-popup__product__rating {
    grid-row: 1;
    grid-column: 1;
  }
}
.green-score-popup__product__title {
  grid-row: 1;
  grid-column: 1;
  font-size: 1.9rem;
  line-height: 2.5rem;
}
@media (min-width: 991px) {
  .green-score-popup__product__title {
    grid-row: 1;
    grid-column: 2;
  }
}
.green-score-popup__product__image {
  display: none;
  grid-row: 1;
  grid-column: 3;
}
@media (min-width: 991px) {
  .green-score-popup__product__image {
    display: block;
  }
}
.green-score-popup__product__info {
  grid-row: 2;
  grid-column: 1/3;
}
@media (min-width: 991px) {
  .green-score-popup__product__info {
    grid-column: 2/4;
  }
}
.green-score-popup__product__info h2, .green-score-popup__product__info .header .header__title, .header .green-score-popup__product__info .header__title {
  font: inherit;
  color: #95c11f;
  font-weight: 700;
  margin: 0;
}
.green-score-popup__list li.green-score-popup__list__item {
  padding: 6px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.green-score-popup__list li.green-score-popup__list__item .fa {
  font-size: 2.3rem;
  color: #95c11f;
  vertical-align: -5px;
  flex-shrink: 0;
}
.green-score-popup__list li.green-score-popup__list__item--sm {
  padding: 0;
}
.green-score-popup__list li.green-score-popup__list__item--sm .fa {
  font-size: 1.6rem;
  vertical-align: -1px;
  margin-right: 2px;
}
.green-score-popup__list li.green-score-popup__list__item .pull-right {
  color: #777777;
  font-size: 1rem;
}
.green-score-popup__extra-attributes {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.green-score-popup__extra-attribute {
  display: flex;
  align-items: center;
  gap: 12px;
}
.green-score-popup__extra-attribute__heading {
  padding-right: 3px;
}
.green-score-popup__extra-attribute__icon {
  height: 50px;
  width: 50px;
  background: #efece9;
  padding: 6px;
  border-radius: 100%;
}
.green-score-popup__extra-attribute__icon img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}
.green-score-popup__certificates {
  flex-wrap: wrap;
  gap: 8px;
}
.green-score-popup__certificates .green-score-popup__certificate {
  height: 50px;
  flex-grow: 0;
}
.green-score-popup__certificates .green-score-popup__certificate img {
  max-height: 100%;
}

.edit, .edit:hover {
  opacity: 0.3;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #303030;
  color: white;
  line-height: 30px;
  width: 30px;
  text-align: center;
  transition: all 0.2s;
  z-index: 5;
}
.edit:hover, .edit:hover:hover {
  opacity: 1;
}
.edit.edit--right, .edit:hover.edit--right {
  left: auto;
  right: 0;
}

html {
  visibility: visible;
  opacity: 1;
}
