* {
  margin: 0;
  padding: 0;
}
*::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}
*:-moz-placeholder {
  color: #666;
  opacity: 1;
}
*::-moz-placeholder {
  color: #666;
  opacity: 1;
}
*:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}
.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: auto !important;
  touch-action: auto !important;
}
body input:focus:required:invalid,
body textarea:focus:required:invalid {
}
body input:required:valid,
body textarea:required:valid {
}
a {
  text-decoration: none;
}
html {
  overflow-x: hidden;
}
body {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  /*overflow-x: hidden;*/
  color: #fff;
  background: #0B0121;
}
.container {
  max-width: 1230px;
}
.text-center {
  text-align: center;
}
#header {
  width: 100%;
  position: absolute;
  z-index: 4;
  transition: all 0.5s ease;
}
.header {
  width: 100%;
  padding: 20px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fix {
  position: fixed;
  z-index: 5;
  transition: all 0.5s ease;
}
.logo {
  width: 300px;
}
#menu {
  display: grid;
  grid-template-columns: repeat(5, min-content);
  grid-gap: 40px;
}
#menu li {
  list-style: none;
}
#menu li a,
.sign_in {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #fff;
  transition: color 0.3s;
}
#menu li a:hover,
.sign_in:hover {
  color: #ef6d58;
}
.mobile_menu {
  /* display: none; */
  padding-top: 80px;
  position: fixed;
  background-color: #fff;
  width: 100%;
  z-index: 3;
  top: -100%;
  box-shadow: 0 -1px 13px #777676;
  padding-top: 110px;
  transition: top 0.5s;
}
.mobile_menu.is-active {
  top: 0;
}
.mobile_menu li {
  list-style: none;
  padding: 5px 22px;
  margin: 15px 0;
}
.mobile_menu li:last-child {
  padding-bottom: 15px;
}
.mobile_menu a {
  color: #000;
}

#main {
  /* background: url("../img/main-bg.svg?ver=1"); */
  /* background-size: auto; */
  /* background-position: top left; */
  /* background-repeat: no-repeat; */
  min-height: 835px;
  padding-top: 162px;
}
.header-track {
  background: #0066FE;
  border-radius: 10px;
  padding: 16px 9px;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
  margin-left: 49px;
}
.input-clear {
  appearance: none;
  -webkit-appearance: none;
  font-family: "Manrope", sans-serif;
  background: none;
  border: none;
  outline-color: rgba(0, 0, 0, 0.03);
}
button.input-clear {
  cursor: pointer;
}

.main-hero {
  max-width: 612px;
  position: relative;
  z-index: 1;
}
.main-hero:after {
  
  content: "";
  z-index: -1;
  width: 925px;
  /* height: 685px; */
  aspect-ratio: 971 / 866;
  position: absolute;
  left: calc(100% - 149px);
  top: calc(50% - 490px);
  background: center / cover url(../img/main.png?ver=4);
  transform: rotate(45deg);
}
h1 {
  font-weight: 800;
  font-size: 55px;
  line-height: 80px;
  letter-spacing: -0.03em;
}
.main-hero__subhead {
  margin-top: 3px;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: -0.02em;
  color: #fff;
  max-width: 591px;
}
.main-hero__form {
  margin-top: 20px;
  background: #ffffff;
  box-shadow: 0px 4.35199px 134.912px rgba(0, 0, 0, 0.1);
  display: flex;
  padding: 16px 20px 16px 24px;
}
.main-hero__input-head {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: #000000;
  opacity: 0.4;
}
.main-hero__input-wrapper {
  flex-grow: 1;
  margin-right: 50px;
}
.main-hero__submit {
  flex: 0 0 211px;
  background: #1b1c31;
  padding: 16px;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #ffffff;
}
.main-hero__input {
  width: 100%;
  padding: 5px 0;
  margin-top: 3px;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #666;
  border-bottom: 1px solid #666;
  outline: none;
}
#pay-systems {
  padding: 38px 0 41px 0;
  /* border-top: 1px solid #ededed; */
  /* border-bottom: 1px solid #ededed; */
}
.pay-systems__head {
  font-weight: 200;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 48px;
}
.pay-systems-list {
  max-width: 1144px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.pay-systems-list__item img {
  display: block;
  max-width: 118px;
}
.pay-systems-list__item {
  margin: 5px;
}
.pay-systems-list__item:first-child {
  margin-left: 0;
}
.pay-systems-list__item:last-child {
  margin-right: 0;
}
.button {
  display: inline-block;
  background: #0066FE;
  border-radius: 47px;
  font-weight: 200;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #ffffff;
  padding: 8px 41px;
}
#steps {
  padding-top: 104px;
  padding-bottom: 474px;
}
h2 {
  font-weight: 800;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.03em;
}
.steps-block {
  position: relative;
  z-index: 1;
}
.steps-block h2 {
  max-width: 443px;
}
.steps-block__h {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  
color: #3734A9;

  margin-bottom: 13px;
}
.steps-block__text {
  margin-top: 6px;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 15px;
  max-width: 367pxs;
}
#steps .container {
  position: relative;
}
.steps {
  width: 1065px;
  height: 449px;
  position: absolute;
  top: 61px;
  background: center / auto url("../img/steps-line.svg");
}
.steps__step {
  position: absolute;
  width: 280px;
}
.steps__step:nth-child(1) {
  top: 439px;
  left: 129px;
}
.steps__step:nth-child(2) {
  top: 306px;
  left: 595px;
}
.steps__step:nth-child(3) {
  top: 59px;
  left: 932px;
}
.steps__step:before {
  content: "";
  width: 64px;
  height: 64px;
  background: center / cover
    url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='64' height='64' rx='20' fill='white'/%3E%3Crect x='20' y='20' width='23' height='23' rx='10' fill='%23C4C4C4'/%3E%3C/svg%3E%0A");
  position: absolute;
  top: -81px;
  left: 0;
}
.steps__step:after {
  content: "1";
  font-weight: 200;
  font-size: 204px;
  line-height: 204px;
  letter-spacing: -0.02em;
  color: #fff;
  opacity: 0.05;
  position: absolute;
  left: 170px;
  top: -100px;
}
.steps__step:nth-child(1):after {
  content: "1";
}
.steps__step:nth-child(2):after {
  content: "2";
}
.steps__step:nth-child(3):after {
  content: "3";
}
.steps__step span {
  font-weight: 800;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -0.03em;
}
.steps__step p {
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -0.02em;
  color: #fff;
}

#track-form {
  padding: 85px 0;
  /* background: url("../img/track-bg.png"), rgba(10, 95, 95, 0.94); */
}

.track-form__inner {
  display: flex;
  justify-content: space-between;
  max-width: 1090px;
  align-items: center;
}
.track-form__inner h2 {
  color: #fff;
  font-weight: 800;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: -0.03em;
  max-width: 560px;
}
.track-form__form {
  flex: 0 0 371px;
}
.track-form__form .input {
  width: 100%;
  border-radius: 5px;
  padding: 15px 23px;
  background: rgb(242, 243, 244, 0.2);
  margin-bottom: 24px;
  color: #fff;
  height: 60px;
}
.track-form__form .input::-webkit-input-placeholder {
  color: #bbb5e0;
  opacity: 0.4;
}
.track-form__form .input:-moz-placeholder {
  color: #bbb5e0;
  opacity: 0.4;
}
.track-form__form .input::-moz-placeholder {
  color: #bbb5e0;
  opacity: 0.4;
}
.track-form__form .input:-ms-input-placeholder {
  color: #bbb5e0;
  opacity: 0.4;
}
.track-form__form .button {
  width: 100%;
  background: #0066FE;
  border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  padding: 15px;
  height: 60px;
}
#features {
  padding-top: 67px;
  /* background: 100% 100% / auto url("../img/about-right.svg"); */
  background-repeat: no-repeat;
  position: relative;
}
.features-decor {
  position: absolute;
  right: 0;
  top: -200px;
  z-index: -1;
  transform: rotate(180deg);
}
.features__subhead {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
color: #3734A9;
  text-align: center;
}
#features h2 {
  text-align: center;
}
.features-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  margin-top: 71px;
}
.features-card {
  
background: #fff;
  border-radius: 20px;
  padding: 54px 29px 45px 29px;
}
.features-card__head {
  font-weight: 800;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: -0.03em;
  color: #16012c;
  margin-top: 29px;
  margin-bottom: 9px;
}
.features-card__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -0.02em;
  color: #64607d;
}
.features-box {
  width: 100%;
  padding: 16px 34px 16px 42px;
  display: flex;
  justify-content: space-between;
  background: #ffffff;
  border: 1px solid #dee1e6;
  border-radius: 20px;
  margin-top: 55px;
}
.features-box__head {
  color: #000;
  font-weight: 800;
  font-size: 34px;
  line-height: 46px;
  letter-spacing: -0.03em;
  flex: 0 0 331px;
  margin-right: 22px;
}
.features-box-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
.features-box-item {
  display: flex;
  align-items: center;
}
.features-box-item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  background: #e9ecf2;
  border-radius: 5px;
}
.features-box-item__text {
  margin-left: 13px;
  font-weight: 200;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.02em;
  color: #64607d;
}
#reviews {
  padding-top: 131px;
  background: 0 100px / auto url("../img/reviews-left.svg");
  background-repeat: no-repeat;
}
.reveiws-subhead {
  font-weight: 800;
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  color: #3734a9;
  text-align: center;
  margin-bottom: 25px;
}
#reviews h2 {
  text-align: center;
}
.reviews-card__author-r {
  margin-left: 13px;
}
.reviews-card__bottom {
  display: flex;
  align-items: center;
  position: relative;
}
.reviews-card__bottom:after {
  /* content: ""; */
  width: 41px;
  height: 42px;
  display: block;
  position: absolute;
  transform: rotate(-45deg);
  bottom: -22px;
  right: -21px;
  z-index: 3;
  background: #0B0121;
  border-top: 1px solid #ededed;
}
.reviews-card {
  width: 383px;
  box-shadow: 0px 8.14815px 6.51852px rgba(49, 49, 49, 0.0392593),
    0px 1.85185px 3.14815px rgba(49, 49, 49, 0.0240741);
  position: relative;
}
.reviews-card:before {
  content: "";
  width: 54px;
  height: 54px;
  background: #BDE4AF;
  display: block;
  position: absolute;
  left: 31px;
  top: -27px;
  border-radius: 50%;
}
.reviews-card__body {
  border: 1px solid #ededed;
  background: #fff;
  padding: 60px 20px 20px 30px;
}
.reviews-card__text {
  margin-top: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #797979;
}
.reviews-card__bottom {
  padding: 18px 30px;
  border: 1px solid #EDEDED;
  background: #fff;
  margin-top: -1px;
}
.reviews-card__photo {
  width: 36px;
  height: 36px;
  overflow: hidden;
  border-radius: 50%;
}
.reviews-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reviews-card__name {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #453232;
}
.reviews-card__spec {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #797979;
}

#faq {
  padding-top: 160px;
  padding-bottom: 137px;
  /* background: 0 calc(100% + 40px) / auto url("../img/faq-left.svg"); */
  background-repeat: no-repeat;
  position: relative;
}
.decor-faq {
  
  position: absolute;
  right: 0;
  top: 100px;
  z-index: -1;
  width: 216px;
}
.swiper-slide {
  width: auto;
}
.reviews-slider {
  margin-top: 54px;
  padding-top: 27px;
  cursor: grab;
}

.faq-subhead {
  text-align: center;
  font-weight: 800;
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  color: #3734a9;
}
#faq h2 {
  text-align: center;
  max-width: 504px;
  margin-left: auto;
  margin-right: auto;
}

.accordion {
  max-width: 751px;
  margin-left: auto;
  margin-right: auto;
}
.accordion dd,
.accordion__panel {
  font-size: 1em;
  line-height: 1.5em;
  box-sizing: content-box;
  border-top: none;
  padding-left: 23px;
  padding-right: 23px;
  color: #000
}

.accordion dd {
  /* margin-bottom: 15px; */
  background: #fff;
  padding-bottom: 20px;
  border-radius: 0 0 10px 10px;
  border: 1px solid #e1e1e1;
  border-top: none;
}
.accordion dd.is-expanded {
  /* 
  border-radius: 0 0 10px 10px;
  border: 1px solid #e1e1e1;
  border-top: none; */
}

.accordion p {
  margin: 1em 0;
}

.accordion {
  position: relative;
  margin-top: 61px;
}

.accordionTitle,
.accordion__Heading {
  font-weight: 800;
  font-size: 22px;
  line-height: 22px;
  padding: 26px 23px;
  display: block;
  text-decoration: none;
  background: #fff;
  color: #000;
  transition: background-color 0.5s ease-in-out;
  border-radius: 10px;
  border: 1px solid #cfcfcf;

  position: relative;
  margin-top: 15px;
  transition: all 0.5s;
}
.accordionTitle.is-expanded {
  border-bottom: none;
  border-radius: 10px 10px 0 0;
}
.accordionTitle:before,
.accordion__Heading:before {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: calc(50% - 10px);
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 20.5V0.5H11V20.5H9Z' fill='%233D3D3D'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-1.90735e-06 9.5L20 9.5L20 11.5L-1.99477e-06 11.5L-1.90735e-06 9.5Z' fill='%233D3D3D'/%3E%3C/svg%3E%0A");
  content: "";
  transition: transform 0.3s ease-in-out;
}

.accordionTitleActive:before,
.accordionTitle.is-expanded:before {
  transform: rotate(225deg);
  transform-origin: center center;
}

.accordionItem {
  height: auto;
  overflow: hidden;
  /* max-height: 50em; */
  /* transition: max-height 1s; */
}
@media screen and (min-width: 48em) {
  .accordionItem {
    /* max-height: 15em; */
    /* transition: max-height 0.5s; */
  }
}

.accordionItem.is-collapsed {
  /* max-height: 0; */
}

.no-js .accordionItem.is-collapsed {
  /* max-height: auto; */
}

.animateIn {
  -webkit-animation: accordionIn 0.45s normal ease-in-out both 1;
  animation: accordionIn 0.45s normal ease-in-out both 1;
}

.animateOut {
  -webkit-animation: accordionOut 0.45s alternate ease-in-out both 1;
  animation: accordionOut 0.45s alternate ease-in-out both 1;
}

@-webkit-keyframes accordionIn {
  0% {
    opacity: 0;
    transform: scale(0.9) rotateX(-60deg);
    transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes accordionIn {
  0% {
    opacity: 0;
    transform: scale(0.9) rotateX(-60deg);
    transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes accordionOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.9) rotateX(-60deg);
  }
}
@keyframes accordionOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.9) rotateX(-60deg);
  }
}

#contact {
  /* background: #196868; */
  padding-top: 80px;
  padding-bottom: 50px;
  color: #fff;
}
.contact-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact-subhead {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  color: #f57059;
  margin-bottom: 23px;
}
#contact h2 {
  max-width: 480px;
  margin-bottom: 40px;
}
.contact-list__item {
  display: flex;
  align-items: center;
  margin: 16px 0;
}
.contact-list__icon img {
  display: block;
}
.contact-list__item a:not(:first-child){
  display: inline-block;
  margin-left: 16px;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
}
.contact-box {
  width: 570px;
  background: #ffffff;
  border-radius: 6px;
  padding: 57px 48px 48px 48px;
}
.contact-box__head {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #391400;
  margin-bottom: 23px;
}
.contact-form {
}
.contact-form .input-wrapper {
  display: block;
  width: 100%;
  margin: 16px 0;
}
.contact-form .input {
  width: 100%;
  background: #ffffff;
  border: 1px solid #f3d1bf;
  border-radius: 6px;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  padding: 16px;
}
.contact-form textarea.input {
  height: 128px;
  resize: none;
}
.contact-form .button {
  border-radius: 6px;
  font-weight: 900;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  padding: 18px 30px;
}
.contact-form .input-wrapper:last-child {
  text-align: right;
}

.footer {
  padding-top: 65px;
  padding-bottom: 46px;

  /* background: #196868; */
}
.footer .container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.footer-menu {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, min-content);
  grid-gap: 40px;
}
.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.footer-menu a {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
}
.footer-copyritght {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
  margin-top: 29px;
}
.main-hero__bottom {
  display: flex;
  align-items: center;
  margin-top: 28px;
}
.main-hero__rating {
  display: flex;
  align-items: center;
}
.main-hero__rating span {
  font-weight: 500;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: -0.02em;
  margin-right: 12px;
}
.main-hero__counter {
  margin-left: 17px;
  font-weight: 700;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: -0.02em;
}

.transaction-page {
  /* background: url(../img/trans.svg), #aedddd; */
  background-size: auto;
  background-position: bottom right;
  background-repeat: no-repeat;
  padding-top: 197px;
  padding-bottom: 100px;
  position: relative;
}
.transaction-page:after {
  content: "";
  width: 100%;
  height: 0px;
  background: #fff;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
}
.transaction-maininfo {
  display: grid;
  grid-template-columns: repeat(4, min-content);
  grid-gap: 50px;
}
.transaction-maininfo__item:first-child .transaction-maininfo__val {
  text-overflow: ellipsis;
  max-width: 250px;
  overflow: hidden;
  white-space: nowrap;
}
.transaction-maininfo__item:last-child .transaction-maininfo__val {
  white-space: nowrap;
}
.transaction-maininfo__header {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.3px;
}
.transaction-maininfo__val {
  font-weight: 800;
  font-size: 35px;
  line-height: 48px;
  letter-spacing: 0.35px;
  color: #fff;
  white-space: no-wrap;
}
.transaction-info {
  margin-top: 37px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 15px;
  max-width: 958px;
}
.transaction-info.--with-guarantee{
  grid-template-columns: repeat(3, 1fr);
  max-width: 1012px;
}
.transaction-info.--with-guarantee .transaction-info__box:nth-last-child(2){

  grid-column: span 4;
}
.div1 {
  grid-area: 2 / 1 / 3 / 4;
}
.transaction-info.--with-guarantee .div1{
  grid-area: 2 / 1 / 3 / 5;
}
.transaction-box {
  background: #ffffff;
  border-radius: 10px;
  padding: 16px 20px;
  border: 1px solid #cfcfcf;
}
.transaction-box__head {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.3px;
  color: #000000;
}
.transaction-box__val {
  font-weight: 800;
  font-size: 35px;
  line-height: 48px;
  letter-spacing: 0.35px;
  color: #000000;
  margin-top: 6px;
  display: flex;
  /* justify-content: space-between; */
  position: relative;
}

.transaction-box__val span:nth-child(2){
  margin-left: 15px;
}
.transaction-box__val.--copy {
  cursor: pointer;
  justify-content: space-between;
  transition: color 0.3s;
}
.transaction-box__val.--copy:hover {
  color: #5c59f5;
}
.transaction-box__val.--copy:after {
  content: "";
  width: 50px;
  height: 50px;
  background: center / cover
    url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Crect width='50' height='50' fill='url(%23pattern0)'/%3E%3Cdefs%3E%3Cpattern id='pattern0' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_578_709' transform='scale(0.00444444)'/%3E%3C/pattern%3E%3Cimage id='image0_578_709' width='225' height='225' xlink:href='data:image/png;base64,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'/%3E%3C/defs%3E%3C/svg%3E%0A");
  transition: background 0.3s;
}
.transaction-box__val.--copy.ok:after {
  background: center / cover
    url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M24 4.685l-16.327 17.315-7.673-9.054.761-.648 6.95 8.203 15.561-16.501.728.685z'/%3E%3C/svg%3E");
}
.transaction-page__faq {
  max-width: 751px;
  margin-left: 0;
  text-align: left;
  padding-top: 150px;
}
.transaction-page__faq .faq-subhead {
  text-align: left;
}
.not-found {
  font-weight: 800;
  font-size: 40px;
  line-height: 48px;
}
.star {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAABQCAYAAAAZQFV3AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABOFJREFUeNrsmEFoHFUYx9/MdHfTJRKzUhBaFiL1YghZCFQUIV6UQJuLWCgr8eKpIoiFSqsHQYrmYj14KHqxKAl6MbA5eCgKRVAMBhpCwIJQCETRQzTsNtnO7s74+17fbGc3M7OzZhUsHfjzdvd97/++973vff99Y/m+rwb5WL0Idz60h2nckTc8Nw2hncLmAnhtIB7i3VGan8VD8Dhebh+U8FOaX8Bh4EB48R8TQlai+QnkgMTxD/AYpFt9EULk0EyBD8Dn4BPT9TZ4CrwD6Wos4V+XrUdpXzQk4tUEkAFXwNUu+1fAWWO7anADLDLJTkCYpf0K3DQe3Ui5oUI6B8ShlyBstZfMMiXoX4MV8GZKQgnJcXA6nKPtGJoE/gZ8Cy6mIJPwnIJsL3ZTIB2h+U6WANZjyE6Aj8Cz3WT7TooJ7HUwneDdc+BaFFnc0SuCzQTCTWOT+iwfN6cjWJ6clo9NzOS5Bcb6IZTZj5pU+syEYNV8XzA2Y6lOCptyhGbDeDFPnJa6TlGZ5rxJ/nxkSRPCACR5EUyHf4sCNjOgENVn/ecVe+CEy8vLWgJmZ2fd1IRra2vxSbe5eYlmu1gsXo6zmZycTKcpkEn6vC61kM+FQYiUeDdvauP5Ay0ZjyIlgKVv9bVkiBwQVJRX2YwWkKLxrhxB+qYSPaxUKrESANHVrh2PlQAzqSbskAA6UkkA5B0SICvRSzb5ddrMWu4jh8umSLwckLVjSKClWJ6SwsrM76fwLpCAM4x1I9OGjhrN8+AkAyYSyGTDnhEHjCPxeYhBagmIIvtXJOBQkgSY5Z01/76umAy4lbpiG5IqzQuG6Alz9LLmf+IP5hh+AfmxnoSQdUgAg5a6JuuQgMiSFi7fJHkR9JQAbGbA/SoBi4uLWgLK5XIqCdBpkyQBZne3sTm4BGxsbLQlgM+DkYBsNjucyWQKaSXATvCuZFnWHIQqlxMVUOeMx/0RMsgBWgIgcyBVgqwwIwH0JUvAwsJChwQwuOQ4jrJtO/CsfQBc11We56lWqyXfOySALNgJdlmuWzNSB/P5vBKyyJnxMjxBs9mc2tvbEye+DN1l7uYhuaZvAXg1LaQyOOkRL3d3d8XLishHOEd1DMfHx7UEYLjCrCop2aXP2Mht4QxjoyWADi0BxGddZm80GjpWYSL5TfpkYnHAOBK/yxhoCZAl1et1PbharWrUajX9m/SJBESRJUlAr6fvW0CvZyyxOIQPN4kbnv1mlwQERGPhMbHli/Q5Yv5lSdDnSYelrlLWIQGRJS1cvjk1RdBTArCZAferBPT7IkjvcuP7t3pKADaxEpB5+r10FXv3x3kKqqUlgM+DkQB76OFhKzdycAnAo5KynTlraFTZQ4/gqH3ursd9EjLIAVoC7KGCAxFWNqSjWgLoS5aAfS+C7EzJcrLKOjSkrNwoFu0ToPz6n8pv3dFQXjPyRdA9CbDsk/ZDx5SQxWiAsg4X7vE361NedQsn/P0SELwIgmzaHiZMtpMcKK+pWlUuVF6j0v0iSMcw/+QFLQF+y13xbv/GpF4CWUt5tV+FTEsAY6MlgA4tASxlnaUo362yLGLlh2Lo1iCjj4nFAeNI/H9sDHbYxesEfcK//XvSoq9Fkf0/JCDqDWfV3I+TJGCLne19CzAvgtoS8OBF0APC6OdvAQYAj2xzC/IfXBsAAAAASUVORK5CYII=");
  background-position: left -2px;
  display: block;
  width: 20px;
  height: 16px;
  line-height: 16px;
  float: left;
  cursor: pointer;
  zoom: 1;
}

.fullStar {
  background-position: left -59px;
}

.stars {
  overflow: hidden;
}

.tmp_es {
  background-position: left -21px;
}

.tmp_fs {
  background-position: left -40px;
}

.menu-icon {
  display: none;
  width: 20px;
  height: 14px;
  cursor: pointer;
  position: relative;
}
.menu-icon span {
  background-color: black;
  height: 2px;
  position: absolute;
  width: 100%;
  left: 0;
  transition: all 0.3s ease;
}
.menu-icon span:first-child {
  top: 0;
}
.menu-icon span:nth-child(2) {
  top: 6px;
}
.menu-icon span:last-child {
  top: 12px;
}
.menu-icon.is-active span:nth-child(2) {
  opacity: 0;
}
.menu-icon.is-active span:first-child,
.menu-icon.is-active span:last-child {
  top: 6px;
  /* background-color: red; */
}
.menu-icon.is-active span:first-child {
  transform: rotate(45deg);
}
.menu-icon.is-active span:last-child {
  transform: rotate(-45deg);
}
.page-template-transaction-page #menu {
  display: none;
}
.header-track--back {
  padding: 16px 52px;
}
.trans-user {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.35px;
  color: #fff;
}
.trans-user svg {
  margin-left: 5px;
}
.header__right {
  display: flex;
}
.transaction-maininfo__val.Pending {
  color: #f2821b;
}
.transaction-maininfo__val.Completed {
  color: #0CB213;
}
.transaction-maininfo__val.On.Hold {
  color: #122797;
}
.transaction-info__box svg{
  width: 100%;
}
.transaction-info__box svg rect:first-child{
  width: 100%;
}
section{
  position: relative;
}

.decor-light{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  /* width: 100%; */
  /* height: 100%; */
  z-index: -1;
  pointer-events: none;
}

.transaction-comment__text{
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 20px;
}

.logo {
	width: 240px
	height: 70px
}