@media (prefers-color-scheme: dark) {
  body {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }
}

/*******************************************
  Rich Text Styles
*******************************************/

/* Headers */
.rich-text h1 {
  margin-bottom: 1rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(167 139 250 / var(--tw-text-opacity));
}

.rich-text h2 {
  margin-bottom: 1rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(167 139 250 / var(--tw-text-opacity));
}

.rich-text h3 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(167 139 250 / var(--tw-text-opacity));
}

.rich-text h4 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(167 139 250 / var(--tw-text-opacity));
}

.rich-text h5 {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(167 139 250 / var(--tw-text-opacity));
}

.rich-text h6 {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(221 214 254 / var(--tw-text-opacity));
}

/* Horizontal rules */
.rich-text hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.rich-text a {
  --tw-text-opacity: 1;
  color: rgb(167 139 250 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

/* Typographic replacements */
.rich-text p {
  margin-bottom: 1rem;
}

/* Emphasis */
.rich-text strong {
  font-weight: 700;
}

.rich-text em {
  font-style: italic;
}

.rich-text del {
  text-decoration-line: line-through;
}

/* Blockquotes */
.rich-text blockquote {
  margin-bottom: 1rem;
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
}

/* Lists */
.rich-text ul {
  margin-bottom: 1rem;
  list-style-type: disc;
  padding-left: 1rem;
}

.rich-text ol {
  margin-bottom: 1rem;
  list-style-type: decimal;
  padding-left: 1rem;
}

.rich-text li {
  margin-bottom: 0.5rem;
}

.rich-text li > ul {
  margin-bottom: 0.5rem;
  list-style-type: disc;
  padding-left: 1rem;
}

.rich-text li > ol {
  margin-bottom: 0.5rem;
  list-style-type: decimal;
  padding-left: 1rem;
}

/* Code blocks */
.rich-text pre {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
  padding: 1rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}

.rich-text code {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}

/* Tables */
.rich-text table {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  width: 100%;
  border-collapse: collapse;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.rich-text th {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: left;
  font-weight: 600;
}

.rich-text td {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

/* Images */
.rich-text img {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  width: 100%;
  border-radius: 0.75rem;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Custom containers */
.rich-text .warning {
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  --tw-border-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity));
}

/*******************************************
  React Slideshow Styles
*******************************************/

.react-slideshow-container [aria-label="Previous Slide"] {
  margin-left: 1rem;
}

.react-slideshow-container [aria-label="Next Slide"] {
  margin-right: 1rem;
}

.ticker_item {
  font-size: 102px;
  letter-spacing: -3px;
  line-height: 100px;
  color: #000;
  /*! letter-spacing:0; */
}

.ticker_item_small {
  letter-spacing: 4px;
  font-size: 26px;
  line-height: 52px;
  color: #000;
  font-weight: 600;
  /*! letter-spacing:0; */
}

@media (min-width: 768px) {
  .ticker_item {
    font-size: 124px;
    line-height: 124px;
  }

  .ticker_item_small {
    font-size: 32px;
    line-height: 64px;
  }
}

@media (min-width: 992px) {
  .ticker_item {
    font-size: 152px;
    line-height: 160px;
  }

  .ticker_item_small {
    font-size: 32px;
    line-height: 64px;
  }
}

.ticker {
  cursor: default;
  display: flex;
  /*! max-width:100vw!important; */
  /*! width:100vw!important; */
  /*! overflow:hidden!important */
}

.ticker-black {
  background: black;
  position: absolute;
  padding-top: 3px;
  top: 3px;
  left: 0;
  right: 0;
  z-index: 9;
  /*! max-width:100vw!important; */
  /*! width:100vw!important; */
  /*! overflow:hidden!important */
}

.ticker:hover * {
  animation-play-state: paused !important;
}

@media (min-width: 992px) {
  .ticker {
    margin: -12px 0 13px;
  }

  .ticker-black {
    margin: 0px 0 0;
  }
}

@media (max-width: 991px) {
  .ticker {
    pointer-events: none;
  }
}

.ticker .ticker_list {
  display: flex;
}

.ticker.animate .ticker_list {
  display: flex;
  animation: ticker 15s linear 0.1s infinite;
  -webkit-animation: ticker 30s linear 0.1s infinite;
}

.ticker-v2.animate-v2 .ticker_list {
  display: flex;
  animation: ticker 10s linear 0.1s infinite;
  -webkit-animation: ticker 10s linear 0.1s infinite;
}

.tickerAnimatePet {
  display: flex;
  animation: ticker 15s linear 0.1s infinite;
  -webkit-animation: ticker 30s linear 0.1s infinite;
  margin: 48px 0;
}

@media (max-width: 991px) {
  .tickerAnimatePet {
    margin: 24px 0;
    display: flex;
    animation: ticker 15s linear 0.1s infinite;
    -webkit-animation: ticker 30s linear 0.1s infinite;
  }
}

.ticker_item {
  min-height: 106px;
  margin: 0 20px 0 0;
  white-space: nowrap;
}

.ticker_item_small {
  min-height: 47px;
  margin: 0 128px 0 0;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .ticker_item {
    min-height: 131px;
  }

  .ticker_item_small {
    min-height: 64px;
  }
}

@media screen and (min-width: 992px) {
  .ticker_item {
    min-height: 165px;
  }

  .ticker_item_small {
    min-height: 64px;
  }
}

@keyframes ticker {
  to {
    transform: translateX(-100%);
  }
}

.full-banner-header-text {
  text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.load {
  width: 16px;
  height: 16px;
  border: solid 1px #fff;
  border-radius: 50%;
  border-right-color: transparent;
  border-bottom-color: transparent;
  -webkit-transition: all 0.5s ease-in;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  transition: all 0.5s ease-in;
  animation-name: rotate;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.okeReviews[data-oke-container] .oke-media-image,
div.okeReviews .oke-media-image {
  z-index: 0 !important;
}

.okeReviews[data-oke-container] .oke-media--video:not(.oke-is-loading):after,
div.okeReviews .oke-media--video:not(.oke-is-loading):after {
  z-index: 0 !important;
}

.okeReviews[data-oke-container] .oke-media--video:not(.oke-is-loading):before,
div.okeReviews .oke-media--video:not(.oke-is-loading):before {
  z-index: 0 !important;
}

.BlockLetter {
  margin-left: 0.15em;
}

.LetterContainer {
  text-align: center;
  /* line-height: 184px; */
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}

.LetterWidth {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.BlockContainerPrint {
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.BlockContainer {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.LetterWidth:first-of-type {
  margin-left: 0;
}

@media only screen and (max-width: 1023px) {
  .LetterWidth:first-of-type {
    margin-left: 0;
    font-size: 16;
  }
  .absolute-bottom-banner {
    padding: 24px 8px;
  }
  .per-page-text {
    font-size: 0.4em !important;
  }
  .All-serif {
    font-family: "Caladea", serif;
    font-size: 0.4em;
  }

  .All-sans {
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    font-size: 0.4em;
  }
  .all-serif {
    font-family: "Caladea", serif;
    font-size: 0.4em;
  }

  .all-sans {
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    font-size: 0.4em;
  }
}

.zh-ser {
  font-weight: 600;
  font-family: "Noto Serif SC", serif;
  font-size: 0.5em;
}

.zh-san {
  font-weight: 600;
  font-family: "Noto Sans SC", sans-serif;
  font-size: 0.5em;
}

.zh-block {
  font-weight: 500;
  font-family: "Ma Shan Zheng", cursive;
  font-size: 0.5em;
}

.zh-script {
  font-weight: 500;
  font-family: "Zhi Mang Xing", cursive;
  font-size: 0.5em;
}

.zh-casual {
  font-weight: 400;
  font-family: "zhcasual", sans-serif;
  font-size: 0.5em;
}

.ZH-SER {
  font-weight: 600;
  font-family: "Noto Serif SC", serif;
  font-size: 0.5em;
}

.ZH-SAN {
  font-weight: 600;
  font-family: "Noto Sans SC", sans-serif;
  font-size: 0.5em;
}

.ZH-BLOVK {
  font-weight: 500;
  font-family: "Ma Shan Zheng", cursive;
  font-size: 0.5em;
}

.ZH-SCRIPT {
  font-weight: 500;
  font-family: "Zhi Mang Xing", cursive;
  font-size: 0.5em;
}

.ZH-CASUAL {
  font-weight: 400;
  font-family: "zhcasual", sans-serif;
  font-size: 0.5em;
}

.love-letter {
  font-family: "Pinyon Script", serif;
  font-size: 0.7em;
}

.serif {
  font-family: minion-pro, serif;
  font-weight: 400;
  font-style: normal;
}

.cubic-bezier-transition {
  transition: all 0.9s cubic-bezier(0.25, 1, 0.5, 1);
}

@keyframes fadeInAnimation {
  from {
    opacity: 0; /* Start state */
  }
  to {
    opacity: 1; /* End state */
  }
}

.oke-stars {
  line-height: 1;
  position: relative;
  display: inline-block;
}

.oke-stars-background svg {
  overflow: visible;
}

.oke-stars-foreground {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.oke-sr {
  display: inline-block;
  padding-top: var(--oke-starRating-spaceAbove);
  padding-bottom: var(--oke-starRating-spaceBelow);
}

.oke-sr .oke-is-clickable {
  cursor: pointer;
}

.oke-sr-count,
.oke-sr-rating,
.oke-sr-stars {
  display: inline-block;
  vertical-align: middle;
}

.oke-sr-stars {
  line-height: 1;
  margin-right: 8px;
}

.oke-sr-rating {
  display: none;
}

.oke-sr-count--brackets:before {
  content: "(";
}

.oke-sr-count--brackets:after {
  content: ")";
}

.okeReviews[data-oke-container],
div.okeReviews {
  font-size: 14px;
  font-size: var(--oke-text-regular);
  font-weight: 400;
  font-family: var(--oke-text-fontFamily);
  line-height: 1.6;
}
.okeReviews[data-oke-container] *,
.okeReviews[data-oke-container] :after,
.okeReviews[data-oke-container] :before,
div.okeReviews *,
div.okeReviews :after,
div.okeReviews :before {
  box-sizing: border-box;
}
.okeReviews[data-oke-container] h1,
.okeReviews[data-oke-container] h2,
.okeReviews[data-oke-container] h3,
.okeReviews[data-oke-container] h4,
.okeReviews[data-oke-container] h5,
.okeReviews[data-oke-container] h6,
div.okeReviews h1,
div.okeReviews h2,
div.okeReviews h3,
div.okeReviews h4,
div.okeReviews h5,
div.okeReviews h6 {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}
.okeReviews[data-oke-container] ul,
div.okeReviews ul {
  padding: 0;
  margin: 0;
}
.okeReviews[data-oke-container] li,
div.okeReviews li {
  list-style-type: none;
  padding: 0;
}
.okeReviews[data-oke-container] p,
div.okeReviews p {
  line-height: 1.8;
  margin: 0 0 4px;
}
.okeReviews[data-oke-container] p:last-child,
div.okeReviews p:last-child {
  margin-bottom: 0;
}
.okeReviews[data-oke-container] a,
div.okeReviews a {
  text-decoration: none;
  color: inherit;
}
.okeReviews[data-oke-container] button,
div.okeReviews button {
  border-radius: 0;
  border: 0;
  box-shadow: none;
  margin: 0;
  width: auto;
  min-width: auto;
  padding: 0;
  background-color: transparent;
  min-height: auto;
}
.okeReviews[data-oke-container] button,
.okeReviews[data-oke-container] input,
.okeReviews[data-oke-container] select,
.okeReviews[data-oke-container] textarea,
div.okeReviews button,
div.okeReviews input,
div.okeReviews select,
div.okeReviews textarea {
  font-family: inherit;
  font-size: 1em;
}
.okeReviews[data-oke-container] label,
.okeReviews[data-oke-container] select,
div.okeReviews label,
div.okeReviews select {
  display: inline;
}
.okeReviews[data-oke-container] select,
div.okeReviews select {
  width: auto;
}
.okeReviews[data-oke-container] article,
.okeReviews[data-oke-container] aside,
div.okeReviews article,
div.okeReviews aside {
  margin: 0;
}
.okeReviews[data-oke-container] table,
div.okeReviews table {
  background: transparent;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  font-family: inherit;
  font-size: 1em;
  table-layout: auto;
}
.okeReviews[data-oke-container] table td,
.okeReviews[data-oke-container] table th,
.okeReviews[data-oke-container] table tr,
div.okeReviews table td,
div.okeReviews table th,
div.okeReviews table tr {
  border: 0;
  font-family: inherit;
  font-size: 1em;
}
.okeReviews[data-oke-container] table td,
.okeReviews[data-oke-container] table th,
div.okeReviews table td,
div.okeReviews table th {
  background: transparent;
  font-weight: 400;
  letter-spacing: normal;
  padding: 0;
  text-align: left;
  text-transform: none;
  vertical-align: middle;
}
.okeReviews[data-oke-container] table tr:hover td,
.okeReviews[data-oke-container] table tr:hover th,
div.okeReviews table tr:hover td,
div.okeReviews table tr:hover th {
  background: transparent;
}
.okeReviews[data-oke-container] fieldset,
div.okeReviews fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  min-width: 0;
}
.okeReviews[data-oke-container] img,
div.okeReviews img {
  max-width: none;
}
.okeReviews[data-oke-container] div:empty,
div.okeReviews div:empty {
  display: block;
}
.okeReviews[data-oke-container] .oke-icon:before,
div.okeReviews .oke-icon:before {
  font-family: oke-widget-icons !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: inherit;
}
.okeReviews[data-oke-container] .oke-icon--select-arrow:before,
div.okeReviews .oke-icon--select-arrow:before {
  content: "î¤€";
}
.okeReviews[data-oke-container] .oke-icon--loading:before,
div.okeReviews .oke-icon--loading:before {
  content: "î¤";
}
.okeReviews[data-oke-container] .oke-icon--pencil:before,
div.okeReviews .oke-icon--pencil:before {
  content: "î¤‚";
}
.okeReviews[data-oke-container] .oke-icon--filter:before,
div.okeReviews .oke-icon--filter:before {
  content: "î¤ƒ";
}
.okeReviews[data-oke-container] .oke-icon--play:before,
div.okeReviews .oke-icon--play:before {
  content: "î¤„";
}
.okeReviews[data-oke-container] .oke-icon--tick-circle:before,
div.okeReviews .oke-icon--tick-circle:before {
  content: "î¤…";
}
.okeReviews[data-oke-container] .oke-icon--chevron-left:before,
div.okeReviews .oke-icon--chevron-left:before {
  content: "î¤†";
}
.okeReviews[data-oke-container] .oke-icon--chevron-right:before,
div.okeReviews .oke-icon--chevron-right:before {
  content: "î¤‡";
}
.okeReviews[data-oke-container] .oke-icon--thumbs-down:before,
div.okeReviews .oke-icon--thumbs-down:before {
  content: "î¤ˆ";
}
.okeReviews[data-oke-container] .oke-icon--thumbs-up:before,
div.okeReviews .oke-icon--thumbs-up:before {
  content: "î¤‰";
}
.okeReviews[data-oke-container] .oke-icon--close:before,
div.okeReviews .oke-icon--close:before {
  content: "î¤Š";
}
.okeReviews[data-oke-container] .oke-icon--chevron-up:before,
div.okeReviews .oke-icon--chevron-up:before {
  content: "î¤‹";
}
.okeReviews[data-oke-container] .oke-icon--chevron-down:before,
div.okeReviews .oke-icon--chevron-down:before {
  content: "î¤Œ";
}
.okeReviews[data-oke-container] .oke-icon--star:before,
div.okeReviews .oke-icon--star:before {
  content: "î¤";
}
.okeReviews[data-oke-container] .oke-icon--magnifying-glass:before,
div.okeReviews .oke-icon--magnifying-glass:before {
  content: "î¤Ž";
}
@font-face {
  font-family: oke-widget-icons;
  src:
    url("https://d3hw6dc1ow8pp2.cloudfront.net/reviews-widget-plus/fonts/oke-widget-icons.ttf") format("truetype"),
    url("https://d3hw6dc1ow8pp2.cloudfront.net/reviews-widget-plus/fonts/oke-widget-icons.woff") format("woff"),
    url("https://d3hw6dc1ow8pp2.cloudfront.net/reviews-widget-plus/img/oke-widget-icons.bc0d6b0a.svg") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
.okeReviews[data-oke-container] .oke-button,
div.okeReviews .oke-button {
  display: inline-block;
  border-style: solid;
  border-color: var(--oke-button-borderColor);
  border-width: var(--oke-button-borderWidth);
  background-color: var(--oke-button-backgroundColor);
  line-height: 1;
  padding: 12px 24px;
  margin: 0;
  border-radius: var(--oke-button-borderRadius);
  color: var(--oke-button-textColor);
  text-align: center;
  position: relative;
  font-weight: var(--oke-button-fontWeight);
  font-size: var(--oke-button-fontSize);
  font-family: var(--oke-button-fontFamily);
  outline: 0;
}
.okeReviews[data-oke-container] .oke-button-text,
.okeReviews[data-oke-container] .oke-button .oke-icon,
div.okeReviews .oke-button-text,
div.okeReviews .oke-button .oke-icon {
  line-height: 1;
}
.okeReviews[data-oke-container] .oke-button.oke-is-loading,
div.okeReviews .oke-button.oke-is-loading {
  position: relative;
}
.okeReviews[data-oke-container] .oke-button.oke-is-loading:before,
div.okeReviews .oke-button.oke-is-loading:before {
  font-family: oke-widget-icons !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "î¤";
  color: undefined;
  font-size: 12px;
  display: inline-block;
  animation: oke-spin 1s linear infinite;
  position: absolute;
  width: 12px;
  height: 12px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.okeReviews[data-oke-container] .oke-button.oke-is-loading > *,
div.okeReviews .oke-button.oke-is-loading > * {
  opacity: 0;
}
.okeReviews[data-oke-container] .oke-button.oke-is-active,
div.okeReviews .oke-button.oke-is-active {
  background-color: var(--oke-button-backgroundColorActive);
  color: var(--oke-button-textColorActive);
  border-color: var(--oke-button-borderColorActive);
}
.okeReviews[data-oke-container] .oke-button:not(.oke-is-loading),
div.okeReviews .oke-button:not(.oke-is-loading) {
  cursor: pointer;
}
.okeReviews[data-oke-container] .oke-button:not(.oke-is-loading):not(.oke-is-active):hover,
div.okeReviews .oke-button:not(.oke-is-loading):not(.oke-is-active):hover {
  background-color: var(--oke-button-backgroundColorHover);
  color: var(--oke-button-textColorHover);
  border-color: var(--oke-button-borderColorHover);
  box-shadow: 0 0 0 2px var(--oke-button-backgroundColorHover);
}
.okeReviews[data-oke-container] .oke-button:not(.oke-is-loading):not(.oke-is-active):active,
.okeReviews[data-oke-container] .oke-button:not(.oke-is-loading):not(.oke-is-active):hover:active,
div.okeReviews .oke-button:not(.oke-is-loading):not(.oke-is-active):active,
div.okeReviews .oke-button:not(.oke-is-loading):not(.oke-is-active):hover:active {
  background-color: var(--oke-button-backgroundColorActive);
  color: var(--oke-button-textColorActive);
  border-color: var(--oke-button-borderColorActive);
}
.okeReviews[data-oke-container] .oke-title,
div.okeReviews .oke-title {
  font-weight: var(--oke-title-fontWeight);
  font-size: var(--oke-title-fontSize);
  font-family: var(--oke-title-fontFamily);
}
.okeReviews[data-oke-container] .oke-bodyText,
div.okeReviews .oke-bodyText {
  font-weight: var(--oke-bodyText-fontWeight);
  font-size: var(--oke-bodyText-fontSize);
  font-family: var(--oke-bodyText-fontFamily);
}
.okeReviews[data-oke-container] .oke-linkButton,
div.okeReviews .oke-linkButton {
  cursor: pointer;
  font-weight: 700;
  pointer-events: auto;
  text-decoration: underline;
}
.okeReviews[data-oke-container] .oke-linkButton:hover,
div.okeReviews .oke-linkButton:hover {
  text-decoration: none;
}
.okeReviews[data-oke-container] .oke-select,
div.okeReviews .oke-select {
  cursor: pointer;
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 50%;
  border: none;
  padding: 0 24px 0 12px;
  -moz-appearance: none;
       appearance: none;
  color: inherit;
  -webkit-appearance: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='currentColor' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");
  outline-offset: 4px;
}
.okeReviews[data-oke-container] .oke-select:disabled,
div.okeReviews .oke-select:disabled {
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%239a9db1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");
}
.okeReviews[data-oke-container] .oke-loader,
div.okeReviews .oke-loader {
  position: relative;
}
.okeReviews[data-oke-container] .oke-loader:before,
div.okeReviews .oke-loader:before {
  font-family: oke-widget-icons !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "î¤";
  color: var(--oke-text-secondaryColor);
  font-size: 12px;
  display: inline-block;
  animation: oke-spin 1s linear infinite;
  position: absolute;
  width: 12px;
  height: 12px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.okeReviews[data-oke-container] .oke-a11yText,
div.okeReviews .oke-a11yText {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.okeReviews[data-oke-container] .oke-hidden,
div.okeReviews .oke-hidden {
  display: none;
}
.okeReviews[data-oke-container] .oke-modal,
div.okeReviews .oke-modal {
  bottom: 0;
  left: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2147483647;
  max-height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 40px 0 32px;
}
@media only screen and (min-width: 1024px) {
  .okeReviews[data-oke-container] .oke-modal,
  div.okeReviews .oke-modal {
    display: flex;
    align-items: center;
    padding: 48px 0;
  }
}
.okeReviews[data-oke-container] .oke-modal ::-moz-selection, div.okeReviews .oke-modal ::-moz-selection {
  background-color: rgba(39, 45, 69, 0.2);
}
.okeReviews[data-oke-container] .oke-modal ::selection,
div.okeReviews .oke-modal ::selection {
  background-color: rgba(39, 45, 69, 0.2);
}
.okeReviews[data-oke-container] .oke-modal,
.okeReviews[data-oke-container] .oke-modal p,
div.okeReviews .oke-modal,
div.okeReviews .oke-modal p {
  color: #272d45;
}
.okeReviews[data-oke-container] .oke-modal-content,
div.okeReviews .oke-modal-content {
  background-color: #fff;
  margin: auto;
  position: relative;
  will-change: transform, opacity;
  width: calc(100% - 64px);
}
@media only screen and (min-width: 1024px) {
  .okeReviews[data-oke-container] .oke-modal-content,
  div.okeReviews .oke-modal-content {
    max-width: 1000px;
  }
}
.okeReviews[data-oke-container] .oke-modal-close,
div.okeReviews .oke-modal-close {
  cursor: pointer;
  position: absolute;
  width: 32px;
  height: 32px;
  top: -32px;
  padding: 4px;
  right: -4px;
  line-height: 1;
}
.okeReviews[data-oke-container] .oke-modal-close:before,
div.okeReviews .oke-modal-close:before {
  font-family: oke-widget-icons !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "î¤Š";
  color: #fff;
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.okeReviews[data-oke-container] .oke-modal-overlay,
div.okeReviews .oke-modal-overlay {
  background-color: rgba(43, 46, 56, 0.9);
}
@media only screen and (min-width: 1024px) {
  .okeReviews[data-oke-container] .oke-modal--large .oke-modal-content,
  div.okeReviews .oke-modal--large .oke-modal-content {
    max-width: 1200px;
  }
}
.okeReviews[data-oke-container] .oke-modal .oke-helpful,
.okeReviews[data-oke-container] .oke-modal .oke-helpful-vote-button,
.okeReviews[data-oke-container] .oke-modal .oke-reviewContent-date,
div.okeReviews .oke-modal .oke-helpful,
div.okeReviews .oke-modal .oke-helpful-vote-button,
div.okeReviews .oke-modal .oke-reviewContent-date {
  color: #676986;
}
.oke-modal .okeReviews[data-oke-container].oke-w,
.oke-modal div.okeReviews.oke-w {
  color: #272d45;
}
.okeReviews[data-oke-container] .hooper,
div.okeReviews .hooper {
  height: auto;
}
.okeReviews :focus {
  outline: 0;
}
.okeReviews--left {
  text-align: left;
}
.okeReviews--right {
  text-align: right;
}
.okeReviews--center {
  text-align: center;
}
.is-oke-keyboardUser .okeReviews :not([tabindex="-1"]):focus {
  outline: 5px auto highlight;
  outline: 5px auto -webkit-focus-ring-color;
}
.is-oke-modalOpen {
  overflow: hidden !important;
}
img.oke-is-error {
  background-color: var(--oke-shadingColor);
  background-size: cover;
  background-position: 50% 50%;
  box-shadow: inset 0 0 0 1px var(--oke-border-color);
}
@keyframes oke-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes oke-fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

