/*-----------------------------------*
 *  GLOBAL VARAIABLES
 *-----------------------------------*/

:root {
  /* WooCommerce Colors */
  --WooPrimary-color: #2424f2;
  --WooSecondary-color: #000000;
  --WooTertiary-color: #00ccb3;
  --WooBackground-color: #2e323b;
  --WooLightBackground-color: #ebedf5;
  --WooMenuBg-color: #f5f6fa;
  --WooText-color: #4c5059;
  --WooPrimaryLight-color: #0000fe0f;
  --WooWhite-color: #ffffff;

  /* WooCommerce Button Styles */
  --WooButton-box-shadow: 0 15px 35px rgba(36, 36, 242, 0.25);
  --WooButton-border-radius: 10px;

  /* WooCommerce General Border Radius */
  --Woo-border-radius: 20px;

  /* WooCommerce Fonts */
  --WooPrimary-font: "alliance_no.2regular", sans-serif;
  --WooSecondary-font: "Poppins", serif;

  /* WooCommerce Paragraph Styles */
  --WooParagraph-big-font: 18px;
  --WooParagraph-small-font: 16px;
  --WooParagraph-smaller-font: 14px;
  --WooParagraph-big-line-height: 28px;
  --WooParagraph-small-line-height: 30px;
  --WooParagraph-smaller-line-height: 24px;
}
* {
  box-sizing: border-box;
}

/*-----------------------------------*
*  FONTS
*-----------------------------------*/
@font-face {
  font-family: "alliance_no.2regular";
  src: url("../fonts/alliance_no.2_regular-webfont.woff2") format("woff2"),
    url("../fonts/alliance_no.2_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/*-----------------------------------*
 *  HEADING STYLES
 *-----------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--WooPrimary-font);
  font-weight: normal;
}

h1 {
  /* font-size: clamp(56px, 6vw, 60px); */
  font-size: 56px;
  line-height: 66px;
}
h2 {
  /* font-size: clamp(52px, 5vw, 55px); */
  font-size: 52px;
  line-height: 62px;
}
h3 {
  /* font-size: clamp(48px, 4vw, 50px); */
  font-size: 48px;
  line-height: 58px;
}
h4 {
  /* font-size: clamp(44px, 3vw, 45px); */
  font-size: 20px;
  line-height: 30px;
}
h5 {
  /* font-size: clamp(40px, 2vw, 42px); */
  font-size: 18px;
  line-height: 28px;
}
/*-----------------------------------*
 *  PARAGRAPH STYLES
 *-----------------------------------*/
p {
  font-family: var(--WooSecondary-font);
  font-size: var(--WooParagraph-small-font);
  line-height: var(--WooParagraph-small-line-height);
}
code {
  font-family: var(--WooPrimary-font);
}
/*-----------------------------------*
*  LIST STYLES
*-----------------------------------*/
ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
li {
  padding: 0;
  margin: 0;
}
/*-----------------------------------*
*  TABLE STYLES
*-----------------------------------*/
table {
  border-collapse: collapse;
  width: 100%;
}
th,
td {
  padding: 0;
  margin: 0;
  border: 1px solid var(--WooButton-background);
}
/*-----------------------------------*
*  ACCENTS
*-----------------------------------*/
a {
  text-decoration: none;
}

/*-----------------------------------*
*  BUTTON
*-----------------------------------*/
button {
  background-color: var(--WooButton-background);
  color: var(--WooWhite-color);
  border: none;
  padding: 20px 65px;
  font-size: var(--WooParagraph-smaller-font);
  cursor: pointer;
}
a.wp-block-button__link {
  box-shadow: var(--WooButton-box-shadow);
}
/*-----------------------------------*
*  CLASSES
*-----------------------------------*/
.wooescrow-absolute {
  position: absolute;
}
/*-----------------------------------*
*  HEADER
*-----------------------------------*/
.wooescrow-navigation {
  position: relative;
  z-index: 100;
}
.wooescrow-header-container
  .wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open {
  margin-left: auto;
}
.wooescrow-navigation .wooescrow-header-container nav button {
  background-color: var(--WooMenuBg-color);
  border-radius: var(--Woo-border-radius);
}
.wooescrow-navigation .wp-block-navigation__responsive-container-open {
  padding: 20px 15px;
}
.wooescrow-navigation .wp-block-navigation__responsive-container-open svg {
  /* content: url(../images/menu-bar.png); */
  background-image: url(../images/menu-bar.png);
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
  height: 20px;
}
.wooescrow-navigation .wp-block-navigation__responsive-container-close {
  content: url(../images/menu-close.png);
  padding: 12px 15px;
  height: 60px;
}
.wooescrow-navigation .wp-block-navigation__responsive-container-close svg,
.wp-block-navigation__responsive-container-open svg {
  width: 30px;
  height: 30px;
}
.wooescrow-navigation
  .wooescrow-header-container
  .has-modal-open
  .wp-block-navigation__responsive-dialog {
  margin-top: 0;
}
.wooescrow-navigation .wp-block-navigation__responsive-container {
  position: absolute;
  top: 0;
  left: unset;
  right: unset;
  bottom: unset;
  padding: 0;
}
.wooescrow-navigation
  .wooescrow-header-container
  .wp-block-navigation__responsive-container-content
  ul.wp-block-navigation__container {
  background-color: var(--WooWhite-color) !important;
  padding: 35px 40px;
  box-shadow: 0px 30px 100px 0px rgba(3, 3, 128, 0.16);
  margin-top: 60px;
  border-radius: 10px;
}
.wooescrow-navigation
  .wooescrow-header-container
  .wp-block-navigation__responsive-container-content
  ul::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  top: -30px;
  right: 0px;
  border-style: solid;
  border-width: 0px 50px 100px 50px;
  border-color: transparent transparent #fff transparent;
}
.wooescrow-navigation .wp-block-navigation__responsive-container.is-menu-open {
  background-color: transparent !important;
  box-shadow: none !important;
  animation: none;
}
html.has-modal-open {
  overflow: auto !important;
}
.has-modal-open body {
  background-image: url(../images/overlay-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: -1;
}
.wooescrow-navigation .wooescrow-header-container ul li a {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  width: 320px;
}
.wooescrow-navigation .wooescrow-header-container ul li a:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.wooescrow-navigation .current-menu-item a {
  color: var(--WooPrimary-color) !important;
}
/*-----------------------------------*
* BANNER SECTION 
*-----------------------------------*/
.wooescrow-banner-section {
  position: relative;
  z-index: 1;
}
.wp-block-heading.wooescrow-mark-title mark {
  background-color: var(--WooPrimaryLight-color) !important;
  border: 1px dashed var(--WooPrimary-color);
  position: relative;
  padding: 2px 5px 0;
}
.wp-block-heading.wooescrow-mark-title mark::before,
.wp-block-heading.wooescrow-mark-title mark::after,
.wp-block-heading.wooescrow-mark-title mark code::before,
.wp-block-heading.wooescrow-mark-title mark code::after {
  content: "";
  width: 6px;
  height: 6px;
  background-color: var(--WooPrimary-color);
  display: inline-block;
  position: absolute;
  top: -4px;
}
.wp-block-heading.wooescrow-mark-title mark::before,
.wp-block-heading.wooescrow-mark-title mark code::before {
  left: -3px;
}
.wp-block-heading.wooescrow-mark-title mark::after,
.wp-block-heading.wooescrow-mark-title mark code::after {
  right: -3px;
}

.wp-block-heading.wooescrow-mark-title mark code::before,
.wp-block-heading.wooescrow-mark-title mark code::after {
  bottom: -4px;
  top: unset;
}
.wooescrow-tether {
  position: absolute;
  top: 100px;
  left: 0;
}
.wooescrow-banner-icons .wp-block-column:nth-child(1) {
  left: 0;
  top: 50%;
}
.wooescrow-banner-icons .wp-block-column:nth-child(2) {
  left: 49%;
  top: 60%;
  transform: translateX(-51%);
}
.wooescrow-ethereum {
  position: absolute;
  right: -30px;
  top: 150px;
}

/*-----------------------------------*
* KEY FEATURES SECTION 
*-----------------------------------*/
.wooescrow-dashed-direction figure {
  right: 0;
  top: -100px;
}
.wooescrow-features .wp-block-column {
  box-shadow: 0px 25px 80px 0px rgba(3, 3, 128, 0.07);
  box-sizing: border-box;
}
.wooescrow-features .slick-track {
  display: flex;
  gap: 20px;
}
.wooescrow-features .slick-slide {
  overflow: hidden;
  display: flex !important;
  flex-direction: column;
  flex-shrink: 0;
  height: auto;
  border-radius: 15px;
}
.wooescrow-features .slick-slide div {
  height: 100%;
}
.wooescrow-key-features .wooescrow-btn-group-blink,
.wooescrow-plugin-working .wooescrow-btn-group-blink,
.wooescrow-secured-main .wp-block-buttons {
  display: none;
}
.wooescrow-feature-slider-key {
  padding-bottom: 50px;
}

/*-----------------------------------*
* BENEFITS SECTION 
*-----------------------------------*/
.wooescrow-benefits-box .wp-block-image {
  width: 10%;
}
.wooescrow-assets-group-image img {
  width: 100%;
}
.wooescrow-benefit-top-blink {
  right: 2%;
  top: -50px;
}
.wooescrow-cardano {
  right: 20%;
  top: -30px;
}
.wooescrow-bottom-benefit-blink img {
  rotate: 98deg;
  position: absolute;
  bottom: -20px;
}
.wooescrow-assets-group-image {
  width: 100%;
  padding-left: 25px;
}

/*-----------------------------------*
* HOW THE PLUGIN WORKS
*-----------------------------------*/
.wooescrow-chain-link figure {
  right: -80px;
  top: -195px;
}
.wooescrow-initiate-transaction,
.wooescrow-setting-up-account {
  position: relative;
  top: 80px;
}
.wooescrow-flip-direction {
  display: flex;
  align-items: center;
}
.wooescrow-flip-direction img {
  transform: scaleY(-1);
}
.wooescrow-direction-middle {
  display: flex;
}
.wooescrow-plugin-workflow {
  margin-bottom: 50px;
}

/*-----------------------------------*
* FIND THE RIGHT PLAN
*-----------------------------------*/
.wooescrow-right-plan .wooescrow-benefits-box .wp-block-image {
  width: 4%;
}
.wooescrow-price-month sub {
  font-size: 14px !important;
}
.wooescrow-right-plan
  .wooescrow-assets-group-image:not(
    .wooescrow-right-plan.right-plan-single .wooescrow-assets-group-image
  ) {
  padding-left: 0;
  padding-right: 25px;
}
.wooescrow-single-right-eth {
  position: relative;
  top: -110px;
  left: -25px;
}
.right-plan-single .wooescrow-tether {
  top: 45%;
  transform: translateY(-55%);
}

/*-----------------------------------*
* FAQ
*-----------------------------------*/
.wooescrow-accordion-faq .wooescrow-accordion-tab {
  border-radius: 12px;
}
.wooescrow-accordion-faq .wooescrow-accordion-tab.is-open {
  background-color: var(--WooWhite-color) !important;
  box-shadow: 0px 20px 80px 0px rgba(15, 14, 176, 0.12);
}
.wooescrow-accordion-tab summary::-webkit-details-marker {
  display: none;
}
.wooescrow-accordion-tab summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 19px;
  width: 100%;
}
.wooescrow-accordion-tab summary::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--WooPrimary-color);
}
.wooescrow-accordion-tab.is-open summary::after {
  rotate: 180deg;
}
.wooescrow-faq-eth {
  bottom: 100px;
  left: 100px;
}
/*-----------------------------------*
* NEWSLETTER 
*-----------------------------------*/
.wooescrow-newsletter-form .wooescrow-subscribe {
  background-color: var(--WooPrimary-color);
  color: var(--WooWhite-color);
  padding: 20px 40px;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  cursor: pointer;
  font-family: var(--WooPrimary-font);
  outline: none;
}
.wooescrow-newsletter-form #email:focus {
  border: none;
  outline: none;
}
.wooescrow-newsletter-form-group {
  background-color: var(--WooWhite-color);
  padding: 6px;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
}
.wooescrow-newsletter-form-group #email {
  border: none;
  padding: 20px 30px;
  font-size: 16px;
  color: var(--WooText-color);
}
.wooescrow-btc-acoount-img {
  right: -90px;
  bottom: -30px;
}
.woescrow-make-transactions-btn a {
  box-shadow: 0px 15px 35px 0px rgba(0, 204, 179, 0.25);
}
.wooescrow-newsletter-arrow {
  left: -200px;
  bottom: 30px;
}
.wooescrow-newsletter-section {
  box-shadow: 0px 30px 80px 0px rgba(0, 0, 77, 0.2);
}
/*-----------------------------------*
* CONTACT US
*-----------------------------------*/
.wooescrow-contact-cards .wp-block-column {
  position: relative;
  z-index: 1;
}
.wooescrow-contact-card-item {
  box-shadow: 0px 25px 80px 0px rgba(3, 3, 128, 0.07);
}
.wooescrow-contact-card-item .wp-block-image {
  background-color: var(--WooPrimary-color);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  box-shadow: 0px 15px 35px 0px rgba(36, 36, 242, 0.25);
}
.wooescrow-contact-card-item .wp-block-image img {
  margin: auto;
  width: 40%;
}
.wooescrow-contact-direction {
  bottom: 70px;
  left: 0;
}
.wooescrow-contact-eth {
  right: 0;
  bottom: -90px;
}
.wooescrow-support-blink {
  position: relative;
  top: -110px;
  left: 20px;
}
.wooescrow-support-blink img {
  rotate: 100deg;
}

/*-----------------------------------*
* ACCOUNT DETAILS
*-----------------------------------*/
.wooescrow-profile-card {
  width: 28%;
  border-bottom: 1px solid var(--WooLightBackground-color);
  padding-bottom: 40px;
  margin-bottom: 60px;
}
.wooecrow-profile-card-img-top img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}
.wooescrow-profile-card .wooescrow-profile-name {
  font-weight: 600;
  margin: 10px 0 0;
}
.wooescrow-profile-card .wooescrow-profile-email {
  margin-top: 0;
  color: #777e8c;
}
.wooescrow-personal-info {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.wooescrow-personal-info-item {
  flex-basis: calc(50% - 20px);
  border-radius: 12px;
  background-color: var(--WooWhite-color);
  box-shadow: 0px 25px 80px 0px rgba(3, 3, 128, 0.07);
  padding: 30px;
}
.wooescrow-personal-info-item .wooescrow-personal-title-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wooescrow-myaccount-contents {
  position: relative;
  top: -280px;
}
.woocommerce-account
  .woocommerce-MyAccount-navigation.wooescrow-my-account-navigation
  li
  a:hover,
.woocommerce-account
  .woocommerce-MyAccount-navigation.wooescrow-my-account-navigation
  li.is-active
  a {
  color: var(--WooPrimary-color);
  text-decoration: none;
}
.woocommerce-account
  .woocommerce-MyAccount-navigation.wooescrow-my-account-navigation
  li
  a {
  color: #5c5f66;
}
.wooescrow-myaccount-contents .woocommerce-button.wp-element-button {
  box-shadow: none;
  border-width: 1px;
}
.wooescrow-myaccount-contents .woocommerce-button.wp-element-button:hover {
  border: 1px solid var(--WooPrimary-color);
}
.woocommerce .wooescrow-myaccount-contents table {
  border-radius: 14px;
  background-color: var(--WooWhite-color);
  box-shadow: 0px 25px 80px 0px rgba(0, 0, 99, 0.06);
  border: none;
  padding: 20px;
  border-collapse: separate;
}
/* .woocommerce .wooescrow-myaccount-contents .woocommerce-table thead {
  background-color: rgb(233, 234, 242);
  border-top-right-radius: 14px;
  border-top-left-radius: 14px;
} */
/*-----------------------------------*
* BETTER DOCS
*-----------------------------------*/

.wooescrow-betterdocs-wrapper .betterdocs-search-form-wrapper {
  background-color: transparent;
}

/*-----------------------------------*
* RESPONSIVE
*-----------------------------------*/

@media (min-width: 1025px) {
  .wooescrow-desktop-hidden {
    display: none !important;
  }
}
@media (max-width: 1500px) {
  .wooescrow-feature-slider-key {
    padding-left: 100px !important;
  }
}
@media (max-width: 1230px) {
  .wooescrow-tether {
    top: 180px;
  }
}
@media (max-width: 1100px) {
  .wp-block-heading.wooescrow-mark-title mark {
    display: inline-block;
    width: fit-content;
    margin: auto;
  }
}

@media (max-width: 1024px) {
  .wooescrow-mobile-hidden {
    display: none !important;
  }
  .wooescrow-banner-image-group .wooescrow-banner-ethereum .wooescrow-ethereum {
    margin-bottom: 0 !important;
    overflow: hidden;
    right: 0;
  }
  .wooescrow-ethereum img {
    margin-right: -30px;
  }
  .wooescrow-feature-slider-key {
    padding-left: 0px !important;
  }
  .wooescrow-features {
    flex-wrap: wrap !important;
    padding: 0 60px;
  }
  .wooescrow-feature-slider-key .wooescrow-features .wp-block-column {
    flex-basis: calc(50% - 10px);
  }
  .wooescrow-feature-slider-key
    .wp-block-image:not(.wooescrow-features .wp-block-image) {
    margin-left: 30px !important;
  }
  .wooescrow-plugin-workflow {
    padding-bottom: 0 !important;
  }
  .wooescrow-plugin-workflow .wp-block-group.is-layout-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding: 0 70px;
  }
  .wooescrow-initiate-transaction,
  .wooescrow-setting-up-account {
    top: unset;
  }
  .wooescrow-plugin-workflow .wooescrow-initiate-transaction {
    margin-top: 20px;
  }
  .wooescrow-plugin-workflow .wooescrow-direction-middle {
    margin-bottom: 20px;
  }
  .wooescrow-ethereum img,
  .wooescrow-bitcoin img,
  .wooescrow-direction-arrow img,
  .wooescrow-purple-crypto img {
    width: 130px !important;
  }
  .wooescrow-dashed-direction img {
    width: 100px;
  }
  .wooescrow-banner-image-group .wp-block-group figure img,
  .wooescrow-newsletter-blink img {
    width: 40px;
  }
  .wooescrow-benefit-section .wp-block-column,
  .wooescrow-newsletter-section .wp-block-column,
  .wooescrow-secured-transactions .wp-block-column,
  .wooescrow-right-plan .wp-block-column {
    flex-basis: 100% !important;
  }
  .wooescrow-benefit-section .wp-block-columns,
  .wooescrow-newsletter-section .wp-block-columns,
  .wooescrow-secured-transactions .wp-block-columns,
  .wooescrow-right-plan .wp-block-columns {
    flex-direction: column;
  }
  .wooescrow-right-plan
    .wp-block-columns:not(.right-plan-single .wp-block-columns) {
    flex-direction: column-reverse;
  }
  .right-plan-single
    :is(h2, p, .wooescrow-benefits-box, .wooescrow-btn-group-blink) {
    max-width: 100% !important;
  }
  .right-plan-single .wp-block-column {
    padding: 25px;
  }
  .right-plan-single .wp-block-group {
    padding-right: 0 !important;
  }
  .right-plan-single .wooescrow-price-month {
    margin-top: 20px !important;
  }
  .wooescrow-benefit-section .wp-block-column:nth-child(2),
  .wooescrow-secured-transactions .wp-block-column:nth-child(2),
  .wooescrow-right-plan .wp-block-column:nth-child(2) {
    padding-left: 0 !important;
  }
  .wooescrow-benefit-section
    .wp-block-columns
    :is(.wooescrow-benefits-box, .wp-block-heading),
  .wooescrow-secured-transactions
    :is(.wp-block-heading, .wooescrow-benefits-box, .wp-block-buttons) {
    margin-left: 0 !important;
  }
  .wooescrow-assets-group-image {
    padding: 20px;
    margin-top: 30px;
  }
  .wooescrow-bottom-benefit-blink img {
    bottom: 30px;
  }
  .wooescrow-benefit-section .wp-block-heading.wooescrow-mark-title mark,
  .wooescrow-secured-transactions .wp-block-heading.wooescrow-mark-title mark,
  .wooescrow-right-plan .wp-block-heading.wooescrow-mark-title mark {
    margin-left: 0 !important;
  }
  .wooescrow-right-plan .wp-block-column:nth-child(2) {
    padding: 25px !important;
  }
  .wooescrow-right-plan h2 br {
    display: none;
  }
  .wooescrow-chain-link figure {
    right: 0;
  }
  .wooescrow-btc-acoount-img {
    right: 0;
    bottom: -150px;
  }
  .wooescrow-newsletter-section .wp-block-column {
    padding: 0 !important;
  }
  .wooescrow-newsletter-section figure {
    margin-right: 0 !important;
  }
  .wooescrow-newsletter-section .wp-block-column img {
    width: 100%;
  }
  .wooescrow-newsletter-section .wp-block-column .wp-block-group {
    padding-right: 0 !important;
  }
  .wooescrow-newsletter-section .wp-block-column :is(.wp-block-heading, p) {
    text-align: center !important;
  }
  .wooescrow-newsletter-section .wooescrow-newsletter-sub {
    padding-bottom: 50px !important;
  }
  .wooescrow-newsletter-arrow {
    bottom: unset;
    top: 25%;
  }
  .wooescrow-cardano {
    top: unset;
  }
  .wooescrow-benefits-direction,
  .wooescrow-secured-directions {
    margin: -120px 0 40px -70px !important;
  }
  .wooescrow-secured-directions {
    margin-left: -80px !important;
    margin-top: -150px !important;
    padding-bottom: 20px;
  }
  .wooescrow-benefits-direction img,
  .wooescrow-secured-directions img {
    rotate: 40deg;
  }
  .wooescrow-key-features-title .wp-block-heading.wooescrow-mark-title mark,
  .wooescrow-banner-content .wp-block-heading.wooescrow-mark-title mark {
    display: block;
  }
  .wooescrow-plugin-working .wp-block-heading.wooescrow-mark-title {
    max-width: 245px;
  }
  .wooescrow-benefit-main-sec {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .wooescrow-secured-main img:not(.wooescrow-secured-transactions img) {
    margin-left: 30%;
  }
  .wooescrow-direction-cypto {
    overflow: hidden;
    margin-top: -150px !important;
  }
  .wooescrow-direction-cypto
    img:not(.wooescrow-direction-cypto.wooescrow-desktop-hidden img) {
    position: relative;
    left: 230px;
  }
  .wooescrow-direction-cypto.wooescrow-desktop-hidden {
    position: absolute;
    right: 0;
    top: 150px;
  }
  .wooescrow-faq-eth {
    bottom: unset;
    left: 0;
  }
  .wooescrow-purple-crypto .wp-block-image {
    margin-top: -110px !important;
    margin-left: 12% !important;
  }
  .wooescrow-plugin-working {
    padding-top: 0 !important;
  }
  .wooescrow-right-plan .wooescrow-assets-group-image {
    padding: 0 15px;
  }
  .wooescrow-faq-section .wp-block-heading.wooescrow-mark-title mark {
    display: block;
  }
  .wooescrow-right-plan-blink img {
    rotate: 98deg;
    position: absolute;
    width: 30px;
    bottom: 20px;
  }
  .site-footer {
    position: relative;
  }
  .wooescrow-footer-tether {
    bottom: 40px;
  }
  .wooescrow-single-right-eth {
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    top: unset;
  }
}
@media (max-width: 767px) {
  .wooescrow-mobile-hidden {
    display: none !important;
  }
  .wooescrow-banner-icons .wp-block-column:nth-child(1) {
    bottom: 70px;
    top: unset;
    left: -20px;
  }
  .wooescrow-banner-section {
    padding-top: 150px !important;
    background-image: url(../images/mobile-banner-img.png) !important;
  }
  .wp-block-heading.wooescrow-mark-title {
    font-size: 32px;
    line-height: 38px;
  }
  .wp-block-heading.wooescrow-mark-title mark {
    line-height: 30px;
  }
  .wooescrow-banner-text {
    line-height: 25px;
  }

  .wooescrow-ethereum img,
  .wooescrow-bitcoin img,
  .wooescrow-dashed-direction img,
  .wooescrow-direction-arrow img,
  .wooescrow-purple-crypto img,
  .wooescrow-footer-tether img,
  .wooescrow-btc-acoount-img,
  .wooescrow-faq-eth img,
  .wooescrow-secured-main img:not(.wooescrow-secured-transactions img),
  .wooescrow-right-plan
    .wp-block-group:nth-child(1)
    img:not(.right-plan-single .wp-block-group:nth-child(1) img),
  .wooescrow-faq-eth img {
    width: 100px !important;
  }
  .wooescrow-ethereum {
    right: 0;
    top: -50px;
  }
  .wooescrow-banner-image-group figure {
    padding: 0 10px;
  }
  .wooescrow-banner-image-group .wp-block-group figure {
    margin-right: 5px !important;
    margin-bottom: -25px !important;
    padding: 0;
  }
  .wooescrow-banner-image-group .wp-block-group figure img,
  .wooescrow-newsletter-blink img {
    width: 30px;
  }
  .wooescrow-key-features-title {
    padding-top: 60px !important;
  }
  .wooescrow-dashed-direction figure:not(.wooescrow-plugin-working figure) {
    top: -60px;
    width: 65px;
    margin-top: 0;
    right: -12px;
  }
  .wooescrow-benefit-section .wp-block-column:nth-child(2) {
    padding-left: 0 !important;
  }
  .wooescrow-benefits-direction img,
  .wooescrow-secured-directions img {
    width: 130px;
  }
  .wooescrow-btn-group-blink .wp-block-image img,
  .wooescrow-bottom-benefit-blink img,
  .wooescrow-feature-slider-key img:not(.wooescrow-features img) {
    width: 30px;
  }
  .wooescrow-footer .wp-block-image {
    text-align: center;
  }
  .wooescrow-footer .wp-block-group p {
    font-size: 14px;
  }
  .wooescrow-footer .wp-block-group {
    justify-content: center;
    border-top: 1px solid var(--WooLightBackground-color);
    padding: 40px 0 0;
    margin: 25px 0 0;
  }
  .wooescrow-footer .wp-block-columns {
    border: none !important;
  }
  .wooescrow-newsletter-form-group #email {
    width: 70%;
    height: 50px;
    padding: 20px;
  }
  .wooescrow-btc-acoount-img {
    right: 0;
    bottom: -90px;
  }
  .wooescrow-newsletter-arrow {
    top: 40%;
  }
  .wooescrow-newsletter-section {
    padding: 30px !important;
  }
  .wooescrow-newsletter-form .wooescrow-subscribe {
    padding: 2px 15px;
    height: 50px;
  }
  .wooescrow-faq-eth {
    bottom: unset;
    left: 0;
  }
  .wooescrow-benefits-direction,
  .wooescrow-secured-directions {
    width: 150px;
    margin: -100px 0 40px -60px !important;
  }
  .wooescrow-btn-group-blink {
    padding: 0 30px 0 60px !important;
  }
  .wooescrow-plugin-working
    .wp-block-group:not(
      .wooescrow-plugin-working .wp-block-group .wp-block-group,
      .wooescrow-plugin-working .wp-block-group.wooescrow-btn-group-blink
    ) {
    padding-top: 60px !important;
  }
  .wooescrow-plugin-working .wooescrow-dashed-direction figure {
    top: -60px;
    right: -15px;
  }
  .wooescrow-banner-section .wp-block-button {
    text-align: center;
  }
  .wooescrow-right-plan {
    background-image: url(../images/right-plan-mobile.png) !important;
    padding-bottom: 0px !important;
  }
  .wooescrow-direction-cypto {
    margin-top: -100px !important;
  }
  .wooescrow-direction-cypto
    img:not(.wooescrow-direction-cypto.wooescrow-desktop-hidden img) {
    left: 160px;
    width: 250px;
  }
  .wooescrow-direction-cypto.wooescrow-desktop-hidden {
    top: 100px;
  }
  .wooescrow-right-plan
    .wp-block-group:first-child
    .wp-block-image:not(
      .wooescrow-dashed-flip-direction,
      .wooescrow-right-plan.right-plan-single
        .wp-block-group:first-child
        .wp-block-image
    ) {
    margin-top: -150px !important;
    margin-left: 15% !important;
  }
  .wooescrow-accordion-tab {
    padding: 20px 25px !important;
  }
  .wooescrow-accordion-tab summary {
    font-family: var(--WooPrimary-font);
    line-height: 25px;
    font-size: 18px;
    gap: 30px;
  }
  .wooescrow-accordion-tab summary::after {
    font-size: 16px;
  }
  .wooescrow-accordion-tab p {
    font-size: var(--WooParagraph-smaller-font);
  }
  .wooescrow-dashed-flip-direction {
    position: absolute;
    right: -25px;
    width: 40px;
  }
  .wooescrow-right-plan .wooescrow-btn-group-blink {
    padding-left: 0 !important;
  }
  .wp-block-button a {
    width: 230px !important;
  }
  .wooescrow-price-month {
    margin-top: 0 !important;
  }
  .wooescrow-secured-main {
    padding-bottom: 50px !important;
  }
  .wooescrow-newsletter-blink {
    position: absolute;
    margin-top: -50px !important;
    right: -20px;
  }
  .wooescrow-newsletter-arrow {
    left: -120px;
  }
  .wooescrow-newsletter-arrow img {
    width: 180px;
  }
  .wooescrow-navigation .wp-block-column,
  .wooescrow-navigation .wp-block-column nav {
    position: unset;
  }
  .wp-block-navigation .wp-block-navigation-item,
  .wp-block-navigation .wp-block-navigation-item a,
  .wooescrow-navigation .wp-block-navigation__responsive-container {
    width: 100% !important;
  }
  .wp-block-navigation .wp-block-navigation-item a {
    padding: 20px 10px !important;
    font-size: var(--WooParagraph-small-font);
  }
  .wooescrow-navigation
    .wooescrow-header-container
    .wp-block-navigation__responsive-container-content
    ul.wp-block-navigation__container {
    width: 100%;
    box-shadow: none;
    border-radius: 0;
    border-top: 1px solid var(--WooLightBackground-color);
  }
  .wooescrow-navigation {
    padding-right: 0 !important;
    padding-bottom: 30px !important;
  }
  .wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open,
  .wooescrow-navigation .wp-block-navigation__responsive-container-close {
    margin-right: 20px;
  }
  .wooescrow-navigation .wp-block-navigation__responsive-container-close {
    margin-top: 30px !important;
  }
  .wooescrow-navigation
    .wooescrow-header-container
    .wp-block-navigation__responsive-container-content
    ul::before {
    display: none;
  }
  .has-modal-open .wooescrow-navigation {
    background-color: var(--WooWhite-color);
  }
  #wpadminbar {
    display: none !important;
  }
  html {
    margin-top: 0 !important;
  }
  .wooescrow-navigation .wp-block-image img {
    position: relative;
    z-index: 100000;
  }
  .wooescrow-plugin-working {
    background-image: url(../images/right-plan-mobile.png) !important;
  }
  .wooescrow-footer-tether {
    bottom: unset;
  }
  .wooescrow-navigation .wooescrow-header-container nav button {
    background-color: var(--WooWhite-color);
    box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.08);
  }
  .wooescrow-navigation .wp-block-navigation__responsive-container-open {
    padding: 15px 10px;
  }
  .wooescrow-navigation .wp-block-navigation__responsive-container-close {
    padding: 10px 10px 20px;
    height: 50px;
  }
  .wooescrow-navigation
    .wooescrow-header-container
    .wp-block-navigation__responsive-container-content
    ul.wp-block-navigation__container {
    margin-top: 50px;
  }
}
@media (max-width: 450px) {
  .wooescrow-benefits-box .wp-block-image {
    width: 15%;
  }
}
.Rectangle_6_copy {
  border-radius: 22px;
  background-color: rgb(233, 236, 245);
  position: absolute;
  left: 785px;
  top: 145px;
  width: 781px;
  height: 721px;
  z-index: 72;
}

