@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

html {
  font-family: sans-serif;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Sarabun", sans-serif;
  line-height: 1;
  margin: 0;
  padding: 0;
}
body.admin-bar header {
  top: 32px;
}
body.admin-bar .header-mobile {
  top: 32px;
}

a {
  color: #d1004d;
}
a:hover {
  text-decoration: none;
}

.page-wrapper {
  padding-top: 7rem;
}
@media only screen and (min-width: 991px) {
  .page-wrapper {
    padding-top: 9rem;
  }
}
.page-wrapper.locked {
  height: 100vh;
  width: 100vw;
}

.content {
  position: relative;
  z-index: 101;
}

.container {
  width: 100%;
  margin: 0 auto;
  max-width: 117rem;
  padding: 0 1.5rem;
}
@media only screen and (min-width: 1500px) {
  .container {
    max-width: 126.5rem;
  }
}

@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
.section-title, .dictionary-wrapper__title, .comparison-wrapper__title, .tabs-wrapper__title, .cta-panel-wrapper__title, .articles-wrapper__title, .usp-wrapper__title {
  font-size: 2.4rem !important;
  margin: 0 0 1rem 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-align: center;
  color: #000000;
}
@media only screen and (min-width: 550px) {
  .section-title, .dictionary-wrapper__title, .comparison-wrapper__title, .tabs-wrapper__title, .cta-panel-wrapper__title, .articles-wrapper__title, .usp-wrapper__title {
    font-size: 2.8rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .section-title, .dictionary-wrapper__title, .comparison-wrapper__title, .tabs-wrapper__title, .cta-panel-wrapper__title, .articles-wrapper__title, .usp-wrapper__title {
    font-size: 3.4rem !important;
  }
}
@media only screen and (min-width: 1200px) {
  .section-title, .dictionary-wrapper__title, .comparison-wrapper__title, .tabs-wrapper__title, .cta-panel-wrapper__title, .articles-wrapper__title, .usp-wrapper__title {
    font-size: 4rem !important;
  }
}

.section-subtitle, .tabs-wrapper__subtitle, .reviews-list-wrapper__subtitle, .cta-panel-wrapper__subtitle, .articles-wrapper__subtitle, .usp-wrapper__subtitle {
  font-size: 1.6rem;
  margin: 0 auto 3rem auto;
  max-width: 100rem;
  line-height: 1.4;
  text-align: center;
  color: #7e7e7e;
}
@media only screen and (min-width: 768px) {
  .section-subtitle, .tabs-wrapper__subtitle, .reviews-list-wrapper__subtitle, .cta-panel-wrapper__subtitle, .articles-wrapper__subtitle, .usp-wrapper__subtitle {
    font-size: 1.8rem;
  }
}

.btn, .toggle-content-box__btn, .pagination__btn, .dataTables_wrapper table tbody tr td .externilink a, .compar-item__btn, .form-btn, .content-big-btn, .internilink, .externilink, .content-cta-panel__btn, .content-rating-cta-panel__btn, .sidebar-cta-panel__btn, .cta-panel-section--light .cta-panel-wrapper__btn, .articles-wrapper__btn, .intro-slider-item__btn {
  position: relative;
  cursor: pointer;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  padding: 1rem 1.5rem;
  font-size: 1.5rem;
  display: inline-block;
  transition: 0.3s;
  color: #000000;
  border-radius: 0.3rem !important;
  letter-spacing: 0.1rem;
  line-height: 1;
  font-family: "Sarabun", sans-serif;
  font-weight: 700;
}
@media only screen and (min-width: 991px) {
  .btn, .toggle-content-box__btn, .pagination__btn, .dataTables_wrapper table tbody tr td .externilink a, .compar-item__btn, .form-btn, .content-big-btn, .internilink, .externilink, .content-cta-panel__btn, .content-rating-cta-panel__btn, .sidebar-cta-panel__btn, .cta-panel-section--light .cta-panel-wrapper__btn, .articles-wrapper__btn, .intro-slider-item__btn {
    padding: 1.5rem 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .btn, .toggle-content-box__btn, .pagination__btn, .dataTables_wrapper table tbody tr td .externilink a, .compar-item__btn, .form-btn, .content-big-btn, .internilink, .externilink, .content-cta-panel__btn, .content-rating-cta-panel__btn, .sidebar-cta-panel__btn, .cta-panel-section--light .cta-panel-wrapper__btn, .articles-wrapper__btn, .intro-slider-item__btn {
    padding: 1.7rem 2.5rem;
  }
}
.btn:hover, .toggle-content-box__btn:hover, .pagination__btn:hover, .dataTables_wrapper table tbody tr td .externilink a:hover, .compar-item__btn:hover, .form-btn:hover, .content-big-btn:hover, .internilink:hover, .externilink:hover, .content-cta-panel__btn:hover, .content-rating-cta-panel__btn:hover, .sidebar-cta-panel__btn:hover, .cta-panel-section--light .cta-panel-wrapper__btn:hover, .articles-wrapper__btn:hover, .intro-slider-item__btn:hover {
  color: #d1004d;
  text-decoration: none;
}

.btn-primary, .toggle-content-box__btn, .pagination__btn, .form-btn, .cta-panel-section--light .cta-panel-wrapper__btn, .articles-wrapper__btn, .intro-slider-item__btn {
  background: #d1004d !important;
  color: #ffffff !important;
}
.btn-primary:hover, .toggle-content-box__btn:hover, .pagination__btn:hover, .form-btn:hover, .cta-panel-section--light .cta-panel-wrapper__btn:hover, .articles-wrapper__btn:hover, .intro-slider-item__btn:hover {
  background: #9eff4a !important;
  color: #000000 !important;
}

.btn-secondary, .dataTables_wrapper table tbody tr td .externilink a, .compar-item__btn, .content-big-btn, .internilink, .externilink, .content-cta-panel__btn, .content-rating-cta-panel__btn, .sidebar-cta-panel__btn {
  background: #9eff4a !important;
  color: #000000 !important;
}
.btn-secondary:hover, .dataTables_wrapper table tbody tr td .externilink a:hover, .compar-item__btn:hover, .content-big-btn:hover, .internilink:hover, .externilink:hover, .content-cta-panel__btn:hover, .content-rating-cta-panel__btn:hover, .sidebar-cta-panel__btn:hover {
  background: #d1004d !important;
  color: #ffffff !important;
}

.btn-link, .review-item__btn, .article-card__btn {
  position: relative;
  cursor: pointer;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  font-size: 1.6rem;
  position: relative;
  padding: 0;
  text-decoration: none;
  font-family: "Sarabun", sans-serif;
}
@media only screen and (min-width: 768px) {
  .btn-link, .review-item__btn, .article-card__btn {
    font-size: 1.8rem;
  }
}
.btn-link:hover, .review-item__btn:hover, .article-card__btn:hover {
  text-decoration: underline;
}

.btn-w-icon, .toggle-content-box__btn, .review-item__btn, .article-card__btn {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  font-family: "Sarabun", sans-serif;
}

.btn-border, .sidebar-comment-item__btn,
.comment-item__btn, .homepage-reviews-list-section .pagination__btn, .cta-panel-section--dark .cta-panel-wrapper__btn {
  position: relative;
  cursor: pointer;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  padding: 1rem 1.5rem;
  font-size: 1.5rem;
  display: inline-block;
  border: 0.1rem solid rgba(255, 255, 255, 0.5) !important;
  background: transparent !important;
  transition: 0.3s;
  color: #bcbcbc !important;
  border-radius: 0.3rem !important;
  letter-spacing: 0.1rem;
  line-height: 1;
  font-family: "Sarabun", sans-serif;
  font-weight: 400;
}
@media only screen and (min-width: 991px) {
  .btn-border, .sidebar-comment-item__btn,
  .comment-item__btn, .homepage-reviews-list-section .pagination__btn, .cta-panel-section--dark .cta-panel-wrapper__btn {
    padding: 1.5rem 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .btn-border, .sidebar-comment-item__btn,
  .comment-item__btn, .homepage-reviews-list-section .pagination__btn, .cta-panel-section--dark .cta-panel-wrapper__btn {
    padding: 1.7rem 2.5rem;
  }
}
.btn-border:hover, .sidebar-comment-item__btn:hover,
.comment-item__btn:hover, .homepage-reviews-list-section .pagination__btn:hover, .cta-panel-section--dark .cta-panel-wrapper__btn:hover {
  border: 0.1rem solid rgb(255, 255, 255) !important;
  color: #ffffff !important;
}

.hvr-buzz:hover, .filter-button:hover, .toggle-content-box__btn:hover, .pagination__btn:hover, .dataTables_wrapper table tbody tr td .externilink a:hover, .compar-item__btn:hover, .form-btn:hover, .content-big-btn:hover, .internilink:hover, .externilink:hover, .content-cta-panel__btn:hover, .content-rating-cta-panel__btn:hover, .sidebar-cta-panel__btn:hover, .cta-panel-section--dark .cta-panel-wrapper__btn:hover, .cta-panel-section--light .cta-panel-wrapper__btn:hover, .articles-wrapper__btn:hover, .intro-slider-item__btn:hover {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

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

.footer {
  position: relative;
  background: linear-gradient(55deg, rgb(58, 0, 38) 0%, rgb(120, 2, 63) 35%, rgb(130, 4, 67) 40%, rgb(149, 20, 84) 60%, rgb(124, 12, 68) 85%, rgb(67, 0, 40) 100%);
  color: #000000;
}
@media only screen and (min-width: 768px) {
  .footer::before {
    content: "";
    position: absolute;
    bottom: 5.8rem;
    right: 0;
    width: 18.2rem;
    height: 23.3rem;
    background: url(../images/logo-heart.svg) no-repeat center center;
    background-size: contain;
    pointer-events: none;
  }
}
.footer__copyright {
  background: #ffffff;
  color: #000000;
}

.footer-content {
  font-size: 1.6rem;
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  row-gap: 2rem;
  width: 100%;
  padding: 5rem 0 0 0;
  color: #d8aabf;
}
@media only screen and (min-width: 768px) {
  .footer-content {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 550px) {
  .footer-content {
    justify-content: space-between;
    padding: 6rem 0 0 0;
  }
}
.footer-content__col {
  flex-basis: 100%;
}
@media only screen and (min-width: 550px) {
  .footer-content__col {
    flex-basis: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .footer-content__col {
    flex-basis: 33.33%;
    max-width: 32rem;
  }
}
.footer-content__title {
  margin: 0 0 2rem 0;
  font-size: 1.8rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}
@media only screen and (min-width: 550px) {
  .footer-content__title {
    margin: 0 0 3rem 0;
    text-align: left;
  }
}
.footer-content__menu {
  list-style: none;
  margin: 0 0 3rem 0;
  padding: 0;
  text-align: center;
}
@media only screen and (min-width: 550px) {
  .footer-content__menu {
    text-align: left;
    margin: 0 0 5rem 0;
  }
}
.footer-content__menu li {
  margin: 0;
  padding: 0;
}
.footer-content a {
  position: relative;
  cursor: pointer;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: inline-block;
  padding: 0.4rem 0;
  color: #d8aabf;
  transition: 0.3s;
}
.footer-content a:hover {
  color: #9eff4a;
}

.footer-languages {
  position: relative;
  z-index: 10;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  column-gap: 4rem;
  padding: 2.5rem 0;
  border-top: 0.1rem solid rgba(255, 255, 255, 0.2);
}
@media only screen and (min-width: 550px) {
  .footer-languages {
    justify-content: flex-start;
  }
}
.footer-languages__item {
  position: relative;
  cursor: pointer;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  column-gap: 1rem;
  color: #d8aabf;
}
.footer-languages__item:hover {
  text-decoration: underline;
}
.footer-languages__item--current {
  color: #ffffff;
}

.copyright {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  width: 100%;
  padding: 1.5rem 0;
  line-height: 1;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .copyright {
    flex-flow: row wrap;
    justify-content: space-between;
  }
}
.copyright a {
  text-decoration: none;
  color: inherit;
}
.copyright a:hover {
  color: #d1004d;
}
.copyright__left {
  color: #d8aabf;
}
.copyright__center {
  display: flex;
  align-items: center;
  column-gap: 2.4rem;
}
.copyright__soc-link {
  transition: 0.3s;
}
.copyright__soc-link:hover {
  transform: translateY(-0.2rem);
}
.copyright__right {
  display: flex;
  align-items: flex-end;
  column-gap: 1rem;
  color: #d8aabf;
}
.copyright__right img {
  max-height: 19px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  padding: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 5rem rgba(0, 0, 0, 0.11);
}
.header .container {
  max-width: 126.5rem;
}
.header .header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.5rem 0;
}
@media only screen and (min-width: 991px) {
  .header .header-main {
    padding: 2rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .header .header-main {
    padding: 0;
  }
}
.header__logo {
  position: relative;
  cursor: pointer;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.header__logo img {
  display: block;
  max-height: 4rem;
}
@media only screen and (min-width: 768px) {
  .header__logo img {
    max-height: 4.5rem;
  }
}
@media only screen and (min-width: 991px) {
  .header__logo img {
    max-height: 5rem;
  }
}
.header__content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 1199px) {
  .header__nav {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    box-shadow: 1rem 0 3rem rgba(0, 0, 0, 0.2);
    display: none;
  }
}
.header__controls {
  column-gap: 2rem;
  position: relative;
  margin-left: 2rem;
  display: none;
}
@media only screen and (min-width: 1200px) {
  .header__controls {
    height: 9rem;
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .header__controls {
    column-gap: 3.4rem;
  }
}
.header__controls .search-box {
  position: absolute;
  right: 0;
  padding: 0 !important;
  margin-top: 0;
  top: 0;
  z-index: 50;
  background: #fff;
}
@media only screen and (min-width: 1200px) {
  .header__controls .search-box {
    height: 9rem;
    line-height: 11rem;
  }
  .header__controls .search-box .asp-try {
    position: absolute;
    bottom: 5px;
  }
}
.header__controls .search-box svg {
  fill: #d1004d !important;
  width: 28px !important;
}
.header__controls .search-box #ajaxsearchpro1_1 {
  box-shadow: none !important;
}
.header__controls .search-box .asp_w_container {
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .header__controls .search-box .asp_w_container {
    top: 3.1rem;
  }
}
.header__controls .search-box div.asp_main_container + [id*=asp-try-1] {
  top: -1rem !important;
  position: relative;
}
.header__btn {
  position: relative;
  cursor: pointer;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
}
.header__btn:hover img {
  filter: brightness(0) saturate(100%);
}

.header-toggle {
  position: relative;
  cursor: pointer;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
  transition: 0.3s;
  margin: 0 0 0 2.5rem;
  padding: 0 1.2rem;
  height: 3.6rem;
  background: #d1004d;
}
@media only screen and (min-width: 1200px) {
  .header-toggle {
    display: none;
  }
}
.header-toggle__label {
  font-size: 1.6rem;
  display: none;
  margin: 0 0 0 1rem;
  min-width: 5.3rem;
  font-family: "Sarabun", sans-serif;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .header-toggle__label {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 550px) {
  .header-toggle__label {
    display: block;
  }
}
.header-toggle__label .toggle-lbl-1 {
  display: block;
}
.header-toggle__label .toggle-lbl-2 {
  display: none;
}
.header-toggle__label.open .toggle-lbl-1 {
  display: none;
}
.header-toggle__label.open .toggle-lbl-2 {
  display: block;
}
.header-toggle__icon {
  position: relative;
  height: 1rem;
  width: 1.2rem;
}
.header-toggle__icon span {
  position: absolute;
  display: block;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  height: 0.2rem;
  width: 1.2rem;
  left: 0;
  pointer-events: none;
  background: #ffffff;
}
.header-toggle__icon span:nth-child(1) {
  top: 0rem;
}
.header-toggle__icon span:nth-child(2) {
  top: 0.4rem;
}
.header-toggle__icon span:nth-child(3) {
  top: 0.4rem;
}
.header-toggle__icon span:nth-child(4) {
  top: 0.8rem;
}
.header-toggle__icon.open span:nth-child(1) {
  top: 0rem;
  left: 50%;
  width: 0%;
}
.header-toggle__icon.open span:nth-child(2) {
  transform: rotate(45deg);
}
.header-toggle__icon.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.header-toggle__icon.open span:nth-child(4) {
  top: 0rem;
  left: 50%;
  width: 0%;
}

.header-searching {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8rem;
  z-index: 9999;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
}
.header-searching__panel {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  align-items: center;
}

.header-search-form {
  display: flex;
  width: 100%;
  max-width: 60rem;
  margin: 0 auto;
  align-items: center;
  position: relative;
}
.header-search-form__suggest {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
.header-search-form__suggest:before {
  content: "";
  position: absolute;
  background: #f5f5f5;
  width: 1000%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.header-search-form__suggest:after {
  content: "";
  position: absolute;
  width: 100000%;
  height: 50%;
  z-index: 1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 4rem rgba(0, 27, 99, 0.11);
}
.header-search-form__suggest ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 3;
  background: white;
}
.header-search-form__suggest ul li {
  margin: 0;
  padding: 0;
}
.header-search-form__suggest ul li:first-child {
  padding: 2rem 0 0 0;
}
.header-search-form__suggest ul li:last-child {
  padding: 0 0 2rem 0;
}
.header-search-form__suggest ul li:only-child {
  padding: 2rem 0;
}
.header-search-form__suggest ul li a {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  font-family: "Sarabun", sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .header-search-form__suggest ul li a {
    padding: 1rem 4rem;
  }
}
.header-search-form__suggest ul li a:hover {
  background: #fff;
  color: #d1004d;
}
.header-search-form__icon img {
  width: 1.8rem;
  position: relative;
  transform: translateY(0.2rem);
}
.header-search-form__input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  height: 100%;
  padding: 2rem;
  font-family: "Sarabun", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 1.5rem;
}
.header-search-form__input::placeholder {
  color: #777;
}
.header-search-form__close {
  border: none;
  outline: none !important;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none !important;
  padding: 0;
  margin: 0;
  display: inline-block;
  background: transparent;
  position: relative;
  transition: 0.3s;
  opacity: 0.5;
}
.header-search-form__close:hover {
  opacity: 1;
}
.header-search-form__close span {
  display: inline-block;
  transform: rotate(45deg);
  font-size: 3rem;
  font-weight: 400;
}

.intro-section {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.intro-wrapper {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.intro-wrapper__container {
  padding: 5.5rem 0;
}
@media only screen and (min-width: 991px) {
  .intro-wrapper__container {
    padding: 10rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .intro-wrapper__container {
    padding: 12rem 0;
  }
}
@media only screen and (min-width: 1400px) {
  .intro-wrapper__container {
    padding: 15rem 0;
  }
}

.intro-slider-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-height: 600px;
}

.intro-slider-controls {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  padding: 0 7vw;
}
@media only screen and (max-width: 1600px) {
  .intro-slider-controls {
    display: none;
  }
}
.intro-slider-controls__btn {
  position: relative;
  cursor: pointer;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  pointer-events: all;
  opacity: 0.5;
  transition: 0.3s;
}
.intro-slider-controls__btn:hover {
  opacity: 1;
}
.intro-slider-controls__btn--next {
  transform: rotate(180deg);
}

.intro-slider-item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.intro-slider-item__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 30rem;
}
@media only screen and (min-width: 550px) {
  .intro-slider-item__content {
    min-height: 35rem;
  }
}
@media only screen and (min-width: 768px) {
  .intro-slider-item__content {
    min-height: 40rem;
  }
}
@media only screen and (min-width: 991px) {
  .intro-slider-item__content {
    min-height: 50rem;
  }
}
@media only screen and (min-width: 1200px) {
  .intro-slider-item__content {
    min-height: 60rem;
  }
}
.intro-slider-item__date {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #fff;
  position: relative;
  z-index: 2;
}
.intro-slider-item__title {
  text-align: left;
  line-height: 1.4;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 550px) {
  .intro-slider-item__title {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .intro-slider-item__title {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .intro-slider-item__title {
    font-size: 5rem;
  }
}
.intro-slider-item__title a {
  color: #fff;
  text-decoration: none;
}
.intro-slider-item__overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  filter: alpha(opacity=5);
  -moz-opacity: 0.05;
  -khtml-opacity: 0.05;
  opacity: 0.05;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.intro-slider-item__controls {
  padding-top: 2rem;
  position: relative;
  z-index: 2;
}
.intro-slider-thumbs {
  position: relative;
  top: -4rem;
  margin: 0 -5rem;
  display: flex;
  flex-flow: row wrap;
}
.intro-slider-thumbs .slick-list {
  padding: 4rem 5rem;
}
.intro-slider-thumbs .slick-list::before {
  content: "";
  z-index: 10;
  position: absolute;
  top: 4rem;
  right: 4.9rem;
  width: 0.1rem;
  height: calc(100% - 4rem);
  background: #fff;
}
.intro-slider-thumbs .slick-current .intro-slider-thumb-card {
  padding: 1.5rem;
  font-weight: 700;
  box-shadow: 0 0 5rem rgba(0, 0, 0, 0.11);
}
.intro-slider-thumbs .slick-current .intro-slider-thumb-card::before {
  content: "";
  z-index: 10;
  position: absolute;
  top: 2rem;
  left: -0.1rem;
  width: 0.1rem;
  height: calc(100% - 4rem);
  background: #fff;
}
.intro-slider-thumbs .slick-current .intro-slider-thumb-card::after {
  content: "";
  position: absolute;
  top: -0.9rem;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 1rem solid #fff;
  border-left: 0.8rem solid transparent;
  border-right: 0.8rem solid transparent;
}
.intro-slider-thumbs .slick-current .intro-slider-thumb-card .intro-slider-thumb-card__image {
  display: block;
}

.intro-slider-thumb-card {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 1.6rem;
  padding: 1.5rem;
  border-radius: 0.3rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  cursor: pointer;
}
@media only screen and (min-width: 480px) {
  .intro-slider-thumb-card {
    padding: 1.5rem 3rem;
  }
}
@media only screen and (min-width: 991px) {
  .intro-slider-thumb-card {
    padding: 1.5rem 4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .intro-slider-thumb-card {
    padding: 1.5rem 5rem;
  }
}
.intro-slider-thumb-card:hover:not(.current) .intro-slider-thumb-item__text {
  color: #d1004d;
}
.intro-slider-thumb-card::before {
  content: "";
  position: absolute;
  top: 2rem;
  right: 0;
  width: 0.1rem;
  height: 4rem;
  background: #e5e5e5;
}
.intro-slider-thumb-card__image {
  display: none;
}
.intro-slider-thumb-card__image img {
  border-radius: 0.3rem;
}
.intro-slider-thumb-card__text {
  font-size: 1.5rem;
  color: #000000;
  line-height: 1.4;
}

.usp-section {
  padding: 0 0 5rem 0;
}
@media only screen and (min-width: 768px) {
  .usp-section {
    padding: 2.5rem 0 5rem 0;
  }
}

.usp-list {
  display: flex;
  flex-flow: row wrap;
  padding-top: 3.5rem;
}

.usp-item {
  flex-basis: 50%;
  margin-bottom: 4rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .usp-item {
    flex-basis: 25%;
  }
}
.usp-item__icon {
  margin-bottom: 2rem;
}
.usp-item__icon img {
  transform: translateX(0.8rem);
}
.usp-item__number {
  font-size: 2.4rem !important;
  margin-bottom: 0.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #000000;
}
@media only screen and (min-width: 550px) {
  .usp-item__number {
    font-size: 2.8rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .usp-item__number {
    font-size: 3.4rem !important;
  }
}
@media only screen and (min-width: 1200px) {
  .usp-item__number {
    font-size: 4rem !important;
  }
}
.usp-item__caption {
  font-size: 1.6rem;
  color: #7e7e7e;
}
@media only screen and (min-width: 768px) {
  .usp-item__caption {
    font-size: 1.8rem;
  }
}

.articles-section {
  position: relative;
  padding: 6rem 0 4rem 0;
}
@media only screen and (min-width: 550px) {
  .articles-section {
    padding: 12rem 0 6.5rem 0;
  }
}
@media only screen and (min-width: 1500px) {
  .articles-section::before {
    content: "";
    position: absolute;
    top: 4rem;
    left: 0;
    width: 23.6rem;
    height: 103rem;
    background: url(../images/side-hearts-bcg.svg) no-repeat top center;
    background-size: contain;
    pointer-events: none;
  }
  .articles-section::after {
    content: "";
    position: absolute;
    top: 4rem;
    right: 0;
    width: 23.6rem;
    height: 103rem;
    background: url(../images/side-hearts-bcg.svg) no-repeat top center;
    background-size: contain;
    pointer-events: none;
  }
}

.articles-wrapper__controls {
  padding-top: 4.5rem;
  text-align: center;
}
.articles {
  position: relative;
  display: flex;
  flex-flow: row wrap;
}
@media only screen and (min-width: 550px) {
  .articles {
    padding-top: 2rem;
  }
}
.articles::before {
  content: "";
  z-index: 10;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background: #fff;
}
.articles .article-item {
  border-bottom: 0.1rem solid #e5e5e5;
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .articles .article-item {
    border-right: 0.1rem solid #e5e5e5;
  }
  .articles .article-item:nth-child(2n+1)::before {
    content: "";
    position: absolute;
    top: -0.1rem;
    left: 0;
    width: 5rem;
    height: 0.1rem;
    background: #fff;
  }
  .articles .article-item:nth-child(2n) {
    border-right: none;
  }
  .articles .article-item:nth-child(2n)::after {
    content: "";
    position: absolute;
    bottom: -0.1rem;
    right: 0;
    width: 5rem;
    height: 0.1rem;
    background: #fff;
  }
}
@media only screen and (min-width: 991px) {
  .articles .article-item {
    border-right: 0.1rem solid #e5e5e5;
  }
  .articles .article-item:nth-child(3n+1)::before {
    content: "";
    position: absolute;
    top: -0.1rem;
    left: 0;
    width: 8rem;
    height: 0.1rem;
    background: #fff;
  }
  .articles .article-item:nth-child(3n) {
    border-right: none;
  }
  .articles .article-item:nth-child(3n)::after {
    content: "";
    position: absolute;
    bottom: -0.1rem;
    right: 0;
    width: 8rem;
    height: 0.1rem;
    background: #fff;
  }
}
.articles .article-item:last-child {
  border-right: none;
}
.articles .article-item-top {
  width: 100% !important;
  border-right: 0 !important;
  border-bottom: 0.2rem solid #e5e5e5;
}
.articles .article-item-top::before {
  bottom: -0.1rem !important;
  top: initial !important;
}
.articles .article-item-top::after {
  content: "" !important;
  position: absolute;
  right: 0;
  width: 5rem;
  height: 0.1rem;
  background: #fff;
  bottom: -0.1rem !important;
  top: initial !important;
}

.article-item {
  padding: 1.5rem 0;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .article-item {
    padding: 1.5rem 3rem;
  }
}
@media only screen and (min-width: 991px) {
  .article-item {
    padding: 2rem 4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .article-item {
    padding: 2.5rem 5rem;
  }
}
@media only screen and (min-width: 1400px) {
  .article-item {
    padding: 3rem 6rem;
  }
}
@media only screen and (min-width: 768px) {
  .article-item {
    min-height: 100%;
    width: 50%;
  }
}
@media only screen and (min-width: 991px) {
  .article-item {
    width: 33.33%;
  }
}

.article-card {
  position: relative;
  cursor: pointer;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: #ffffff;
}
.article-card__image {
  position: relative;
  margin-bottom: 3rem;
}
.article-card__image img {
  display: block;
  width: 100%;
  border-radius: 0.3rem;
}
.article-card__tag {
  position: absolute;
  top: 1rem;
  left: 1rem;
  max-width: calc(100% - 2rem);
  padding: 0.8rem 2rem;
  font-size: 1.2rem;
  border-radius: 0.3rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  background: #fdf0f4;
  color: #d1004d;
}
.article-card__content {
  font-size: 1.6rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  .article-card__content {
    font-size: 1.8rem;
  }
}
.article-card__title {
  font-size: 1.8rem !important;
  margin: 0 0 2rem 0 !important;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #000000;
}
.article-card__title:hover {
  text-decoration: underline;
}
.article-card__desc {
  color: #7e7e7e;
}
.article-card__info {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding-top: 4rem;
}
.article-card__name {
  color: #000000;
}
.article-card__rank {
  color: #7e7e7e;
}
.article-card__date {
  color: #7e7e7e;
}
.article-card__controls {
  display: flex;
  justify-content: flex-end;
  padding-top: 2rem;
}
.article-card__btn {
  color: #d1004d;
  white-space: nowrap;
}
.article-card__btn:hover {
  color: #9eff4a;
}
.article-card__btn:hover img {
  filter: brightness(0) saturate(100%) invert(75%) sepia(83%) saturate(372%) hue-rotate(40deg) brightness(107%) contrast(102%);
}

.cta-panel-section--dark {
  padding: 4rem 0 4rem 0;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
}
@media only screen and (min-width: 550px) {
  .cta-panel-section--dark {
    padding: 10rem 0 7rem 0;
  }
}
.cta-panel-section--dark .cta-panel-wrapper__title {
  margin: 0 auto 2rem auto;
}
@media only screen and (min-width: 991px) {
  .cta-panel-section--dark .cta-panel-wrapper__title {
    margin: 0 auto 2rem auto;
  }
}
.cta-panel-section--dark .cta-panel-wrapper__btn {
  border-width: 0.2rem !important;
  font-weight: 700;
  color: #ffffff !important;
}
.cta-panel-section--dark .cta-panel-wrapper__btn:hover {
  border-width: 0.2rem !important;
}
.cta-panel-section--light {
  padding: 4rem 0 4rem 0;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
}
@media only screen and (min-width: 550px) {
  .cta-panel-section--light {
    padding: 10rem 0 7rem 0;
  }
}
.cta-panel-wrapper {
  text-align: center;
}
.cta-panel-wrapper__title {
  max-width: 71rem;
  margin: 0 auto 2rem auto;
  line-height: 1.4;
  color: #ffffff;
}
.cta-panel-wrapper__subtitle {
  max-width: 51rem;
  margin: 0 auto 2rem auto;
  line-height: 1.4;
  color: #ffffff;
}

.partners-section {
  padding: 2rem 0;
}
.partners-section--top-line {
  border-top: 0.1rem solid #fdf0f4;
}

.partners-wrapper {
  display: flex;
  flex-flow: row wrap;
}
.partners-wrapper__title {
  font-size: 1.5rem;
  width: 100%;
  margin-bottom: 2rem;
  font-weight: 400;
  color: #91004f;
  text-align: center;
}
@media only screen and (min-width: 550px) {
  .partners-wrapper__title {
    text-align: left;
  }
}
@media only screen and (min-width: 991px) {
  .partners-wrapper__title {
    width: 25%;
    margin: 1rem 0 0 0;
  }
}

.partners-list {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  width: 100%;
}
@media only screen and (min-width: 550px) {
  .partners-list {
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 991px) {
  .partners-list {
    gap: 5rem;
    width: 75%;
  }
}

.homepage-reviews-list-section {
  padding: 6rem 0 4rem 0;
  background: linear-gradient(55deg, rgb(58, 0, 38) 0%, rgb(120, 2, 63) 35%, rgb(130, 4, 67) 40%, rgb(149, 20, 84) 60%, rgb(124, 12, 68) 85%, rgb(67, 0, 40) 100%);
}
@media only screen and (min-width: 550px) {
  .homepage-reviews-list-section {
    padding: 8rem 0 7rem 0;
  }
}
.homepage-reviews-list-section .reviews-list-wrapper__title {
  color: #ffffff;
}
.homepage-reviews-list-section .pagination__btn:disabled, .homepage-reviews-list-section .pagination__btn[disabled] {
  background: transparent !important;
  pointer-events: none !important;
  opacity: 0.3;
}
.homepage-reviews-list-section .pagination__item {
  font-size: 1.6rem;
  position: relative;
  cursor: pointer;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  background: transparent;
  border-radius: 0.3rem;
  color: #fdf0f4;
}
@media only screen and (min-width: 768px) {
  .homepage-reviews-list-section .pagination__item {
    font-size: 1.8rem;
  }
}
.homepage-reviews-list-section .pagination__item--current {
  background: #91004f;
  color: #ffffff;
}

.reviews-list-section {
  padding: 4rem 0 4rem 0;
}
@media only screen and (min-width: 550px) {
  .reviews-list-section {
    padding: 4rem 0 8rem 0;
  }
}

.reviews-list-wrapper__title {
  font-size: 2.4rem !important;
  margin: 0 0 3rem 0;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
@media only screen and (min-width: 550px) {
  .reviews-list-wrapper__title {
    font-size: 2.8rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .reviews-list-wrapper__title {
    font-size: 3.4rem !important;
  }
}
@media only screen and (min-width: 1200px) {
  .reviews-list-wrapper__title {
    font-size: 4rem !important;
  }
}
.reviews-list-wrapper__subtitle {
  color: #ffffff;
}
.reviews-list-wrapper .pagination {
  padding-top: 2rem;
}
@media only screen and (min-width: 991px) {
  .reviews-list-wrapper .pagination {
    padding-top: 4rem;
  }
}
@media only screen and (min-width: 991px) {
  .reviews-list-wrapper .pagination {
    padding-top: 6rem;
  }
}
.reviews-list-wrapper .articles {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .reviews-list-wrapper .articles {
    margin: 0 -3rem;
  }
}
@media only screen and (min-width: 991px) {
  .reviews-list-wrapper .articles {
    margin: 0 -4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .reviews-list-wrapper .articles {
    margin: 0 -5rem;
  }
}
@media only screen and (min-width: 1400px) {
  .reviews-list-wrapper .articles {
    margin: 0 -6rem;
  }
}

.reviews-list {
  display: flex;
  flex-flow: row wrap;
  gap: 1.5rem;
  padding: 0 0 3rem 0;
}
@media only screen and (min-width: 768px) {
  .reviews-list {
    padding: 3rem 0;
    gap: 3rem;
  }
}
.reviews-list--m-b {
  margin: 0 0 4rem 0;
}

.review-item {
  position: relative;
  flex-basis: 100%;
  padding-top: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .review-item {
    flex-basis: calc(33.33% - 2rem);
    padding-top: 31.5%;
  }
}
.review-item__content {
  padding: 1.5rem;
  position: absolute;
  z-index: 20;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media only screen and (min-width: 991px) {
  .review-item__content {
    padding: 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .review-item__content {
    padding: 2.5rem;
  }
}
@media only screen and (min-width: 1400px) {
  .review-item__content {
    padding: 3rem;
  }
}
.review-item__title {
  font-size: 1.8rem !important;
  margin-bottom: 0.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #ffffff;
  text-align: left;
  line-height: 1.4;
}
.review-item__btn {
  color: #d1004d;
}
.review-item__btn:hover {
  color: #ffffff;
}
.review-item__btn:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(356deg) brightness(105%) contrast(102%);
}
.review-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.6);
  transition: 0.3s;
}
.review-item:hover::before {
  background: rgba(0, 0, 0, 0.7);
}

.tabs-section {
  padding: 5rem 0 3rem 0;
}
@media only screen and (min-width: 550px) {
  .tabs-section {
    padding: 9rem 0 5rem 0;
  }
}
.tabs-section .ui-tabs {
  border: 0;
  max-width: 102rem;
  margin: 0 auto;
  text-align: center;
}
.tabs-section .ui-tabs .ui-tabs-nav {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  border: 0;
  border-bottom: 0.1rem solid #e5e5e5;
  background: none;
}
@media only screen and (min-width: 1200px) {
  .tabs-section .ui-tabs .ui-tabs-nav {
    justify-content: space-between;
  }
}
.tabs-section .ui-tabs .ui-tabs-nav li {
  padding: 1rem 1.5rem;
  font-size: 1.6rem;
  border: 0 !important;
  background: none !important;
  cursor: pointer;
}
@media only screen and (min-width: 1200px) {
  .tabs-section .ui-tabs .ui-tabs-nav li {
    padding: 1.7rem 2.5rem 1.7rem calc(2.5rem + 24px);
    font-size: 1.7rem;
  }
}
.tabs-section .ui-tabs .ui-tabs-nav li::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #7e7e7e;
  mask-repeat: no-repeat;
}
.tabs-section .ui-tabs .ui-tabs-nav li.ui-state-active::before {
  background-color: #d1004d;
}
.tabs-section .ui-tabs .ui-tabs-nav li:nth-of-type(1)::before {
  -webkit-mask-image: url("../images/choice.svg");
  mask-image: url("../images/choice.svg");
  width: 18px;
  height: 28px;
  left: 20px;
  top: 21px;
}
@media only screen and (max-width: 767px) {
  .tabs-section .ui-tabs .ui-tabs-nav li:nth-of-type(1)::before {
    mask-size: contain;
    -webkit-mask-size: contain;
    width: 15px;
    height: 22px;
    left: 8px;
    top: 16px;
  }
}
.tabs-section .ui-tabs .ui-tabs-nav li:nth-of-type(2)::before {
  -webkit-mask-image: url("../images/quality.svg");
  mask-image: url("../images/quality.svg");
  width: 26px;
  height: 26px;
  left: 20px;
  top: 25px;
}
@media only screen and (max-width: 767px) {
  .tabs-section .ui-tabs .ui-tabs-nav li:nth-of-type(2)::before {
    mask-size: contain;
    -webkit-mask-size: contain;
    width: 20px;
    height: 20px;
    left: 5px;
    top: 16px;
  }
}
.tabs-section .ui-tabs .ui-tabs-nav li:nth-of-type(3)::before {
  -webkit-mask-image: url("../images/tap.svg");
  mask-image: url("../images/tap.svg");
  width: 35px;
  height: 39px;
  left: 20px;
  top: 18px;
}
@media only screen and (max-width: 767px) {
  .tabs-section .ui-tabs .ui-tabs-nav li:nth-of-type(3)::before {
    mask-size: contain;
    -webkit-mask-size: contain;
    width: 21px;
    height: 24px;
    left: 7px;
    top: 16px;
  }
}
.tabs-section .ui-tabs .ui-tabs-nav li:nth-of-type(4) {
  padding: 1.7rem 2.5rem 1.7rem calc(2.5rem + 32px);
}
@media only screen and (max-width: 767px) {
  .tabs-section .ui-tabs .ui-tabs-nav li:nth-of-type(4) {
    padding: 1rem 1.5rem;
  }
}
.tabs-section .ui-tabs .ui-tabs-nav li:nth-of-type(4)::before {
  -webkit-mask-image: url("../images/fabric.svg");
  mask-image: url("../images/fabric.svg");
  width: 32px;
  height: 32px;
  left: 20px;
  top: 22px;
}
@media only screen and (max-width: 767px) {
  .tabs-section .ui-tabs .ui-tabs-nav li:nth-of-type(4)::before {
    mask-size: contain;
    -webkit-mask-size: contain;
    width: 19px;
    height: 19px;
    left: 5px;
    top: 16px;
  }
}
.tabs-section .ui-tabs .ui-tabs-nav li:nth-of-type(5) {
  padding: 1.7rem 2.5rem 1.7rem calc(2.5rem + 39px);
}
@media only screen and (max-width: 767px) {
  .tabs-section .ui-tabs .ui-tabs-nav li:nth-of-type(5) {
    padding: 1rem 1.5rem;
  }
}
.tabs-section .ui-tabs .ui-tabs-nav li:nth-of-type(5)::before {
  -webkit-mask-image: url("../images/money.svg");
  mask-image: url("../images/money.svg");
  width: 39px;
  height: 31px;
  left: 20px;
  top: 23px;
}
@media only screen and (max-width: 767px) {
  .tabs-section .ui-tabs .ui-tabs-nav li:nth-of-type(5)::before {
    mask-size: contain;
    -webkit-mask-size: contain;
    width: 23px;
    height: 19px;
    left: 2px;
    top: 16px;
  }
}
.tabs-section .ui-tabs .ui-tabs-nav li a {
  color: #7e7e7e !important;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer !important;
}
@media only screen and (max-width: 767px) {
  .tabs-section .ui-tabs .ui-tabs-nav li a {
    padding: 0.5rem 0 0 1.5rem;
  }
}
.tabs-section .ui-tabs .ui-tabs-nav li.ui-state-active a {
  color: #d1004d !important;
  font-weight: 700;
}
.tabs-section .ui-tabs .ui-tabs-nav li.ui-state-active a::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -0.2rem;
  left: 0;
  width: 100%;
  height: 0.3rem;
  background: #d1004d;
  border-radius: 0.3rem;
}
.tabs-section .ui-tabs .ui-tabs-panel {
  border: 0;
  padding: 2rem 0;
}
.tabs-section .ui-tabs .ui-tabs-panel a {
  color: #000000 !important;
  text-decoration: none;
  line-height: 3rem;
}
.tabs-section .ui-tabs .ui-tabs-panel a:hover {
  text-decoration: underline;
}

.tabs {
  margin: 0 auto;
}
@media only screen and (min-width: 550px) {
  .tabs {
    max-width: 102rem;
  }
}
@media only screen and (min-width: 550px) {
  .tabs {
    padding-top: 3rem;
  }
}
.tabs__nav {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  border-bottom: 0.1rem solid #e5e5e5;
}
@media only screen and (min-width: 768px) {
  .tabs__nav {
    justify-content: space-between;
  }
}
.tabs__btn {
  position: relative;
  cursor: pointer;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  padding: 1rem 1.5rem;
  font-size: 1.6rem;
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 1.2rem;
  color: #7e7e7e;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1rem;
}
@media only screen and (min-width: 991px) {
  .tabs__btn {
    padding: 1.5rem 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .tabs__btn {
    padding: 1.7rem 2.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .tabs__btn {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .tabs__btn {
    flex-basis: calc(33.33% - 1rem);
  }
}
@media only screen and (max-width: 549px) {
  .tabs__btn {
    flex-basis: calc(50% - 1rem);
  }
}
.tabs__btn:hover:not(.tabs__btn--current) {
  color: #000000;
}
.tabs__btn:hover:not(.tabs__btn--current) img {
  filter: brightness(0) saturate(100%);
}
.tabs__btn--current {
  color: #d1004d;
  font-weight: 700;
}
.tabs__btn--current img {
  filter: brightness(0) saturate(100%) invert(16%) sepia(79%) saturate(5900%) hue-rotate(330deg) brightness(79%) contrast(109%);
}
.tabs__btn--current::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -0.2rem;
  left: 0;
  width: 100%;
  height: 0.3rem;
  background: #d1004d;
  border-radius: 0.3rem;
}
.tabs__text {
  font-size: 1.6rem;
  max-width: 60rem;
  margin: 0 auto;
  padding: 3rem 0;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  .tabs__text {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 550px) {
  .tabs__text {
    padding: 7rem 0;
  }
}
.tabs__text a {
  color: #d1004d;
}
.tabs__text a:hover {
  color: #9eff4a;
}

.subpage-wrapper {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1500px) {
  .subpage-wrapper::before {
    content: "";
    position: absolute;
    top: 4rem;
    left: 0;
    width: 23.6rem;
    height: 103rem;
    background: url(../images/side-hearts-bcg.svg) no-repeat top center;
    background-size: contain;
    pointer-events: none;
    z-index: -1;
  }
  .subpage-wrapper::after {
    content: "";
    position: absolute;
    top: 4rem;
    right: 0;
    width: 23.6rem;
    height: 103rem;
    background: url(../images/side-hearts-bcg.svg) no-repeat top center;
    background-size: contain;
    pointer-events: none;
    z-index: -1;
  }
}

.page-header-section {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.page-header-section__overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.page-header-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 20rem;
}
@media only screen and (min-width: 550px) {
  .page-header-wrapper {
    min-height: 25rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-header-wrapper {
    min-height: 30rem;
  }
}
@media only screen and (min-width: 991px) {
  .page-header-wrapper {
    min-height: 35rem;
  }
}
@media only screen and (min-width: 1200px) {
  .page-header-wrapper {
    min-height: 48rem;
  }
}
.page-header-wrapper__title {
  text-align: center;
  line-height: 1.4;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 550px) {
  .page-header-wrapper__title {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-header-wrapper__title {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .page-header-wrapper__title {
    font-size: 5rem;
  }
}

.subpage-content-wrapper {
  font-size: 1.6rem;
  margin: 0 auto;
  padding: 0;
  line-height: 1.4;
  color: #000000;
}
@media only screen and (min-width: 550px) {
  .subpage-content-wrapper {
    max-width: 81rem;
  }
}
@media only screen and (min-width: 768px) {
  .subpage-content-wrapper {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 550px) {
  .subpage-content-wrapper {
    padding: 5rem 0 0 0;
  }
}
.subpage-content-wrapper--columns {
  display: flex;
  flex-flow: row wrap;
  column-gap: 4rem;
  max-width: 100%;
}
@media only screen and (min-width: 1200px) {
  .subpage-content-wrapper--columns {
    column-gap: 11rem;
  }
}
.subpage-content-wrapper img {
  max-width: 100%;
  height: auto;
}
.subpage-content-wrapper__main {
  flex-basis: 100%;
}
@media only screen and (min-width: 768px) {
  .subpage-content-wrapper__main {
    flex-basis: calc(100% - 30rem - 4rem);
  }
}
@media only screen and (min-width: 1200px) {
  .subpage-content-wrapper__main {
    flex-basis: calc(100% - 30rem - 11rem);
  }
}
.subpage-content-wrapper__main .articles {
  padding-top: 0 !important;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .subpage-content-wrapper__main .articles {
    margin: 0 -3rem;
  }
}
@media only screen and (min-width: 991px) {
  .subpage-content-wrapper__main .articles {
    margin: 0 -4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .subpage-content-wrapper__main .articles {
    margin: 0 -5rem;
  }
}
@media only screen and (min-width: 1400px) {
  .subpage-content-wrapper__main .articles {
    margin: 0 -6rem;
  }
}
.subpage-content-wrapper__main .articles .article-item {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .subpage-content-wrapper__main .articles .article-item {
    border-right: none;
  }
  .subpage-content-wrapper__main .articles .article-item::before {
    content: none;
  }
  .subpage-content-wrapper__main .articles .article-item::after {
    content: "";
    position: absolute;
    bottom: -0.1rem;
    right: 0;
    width: 3rem;
    height: 0.1rem;
    background: #fff;
  }
}
@media only screen and (min-width: 929px) {
  .subpage-content-wrapper__main .articles .article-item {
    width: 50%;
    border-right: 0.1rem solid #e5e5e5;
  }
  .subpage-content-wrapper__main .articles .article-item:nth-child(3n+1)::before, .subpage-content-wrapper__main .articles .article-item:nth-child(3n+1)::after, .subpage-content-wrapper__main .articles .article-item:nth-child(3n)::before, .subpage-content-wrapper__main .articles .article-item:nth-child(3n)::after {
    content: none;
  }
  .subpage-content-wrapper__main .articles .article-item:nth-child(2n+1)::before {
    content: "";
    position: absolute;
    top: -0.1rem;
    left: 0;
    width: 5rem;
    height: 0.1rem;
    background: #fff;
  }
  .subpage-content-wrapper__main .articles .article-item:nth-child(2n) {
    border-right: none;
  }
  .subpage-content-wrapper__main .articles .article-item:nth-child(2n)::after {
    content: "";
    position: absolute;
    bottom: -0.1rem;
    right: 0;
    width: 5rem;
    height: 0.1rem;
    background: #fff;
  }
}
@media only screen and (min-width: 991px) {
  .subpage-content-wrapper__main .articles .article-item:nth-child(2n+1)::before {
    width: 8rem;
  }
  .subpage-content-wrapper__main .articles .article-item:nth-child(2n)::after {
    width: 8rem;
  }
}
.subpage-content-wrapper__main .pagination {
  border-top: 0.1rem solid #e5e5e5;
  padding: 3rem 0;
}
@media only screen and (min-width: 991px) {
  .subpage-content-wrapper__main .pagination {
    padding: 4rem 0;
  }
}
@media only screen and (min-width: 991px) {
  .subpage-content-wrapper__main .pagination {
    padding: 6rem 0;
  }
}
.subpage-content-wrapper__sidebar {
  flex-basis: 100%;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 768px) {
  .subpage-content-wrapper__sidebar {
    flex-basis: 30rem;
  }
}
@media only screen and (min-width: 550px) {
  .subpage-content-wrapper__wide-container {
    max-width: 102rem;
  }
}
@media only screen and (min-width: 1025px) {
  .subpage-content-wrapper__wide-container {
    margin: 0 -10.5rem;
  }
}
.subpage-content-wrapper h2 {
  font-size: 2rem;
  margin: 3rem 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
@media only screen and (min-width: 550px) {
  .subpage-content-wrapper h2 {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .subpage-content-wrapper h2 {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .subpage-content-wrapper h2 {
    font-size: 3rem;
  }
}
.subpage-content-wrapper h3 {
  font-size: 1.8rem;
  margin: 2rem 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
@media only screen and (min-width: 550px) {
  .subpage-content-wrapper h3 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .subpage-content-wrapper h3 {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .subpage-content-wrapper h3 {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .subpage-content-wrapper h3 {
    margin: 3rem 0;
  }
}
.subpage-content-wrapper h4,
.subpage-content-wrapper .h4 {
  font-size: 1.7rem;
  margin: 1.5rem 0;
}
@media only screen and (min-width: 550px) {
  .subpage-content-wrapper h4,
  .subpage-content-wrapper .h4 {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .subpage-content-wrapper h4,
  .subpage-content-wrapper .h4 {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .subpage-content-wrapper h4,
  .subpage-content-wrapper .h4 {
    font-size: 2rem;
  }
}
.subpage-content-wrapper p {
  margin: 3rem 0;
}
.subpage-content-wrapper p img {
  max-width: 100%;
}
.subpage-content-wrapper a {
  color: #d1004d;
}
.subpage-content-wrapper a:hover {
  color: #9eff4a;
}
.subpage-content-wrapper__panel {
  margin: 4rem 0;
}
@media only screen and (min-width: 991px) {
  .subpage-content-wrapper__panel {
    margin: 6rem 0;
  }
}
.subpage-content-wrapper--full-width {
  max-width: 100%;
}

.content-big-btn, .internilink {
  font-size: 1.7rem;
  padding: 1.5rem;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  background-color: #d1004d !important;
  color: #ffffff !important;
}
@media only screen and (min-width: 550px) {
  .content-big-btn, .internilink {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .content-big-btn, .internilink {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .content-big-btn, .internilink {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 991px) {
  .content-big-btn, .internilink {
    padding: 2rem 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .content-big-btn, .internilink {
    padding: 2.5rem 2.5rem;
  }
}
.content-big-btn a, .internilink a {
  color: #ffffff;
  text-decoration: none;
}
.content-big-btn:hover, .internilink:hover {
  background-color: #9eff4a !important;
  color: #000000 !important;
}
.content-big-btn:hover a, .internilink:hover a {
  color: #000000;
}

.externilink {
  font-size: 1.7rem;
  padding: 1.5rem;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 550px) {
  .externilink {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .externilink {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .externilink {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 991px) {
  .externilink {
    padding: 2rem 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .externilink {
    padding: 2.5rem 2.5rem;
  }
}
.externilink a {
  color: #000000;
  text-decoration: none;
}
.externilink:hover a {
  color: #ffffff;
}

.content-box, #toc_container {
  box-shadow: 0 0 5rem rgba(0, 0, 0, 0.11);
  border-radius: 0.3rem;
  /*margin: 5rem 0;*/
  padding: 3rem 1.5rem;
  border: 0;
}
@media only screen and (min-width: 768px) {
  .content-box, #toc_container {
    padding: 4.5rem;
  }
}
@media only screen and (min-width: 991px) {
  .content-box, #toc_container {
    margin: 6rem 0 8rem 0;
    padding: 4.5rem 6rem;
  }
}
.content-box__title, .content-box .toc_title, #toc_container__title, #toc_container .toc_title {
  font-size: 1.7rem;
  text-align: left !important;
  margin: 0 0 1.5rem 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
@media only screen and (min-width: 550px) {
  .content-box__title, .content-box .toc_title, #toc_container__title, #toc_container .toc_title {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .content-box__title, .content-box .toc_title, #toc_container__title, #toc_container .toc_title {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .content-box__title, .content-box .toc_title, #toc_container__title, #toc_container .toc_title {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .content-box__title, .content-box .toc_title, #toc_container__title, #toc_container .toc_title {
    margin: 0 0 3rem 0;
  }
}
.content-box__list, .content-box .toc_list, #toc_container__list, #toc_container .toc_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.content-box__list a, .content-box .toc_list a, #toc_container__list a, #toc_container .toc_list a {
  text-decoration: none;
}
.content-box__list a:hover, .content-box .toc_list a:hover, #toc_container__list a:hover, #toc_container .toc_list a:hover {
  text-decoration: underline;
}
.content-box__list > li, .content-box .toc_list > li, #toc_container__list > li, #toc_container .toc_list > li {
  position: relative;
  margin: 0;
  /*padding: 0 0 0 2rem;*/
  /*&.has-child {
    &::before {
      content: "";
      position: absolute;
      top: 1rem;
      left: 0rem;
      width: 0.9rem;
      height: 0.5rem;
      background: url(../images/menu-arrow.svg) no-repeat center center;
      background-size: contain;
    }
  }*/
}
.content-box__list > li > ul, .content-box .toc_list > li > ul, #toc_container__list > li > ul, #toc_container .toc_list > li > ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 0.5rem;
}
.content-box__list > li > ul > li, .content-box .toc_list > li > ul > li, #toc_container__list > li > ul > li, #toc_container .toc_list > li > ul > li {
  margin: 0;
  padding: 0;
}
.content-box__list > li > ul > li > ul, .content-box .toc_list > li > ul > li > ul, #toc_container__list > li > ul > li > ul, #toc_container .toc_list > li > ul > li > ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 1.5rem;
}
.content-box__list > li > ul > li > ul > li, .content-box .toc_list > li > ul > li > ul > li, #toc_container__list > li > ul > li > ul > li, #toc_container .toc_list > li > ul > li > ul > li {
  margin: 0;
  padding: 0;
}

.content-author {
  clear: both;
  margin: 4rem 0 6rem 0;
}
@media only screen and (min-width: 991px) {
  .content-author {
    margin: 6rem 0 15rem 0;
  }
}
.content-author__detail {
  margin: 0 0 6rem 0;
}
.content-author__detail .content-author-box {
  margin-top: 0;
}
.content-author__title {
  font-size: 2rem;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
@media only screen and (min-width: 550px) {
  .content-author__title {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .content-author__title {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .content-author__title {
    font-size: 3rem;
  }
}
.content-author-box__name a {
  color: #000000;
  text-decoration: none;
}

.content-blockquote, blockquote {
  position: relative;
  box-shadow: 0 0 5rem rgba(0, 0, 0, 0.11);
  border-radius: 0.3rem;
  margin: 2rem 0 3rem 0;
  padding: 2.5rem;
}
@media only screen and (min-width: 991px) {
  .content-blockquote, blockquote {
    margin: 4rem 0 7rem 0;
    padding: 3.5rem 4rem;
  }
}
.content-blockquote p, blockquote p {
  margin: 0;
}
.content-blockquote::before, blockquote::before {
  content: "„";
  font-size: 13rem;
  color: #d1004d;
  position: absolute;
  bottom: calc(100% - 46px);
  right: 1rem;
  pointer-events: none;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.content-author-box {
  box-shadow: 0 0 5rem rgba(0, 0, 0, 0.11);
  border-radius: 0.3rem;
  margin: 2rem 0 0 0;
  padding: 2.5rem;
}
@media only screen and (min-width: 991px) {
  .content-author-box {
    margin: 4rem 0 0 0;
  }
}
.content-author-box__info {
  display: flex;
  align-items: center;
  column-gap: 1.5rem;
}
.content-author-box__avatar img {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 100%;
}
@media only screen and (min-width: 550px) {
  .content-author-box__avatar img {
    width: 6.5rem;
    height: 6.5rem;
  }
}
.content-author-box__name {
  font-size: 1.8rem !important;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.content-author-box__rank {
  color: #bcbcbc;
}
.content-author-box__content {
  max-width: 60rem;
  padding: 1.5rem 0 0 0;
}
@media only screen and (min-width: 991px) {
  .content-author-box__content {
    padding: 2rem 0 1rem 8rem;
  }
}

.content-cta-panel {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding: 3rem 1.5rem;
  background: url(../images/cta-bar.jpg) no-repeat center left;
  background-size: cover;
  border-radius: 0.3rem;
}
.content-cta-panel--2 {
  background: url(../images/cta-bar-2.jpg) no-repeat center left;
  background-size: cover;
}
@media only screen and (min-width: 550px) {
  .content-cta-panel {
    flex-flow: row wrap;
    justify-content: flex-end;
    gap: 2.5rem;
    padding: 2rem;
  }
}
@media only screen and (min-width: 991px) {
  .content-cta-panel {
    padding: 2rem 5rem;
  }
}
.content-cta-panel__text {
  font-size: 1.6rem;
  max-width: 30rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .content-cta-panel__text {
    font-size: 1.8rem;
  }
}
.content-cta-panel__text strong {
  font-size: 1.8rem;
}
@media only screen and (min-width: 550px) {
  .content-cta-panel__text strong {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .content-cta-panel__text strong {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .content-cta-panel__text strong {
    font-size: 2.5rem;
  }
}
.content-cta-panel__separator img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(356deg) brightness(105%) contrast(102%);
}
.content-rating-cta-panel {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  min-height: 100%;
  padding: 3rem 1.5rem 3rem 1.5rem;
  background: url(../images/side-banner-bcg.jpg) no-repeat bottom left;
  background-size: cover;
  border-radius: 0.3rem;
  /*@media only screen and (min-width: 768px) {
    gap: 2.5rem;
    padding: 6rem 1.5rem 2rem 1.5rem;
  }
  @media only screen and (min-width: 1200px) {
    padding: 10rem 1.5rem 2rem 1.5rem;
  }*/
}
.content-rating-cta-panel__text {
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .content-rating-cta-panel__text {
    font-size: 1.8rem;
  }
}
.content-rating-cta-panel__text strong {
  font-size: 1.8rem;
}
@media only screen and (min-width: 550px) {
  .content-rating-cta-panel__text strong {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .content-rating-cta-panel__text strong {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .content-rating-cta-panel__text strong {
    font-size: 2.5rem;
  }
}
.content-rating-cta-panel__separator img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(356deg) brightness(105%) contrast(102%);
  transform: rotate(90deg);
}
.content-rating-wrapper {
  display: flex;
  flex-flow: row wrap;
  margin: 4rem 0;
}
@media only screen and (min-width: 991px) {
  .content-rating-wrapper {
    margin: 9rem 0;
  }
}
.content-rating-wrapper__cta {
  flex-basis: 100%;
}
@media only screen and (min-width: 768px) {
  .content-rating-wrapper__cta {
    flex-basis: 34%;
  }
}
.content-rating-wrapper__summary {
  flex-basis: 100%;
}
@media only screen and (min-width: 768px) {
  .content-rating-wrapper__summary {
    flex-basis: 66%;
  }
}
.content-rating-wrapper__summary-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
}
@media only screen and (min-width: 991px) {
  .content-rating-wrapper__summary-table {
    margin: 0;
  }
}
.content-rating-wrapper__summary-table thead tr th {
  font-size: 1.7rem;
  padding: 1.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
@media only screen and (min-width: 550px) {
  .content-rating-wrapper__summary-table thead tr th {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .content-rating-wrapper__summary-table thead tr th {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .content-rating-wrapper__summary-table thead tr th {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1025px) {
  .content-rating-wrapper__summary-table thead tr th {
    padding: 1.5rem 3rem;
  }
}
.content-rating-wrapper__summary-table thead tr th:first-child {
  text-align: left;
  padding: 1.5rem 1rem 1.5rem 4.5rem;
}
@media only screen and (min-width: 1025px) {
  .content-rating-wrapper__summary-table thead tr th:first-child {
    padding: 1.5rem 1rem 1.5rem 6rem;
  }
}
.content-rating-wrapper__summary-table thead tr th:last-child {
  text-align: center;
}
.content-rating-wrapper__summary-table tbody tr {
  border-top: 0.1rem solid #e5e5e5;
}
.content-rating-wrapper__summary-table tbody tr:first-child {
  border-top: none;
}
.content-rating-wrapper__summary-table tbody tr td {
  position: relative;
  width: 50%;
  height: 9rem;
  padding: 1rem 1.5rem 1rem 4.5rem;
}
@media only screen and (min-width: 1025px) {
  .content-rating-wrapper__summary-table tbody tr td {
    padding: 1rem 3rem 1rem 6rem;
  }
}
.content-rating-wrapper__summary-table tbody tr td::before {
  position: absolute;
  top: calc(50% - 0.3rem);
  left: 1.5rem;
  transform: translateY(-50%);
  font-size: 3rem;
}
@media only screen and (min-width: 1025px) {
  .content-rating-wrapper__summary-table tbody tr td::before {
    left: 3rem;
  }
}
.content-rating-wrapper__summary-table tbody tr td:first-child {
  border-right: 0.1rem solid #e5e5e5;
}
.content-rating-wrapper__summary-table tbody tr td:first-child:not(.empty)::before {
  content: "+";
  color: #1b8d00;
}
.content-rating-wrapper__summary-table tbody tr td:last-child:not(.empty)::before {
  content: "-";
  color: #b40900;
}
.content-rating-wrapper__summary-table tbody tr td.admin-edit {
  text-align: center;
}

.content-end {
  display: flex;
  flex-flow: wrap;
  font-family: "Poppins", sans-serif;
}
.content-end__col {
  padding: 0;
}
@media only screen and (min-width: 550px) {
  .content-end__col {
    border-right: 0.1rem solid #e5e5e5;
  }
}
.content-end__col:first-child {
  padding: 0 0 2rem 0;
  flex-basis: 100%;
  order: 2;
}
@media only screen and (min-width: 550px) {
  .content-end__col:first-child {
    padding: 0 1.5rem 0 0;
    flex-basis: 50%;
  }
}
@media only screen and (min-width: 991px) {
  .content-end__col:first-child {
    flex-basis: 30%;
    order: 1;
  }
}
.content-end__col:last-child {
  flex-basis: 100%;
  border-right: none;
  padding: 0;
  order: 3;
}
@media only screen and (min-width: 550px) {
  .content-end__col:last-child {
    padding: 0 0 0 2.5rem;
    flex-basis: 50%;
  }
}
@media only screen and (min-width: 991px) {
  .content-end__col:last-child {
    flex-basis: 20%;
    padding: 0 0 0 1.5rem;
    order: 3;
  }
}
.content-end__col:nth-child(2) {
  flex-basis: 100%;
  order: 1;
  margin: 0 0 3rem 0;
}
@media only screen and (max-width: 990px) {
  .content-end__col:nth-child(2) {
    border-right: none;
  }
}
@media only screen and (min-width: 991px) {
  .content-end__col:nth-child(2) {
    flex-basis: 50%;
    order: 2;
    margin: 0;
  }
}
@media only screen and (min-width: 991px) {
  .content-end__col {
    padding: 0 3rem 0 5rem;
  }
  .content-end__col:first-child {
    padding: 0 3.5rem 0 0;
  }
  .content-end__col:last-child {
    padding: 0 0 0 3.5rem;
  }
}
.content-end__title {
  font-size: 1.7rem;
  margin: 0 0 1.5rem 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
@media only screen and (min-width: 550px) {
  .content-end__title {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .content-end__title {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .content-end__title {
    font-size: 2rem;
  }
}
.content-end__table {
  width: 100%;
}
.content-end__table tr td:last-child {
  color: #d1004d;
}
.content-end__link-list {
  font-size: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.content-end__link-list li {
  margin: 0;
  padding: 0.2rem 0;
}
.content-end__link-list li a {
  display: inline-block;
  text-decoration: none;
}
.content-end__link-list li a:hover {
  text-decoration: underline;
}

.content-stars {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  max-width: 20rem;
}
@media only screen and (min-width: 991px) {
  .content-stars {
    margin-top: 3rem;
  }
}
.content-stars__icons img.colored {
  filter: brightness(0) saturate(100%) invert(16%) sepia(79%) saturate(5900%) hue-rotate(330deg) brightness(79%) contrast(109%);
}
.content-stars__value {
  font-size: 1.8rem;
  color: #7e7e7e;
}
.content-stars__value strong {
  font-size: 2.3rem;
  color: #000000;
}

.sidebar-cta-panel {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 1.5rem;
  padding: 3rem 1.5rem 3rem 1.5rem;
  background: url(../images/side-banner-bcg.jpg) no-repeat bottom left;
  background-size: cover;
  border-radius: 0.3rem;
}
@media only screen and (min-width: 768px) {
  .sidebar-cta-panel {
    gap: 2.5rem;
    padding: 6rem 1rem 15rem 1rem;
  }
}
@media only screen and (min-width: 1200px) {
  .sidebar-cta-panel {
    padding: 7rem 1rem 22rem 1rem;
  }
}
.sidebar-cta-panel__text {
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .sidebar-cta-panel__text {
    font-size: 1.8rem;
  }
}
.sidebar-cta-panel__text strong {
  font-size: 1.8rem;
}
@media only screen and (min-width: 550px) {
  .sidebar-cta-panel__text strong {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .sidebar-cta-panel__text strong {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .sidebar-cta-panel__text strong {
    font-size: 2.5rem;
  }
}
.sidebar-cta-panel__subtext {
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .sidebar-cta-panel__subtext {
    font-size: 1.8rem;
  }
}
.sidebar-cta-panel__subtext p {
  margin-top: 1rem;
}
.sidebar-cta-panel__btn {
  min-width: 17rem;
  text-align: center;
}

.content-related-box {
  display: flex;
  flex-flow: wrap;
  font-family: "Poppins", sans-serif;
  box-shadow: 0 0 5rem rgba(0, 0, 0, 0.11);
  border-radius: 0.3rem;
  padding: 2.5rem;
}
.content-related-box--mb {
  margin: 0 0 4rem 0;
}
@media only screen and (min-width: 991px) {
  .content-related-box--mb {
    margin: 0 0 6rem 0;
  }
}
.content-related-box__col {
  padding: 0;
}
@media only screen and (min-width: 550px) {
  .content-related-box__col {
    border-right: 0.1rem solid #e5e5e5;
  }
}
.content-related-box__col:first-child {
  padding: 0 0 2rem 0;
  flex-basis: 100%;
}
@media only screen and (min-width: 550px) {
  .content-related-box__col:first-child {
    padding: 0 2.5rem 0 0;
    flex-basis: calc(100% - 18rem);
  }
}
@media only screen and (min-width: 991px) {
  .content-related-box__col:first-child {
    flex-basis: calc(100% - 22rem);
    padding: 0 3.5rem 0 0;
  }
}
.content-related-box__col:last-child {
  flex-basis: 100%;
  border-right: none;
  padding: 0;
}
@media only screen and (min-width: 550px) {
  .content-related-box__col:last-child {
    padding: 0 0 0 2.5rem;
    flex-basis: 18rem;
  }
}
@media only screen and (min-width: 991px) {
  .content-related-box__col:last-child {
    padding: 0 0 0 3.5rem;
    flex-basis: 22rem;
  }
}
.content-related-box__col--full-width {
  flex-basis: 100% !important;
  padding: 0 !important;
}
.content-related-box__title {
  font-size: 1.7rem;
  margin: 0 0 1.5rem 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
@media only screen and (min-width: 550px) {
  .content-related-box__title {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .content-related-box__title {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .content-related-box__title {
    font-size: 2rem;
  }
}
.content-related-box__table {
  width: 100%;
}
.content-related-box__table tr td:last-child {
  color: #d1004d;
}
.content-related-box__link-list {
  font-size: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.content-related-box__link-list li {
  margin: 0;
  padding: 0.2rem 0;
}
.content-related-box__link-list li a {
  display: inline-block;
  text-decoration: none;
}
.content-related-box__link-list li a:hover {
  text-decoration: underline;
}

.contact-cards {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  column-gap: 5rem;
}

.contact-card-item {
  flex-basis: 50%;
  margin-bottom: 4rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .contact-card-item {
    flex-basis: 25%;
  }
}
.contact-card-item__icon {
  margin-bottom: 2rem;
}
.contact-card-item__title {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #000000 !important;
  text-decoration: none;
}
@media only screen and (min-width: 550px) {
  .contact-card-item__title {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .contact-card-item__title {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .contact-card-item__title {
    font-size: 2.5rem;
  }
}
.contact-card-item a.contact-card-item__title:hover {
  text-decoration: underline;
}
.contact-card-item__text {
  font-size: 1.6rem;
  color: #7e7e7e;
}
@media only screen and (min-width: 768px) {
  .contact-card-item__text {
    font-size: 1.8rem;
  }
}

.contacts-list {
  display: flex;
  flex-flow: row wrap;
  gap: 2rem;
  margin: 0 0 6rem 0;
}
@media only screen and (min-width: 991px) {
  .contacts-list {
    margin: 0 0 10rem 0;
  }
}
.contacts-list--cutted {
  position: relative;
}
.contacts-list--cutted::before {
  content: "";
  position: absolute;
  bottom: -6rem;
  left: 50%;
  transform: translateX(-50%);
  height: 4rem;
  width: 10000%;
  background: #fff;
  pointer-events: none;
}

.contact-card {
  display: flex;
  box-shadow: 0 0 5rem rgba(0, 0, 0, 0.11);
  border-radius: 0.3rem;
  flex-basis: 100%;
  min-height: 14rem;
  column-gap: 1.5rem;
  padding: 0 1.5rem;
}
@media only screen and (min-width: 550px) {
  .contact-card {
    flex-basis: calc(50% - 2rem);
    column-gap: 2rem;
    padding: 0 2rem;
  }
}
@media only screen and (min-width: 991px) {
  .contact-card {
    flex-basis: calc(33.33% - 1.34rem);
    column-gap: 3rem;
    padding: 0 3rem;
  }
}
.contact-card__image {
  margin-top: 4rem;
}
.contact-card__image img {
  border-radius: 100%;
}
.contact-card__info {
  margin-top: 4.5rem;
}
.contact-card__name {
  font-size: 1.8rem !important;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #000000;
}
.contact-card__name a {
  color: #000000;
  text-decoration: none;
}
.contact-card__name a:hover {
  color: #000000;
  text-decoration: underline;
}
.contact-card__rank {
  font-size: 1.6rem;
  margin: 0;
  color: #7e7e7e;
}
@media only screen and (min-width: 768px) {
  .contact-card__rank {
    font-size: 1.8rem;
  }
}

.address-wrapper {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  margin: 5rem 0 3rem 0;
}
@media only screen and (min-width: 991px) {
  .address-wrapper {
    margin: 9rem 0;
  }
}
.address-wrapper__map {
  flex-basis: 100%;
  margin: 0 0 3rem 0;
}
@media only screen and (min-width: 768px) {
  .address-wrapper__map {
    flex-basis: 50%;
    margin: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .address-wrapper__map {
    flex-basis: 60%;
  }
}
.address-wrapper__map iframe {
  box-shadow: 0 0 5rem rgba(0, 0, 0, 0.11);
  border-radius: 0.3rem;
  overflow: hidden;
}
.address-wrapper__info {
  flex-basis: 100%;
  color: #7e7e7e;
}
@media only screen and (min-width: 768px) {
  .address-wrapper__info {
    flex-basis: 50%;
    padding: 0 0 0 4rem;
  }
}
@media only screen and (min-width: 991px) {
  .address-wrapper__info {
    padding: 0 0 0 6rem;
  }
}
@media only screen and (min-width: 1200px) {
  .address-wrapper__info {
    padding: 0 0 0 8rem;
    flex-basis: 40%;
  }
}
.address-wrapper__info h3 {
  color: #000000;
  margin: 0 0 1.5rem 0 !important;
}
.address-wrapper__info p {
  margin: 0 0 4.5rem 0 !important;
}
.address-wrapper__info > *:last-child {
  margin: 0;
}

.conditions-panel {
  margin: 0 0 4rem 0;
}
@media only screen and (min-width: 991px) {
  .conditions-panel {
    margin: 0 0 8rem 0;
  }
}
.conditions-panel p {
  margin: 0;
}
.conditions-panel a {
  text-decoration: none;
}
.conditions-panel a:hover {
  text-decoration: underline;
}

.inzerce-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  column-gap: 2rem;
  padding: 2rem;
  margin: 4rem 0 2rem;
  box-shadow: 0 0 5rem rgba(0, 0, 0, 0.11);
  border-radius: 0.3rem;
  text-align: center;
}
@media only screen and (min-width: 550px) {
  .inzerce-box {
    text-align: left;
    flex-direction: row;
    justify-content: space-between;
    padding: 2.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .inzerce-box {
    padding: 3rem 4rem;
    column-gap: 4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .inzerce-box {
    padding: 3.5rem 7rem;
    margin: 6rem 0;
  }
}
.inzerce-box h3 {
  margin: 0 0 1.5rem 0 !important;
}
.inzerce-box p {
  margin: 0;
}

.quote-wrapper, .extraComment {
  position: relative;
  margin: auto 0;
}
.quote-wrapper::before, .extraComment::before {
  content: "„";
  font-size: 8.7rem;
  color: #e5e5e5;
  position: absolute;
  bottom: calc(100% - 20px);
  right: 1rem;
  pointer-events: none;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

.over-header-panel-section {
  z-index: 1;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .over-header-panel-section .over-header-panel-wrapper {
    width: 100%;
    padding: 2rem 0 0 0;
    max-width: 124.6rem;
    margin: -10rem auto 0 auto;
    border-radius: 0.3rem;
    background: #fff;
  }
}
@media only screen and (min-width: 1500px) {
  .over-header-panel-section .over-header-panel-wrapper {
    max-width: 134.6rem;
  }
}

#toc_container {
  width: 100% !important;
}

.tag-groups-premium-post-tags-table {
  font-size: 1.5rem;
}
.tag-groups-premium-post-tags-table .tag-groups-premium-post-tags-group {
  padding-right: 1.5rem !important;
}

.subpage-content-wrapper__wide-container ~ .tag-groups-premium-post-tags-div {
  margin-bottom: 10rem;
  width: 50%;
  float: left;
  border-right: 0.1rem solid #e5e5e5;
  padding: 0 3.5rem 0 0;
}
@media only screen and (max-width: 767px) {
  .subpage-content-wrapper__wide-container ~ .tag-groups-premium-post-tags-div {
    width: 100%;
    float: none;
    margin-bottom: 2rem;
  }
}
.subpage-content-wrapper__wide-container ~ .tag-groups-premium-post-tags-div h4 {
  font-size: 2rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.subpage-content-wrapper__wide-container ~ .tag-groups-premium-post-tags-div table {
  font-family: "Poppins", sans-serif;
}
.subpage-content-wrapper__wide-container ~ .tag-groups-premium-post-tags-div table tr td {
  font-weight: 400;
  padding: 0;
}
.subpage-content-wrapper__wide-container ~ .tag-groups-premium-post-tags-div table tr td:last-child a {
  color: #d1004d;
  text-decoration: none;
}
.subpage-content-wrapper__wide-container ~ .tag-groups-premium-post-tags-div table tr td:last-child a:hover {
  color: #9eff4a;
  text-decoration: underline;
}
.subpage-content-wrapper__wide-container ~ .tag-groups-premium-post-tags-div table tr td img {
  max-width: 150px;
}
.subpage-content-wrapper__wide-container ~ .yarpp-related {
  width: 50%;
  float: left;
  padding: 0 0 0 5rem;
}
@media only screen and (max-width: 767px) {
  .subpage-content-wrapper__wide-container ~ .yarpp-related {
    width: 100%;
    float: none;
    padding: 0;
  }
}
.subpage-content-wrapper__wide-container ~ .yarpp-related h4 {
  font-size: 2rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.subpage-content-wrapper__wide-container ~ .yarpp-related ul {
  font-size: 1.5rem;
  font-family: "Poppins", sans-serif;
  list-style: none;
  margin: 0;
  padding: 0;
}
.subpage-content-wrapper__wide-container ~ .yarpp-related ul li {
  margin: 0;
  padding: 0.2rem 0;
}
.subpage-content-wrapper__wide-container ~ .yarpp-related ul li a {
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
}
.subpage-content-wrapper__wide-container ~ .yarpp-related ul li a:hover {
  color: #9eff4a;
  text-decoration: underline;
}

.essb_links + .yarpp-related {
  width: 100%;
  padding: 0;
}

#azIndex_index {
  margin-bottom: 5rem;
}
#azIndex_index .title {
  font-size: 3.4rem !important;
  font-family: "Poppins", sans-serif;
  margin-top: 5rem !important;
  margin-bottom: 2rem !important;
}
#azIndex_index .title:first-of-type {
  margin-top: 0 !important;
}
#azIndex_index a {
  font-size: 17px;
  text-decoration: none;
}

.form-box {
  position: relative;
  box-shadow: 0 0 5rem rgba(0, 0, 0, 0.11);
  border-radius: 0.3rem;
  margin: 5rem 0;
  padding: 3rem 1.5rem;
}
@media only screen and (min-width: 768px) {
  .form-box {
    padding: 6rem 6rem 3rem 6rem;
  }
}
@media only screen and (min-width: 991px) {
  .form-box {
    margin: 11rem 0;
    padding: 6rem 11rem 3rem 11rem;
  }
}
@media only screen and (min-width: 1350px) {
  .form-box--w-icon::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: -41px;
    left: -74px;
    width: 15rem;
    height: 16rem;
    background: url(../images/corner-header.svg) no-repeat center center;
    background-size: contain;
    pointer-events: none;
  }
  .form-box--w-icon::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 15rem;
    height: 16rem;
    background: #fff;
    pointer-events: none;
    border-top-left-radius: 0.3rem;
  }
}

.form {
  position: relative;
  z-index: 10;
}
.form__title {
  font-size: 1.7rem;
  margin: 0 0 2.5rem 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
@media only screen and (min-width: 550px) {
  .form__title {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .form__title {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .form__title {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .form__title {
    margin: 0 0 4rem 0;
  }
}
@media only screen and (min-width: 991px) {
  .form__title {
    margin: 0 0 6rem 0;
  }
}
.form__text {
  margin: 0 0 2.5rem 0;
}
@media only screen and (min-width: 768px) {
  .form__text {
    margin: 0 0 4rem 0;
  }
}

.form-field {
  margin: 0 0 2rem 0;
}
.form-field__input {
  width: 100%;
  padding: 1.5rem;
  margin: 0;
  background: #fff;
  color: #000000;
  border: 0.1rem solid #f1f1f1;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  font-size: 1.3rem;
  border-radius: 0;
}
.form-field textarea {
  min-height: 12rem;
  resize: none;
}

.form-check {
  margin: 0 0 2rem 0;
}
.form-check label {
  font-size: 1.6rem;
  display: block;
  position: relative;
  padding-left: 40px;
  color: #000000;
  font-weight: 400;
  font-family: "Sarabun", sans-serif;
}
@media only screen and (min-width: 768px) {
  .form-check label {
    font-size: 1.8rem;
  }
}
.form-check label input {
  position: absolute;
  left: -5000px;
  top: 0;
}
.form-check label input:checked + span:after {
  opacity: 1;
}
.form-check label span {
  display: inline-block;
  width: calc(100% - 40px);
}
.form-check label span:before {
  content: "";
  position: absolute;
  background: #fff;
  left: 0;
  top: 6px;
  width: 13px;
  height: 13px;
  border: 1px solid #e5e5e5;
  transition: border-color 0.3s, background 0.3s;
}
.form-check label span:after {
  content: "";
  position: absolute;
  opacity: 0;
  transition: opacity 0.3s;
  left: 4px;
  top: 7px;
  width: 5px;
  height: 8px;
  border: 1px solid #000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.form-controls {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
}

.form-info {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  margin: 1.5rem 0 0 0;
  font-size: 1.2rem;
  color: #bcbcbc;
}
.form-info p {
  max-width: 21rem;
  margin: 0;
}
.form-info a {
  color: inherit;
}
.form-info--center {
  justify-content: center;
}
.form-info--center p {
  max-width: 100%;
}

.form-link {
  margin-top: 1rem;
  text-align: right;
  font-size: 1.3rem;
  font-family: "Poppins", sans-serif;
}

.breadcrumb-wrapper {
  padding: 1.5rem 0;
}
.breadcrumb-wrapper .breadcrumb-item, .breadcrumb-wrapper span {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  color: #bcbcbc;
}
.breadcrumb-wrapper .breadcrumb-item a, .breadcrumb-wrapper span a {
  position: relative;
  cursor: pointer;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  transition: 0.3s;
  color: inherit;
}
.breadcrumb-wrapper .breadcrumb-item a:hover, .breadcrumb-wrapper span a:hover {
  text-decoration: underline;
  color: #d1004d;
}
.breadcrumb-wrapper .breadcrumb-item + .breadcrumb-item::before, .breadcrumb-wrapper span > span:not(:first-child)::before {
  content: "";
  display: inline-block;
  padding: 0 1.4rem;
  width: 0.7rem;
  height: 1.3rem;
  background: url(../images/breadcrumb-arrow.svg) no-repeat center center;
  background-size: contain;
}
@media only screen and (min-width: 768px) {
  .breadcrumb-wrapper .breadcrumb-item + .breadcrumb-item::before, .breadcrumb-wrapper span > span:not(:first-child)::before {
    padding: 0 2rem;
  }
}
@media only screen and (min-width: 991px) {
  .breadcrumb-wrapper .breadcrumb-item + .breadcrumb-item::before, .breadcrumb-wrapper span > span:not(:first-child)::before {
    padding: 0 3rem;
  }
}

.breadcrumb {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.social-sites-box {
  box-shadow: 0 0 5rem rgba(0, 0, 0, 0.11);
  border-radius: 0.3rem;
  padding: 2.5rem;
  margin: 4rem 0;
}
@media only screen and (min-width: 991px) {
  .social-sites-box {
    margin: 4rem 0 6rem 0;
    padding: 4.5rem;
  }
}
.social-sites-box .social-sites-wrapper {
  margin: 0;
}

.social-sites-wrapper {
  margin: 4rem 0;
}
@media only screen and (min-width: 991px) {
  .social-sites-wrapper {
    margin: 9rem 0;
  }
}
.social-sites-wrapper--center {
  text-align: center;
}
.social-sites-wrapper--center .social-sites-wrapper__title {
  margin: 0 0 3rem 0;
}
@media only screen and (min-width: 991px) {
  .social-sites-wrapper--center .social-sites-wrapper__title {
    margin: 0 0 6rem 0;
  }
}
.social-sites-wrapper--center .social-sites-list {
  justify-content: center;
}
.social-sites-wrapper__title {
  font-size: 2rem;
  margin: 0 0 2rem 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
@media only screen and (min-width: 550px) {
  .social-sites-wrapper__title {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .social-sites-wrapper__title {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .social-sites-wrapper__title {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 991px) {
  .social-sites-wrapper__title {
    margin: 0 0 4rem 0;
  }
}

.social-sites-list {
  display: flex;
  flex-flow: row wrap;
  gap: 1.7rem;
}

.social-site-button {
  position: relative;
  cursor: pointer;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  column-gap: 0.8rem;
  min-width: 12rem;
  padding: 0.5rem 1.5rem;
  font-size: 1.4rem;
  color: #fff !important;
  border-radius: 1.5rem;
  transition: 0.3s;
}
.social-site-button:hover {
  opacity: 0.8;
}
.social-site-button--facebook {
  background: #506daa;
}
.social-site-button--twitter {
  background: #36c7f6;
}
.social-site-button--pinterest {
  background: #ca212a;
}
.social-site-button--save {
  background: #00b46d;
}
.social-site-button--email {
  background: #0a75b8;
}
.social-site-button--messenger {
  background: #2196f3;
}

.essb_links::before {
  content: "Sdílejte nás na sociálních sítích";
  font-size: 2rem;
  margin: 0 0 2rem 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  display: block;
  text-align: left;
}
@media only screen and (min-width: 550px) {
  .essb_links::before {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .essb_links::before {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .essb_links::before {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 991px) {
  .essb_links::before {
    margin: 0 0 4rem 0;
  }
}
.essb_links_list {
  display: flex;
  flex-flow: row wrap;
  gap: 0.7rem;
}
.essb_links .essb_icon {
  width: 30px !important;
  height: 30px !important;
}
.essb_links .essb_icon::before {
  color: #fff;
  top: 7px !important;
  left: 7px !important;
}
.essb_links li.essb_item a {
  opacity: 1;
  color: #fff !important;
  padding: 0 1rem;
  font-size: 1.4rem;
  border-radius: 1.5rem;
  transition: 0.3s;
}
.essb_links li.essb_item a:hover {
  opacity: 0.8 !important;
}
.essb_links li.essb_item a .essb_network_name {
  position: relative;
  top: -1px;
}
.essb_links li.essb_item.essb_link_facebook a, .essb_links li.essb_item.essb_link_facebook a:hover {
  background-color: #506daa !important;
  color: #fff !important;
}
.essb_links li.essb_item.essb_link_twitter a, .essb_links li.essb_item.essb_link_twitter a:hover {
  background-color: #36c7f6 !important;
  color: #fff !important;
}
.essb_links li.essb_item.essb_link_pinterest a, .essb_links li.essb_item.essb_link_pinterest a:hover {
  background-color: #ca212a !important;
  color: #fff !important;
}
.essb_links li.essb_item.essb_link_pocket a, .essb_links li.essb_item.essb_link_pocket a:hover {
  background-color: #00b46d !important;
  color: #fff !important;
}
.essb_links li.essb_item.essb_link_mail a, .essb_links li.essb_item.essb_link_mail a:hover {
  background-color: #0a75b8 !important;
  color: #fff !important;
}
.essb_links li.essb_item.essb_link_messenger a, .essb_links li.essb_item.essb_link_messenger a:hover {
  background-color: #2196f3 !important;
  color: #fff !important;
}

.comparison-wrapper {
  margin: 5rem 0;
}
@media only screen and (min-width: 991px) {
  .comparison-wrapper {
    margin: 9rem 0;
  }
}
.comparison-wrapper__title {
  margin: 0 0 3rem 0;
}
@media only screen and (min-width: 768px) {
  .comparison-wrapper__title {
    margin: 0 0 5rem 0;
  }
}
@media only screen and (min-width: 991px) {
  .comparison-wrapper__title {
    margin: 0 0 9rem 0;
  }
}

.dataTables_wrapper {
  margin: 0 -22.7rem;
}
@media only screen and (max-width: 767px) {
  .dataTables_wrapper {
    margin: 0;
  }
}
.dataTables_wrapper table {
  width: 100% !important;
  min-width: 105rem;
  border-collapse: collapse;
  border-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .dataTables_wrapper table {
    min-width: 0;
  }
}
.dataTables_wrapper table thead tr th {
  padding: 0.5rem 1rem 0.5rem 1.5rem;
  border-right: 0.1rem solid #e5e5e5;
  font-weight: 400;
  background: none !important;
}
@media only screen and (min-width: 768px) {
  .dataTables_wrapper table thead tr th {
    padding: 2rem 1.5rem 2rem 2.5rem;
  }
}
.dataTables_wrapper table thead tr th:first-child, .dataTables_wrapper table thead tr th:last-child {
  border-right: none;
}
.dataTables_wrapper table thead tr th.sorting::after {
  color: #7e7e7e;
}
.dataTables_wrapper table thead tr th.sorting:hover::after {
  color: #d1004d;
}
.dataTables_wrapper table tbody tr:nth-child(2n+1) {
  background: #f5f5f5;
}
.dataTables_wrapper table tbody tr td {
  padding: 1rem 1.5rem;
  border-right: 0.1rem solid #e5e5e5;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .dataTables_wrapper table tbody tr td {
    padding: 2.5rem 2.5rem;
  }
}
.dataTables_wrapper table tbody tr td:first-child, .dataTables_wrapper table tbody tr td:last-child {
  border-right: none;
}
.dataTables_wrapper table tbody tr td .externilink {
  padding: 0;
}
.dataTables_wrapper table tbody tr td .externilink a {
  text-transform: uppercase;
  white-space: nowrap;
}
.dataTables_wrapper table tbody tr td img {
  max-width: 150px;
  max-height: 150px;
}

.compar-item {
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .compar-item {
    font-size: 1.8rem;
  }
}
.compar-item__position {
  font-weight: 700;
}
.compar-item__photo img {
  display: block;
  max-height: 5.5rem;
}
@media only screen and (min-width: 768px) {
  .compar-item__photo img {
    max-height: 9rem;
  }
}
@media only screen and (min-width: 1200px) {
  .compar-item__photo img {
    max-height: 11rem;
  }
}
.compar-item__text {
  line-height: 1.4;
}
.compar-item__btn {
  white-space: nowrap;
}

.compar-table-heart-icon {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .compar-table-heart-icon {
    display: none;
  }
}
.compar-table-heart-icon img {
  position: absolute;
}
.compar-table-heart-icon img:first-child {
  left: -13px;
  top: 12px;
}
.compar-table-heart-icon img:last-child {
  left: 4px;
  top: 0;
  z-index: -1;
}

.compar-table-sort {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 3rem;
}
.compar-table-sort__title {
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .compar-table-sort__title {
    font-size: 1.8rem;
  }
}
.compar-table-sort__buttons {
  display: flex;
  flex-direction: column;
  row-gap: 0.2rem;
}
.compar-table-sort__btn {
  position: relative;
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border: none;
  border-radius: 0;
  background: transparent;
  outline: none;
}
.compar-table-sort__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.compar-table-sort__btn:hover {
  filter: brightness(0) saturate(100%) invert(16%) sepia(79%) saturate(5900%) hue-rotate(330deg) brightness(79%) contrast(109%);
  cursor: pointer;
}
.compar-table-sort__btn--asc::before {
  border-bottom: 0.6rem solid #7e7e7e;
  border-left: 0.4rem solid transparent;
  border-right: 0.4rem solid transparent;
}
.compar-table-sort__btn--desc::before {
  border-top: 0.6rem solid #7e7e7e;
  border-left: 0.4rem solid transparent;
  border-right: 0.4rem solid transparent;
}

.content-gallery {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 1.2rem);
  margin: 3rem -0.6rem 3rem -0.6rem;
}
@media only screen and (min-width: 991px) {
  .content-gallery {
    margin: 4.5rem -0.6rem 4.5rem -0.6rem;
  }
}
.content-gallery__item {
  width: 50%;
  padding: 0 0.6rem;
  margin: 0 0 1.2rem 0;
}
@media only screen and (min-width: 550px) {
  .content-gallery__item {
    width: 33.33%;
  }
}
@media only screen and (min-width: 991px) {
  .content-gallery__item {
    width: 25%;
  }
}
.content-gallery__item img {
  display: block;
  width: 100%;
  transition: 0.3s;
  border-radius: 0.3rem;
}
.content-gallery__item:hover img {
  opacity: 0.8;
}
.content-gallery__item--locked {
  position: relative;
  overflow: hidden;
}
.content-gallery__item--locked:hover img {
  opacity: 1;
}
.content-gallery__item--locked span {
  font-size: 1.6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 2rem);
  text-align: center;
  color: #fff;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .content-gallery__item--locked span {
    font-size: 1.8rem;
  }
}
.content-gallery__item--locked span strong {
  font-size: 2rem;
}
@media only screen and (min-width: 550px) {
  .content-gallery__item--locked span strong {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .content-gallery__item--locked span strong {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .content-gallery__item--locked span strong {
    font-size: 3rem;
  }
}

.navigation {
  list-style: none;
  margin: 0;
  padding: 0 4rem 2rem 4rem;
  text-align: center;
}
@media only screen and (min-width: 991px) {
  .navigation {
    display: flex;
    align-items: center;
    padding: 0 2rem 0 0;
  }
}
.navigation > li {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 991px) {
  .navigation > li {
    display: inline-block;
  }
}
.navigation > li > a {
  position: relative;
  display: flex;
  align-items: center;
  transition: 0.3s;
  padding: 1.4rem 1rem;
  cursor: pointer;
  font-family: "Sarabun", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #d1004d;
  letter-spacing: 0.1rem;
  text-decoration: none;
}
@media only screen and (min-width: 1200px) {
  .navigation > li > a {
    padding: 1rem 1rem;
  }
}
.navigation > li > a img {
  position: relative;
  z-index: 10;
  transform: translateY(0.2rem);
  border-right: 0.7rem solid #fff;
  background: #fff;
}
.navigation > li > a span {
  pointer-events: none;
}
.navigation > li > a:after {
  content: "";
  position: absolute;
  top: calc(50% + 1.2rem);
  left: 1rem;
  width: calc(100% - 2rem);
  height: 0.2rem;
  background: #d1004d;
  opacity: 0;
  z-index: 1;
}
.navigation > li > a:hover {
  text-decoration: none;
  color: #d1004d;
}
@media only screen and (min-width: 991px) {
  .navigation > li > a:hover:after {
    opacity: 1;
  }
}
.navigation > li.has-child > a {
  padding: 1.4rem 2.5rem 1.4rem 1rem;
}
@media only screen and (min-width: 1200px) {
  .navigation > li.has-child > a {
    padding: 1rem 2.5rem 1rem 1rem;
    height: 9rem;
  }
}
.navigation > li.has-child > a::before {
  content: "";
  position: absolute;
  top: calc(50% + 0.2rem);
  transform: translateY(-50%);
  right: 1rem;
  width: 0.9rem;
  height: 0.5rem;
  background: url(../images/menu-arrow.svg) no-repeat center center;
  background-size: contain;
}
.navigation > li.selected a {
  color: #d1004d;
}
@media only screen and (min-width: 991px) {
  .navigation > li.selected a:after {
    opacity: 1;
  }
}

.navigation-childs {
  z-index: 10;
  position: absolute;
  opacity: 0;
  top: 100%;
  left: -3.5rem;
  display: flex;
  transition: 0.3s;
  pointer-events: none;
  border-top: 0.1rem solid #e5e5e5;
  background: #fff;
}
.navigation-childs.open {
  opacity: 1;
  pointer-events: all;
}
.navigation-childs__group {
  position: relative;
  top: -0.1rem;
  padding: 3rem 4.5rem;
  border-top: 0.1rem solid #e5e5e5;
  border-right: 0.1rem solid #e5e5e5;
}
.navigation-childs__group:last-child {
  border-right: none;
}
.navigation-childs__title {
  margin: 0 0 2rem 0;
  text-align: left;
  color: #7e7e7e;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
}
.navigation-childs__menu {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 15rem;
  text-align: left;
}
.navigation-childs__menu li {
  flex-basis: 100%;
}
.navigation-childs__menu li a {
  position: relative;
  cursor: pointer;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: inline-block;
  padding: 0.5rem 0;
  font-family: "Poppins", sans-serif;
  font-size: 1.3rem;
  color: #d1004d;
}
.navigation-childs__menu li a:hover {
  text-decoration: underline;
}
.navigation-childs__menu--two-cols {
  width: 32rem;
  column-gap: 4rem;
}
.navigation-childs__menu--two-cols li {
  flex-basis: calc(50% - 2rem);
}
.navigation-childs__menu--three-cols {
  width: 50rem;
  column-gap: 4rem;
}
.navigation-childs__menu--three-cols li {
  flex-basis: calc(33.33% - 2.7rem);
}

.pagination {
  position: relative;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media only screen and (min-width: 550px) {
  .pagination {
    flex-flow: row wrap;
    justify-content: space-between;
  }
}
.pagination a {
  color: #d1004d;
}
.pagination a:hover {
  color: #9eff4a;
}
.pagination__btn:disabled, .pagination__btn[disabled] {
  background: #bcbcbc !important;
  pointer-events: none !important;
}
.pagination__list {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.pagination__list li {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0;
}
.pagination a.pagination__item:hover {
  text-decoration: underline;
}
.pagination__item {
  font-size: 1.6rem;
  position: relative;
  cursor: pointer;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  position: relative;
  display: block;
  padding: 0 0.5rem;
  margin: 0;
  min-width: 4rem;
  line-height: 4rem;
  transition: 0.3s;
  background: transparent;
  border-radius: 0.3rem;
  text-align: center;
  font-weight: 400;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  .pagination__item {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 991px) {
  .pagination__item {
    min-width: 5.1rem;
    line-height: 5.1rem;
  }
}
.pagination__item--current {
  background: #fdf0f4;
  color: #d1004d;
  font-weight: 700;
}
.pagination__item--separator {
  opacity: 0.5;
  min-width: 0.1rem;
  padding: 0;
}

.header-mobile {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  background: #fff;
  display: none;
}
@media only screen and (min-width: 1200px) {
  .header-mobile {
    display: none !important;
  }
}
.header-mobile ul,
.header-mobile div {
  overflow-x: hidden;
  max-width: 100vw;
}
.header-mobile__header {
  height: 6rem;
  background: #d1004d;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .header-mobile__header {
    height: 8rem;
  }
}
.header-mobile__close {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5rem;
  cursor: pointer;
  border: none;
  appearance: none;
  background: transparent;
  display: flex;
  align-items: center;
  font-family: "Sarabun", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 1.5rem;
  color: #ffffff;
}
.header-mobile__close span {
  margin: 0 1rem 0 0;
}
@media only screen and (min-width: 768px) {
  .header-mobile__close span {
    margin: 0 2rem 0 0;
  }
}
.header-mobile__close img {
  width: 2rem;
  height: 2rem;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(356deg) brightness(105%) contrast(102%);
}
@media only screen and (min-width: 768px) {
  .header-mobile__close img {
    width: 3rem;
    height: 3rem;
  }
}
.header-mobile__content {
  position: relative;
  height: calc(100vh - 6rem);
  overflow-y: auto;
}
@media only screen and (min-width: 768px) {
  .header-mobile__content {
    height: calc(100vh - 8rem);
    padding: 6rem 6rem 4rem 6rem;
  }
}
.header-mobile__nav > ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  overflow-y: auto;
}
.header-mobile__nav > ul > li {
  margin: 0;
  padding: 0;
}
.header-mobile__nav > ul > li:first-child > a {
  border-top: none;
}
.header-mobile__nav > ul > li > a {
  color: #000;
  text-decoration: none;
  border-top: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
  column-gap: 1rem;
  position: relative;
  font-size: 1.5rem;
  padding: 1.5rem 2rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.5px;
  color: #d1004d;
}
@media only screen and (min-width: 768px) {
  .header-mobile__nav > ul > li > a {
    font-size: 2rem;
    padding: 2rem 3rem;
  }
}
.header-mobile__nav > ul > li.selected > a {
  color: #9eff4a;
}
.header-mobile__nav > ul > li.has-child span.arrow {
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.header-mobile__nav > ul > li.has-child > a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(270deg);
  right: 1rem;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/back.svg) no-repeat center center;
  background-size: contain;
  pointer-events: none;
  opacity: 0.5;
}
.header-mobile__nav > ul > li.has-child.open > a:before {
  transform: translateY(-50%) rotate(90deg);
}
.header-mobile__open {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 2rem 0;
}
.header-mobile__btn {
  display: flex;
  align-items: center;
  padding: 1.3rem 2rem 1.3rem 2rem;
  background: #d1004d;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 600;
  cursor: pointer;
  font-family: "Sarabun", sans-serif;
  letter-spacing: 0.1rem;
  line-height: 1;
  transition: 0.3s;
  white-space: nowrap;
}
@media only screen and (min-width: 550px) {
  .header-mobile__btn {
    justify-content: center;
    font-size: 1.6rem;
    padding: 1.6rem 2rem 1.6rem 2rem;
  }
}
.header-mobile__btn:hover {
  background: #9eff4a;
}

.mobile-navigation-childs {
  z-index: 10;
  position: relative;
  display: none;
  transition: 0.3s;
  pointer-events: none;
  background: #fff;
}
.mobile-navigation-childs.open {
  display: block;
}
.mobile-navigation-childs__group {
  position: relative;
  padding: 0 0 1.5rem 0;
}
@media only screen and (min-width: 768px) {
  .mobile-navigation-childs__group {
    padding: 0 0 3rem 0;
  }
}
.mobile-navigation-childs__title {
  margin: 0 0 1rem 0;
  padding: 0 2rem;
  text-align: left;
  color: #7e7e7e;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
}
@media only screen and (min-width: 768px) {
  .mobile-navigation-childs__title {
    font-size: 1.6rem;
    padding: 0 3rem;
    margin: 0 0 2rem 0;
  }
}
.mobile-navigation-childs__menu {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.mobile-navigation-childs__menu li {
  flex-basis: 50%;
}
@media only screen and (min-width: 550px) {
  .mobile-navigation-childs__menu li {
    flex-basis: 33.33%;
  }
}
.mobile-navigation-childs__menu li a {
  position: relative;
  cursor: pointer;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: inline-block;
  padding: 0.5rem 2rem;
  font-family: "Poppins", sans-serif;
  font-size: 1.3rem;
  color: #d1004d;
  pointer-events: all;
}
@media only screen and (min-width: 768px) {
  .mobile-navigation-childs__menu li a {
    font-size: 1.5rem;
    padding: 0.5rem 3rem;
  }
}
.mobile-navigation-childs__menu li a:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 550px) {
  .dictionary-wrapper {
    margin-top: 5rem;
  }
}
@media only screen and (min-width: 991px) {
  .dictionary-wrapper {
    margin-top: 10rem;
  }
}
.dictionary-wrapper__title {
  text-align: left;
}

.dictionary {
  list-style: none;
  margin: 0;
  padding: 0;
  column-count: 1;
  column-gap: 3rem;
}
@media only screen and (min-width: 550px) {
  .dictionary {
    column-count: 2;
    margin-top: 5rem;
  }
}
@media only screen and (min-width: 991px) {
  .dictionary {
    column-count: 3;
    margin-top: 10rem;
  }
}
.dictionary__group {
  break-inside: avoid-column;
  margin: 0 0 4rem 0;
}
@media only screen and (min-width: 768px) {
  .dictionary__group {
    margin: 0 0 5rem 0;
  }
}
.dictionary__title {
  font-size: 2.4rem !important;
  margin: 0 0 2rem 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
@media only screen and (min-width: 550px) {
  .dictionary__title {
    font-size: 2.8rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .dictionary__title {
    font-size: 3.4rem !important;
  }
}
@media only screen and (min-width: 1200px) {
  .dictionary__title {
    font-size: 4rem !important;
  }
}
.dictionary__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dictionary__list li a {
  text-decoration: none;
}
.dictionary__list li a:hover {
  text-decoration: underline;
}

.sidebar-comments {
  margin: 0 0 5rem 0;
}
.sidebar-comments__title {
  font-size: 2rem;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
@media only screen and (min-width: 550px) {
  .sidebar-comments__title {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .sidebar-comments__title {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .sidebar-comments__title {
    font-size: 3rem;
  }
}

.comments {
  margin: 0 0 5rem 0;
}
.comments__title {
  font-size: 2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
@media only screen and (min-width: 550px) {
  .comments__title {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .comments__title {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .comments__title {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 991px) {
  .comments__title {
    margin: 0 0 2rem 0;
  }
}
.comments__title span {
  font-size: 1.7rem;
  font-weight: 400;
}
@media only screen and (min-width: 550px) {
  .comments__title span {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .comments__title span {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .comments__title span {
    font-size: 2rem;
  }
}

.comments-list {
  display: flex;
  flex-flow: column wrap;
  align-items: flex-end;
}

.sidebar-comment-item,
.comment-item {
  width: 100%;
  margin-top: 2.5rem;
}
.sidebar-comment-item__text,
.comment-item__text {
  padding: 3rem;
  border-radius: 2rem;
  background: #fdf0f4;
  color: #000000;
}
.sidebar-comment-item__controls,
.comment-item__controls {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 1rem;
}
.sidebar-comment-item__btn,
.comment-item__btn {
  color: #d1004d !important;
  border-width: 0.2rem !important;
  border-color: #d1004d !important;
  padding: 0.9rem 2rem !important;
}
.sidebar-comment-item__btn:hover,
.comment-item__btn:hover {
  background: #d1004d !important;
  color: #ffffff !important;
  border-width: 0.2rem !important;
  border-color: #d1004d !important;
}
.sidebar-comment-item__footer,
.comment-item__footer {
  position: relative;
  background: #fdf0f4;
}
.sidebar-comment-item__footer::before,
.comment-item__footer::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-100%);
  width: 2rem;
  height: 2rem;
  background: inherit;
  z-index: -1;
}
.sidebar-comment-item__footer-inner,
.comment-item__footer-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 1.2rem;
  padding: 1rem;
  border-top-right-radius: 2rem;
  background: #fff;
  line-height: 1;
  text-align: right;
}
.sidebar-comment-item__name,
.comment-item__name {
  font-size: 1.6rem;
}
.sidebar-comment-item__date,
.comment-item__date {
  font-size: 1.5rem;
  opacity: 0.5;
}
.sidebar-comment-item__avatar img,
.comment-item__avatar img {
  height: 4rem;
  width: 4rem;
  border-radius: 100%;
}
.sidebar-comment-item--reply .sidebar-comment-item__text,
.sidebar-comment-item--reply .comment-item__text,
.comment-item--reply .sidebar-comment-item__text,
.comment-item--reply .comment-item__text {
  background: #f5f5f5;
  color: #000000;
}
.sidebar-comment-item--reply .sidebar-comment-item__footer,
.sidebar-comment-item--reply .comment-item__footer,
.comment-item--reply .sidebar-comment-item__footer,
.comment-item--reply .comment-item__footer {
  background: #f5f5f5;
}
.sidebar-comment-item--reply .sidebar-comment-item__footer::before,
.sidebar-comment-item--reply .comment-item__footer::before,
.comment-item--reply .sidebar-comment-item__footer::before,
.comment-item--reply .comment-item__footer::before {
  right: unset;
  left: 0;
}
.sidebar-comment-item--reply .sidebar-comment-item__footer-inner,
.sidebar-comment-item--reply .comment-item__footer-inner,
.comment-item--reply .sidebar-comment-item__footer-inner,
.comment-item--reply .comment-item__footer-inner {
  flex-direction: row-reverse;
  border-top-right-radius: 0;
  border-top-left-radius: 2rem;
  text-align: left;
}
@media only screen and (min-width: 991px) {
  .sidebar-comment-item--ml-medium,
  .comment-item--ml-medium {
    width: calc(100% - 3rem);
  }
}
@media only screen and (min-width: 1200px) {
  .sidebar-comment-item--ml-medium,
  .comment-item--ml-medium {
    width: calc(100% - 6rem);
  }
}
.sidebar-comment-item--small,
.comment-item--small {
  max-width: 53rem;
}
.sidebar-comment-item--small .comment-item__text,
.comment-item--small .comment-item__text {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  gap: 1.5rem;
}
@media only screen and (min-width: 550px) {
  .sidebar-comment-item--small .comment-item__text,
  .comment-item--small .comment-item__text {
    align-items: center;
    flex-flow: row wrap;
  }
}
.sidebar-comment-item--small .comment-item__controls,
.comment-item--small .comment-item__controls {
  padding: 0;
}

.login-section {
  margin: 4rem 0;
}
@media only screen and (min-width: 991px) {
  .login-section {
    margin: 8rem 0;
  }
}

.login-box {
  max-width: 50rem;
  margin: 0 auto;
}
.login-box__nav {
  display: flex;
  flex-flow: row wrap;
}
.login-box__nav .tabs__btn {
  position: relative;
  flex-basis: 50%;
  justify-content: center;
  font-weight: 700;
  padding: 1.5rem 1rem;
  background: transparent;
}
@media only screen and (min-width: 991px) {
  .login-box__nav .tabs__btn {
    padding: 2rem 1rem;
  }
}
@media only screen and (min-width: 1200px) {
  .login-box__nav .tabs__btn {
    padding: 2.2rem 1rem;
  }
}
.login-box__nav .tabs__btn--current {
  background: #fff;
  box-shadow: 0 0 5rem rgba(0, 0, 0, 0.11);
  border-radius: 0.3rem;
}
.login-box__nav .tabs__btn--current:hover {
  color: #d1004d;
}
.login-box__nav .tabs__btn--current::before {
  content: none;
}
.login-box__nav .tabs__btn--current::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 4rem;
  background: #fff;
  pointer-events: none;
}
.login-box__content {
  box-shadow: 0 0 5rem rgba(0, 0, 0, 0.11);
  border-radius: 0.3rem;
  padding: 2rem 2rem 2rem 2rem;
}
@media only screen and (min-width: 768px) {
  .login-box__content {
    padding: 3.5rem 5rem 2rem 5rem;
  }
}
.login-box__content .form__title {
  margin: 0 0 1.5rem 0 !important;
}

.toggle-content-box {
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}
.toggle-content-box__texts .subpage-content-wrapper {
  padding: 0 !important;
  margin: -1rem 0 0 0 !important;
  max-width: 100% !important;
}
.toggle-content-box__controls {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-flow: row;
  justify-content: center;
  width: 100%;
}
.toggle-content-box__controls::before {
  content: "";
  position: absolute;
  bottom: 0rem;
  left: 0;
  width: 100%;
  height: 9rem;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  border-bottom: 1rem solid #fff;
  pointer-events: none;
}
.toggle-content-box__btn {
  padding: 1.1rem 2rem !important;
}
.toggle-content-box.expanded .toggle-content-box__controls::before {
  opacity: 0;
}
.toggle-content-box.expanded .toggle-content-box__btn img {
  transform: rotate(180deg);
}

.filters-wrapper {
  margin: 2rem 0 0 0;
}
.filters-wrapper__title {
  font-size: 1.8rem !important;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #000000;
  line-height: 2.5rem;
}

.filters-list {
  display: flex;
  flex-flow: row wrap;
}
.filters-list__item {
  margin: 0 1rem 1rem 0;
}
@media only screen and (min-width: 550px) {
  .filters-list__item {
    margin: 0 2rem 1.2rem 0;
  }
}
.filters-list__item input {
  position: absolute;
  left: -9999999999px;
}
.filters-list__item input:checked ~ label {
  background: #d1004d;
  color: #ffffff;
}
.filters-list__item.active span {
  display: inline-block;
  padding: 0.7rem 1.2rem;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  border-radius: 0.3rem;
  background: #d1004d;
  color: #ffffff;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
}

.filter-button {
  display: inline-block;
  padding: 0.7rem 1.2rem;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  color: #7e7e7e;
  border-radius: 0.3rem;
  background: #f5f5f5;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
}
@media only screen and (min-width: 550px) {
  .filter-button {
    padding: 0.8rem 2rem;
  }
}
.filter-button:hover {
  background: #d1004d;
  color: #ffffff;
}

/*
 * Default WP Alignment Classes
 *****************************************************************************/
.aligncenter, .alignleft, .alignright {
  display: block;
  padding: 0;
}

.aligncenter {
  float: none;
  margin: 0.5em auto 1em;
  text-align: center;
}

.alignright {
  float: right;
  margin: 0.5em 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0.5em 1em 1em 0;
}

.wp-caption {
  padding: 5px 0;
  border: 1px solid #555;
  background: #444;
  text-align: center;
}

.wp-caption img {
  display: inline;
}

.wp-caption p.wp-caption-text {
  margin: 5px 0 0;
  padding: 0;
  text-align: center;
  font-size: 75%;
  font-weight: 100;
  font-style: italic;
  color: #ddd;
}

/*# sourceMappingURL=main.css.map */
