/* Cache test: Modified at 2025-01-15 to test filemtime() */
@import "https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css";
@import "https://cdnjs.cloudflare.com/ajax/libs/Swiper/4.3.0/css/swiper.css";

@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Regular.woff2") format("woff2"), url("../fonts/SFProDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Italian Plate No2 Expanded";
  src: url("../fonts/ItalianPlateNo2Expanded-Extralight.woff2") format("woff2"), url("../fonts/ItalianPlateNo2Expanded-Extralight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Italian Plate No2 Expanded";
  src: url("../fonts/ItalianPlateNo2Expanded-Ultralight.woff2") format("woff2"), url("../fonts/ItalianPlateNo2Expanded-Ultralight.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Italian Plate No2 Expanded";
  src: url("../fonts/ItalianPlateNo2Expanded-Extrabold.woff2") format("woff2"), url("../fonts/ItalianPlateNo2Expanded-Extrabold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Italian Plate No2 Expanded";
  src: url("../fonts/ItalianPlateNo2Expanded-Bold.woff2") format("woff2"), url("../fonts/ItalianPlateNo2Expanded-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Italian Plate No2 Expanded";
  src: url("../fonts/ItalianPlateNo2Expanded-Thin.woff2") format("woff2"), url("../fonts/ItalianPlateNo2Expanded-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Italian Plate No2 Expanded";
  src: url("../fonts/ItalianPlateNo2Expanded-Demibold.woff2") format("woff2"), url("../fonts/ItalianPlateNo2Expanded-Demibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Italian Plate No2 Expanded";
  src: url("../fonts/ItalianPlateNo2Expanded-Black.woff2") format("woff2"), url("../fonts/ItalianPlateNo2Expanded-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Italian Plate No2 Expanded";
  src: url("../fonts/ItalianPlateNo2Expanded-Light.woff2") format("woff2"), url("../fonts/ItalianPlateNo2Expanded-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Italian Plate No2 Expanded";
  src: url("../fonts/ItalianPlateNo2Expanded-Regular.woff2") format("woff2"), url("../fonts/ItalianPlateNo2Expanded-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Italian Plate No2 Expanded";
  src: url("../fonts/ItalianPlateNo2Expanded-Medium.woff2") format("woff2"), url("../fonts/ItalianPlateNo2Expanded-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

html {
  height: 100%;
  font-size: 0.2666666667vw;
}

@media (min-width: 450px) {
  html {
    font-size: 1.2px;
  }
}

@media (min-width: 992px) {
  html {
    font-size: 0.0694444444vw;
  }
}

body {
  height: 100%;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-size: 16px;
  background: #000;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

a {
  text-decoration: none;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

audio,
canvas,
iframe,
img,
svg,
video,
textarea {
  vertical-align: middle;
}

textarea {
  resize: none;
}

section {
  position: relative;
}

input,
select,
button {
  outline: none;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.container {
  padding: 0 36rem;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}

main {
  height: 100%;
}

footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer {
  pointer-events: all;
  width: 100%;
  bottom: 0;
  overflow: hidden;
  background: #000;
  margin-top: -20rem;
  border-radius: 28rem 28rem 0 0;
}

.footer h2 {
  font-weight: 700;
  font-size: 26rem;
  line-height: 120%;
  color: #fff;
  margin-bottom: 24rem;
}

.footer .container {
  padding-top: 60rem;
  padding-bottom: 20rem;
  padding-right: 30rem;
  padding-left: 30rem;
}

.footer.active {
  display: block;
}

.footer .pin-spacer {
  height: auto !important;
}

.footer-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 24rem;
}

.footer-action .btn {
  width: 154rem;
}

.footer-action .btn--green svg {
  margin-left: 8rem;
  width: 18rem;
  height: 18rem;
}

.footer-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 24rem;
}

.footer-middle ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-middle ul li {
  margin-right: 4rem;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.footer-middle ul li:hover {
  background: #242424;
}

.footer-middle ul li svg {
  width: 46rem;
  height: 47rem;
}

.footer-middle .select {
  position: relative;
  width: 154rem;
  display: none;
}

.footer-middle .select .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 600;
  font-size: 14rem;
  line-height: 60%;
  color: #fff;
  display: block;
  width: 154rem;
  height: 46rem;
  border: 1rem solid #242424;
  border-radius: 100rem;
  background: #000;
  padding: 0 24rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-middle .select .select2-container--default .select2-selection--single {
  width: 154rem;
  height: 46rem;
  background: transparent;
  border: none;
}

.footer-middle .select .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

.footer-middle .select svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20rem;
  width: 22rem;
  height: 23rem;
  pointer-events: none;
}

.footer-middle .select .select2-container--default .select2-results__option[aria-selected=true] {
  background: #000;
}

.footer-address {
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 400;
  font-size: 14rem;
  line-height: 140%;
  color: #8f969c;
  margin-bottom: 24rem;
  max-width: 300rem;
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 40rem;
  width: 269rem;
  grid-row-gap: 32rem;
  margin-bottom: 24rem;
}

.footer-nav p {
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 600;
  font-size: 14rem;
  line-height: 100%;
  color: #FFFFFF;
  margin-bottom: 20rem;
}

.footer-nav nav:nth-child(1) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.footer-nav nav:nth-child(4) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.footer-nav nav:nth-child(2) {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.footer-nav nav:nth-child(3) {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.footer-nav li {
  margin-bottom: 16rem;
}

.footer-nav li:last-child {
  margin-bottom: 0;
}

.footer-nav li a {
  color: #8F969C;
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 400;
  font-size: 14rem;
  line-height: 100%;
  display: block;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-nav li a:hover {
  color: #fff;
}

.footer-bottom {
  padding-top: 24rem;
  border-top: 1px solid #242424;
}

.footer-bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-bottom a {
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 500;
  font-size: 14rem;
  line-height: 100%;
  color: #8f969c;
}

.footer-bottom a:hover {
  color: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #fff;
  color: #000;
}

@media (min-width: 992px) {
  .footer .btn--google {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .footer .container {
    padding-top: 100rem;
    padding-bottom: 80rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 0;
    padding-left: 0;
  }

  .footer h2 {
    text-align: left;
    font-size: 36rem;
    width: 426rem;
    margin-bottom: 40rem;
  }

  .footer-left {
    width: 400rem;
    min-width: 400rem;
  }

  .footer-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 315rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40rem;
  }

  .footer-action .btn {
    width: 154rem;
  }

  .footer-action .btn--google {
    background: #fff;
  }

  .footer-action .btn--google svg {
    width: 115rem;
    height: 27rem;
    margin-left: 0;
  }

  .footer-action .btn--green {
    margin-top: 10rem;
    width: 100%;
  }

  .footer-action .btn--green svg {
    margin-left: 8rem;
    width: 18rem;
    height: 18rem;
  }

  .footer-middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0rem;
  }

  .footer-middle ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 32rem;
  }

  .footer-middle ul li {
    margin-right: 4rem;
  }

  .footer-middle ul li svg {
    width: 46rem;
    height: 47rem;
  }

  .footer-middle .select {
    display: none;
  }

  .footer-middle-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-address {
    font-size: 14rem;
    margin-bottom: 0rem;
    width: 253rem;
  }

  .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-column-gap: 0rem;
    width: 689rem;
    margin-bottom: 0rem;
    padding-top: 6rem;
  }

  .footer-nav nav:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .footer-nav nav:nth-child(4) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .footer-nav nav:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .footer-nav nav:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .footer-nav li {
    margin-bottom: 16rem;
  }

  .footer-nav li:last-child {
    margin-bottom: 0;
  }

  .footer-bottom {
    padding-top: 0rem;
    border-top: none;
    position: absolute;
    right: 0;
    bottom: 80rem;
  }

  .footer-bottom ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 47rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-bottom li {
    margin-left: 31rem;
  }

  .footer-bottom a {
    font-family: "Italian Plate No2 Expanded", sans-serif;
    font-weight: 500;
    font-size: 14rem;
    line-height: 100%;
    color: #8f969c;
  }
}

header {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.header {
  position: fixed;
  top: 8px;
  left: 8px;
  width: calc(100% - 16px);
  z-index: 10;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
  padding: 8px 8px 8px 22px;
  border-radius: 100px;
}

.header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-logo svg {
  width: 80px;
  height: 22px;
}

.header ul {
  display: none;
}

.header-btn {
  margin-left: auto;
  height: 36px;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  background: #5bf0a5;
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  color: #000;
}

.header-btn svg {
  margin-left: 10px;
  width: 16px;
  height: 16px;
}

.header-burger {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #000;
  border-radius: 50%;
  margin-left: 8px;
  padding: 12.5px 11px;
}

.header-burger span {
  background: #fff;
  border-radius: 3px;
  width: 14px;
  height: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header.active .header-burger span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  margin-left: -5px;
}

.header.active .header-burger span:nth-child(2) {
  display: none;
}

.header.active .header-burger span:nth-child(3) {
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: -5px;
}
.header-menu {
  position: fixed;
  width: 100%;
  height: calc(100vh - (100vh - 100%));
  background: #000;
  top: 0;
  left: 0;
  z-index: 9;
  padding: 24px;
  display: none;
  overflow-y: auto;
}
.header-menu-wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 60px;
}
.header-menu .btn {
  height: 62px;
  min-height: 62px;
  font-size: 16px;
}
.header-menu .btn svg {
  width: 21px;
  height: 20px;
  margin-left: 12.5px;
}
.header-menu .menu-header-container {
  width: 100%;
}
.header-menu .menu-header-container > ul > li {
  width: 100%;
}
.header-menu .menu-header-container > ul > .menu-item-has-children {
  position: relative;
}
.header-menu .menu-header-container > ul > .menu-item-has-children > a {
  min-height: 55rem;
  position: relative;
  padding-right: 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  color: #fff;
  font-weight: 700;
  font-size: 26rem;
  line-height: 120%;
}
.header-menu .menu-header-container > ul > .menu-item-has-children > a:after {
  content: "";
  width: 36rem;
  height: 36rem;
  background: url(../images/common/arrow-mobile.svg);
  background-size: 100%;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  margin-left: 10rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-menu .menu-header-container > ul > .menu-item-has-children.active > a:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.header-menu .menu-header-container > ul > .menu-item-has-children > .sub-menu {
  top: 0;
  position: static;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  padding: 0rem;
  border: none;
  border-radius: 0rem;
  display: none;
  padding-bottom: 24rem;
}
.header-menu .menu-header-container > ul > .menu-item-has-children > .sub-menu.active {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16rem;
}
.header-menu .menu-header-container > ul > .menu-item-has-children > .sub-menu > li.hide > a {
  display: none;
}
.header-menu .menu-header-container > ul > .menu-item-has-children > .sub-menu > li > a {
  height: 42rem;
  pointer-events: none;
  padding: 6rem;
  font-weight: 500;
  font-size: 18rem;
  line-height: 130%;
  color: #fff;
  opacity: 0.7;
}
.header-menu .menu-header-container > ul > .menu-item-has-children > .sub-menu > li li a {
  height: 47rem;
  border-radius: 0rem;
  padding: 8rem;
  min-width: 100%;
  font-weight: 500;
  font-size: 18rem;
  line-height: 130%;
  color: #fff;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 0;
}
.header-menu nav {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.header-menu nav li {
  margin-bottom: 0;
}
.header-menu nav li:last-child {
  margin-bottom: 0;
}
.header-menu nav li a {
  font-family: "Italian Plate No2 Expanded", sans-serif;
  height: 55rem;
  font-weight: 700;
  font-size: 26rem;
  line-height: 120%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-menu .btn--dark {
  margin-top: 8px;
  margin-bottom: 20px;
}
.header-menu .btn--dark svg {
  width: 109px;
  height: 29px;
  margin-left: 0;
}
.header-menu__link {
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 500;
  font-size: 12px;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-align: center;
  color: #000;
}


.header-login {
  display: none;
}

@media (min-width: 992px) {
  .header-login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header-login {
    margin-left: auto;
    height: 50rem;
    border-radius: 100rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    font-weight: 600;
    font-size: 16rem;
    text-align: center;
    color: #000;
    text-align: center;
    color: #000;
    width: 118rem;
    margin-right: 8rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .header-login:hover {
    background: #F2F4F6;
  }

  .header-logo {
    margin-right: 205rem;
  }

  .header {
    top: 10rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1200rem;
    padding: 10rem 10rem 10rem 20rem;
  }

  .header {
    top: 10rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1200rem;
    padding: 10rem 10rem 10rem 20rem;
  }

  .header-logo svg {
    width: 94rem;
    height: 26rem;
  }

  .header-btn {
    height: 50rem;
    border-radius: 100rem;
    padding: 0 26rem;
    font-size: 16rem;
    margin-left: 0;
    -webkit-transition: background-color 0.3;
    transition: background-color 0.3;
  }

  .header-btn:hover {
    background: rgba(91, 240, 165, 0.85);
  }

  .header-btn svg {
    width: 16rem;
    height: 16rem;
    margin-left: 10rem;
  }

  .header-burger {
    display: none;
  }

  .header .menu-header-container {
    margin: 0 auto;
  }

  .header .menu-header-container>ul>.menu-item-has-children {
    position: relative;
  }

  .header .menu-header-container>ul>.menu-item-has-children>a {
    position: relative;
    padding-right: 47rem;
  }
.footer-social-wrapper {
  flex-direction: row !important;
}
  .header .menu-header-container>ul>.menu-item-has-children>a:after {
    position: absolute;
    content: "";
    width: 20rem;
    height: 20rem;
    background: url(../images/common/arrow.svg);
    background-size: 100%;
    right: 19.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0);
    -ms-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
  }

  .header .menu-header-container>ul>.menu-item-has-children>.sub-menu {
    top: calc(100% + 8rem);
    position: absolute;
    -webkit-box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 20rem;
    border: 1px solid #f2f4f6;
    border-radius: 16rem;
    display: none;
  }

  .header .menu-header-container>ul>.menu-item-has-children>.sub-menu.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header .menu-header-container>ul>.menu-item-has-children>.sub-menu>li>.sub-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header .menu-header-container>ul>.menu-item-has-children>.sub-menu>li.hide>a {
    display: none;
  }

  .header .menu-header-container>ul>.menu-item-has-children>.sub-menu>li>a {
    height: 40rem;
    pointer-events: none;
    padding: 8rem;
    font-weight: 600;
    font-size: 16rem;
    color: #000;
  }

  .header .menu-header-container>ul>.menu-item-has-children>.sub-menu>li li a {
    height: 40rem;
    border-radius: 8rem;
    padding: 8rem;
    min-width: 170rem;
    font-weight: 400;
    font-size: 14rem;
    line-height: 110%;
    color: #000;
  }

  .header ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
  }

  .header ul li a {
    font-family: "Italian Plate No2 Expanded", sans-serif;
    font-weight: 600;
    font-size: 16rem;
    line-height: 100%;
    color: #000000;
    display: block;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    position: relative;
    height: 50rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30rem;
    border-radius: 100rem;
  }

  .header ul li a:hover {
    color: #000000;
    background: #F2F4F6;
  }

  .header ul li:last-child {
    margin-right: 0;
  }
}



.blog {
  background: #fff;
  padding-top: 82rem;
  padding-bottom: 90rem;
}

.blog-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 40rem;
}

.blog-top h1 {
  font-weight: 700;
  font-size: 40rem;
  line-height: 120%;
  color: #000;
  margin-bottom: 24rem;
}

.blog-top-search {
  position: relative;
  margin-bottom: 16rem;
}

.blog-top-search input {
  border: 1px solid #f2f4f6;
  border-radius: 12rem;
  padding: 0 16rem 0 46rem;
  width: 100%;
  height: 48rem;
  font-weight: 500;
  font-size: 14rem;
  line-height: 140%;
  color: #000;
}

.blog-top-search input::-webkit-input-placeholder {
  color: #8F969C;
}

.blog-top-search input::-moz-placeholder {
  color: #8F969C;
}

.blog-top-search input:-ms-input-placeholder {
  color: #8F969C;
}

.blog-top-search input::-ms-input-placeholder {
  color: #8F969C;
}

.blog-top-search input::placeholder {
  color: #8F969C;
}

.blog-top-search button {
  position: absolute;
  left: 16rem;
  padding: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20rem;
  height: 20rem;
  border: none;
  background: transparent;
}

.blog-top-search button svg {
  width: 20rem;
  height: 20rem;
}

.blog-top-sort {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  margin-bottom: 16rem;
  position: relative;
}

.blog-top-sort svg {
  position: absolute;
  right: 16rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12rem;
  height: 12rem;
}

.blog-top-list {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: calc(100% + 72rem);
  margin-left: -36rem;
  overflow-x: auto;
  padding: 0 36rem;
}

.blog-top-list__close {
  display: none !important;
}

.blog-top-list__show {
  display: none !important;
}

.blog-top-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-top-list ul li {
  margin-right: 6rem;
}

.blog-top-list ul li a {
  border: 1px solid #f2f4f6;
  border-radius: 100rem;
  padding: 0rem 20rem;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  font-weight: 600;
  font-size: 14rem;
  line-height: 140%;
  color: #000;
}

.blog-top-list ul li a.active {
  border: 1px solid #000;
}

.blog-category {
  margin-bottom: 40rem;
}

.blog-category:last-child {
  margin-bottom: 0;
}

.blog-category-action__btn {
  position: absolute;
  right: 0;
  top: -4rem;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40rem;
  height: 40rem;
  border-radius: 50%;
}

.blog-category-action__btn span {
  display: none;
}

.blog-category-action-list {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: calc(100% + 72rem);
  margin-left: -36rem;
  overflow-x: auto;
  padding: 0 36rem;
  margin-top: 19rem;
}

.blog-category-action-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-category-action-list ul li {
  margin-right: 6rem;
}

.blog-category-action-list ul li a {
  border: 1px solid #f2f4f6;
  border-radius: 100rem;
  padding: 0rem 20rem;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}

.blog-category-top {
  margin-bottom: 16rem;
  position: relative;
}

.blog-category-top h2 {
  font-weight: 600;
  font-size: 26rem;
  line-height: 130%;
  color: #000;
}

.blog-category__btn {
  border: 1px solid #f2f4f6;
  border-radius: 100rem;
  width: 100%;
  height: 62rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 16rem;
  font-weight: 600;
  font-size: 16rem;
  line-height: 80%;
  text-align: center;
  color: #000;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog-category__btn:hover {
  border: 1px solid #cad4dd;
  color: #3d3d3d;
}

.blog-category__btn svg {
  width: 17rem;
  height: 16rem;
  margin-left: 8rem;
}

.custom-select {
  position: relative;
  width: 100%;
}

.custom-select svg {
  position: absolute;
  right: 16rem;
}

.custom-select svg svg {
  width: 12rem;
  height: 12rem;
}

.select-selected {
  border: 1px solid #f2f4f6;
  border-radius: 12rem;
  padding: 0 16rem;
  width: 100%;
  height: 48rem;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 12rem;
  color: #8F969C;
  cursor: pointer;
}

.select-selected span {
  color: #000;
  margin-left: 5rem;
}

.select-items {
  display: none;
  position: absolute;
  top: calc(100% + 4rem);
  -webkit-box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  border: 1px solid #f2f4f6;
  border-radius: 16rem;
  padding: 24rem 16rem;
  width: 100%;
  z-index: 10;
}

.select-items div {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 600;
  font-size: 12rem;
  line-height: 120%;
  color: #000;
  margin-bottom: 16rem;
}

.select-items div.active i {
  border: 1px solid #000;
}

.select-items div.active i b {
  opacity: 1;
}

.select-items div:last-child {
  margin-bottom: 0;
}

.select-items div i {
  border-radius: 25px;
  border: 1px solid #cad4dd;
  width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.select-items div i b {
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 50%;
  opacity: 0;
}

.article-item {
  margin-bottom: 12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.article-item:last-child {
  margin-bottom: 0;
}

.article-item__img {
  aspect-ratio: 303/216;
  display: block;
}

.article-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16rem 16rem 0 0;
}

.article-item-content {
  border: 1px solid #f2f4f6;
  border-radius: 0 0 16rem 16rem;
  padding: 24rem 20rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.article-item-content>a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.article-item-content>a h4 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.article-item-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16rem;
}

.article-item-content ul li {
  background: rgba(242, 244, 246, 0.5);
  border-radius: 100rem;
  padding: 0px 10rem;
  height: 28rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 14rem;
  line-height: 140%;
  margin-right: 6rem;
}

.article-item-content ul li a {
  color: #404040;
}

.article-item-content h4 {
  font-weight: 700;
  font-size: 22rem;
  line-height: 120%;
  color: #000;
  margin-bottom: 16rem;
}

.article-item-content p {
  display: none;
}

.article-item-content-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 14rem;
  line-height: 120%;
  color: #404040;
}

.article-item-content-bottom span {
  width: 1rem;
  height: 14rem;
  background: #404040;
  margin: 0 12rem;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8rem;
}

.breadcrumb li {
  margin-right: 0rem;
}

.breadcrumb li a {
  font-weight: 500;
  font-size: 14rem;
  line-height: 140%;
  color: #000;
  display: block;
}

.breadcrumb li span {
  font-weight: 500;
  font-size: 14rem;
  line-height: 140%;
  color: #000;
  display: block;
}

.breadcrumb li.active {
  font-weight: 500;
  font-size: 14rem;
  line-height: 140%;
  color: #cad4dd;
}

.category {
  background: #fff;
  padding-top: 82rem;
  padding-bottom: 90rem;
}

.single .breadcrumb li a {
  color: #fff;
}

.single .breadcrumb li span {
  color: #fff;
}

.single .breadcrumb li.active {
  color: #8f969c;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.single-top {
  background: #000;
  padding-top: 100rem;
  padding-bottom: 70rem;
  border-radius: 0 0 28rem 28rem;
  position: relative;
  z-index: 1;
}

.single-top__badge {
  background: #2555ff;
  border-radius: 100px;
  padding: 0 10rem;
  height: 28rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14rem;
  line-height: 140%;
  color: #fff;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  white-space: nowrap;
  margin: 0 auto 24rem;
}

.single-top h1 {
  font-weight: 700;
  font-size: 32rem;
  line-height: 120%;
  text-align: center;
  color: #fff;
  margin-bottom: 16rem;
}

.single-top p {
  font-weight: 400;
  font-size: 18rem;
  line-height: 140%;
  text-align: center;
  color: #fff;
  margin-bottom: 16rem;
}

.single-top__time {
  font-weight: 500;
  font-size: 12rem;
  line-height: 120%;
  color: #8f969c;
  text-align: center;
}

.single-top__case-study p{
  margin-bottom: 8rem;
}
.single-top__case-study h1 {
  margin-bottom: 50rem;
}

.single-top__stat {
  display: flex;
  justify-content: space-between;
}
.single-top__stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 85rem;
}
.single-top__stat-item  strong {
  font-weight: 600;
  font-size: 24rem;
  line-height: 120%;
  text-align: center;
  color: #fff;
  margin-bottom: 4rem;
}
.single-top__stat-item span {
  font-weight: 400;
  font-size: 14rem;
  line-height: 120%;
  text-align: center;
  color: #fff;
}

.single-body {
  margin-top: -20rem;
  padding-top: 90rem;
  background: #fff;
}


.single-body .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.single-body-form {
  display: none;
  width: 100%;
  position: static;
  top: 96rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  margin-bottom: 24rem;
}

.single-body-form-top {
  background: #000;
  border-radius: 20rem;
  padding: 32rem 20rem 0rem;
  overflow: hidden;
  height: 334rem;
  position: relative;
  z-index: 1;
}

.single-body-form-top__title {
  font-weight: 700;
  font-size: 20rem;
  line-height: 110%;
  text-align: center;
  color: #fff;
  margin-bottom: 13rem;
}

.single-body-form-top__title br {
  display: none;
}

.single-body-form-top .btn {
  height: 48rem;
  font-size: 16rem;
  width: 189rem;
  margin: 0 auto;
}

.single-body-form-top img {
  width: calc(100% + 10rem);
  min-width: calc(100% + 10rem);
  margin: 0 -5rem;
}

.single-body-form__title {
  font-weight: 700;
  font-size: 20rem;
  line-height: 110%;
  text-align: center;
  color: #000;
  margin-bottom: 16rem;
}

.single-body-form__input {
  position: relative;
  border: 4rem solid rgba(242, 244, 246, 0.4);
  margin-bottom: 16rem;
  border-radius: 13rem;
}

.single-body-form__input input {
  width: 100%;
  height: 48rem;
  border: 1px solid #f2f4f6;
  border-radius: 11rem;
  padding: 0rem 16rem 0 46rem;
  height: 49rem;
  font-weight: 400;
  font-size: 14rem;
  line-height: 140%;
  color: #000;
}

.single-body-form__input input::-webkit-input-placeholder {
  color: #8f969c;
}

.single-body-form__input input::-moz-placeholder {
  color: #8f969c;
}

.single-body-form__input input:-ms-input-placeholder {
  color: #8f969c;
}

.single-body-form__input input::-ms-input-placeholder {
  color: #8f969c;
}

.single-body-form__input input::placeholder {
  color: #8f969c;
}

.single-body-form__input svg {
  pointer-events: none;
  left: 16rem;
  top: 14rem;
  position: absolute;
  width: 20rem;
  height: 21rem;
}

.single-body-form form {
  padding: 40rem 20rem 20rem;
  border: 1px solid #f2f4f6;
  border-radius: 0 0 16rem 16rem;
  border-top: none;
  margin-top: -20rem;
}

.single-body-form form .btn {
  height: 48rem;
  font-size: 16rem;
}

.single-body .single-body-nav ul {
  list-style: none;
  padding: 0;
  position: relative;
  height: 2px;
}

.single-body .single-body-nav ul li {
  position: absolute;
  margin-bottom: 0rem;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  background: #fff;
  padding-bottom: 0rem;
  -webkit-box-shadow: 0 -16px 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 -16px 30px 0 rgba(0, 0, 0, 0.1);
}

.single-body .single-body-nav ul li a {
  display: none;
}

.single-body .single-body-nav ul li:first-child {
  display: block;
}

.single-body .single-body-nav ul li.active {
  display: block;
}

.single-body .single-body-nav ul li.active a {
  color: #000;
  opacity: 1;
  font-weight: 600;
}

.single-body .single-body-nav ul li a {
  font-weight: 400;
  font-size: 16rem;
  line-height: 130%;
  color: #000;
  opacity: 0.5;
}

/* .single-body .progress-item {
  position: static;
  width: 0%;
  height: 2rem;
  background: #000;
  border-radius: 100rem;
  margin-top: 0rem;
}

.single-body .progress-item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2rem;
  background: #f2f4f6;
  bottom: 0;
  left: 0;
  border-radius: 100rem;
  z-index: -1;
} */

.mobile-scroll-progress-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2rem;
  background: #f2f4f6;
  border-radius: 100rem;
  z-index: 10;

}

.mobile-scroll-progress {
  position: static;
  width: 0%;
  height: 2rem;
  background: #000;
  border-radius: 100rem;
  margin-top: 0rem;
}

@media (min-width: 992px) {
  .mobile-scroll-progress {
    display: none;
  }
}

.single-body #scrollTopBtn {
  position: fixed;
  width: 48rem;
  height: 48rem;
  bottom: 20rem;
  right: 20rem;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0 7px 37px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 7px 37px 0 rgba(0, 0, 0, 0.1);
  background: #000;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 8;
}

.single-body #scrollTopBtn svg {
  width: 20rem;
  height: 20rem;
}

.single-body-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: static;
  top: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 24rem;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  -webkit-box-shadow: 0 -16px 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 -16px 30px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
}

.single-body-nav-social {
  display: none;
}

.single-body-nav-social a {
  border: 1px solid #f2f4f6;
  border-radius: 16rem;
  width: 32rem;
  height: 32rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 8rem;
}

.single-body-nav-social a svg {
  width: 16rem;
  height: 16rem;
}

.single-body-content p {
  font-weight: 400;
  font-size: 16rem;
  line-height: 140%;
  color: #000;
  margin-bottom: 16rem;
}

.single-body-content p a {
  color: #000;
  text-decoration: underline;
}

.single-body-content .wp-block-image {
  margin-bottom: 16rem;
}

.single-body-content img {
  width: 100%;
  border-radius: 16rem;
}

.single-body-content h2 {
  margin-top: 32rem;
  font-weight: 700;
  font-size: 24rem;
  line-height: 120%;
  color: #000;
  margin-bottom: 20rem;
  
}
.single-body-content h2.hide {
  display: none;
}
.single-body-content h2:first-child {
  margin-top: 0;
}

.single-body-content ul {
  list-style: disc;
  padding-left: 20rem;
}

.single-body-content ul li {
  font-weight: 400;
  font-size: 16rem;
  line-height: 140%;
  color: #000;
  margin-bottom: 16rem;
}

.single-body-content ol {
  list-style: number;
  padding-left: 20rem;
}

.single-body-content ol li {
  font-weight: 400;
  font-size: 16rem;
  line-height: 140%;
  color: #000;
  margin-bottom: 16rem;
}

.single-body-content h3 {
  font-weight: 700;
  font-size: 20rem;
  line-height: 140%;
  color: #000;
  margin-bottom: 16rem;
}

.single-body-content h4 {
  font-weight: 700;
  font-size: 20rem;
  line-height: 140%;
  color: #000;
  margin-bottom: 16rem;
}

.single-body-content .wp-block-table {
  margin: 0 0 18rem;
  overflow-x: auto;
}

.single-body-content .wp-block-table table {
  min-width: 750rem;
}

.single-body-content .wp-block-table table tr:first-child td {
  border-top: 1px solid #f2f4f6;
  background: #fdfdff;
}

.single-body-content .wp-block-table table td {
  border-bottom: 1px solid #f2f4f6;
  border-right: 1px solid #f2f4f6;
  padding: 16rem 20rem;
  font-weight: 400;
  font-size: 14rem;
  line-height: 140%;
  color: #000;
}

.single-body-content .wp-block-table table td:first-child {
  border-left: 1px solid #f2f4f6;
}

.single-body-content .wp-block-quote {
  margin: 0 0 32rem;
  padding: 20rem;
  background: #fdfdff;
  border: 1px solid #f2f4f6;
  border-radius: 16rem;
  font-weight: 400;
  font-size: 16rem;
  line-height: 140%;
  color: #000;
}

.single-body-content .wp-block-quote p {
  padding: 0;
}

.single-body-content .wp-block-quote p:last-child {
  margin-bottom: 0;
}

.single-body-content-block {
  background: #000;
  border-radius: 16rem;
  padding: 20rem;
}

.single-body-content-block__title {
  font-weight: 700;
  font-size: 26rem;
  line-height: 120%;
  text-align: center;
  color: #fff;
  margin-bottom: 16rem;
}

.single-body-content-block img {
  width: 116rem;
  margin: 0 auto 12rem;
}

.single-body-content-block__text {
  font-weight: 400;
  font-size: 14rem;
  line-height: 110%;
  text-align: center;
  color: #fff;
  margin-bottom: 24rem;
}

.single-body-content-block .btn {
  background: #fff;
  color: #000;
}

.single-body-content-block .btn:hover {
  background: rgba(255, 255, 255, 0.85);
  color: #000;
}

.single-recommended {
  background: #fff;
  padding-top: 40rem;
  padding-bottom: 90rem;
}

.before {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 4.5rem));
  grid-gap: 9rem;
}

.before-wrapper {
  width: 324rem;
}

.before-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.before-item-info {
  padding: 5rem 8rem 4rem;
  border-radius: 6rem;
  background: #ef2c4f;
  color: #fff;
  text-align: center;
  font-family: "Italian Plate No2 Expanded";
  font-size: 14rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  position: relative;
  margin-bottom: 14rem;
  max-width: 125rem;
}

.before-item-info svg {
  width: 13rem;
  height: 6rem;
  position: absolute;
  top: calc(100% - 1rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.before-item-info--green {
  background: var(--Green, #5bf0a5);
  color: var(--black, #000);
}

.before-item__video:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  top: 0;
  left: 0;
  border-radius: 10rem;
}

.before-item__img {
  position: relative;
  width: 100%;
  margin-bottom: 20rem;
}

.before-item__img .loading-img {
  border-radius: 10rem;
}

.before-item__img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10rem;
}

.before-item__img svg {
  width: 25rem;
  height: 25rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -13rem;
}

.before-item__mute {
  position: absolute;
  top: 6rem;
  right: 7rem;
  width: 18rem;
  height: 19rem;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.before-item__mute svg {
  width: 18rem;
  height: 19rem;
  position: static;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.before-item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.before-item-bottom p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  color: var(--Gray-dark, #a7a8aa);
  text-overflow: ellipsis;
  font-family: "Italian Plate No2 Expanded";
  font-size: 12rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.before-item-bottom p span {
  color: #000;
  font-size: 12rem;
  margin-left: 3rem;
  margin-right: 2rem;
}

.before-item-bottom p svg {
  width: 11rem;
  height: 11rem;
}

.checkout {
  background: #000;
  border-radius: 28rem;
  padding: 40rem 36rem;
  z-index: 4;
  margin-bottom: 32rem;
  overflow: hidden;
}

.checkout--white {
  background: #fff;
  padding: 0;
}
.checkout.checkout-case {
  background: #f2f4f6;
      padding: 24rem 36rem;
      margin-bottom: 32rem;

}
.btn-case {
  margin-bottom: 32rem;
}
 .checkout-case   .checkout-slides:before {
      background: linear-gradient(270deg, rgba(242, 244, 246, 0) 0%, #f2f4f6 100%);
       transform: rotate(180deg);
        width: 32rem;
        height: 100%;
        position: absolute;
        content: "";
        top: 0;
        right: -2rem;
        z-index: 2;
    }
 .checkout-case .checkout-slides:after {
  
         background: linear-gradient(270deg, rgba(242, 244, 246, 0) 0%, #f2f4f6 100%);
        width: 32rem;
        height: 100%;
        position: absolute;
        content: "";
        top: 0;
        left: -2rem;
        z-index: 2;
    }
.checkout-case  .before-item__img img {
  position: relative;
  width: 100%;
  height: auto;
}
.checkout--white .loading-img {
  background: #f0f0f0 !important;
}

.checkout--white .before-item-bottom p span {
  color: #000;
}

.checkout h2 {
  font-weight: 700;
  font-size: 26rem;
  line-height: 120%;
  color: #fff;
  margin-bottom: 32rem;
}

.checkout .hero-featured {
  margin-bottom: 32rem;
}

.checkout .hero-featured-wrapper {
  height: 32rem;
}

.checkout .hero-featured-items img {
  height: 32rem;
}

.checkout-slides {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.checkout-slides-wrapper {
  width: calc(100% + 60rem);
  margin: 0 -30rem 12.8rem;
  pointer-events: none;
  overflow: hidden;
  position: relative;
}

.checkout-slides .swiper-slide {
  width: 130rem;
}

.checkout-slides__img {
  position: relative;
  width: 100%;
  border-radius: 12rem;
}

.checkout-slides__img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  border: 1rem solid #242424;
  border-radius: 12rem;
  display: none;
}

.checkout-slides.active {
  opacity: 1;
}

.checkout-slides.active .checkout-slides__img img {
  display: block;
}

.checkout-slides .before-item__img {
  margin-bottom: 8rem;
  overflow: hidden;
  border-radius: 12rem;
}

.checkout-slides .before-item__img video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 12rem;
}

.checkout-slides .before-item-bottom p {
  font-size: 10rem;
}

.checkout-slides .before-item-bottom span {
  font-size: 12rem;
  color: #fff;
}

.checkout .btn {
  margin-top: 48rem;
  pointer-events: all;
}

.checkout .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.checkout-case-logo {
  width: 100%;
  margin-bottom: 32rem;
}
.case-logo-wrapper {
border: 1px solid rgba(0, 0, 0, 0.05);
border-radius: 20rem;
padding: 32rem;
width: 100%;
height: auto;
display: flex;
align-items: center;
justify-content: center;
}.case-logo-wrapper img {
  width: auto!important;
  height: 100%;
  max-height: 150rem;
}

.checkout-case-full-img {
  width: 100%;
  margin-bottom: 32rem;
}
.case-full-img-wrapper {
background: #f2f4f6;
border-radius: 16rem;
padding: 30rem 16rem;
width: 100%;
height: auto;
display: flex;
align-items: center;
justify-content: center;
}.case-full-img-wrapper img {
  width: 100%!important;
  border-radius: 0;
}
.btn {
  width: 100%;
  height: 62rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #000000;
  cursor: pointer;
  border-radius: 100rem;
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 600;
  font-size: 16rem;
  text-align: center;
  color: #fff;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.btn:hover {
  background: rgba(0, 0, 0, 0.85);
}

.btn svg {
  width: 21rem;
  height: 20rem;
  margin-left: 12.5rem;
}

.btn--green {
  background: #5bf0a5;
  color: #000;
  font-weight: 700;
}

.btn--green:hover {
  background: rgba(91, 240, 165, 0.85);
}

.btn--white {
  border: 1rem solid #f2f4f6;
  color: #000;
  background: #fff;
}

.btn--white:hover {
  background: rgba(255, 255, 255, 0.85);
}

.btn--apple {
  background: #fff;
}

.btn--apple:hover {
  background: rgba(255, 255, 255, 0.85);
}

.btn--apple svg {
  width: 109rem;
  height: 29rem;
  margin-left: 0;
}

.btn--google {
  display: none;
}

.btn--google:hover {
  background: rgba(255, 255, 255, 0.85);
}

.btn-form {
  width: 100%;
  height: 62rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #000000;
  cursor: pointer;
  border-radius: 100rem;
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 600;
  font-size: 16rem;
  text-align: center;
  color: #fff;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  outline: none;
  border: none;
}

.btn-form:hover {
  background: rgba(0, 0, 0, 0.85);
}

.btn-form svg {
  width: 21rem;
  height: 20rem;
  margin-left: 12.5rem;
}

.loader {
  background: none repeat scroll 0 0 #000;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.spin-loader {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

/* iOS Loader */
.ios-loader .bar {
  width: 10%;
  height: 26%;
  background: #fff;
  position: absolute;
  left: 44.5%;
  top: 37%;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-animation: fade 1s linear infinite;
  animation: fade 1s linear infinite;
}

@-webkit-keyframes fade {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fade {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.ios-loader .bar1 {
  -webkit-transform: rotate(-315deg) translate(0px, -142%);
  -ms-transform: rotate(-315deg) translate(0px, -142%);
  transform: rotate(-315deg) translate(0px, -142%);
  -webkit-animation-delay: -0.875s;
  animation-delay: -0.875s;
}

.ios-loader .bar2 {
  -webkit-transform: rotate(-270deg) translate(0px, -142%);
  -ms-transform: rotate(-270deg) translate(0px, -142%);
  transform: rotate(-270deg) translate(0px, -142%);
  -webkit-animation-delay: -0.75s;
  animation-delay: -0.75s;
}

.ios-loader .bar3 {
  -webkit-transform: rotate(-225deg) translate(0px, -142%);
  -ms-transform: rotate(-225deg) translate(0px, -142%);
  transform: rotate(-225deg) translate(0px, -142%);
  -webkit-animation-delay: -0.625s;
  animation-delay: -0.625s;
}

.ios-loader .bar4 {
  -webkit-transform: rotate(-180deg) translate(0px, -142%);
  -ms-transform: rotate(-180deg) translate(0px, -142%);
  transform: rotate(-180deg) translate(0px, -142%);
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.ios-loader .bar5 {
  -webkit-transform: rotate(-135deg) translate(0px, -142%);
  -ms-transform: rotate(-135deg) translate(0px, -142%);
  transform: rotate(-135deg) translate(0px, -142%);
  -webkit-animation-delay: -0.375s;
  animation-delay: -0.375s;
}

.ios-loader .bar6 {
  -webkit-transform: rotate(-90deg) translate(0px, -142%);
  -ms-transform: rotate(-90deg) translate(0px, -142%);
  transform: rotate(-90deg) translate(0px, -142%);
  -webkit-animation-delay: -0.25s;
  animation-delay: -0.25s;
}

.ios-loader .bar7 {
  -webkit-transform: rotate(-45deg) translate(0px, -142%);
  -ms-transform: rotate(-45deg) translate(0px, -142%);
  transform: rotate(-45deg) translate(0px, -142%);
  -webkit-animation-delay: -0.125s;
  animation-delay: -0.125s;
}

.ios-loader .bar8 {
  -webkit-transform: rotate(0deg) translate(0px, -142%);
  -ms-transform: rotate(0deg) translate(0px, -142%);
  transform: rotate(0deg) translate(0px, -142%);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.loading-img {
  background: #f0f0f0;
  overflow: hidden !important;
  width: 100%;
  height: 100%;
  position: relative;
}

.loading-img img {
  opacity: 0;
}

.loading-img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(77%, rgba(255, 255, 255, 0.7)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.7) 77%, transparent);
  -webkit-animation: loading 0.8s infinite;
  animation: loading 0.8s infinite;
}

.checkout .loading-img {
  background: transparent;
  overflow: hidden !important;
  width: 100%;
  height: 100%;
}

.checkout .loading-img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(77%, rgba(255, 255, 255, 0.2)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2) 77%, transparent);
  -webkit-animation: loading 0.8s infinite;
  animation: loading 0.8s infinite;
}

@-webkit-keyframes loading {
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes loading {
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.reviews {
  background: #fff;
  padding-top: 120rem;
  padding-bottom: 60rem;
}

.reviews h1 {
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 700;
  font-size: 32rem;
  line-height: 110%;
  color: #000;
  margin-bottom: 16rem;
}

.reviews__text {
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 400;
  font-size: 16rem;
  line-height: 140%;
  color: #000;
  margin-bottom: 40rem;
}

.reviews-avg {
  margin-bottom: 60rem;
}

.reviews-avg-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 16rem;
}

.reviews-avg-top strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 600;
  font-size: 26rem;
  line-height: 130%;
  text-align: right;
  color: #000;
}

.reviews-avg-top svg {
  width: 20rem;
  height: 19rem;
  margin-right: 8rem;
}

.reviews-avg-top span {
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 400;
  font-size: 14rem;
  line-height: 140%;
  color: #000;
}

.reviews-avg-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8rem;
}

.reviews-avg-line:last-child {
  margin-bottom: 0;
}

.reviews-avg-line strong {
  width: 12rem;
  min-width: 12rem;
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 600;
  font-size: 12rem;
  line-height: 130%;
  color: #000;
  margin-right: 5rem;
}

.reviews-avg-line span {
  width: 100%;
  height: 6rem;
  background: #F2F4F6;
  border-radius: 100rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reviews-avg-line span i {
  height: 6rem;
  background: #000;
  border-radius: 100rem;
  display: block;
}

.reviews-avg__btn.active {
  position: fixed;
  width: calc(100% - 60rem);
  left: 30rem;
  bottom: 16rem;
}

.reviews-wrapper {
  margin-bottom: 32rem;
}

.reviews-more span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.reviews-more .spinner {
  display: none;
}

.reviews-more.loading {
  pointer-events: none;
}

.reviews-more.loading span {
  display: none;
}

.reviews-more.loading .spinner {
  display: block;
}

.reviews-item {
  padding-bottom: 24rem;
  border-bottom: 1px solid #f2f4f6;
  margin-bottom: 24rem;
}

.reviews-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.reviews-item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10rem;
}

.reviews-item-top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 500;
  font-size: 12rem;
  line-height: 90%;
  color: #8f969c;
}

.reviews-item-top-right svg {
  width: 24rem;
  height: 24rem;
}

.reviews-item-stars {
  width: 74rem;
  height: 14rem;
  background-size: 100%;
  margin-right: 10rem;
}

.reviews-item-stars--1 {
  background-image: url(../images/common/stars-1.svg);
}

.reviews-item-stars--2 {
  background-image: url(../images/common/stars-2.svg);
}

.reviews-item-stars--3 {
  background-image: url(../images/common/stars-3.svg);
}

.reviews-item-stars--4 {
  background-image: url(../images/common/stars-4.svg);
}

.reviews-item-stars--5 {
  background-image: url(../images/common/stars-5.svg);
}

.reviews-item h4 {
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 600;
  font-size: 16rem;
  line-height: 140%;
  color: #000;
  margin-bottom: 8rem;
}

.reviews-item p {
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 400;
  font-size: 14rem;
  line-height: 140%;
  color: #000;
  margin-bottom: 16rem;
}

.reviews-item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.reviews-item-bottom strong {
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 600;
  font-size: 14rem;
  line-height: 140%;
  color: #000;
  margin-right: 12rem;
}

.reviews-item-bottom svg {
  width: 18rem;
  height: 18rem;
  margin-right: 6rem;
}

.reviews-item-bottom span {
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 500;
  font-size: 12rem;
  line-height: 130%;
  color: #8f969c;
}

.reviews-form {
  margin-top: 60rem;
}

.reviews-form__title {
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 700;
  font-size: 26rem;
  line-height: 120%;
  color: #000;
  margin-bottom: 12rem;
}

.reviews-form p {
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 500;
  font-size: 14rem;
  line-height: 140%;
  color: #8f969c;
  margin-bottom: 32rem;
}

.reviews-form .input {
  margin-bottom: 12rem;
}

.reviews-form input {
  width: 100%;
  border: 1px solid #f2f4f6;
  border-radius: 11rem;
  height: 49rem;
  padding: 0 16rem;
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 400;
  font-size: 14rem;
  line-height: 120%;
  color: #000;
}

.reviews-form input::-webkit-input-placeholder {
  color: #8f969c;
}

.reviews-form input::-moz-placeholder {
  color: #8f969c;
}

.reviews-form input:-ms-input-placeholder {
  color: #8f969c;
}

.reviews-form input::-ms-input-placeholder {
  color: #8f969c;
}

.reviews-form input::placeholder {
  color: #8f969c;
}

.reviews-form input.error {
  border: 1px solid #ef2c4f;
  color: #ef2c4f;
}

.reviews-form input.error::-webkit-input-placeholder {
  color: #ef2c4f;
}

.reviews-form input.error::-moz-placeholder {
  color: #ef2c4f;
}

.reviews-form input.error:-ms-input-placeholder {
  color: #ef2c4f;
}

.reviews-form input.error::-ms-input-placeholder {
  color: #ef2c4f;
}

.reviews-form input.error::placeholder {
  color: #ef2c4f;
}

.reviews-form textarea {
  width: 100%;
  border: 1px solid #f2f4f6;
  border-radius: 11rem;
  height: 98rem;
  padding: 16rem;
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 400;
  font-size: 14rem;
  line-height: 120%;
  color: #000;
}

.reviews-form textarea::-webkit-input-placeholder {
  color: #8f969c;
}

.reviews-form textarea::-moz-placeholder {
  color: #8f969c;
}

.reviews-form textarea:-ms-input-placeholder {
  color: #8f969c;
}

.reviews-form textarea::-ms-input-placeholder {
  color: #8f969c;
}

.reviews-form textarea::placeholder {
  color: #8f969c;
}

.reviews-form textarea.error {
  border: 1px solid #ef2c4f;
  color: #ef2c4f;
}

.reviews-form textarea.error::-webkit-input-placeholder {
  color: #ef2c4f;
}

.reviews-form textarea.error::-moz-placeholder {
  color: #ef2c4f;
}

.reviews-form textarea.error:-ms-input-placeholder {
  color: #ef2c4f;
}

.reviews-form textarea.error::-ms-input-placeholder {
  color: #ef2c4f;
}

.reviews-form textarea.error::placeholder {
  color: #ef2c4f;
}

.reviews-form-stars {
  margin-top: 24rem;
  margin-bottom: 32rem;
}

.reviews-form-stars span {
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 600;
  font-size: 14rem;
  line-height: 140%;
  color: #000;
  display: block;
  margin-bottom: 12rem;
}

.reviews-form-stars-wrapper {
  width: 192rem;
  height: 36rem;
}

.reviews .btn--white:hover {
  background: #F2F4F6;
}

.reviews .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  position: relative;
}

.reviews .rating>input {
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  position: absolute;
}

.reviews .rating>label {
  cursor: pointer;
  width: 36rem;
  min-width: 36rem;
  height: 36rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 3rem;
  display: block;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.reviews .rating>label svg {
  width: 100%;
  height: 100%;
}

.reviews .rating>label path {
  fill: #DCDFE2;
}

.reviews .rating>input.error~label path,
.reviews .rating>input.error~label~label path {
  fill: #FEF4F6;
}

.reviews .rating>input:checked~label path,
.reviews .rating>input:checked~label~label path {
  fill: #FF8319;
}

.reviews .rating>input:not(:checked)~label:hover path,
.reviews .rating>input:not(:checked)~label:hover~label path {
  fill: #FF8319;
}

.select2-selection--single .select2-selection__rendered {
  padding-left: 0 !important;
}

.select2-selection--single .select2-selection__rendered span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.select2-selection--single i.IOS {
  width: 18rem;
  height: 18rem;
  margin-right: 6rem;
  display: block;
  background: url(../images/common/ios-dark.svg);
  background-size: cover;
}

.select2-selection--single i.Android {
  width: 18rem;
  height: 18rem;
  margin-right: 6rem;
  display: block;
  background: url(../images/common/android-dark.svg);
  background-size: cover;
}

.select2-selection--single i.Web {
  width: 18rem;
  height: 18rem;
  margin-right: 6rem;
  display: block;
  background: url(../images/common/web-dark.svg);
  background-size: cover;
}

.select2-results__option {
  height: 50rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 16rem;
}

.select2-results__option span {
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 400;
  font-size: 14rem;
  color: #8f969c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.select2-results__option span i {
  width: 18rem;
  height: 18rem;
  margin-right: 6rem;
  display: block;
}

.select2-results__option span i.IOS {
  background: url(../images/common/ios.svg);
  background-size: cover;
}

.select2-results__option span i.Android {
  background: url(../images/common/android.svg);
  background-size: cover;
}

.select2-results__option span i.Web {
  background: url(../images/common/web.svg);
  background-size: cover;
}

.select2-results__option:hover,
.select2-results__option.select2-results__option--highlighted[aria-selected] {
  background: #f2f4f6 !important;
}

.select2-results__option:hover span,
.select2-results__option.select2-results__option--highlighted[aria-selected] span {
  color: #000;
}

.select2-results__option:hover span i.IOS,
.select2-results__option.select2-results__option--highlighted[aria-selected] span i.IOS {
  background: url(../images/common/ios-dark.svg);
  background-size: cover;
}

.select2-results__option:hover span i.Android,
.select2-results__option.select2-results__option--highlighted[aria-selected] span i.Android {
  background: url(../images/common/android-dark.svg);
  background-size: cover;
}

.select2-results__option:hover span i.Web,
.select2-results__option.select2-results__option--highlighted[aria-selected] span i.Web {
  background: url(../images/common/web-dark.svg);
  background-size: cover;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background: #f2f4f6 !important;
}

.select2-container--default .select2-results__option[aria-selected=true] span {
  color: #000;
}

.select2-container--default .select2-results__option[aria-selected=true] span i.IOS {
  background: url(../images/common/ios-dark.svg);
  background-size: cover;
}

.select2-container--default .select2-results__option[aria-selected=true] span i.Android {
  background: url(../images/common/android-dark.svg);
  background-size: cover;
}

.select2-container--default .select2-results__option[aria-selected=true] span i.Web {
  background: url(../images/common/web-dark.svg);
  background-size: cover;
}

.select2-container--default .select2-selection--single {
  height: 49rem;
  border: 1px solid #f2f4f6;
  border-radius: 11rem;
  padding: 0 16rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 400;
  font-size: 14rem;
  line-height: 120%;
  color: #8f969c;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 400;
  font-size: 14rem;
  line-height: 120%;
  color: #000;
}

.select2-icon.error~.select2-container--default .select2-selection--single {
  border: 1px solid #ef2c4f;
}

.select2-icon.error~.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #ef2c4f;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 16rem;
  right: 16rem;
  width: 16rem;
  height: 17rem;
  background: url(../images/common/arrow.svg);
  background-size: cover;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border: 1px solid #000;
  border-radius: 11rem;
}

.select2-dropdown {
  -webkit-box-shadow: 0 4px 22px -4px rgba(0, 0, 0, 0.12);
  box-shadow: 0 4px 22px -4px rgba(0, 0, 0, 0.12);
  background: #fff;
  border-radius: 11rem !important;
  overflow: hidden;
  border: none;
  margin-top: 6rem;
}

@media (min-width: 992px) {
  .reviews {
    padding-top: 180rem;
    padding-bottom: 118rem;
  }

  .reviews h1 {
    font-size: 72rem;
    margin-bottom: 16rem;
    text-align: center;
  }

  .reviews__text {
    font-size: 20rem;
    margin-bottom: 40rem;
    text-align: center;
  }

  .reviews-avg {
    max-width: 400rem;
    margin: 0 auto 80rem;
  }

  .reviews-avg-top {
    margin-bottom: 16rem;
  }

  .reviews-avg-top strong {
    font-size: 26rem;
  }

  .reviews-avg-top svg {
    width: 20rem;
    height: 19rem;
    margin-right: 8rem;
  }

  .reviews-avg-top span {
    font-size: 14rem;
  }

  .reviews-avg-line {
    margin-bottom: 8rem;
  }

  .reviews-avg-line:last-child {
    margin-bottom: 0;
  }

  .reviews-avg-line strong {
    width: 12rem;
    min-width: 12rem;
    font-size: 12rem;
    margin-right: 5rem;
  }

  .reviews-avg-line span {
    height: 6rem;
  }

  .reviews-avg-line span i {
    height: 6rem;
  }

  .reviews-avg__btn {
    margin: 40rem auto 0;
  }

  .reviews-avg__btn.active {
    position: static;
    width: calc(100% - 60rem);
  }

  .reviews-wrapper {
    max-width: 700rem;
    margin: 0 auto 32rem;
  }

  .reviews .btn--white {
    margin: 0 auto;
    width: 315rem;
  }

  .reviews-item-top {
    margin-bottom: 14rem;
  }

  .reviews-item-top-left {
    font-size: 14rem;
  }

  .reviews-item-top-right svg {
    width: 24rem;
    height: 24rem;
  }

  .reviews-item-stars {
    width: 84rem;
    height: 16rem;
    margin-right: 10rem;
  }

  .reviews-item h4 {
    font-size: 20rem;
    margin-bottom: 8rem;
  }

  .reviews-item p {
    font-size: 16rem;
    margin-bottom: 16rem;
  }

  .reviews-item-bottom strong {
    font-size: 14rem;
    margin-right: 12rem;
  }

  .reviews-item-bottom svg {
    width: 18rem;
    height: 18rem;
    margin-right: 6rem;
  }

  .reviews-item-bottom span {
    font-size: 12rem;
  }

  .reviews-form {
    margin-top: 80rem;
  }

  .reviews-form__title {
    font-size: 54rem;
    margin-bottom: 16rem;
    text-align: center;
  }

  .reviews-form p {
    font-size: 18rem;
    margin-bottom: 40rem;
    text-align: center;
  }

  .reviews-form p br {
    display: none;
  }

  .reviews-form .input {
    max-width: 400rem;
    margin: 0 auto 12rem;
  }

  .reviews-form-stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .reviews-form-stars span {
    margin-bottom: 0rem;
    margin-right: 12rem;
  }

  .reviews-form-stars-wrapper {
    width: 192rem;
    height: 36rem;
  }

  .reviews-form .btn-form {
    width: 315rem;
    margin: 0 auto;
  }
}

.spinner>div {
  width: 10rem;
  height: 10rem;
  background-color: #000;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  margin: 0 3rem;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.price {
  padding-top: 120rem;
  background: #fff;
  padding-bottom: 60rem;
  border-radius: 0 0 28rem 28rem;
  margin-bottom: 6rem;
}

.price h2 {
  margin-bottom: 16rem;
}

.price p {
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 400;
  font-size: 16rem;
  line-height: 140%;
  color: #000;
  margin-bottom: 32rem;
}

.price .plan-wrapper {
  margin-bottom: 0;
}

.compare {
  padding-top: 60rem;
  padding-bottom: 60rem;
  background: #fff;
  border-radius: 28rem;
  margin-bottom: 6rem;
}

.compare h2 {
  margin-bottom: 32rem;
}

.compare-wrapper.active {
  padding-top: 50rem;
}

.compare-wrapper.active .compare-top {
  position: fixed;
  top: 8rem;
  width: 359rem;
  padding: 0rem 22rem;
  height: 52rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
  -webkit-box-shadow: 0 4rem 24rem -4rem rgba(16, 40, 28, 0.22);
  box-shadow: 0 4rem 24rem -4rem rgba(16, 40, 28, 0.22);
  border-radius: 100rem;
}

.compare-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 4rem 16rem;
  border-bottom: 1px solid #f2f4f6;
  margin-bottom: 12rem;
}

.compare-top span {
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 700;
  font-size: 14rem;
  color: #000;
}

.compare-top span:nth-child(1) {
  display: none;
}

.compare-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 10rem;
  border-bottom: 1px solid #f2f4f6;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 12rem;
}

.compare-line:last-child {
  margin-bottom: 0;
}

.compare-line span {
  width: 50rem;
  text-align: center;
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 500;
  font-size: 14rem;
  line-height: 130%;
  color: #000;
}

.compare-line span:nth-child(1) {
  width: 100%;
  margin-bottom: 10rem;
  text-align: left;
}

.compare-line span svg {
  width: 16rem;
  height: 16rem;
}

.faq--price .faq-wrapper {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .price {
    padding-top: 180rem;
    padding-bottom: 100rem;
  }

  .price h2 {
    margin-bottom: 16rem;
    font-size: 72rem;
  }

  .price p {
    font-family: "Italian Plate No2 Expanded", sans-serif;
    font-size: 20rem;
    margin-bottom: 40rem;
    text-align: center;
  }

  .price .plan-wrapper {
    margin-bottom: 0;
  }

  .compare {
    padding-top: 100rem;
    padding-bottom: 100rem;
  }

  .compare h2 {
    margin-bottom: 50rem;
  }

  .compare-wrapper {
    max-width: 700rem;
    margin: 0 auto;
  }

  .compare-wrapper.active {
    padding-top: 48rem;
  }

  .compare-wrapper.active .compare-top {
    width: 744rem;
    top: 10rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .compare-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    border-bottom: none;
    margin-bottom: 24rem;
  }

  .compare-top span {
    width: 100rem;
    font-size: 16rem;
    text-align: center;
  }

  .compare-top span:nth-child(1) {
    display: block;
    width: 315rem;
    text-align: left;
  }

  .compare-line {
    padding-bottom: 0rem;
    border-bottom: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 24rem;
  }

  .compare-line:last-child {
    margin-bottom: 0;
  }

  .compare-line span {
    width: 100rem;
    text-align: center;
    font-size: 16rem;
  }

  .compare-line span:nth-child(1) {
    width: 315rem;
    margin-bottom: 0rem;
    text-align: left;
  }

  .compare-line span svg {
    width: 18rem;
    height: 18rem;
  }

  .faq--price .faq-wrapper {
    margin-bottom: 0;
  }
}

.login {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.login-img {
  position: absolute;
  top: -44rem;
  left: 0;
  width: 100%;
  display: block;
}

.login-img--pc {
  display: none;
}

.login-wrapper {
  bottom: 16rem;
  position: absolute;
  left: 16rem;
  right: 16rem;
  background: #fff;
  padding: 32rem 20rem;
  border-radius: 30rem;
}

.login-close {
  position: absolute;
  top: 32rem;
  right: 20rem;
}

.login-close svg {
  width: 24rem;
  height: 24rem;
}

.login__title {
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 700;
  font-size: 32rem;
  line-height: 120%;
  color: #000;
  margin-bottom: 12rem;
}

.login p {
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 400;
  font-size: 14rem;
  line-height: 140%;
  color: #000;
  margin-bottom: 24rem;
}

.login .input {
  position: relative;
  margin-bottom: 10rem;
}

.login .input input {
  border: 1px solid #f2f4f6;
  border-radius: 11rem;
  padding: 0 16rem 0 46rem;
  width: 100%;
  height: 49rem;
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 400;
  font-size: 14rem;
  line-height: 120%;
  color: #000;
}

.login .input input::-webkit-input-placeholder {
  color: #8f969c;
}

.login .input input::-moz-placeholder {
  color: #8f969c;
}

.login .input input:-ms-input-placeholder {
  color: #8f969c;
}

.login .input input::-ms-input-placeholder {
  color: #8f969c;
}

.login .input input::placeholder {
  color: #8f969c;
}

.login .input input.error {
  border: 1px solid #ef2c4f;
  color: #ef2c4f;
}

.login .input input.error::-webkit-input-placeholder {
  color: #ef2c4f;
}

.login .input input.error::-moz-placeholder {
  color: #ef2c4f;
}

.login .input input.error:-ms-input-placeholder {
  color: #ef2c4f;
}

.login .input input.error::-ms-input-placeholder {
  color: #ef2c4f;
}

.login .input input.error::placeholder {
  color: #ef2c4f;
}

.login .input input.error~svg path {
  fill: #ef2c4f;
}

.login .input svg {
  width: 20rem;
  height: 20rem;
  position: absolute;
  top: 14rem;
  left: 16rem;
  pointer-events: none;
}

.login .input-forget {
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 500;
  font-size: 12rem;
  line-height: 130%;
  color: #2555ff;
}

.login .btn-form {
  margin-top: 32rem;
}

.login__bottom {
  margin-top: 24rem;
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 600;
  font-size: 14rem;
  line-height: 130%;
  text-align: center;
  color: #000;
}

.login__bottom a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: #2555ff;
}

.login .form__field-container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 8rem;
}

.login .form__field-container input {
  border: 1px solid #f2f4f6;
  border-radius: 11rem;
  height: 49rem;
  width: 100%;
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 400;
  font-size: 14rem;
  line-height: 120%;
  color: #000;
  text-align: center;
}

.login .form__field-container input::-webkit-input-placeholder {
  color: #8f969c;
}

.login .form__field-container input::-moz-placeholder {
  color: #8f969c;
}

.login .form__field-container input:-ms-input-placeholder {
  color: #8f969c;
}

.login .form__field-container input::-ms-input-placeholder {
  color: #8f969c;
}

.login .form__field-container input::placeholder {
  color: #8f969c;
}

@media (min-width: 992px) {
  .login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .login-img {
    position: relative;
    width: 50%;
    display: none;
    top: 0;
    left: 0;
  }

  .login-img--pc {
    display: block;
  }

  .login-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .login-wrapper {
    width: 50%;
    position: static;
    padding: 24rem 40rem;
    border-radius: 0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .login-close {
    position: absolute;
    display: none;
  }

  .login-back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .login-back svg {
    width: 24rem;
    height: 24rem;
    margin-right: 12rem;
    font-family: "Italian Plate No2 Expanded", sans-serif;
    font-weight: 600;
    font-size: 16rem;
    line-height: 110%;
    color: #000;
  }

  .login-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 340rem;
    margin: 0 auto;
  }

  .login__title {
    font-size: 54rem;
    margin-bottom: 10rem;
  }

  .login p {
    font-size: 16rem;
    margin-bottom: 32rem;
  }

  .login .input {
    position: relative;
    margin-bottom: 10rem;
  }

  .login .btn-form {
    margin-top: 32rem;
  }

  .login-terms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .login-terms li {
    margin-right: 33rem;
  }

  .login-terms li:last-child {
    margin-right: 0;
  }

  .login-terms a {
    font-family: "Italian Plate No2 Expanded", sans-serif;
    font-weight: 500;
    font-size: 14rem;
    line-height: 100%;
    color: #8f969c;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 1200rem;
    margin: 0 auto;
    padding: 0;
  }

  .blog {
    padding-top: 140rem;
    padding-bottom: 90rem;
  }

  .blog-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 80rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .blog-top h1 {
    width: 100%;
    font-size: 54rem;
    margin-bottom: 24rem;
  }

  .blog-top-search {
    width: 280rem;
    margin-bottom: 0rem;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .blog-top-search button {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    top: 15rem;
  }

  .blog-top-sort {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 180rem;
    margin-bottom: 0rem;
    position: relative;
    margin-left: auto;
    margin-right: 8rem;
  }

  .blog-top-sort svg {
    position: absolute;
    right: 16rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 12rem;
    height: 12rem;
  }

  .blog-top-sort .custom-select {
    position: relative;
    width: 180rem;
  }

  .blog-top-sort .custom-select svg {
    position: absolute;
    right: 16rem;
  }

  .blog-top-sort .custom-select svg svg {
    width: 12rem;
    height: 12rem;
  }

  .blog-top-sort .select-selected {
    border: 1px solid #f2f4f6;
    border-radius: 12rem;
    padding: 0 16rem;
    width: 180rem;
    height: 48rem;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 12rem;
    color: #000;
    cursor: pointer;
  }

  .blog-top-sort .select-items {
    display: none;
    position: absolute;
    top: calc(100% + 4rem);
    -webkit-box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    border: 1px solid #f2f4f6;
    border-radius: 16rem;
    padding: 24rem 16rem;
    width: 226rem;
    z-index: 10;
  }

  .blog-top-list {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    max-width: 770rem;
    margin-left: 0rem;
    overflow-x: visible;
    padding: 0;
  }

  .blog-top-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 6rem;
  }

  .blog-top-list ul li {
    margin-right: 0rem;
  }

  .blog-top-list ul li a {
    border: 1px solid #f2f4f6;
    border-radius: 100rem;
    padding: 0rem 24rem;
    height: 48rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    font-weight: 600;
    font-size: 14rem;
    line-height: 140%;
    color: #000;
  }

  .blog-top-list__show {
    border-radius: 12px;
    width: 48rem;
    height: 48rem;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14rem;
    line-height: 140%;
    color: #000;
    cursor: pointer;
  }

  .blog-top-list__show.active {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .blog-top-list__show svg {
    width: 20rem;
    height: 20rem;
  }

  .blog-top-list__close {
    border: 1px solid #f2f4f6;
    border-radius: 12px;
    width: 48rem;
    height: 48rem;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14rem;
    line-height: 140%;
    color: #000;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background: #f2f4f6;
    cursor: pointer;
  }

  .blog-top-list__close.active {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .blog-top-list__close svg {
    width: 20rem;
    height: 20rem;
  }

  .blog-category {
    margin-bottom: 40rem;
  }

  .blog-category:last-child {
    margin-bottom: 0;
  }

  .blog-category-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .blog-category-action__btn {
    position: static;
    right: 0;
    top: 0;
    background: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 150rem;
    height: 48rem;
    border-radius: 100rem;
    margin-left: 16rem;
  }

  .blog-category-action__btn span {
    display: block;
    font-weight: 600;
    font-size: 16rem;
    line-height: 80%;
    color: #fff;
    margin-right: 10rem;
  }

  .blog-category-action__btn svg {
    width: 20rem;
    height: 20rem;
  }

  .blog-category-action-list {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: auto;
    margin-left: 0;
    overflow-x: visible;
    padding: 0;
    margin-top: 0rem;
  }

  .blog-category-action-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .blog-category-action-list ul li {
    margin-right: 0rem;
    margin-left: 8rem;
  }

  .blog-category-action-list ul li a {
    border: 1px solid #f2f4f6;
    border-radius: 100rem;
    padding: 0rem 20rem;
    height: 48rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    font-weight: 600;
    font-size: 14rem;
    color: #000;
  }

  .blog-category-top {
    margin-bottom: 32rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .blog-category-top h2 {
    font-size: 36rem;
  }

  .blog-category__btn {
    border: 1px solid #f2f4f6;
    border-radius: 100rem;
    margin: 32rem auto 0;
    width: 308rem;
    height: 62rem;
  }

  .blog-category>.article-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 32rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .blog-category>.article-item .article-item__img {
    width: 600rem;
    aspect-ratio: 600/400;
  }

  .blog-category>.article-item .article-item__img img {
    border-radius: 16rem 0 0 16rem;
  }

  .blog-category>.article-item .article-item-content {
    border-radius: 0 16rem 16rem 0;
    padding: 32rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .blog-category>.article-item .article-item-content ul {
    margin-bottom: 24rem;
  }

  .blog-category>.article-item .article-item-content h4 {
    font-size: 36rem;
    margin-bottom: 16rem;
    flex: none;
  }

  .blog-category>.article-item .article-item-content p {
    display: block;
    font-weight: 500;
    font-size: 20rem;
    line-height: 120%;
    color: #000;
    margin-bottom: 24rem;
    flex: 1;
  }

  .blog-category>.article-item .article-item-content-bottom {
    font-size: 16rem;
  }

  .blog-category-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 34rem;
  }

  .article-item {
    margin-bottom: 0rem;
  }

  .article-item:hover .article-item-content {
    border: 1px solid #cad4dd;
  }

  .article-item:last-child {
    margin-bottom: 0;
  }

  .article-item__img {
    aspect-ratio: 303/216;
  }

  .article-item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16rem 16rem 0 0;
  }

  .article-item-content {
    border: 1px solid #f2f4f6;
    border-radius: 0 0 16rem 16rem;
    padding: 24rem 20rem;
  }

  .article-item-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16rem;
  }

  .article-item-content ul li {
    background: rgba(242, 244, 246, 0.5);
    border-radius: 100rem;
    padding: 0px 10rem;
    height: 28rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 14rem;
    line-height: 140%;
    color: #404040;
    margin-right: 6rem;
  }

  .article-item-content h4 {
    font-weight: 700;
    font-size: 22rem;
    line-height: 120%;
    color: #000;
    margin-bottom: 16rem;
  }

  .article-item-content p {
    display: none;
  }

  .article-item-content-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 14rem;
    line-height: 120%;
    color: #404040;
  }

  .article-item-content-bottom span {
    width: 1rem;
    height: 14rem;
    background: #404040;
    margin: 0 12rem;
  }

  .breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40rem;
  }

  .breadcrumb li {
    margin-right: 8rem;
  }

  .breadcrumb li a {
    font-weight: 500;
    font-size: 14rem;
    line-height: 140%;
    color: #000;
  }

  .breadcrumb li span {
    font-weight: 500;
    font-size: 14rem;
    line-height: 140%;
    color: #000;
  }

  .breadcrumb li.active {
    font-weight: 500;
    font-size: 14rem;
    line-height: 140%;
    color: #cad4dd;
  }

  .category {
    padding-top: 140rem;
    padding-bottom: 90rem;
  }

  .category .blog-top {
    margin-bottom: 32rem;
  }

  .category .blog-top-list {
    width: 600rem;
  }

  .category-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 32rem;
    grid-column-gap: 20rem;
  }

  .category-wrapper .article-item-content h4 {
    font-size: 24rem;
  }

  .single .breadcrumb li a {
    color: #fff;
  }
.single__case-study .single__case-study .single-body .container{
  padding-bottom: 70rem;
}
  .single .breadcrumb li span {
    color: #fff;
  }

  .single .breadcrumb li.active {
    color: #8f969c;
  }

  .single-top {
    padding-top: 108rem;
    padding-bottom: 80rem;
  }

  .single-top__badge {
    margin: 0 auto 36rem;
  }

  .single-top h1 {
    font-size: 52rem;
    width: 650rem;
    margin: 0 auto 24rem;
  }

  .single-top p {
    width: 640rem;
    margin: 0 auto 24rem;
    font-size: 20rem;
  }

  .single-top__time {
    font-size: 14rem;
  }

  .single #scrollTopBtn {
    display: none !important;
  }
  .single__case-study .single-body .container{
    padding-bottom: 140rem;
  }
  .single-top__case-study p{
  margin-bottom: 8rem;
}
.single-top__case-study h1 {
  margin-bottom: 79rem;
}

.single-top__stat {
  display: flex;
  justify-content: space-between;
  max-width: 640rem;
  margin: 0 auto;
}
.single-top__stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 197rem;
}
.single-top__stat-item  strong {
 font-size: 32rem;
  margin-bottom: 0rem;
}
.single-top__stat-item span {
  font-size: 16rem;
}

  .single-body {
    margin-top: -20rem;
    padding-top: 90rem;
    background: #fff;
  }
.single-body.single-body__case-study .container{
justify-content: center;
}
  .single-body .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .single-body-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 229rem;
    position: sticky;
    top: 96rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .single-body-nav-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .single-body-nav-social a {
    border: 1px solid #f2f4f6;
    border-radius: 16rem;
    width: 32rem;
    height: 32rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 8rem;
  }

  .single-body-nav-social a svg {
    width: 16rem;
    height: 16rem;
  }

  .single-body-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 229rem;
    position: sticky;
    top: 96rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .single-body-form-top {
    background: #000;
    border-radius: 20rem;
    padding: 20rem 20rem 10rem;
  }

  .single-body-form-top__title {
    font-weight: 700;
    font-size: 20rem;
    line-height: 110%;
    text-align: center;
    color: #fff;
    margin-bottom: 13rem;
  }

  .single-body-form-top__title br {
    display: block;
  }

  .single-body-form-top .btn {
    height: 48rem;
    font-size: 16rem;
  }

  .single-body-form-top img {
    width: calc(100% + 10rem);
    min-width: calc(100% + 10rem);
    margin: 0 -5rem;
  }

  .single-body-form__title {
    font-weight: 700;
    font-size: 20rem;
    line-height: 110%;
    text-align: center;
    color: #000;
    margin-bottom: 16rem;
  }

  .single-body-form__input {
    position: relative;
    border: 4rem solid rgba(242, 244, 246, 0.4);
    margin-bottom: 16rem;
    border-radius: 13rem;
  }

  .single-body-form__input input {
    width: 100%;
    height: 48rem;
    border: 1px solid #f2f4f6;
    border-radius: 11rem;
    padding: 0rem 16rem 0 46rem;
    height: 49rem;
    font-weight: 400;
    font-size: 14rem;
    line-height: 140%;
    color: #000;
  }

  .single-body-form__input input::-webkit-input-placeholder {
    color: #8f969c;
  }

  .single-body-form__input input::-moz-placeholder {
    color: #8f969c;
  }

  .single-body-form__input input:-ms-input-placeholder {
    color: #8f969c;
  }

  .single-body-form__input input::-ms-input-placeholder {
    color: #8f969c;
  }

  .single-body-form__input input::placeholder {
    color: #8f969c;
  }

  .single-body-form__input svg {
    pointer-events: none;
    left: 16rem;
    top: 14rem;
    position: absolute;
    width: 20rem;
    height: 21rem;
  }

  .single-body-form form {
    padding: 40rem 20rem 20rem;
  }

  .single-body-form form .btn {
    height: 48rem;
    font-size: 16rem;
  }

  .single-body .single-body-nav {
    -webkit-box-shadow: none;
    box-shadow: none;
    bottom: auto;
  }

  .single-body .single-body-nav ul {
    list-style: none;
    padding: 0;
    height: auto;
  }

  .single-body .single-body-nav ul li {
    position: relative;
    margin-bottom: 18rem;
    display: block;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .single-body .single-body-nav ul li.active a {
    color: #000;
    opacity: 1;
    font-weight: 600;
  }

  .single-body .single-body-nav ul li a {
    font-weight: 400;
    font-size: 16rem;
    line-height: 130%;
    color: #000;
    opacity: 0.5;
    display: block;
  }

  .single-body .progress-item {
    position: static;
    width: 0%;
    height: 6rem;
    background: #000;
    border-radius: 100rem;
    margin-top: 12rem;
    display: none;
  }
.single-body .single-body-nav ul li.active .progress-item {
  display: block;
}
  .single-body .progress-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 6rem;
    background: #f2f4f6;
    bottom: 0;
    left: 0;
    border-radius: 100rem;
    z-index: -1;
  }

  .single-body-content {
    width: 640rem;
  }

  .single-body-content p {
    font-size: 18rem;
    margin-bottom: 18rem;
  }

  .single-body-content .wp-block-image {
    margin-bottom: 18rem;
  }

  .single-body-content img {
    width: 100%;
    border-radius: 16rem;
  }

  .single-body-content h2 {
    margin-top: 48rem;
    font-size: 24rem;
    margin-bottom: 28rem;
  }

  .single-body-content h2:first-child {
    margin-top: 0;
  }

  .single-body-content ul {
    list-style: disc;
    padding-left: 20rem;
  }

  .single-body-content ul li {
    font-size: 18rem;
    margin-bottom: 18rem;
  }

  .single-body-content ol {
    padding-left: 20rem;
  }

  .single-body-content ol li {
    font-size: 18rem;
    margin-bottom: 18rem;
  }

  .single-body-content h3 {
    margin-bottom: 18rem;
  }

  .single-body-content h4 {
    margin-bottom: 18rem;
  }

  .single-body-content .wp-block-table {
    margin: 0 0 18rem;
  }

  .single-body-content .wp-block-table table {
    min-width: 100%;
  }

  .single-body-content .wp-block-table table td {
    padding: 10rem 20rem;
    font-weight: 400;
    font-size: 16rem;
  }

  .single-body-content .wp-block-quote {
    margin: 0 0 48rem;
    padding: 24rem;
    font-size: 18rem;
  }

  .single-body-content-block {
    padding: 24rem;
    position: relative;
  }

  .single-body-content-block__title {
    width: 332rem;
    font-size: 26rem;
    line-height: 120%;
    text-align: left;
    color: #fff;
    margin-bottom: 16rem;
  }

  .single-body-content-block img {
    width: 116rem;
    margin: 0;
  }

  .single-body-content-block__text {
    position: absolute;
    width: 169rem;
    left: 152rem;
    bottom: 25rem;
    margin-bottom: 0rem;
    text-align: left;
  }

  .single-body-content-block .btn {
    position: absolute;
    bottom: 24rem;
    right: 24rem;
    width: 229rem;
  }

  .single-body-content-block .btn:hover {
    background: rgba(255, 255, 255, 0.85);
    color: #000;
  }

  .single-recommended {
    background: #fff;
    padding-top: 40rem;
    padding-bottom: 90rem;
  }

  .checkout {
    padding: 32rem 24rem;
    overflow: hidden;
  }

  .checkout--white {
    background: #fff;
    padding: 0 !important;
  }

  .checkout--white .loading-img {
    background: #f0f0f0 !important;
  }

  .checkout--white .checkout-slides:before {
    display: none !important;
  }

  .checkout--white .checkout-slides:after {
    display: none !important;
  }

  .checkout--white .checkout-slides-wrapper {
    margin-bottom: 0;
  }

  .checkout--white .checkout-slides {
    margin-bottom: 0;
  }

  .checkout--white .checkout-slides .before-item-bottom p {
    font-size: 13rem;
    line-height: 13rem;
  }

  .checkout--white .checkout-slides .before-item-bottom span {
    font-size: 15rem;
    line-height: 15rem;
    color: #000;
  }

  .checkout--white .checkout-slides .before-item-bottom svg {
    width: 12rem;
    height: 12rem;
  }

  .checkout h2 {
    margin-bottom: 24rem;
    font-size: 26rem;
    text-align: center;
  }

  .checkout h2 br {
    display: none;
  }

  .checkout .hero-featured {
    width: 380rem;
    margin: 0 auto 16rem;
  }

  .checkout .hero-featured-wrapper {
    height: 32rem;
    overflow: hidden;
  }

  .checkout .btn {
    width: 315rem;
    margin: 0 auto;
  }

  .checkout-slides {
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    margin-bottom: 24rem;
  }

  .checkout-slides:after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(#000));
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000 100%);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 320rem;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0rem;
    z-index: 2;
  }

  .checkout-slides:before {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(#000));
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000 100%);
    width: 320rem;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    right: 0rem;
    z-index: 2;
  }

  .checkout-slides-wrapper {
    width: 100%;
    margin: 0 0rem 24rem;
    pointer-events: none;
    overflow: hidden;
    position: relative;
  }

  .checkout-slides .swiper-slide {
    width: 130rem;
  }

  .checkout-slides__img {
    position: relative;
    width: 100%;
    border-radius: 12rem;
  }

  .checkout-slides__img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    border: 1rem solid #242424;
    border-radius: 12rem;
    display: none;
  }

  .checkout-slides.active {
    opacity: 1;
  }

  .checkout-slides.active .checkout-slides__img img {
    display: block;
  }

  .checkout-slides .before-item__img {
    margin-bottom: 8rem;
    overflow: hidden;
    border-radius: 12rem;
  }

  .checkout-slides .before-item__img video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 12rem;
  }

  .checkout-slides .before-item-bottom p {
    font-size: 7rem;
    line-height: 10rem;
  }

  .checkout-slides .before-item-bottom span {
    font-size: 10rem;
    line-height: 10rem;
    color: #fff;
  }

  .checkout-slides .before-item-bottom svg {
    width: 8rem;
    height: 8rem;
  }

  .checkout .btn {
    margin-top: 24rem;
    pointer-events: all;
  }

  .checkout .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
  }

  
.checkout--white {
  background: #fff;
  padding: 0;
}
.checkout.checkout-case {
  background: #f2f4f6;
      padding: 59rem 0rem;
      width: calc(100% + 261rem + 261rem);
      margin: 0 -261rem 48rem;
}
 .checkout-case   .checkout-slides:before {
      background: linear-gradient(270deg, rgba(242, 244, 246, 0) 0%, #f2f4f6 100%);
       transform: rotate(180deg);
        width: 80rem;
        height: 100%;
        position: absolute;
        content: "";
        top: 0;
        right: -2rem;
        z-index: 2;
    }
 .checkout-case .checkout-slides:after {
  transform: rotate(0deg);
         background: linear-gradient(270deg, rgba(242, 244, 246, 0) 0%, #f2f4f6 100%);
        width: 80rem;
        height: 100%;
        position: absolute;
        content: "";
        top: 0;
        left: -2rem;
        z-index: 2;
    }
   .checkout-case   .checkout-slides-wrapper  {
    margin-bottom: 0;
   }
.checkout-case-logo {
  margin-bottom: 48rem;
}
.checkout-case-full-img {
  margin: 0 -261rem 48rem;
  width: calc(100% + 261rem + 261rem);
}
.case-full-img-wrapper {
  padding: 60rem 60rem 0 60rem;
}
.checkout-case-full-img img {
  border-radius: 0rem;
   
} .btn-case {
  max-width: 229rem;
  margin: 0 auto 48rem;
}
}
@media (min-width: 1920px) {
  html {
    font-size: 1.2px;
  }
}

/* Trustpilot Popup Styles */
.zeely-trustpilot-popup {
    --ztp-bg: #111315;
    --ztp-fg: #fff;
    --ztp-muted: #B9C0CC;
    --ztp-green: #00B67A;
    --ztp-card: #14171A;
    --ztp-br: 22px;
    --ztp-gap: 18px;
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    color: var(--ztp-fg);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.zeely-trustpilot-popup.show {
    opacity: 1;
    visibility: visible;
}

.zeely-trustpilot-popup * {
    box-sizing: border-box;
}

.ztp-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.ztp-card {
    background: var(--ztp-card);
    border-radius: var(--ztp-br);
    padding: 28px;
    position: relative;
    max-width: 820px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 20px 70px rgba(0, 0, 0, .5);
    transform: translateY(20px);
    transition: transform 0.3s ease;
    max-height: 90vh;
    overflow-y: auto;
}

.zeely-trustpilot-popup.show .ztp-card {
    transform: translateY(0);
}

.ztp-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.ztp-pill {
    background: rgba(255, 255, 255, 0.08);
    color: #E5E7EB;
    font-weight: 600;
    font-size: 14px;
    padding: 6px 12px;
    border-radius: 999px;
}

.ztp-close {
    appearance: none;
    background: transparent;
    border: 0;
    font-size: 30px;
    line-height: 1;
    color: #8B95A1;
    cursor: pointer;
    padding: 2px 8px;
    border-radius: 10px;
    transition: all 0.2s ease;
}

.ztp-close:hover {
    background: rgba(255, 255, 255, .08);
    color: #fff;
}

.ztp-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 6px;
}

.ztp-tp-star {
    width: 28px;
    height: 28px;
}

.ztp-tp-text {
    font-weight: 700;
    font-size: 28px;
    letter-spacing: .2px;
}

.ztp-title {
    font-size: 44px;
    line-height: 1.05;
    margin: 18px 0 6px;
    font-weight: 800;
}

.ztp-sub {
    color: var(--ztp-muted);
    font-size: 20px;
    margin: 0 0 22px;
    max-width: 56ch;
}

/* Stars */
.ztp-stars {
    display: flex;
    gap: 22px;
    align-items: center;
    margin: 18px 0 26px;
}

.ztp-star {
    --star-size: 78px;
    width: var(--star-size);
    height: var(--star-size);
    background: url('https://zeely.ai/blog/wp-content/uploads/2025/08/stars-0-1.png') center/contain no-repeat;
    border: 0;
    appearance: none;
    cursor: pointer;
    transition: transform .12s ease;
    outline-offset: 3px;
    border-radius: 12px;
}

.ztp-star.is-filled {
    background-image: url('https://zeely.ai/blog/wp-content/uploads/2025/08/trustpilot-filled-2.png');
}

.ztp-star:hover,
.ztp-star:focus-visible {
    transform: translateY(-2px) scale(1.03);
}

/* Footer strip */
.ztp-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #0E1113;
    border-radius: 16px;
    padding: 14px 16px;
    gap: 16px;
}

.ztp-left {
    display: flex;
    align-items: center;
    gap: 14px;
}

.ztp-excellent {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 20px;
}

.ztp-ex-star {
    width: 30px;
    height: 30px;
}

.ztp-green-stars {
    display: flex;
    gap: 6px;
}

.ztp-green-stars svg {
    width: 20px;
    height: 20px;
}

.ztp-right {
    color: #E5E7EB;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
}

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

.ztp-dot {
    opacity: .5;
}

/* Feedback panel (1–3 stars) */
.ztp-feedback {
    margin-top: 22px;
    background: #0E1113;
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: 16px;
    padding: 16px;
    display: none;
}

.ztp-feedback.show {
    display: block;
}

.ztp-thanks {
    margin: 0 0 6px;
    font-size: 26px;
    font-weight: 700;
}

.ztp-msg {
    margin: 0 0 12px;
    color: var(--ztp-muted);
}

.ztp-textarea {
    width: 100%;
    color: #fff;
    background: #0B0D0F;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 12px;
    padding: 10px 12px;
    resize: vertical;
    font-family: inherit;
    font-size: 14px;
    min-height: 80px;
}

.ztp-textarea:focus {
    outline: none;
    border-color: var(--ztp-green);
}

.ztp-actions {
    margin-top: 12px;
    display: flex;
    gap: 10px;
}

.ztp-send {
    background: var(--ztp-green);
    color: #051B12;
    border: 0;
    padding: 10px 14px;
    font-weight: 700;
    border-radius: 12px;
    cursor: pointer;
    font-family: inherit;
    transition: all 0.2s ease;
}

.ztp-send:hover {
    background: #00a667;
}

.ztp-close-2 {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .18);
    color: #E5E7EB;
    padding: 10px 14px;
    border-radius: 12px;
    cursor: pointer;
    font-family: inherit;
    transition: all 0.2s ease;
}

.ztp-close-2:hover {
    background: rgba(255, 255, 255, .05);
}

.ztp-privacy {
    margin: 10px 0 0;
    color: #94A3B8;
    font-size: 12px;
}

/* Loading state */
.ztp-send.loading {
    opacity: 0.7;
    cursor: not-allowed;
}

.ztp-send.loading::after {
    content: '...';
    animation: dots 1.5s steps(4, end) infinite;
}

@keyframes dots {
    0%, 20% { color: transparent; text-shadow: .25em 0 0 transparent, .5em 0 0 transparent; }
    40% { color: white; text-shadow: .25em 0 0 transparent, .5em 0 0 transparent; }
    60% { text-shadow: .25em 0 0 white, .5em 0 0 transparent; }
    80%, 100% { text-shadow: .25em 0 0 white, .5em 0 0 white; }
}

/* Responsive */
@media (max-width: 600px) {
    .ztp-card {
        padding: 20px;
        margin: 10px;
    }
    
    .ztp-title {
        font-size: 30px;
    }
    
    .ztp-sub {
        font-size: 16px;
    }
    
    .ztp-star {
        --star-size: 56px;
    }
    
    .ztp-stars {
        gap: 16px;
    }
    
    .ztp-right {
        font-size: 16px;
    }
    
    .ztp-footer {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
    
    /* Hide green stars on mobile */
    .ztp-green-stars {
        display: none;
    }
    
    .ztp-actions {
        flex-direction: column;
    }
    
    .ztp-send,
    .ztp-close-2 {
        width: 100%;
    }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .ztp-card {
        border: 2px solid #fff;
    }
    
    .ztp-star:focus-visible {
        outline: 2px solid #fff;
    }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    .zeely-trustpilot-popup,
    .ztp-card,
    .ztp-star,
    .ztp-close,
    .ztp-send,
    .ztp-close-2 {
        transition: none;
    }
}


/* Footer structure with Trustpilot */
.footer-middle-bottom {
  display: flex !important;
  flex-direction: column !important;
  gap: 30px !important;
  align-items: flex-start;
}

.footer-social-wrapper {
  display: flex;
  flex-direction: column;
}

/* Trustpilot Widget in Footer */
.footer-middle-bottom .trustpilot-widget {
  display: block !important;
  width: 100% !important;
  max-width: 400px !important;
  margin: 0 !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
  min-height: 150px !important;
  position: relative !important;
}

.footer-middle-bottom .trustpilot-widget iframe {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.footer-middle-bottom .trustpilot-widget * {
  color: #fff !important;
  font-size: 18px !important;
}

.footer-middle-bottom .trustpilot-widget a {
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 500 !important;
}

/* Trustpilot stars styling */
.footer-middle-bottom .trustpilot-widget .tp-widget-stars {
  filter: brightness(1.2) !important;
}

@media (max-width: 768px) {
  .footer-middle-bottom {
    gap: 20px !important;
  }

  .footer-middle-bottom .trustpilot-widget {
    max-width: 100% !important;
  }

  .footer-middle-bottom .trustpilot-widget * {
    font-size: 16px !important;
  }
}

