/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0.7
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

::placeholder {
  color: inherit;
  opacity: 0.25;
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

@viewport {
  width: device-width;
}

:root {
  --color-main: #15be53;
  --color-main-hover: #2dc565;
}

body {
  background: #f8f8f8;
  color: #222;
  font-family: niveau-grotesk, sans-serif;
  font-style: normal;
  font-size: 14px;
  margin: 0;
}

::placeholder {
  color: #555;
  font-size: 15px;
  font-weight: 400;
  opacity: 1;
}

.niveau {
  font-family: niveau-grotesk, sans-serif;
}

.freight {
  font-family: freight-sans-pro, sans-serif;
}

.gibson {
  font-family: canada-type-gibson, sans-serif;
}

a {
  text-decoration: none;
  color: #028f00;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 25px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: prometo, sans-serif;
  margin-bottom: 30px;
  line-height: normal;
}

b,
h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
}

.heading {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}

p {
  margin-bottom: 20px;
}

.greylinks a {
  color: #555;
}

footer {
  background: #fff;
  width: 100%;
  margin-top: 50px;
  border-top: 1px solid #f5f5f5;
}

.footer {
  max-width: 1240px;
  margin: 50px auto 0;
  padding: 50px 0 40px;
}

.footer .heading {
  font-weight: 500;
  margin-bottom: 5px;
  color: #555;
  text-transform: uppercase;
}

.footer .item {
  padding: 5px 0;
  color: #999;
}

.footer .item a {
  color: #999;
}

header {
  transition: top 0.2s ease-in-out;
}

.nav-up {
  top: -80px;
}

.header-temp-strip {
  position: relative;
  padding: 15px;
  text-align: center;
  color: #fff;
  background: #000;
}

.header {
  height: 80px;
  position: relative;
  padding: 0;
}

.header,
.subheader {
  margin: 0 auto;
  background: #fff;
}

.subheader {
  padding: 10px 0;
  font-size: 13px;
  color: #555;
}

.header--logo {
  width: 160px;
  height: 41px;
  background-image: url(/img/logo-160.webp);
  background-size: 160px 41px;
}

.header--logo,
.header--logo--icon {
  position: absolute;
  top: 17px;
  left: 0;
  background-repeat: no-repeat;
}

.header--logo--icon {
  display: none;
  width: 45px;
  height: 45px;
  background-image: url(/img/icon.webp);
  background-size: 45px 45px;
}

.header--search--box {
  max-width: 100%;
  margin-left: 180px;
  margin-right: 230px;
  position: relative;
  text-align: center;
}

.header--search--box--inner {
  position: relative;
  display: inline-block;
  width: 560px;
  margin: 18px 0 0;
}

.header--search {
  font-family: niveau-grotesk, "sans-serif";
  border: 1px solid #ebebeb;
  border-radius: 24px;
  background: #fff;
  font-size: 16px;
  color: #222;
  font-weight: 400;
  padding: 12px 30px;
  width: 100%;
}

.header--search--icon--wrap {
  position: absolute;
  top: 6px;
  right: 8px;
  height: 32px;
  width: 32px;
}

.header--search--icon--circle {
  position: relative;
  height: 32px;
  width: 32px;
  background: #00da24;
  border-radius: 100%;
}

.header--search--icon--inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 16px;
  width: 16px;
  background-image: url(/img/search-icon.svg);
  background-repeat: no-repeat;
}

.header--menubutton {
  display: none;
  position: absolute;
  top: 27px;
  right: 25px;
  width: 24px;
  height: 24px;
}

.header .menubutton:hover {
  color: #ddd;
}

.header--links {
  position: absolute;
  top: 32px;
  right: 0;
  font-size: 15px;
}

.header--links a {
  padding: 0 10px;
  color: #222;
}

.header a.logo--center {
  background-image: url(/img/logo-160.webp);
  background-repeat: no-repeat;
  width: 160px;
  height: 32px;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.header .searchbutton {
  display: none;
  position: absolute;
  top: 23px;
  right: 62px;
  color: #ddd;
  font-size: 26px;
}

.header .closebutton {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #ddd;
  font-size: 32px;
}

.header--overlay {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 10000;
  width: 100%;
  height: 70px;
}

.header--overlay--search {
  border: none;
  font-family: canada-type-gibson, FontAwesome;
  width: 100%;
  height: 70px;
  padding-left: 20px;
}

.subheader--left {
  float: left;
  margin-left: 20px;
}

.subheader--right {
  float: right;
  margin-right: 20px;
}

.subheader--link--left {
  margin-right: 15px;
}

.subheader--link--right {
  margin-left: 15px;
}

.subheader--link {
  margin: 0 10px;
}

.page--banner--image {
  width: 100%;
  height: 700px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  position: relative;
  margin: 115px 0 0;
  z-index: 100;
}

.mw1500 {
  max-width: 1540px;
  margin: 0 auto;
}

.mw1200 {
  max-width: 1240px;
  margin: 0 auto;
}

.pmw1000 {
  max-width: 940px;
  margin: 0 auto;
}

.mw600 {
  max-width: 640px;
  margin: 0 auto;
}

.mw450 {
  max-width: 490px;
  margin: 0 auto;
}

.mw400 {
  max-width: 440px;
  margin: 0 auto;
}

.modal__film {
  background: #000;
  opacity: 0.7;
  z-index: calc(infinity - 1);
}

.modal__film,
.modal__wrap {
  display: none;
  inset: 0;
  position: fixed;
}

.modal__wrap {
  align-items: center;
  background: none;
  justify-content: center;
  z-index: calc(infinity);
}

.modal {
  position: relative;
  max-width: 640px;
  background: #fff;
  padding: 24px;
  box-shadow: 2px 2px 10px 0 #555;
  max-height: 100vh;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.modal__content {
  padding-top: 8px;
}

.modal__respones {
  padding-top: 16px;
}

.modal_house_ad-wrapper {
  border-radius: 8px;
  background-color: #f2f2f2;
  justify-content: center;
  align-items: end;
  position: relative;
}

.modal__x {
  height: 24px;
  width: 24px;
  cursor: pointer;
  color: #888;
}

.merchant--logo {
  background-color: #fff;
  border-radius: calc(infinity * 1px);
  border: 1px solid #eee;
  padding: 4px;
  box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
  height: 64px;
  position: absolute;
  right: calc(50% - 128px);
  top: 6px;
  width: 64px;
  object-fit: contain;
}

@media screen and (min-width: 640px) {
  .modal {
    max-height: 640px;
    max-width: 550px;
    border-radius: 10px;
  }

  .modal_house_ad-wrapper {
    justify-content: end;
  }
}

.menu--film {
  position: fixed;
  background: #fff;
  opacity: 0.97;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  z-index: 10000000000;
  display: none;
  padding: 0;
}

.menu--outside--wrap {
  max-width: 1240px;
  margin: -30px auto 0;
  height: 100%;
}

.menu--content,
.menu--outside--wrap {
  position: relative;
  z-index: 10000000000;
}

.menu--content {
  top: 150px;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.menu--content .menu--header {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}

.menu--content .menu--link {
  display: block;
  color: #222;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 5px;
}

.menu--film .menubutton {
  position: absolute;
  top: 27px;
  right: 25px;
}

.menu--film .menubutton:hover {
  color: #ddd;
}

.promoblock--main {
  margin: 0 115px 0 0;
  height: auto;
}

.promoblock--logo {
  position: absolute;
  right: 20px;
  top: 15px;
  width: 100px;
  z-index: 99;
}

.flex--container--wrapping .promoblock--logo img {
  height: 50px;
  width: 100px;
  object-fit: contain;
}

.promoblock--amountoff {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 5px 0;
  font-size: 23px;
  font-weight: 700;
  font-family: freight-sans-pro, sans-serif;
}

.promoblock--title {
  font-size: 15px;
  color: #000;
  min-height: 60px;
  word-wrap: break-word;
}

.promoblock--label {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 5px 10px;
}

div.promoblock--label.black-friday-styles {
  color: #fff;
  background-color: #000;
}

.promoblock--tab {
  width: 0;
  height: 0;
  border-top: 40px solid #f5ed34;
  border-left: 40px solid transparent;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100001;
}

.promoblock--tab--amazon {
  border-top-color: #f90;
}

.promoblock--tab--toppick {
  border-top-color: #ffca38;
}

.promoblock--tab--competitors {
  border-top-color: #9ad908;
}

.promoblock--tab--icon {
  position: absolute;
  top: 6px;
  right: 6px;
  color: #fff;
  font-size: 12px;
  z-index: 100002;
}

.promoblock--tab--label {
  position: absolute;
  top: -18px;
  right: 0;
  font-size: 11px;
  color: #000;
  font-weight: 400;
}

.flex--container--wrapping {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}

.flex--module--container {
  margin: 0 -10px;
  width: calc(100% + 20px);
}

.flex2--module {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  margin: 0 10px 20px;
}

.flex--center {
  display: flex;
  justify-content: center;
}

.flex--stretch {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.flex--promo {
  margin: 5px;
  flex-grow: 2;
}

.storeblock--logo {
  position: absolute;
  right: 25px;
  top: 20px;
  width: 100px;
}

.storeblock--main {
  margin: 0 120px 0 0;
  height: auto;
}

.topdeal--card {
  border: 1px solid #eee;
  border-radius: 12px;
  box-shadow: 2px 2px 10px 1px #eee;
  margin-right: 20px;
  height: 330px;
  flex-basis: 293px;
  margin-bottom: 20px;
}

.topdeal--logo--box {
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.topdeal--logo {
  display: block;
}

.topdeal--bottom {
  border-top: 1px solid #eee;
  padding: 20px;
  vertical-align: top;
  font-size: 15px;
  height: 130px;
}

.regdeal--card {
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  padding: 20px 25px;
  flex-basis: 230px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.tablesh--cell {
  padding: 2px 0;
}

.exp--button--wide {
  font-size: 14px;
  background: #fff;
  text-align: center;
  color: #555;
  padding: 15px 20px;
  width: 100%;
}

.ddtab {
  padding: 10px 0;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  cursor: pointer;
}

.dd--menu {
  display: none;
  padding: 10px 0;
}

.dd--menu--item {
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
  display: block;
}

.dd--menu--item a {
  color: #333;
}

.hoverstar:hover {
  color: #ddd;
  cursor: pointer;
}

.resource--page p,
.resource--page ul {
  margin-bottom: 25px;
  font-size: 15px;
  line-height: 22px;
}

.resource--page li {
  margin-left: 5px;
  margin-bottom: 10px;
  padding: 0 0 0 20px;
  position: relative;
}

.resource--page h1 {
  font-size: 30px;
}

.resource--page h2 {
  font-size: 27px;
}

.resource--page h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.resource--page h4 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
}

.resource--page li {
  list-style: none;
}

.resource--page li:before {
  content: "—";
  left: 0;
  position: absolute;
  top: 0;
  color: #999;
}

.ptext--short {
  line-height: 18px;
}

.ptext,
.ptext--short {
  font-size: 14px;
  word-wrap: break-word;
}

.ptext {
  line-height: 22px;
}

.ptext2 {
  font-size: 15px;
  line-height: 25px;
  word-wrap: break-word;
}

.ptext--short p {
  margin: 0 0 10px;
}

.ptext p {
  margin: 0 0 15px;
}

.ptext2 p {
  margin: 0 0 20px;
}

.ptext blockquote {
  background: #fafafa;
  padding: 10px 15px;
  border-left: 3px solid #eee;
  color: #555;
  font-style: italic;
  margin: 0 0 20px 10px;
}

.ptext blockquote p {
  margin: 0;
}

.ptext2 h1 {
  font-size: 30px;
  line-height: 35px;
}

.univia {
  font-family: univia-pro, sans-serif;
}

.semibold {
  font-weight: 500;
}

.bold {
  font-weight: 600;
}

.extrabold {
  font-weight: 700;
}

.list li {
  margin-left: 5px;
  margin-bottom: 5px;
  padding: 0 0 0 20px;
  position: relative;
  list-style: none;
}

.list li:before {
  content: "—";
  left: 0;
  position: absolute;
  top: 0;
  color: #999;
}

.header--s3 {
  font-family: univia-pro, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  color: #999;
}

.input--text--grey {
  border: none !important;
  padding: 20px !important;
  font-size: 16px !important;
  color: #333 !important;
  background: #fafafa;
  border: 1px solid #eee !important;
  font-weight: 400;
  box-shadow: none !important;
}

.input--text--redeem {
  font-size: 25px;
  padding: 10px;
}

.input--text--titlepreview {
  font-size: 15px;
  text-align: center;
  border: none;
  color: #555;
  background: #fafafa;
  font-weight: 400;
}

.input--text--disabled--addcode {
  background-color: #fff !important;
  border-color: #fff !important;
}

.label {
  font-size: 13px;
  font-weight: 500;
  display: block;
  margin: 0 0 5px;
}

.checkbox--label {
  float: left;
  line-height: 40px;
  vertical-align: middle;
  font-size: 13px;
}

.radio {
  border: none;
  background: #fafafa;
  border: 1px solid #eee;
  height: 40px;
  width: 40px;
  float: left;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.radio--check {
  background: #0cbbe5;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  display: none;
}

.custom-select {
  position: relative;
  font-family: canada-type-gibson, sans-serif;
}

.custom-select select {
  display: none;
}

.select-selected {
  background-color: #eee;
  color: #333;
}

.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #aaa transparent transparent;
}

.select-selected.select-arrow-active:after {
  border-color: transparent transparent #aaa;
  top: 7px;
}

.select-items div,
.select-selected {
  color: #777;
  padding: 10px 15px;
  border: 1px solid #eee;
  background: #fafafa;
  cursor: pointer;
  user-select: none;
  text-align: left;
  font-size: 13px;
  margin-bottom: -1px;
}

.select-items {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border: 1px solid #fafafa;
}

.select-hide {
  display: none;
}

.same-as-selected,
.select-items div:hover {
  background-color: #f5f5f5;
}

.btn {
  font-family: freight-sans-pro, sans-serif;
  font-weight: 600 !important;
  padding: 8px 20px !important;
  border: none !important;
  border-radius: 8px !important;
  text-align: center !important;
  color: #fff !important;
  font-size: 14px !important;
  display: inline-block !important;
  vertical-align: middle !important;
  cursor: pointer !important;
}

.btn--blue,
.btn--green {
  background: #15be53 !important;
  border-color: #15be53 !important;
}

.btn--blue:hover,
.btn--green:hover {
  background-color: #2dc565;
}

.btn--main {
  background: var(--color-main);
  border-color: var(--color-main);
}

.btn--main:hover {
  background-color: var(--color-main-hover);
}

.btn--grey {
  background: #999;
  border-color: #999;
}

.btn--grb {
  background: #aaa;
  border-color: #aaa;
}

.btn--promo {
  font-family: freight-sans-pro, sans-serif;
  background: #15be53;
  border-color: #15be53;
  font-weight: 600;
  padding: 12px 25px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-top: 7px;
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
}

div.page > div > div.flex2--module:hover div.btn--promo {
  background: #13a647;
  border-color: #13a647;
  box-shadow: 0 15px 20px rgba(46, 229, 157, 0.4);
  transform: translateY(-2px);
}

.btn--promo:active {
  transform: translateY(1px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.btn--code {
  margin-top: 7px;
  background-color: #15be53;
  position: relative;
  padding: 12px 33px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
}

.btn--code:hover {
  background-color: #2dc565;
}

.btn--code--corner {
  right: 0;
  width: 25px;
  height: 25px;
  bottom: 0;
  position: absolute;
  background: #028f00;
  transition: 0.15s;
  border-bottom: 25px solid #e5e5e5;
  border-left: 25px solid transparent;
  pointer-events: none;
  border-top-left-radius: 8px;
}

.btno {
  font-family: freight-sans-pro, sans-serif;
  font-weight: 600;
  padding: 10px 20px;
  border: 1px solid #222;
  border-radius: 8px;
  text-align: center;
  color: #222;
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.btn--secondary-outlined {
  border: 1px solid #ddd !important;
  background: #fafafa;
  color: #101010 !important;
  margin-top: 16px !important;
}

.copy-code,
.open-link,
.popu {
  cursor: pointer;
}

.code {
  font-size: 25px;
  font-weight: 500;
}

.code,
.codepill {
  font-family: freight-sans-pro, sans-serif;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  line-height: auto;
  vertical-align: middle;
  margin-right: 5px;
}

.codepill {
  font-size: 20px;
  font-weight: 600;
  padding: 10px 30px;
  border: 1px solid #ccc;
  border-radius: 8px;
  color: #444;
  background: #fdfdfd;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.codepill:hover {
  background: #fafafa;
}

.codepill--cut {
  color: #bbb;
  margin-right: 3px;
}

.pointermenu {
  top: -28px;
  height: 30px;
  line-height: 30px !important;
  vertical-align: middle;
  width: 100px;
  background: #333;
  font-size: 12px;
  font-weight: 500;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  font-style: normal;
  line-height: normal;
}

.pointermenu,
.pointermenu--arrow {
  z-index: 10000;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.pointermenu--arrow {
  top: 2px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #333;
}

.pointermenu2 {
  width: 200px;
  background: #444;
  top: -45px;
}

.pointermenu2--arrow {
  border-top: 7px solid #444;
  top: -15px;
}

.code--link {
  display: inline-block;
  vertical-align: middle;
  line-height: auto;
  font-size: 18px;
  font-weight: 500;
  margin-left: 10px;
  text-align: center;
  cursor: pointer;
  color: #0cbbe5;
}

.getcodebox {
  color: #15be53;
  padding: 20px;
  font-size: 32px;
  font-weight: 700;
  min-width: 150px;
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
}

.codebox,
.getcodebox {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 0;
  background: #f5f5f5;
  text-align: center;
}

.codebox {
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  width: 170px;
  margin: 0;
}

.codebox,
.codebox--btn {
  vertical-align: middle;
  font-weight: 500;
  display: inline-block;
  cursor: pointer;
}

.codebox--btn {
  border: 0;
  background: #15be53;
  width: 80px;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  text-align: center;
  color: #fff;
  border-radius: 8px;
}

.codebox--btn:hover {
  background: #2dc565;
}

.codebox--btn--clicked {
  border: 0;
  background: #15be53;
  width: 80px;
  vertical-align: middle;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  color: #fff;
}

.codebox--btn--clicked:hover {
  background: #2dc565;
}

.codebox--btn--wrapper {
  display: inline-block;
  background: #f5f5f5;
  vertical-align: middle;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 100px;
  margin: 0 0 0 -5px;
  border: 0;
}

.codebox--resp--wrapper {
  display: inline-block;
}

.codebox--resp--wrapper--outer {
  text-align: center;
}

.codebox--redeem--btn {
  display: none;
  margin-top: 5px;
  border: 0;
  width: 270px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  color: #fff;
  padding: 8px 0;
  background: #15be53;
  border-radius: 8px;
}

.codebox--redeem--btn:hover {
  background: #2dc565;
}

.codeboxsm2 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #f5f5f5;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  font-size: 17px;
  width: 270px;
  margin: 0;
}

.codeboxsm2,
.codeboxsm2--btn {
  border: 0;
  vertical-align: middle;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}

.codeboxsm2--btn {
  background: #15be53;
  width: 80px;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  color: #fff;
  border-radius: 8px;
}

.codeboxsm2--btn:hover {
  background: #2dc565;
}

.codeboxsm2--btn--clicked {
  border: 0;
  background: #85ba21;
  width: 80px;
  vertical-align: middle;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  color: #fff;
}

.codeboxsm2--btn--clicked:hover {
  background: #85ba21;
}

.codeboxsm2--btn--wrapper {
  display: inline-block;
  background: #f5f5f5;
  vertical-align: middle;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 100px;
  margin: 0 0 0 -5px;
  border: 0;
}

.codeboxsm2--resp--wrapper {
  display: inline-block;
}

.codeboxsm2--resp--wrapper--outer {
  text-align: center;
}

.codeboxsm2--redeem--btn {
  display: none;
  margin-top: 10px;
  border: 0;
  width: 370px;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  color: #fff;
  padding: 9px 0;
  background: #15be53;
  border-radius: 3px;
}

.codeboxsm2--redeem--btn:hover {
  background: #2dc565;
}

.btn--vote {
  background: #f5f5f5;
  border: 1px solid #eee;
  color: #555;
  font-size: 13px;
  padding: 7px 10px;
  cursor: pointer;
  border-radius: 10px;
}

.btn--vote--large {
  font-size: 15px;
  padding: 10px 20px;
}

.btn--vote--yes--click {
  background: #9ad908;
  color: #fff;
}

.btn--vote--no--click {
  background: #ff5f71;
  color: #fff;
}

.pill {
  display: inline-block;
  font-size: 13px;
  margin: 0 5px 5px 0;
  padding: 4px 12px;
  border: 1px solid #eee;
  background: #fafafa;
  color: #555;
  text-align: center;
}

.pill-close {
  color: #ccc;
  margin-left: 5px;
  cursor: pointer;
}

.codepill--wrap {
  position: relative;
  display: inline;
}

.codepill--btn {
  display: inline-block;
  margin-top: -5px;
  font-size: 13px;
  font-weight: 400;
  padding: 8px 30px;
  border: 1px solid #eee;
  background: #fcfcfc;
  color: #888;
  text-align: center;
  cursor: pointer;
  line-height: normal;
  max-width: 100%;
}

.codepill--copied {
  background: #e7f7fc;
  color: #15be53;
  border-color: #e7f7fc;
}

.codepill--copied--bubble {
  z-index: 10000;
  position: absolute;
  top: -60px;
  height: 26px;
  line-height: 26px !important;
  vertical-align: middle;
  width: 100px;
  left: 50%;
  transform: translateX(-50%);
  background: #15be53;
  font-size: 11px;
  border-radius: 3px;
  color: #fff;
  font-style: normal;
}

.codepill--copied--bubble,
.codepill--share {
  text-align: center;
  font-weight: 400;
  line-height: normal;
}

.codepill--share {
  display: inline-block;
  font-size: 25px;
  padding: 25px 40px;
  border: 1px solid #eee;
  background: #fafafa;
  color: #15be53;
  cursor: pointer;
  width: 300px;
}

.codepill--l2,
.codepill--s0 {
  font-size: 20px;
  padding: 20px 30px;
}

.codepill--s1 {
  font-size: 13px;
  padding: 7px 20px;
}

.codepill--s2 {
  font-size: 14px;
  padding: 5px 12px;
}

.pointermenu--codepill--s1 {
  top: -60px;
}

.pointermenu--codepill--s1--arrow {
  top: -30px;
}

.pointermenu--codepill--l2 {
  top: -85px;
}

.pointermenu--codepill--l2--arrow {
  top: -55px;
}

.codepill--redeem {
  font-size: 30px;
  font-weight: 600;
  padding: 15px 50px;
  background: #f5f5f5;
  color: #15be53;
}

.codepill--redeem,
.mpill {
  display: inline-block;
  text-align: center;
}

.mpill {
  border-radius: 4px;
  position: relative;
  font-size: 11px;
  padding: 5px 12px;
  border: 1px solid #eee;
  background: #fafafa;
}

.mpill--green {
  border: 1px solid #b5fcca;
  background: #f8fff9;
  color: #15be53;
}

.mpill--orange {
  border: 1px solid #ffd4b3;
  background: #fffbf7;
  color: #ff8a33;
}

.hover {
  cursor: pointer;
}

.hovertip {
  display: none;
  z-index: 10000;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 12px;
  vertical-align: middle;
  background: #fff;
  border: 8px solid #fafafa;
  padding: 15px;
}

.mod {
  background-color: #fff;
  padding: 15px 20px;
  word-wrap: break-word;
  margin-bottom: 20px;
  border: 1px solid #eee;
  border-radius: 5px;
  box-shadow: 1px 1px 1px #eee;
}

.mod--hover:hover {
  background-color: #fcfcfc;
  box-shadow: 1px 1px 10px #eee;
}

.mod--pad {
  background-color: #fff;
  padding: 20px 25px;
  border-radius: 5px;
}

.mod--pad,
.mod--subtle {
  word-wrap: break-word;
  margin-bottom: 20px;
  box-shadow: 1px 1px 1px #eee;
}

.mod--subtle {
  background-color: #fcfcfc;
  padding: 15px 20px;
}

.mod_ns,
.mod_ol {
  background-color: #fff;
  padding: 20px 25px;
  word-wrap: break-word;
  margin-bottom: 20px;
}

.mod_ol {
  border: 1px solid #eee;
}

.table {
  min-width: 1500px;
}

.table,
.table2 {
  display: table;
  border-spacing: 0;
  border-collapse: collapse;
}

.table2 {
  table-layout: auto;
}

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

.table--separate {
  border-collapse: separate;
}

.table--row {
  display: table-row;
}

.table--cell {
  display: table-cell;
}

.table--cell--mw1 {
  max-width: 200px;
}

.table--cell--wider {
  font-size: 13px;
  padding: 7px 20px;
}

.table--cell--tall {
  font-size: 13px;
  padding: 10px 20px;
}

.table--cell--taller {
  font-size: 13px;
  padding: 15px 20px;
}

.table--cell--s2 {
  font-size: 13px;
  padding: 7px 10px;
}

.table--cell--s3 {
  font-size: 12px;
  padding: 7px 10px;
}

.table--cell--s4 {
  font-size: 11px;
  padding: 7px 10px;
}

.table--cell--small {
  font-size: 12px;
  padding: 5px 10px 5px 0;
}

.mp--cell {
  padding: 10px 20px;
}

.mp--cell--tall {
  padding: 15px 20px;
}

.mp--row {
  border-bottom: 1px solid #f3f3f3;
}

.cell--default,
.promo--cell {
  display: table-cell;
  font-size: 12px;
  line-height: normal;
  word-wrap: break-word;
  border: 1px solid #eee;
  background: #fff;
  padding: 20px 25px;
  margin: 0 10px 10px 0;
}

.cell--default {
  position: relative;
  text-align: center;
  width: 33%;
}

.navtab {
  display: block;
  padding: 10px;
  font-size: 13px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  color: #555;
  margin-top: -1px;
}

.navtab--selected {
  color: #00b3e2;
  font-weight: 600;
}

.bug {
  border-radius: 7px;
  padding: 4px 8px;
  text-align: center;
  color: #fff;
}

.article--container {
  max-width: 700px;
  margin: 0 auto;
  font-size: 17px;
  color: #333;
  line-height: 29px;
}

.article--container h1,
.article--container h2,
.article--container h3,
.article--container h4,
.article--container h5 {
  color: #222;
  font-weight: 500;
  margin-top: 50px;
  margin-bottom: 17px;
}

.article--container h2 {
  font-size: 30px;
  font-weight: 600;
}

.article--container h3 {
  font-size: 25px;
  font-weight: 600;
}

.article--container h4 {
  font-size: 17px;
  font-weight: 600;
}

.article--container p {
  margin-bottom: 30px;
}

.article--container--img img {
  border: 1px solid #eee;
  padding: 40px;
  display: block;
  margin: 0 auto 40px;
}

.article--container ol,
.article--container ul {
  margin-bottom: 30px;
  margin-top: 0;
}

.article--container li {
  margin-left: 0;
  margin-bottom: 25px;
  padding: 0 0 0 20px;
  position: relative;
}

.article--container li:before {
  content: "—";
  left: 0;
  position: absolute;
  top: 0;
  color: #bbb;
}

.article--subtitle {
  font-size: 22px;
  line-height: 27px;
  color: #555;
}

.toc--box {
  padding: 30px;
  border: 1px solid #e8e8e8;
  margin-bottom: 50px;
}

.toc--title {
  font-weight: 400;
  font-size: 25px;
  margin-bottom: 20px;
  color: #888;
}

.toc--header {
  margin: 10px 0 5px;
  font-weight: 600;
  color: #222;
  font-size: 17px;
}

.toc--header,
.toc--item {
  display: block;
  position: relative;
}

.toc--item {
  margin: 0 0 0 20px;
  font-weight: 400;
  font-size: 15px;
  color: #555;
  line-height: 25px;
}

.toc--line {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-bottom: 1px solid #eee;
  width: 100%;
  z-index: 1;
}

.toc--text {
  z-index: 2000;
  display: inline-block;
  padding-right: 20px;
  position: relative;
  background: #fff;
}

.article--hero--image {
  padding-left: 30px;
  margin-top: 30px;
}

.article--hero--text {
  padding-right: 30px;
  margin-top: 30px;
}

.barchart--container {
  position: relative;
}

.barchart--bar,
.barchart--multibar {
  position: absolute;
  bottom: 0;
}

.barchart--bar {
  cursor: pointer;
}

.barchart--label {
  display: none;
  position: absolute;
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  height: 15px;
}

.barchart--legend {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
}

.barchart--legend--bar {
  width: 30px;
  height: 7px;
}

.barchart--item--wrap {
  position: relative;
  display: inline-block;
}

.barchart--item--segment {
  position: absolute;
  height: 1px;
  left: 0;
}

.notification {
  display: inline-block;
  text-align: center;
  margin: 0 auto 30px;
  padding: 15px 40px;
  border-radius: 15px;
  border: 1px solid #eee;
  background: #fff;
  color: #222;
}

.notification--title {
  font-size: 18px;
  font-weight: 500;
}

.notification--details {
  margin-top: 5px;
  font-size: 14px;
}

.accuracymeter--mod {
  padding: 10px;
  border: 1px solid #eee;
  width: 350px;
  margin: 0 auto;
}

.accuracymeter--bar {
  width: 250px;
  margin: 0 auto;
  position: relative;
  height: 13px;
}

.accuracymeter--middle {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 1px;
  background: #ccc;
  height: 13px;
  z-index: 1000;
}

.accuracymeter--right {
  background: #10f24c;
  left: 50%;
}

.accuracymeter--left,
.accuracymeter--right {
  position: absolute;
  height: 7px;
  top: 3px;
  z-index: 900;
}

.accuracymeter--left {
  background: #ff5f71;
  right: 50%;
}

.accuracymeter--background {
  background: #f5f5f5;
  width: 100%;
  height: 7px;
  position: absolute;
  top: 3px;
  left: 0;
  z-index: 800;
}

.pagination_key {
  display: inline-block;
  padding: 15px 20px;
  border: 1px solid #e5e5e5;
  background: #fff;
  text-align: center;
  font-size: 16px;
  color: #aaa;
  font-weight: 500;
  margin-right: 3px;
}

.pagination_key--selected {
  background: #fff;
  color: #222;
  font-weight: 500;
}

.pagination_key:hover {
  background: #fafafa;
}

.pagination_spacer {
  display: inline-block;
  padding: 10px 20px;
  border: none;
  background: none;
  text-align: center;
  font-size: 20px;
  color: #aaa;
}

.ui-front {
  z-index: 2000000000 !important;
}

.ui-autocomplete {
  cursor: pointer !important;
  background: #fff;
  padding: 0;
  width: inherit;
  z-index: 10000000000;
  margin: 5px 0 0;
  font-family: niveau-grotesk, sans-serif;
  border: none !important;
  color: #555 !important;
}

.ui-menu .ui-menu-item-wrapper {
  padding: 12px 22px !important;
  margin: 0 !important;
  cursor: pointer !important;
  font-size: 16px;
}

.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
  color: #111 !important;
  background: #e7faff !important;
  cursor: pointer !important;
  border: none !important;
}

.sc_promo_left {
  max-width: 700px;
  margin: 50px 30px 0 0;
}

.blue,
.blue2 {
  color: #15be53;
}

.green {
  color: #adf508;
}

.yellow {
  color: #f5ed34;
}

.orange {
  color: #ffca38;
}

.bluel {
  color: #0cbbe5;
}

.blue--l20 {
  color: #3ddaff;
}

.blue--l10 {
  color: #26d5ff;
}

.blue--d10 {
  color: #0cbbe5;
}

.blue--d15 {
  color: #0c76bf;
}

.blue--d20 {
  color: #15be53;
}

.blue2--l10 {
  color: #2796e3;
}

.blue2--l20 {
  color: #3ea2e6;
}

.blue2--d10 {
  color: #0d83d5;
}

.blue2--d20 {
  color: #0b6fb3;
}

.blue2--d30 {
  color: #0a609d;
}

.green--d5 {
  color: #a2e609;
}

.green--d10 {
  color: #0ee032;
}

.green--d20 {
  color: #89c207;
}

.green--d30 {
  color: #78a906;
}

.yellow--d10 {
  color: #dcd52f;
}

.yellow--d20 {
  color: #c4be2a;
}

.yellow--d30 {
  color: #aba624;
}

.bg--ebay {
  background-color: #f5af02;
}

.bg--blue--l20 {
  background-color: #3ddaff;
}

.bg--blue--l10 {
  background-color: #26d5ff;
}

.bg--blue {
  background-color: #0dd0ff;
}

.bg--blue--d10 {
  background-color: #0cbbe5;
}

.bg--blue2,
.bg--blue--d20 {
  background-color: #15be53;
}

.bg--blue2--l90 {
  background-color: #e7f3fc;
}

.bg--blue2--l80 {
  background-color: #cfe7f9;
}

.bg--blue2--d10 {
  background-color: #0d83d5;
}

.bg--blue2--d20 {
  background-color: #0b6fb3;
}

.bg--blue2--d30 {
  background-color: #0a609d;
}

.bg--green {
  background-color: #adf508;
}

.bg--green--l70 {
  background-color: #e6fbb6;
}

.bg--green--l80 {
  background-color: #eefcce;
}

.bg--green--d5 {
  background-color: #a2e609;
}

.bg--green--d10 {
  background-color: #0ee032;
}

.bg--green--d20 {
  background-color: #89c207;
}

.bg--green--d30 {
  background-color: #78a906;
}

.green {
  color: #15be53;
}

.bg--green {
  background-color: #15be53;
}

.bg--green--l85 {
  background-color: #dcf5e5;
}

.orange {
  color: #f0a800;
}

.bg--orange {
  background-color: #f0a800;
}

.bg--orange--l85 {
  background-color: #fdf2d9;
}

.blue {
  color: #00c4c4;
}

.bg--blue {
  background-color: #00c4c4;
}

.bg--blue--l85 {
  background-color: #d9f6f6;
}

.yellow {
  color: #ffd848;
}

.darkgreen {
  color: #028f00;
}

.brightgreen {
  color: #00d924;
}

.bg--yellow {
  background-color: #f5ed34;
}

.bg--yellow--d10 {
  background-color: #dcd52f;
}

.bg--yellow--d20 {
  background-color: #c4be2a;
}

.bg--yellow--d30 {
  background-color: #aba624;
}

.bg--orange--d10 {
  background-color: #e5b532;
}

.bg--orange--d5 {
  background-color: #f2c035;
}

.bg--orange {
  background-color: #ffca38;
}

.red {
  color: #ff5f71;
}

.amazon {
  color: #f90;
}

.bg--amazon {
  background-color: #f90;
}

.fr-box.fr-basic,
.fr-toolbar.fr-top,
.second-toolbar {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-color: #e2e2e2;
  border-radius: 0;
}

@media only screen and (max-width: 1300px) {
  .header--logo,
  .header--logo--icon {
    left: 10px;
  }

  .header--links {
    right: 10px;
  }

  .article--hero--image {
    padding-right: 40px;
  }

  .article--hero--text {
    padding-left: 40px;
  }
}

@media only screen and (max-width: 1200px) {
  .footer {
    margin-right: 10px;
    margin-left: 10px;
  }

  .topdeal--card {
    flex-basis: 250px;
  }

  .regdeal--card {
    flex-basis: 195px;
  }
}

@media only screen and (max-width: 1100px) {
  .topdeal--card {
    flex-basis: 270px;
  }

  .regdeal--card {
    flex-basis: 205px;
  }

  .sc_promo_left {
    max-width: 400px;
  }
}

@media only screen and (max-width: 1000px) {
  .header--links {
    display: none;
  }

  .header--search--box {
    margin-right: 70px;
  }

  .header--search--box--inner {
    width: 100%;
  }

  .header--menubutton {
    display: block;
  }

  .article--hero--image,
  .article--hero--text {
    padding-right: 0;
    padding-left: 0;
  }

  .article--hero--text {
    margin-top: 0;
  }

  .flex--container {
    flex-wrap: wrap;
  }

  .flex--column--left--250 {
    width: 100%;
  }

  .hd1000 {
    display: none;
  }

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

@media only screen and (max-width: 900px) {
  .topdeal--card {
    flex-basis: 340px;
  }

  .regdeal--card {
    flex-basis: 220px;
  }

  .sc_promo_left {
    max-width: 300px;
  }
}

@media only screen and (max-width: 800px) {
  .subheader {
    display: none;
  }
}

@media only screen and (max-width: 750px) {
  .hd750 {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .promoblock--title {
    min-height: auto;
  }

  .mod {
    padding: 15px;
  }

  .header--logo {
    display: none;
  }

  .header--logo--icon {
    display: block;
  }

  .header--search--box {
    margin-left: 80px;
  }
}

@media only screen and (max-width: 500px) {
  .flex.fooie {
    display: grid;
    justify-content: center;
    margin: 0;
  }

  .regdeal--card {
    flex-basis: 320px;
    margin: 5px auto;
    text-align: center;
    box-shadow: 0 0 1px gray;
  }

  .regdeal--card .btn.btn--green.copy-code {
    width: 100%;
  }

  .codeboxsm2--btn {
    width: 170px;
  }

  .codeboxsm2--btn--wrapper {
    display: block;
    width: 200px;
    margin-left: 0;
  }

  .codeboxsm2--redeem--btn {
    width: 200px;
    font-size: 11px;
  }

  .codeboxsm2--vote--label {
    margin-top: 10px;
  }

  .home--title {
    font-size: 22px;
  }

  .mp--title {
    font-size: 25px;
    margin-bottom: 20px;
  }

  .hd500 {
    display: none;
  }

  .justify {
    justify-content: space-around;
  }

  div.home-page-space {
    height: 45px;
  }

  div.home-page-bottom-space {
    height: 20px;
  }

  a.home-page-explore {
    font-size: 10px;
  }

  .section div.topdeal--card {
    display: block;
    margin-right: 0;
    height: 305px;
  }

  div.page .home-page div.topdeal--card .topdeal--logo--box {
    height: 150px;
  }

  div.flex--module.flex--fb200.mb30 span.pb5.db.fs16.fw500.dib,
  div.flex--module.flex--fb200.mb30:hover span.pb5.db.fs16 {
    display: block;
  }

  div.flex--module.flex--fb200.mb30 span.pb5.db.fs16 {
    display: none;
  }

  div.promo-codes-page div.promoblock--title {
    max-width: 300px;
  }

  body h1 {
    text-align: center;
    font-size: 22px;
  }
}

@media only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  .header--logo {
    background-image: url(/img/logo-320.webp);
  }
}

.mobile-menu-header {
  height: 60px;
  background-color: #fff;
  box-shadow: 0 0 1px 1px #00000050;
  position: fixed;
  width: 100%;
  z-index: 10;
}

.mobile-menu-header img.menu-logo {
  margin: 10px;
  display: block;
}

.menu--film .mobile-menu-header .menubutton {
  position: absolute;
  right: 12px;
  top: 12px;
}

.menu--content.mobile-menu-content {
  top: 50px;
  z-index: 9;
  text-align: left;
  padding: 8px;
}

.menu--content.mobile-menu-content .menu--header {
  margin-top: 12px;
}

.menu--content.mobile-menu-content .menu--header a {
  color: #000;
}

.menu--content.mobile-menu-content a.menu--link {
  padding-left: 10px;
  font-size: 15px;
}

.menu--content.mobile-menu-content .copyright-text {
  text-align: center;
  padding-top: 18px;
}

div.menu--film {
  opacity: 0.99;
  background-color: #dedede;
}

.filter-sort-wrapper {
  display: flex;
  margin-bottom: 20px;
  gap: 4px;
  width: 100%;
}

.select-group,
.toggle-group {
  display: flex;
  gap: 4px;
  padding: 8px;
  border: 1px solid #ccc;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  background-color: #fff;
  box-shadow: 0 0 0 0 transparent;
  transition: all 0.2s ease-in-out;
  padding-inline-start: 12px;
  border-radius: 32px;
  align-items: center;

  &:focus-within {
    border-color: #00da24;
    box-shadow: 0 0 0 1px #00da24;
    outline: none;
  }
}

.toggle-group {
  padding-block: 4px;
  align-items: center;
}

.label-text {
  display: inline-block;
  color: #c3c3c3;
  font-size: 12px;
}

.select-text {
  height: auto;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 25px;
  color: #000;
  border: none;
  background-color: transparent;
  box-shadow: none !important;

  &:focus {
    outline: none;
    border: none;
    background-color: transparent;
    box-shadow: none;
  }
}

.sitewide-checkbox {
  width: 0;
  height: 0;
  opacity: 0;
}

.rounded-toggle {
  width: 30px;
  border-radius: 50px;
  background-color: #ccc;
  display: flex;
  align-items: center;
  padding: 2px;
  transition: background-color 0.2s ease-in-out;
}

.toggle-handle {
  width: 16px;
  height: 16px;
  border-radius: 9999px;
  background-color: #fff;
  transition: transform 0.2s ease-in-out;
}

.sitewide-checkbox:checked + .rounded-toggle .toggle-handle {
  transform: translateX(10px);
}

.sitewide-checkbox:checked + .rounded-toggle {
  background-color: #00da24;
}

@media screen and (min-width: 767px) {
  .filter-sort-wrapper {
    margin-inline: 20px;
    gap: 12px;
  }

  .select-group,
  .toggle-group {
    gap: 8px;
  }

  .label-text {
    margin-right: 8px;
    font-size: 14px;
  }

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

  .rounded-toggle {
    width: 40px;
  }

  .toggle-handle {
    width: 20px;
    height: 20px;
  }

  .sitewide-checkbox:checked + .rounded-toggle .toggle-handle {
    transform: translateX(16px);
  }
}

.generated-section > article {
  margin-bottom: 16px;
}

.generated-section li {
  display: list-item;
}

.generated-section li,
.generated-section p {
  padding-bottom: 10px;
  margin: 0;
}

.generated-section li:last-child {
  padding-bottom: 0;
}

.generated-section h3 {
  margin-bottom: 5px;
}

.generated-section ul {
  margin-bottom: 20px;
  padding-left: 16px;
}

.p-8 {
  padding: 8px;
}

.pt-8 {
  padding-top: 8px;
}

.pt-16 {
  padding-top: 16px;
}

.px-60 {
  padding-inline: 60px;
}

.px-16 {
  padding-inline: 16px;
}

.px-24 {
  padding-inline: 24px;
}

.py-24 {
  padding-block: 24px;
}

.flex-col {
  flex-direction: column;
}

.justify-center {
  justify-content: center;
}

.gap-y-8 {
  row-gap: 8px;
}

.w-full {
  width: 100%;
}

.w-184 {
  width: 184px;
}

.bg-transparent {
  background-color: transparent;
}

.text-main {
  color: var(--color-main);
}

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

.mb-28 {
  margin-bottom: 28px;
}

.block {
  display: block;
}

.text-18 {
  font-size: 18px;
}

.text-20 {
  font-size: 20px;
}

.mt-32 {
  margin-top: 32px;
}

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

.mt-16 {
  margin-top: 16px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-54 {
  margin-top: 54px;
}

.mt-12 {
  margin-top: 12px;
}

.hidden {
  display: none;
}

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

.inline-flex {
  display: inline-flex;
}

@media screen and (max-width: 767px) {
  .max-md\:w-full {
    width: 100%;
  }

  .max-md\:hidden {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .md\:mb-32 {
    margin-bottom: 32px;
  }

  .md\:hidden {
    display: none;
  }

  .md\:w-480 {
    width: 480px;
  }

  .md\:left-0 {
    left: 0;
  }

  .md\:pt-16 {
    padding-top: 16px;
  }

  .md\:pr-24 {
    padding-right: 24px;
  }

  .md\:pl-0 {
    padding-left: 0;
  }
}

button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
}

.show-modal {
  cursor: pointer;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.par1515 {
  position: absolute;
  top: 15px;
  right: 15px;
}

.pabox {
  position: relative;
}

.pabox--left {
  position: absolute;
}

.pabox--30 {
  line-height: 30px;
  vertical-align: middle;
}

.pabox--left--main {
  margin-right: 100px;
  height: auto;
}

.pabox--left--sidebar {
  float: right;
  width: 100px;
  height: auto;
}

.pabox--right--main--30 {
  margin-left: 50px;
  height: auto;
}

.pabox--right--sidebar--30 {
  float: left;
  width: 30px;
  height: auto;
}

.pabox--right--main--40 {
  margin-left: 60px;
  height: auto;
}

.pabox--right--sidebar--40 {
  float: left;
  width: 40px;
  height: auto;
}

.pabox--right--main--50 {
  margin-left: 70px;
  height: auto;
}

.pabox--right--sidebar--50 {
  float: left;
  width: 50px;
  height: auto;
}

.pabox--right--main--70 {
  margin-left: 90px;
  height: auto;
}

.pabox--right--sidebar--70 {
  float: left;
  width: 70px;
  height: auto;
}

.pabox--right--main--150 {
  margin-left: 180px;
  height: auto;
}

.pabox--right--sidebar--150 {
  float: left;
  width: 150px;
  height: auto;
}

.pabox--right--main--100 {
  margin-left: 130px;
  height: auto;
}

.pabox--right--sidebar--100 {
  float: left;
  width: 100px;
  height: auto;
}

.pa {
  position: absolute;
}

.pr,
.prel,
.prelative {
  position: relative;
}

.pabsolute_right {
  position: absolute;
  top: 0;
  right: 0;
}

.pabsolute_left {
  position: absolute;
  top: 0;
  left: 0;
}

.pa--right {
  right: 0;
}

.pa--left,
.pa--right {
  position: absolute;
  top: 0;
}

.pa--left {
  left: 0;
}

.pa--btn--right--top {
  position: absolute;
  right: 25px;
  top: 20px;
}

.shadow {
  box-shadow: 2px 2px 2px 0 #eee;
}

.codepillsh {
  position: relative;
  display: inline-block;
  font-size: 13px;
  padding: 5px 10px;
  border: 1px solid #eee;
  color: #333;
  background: #fafafa;
  margin: 0 3px 10px;
  text-align: center;
}

.codepillsh:hover {
  border: 1px solid #049ffc;
  background: #049ffc;
  color: #fff;
}

.white {
  color: #fff;
}

.black {
  color: #000;
}

.mh100 {
  max-height: 100px;
}

.mh200 {
  max-height: 200px;
}

.mh300 {
  max-height: 300px;
}

.mh400 {
  max-height: 400px;
}

.mh450 {
  max-height: 450px;
}

.mh500 {
  max-height: 500px;
}

.tablesh {
  table-layout: auto;
}

.tablesh,
.tablesh2 {
  display: table;
  border-spacing: 0;
  border-collapse: collapse;
}

.tablesh2 {
  min-width: 1500px;
}

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

.tablesh--separate {
  border-collapse: separate;
}

.tablesh--row {
  display: table-row;
}

.tablesh--cell {
  display: table-cell;
}

.tablesh--cell--mw1 {
  max-width: 200px;
}

.tablesh--cell--wider {
  font-size: 13px;
  padding: 7px 20px;
}

.tablesh--cell--tall {
  font-size: 13px;
  padding: 10px 20px;
}

.tablesh--cell--taller {
  font-size: 13px;
  padding: 15px 20px;
}

.tablesh--cell--s1 {
  font-size: 15px;
  padding: 7px 12px;
}

.tablesh--cell--s2 {
  font-size: 13px;
  padding: 7px 10px;
}

.tablesh--cell--s3 {
  font-size: 12px;
  padding: 7px 10px;
}

.tablesh--cell--s4 {
  font-size: 11px;
  padding: 7px 10px;
}

.tablesh--cell--small {
  font-size: 12px;
  padding: 5px 10px 5px 0;
}

.tablesh--cell--nhp {
  padding: 3px 0;
}

.input--text {
  border: 1px solid #e2e2e2;
  padding: 20px;
  font-size: 14px;
  color: #777;
  font-weight: 400;
}

.input--text--l1 {
  font-size: 15px;
  padding: 20px;
}

.input--text--s0 {
  font-size: 15px;
  padding: 10px 20px;
}

.input--text--s1 {
  font-size: 13px;
  padding: 10px 20px;
}

.input--text--s2 {
  font-size: 12px;
  padding: 7px 15px;
}

.input--text--s3 {
  font-size: 12px;
  padding: 3px 10px;
}

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

.db,
.dblock {
  display: block;
}

.df {
  display: flex;
}

.dtcell {
  display: table-cell;
}

.dib,
.diblock {
  display: inline-block;
}

.di,
.dinline {
  display: inline;
}

.dnone {
  display: none;
}

i[class*=" icon-"]:before,
i[class^="icon-"]:before {
  margin: 0;
}

.opaque {
  opacity: 1;
}

.bold {
  font-weight: 700;
}

.heavy {
  font-weight: bolder;
}

.medium {
  font-weight: medium;
}

.norm {
  font-weight: 400;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.cl {
  clear: both;
}

.m0 {
  margin: 0;
}

.m1 {
  margin: 1px;
}

.m2 {
  margin: 2px;
}

.m3 {
  margin: 3px;
}

.m4 {
  margin: 4px;
}

.m5 {
  margin: 5px;
}

.m10 {
  margin: 10px;
}

.m15 {
  margin: 15px;
}

.m20 {
  margin: 20px;
}

.m25 {
  margin: 25px;
}

.m30 {
  margin: 30px;
}

.mr0 {
  margin-right: 0;
}

.mr1 {
  margin-right: 1px;
}

.mr2 {
  margin-right: 2px;
}

.mr3 {
  margin-right: 3px;
}

.mr4 {
  margin-right: 4px;
}

.mr5 {
  margin-right: 5px;
}

.mr7 {
  margin-right: 7px;
}

.mr8 {
  margin-right: 8px;
}

.mr10 {
  margin-right: 10px;
}

.mr12 {
  margin-right: 12px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

.mr60 {
  margin-right: 60px;
}

.mr70 {
  margin-right: 70px;
}

.mr80 {
  margin-right: 80px;
}

.mr90 {
  margin-right: 90px;
}

.mr100 {
  margin-right: 100px;
}

.mr120 {
  margin-right: 120px;
}

.mr130 {
  margin-right: 130px;
}

.mr150 {
  margin-right: 150px;
}

.mr170 {
  margin-right: 170px;
}

.mr190 {
  margin-right: 190px;
}

.mr200 {
  margin-right: 200px;
}

.mrauto {
  margin-right: auto;
}

.mt0 {
  margin-top: 0;
}

.mt1 {
  margin-top: 1px;
}

.mt2 {
  margin-top: 2px;
}

.mt3 {
  margin-top: 3px;
}

.mt4 {
  margin-top: 4px;
}

.mt5 {
  margin-top: 5px;
}

.mt6 {
  margin-top: 6px;
}

.mt7 {
  margin-top: 7px;
}

.mt8 {
  margin-top: 8px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt17 {
  margin-top: 17px;
}

.mt20 {
  margin-top: 20px;
}

.mt22 {
  margin-top: 22px;
}

.mt23 {
  margin-top: 23px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mt120 {
  margin-top: 120px;
}

.mt130 {
  margin-top: 130px;
}

.mt150 {
  margin-top: 150px;
}

.mt10n {
  margin-top: -10px;
}

.mt15n {
  margin-top: -15px;
}

.mt20n {
  margin-top: -20px;
}

.mt50n {
  margin-top: -50px;
}

.mt60n {
  margin-top: -60px;
}

.mt70n {
  margin-top: -70px;
}

.mt80n {
  margin-top: -80px;
}

.mt100n {
  margin-top: -100px;
}

.mtn1 {
  margin-top: -1px;
}

.mtn2 {
  margin-top: -2px;
}

.mtn10 {
  margin-top: -10px;
}

.mtn20 {
  margin-top: -20px;
}

.mtn30 {
  margin-top: -30px;
}

.mtn40 {
  margin-top: -40px;
}

.ml100n {
  margin-left: -100px;
}

.mb0 {
  margin-bottom: 0;
}

.mb1 {
  margin-bottom: 1px;
}

.mb2 {
  margin-bottom: 2px;
}

.mb3 {
  margin-bottom: 3px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb7 {
  margin-bottom: 7px;
}

.mb8 {
  margin-bottom: 8px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

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

.mb1n {
  margin-bottom: -1px;
}

.mb2n {
  margin-bottom: -2px;
}

.mb5n {
  margin-bottom: -5px;
}

.ml0 {
  margin-left: 0;
}

.ml1 {
  margin-left: 1px;
}

.ml2 {
  margin-left: 2px;
}

.ml3 {
  margin-left: 3px;
}

.ml5 {
  margin-left: 5px;
}

.ml7 {
  margin-left: 7px;
}

.ml8 {
  margin-left: 8px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

.ml60 {
  margin-left: 60px;
}

.ml65 {
  margin-left: 65px;
}

.ml70 {
  margin-left: 70px;
}

.ml80 {
  margin-left: 80px;
}

.ml90 {
  margin-left: 90px;
}

.ml100 {
  margin-left: 100px;
}

.ml120 {
  margin-left: 120px;
}

.ml130 {
  margin-left: 130px;
}

.ml140 {
  margin-left: 140px;
}

.ml150 {
  margin-left: 150px;
}

.ml160 {
  margin-left: 160px;
}

.ml170 {
  margin-left: 170px;
}

.ml180 {
  margin-left: 180px;
}

.ml190 {
  margin-left: 190px;
}

.ml200 {
  margin-left: 200px;
}

.ml250 {
  margin-left: 250px;
}

.ml260 {
  margin-left: 260px;
}

.ml270 {
  margin-left: 270px;
}

.ml300 {
  margin-left: 300px;
}

.ml400 {
  margin-left: 400px;
}

.ml430 {
  margin-left: 430px;
}

.ml450 {
  margin-left: 450px;
}

.ml500 {
  margin-left: 500px;
}

.ml530 {
  margin-left: 530px;
}

.mlauto,
.mlra {
  margin-left: auto;
}

.mlra {
  margin-right: auto;
}

.mlr2 {
  margin: 0 2px;
}

.mlr3 {
  margin: 0 3px;
}

.mlr5 {
  margin: 0 5px;
}

.mlr10 {
  margin: 0 10px;
}

.mlr15 {
  margin: 0 15px;
}

.mlr20 {
  margin: 0 20px;
}

.mlr30 {
  margin: 0 30px;
}

.pt0 {
  padding-top: 0;
}

.pt1 {
  padding-top: 1px;
}

.pt2 {
  padding-top: 2px;
}

.pt3 {
  padding-top: 3px;
}

.pt5 {
  padding-top: 5px;
}

.pt7 {
  padding-top: 7px;
}

.pt8 {
  padding-top: 8px;
}

.pt10 {
  padding-top: 10px;
}

.pt12 {
  padding-top: 12px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pt100 {
  padding-top: 100px;
}

.pr0 {
  padding-right: 0;
}

.pr1 {
  padding-right: 1px;
}

.pr2 {
  padding-right: 2px;
}

.pr3 {
  padding-right: 3px;
}

.pr5 {
  padding-right: 5px;
}

.pr7 {
  padding-right: 7px;
}

.pr8 {
  padding-right: 8px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr25 {
  padding-right: 25px;
}

.pr30 {
  padding-right: 30px;
}

.pl0 {
  padding-left: 0;
}

.pl1 {
  padding-left: 1px;
}

.pl2 {
  padding-left: 2px;
}

.pl3 {
  padding-left: 3px;
}

.pl5 {
  padding-left: 5px;
}

.pl7 {
  padding-left: 7px;
}

.pl8 {
  padding-left: 8px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl25 {
  padding-left: 25px;
}

.pl30 {
  padding-left: 30px;
}

.plr10 {
  padding-left: 10px;
  padding-right: 10px;
}

.plr20 {
  padding-left: 20px;
  padding-right: 20px;
}

.plr30 {
  padding-left: 30px;
  padding-right: 30px;
}

.plr50 {
  padding-left: 50px;
  padding-right: 50px;
}

.plr70 {
  padding-left: 70px;
  padding-right: 70px;
}

.pd20_30 {
  padding: 20px 30px;
}

.pd30_40 {
  padding: 30px 40px;
}

.w5 {
  width: 5px;
}

.w10 {
  width: 10px;
}

.w15 {
  width: 15px;
}

.w20 {
  width: 20px;
}

.w25 {
  width: 25px;
}

.w30 {
  width: 30px;
}

.w40 {
  width: 40px;
}

.w50 {
  width: 50px;
}

.w60 {
  width: 60px;
}

.w70 {
  width: 70px;
}

.w75 {
  width: 75px;
}

.w80 {
  width: 80px;
}

.w90 {
  width: 90px;
}

.w100 {
  width: 100px;
}

.w110 {
  width: 110px;
}

.w120 {
  width: 120px;
}

.w130 {
  width: 130px;
}

.w140 {
  width: 140px;
}

.w150 {
  width: 150px;
}

.w160 {
  width: 160px;
}

.w170 {
  width: 170px;
}

.w175 {
  width: 175px;
}

.w180 {
  width: 180px;
}

.w190 {
  width: 190px;
}

.w195 {
  width: 195px;
}

.w200 {
  width: 200px;
}

.w210 {
  width: 210px;
}

.w220 {
  width: 220px;
}

.w230 {
  width: 230px;
}

.w250 {
  width: 250px;
}

.w260 {
  width: 260px;
}

.w270 {
  width: 270px;
}

.w280 {
  width: 280px;
}

.w290 {
  width: 290px;
}

.w300 {
  width: 300px;
}

.w320 {
  width: 320px;
}

.w330 {
  width: 330px;
}

.w350 {
  width: 350px;
}

.w400 {
  width: 400px;
}

.w420 {
  width: 420px;
}

.w430 {
  width: 430px;
}

.w440 {
  width: 440px;
}

.w450 {
  width: 450px;
}

.w500 {
  width: 500px;
}

.w550 {
  width: 550px;
}

.w600 {
  width: 600px;
}

.w650 {
  width: 650px;
}

.w700 {
  width: 700px;
}

.w750 {
  width: 750px;
}

.w800 {
  width: 800px;
}

.w850 {
  width: 850px;
}

.w900 {
  width: 900px;
}

.w950 {
  width: 950px;
}

.w1000 {
  width: 1000px;
}

.w1200 {
  width: 1200px;
}

.w1300 {
  width: 1300px;
}

.w1500 {
  width: 1500px;
}

.w100p {
  width: 100%;
}

.w50p {
  width: 46%;
}

.w20p {
  width: 20%;
}

.mw50 {
  max-width: 50px;
}

.mw70 {
  max-width: 70px;
}

.mw80 {
  max-width: 80px;
}

.mw90 {
  max-width: 90px;
}

.mw100 {
  max-width: 100px;
}

.mw110 {
  max-width: 110px;
}

.mw120 {
  max-width: 120px;
}

.mw130 {
  max-width: 130px;
}

.mw150 {
  max-width: 150px;
}

.mw170 {
  max-width: 170px;
}

.mw180 {
  max-width: 180px;
}

.mw190 {
  max-width: 190px;
}

.mw250 {
  max-width: 250px;
}

.mw350 {
  max-width: 350px;
}

.mw550 {
  max-width: 550px;
}

.mw500 {
  max-width: 500px;
}

.mw450 {
  max-width: 450px;
}

.mw400 {
  max-width: 400px;
}

.mw300 {
  max-width: 300px;
}

.mw200 {
  max-width: 200px;
}

.mw600 {
  max-width: 600px;
}

.mw700 {
  max-width: 700px;
}

.mw800 {
  max-width: 800px;
}

.mw900 {
  max-width: 900px;
}

.mw1000 {
  max-width: 1000px;
}

.mw80p {
  max-width: 80%;
}

.mw90p {
  max-width: 90%;
}

.mw100p {
  max-width: 100%;
}

.h1 {
  height: 1px;
}

.h3 {
  height: 3px;
}

.h5 {
  height: 5px;
}

.h10 {
  height: 10px;
}

.h15 {
  height: 15px;
}

.h20 {
  height: 20px;
}

.h25 {
  height: 25px;
}

.h30 {
  height: 30px;
}

.h35 {
  height: 35px;
}

.h40 {
  height: 40px;
}

.h50 {
  height: 50px;
}

.h60 {
  height: 60px;
}

.h70 {
  height: 70px;
}

.h80 {
  height: 80px;
}

.h90 {
  height: 90px;
}

.h100 {
  height: 100px;
}

.h120 {
  height: 120px;
}

.h130 {
  height: 130px;
}

.h150 {
  height: 150px;
}

.h160 {
  height: 160px;
}

.h180 {
  height: 180px;
}

.h200 {
  height: 200px;
}

.h250 {
  height: 250px;
}

.h280 {
  height: 280px;
}

.h300 {
  height: 300px;
}

.h400 {
  height: 400px;
}

.h500 {
  height: 500px;
}

.h600 {
  height: 600px;
}

.h700 {
  height: 700px;
}

.minh20 {
  min-height: 20px;
}

.minh30 {
  min-height: 30px;
}

.minh40 {
  min-height: 40px;
}

.minh50 {
  min-height: 50px;
}

.minh60 {
  min-height: 60px;
}

.ha,
.hauto {
  height: auto;
}

.bgf,
.bgfff {
  background: #fff;
}

.bg6 {
  background: #656565;
}

.bga {
  background: #aaa;
}

.bgb {
  background: #bbb;
}

.bgc {
  background: #ccc;
}

.bgd {
  background: #ddd;
}

.bge {
  background: #eee;
}

.bgfe {
  background: #fefefe;
}

.bgfd {
  background: #fdfdfd;
}

.bgfc {
  background: #fcfcfc;
}

.bgfa {
  background: #fafafa;
}

.bgf8 {
  background: #f8f8f8;
}

.bgf7 {
  background: #f7f7f7;
}

.bgf5 {
  background: #f5f5f5;
}

.bgf3 {
  background: #f3f3f3;
}

.bge5 {
  background: #e5e5e5;
}

.bgeee {
  background: #eee;
}

.bgddd {
  background: #ddd;
}

.bglightred {
  background: #ffe7ec;
}

.bg9 {
  background: #999;
}

.bg8 {
  background: #888;
}

.bg7 {
  background: #777;
}

.bg5 {
  background: #555;
}

.bg4 {
  background: #444;
}

.bg3 {
  background: #333;
}

.bg0 {
  background: #000;
}

.coloreee {
  color: #eee;
}

.colorddd {
  color: #ddd;
}

.color555 {
  color: #555;
}

.color777 {
  color: #777;
}

.coloraaa {
  color: #aaa;
}

.color_amazon_orange {
  color: #f90;
}

.links_gr4 a {
  color: #444;
}

.links_gr5 a {
  color: #555;
}

.links_gr7 a {
  color: #777;
}

.links_gr8 a {
  color: #888;
}

.links_gr9 a {
  color: #999;
}

.links_gra a {
  color: #aaa;
}

.links_grb a {
  color: #bbb;
}

.links_grc a {
  color: #ccc;
}

.onone {
  opacity: 0;
}

.oone {
  opacity: 1;
}

.opacity--50 {
  opacity: 0.5;
}

.bb {
  border-bottom: 1px solid #eee;
}

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

.bbc {
  border-bottom: 1px solid #ccc;
}

.bba {
  border-bottom: 1px solid #aaa;
}

.bbf5 {
  border-bottom: 1px solid #f5f5f5;
}

.bblight {
  border-bottom: 1px solid #f1f1f1;
}

.bbf,
.bbfff {
  border-bottom: 1px solid #fff;
}

.bb3fff {
  border-bottom: 3px solid #fff;
}

.bbf1 {
  border-bottom: 1px solid #f1f1f1;
}

.bl,
.ble {
  border-left: 1px solid #eee;
}

.ble--3px {
  border-left: 3px solid #eee;
}

.blc--3px {
  border-left: 3px solid #ccc;
}

.bt {
  border-top: 1px solid #eee;
}

.btfff {
  border-top: 1px solid #fff;
}

.btd,
.btddd {
  border-top: 1px solid #ddd;
}

.bte,
.bteee {
  border-top: 1px solid #eee;
}

.btf5 {
  border-top: 1px solid #f5f5f5;
}

.bbmed {
  border-bottom: 1px solid #ccc;
}

.bb2 {
  width: 90%;
}

.bb2,
.bb3 {
  border-bottom: 1px solid #eee;
}

.bb3 {
  width: 100%;
}

.br,
.bre {
  border-right: 1px solid #eee;
}

.bl {
  border-left: 2px solid #ccc;
}

.blblue {
  border-left: 2px solid #049ffc;
}

.bde,
.bdeee,
.border {
  border: 1px solid #eee;
}

.bdf5 {
  border: 1px solid #f5f5f5;
}

.bdd {
  border: 1px solid #ddd;
}

.bdc {
  border: 1px solid #ccc;
}

.bdf {
  border: 1px solid #fff;
}

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

.bbeee {
  border-bottom: 1px solid #eee;
}

.bdcd {
  border-color: #ddd;
}

.bdcc {
  border-color: #ccc;
}

.bdcb {
  border-color: #bbb;
}

.bdc5 {
  border-color: #555;
}

.sp1 {
  height: 1px;
}

.sp2 {
  height: 2px;
}

.sp3 {
  height: 3px;
}

.sp5 {
  height: 5px;
}

.sp7 {
  height: 7px;
}

.sp8 {
  height: 8px;
}

.sp10 {
  height: 10px;
}

.sp11 {
  height: 11px;
}

.sp12 {
  height: 12px;
}

.sp13 {
  height: 13px;
}

.sp15 {
  height: 15px;
}

.sp20 {
  height: 20px;
}

.sp25 {
  height: 25px;
}

.sp30 {
  height: 30px;
}

.sp35 {
  height: 35px;
}

.sp40 {
  height: 40px;
}

.sp50 {
  height: 50px;
}

.sp60 {
  height: 60px;
}

.sp70 {
  height: 70px;
}

.sp80 {
  height: 80px;
}

.sp100 {
  height: 100px;
}

.sp120 {
  height: 120px;
}

.sp130 {
  height: 130px;
}

.sp150 {
  height: 150px;
}

.sp200 {
  height: 200px;
}

.spddd {
  height: 1px;
  background: #ddd;
}

.pd0 {
  padding: 0;
}

.pd1 {
  padding: 1px;
}

.pd2 {
  padding: 2px;
}

.pd3 {
  padding: 3px;
}

.pd5 {
  padding: 5px;
}

.pd8 {
  padding: 8px;
}

.pd10 {
  padding: 10px;
}

.pd15 {
  padding: 15px;
}

.pd20 {
  padding: 20px;
}

.pd25 {
  padding: 25px;
}

.pd30 {
  padding: 30px;
}

.pd10r {
  padding: 8px 15px;
}

.pd-5-10 {
  padding: 5px 10px;
}

.pd-10-20 {
  padding: 10px 20px;
}

.pb0 {
  padding-bottom: 0;
}

.pb1 {
  padding-bottom: 1px;
}

.pb2 {
  padding-bottom: 2px;
}

.pb3 {
  padding-bottom: 3px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb7 {
  padding-bottom: 7px;
}

.pb8 {
  padding-bottom: 8px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb12 {
  padding-bottom: 12px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 40px;
}

.t0 {
  top: 0;
}

.t10 {
  top: 10px;
}

.t15 {
  top: 15px;
}

.t20 {
  top: 20px;
}

.t25 {
  top: 25px;
}

.t30 {
  top: 30px;
}

.t40 {
  top: 40px;
}

.t50 {
  top: 50px;
}

.r0 {
  right: 0;
}

.r5 {
  right: 5px;
}

.r10 {
  right: 10px;
}

.r15 {
  right: 15px;
}

.r20 {
  right: 20px;
}

.r25 {
  right: 25px;
}

.r30 {
  right: 30px;
}

.l0 {
  left: 0;
}

.l5 {
  left: 5px;
}

.l10 {
  left: 10px;
}

.l15 {
  left: 15px;
}

.l20 {
  left: 20px;
}

.l25 {
  left: 25px;
}

.l30 {
  left: 30px;
}

.b15 {
  bottom: 15px;
}

.b20 {
  bottom: 20px;
}

.b25 {
  bottom: 25px;
}

.bpd5 {
  padding: 5px;
}

.bpd5,
.bpd10 {
  border: 1px solid #eee;
}

.bpd10 {
  padding: 10px;
}

.bpd20 {
  padding: 20px;
}

.bpd20,
.bpd25 {
  border: 1px solid #eee;
}

.bpd25 {
  padding: 25px;
}

.bpd30 {
  border: 1px solid #eee;
  padding: 30px;
}

.vat {
  vertical-align: top;
}

.vab {
  vertical-align: bottom;
}

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

.ellipsis,
.ohidden {
  overflow: hidden;
}

.nowrap {
  white-space: nowrap;
}

.breakword {
  word-break: break-word;
}

.pointer,
.pt {
  cursor: pointer;
}

.link-toggle {
  color: #777;
}

.link-toggle-on {
  color: #333;
  font-weight: 700;
}

.href,
.toggle,
.toggle-class {
  cursor: pointer;
}

ol.list {
  counter-reset: a;
}

li.list {
  margin-left: 15px;
  margin-bottom: 5px;
  padding: 0 0 0 10px;
  position: relative;
}

li.list:before {
  left: 0;
  position: absolute;
  top: 0;
}

ul > li.list:before {
  content: "•";
}

ol > li.list:before {
  counter-increment: a;
  content: counter(a);
}

.ulmt20 ul {
  margin-top: 20px;
}

.image--500 img {
  width: 500px;
}

.image--400 img {
  width: 400px;
}

.image--300 img {
  width: 300px;
}

.image--200 img {
  width: 200px;
}

.image--150 img {
  width: 150px;
}

.image--100 img {
  width: 100px;
}

.image--70 img {
  width: 70px;
}

.image--50 img {
  width: 50px;
}

.quote {
  background: #f5f5f5;
  padding: 20px;
  font-style: italic;
}

.quote--pink {
  background: #f8efee;
}

.quote--yellow {
  background: #ffe;
}

.italic {
  font-style: italic;
}

.medium {
  font-weight: 500;
}

.em {
  font-style: italic;
}

.strike {
  text-decoration: line-through;
}

.fstnorm {
  font-style: normal;
}

.fs5 {
  font-size: 5px;
}

.fs7 {
  font-size: 7px;
}

.fs9 {
  font-size: 9px;
}

.fs10 {
  font-size: 10px;
}

.fs11 {
  font-size: 11px;
}

.fs12 {
  font-size: 12px;
}

.fs13 {
  font-size: 13px;
}

.fs14 {
  font-size: 14px;
}

.fs15 {
  font-size: 15px;
}

.fs16 {
  font-size: 16px;
}

.fs17 {
  font-size: 17px;
}

.fs18 {
  font-size: 18px;
}

.fs19 {
  font-size: 19px;
}

.fs20 {
  font-size: 20px;
}

.fs21 {
  font-size: 21px;
}

.fs22 {
  font-size: 22px;
}

.fs23 {
  font-size: 23px;
}

.fs24 {
  font-size: 24px;
}

.fs25 {
  font-size: 25px;
}

.fs26 {
  font-size: 26px;
}

.fs27 {
  font-size: 27px;
}

.fs28 {
  font-size: 28px;
}

.fs29 {
  font-size: 29px;
}

.fs30 {
  font-size: 30px;
}

.fs35 {
  font-size: 35px;
}

.fs40 {
  font-size: 40px;
}

.fs45 {
  font-size: 45px;
}

.fs50 {
  font-size: 50px;
}

.fs55 {
  font-size: 55px;
}

.fs60 {
  font-size: 60px;
}

.fs70 {
  font-size: 70px;
}

.fs80 {
  font-size: 80px;
}

.fs90 {
  font-size: 90px;
}

.fs100 {
  font-size: 100px;
}

.fw300 {
  font-weight: 300;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.fw700 {
  font-weight: 700;
}

.fw800 {
  font-weight: 800;
}

.underline {
  text-decoration: underline;
}

.tac,
.tacenter {
  text-align: center;
}

.taright {
  text-align: right;
}

.taleft {
  text-align: left;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.i20 i {
  font-size: 20px;
}

.mauto {
  margin-left: auto;
  margin-right: auto;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.valignm {
  display: inline-block;
  line-height: normal;
}

.valignm,
.vam,
.vamiddle {
  vertical-align: middle;
}

.vam {
  display: inline-block;
  line-height: normal;
}

.vami {
  display: inline-block !important;
  line-height: normal !important;
  vertical-align: middle !important;
}

.vamt,
.vm {
  vertical-align: middle;
}

.vamt {
  line-height: normal;
}

.vam14 {
  line-height: 14px;
}

.vam14,
.vam24 {
  display: inline-block;
  vertical-align: middle;
}

.vam24 {
  line-height: 24px;
}

.vam25 {
  line-height: 25px;
}

.vam25,
.vam50 {
  display: inline-block;
  vertical-align: middle;
}

.vam50 {
  line-height: 50px;
}

.vam75 {
  line-height: 75px;
}

.vam75,
.vam100 {
  display: inline-block;
  vertical-align: middle;
}

.vam100 {
  line-height: 100px;
}

.vamiddle30 {
  vertical-align: middle;
  line-height: 30px;
}

.vamiddle45 {
  vertical-align: middle;
  line-height: 45px;
}

.vamiddle40 {
  vertical-align: middle;
  line-height: 40px;
}

.vamiddle50 {
  vertical-align: middle;
  line-height: 50px;
}

.vamiddle60 {
  line-height: 60px;
  vertical-align: middle;
  line-height: 100px;
}

.lhnormal {
  line-height: normal;
}

.container--vscroll {
  overflow-y: scroll;
  height: 600px;
}

.flex--container,
.flex--container--1000 {
  display: flex;
  flex-direction: row;
}

.flex--column--left--250 {
  width: 250px;
  margin-bottom: 30px;
}

.flex--column--middle {
  flex: 1;
}

.flex--nowrap {
  flex-wrap: nowrap;
}

.flex--wrap {
  flex-wrap: wrap;
}

.flex--centered {
  align-items: center;
}

.flex--centered,
.flex--jc--center {
  justify-content: center;
}

.flex--jc--sb {
  justify-content: space-between;
}

.flex--jc--sa {
  justify-content: space-around;
}

.flex--module {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  margin: 0 10px;
}

.flex {
  display: flex;
}

.flex--sb {
  justify-content: space-between;
}

.flex--stretch {
  justify-content: stretch;
}

.flex--center {
  align-items: center;
}

.flex--baseline {
  align-items: baseline;
}

.flex--column {
  flex-direction: column;
}

.flex--fg1 {
  flex-grow: 1;
}

.flex--fg2 {
  flex-grow: 2;
}

.flex--fg3 {
  flex-grow: 3;
}

.flex--fs1 {
  flex-shrink: 1;
}

.flex--fs2 {
  flex-shrink: 2;
}

.flex--fs3 {
  flex-shrink: 3;
}

.flex--fb10 {
  flex-basis: 10px;
}

.flex--fb20 {
  flex-basis: 20px;
}

.flex--fb30 {
  flex-basis: 30px;
}

.flex--fb40 {
  flex-basis: 40px;
}

.flex--fb50 {
  flex-basis: 50px;
}

.flex--fb100 {
  flex-basis: 100px;
}

.flex--fb120 {
  flex-basis: 120px;
}

.flex--fb130 {
  flex-basis: 130px;
}

.flex--fb150 {
  flex-basis: 150px;
}

.flex--fb200 {
  flex-basis: 200px;
}

.flex--fb250 {
  flex-basis: 250px;
}

.flex--fb300 {
  flex-basis: 300px;
}

.flex--fb350 {
  flex-basis: 350px;
}

.flex--fb400 {
  flex-basis: 400px;
}

.flex--fb450 {
  flex-basis: 450px;
}

.flex--fb500 {
  flex-basis: 500px;
}

.flex--fb600 {
  flex-basis: 600px;
}

.flex--fb700 {
  flex-basis: 700px;
}

.flex--fb800 {
  flex-basis: 800px;
}

.flex--fb900 {
  flex-basis: 900px;
}

.flex--fb1000 {
  flex-basis: 1000px;
}

.dtc {
  display: table-cell;
}

.lh10 {
  line-height: 10px;
}

.lh11 {
  line-height: 11px;
}

.lh12 {
  line-height: 12px;
}

.lh15 {
  line-height: 15px;
}

.lh17 {
  line-height: 17px;
}

.lh20 {
  line-height: 20px;
}

.lh22 {
  line-height: 22px;
}

.lh25 {
  line-height: 25px;
}

.lh30 {
  line-height: 30px;
}

.lh32 {
  line-height: 32px;
}

.lh35 {
  line-height: 35px;
}

.lh40 {
  line-height: 40px;
}

.lh45 {
  line-height: 45px;
}

.lh50 {
  line-height: 50px;
}

.lh60 {
  line-height: 60px;
}

.lh70 {
  line-height: 70px;
}

.lh80 {
  line-height: 80px;
}

.lh90 {
  line-height: 90px;
}

.lh100 {
  line-height: 100px;
}

.lh150 {
  line-height: 150px;
}

.lh160 {
  line-height: 160px;
}

.lh170 {
  line-height: 170px;
}

.lh200 {
  line-height: 200px;
}

.lh100p {
  line-height: 100%;
}

.sidescroll {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.zi--10 {
  z-index: 10;
}

.zi--100 {
  z-index: 100;
}

.zi--1000 {
  z-index: 1000;
}

.zi--5000 {
  z-index: 5000;
}

.zi--10000 {
  z-index: 10000;
}

.dby {
  background: #ff0;
}

.dbg {
  background: green;
}

.dbb {
  background: blue;
}

.dbr {
  background: red;
}

.paml--left {
  left: 25px;
}

.paml--left,
.paml--right {
  position: absolute;
  top: 20px;
}

.paml--right {
  right: 25px;
}

.fr-view p {
  margin-bottom: 20px;
  line-height: 25px;
}

.fr-view li {
  margin: 0 0 7px;
  padding: 0 0 0 17px;
  position: relative;
}

.fr-view ol,
.fr-view ul {
  margin: 10px 0 20px 20px;
}

.fr-view li:before {
  content: "●";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}

.fr-view ol {
  counter-reset: b;
}

.fr-view ol li:before {
  content: counter(b) ".";
  counter-increment: b;
}

.bblabel {
  margin: -28px auto 0;
  background: #fff;
  font-size: 13px;
  color: #333;
  width: 30px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb200 {
  padding-bottom: 200px;
}

.gre {
  color: #eee;
}

.grd {
  color: #ddd;
}

.grc {
  color: #ccc;
}

.gra {
  color: #aaa;
}

.grb {
  color: #bbb;
}

.gr9 {
  color: #999;
}

.gr8 {
  color: #888;
}

.gr7 {
  color: #777;
}

.gr70 {
  color: #707070;
}

.gr5 {
  color: #555;
}

.gr4 {
  color: #444;
}

.gr3 {
  color: #333;
}

.gr2 {
  color: #222;
}

.gr1 {
  color: #111;
}

.gr0 {
  color: #000;
}

.grei {
  color: #eee !important;
}

.grdi {
  color: #ddd !important;
}

.grci {
  color: #ccc !important;
}

.grai {
  color: #aaa !important;
}

.grbi {
  color: #bbb !important;
}

.gr9i {
  color: #999 !important;
}

.gr8i {
  color: #888 !important;
}

.gr7i {
  color: #777 !important;
}

.gr5i {
  color: #555 !important;
}

.gr4i {
  color: #444 !important;
}

.gr3i {
  color: #333 !important;
}

.br2 {
  border-radius: 2px;
}

.br3 {
  border-radius: 3px;
}

.br4 {
  border-radius: 4px;
}

.br5 {
  border-radius: 5px;
}

.br10 {
  border-radius: 10px;
}

.br15 {
  border-radius: 15px;
}

.br20 {
  border-radius: 20px;
}

.br30 {
  border-radius: 30px;
}

.br50p,
.round {
  border-radius: 50%;
}

.show--300,
.show--400,
.show--500,
.show--600,
.show--700,
.show--750,
.show--800,
.show--900,
.show--1000,
.showdi--300,
.showdi--400,
.showdi--500,
.showdi--600,
.showdi--700,
.showdi--750,
.showdi--800,
.showdi--900,
.showdi--1000,
.showi--300,
.showi--400,
.showi--500,
.showi--600,
.showi--700,
.showi--750,
.showi--800,
.showi--900,
.showi--1000 {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .flex--bp--1200 {
    flex-basis: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .hide--1200 {
    display: none;
  }
}

@media only screen and (max-width: 1100px) {
  .hide--1100 {
    display: none;
  }
}

@media only screen and (max-width: 1000px) {
  .flex--container--1000 {
    display: block;
  }

  .flex--column--left--250 {
    width: 100%;
  }

  .flex--fb100p--1000 {
    flex-basis: 100%;
  }

  .hide--1000 {
    display: none;
  }

  .show--1000 {
    display: block;
  }

  .hidedi--1000 {
    display: none;
  }

  .showdi--1000 {
    display: inline-block;
  }

  .hidei--1000 {
    display: none;
  }

  .showi--1000 {
    display: inline;
  }
}

@media only screen and (max-width: 900px) {
  .hide--900 {
    display: none;
  }

  .show--900 {
    display: block;
  }

  .bp--900--fs25 {
    font-size: 25px;
  }
}

@media only screen and (max-width: 800px) {
  .hide--800 {
    display: none;
  }

  .show--800 {
    display: block;
  }
}

@media only screen and (max-width: 750px) {
  .hide--750 {
    display: none;
  }

  .show--750 {
    display: block;
  }

  .hidedi--750 {
    display: none;
  }

  .showdi--750 {
    display: inline-block;
  }

  .hidei--750 {
    display: none;
  }

  .showi--750 {
    display: inline;
  }
}

@media only screen and (max-width: 700px) {
  .hide--700 {
    display: none;
  }

  .show--700 {
    display: block;
  }

  .pa--btn--right--top {
    position: relative;
    display: block;
    margin-top: 20px;
    right: 0;
    top: 0;
  }
}

@media only screen and (max-width: 600px) {
  .hide--600 {
    display: none;
  }

  .show--600 {
    display: block;
  }

  .hidedi--600 {
    display: none;
  }

  .showdi--600 {
    display: inline-block;
  }

  .fs--30--600 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 500px) {
  .hide--500 {
    display: none;
  }

  .show--500 {
    display: block;
  }
}

@media only screen and (max-width: 400px) {
  .hide--400 {
    display: none;
  }

  .show--400 {
    display: block;
  }
}

@media only screen and (max-width: 300px) {
  .hide--300 {
    display: none;
  }

  .show--300 {
    display: block;
  }
}

/*! jQuery UI - v1.13.2 - 2023-10-05
* http://jqueryui.com
* Includes: core.css, autocomplete.css, menu.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0;
}

.ui-menu .ui-state-active,
.ui-menu .ui-state-focus {
  margin: -1px;
}

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: 700;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td a,
.ui-datepicker td span {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
}

.ui-widget,
.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}

.ui-widget-content a {
  color: #333;
}

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: 700;
}

.ui-widget-header a {
  color: #333;
}

.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: 400;
  color: #454545;
}

.ui-button,
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-button:focus,
.ui-button:hover,
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: 400;
  color: #2b2b2b;
}

.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
a.ui-button:focus,
a.ui-button:hover {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: 400;
  color: #fff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-state-error a,
.ui-widget-content .ui-state-error-text,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error-text,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: 700;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  font-weight: 400;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  -ms-filter: "alpha(opacity=35)";
  background-image: none;
}

.ui-state-disabled .ui-icon {
  -ms-filter: "alpha(opacity=35)";
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon,
.ui-widget-header .ui-icon {
  background-image: url(images/ui-icons_444444_256x240.png);
}

.ui-button:focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
  background-image: url(images/ui-icons_555555_256x240.png);
}

.ui-button:active .ui-icon,
.ui-state-active .ui-icon {
  background-image: url(images/ui-icons_ffffff_256x240.png);
}

.ui-button .ui-state-highlight.ui-icon,
.ui-state-highlight .ui-icon {
  background-image: url(images/ui-icons_777620_256x240.png);
}

.ui-state-error-text .ui-icon,
.ui-state-error .ui-icon {
  background-image: url(images/ui-icons_cc0000_256x240.png);
}

.ui-button .ui-icon {
  background-image: url(images/ui-icons_777777_256x240.png);
}

.ui-icon-blank.ui-icon-blank.ui-icon-blank {
  background-image: none;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-first,
.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
  border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
  background: #aaa;
  opacity: 0.3;
  -ms-filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  box-shadow: 0 0 5px #666;
}

.toggle {
  margin: 0;
  opacity: 1;
  padding: 0;
  width: auto;
}

.far {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-angle-down:before {
  content: "\f107";
}

.far {
  font-family: "Font Awesome 5 Pro";
}

.far {
  font-weight: 400;
}

.header-main .nav > li > a {
  font-size: 15px;
}

.flex-left .header-nav-main {
  justify-content: center;
}

.header-nav-main .search-field {
  font-family: niveau-grotesk, "sans-serif";
  border: 1px solid #ebebeb;
  border-radius: 24px;
  background: #ffffff !important;
  font-size: 16px;
  color: #222;
  font-weight: 400;
  padding: 12px 30px;
  width: 100%;
}

.header-nav-main .searchform .button.icon {
  height: 32px;
  width: 32px;
  background: #00da24 !important;
  border-radius: 100%;
}

.header-nav-main .searchform .button.icon i {
  color: #fff;
  font-size: 12px;
}

.searchform-wrapper.form-flat .submit-button.loading:after {
  border-color: #ffffff;
}

.footer-heading {
  margin-bottom: 0;
}

.footer-heading .section-title {
  margin-bottom: 0;
  border-bottom: none;
}

.footer-heading .section-title .section-title-main {
  border-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}

.footer-menu .ux-menu-link__text {
  color: #999;
}

.footer-menu .ux-menu-link__link {
  min-height: auto;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}

h1.fl,
h2.fl {
  width: auto;
}

/* Pagination Styling */
.pagination-wrapper {
  margin-top: 30px;
  text-align: center;
}

.pagination-wrapper .navigation.pagination {
  display: inline-block;
}

.pagination-wrapper .nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}

.pagination-wrapper .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 10px;
  border-radius: 4px;
  background-color: #f1f1f1;
  color: #333;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
}

.pagination-wrapper .page-numbers:hover {
  background-color: #e2e2e2;
  color: #000;
}

.pagination-wrapper .page-numbers.current {
  background-color: #0ab04c;
  color: #fff;
  border: 1px solid #0ab04c;
}

.pagination-wrapper .screen-reader-text {
  display: none;
}

.active > .toggle {
  transform: none;
}

.autocomplete-suggestion {
  font-size: 14px;
}

.promo-pagination {
  margin-top: 40px;
  text-align: center;
}

.promo-pagination .nav-links {
  display: inline-flex;
  gap: 10px;
  align-items: center;
}

.promo-pagination .page-numbers {
  display: inline-block;
  height: 42px;
  padding: 8px 16px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  color: #555;
  font-weight: 500;
  transition: all 0.2s ease;
}

.promo-pagination .page-numbers:hover {
  border-color: var(--color-main);
  color: var(--color-main);
}

.promo-pagination .page-numbers.current {
  background: var(--color-main);
  color: #fff;
  border-color: var(--color-main);
}

.promo-pagination .prev,
.promo-pagination .next {
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
}

.promo-pagination .page-numbers svg {
  margin-top: 3px;
}
