/** Shopify CDN: Minification failed

Line 1395:34 Unexpected "{"

**/
:root {
  /* Brand */
  --c-primary: #CCFF01;
  --c-primary-hover: #070707;
  --c-text-black: #070707;
  --c-text-gray: #3D3D3D;
  --c--dark-blue: #040625;

  /* Neutrals */
  --c-bg-black: #070707;
  --c-bg-light-black: #1A1A1A;
  --c-bg-gray: #E0E0E0;
  --c-bg-white2: #F5F5F5;
  --c-white: #FFFFFF;

  /* Typography */
  --c-ff-base: "SuisseIntl", system-ui;
  --c-fs-p: 16px;


  /* Radius */
  --c-radius: 30px;
  
}


.custom-btn {
  background: var(--c-primary);
  color: var(--c-bg-black);
  border: none;
  border-radius: 7px;
  padding: 22px 29px;
  font-family: var(--c-ff-base);
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  transition: background 150ms ease;
  font-weight: 500;
  font-style: Medium;
  text-transform: uppercase;
  text-wrap: nowrap;

  /* --- HOVER --- */
  &:hover {
    background: #C6E84A;
    color: var(--c-bg-black);
  }

  /* --- FOCUS --- */
  &:focus,
  &:focus-visible {
    box-shadow: 0 0 0 3px var(--c-primary);
  }

  /* --- DISABLED --- */
  &:disabled {
    background: #B4D343;
    color: var(--c-bg-black);
    cursor: not-allowed;
  }
}

.custom-btn-secondary {
  background: var(--c-bg-black);
  color: var(--c-primary);
  border: none;
  border-radius: 7px;
  padding: 22px 29px;
  font-family: var(--c-ff-base);
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  transition: background 150ms ease;
  font-weight: 500;
  font-style: Medium;
  text-transform: uppercase;

  /* --- HOVER --- */
  &:hover {
    background: #2C2F46;
  }

  /* --- FOCUS --- */
  &:focus,
  &:focus-visible {
    box-shadow: 0 0 0 3px #0406253D;
  }

  /* --- DISABLED --- */
  &:disabled {
    background: #36384F;
    color: #E0E0E0;
    cursor: not-allowed;
  }
}

.ew-header{
    font-weight: 500;
    font-style: Medium;
    font-size: 45px !important;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    color: var(--c-text-gray);
    margin: 0 0 12px;
}


.ew-header strong {
    color: var(--c-text-black);
    font-weight: 500;
}

/* использование */
body {
  font-family: "SuisseIntl-regular", sans-serif;
  scroll-behavior: smooth;
}

.custom-ew-header-menu {
    flex-direction: column;
    text-align: start;
    align-items: flex-start;
    border-radius: 15px;
    background: #000!important;
    padding: 24px;
    gap: 8px;
    margin-top: 10px;
    width: auto!important;
}

.ever-mega__inner {
    display: flex;
    gap: 32px;
}

.ew-new-header__menu-item {
    background: transparent!important;
    color: #fff!important;
    font-size: 18px;
    font-weight: 500;
   
}

.ew-new-header__menu-item .header__menu-item-link {
 text-transform: none!important;
}

.ever-mega__link {
  padding: 16px;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
}

.ever-mega__link:hover {
  border-radius: 15px;
  background: #292929;
}



.ever-mega__arrow {
  opacity: 0;
  transform: translate(-4px, 4px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  flex-shrink: 0;
}

.ever-mega__link:hover .ever-mega__arrow {
  opacity: 1;
  transform: translate(0, 0);
}

.header__menu-item-link--level-2 {
    width: 250px;
     display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background 0.2s ease;
  padding: 16px;
}
.header__menu-item-link--level-2:hover {
  border-radius: 15px;
  background: #292929;
}

.header__menu-item-link--level-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__menu-item-link--level-2 .ever-mega__arrow {
  opacity: 0;
  transform: translate(-4px, 4px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.header__menu-item-link--level-2:hover .ever-mega__arrow {
  opacity: 1;
  transform: translate(0, 0);
}

.header__menu-level-2-item .header__menu-item-link {
    display: flex;
    justify-content: space-between!important;
}

.header__menu-level-2:not(:has(> .header__menu-level-2-item > .ever-mega__inner)) {
  left: auto;
  right: 0;
}

.header__menu-item-link--level-2:hover {
  border-radius: 15px;
  background: #292929;
}

/* Стрелка — скрыта по умолчанию */
.header__menu-item-link--level-2 .menu-arrow {
  opacity: 0;
  transform: translate(-4px, 4px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  flex-shrink: 0;
}

.ever-mega__image {
    height: 210px;
}

.ever-mega__links {
    flex-direction: column;
    text-align: start;
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    width: 250px;
}

.ever-mega__accent--fit, .ever-mega__accent--home, .ever-mega__accent--build {
    color: var(--c-primary);
}

.header__menu-level-2-item {
    margin: 0!important;
}

.header__menu-level-2 {
    padding: 24px!important;
}

/*временно скрытый хедер*/

.gs-reveal, .gs-reveal-stagger > * { will-change: transform, opacity; }

.ew-hero__header {
    position: absolute;
    top: 40px;
    z-index: 10;
    padding: 0 100px;
    width: 100%;

}

.ew-hero   {
    height: 100vh;
}

.ew-hero__header-inner {
     display: flex;
    justify-content: space-between;
    max-width: 1352px;
    margin: 0 auto;
    align-items: center;
}

.ew-hero__bg img {
  transform: translateZ(0) scale(1);
  transform-origin: 50% 50%;
  will-change: transform;
  backface-visibility: hidden;
}

.ew-slider__tab-icon img {
    margin: 0 auto 10px;
    display: flex;
}

.ew-slider__image {
    max-width: 100%;
}

.ew-ebook__visual {
    display: flex;
}


.ew-hero__nav {
    display: flex;
    align-items: center;
    gap: 23px;
    color: var(--c-white);
    font-weight: 400;
    font-size: 14px;
    line-height: 20.5px;
    letter-spacing: 0px;
    border-radius: 50px;
    background: #10101033;
    padding: 13px 18px;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    
}

.ew-hero-container {
    width: 100%;
    height: 100vh;
    border-radius: 30px;
    padding: 15px 12px;
    overflow: hidden;
}

.ew-hero__bg {
    border-radius: 30px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
}

.ew-hero__bg img {
    object-fit: cover;
    object-position: center -65px;
    width: 100%;
    height: 100%;
}

.ew-hero__bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #04040459;
}

.ew-hero__text {
    position: absolute;
    left: 62px;
    bottom: 58px;
    width: 100%;
}

.ew-hero__title {
    font-weight: 500;
    font-style: Medium;
    font-size: 45px;
    line-height: 120%;
    letter-spacing: 0px;
    vertical-align: middle;
    color: var(--c-white);
    margin-bottom: 20px;
}

.ew-hero__title span {
        font-weight: 700;

}

.ew-hero__badge {
    position: absolute;
    right: 52px;
    bottom: 68px;
}

.ew-header__cta {
    width: 203px;
    height: 35px;
    display: flex;
    justify-content: center;
}

.ew-result {
    padding: 56px 185px;
    text-align: center;
    height: 100vh;
}

/*result section*/

.ew-result__header {
    max-width: 1090px;
    margin: 0 auto;
}

.ew-result__headline, .ew-coaching__container .ew-coaching__title {
    font-size: 80px!important;
}

.ew-slider__title {
    font-size: 55px!important;
}

.ew-result__header--full-height {
    height: 100vh;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.ew-container-simple--icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    height: 100%;
}



.ew-result__subtext {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 22px;
    line-height: 150%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    margin: 0;
}



.ew-result__label {
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    color: var(--c-text-gray);
}

.ew-result__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 10px auto 0;
    max-width: 1142px;
    height: 100px;
    width: 100%;
}


.ew-card--highlight {
    background: var(--Green-1, #CCFF01);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 24px 0;
    gap: 10px;
}

.ew-card__title {
    font-size: 12px;
    margin: 0;
}

.ew-card__icon {
        display: flex;
    justify-content: center;
}

.ew-human__note {
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0px;
    text-align: right;
    max-width: 500px;
    margin: 0;
}

.ew-human__icon-img{
    margin-bottom: 10px;
}

.ew-human-section-hedline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 47px 55px;
    padding: 0 32px 30px;
}

.ew-human-section-hedline, .ew-human__grid {
    max-width: 1312px;
    margin: 0 auto;
}

.ew-human {
    padding: 13px 12px;
}

.ew-human__container {
    background: var(--c-bg-white2);
    border-radius: 30px;
    padding: 90px 85px;
}

.ew-human__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.ew-human__content {
    width: 100%;
}

.ew-human__image {
    max-width: fit-content;
    height: 100%;
}

.ew-human__item {
    font-family: 'suisseIntl', sans-serif;
    background: var(--c-white);
    border-radius: 15px;
    padding: 39px 32px;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0px;
    color: var(--c-bg-light-black);
    display: flex;
    flex-direction: column;
}

.ew-human__media {
    border-radius: 15px;
    overflow: hidden;
    width: 100%;
    max-height: 437px;
}


.ew-human__grid {
   display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

/*slider*/

.ew-slider {
    background-color: var(--c--dark-blue);
    padding: 107px 50px;
    position: relative;
}

.ew-slider__title {
    color: var(--c-white);
    font-size: 55px;
    margin: 0 0 24px;
}

.ew-slider__accent {
    color: var(--c-primary);
}

.ew-slider__media {
    max-width: 720px;
    margin: 0 auto;
    border-radius: 12px;
    margin-bottom: 32px;
    overflow: hidden;
}

.ew-slider__controls {
    background-color: #1D1E35;
    border-radius: 12px;
    width: fit-content;
    margin: 0 auto;
}

.ew-slider-decoration img {
    position: absolute;
    top: 78px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    max-width: 100%;
}

.ew-slider__tab {
    background: transparent;
    border: none;
    color: var(--c-white);
    font-size: 20px;
    font-weight: 500;
    padding: 24px;
}

.ew-slider__container {
    position: relative;
    z-index: 1;
}

.ew-slider__tab.is-active {
    background: var(--c-primary);
    color: var(--c-bg-black);
    border-radius: 12px;
}

.ew-slider__tab.is-active img {
    filter: invert(100%);
}

.ew-slider__text {
    color: var(--c-white);
    font-size: 16px;
    font-weight: 500;
    line-height: 150%; /* 24px */
    max-width: 575px;
    margin: 16px auto 0;
    text-align: center;
    text-transform: uppercase;
}

/*inbody*/

.ew-inbody {
    padding: 12px 15px;
}

.ew-inbody__text {
    margin-bottom: 55px;
}

.ew-inbody__container {
    background: var(--c-primary);
    border-radius: 30px;
    padding: 77px 141px 0 0;
    display: flex;
    justify-content: space-between;
    gap: 47px;
    position: relative;
    align-items: center;
    overflow: hidden;
}

.ew-inbody__btn {
    margin-top: 41px;
}

.ew-inbody__title {
    text-align: left;
}

.ew-inbody__decor {
    position: absolute;
    bottom: 0;
}

.ew-inbody__decor img {
    width: 100%;
}

.ew-inbody__media, .ew-inbody__content {
    z-index: 3;
}

/*coaching section*/

.ew-coaching {
    background-color: var(--c--dark-blue);
    color: var(--c-white);
    padding: 100px 50px;
}

.ew-coaching__title {
    color: var(--c-white);
    font-size: 80px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: left;
}

.ew-coaching__kicker {
    color: var(--c-white);
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 33px */
    text-transform: uppercase;
    margin-bottom: 20px;
}

.ew-coaching__accent {
    color: var(--c-primary);
}

.ew-coaching__grid {
    display: grid;
    grid-template-columns: 14fr 25fr; 
    gap: 16px;
    min-height: 515px;
}

.ew-accordion__item {
    border-radius: 32px;
    background: #121654;
    max-width: 500px;
    padding: 24px 32px;
    gap: 10px;
}

.ew-accordion__heading {
    margin: 0;
}

.ew-accordion__heading {
    font-size: 16px;
}

.ew-accordion__text {
    margin-top: 10px;
}

.ew-accordion  {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ew-coaching__right {
    max-height: 515px;
    overflow: hidden;
    border-radius: 16px;
    position: relative;
}

.ew-coaching__image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.ew-accordion__item.is-active .ew-accordion__trigger {
    color: var(--c-primary);
}

.ew-accordion__trigger {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
    background: transparent;
    color: var(--c-white);
    border: none;
}

.ew-coaching__container {
    max-width: 1280px;
    margin: 0 auto;
}

/*transformations section*/

.ew-transformations {
    padding: 12px 15px; 
}

.ew-transformations__container {
    padding: 114px 0 103px;
    background: #F0F0F0;
    border-radius: 30px;
}

.ew-transformations__title {
    text-align: left;
}

.ew-transformations__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 32px 70px;
}

.ew-transformations__title-container, .ew-transformations__subtitle {
    max-width: 605px;
}

.ew-transformations__subtitle {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: right;
    vertical-align: middle;
    text-transform: uppercase;
}

.ew-transformations__subtitle p {
    font-size: 12px;
}

.ew-transformations__card {
    max-width: 491px;
    background: var(--c-bg-white2);
    border-radius: 30px;
    padding: 20px 15px;
}

.ew-transformations__images {
    display: flex;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

.ew-transformations__images .ew-transformations__image {
    width: 50%;
}

.ew-transformations__badge {
    position: absolute;
    bottom: 0;
    right: 0;
}

.ew-transformations__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ew-transformations__badge {
    padding: 15px 24px;
    font-size: 22px;
    background: var(--c-primary);
    border-top-left-radius: 10px;
    height: 55px;
    font-weight: 500;
}

.ew-transformations__info {
    margin-top: 20px;
}

.ew-transformations__result {
    font-weight: 500;
    font-style: Medium;
    font-size: 45px;
    line-height: 44px;
    letter-spacing: 0px;
}

.ew-transformations__desc {
    font-weight: 500;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0px;

}

.ew-transformations__slider {
  overflow: hidden;
}


/*ebook*/

.ew-ebook {
    padding: 15px;
    position: relative;
}

.ew-ebook__container {
    padding: 123px 0 55px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    max-width: 1274px;
    gap: 30px;
}

.ew-ebook__title {
    text-align: left;
    margin-bottom: 10px;
}

.ew-ebook__text p {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: var(--c-bg-black);
    margin: 0;
}

.ew-ebook__text {
    margin-top: 20px;
    margin-bottom: 20px;
}

.ew-ebook__form {
    margin-top: 41px;
    display: inline-flex;
    align-items: center;
    gap:5px;
    z-index: 3;
}

.ew-ebook__form input {
    padding: 12px 25px;
    border-radius: 10px;
    border: 1px solid var(--c-bg-gray);
    font-size: 16px;
    color: #1D1D1B80;
    background-color: var(--c-bg-white2);
}

.ew-ebook__form input:focus-visible{
     border: 1px solid #070707;
        outline: none;
}

.ew-ebook__content {
    max-width: 680px;
}


.ew-ebook__form .ew-ebook__submit {
    border-radius: 10px;
    background-color: var(--c-primary);
    border: none;
    height: 48px;
    width: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/*cta*/

.ew-cta {
    padding: 15px;
}

.ew-cta__container {
    border-radius: 30px;
    background-color: #040625;
    padding: 32px 15px;
}

.ew-cta__logo {
    display: flex;
}

.ew-cta__logo img {
    margin: 0 auto;
}

.ew-cta__title {
    color: var(--c-white);
    margin: 24px auto 12px;
}

.ew-cta__text {
    color: var(--c-white);
    font-weight: 400;
    font-size: 32px;
    line-height: 150%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
}

.ew-cta__button {
    display: flex;
    justify-content: center;
    margin-top: 44px;
    width: 393px;
    margin: 24px auto 0;
    padding: 13px 0;
    font-size: 16px;
}

.ew-faq {
    padding: 94px 0;
}

.ew-faq__title {
    margin-bottom: 76px;
}

.ew-faq__item {
    max-width: 760px;
    margin: 0 auto;
}

.ew-faq__question {
    border: none;
    border-radius: 30px;
    background-color: var(--c-bg-white2);
    padding: 29px 23px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin-top: 20px;
}

.ew-faq__icon {
    background: var(--c-primary);
    border-radius: 50px;
    height: 40px;
    width: 40px;
    position: relative;
}

.ew-faq__icon-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ew-faq__answer {
    padding: 29px 23px 0;
    margin-bottom: 20px;
}

.ew-features {
    background: var(--c--dark-blue);
    color: var(--c-white);
    padding: 48px 0;
}

.ew-features__title {
    color: var(--c-white);
}

.ew-features__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    max-width: 1482px;
    margin: 0 auto;
}

.ew-feature-card {
    padding: 18px;
    max-width: 665px;
}

.ew-feature-card__text, .ew-features__kicker {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0px;
    color: var(--c-bg-white2);
}

.ew-features__kicker {
    text-align: center;
    margin-bottom: 24px;
}

.ew-feature-card__title {
    font-weight: 500;
    font-style: Medium;
    font-size: 45px;
    line-height: 100%;
    letter-spacing: 0px;
    margin-top: 40px;
    margin-bottom: 16px;
}

.ew-inbody__decor {
    width: 100%;
}

.ew-footer-hero {
  background: #040625;
  color: #fff;
  overflow: hidden;
  border-top: 2px solid #7c4dff;
  font-family: Arial, sans-serif;
}

.ew-footer-hero__grid {
  display: grid;
  grid-template-columns: auto 1fr 1fr;
  grid-template-rows: 155px 1fr;
  min-height: 560px;
}

.ew-footer-hero__left,
.ew-footer-hero__nav,
.ew-footer-hero__socials,
.ew-footer-hero__content,
.ew-footer-hero__cta {
  position: relative;
  padding: 35px;
  border: none;
  box-sizing: border-box;
}

.ew-footer-hero__left {
  grid-row: 1 / 3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ew-footer-hero__logo {
  font-size: 72px;
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -2px;
}

.ew-footer-hero__icon img {
  width: 50px;
  height: auto;
  display: block;
}

.ew-footer-hero__copyright {
  font-size: 18px;
  line-height: 1.35;
  color: rgba(255,255,255,0.95);
}

.ew-footer-hero__nav {
  display: flex;
  align-items: center;
}

.ew-footer-hero__nav a,
.ew-footer-hero__socials a {
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    color: var(--c-white);
}

.ew-footer-hero__socials {
  display: flex;
  align-items: center;
  gap: 28px;
}

.ew-footer-hero__socials a {
  position: relative;
}


.ew-footer-hero__content {
  display: flex;
  align-items: center;
}

.ew-footer-hero__title {
  position: relative;
  z-index: 2;
  margin: 0;
  font-size:45px;
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: -2px;
  max-width: 620px;
}

.ew-footer-hero__bg-text {
  position: absolute;
  bottom: -20px;
  right: -50%;
}

.ew-footer-hero__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.ew-footer-hero__person {
  flex-shrink: 0;
}

.ew-footer-hero__person img {
  width: 173px;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

.ew-footer-hero__cta-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.ew-footer-hero__cta-title {
  margin: 0 0 24px;
  font-size: 32px;
  line-height: 1.05;
  font-weight: 500;
  text-transform: uppercase;
}

.ew-footer-hero__cta-title span {
  color: #d5ff00;
  font-weight: 500;
}

.ew-footer-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
}

.ew-footer-hero__button:hover {
  background: #d5ff00;
}

@media (max-width: 1200px) {
  .ew-footer-hero__grid {
    grid-template-columns: auto 1fr 1fr;
  }

  .ew-footer-hero__title {
    font-size: 48px;
  }

  .ew-footer-hero__bg-text {
    font-size: 130px;
    left: 180px;
  }

  .ew-footer-hero__person img {
    width: 160px;
    height: 160px;
  }
}

@media (max-width: 991px) {
  .ew-footer-hero__grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .ever-mega__image {
    display: none;
  }

  .ew-footer-hero__left {
    grid-row: auto;
  }

  .ew-footer-hero__left,
  .ew-footer-hero__nav,
  .ew-footer-hero__socials,
  .ew-footer-hero__content,
  .ew-footer-hero__cta {
    border-right: none;
  }

  .ew-footer-hero__content,
  .ew-footer-hero__cta {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .ew-footer-hero__title {
    font-size: 40px;
  }

  .ew-footer-hero__bg-text {
    left: 40px;
    bottom: 10px;
    font-size: 100px;
  }

  .ew-footer-hero__cta {
    flex-direction: column;
    align-items: flex-start;
  }
  .ew-hero, .ew-hero-container   {
    height: 60vh;
    }
    .ew-hero-container {
        position: relative;
    }
    .ew-footer-hero__left, .ew-footer-hero__content {
        align-items: start;
    }
    
}

@media (max-width: 575px) {
  .ew-footer-hero__left,
  .ew-footer-hero__nav,
  .ew-footer-hero__socials,
  .ew-footer-hero__content,
  .ew-footer-hero__cta {
    padding: 24px;
    gap: 15px;
  }

  .ew-footer-hero__logo {
    font-size: 52px;
  }

  .ew-footer-hero__title {
    font-size: 32px;
    line-height: 1.1;
  }

  .ew-footer-hero__cta-title {
    font-size: 28px;
  }

  .ew-footer-hero__button {
    width: 100%;
    min-width: 0;
  }

  .ew-footer-hero__bg-text {
    font-size: 72px;
    left: 24px;
  }
}

@media (min-width:1200px) {
    .ew-new-header__nav-wrapper {
  border-radius: 50px;
  background: #10101033;
  padding: 13px 18px!important;
  backdrop-filter: blur(18px);
  height: auto!important;
  margin: 0 auto;
  }
}

@media (max-width: 990px) {
    .ew-hero__nav {
        display: none;
    }
    .ew-hero__header {
        padding: 0 50px;
    }
    .ew-result__grid {
        grid-template-columns: 1fr;
        height: auto;
    }
    .ew-header, .ew-hero__title, .ew-result__headline, .ew-slider__title, .ew-coaching__container .ew-coaching__title {
        font-size: 24px!important;
    }

    .ew-transformations__result,  {
        font-size: 16px!important;
    }
    .ew-transformations__desc {
        font-size: 14px!important;
    }

    .ew-feature-card__title {
        font-size: 20px!important;
    }
    .ew-result, .ew-features {
        padding: 15px;
    }
    .ew-human-section-hedline {
        flex-direction: column;
        gap: 20px;
        margin: 0 0 32px;
        padding: 0;
        text-align: center;
    }

    .ew-human__note {
        text-align: center;
        margin: 0 auto;
    }
    .ew-human__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .ew-transformations__info {
        margin: 0 10px 10px;
    }

    .ew-transformations__badge {
        height: auto;
        padding: 10px;
        font-size: 14px;
    }

    .ew-ebook__text p {
        font-size: 14px;
    }

    .ew-hero__badge {
        display: none;
    }

    .ew-human__item {
        font-size: 16px;
        padding: 15px;
    }
    .ew-feature-card {
        padding: 5px;
    }

    .ew-human__image {
        max-width: 100%;
    }

    .ew-feature-card__text, .ew-inbody__text, .ew-transformations__subtitle, .ew-ebook__text {
        font-size: 14px;
    }

    .ew-inbody__container {
        padding: 30px 15px 0;
        flex-direction: column-reverse;
    }

    .ew-inbody__content {
        padding-bottom: 0;
    }

    .ew-inbody__text {
        margin-bottom: 20px;
    }
    .ew-inbody__container {
        gap: 0;;
    }

    .ew-coaching__grid {
       display: flex;
        flex-direction: column-reverse;
    }
    .ew-coaching__right {
        height: 250px;
    }

    .custom-btn-secondary, .custom-btn {
        display: flex;
        justify-content: center;
        margin: 20px 0;
        padding: 23px 24px;
    }
    
    .ew-features__button {
        margin: 0 20px;
    }

    .ew-inbody__image {
        max-width: 400px;
    }
    .ew-transformations__header {
        flex-direction: column;
        padding: 0;
        align-items: flex-start;
    }
    .ew-faq, .ew-faq__question {
        padding: 15px;
    }
    .ew-transformations__container {
        padding: 30px 15px;
    }
    .ew-transformations__subtitle {
        text-align: left;
        text-transform: none;
        margin-bottom: 12px;
    }
    .ew-ebook__container {
        flex-direction: column;
        gap: 30px;
        padding:  15px;
    }
    .ew-ebook__phone {
        max-width: 70%;
        margin: 0 auto
    }
    .ew-ebook__form {
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 15px;
    }
    .ew-ebook__input-name {
        width: 280px;
    }
    .ew-cta__text {
        font-size: 14px;
    }
    .ew-cta__logo img {
        max-width: 100px;
    }

    .ew-cta__container, .ew-transformations__images, .ew-transformations__card, .ew-transformations__container, .ew-inbody__container, .ew-human__container, .ew-hero-container, .ew-hero__bg {
        border-radius: 12px;
    }
    .ew-transformations__card {
        padding: 0;
    }
    .ew-cta__container {
        padding: 20px;
    }
    .ew-human__container, .ew-coaching {
        padding: 30px 15px;
    }
    .ew-coaching__kicker {
        font-size: 14px;
    }
    .ew-accordion__item {
        padding: 15px 20px;
    }
    .ew-accordion__trigger {
        text-align: left;
        font-size: 14px;
    }
    .ew-accordion__text {
        font-size: 12px;
    }
    .ew-accordion__item {
        border-radius: 12px;
    }
    .ew-result  {
        height: auto;
    }
    .ew-result__header--full-height{
        height: 50vh;
    }
    
    .ew-cta__button {
        width: auto;
        font-size: 12px;
    }
    .ew-result__subtext {
        margin-bottom: 6px;
        font-size: 14px;
    }
    .ew-result__grid-below {
        margin-bottom: 20px;
    }
    .ew-faq__title  {
        margin-bottom: 20px;
    }
    .ew-faq__question {
        border-radius: 10px;
    }
    .ew-features__grid {
        row-gap: 20px;
        margin-bottom: 20px;
    }
    .ew-faq__answer {
        font-size: 14px;
        padding: 15px 15px 0;
    }
    .ew-hero__text {
            left: 20px;
    bottom: 58px;
    max-width: 90%;
    width: auto;
    }
    .ew-hero__bg img {
         object-position: center 0;
    }
    .ew-header__cta {
        margin: 0;
        padding: 13px 24px;
    }

    .ew-slider {
        padding: 50px 15px;
    }
    .ew-slider__tab {
        font-size: 13px;
        padding: 10px;
    }
    .ew-slider__text {
        font-size: 13px;
    }

}

@media (max-width: 630px) {
    .ew-header__cta {
        display: none;
    }
}

.ew-footer-hero__copyright-credit a{
    margin-left: 20px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
}

.ew-footer-hero__copyright {
    display: flex;
}

.dynamic-cart__wrapper {
    border-radius: 50px;
    background: #10101033!important;
    padding: 13px 18px !important;
    backdrop-filter: blur(18px);
    height: auto !important;
    color: #ffffff;
}

.dynamic-cart__title-wrapper {
    text-align: center;
}

.dynamic-cart__title {
    background: none!important;
}

.dynamic-cart__wrapper .tax-note a {
    color: var(--c-primary);
}
.dynamic-cart__footer {
    border-top: 1px solid #ffffff!important;
}

.dynamic-cart__item-title a{
    color: #fff!important;
    font-size: 32px;
}

.dynamic-cart__quantity-price-wrapper .quantity {
    background: #10101033 !important;
    backdrop-filter: blur(18px);
    border-radius: 5px;
}

.quantity__button svg {
    fill: #fff;
}

.dynamic-cart__price-wrapper .price {
    color: var(--c-primary)!important;
}

@media (max-width: 990px) {
    .dynamic-cart__wrapper {
        border-radius: 20px;
    }

}