/*
    Theme Name: Better web
    Author: Better Web Oy
    Description: Better Web Company WordPress Theme
    Version: 1.0
    License: All Rights Reserved
    Domain Path: /languages/
    Text Domain: better-web
*/

:root {  
  --higlight-color: #012f6e;
  --hover-color: #4952a0;
  --button-color: #272727;
  --light-text-color: #71717a;
  --title-color-one: #1f1f20;
  --title-color-two: #1f1f20;
  --title-color-third: #3f3f3f;
  --icon-filter: invert(32%) sepia(75%) saturate(621%) hue-rotate(179deg) brightness(94%) contrast(92%);
  --trial-button: #3767F7;
  --bg-color:#6a5dcf;
  --header: #f2f0ee;
  --menu-color: #1f1f20;
  --font-raleway: 'Inter',sans-serif;
  --swiper-pagination-color: #786095;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-navigation-color: rgb(127, 132, 170);
  --swiper-pagination-fraction-color: var(--title-color-one);
  --price: #4A5365;
  --reservation: #161616;
  --reservation-color: #fff;
}
.cookie-btn-deny, .cookie-btn-accept, .cookie-btn-save {
  font-weight: 500;
  font-family: inherit;
}
.cookie-category span {
  font-weight: 500 !important;
}
.cookie-btn-deny, .cookie-btn-save {
  background-color: #fff;
}
.cookie-modal-content > p {
  color: #1c1c1e;
}
.site-width {
  max-width: 1280px;
  margin-inline: auto !important;
}
/* Yli 1921px näytöt */
@media (min-width: 1921px) {
  .site-width {
    max-width: 66.6667vw;
  }
  .newest-articles.my-page-articles {
    max-width: 66.6667vw !important;
  }
}
/* Yli 2560px näytöt */
@media (min-width: 2561px) {
  .site-width {
    max-width: 1704px;
  }
}
h1 {
  font-size: 2rem;
  letter-spacing: -1.4px;
  font-weight: 530;
  color: var(--title-color-one);
}
.home .main-title-description {
    opacity: 0;
    animation: fadeInUpSmall 0.35s ease-out 0.3s forwards;
}
.hero-container.hero-animation-element {
    opacity: 0;
    animation: fadeInScale 0.35s ease-out 0.3s forwards;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes fadeInUpSmall {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@media (prefers-reduced-motion: reduce) {
    .hero-first h1,
    .home .main-title-description,
    .hero-container.hero-animation-element
     {
        animation: none;
        opacity: 1;
        transform: none;
    }
}
html {
  margin:0 !important;
  scroll-behavior: smooth !important;
  color: #3f3f3f;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: clamp(22px, 9.6129px + 0.6452vw, 26px);
}
@media screen and (min-width: 1000px) and (max-width: 1919px) {
  html {
    font-size: clamp(20px, 17.8237px + 0.2176vw, 22px);
}
}
@media screen and (min-width: 20px) and (max-width: 999px) {
  html {
    font-size: clamp(1.125rem, 1.0072rem + 0.5891vw, 1.375rem);
  }
}
.top-bar {
  background-color: #f8f8f8;
  text-align: center;
  font-weight: 400;
  font-size: 0.68rem;
  color: #3f3f3f;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  display: none;
}
.top-bar a {
  font-weight: 600;
  text-decoration: underline;
}
.logged-in .top-bar-link {
  display: none;
}
h2 {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--title-color-one);
  text-wrap: balance;
  line-height: 1.4;
}
h3 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--title-color-one);
  line-height: 1.5;
}
*, *:before, *:after {
  box-sizing: border-box;
}
* {
    -webkit-tap-highlight-color: transparent;
    outline: none;
}
a:focus,a:visited,a:active {
  outline: none;
  box-shadow: none;
}
p {
  color: var(--light-text-color);
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(css/fonts/Inter.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body {
    text-align: left;
    margin: 0;
    background-color: #f6f5f4;
    min-height: 101vh;
    position: relative;
    font-family: 'Inter',sans-serif;
    font-weight: 400;
}
.home {
  background-color: #f6f5f4;
}
strong {
  color: #444;
  font-weight: 600;
}
a {
    color: var(--title-color-one);
    text-decoration: none;
}

h1 {
  text-align: center;
}
.hero-first h1 {
  text-wrap: balance;
  margin: 0 auto 32px;
  max-width: 60rem;
}
.home .hero-first h1 {
  margin: 0;
}
.hero-first {
  margin: 0 auto;
}
img {
    display: block;
    margin: 0;
    transform: translateZ(0);
    image-rendering: -webkit-optimize-contrast;
    text-indent:-9999px;
    color: transparent;
}
#header {
  height: 3.45rem;
  position: absolute;
  width: 100%;
  z-index: 99;
  background-color: #f6f5f4;
}
.inner_header {
  margin: 0px auto;
  display: flex;
  align-items: center;
  justify-content: left;
  height: 3.45rem;
  position: relative;
  max-width: calc(100% - 64px);
  gap: 64px;
}
.header-logo a {
  display: flex;
  align-items: center;
  gap: 0.05rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: #1E293B;
  padding: 0.1rem 0.2rem;
  transition: 0.25s ease-in-out;
  letter-spacing: -0.02em
}
.header-logo a:hover {
  background-color: #eae8e2;
  border-radius: 6px;
}
.header-logo a img {
  width: 0.99rem;
  height: auto;
  transition: 1.8s;
}
.h1-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.35rem;
  margin: 0 auto 1.1rem;
  opacity: 0;
  animation: fadeInUp 0.35s ease-out 0.1s forwards;
}
@media only screen and (max-width: 700px) {
.h1-wrapper {
  flex-direction: column;
  gap: 0.4rem;
}
.h1-wrapper img {
  display: none;
}
}
.header-logo a img {
  width: 1.1rem;
  height: auto;
  margin-top: -3px;
}
.h1-wrapper img {
  height: auto;
  width: 2.1rem;
  transform: translateY(-2px);
}
.white-logo {
  display: none;
}
.logo-url {
  color: #262430;
  font-size: 0.545rem;
  font-weight: 400;
  display: none;
}
.top-link-bar {
  display: flex;
  height: 32px;
  justify-content: end;
  gap: 22px;
  padding: 0 20px;
  background-color: #2e2e2e;
  display: none;
}
.log-out-btn {
  color: red;
}
.openlogin, .myacc {
  line-height: 36px;
  color: #fff !important;
  text-decoration: none;
  font-size: 0.55rem;
  cursor: pointer;
  width: 98px;
  position: relative;
}
.openlogin::after {
  border: solid var(--menu-color);
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  content: "";
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  top: 15px;
  left: 53px;
  transition: 0.3s;
  z-index: 0;
  opacity: 0;
}
.openlogin:hover::after {
  left: 58px;
  opacity: 1;
}
.log-in-second, .open-menu {
  display: flex;
  align-items: center;
  font-size: 0.727rem;
  border-radius: 10px;
  color: var(--menu-color);
  font-weight: 400;
}
.log-in-second:hover {
  text-decoration: underline;
}
.log-in-second.active {
  border-radius: 3px;
}
.trial {
  font-size: 0.63rem;
  padding: 0.43rem 0.6rem;
  cursor: pointer;
  text-align: center;
  background-color: var(--trial-button);
  color: #fff;
  z-index: 2;
  transition: 0s;
  font-weight: 500;
  border-radius: 8px;
}
.trial.bottom-trial.make-button {
  padding: 0.7rem 1rem;
  font-size: 0.72rem;
}
.control-buttons {
  font-size: 0.727rem;
  padding: 0.3rem 0.7rem;
  cursor: pointer;
  text-align: center;
  z-index: 2;
  font-weight: 400;
  border-radius: 0.4rem;
  transition: 0.3s;
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--menu-color);
  border: 1px solid #e4e4e7;
  background-color: #fff;
}
.control-buttons.my-page {
 background-color: #fff;
  transition-property: background-color;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .15s;
  border-radius: 100px;
}
.control-buttons.my-page:hover {
  text-decoration: unset;
  background-color: #fafafa;
  transition-property: background-color;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .15s;
}
.control-buttons:hover {
  text-decoration: underline;
}
.control-buttons.open-site {
  background-color: rgb(55, 55, 55);
  color: #fff;
}
.control-buttons.open-site {
  background-color: rgb(55, 55, 55);
  color: #fff;
  border-color: rgb(55, 55, 55);
}
.control-buttons.open-site img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.control-buttons.open-site:hover {
  opacity: 0.9;
}
.control-buttons:hover {
  text-decoration: underline;
}
.header-log-out {
  transition: 0.1s;
  color: var(--menu-color);
  font-size: 0.727rem;
}
.header-log-out:hover {
  color: #e74c3c;
}
.trial.bottom-second:hover {
  opacity: 0.9;
}
.trial.active .zzz {
  stroke: #fff;
}
.logged-in .openlogin {
  display: none;
}
.active-sticky {
  position: absolute;
  top: 12px;
  width: 100%;
  height: 1px;
}
#header.header-sticky {
  background-color: #f6f5f4;
  position: fixed !important;
  z-index: 101;
  top: 0;
  height: 2.5rem;
}
.inner_header.inner_header-active {
  height: 2.5rem;
}
.site_header.ai-active .inner_header {
  height: 3.45rem !important;
}
#header.ai-active {
  position: absolute !important;
  height: 3.45rem !important;
}
.hero-wrapper-second.active {
  margin-top: 8.45rem;
}
.button-wrapper {
  display: flex;
  justify-content: center;
  gap: 24px;
  align-items: center;
}
.text-align-center {
  text-align: center !important;
}
.header-menu {
  display: flex;
  justify-content: center;
  max-width: 1200px;
  z-index: 4;
}
.primary-navigation {
  position: relative;
}
.primary-navigation.hide-mobile {
    width: 100%;
}

.menu-navigation-container {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 32px;
  align-items: center;
}
.menu-item {
  list-style-type: none;
  display: inline-block;
  font-size: 0.82rem;
}
.menu-item a {
  line-height: 36px;
}
.menu-navigation-container .active.menu-item a {
  border-bottom: 1px solid #3e28b5;
}
.menu-navigation-container .menu-item a {
  font-size: 0.727rem;
  line-height: 28px;
  color: var(--menu-color);
  padding: 0 0 1px 0;
  font-weight: 400;
}
.menu-navigation-container .menu-item a:hover {
  border-bottom: 1px solid #3e28b5;
}
.sub-menu li a {
  line-height: 28px !important;
  text-align: left !important;
  font-size: 0.59rem !important;
  color: var(--menu-color) !important;
  width: 100%;
  display: inline-block;
  padding: 10px 16px !important;
}
.menu-item.websites {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.menu-item.websites p {
  font-size: 0.727rem;
  line-height: 28px;
  color: var(--menu-color);
  padding: 0 0 1px 0;
  font-weight: 400;
}
.dropdown-menu {
  flex-direction: column;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 58px;
  gap: 0;
  max-height: calc(100vh - 42px);
  overflow-y: auto;
  padding: 6px 28px 10px 23px;
  z-index: 3;
  width: 226px;
  display: none;
  opacity: 0;
  transform: translateY(10px);
  transition-property: display, opacity, transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-behavior: allow-discrete;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 20px 0px;
  border-radius: 12px;
}
.dropdown-menu a:hover, .menu-item.websites.active .dropdown-menu a {
  border-bottom: unset !important;
}
.dropdown-menu a:hover {
  text-decoration: underline;
}
.menu-item.websites:hover .dropdown-menu, .dropdown-menu:hover {
    display: flex;
    opacity: 1;
    transform: translateY(0);
    @starting-style {
        opacity: 0;
        transform: translateY(10px);
    }
}
.dropdown-menu a {
  font-size: 0.7rem !important;
  display: flex;
  align-items: center;
  align-content: center;
  gap: 13px;
  padding: 5px 0px !important;
}
.dropdown-menu img {
  width: 20px;
}
.open-menu {
  position: relative;
  padding: 0;
  cursor: pointer;
  display: flex;
  gap: 8px;
}
.menu-navigation-container .menu-item.open-menu:hover a:hover {
  border-bottom: unset;
}
.open-menu::after, .websites::after {
  border: solid var(--menu-color);
  border-width: 0 1.5px 1.5px 0;
  display: inline-block;
  padding: 2px;
  content: "";
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: 0.4s;
  z-index: 0;
}
.websites::after {
  right: -14px;
  top: 33px;
}
.open-menu:hover:after, .hidden-menu:hover .open-menu:after, .websites:hover::after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.hidden-items {
  background-color: #fff;
  width: 100%;
  position: absolute;
  left: 0;
  top: 48px;
  gap: 0.3rem;
  flex-wrap: wrap;
  padding: 0.5rem;
  border: 1px solid #edece8;
  z-index: 3;
  display: none;
  opacity: 0;
  transform: translateY(10px);
  transition-property: display, opacity, transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-behavior: allow-discrete;
  max-width: 640px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 20px 0px;
  border-radius: 12px;
}
.inner_header-active .hidden-items {
  top: 43px;
}
.hidden-items::before {
  content: "";
  position: absolute;
  top: -21px;
  left: 0;
  right: 0;
  height: 14px;
  background-color: transparent;
  border-top: 38px solid transparent;
}
.open-menu:hover + .hidden-items, .hidden-items:hover, .hidden-items:hover::before {
    display: flex;
    opacity: 1;
    transform: translateY(0);
    @starting-style {
        opacity: 0;
        transform: translateY(10px);
    }
}
.hidden-item {
  width: calc(50% - 0.5rem);
  display: flex;
  gap: 8px;
  padding: 12px;
}
.item-icon {
  filter: var(--icon-filter);
  width: 20px;
  height: 20px;
  transform: translateY(5px);
}
.hidden-item:hover {
  background-color: #f7f7f7;
}
.hidden-item span {
  font-size: 0.7rem !important;
  margin: 4px 0 -4px;
  color: var(--menu-color);
  font-weight: 500;
}
.item-wrapper span {
  margin-bottom: 0.4rem !important;
  display: inline-block;
}
.hidden-item p {
  font-size: 0.7rem;
  color: var(--light-text-color);
  font-weight: 300;
  margin: 0;
}
.top-menu li a {
  font-size: 0.68rem !important;
}
.sub-menu li a:hover, .menu-item-has-children a:hover {
  background-color: #F0F3FF !important;
}
.page-template-better-web-registration-form {
  background-color: #fff;
}
.home .home-item a, .page-template-presentation .presentation-item a, .page-template-themes .themes-item a, .page-template-pricing .pricing-item a, .page-template-appointment .appointment-item a, .page-template-faq .ukk-item a {
  color: var(--bg-color);
  display: inline-block;
}
.menu-navigation-container {
    display: flex;
  justify-content: center;
}
.header-right {
  position: absolute;
  right: 0;
  width: 846px;
  display: flex;
  justify-content: end;
}
.header-right-inner {
  display: flex;
  gap: 22px;
  align-items: center;
  height: 64px;
}
.menu > .menu-item-488:hover a {
  color: #000 !important;
}
.sub-menu > .menu-item:hover a {
  border-radius: unset !important;
}
.menu-item-has-children a:hover {
  background-color: unset !important;
}
.action-container:after {
  border: solid var(--menu-color);
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 2px;
  content: "";
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 14px;
  right: 0px;
  transition: 0.3s;
  z-index: 0;
}
.action-container:hover:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.action-container:after:hover {
  visibility: visible;
  top: 0px;
}
#menu-item-custom:after {
  border: solid #fff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 2px;
  content: "";
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 14px;
  right: -1px;
  transition: 0.3s;
  z-index: 0;
}
#menu-item-custom:hover:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
#menu-item-custom:after:hover {
  visibility: visible;
  top: 0px;
}
.menu-item-has-children:hover > .sub-menu, #menu-item-custom:hover > .sub-menu {
  visibility: visible;
  top: 0px;
  opacity: 1;
}
.sub-menu:hover {
  visibility: visible;
  top: 0px;
  opacity: 1;
}
.sub-menu {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: absolute;
  background-color: #fff;
  visibility: hidden;
  transition: 0.1s;
  top: 20px;
  background-clip: padding-box;
  padding: 0px;
  margin-top: 28px;
  left: -87px;
  opacity: 0;
  width: 244px;
  box-shadow: 0 8px 16px rgba(0,0,0,.15);
  border-bottom: 1px solid #f5f5f5;
  z-index: 100;
}
#menu-item-custom .sub-menu {
  left: -94px;
  width: 156px;
  margin-top: 31px;
}
.menu-item.menu-item-log-out a {
  color: red !important;
}
.menu-item.menu-item-log-out:hover a {
  color: red !important;
}
.sub-menu .menu-item {
  text-transform: none;
  border-bottom: 1px solid #f3f3f3;
  margin: 0 !important;
}
.sub-menu .menu-item:last-child {
  border-bottom: unset;
}
.menu-item-has-children, #menu-item-custom {
  position: relative;
  margin-right: 0 !important;
  padding: 0 10px 0 0;
  margin: 0;
}
.menu-item-has-children a, #menu-item-custom a {
  font-size: 0.55rem;
  color: var(--light-text-color);
}
#menu-item-custom {
  display: none;
}
.logged-in #menu-item-custom {
  display: block;
  margin-right: 38px !important;
}
.hero-wrapper {
    position: relative;
    display: flex;
    min-height: calc(100vh - 292px);
}
#top-section {
  padding-bottom: 0px;
  padding-top: 118px;
  max-width: 1500px;
}
.main-section {
  margin: 0 auto;
  padding: 96px 0;
  text-align: center;
 scroll-margin: -34px;
}
.read {
  margin: 0 auto;
  font-size: 0.82rem;
  line-height: 1.5;
  color: var(--light-text-color);
  overflow-wrap: break-word;
}
.service-description.read {
  font-size: 0.82rem;
}
.main-div {
  padding-top: 7rem;
}
.home .main-div {
  padding-top: 3.45rem;
}
#top-element {
  margin: 0 auto;
  max-width: 100%;
}
.home .service-description.dd.read.main-title-description {
  margin: 1px auto 22px;
  color: #474753;
  font-size: 0.83rem;
  max-width: 38rem;
}
.home #top-element {
  min-height: calc(100vh + 2.5rem);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -5.95rem;
}
.logged-in .trial {
  display: block !important;
}
.hero-first.front-h1 {
  width: 100%;
  margin: 0;
}
.bb-limit-notice p {
  display: inline-block;
  background: #E6F1FB;
  color: #185FA5;
  font-size: 14px;
  padding: 8px 20px;
  border-radius: 999px;
  font-weight: 600;
}
.hero-wrapper-second {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
@keyframes heroScaleIn {
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.modal {
  display: none; 
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  backdrop-filter: blur(3px);
  background-color: #00000099;
  justify-content: center;
  align-items: center;
}
.close {
  color: transparent;
}
.modal-content {
  margin: 15% auto;
  width: 70%;
}
.modal-content video {
  max-width: 100%;
  border-radius: 8px;
}
.frontpage-feature-list {
  margin-bottom: 96px;
}
.frontpage-feature-list > *:first-child {
  margin-top: 0;
}
.ai-builder-demo {
  display: flex;
  gap: 1rem;
  background-color: #f2f1ed;
  border: 1px solid #edece8;
  border-radius: 2px;
  padding: 1rem;
  margin: 2.5rem auto;
}
.frontpage-feature-list .ai-builder-demo:nth-child(even) {
  flex-direction: row-reverse;
}
.ai-builder-demo-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 20rem;
  padding: 0 1.2rem;
}
.ai-builder-demo-left h2 {
  margin: 0;
}
.ai-builder-demo-left p {
  color: #787671;
  font-size: 0.88rem;
  line-height: 1.5;
}
.ai-builder-demo-left a {
  color: #292421;
  font-size: 0.8rem;
  margin-top: 1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.2rem;
}
.ai-builder-demo-left a img {
  transition: 0.25s ease-in-out;
}
.ai-builder-demo-left a:hover {
  text-decoration: underline;
}
.ai-builder-demo-left a:hover img {
  transform: translateX(2px);
}
.ai-builder-demo-right {
  width: 100%;
  border: 1px solid #d4d2cd;
  border-radius: 2px;
  background-color: #d9d6d0;
  padding: 1.4rem;
}
.ai-builder-demo-right.no-padding {
  padding: 0;
  border-top: 0;
}
.ai-builder-demo-right img {
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.ai-builder-demo-right.chat-image img {
  max-width: 75%;
}
.editor-description .main-link {
  margin-top: 68px;
}
.features-section.site-width {
  margin: 96px 0;
}
.features-section.active {
  display: none;
}
.features-section-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.features-section-card {
  width: calc(33.333% - 10px);
  padding: 14px 24px;
  border: 1px solid #edece8;
  display: flex;
  justify-content: space-between;
  transition: 0.3s ease-in-out;
  background-color: #fff;
  border-radius: 5px;
  cursor: pointer;
  align-items: center;
}
.features-section-card:hover .features-section-arrow {
    transform: rotate(-45deg);
}
.features-section-card h3 {
  font-size: 0.79rem;
  font-weight: 500;
  color: var(--title-color-one);
  line-height: 1.5;
  margin: 0;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 4px;
  transition: text-decoration-color 0.35s ease;
}
.features-section-card:hover h3 {
  text-decoration-color: #6285a9;
}
.features-section-arrow {
  width: 30px;
  padding: 5px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #e8e5e5;
  transition:
        background-color 0.35s ease,
        border-color 0.35s ease,
        color 0.35s ease,
        transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.features-section-arrow path {
  color: #6285a9;
}
.front-pricing-container .main-link {
  margin-top: 22px;
}
.main-link a {
  font-size: 0.727rem;
  font-weight: 500;
  background-color: #000;
  padding: 0.62rem 0.62rem 0.62rem 0.92rem;
  border-radius: 18vh;
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  transition: 0.25s ease-in-out;
  color: #fff;
  text-wrap: nowrap;
}
.blog-main {
  padding: 3.45rem 0 0 !important;
}
.main-link a:hover {
  text-decoration: underline;
}
.main-link img {
  filter: invert(100%) sepia(1%) saturate(0%) hue-rotate(154deg) brightness(104%) contrast(104%);
  transition: 0.1s ease-in-out;
}
.main-link a:hover img {
  transform: translateX(2px);
}
.website-showcase {
  background-color: #fafafa;
  max-width: 100% !important;
  width: 100% !important;
  padding: 126px 0;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
.website-showcase .site-width {
  margin: 0 auto;
}
.website-showcase .site-width > p {
  line-height: 1.6;
  text-align: center;
  text-wrap: balance;
  font-size: 1.18rem;
}
.website-showcase-element {
  display: flex;
  gap: 124px;
  justify-content: center;
  margin: 124px 0 0;
  list-style: none;
  padding: 0;
}
.website-showcase-element li {
  color: #3f4042;
  font-weight: 500;
  font-size: 1.18rem;;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 16px;
}
.website-showcase-element li::before {
  content: "✓";
  background-color: #b8bdfd;
  box-shadow: 0 0 0 4px rgba(184, 189, 253, 0.3);
  height: 14px;
  width: 14px;
  border-radius: 50%;
  font-size: 0.59rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.changelog-section {
    margin: 0 auto;
}
.changelog-title {
  text-align: left;
  width: 100%;
  margin-top: 0;
}
.changelog-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 24px;
}
.changelog-card {
  padding: 20px;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #edece8;
}
.changelog-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}
.changelog-version {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 28px;
    padding: 0 10px;
    border: 1.5px solid #666666;
    border-radius: 14px;
    font-size: 0.64rem;
    font-weight: 500;
    color: #666666;
}
.changelog-date {
    font-size: 0.55rem;
    color: #666666;
}
.changelog-date::first-letter {
  text-transform: uppercase;
}
.kokoko {
  margin: 4rem auto;
}
.changelog-card-title {
    font-size: 0.74rem;
    font-weight: 400;
    line-height: 1.4;
    color: #1a1a1a;
    margin: 0;
  letter-spacing: -0.1px;
}
a.changelog-card:hover .changelog-card-title {
    text-decoration: underline;
}
.changelog-link {
  width: 100%;
  text-align: right;
}
.featured-info {
  font-size: 0.82rem;
  font-weight: 400;
  margin-bottom: 18px;
  display: flex;
  gap: 12px;
  text-align: left;
}
.features-container {
  margin: 5rem auto;
}
.features-container h2 {
  text-align: center;
  max-width: 1050px;
  margin: auto;
  font-size: 1.7rem;
}
.features-container > p {
  margin: 20px auto;
  text-wrap: balance;
  max-width: 53rem;
  line-height: 1.6;
  text-align: center;
  font-size: 0.83rem;
}
#front-booking {
  border-bottom: unset;
  border-radius: 24px 24px 0 0;
  margin-bottom: 0;
  display: flex;
  gap: 5.09rem;
  scroll-margin: 154px;
}
.feature-item {
  scroll-margin: 132px;
  overflow: hidden;
  margin: 32px auto;
    margin-top: 32px;
  display: flex;
  gap: 5.09rem;
  background-color: #fff;
  border-radius: 0px;
  border: 1px solid #edece8;
}
.feature-item:nth-child(2n) {
  flex-direction: row-reverse;
}
.feature-item:nth-child(2n) .editor-description {
  padding: 52px 52px 52px 0;
}
.feature-item:nth-child(2n) .editor-image {
  padding: 52px 0 52px 52px;
}
.feature-item.feature-item-first {
  margin-top: 0;
}
.feature-item-last {
  scroll-margin: 132px;
  overflow: hidden;
  margin: 48px 0;
  border-radius: 12px;
  border: 1px solid #e4e9e7;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}
.heading-h2 {
  text-align: center;
  width: 100%;
}
.heading-wrapper .heading-h2 p {
  width: 100%;
  margin: 20px auto;
  text-wrap: balance;
  font-weight: 400;
  max-width: 53rem;
  color: #474753;
  font-size: 0.83rem;
}
.nav-feature {
  margin: 54px auto 36px;
  padding: 3px 0;
  display: flex;
  justify-content: center;
}
.nav-feature ul {
  display: flex;
  justify-content: center;
  gap: 4px 32px;
  list-style: none;
  margin: 0;
  padding: 0 32px;
  background-color: #fff;
  border-radius: 32px;
  border: 1px solid #e2e8f0;
  flex-wrap: wrap;
}
.nav-feature .active {
  background-color: #f3f3ee;
  color: var(--title-color-one);
}
.nav-feature a:hover {
  text-decoration: underline;
}
.nav-feature a {
  font-size: 0.64rem;
  cursor: pointer;
  text-align: center;
  color: #252658;
  font-weight: 500;
  line-height: 2.5;
}
.editor-feature.first-feature {
  margin-top: 24px;
}
.editor-description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 52px 0 52px 52px;
}
.editor-description p {
  line-height: 1.6;
  font-size: 0.818rem;
  color: #4b4b52;
  font-weight: 300;
}
.editor-description h3 {
  margin-bottom: 8px;
  margin-top: 0;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--title-color-one);
  text-wrap: balance;
  line-height: 1.4;
}
.editor-feature-bulletpoints:first-of-type {
  margin-top: 32px;
}
#a {
  display: flex;
  gap: 5.09rem;
  scroll-margin: 154px;
}
.editor-description, .editor-image {
  position: relative;
}
.editor-image {
  width: 50%;
  position: relative;
}
.editor-description {
  width: 50%;
}
.editor-image {
  padding: 52px 52px 52px 0;
  display: flex;
  align-items: center;
}
.editor-image img {
  width: 100%;
  height: auto;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  border-radius: 20px;
}
.editor-image .video-auto {
  max-width: 100%;
  background-image: linear-gradient(to right bottom, #6f82ef, #6075d3, #5267b8, #465a9d, #3b4d83);
  padding: 12px;
  border-radius: 12px;
}
.feature-page-image {
  margin: 28px auto 64px;
  opacity: 0;
  animation: fadeInScale 0.45s ease-out 0.55s forwards;
}
.feature-page-image img {
  aspect-ratio: 16/8;
  object-fit: cover;
  width: 100%;
  height: auto;
  background-image: linear-gradient(to right bottom, #6d7cea, #6373e6, #5969e2, #4f60de, #4456da);
  padding: 4px;
  border-radius: 20px;
}
.sector-container {
  margin: 54px 0 164px;
}
.sector-wrapper {
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
.sector-item {
  width: calc(25% - 14px);
  text-align: left;
  background-color: #fff;
  border: 1px solid #e4e9e7;
  position: relative;
  border-radius: 4px;
  padding: 0 0 56px 0;
}
.sector-item:hover .sector-item-link img {
  transform: translateX(4px);
  transition: 0.15s ease-in-out;
}
.sector-wrapper.swiper-wrapper .swiper-slide {
  height: auto;
}
.sector-item-link {
  position: absolute;
  bottom: 24px;
  color: #555c61;
  font-size: 0.727rem;
  padding: 0 20px;
  width: 100%;
  align-items: center;
  display: flex;
  font-weight: 600;
  gap: 10px;
  justify-content: space-between;
}
.sector-item-link img {
  transition: 0.15s ease-in-out;
  border-radius: 12px;
  background-color: #e5ebf1;
}
.sector-item p {
  font-size: 0.727rem;
  font-weight: 300;
  line-height: 1.5;
  margin-top: 0;
  padding: 0 20px;
}
.features-wrapper .sector-item h3 {
  font-size: 0.909rem;
  font-weight: 600;
  padding: 0 20px;
  position: relative;
  z-index: 9;
  letter-spacing: -1px;
}
.sector-item:hover .sector-item-link {
  text-decoration: underline;
}
.sector-item > img {
  width: calc(100% - 40px);
  height: auto;
  border-radius: 4px;
  margin: 20px auto 0;
  aspect-ratio: 10/10;
  object-fit: cover;
}
.sector-item h4 {
  font-size: 0.91rem;
  color: var(--title-color-one);
  font-weight: 500;
}
.sector-nav {
  display: flex;
  gap: 20px;
  justify-content: right;
  margin-right: 5%;
  margin-top: 100px;
}
.btn-prev-1, .btn-next-1 {
  cursor: pointer;
}
.btn-prev-1.swiper-button-disabled img, .btn-next-1.swiper-button-disabled img {
  opacity: 0.3;
}
.features-wrapper h3 {
  font-size: 2.09rem;
}
.features-wrapper {
  margin: 224px auto 164px;
}
.features-wrapper .heading-wrapper {
  margin: 0 auto;
}
.features-wrapper > p {
  line-height: 1.6;
  font-weight: 400;
  font-size: 0.82rem;
}
.features-content {
  display: grid;
  grid-template-columns: repeat(3, minmax(160px, 1fr));
  gap: 52px 84px;
  margin: 0 auto;
}
.features-heading {
  display: flex;
  align-items: center;
  gap: 4px;
}
.features-heading img {
  width: 42px;
  height: auto;
  filter: var(--icon-filter);
}
.features-content-item p {
  font-size: 0.91rem;
  line-height: 1.8;
  margin: 0;
}
.editor-feature-bulletpoints {
  display: flex;
  gap: 32px;
  margin-top: 14px;
}
.editor-feature-bulletpoints span {
  display: flex;
  align-items: first baseline;
  gap: 9px;
  font-size: 0.727rem;
  font-weight: 500;
  color: rgb(24, 27, 37);
  line-height: 1.7;
  transform: translateY(2px);
}
.bullet-item {
  background-color: #6d7cea;
  height: 18px;
  width: 18px;
  justify-content: center;
  align-items: center !important;
  border-radius: 4px;
}
.editor-feature-bulletpoints span img {
  height: 16px;
  width: 16px;
  border-radius: 6px;
  filter: invert(100%) sepia(0%) saturate(7487%) hue-rotate(125deg) brightness(104%) contrast(104%);
}
.video-section {
  padding: 96px 134px;
  background: #f5f2f0;
  margin: 0 auto 96px;
}
.video-section h2 {
  color: #343434;
}
.video-section p {
  font-size: 1rem;
  line-height: 1.8;
  margin: 0;
  color: var(--light-text-color);
}
.video-heading-des-oo {
  margin: 96px auto 0;
  text-align: center;
  max-width: 1200px;
  text-wrap: balance;
}
.video-heading-des-oo .basic-link {
  justify-content: center;
}
.video-heading-des-oo p {
  margin-bottom: 32px;
  color: var(--title-color-one);
}
.video-text-item p {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: max-height 0.4s ease, opacity 0.4s ease, transform 0.4s ease;
}
.video-text-item.active p {
  max-height: 200px;
  opacity: 1;
  transform: translateY(0);
  padding-bottom: 28px;
  margin-top: 16px;
  padding-left: 40px;
}
.video-section > p {
  line-height: 1.6;
  font-weight: 400;
  font-size: 0.82rem;
  color: var(--light-text-color);
}
.heading-wrapper a {
  color: #5659d4;
  font-size: 1.09rem;
  text-decoration: underline;
  font-weight: 500;
}
.service-summary-description {
  text-align: center;
  max-width: 50rem;
  margin: 0 auto;
  font-size: 0.75rem;
  line-height: 1.6;
  text-wrap: balance;
}
.basic-link {
  display: flex;
  align-items: center;
  color: #5659d4;
  gap: 0;
  transition: gap 0.1s ease-in-out;
  font-weight: 600;
  font-size: 0.91rem;
  text-wrap: nowrap;
}
.basic-link:hover {
  gap: 4px; 
}
.basic-link img {
  filter: invert(34%) sepia(29%) saturate(3926%) hue-rotate(223deg) brightness(88%) contrast(86%);
  width: 24px;
}
.heading-h2 h2 {
  margin-top: 20px;
  max-width: 1000px;
  margin: 0 auto;
}
.h2-label {
  gap: 4px;
  align-items: center;
  background-color: #4a5f62;
  display: inline-flex;
  padding: 5px 9px;
  border-radius: 7px;
  font-size: 0.59rem;
  color: #fff;
  font-weight: 600;
  display: none;
}
.h2-label img {
  width: 14px;
  height: 14px;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(35deg) brightness(111%) contrast(101%);
  display: none;
}
.heading-h h2 {
  margin-top: 16px;
}
.heading-h {
  width: 60%;
}
.heading-wrapper p {
  line-height: 1.6;
  font-size: 0.909rem;
  width: 50%;
}
.service-feature-content h3 {
  margin: 32px 0 16px;
  font-size: 1.09rem;
  color: var(--title-color-one);
  text-align: left;
  font-weight: 600;
  letter-spacing: -1px;
}
.service-feature-content p {
  color: var(--light-text-color);
  line-height: 1.6;
  font-size: 0.82rem;
  text-align: left;
}
.service-feature-content p a {
  color: #5659d4;
  font-size: 0.91rem;
  text-decoration: underline;
  font-weight: 500;
}
.featured-info h4 {
  font-size: 0.82rem;
  font-weight: 400;
  margin: 0;
}
.main-title {
  text-align: left;
  margin: 0;
  font-size: 2.72rem;
  line-height: 64px;
  color: var(--title-color-one);
}
.main-title span {
  color: #776ccf;
}
.main-title-description {
  text-wrap: balance;
}
.hero-action {
  display: flex;
  gap: 10px;
  flex-direction: column;
  align-items: center;
}
.hero-action p {
  font-size: 0.63rem;
  text-align: center;
}
.scroll-themes {
  font-size: 0.72rem;
  padding: 0.77rem 1rem;
  cursor: pointer;
  text-align: center;
  background-color: var(--trial-button);
  color: #fff;
  z-index: 2;
  font-weight: 500;
  border-radius: 0.46rem;
  transition: all 0.3s ease;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.4rem;
}
.scroll-themes img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(94deg) brightness(102%) contrast(103%);
  height: auto;
  width: 19px;
}
.make-button {
  transition: all 0.3s ease;
}
.make-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 3px 4px rgba(106, 94, 217, 0.4);
}
.showcase-list.top-element-list {
  max-width: 1500px;
}
.video-button {
  display: flex;
  font-size: 0.77rem;
  align-items: center;
  gap: 4px;
  padding: 13px 14px;
  font-weight: 400;
  color: var(--title-color-one);
  background-color: #fff;
  background-image: linear-gradient(#fff,#f7f7f7);
  border: 1px solid #ededed;
  border-radius: 4px;
  box-shadow: 0 2px 2px rgba(0,0,0,.31),inset 0 2px 1px rgba(255,255,255,.5) !important;
}
.video-button:hover {
  text-decoration: underline;
}
.video-button img {
  filter: invert(24%) sepia(0%) saturate(1126%) hue-rotate(169deg) brightness(99%) contrast(89%);
}
.service-description {
  text-align: left;
  margin: 0px auto 44px;
}
.hero-right {
    width: 50%;
    padding-left: 42px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
  transform: translateX(78px);
}
.hero-right img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.hero-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.second-title {
  text-align: center;
  max-width: 1301px;
  margin: 16px auto 32px;
}
.pricing-page-section .second-title {
  text-align: left;
  max-width: unset;
}
.element-five.create-img {
  border: unset;
}
#reviews {
  padding: 56px 135px 60px;
  width: 100%;
  max-width: 1478px;
  background: #fff;
  margin: 0 auto 96px;
  border-radius: 24px;
}
.heading-wrapper.heading-center {
  flex-direction: column;
}
.heading-wrapper.heading-center .heading-h {
  width: 100%;
}
.heading-wrapper.heading-center .heading-icon-wrapper {
  background-color: #fff;
  color: #272727;
}
.heading-wrapper.heading-center .heading-icon-wrapper img {
  filter: invert(0%) sepia(100%) saturate(7441%) hue-rotate(283deg) brightness(111%) contrast(113%);
}
#reviews .heading-wrapper p {
  width: 100%;
  margin-top: -26px;
}
#reviews-swiper {
  overflow: hidden;
}
.reviews-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 46px;
}
.review-item {
  background-color: #f5f2f0;
  border-radius: 8px;
  padding: 32px;
  width: calc(33.33% - 16px) !important;
  box-sizing: border-box;
  height: auto !important;
}
.review-top {
  display: flex;
  gap: 14px;
  text-align: left;
  align-items: center;
}
.review-top img {
  border-radius: 50%;
}
.review-user h3 {
  margin: 0;
  font-size: 0.91rem;
}
.review-user p {
  margin: 6px 0 0;
  font-size: 0.73rem;
}
.review-content p {
  text-align: left;
  line-height: 1.6;
  font-weight: 400;
  font-size: 0.82rem;
}
#reviews .swiper-pagination-bullet {
  background-color: #897958 !important;
}
.site-label-wrapper {
  display: flex;
  justify-content: center;
  gap: 33px;
}
.site-label {
  display: inline-flex;
  gap: 4px;
  justify-content: center;
  background-color: #fff;
  align-items: center;
  padding: 4px 7px;
  border-radius: 11px;
}
.site-label img {
  width: 18px;
  height: 18px;
  filter: invert(65%) sepia(15%) saturate(2072%) hue-rotate(92deg) brightness(101%) contrast(83%);
}
.site-label span {
  font-size: 0.59rem;
  color: #4c4243;
  font-weight: 400;
}
.second-title.heading-one {
  font-size: 1.09rem;
}
.booking-p {
  line-height: 1.6;
  font-size: 0.82rem;
  margin-bottom: 34px;
}
.booking-name {
  text-align: center;
  margin: 0;
  font-weight: 500;
  font-size: 0.64rem;
  color: #42526E;
}
.numbers-section {
  padding-top: 0;
  display: flex;
  justify-content: center;
  gap: 32px;
  margin: 0 auto;
  max-width: 1200px;
}
.number-item {
  display: inline-block;
  flex: 1;
  border: 1px solid #d5d9ff;
  border-radius: 8px;
  padding: 5px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
  text-align: center;
  background-color: #fff;
}
.vision-wrapper {
  max-width: 1018px;
  margin: 0 auto;
}
.vision-item {
  padding: 22px;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 54px;
  box-shadow: 0 2px 6px rgba(39, 57, 147, .06);
}
.vision-item h3, .number-item h3 {
  font-size: 0.82rem;
  margin: 16px 0;
}
.vision-item p, .number-item p {
  font-size: 0.73rem;
  line-height: 24px;
  color: var(--title-color-one);
}
.service-description.dd {
  text-align: center;
  color: #474753;
  font-size: 0.83rem;
  font-weight: 400;
  line-height: 1.6;
  text-wrap: unset;
  text-wrap: balance;
  max-width: 1200px;
}
.contact-section {
  padding: 96px 0;
  text-align: center;
  width: 100%;
  max-width: 100%;
  border-radius: 6px;
  background: #f9f6f4;
}
.second-title.with-star {
  display: flex;
  gap: 20px;
  align-items: center;
  margin: 8px 0 0;
}
.title-wrap {
  text-align: left;
}
.button-wrapper.theme-button {
  display: none;
}
.link-wrap {
  position: absolute;
  right: 26px;
  bottom: 20px;
  z-index: 3;
  display: none;
}
.home .link-wrap {
  bottom: 85px;
  right: 36px;
}
.order-page-link {
  background-color: #fff;
  color: #515151;
  padding: 9px 0;
  position: relative;
  border-radius: 6px;
  font-weight: 500;
  font-size: 0.82rem;
  width: 110px;
  text-align: center;
}
.link-wrap img {
  width: 16px;
  filter: invert(85%) sepia(7%) saturate(0%) hue-rotate(302deg) brightness(87%) contrast(87%);
}
.link-wrap:hover img {
  filter: invert(37%) sepia(14%) saturate(2230%) hue-rotate(196deg) brightness(103%) contrast(86%);
}
.websites-container {
  display: flex;
  justify-content: center;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.reviews.main-section {
  padding: 2px 0 0;
}
.page-template-order-page #pricing {
  padding: 18px 0 0;
}
.billing-selector {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
}
.billing-label {
    font-size: 0.9rem;
    font-weight: 600;
    color: #1a1a1a;
    white-space: nowrap;
}
.segment-control {
  display: inline-flex;
  background: #fff;
  border-radius: 50px;
  padding: 4px 8px;
  position: relative;
  border: 1px solid #edece8;
}
.segment-control label:hover {
  text-decoration: underline;
}
.segment-control input {
    display: none;
}
.segment-control label {
    position: relative;
    z-index: 1;
    padding: 8px 20px;
    font-size: 0.55rem;
    font-weight: 600;
    color: #1a1a1a;
    cursor: pointer;
    border-radius: 50px;
    transition: color 0.25s;
    white-space: nowrap;
    user-select: none;
}
.segment-slider {
  position: absolute;
  top: 4px;
  left: 0;
  height: calc(100% - 8px);
  background: #f6f5f4;
  border-radius: 50px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
  border: 1px solid #edece8;
}
.savings-badge {
  position: absolute;
  top: 0.56rem;
  right: 0.7rem;
  font-size: 0.5rem;
}
.medium-total, .pro-total {
  font-weight: 600;
  color: var(--price);
}
.billing-label {
  font-size: 0.55rem;
}
.pricing-wrapper {
  width: 100%;
  padding: 1rem 1.8rem 4.5rem;
  position: relative;
  text-align: left;
  background-color: #fff;
  overflow: hidden;
  border: 1px solid #edece8;
  border-radius: 12px;
}
.page-template-admin-pricing .pricing-wrapper {
  max-width: 468px;
}
.level {
  margin-top: 0px;
  font-weight: 600;
  font-size: 0.5rem;
  color: #4d4d6c;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.flex-wrapper-pricing {
  display: flex;
  margin: 32px auto;
  justify-content: center;
  opacity: 0;
  transform: translateY(50px) scale(0.95);
  animation: pricingAnimation 0.35s ease-out 0.35s forwards;
  gap: 1rem;
}

@keyframes pricingAnimation {
  from {
    opacity: 0;
    transform: translateY(50px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.page-template-order-page .flex-wrapper-pricing {
  margin: 0 auto;
}
.pricing-item.first-item.title-price-1 {
  margin: 8px 0;
}
.pricing-item.first-item {
  color: var(--light-text-color);
  font-size: 0.55rem;
  font-weight: 350;
  margin-top: 0.5rem;
  line-height: 1.5;
  margin-bottom: 0;
}
.price-icon {
  font-weight: 700;
  color: var(--title-color-one);
}
.title-price-1 {
  font-weight: 500;
}
.pricing-h2 {
  margin-top: 128px;
}
.pricing-tax-element {
  margin: 0 auto;
}
.pricing-header-badge {
  border: 1px solid #edece8;
  border-radius: 0.46rem;
  background-color: #f6f5f4;
  padding: 0.6rem 1.05rem;
  margin: 0.42rem 0 1.54rem;
  position: relative;
}
.pricing-item.second-item {
  font-size: 1.1rem;
  line-height: 1.2;
  color: var(--price);
  font-weight: 700;
  margin: 0;
}
.pricing-item.second-item span {
  margin-right: 12px;
}
.pricing-tab-features {
  color: var(--light-text-color);
  margin: 28px auto 0;
}
.pricing-tab {
  font-size: 0.7rem;
  margin: 20px 0;
  padding-left: 32px;
  position: relative;
  display: flex;
  text-align: left;
  font-weight: 400;
  color: var(--title-color-one);
  align-items: first baseline;
}
.pricing-tab .popup-target {
  position: absolute;
  right: 0;
  top: 1px;
}
.check-mark {
  width: 100%;
  line-height: 1.4;
  padding-right: 20px;
}
.check-mark a {
  position: relative;
  text-decoration: none;
}
.check-mark a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  border-bottom: 2px dotted #d5d5d5;
  transition: 0.2s all ease-in-out;
}
.check-mark a:hover {
  color: #2488e1;
}
.negative-check-mark {
  line-height: 20px;
  width: 100%;
  color: #949494;
}
.pricing-tab .domain-price {
  font-size: 0.51rem;
  margin-left: 7px;
  line-height: 22px;
  font-weight: 400;
  color: #7c7c7c;
}
.center-tab {
  text-align: center;
  padding: 0;
}
.page-template-create-trial .check-mark:before, .page-template-update-order-medium .check-mark:before {
  background-image: url(/wp-content/themes/better-web/images/icon-true.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  content: "";
  background-size: 16px;
  position: absolute;
  left: 4px;
  top: 3px;
  border: unset;
}
.page-template-update-order-medium .negative-check-mark:before {
  background-image: url(/wp-content/themes/better-web/images/no-icon.svg);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  content: "";
  background-size: 16px;
  position: absolute;
  left: 4px;
  top: 3px;
  border: unset;
}
.check-mark::before {
  background-image: url(/wp-content/themes/better-web/images/icon-true.svg);
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  display: inline-block;
  content: "";
  background-size: 14px;
  position: absolute;
  left: 0px;
  top: 3px;
  background-position: center;
  background-color: #d7e9dd;
  border-radius: 6px;
}
.negative-check-mark::before {
  background-image: url(/wp-content/themes/better-web/images/no-entry.svg);
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  display: inline-block;
  content: "";
  background-size: 18px;
  position: absolute;
  left: 0px;
  top: 1px;
  border-radius: 50%;
  background-position: center;
  filter: invert(81%) sepia(11%) saturate(169%) hue-rotate(183deg) brightness(94%) contrast(89%);
}
.bullet::before {
  margin-right: 0px;
  width: 8px;
  height: 8px;
  display: inline-block;
  content: "";
  position: absolute;
  left: 12px;
  background-color: #737373;
  border-radius: 50%;
  top: 10px;
}
.order-now {
  text-wrap: nowrap;
  color: #fff;
  padding: 12px 24px;
  font-size: 0.682rem;
  font-weight: 500;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 6px;
  width: calc(100% - 3.6rem);
  justify-content: center;
  border-radius: 6px;
  background-color: #303030;
  position: absolute;
  bottom: 1.8rem;
}
.order-now:hover {
  text-decoration: underline;
}
.btn-compare {
  background: transparent;
  border: 1px solid #ccc;
  color: #888;
  font-size: 0.682rem;
  font-weight: 500;
  padding: 12px 24px;
  border-radius: 8px;
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
  width: calc(100% - 3.6rem);
  display: inline-block;
  text-align: center;
  position: absolute;
  bottom: 1.8rem;
}
.btn-compare:hover {
    border-color: #1a1a1a;
    color: #1a1a1a;
}
#main-features {
  scroll-margin: 100px;
}
.order-now img {
  filter: invert(65%) sepia(15%) saturate(2072%) hue-rotate(92deg) brightness(101%) contrast(83%);
}
.logged-in .pricing-wrapper .order-now {
  display: block !important;
}
.swich-toggle-price {
  font-size: 0.363rem;
  text-transform: uppercase;
  font-weight: 500;
  display: flex;
  align-items: center;
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0.5;
  display: none;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 5px 7px;
  border-radius: 22px;
  background-color: #f5f2f0;
  color: var(--title-color-one);
}
.swich-toggle-price.active {
  opacity: 1;
}
.pricing-toggle-switch {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 6px;
  margin-right: 6px;
}

.pricing-toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.pricing-toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  transition: 0.4s;
}

.pricing-toggle-slider:before {
  position: absolute;
  content: "";
  height: 6px;
  width: 6px;
  left: 0px;
  bottom: 0px;
  background-color: #176ae5;
  transition: 0.4s;
}

.pricing-toggle-switch input:checked + .pricing-toggle-slider {
  background-color: white;
}

.pricing-toggle-switch input:checked + .pricing-toggle-slider:before {
  background-color: #2196F3;
  transform: translateX(6px);
}

.pricing-toggle-slider.round {
  border-radius: 12px;
}

.pricing-toggle-slider.round:before {
  border-radius: 50%;
}
.contact-p {
  font-size: 0.64rem;
  margin: 6px 0 35px 0;
  display: inline-block;
  color: var(--light-text-color);
}
ul {
  padding-left: 18px;
}
li {
  font-size: 0.83rem;
  font-weight: 300;
  color: var(--light-text-color);
  line-height: 1.5;
}
.service-container {
  margin: 0 auto 64px;
}
.subscription-wrapper.site-width {
  margin: 0 auto;
}
.user-admin-links-container .second-title {
  font-size: 1.85rem;
  text-align: left;
  max-width: 100%;
}
.service-yes::before {
  background-image: url(/wp-content/themes/better-web/images/icon-true.svg);
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  content: "";
  background-size: 15px;
  display: inline-block;
  background-position: center;
  background-color: #d7e9dd;
  border-radius: 4px;
}
.service-no:before {
  background-image: url(/wp-content/themes/better-web/images/negative-mark.svg);
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  content: "";
  background-size: 18px;
  display: inline-block;
  background-position: center;
  filter: invert(17%) sepia(100%) saturate(6706%) hue-rotate(4deg) brightness(99%) contrast(117%);
}
.feature-info {
  margin-top: 96px;
}
.feature-info > p {
  text-align: left;
  margin-bottom: 46px;
  line-height: 1.6;
  font-size: 0.727rem;
}
#start-trial {
  margin: 96px auto;
  position: relative;
  border-radius: 2px;
  background-color: #fff;
  border: 1px solid #edece8;
  display: flex;
  padding: 0;
}
.start-trial-left {
  padding: 88px;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.start-trial-right {
  width: 50%;
  overflow: hidden;
  z-index: 9;
  border-radius: 0 2px 2px 0;
}
.start-trial-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 2px 2px 0;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
#start-trial .service-description.dd {
  font-size: 0.83rem;
  text-wrap: auto;
  font-weight: 300;
  max-width: 1465px;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 0;
  color: #3c3c40;
}
.trial-buttons {
  display: flex;
  gap: 8px;
  margin-top: 32px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.trial-buttons p {
  font-size: 0.63rem;
}
.tree {
  width: calc(33.333% - 30px);
  text-align: left;
}
.page-template-features .tree {
  width: calc(33.333% - 22px);
  padding: 32px;
  text-align: left;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0px 16.83486px 15.71254px 0px rgba(0, 0, 0, 0.025);
}
.tree img {
  filter: invert(37%) sepia(14%) saturate(2230%) hue-rotate(196deg) brightness(103%) contrast(86%);
}
.tree p {
  font-weight: 500;
  font-size: 0.82rem;
  color: var(--title-color-one);
}
.tree span {
  font-size: 0.82rem;
  color: var(--light-text-color);
  line-height: 1.6;
}
#faq {
  margin: 96px auto;
  scroll-margin: 140px;
  padding-top: 0;
  padding-bottom: 0;
}
.faq-container {
  margin: 1rem auto 0;
}
#faq h2 {
  text-align: left;
}
.faq-wrapper {
  position: relative;
  text-align: center;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #edece8;
  margin-bottom: 2px;
  cursor: pointer;
  transition: all 0.3s ease;
  overflow: hidden;
  background-color: #fff;
}
.toggle {
  text-align: left;
  display: block;
  cursor: pointer;
  padding: 18px 32px 18px 50px;
  font-size: 0.79rem;
  color: var(--title-color-one);
  font-weight: 500;
  background-color: #fff;
  line-height: 1.6;
  width: 100%;
  letter-spacing: -0.2px;
  margin: 0;
}
.content {
    display: grid;
    grid-template-rows: 0fr;
    transition: 200ms ease-in-out;
    overflow: hidden;
  text-align: left;
}
.content .inside {
  min-height: 0;
  cursor: default;
}
.inside ul {
  padding-left: 82px;
  margin-bottom: 32px;
}
.inside ul li {
  font-size: 0.8rem;
}
.inside p {
  padding: 0 38px 0 50px;
  margin-top: 0px;
  font-size: 0.818rem;
  line-height: 1.6;
  color: #4e4e54;
  font-weight: 300;
}
.inside p:last-child {
  margin-bottom: 26px;
}
.content.expanded {
    grid-template-rows: 1fr;
}
.accordion-trigger {
  position: absolute;
  left: 19px;
  top: 18px;
}
.accordion-trigger::before {
  content: "+";
  width: 22px;
  height: 22px;
  transition: 500ms;
  display: block;
  color: #6285a9;
}
.accordion-trigger.active::before {
  content: "-";
}
.term-container {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  position: sticky;
  top: 94px;
  z-index: 100;
}
.term-item a {
  margin: 0;
  padding: 12px 11px;
  font-weight: 500;
  font-size: 0.68rem;
  transition: 0.35s;
  display: block;
  color: #888;
}
.term-item a:hover {
  color: #3f3f3f;
}
.term-item.active a {
  color: #3f3f3f;
  font-weight: 600;
}
.theme-section {
  display: flex;
  flex-wrap: wrap;
  gap: 96px;
  margin: 74px auto 96px;
}
.cta-button-wrapper {
  display: flex;
  justify-content: center;
}
.cta-button {
  padding: 16px;
  background-color: #3d3e40;
  color: #fff;
  border-radius: 9px;
  font-size: 0.65rem;
  font-weight: 500;
  transition: all 0.3s ease;
}
.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 3px 4px rgba(71, 70, 83, 0.4);
}
.taxonomy-theme-section.site-width {
  margin: 18px auto 96px;
  display: block;
  max-width: 90%;
}
.second-container {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 316px);
  opacity: 0;
  transform: translateY(50px) scale(0.95);
  animation: pricingAnimation 0.35s ease-out 0s forwards;
}
.taxonomy-templates-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  width: 100%;
}
.taxonomy-theme-section h2 {
  font-size: 0.86rem;
  margin-bottom: 32px;
}
.theme-item {
  width: calc(33.33% - 24px);
  background-color: #fff;
  border-radius: 12px;
  padding: 0.54rem 0.54rem 3rem 0.54rem;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 3px 0px, rgba(0, 0, 0, 0.04) 0px 1px 2px 0px;
  position: relative;
}
.theme-item h3:hover {
  text-decoration: underline;
}
.theme-screenshot {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.theme-item h3 {
  padding: 0 0.5rem;
}
.theme-item p {
  font-size: 0.82rem;
  font-weight: 300;
  line-height: 1.6;
  padding: 0 0.5rem;
}
.theme-item-links {
  display: flex;
  align-items: center;
  gap: 12px;
  position: absolute;
  bottom: 1rem;
  width: calc(100% - 1.08rem);
}
.theme-item-links a {
  display: flex;
  gap: 6px;
  align-items: center;
  font-size: 0.68rem;
  font-weight: 300;
  color: #4b5159;
  border: 1px solid #ececec;
  padding: 12px;
  border-radius: 12px;
  width: 100%;
  margin-top: 21px;
  justify-content: center;
}
.theme-item-links a img {
  filter: invert(30%) sepia(0%) saturate(0%) hue-rotate(181deg) brightness(96%) contrast(99%);
  width: 12px;
  height: auto;
}
.theme-item-links a:hover {
  text-decoration: underline;
}
.site-width.taxonomy-section {
  margin: 164px auto;
}
.term-extra-content {
  margin: 0 auto;
}
.term-extra-content h3 {
  font-size: 1.63rem;
}
.website-examples-taxonomy {
  margin: 164px auto;
  scroll-margin: 120px;
}
.website-examples-taxonomy-heading {
  display: flex;
  gap: 100px;
  align-items: center;
}
.website-examples-taxonomy-heading h2 {
  width: 50%;
  font-size: 1.7rem;
}
.website-examples-taxonomy-heading p {
  line-height: 1.6;
  width: 50%;
  color: #474753;
  font-size: 0.83rem;
}
.intro-section.site-width {
  margin: auto;
}
.booking-integrations {
  margin-top: 96px;
  display: flex;
  flex-wrap: wrap;
  gap: 102px 32px;
  max-width: 54.4rem;
  margin-inline: auto;
}
.booking-integrations-item {
  border: 1px solid #e4e9e7;
  background-color: #fff;
  width: calc(50% - 16px);
  padding: 0 32px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.booking-integrations-item img {
  width: 76px;
  height: auto;
  margin: -38px auto 0;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
}
.booking-integrations-item h3 {
  text-align: center;
  font-size: 0.818rem;
  font-weight: 600;
}
.booking-integrations-item p {
  text-align: center;
  font-size: 0.727rem;
  font-weight: 300;
  line-height: 1.6;
}
.booking-integrations-item code {
  background: rgba(102, 126, 234, 0.1);
  border: 1px solid rgba(102, 126, 234, 0.2);
  border-radius: 8px;
  padding: 0.75rem;
  font-size: 0.727rem;
  margin: 16px auto 0;
  word-break: break-all;
  overflow-wrap: break-word;
}
#page-speed {
  margin-bottom: 164px;
}
.text-center {
  text-align: center;
}
.grid-features-container {
  margin: 164px auto;
}
.grid-features-container h2 {
  text-align: center;
  font-size: 1.8rem;
}
.grid-features {
  display: flex;
  flex-wrap: wrap;
  gap: 64px;
  margin-top: 3rem;
}
.grid-features-item {
  width: calc(33.333% - 43px);
}
.grid-header {
  display: flex;
  gap: 12px;
  align-items: center;
}
.grid-header h3, .grid-header h4 {
  margin: 0;
  font-weight: 500;
}
.grid-header a {
  border-bottom: 2px dotted #676767;
}
.grid-header svg {
  width: 22px;
}
.grid-features-icon {
  color: #6b7feb;
}
.grid-features-item p {
  font-size: 0.75rem;
  line-height: 1.6;
  color: #4e4e54;
  font-weight: 300;
}
#footer {
  font-size: 0.82rem;
  background-color: #1a1f24;
  padding-top: 0.88rem;
}
.footer-menu {
  display: flex;
  justify-content: space-between;
}
.menu-footer {
  padding: 0;
  margin-top: 0;
}
.footer-item {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.58rem;
}
.footer-item a {
  font-size: 0.63rem;
  color: #95a1ac;
  font-weight: 500;
}
.copyright {
  text-align: center;
  font-size: 0.63rem;
  line-height: 75px;
  color: #95a1ac;
  padding-top: 24px;
}
.inner-copy {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  border-top: 1px solid #262d34;
  align-items: center;
  height: 76px;
}
.footer-left {
  display: flex;
  align-items: center;
}
.footer-right {
  display: flex;
  align-items: center;
  gap: 14px;
}
.footer-right img {
  filter: invert(77%) sepia(5%) saturate(806%) hue-rotate(167deg) brightness(83%) contrast(85%);
}
.footer-right a, .footer-left a {
  color: #95a1ac;
}
.cookie-modal-content {
  background-color: #f6f5f4;
}
#cookie-consent-banner {
  background-color: #fff;
  color: var(--title-color-one);
}
.cookie-category {
  background-color: #fff;
}
.cookie-settings-button {
  background-color: transparent;
  border: unset;
  display: flex;
  gap: 6px;
  align-items: center;
  font-size: 0.63rem;
  color: #95a1ac;
  font-weight: 500;
  font-family: inherit;
  cursor: pointer;
  padding: 0;
  margin: 7px 0 0;
}
.inner-copy span {
  margin: 0 5px;
}
.page-created-wrapper {
  padding: 12px 0 92px 0;
}
.page-created .read {
  font-size: 0.73rem;
}
.step-two .cancel-description {
  text-align: left;
}
.page-template-cancel-subscription .success-page-h1 {
  color: red;
}
.page-template-cancel-subscription .step-two .steps-iconfour {
  width: 32px;
}
.page-created.cancel-div {
  text-align: center;
  border: unset;
  border: 1px solid red;
  border-bottom: unset;
  border-radius: 0;
  padding-bottom: 0 !important;
}
.page-created.cancel-div img {
  width: 36px;
}
.title-3 {
  font-size: 0.91rem;
  font-weight: 500;
}
.page-created a, .not-logged-in-message a {
  background-color: var(--button-color);
  padding: 10px 20px;
  color: #fff;
  border-radius: 4px;
  margin: 34px auto 24px;
  display: inline-block;
  letter-spacing: 1.3px;
  font-weight: 500;
  font-size: 0.82rem;
}
.page-created a:hover {
  background-color: var(--hover-color);
}
.cancel-not-logged {
  text-align: center;
  padding: 20px 0;
  background-color: #fff;
  max-width: 480px;
  margin: 32px auto 0;
  font-size: 0.73rem;
}
.openlogin-cancel {
  color: #fff;
  background-color: var(--button-color);
  font-size: 0.55rem;
  padding: 5px 8px;
  border-radius: 4px;
}
.review-page-wrapper h1 {
  text-align: center;
}
.second-main {
  min-height: calc(100vh - 236px);
  padding: 7rem 0 0;
}
#make-website-top {
  z-index: 10;
  position: relative;
  padding: 0 20px;
  margin: 0 auto -24px;
  text-wrap: balance;
}
#make-website-top h1 {
  font-size: 2.9rem;
  color: var(--title-color-one);
  letter-spacing: 0px;
  max-width: 680px;
  margin: 12px auto 20px;
  line-height: 1.3;
}
.registration-last-p {
  font-weight: 500;
  text-align: center;
  margin-top: 24px !important;
}
.trial-h2 {
  margin: 0;
}
.trial-button-wrapper {
  display: flex;
  justify-content: center;
}
.trial-page-button {
  background-color: var(--button-color);
  font-size: 0.73rem;
  cursor: pointer;
  text-align: center;
  color: #fff;
  font-weight: 400;
  padding: 12px 48px;
  border-radius: 6px;
  margin-top: 28px;
}
.trial-page-button:hover {
  text-decoration: underline;
}
.trial-h1-wrapper > p {
  color: #3D3D3D;
  font-size: 0.68rem;
  font-weight: 400;
  margin: -10px 0 0;
}
.trial-h1-wrapper > p a {
  color: #5659d4;
  font-weight: 600;
}
.page-template-create-trial-step-two .second-main, .page-template-create-trial-step-three .second-main, .page-template-create-trial-step-four .second-main {
  margin-bottom: 96px;
}
.steps {
  display: flex;
  gap: 74px;
  justify-content: center;
  display: none;
}
.steps span {
  font-size: 0.5rem;
  color: var(--light-text-color);
  padding-bottom: 6px;
  border-bottom: 1px solid #dbdbdb;
}
.steps .make-website-active {
  border-bottom: 2px solid #6e64ba;
  color: #6e64ba;
}
.steps .make-website-actived {
  color: #6e64ba;
  position: relative;
  padding-left: 20px;
  border-bottom: 3px solid #6e64ba;
}
.step-two-div {
  margin-bottom: 98px !important;
  padding: 0;
}
.pop-wrap-two {
  width: 100%;
  padding: 14px 32px 36px 32px;
  margin: 0 auto;
  background-color: #fff;
  max-width: 894px;
  border: 1px solid #d5d9ff;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
  border-radius: 8px;
}
.step-two img {
  width: 100px;
  margin: 0 auto -18px;
}
.step-two .steps-iconfour {
  width: 38px;
  margin: 0;
}
.page-template-create-trial-step-three .step-two .steps-iconfour {
  filter: invert(24%) sepia(71%) saturate(4423%) hue-rotate(136deg) brightness(100%) contrast(89%);
  width: 78px;
  margin: 0 auto;
}
.page-template-order-updated .success-page-h1 {
  font-size: 1.9rem;
}
.page-template-order-updated .second-main {
  padding: 64px 0 0;
}
.page-template-order-updated .step-two .steps-iconfour {
  width: 82px;
  margin: 0;
  filter: invert(24%) sepia(71%) saturate(4423%) hue-rotate(136deg) brightness(100%) contrast(89%);
}
.page-template-order-updated .succes-page-wrapper h1 {
  font-size: 1.9rem;
  margin: 0 0 12px;
}
.page-template-order-updated .succes-page-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  flex-direction: column;
}
.page-template-order-updated .pop-wrap {
  padding: 32px 56px;
  min-height: unset;
  text-align: center;
  margin: 32px auto 64px;
 backdrop-filter: blur(52px);
  background-color: transparent;
}
.success-page-h1 {
  text-align: center;
  font-size: 1.55rem;
  color: #6e64ba;
  margin: 0;
}
.succes-page-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.steps-h1-tr {
  max-width: 890px;
  margin: 0 auto;
}
.step-two .steps-three-img {
  margin: 12px auto 0;
}
.steps-h1 {
  margin-top: 0;
}
.step-two h2 {
  text-align: center;
  font-size: 1.55rem;
  color: var(--title-color-two);
}
.step-two p {
  text-align: left;
  color: var(--light-text-color);
  font-size: 0.82rem;
  line-height: 26px;
}
.step-two-link {
  font-size: 0.91rem;
  background-color: var(--button-color);
  padding: 8px 20px;
  border-radius: 6px;
  font-weight: 500;
  color: #fff;
  border: 2px solid var(--button-color);
  margin: 24px 0 0 0;
  display: inline-block;
}
#make-website {
  display: flex;
  padding: 0;
  margin: 62px auto 24px;
  max-width: 1300px;
  align-items: flex-start;
  gap: 20px;
  flex-direction: row-reverse;
  justify-content: center;
  position: relative;
}
.trial-h1-wrapper h1, .steps-h1 {
  font-size: 1.73rem;
}
.make-website-left {
  width: 306px;
  padding: 4px 0px;
  z-index: 1;
  position: absolute;
  right: -74px;
}
.pop-wrap.pro-wrap {
  padding: 0px 56px 0px 56px;
}
.price-badge {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.3rem;
}
.save-badge {
  font-weight: 600;
  font-size: 0.47rem;
  background-color: #000;
  color: #fff;
  display: inline-block;
  padding: 0.2rem 0.3rem;
  border-radius: 3rem;
  position: absolute;
  right: 1rem;
}
.make-website-title {
  font-weight: 600;
  text-align: left;
  margin: 0;
  font-size: 0.82rem;
  color: var(--title-color-one);
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 1rem 1rem 0;
  font-size: 16px;
}
.subscription-pricing-item {
  font-size: 0.55rem;
  font-weight: 350;
  color: #787671;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin: 1rem 0 1rem;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  padding: 1rem;
  display: none !important;
}
.make-website-content {
  padding: 0.6rem 1rem 0 1rem;
  margin-top: 0.3rem;
}
.subscription-pricing-item strong {
  font-size: 0.74rem;
  color: var(--title-color-one);
}
.subscription-update-info span {
  font-size: 0.55rem;
  font-weight: 350;
  display: inline-block;
  color: #787671;
}
.make-website-content .pricing-tab {
  font-size: 0.68rem;
  margin: 4px 0 12px;
  color: var(--title-color-one);
  line-height: 22px;
  padding-left: 0px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.make-website-content .negative-check-mark::before {
  position: unset;
  width: 16px;
  height: 16px;
}
.make-website-content .pricing-tab.negative-check-mark {
  color: #949494;
}
.make-website-content .pricing-tab.check-mark::before {
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  content: "";
  position: unset;
  background-color: #d7e9dd;
  border-radius: 50%;
}
.subscription-update-info span {
  font-size: 0.55rem;
  font-weight: 350;
  display: inline-block;
  color: #787671;
}
.tax-element {
  padding: 0 1rem 1rem;
  margin-left: 0.3rem;
}
.payment-methods {
  padding: 1rem 1rem 0.4rem 1rem;
}
.payment-label {
  font-size: 16px !important;
  color: var(--title-color-one) !important;
  display: block;
  margin-bottom: 10px;
  font-weight: 600 !important;
}
.payment-icons {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.payment-icons img {
  height: auto;
  transition: opacity 0.2s;
  border: 1px solid #f3f3f3;
  width: calc(25% - 10px);
  max-height: 24px;
}
.payment-icons img:hover {
  opacity: 1;
}
.tax-element::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 6px;
  vertical-align: -2px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='16' x2='12' y2='12'/%3E%3Cline x1='12' y1='8' x2='12.01' y2='8'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.order-intro-text {
  margin: 0 0 16px 0;
  color: var(--light-text-color);
  line-height: 1.7;
  font-size: 0.7rem;
  margin-top: -0.6rem;
}
.top-title {
  font-weight: 500;
  color: var(--title-color-one);
  font-size: 1.55rem;
  margin: 0;
}
.pop-wrap {
  width: 100%;
  text-align: left;
  padding: 14px 42px 0px 42px;
  margin: 0 auto;
  background-color: #fff;
  min-height: 700px;
  max-width: 802px;
  border-radius: 0px;
  border: 1px solid #0000001a;
}
.page-template-create-trial-step-two .header-menu, .page-template-create-trial-step-three .header-menu, .page-template-order-updated .header-menu {
  display: none;
}
.page-template-update-page-trial .site-label-wrapper, .page-template-create-trial .site-label-wrapper, .page-template-create-trial-step-three .site-label-wrapper, .page-template-create-trial-step-two .site-label-wrapper, .page-template-create-medium .site-label-wrapper, .page-template-create-pro .site-label-wrapper, .page-template-update-order-medium .site-label-wrapper {
  margin-top: 0;
}
.page-template-create-trial-step-two .pop-wrap, .page-template-create-trial-step-three .pop-wrap {
  min-height: unset;
  padding: 32px 56px 52px 56px;
  text-align: center;
}
.page-template-create-trial-step-two .succes-page-wrapper, .page-template-create-trial-step-three .succes-page-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
  flex-direction: column;
}
.page-template-create-trial .pop-wrap {
  min-height: unset;
}
.page-template-create-trial .pop-wrap {
  max-width: 560px;
  border: 1px solid #eee;
  padding: 32px 55px 0px;
  margin-bottom: 64px;
  border-radius: 12px;
  background-color: #f9f9f9;
}
.page-template-create-trial #make-website {
  max-width: 1100px;
}
.popuptitlewrap {
  text-align: center;
  margin: 40px 0;
}
.testing-wrapper {
  display: flex;
}
.order-now.testing-button {
  max-width: 283px;
  text-align: center;
  width: 100%;
  position: unset;
  display: inline-block;
  margin: 0px auto 32px;
}
.summary {
  margin: 38px auto 96px;
  max-width: 816px;
  padding: 0 20px;
}
.summary-wrapper {
  max-width: 814px;
}
.summary p {
  font-weight: 500;
  font-size: 0.73rem;
}
.terms {
  margin: 164px auto 64px;
  max-width: 462px;
  text-align: center;
  line-height: 20px;
  font-weight: 500;
  font-size: 0.55rem;
  color: var(--light-text-color);
  padding: 0 24px;
}
.terms a {
  color: #0e0d0d;
  font-weight: 600;
}
.popup-target {
  cursor: pointer;
  margin-left: 4px;
  height: 18px;
  width: 18px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.popup {
  position: absolute;
  left: 32px;
  display: none;
  width: 282px;
  border-radius: 8px;
  z-index: 101;
  color: #fff;
  line-height: 1.5;
  padding: 20px;
  border: 1px solid #000;
  font-size: 0.73rem !important;
  font-weight: 300;
  top: calc(50% - 3px);
  transform: translateY(-50%);
  word-break: break-word;
  text-transform: none;
  background: linear-gradient(0deg, #27253c, #0a0b31), linear-gradient(88deg, #242332 -0.34%, #161b3b 99.66%);
  color: #fff;
}
.popup:before {
  content: "";
  position: absolute;
  left: -11px;
  transform: translateX(-50%);
  border-width: 5px 6px 0;
  border-style: solid;
  border-color: #2a2727 transparent transparent transparent;
  z-index: 100;
  opacity: 1;
  transition: opacity .15s ease-in-out;
    transition-delay: 0s;
  transition-delay: 0s;
  cursor: default;
  white-space: normal;
  rotate: 90deg;
  top: 50%;
  transform: translateY(-50%);
}
.popup-left {
  left: -294px;
  top: calc(50% - 3px);
  transform: translateY(-50%);
}
.popup-left:before {
  right: -12px;
  rotate: -90deg;
  left: unset;
  top: 50%;
  transform: translateY(-50%);
}
.popup-target img {
  width: 18px;
  height: 18px;
  transition: 0.2s;
  opacity: 0.6;
}
.floating-div {
  position: fixed;
  max-width: 145px;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,.12),0 2px 4px 0 rgba(0,0,0,.08);
  bottom: 32px;
  right: 32px;
  border-radius: 8px;
  padding: 15px 10px;
  z-index: 999;
}
.home .floating-div {
  display: none;
}
.floating-div p {
  font-size: 0.45rem;
  line-height: 1.5;
  margin: 0 0 10px 0;
  text-align: center;
}
.floating-help:hover {
  text-decoration: underline;
}
.single-sivupohjat .floating-div {
  display: none;
}
.service-link {
  text-align: center;
  margin: 0 !important;
}
.floating-help {
  background-color: #222;
  padding: 6px 12px;
  font-size: 0.54rem;
  border-radius: 6px;
  color: #fff;
}
.basic-top-section {
  margin: 130px auto 0;
  position: relative;
  padding: 0;
  text-align: center;
}
.basic-top-section h1 {
  color: var(--title-color-one);
  margin: 0;
}
.basic-top-section p {
  margin: 15px auto;
}
.tax-toggle {
  font-size: 0.5rem;
  margin-left: 1rem;
}
.tax-toggle label {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.2rem;
}
.tax-toggle label {
  cursor: pointer;
}
.switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 22px;
  vertical-align: middle;
  margin: 0 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  background-color: #fff;
  border-radius: 12px;
  font-size: 0;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider.round {
  border-radius: 34px;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transform: translate(0px, 0px);
  transition: 0.6s ease transform, 0.6s box-shadow;
}
input:checked + .slider::before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
.slider.round::before {
  border-radius: 50%;
}
.slider::before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 3px;
  background-color: #353736;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider {
  cursor: pointer;
}
.toggle-price-span {
  width: 120px;
  display: inline-block;
  font-size: 0.59rem;
  color: var(--title-color-one);
  font-weight: 500;
}
.left-toggle {
  text-align: right;
}
.right-toggle {
  text-align: left;
}
.hide-this {
  display: none;
}
.single-sivupohjat {
  overflow: hidden;
}
.single-sivupohjat .copyright, .single-sivupohjat #header, .single-sivupohjat #footer, .single-sivupohjat .theme-item {
  display: none;
}
.iframe-header {
  background-color: #fff;
  height: 3.3rem;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
  display: flex;
  justify-content: center;
  padding: 0 40px;
  align-items: center;
  border-bottom: 1px solid #E5EFF5;
}
.header-name-wrapper {
  display: flex;
  align-items: center;
  position: absolute;
  left: 40px;
  gap: 0.5rem;
}
.header-name-wrapper span {
  color: var(--title-color-one);
  font-size: 0.7rem;
  font-weight: 400;
}
.header-name-wrapper p {
  color: var(--title-color-one);
  font-size: 0.81rem;
  font-weight: 500;
}
.iframe-header .iframe-back {
  border: unset;
  background-color: unset;
  transition: 200ms ease-in-out;
  border-radius: 12px;
  color: #738A94;
  font-size: 0.81rem;
  cursor: pointer;
  font-weight: 500;
}
.iframe-header .iframe-back:hover {
  text-decoration: underline;
}
.website-devices-change {
  display: flex;
  justify-content: center;
  gap: 18px;
}
.website-change-icon img {
  filter: invert(84%) sepia(1%) saturate(0%) hue-rotate(137deg) brightness(93%) contrast(89%);
}
.website-change-icon.active img {
  filter: invert(0%) sepia(30%) saturate(4258%) hue-rotate(207deg) brightness(106%) contrast(108%);
}
.website-change-icon:hover img {
  filter: invert(0%) sepia(30%) saturate(4258%) hue-rotate(207deg) brightness(106%) contrast(108%);
  cursor: pointer;
}
.iframe-header-right {
  display: flex;
  gap: 32px;
  align-items: center;
  position: absolute;
  right: 40px;
}
.iframe-header-right a {
  font-size: 0.73rem;
}
.iframe-header-right a:hover {
  text-decoration: underline;
}
.iframe-new-tab {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--title-color-one);
  font-weight: 500;
}
.iframe-new-tab img {
  filter: invert(84%) sepia(1%) saturate(0%) hue-rotate(137deg) brightness(93%) contrast(89%);
  transition: 400ms ease-in-out;
}
.iframe-new-tab:hover img {
  filter: invert(0.4) sepia(0.23) saturate(38.78) hue-rotate(219deg) brightness(0.95) contrast(1.07);
}
.iframe-start {
  background-color: #6a5ed9;
  color: #fff;
  padding: 11px 32px;
  font-size: 0.91rem !important;
  display: none;
}
.iframe-section {
  background-color: #fff;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 64px;
  display: flex;
  justify-content: center;
  padding-bottom: 64px;
}
.iframe-wrapper {
  height: 100%;
  position: relative;
  transition: 300ms;
  max-width: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
}
.iframe-wrapper.active-laptop {
  max-width: 100%;
}
.iframe-wrapper.active-tablet {
  max-width: 999px;
}
.iframe-wrapper.active-phone {
  max-width: 430px;
}
.iframe-wrapper.active-tablet .website-iframe {
  border: 20px solid #282828;
  border-radius: 20px;
  margin-top: 20px;
}
.iframe-wrapper.active-phone .website-iframe {
  margin-top: 20px;
  max-height: calc(100vh - 106px);
  background: #222;
  border-radius: 30px;
  box-shadow: inset 0 0 2px 2px #c8cacb,inset 0 0 0 4px #e2e3e4;
  height: 868px;
  padding: 10px;
  border: unset;
}
.website-iframe {
  width: 84%;
  height: 100%;
  margin: 2rem;
  background-image: linear-gradient(to bottom, #fefefe, #fcfcfc, #f9f9f9, #f7f7f7, #f5f5f5);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.features-archive {
  margin: 48px auto;
}
.service-cards {
  display: flex;
  flex-wrap: wrap;
}
.service-card {
  width: 33.33%;
  padding: 38px 52px;
  border: 1px solid #dedcd5;
  display: flex;
  flex-direction: column;
  justify-content: end;
  transition: 0.3s ease-in-out;
}
.service-card:hover {
  background-color: #fff;
}
.service-card-header {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: auto;
}
.service-card-header h3 {
  font-size: 0.86rem;
  font-weight: 500;
  color: var(--title-color-one);
  line-height: 1.5;
  margin: 0;
}
.service-card p {
  line-height: 1.6;
  font-size: 0.818rem;
  color: #4b4b52;
  font-weight: 300;
  margin-top: 1.3rem;
}
.service-card-icon {
  width: 22px;
}
.service-card-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.72rem;
  margin-top: 2rem;
}
.service-card-cta svg {
  width: 30px;
  padding: 3px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #e8e5e5;
}
.websites-mainpage {
  margin: 0 auto 112px;
}
.websites-mainpage h1 {
  text-wrap: balance;
  margin: 0 auto 32px;
  line-height: 1.19;
  max-width: 1300px;
  text-align: center;
}
.websites-mainpage > p {
  text-wrap: balance;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.7;
  color: #474753;
  font-size: 0.83rem;
}
.websites-mainpage-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 96px;
  opacity: 0;
  transform: translateY(50px) scale(0.95);
  animation: pricingAnimation 0.35s ease-out 0s forwards;
}
.websites-mainpage-item {
  width: calc(25% - 24px);
  padding: 20px 20px 64px 20px;
  position: relative;
  text-align: left;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 3px 0px, rgba(0, 0, 0, 0.04) 0px 1px 2px 0px !important;
  background-color: #fff;
  overflow: hidden;
  border-radius: 12px;
}
.websites-mainpage-item > img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 0 auto;
  aspect-ratio: 10/10;
  object-fit: cover;
}
.websites-mainpage-item:hover .websites-mainpage-link {
  text-decoration: underline;
}
.websites-mainpage-item:hover .websites-mainpage-link img {
  transform: translateX(4px);
  transition: 0.15s ease-in-out;
}
.websites-mainpage-item h2 {
  font-size: 1rem;
  font-weight: 600;
  position: relative;
  z-index: 9;
  margin-top: 32px;
}
.websites-mainpage-item p {
  font-size: 0.727rem;
  font-weight: 300;
  line-height: 1.5;
}
.websites-mainpage-link {
  position: absolute;
  bottom: 24px;
  color: #006780;
  font-size: 0.727rem;
  width: calc(100% - 40px);
  justify-content: space-between;
  display: flex;
  font-weight: 600;
}
.websites-mainpage-link img {
  transition: 0.15s ease-in-out;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -2px;
  background-color: #e0eef1;
  width: 18px;
  height: 18px;
}
.bw-switch-back-notice {
  position: fixed;
  max-width: 145px;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,.12),0 2px 4px 0 rgba(0,0,0,.08);
  bottom: 32px;
  right: 32px;
  border-radius: 8px;
  padding: 15px 10px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bw-switch-back-notice p {
  font-size: 11px;
  text-align: center;
  margin: 0 0 11px;
}
.bw-switch-back-btn {
  background-color: #222;
  padding: 6px 12px;
  font-size: 0.54rem;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}
.business-website {
  margin: 0 auto;
}
.business-website h1 {
  text-wrap: balance;
  margin: 0 auto 32px;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.19;
  max-width: 1300px;
  text-align: center;
}
.business-website > p {
  text-wrap: balance;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.7;
}
.business-hero-action {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-direction: column;
  margin-top: 52px;
}
.business-hero-action p {
  font-size: 0.63rem;
}
.business-website-hero-image {
  margin: 36px auto 164px;
  aspect-ratio: 16/7;
  overflow: hidden;
  opacity: 0;
  transform: translateY(50px) scale(0.95);
  animation: pricingAnimation 0.35s ease-out 0.35s forwards;
}
.business-website-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.business-website-features {
  border: 1px solid #e5e5e5;
  border-radius: 24px;
  scroll-margin: 132px;
  background-color: #fff;
  overflow: hidden;
  box-shadow: rgba(0, 35, 31, 0.1) 0px 2px 16px 0px;
  margin: 0 0 224px;
}
.business-website-features h2 {
  font-size: 2.09rem;
  font-weight: 600;
}
.templates-single-wrapper {
  margin-top: 64px;
}
#trial-top {
  z-index: 98;
  position: relative;
  padding: 0;
}
#trial-top h1 {
  color: var(--title-color-one);
}
#trial-top p {
  margin: 15px auto;
}
.main-section.presentation-features {
  max-width: 100%;
  background-color: #f2f2f7;
}
.main-section.presentation-features.analytics-section {
  max-width: 100%;
  padding: 96px 62px;
  background: #fff;
}
.analytics-section .tabs-image {
  background-color: #344655;
}
.tabs-wrapper-second.second-element {
  margin: 64px 0 96px;
}
.tre-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.tre {
  width: calc(25% - 15px);
  border-radius: 8px;
  padding: 32px 22px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #e3e3e8;
  box-shadow: 0 2px 26px rgba(62, 76, 91, .06);
}
.tre img {
  width: 52px;
  height: auto;
  border-radius: 10px;
  padding: 4px;
  filter: invert(37%) sepia(14%) saturate(2230%) hue-rotate(196deg) brightness(103%) contrast(86%);
}
.tre p {
  font-weight: 500;
  font-size: 0.68rem;
  color: var(--title-color-one);
  margin: 16px 0;
}
.tre span {
  font-size: 0.73rem;
  color: var(--light-text-color);
  line-height: 1.6;
}
.service-description.dd.read.margin12 {
  text-align: left;
  max-width: 100%;
  margin: 96px 0 0;
  font-size: 0.91rem;
}
.booking-elements {
  max-width: 1200px;
  margin: 96px auto 0;
  background-color: #fff;
  padding: 12px 42px;
  border: 1px solid #e2e6e8;
}
.booking-element {
  display: flex;
  align-items: center;
  font-size: 0.91rem;
  text-align: left;
  border-bottom: 1px solid #ebebeb;
  line-height: 26px;
  padding: 16px 0;
  gap: 32px;
}
.booking-element:last-child {
  border: unset;
}
.booking-element h3 {
  width: 40%;
  font-size: 0.73rem;
  color: var(--title-color-one);
}
.booking-element p {
  width: 60%;
}
.analytics-first {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.order-section {
  margin-bottom: 140px;
}
.analytics-image {
  transform: scale(0.7);
  opacity: 0;
  transition: 0.4s all ease;
  cursor: unset;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.analytic-price {
  max-width: 776px;
  background-color: #0a253f;
  border-radius: 12px;
  margin: 128px auto;
  padding: 64px 24px;
  color: #fff;
}
.analytic-price p {
  font-size: 1.82rem;
  font-weight: 500;
  margin-top: 0px;
}
.contact-buttons {
  width: 100%;
  max-width: 100%;
  background: #f9f6f4;
}
.page-template-page-created .hero-animation-element {
  background-color: unset;
}
#pricing, .page-template-update-page-trial #pricing {
  padding: 0;
  margin-bottom: 64px;
  max-width: 100%;
}
.pricing-section {
  margin-top: 68px;
}
.pricing-page-section {
  padding: 0;
  margin: 96px auto;
}
.last-pricing-page-section {
  margin-bottom: 0;
  padding-bottom: 12px !important;
}
.tax-p {
  max-width: 100%;
  text-align: center;
  line-height: 20px;
  font-weight: 500;
  font-size: 0.73rem;
  color: var(--light-text-color);
  margin-bottom: 44px;
}
.page-template-faq #faq {
  border-top: unset;
  max-width: 1200px;
  padding: 0;
  margin-bottom: 128px;
  border-bottom: unset;
}
.page-template-faq .faq-description {
  max-width: 730px;
}
.page-template-faq .faq-wtapper .second-title {
  margin: 94px 0 24px 0;
  font-size: 1.63rem;
  font-weight: 500;
  word-break: break-all;
  max-width: 100%;
  text-align: left;
}
.page-template-faq .faq-container {
  margin: 24px auto 0;
}
.page-template-faq .my-tabcontent-3 {
  scroll-margin: 56px;
}
#logout-message {
  position: fixed;
  background: #e6ffed;
  color: #155724;
  border: 1px solid #b6e6c3;
  padding: 12px 16px;
  border-radius: 6px;
  font-size: 0.636rem;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 999;
  top: 15px;
  right: -300px;
  transition: right 0.5s ease-in-out;
  z-index: 9999;
  pointer-events: none;
}
#logout-message:hover {
  opacity: 0.4;
  visibility: hidden;
}
#logout-message button {
  background: none;
    border: none;
    font-size: 0.818rem;
    cursor: pointer;
    color: #155724;
    line-height: 1;
    display: none;
}
.logout-close {
    background: none;
    border: none;
    font-size: 0.818rem;
    cursor: pointer;
    color: #155724;
    line-height: 1;
}
.logout-close:hover {
    opacity: 0.7;
}
#logout-message.show {
    right: 20px;
}
#logout-message.hide {
    right: -300px;
}
.container-qa.lost-page {
  min-height: 100vh;
  padding-top: 200px;
  text-align: center;
  margin: 0 auto;
  max-width: 1200px;
}
.container-qa.lost-page p {
  font-size: 0.73rem;
}
.support-page-h2 {
  max-width: 1200px;
  text-align: left;
  margin: 16px auto;
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--title-color-third);
}
#support-faq {
  padding: 0 0 88px 0;
}
.customer-services-support-page {
  padding: 0;
  display: flex;
  gap: 32px 32px;
  flex-wrap: wrap;
}
.single-container.site-width.support-main {
  margin-top: 0px;
}
.support-container {
  margin-bottom: 64px;
  scroll-margin: 3.45rem;
}
.support-container:last-child {
  margin-bottom: 0;
}
.support-container h2 {
  font-size: 0.9rem;
  color: var(--title-color-one);
  font-weight: 500;
}
.support-item.tiedotteet, .support-item.uncategorized, .support-item.video {
  display: none;
}
.support-item {
  background-color: #fff;
  padding: 20px;
  width: 100%;
  border: 1px solid #dfdfdf;
  border-radius: 6px;
}
.support-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid #eeeeee;
  padding: 0 0 18px;
  margin-bottom: 18px;
}
.support-item h2 {
   font-weight: 500;
  font-size: 0.82rem;
  position: relative;
  display: block;
  color: rgb(26, 28, 33);
  text-align: left;
  margin: 0;
  color: var(--title-color-third);
  margin-left: 14px;
}
.number-of-items {
  margin-left: auto;
  order: 2;
  color: #fff;
  background-color: #2e2e2e;
  font-size: 0.55rem;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 8px;
  text-align: center;
  font-weight: 500;
}
.support-item ul {
  padding: 0;
  margin: 0;
}
.page-template-support h2 {
  letter-spacing: 0;
  margin-bottom: 20px;
}
.support-item ul li a {
  color: var(--light-text-color);
  width: 100%;
  padding: 14px 16px;
  border-radius: 8px;
  position: relative;
  font-weight: 300;
  font-size: 0.73rem;
}
.support-item ul li a:hover {
  background-color: #f7f7f7;
}
.support-item ul li a:after {
  border: solid #7761de;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  content: "";
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  transition: 0.1s;
  margin: 0px 0 0 4px;
  top: 20px;
  right: 11px;
}
.support-item ul li {
  font-size: 0.73rem;
  list-style: square;
  list-style-position: inside;
  list-style-type: none;
  display: flex;
}
#support {
  margin: 0 auto 4rem;
}
.support-content {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
.support-content-item {
  width: 100%;
  border: 1px solid #eee;
  padding: 22px 32px;
  border-radius: 4px;
  transition: 0.3s;
  background-color: #fff;
  display: flex;
  gap: 18px;
}
.support-heading {
  display: flex;
  align-items: self-start;
  gap: 0px;
  flex-direction: column;
}
.support-heading h3 {
  margin: 0 0 5px;
  font-size: 0.92rem;
  text-align: left;
  text-wrap: balance;
  font-weight: 500;
}
.support-content-item:hover h3 {
  text-decoration: underline;
}
.support-content-item p {
  font-size: 0.77rem;
  line-height: 1.5;
  margin: 0;
  text-align: left;
  font-weight: 300;
}
.support-icon {
  width: 38px;
  height: 38px;
  filter: var(--icon-filter);
}
.support-iconp {
  width: 20px;
  margin-left: auto;
}
.hours {
  font-size: 0.64rem;
  margin: -18px 0 30px 0;
}
.single-container {
  margin: 64px auto 0;
  display: flex;
  align-items: flex-start
}
.single-content {
  min-width: calc(100% - 236px);
  border: 1px solid #edece8 !important;
  padding: 26px 50px 50px;
  background-color: #fff;
  border-radius: 0px;
}
.popup-support-content {
  min-width: 100%;
  border: unset !important;
  padding: 0;
}
.single-template .support-container h1, .popup-support-content h1 {
  font-size: 1.7rem;
  text-align: left;
  font-weight: 500;
  letter-spacing: -0.3px;
  margin-bottom: 0.5rem;
}
.single-template .support-container p, .popup-support-content p {
  font-size: 0.74rem;
  line-height: 1.5;
  color: var(--light-text-color);
  overflow-wrap: break-word;
  font-weight: 300;
}
.single-content.support-container ul li, .single-content.support-container ol li {
  font-size: 0.74rem;
}
.read-time {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.64rem;
  font-weight: 350;
  color: #A2A2A2;
  margin-bottom: 1.6rem;
}
.read-time img {
  width: 18px;
  filter: invert(76%) sepia(0%) saturate(122%) hue-rotate(143deg) brightness(87%) contrast(84%);
}
.highlight-box {
	background-color: #F6F5F4;
	padding: 1rem;
	border: 1px solid #DDDCDB;
	border-radius: 8px;
	position: relative;
	padding-left: calc(1rem + 44px + 1rem);
	margin-bottom: 1.6rem;
}
.highlight-box::before {
	content: "";
	position: absolute;
	left: 1rem;
	top: 1rem;
	width: 44px;
	height: 44px;
  padding: 2px;
	box-sizing: border-box;
	background: url("/wp-content/themes/better-web/images/sparkle.svg") center/contain no-repeat content-box;
  filter: var(--icon-filter);
}
.highlight-box h2 {
	font-size: 0.72rem !important;
	font-weight: 600 !important;
	margin: 0 !important;
}
.highlight-box p {
	margin-bottom: 0;
	color: var(--title-color-one) !important;
	font-size: 0.68rem !important;
	font-weight: 400 !important;
}
.related-articles-container {
  border: 1px solid #edece8;
  border-right: unset;
  padding: 12px 30px 6px;
  margin-bottom: 64px;
  background-color: #fff;
  min-width: 236px;
}
.related-articles {
  margin-top: 42px;
}
.related-articles ul {
  margin-top: 0;
  list-style: none;
  padding-left: 0;
  margin-left: 0; 
}
.related-articles h3 {
  font-size: 0.71rem;
  font-weight: 600;
  color: var(--title-color-one);
  line-height: 1.5;
  margin-bottom: 5px;
}
.related-articles:first-child {
  margin-top: 0;
}
.related-articles a {
  margin: 0;
  padding: 4px 0;
  transition: 0.35s;
  font-weight: 400;
  font-size: 0.62rem;
  color: var(--light-text-color);
}
.related-articles li {
  line-height: 1.1;
  margin-bottom: 8px;
}
.related-articles a:hover {
  color: #8d75ff;
}
.related-articles a.active {
  color: #8d75ff;
}
.category-wrapper {
  margin: 0 auto 64px;
  background-color: #fff;
  padding: 20px;
  text-align: left;
  border: 1px solid #e1e1e1;
  border-radius: 6px;
}
.support-wrap.category-wrap h2 {
  font-size: 1.09rem;
  text-align: center;
  color: var(--title-color-one);
  margin: 0 0 18px 14px;
}
.single-post-tag {
  text-align: center;
  color: var(--title-color-one);
  margin: 12px 0 24px 0;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 3.75rem;
}
.single-post-wrapper, #customer-service-gategory {
  max-width: 100%;
  border-top: 1px solid transparent;
  padding-top: 0;
  padding-bottom: 124px;
}
.support-breadcrumb {
  text-align: left;
  margin: 8px auto;
  font-size: 0.64rem;
  display: flex;
  align-items: last baseline;
  gap: 4px;
  flex-wrap: wrap;
  padding: 12px 0;
}
.support-breadcrumb img {
  filter: invert(55%) sepia(24%) saturate(3534%) hue-rotate(217deg) brightness(88%) contrast(99%);
  width: 12px;
  height: 12px;
  margin-top: 3px;
}
.support-breadcrumb a {
  color: #5659d4;
  font-size: 0.73rem;
  font-weight: 500;
}
.support-breadcrumb a:hover {
  text-decoration: underline;
}
.support-breadcrumb span {
  color: var(--light-text-color);
}
.support-template {
  max-width: 1200px;
  margin: 0 auto 64px;
  background-color: #fff;
  padding: 0 42px 42px;
  text-align: left;
  border: 1px solid #eaeaea;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}
.support-breadcrumb span, .category-name-breadcrumb {
  color: var(--light-text-color);
}
.page-template-support-admin .top-link-bar, .page-template-support-admin .active-sticky, .page-template-support-admin #header, .page-template-support-admin .support-search, .page-template-support-admin #footer, .page-template-support-admin .copyright, .page-template-support-admin .header-open-nav {
  display: none;
}
.page-template-support-admin, .page-template-support-admin #support {
  background-color: transparent;
}
.page-template-support-admin #support {
  margin: 0;
  padding: 0;
}
.page-template-support-admin .second-main {
  padding: 56px 0 0;
}
.page-template-support-admin .support-content-item {
  background-color: #fff;
}
.single-template p {
  font-size: 1rem;
  line-height: 1.5;
  color: var(--light-text-color);
  overflow-wrap: break-word;
  font-weight: 300;
}
.single-content ul li, .single-content ol li {
  font-size: 1rem;
  line-height: 1.5;
  color: var(--light-text-color);
  font-weight: 300;
  margin-bottom: 12px;
}
b {
  font-weight: 600;
}
.single-content ol li::marker {
  font-weight: 500;
}
.single .video-wrapper {
  background-color: #f6f6f6;
  margin-top: unset;
}
.wp-caption {
  max-width: 100%;
}
.wp-caption-text {
  color: var(--title-color-one) !important;
  font-weight: 500 !important;
  font-size: 0.6rem !important;
  margin-bottom: 1.3rem !important;
  font-style: italic;
}
.single-content h2 {
  margin: 2rem auto 1rem;
  color: var(--title-color-one);
  font-size: 1.2rem;
  font-weight: 500;
}
.single-content h3 {
  margin-top: 32px;
  font-weight: 500;
}
.single-content h4 {
  font-size: 0.91rem;
  color: #343434;
  margin-top: 64px;
}
.single-content a {
  color: #5659d4;
  font-weight: 400;
  text-decoration: underline;
  text-decoration: none;
}
.support-contact-button:hover {
  text-decoration: underline;
}
.single-template code {
  background-color: #f9f9;
  font-size: 0.64rem;
  padding: 6px;
}
.single-template code {
  word-break: break-all;
}
.single-videos {
  background-color: #f6f6f6;
  padding: 0 0 42px;
  border-top: 42px solid #fff;
}
#single-video-swiper {
  overflow: hidden;
}
#single-video-swiper video {
  width: 100%;
  border-radius: 6px;
  box-shadow: inset 0 0 0.5px 1px hsla(0, 0%, 100%, 0.075), 0 0 0 1px hsla(0, 0%, 0%, 0.05), 0 0.3px 0.4px hsla(0, 0%, 0%, 0.02), 0 0.9px 1.5px hsla(0, 0%, 0%, 0.045), 0 3.5px 6px hsla(0, 0%, 0%, 0.09);
  max-width: 1280px;
  background-color: #344655;
  padding: 32px;
}
#single-video-swiper .swiper-slide {
  text-align: center;
}
#single-video-thumbs {
  margin-bottom: 42px;
  margin-top: -42px;
}
#single-video-thumbs {
  max-width: 790px;
}
.thumbs {
  display: flex;
  justify-content: center;
}
.thumbs .swiper-slide {
  width: auto !important;
  border-bottom: 2px solid transparent;
  padding: 8px 18px;
  margin: 0 !important;
}
.thumbs .swiper-slide-thumb-active {
  color: #343434;
  background-color: #f6f6f6;
}
.thumbs .swiper-slide h3 {
  margin: 0;
  color: rgba(102,112,133,1);
  font-size: 0.73rem;
  line-height: 1.5em;
  cursor: pointer;
}
.thumbs .swiper-slide h3:hover {
  border-bottom: 2px solid #3e28b5;
}
.thumbs .swiper-slide-thumb-active h3 {
  color: var(--title-color-one);
  border-bottom: 2px solid #3e28b5;
}
.single .support-item {
  width: 100%;
  box-shadow: unset;
  border: none;
  padding: 0;
}
.lightbox-trigger img {
  max-width: 100%;
  height: auto;
}
.single-content .lightbox-trigger {
  width: 1024px;
  display: block;
  position: relative;
  max-width: 100%;
}
.lightbox-trigger::before {
  background-image: url(/wp-content/themes/better-web/images/zoom-in.svg);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  content: "";
  background-size: 16px;
  position: absolute;
  right: 21px;
  top: 21px;
  background-position: center;
  z-index: 2;
  background-color: #00000040;
  transition: .15s ease-in-out;
  padding: 10px;
  border-radius: 4px;
  cursor: zoom-in;
}
.lightbox-trigger:hover::before {
  width: 18px;
  height: 18px;
  background-size: 18px;
}
.lightbox-trigger img:hover {
  cursor: zoom-in;
}
.basicLightbox.basicLightbox--img.basicLightbox--visible {
  cursor: zoom-out;
}
.single-template h1 {
  text-align: left;
  margin: 16px 0 32px;
  font-size: 2.82rem;
  color: var(--title-color-one);
}
.single-content strong {
  color: var(--title-color-one);
}
.form-message-logged h3 {
  font-size: 1.45rem;
  color: var(--title-color-one);
  text-align: center;
}
.article-info {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 22px 0 56px;
}
.article-time {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.author-image {
  margin: 0 !important;
  cursor: unset !important;
  border: unset !important;
}
.article-info p {
  font-size: 0.55rem;
  color: #7e7d7d;
  margin: 0;
}
.support-contact {
  background-color: #f6f6f6;
  padding: 28px 42px;
  margin: 96px auto 0;
}
.support-contact-content h2 {
  margin-top: 0;
}
.support-contact-button {
  background-color: #000;
  color: #fff !important;
  padding: 12px 18px;
  font-size: 0.73rem;
  border-radius: 6px;
  margin-top: 12px;
  display: inline-block;
}
.post-template-single-step-by-step .video-wrapper {
  background-color: transparent;
  margin-top: unset;
}
.post-template-single-step-by-step .single-content h3 {
  margin-top: 0;
}
.post-template-single-step-by-step .video-text-item p {
  margin-bottom: 0;
}
.form-message-logged p {
  text-align: center;
  font-size: 0.91rem;
  color: var(--light-text-color);
  line-height: 1.6;
}
.contact-page-h1 h1 {
  font-size: 2.18rem;
  text-align: left;
}
.customer-service-header {
  justify-content: left !important;
  margin-bottom: 1rem;
}
.contact-page-h1 .service-description {
  text-align: left;
  font-size: 0.91rem !important;
  max-width: 100% !important;
  margin-bottom: 1rem;
  text-wrap: unset;
}
.contact-page {
  display: flex;
  gap: 64px;
  margin-bottom: 128px;
}
.contact-page-label {
  justify-content: flex-start;
}
.hero-contact {
  width: 50%;
  justify-content: center;
}
#customer-service {
  padding: 3rem 1.2rem 1rem;
}
.contact-wrapper {
  text-align: left;
  max-width: 972px;
  padding: 0 1.5rem 1.5rem;
  background-color: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 8px;
  width: 50%;
  box-shadow: 0px 16.83486px 15.71254px 0px rgba(0, 0, 0, 0.025);
}
.success-contact {
  margin-top: 30px;
}
.success-contact img {
  margin-left: 0;
}
#support-categories {
  margin: 1.5rem auto;
}
.support-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 1rem;
}
.support-header h2 {
  margin-bottom: 0;
}
.support-link {
  color: #292421;
  font-size: 0.8rem;
  margin-top: 1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.2rem;
}
.support-link img {
  transition: 0.25s ease-in-out;
}
.support-link:hover {
  text-decoration: underline;
}
.support-link:hover img {
  transform: translateX(2px);
}
.support-categories-grid {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.support-category-card {
  width: calc(25% - 0.75rem);
  border: 1px solid #eee;
  border-radius: 4px;
  transition: 0.3s;
  background-color: #fff;
  overflow: hidden;
}
.support-category-text {
  padding: 1rem;
}
.support-category-text h3 {
  margin: 0;
  font-size: 0.82rem;
}
.support-category-text p {
  font-size: 0.77rem;
  line-height: 1.5;
  text-align: left;
  font-weight: 300;
}
.support-category-count {
  font-size: 0.58rem;
  margin-bottom: 0.2rem;
}
.page-template-customer-service .support-icon {
  margin-top: 20px;
}
.support-category-image img {
  width: 100%;
  margin-left: 1rem;
  border-radius: 12px 0 0 0;
}
.video-container-videos {
    position: relative;
}
.video-oo {
    width: 100%;
    height: 100%;
}
.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  width: 76px;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 50%;
  padding: 20px;
  border: 1px solid #9c79fc;
}
.news-description {
  text-align: center;
  margin: 0 auto 32px;
  color: var(--light-text-color);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.75rem;
  text-wrap: balance;
}
.news-template {
  margin: 32px 0;
}
.blog-header {
  max-width: 50rem;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 26px;
}
.blog-header .support-search {
  min-width: 336px;
  margin-top: 12px;
}
.news-container {
  margin: 0 auto;
  max-width: 50rem !important;
}
.featured-image {
  margin-top: 8px;
}
.news-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}
.news-item {
  display: flex;
  gap: 24px;
  background-color: #fff;
  margin: 0 auto 32px;
  padding: 32px;
  border: 1px solid #f0f0f0;
}
.news-heading h2 {
  font-size: 1.2rem;
  text-wrap: unset;
  font-weight: 500;
  margin: 0.7rem 0 0;
}
.news-heading h2:hover {
  text-decoration: underline;
}
.news-heading-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
.tag-page-header {
  text-align: center;
}
.tag-container {
  margin: 64px auto;
}
.news-tag {
  margin: 0;
}
.news-tag a {
  background-color: #4b585233;
  padding: 4px 12px;
  font-size: 0.55rem !important;
  border-radius: 24px;
  margin: 0;
  font-weight: 500;
}
.news-tag a:hover {
  text-decoration: underline;
}
.post-date {
  font-size: 0.73rem !important;
  margin: 0;
}
.news-content-wrapper p {
  text-align: left;
  font-size: 0.83rem;
  font-weight: 300;
  line-height: 1.6;
}
.news-releases-heading-p {
  margin: 0 auto;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0;
}
.news-releases .support-breadcrumb {
  display: none;
}
.news-releases-heading {
  color: var(--title-color-one);
  margin: 0px auto 24px;
  font-size: 2.14rem;
  line-height: 1.2;
  font-weight: 600;
  max-width: 920px;
  text-align: left;
}
.post-meta-info {
  display: flex;
  gap: 17px;
  max-width: 920px;
  margin: 0 auto 24px;
  align-items: baseline;
  justify-content: center;
}
.post-meta-info p {
  font-size: 0.82rem;
  color: var(--light-text-color);
  line-height: 1.6;
  font-weight: 300;
  margin: 0;
}
.single-tags {
  display: flex;
  gap: 16px;
}
.post-meta-info a {
  color: #5659d4;
  font-weight: 400;
  font-size: 0.82rem;
  text-decoration: underline;
}
.no-tags {
  font-size: 0.82rem;
  color: var(--light-text-color);
  line-height: 1.6;
  font-weight: 300;
}
.single-news-content-wrapper h2 {
  font-size: 1.3rem;
  margin-top: 64px;
  font-weight: 500;
  line-height: 1.5;
}
.single-news-content-wrapper h3 {
  font-size: 1.1rem;
  margin-top: 34px;
  font-weight: 500;
}
.single-news-content-wrapper pre {
  background-color: #f9f9f9;
  padding: 18px;
}
.single-news-content-wrapper code {
  font-size: 0.82rem;
  line-height: 1.4;
}
.single-news-content-wrapper a {
  color: #5659d4;
  font-weight: 400;
  text-decoration: underline;
}
.single-news-content-wrapper strong {
  color: var(--title-color-one);
  font-weight: 500;
}
.single-news-content-wrapper {
  margin: 0 auto;
}
.single-featured-image {
  max-width: 1024px;
  margin: 0 auto 32px;
  padding: 12px;
  background-color: #f5f6f4;
  border-radius: 12px;
}
.single-featured-image img {
  border-radius: 12px;
  margin: 0 auto;
  width: 100%;
  height: auto;
  max-width: 1024px;
}
.single-news-content-wrapper p {
  font-size: 0.83rem;
  line-height: 1.5;
  color: var(--light-text-color);
  overflow-wrap: break-word;
  font-weight: 300;
}
.pagination {
  display: flex;
  justify-content: center;
  margin: 42px 0 0;
  gap: 20px;
}
.navigation.pagination h2 {
  display: none;
}
.changelog-container .navigation.pagination {
  margin: 20px 0 50px;
}
.pagination a:hover {
  text-decoration: underline;
}
.page-numbers.current {
  font-weight: 600;
}
.news-releases .second-main {
  padding-top: 75px;
}
.blog-post-breadcrumb.support-breadcrumb {
  max-width: 50rem !important;
  margin: 8px auto;
}
.single-news-template {
  text-align: left;
  background-color: #fff;
  padding: 32px 48px;
  margin: 0 auto 32px;
  border: 1px solid #f0f0f0;
  max-width: 50rem !important;
}
.newest-articles {
  background-color: #f6f6f6;
  padding: 28px 0;
  margin: 0px auto 32px;
}
.newest-articles h2 {
  font-size: 1.09rem;
}
.post-template-news-templates .newest-articles {
  max-width: 50rem;
}
.page-template-news-admin #header, .page-template-news-admin .top-link-bar, .page-template-news-admin #footer, .page-template-news-admin .copyright, .page-template-news-admin .floating-div, .page-template-news-admin .header-open-nav {
  display: none !important;
}
.page-template-news-admin .second-main {
  padding: 52px 0 0;
}
.page-template-news-admin {
  background-color: transparent !important;
}
.general-template {
  max-width: 1200px;
  margin: 0 auto 64px;
  background-color: #fff;
  padding: 0 42px 42px;
  text-align: left;
  border: 1px solid #eaeaea;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}
.general-template h2 {
  margin-top: 2rem;
}
.general-template h3, .general-template h4, .general-template h5 {
  margin-top: 1rem;
}
.featured-image a {
  padding: 12px;
  background-color: #f5f6f4;
  border-radius: 12px;
  width: 324px;
  display: block;
}
.featured-image img {
  border-radius: 12px;
  max-width: 300px;
  height: auto;
}
.step-by-step-content ul {
  margin: 12px 0 -4px;
}
.single-content .step-by-step-content ul li {
  font-size: 0.73rem;
  line-height: 1.5;
  color: var(--title-color-one);
  margin-bottom: 8px;
}
.single-content .step-by-step-content ul li:last-child {
  margin-bottom: 0;
}
.step-by-step-content ul {
  padding-left: 22px;
}
.step-by-step-content li::marker {
  color: #3e28b5; 
}
.general-template .support-breadcrumb {
  max-width: 100%;
}
.general-template h1 {
  text-align: left;
  margin: 32px 0;
  font-size: 1.9rem;
}
.general-template li {
  font-size: 0.82rem;
  line-height: 1.5;
  color: var(--light-text-color);
  overflow-wrap: break-word;
  margin-bottom: 32px;
}
.general-template a, .link {
  color: #5659d4;
  font-weight: 500;
}
.news-top {
  font-size: 0.73rem !important;
  margin-top: -20px;
}
.second-main.general-main {
  padding-top: 4rem;
}
.general-template p {
  overflow-wrap: break-word;
  font-size: 0.74rem;
  line-height: 1.5;
  color: var(--light-text-color);
  font-weight: 300;
}
.general-template p strong {
  color: var(--title-color-one);
  font-weight: 600;
}
.general-template img {
  height: auto;
  margin: 20px auto;
}
.page-template-support .faq-wtapper {
  background-color: #fff;
  border: 1px solid #d5d9ff;
  padding: 32px 94px;
}
.page-template-support .faq-wtapper {
  max-width: unset;
}
.support-wrap.category-wrap img {
  filter: invert(37%) sepia(14%) saturate(2230%) hue-rotate(196deg) brightness(103%) contrast(86%);
  width: 40px;
  height: 40px;
  margin: 0;
}
.support-wrap.category-wrap {
  padding-bottom: 0px;
}
.support-wrap.category-wrap {
  color: var(--title-color-third);
}
.category-content h3, .post h2 {
  color: var(--light-text-color);
  font-size: 0.73rem;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  align-content: center;
  margin: 0;
}
.category-content h3 img, .post h2 img {
  margin: 0 10px 0 0;
  filter: invert(37%) sepia(14%) saturate(2230%) hue-rotate(196deg) brightness(103%) contrast(86%);
}
.category-content h2 a:hover {
  text-decoration: underline;
}
.support-url, .news-url {
  font-size: 0.68rem;
  padding: 20px 0 20px 20px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
}
.search-container {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  margin: 0 auto;
  text-align: left;
}
.support-url a, .news-url a {
  color: #1179F7;
  display: flex;
  align-items: center;
  gap: 6px;
}
.support-url a path {
  fill: #DBECFF;
  stroke: #1179F7;
}
.category .support-url a:nth-child(2) {
  font-size: 0.68rem;
  color: rgb(26, 28, 33);
  font-weight: 500;
}
.general-template.news-template a {
  color: var(--title-color-one);
  font-size: 1.45rem;
  display: block;
  margin-top: 68px;
  line-height: 1.1;
}
.support-description {
  max-width: 1163px;
  text-wrap: balance;
  text-align: center;
  margin: 0 auto 42px;
  color: var(--light-text-color);
  font-size: 0.82rem;
  font-weight: 400;
  line-height: 1.6;
}
.support-search {
  display: flex;
  justify-content: center;
}
.search-h1 {
  text-align: center;
}
.search-container h2 a {
  color: var(--light-text-color);
  width: 100%;
  padding: 14px 22px 14px 16px;
  border-radius: 8px;
  position: relative;
  font-weight: 300;
}
.search-container h2 a:hover {
  background-color: #f4f4f4;
}
.terminology-container {
  margin: 64px auto;
}
.page-template-terminology .search-container {
  margin: 64px auto;
}
.tags-container {
  background-color: #f9f9f9;
  padding: 20px 54px 54px;
  margin-top: 64px;
}
.terminology-tag {
  background-color: #4b585233;
  padding: 4px 12px;
  font-size: 0.55rem !important;
  border-radius: 24px;
  margin: 0;
  font-weight: 500;
}
.tags-container h2 {
  font-size: 1.09rem;
  color: var(--title-color-one);
  margin-bottom: 24px;
}
.tags-container p {
  font-size: 0.82rem;
  line-height: 1.4;
}
.tags-wrapper {
  display: flex;
  gap: 16px 18px;
  margin-top: 46px;
  flex-wrap: wrap;
}
.tags-wrapper a {
  background-color: #eaeaea;
  padding: 8px 12px;
  border-radius: 12px;
  font-weight: 500;
  font-size: 0.68rem;
  transition: 0.35s;
}
.tags-wrapper a:hover {
  background-color: #c0c0c0;
}
.search-container h2 a:after {
  border: solid #000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  content: "";
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  transition: 0.1s;
  margin: 0px 0 0 4px;
  top: 22px;
  right: 11px;
}
#searchform label {
  font-size: 0px;
}
.search-form {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 346px;
}
#s {
  border: 1px solid rgba(52,54,58,0.15);
  line-height: 34px;
  border-radius: 4px 0 0 4px;
  color: var(--light-text-color);
  padding: 0 0 0 10px;
  font-size: 0.68rem;
  width: 100%;
}
#s:focus-visible {
  outline: 0 !important;
}
#searchsubmit {
  background-color: var(--trial-button);
  color: #fff;
  border: unset;
  border-radius: 0 4px 4px 0;
  line-height: 36px;
  padding: 0 20px;
  font-size: 0.68rem;
  cursor: pointer;
}
.category-content h3 a {
  color: var(--light-text-color);
  width: 100%;
  padding: 14px 16px;
  border-radius: 8px;
  position: relative;
  font-weight: 300;
}
.category-content h3 a:after {
  border: solid var(--trial-button);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  content: "";
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  transition: 0.1s;
  margin: 0px 0 0 4px;
  top: 20px;
  right: 11px;
}
.category-content h3 a:hover {
  background-color: #eeeef8
}
.mobile-wrapper {
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 98;
  position: fixed;
  display: none;
  transform: translateY(-100%);
  transition: transform 0.25s ease-in-out;
}

.mobile-wrapper.mobile-active {
  display: block;
}

.mobile-wrapper.mobile-sliding {
  transform: translateY(0%);
}

.mobile-menu {
  width: 100%;
  background-color: #f6f5f4;
  height: calc(100% - 70px);
  margin-top: 70px;
  padding: 32px 82px;
  overflow-y: auto;
  padding-bottom: 100px;
}
.mobile-menu ul {
  padding: 0;
  display: flex;
  flex-direction: column;
}
.menu-mobile .menu-item a {
  font-weight: 600;
  font-size: 0.82rem;
  color: #505050;
  width: 100%;
  display: inline-block;
}
.mobile-title {
  font-size: 0.64rem;
  color: var(--title-color-one);
  text-transform: uppercase;
  letter-spacing: 3px;
}
.mobile-title:nth-of-type(2), .mobile-title:nth-of-type(3), .mobile-title:nth-of-type(4) {
  margin-top: 50px;
}
.mobile-menu-buttons {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  gap: 12px;
  padding: 16px;
  background-color: #f6f5f4;
  z-index: 99;
}
.mobile-menu-buttons::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 24px;
  background: linear-gradient(to top, #f6f5f4, transparent);
  pointer-events: none;
}
.mobile-menu-buttons a {
  flex: 1;
  text-align: center;
  padding: 14px 0;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
}
.mobile-menu-buttons .btn-login {
  border: 1px solid #1e1b1c;
  color: #1e1b1c;
}
.mobile-menu-buttons .btn-start {
  background-color: #fff;
  color: #1e1b1c;
}
#menu-mobile {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
#menu-mobile .menu-item {
  width: 100%;
  margin-bottom: 12px;
}
#menu-mobile .menu-item a {
  display: flex;
}
#menu-mobile .menu-item a {
  display: flex;
  gap: 20px;
}
.header-open-nav {
  width: 43px;
  height: 43px;
  cursor: pointer;
  position: fixed;
  right: 12px;
  display: block;
  background-color: unset;
  top: 13px;
  z-index: 1000;
  display: none;
  justify-content: center;
  align-items: center;
}
.header-open-nav.ai-active {
  position: absolute;
}
.header-nav-container {
  width: 23px;
  height: 16px;
  position: relative;
}
.header-open-nav:hover > .header-line{
    background-color:#383636;
}
.header-line {
  width: 100%;
  height: 2px;
  background-color: #181516;
  transition: .25s ease-in-out;
  border-radius: 2px;
}
.header-second-line,.header-third-line{
    margin-top:5px;
}
.header-line.header-first-line.ham-active {
    transform: rotate(45deg);
    position: absolute;
    left: 0px;
    top: 6px;
}
.header-line.header-second-line.ham-active {
    display: none;
}
.header-line.header-third-line.ham-active {
    transform: rotate(-45deg);
    position: absolute;
    left: 0;
    top: 6px;
    margin-top: 0;
}
.logged-out-mobile-menu {
    display: block;
}
.logged-in-mobile-menu, .log-out-button {
    display: none;
}
.logged-in .logged-in-mobile-menu, .logged-in .log-out-button {
    display: block;
}
.logged-in .logged-out-mobile-menu {
    display: none;
}
.log-out-button a {
  color: red;
}
.page-template-themes .service-description {
  margin: 0px auto 44px;
  max-width: 1062px;
  text-wrap: balance;
}
.counter-wrapper {
  display: flex;
  gap: 18px;
  font-size: 0.91rem;
  color: var(--light-text-color);
  flex-direction: column;
  align-items: center;
}
.counter-wrapper span {
  font-size: 0.64rem;
}
.counter {
  display: flex;
  gap: 18px;
  color: #6e64ba;
  font-weight: 500;
  font-size: 0.68rem;
}
.trial-text-des {
  margin: 0px;
  max-width: 886px;
  text-align: center;
  line-height: 1.5;
  color: var(--light-text-color);
  line-height: 1.6;
  font-size: 0.91rem;
}
.counter-ended {
  text-align: center;
  color: var(--light-text-color);
  line-height: 1.6;
}
.page-template-features .feature-hide {
  display: none;
}
.page-template-make-review .pop-wrap {
  padding: 32px 56px 64px;
  min-height: unset;
  margin: 32px 0 64px;
}
#signup-content {
  height: 100vh;
  text-align: center;
  display: flex;
  align-items: center;
}
#wpadminbar {
  display: none;
}
.page-template-admin-pricing .header-open-nav {
  display: none;
}
.page-template-admin-pricing .second-main, .page-template-admin-pricing #pricing, .page-template-admin-pricing .main-section.pricing-page-section {
  padding: 0;
}
.page-template-admin-pricing #header, .page-template-admin-pricing .top-link-bar, .page-template-admin-pricing #footer, .page-template-admin-pricing .copyright {
  display: none;
}
.page-template-admin-pricing {
  background-color: transparent;
}
.page-template-admin-pricing .main-section {
  padding-bottom: 0;
}
.page-template-admin-pricing #pricing, .page-template-admin-pricing .pricing-page-section {
  max-width: 100% !important;
  width: 100% !important;
}
.page-template-admin-pricing .flex-wrapper-pricing {
  margin: 64px auto 64px;
}
.changelog-header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
}
.changelog-read-more {
  color: #5659d4;
  font-size: 0.73rem;
  font-weight: 500;
}
.changelog-read-more:hover {
  text-decoration: underline;
}
.changelog-header-content {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  max-width: 50rem;
  width: 100%;
  justify-content: center;
}
.changelog-header-wrapper h1, .changelog-header-wrapper span {
  margin: 0;
  font-size: 0.6rem;
  color: var(--light-text-color);
  text-align: left;
  line-height: 1.2;
  font-weight: 300;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0;
}
.changelog-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 32px auto 0;
}
.changelog-item {
  border: 1px solid #f0f0f0;
  padding: 32px;
  max-width: 50rem;
  display: flex;
  gap: 46px;
  margin-bottom: 32px;
  align-items: flex-start;
  background-color: #fff;
}
.single .changelog-item {
  max-width: 50rem;
  flex-direction: column;
  gap: 10px;
  padding: 24px 42px;
}
.single .changelog-item img {
  max-width: 664px;
  width: 100%;
}
.changelog-item img {
  max-width: 310px;
  height: auto;
  border: 10px solid #f5f6f4;
  border-radius: 22px;
}
.changelog-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.single .changelog-time {
  font-size: 0.7rem;
  color: var(--title-color-one);
  font-weight: 500;
}
.single .changelog-top span {
  font-size: 0.6rem !important;
}
.changelog-breadcrumb {
  margin: 12px auto -20px;
  max-width: 50rem !important;
}
.changelog-bottom h1 {
  font-size: 1.4rem;
  text-align: left;
  font-weight: 600;
  margin: 1rem 0 1.4rem;
  letter-spacing: 0;
}
.changelog-text {
  text-align: left;
  color: var(--title-color-one);
  line-height: 1.2;
  font-weight: 600;
  font-size: 1.6rem !important;
  margin: 0 !important;
}
.single .changelog-item figure {
  margin: 6px 0 0;
}
.changelog-top span {
  background-color: #4b585233;
  padding: 4px 12px;
  font-size: 0.55rem !important;
  border-radius: 24px;
  margin: 0;
  font-weight: 500;
}
.changelog-time {
  color: var(--title-color-one);
  background-color: #4b585233;
  padding: 4px 12px;
  font-size: 0.55rem !important;
  border-radius: 24px;
  margin: 0;
  font-weight: 500;
}
.page-template-changelog .changelog-item h2 {
  font-size: 1.1rem;
  text-wrap: unset;
  font-weight: 600;
  margin-top: 0.6rem;
}
.single .changelog-item h2 {
  margin: 54px auto 30px;
  color: var(--title-color-one);
  font-size: 1.3rem;
  font-weight: 500;
}
.changelog-bottom p {
  font-size: 0.83rem;
  font-weight: 300;
  line-height: 1.6;
}
.slide-changelog .second-main, .slide-news .second-main {
  padding-top: 0;
}
.slide-changelog .changelog-container {
  margin-top: 32px;
}
.slide-news .news-container {
  width: 100%;
}
.slide-news .news-template {
  margin-top: 32px;
}
.body-active {
  overflow: hidden;
}
.slide-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgb(21 21 21 / 50%);
  top: 0;
  z-index: 1000;
  display: block;
  transition: 0.1s;
  visibility: hidden;
  opacity: 0;
  backdrop-filter: blur(3px);
}
.slide-overlay.active {
    transform: translateX(0%);
    visibility: visible;
    opacity: 1;
    right: 0;
}
.slide-up-panel {
  max-width: 45%;
  background-color: #fff;
  height: 100%;
  margin: 0 auto;
  box-shadow: 0 4px 10px rgba(0,0,0,.1);
  overflow-y: auto;
  transition: 0.3s;
  box-sizing: border-box;
  right: -45%;
  position: relative;
  float: right;
  overflow-y: auto;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  top: 0;
}
.slide-up-panel.active {
  transition: 0.3s;
  right: 0;
}
.subscription-page-top {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 8px;
}
.user-status {
  display: flex;
  justify-content: center;
}
.subscription-container {
  margin-top: 46px;
}
.subscription-container-first {
  margin-top: 46px;
}
.subscription-page-top p {
  line-height: 1.2;
  font-size: 2rem;
  font-weight: 600;
  color: var(--title-color-one);
  margin: 0.5rem 0 0;
  text-align: center
}
.subscription-management-one h1 {
  color: var(--bw-sub-text-muted);
  font-size: 0.62rem;
  font-weight: 400;
  letter-spacing: 0;
}
.show-name {
  text-transform: capitalize;
}
.subscriptions {
  border: 1px solid #edece8;
  padding: 32px;
  background-color: #fff;
  width: 100%;
}
.price-alv {
  text-align: right;
  margin-top: -8px;
  font-weight: 400;
  font-size: 0.545rem;
  color: #aaa;
}
.user-sites-element {
  border: 1px solid #edece8;
  padding: 32px 55px;
  margin-bottom: 64px;
  border-radius: 12px;
  background-color: #f9f9f9;
}
.user-site {
  border: 1px solid #edece8;
  background-color: #fff;
  padding: 32px 32px;
  margin-bottom: 18px;
}
.user-site:last-child {
  margin-bottom: 0;
}
.user-sites-element h2 {
  margin-top: 0;
}
.trial.make-another-site {
  margin-top: 14px;
  display: inline-block;
}
.site-links {
  display: flex;
  gap: 108px;
  margin-top: 36px;
}
.subscription-section {
  border: 1px solid #edece8;
  padding: 32px 55px 64px;
  margin-bottom: 64px;
  border-radius: 12px;
  background-color: #fff;
  position: relative;
}
.subscription-section h2 {
  margin-top: 0;
}
.empty-orders img {
  margin: 2.5rem auto 0;
  filter: invert(47%) sepia(1%) saturate(0%) hue-rotate(225deg) brightness(89%) contrast(89%);
}
.empty-orders p {
  text-align: center;
  font-size: 0.73rem;
  color: #787671;
}
.latest-updates {
  display: flex;
  gap: 64px;
  padding: 18px 32px 32px;
  border: 1px solid #eee;
  background-color: #fff;
  border-radius: 8px;
  text-align: left;
}
.latest-updates h3 {
  font-size: 1rem;
  font-weight: 500;
}
.latest-updates-section ul li {
  margin-bottom: 14px;
  font-size: 0.82rem;
}
.latest-updates-section ul li a:hover {
  text-decoration: underline;
}
.latest-updates-section .post-date {
  font-size: 0.64rem !important;
  margin-left: 8px;
}
.hide-for-new-user {
  display: none;
}
.site-links-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 35px;
}
.site-links-wrapper .link {
  padding: 10px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 0.82rem;
  background-color: #5850ec;
  color: #fff;
  display: flex;
  gap: 8px;
  align-items: center;
}
.site-links-wrapper .link:hover {
  text-decoration: underline;
}
.site-links-wrapper img {
  filter: invert(100%) sepia(100%) saturate(18%) hue-rotate(312deg) brightness(105%) contrast(105%);
}
.site-links-item p {
  font-size: 0.82rem;
}
.user-site > p {
  font-size: 1.18rem;
  font-weight: 300;
  color: var(--title-color-one);
  margin: 0 0 4px 0;
}
.user-site span {
  font-size: 0.82rem;
  color: var(--light-text-color);
}
.site-url-wrapper {
  cursor: pointer;
  position: relative;
}
.subscription-section-header {
  display: flex;
  gap: 20px;
  align-items: center;
}
.start-new-project {
  font-size: 0.53rem;
  background-color: var(--bw-sub-accent);
  color: #fff !important;
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: 600;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.subscription-section-header {
  margin-bottom: 0.6rem;
}
.subscription-section-header h2 {
  margin: 0 !important;
}
.start-new-project:hover {
  text-decoration: underline;
}
.user-admin-url {
  font-size: 0.91rem;
  line-height: 1.3;
}
.user-admin-url:hover {
  text-decoration: underline;
}
.site-url-wrapper .site-url {
  text-align: left;
  font-size: 0.55rem;
  color: #60636a;
  margin-left: 2px;
  font-weight: 300;
}
.site-url:hover {
  text-decoration: underline;
}
.copy-btn {
  background-color: rgb(107, 114, 128);
  font-size: 0.55rem;
  padding: 3px 6px;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: transform 0.2s, transform 0.1s;
  box-sizing: border-box;
  margin-left: -64px;
}
.subscriptions.subscriptions-sites th:first-child {
  width: 30%;
}
.subscriptions th {
  font-size: 0.65rem;
}
:root {
    --bw-sub-bg: #f6f5f4;
    --bw-sub-surface: #ffffff;
    --bw-sub-surface-hover: #fdfcfa;
    --bw-sub-border: #edece8;
    --bw-sub-border-light: #edece8;
    --bw-sub-text-primary: #1a1814;
    --bw-sub-text-secondary: #6b6560;
    --bw-sub-text-muted: #4A5365;
    --bw-sub-accent: #2d6a4f;
    --bw-sub-accent-light: #d8f3dc;
    --bw-sub-accent-hover: #1b4332;
    --bw-sub-warning: #5F5E5A;
    --bw-sub-warning-bg: #F1EFE8;
    --bw-sub-radius: 12px;
    --bw-sub-radius-sm: 8px;
    --bw-sub-shadow: 0 1px 3px rgba(26,24,20,0.04), 0 4px 12px rgba(26,24,20,0.03);
    --bw-sub-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
} 
/* Table */
.subscriptions.subscriptions-sites {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
    border-spacing: 0;
    background: var(--bw-sub-surface);
}
 
/* Thead */
.subscriptions.subscriptions-sites thead {
    background: var(--bw-sub-bg);
    border-bottom: 1px solid var(--bw-sub-border);
}
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    animation: fadeIn 0.3s ease;
}
.modal-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    width: 80%;
    max-width: 600px;
    position: relative;
    animation: slideIn 0.3s ease;
}
.modal-content #copyBtn {
  margin-left: unset;
}
.url-modal-footer {
  display: flex;
  gap: 20px;
  justify-content: left;
  align-items: center;
  height: 38px;
}
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 15px;
    right: 20px;
    cursor: pointer;
    transition: color 0.2s ease;
}
.close:hover,
.close:focus {
    color: #000;
}
.modal h2 {
  margin-top: 0;
  color: var(--title-color-one);
  border-bottom: 2px solid #0066cc;
  padding-bottom: 10px;
  font-size: 32px;
  font-family: 'Inter',sans-serif;
  font-weight: 600;
}
.url-display {
    background-color: #f5f5f5;
    padding: 15px;
    border-radius: 5px;
    border-left: 4px solid #0066cc;
    font-family: monospace;
    font-size: 16px;
    word-break: break-all;
    margin: 15px 0;
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideIn {
    from { 
        transform: translateY(-50px);
        opacity: 0;
    }
    to { 
        transform: translateY(0);
        opacity: 1;
    }
}
.subscriptions.subscriptions-sites thead th {
    font-size: 0.5rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--bw-sub-text-muted);
    padding: 14px 20px;
    text-align: left;
    white-space: nowrap;
}
.newest-articles.my-page-articles {
  margin-bottom: 3rem;
  padding-top: 0;
}
.subscriptions.subscriptions-sites thead th:first-child {
    padding-left: 24px;
}
 
.subscriptions.subscriptions-sites thead th:last-child {
    padding-right: 24px;
}
/* Tbody rows */
.subscriptions.subscriptions-sites tbody tr {
    border-bottom: 1px solid var(--bw-sub-border-light);
    transition: background var(--bw-sub-transition);
}
.subscriptions.subscriptions-sites tbody tr:last-child {
    border-bottom: none;
} 
/* Cells */
.subscriptions.subscriptions-sites tbody td {
    padding: 18px 20px;
    vertical-align: middle;
    font-size: 0.9rem;
    color: var(--bw-sub-text-primary);
}
 .subscriptions-sites-user-wrapper strong {
  font-weight: 500;
}
.subscriptions.subscriptions-sites tbody td:first-child {
    padding-left: 24px;
}
 
.subscriptions.subscriptions-sites tbody td:last-child {
    padding-right: 24px;
}
 
/* Site info cell */
.subscriptions-sites-user-wrapper {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 240px;
}
.subscriptions-sites-user-wrapper > div {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}
 
/* Site name link */
a.user-admin-url {
    font-weight: 500;
    font-size: 0.85rem;
    color: var(--bw-sub-text-primary);
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color var(--bw-sub-transition);
}
 
a.user-admin-url:hover {
    color: var(--bw-sub-accent);
}
 .profile-fields {
    display: flex;
    flex-direction: column;
}
.profile-row {
    display: flex;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}
.profile-row:last-child {
    border-bottom: none;
}
.profile-label {
    width: 140px;
    flex-shrink: 0;
    color: #888;
    font-size: 14px;
}
.profile-value {
  font-size: 14px;
  word-break: break-word;
  line-height: 1.7;
}
.subscription-button.subscription-button-edit {
  position: absolute;
  right: 32px;
  top: 32px;
}
/* Site URL */
.site-url-wrapper {
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: color var(--bw-sub-transition);
}
 .bw-tila-wrap { position: relative; display: inline-block; }
.bw-tila-menu {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  background: #fff;
  border: 1px solid #eef0ef;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  z-index: 10;
  width: 100%;
  text-align: center;
}
.bw-tila-menu.open { display: block; }
.bw-tila-menu a {
    display: block;
    padding: 10px 14px;
    font-size: 12px;
    color: #e74c3c;
    font-weight: 600;
    text-decoration: none;
}
.bw-tila-menu a:hover {
  text-decoration: underline;
}
.site-url {
    font-size: 0.78rem;
    color: var(--bw-sub-text-muted);
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color var(--bw-sub-transition);
}
 
.site-url-wrapper:hover .site-url {
    color: var(--bw-sub-text-secondary);
}
 
/* Order subscription button */
.order-subscription-button {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 0.53rem;
    font-weight: 600;
    color: var(--bw-sub-accent);
    background: var(--bw-sub-accent-light);
    border: 1px solid transparent;
    padding: 6px 14px;
    border-radius: 20px;
    text-decoration: none;
    transition: all var(--bw-sub-transition);
    white-space: nowrap;
}
 
.order-subscription-button:hover {
    background: var(--bw-sub-accent);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(45,106,79,0.2);
}
 
/* Trial period badge */
.test-period-ongoing {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.53rem;
    font-weight: 500;
    color: var(--bw-sub-warning);
    background: var(--bw-sub-warning-bg);
    padding: 9px 12px;
    border-radius: 20px;
    white-space: nowrap;
}
 
.test-period-ongoing::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--bw-sub-warning);
    flex-shrink: 0;
    opacity: 0.4;
} 
/* Action buttons (Muokkaa / Avaa) */
.subscription-button {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 0.82rem;
    font-weight: 500;
    color: var(--bw-sub-text-secondary);
    background: transparent;
    border: 1px solid var(--bw-sub-border);
    padding: 6px 12px;
    border-radius: var(--bw-sub-radius-sm);
    text-decoration: none;
    transition: all var(--bw-sub-transition);
    white-space: nowrap;
} 
.subscription-button img {
    width: 11px;
    height: 11px;
    opacity: 0.6;
    transition: opacity var(--bw-sub-transition);
}
.subscription-button:hover img {
    opacity: 1;
}
.subscription-button.subscription-button-new-tab {
    margin-left: 4px;
}
.subscriptions-sites-user-wrapper {
  display: flex;
  gap: 12px;
}
.subscription-linked-website {
  font-size: 0.64rem;
}
.subscriptions-status {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.subscriptions-status span {
  background-color: #c5f2dc;
  padding: 5px 10px;
  border-radius: 24px;
  color: #357558;
  display: flex;
  gap: 4px;
  justify-content: center;
  align-items: center;
  max-width: fit-content;
  font-size: 0.5rem;
  font-weight: 600;
}
.subscriptions-status span::before {
  content: "";
  display: inline-block;      
  width: 6px;
  height: 6px;
  background-color: #357558;
  border-radius: 50%;
}
.subscriptions-status.peruttu span {
    background-color: #f8d7da;
    color: #721c24;
    border-radius: 24px;
    padding: 5px 10px;
    font-weight: 600;
}
.subscriptions-status.peruttu span::before {
  content: "";
  display: inline-block;      
  width: 6px;
  height: 6px;
  background-color: #721c24;
  border-radius: 50%;
}
.test-period-ongoing::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #4f5b76;
  border-radius: 50%;
}
.test-period-ended {
    background-color: #f8d7da;
    color: #721c24;
    border-radius: 24px;
    padding: 5px 10px;
    font-size: 0.5rem;
    font-weight: 600;
}
.test-period-ended::before {
  content: "";
  display: inline-block;      
  width: 6px;
  height: 6px;
  background-color: #721c24;
  border-radius: 50%;
}
.pro-subscription {
  background-color: #c5f2dc;
  padding: 8px 12px;
  border-radius: 24px;
  color: #357558;
  justify-content: center;
  max-width: fit-content;
  font-size: 0.5rem;
  width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-weight: 600;
}
.pro-subscription::before {
  content: "";
  display: inline-block;      
  width: 6px;
  height: 6px;
  background-color: #59ba8e;
  border-radius: 50%;
}
.pro-subscription.paid, .pro-subscription.received {
  background-color: #ea92001a;
  border: 1px solid #ea92001a;
  color: #ea9200;
}
.pro-subscription.processing {
  background-color: #3b82f61a;
  border: 1px solid #3b82f61a;
  color: #3b82f6;
}
.pro-subscription.paid::before, .pro-subscription.completed::before, .pro-subscription.processing::before, .pro-subscription.received::before {
  content: none;
}
.pro-subscription.processing {
    animation: pulse-processing 2s ease-in-out infinite;
}

@keyframes pulse-processing {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}
.pro-subscription.completed {
  background-color: #3eb95f1a;
  border: 1px solid #3eb95f1a;
  color: #3eb95f;
}
.test-period-ended {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.subscription-button.disabled {
  opacity: 0.3;
  pointer-events: none;
}
.subscriptions td {
  font-size: 0.68rem;
}
.subscriptions-price {
  display: none;
}
.subscription-plan-td {
  font-size: 0.91rem !important;
}
td.better-web_medium3kk .subscriptions-price.better-web_medium3kk,
td.better-web_medium12kk  .subscriptions-price.better-web_medium12kk ,
td.better-web_pro3kk .subscriptions-price.better-web_pro3kk,
td.better-web_pro12kk .subscriptions-price.better-web_pro12kk,
td.verkkotunnus_fi .subscriptions-price.verkkotunnus_fi,
td.verkkotunnus_com .subscriptions-price.verkkotunnus_com {
    display: block;
}
.subscription-button {
  font-size: 0.64rem;
  cursor: pointer;
  text-align: center;
  color: var(--title-color-one);
  font-weight: 500;
}
.subscription-wrapper h2 {
  font-size: 1.09rem;
  font-weight: 600;
  margin-bottom: 0.9rem;
}
.subscriptions-info-bottom {
  font-size: 0.63rem;
  margin: 0 0 24px 0;
  color: #787671;
  line-height: 1.7;
}
.user-admin-links-container {
  margin-bottom: 64px;
}
.page-template-subscription-plan #pricing {
  padding: 0;
}
.page-template-subscription-plan .order-now {
  font-size: 0.91rem;
}
.subscription-update-container {
  max-width: 1800px;
  margin: 0 auto 128px;
  position: relative;
  text-align: center;
}
.subscription-update-container.cancel-form .order-form {
  background-color: #fff;
  max-width: 686px;
  border-radius: 12px;
  padding: 2rem;
  border: 1px solid #edece8;
}
.order-form {
  display: inline-block;
  vertical-align: top;
  max-width: 686px;
  text-align: left;
}
.subscription-update-info {
  width: 314px;
  padding: 4px 0px;
  z-index: 1;
  display: none;
}
.subscription-update-info {
  display: none;
  vertical-align: top;
  text-align: left;
  position: sticky;
  top: 84px;
  margin-top: 97px;
  margin-left: 26px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 4px 12px 0px;
  border-radius: 12px;
}
.check-box-1.active {
  display: inline-block;
}
.check-box-2.active {
  display: inline-block;
}
.check-box-3.active {
  display: inline-block;
}
.check-box-4.active {
  display: inline-block;
}
.check-box-5.active {
  display: inline-block;
}
@media only screen and (max-width: 1600px) {
#top-element {
  padding: 0 1.2rem;
}
.feature-page-image.site-width {
  padding: 0;
}
.feature-page-image img {
  aspect-ratio: 16/11;
}
}
@media only screen and (max-width: 1300px) {
.site-width {
  padding: 0 1.2rem;
}
#start-trial {
  width: calc(100% - 3rem);
  gap: 1rem;
}
.menu-navigation-container .menu-item a, .menu-item.websites p, .open-menu, .log-in-second {
  font-size: 14px;
}
.menu-navigation-container, .header-right-inner {
  gap: 22px;
}
.lower-footer {
  flex-wrap: wrap;
  padding: 0 32px !important;
  gap: 64px;
  justify-content: left;
}
.header-logo a img {
  width: 1.52rem;
  height: auto;
}
.header-logo a {
  font-size: 1.25rem;
  padding: 0;
  gap: 0.2rem;
  margin-left: -3px;
}
}
@media only screen and (max-width: 1080px) {
#header, .inner_header, #header.header-sticky, .inner_header.inner_header-active {
  height: 70px;
}
.active-sticky {
  top: 0px;
}
.home #top-element {
  margin-top: -40px;
}
.header-right {
  position: unset;
  right: unset;
  width: unset;
}
.inner_header {
  max-width: calc(100% - 40px);
  justify-content: space-between;
  gap: unset;
}
.bw-logged-out {
  margin: 1rem auto 10rem !important;
}
.trial {
  font-size: 16px;
}
.mobile-wrapper {
  display: block;
}
.header-menu, .hidden-menu, .log-in-second {
  display: none;
}
.header-right-inner {
  margin-right: 42px;
}
.header-open-nav {
  display: flex;
}
.trial {
  font-size: 13px;
}
.feature-item {
  flex-direction: column;
  gap: 46px;
  padding: 56px;
}
.feature-item:nth-child(2n) {
  flex-direction: column;
}
.feature-item:nth-child(2n) .editor-description {
  padding: 0;
}
.feature-item:nth-child(2n) .editor-image {
  padding: 0;
}
.editor-description, .editor-image {
  width: 100%;
}
.editor-image {
  padding: 0;
}
.editor-description {
  padding: 0;
}
.feature-item-last {
  padding: 56px;
}
#front-booking {
  flex-direction: column;
  gap: 64px;
}
.grid-features-item {
  width: calc(50% - 32px);
}
.sector-item {
  width: calc(33.33% - 12px);
}
#faq {
  flex-direction: column;
}
.faq-left-element, .faq-container {
  width: 100%;
}
.start-trial-left {
  padding: 1rem 1.5rem;
}
.latest-updates {
  flex-direction: column;
  padding: 18px 38px 32px;
  gap: 14px;
}
.latest-updates-section {
  width: 100%;
}
.flex-wrapper-pricing.flex-wrapper-pricing-update {
  flex-direction: column;
}
.single .changelog-breadcrumb {
  padding: 0 1.2rem;
}
.single-content {
  min-width: calc(100% - 220px);
}
.related-articles-container {
  min-width: 220px;
  padding: 12px 20px 6px;
}
}
@media only screen and (max-width: 800px) {
.ai-builder-demo, .frontpage-feature-list .ai-builder-demo:nth-child(2n) {
  flex-direction: column;
}
.ai-builder-demo-left {
  max-width: unset;
  padding: 0;
}
.sector-item {
  width: calc(50% - 9px);
}
.changelog-grid {
  grid-template-columns: repeat(2, 1fr);
}
.features-section-card {
  width: 100%;
  padding: 11px 16px;
}
#start-trial {
  flex-direction: column;
}
.start-trial-left, .start-trial-right {
  width: 100%;
}
.start-trial-right img, .start-trial-right {
  border-radius: 0;
}
.footer-div {
  width: 44%;
}
.floating-div {
  display: none;
}
.header-log-out {
  display: none;
}
.tax-toggle {
  display: none;
}
.billing-selector {
  flex-direction: column;
}
.changelog-container {
  margin: 0 auto;
}
.single .changelog-container {
  margin: 32px auto 0;
}
.changelog-item {
  flex-direction: column;
  padding: 20px;
}
.single .changelog-item {
  padding: 20px;
}
.contact-page {
  flex-direction: column;
  gap: 2rem;
}
.hero-contact, .contact-wrapper {
  width: 100%;
}
.support-content-item {
  width: 100%;
  padding: 20px;
}
.single-content {
  padding: 14px 28px 26px;
}
.booking-integrations {
  gap: 72px 32px;
}
.booking-integrations-item {
  width: 100%;
}
.service-card {
  width: 100%;
}
}
@media only screen and (max-width: 680px) {
.inner-copy {
  flex-direction: column;
  height: unset;
  gap: 14px;
  padding: 1REM 0;
}
.copyright {
  line-height: 1;
}
.footer-menu {
  flex-wrap: wrap;
}
.footer-wrapper {
  width: 50%;
}
.changelog-header {
  padding: 40px 0;
}
.changelog-header-content {
  justify-content: left;
}
.single-container.site-width.support-main {
  flex-direction: column-reverse;
  gap: 20px;
}
.single-content.support-container {
  width: 100%;
  padding: 0 20px 20px;
}
.related-articles-container {
  width: 100%;
  margin-bottom: 0;
}
.single-template .support-container h1, .popup-support-content h1 {
  font-size: 1.4rem;
}
.support-contact {
  padding: 28px;
}
}
@media only screen and (max-width: 580px) {
#header, .inner_header, #header.header-sticky, .inner_header.inner_header-active {
  height: 54px;
}
#header.ai-active, .site_header.ai-active .inner_header {
  height: 54px !important;
}
#header .trial {
  font-size: 11px;
  padding: 0.44rem;
}
.header-right-inner {
  margin-right: 36px;
}
.header-logo a {
  font-size: 1.1rem;
}
.header-logo a img {
  width: 1.42rem;
  margin-top: -2px;
}
.mobile-menu {
  height: calc(100% - 54px);
  margin-top: 54px;
}
.header-open-nav {
  top: 5px;
}
.mobile-menu {
  padding: 0px 24px 90px;
}
.mobile-menu-buttons a {
  font-size: 0.88rem;
}
.home #top-element {
  margin-top: 0;
}
.home .main-div {
  padding-top: 54px;
}
.home #top-element {
  height: calc(100vh - 54px);
  min-height: 768px;
}
.ai-builder-demo {
  padding: 0;
}
.ai-builder-demo-right.chat-image img {
  max-width: 100%;
}
.ai-builder-demo-right {
  padding: 0.6rem;
}
.ai-builder-demo-left {
  padding: 1rem 1rem 0;
}
.frontpage-feature-list {
  margin-top: 3rem;
}
.hero-wrapper-second.active {
  margin-top: 3.4rem;
}
.home #top-element.active {
  height: unset;
  min-height: 768px;
}
.showcase-carousel {
  padding: 24px;
}
.feature-item, .feature-item-last {
  padding: 26px;
}
.grid-features {
  gap: 26px;
}
.grid-features-item {
  width: 100%;
}
.sector-item {
  width: 100%;
}
.changelog-grid {
  grid-template-columns: repeat(1, 1fr);
  width: 100%;
}
.toggle, .changelog-card-title {
  font-size: 0.86rem;
}
.footer-div {
  width: 100%;
}
.start-trial-left h2 {
  font-size: 1.5rem;
}
.latest-updates {
  flex-direction: column;
  padding: 5px 22px 16px;
}
.segment-control label {
  padding: 8px 10px;
}
.pricing-wrapper {
  padding: 1rem 1rem 4.5rem;
}
.order-now, .btn-compare {
  width: calc(100% - 2rem);
}
.start-trial-left {
  padding: 0.5rem 1.5rem;
}
.toggle {
  padding: 14px 32px 14px 50px;
}
.accordion-trigger {
  top: 13px;
}
.feature-item {
  padding: 1.5rem;
}
.grid-features-container {
  margin: 84px auto;
}
.nav-feature {
  display: none;
}
.grid-features-container h2 {
  font-size: 1.5rem;
}
.blog-header .support-search {
  min-width: 100%;
}
.search-form {
  max-width: unset;
}
.highlight-box {
  padding-left: 1rem;
  padding-top: 4.4rem;
}
}