/* Colors */
/* Functions */
@font-face {
  font-family: 'AvenirNext';
  src: url('../../fonts/Metropolis-Bold.woff2') format('woff2'), url('../../fonts/Metropolis-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlvAw.ttf) format('truetype');
}
.btn-sm {
  font-size: 14px !important;
  height: 40px !important;
  padding: 0 16px !important;
}
body {
  --gutter-x2: -12px;
  --gutter-x: 12px;
}
body.modal-opened {
  position: fixed !important;
  overflow: hidden !important;
  width: 100%;
}
body.scroll-down header.fixed {
  transform: translateY(-100%);
}
body.scroll-down .sidebar__inner {
  transform: translateY(-80px);
}
body.scroll-up header.fixed {
  transform: translateY(0%);
}
.morecontent span {
  display: none;
}
::-moz-selection {
  background-color: #65c6b6;
  color: #fff;
}
::selection {
  background-color: #65c6b6;
  color: #fff;
}
.sidebar {
  will-change: min-height;
}
.sidebar__inner {
  transform: translate(0, 0);
  /* For browsers don't support translate3d. */
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
  -moz-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
}
#mobile-footer-cta-buttons:before {
  content: " ";
  height: 40px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  backdrop-filter: blur(4px);
}
#side-menu {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99999;
}
#side-menu .backdrop {
  background-color: rgba(16, 23, 43, 0.4);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  flex: 1;
  width: 100%;
  height: 100%;
}
#side-menu .content {
  padding: 120px 0 50px;
  width: 75%;
  background-color: #fff;
  box-shadow: -3px 0 10px 0 #00000026;
  margin-right: calc((50% + 56px) * -1);
  overflow-y: auto;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#side-menu .content.in {
  margin-right: 0;
}
#side-menu .content ul.menu {
  margin-bottom: 35px;
}
#side-menu .content ul.menu li.current-menu-item a {
  font-weight: 900;
}
#side-menu .content ul.menu li.opened.menu-item-has-children > a svg {
  transform: translateY(-50%) rotate(180deg);
}
#side-menu .content ul.menu li.opened > ul.sub-menu {
  max-height: 600px;
}
#side-menu .content ul.menu li.menu-item-has-children > a svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  right: 16px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #10172b;
}
#side-menu .content ul.menu li a {
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 16px;
  color: #10172b;
  font-size: 14px;
  border-bottom: 2px solid #f4f4f4;
  position: relative;
}
#side-menu .content ul.menu li ul.sub-menu {
  max-height: 0;
  overflow: hidden;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#side-menu .content ul.menu li ul.sub-menu li a {
  color: #10172b;
  background-color: rgba(101, 198, 182, 0.4);
  border-bottom-color: rgba(101, 198, 182, 0.3);
}
#side-menu .content ul.menu li ul.sub-menu li ul.sub-menu li a {
  background-color: rgba(101, 198, 182, 0.2);
}
#side-menu .content .lang-list li .name {
  margin-left: 10px;
}
header {
  z-index: 999999;
}
header.fixed,
body.modal-opened header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 !important;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header.fixed #header-bottom,
body.modal-opened header #header-bottom {
  border-width: 0 0 2px;
  padding-top: 8px;
  padding-bottom: 8px;
}
header.fixed #header-bottom ul.header-menu li.current-menu-item:after,
body.modal-opened header #header-bottom ul.header-menu li.current-menu-item:after {
  bottom: 0;
}
header.fixed .header-search-form,
body.modal-opened header .header-search-form {
  transform: translateY(16px);
}
header #header-bottom #header-logo {
  width: auto;
}
@media screen and (max-width: 575px) {
  header #header-bottom #header-logo {
    width: 170px;
  }
}
header #header-bottom ul.header-menu.web-lang {
  cursor: pointer;
}
header #header-bottom ul.header-menu.web-lang li {
  padding: 0px;
}
header #header-bottom ul.header-menu.web-lang li svg {
  width: 26px;
  height: 18px;
}
header #header-bottom ul.header-menu.web-lang li ul.sub-menu {
  min-width: max-content;
  width: max-content;
}
header #header-bottom ul.header-menu.web-lang li ul.sub-menu li {
  padding: 0;
  border-bottom: 2px solid #f4f4f4;
}
header #header-bottom ul.header-menu.web-lang li ul.sub-menu li:first-child {
  padding-top: 8px;
}
header #header-bottom ul.header-menu.web-lang li ul.sub-menu li:last-child {
  padding-bottom: 8px;
}
header #header-bottom ul.header-menu.web-lang li ul.sub-menu li a {
  display: flex;
  justify-content: start;
  padding: 6px 28px 6px 18px;
}
header #header-bottom ul.header-menu.web-lang li ul.sub-menu li a span {
  font-size: 14px;
  color: #10172b;
}
header #header-bottom ul.header-menu li {
  position: relative;
  height: 60px;
  flex: 1;
  display: flex;
  margin: 0 10px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header #header-bottom ul.header-menu li:hover > a {
  color: #10172b;
}
header #header-bottom ul.header-menu li:hover > ul.sub-menu {
  opacity: 1;
  top: 100%;
  pointer-events: initial;
}
header #header-bottom ul.header-menu li:hover > ul.sub-menu li:last-child {
  border: none;
  border-left: none!important;
}
header #header-bottom ul.header-menu li:hover > ul.sub-menu li:last-child a {
  border-bottom: none;
}
header #header-bottom ul.header-menu li.current-menu-item > a {
  font-weight: 700;
  color: #10172b;
}
header #header-bottom ul.header-menu li.current-menu-item:after {
  content: " ";
  width: 100%;
  height: 8px;
  background-color: #65c6b6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  left: 0;
  bottom: -24px;
  clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%);
}
header #header-bottom ul.header-menu li a {
  font-size: 18px;
  color: rgba(16, 23, 43, 0.7);
  padding: 0 10px;
  display: inline-flex;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body.single-listing header #header-bottom ul.header-menu li a {
  color: #10172b;
}
header #header-bottom ul.header-menu li ul.sub-menu {
  opacity: 0;
  position: absolute;
  z-index: 999;
  top: 100px;
  left: 50%;
  min-width: 180px;
  transform: translateX(-50%);
  padding-top: 14px;
  pointer-events: none;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left;
  -webkit-filter: drop-shadow(1px 1px 0px #f4f4f4) drop-shadow(0 1px 0px #f4f4f4) drop-shadow(1px 0 0px #f4f4f4) drop-shadow(0 -1px 0px #f4f4f4) drop-shadow(-1px 0 0px #f4f4f4) drop-shadow(-1px -1px 0px #f4f4f4);
  filter: drop-shadow(1px 1px 0px #f4f4f4) drop-shadow(0 1px 0px #f4f4f4) drop-shadow(1px 0 0px #f4f4f4) drop-shadow(0 -1px 0px #f4f4f4) drop-shadow(-1px 0 0px #f4f4f4) drop-shadow(-1px -1px 0px #f4f4f4);
}
header #header-bottom ul.header-menu li ul.sub-menu:before {
  content: ' ';
  position: absolute;
  left: 50%;
  top: 14px;
  transform: translate(-50%, -100%);
  border: 8px solid;
  border-color: transparent transparent #fff transparent;
}
header #header-bottom ul.header-menu li ul.sub-menu li {
  background: #fff;
  border: none;
  height: initial;
}
header #header-bottom ul.header-menu li ul.sub-menu li:first-child {
  padding-top: 16px;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
header #header-bottom ul.header-menu li ul.sub-menu li:last-child {
  padding-bottom: 16px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
header #header-bottom ul.header-menu li ul.sub-menu li:hover > a {
  background: #fff;
  color: #10172b;
}
header #header-bottom ul.header-menu li ul.sub-menu li:hover > a:after {
  width: 4px;
}
header #header-bottom ul.header-menu li ul.sub-menu li:hover > ul.sub-menu {
  opacity: 1;
  top: 0;
  pointer-events: initial;
}
header #header-bottom ul.header-menu li ul.sub-menu li a {
  white-space: nowrap;
  margin: 0;
  padding: 8px 24px;
  display: block;
  position: relative;
}
header #header-bottom ul.header-menu li ul.sub-menu li a:after {
  content: ' ';
  width: 0;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #65c6b6;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  -ms-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a.mobile-hamburger-menu {
  flex-direction: column;
  padding: 10px;
  width: 36px;
  height: 35px;
  z-index: 999999;
  width: 48px;
  height: 48px;
  align-items: end;
  justify-content: center;
}
a.mobile-hamburger-menu .hamburger-menu {
  position: relative;
  transform: translateX(4.5px);
  background: #10172b;
  transition: all 0ms 300ms;
  width: 16px;
  height: 1px;
}
a.mobile-hamburger-menu .hamburger-menu.animate {
  background: rgba(255, 255, 255, 0);
}
a.mobile-hamburger-menu .hamburger-menu.animate:before {
  bottom: 0;
  width: 26px;
  height: 2px;
  transform: rotate(-45deg);
  transition: width 300ms cubic-bezier(0.23, 1, 0.32, 1), bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
a.mobile-hamburger-menu .hamburger-menu.animate:after {
  top: 0;
  width: 26px;
  height: 2px;
  transform: rotate(45deg);
  transition: width 300ms cubic-bezier(0.23, 1, 0.32, 1), top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
a.mobile-hamburger-menu .hamburger-menu:after,
a.mobile-hamburger-menu .hamburger-menu:before {
  height: 1px;
  background: #10172b;
}
a.mobile-hamburger-menu .hamburger-menu:before {
  content: "";
  position: absolute;
  right: 0;
  width: 22px;
  bottom: 7px;
  transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
a.mobile-hamburger-menu .hamburger-menu:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  top: 7px;
  transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
main {
  flex: 1;
}
#home-main-banner .post-content p {
  margin-bottom: 0;
}
.faq-list .faq-item {
  max-width: 90vw;
}
.faq-list .faq-item.opened .faq-answer {
  max-height: 600px;
  overflow: auto;
  word-break: break-word;
}
.faq-list .faq-item.opened .arrow {
  transform: rotate(180deg);
}
body.single .faq-list .faq-item .faq-question .faq-q-name {
  font-size: 20px;
}
.faq-list .faq-item .faq-answer {
  max-height: 0;
  overflow: hidden;
}
#breadcrumbs {
  white-space: nowrap;
  overflow-x: auto;
}
#breadcrumbs ul {
  display: flex;
  align-items: center;
}
#breadcrumbs li:not(:last-child):after {
  background: url(../../images/icons/chevron-right.svg) no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  margin: 0 5px -1px 5px;
  height: 10px;
  width: 10px;
  background-size: 15px;
  background-position: center;
}
#breadcrumbs li a.link,
#breadcrumbs li span.link {
  font-size: 12px;
  color: rgba(16, 23, 43, 0.7);
  line-height: 1;
  font-weight: 700;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#breadcrumbs li a.link:hover,
#breadcrumbs li span.link:hover {
  color: #10172b;
}
#breadcrumbs li span.link {
  font-weight: 400;
}
.pagination {
  margin-top: 28px;
}
.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.pagination ul li {
  color: #939393;
  margin-right: 8px;
}
.pagination ul li:last-child {
  margin-right: 0;
}
.pagination ul li:hover a {
  color: #272727;
  border-color: rgb(var(--secondary-rgb));
}
.pagination ul li.active a {
  border-color: rgb(var(--secondary-rgb));
  background-color: rgb(var(--secondary-rgb));
  color: #fff;
  font-weight: 700;
}
.pagination ul li span,
.pagination ul li a {
  border: solid 2px #e4e4e4;
  background-color: #fff;
  -webkit-border-radius: 8px 0 8px 0;
  -moz-border-radius: 8px 0 8px 0;
  -ms-border-radius: 8px 0 8px 0;
  border-radius: 8px 0 8px 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination ul li a {
  color: #939393;
  font-size: 16px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#header-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 500px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f7fc+0,dfdfdf+100 */
  background: red;
  /* Old browsers */
  background: -moz-linear-gradient(top, red 0%, #fff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, red 0%, #fff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, red 0%, #fff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@first', endColorstr='@sec', GradientType=0);
  /* IE6-9 */
}
.lwptoc .lwptoc_items {
  -moz-transition: margin-top 0.3s;
  -webkit-transition: margin-top 0.3s;
  -o-transition: margin-top 0.3s;
  transition: margin-top 0.3s;
}
.lwptoc .lwptoc_items-visible {
  margin-top: 12px;
}
.lwptoc ul.lwptoc_itemWrap {
  margin-bottom: 0;
}
.sidebar .lwptoc .lwptoc_header {
  display: none;
  margin-bottom: 12px;
}
.sidebar .lwptoc ul.lwptoc_itemWrap li.lwptoc_item.active a {
  color: #569AF6;
}
.sidebar .lwptoc ul.lwptoc_itemWrap li.lwptoc_item.active a:hover {
  color: #477fcb;
}
.sidebar .lwptoc ul.lwptoc_itemWrap li.lwptoc_item.active a:before {
  background-color: rgba(86, 154, 246, 0.5);
  border-color: #569AF6;
}
.sidebar .lwptoc ul.lwptoc_itemWrap li.lwptoc_item a {
  font-size: 12px;
  color: rgba(16, 23, 43, 0.7);
  padding: 0 0 6px 16px;
  position: relative;
  display: block;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.sidebar .lwptoc ul.lwptoc_itemWrap li.lwptoc_item a:before {
  content: " ";
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 5px;
  border: 1px solid rgba(16, 23, 43, 0.5);
}
.post-content {
  font-size: 18px;
  line-height: 1.5;
  color: rgba(16, 23, 43, 0.7);
  word-break: break-word;
}
body.single-listing .post-content {
  color: #10172b;
}
.post-content p,
.post-content ul,
.post-content ol {
  margin: 24px 0;
}
.post-content p:first-child,
.post-content ul:first-child,
.post-content ol:first-child {
  margin-top: 0;
}
.post-content h1 {
  font-size: 28px;
}
.post-content h2 {
  font-size: 24px;
}
.post-content h3 {
  font-size: 20px;
}
.post-content h4,
.post-content h5 {
  font-size: 16px;
}
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4 {
  margin: 24px 0;
  line-height: 1.2;
  color: #10172b;
  font-weight: 700;
}
.post-content h1:first-child,
.post-content h2:first-child,
.post-content h3:first-child,
.post-content h4:first-child {
  margin-top: 0;
}
.post-content ol {
  list-style: decimal!important;
  padding-left: 20px;
}
.post-content ul {
  padding-left: 20px;
}
.post-content ul li {
  list-style: disc;
}
.post-content p img {
  margin-bottom: 20px;
}
.post-content a:not(.btn) {
  color: #569AF6;
  font-weight: 600;
  max-width: 100%;
  word-break: break-all;
}
.post-content img {
  max-width: 100%;
  height: auto;
}
@keyframes scaleIn {
  from {
    transform: scale(0.5, 0.5);
    opacity: 0.5;
  }
  to {
    transform: scale(2.5, 2.5);
    opacity: 0;
  }
}
.pulse {
  position: relative;
}
.pulse .circle {
  background-color: #25a337;
  animation: scaleIn 4s infinite cubic-bezier(0.36, 0.11, 0.89, 0.32);
}
#comments #commentform {
  color: #10172b;
  margin-bottom: 0;
}
#comments #commentform p {
  margin: 0;
}
#comments #commentform [class*="comment-form-"] {
  display: flex;
  flex-flow: column;
}
#comments #commentform [class*="comment-form-"] input[type="text"]:hover,
#comments #commentform [class*="comment-form-"] textarea:hover,
#comments #commentform [class*="comment-form-"] input[type="text"]:focus,
#comments #commentform [class*="comment-form-"] textarea:focus {
  border-color: var(--border-color, #569AF6);
}
#comments #commentform .comment-form-cookies-consent {
  flex-flow: row;
}
#comments #commentform .comment-form-cookies-consent label {
  margin-left: 8px;
  font-size: 14px;
}
#comments #commentform .form-submit {
  margin-bottom: 0;
}
#comments .rating {
  height: 40px;
}
#comments .rating-0 {
  filter: grayscale(100%);
}
#comments .rating > input {
  display: none;
}
#comments .rating > label {
  cursor: pointer;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  transition: 0.3s;
}
#comments .rating > input:checked ~ label,
#comments .rating > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}
#comments .rating > input:not(:checked) ~ label:hover,
#comments .rating > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}
#comments .emoji-wrapper {
  height: 40px;
}
#comments .emoji-wrapper .emoji {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.3s;
}
#comments .emoji-wrapper .emoji > svg {
  margin: 5px 0;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}
#comments #rating-1:checked ~ .emoji-wrapper > .emoji {
  transform: translateY(-40px);
}
#comments #rating-2:checked ~ .emoji-wrapper > .emoji {
  transform: translateY(-80px);
}
#comments #rating-3:checked ~ .emoji-wrapper > .emoji {
  transform: translateY(-120px);
}
#comments #rating-4:checked ~ .emoji-wrapper > .emoji {
  transform: translateY(-160px);
}
#comments #rating-5:checked ~ .emoji-wrapper > .emoji {
  transform: translateY(-200px);
}
#comments ul.comment-list {
  margin: 0;
  padding-left: 0;
}
#comments ul.comment-list li {
  list-style: none;
}
#comments ul.comment-list p {
  font-size: 16px;
}
#comments ul.comment-list p:last-child {
  margin-bottom: 0;
}
#comments ul.comment-list .stars .star {
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
footer .footer-menu ul.fm-list li {
  margin-bottom: 8px;
}
footer .footer-menu ul.fm-list li a {
  font-size: 18px;
  font-weight: 500;
  color: rgba(16, 23, 43, 0.7);
  padding-top: 4px;
  position: relative;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
footer .footer-menu ul.fm-list li a:hover {
  color: #10172b;
}
footer .footer-menu ul.fm-list li a:hover:after {
  width: 100%;
}
footer .footer-menu ul.fm-list li a:after {
  content: " ";
  width: 0%;
  height: 2px;
  background-color: #65c6b6;
  position: absolute;
  left: 0;
  bottom: 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
footer .footer-bottom-text a {
  color: #10172b;
  font-weight: 500;
}
#modal-change-country {
  background-color: rgba(39, 39, 39, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  display: none;
}
#modal-change-country .modal-backdrop {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
#modal-change-country .modal-in {
  background-color: #fff;
  padding: 16px 20px;
  border-radius: 16px 8px 16px 8px;
  border-bottom: 2px solid #ddd;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40rem;
  max-width: 90%;
}
#modal-change-country .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ddd;
}
#modal-change-country .modal-header .close {
  padding: 8px;
}
#modal-change-country .modal-content .lang-list {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
@media screen and (max-width: 575px) {
  #modal-change-country .modal-content .lang-list {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}
#modal-change-country .modal-content .lang-list li {
  margin-bottom: 12px;
}
#modal-change-country .modal-content .lang-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  border-radius: 16px 8px 16px 8px;
  border: 1px solid #ddd;
  transition: all;
}
#modal-change-country .modal-content .lang-list li a:hover {
  background-color: #f4f4f4;
}
