@charset "UTF-8";
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}

body {
  opacity: 1 !important;
  filter: none !important;
}

body {
  opacity: 1 !important;
  filter: none !important;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  min-width: 350px;
  direction: ltr !important;
}

input[type=text],
textarea,
input[type=submit] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

.grecaptcha-badge {
  display: none !important;
}

a {
  text-decoration: none;
  color: inherit;
}

i::before,
i::after {
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
  color: #f3d250;
}

.wrapper {
  max-width: 1286px;
  margin: 0 auto;
}

.default-header {
  font-size: 30px;
  font-weight: 700;
  color: #010101;
  text-transform: uppercase;
}

.default-button {
  background: white;
  border: 1px solid #010101;
  height: 47px;
  min-width: 143px;
  padding: 0 35px;
  font-size: 16px;
  font-weight: 700;
  color: #010101;
  display: inline-block;
  text-decoration: none;
  line-height: 46px;
  transition: all 0.5s ease;
}
.default-button:hover {
  background: #55bcc9;
  border: 1px solid #55bcc9;
  color: white;
}

.cky-consent-container .cky-consent-bar {
  padding: 0 24px 10px 24px !important;
}
.cky-consent-container .cky-consent-bar .cky-notice {
  max-width: 1286px;
  margin: 0 auto;
}
.cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group {
  justify-content: center;
}
.cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-btn-wrapper {
  margin-top: 0;
}
.cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-btn-wrapper button {
  border-radius: 0;
  padding: 5px 27px;
}

header {
  position: sticky;
  top: 0;
  z-index: 99999;
}

.cookies {
  background: #ffffff;
  border: 1px solid;
  padding: 8px 20px;
  box-shadow: 0 -1px 10px 0 #acabab4d;
  background-color: #ffffff;
  border-color: #f4f4f4;
}
.cookies__content {
  color: #212121;
  font-size: 14px;
  line-height: 24px;
}
@media screen and (max-width: 600px) {
  .cookies__content {
    font-size: 12px;
    line-height: 18px;
  }
}
.cookies__container {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.cookies__container a {
  color: #55bcc9;
}
.cookies__container .description {
  color: #212121;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
.cookies__container button {
  color: #ffffff;
  background-color: #55bcc9;
  border-color: #55bcc9;
  border-radius: 0;
  padding: 5px 27px;
  border: none;
  height: 38px;
  cursor: pointer;
  max-width: 126px;
  width: 100%;
  transition: all 0.3s ease;
}
.cookies__container button:hover {
  opacity: 0.8;
}
@media screen and (max-width: 600px) {
  .cookies__container button {
    padding: 5px;
  }
}

nav {
  background-color: #efefef;
  position: sticky;
  top: 0;
  z-index: 999;
  padding: 20px 0;
  transition: all 0.5s ease;
}
nav.advertorial-page {
  position: static;
}
nav .wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  height: 100%;
  position: relative;
  transition: all 0.5s ease;
}
nav .company-logo img {
  float: left;
  height: 40px;
  object-fit: contain;
  max-width: 130px;
}
nav .sticky-logo {
  display: none;
}
nav .right-side {
  display: flex;
  align-items: center;
}
nav .links {
  list-style-type: none;
  display: flex;
  margin-right: 30px;
  line-height: 14px;
  align-items: center;
}
nav .links li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
  font-size: 14px;
  line-height: 14px;
}
nav .links li:nth-last-of-type(1) {
  margin-right: 0;
}
nav .links a {
  font-size: 14px;
  font-weight: 500;
  color: #010101;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.5s ease;
}
nav .links a:hover {
  color: #55bcc9;
}
nav .links .active a,
nav .links .current-menu-item a {
  color: #55bcc9;
}
nav .search {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}
nav .search img {
  float: left;
  transition: all 0.5s ease;
}
nav .search:hover img {
  filter: brightness(0) saturate(100%) invert(70%) sepia(24%) saturate(798%) hue-rotate(139deg) brightness(91%) contrast(91%);
}
nav .search-container {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #55bcc9;
  height: 100%;
  width: 100%;
  display: none;
  z-index: 2;
}
nav .search-container input[type=text] {
  -webkit-appearance: none;
}
nav .search-container input {
  -webkit-appearance: none;
  outline: none;
  background: transparent;
  border: none;
  border-bottom: 1px solid #ffffff;
  color: white;
  font-size: 16px;
  font-weight: 500;
  padding: 11px 0;
  padding-right: 40px;
  width: 100%;
  transition: all 0.5s ease;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
nav .search-container input::placeholder {
  text-transform: uppercase;
  color: inherit;
}
nav .search-container .wrapper {
  position: relative;
  align-items: center;
}
nav .search-container button {
  cursor: pointer;
  position: absolute;
  right: 0;
  background: none;
  border: none;
  outline: none;
  top: 50%;
  transform: translateY(-50%);
}
nav .search-container button img {
  display: block;
}
nav .search-container label {
  display: none;
}
nav .search-container input[type=submit] {
  display: none;
}
nav .languages {
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
  margin-right: 20px;
  height: 100%;
}
nav .languages .active-language img {
  transform: rotate(-90deg);
}
nav .languages .active img {
  transition: all 0.5s ease;
}
nav .languages .active:hover img {
  transform: rotate(-90deg);
}
nav .languages a {
  font-size: 14px;
  font-weight: 500;
  color: #010101;
  text-transform: uppercase;
}
nav .languages div,
nav .languages img {
  display: inline-block;
  vertical-align: middle;
}
nav .languages img {
  margin-left: 3px;
}
nav .languages .inactive-languages {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 2;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 20px;
}
nav .languages .inactive-languages img {
  visibility: hidden;
}
nav .languages .inactive-languages a {
  transition: all 0.5s ease;
}
nav .languages .inactive-languages a:hover {
  color: #55bcc9;
}
nav .languages .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}

.section-nav__review {
  padding-bottom: 0;
}
.section-nav__review .the-main-wrapper {
  padding-bottom: 20px;
}

.nav-sticky-enabled {
  padding: 0;
}
.nav-sticky-enabled .not-sticky-logo {
  display: none;
}
.nav-sticky-enabled .sticky-logo {
  display: block;
  width: 27px;
}
.nav-sticky-enabled .search-container input {
  padding: 5px 0;
  padding-right: 40px;
}
.nav-sticky-enabled .section-reviews-nav ul li {
  padding: 10px 0;
}
.nav-sticky-enabled .section-reviews-nav .sub-menu li {
  padding: 0;
}
.nav-sticky-enabled .the-main-wrapper {
  padding-bottom: 0;
}

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

.section-pagrindinis1 {
  margin-top: 20px;
}
.section-pagrindinis1 .main-section {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 600px;
  max-height: 600px;
  transition: all 0.5s ease;
  position: relative;
}
.section-pagrindinis1 .new {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #55bcc9;
  padding: 40px;
  font-size: 30px;
  color: white;
  font-weight: 600;
  z-index: 2;
}
.section-pagrindinis1 .opacity-background {
  background-color: #010101;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  width: 33.333%;
  height: 100%;
  transition: all 0.5s ease;
}
.section-pagrindinis1 .linear-gradient {
  background: linear-gradient(180deg, rgba(1, 1, 1, 0) 0%, #000000 100%);
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50%;
}
.section-pagrindinis1 .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: end;
  position: relative;
  z-index: 2;
  height: 600px;
}
.section-pagrindinis1 .block {
  padding: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.section-pagrindinis1 .no-image {
  background-image: none !important;
}
.section-pagrindinis1 .category {
  color: #f3d250;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.section-pagrindinis1 .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  color: white;
  padding-right: 20px;
  margin-bottom: 16px;
}
.section-pagrindinis1 .readmore {
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  color: white;
  display: flex;
  align-items: center;
}
.section-pagrindinis1 .readmore img {
  margin-left: 15px;
}
.section-pagrindinis1 .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: none;
}

.section-yoast-breadcrumb {
  margin-top: 20px;
}
.section-yoast-breadcrumb span {
  color: black;
  font-size: 12px;
  font-weight: 400;
  display: flex;
  align-items: center;
  overflow: hidden;
  flex-shrink: 0;
}
.section-yoast-breadcrumb a {
  flex-shrink: 0;
}
.section-yoast-breadcrumb .breadcrumb_last {
  color: #6a6a6a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 1;
}
.section-yoast-breadcrumb a {
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.section-yoast-breadcrumb a:hover {
  color: #55bcc9;
}
.section-yoast-breadcrumb a::after {
  content: url("../images/breadcrumbs.svg");
  display: inline;
  vertical-align: middle;
  margin: 0 8px;
}
.section-yoast-breadcrumb__category {
  margin-top: 20px;
}

.section-pagrindinis2 {
  margin-top: 40px;
  padding: 40px 0;
  background-color: #fafafa;
  position: relative;
  overflow: hidden;
}
.section-pagrindinis2 h2 {
  text-align: center;
  margin-bottom: 20px;
}
.section-pagrindinis2 .article {
  text-decoration: none;
}
.section-pagrindinis2 .article:hover .readmore img {
  margin-left: 20px;
}
.section-pagrindinis2 .image {
  width: 100%;
  min-height: 238px;
  max-height: 238px;
  object-fit: cover;
}
.section-pagrindinis2 .slick-slide {
  margin: 0 7.5px;
}
.section-pagrindinis2 .slick-list {
  margin: 0 -7.5px;
}
.section-pagrindinis2 .category {
  font-size: 14px;
  font-weight: 700;
  color: #55bcc9;
  text-transform: uppercase;
  margin-top: 16px;
  display: block;
  transition: all 0.5s ease;
}
.section-pagrindinis2 .category:hover {
  opacity: 0.8;
}
.section-pagrindinis2 .title {
  font-size: 18px;
  font-weight: 700;
  color: #010101;
  line-height: 27px;
  margin-top: 10px;
  display: block;
  transition: all 0.5s ease;
  padding-right: 15px;
}
.section-pagrindinis2 .details {
  margin-top: 5px;
  color: #6a6a6a;
  font-size: 12px;
  font-weight: 400;
}
.section-pagrindinis2 .readmore {
  margin-top: 15px;
  display: flex;
  color: #010101;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  align-items: center;
}
.section-pagrindinis2 .readmore img {
  filter: brightness(0);
  margin-left: 15px;
  transition: all 0.5s ease;
}
.section-pagrindinis2 .articles-container {
  position: relative;
  overflow: hidden;
}
.section-pagrindinis2 .articles-container .articles-404 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 10px;
}
.section-pagrindinis2 .arrow-left,
.section-pagrindinis2 .arrow-right {
  border-radius: 100%;
  width: 19px;
  height: 38px;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 2;
  top: calc(119px - 19px);
  transition: all 0.5s ease;
}
.section-pagrindinis2 .arrow-left:hover,
.section-pagrindinis2 .arrow-right:hover {
  background: white;
}
.section-pagrindinis2 .arrow-left {
  border-radius: 0 38px 38px 0;
  left: 0;
}
.section-pagrindinis2 .arrow-left img {
  position: absolute;
  left: 0;
}
.section-pagrindinis2 .arrow-right {
  border-radius: 38px 0 0 38px;
  right: 0;
}
.section-pagrindinis2 .arrow-right img {
  filter: brightness(0);
  right: 0;
  position: absolute;
}

.section-pagrindinis-posts {
  margin-top: 40px;
  margin-bottom: 40px;
}
.section-pagrindinis-posts h2 {
  font-size: 30px;
  font-weight: 700;
  color: #010101;
  text-transform: uppercase;
  border-bottom: 1px solid #efefef;
  padding-bottom: 5px;
}
.section-pagrindinis-posts .posts {
  margin-top: 20px;
  display: grid;
  grid-gap: 15px;
  grid-template-columns: 1fr 1fr 1fr;
}
.section-pagrindinis-posts .post {
  text-decoration: none;
}
.section-pagrindinis-posts .post:hover .readmore img {
  margin-left: 20px;
}
.section-pagrindinis-posts .image {
  position: relative;
}
.section-pagrindinis-posts .image img {
  min-height: 295px;
  max-height: 295px;
  width: 100%;
  object-fit: cover;
  display: block;
}
.section-pagrindinis-posts .scroll-comments {
  transition: all 0.5s ease;
}
.section-pagrindinis-posts .scroll-comments:hover {
  opacity: 0.8;
}
.section-pagrindinis-posts .popular {
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #55bcc9;
  padding: 6px 15px;
  padding-left: 10px;
}
.section-pagrindinis-posts .category {
  background-color: #ffffff;
  width: 100%;
  color: #55bcc9;
  font-size: 14px;
  font-weight: 700;
  padding: 10px;
  padding-bottom: 0;
  text-transform: uppercase;
  display: block;
  z-index: 2;
  position: relative;
  transition: all 0.5s ease;
}
.section-pagrindinis-posts .category:hover {
  color: rgba(42, 144, 167, 0.8);
}
.section-pagrindinis-posts .details {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 5px;
  color: #6a6a6a;
  font-size: 12px;
  font-weight: 400;
  padding-left: 10px;
  line-height: 20px;
}
.section-pagrindinis-posts .details .icon-container {
  margin-right: 7px;
}
.section-pagrindinis-posts .details .details-icon {
  vertical-align: middle;
  margin-right: 5px;
}
.section-pagrindinis-posts .details .details-data {
  vertical-align: middle;
}
.section-pagrindinis-posts .readingtime {
  color: #6a6a6a;
  padding-left: 10px;
  line-height: 20px;
  font-weight: 400;
  font-size: 12px;
  display: none;
}
.section-pagrindinis-posts .marker {
  width: 4px;
  height: 4px;
  background-color: #6a6a6a;
  border-radius: 100%;
  margin: 0 10px;
}
.section-pagrindinis-posts .title {
  color: #010101;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  margin-top: 15px;
  padding-left: 10px;
  transition: all 0.5s ease;
  display: block;
}
.section-pagrindinis-posts .paragraph {
  padding-left: 10px;
  color: #6a6a6a;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 12px;
}
.section-pagrindinis-posts .readmore {
  margin-top: 25px;
  display: flex;
  color: #010101;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  align-items: center;
  padding-left: 10px;
}
.section-pagrindinis-posts .readmore img {
  filter: brightness(0);
  margin-left: 15px;
  transition: all 0.5s ease;
}
.section-pagrindinis-posts .readmore-link {
  text-align: center;
  margin-top: 40px;
}

footer {
  background-color: #cccccc;
  padding-top: 50px;
  padding-bottom: 15px;
}
footer .headers {
  display: grid;
  grid-template-columns: 25% 50% 25%;
  margin-bottom: 15px;
}
footer .company-logo {
  display: block;
  height: 40px;
  object-fit: contain;
  max-width: 130px;
}
footer .socialmedia {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
footer .socialmedia a {
  margin-right: 20px;
  text-decoration: none;
}
footer .socialmedia a img {
  transition: all 0.2s ease;
}
footer .socialmedia a:hover img {
  filter: brightness(0) saturate(100%) invert(70%) sepia(24%) saturate(798%) hue-rotate(139deg) brightness(91%) contrast(91%);
}
footer .socialmedia a:nth-last-of-type(1) {
  margin-right: 0;
}
footer .header {
  color: #55bcc9;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
footer .left-side {
  display: inline-block;
  vertical-align: top;
  color: #010101;
  font-weight: 500;
}
footer .middle {
  display: inline-block;
  vertical-align: top;
}
footer .right-side {
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
}
footer .links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 15px;
  list-style: none;
}
footer .links a {
  font-size: 12px;
  font-weight: 500;
  color: #010101;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.5s ease;
}
footer .links a:hover {
  color: #55bcc9;
}
footer .links .current-menu-item a,
footer .links .active a {
  color: #55bcc9;
}
footer .content {
  display: grid;
  grid-template-columns: 25% 50% 25%;
  border-bottom: 1px solid #434343;
  padding-bottom: 40px;
}
footer .block {
  display: block;
}
footer .block li {
  margin-bottom: 15px;
}
footer .block li:nth-last-of-type(1) {
  margin-bottom: 0;
}
footer .copyright {
  font-size: 12px;
  font-weight: 400;
  color: #6a6a6a;
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
footer .copyright .left-side {
  padding-right: 30px;
}
footer .copyright .left-side a {
  color: inherit;
  text-decoration: underline;
  transition: all 0.5s ease;
}
footer .copyright .left-side a:hover {
  opacity: 0.7;
}
footer .copyright ul {
  list-style: none;
}
footer .copyright ul a {
  color: #010101;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.5s ease;
}
footer .copyright ul a:hover {
  opacity: 0.7;
}
footer .copyright .right-side {
  flex-shrink: 0;
}

.section-aboutus1 {
  padding-top: 20px;
  padding-bottom: 60px;
}
.section-aboutus1 .image-container {
  min-width: 100%;
  max-width: 100%;
  height: 600px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.section-aboutus1 .heading-container {
  background: white;
  padding-top: 40px;
  width: 87%;
  margin-top: -230px;
  position: relative;
}
.section-aboutus1 .border-container {
  border-left: 10px solid #75c0d5;
  padding-left: 30px;
  padding-right: 48px;
  padding-top: 0;
  padding-bottom: 0;
}
.section-aboutus1 h1 {
  font-size: 50px;
  font-weight: 700;
  color: #010101;
  margin-bottom: 20px;
  width: calc(100% - 280px);
}
.section-aboutus1 p {
  font-size: 16px;
  color: #6a6a6a;
  font-weight: 400;
  line-height: 24px;
}

.section-aboutus2 {
  padding-bottom: 60px;
}
.section-aboutus2 .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.section-aboutus2 .left-side {
  position: relative;
}
.section-aboutus2 .left-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.section-aboutus2 .right-side {
  align-self: center;
  padding: 82px 0;
}
.section-aboutus2 .border {
  border-left: 10px solid #75c0d5;
  width: 10px;
  height: 100%;
  background: #75c0d5;
  position: absolute;
  top: 0;
  left: -5px;
}
.section-aboutus2 .container {
  position: relative;
  min-height: 292px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-aboutus2 h2 {
  text-transform: none;
  padding-left: 60px;
}
.section-aboutus2 p {
  padding-left: 60px;
  color: #010101;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 20px;
}

.section-aboutus3 {
  padding-bottom: 60px;
}
.section-aboutus3 .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
.section-aboutus3 .left-side {
  align-self: center;
  border-left: 10px solid #75c0d5;
  padding-left: 30px;
  padding-right: 40px;
  margin: 50px 0;
}
.section-aboutus3 h2 {
  text-transform: none;
  margin-bottom: 20px;
}
.section-aboutus3 p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #010101;
}
.section-aboutus3 .socialmedia-heading {
  margin-top: 40px;
}
.section-aboutus3 .right-side {
  position: relative;
}
.section-aboutus3 .right-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.section-aboutus3 .socialmedia-heading {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  color: #55bcc9;
}
.section-aboutus3 .socialmedia {
  margin-top: 20px;
}
.section-aboutus3 .socialmedia img {
  display: block;
  transition: all 0.5s ease;
  height: 20px;
}
.section-aboutus3 .socialmedia a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.section-aboutus3 .socialmedia a:hover img {
  filter: brightness(0) saturate(100%) invert(70%) sepia(24%) saturate(798%) hue-rotate(139deg) brightness(91%) contrast(91%);
}
.section-aboutus3 .socialmedia a:nth-last-of-type(1) {
  margin-right: 0;
}
.section-aboutus3 .default-button {
  margin-top: 40px;
  font-weight: 500;
}

.section-aboutus4 {
  padding-bottom: 60px;
}
.section-aboutus4 .wrapper {
  min-height: 740px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  padding: 60px 0;
}
.section-aboutus4 .right-side {
  width: 50%;
  margin-left: auto;
  background: white;
  padding: 75px 0;
  padding-left: 50px;
}
.section-aboutus4 h2 {
  text-transform: none;
  margin-bottom: 20px;
}
.section-aboutus4 .border {
  position: relative;
}
.section-aboutus4 .real-border {
  width: 10px;
  height: calc(100% + 55px);
  background: #75c0d5;
  right: -100px;
  position: absolute;
}
.section-aboutus4 .border-container {
  padding-right: 100px;
}
.section-aboutus4 p {
  color: #010101;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.section-aboutus4 a {
  margin-top: 22px;
  color: #55bcc9;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  display: block;
  transition: all 0.5s ease;
}
.section-aboutus4 a:hover {
  opacity: 0.7;
}

.section-editorial1 {
  padding: 20px 0;
}
.section-editorial1 .wrapper {
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.section-editorial1 .container {
  background: white;
  width: 87%;
  padding: 40px;
  padding-left: 0;
}
.section-editorial1 h1 {
  font-size: 50px;
  font-weight: 700;
  color: #010101;
  border-left: 10px solid #75c0d5;
  padding-left: 40px;
  padding-bottom: 20px;
}
.section-editorial1 p {
  border-left: 10px solid #75c0d5;
  padding-left: 40px;
  color: #6a6a6a;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.section-editorial2 {
  padding-bottom: 60px;
}
.section-editorial2 .wrapper {
  border-left: 10px solid #75c0d5;
  padding-left: 30px;
}
.section-editorial2 h2 {
  text-transform: none;
  margin-bottom: 20px;
}
.section-editorial2 p {
  font-size: 16px;
  font-weight: 400;
  color: #010101;
  line-height: 24px;
}
.section-editorial2 .first-block {
  margin-bottom: 40px;
  max-width: 588px;
}

.section-editorial4 .right-side {
  padding: 60px 0;
}

.section-editorial7 {
  text-align: center;
  padding-bottom: 60px;
}
.section-editorial7 h2 {
  margin-bottom: 20px;
  text-transform: none;
}
.section-editorial7 p {
  font-size: 16px;
  font-weight: 400;
  color: #010101;
  line-height: 24px;
}
.section-editorial7 .smaller-wrapper {
  margin: 0 auto;
  max-width: 960px;
}
.section-editorial7 .repeater-heading {
  color: #f3d250;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 20px;
}
.section-editorial7 .grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(0, 1fr);
  grid-gap: 10px;
}
.section-editorial7 .block {
  background-color: #f3d250;
  color: #010101;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 48px;
}

.section-team {
  padding-bottom: 95px;
}
.section-team h2 {
  margin-bottom: 45px;
  line-height: 32px;
  padding-bottom: 5px;
  border-bottom: 1px solid #efefef;
}
.section-team .member {
  display: grid;
  grid-template-columns: 43% 57%;
  max-width: 1000px;
  margin-top: 110px;
}
.section-team .member:nth-of-type(1) {
  margin-top: 80px;
}
.section-team .left-side {
  position: relative;
  min-height: 244px;
}
.section-team .left-side img {
  z-index: 2;
  position: absolute;
  width: 314px;
  height: calc(100% + 70px);
  object-fit: cover;
  object-position: center center;
  right: 10px;
  top: -35px;
}
.section-team .right-side {
  padding-left: 40px;
}
.section-team .background {
  background-color: #75c0d5;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}
.section-team .name {
  color: #010101;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}
.section-team p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #010101;
}
.section-team .job {
  font-size: 16px;
  font-weight: 300;
  color: #6a6a6a;
  line-height: 24px;
  margin-bottom: 20px;
}
.section-team .readmore {
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: #010101;
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.section-team .readmore img {
  margin-left: 20px;
  filter: brightness(100%) invert(1);
  transition: all 0.5s ease;
}
.section-team .readmore:hover img {
  margin-left: 25px;
}
.section-team .team {
  margin-bottom: 100px;
}
.section-team .team:nth-last-of-type(1) {
  margin-bottom: 0;
}

.section-authors {
  padding-bottom: 95px;
}
.section-authors h2 {
  margin-bottom: 45px;
  line-height: 32px;
  padding-bottom: 5px;
  border-bottom: 1px solid #efefef;
}
.section-authors .member {
  display: grid;
  grid-template-columns: 43% 57%;
  max-width: 1000px;
  margin-top: 110px;
}
.section-authors .member:nth-of-type(1) {
  margin-top: 80px;
}
.section-authors .left-side {
  position: relative;
  min-height: 244px;
}
.section-authors .left-side img {
  z-index: 2;
  position: absolute;
  width: 314px;
  height: calc(100% + 70px);
  object-fit: cover;
  object-position: center center;
  right: 10px;
  top: -35px;
}
.section-authors .right-side {
  padding-left: 40px;
}
.section-authors .background {
  background-color: #75c0d5;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}
.section-authors .name {
  color: #010101;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}
.section-authors p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #010101;
}
.section-authors .job {
  font-size: 16px;
  font-weight: 300;
  color: #6a6a6a;
  line-height: 24px;
  margin-bottom: 20px;
}

.section-team1 .heading-container {
  position: relative;
  margin-top: -200px;
  min-height: 200px;
}
.section-team1 .border-container {
  padding-bottom: 0;
}
.section-team1 p {
  padding: 0 30px;
  padding-top: 20px;
  border-left: 10px solid #75c0d5;
}
.section-team1 h1 {
  margin-bottom: 0;
}

.section-404 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 45vh;
}
.section-404 .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 50px 20px;
}
.section-404 .notfound {
  color: #010101;
  font-size: 28px;
  font-weight: 700;
  margin-top: 30px;
  position: relative;
  z-index: 2;
}
.section-404 img {
  z-index: 2;
  position: relative;
  max-width: 100%;
}
.section-404 .grey-background {
  background-color: #f5f4f4;
  width: 50vmin;
  height: 50vmin;
  max-height: 589px;
  max-width: 535px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.section-404 .left-background {
  left: 110px;
}
.section-404 .right-background {
  right: -50px;
}

.section-contact .border-container,
.section-contact p,
.section-contact form {
  border-left: 10px solid #f3d250;
}
.section-contact form {
  padding-left: 40px;
  padding-top: 40px;
  width: 490px;
}
.section-contact .input-container {
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  height: 50px;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  transition: all 0.5s ease;
}
.section-contact input,
.section-contact textarea {
  border: none;
  width: 100%;
  height: 100%;
  outline: none;
  background: none;
  padding: 0 15px;
  padding-top: 24px;
  padding-bottom: 9px;
  font-size: 14px;
  font-weight: 600;
  color: #010101;
}
.section-contact textarea {
  padding: 18px 15px;
  padding-top: 24px;
  resize: none;
}
.section-contact .textarea {
  height: 100px;
  cursor: text;
}
.section-contact .textarea label {
  top: 18px;
  transform: none;
}
.section-contact label {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  color: #6a6a6a;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.5s ease;
}
.section-contact button {
  cursor: pointer;
  height: 50px;
  background-color: #f3d250;
  font-size: 16px;
  font-weight: 700;
  color: #010101;
  padding: 0 30px;
  border: none;
  outline: none;
  transition: all 0.5s ease;
}
.section-contact button:hover {
  background-color: #cb9700;
}
.section-contact .sent-message {
  background-color: #efefef;
  pointer-events: none;
}
.section-contact .focus-input label {
  top: 11px;
  transform: none;
  font-size: 8px;
  font-weight: 500;
}
.section-contact .focus-input .textarea-label {
  top: 0;
  background: white;
  padding-top: 11px;
  padding-bottom: 6px;
  width: calc(100% - 30px);
  transform: none;
  font-size: 8px;
  font-weight: 500;
}
.section-contact .different-border {
  border: 1px solid #498ea4;
}
.section-contact .invalid-input {
  border: 1px solid #ec5d47;
}
.section-contact .invalid-input label {
  color: #ff503b;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #55bcc9;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #55bcc9 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.section-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  display: none;
}
.section-loader .container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.toast-success {
  background: #55bcc9 !important;
}

.toast-error {
  background: #cb2d6f !important;
}

.simplebar-track {
  background: #efefef !important;
  border-radius: 20px !important;
}
.simplebar-track .simplebar-scrollbar {
  background: #2a90a7 !important;
  border-radius: 20px !important;
  height: 11px !important;
  top: 0 !important;
}
.simplebar-track .simplebar-scrollbar:before {
  display: none !important;
}

.component-stars-rating {
  position: relative;
}
.component-stars-rating img {
  margin: 0 !important;
  width: 98px;
  height: 17px;
}
.component-stars-rating div {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-image: url("../images/stars-full.svg");
  background-size: cover;
  background-position: top left;
  height: 17px;
}

.section-page {
  padding-top: 20px;
  padding-bottom: 40px;
}
.section-page .default-header {
  margin-bottom: 45px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 4px;
}
.section-page__content h1,
.section-page__content h2,
.section-page__content h3,
.section-page__content h4,
.section-page__content h5,
.section-page__content h6,
.section-page__content p {
  margin-bottom: 30px;
  color: #010101;
}
.section-page__content h1 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 40px;
}
.section-page__content h2 {
  font-size: 30px;
  margin-top: 50px;
  margin-bottom: 30px;
}
.section-page__content h3 {
  font-size: 27px;
}
.section-page__content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
.section-page__content p > c:var(--color-text-primary) {
  margin-bottom: 30px;
}
.section-page__content ul,
.section-page__content ol {
  margin-bottom: 30px;
  list-style-position: inside;
}
.section-page__content ul li,
.section-page__content ol li {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 20px;
  word-break: break-word;
}
.section-page__content ul li::marker,
.section-page__content ol li::marker {
  color: black;
  font-weight: 400;
  font-size: 18px;
}
.section-page__content ul > c:var(--color-text-primary),
.section-page__content ol > c:var(--color-text-primary) {
  margin-bottom: 30px;
}
.section-page__content ul,
.section-page__content ol {
  margin-left: 30px;
}
.section-page__content ul li {
  list-style: none;
}
.section-page__content ul li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #55bcc9;
  margin-right: 10px;
}
.section-page__content a {
  color: #55bcc9;
}
.section-page__content table {
  overflow: scroll;
}
.section-page__content td,
.section-page__content tr {
  border: 1px solid #010101;
}
.section-page__content td {
  padding: 10px;
}
.section-page__content iframe {
  width: 100%;
  height: 450px;
}
.section-page__content hr {
  margin: 40px auto;
  width: 30%;
  border: 0;
  height: 2px;
  background: #55bcc9;
}
.section-page__content .schema-faq {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  margin-top: 16px;
  margin-bottom: 40px;
  word-break: break-word;
}
.section-page__content .schema-faq-section {
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  padding: 16px 18px;
  transition: background 0.5s ease, border 0.5s ease;
  cursor: pointer;
  position: relative;
}
.section-page__content .schema-faq-section:hover .acf-faq__question {
  color: #55bcc9;
}
.section-page__content .schema-faq-section.active {
  background-color: #f6f6f6;
  border: 1px solid #f6f6f6;
}
.section-page__content .schema-faq-section.active .schema-faq-question::before {
  display: none;
}
.section-page__content .schema-faq-question {
  position: relative;
  padding-left: 34px;
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  transition: color 0.5s ease;
  margin-bottom: 0;
}
.section-page__content .schema-faq-question::before, .section-page__content .schema-faq-question::after {
  content: url("../images/faq-plus.svg");
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 15px;
  height: 15px;
  margin-top: -5px;
}
.section-page__content .schema-faq-question::after {
  content: url("../images/faq-minus.svg");
}
.section-page__content .schema-faq-answer {
  padding-left: 34px;
}
.section-page__content .schema-faq-answer {
  margin: 10px 0 0 0;
  display: none;
}
.section-page__content .schema-faq-answer > * {
  font-size: 16px;
  line-height: 1.5;
}
.section-page__content .schema-faq-answer li {
  font-size: 16px;
  line-height: 1.5;
}
.section-page__content .schema-faq-answer > :last-child {
  margin-bottom: 0;
}
.section-page__content .schema-faq-question {
  font-size: 18px;
  display: block;
  line-height: 30px;
}
.section-page__content blockquote {
  padding: 45px 15px;
  border-radius: 20px;
  position: relative;
}
.section-page__content blockquote p::before, .section-page__content blockquote p::after {
  content: "“";
  display: block;
  position: absolute;
  font-size: 35px;
  font-family: sans-serif;
  color: #000000;
  line-height: 0;
  top: 35px;
}
.section-page__content blockquote p::after {
  transform: rotate(180deg);
  bottom: 35px;
  right: 20px;
}
.section-page__content blockquote p {
  font-style: italic;
  font-weight: 500;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}
.section-page__content blockquote cite {
  opacity: 0.7;
}
.section-page__content .two-paragraphs-text {
  padding-top: 20px;
  border-top: 1px solid #d9d9d9;
}
.section-page__content .two-paragraphs-text p {
  font-weight: 600;
  margin-bottom: 20px;
}
.section-page__content .affiliate-text {
  text-align: center;
  padding: 8px;
  margin-top: -25px;
  margin-bottom: 20px;
}
.section-page__content .affiliate-text > * a,
.section-page__content .affiliate-text strong,
.section-page__content .affiliate-text p,
.section-page__content .affiliate-text em,
.section-page__content .affiliate-text b {
  color: #b4b4bb !important;
  font-size: 12px !important;
  margin-bottom: 0 !important;
  line-height: 18px !important;
}
.section-page__content .affiliate-text__no-margin {
  margin-top: 0;
}
.section-page__content .wp-block-image img {
  margin-bottom: 0 !important;
}
.section-page__content .wp-block-image figcaption {
  text-align: center;
  margin-top: 10px;
  color: #55bcc9;
  font-style: italic;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}
.section-page__content .wp-block-button a {
  text-decoration: none;
  border-radius: 0 !important;
  background-color: #cb2d6f !important;
  padding: 15px 30px;
  display: block;
  font-size: 14px;
  transition: all 0.5s ease;
  color: white;
  font-weight: bold;
}
.section-page__content .wp-block-button a:hover {
  background-color: #cb2d6f !important;
}
.section-page__content .wp-block-buttons {
  margin-bottom: 30px;
}
.section-page__content .wp-block-group.has-background {
  padding: 20px;
  padding-top: 40px;
  margin-bottom: 30px;
}
.section-page__content .wp-block-image,
.section-page__content .wp-block-video {
  margin: 0 0 30px 0;
}
.section-page__content .pros-cons {
  margin-top: 40px;
  margin-bottom: 40px;
}
.section-page__content .pros-cons .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  word-break: break-all;
}
.section-page__content .pros-cons .hidden {
  display: none;
}
.section-page__content .pros-cons .left-side,
.section-page__content .pros-cons .right-side {
  border: 1px solid #d9d9d9;
  border-radius: 29px;
  padding: 30px;
}
.section-page__content .pros-cons .left-side p,
.section-page__content .pros-cons .right-side p {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}
.section-page__content .pros-cons .pro {
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  font-weight: 400;
  color: #010101;
  margin-bottom: 20px;
  line-height: 24px;
  word-break: break-word;
}
.section-page__content .pros-cons .pro img {
  margin: 0;
  margin-right: 10px;
  margin-top: 8px;
}
.section-page__content .pros-cons .pro:nth-last-of-type(1) {
  margin-bottom: 0;
}
.section-page__content .pros-cons .right-side .pro img {
  margin-top: 5px;
}
.section-page__content .comparison-table-container {
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
}
.section-page__content .simplebar-content-wrapper.active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}
.section-page__content .comparison-table {
  text-align: left;
  padding-bottom: 28px;
  margin-left: 140px;
}
.section-page__content .comparison-table .simplebar-content-wrapper {
  padding-top: 10px;
}
.section-page__content .comparison-table .fa-thin {
  font-weight: lighter;
}
.section-page__content .comparison-table .grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(200px, 1fr);
  width: 100%;
}
.section-page__content .comparison-table__row {
  display: flex;
}
.section-page__content .comparison-table__row--name {
  border: 1px solid #d9d9d9;
  background: #efefef;
  color: #010101;
  font-size: 14px;
  font-weight: 600;
  width: 130px;
  padding-left: 15px;
  margin-right: 10px;
  max-width: 130px;
  flex-shrink: 0;
}
.section-page__content .comparison-table__row--image {
  margin: 0 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
  max-height: 65%;
}
.section-page__content .comparison-table__row--rating {
  margin-right: 10px;
}
.section-page__content .comparison-table__row .comparison-block-min-height {
  min-height: 100px;
}
.section-page__content .comparison-table__row .comparison-block {
  min-width: 175px;
  position: relative;
  border: 1px solid #d9d9d9;
  border-right: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #6a6a6a;
}
.section-page__content .comparison-table__row .comparison-block:nth-last-of-type(1) {
  border-right: 1px solid #d9d9d9;
}
.section-page__content .comparison-table__row .comparison-block__winner__top::before {
  position: absolute;
  top: -12.5px;
  content: attr(data-before);
  padding: 0 19px;
  background: #cb2d6f;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  color: white;
  font-weight: 600;
  font-size: 13px;
  z-index: 6;
}
.section-page__content .comparison-table__row .comparison-block__winner__top {
  border-top: 2px solid #cb2d6f;
  border-left: 2px solid #cb2d6f;
  border-right: 2px solid #cb2d6f;
}
.section-page__content .comparison-table__row .comparison-block__winner {
  border-left: 2px solid #cb2d6f;
  border-right: 2px solid #cb2d6f;
}
.section-page__content .comparison-table__row .comparison-block__winner .comparison-block--pro::before {
  background: #cb2d6f !important;
}
.section-page__content .comparison-table__row .comparison-block__winner p::before {
  background: #cb2d6f !important;
}
.section-page__content .comparison-table__row .comparison-block__pros {
  font-size: 16px;
  font-weight: 400;
  padding: 15px 0;
  border-top: 0;
  color: #010101;
}
.section-page__content .comparison-table__row .comparison-block__prosbackground {
  background: #f5f5f5;
}
.section-page__content .comparison-table__row .comparison-block--pro {
  padding: 0 15px;
  margin-bottom: 5px;
}
.section-page__content .comparison-table__row .comparison-block--pro:nth-last-of-type(1) {
  margin-bottom: 0;
}
.section-page__content .comparison-table__row .comparison-block--pro::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #55bcc9;
  margin-right: 5px;
}
.section-page__content .comparison-table__row .comparison-block--realpro {
  color: #010101;
}
.section-page__content .comparison-table__row .comparison-block__stars {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 0;
  height: 28px;
}
.section-page__content .comparison-table__row .comparison-block a {
  display: flex;
  background: #2090a7;
  transition: all 0.5s ease;
  width: 100%;
  justify-content: center;
  align-items: center;
  line-height: 20px;
  font-size: 15px;
  font-weight: 700;
  color: white;
  text-decoration: none;
  min-height: 42px;
  text-align: center;
  padding: 10px;
  height: 100%;
}
.section-page__content .comparison-table__row .comparison-block a:hover {
  background: #00748a;
}
.section-page__content .comparison-table__row .comparison-block__winner__bottom {
  border-bottom: 2px solid #cb2d6f;
  border-left: 2px solid #cb2d6f;
  border-right: 2px solid #cb2d6f;
}
.section-page__content .comparison-table__row .comparison-block__winner__bottom a {
  background: #cb2d6f;
}
.section-page__content .comparison-table__row .comparison-block__winner__bottom a:hover {
  background: #cb2d6f;
}
.section-page__content .comparison-table .first-row {
  padding-top: 15px;
  padding-bottom: 15px;
}
.section-page__content .comparison-table .second-row {
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 0;
}
.section-page__content .comparison-table .third-row {
  border-top: 0;
  padding: 15px;
}
.section-page__content .comparison-table .third-row p {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 24px;
}
.section-page__content .comparison-table .third-row p::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: #55bcc9;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  margin-right: 5px;
}
.section-page__content .comparison-table .third-row p:nth-last-of-type(1) {
  margin-bottom: 0;
}
.section-page__content .comparison-table .comparison-href {
  padding: 10px;
  border-top: 0;
}
.section-page__content .position-absolute-table {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 10px;
  margin-left: 0;
  z-index: 0;
}
.section-page__content .position-absolute-table .comparison-table__row:nth-of-type(1) {
  opacity: 1;
}
.section-page__content .position-absolute-table .grid {
  opacity: 0;
}
.section-page__content .real-comparison-table {
  position: relative;
  z-index: 2;
}
.section-page__content .product-card {
  display: grid;
  grid-template-columns: 4fr 6fr;
  align-items: center;
  grid-gap: 40px;
  border: 2px solid #55bcc9;
  padding: 20px;
  margin: 50px 0;
  position: relative;
}
.section-page__content .product-card__badge {
  position: absolute;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.14);
  background: #55bcc9;
  top: -25px;
  left: -15px;
  color: white;
}
.section-page__content .product-card__badge::after {
  content: " ";
  display: block;
  position: absolute;
  left: -10px;
  bottom: -7px;
  border-color: rgba(0, 0, 0, 0) #55bcc9 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: inset solid inset inset;
  border-width: 0 10px 7px;
  filter: brightness(50%);
}
.section-page__content .product-card__left {
  position: relative;
  padding-top: 100%;
  width: 100%;
  margin: 0 auto;
}
.section-page__content .product-card__left img {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 80%;
  height: 80%;
  object-fit: cover;
  object-position: center center;
  margin: 0;
}
.section-page__content .product-card__left:hover + .product-card__right .product-card__title {
  color: #55bcc9;
}
.section-page__content .product-card__title {
  color: black;
  transition: all 0.5s ease;
  font-size: 30px;
  line-height: 1.25;
  display: block;
  margin: 20px 0;
  font-weight: bold;
  text-decoration: none;
}
.section-page__content .product-card__title:hover {
  color: #55bcc9;
}
.section-page__content .product-card__subtitle {
  font-weight: 700;
  margin-bottom: 10px;
}
.section-page__content .product-card li {
  list-style: none;
  display: flex;
  align-items: start;
  margin-bottom: 12px;
  word-break: break-word;
}
.section-page__content .product-card li::before {
  content: "►";
  display: block;
  margin-right: 10px;
  width: auto;
  height: auto;
  border-radius: 0;
  background: none;
  font-size: 10px;
}
.section-page__content .product-card ul {
  margin-bottom: 10px;
  list-style: none;
  margin-left: 0;
}
.section-page__content .product-card__rating {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.section-page__content .product-card .rating-title {
  font-size: 16px;
  font-weight: 700;
  margin-right: 5px;
}
.section-page__content .product-card i::before {
  font-size: 12px;
  display: block;
  margin-right: 5px;
}
.section-page__content .product-card .rating {
  font-size: 16px;
  margin-left: 5px;
}
.section-page__content .product-card .main-button {
  display: block;
  text-align: center;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 20px;
  min-width: 300px;
  width: fit-content;
}
.section-page .section-page__content:last-child {
  margin-bottom: 0 !important;
}
.section-page__author {
  margin-top: 40px;
  background: #f5f5f5;
  display: grid;
  grid-template-columns: 65% 35%;
  align-items: center;
}
.section-page__author .left-side {
  border-left: 10px solid #55bcc9;
  padding: 0px 30px;
}
.section-page__author .padding-container {
  padding: 50px 0;
}
.section-page__author .right-side {
  position: relative;
  min-height: 294px;
  align-self: stretch;
}
.section-page__author .right-side img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.section-page__author .written {
  font-size: 18px;
  font-weight: 700;
  color: #55bcc9;
  text-transform: uppercase;
}
.section-page__author .author-v2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2px;
  font-size: 30px;
  font-weight: 700;
  color: #010101;
  word-break: break-all;
}
.section-page__author p {
  font-size: 13px;
  font-weight: 400;
  color: #6a6a6a;
  line-height: 24px;
  margin-top: 16px;
}
.section-page__author .fact-check {
  width: fit-content;
  padding-right: 27px;
  margin-top: 38px;
}
.section-page__author .no-shrink {
  flex-shrink: 0;
  display: flex;
  align-items: flex-end;
}
.section-page__author .no-shrink a img {
  filter: brightness(0%) invert(87%) sepia(29%) saturate(0%) hue-rotate(197deg) brightness(86%) contrast(96%);
  transition: all 0.5s ease;
  display: block;
}
.section-page__author .no-shrink a:hover img {
  filter: brightness(0%) invert(43%) sepia(98%) saturate(322%) hue-rotate(144deg) brightness(93%) contrast(93%);
}
.section-page__author .no-shrink a:nth-of-type(2) {
  margin-left: 15px;
}
.section-page__author .padding-right-10 {
  padding-right: 10px;
}

#ascrail2000-hr {
  border-radius: 20px !important;
  height: 10px !important;
}

.section-singleteam {
  padding-top: 20px;
  padding-bottom: 60px;
}
.section-singleteam .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  padding-bottom: 5px;
}
.section-singleteam .heading .go-back-button {
  font-size: 14px;
  font-weight: 500;
  color: #010101;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.section-singleteam .heading .go-back-button:hover img {
  margin-right: 15px;
}
.section-singleteam .heading img {
  margin-right: 10px;
  transition: all 0.5s ease;
}
.section-singleteam .member {
  margin-top: 43px;
}
.section-singleteam .member h1 {
  font-size: 50px;
  font-weight: 700;
  color: #010101;
}
.section-singleteam .main-image {
  width: 422px;
  height: 422px;
  object-fit: cover;
  object-position: center center;
}
.section-singleteam .flex {
  margin-top: 60px;
  display: flex;
  align-items: center;
  position: relative;
}
.section-singleteam .grey-background {
  position: absolute;
  z-index: -1;
  width: calc(100% - 20px);
  height: calc(100%);
  top: -20px;
  left: 20px;
  background-color: #efefef;
}
.section-singleteam .left-side {
  flex-shrink: 0;
}
.section-singleteam .right-side {
  margin-left: 110px;
  margin-top: -20px;
}
.section-singleteam .right-side ul {
  list-style-position: inside;
}
.section-singleteam .right-side h3 {
  font-size: 22px;
  font-weight: 700;
  color: #010101;
  margin-bottom: 20px;
}
.section-singleteam .right-side li {
  font-size: 16px;
  font-weight: 400;
  color: #010101;
  margin-bottom: 20px;
  line-height: 24px;
  list-style: none;
}
.section-singleteam .right-side li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #ff503b;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 3px;
  margin-right: 14px;
}
.section-singleteam .right-side li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.section-singleteam .socialmedia {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.section-singleteam .socialmedia img {
  float: left;
  width: 20px;
  transition: all 0.5s ease;
}
.section-singleteam .socialmedia a {
  margin-right: 20px;
  display: block;
}
.section-singleteam .socialmedia a:hover img {
  filter: invert(49%) sepia(65%) saturate(462%) hue-rotate(144deg) brightness(87%) contrast(91%);
}
.section-singleteam .socialmedia a:nth-last-of-type(1) {
  margin-right: 0;
}
.section-singleteam .content {
  margin-top: 60px;
}
.section-singleteam .content .default-header {
  border-bottom: 1px solid #efefef;
  padding-bottom: 5px;
  margin-bottom: 40px;
}

.section-category {
  padding-top: 20px;
  padding-bottom: 0px;
}
.section-category .default-header {
  padding-bottom: 5px;
  border-bottom: 1px solid #efefef;
}
.section-category .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row-gap: 40px;
  grid-column-gap: 15px;
}
.section-category .section-pagrindinis-posts {
  margin-top: 25px;
  margin-bottom: 25px;
}
.section-category .button-container {
  text-align: center;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
}
.section-category .button-container .page-numbers {
  margin-right: 16px;
}
.section-category .button-container .next {
  margin-right: 0;
}
.section-category .button-container span {
  color: #55bcc9;
}
.section-category .button-container a {
  transition: color 0.5s ease;
}
.section-category .button-container a:hover {
  color: #55bcc9;
}
.section-category .button-container img {
  display: block;
  width: 20px;
  height: 20px;
}
.section-category .button-container .page-left img {
  transform: rotate(180deg);
}

.padding-bottom-40 {
  padding-bottom: 40px;
}

.no-margin-top {
  margin-top: 0;
  background: white;
}
.no-margin-top .overflow-container {
  background: white;
}
.no-margin-top .readmore {
  margin-top: 15px;
}

footer.is-advertorial .content {
  grid-template-columns: 25% 75%;
}
footer.is-advertorial .content.no-logo {
  grid-template-columns: 1fr;
}
footer.is-advertorial .links {
  display: flex;
  gap: 20px;
  row-gap: 0;
  flex-wrap: wrap;
}

.section-singlepost.is-advertorial {
  padding-bottom: 40px;
}
.section-singlepost.is-advertorial .category {
  pointer-events: none;
}
.section-singlepost.is-advertorial .main-layout__category {
  pointer-events: none;
}
.section-singlepost.is-advertorial .post-header {
  font-size: 36px;
  line-height: 1.2;
}

.section-singlepost {
  position: relative;
}
.section-singlepost .details-icon__comments {
  height: 10px !important;
  width: 10.58px !important;
}
.section-singlepost .details-icon__views {
  height: 9px !important;
  width: 15.77px !important;
}
.section-singlepost .details-icon__time {
  height: 11px !important;
  width: 7.69px !important;
}
.section-singlepost .inline-block__mobile {
  display: none !important;
}
.section-singlepost .posts-advertisement {
  position: sticky;
  top: 55px;
}
.section-singlepost .posts-advertisement.change-stuff .posts-advertisement__ad {
  margin-top: 10px;
}
.section-singlepost .posts-advertisement.two-pargraphs-exists .posts-advertisement__ad {
  margin-top: 10px;
}
.section-singlepost .posts-advertisement__button {
  display: none;
}
.section-singlepost .posts-advertisement__label {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  color: #bababa;
  text-align: right;
  position: absolute;
  bottom: 100%;
  right: 0;
  margin-bottom: -6px;
}
.section-singlepost .posts-advertisement__ad {
  display: block;
  margin-top: 10px;
}
.section-singlepost .posts-advertisement__ad img {
  display: block;
  height: auto;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
.section-singlepost .posts-advertisement__ad[data-display=tablet], .section-singlepost .posts-advertisement__ad[data-display=mobile] {
  display: none;
}
.section-singlepost .posts-advertisement.marginless {
  top: 70px;
}
.section-singlepost .posts-advertisement.marginless .posts-advertisement__ad {
  margin-top: 0;
}
.section-singlepost .posts-advertisement.marginless .posts-advertisement__label {
  margin-bottom: 4px;
}
.section-singlepost .posts-advertisement.top-bar {
  top: 110px;
}
.section-singlepost .wrapper {
  padding-top: 20px;
}
.section-singlepost .default-header {
  text-transform: none;
  line-height: 40px;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 25px;
}
.section-singlepost .default-header--no-border {
  border-bottom: 0;
  padding-bottom: 10px;
}
.section-singlepost .custom-icon-table td > :last-child {
  margin-bottom: 0;
}
.section-singlepost .custom-icon-table .component-stars-rating {
  width: 98px;
  margin-left: 5px;
}
.section-singlepost .custom-icon-table .flex {
  display: flex;
  align-items: center;
}
.section-singlepost .responsive-socialmedia.socialmedia {
  position: static;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #d9d9d9;
}
.section-singlepost .responsive-socialmedia.socialmedia a,
.section-singlepost .responsive-socialmedia.socialmedia div {
  margin: 0;
}
.section-singlepost .responsive-socialmedia.socialmedia a {
  margin-left: 15px;
}
.section-singlepost .responsive-socialmedia.socialmedia a:nth-of-type(1) {
  margin-left: 23px;
}
.section-singlepost .responsive-socialmedia.socialmedia img {
  height: 16px;
}
.section-singlepost .details {
  margin-top: 10px;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #6a6a6a;
  font-weight: 400;
  order: 2;
}
.section-singlepost .category {
  font-size: 12px;
  font-weight: 700;
  color: #6a6a6a;
  transition: all 0.5s ease;
}
.section-singlepost .category:hover {
  opacity: 0.8;
}
.section-singlepost .marker {
  margin: 0 5px;
}
.section-singlepost .author {
  color: #6a6a6a;
  font-weight: 400;
  font-size: 14px;
  margin-right: 30px;
}
.section-singlepost .author .author-name {
  display: inline;
  color: #55bcc9;
  font-size: 14px;
  font-weight: 700;
}
.section-singlepost .author a {
  transition: all 0.5s ease;
}
.section-singlepost .author a:hover {
  opacity: 0.8;
}
.section-singlepost .writtenby {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.section-singlepost .fact-check {
  font-size: 12px;
  font-weight: 700;
  color: #fa5641;
}
.section-singlepost .fact-check img,
.section-singlepost .fact-check div {
  display: inline-block;
  vertical-align: middle;
}
.section-singlepost .fact-check img {
  margin-right: 5px;
  margin-top: -1px;
}
.section-singlepost .main-layout {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 400px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.section-singlepost .main-layout__opacity {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.section-singlepost .main-layout__no-opacity {
  position: relative;
  height: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 70px;
  padding-top: 40px;
  padding-bottom: 10px;
}
.section-singlepost .main-layout h1 {
  color: white;
  border-bottom: 0;
  padding-bottom: 0;
  text-align: center;
  margin: auto;
  line-height: 40px;
}
.section-singlepost .main-layout__details {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  margin-top: 20px;
}
.section-singlepost .main-layout__details span,
.section-singlepost .main-layout__details a,
.section-singlepost .main-layout__details div {
  display: inline-block;
  vertical-align: middle;
  color: white;
  margin-bottom: 10px;
}
.section-singlepost .main-layout__details img {
  filter: brightness(0) invert(1);
  display: inline;
  vertical-align: middle;
  margin-right: 3px;
  height: 12px;
  margin-bottom: 10px;
}
.section-singlepost .main-layout__details .main-layout__block {
  display: inline-block;
  margin-bottom: 0;
}
.section-singlepost .main-layout__details .main-layout__mobile-block {
  margin-bottom: 0;
}
.section-singlepost .main-layout__category {
  transition: all 0.5s ease;
}
.section-singlepost .main-layout__category:hover {
  color: #55bcc9;
}
.section-singlepost .main-layout__comments {
  width: 12px;
  margin-left: 5px;
}
.section-singlepost .main-layout__real-comments {
  margin-left: 10px;
}
.section-singlepost .main-layout__marker {
  margin: 0 5px;
}
.section-singlepost .main-layout .seperator {
  margin: 0 5px;
  margin-bottom: 10px;
}
.section-singlepost .main-layout__bold {
  font-weight: 600;
}
.section-singlepost .section-page__content {
  margin-top: 10px;
}
.section-singlepost .section-page__content img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.section-singlepost .section-page__content .wp-block-affiliate-plugin-lasso img {
  margin-bottom: 0;
}
.section-singlepost .section-page__content #toc_container li {
  line-height: 30px;
}
.section-singlepost .section-page__content #toc_container li:before {
  display: none;
}
.section-singlepost .section-page__content--published {
  margin-top: 10px;
}
.section-singlepost .section-page__content--published .default-header {
  padding-bottom: 20px;
}
.section-singlepost .section-page__content--paragraphs {
  margin-top: 10px;
}
.section-singlepost .section-page__content .lwptoc_header {
  margin-bottom: 15px;
}
.section-singlepost .section-page__content .lwptoc_itemWrap .lwptoc_itemWrap {
  margin: 2px 0 0 40px;
}
.section-singlepost .section-page__content .lwptoc_item {
  margin-top: 5px;
}
.section-singlepost .section-page__content--references a {
  word-break: break-all;
}
.section-singlepost .section-page__content--references ol {
  margin-left: 15px;
}
.section-singlepost .section-page__content--references2 {
  position: relative;
}
.section-singlepost .section-page__content--references2 .no-margin {
  margin: 0;
}
.section-singlepost .section-page__content--references2 img {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 0;
}
.section-singlepost .section-page__content--references2 .img-active {
  opacity: 1;
}
.section-singlepost .section-page__content--references2 > p {
  margin-bottom: 20px;
  width: fit-content;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  transition: all 0.5s ease;
  font-weight: 200;
  color: #55bcc9;
}
.section-singlepost .section-page__content--references2 > p:hover {
  color: #55bcc9;
}
.section-singlepost .section-page__content--references2 a {
  word-break: break-all;
}
.section-singlepost .section-page__content--references2 ol li {
  margin-bottom: 10px;
  font-weight: 200;
}
.section-singlepost .section-page__content--references2 ol li::marker {
  font-weight: 200;
}
.section-singlepost .section-page__content--references2 ol {
  margin-left: 25px;
  display: none;
  margin-top: 20px;
}
.section-singlepost .section-page__content--references2 ol p {
  font-size: 13px;
  font-weight: 200;
  margin: 0;
  display: inline;
}
.section-singlepost .bigger-margin-top-40 {
  margin-top: 40px;
}
.section-singlepost .bigger-margin-top-40 a,
.section-singlepost .bigger-margin-top-40 li {
  font-size: 13px;
  font-weight: 300;
}
.section-singlepost .bigger-margin-top-40 li::marker {
  font-size: 13px;
  font-weight: 300;
  color: #010101;
}
.section-singlepost .bigger-margin-top-40 a {
  transition: all 0.5s ease;
}
.section-singlepost .bigger-margin-top-40 a:hover {
  opacity: 0.8;
}
.section-singlepost .smaller-wrapper {
  max-width: 1186px;
  margin-left: auto;
  display: grid;
  align-items: start;
  grid-gap: 32px;
  grid-template-columns: 1fr 200px;
}
.section-singlepost .smaller-wrapper .left-side {
  min-width: 0;
}
.section-singlepost .smaller-wrapper.not-grid {
  display: block;
}
.section-singlepost .smaller-wrapper.no-ad {
  display: block;
  margin: 0 auto;
  max-width: 854px;
}
.section-singlepost .quiz {
  background-color: #efefef;
  padding: 30px;
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
.section-singlepost .quiz .heading {
  color: #010101;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}
.section-singlepost .quiz a {
  margin-top: 20px;
  display: inline-block;
  background-color: #cb2d6f;
  padding: 15px 30px;
  color: white;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.5s ease;
  text-decoration: none;
}
.section-singlepost .quiz a:hover {
  background-color: #cb2d6f;
}
.section-singlepost .quiz .disclaimer {
  margin-top: 20px;
  font-size: 12px;
  font-weight: 400;
  color: #b4b4b4;
  line-height: 20px;
}
.section-singlepost .main-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center center;
}
.section-singlepost .main-image__caption {
  color: #55bcc9;
  font-style: italic;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
  margin-top: -32px;
  margin-bottom: 25px;
}
.section-singlepost .main-image__caption--different {
  margin-top: -10px;
  margin-bottom: 0;
}
.section-singlepost .row {
  display: flex;
  align-items: center;
}
.section-singlepost .change-order {
  display: flex;
  flex-direction: column;
}
.section-singlepost .change-order--published {
  display: block;
}
.section-singlepost .change-order--published div {
  line-height: 22px;
}
.section-singlepost .change-order--published .author-name {
  display: inline-block;
  font-size: 11px;
  vertical-align: middle;
  line-height: 22px;
}
.section-singlepost .change-order--published .writtenby {
  margin-top: 0;
}
.section-singlepost .change-order--published .author {
  margin-right: 0;
  line-height: 20px;
  font-size: 11px;
}
.section-singlepost .change-order--published .seperator {
  margin: 0 5px;
  font-weight: 600;
}
.section-singlepost .change-order--published .category {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
}
.section-singlepost .change-order--published .font-size-12 {
  font-size: 11px;
}
.section-singlepost .change-order--published .fact-check {
  font-size: 11px;
}
.section-singlepost .change-order--published .details {
  margin-top: 15px;
}
.section-singlepost .change-order--published .details > * {
  display: inline-block !important;
}
.section-singlepost .change-order--published .details .icon-container {
  margin-right: 7px;
}
.section-singlepost .change-order--published .details .details-icon {
  vertical-align: middle;
  margin-right: 5px;
}
.section-singlepost .change-order--published .details .details-data {
  vertical-align: middle;
}
.section-singlepost .change-order--published .details div {
  display: inline-block;
  vertical-align: middle;
}
.section-singlepost .change-order--published .details .marker {
  display: inline-block;
  vertical-align: middle;
}
.section-singlepost .comments {
  margin-top: 40px;
  position: relative;
}
.section-singlepost .comments h2 {
  color: #010101;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 30px;
}
.section-singlepost .comments .post-comments {
  list-style: none;
}
.section-singlepost .comments .comment__user {
  display: flex;
  align-items: flex-start;
}
.section-singlepost .comments .avatar {
  width: 40px;
  height: 40px;
  background-color: #75c0d5;
  border-radius: 100%;
  position: relative;
}
.section-singlepost .comments .avatar img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: brightness(0) saturate(100%) invert(48%) sepia(19%) saturate(999%) hue-rotate(148deg) brightness(101%) contrast(88%);
}
.section-singlepost .comments .name {
  color: #010101;
  font-size: 14px;
  font-weight: 700;
}
.section-singlepost .comments .date {
  color: #6a6a6a;
  font-size: 12px;
  font-weight: 400;
  margin-top: 8px;
}
.section-singlepost .comments .comment-details {
  margin-left: 15px;
}
.section-singlepost .comments .comment-block {
  display: flex;
  align-items: flex-start;
  margin-top: 17px;
}
.section-singlepost .comments .comment-block .comment-text {
  border-radius: 10px;
  background-color: #f7f7f7;
  padding: 8px 20px;
  margin-right: 10px;
}
.section-singlepost .comments .comment-block .comment-text p {
  color: #010101;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.section-singlepost .comments .comment-block .comment-reply-link {
  min-width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #f7f7f7;
  position: relative;
  transition: all 0.5s ease;
}
.section-singlepost .comments .comment-block .comment-reply-link img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.section-singlepost .comments .comment-block .comment-reply-link:hover {
  background-color: #55bcc9;
}
.section-singlepost .comments .comment-block .comment-reply-link:hover img {
  filter: brightness(0) invert(83%) sepia(6%) saturate(2751%) hue-rotate(157deg) brightness(86%) contrast(93%);
}
.section-singlepost .comments .comment {
  border-bottom: 1px solid #efefef;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.section-singlepost .comments .comment .children {
  list-style: none;
  margin-top: 30px;
}
.section-singlepost .comments .comment .children .comment {
  border-bottom: 0;
}
.section-singlepost .comments .comment .children .comment:nth-last-of-type(1) {
  margin-bottom: 0;
  padding-bottom: 0;
}
.section-singlepost .comments .comment .children .avatar {
  background-color: #d9d9d9;
}
.section-singlepost .comments .comment .children .avatar img {
  filter: none;
}
.section-singlepost .comments .comment .show-more {
  font-size: 14px;
  font-weight: 500;
  color: #55bcc9;
  cursor: pointer;
  margin-top: 20px;
  transition: all 0.5s ease;
}
.section-singlepost .comments .comment .show-more:hover {
  opacity: 0.8;
}
.section-singlepost .comments .hide-comment {
  display: none;
}
.section-singlepost .comments .admin-comment {
  color: #55bcc9;
}
.section-singlepost .comments .comment-respond {
  margin-bottom: 40px;
}
.section-singlepost .comments .comment-respond small a {
  margin-left: 5px;
  color: #cb2d6f;
}
.section-singlepost .comments .children {
  padding-left: 40px;
  border-left: 1px solid #d9d9d9;
}
.section-singlepost .comments .load-more {
  color: #55bcc9;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.5s ease;
}
.section-singlepost .comments .load-more:hover {
  opacity: 0.8;
}
.section-singlepost .comment-respond {
  margin-top: 40px;
  position: relative;
}
.section-singlepost .comment-respond .comment-success {
  width: 100%;
  height: 100%;
  border: 1px solid #d9d9d9;
  min-height: 100px;
  display: none;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border-radius: 10px;
}
.section-singlepost .comment-respond .comment-success img {
  margin-right: 20px;
  flex-shrink: 0;
}
.section-singlepost .comment-respond .comment-success__text {
  max-width: 700px;
}
.section-singlepost .comment-respond .comment-success__heading, .section-singlepost .comment-respond .comment-success__subheading {
  color: #55bcc9;
  font-weight: 500;
  text-transform: uppercase;
}
.section-singlepost .comment-respond .comment-success__heading {
  font-size: 22px;
}
.section-singlepost .comment-respond .comment-success__subheading {
  font-size: 18px;
  margin-top: 5px;
}
.section-singlepost .comment-respond h3 {
  font-size: 22px;
  font-weight: 700;
  color: #010101;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.section-singlepost .comment-respond .comment-disclaimer {
  color: #6a6a6a;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 20px;
}
.section-singlepost .comment-respond .comment-form-comment {
  margin-top: 10px;
  margin-bottom: 20px;
}
.section-singlepost .comment-respond .comment-form-comment textarea {
  width: 100%;
  height: 100px;
  resize: none;
  border: 1px solid #d9d9d9;
  outline: none;
  padding: 15px;
  font-size: 14px;
  font-weight: 600;
  color: #010101;
  transition: all 0.5s ease;
}
.section-singlepost .comment-respond .comment-form-comment textarea:focus {
  border: 1px solid #75c0d5;
}
.section-singlepost .comment-respond .input {
  border: 1px solid #d9d9d9;
  height: 50px;
  background: white;
  outline: none;
  width: 100%;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #010101;
  padding: 0 15px;
  transition: all 0.5s ease;
}
.section-singlepost .comment-respond .input::placeholder {
  color: #6a6a6a;
}
.section-singlepost .comment-respond .input:focus {
  border: 1px solid #75c0d5;
}
.section-singlepost .comment-respond .invalid-input {
  border: 1px solid #ec5d47 !important;
}
.section-singlepost .comment-respond .invalid-input::placeholder {
  color: #ff503b !important;
}
.section-singlepost .comment-respond .comment-form-author,
.section-singlepost .comment-respond .comment-form-email {
  display: inline-block;
  vertical-align: middle;
  width: calc(50% - 5px);
}
.section-singlepost .comment-respond .comment-form-author {
  margin-right: 5px;
}
.section-singlepost .comment-respond .comment-form-email {
  margin-left: 5px;
}
.section-singlepost .comment-respond .comment-form {
  font-size: 0;
}
.section-singlepost .comment-respond .comment-form-cookies-consent {
  display: flex;
  align-items: flex-start;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #6a6a6a;
}
.section-singlepost .comment-respond .comment-form-cookies-consent .checkbox-container {
  position: relative;
  min-width: 16px;
  width: 16px;
  height: 16px;
  border: 1px solid #d9d9d9;
  background: white;
  cursor: pointer;
  transition: all 0.5s ease;
  margin-top: 3px;
}
.section-singlepost .comment-respond .comment-form-cookies-consent input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}
.section-singlepost .comment-respond .comment-form-cookies-consent label {
  margin-left: 10px;
}
.section-singlepost .comment-respond .comment-form-cookies-consent img {
  width: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.5s ease;
}
.section-singlepost .comment-respond .comment-form-cookies-consent .active-input {
  background-color: #55bcc9;
  border: none;
}
.section-singlepost .comment-respond .comment-form-cookies-consent .active-input img {
  opacity: 1;
}
.section-singlepost .comment-respond .form-submit {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.section-singlepost .comment-respond .form-submit .submit {
  background-color: #55bcc9;
  padding: 20px 45px;
  outline: none;
  border: none;
  color: white;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.5s ease;
}
.section-singlepost .comment-respond .form-submit .submit:hover {
  background-color: #00748a;
}
.section-singlepost .comment-respond .form-submit .scroll-to-top {
  width: 50px;
  height: 50px;
  border: 1px solid #efefef;
  border-radius: 100%;
  position: absolute;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.section-singlepost .socialmedia-container {
  position: absolute;
  height: 100%;
}
.section-singlepost .socialmedia {
  top: 80px;
  position: sticky;
  font-size: 10px;
  font-weight: 500;
  color: #6a6a6a;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-transform: uppercase;
  margin-top: 5px;
  margin-left: -100px;
}
.section-singlepost .socialmedia div {
  margin-bottom: 20px;
}
.section-singlepost .socialmedia a {
  margin-bottom: 30px;
}
.section-singlepost .socialmedia a:hover img {
  filter: invert(49%) sepia(65%) saturate(462%) hue-rotate(144deg) brightness(87%) contrast(91%);
}
.section-singlepost .socialmedia a:nth-last-of-type(1) {
  margin-bottom: 0;
}
.section-singlepost .socialmedia img {
  transition: all 0.5s ease;
}
.section-singlepost .socialmedia-sticky {
  top: 160px;
}
.section-singlepost .wrapper {
  position: relative;
}

.section-quiz {
  background-color: #efefef;
  padding: 20px 0;
  z-index: 1000;
  position: fixed;
  bottom: 0;
  width: 100%;
  transform: translateY(100%);
  transition: all 0.5s ease;
}
.section-quiz .left-side {
  font-size: 16px;
  font-weight: 700;
  color: #010101;
  line-height: 24px;
  padding-right: 50px;
}
.section-quiz .right-side {
  background: linear-gradient(#0000, rgba(0, 0, 0, 0.3)) top/100% 800%;
  background-color: #cb2d6f;
  padding: 16px 30px;
  font-size: 14px;
  font-weight: 700;
  color: white;
  white-space: nowrap;
  transition: all 0.3s ease;
}
.section-quiz .right-side:hover {
  background-position: bottom;
}
.section-quiz .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-quiz--active {
  transform: translateY(0);
}

.section-quizv3 {
  transform: none;
  padding: 5px 0;
  z-index: 998;
  background: #f5f5f5;
  position: fixed;
  bottom: 0;
  top: unset;
  transition: none !important;
  height: fit-content;
}
.section-quizv3.top {
  position: sticky !important;
}
.section-quizv3.is-advertorial {
  top: 0 !important;
  padding: 0 !important;
}
.section-quizv3 .wrapper {
  padding-top: 0;
  justify-content: center;
}
.section-quizv3 .left-side {
  padding-right: 30px;
}
.section-quizv3 .right-side {
  padding: 8px 16px;
  text-align: center;
  text-transform: uppercase;
}

.section-bmr-calculator {
  margin-bottom: 50px;
  max-width: 640px;
  margin: 50px auto;
  /* Firefox */
}
.section-bmr-calculator .buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-bmr-calculator .buttons button {
  min-width: 100px;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
  transition: all 0.5s ease;
}
.section-bmr-calculator .buttons .active {
  background: #006281;
  color: white;
  pointer-events: none;
}
.section-bmr-calculator .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 30px;
  margin-top: 32px;
}
.section-bmr-calculator .grid label {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
}
.section-bmr-calculator .grid input,
.section-bmr-calculator .grid select {
  width: 100%;
  height: 42px;
  padding: 0 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  outline: none;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  font-weight: 400;
}
.section-bmr-calculator .grid2-container {
  display: none;
}
.section-bmr-calculator .input-container {
  position: relative;
}
.section-bmr-calculator .metric {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  color: #ccc;
  font-size: 16px;
}
.section-bmr-calculator .full-block {
  grid-column: 1/3;
}
.section-bmr-calculator .button-container {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.section-bmr-calculator .calculate-button {
  background: #448097;
  box-shadow: 0 20px 30px 0 rgba(12, 0, 46, 0.1);
  border-radius: 40px;
  font-size: 15px;
  color: white;
  font-weight: 600;
  padding: 12px 25px;
  outline: none;
  border: none;
  cursor: pointer;
  transition: all 0.5s ease;
}
.section-bmr-calculator .calculate-button:hover {
  background: #006281;
}
.section-bmr-calculator .inner-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
.section-bmr-calculator .results-container {
  display: none;
}
.section-bmr-calculator .results {
  margin-top: 32px;
  padding: 16px;
  text-align: center;
  border: 2px solid #006281;
}
.section-bmr-calculator .results span {
  font-weight: 700;
  color: #006281;
  margin-left: 5px;
}
.section-bmr-calculator input::-webkit-outer-spin-button,
.section-bmr-calculator input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.section-bmr-calculator input[type=number] {
  -moz-appearance: textfield;
}

.section-reviews1 {
  margin-top: 20px;
}
.section-reviews1 .wrapper {
  background-color: #f5f5f5;
  display: grid;
  grid-gap: 70px;
  grid-template-columns: calc(100% - 454px - 70px) 454px;
  padding: 50px 60px;
  padding-left: 0;
}
.section-reviews1 h2 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #55bcc9;
  margin-top: 5px;
}
.section-reviews1 p {
  font-size: 16px;
  font-weight: 400;
  color: #010101;
  line-height: 24px;
  margin-top: 25px;
}
.section-reviews1 ul {
  list-style: none;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
  color: #010101;
}
.section-reviews1 li {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.section-reviews1 li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.section-reviews1 .border {
  width: 31px;
  height: 2px;
  background: #4a8ea4;
  margin-right: 20px;
  flex-shrink: 0;
}
.section-reviews1 .left-side {
  border-left: 10px solid #55bcc9;
  padding-left: 30px;
  align-self: center;
  margin: 20px 0;
}
.section-reviews1 img {
  position: absolute;
  width: 454px;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.section-reviews1 .right-side {
  position: relative;
  min-height: 338px;
}

.section-reviews2 {
  margin-top: 40px;
  padding-bottom: 80px;
}
.section-reviews2 .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 40px;
}
.section-reviews2 .background {
  background-color: #f5f5f5;
  display: block;
  padding-top: 100%;
  position: relative;
}
.section-reviews2 .background img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
  width: 90%;
}
.section-reviews2 .heading {
  font-size: 18px;
  font-weight: 700;
  color: #55bcc9;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
  background: white;
  padding: 15px 10px 4px 10px;
  width: calc(100% - 30px);
  word-break: break-word;
}
.section-reviews2 .parent-category {
  font-size: 14px;
  font-weight: 600;
  color: #010101;
  padding-left: 10px;
}

.section-reviews3 {
  text-align: center;
  padding-bottom: 40px;
}
.section-reviews3 .header {
  font-size: 14px;
  font-weight: 600;
  color: #6a6a6a;
  margin-bottom: 30px;
}
.section-reviews3 .grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.section-reviews3 .image {
  margin-right: 40px;
  margin-bottom: 20px;
}
.section-reviews3 .image:last-child {
  margin-right: 0;
}
.section-reviews3 img {
  filter: grayscale(1);
  transition: all 0.5s ease;
}
.section-reviews3 a:hover img {
  filter: none;
}

.section-reviews4 {
  background-color: #f5f5f5;
  padding-top: 60px;
  padding-bottom: 40px;
}
.section-reviews4 .component-stars-rating img {
  display: block;
}
.section-reviews4 h2 {
  text-align: center;
  font-weight: 400;
}
.section-reviews4 .grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
}
.section-reviews4 .block {
  display: grid;
  grid-template-columns: 122px calc(100% - 122px - 20px);
  grid-gap: 20px;
  background: white;
  padding: 20px;
  transition: all 0.5s ease;
}
.section-reviews4 .block:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.section-reviews4 .left-side {
  position: relative;
}
.section-reviews4 .left-side img {
  position: absolute;
  width: 122px;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.section-reviews4 .right-side {
  display: flex;
  flex-direction: column;
}
.section-reviews4 .name {
  font-size: 18px;
  font-weight: 700;
  color: #010101;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.section-reviews4 .category {
  font-size: 14px;
  font-weight: 600;
  color: #6a6a6a;
  margin-bottom: 5px;
}
.section-reviews4 i {
  margin-right: 3px;
}
.section-reviews4 i:nth-last-of-type(1) {
  margin-right: 0;
}
.section-reviews4 .stars {
  margin-top: 1px;
  display: flex;
  align-items: flex-end;
}
.section-reviews4 .rating {
  margin-left: 10px;
  color: #6a6a6a;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
}
.section-reviews4 .link {
  background-color: #cb2d6f;
  display: flex;
  height: 100%;
  width: 100%;
  margin-top: 17px;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: white;
  min-height: 42px;
  padding: 0 20px;
  transition: all 0.5s ease;
}
.section-reviews4 .link img {
  margin-left: 20px;
}
.section-reviews4 .link:hover {
  background-color: #ba1535;
}

.section-reviews5 {
  padding: 60px 0;
  padding-bottom: 100px;
}
.section-reviews5 h2 {
  font-weight: 400;
  text-align: center;
}
.section-reviews5 .grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 40px;
}
.section-reviews5 .block {
  text-align: center;
}
.section-reviews5 .heading {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #010101;
  text-transform: uppercase;
}
.section-reviews5 .text {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #6a6a6a;
  line-height: 20px;
}
.section-reviews5 .disclaimer {
  margin-top: 60px;
  color: #6a6a6a;
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
}

.section-reviews-cat1 {
  padding: 60px 0;
}
.section-reviews-cat1 .grid {
  display: grid;
  grid-template-columns: 1.8fr 1.5fr 1fr;
  grid-gap: 35px;
  border: 1px solid #d9d9d9;
  margin-bottom: 40px;
  padding: 40px;
  position: relative;
}
.section-reviews-cat1 .grid:nth-of-type(1) {
  margin-top: 0;
}
.section-reviews-cat1 .grid:nth-last-of-type(1) {
  margin-bottom: 0;
}
.section-reviews-cat1 .first-column {
  display: flex;
  align-items: flex-start;
}
.section-reviews-cat1 .first-column .left-side {
  flex-shrink: 0;
  margin-right: 20px;
}
.section-reviews-cat1 .first-column .left-side img {
  width: 105px;
  height: 105px;
  object-fit: cover;
  object-position: center center;
}
.section-reviews-cat1 .name {
  font-size: 18px;
  font-weight: 700;
  color: #010101;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.section-reviews-cat1 .ranking {
  color: #6a6a6a;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
}
.section-reviews-cat1 .stars {
  display: flex;
  align-items: center;
}
.section-reviews-cat1 .stars img {
  display: block;
  height: 18px;
}
.section-reviews-cat1 .stars .fa-thin {
  font-style: normal;
}
.section-reviews-cat1 .rating {
  color: #6a6a6a;
  font-size: 15px;
  font-weight: 600;
  margin-left: 10px;
}
.section-reviews-cat1 .excerpt {
  margin-top: 20px;
  color: #010101;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.section-reviews-cat1 .available {
  margin-top: 20px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #010101;
}
.section-reviews-cat1 .available div {
  margin-right: 25px;
}
.section-reviews-cat1 .available img {
  margin-right: 20px;
  height: 20px;
}
.section-reviews-cat1 .available img:nth-last-of-type(1) {
  margin-right: 0;
}
.section-reviews-cat1 .exclusive {
  background-color: #55bcc9;
  font-size: 14px;
  font-weight: 600;
  color: white;
  height: 38px;
  line-height: 38px;
  padding: 0px 20px;
  position: absolute;
  top: -19px;
  right: 0;
  transition: background-color 0.5s ease;
}
.section-reviews-cat1 .exclusive:hover {
  background-color: #00748a;
}
.section-reviews-cat1 li {
  list-style: none;
  display: flex;
  align-items: flex-start;
  color: #010101;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 18px;
}
.section-reviews-cat1 li img {
  margin-right: 10px;
  margin-top: 8px;
}
.section-reviews-cat1 li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.section-reviews-cat1 .price {
  font-size: 18px;
  font-weight: 700;
  color: #010101;
}
.section-reviews-cat1 .price span {
  margin-left: 5px;
  color: #6a6a6a;
  font-size: 14px;
  font-weight: 600;
}
.section-reviews-cat1 .red-link {
  min-height: 51px;
  color: white;
  font-size: 16px;
  font-weight: 700;
  background-color: #cb2d6f;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  text-align: center;
  margin: 10px 0;
  transition: all 0.5s ease;
}
.section-reviews-cat1 .red-link:hover {
  background-color: #cb2d6f;
}
.section-reviews-cat1 .detailed {
  font-size: 16px;
  font-weight: 400;
  color: #010101;
  text-decoration: underline;
  transition: all 0.5s ease;
}
.section-reviews-cat1 .detailed:hover {
  opacity: 0.7;
}
.section-reviews-cat1 .second-column {
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 45px;
  padding-right: 40px;
  padding-top: 38px;
  padding-bottom: 38px;
}
.section-reviews-cat1 .third-column {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-reviews-cat1 .button-container {
  text-align: center;
  margin-top: 40px;
}
.section-reviews-cat1 button {
  cursor: pointer;
}

.section-reviews-cat2 {
  background-color: #f5f5f5;
  padding: 60px 0;
}
.section-reviews-cat2 h2 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
}
.section-reviews-cat2 .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 25px;
  margin-top: 50px;
}
.section-reviews-cat2 .block {
  background-color: #ffffff;
  padding: 40px 20px;
  position: relative;
}
.section-reviews-cat2 .header {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #010101;
  margin-bottom: 20px;
}
.section-reviews-cat2 .image {
  text-align: center;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 4px;
}
.section-reviews-cat2 .image img {
  width: 300px;
  height: 190px;
  display: inline-block;
  object-fit: contain;
  object-position: center center;
}
.section-reviews-cat2 .stars {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.section-reviews-cat2 i::before {
  margin-right: 4px;
}
.section-reviews-cat2 .rating {
  margin-left: 10px;
  color: #010101;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}
.section-reviews-cat2 .link {
  min-height: 51px;
  padding: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #cb2d6f;
  margin-top: 18px;
  color: white;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.5s ease;
}
.section-reviews-cat2 .link:hover {
  background-color: #cb2d6f;
}
.section-reviews-cat2 .editor {
  margin-top: 40px;
  color: #010101;
  font-size: 16px;
  font-weight: 600;
}
.section-reviews-cat2 .review {
  margin-top: 10px;
  color: #010101;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.section-reviews-cat2 .features {
  margin-top: 20px;
}
.section-reviews-cat2 .feature {
  display: flex;
  align-items: flex-start;
  color: #010101;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
}
.section-reviews-cat2 .feature img {
  margin-top: 8px;
  margin-right: 17px;
}
.section-reviews-cat2 .feature:nth-last-of-type(1) {
  margin-bottom: 0;
}
.section-reviews-cat2 .exclusive-text {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  left: -2px;
  top: -19px;
  width: calc(100% + 4px);
}
.section-reviews-cat2 .exclusive-text div {
  display: flex;
  text-align: center;
  align-items: center;
  padding: 0 20px;
  min-height: 38px;
  background-color: #cb2d6f;
}
.section-reviews-cat2 .exclusive {
  border: 2px solid #cb2d6f;
}

.section-contact h1 {
  margin-bottom: 0;
}
.section-contact .border-container {
  padding: 0 40px;
}
.section-contact p {
  padding-left: 40px;
  padding-right: 48px;
}

.section-search {
  padding-top: 20px;
  padding-bottom: 60px;
  position: relative;
}
.section-search .border-bottom {
  border-bottom: 1px solid #efefef;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 5px;
}
.section-search .go-back-button {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #010101;
  cursor: pointer;
}
.section-search .go-back-button img {
  margin-right: 10px;
}
.section-search .section-category {
  padding: 0;
}
.section-search .section-search-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-search .no-results {
  color: #434343;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  min-width: calc(100% - 40px);
  padding: 60px 0;
}
.section-search .button-container {
  text-align: center;
  margin-top: 40px;
}
.section-search .button-container button {
  cursor: pointer;
}

.section-reviews-nav {
  background-color: #e5e5e5;
  transition: all 0.5s ease;
}
.section-reviews-nav .wrapper {
  display: block;
}
.section-reviews-nav ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  font-size: 14px;
  font-weight: 600;
  color: #010101;
  text-transform: uppercase;
}
.section-reviews-nav ul li {
  padding: 20px 0;
  transition: all 0.5s ease;
}
.section-reviews-nav .sub-menu {
  display: flex;
  flex-direction: column;
  position: absolute;
  padding: 20px;
  white-space: nowrap;
  background: #e5e5e5;
  left: -20px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease;
  top: 100%;
}
.section-reviews-nav .sub-menu li {
  margin-bottom: 20px;
  padding: 0;
}
.section-reviews-nav .sub-menu li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.section-reviews-nav .sub-menu a {
  transition: all 0.5s ease;
}
.section-reviews-nav .sub-menu a:hover {
  color: #55bcc9;
}
.section-reviews-nav li:not(.menu-item-has-children) img {
  display: none;
}
.section-reviews-nav li:not(.menu-item-has-children) a {
  transition: all 0.5s ease;
}
.section-reviews-nav li:not(.menu-item-has-children) a:hover {
  color: #55bcc9;
}
.section-reviews-nav li a,
.section-reviews-nav li img {
  display: inline-block;
  vertical-align: middle;
}
.section-reviews-nav li img {
  margin-left: 10px;
}
.section-reviews-nav .menu-item-has-children {
  position: relative;
}
.section-reviews-nav .menu-item-has-children .sub-menu {
  display: none;
}
.section-reviews-nav .menu-item-has-children:hover .sub-menu {
  display: block;
  visibility: visible;
  opacity: 1;
}

.error404 .section-pagrindinis2 {
  margin-top: 0;
}

@media screen and (min-width: 1400px) {
  nav .tablet-nav {
    display: none;
  }
}
@media screen and (max-width: 1400px) {
  .wrapper {
    max-width: 1000px;
  }

  nav .right-side .links {
    display: none;
  }
  nav .tablet-nav {
    margin-top: 20px;
  }
  nav .tablet-nav .company-logo {
    display: none;
  }
  nav .tablet-nav .wrapper {
    display: block;
    width: 100%;
  }
  nav .tablet-nav .links {
    margin-right: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  nav .tablet-nav li {
    margin: 0;
  }
  nav .languages {
    position: relative;
  }

  .nav-sticky-enabled {
    padding-bottom: 10px;
  }

  .section-pagrindinis1 .main-section {
    min-height: 500px;
    max-height: 500px;
  }
  .section-pagrindinis1 .grid {
    height: 500px;
  }
  .section-pagrindinis1 .new {
    padding: 30px;
    font-size: 26px;
  }
  .section-pagrindinis1 .title {
    padding-right: 0;
  }

  .section-nav__review {
    padding-bottom: 0;
  }
  .section-nav__review .the-main-wrapper {
    padding-bottom: 0;
  }
  .section-nav__review .tablet-nav {
    padding-bottom: 20px;
  }

  .nav-sticky-enabled.section-nav__review {
    padding-bottom: 0;
  }

  .section-pagrindinis2 .overflow-container {
    width: calc((100vw - 1000px) / 2);
  }
  .section-pagrindinis2 .right-overflow {
    right: calc(((100vw - 1000px) / 2) * -1);
  }
  .section-pagrindinis2 .image {
    min-height: 177px;
    max-height: 177px;
  }
  .section-pagrindinis2 .arrow-left,
.section-pagrindinis2 .arrow-right {
    top: calc(88.5px - 19px);
  }

  .section-pagrindinis-posts .image img {
    min-height: 249px;
    max-height: 249px;
  }
  .section-pagrindinis-posts .reading-time {
    flex-basis: 100%;
    margin-top: 3px;
  }
  .section-pagrindinis-posts .reading-time-marker {
    display: none;
  }

  footer {
    padding-top: 40px;
  }
  footer .left-side {
    width: 85%;
  }

  .section-aboutus1 h1 {
    font-size: 40px;
    width: 100%;
  }
  .section-aboutus1 .image-container {
    height: 500px;
  }

  .section-aboutus2 .border {
    left: 0;
  }
  .section-aboutus2 .wrapper {
    grid-template-columns: 1fr;
  }
  .section-aboutus2 .left-side img {
    position: static;
    height: 500px;
  }
  .section-aboutus2 .right-side {
    padding: 0;
    margin-top: 40px;
  }

  .section-aboutus3 .wrapper {
    grid-template-columns: 1fr;
  }
  .section-aboutus3 .left-side {
    order: 1;
    margin: 0;
    margin-top: 40px;
    border-left: 0;
    border-right: 10px solid #75c0d5;
    padding-left: 0;
    padding-right: 30px;
  }
  .section-aboutus3 .right-side img {
    position: static;
    height: 500px;
  }

  .section-aboutus4 .wrapper {
    padding: 0;
    max-width: none;
  }

  .section-editorial1 .wrapper {
    min-height: 500px;
  }
  .section-editorial1 h1 {
    font-size: 40px;
  }

  .section-editorial4 .container {
    min-height: 0;
  }

  .section-editorial7 .block {
    padding: 48px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .section-editorial2 .wrapper {
    padding-left: 60px;
  }

  .section-singleteam .member h1 {
    font-size: 48px;
  }

  .section-reviews1 p {
    margin-top: 20px;
  }
  .section-reviews1 .wrapper {
    grid-gap: 20px;
    grid-template-columns: calc(100% - 454px - 20px) 454px;
    padding-right: 30px;
  }

  .section-reviews2 {
    padding-bottom: 60px;
  }
  .section-reviews2 .grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .section-reviews4 .grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
  }

  .section-reviews5 .grid {
    margin-top: 40px;
    grid-column-gap: 50px;
  }
  .section-reviews5 .disclaimer {
    margin-top: 40px;
  }

  .section-singlepost .posts-advertisement {
    top: 105px;
  }
  .section-singlepost .posts-advertisement.marginless {
    top: 110px;
  }
  .section-singlepost .posts-advertisement.top-bar {
    top: 155px;
  }
  .section-singlepost .tablet-hidden {
    display: none !important;
  }
  .section-singlepost .tablet-block {
    display: block !important;
  }
}
@media screen and (min-width: 1085px) {
  nav .hamburger {
    display: none;
  }

  .section-aboutus4 .mobile-image {
    display: none;
  }

  .section-reviews-cat1 .first-column .responsive-container {
    display: none;
  }

  .section-editorial1 .responsive-image {
    display: none;
  }

  nav .tablet-nav button {
    display: none;
  }

  nav .reviews-nav {
    display: none;
  }

  nav .tablet-nav .header {
    display: none;
  }
}
@media screen and (max-width: 1085px) {
  .wrapper {
    max-width: none;
    margin: 0;
    padding: 0 20px;
  }

  .section-404 .wrapper {
    padding: 80px 20px;
  }

  .section-yoast-breadcrumb .smaller-wrapper {
    padding: 0 20px;
  }
  .section-yoast-breadcrumb__team {
    margin-bottom: 20px;
  }
  .section-yoast-breadcrumb__review {
    margin-bottom: 10px;
  }

  nav .search {
    margin-right: 40px;
  }
  nav .search img {
    width: 22px;
  }
  nav .hamburger {
    padding: 0;
  }
  nav .hamburger-inner,
nav .hamburger-inner::before,
nav .hamburger-inner::after {
    width: 30px;
    height: 3px;
  }
  nav .hamburger-inner::before {
    top: 7px !important;
  }
  nav .hamburger-inner::after {
    top: 15px !important;
  }
  nav .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -15px, 0) rotate(-270deg);
  }
  nav .hamburger-box {
    width: 25px;
    height: 17px;
    display: block;
  }
  nav .right-side .is-active {
    margin-top: -6px;
  }
  nav .darken-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    transform: translateX(100%);
    transition: all 0.5s ease;
    z-index: 2;
  }
  nav .show-tablet-nav {
    transform: none;
  }
  nav .tablet-nav {
    position: fixed;
    height: 100%;
    right: 0;
    margin: 0;
    background: #efefef;
    border-left: 5px solid #55bcc9;
    display: flex;
    overflow: auto;
    width: 300px;
  }
  nav .tablet-nav .hidden-links {
    display: none;
  }
  nav .tablet-nav .company-logo {
    display: block;
    width: 250px;
    margin-bottom: 40px;
    height: auto;
  }
  nav .tablet-nav .wrapper {
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 80px;
  }
  nav .tablet-nav .links {
    flex-direction: column;
    justify-content: center;
    height: 100%;
    display: block;
  }
  nav .tablet-nav .no-height {
    height: auto;
  }
  nav .tablet-nav .arrow-right img {
    transform: rotate(-90deg);
  }
  nav .tablet-nav .inside-review {
    justify-content: flex-start;
    padding-top: 80px;
  }
  nav .tablet-nav .reviews-nav .header {
    margin-bottom: 30px;
  }
  nav .tablet-nav li {
    width: 100%;
  }
  nav .tablet-nav a {
    display: block;
    width: 100%;
    text-transform: uppercase;
  }
  nav .tablet-nav .wrapper {
    display: flex;
  }
  nav .tablet-nav button {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    outline: none;
  }
  nav .tablet-nav button img {
    filter: brightness(0%);
  }
  nav .tablet-nav .header {
    display: flex;
    align-items: center;
    color: #55bcc9;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
  }
  nav .tablet-nav .header img {
    display: block;
    margin-left: 10px;
    transition: all 0.5s ease;
    filter: invert(49%) sepia(65%) saturate(462%) hue-rotate(144deg) brightness(87%) contrast(91%);
  }
  nav .tablet-nav .reviews-nav {
    margin-bottom: 30px;
  }
  nav .search-container button {
    right: 20px;
  }
  nav .links li a {
    margin-bottom: 40px;
  }
  nav .reviews-nav .links li {
    margin-bottom: 0;
  }
  nav .reviews-nav .wrapper {
    display: none;
    padding: 0;
  }
  nav .reviews-nav img {
    display: none;
  }
  nav .reviews-nav ul {
    list-style: none;
    display: block;
  }
  nav .reviews-nav li {
    margin-bottom: 0;
  }
  nav .reviews-nav .menu-item-has-children > a {
    display: none;
  }
  nav .reviews-nav a {
    font-size: 14px;
    font-weight: 500;
    color: #010101;
    text-transform: uppercase;
    margin-bottom: 40px;
  }
  nav .section-reviews-nav {
    display: none;
  }

  .nav-sticky-enabled {
    padding-bottom: 0;
  }

  .section-nav__review {
    padding-bottom: 20px;
  }

  .section-pagrindinis1 {
    margin-top: 0;
  }
  .section-pagrindinis1 .wrapper {
    padding: 0;
  }

  .section-pagrindinis2 {
    margin-top: 0;
  }
  .section-pagrindinis2 .overflow-container,
.section-pagrindinis2 .slick-arrow {
    display: none !important;
  }
  .section-pagrindinis2 .image {
    min-height: 200px;
    max-height: 200px;
  }

  .section-singlepost-more .articles-container {
    overflow: hidden;
  }
  .section-singlepost-more .slick-arrow {
    display: block !important;
    top: calc(100px - 20px);
  }
  .section-singlepost-more .slick-arrow img {
    top: 50%;
    transform: translateY(-50%);
  }
  .section-singlepost-more .slick-list {
    overflow: hidden;
  }

  .padding-bottom-40 {
    padding-bottom: 0;
    margin-bottom: 40px;
  }

  .section-aboutus2 .wrapper {
    padding: 0;
  }
  .section-aboutus2 .border {
    display: none;
  }
  .section-aboutus2 h2,
.section-aboutus2 p {
    padding: 0;
  }
  .section-aboutus2 .right-side {
    padding: 0 20px;
  }

  .section-aboutus3 .wrapper {
    padding: 0;
  }
  .section-aboutus3 .left-side {
    border-right: 0;
    padding: 0 20px;
  }

  .section-aboutus4 .border-container {
    border-right: 0;
    padding-right: 0;
  }

  .section-aboutus4 .wrapper {
    min-height: 0;
    background-image: none !important;
    display: block;
  }
  .section-aboutus4 .mobile-image {
    min-height: 625px;
    max-height: 625px;
    object-fit: cover;
    object-position: center center;
    display: block;
    min-width: 100%;
    max-width: 100%;
  }
  .section-aboutus4 .right-side {
    margin-left: 0;
    padding: 0 20px;
    margin-top: 40px;
    width: 100%;
  }
  .section-aboutus4 .real-border {
    display: none;
  }

  .section-aboutus1 {
    padding-top: 0;
  }
  .section-aboutus1 .wrapper {
    max-width: none;
    padding: 0;
  }
  .section-aboutus1 p,
.section-aboutus1 .border-container {
    margin-left: 20px;
  }

  .section-editorial1 {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .section-editorial1 .wrapper {
    min-height: 0;
    background: none !important;
    padding: 0;
  }
  .section-editorial1 .responsive-image {
    height: 500px;
    object-fit: cover;
    object-position: center center;
    max-width: 100%;
  }
  .section-editorial1 .container {
    padding: 0;
    padding-top: 20px;
    padding-right: 20px;
    width: 100%;
  }

  .section-editorial2 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .section-editorial2 .wrapper {
    padding-left: 0;
    padding-right: 0;
    border-left: 0;
  }

  .section-editorial7 .smaller-wrapper {
    max-width: none;
    text-align: left;
  }

  .section-singleteam {
    padding-bottom: 40px;
  }
  .section-singleteam .right-side {
    margin-left: 50px;
  }
  .section-singleteam .content .default-header {
    margin-bottom: 20px;
  }

  .section-reviews1 {
    margin-top: 0;
    background-color: #f5f5f5;
  }

  .section-reviews-cat2 .grid {
    grid-template-columns: 1fr;
    grid-gap: 40px;
  }
  .section-reviews-cat2 .link {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .section-reviews-cat1 .right-side {
    flex-basis: calc(100% - 125px);
  }
  .section-reviews-cat1 .right-side .excerpt,
.section-reviews-cat1 .right-side .available {
    display: none;
  }
  .section-reviews-cat1 .first-column {
    flex-wrap: wrap;
    align-self: start;
    align-items: center;
  }
  .section-reviews-cat1 .left-side {
    flex-basis: 105px;
  }

  .section-contact form {
    margin-left: 20px;
  }

  .section-yoast-breadcrumb.section-singlepost .wrapper {
    padding-top: 0;
  }
  .section-yoast-breadcrumb.section-singlepost .smaller-wrapper {
    padding: 0;
  }

  .section-singlepost .tablet-hidden {
    display: inline-block !important;
  }
  .section-singlepost .tablet-block {
    display: inline-block !important;
  }
  .section-singlepost .change-order--published .details {
    margin-top: 10px;
  }
  .section-singlepost .default-header {
    padding-bottom: 20px;
  }
  .section-singlepost .socialmedia-container {
    display: none;
  }
  .section-singlepost .smaller-wrapper {
    display: block;
  }
  .section-singlepost .responsiveless-socialmedia {
    display: none;
  }
  .section-singlepost .section-page__content {
    margin-top: 10px;
  }
  .section-singlepost .section-page__content iframe {
    height: 350px;
  }
  .section-singlepost .section-page__content--published {
    margin-top: 10px;
  }
  .section-singlepost .comment-respond .form-submit .scroll-to-top {
    right: 20px;
  }
  .section-singlepost .posts-advertisement {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 6px 19.2px;
    background: white;
    z-index: 1001;
    top: auto !important;
  }
  .section-singlepost .posts-advertisement__button {
    outline: none;
    cursor: pointer;
    border: none;
    position: absolute;
    top: -10px;
    right: 10px;
    padding: 5px;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section-singlepost .posts-advertisement__button img {
    display: block;
    width: 11px;
    filter: brightness(0) invert(66%) sepia(5%) saturate(0%) hue-rotate(255deg) brightness(90%) contrast(79%);
    height: auto;
  }
  .section-singlepost .posts-advertisement__label {
    text-align: left;
    font-size: 9px;
    position: static;
    margin-bottom: 5px;
  }
  .section-singlepost .posts-advertisement__ad {
    margin-top: 0 !important;
  }
  .section-singlepost .posts-advertisement__ad[data-display=desktop] {
    display: none;
  }
  .section-singlepost .posts-advertisement__ad[data-display=tablet] {
    display: block;
  }
  .section-singlepost .posts-advertisement__ad[data-display=tablet] img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    height: auto;
    max-height: 90px;
  }

  .section-quiz .wrapper {
    flex-direction: column;
  }
  .section-quiz .left-side {
    padding-right: 0;
    text-align: center;
  }
  .section-quiz .right-side {
    margin-top: 20px;
    white-space: normal;
    padding-right: 30px;
  }

  .section-quizv3 {
    padding: 10px 0;
  }
  .section-quizv3 .left-side {
    padding-right: 30px;
    text-align: left;
  }
  .section-quizv3 .right-side {
    margin-top: 0;
    flex-shrink: 0;
    max-width: 250px;
    padding: 8px 10px;
    font-size: 12px;
  }
  .section-quizv3 .wrapper {
    flex-direction: row;
    justify-content: center;
  }

  .section-reviews5 {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1050px) {
  .section-editorial7 .grid {
    grid-auto-flow: row;
    grid-auto-columns: auto;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1000px) {
  footer .socialmedia-responsive {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  footer.is-advertorial .content {
    display: block;
  }
  footer.is-advertorial .content .left-side {
    display: block;
    margin-bottom: 40px;
  }
  footer.is-advertorial .content .right-side {
    display: block;
    max-width: none;
  }
  footer.is-advertorial .right-side .links {
    display: flex;
  }

  footer {
    padding-bottom: 40px;
  }
  footer .wrapper {
    display: flex;
    flex-direction: column;
  }
  footer .headers {
    order: 2;
  }
  footer .content {
    order: 3;
  }
  footer .content .left-side {
    display: none;
  }
  footer .copyright {
    order: 4;
  }
  footer .headers,
footer .content {
    display: flex;
    justify-content: center;
  }
  footer .socialmedia-responsive {
    display: flex;
    align-items: center;
    margin: 40px 0;
    margin-top: 0;
  }
  footer .socialmedia {
    margin: 0;
    margin-left: 40px;
  }
  footer .company-logo {
    min-width: 150px;
    max-width: 150px;
  }
  footer .header,
footer .content .middle,
footer .content .right-side {
    flex-basis: 50%;
  }
  footer .right-side .links {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  footer .block li {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 900px) {
  .section-pagrindinis2 .button-container {
    display: none;
  }

  .section-aboutus1 .responsive-image {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .default-header {
    font-size: 26px;
  }

  .section-singlepost.is-advertorial .post-header {
    font-size: 32px;
  }

  .section-yoast-breadcrumb {
    margin-top: 10px;
  }
  .section-yoast-breadcrumb span {
    font-size: 10px;
  }

  .section-pagrindinis1 .main-section {
    min-height: 400px;
    max-height: 400px;
  }
  .section-pagrindinis1 .grid {
    height: 400px;
  }
  .section-pagrindinis1 .new {
    font-size: 20px;
  }

  .section-pagrindinis2 .arrow-left,
.section-pagrindinis2 .arrow-right {
    display: none;
  }
  .section-pagrindinis2 .articles {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 20px;
    grid-column-gap: 10px;
  }
  .section-pagrindinis2 .articles-container .articles-404 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 20px;
  }
  .section-pagrindinis2 .image {
    min-height: 250px;
    max-height: 250px;
  }
  .section-pagrindinis2 .button-container {
    text-align: center;
    margin-top: 40px;
  }
  .section-pagrindinis2 .default-button {
    background: none;
  }
  .section-pagrindinis2 .readmore {
    margin-top: 13px;
  }

  .section-singlepost-more {
    padding-bottom: 0;
  }
  .section-singlepost-more .image {
    min-height: 200px;
    max-height: 200px;
  }
  .section-singlepost-more .readmore {
    margin-top: 20px;
  }
  .section-singlepost-more .articles {
    display: block;
  }

  .section-pagrindinis-posts h2 {
    font-size: 26px;
  }
  .section-pagrindinis-posts .posts {
    grid-template-columns: 1fr 1fr;
  }
  .section-pagrindinis-posts .post:nth-of-type(3) {
    display: none;
  }
  .section-pagrindinis-posts .image img {
    max-height: 300px;
    min-height: 300px;
  }

  .section-aboutus1 {
    padding-bottom: 40px;
  }
  .section-aboutus1 .responsive-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center center;
  }
  .section-aboutus1 .image-container {
    background: none !important;
    height: auto;
  }
  .section-aboutus1 .heading-container {
    position: static;
    width: 100%;
    padding-top: 20px;
    margin-top: 0;
  }
  .section-aboutus1 .border-container {
    padding-bottom: 22px;
    padding-right: 0;
    padding-left: 15px;
    padding-right: 20px;
    margin-left: 0;
  }
  .section-aboutus1 h1 {
    font-size: 30px;
  }
  .section-aboutus1 p {
    margin-left: 0;
    width: 100%;
  }

  .section-aboutus2 {
    padding-bottom: 40px;
  }
  .section-aboutus2 .left-side img {
    height: 400px;
  }
  .section-aboutus2 .right-side {
    margin-top: 20px;
  }

  .section-singlepost .author:not(.author--difference) .inline-block {
    display: block !important;
  }
  .section-singlepost .author:not(.author--difference) .seperator--mobiled {
    display: none !important;
  }
  .section-singlepost .default-header--no-border {
    padding-bottom: 0;
    padding-top: 5px;
  }

  .section-aboutus3 {
    padding-bottom: 40px;
  }
  .section-aboutus3 .wrapper {
    grid-gap: 0;
  }
  .section-aboutus3 .right-side img {
    height: 400px;
  }
  .section-aboutus3 .left-side {
    margin-top: 20px;
  }

  .section-team1 p {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-aboutus4 {
    padding-bottom: 40px;
  }
  .section-aboutus4 .mobile-image {
    min-height: 400px;
    max-height: 400px;
  }
  .section-aboutus4 .right-side {
    margin-top: 20px;
  }

  .section-editorial1 .responsive-image {
    height: 300px;
  }
  .section-editorial1 h1 {
    font-size: 30px;
    padding-left: 20px;
  }
  .section-editorial1 p {
    padding-left: 20px;
  }

  .section-editorial2 {
    padding-bottom: 40px;
  }

  .section-editorial4 .right-side {
    margin-top: 20px;
  }

  .section-category .section-pagrindinis-posts .post:nth-of-type(3) {
    display: block;
  }
  .section-category .grid {
    grid-template-columns: 1fr 1fr;
  }

  .section-editorial7 {
    padding-bottom: 40px;
  }

  .section-team1 .heading-container {
    margin-top: 0;
  }
  .section-team1 .border-container {
    padding-bottom: 0;
  }

  .section-contact p {
    padding-left: 15px;
  }

  .section-reviews1 .wrapper {
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-right: 0;
    grid-gap: 0;
    padding-bottom: 0;
  }
  .section-reviews1 .left-side {
    order: 2;
    margin: 20px 0;
    padding: 0 20px;
  }
  .section-reviews1 img {
    width: 100%;
  }
  .section-reviews1 .left-side {
    border-left: 5px solid #55bcc9;
  }
  .section-reviews1 li {
    margin-bottom: 20px;
  }

  .section-reviews2 {
    margin-top: 30px;
  }
  .section-reviews2 .grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section-reviews5 {
    padding-top: 40px;
  }
  .section-reviews5 .grid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
  }

  .section-reviews-cat1,
.section-reviews-cat2 {
    padding: 40px 0;
  }

  .section-reviews-cat1 .button-container {
    margin-top: 30px;
  }

  .section-contact form {
    margin-left: 0;
    border-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-singlepost .wrapper {
    padding-top: 10px;
  }
  .section-singlepost .comments {
    margin-top: 40px;
  }
  .section-singlepost .section-page__content .main-image,
.section-singlepost .main-layout {
    margin-left: -20px;
    width: calc(100% + 40px);
    max-width: none;
  }
  .section-singlepost .default-header {
    line-height: 30px;
  }
  .section-singlepost .writtenby-fact-checked {
    display: block !important;
  }
  .section-singlepost .seperator-fact-checked {
    display: none !important;
  }
}
@media screen and (min-width: 851px) {
  .section-reviews-cat1 .first-column .mobile-red-link {
    display: none;
  }
}
@media screen and (max-width: 850px) {
  .section-singleteam .border-padding {
    padding: 0 20px;
  }
  .section-singleteam .grey-background {
    display: none;
  }
  .section-singleteam .flex {
    flex-direction: column;
    align-items: flex-start;
  }
  .section-singleteam .wrapper {
    padding: 0;
  }
  .section-singleteam .main-image {
    display: block;
  }
  .section-singleteam .right-side {
    margin-left: 0;
    margin-top: 0px;
    background-color: #efefef;
    width: 100%;
    padding: 20px;
  }
  .section-singleteam .member h1 {
    font-size: 34px;
    padding: 0 20px;
  }
  .section-singleteam .left-side {
    padding: 0 20px;
  }
  .section-singleteam .content {
    margin-top: 40px;
    padding: 0 20px;
  }
  .section-singleteam .member {
    margin-top: 17px;
  }
  .section-singleteam .flex {
    margin-top: 29px;
  }

  .section-reviews-cat1 .grid {
    grid-template-columns: 1fr;
    padding: 20px;
    grid-gap: 20px;
  }
  .section-reviews-cat1 .mobile-red-link {
    margin-bottom: 0;
  }
  .section-reviews-cat1 .second-column {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    border-left: 0;
    border-right: 0;
    padding: 30px 0;
  }
  .section-reviews-cat1 .red-link {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    min-width: 228px;
  }
  .section-reviews-cat1 .exclusive {
    position: static;
    height: auto;
    line-height: normal;
    text-align: center;
    padding: 11px 20px;
    margin-left: -21px;
    margin-right: auto;
    margin-top: -40px;
    width: calc(100% + 42px);
    background: #55bcc9;
  }
  .section-reviews-cat1 .second-column {
    margin-top: 15px;
  }
  .section-reviews-cat1 .red-link {
    margin-top: 30px;
  }
  .section-reviews-cat1 .detailed {
    font-size: 16px;
    margin-top: 10px;
  }
  .section-reviews-cat1 .third-column {
    margin-top: 10px;
  }
  .section-reviews-cat1 .third-column .red-link {
    display: none;
  }

  .section-page__author .author-v2 {
    flex-direction: column;
    align-items: flex-start;
  }
  .section-page__author .no-shrink {
    margin-top: 10px;
  }
}
@media screen and (max-width: 800px) {
  .section-pagrindinis1 .main-section {
    background: none !important;
  }
  .section-pagrindinis1 .opacity-background {
    display: none;
  }
  .section-pagrindinis1 .grid {
    display: block;
  }
  .section-pagrindinis1 .slick-list {
    height: 100%;
  }
  .section-pagrindinis1 .slick-track {
    height: 100%;
  }
  .section-pagrindinis1 .block {
    padding: 40px 20px;
    display: flex !important;
    border-right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .section-pagrindinis1 .linear-gradient {
    display: none;
  }
  .section-pagrindinis1 .slick-dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    list-style: none;
  }
  .section-pagrindinis1 .slick-dots button {
    border: none;
    outline: none;
    width: 10px;
    height: 10px;
    background: white;
    opacity: 0.3;
    border-radius: 100%;
    font-size: 0;
    display: block;
  }
  .section-pagrindinis1 .slick-dots li {
    margin-right: 5px;
  }
  .section-pagrindinis1 .slick-dots li:nth-last-of-type(1) {
    margin-right: 0;
  }
  .section-pagrindinis1 .slick-dots .slick-active button {
    opacity: 1;
  }
  .section-pagrindinis1 .new {
    z-index: 3;
  }

  .section-team {
    padding-bottom: 60px;
  }
  .section-team .member {
    grid-template-columns: 1fr;
  }
  .section-team .background {
    display: none;
  }
  .section-team .left-side img {
    display: block;
    position: static;
    height: 314px;
    box-shadow: 20px -20px #75c0d5;
  }
  .section-team .member:nth-of-type(1),
.section-team .member {
    margin-top: 0;
  }
  .section-team h2 {
    margin-bottom: 50px;
  }
  .section-team .member {
    margin-top: 50px;
  }
  .section-team .right-side {
    padding-left: 0;
    margin-top: 20px;
  }
  .section-team .team {
    margin-bottom: 50px;
  }
  .section-team .readmore {
    margin-top: 30px;
  }

  .section-authors {
    padding-bottom: 60px;
  }
  .section-authors .member {
    grid-template-columns: 1fr;
  }
  .section-authors .background {
    display: none;
  }
  .section-authors .left-side img {
    display: block;
    position: static;
    height: 314px;
    box-shadow: 20px -20px #75c0d5;
  }
  .section-authors .member:nth-of-type(1),
.section-authors .member {
    margin-top: 0;
  }
  .section-authors h2 {
    margin-bottom: 50px;
  }
  .section-authors .member {
    margin-top: 50px;
  }
  .section-authors .right-side {
    padding-left: 0;
    margin-top: 20px;
  }

  .section-reviews4 .grid {
    grid-template-columns: 1fr;
  }
  .section-reviews4 .link {
    width: 50%;
  }

  .section-page__content .pros-cons .grid {
    grid-template-columns: 1fr;
  }
  .section-page__content .product-card {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  .section-page__content .product-card__left {
    padding-top: 0;
  }
  .section-page__content .product-card__left img {
    position: static;
    max-width: 160px;
    height: auto;
    margin-bottom: 0;
    transform: none;
  }

  .section-singlepost .main-image {
    height: 350px;
  }
  .section-singlepost .main-layout {
    min-height: 350px;
  }
  .section-singlepost .writtenby {
    flex-direction: column;
    align-items: flex-start;
  }
  .section-singlepost .fact-check {
    margin-top: 15px;
  }
  .section-singlepost .change-order {
    display: flex;
    flex-direction: column;
  }
  .section-singlepost .change-order--published .fact-check {
    margin-top: 0;
  }
  .section-singlepost .details {
    order: 2;
    margin: 0;
    margin-top: 16px;
  }
}
@media screen and (min-width: 700px) {
  footer .mobile-header {
    display: none;
  }
}
@media screen and (min-width: 701px) {
  .section-singlepost .mobile-appear {
    display: none !important;
  }

  footer.is-advertorial .company-logo.second {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .section-pagrindinis2 .image {
    min-height: 200px;
    max-height: 200px;
  }

  .section-pagrindinis-posts .image img {
    max-height: 250px;
    min-height: 250px;
  }

  footer.is-advertorial .content {
    margin-top: 15px;
    display: none;
  }
  footer.is-advertorial .content .right-side {
    width: auto;
    display: none;
  }
  footer.is-advertorial .links {
    display: block;
  }
  footer.is-advertorial .company-logo.second {
    margin-bottom: 40px;
  }

  footer .header {
    display: none;
  }
  footer .socialmedia-responsive {
    margin-bottom: 40px;
  }
  footer .mobile-header {
    font-size: 14px;
    display: block;
  }
  footer .mobile-header img {
    filter: invert(49%) sepia(65%) saturate(462%) hue-rotate(144deg) brightness(87%) contrast(91%);
    transform: rotate(-90deg);
    transition: all 0.5s ease;
    margin-left: 22px;
  }
  footer .mobile-header .mobile-headers {
    display: flex;
    align-items: center;
  }
  footer .headers {
    display: block;
    margin-bottom: 0;
  }
  footer .mobile-header:nth-last-of-type(1) {
    margin-top: 20px;
  }
  footer .content {
    display: none;
  }
  footer .mobile-menu {
    display: none;
  }
  footer .mobile-menu ul {
    list-style: none;
    display: block;
    margin-top: 15px;
  }
  footer .mobile-menu li {
    margin-bottom: 15px;
  }
  footer .mobile-menu li:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  footer .display-block .mobile-menu {
    display: block;
  }
  footer .shown-menu img {
    transform: rotate(0deg);
  }
  footer .socialmedia-responsive {
    align-items: center;
  }
  footer .copyright {
    flex-direction: column;
    border-top: 1px solid #434343;
    margin-top: 20px;
    padding-top: 20px;
  }
  footer .copyright .left-side {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }

  .section-reviews2 .grid {
    grid-template-columns: 1fr 1fr;
  }

  .section-reviews4 .link {
    width: 60%;
  }

  .section-page__author {
    grid-template-columns: 1fr;
  }
  .section-page__author .right-side {
    display: none;
  }
  .section-page__author .padding-container {
    order: 2;
  }

  .section-page__content iframe {
    max-height: 300px;
  }

  .section-singlepost .change-order--published .mobile-disappear {
    display: none;
  }
  .section-singlepost .mobile-appear {
    display: block !important;
  }
  .section-singlepost .main-layout--checked .main-layout__marker {
    display: none;
  }
  .section-singlepost .main-layout--checked .main-layout__mobile-block {
    display: block !important;
  }
}
@media screen and (max-width: 650px) {
  .section-singlepost .author--difference .inline-block {
    display: block;
  }
  .section-singlepost .author--difference .marker--mobile {
    display: none !important;
  }
}
@media screen and (max-width: 600px) {
  .section-pagrindinis2 .readmore {
    margin-top: 18px;
  }

  .section-pagrindinis-posts .posts {
    grid-template-columns: 1fr;
    grid-row-gap: 40px;
  }
  .section-pagrindinis-posts .post:nth-of-type(3) {
    display: block;
  }
  .section-pagrindinis-posts .image img {
    min-height: 400px;
    max-height: 400px;
  }

  .section-aboutus1 .responsive-image {
    height: 250px;
  }

  .section-aboutus2 .left-side img {
    height: 370px;
  }

  .section-aboutus3 .right-side img {
    height: 370px;
  }

  .section-aboutus4 .mobile-image {
    min-height: 370px;
    max-height: 370px;
  }

  .section-editorial1 .responsive-image {
    height: 250px;
  }

  .section-category .grid {
    grid-template-columns: 1fr;
    grid-row-gap: 40px;
  }

  .section-search {
    padding-bottom: 40px;
  }

  .section-reviews1 .right-side {
    min-height: 250px;
  }

  .section-reviews4 .link {
    width: 80%;
  }

  .section-reviews3 .image {
    margin: 0;
  }
  .section-reviews3 .image img {
    margin: 0 auto;
  }
  .section-reviews3 .slick-track {
    display: flex;
    align-items: center;
  }
  .section-reviews3 .slick-slide {
    margin: 0 5px;
  }
  .section-reviews3 .slick-list {
    margin: 0 -5px;
  }

  .section-reviews-cat2 .link {
    width: 100%;
  }
}
@media screen and (min-width: 550px) {
  nav .tablet-nav .mobile-languages {
    display: none;
  }

  nav .tablet-nav .mobile-languages-header {
    display: none;
  }

  .section-singlepost .section-page__content .scroll-hint {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  .section-pagrindinis-posts {
    margin-bottom: 40px;
  }
  .section-pagrindinis-posts .image img {
    min-height: 350px;
    max-height: 350px;
  }
  .section-pagrindinis-posts .real-paragraph {
    display: none;
  }

  .section-pagrindinis-posts:nth-last-of-type(1) {
    padding-bottom: 40px;
  }

  .default-header,
.section-pagrindinis-posts h2 {
    font-size: 22px;
  }

  .section-editorial7 .grid {
    grid-template-columns: 1fr;
  }
  .section-editorial7 .block {
    min-height: 135px;
  }

  .section-quiz .left-side {
    text-align: left;
  }
  .section-quiz .right-side {
    width: 100%;
    text-align: center;
  }

  .section-reviews1 .description,
.section-reviews1 .right-side,
.section-reviews1 .list {
    display: none;
  }

  .section-quizv3 .right-side {
    width: fit-content;
  }
  .section-quizv3 .left-side {
    line-height: 18px;
    font-size: 14px;
    padding-right: 14px;
  }

  .section-bmr-calculator .grid {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
  .section-bmr-calculator .full-block {
    grid-column: 1/2;
  }

  .section-singleteam .left-side {
    width: 100%;
  }
  .section-singleteam .main-image {
    width: calc(100% - 20px);
  }
  .section-singleteam .member {
    margin-top: 25px;
  }
  .section-singleteam .content {
    margin-top: 40px;
  }

  .section-reviews5 .grid {
    grid-template-columns: 1fr;
  }

  .section-singleteam .member h1 {
    font-size: 22px;
  }
  .section-singleteam .flex {
    margin-top: 30px;
  }
  .section-singleteam .main-image {
    box-shadow: none;
    width: 100%;
  }

  .section-404 .notfound {
    font-size: 13px;
  }

  .section-contact form {
    width: 100%;
  }
  .section-contact button {
    width: 100%;
  }

  nav .languages {
    display: none;
  }

  nav .mobile-languages {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #010101;
    padding-bottom: 40px;
  }
  nav .mobile-languages-header {
    text-transform: uppercase;
    margin-bottom: 25px;
    font-weight: 600;
    color: #498ea4;
  }

  .section-page__content .product-card .main-button {
    width: 100%;
    min-width: 0;
  }

  .section-singlepost .row div {
    white-space: nowrap;
  }

  .section-singlepost .posts-advertisement__ad[data-display=tablet] {
    display: none;
  }
  .section-singlepost .posts-advertisement__ad[data-display=mobile] {
    display: block;
  }
  .section-singlepost .posts-advertisement__ad[data-display=mobile] img {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    height: auto;
    max-height: 43px;
  }
  .section-singlepost .comment-respond .comment-success {
    flex-direction: column;
    text-align: center;
    padding: 30px 20px;
  }
  .section-singlepost .comment-respond .comment-success img {
    margin-right: 0;
  }
  .section-singlepost .comment-respond .comment-success__text {
    margin-top: 15px;
  }
  .section-singlepost .comment-respond .comment-success__subheading {
    margin-top: 10px;
    font-size: 16px;
  }
  .section-singlepost .comment-respond .comment-success__heading {
    font-size: 20px;
  }
  .section-singlepost .affiliate-text {
    padding: 6px 15px;
  }
  .section-singlepost .main-layout__marker {
    display: none !important;
  }
  .section-singlepost .main-layout__category {
    margin-right: 5px;
  }
  .section-singlepost .main-layout--checked .main-layout__category-seperator {
    display: none;
  }
  .section-singlepost .main-layout--checked .main-layout__category-real {
    display: block !important;
  }
  .section-singlepost .main-layout__mobile-block {
    display: block !important;
  }
  .section-singlepost .scroll-hint {
    position: absolute;
    z-index: 5;
    top: 10px;
    right: 0;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.7) 50%);
    width: 50px;
    display: flex;
    height: calc(100% - 28px);
  }
  .section-singlepost .scroll-hint img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 108.4px;
    animation: 1s slide infinite;
    max-width: 40px;
  }
  .section-singlepost .main-layout__no-opacity {
    padding: 30px;
    padding-bottom: 10px;
    padding-top: 40px;
  }
  @keyframes slide {
    0% {
      transform: translate(-40%, -50%);
      -webkit-transform: translate(-40%, -50%);
    }
    50% {
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
    }
    100% {
      transform: translate(-40%, -50%);
      -webkit-transform: translate(-40%, -50%);
    }
  }
}
@media screen and (max-width: 500px) {
  .section-pagrindinis1 .main-section {
    min-height: 490px;
    max-height: 490px;
  }
  .section-pagrindinis1 .grid {
    height: 490px;
  }
  .section-pagrindinis1 .slick-dots button {
    width: 5px;
    height: 5px;
  }

  .section-pagrindinis2 .image {
    max-height: 150px;
    min-height: 150px;
  }

  .section-singlepost-more .image {
    max-height: 270px;
    min-height: 270px;
  }
  .section-singlepost-more .slick-arrow {
    top: calc(135px - 20px);
  }

  .section-pagrindinis-posts .image img {
    min-height: 300px;
    max-height: 300px;
  }

  footer .company-logo {
    min-width: 130px;
    max-width: 130px;
  }
  footer .socialmedia {
    margin: 0;
  }
  footer .socialmedia-responsive {
    justify-content: space-between;
  }

  .section-team1 .border-container {
    padding-bottom: 0;
  }

  .section-reviews4 .link {
    width: 100%;
  }

  .section-singlepost .details {
    flex-direction: column;
    align-items: flex-start;
  }
  .section-singlepost .row:nth-of-type(2) {
    margin-top: 10px;
  }
  .section-singlepost .row:nth-of-type(2) .marker:nth-of-type(1) {
    display: none;
  }
  .section-singlepost .main-image {
    height: 277px;
  }
  .section-singlepost .main-layout {
    min-height: 277px;
  }
  .section-singlepost .quiz a {
    width: 100%;
  }
  .section-singlepost .writtenby-fact-checked .seperator {
    display: none !important;
  }
  .section-singlepost .writtenby-fact-checked .fact-check {
    display: block !important;
  }
  .section-singlepost .comment-respond .comment-form-author,
.section-singlepost .comment-respond .comment-form-email {
    display: block;
    width: 100%;
  }
  .section-singlepost .comment-respond .comment-form-email {
    margin: 0;
    margin-top: 15px;
  }
  .section-singlepost .comment-respond .form-submit {
    flex-direction: column;
  }
  .section-singlepost .comment-respond .form-submit .submit {
    width: 100%;
  }
  .section-singlepost .comment-respond .form-submit .scroll-to-top {
    display: none;
    position: static;
    margin-top: 40px;
  }

  nav .tablet-nav {
    width: 100%;
  }
}
@media screen and (min-width: 450px) {
  .section-reviews4 .responsive-link {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .section-team h2 {
    margin-bottom: 25px;
  }
  .section-team .background {
    display: block;
    z-index: -1;
    width: calc(100% + 40px);
    left: -20px;
    height: 80%;
    top: 50%;
    transform: translateY(-50%);
  }
  .section-team .left-side img {
    box-shadow: none;
    margin: 0 auto;
  }

  .section-authors h2 {
    margin-bottom: 25px;
  }
  .section-authors .background {
    display: block;
    z-index: -1;
    width: calc(100% + 40px);
    left: -20px;
    height: 80%;
    top: 50%;
    transform: translateY(-50%);
  }
  .section-authors .left-side img {
    box-shadow: none;
    margin: 0 auto;
  }

  .section-singleteam .main-image {
    height: 350px;
  }

  .section-reviews2 .heading {
    font-size: 16px;
    width: calc(100% - 10px);
  }

  .section-reviews4 {
    padding-top: 40px;
  }
  .section-reviews4 .right-side .link {
    display: none;
  }
  .section-reviews4 .responsive-link {
    grid-column: 1/3;
    height: 42px;
    margin: 0;
  }
  .section-reviews4 .left-side img {
    width: 66px;
  }
  .section-reviews4 .block {
    grid-template-columns: 66px calc(100% - 66px - 20px);
  }

  .section-reviews1 .right-side {
    min-height: 200px;
  }

  nav .tablet-nav {
    width: 100%;
  }

  .section-contact p,
.section-contact .border-container {
    border-left: 5px solid #f3d250;
  }

  .section-page__author .left-side {
    border-left: 5px solid #55bcc9;
    padding: 0 20px;
  }
  .section-page__author .right-side {
    min-height: 250px;
  }

  .section-singlepost .main-layout--checked .main-layout__facts {
    display: block !important;
  }
  .section-singlepost .main-layout--checked .seperator {
    display: none;
  }
}
@media screen and (max-width: 449px) {
  .section-singlepost .hide-on-mobile {
    display: none !important;
  }
  .section-singlepost .inline-block__mobile {
    display: block !important;
  }
}
@media screen and (max-width: 420px) {
  .section-pagrindinis-posts .image img {
    min-height: 250px;
    max-height: 250px;
  }
}
@media screen and (max-width: 400px) {
  .section-pagrindinis2 .image {
    max-height: 130px;
    min-height: 130px;
  }

  .section-aboutus1 .responsive-image {
    height: 183px;
  }
  .section-aboutus1 .border-container {
    border-left: 5px solid #75c0d5;
  }

  .section-aboutus3 .default-button {
    width: 100%;
    text-align: center;
  }

  .section-contact p,
.section-contact .border-container {
    border-left: 5px solid #f3d250 !important;
  }

  .section-singlepost-more .image {
    max-height: 270px;
    min-height: 270px;
  }

  .section-editorial1 .responsive-image {
    height: 183px;
  }
  .section-editorial1 h1 {
    border-left: 5px solid #75c0d5;
  }
  .section-editorial1 p {
    border-left: 5px solid #75c0d5;
  }

  .section-reviews1 .right-side {
    min-height: 200px;
  }

  .section-contact p,
.section-contact .border-container {
    border-left: 5px solid #f3d250;
  }

  .section-team1 p {
    border-left: 5px solid #75c0d5;
  }
}
.wp-block-table table tr td {
  border: 1px solid #d9d9d9;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f5f5f5;
}

@media screen and (max-width: 380px) {
  .section-team .left-side img {
    width: calc(100% - 20px);
  }

  .section-authors .left-side img {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 360px) {
  .section-singleteam .main-image {
    height: 320px;
  }
}
@media screen and (max-width: 350px) {
  .section-team .left-side img {
    height: 280px;
  }

  .section-authors .left-side img {
    height: 280px;
  }
}
.page-template-template-homepage .global-disclaimer {
  margin-bottom: 0;
}

.global-disclaimer {
  margin: 20px 0;
  color: #6a6a6a;
  font-size: 14px;
  line-height: 20px;
}
.global-disclaimer a {
  text-decoration: underline;
}

@media screen and (min-width: 1084px) {
  .global-disclaimer.mobile {
    display: none;
  }
}
@media screen and (max-width: 1085px) {
  .page-template-template-homepage .global-disclaimer {
    display: none;
  }
  .page-template-template-homepage .global-disclaimer.mobile {
    display: block;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 551px) {
  .section-singlepost .shown-on-mobile-check {
    display: none !important;
  }
}
@media screen and (max-width: 550px) {
  .global-disclaimer {
    margin: 15px 0;
  }

  .section-singlepost .hide-checked-by {
    display: none !important;
  }
}
.section-singlepost.disclaimer .wrapper {
  padding-top: 0;
}
.section-singlepost.disclaimer.no-ad .smaller-wrapper {
  display: block;
  max-width: 854px;
  margin: 0 auto;
}
.section-singlepost.disclaimer.no-ad .smaller-wrapper {
  max-width: 854px;
  margin: 0 auto;
}

.section-yoast-breadcrumb.no-margin {
  margin-top: 0;
}
.section-yoast-breadcrumb.no-margin .wrapper {
  padding-top: 0;
}

.adinserter-plugin-label {
  opacity: 0;
  transition: opacity 0.2s ease;
}

.component-advertorial {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
  color: #6a6a6a;
}

.component-advertorial.top-bar-active {
  margin-top: 50px;
}

.component-advertorial-disclaimer {
  color: #6a6a6a;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #010101;
}
.component-advertorial-disclaimer.top {
  padding-top: 20px;
  background: none;
  text-align: left;
}
.component-advertorial-disclaimer .smaller-wrapper {
  max-width: 1186px;
  margin-left: auto;
}
.component-advertorial-disclaimer .smaller-wrapper.no-ad {
  max-width: 854px;
  margin: 0 auto;
}

@media screen and (min-width: 701px) {
  footer.is-advertorial .company-logo.not-visibile-desktop {
    display: none !important;
  }
}
.section-page__content .acf-quiz {
  margin: 40px 0;
  transition: height 0.2s ease;
  min-height: 316px;
  display: flex;
  flex-direction: column;
}
.section-page__content .acf-quiz__results {
  display: none;
}
.section-page__content .acf-quiz .main-header {
  margin: 0;
  text-align: center;
}
.section-page__content .acf-quiz .main-paragraph {
  margin-top: 18px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 0;
}
.section-page__content .acf-quiz .main-button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  outline: none;
  cursor: pointer;
  width: fit-content;
  margin: 24px auto 0;
  background: #cb2d6f;
  border: 0;
  color: white;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  padding: 15px 20px;
  min-width: 235px;
  transition: background 0.5s ease;
}
.section-page__content .acf-quiz .main-button:hover {
  background: #ba1535;
}
.section-page__content .acf-quiz .main-disclaimer {
  text-align: center;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.5;
  color: #b4b4b4;
  margin-top: 32px;
  margin-bottom: 0;
}
.section-page__content .acf-quiz .max-width {
  max-width: 555px;
  margin: 0 auto;
  width: 100%;
}
.section-page__content .acf-quiz .info {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #20a0a7;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  font-family: "Open Sans", Inter, serif;
  margin: 8px auto 0;
  width: fit-content;
  font-weight: 500;
  cursor: default;
  position: relative;
  z-index: 4;
}
.section-page__content .acf-quiz .info img {
  flex-shrink: 0;
  margin: 0 8px 0 0;
}
.section-page__content .acf-quiz .info-popup {
  position: absolute;
  top: 100%;
  background: #ffffff;
  border: 1px solid #f5f5f5;
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.24);
  padding: 24px;
  max-width: 290px;
  z-index: 2;
  color: #010101;
  width: max-content;
  transition: opacity 0.2s ease;
  left: 0;
  font-size: 16px;
}
.section-page__content .acf-quiz .info-popup__flex {
  display: flex;
  align-items: flex-start;
}
.section-page__content .acf-quiz .info-popup img {
  margin: 4px 8px 0 0;
}
.section-page__content .acf-quiz .max-width2 {
  max-width: 558px;
  margin: 0 auto;
  width: 100%;
}
.section-page__content .acf-quiz .answers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-gap: 16px;
  margin-top: 24px;
  margin-bottom: 33px;
}
.section-page__content .acf-quiz .answer {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  background: white;
  border: 1px solid #2090a7;
  transition: background 0.5s ease, color 0.5s ease;
  color: #010101;
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  padding: 18.5px;
}
.section-page__content .acf-quiz .answer:hover {
  background: #2090a7;
  color: white;
}
.section-page__content .acf-quiz .answer input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
  opacity: 0;
}
.section-page__content .acf-quiz .answer.active {
  background: #2090a7;
  color: white;
  pointer-events: none;
}
.section-page__content .acf-quiz .previous-next {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
}
.section-page__content .acf-quiz .see-results {
  color: white;
  display: none;
  background-color: #2090a7;
  border: 1px solid #2090a7;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  align-items: center;
  text-align: center;
  padding: 0 40px;
  margin: 0 auto;
}
.section-page__content .acf-quiz .navigate-answer {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e2e2e2;
  padding: 5.5px 20px;
  min-width: 112px;
  color: #e2e2e2;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  outline: none;
  cursor: pointer;
  pointer-events: none;
  background: white;
  transition: border 0.5s ease, background 0.5s ease, color 0.5s ease;
  flex-shrink: 0;
}
.section-page__content .acf-quiz .navigate-answer img {
  transition: filter 0.5s ease;
}
.section-page__content .acf-quiz .navigate-answer img {
  margin: 0 8px 0 0;
  filter: brightness(0) invert(100%) sepia(0%) saturate(3523%) hue-rotate(172deg) brightness(129%) contrast(77%);
}
.section-page__content .acf-quiz .navigate-answer.next img {
  transform: rotate(180deg);
  margin: 0 0 0 8px;
}
.section-page__content .acf-quiz .navigate-answer.active, .section-page__content .acf-quiz .navigate-answer.back {
  border: 1px solid #2090a7;
  color: #010101;
  pointer-events: all;
}
.section-page__content .acf-quiz .navigate-answer.active img, .section-page__content .acf-quiz .navigate-answer.back img {
  filter: none;
}
.section-page__content .acf-quiz .navigate-answer.disabled {
  border: 1px solid #e2e2e2;
  pointer-events: none;
  color: #e2e2e2;
}
.section-page__content .acf-quiz .navigate-answer.disabled img {
  filter: brightness(0) invert(100%) sepia(0%) saturate(3523%) hue-rotate(172deg) brightness(129%) contrast(77%);
}
.section-page__content .acf-quiz .navigate-answer:hover {
  background: #2090a7;
  color: white;
}
.section-page__content .acf-quiz .navigate-answer:hover img {
  filter: brightness(0) invert(1);
}
.section-page__content .acf-quiz .answer-select {
  margin-top: 32px;
}
.section-page__content .acf-quiz .imperial-metric {
  display: flex;
  width: fit-content;
  margin-left: auto;
  border: 1px solid #2090a7;
  margin-top: 24px;
}
.section-page__content .acf-quiz .imperial-metric-block {
  display: none;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
  margin-top: 32px;
}
.section-page__content .acf-quiz .imperial-metric-block.active {
  display: grid;
}
.section-page__content .acf-quiz .label {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  color: #010101;
  font-weight: 500;
  margin-bottom: 8px;
}
.section-page__content .acf-quiz .system-button {
  background: white;
  border: 0;
  outline: 0;
  cursor: pointer;
  padding: 3px 10px;
  min-width: 80px;
  color: #010101;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: background 0.5s ease, color 0.5s ease;
}
.section-page__content .acf-quiz .system-button:hover {
  background: #e7f5f8;
}
.section-page__content .acf-quiz .system-button.active {
  background: #2090a7;
  color: white;
  pointer-events: none;
}
.section-page__content .acf-quiz .reload-quiz {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  padding: 5.5px 20px;
  min-width: 112px;
  color: #010101;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  outline: none;
  cursor: pointer;
  background: white;
  transition: border 0.5s ease, background 0.5s ease, color 0.5s ease;
}
.section-page__content .acf-quiz .reload-quiz img {
  margin: 0 8px 0 0;
  transition: filter 0.5s ease;
}
.section-page__content .acf-quiz .reload-quiz:hover {
  color: #20a0a7;
}
.section-page__content .acf-quiz .reload-quiz:hover img {
  filter: brightness(0) invert(52%) sepia(31%) saturate(964%) hue-rotate(134deg) brightness(94%) contrast(93%);
}
.section-page__content .acf-quiz__question-container {
  display: none;
  width: 100%;
  flex-grow: 1;
  flex-direction: column;
}
.section-page__content .acf-quiz__progress {
  height: 4px;
  position: relative;
  background: #e7f5f8;
  transition: width 0.5s ease;
  width: 0;
}
.section-page__content .acf-quiz__progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: #2090a7;
  transition: width 0.5s ease;
}
.section-page__content .acf-quiz__stage {
  width: 100%;
  flex-grow: 1;
}
.section-page__content .acf-quiz__stage.first {
  margin: 0 auto;
  border: 1px solid #2090a7;
  padding: 56px 40px 24px 40px;
  transition: border 0.5s ease;
}
.section-page__content .acf-quiz__stage.question {
  display: none;
  padding-top: 24px;
  flex-direction: column;
}
.section-page__content .acf-quiz__stage.question:nth-of-type(2) {
  display: flex;
}
.section-page__content .acf-quiz__stage.final {
  padding-top: 56px;
}
.section-page__content .acf-quiz__stage.final .main-pdisclaimer {
  margin-top: 40px;
}
.section-page__content .acf-quiz.quiz-started .acf-quiz__progress {
  width: 100%;
}
.section-page__content .select2-container .select2-selection--single {
  height: 56px;
  border: 1px solid #2090a7;
  border-radius: 0;
}
.section-page__content .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 56px;
  padding-left: 44px;
  padding-right: 44px;
  color: #010101;
  font-weight: 700;
  font-size: 16px;
}
.section-page__content .select2-container .select2-selection--single .select2-selection__arrow {
  background-image: url("../images/select-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 9px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.5s ease;
  right: 20px;
}
.section-page__content .select2-container .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.section-page__content .select2-container.opened .select2-selection__arrow {
  transform: translateY(-50%) rotate(180deg);
}

.select2-container .select2-dropdown {
  border-radius: 0;
  border: 0;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.select2-container .select2-dropdown .select2-results__option {
  padding: 11px 11px 11px 44px;
  color: #010101;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}
.select2-container .select2-dropdown .select2-results__option.select2-results__option--highlighted {
  background: #e7f5f8;
  color: #010101;
}
.select2-container .select2-dropdown .select2-results__option.select2-results__option--selected {
  background: #2090a7 !important;
  color: white !important;
}

@media screen and (max-width: 690px) {
  .section-page__content .acf-quiz__stage.first {
    padding: 48px 23px;
  }
  .section-page__content .acf-quiz__stage.question {
    padding-top: 28px;
    padding-left: 23px;
    padding-right: 23px;
  }
  .section-page__content .acf-quiz .main-disclaimer {
    margin-top: 40px;
  }
}
@media screen and (min-width: 551px) {
  .section-page__content .acf-quiz .info-popup__close {
    display: none;
  }
  .section-page__content .acf-quiz .info-popup {
    opacity: 0;
    visibility: hidden;
  }
  .section-page__content .acf-quiz .info:hover .info-popup {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 550px) {
  .select2-container .select2-dropdown .select2-results__option {
    padding-left: 16px;
  }

  .global-popup-close-component {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 10000;
    display: none;
    padding: 40px 0;
    overflow: auto;
  }
  .global-popup-close-component .info-popup {
    background: #ffffff;
    border: 1px solid #f5f5f5;
    box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.24);
    padding: 24px;
    max-width: calc(100% - 40px);
    z-index: 2;
    color: #010101;
    width: max-content;
    transition: opacity 0.2s ease;
    font-size: 16px;
    padding-top: 30px;
    position: relative;
    top: auto;
    left: auto;
    margin: auto;
  }
  .global-popup-close-component .info-popup__close {
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border: none;
    outline: none;
  }
  .global-popup-close-component .info-popup__close img {
    margin: 0;
  }
  .global-popup-close-component .info-popup__flex {
    padding-right: 22px;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: flex-start;
  }
  .global-popup-close-component .info-popup__flex img {
    margin: 4px 8px 0 0;
    flex-shrink: 0;
    display: block;
  }

  .section-page__content .acf-quiz {
    min-height: 420px;
  }
  .section-page__content .acf-quiz .main-header {
    font-size: 24px;
    line-height: 31px;
  }
  .section-page__content .acf-quiz__stage.first {
    display: flex;
    align-items: center;
  }
  .section-page__content .acf-quiz .answers {
    grid-template-columns: 1fr;
    margin: 24px 0;
    grid-gap: 8px;
  }
  .section-page__content .acf-quiz .previous-next {
    justify-content: center;
    flex-wrap: wrap;
  }
  .section-page__content .acf-quiz .previous-next .back {
    width: 50%;
  }
  .section-page__content .acf-quiz .previous-next .see-results {
    padding: 0 15px;
    font-size: 14px;
    order: 3;
    margin-top: 20px;
    padding: 5.5px 10px;
    justify-content: center;
    width: 100%;
  }
  .section-page__content .acf-quiz .previous-next .reload-quiz {
    order: 2;
    width: 50%;
  }
  .section-page__content .acf-quiz .navigate-answer.next {
    margin-left: 16px;
  }
  .section-page__content .acf-quiz .max-width2 {
    margin-top: auto;
  }
  .section-page__content .acf-quiz .answer-select {
    margin-top: 24px;
  }
  .section-page__content .acf-quiz .imperial-metric {
    margin: 24px auto 0;
  }
  .section-page__content .acf-quiz .imperial-metric-block {
    grid-template-columns: 1fr;
    grid-gap: 8px;
    padding: 0 11px;
  }
  .section-page__content .acf-quiz .info {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .section-page__content .acf-quiz .reload-quiz {
    min-width: 86px;
    padding: 5.5px 10px;
  }

  .section-page__content .acf-quiz .navigate-answer {
    padding: 5.5px 10px;
  }
}
.single-post .dco-attachment-gallery {
  margin-top: 10px;
}

.section-quiz.section-quizv3.stickyDynamic {
  transition: all 0.5s ease;
}

.section-quiz.section-quizv3.stickyDynamic:not(.show) {
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease;
}

.section-quizv3.is-advertorial .wrapper {
  justify-content: center;
}

.subtitle-block {
  margin-bottom: 25px;
  padding: 15px 20px;
  box-shadow: 0px 1px 4px 0px #747474;
}
.subtitle-block p {
  margin-bottom: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.section-page__reviews {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
@media screen and (max-width: 650px) {
  .section-page__reviews {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-page__reviews .section-page__review {
  background: #f2f2f2;
  padding: 16px;
}
.section-page__reviews .section-page__review .title {
  font-weight: 700;
  margin-bottom: 10px;
}
.section-page__reviews .section-page__review .title:after {
  content: "";
  width: 17px;
  height: 17px;
  display: inline-block;
  margin-left: 10px;
  margin-bottom: -1px;
  background-image: url(../images/verified.svg);
  background-size: contain;
  background-position: center;
}
.section-page__reviews .section-page__review .stars {
  display: flex;
  gap: 5px;
  height: 20px;
  margin-bottom: 10px;
}
.section-page__reviews .section-page__review .stars img {
  height: auto;
  width: auto;
}
.section-page__reviews .section-page__review .review-text {
  font-weight: 200;
  font-size: 15px;
  line-height: 20px;
}

.cta-block-bottom {
  color: white;
  padding: 12px;
  text-align: center;
  font-size: 20px;
}

.cta-w-logo {
  background-color: #000000;
  transform: translateY(0);
  padding: 10px 0;
}
.cta-w-logo .left-side img {
  max-width: 160px;
  max-height: 45px;
  height: auto;
}
.cta-w-logo a.right-side {
  padding: 10px 14px;
  font-size: 16px;
}
.cta-w-logo .left-side {
  display: flex;
  align-content: center;
  align-items: center;
  gap: 20px;
}

.stars-wrapper {
  display: flex;
  gap: 7px;
}
.stars-wrapper img {
  width: 20px;
}

.pre-feature-image-block {
  margin-top: 20px;
  z-index: 999;
  display: block;
  position: relative;
}

.section-page__reviews.sidebar-review {
  grid-template-columns: 1fr;
}
.section-page__reviews.sidebar-review .flex-wrapper {
  display: flex;
  align-content: center;
  align-items: center;
  gap: 10px;
}
.section-page__reviews.sidebar-review .flex-wrapper img {
  max-width: 60px;
}

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