:root {
  --menu_height: 150px;
  --menu_position: relative; }

:root {
  --primary: #cb57ce;
  --secondary: #ffe5fd;
  --xl: 0%;
  --lg: 0%;
  --md: 0%;
  --sm: 0%;
  --xm: 5%;
  --ym: 5%;
  --h1_size: calc(6.25rem - var(--xl));
  --font_110: calc(6.875rem - var(--xl));
  --font_100: calc(6.25rem - var(--xl));
  --h2_size: calc(5.625rem - var(--xl));
  --font_90: calc(5.625rem - var(--xl));
  --h3_size: calc(3.75rem - var(--lg));
  --font_70: calc(4.375rem - var(--lg));
  --font_65: calc(4.0625rem - var(--lg));
  --font_60: calc(3.75rem - var(--lg));
  --h4_size: calc(3.125rem - var(--lg));
  --font_50: calc(3.125rem - var(--lg));
  --h5_size: calc(2.5rem - var(--md));
  --font_45: calc(2.8125rem - var(--md));
  --font_40: calc(2.5rem - var(--md));
  --h6_size: calc(1.875rem - var(--sm));
  --font_35: calc(2.1875rem - var(--sm));
  --font_30: calc(1.875rem - var(--sm));
  --font_28: calc(1.75rem - var(--sm));
  --font_25: calc(1.5625rem - var(--sm));
  --font_20: calc(1.25rem - var(--sm));
  --content_size: calc(1.25rem - var(--sm));
  --nav_size: calc(1.75rem - var(--sm));
  --button_size: calc(2.1875rem - var(--sm));
  --bs-body-font-family: 'Nunito Sans', sans-serif;
  --bs-body-font-size: 1.25rem;
  --bs-body-font-weight: 300;
  --bs-body-line-height: 1.5em;
  --bs-body-color: #cb57ce;
  --bs-body-bg: #cb57ce;
  --bs-primary: #cb57ce;
  --bs-secondary: #ffe5fd;
  --wpforms-button-background-color-alt: #cb57ce;
  --wpforms-button-background-color: #cb57ce;
  --wpforms-button-text-color: #fff7fe; }

* {
  margin: 0;
  padding: 0; }

html {
  font-size: 13px; }

body {
  font-size: var(--content_size);
  line-height: 1.5em;
  color: #cb57ce;
  font-family: 'Nunito Sans', sans-serif;
  background: #ffe5fd;
  font-weight: 300;
  zoom: 1; }

#container {
  width: 100%;
  overflow: clip; }

#page-wrap, .container {
  max-width: 1920px;
  margin: 0px auto;
  padding: 0px; }

body.page-template-template_full-width #page-wrap {
  max-width: 100% !important; }

body.single .entry-content {
  padding-top: 40px; }

#loader {
  background: #cb57ce;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9; }
  #loader .loader__left {
    width: 19vw;
    position: absolute;
    left: 4vw;
    bottom: 2vw; }
    #loader .loader__right {
      width: 14vw;
      position: absolute;
      right: 13vw;
      top: 10vw; }
  #loader #cookie {
    max-width: 950px;
    margin: 0 auto;
    height: 75%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    #loader #cookie .cookie__closed {
      animation: shake 0.5s;
      animation-iteration-count: infinite;
      text-align: center; }
      #loader #cookie .cookie__closed img {
        max-width: 100%; }
      #loader #cookie .cookie__open {
        text-align: center; }
      #loader #cookie .cookie__open img {
        max-width: 100%; }

#wrap {
  position: relative;
  margin-top: 0px; }

#primary-navigation {
  padding: 0px var(--xm); }
  #primary-navigation ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    text-align: center; }
  #primary-navigation li {
    list-style: none;
    color: #40321d;
    text-align: center;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.625px;
    text-transform: uppercase; }
    #primary-navigation li a {
      color: #40321d; }
  #primary-navigation li.active {
    color: #cb57ce !important; }
    #primary-navigation li.active a {
      color: #cb57ce !important; }
  #primary-navigation li.logo {
    width: 340px;
    width: 20%; }
  #primary-navigation .item-1 {
    width: 8%; }
  #primary-navigation .item-2 {
    width: 12%; }
  #primary-navigation .item-3 {
    width: 8%; }

#primary-nav {
  background: #ffe5fd;
  color: #40321d !important;
  position: var(--menu_position);
  top: 0px;
  z-index: 999999;
  width: 100%;
  height: var(--menu_height) !important; }
  #primary-nav a, #primary-nav a.nav-link {
    color: #40321d !important; }
  #primary-nav a.gm-anchor, #primary-nav .gm-menu-item__txt {
    font-size: var(--nav_size) !important; }

.gm-inner {
  height: var(--menu_height) !important;
  border-bottom: none !important; }

.gm-inner .gm-container, .gm-navbar {
  height: var(--menu_height) !important; }

.gm-navbar:not(.gm-navbar-sticky-toggle) .gm-inner {
  min-height: var(--menu_height) !important; }

.gm-dropdown-menu.gm-minicart-dropdown {
  background: #ffe5fd; }

.gm-drawer--open .gm-logo, .gm-drawer--open .gm-menu-actions-wrapper {
  opacity: 1; }

.gm-navbar .gm-main-menu-wrapper {
  opacity: 1; }

.gm-dropdown-menu-wrapper .gm-dropdown-menu {
  border-top-color: #ffe5fd !important;
  background: #ffe5fd !important;
  color: #40321d !important; }
  .gm-dropdown-menu-wrapper .gm-dropdown-menu .gm-menu-item__link, .gm-dropdown-menu-wrapper .gm-dropdown-menu .gm-menu-item__txt {
    color: #40321d !important; }
    .gm-dropdown-menu-wrapper .gm-dropdown-menu .gm-menu-item__link:hover, .gm-dropdown-menu-wrapper .gm-dropdown-menu .gm-menu-item__txt:hover {
      color: #40321d !important; }

.gm-navigation-drawer--mobile {
  background: #cb57ce !important; }
  .gm-navigation-drawer--mobile a.gm-anchor, .gm-navigation-drawer--mobile .gm-menu-item__txt {
    color: #ffe5fd !important; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after, .gm-burger .hamburger-inner, .gm-burger .hamburger-inner::after, .gm-burger .hamburger-inner::before {
  background-color: #cb57ce !important;
  opacity: 1 !important; }

.gm-burger.hamburger.is-active .hamburger-inner, .gm-burger.hamburger.is-active .hamburger-inner::after, .gm-burger.hamburger.is-active .hamburger-inner::before, .gm-menu-btn-close-mobile-drawer .hamburger .hamburger-inner, .gm-menu-btn-close-mobile-drawer .hamburger .hamburger-inner::after, .gm-menu-btn-close-mobile-drawer .hamburger .hamburger-inner::before {
  background-color: #ffe5fd !important;
  opacity: 1 !important; }

.gm-minicart .gm-minicart-icon-wrapper {
  position: relative;
  padding-right: 20px; }
  .gm-minicart .gm-minicart-icon-wrapper i {
    font-size: 0px; }
  .gm-minicart .gm-minicart__txt {
    font-size: 0px !important;
    display: block !important; }
  .gm-minicart .gm-minicart__txt:after {
    content: "CART" !important;
    font-size: var(--nav_size) !important;
    text-transform: uppercase;
    display: inline-block; }
  .gm-minicart .gm-cart-counter {
    background-color: #cb57ce !important;
    color: #cb57ce !important;
    width: 10px !important;
    height: 10px !important;
    line-height: 10px !important;
    border-radius: 50% !important;
    font-size: 0px !important;
    top: 0px;
    left: 66px; }
  .gm-minicart .gm-cart-counter:empty {
    display: block !important;
    border: 1px solid #cb57ce !important;
    background: #cb57ce !important; }

#page-wrap {
  padding: 0px 40px; }

#home-page #header {
  position: relative; }
  #home-page #header .header__image img {
    width: 100%; }
    #home-page #header .header__overlay {
      position: absolute;
      width: 40vw;
      left: 55vw;
      top: 4vw; }
    #home-page #header .header__wrap {
      margin: 0 auto; }
    #home-page #header .header__heading {
      color: #cb57ce;
      text-align: center;
      font-family: 'Gelica Regular', serif;
      font-size: 3.5vw;
      font-style: normal;
      font-weight: 400;
      line-height: 100%;
      letter-spacing: 1.75px; }
    #home-page #header .header__content {
      color: #f57e37;
      text-align: right;
      font-family: 'Viktorie', sans-serif;
      font-size: 5vw;
      font-style: normal;
      font-weight: 400;
      line-height: 100%;
      letter-spacing: 2.5px;
      padding-right: 2vw;
      padding-top: 3vw; }
  #home-page #intro .row {
    display: flex;
    align-items: center; }
  #home-page #intro .intro {
    padding: var(--ym) var(--xm); }
    #home-page #intro .intro__wrap {
      padding: 0px 9%; }
    #home-page #intro .intro__heading {
      color: #cb57ce;
      text-align: center;
      font-family: 'Viktorie', sans-serif;
      font-size: var(--font_90);
      font-style: normal;
      font-weight: 400;
      line-height: 88%;
      letter-spacing: 2.25px;
      padding-bottom: 70px; }
    #home-page #intro .intro__content {
      color: #40321d;
      text-align: center;
      font-size: var(--font_35);
      font-style: normal;
      font-weight: 300;
      line-height: 120%;
      letter-spacing: 0.875px;
      padding-bottom: 80px; }
    #home-page #intro .intro__button {
      text-align: center; }
    #home-page #intro .intro__frame img {
      width: 100%; }
    #home-page #intro .intro__squiggle {
      padding-bottom: 70px; }
    #home-page #intro .intro__squiggle img {
      width: 100%; }
  #home-page #intro .frame-video {
    position: relative;
    width: 40vw;
    margin-left: 5vw; }
  #home-page #intro .scroll-video {
    position: absolute;
    top: 4vw;
    left: 0px;
    width: 28vw;
    left: 50%;
    transform: translate(-50%, 0px);
    overflow: hidden; }
  #home-page #services {
    background-color: #cb57ce;
    background-image: url('../images/orange_checkered.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain; }
  #home-page #services .services {
    padding: var(--ym) var(--xm); }
    #home-page #services .services__heading {
      font-family: 'Gelica Regular', serif;
      font-size: var(--font_90);
      font-style: normal;
      font-weight: 400;
      line-height: 83%;
      letter-spacing: 2.25px;
      color: #fff7fe;
      padding-bottom: 120px; }
    #home-page #services .services__squiggle {
      padding: 5% 0px 0px 0px; }
    #home-page #services .services__squiggle img {
      width: 100%; }

#services-page #header {
  position: relative; }
  #services-page #header .header__image img {
    width: 100%; }
    #services-page #header .header__overlay {
      position: absolute;
      width: 38vw;
      left: 10vw;
      top: 3vw; }
    #services-page #header .header__wrap {
      margin: 0 auto; }
    #services-page #header .header__heading {
      color: #cb57ce;
      text-align: center;
      font-family: 'Gelica Regular', serif;
      font-size: 3.5vw;
      font-style: normal;
      font-weight: 400;
      line-height: 100%;
      letter-spacing: 1.75px;
      left: 3vw; }
    #services-page #header .header__content {
      color: #40321d;
      font-family: 'Nunito Sans', sans-serif;
      font-size: 1.7vw;
      font-style: normal;
      font-weight: 300;
      line-height: 125%;
      letter-spacing: 0.9px;
      width: 30vw;
      top: 2vw; }
  #services-page #services .services {
    padding: 0px 8% var(--ym) 8%;
    background-image: url('../images/line-bg.png');
    background-position: bottom left;
    background-size: contain;
    background-repeat: no-repeat; }
    #services-page #services .services .container {
      background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(210, 109, 212, 0) 15%, #cb57ce 15%, #cb57ce 85%, rgba(211, 112, 213, 0) 85%, rgba(255, 255, 255, 0) 100%);
      padding: var(--ym) 0px; }
    #services-page #services .services .flex {
      display: flex; }
    #services-page #services .services .left {
      width: 40%; }
    #services-page #services .services .right {
      width: 30%; }
    #services-page #services .services .middle {
      width: 70%; }
  #services-page #services .program__wrap {
    max-width: 750px;
    padding: 0px 60px; }
    #services-page #services .program__heading {
      font-family: 'Gelica Regular', serif;
      font-size: var(--font_90);
      font-style: normal;
      font-weight: 400;
      line-height: 83%;
      letter-spacing: 2.25px;
      color: #fff7fe;
      font-family: 'Viktorie', sans-serif;
      letter-spacing: 2.25px;
      margin-bottom: 50px;
      font-weight: 300; }
    #services-page #services .program__subheading {
      color: #fff;
      font-family: 'Gelica Regular', serif;
      font-size: var(--font_40);
      font-style: normal;
      font-weight: 400;
      line-height: 125%;
      letter-spacing: 1px;
      padding-bottom: 40px; }
    #services-page #services .program__subheading span {
      color: #c7f72f; }
    #services-page #services .program__content {
      color: #fff;
      font-size: var(--font_28);
      font-style: normal;
      line-height: 125%;
      letter-spacing: 0.7px; }
    #services-page #services .program__button {
      padding-top: 80px; }
    #services-page #services .program__image {
      max-width: 600px; }
  #services-page #services .odd .program__button {
    text-align: right; }
    #services-page #services .odd .program__image {
      transform: rotate(-3.9deg); }
    #services-page #services .odd .program__sticker img {
      max-width: 270px; }
    #services-page #services .odd .right {
      display: flex;
      flex-direction: column;
      justify-content: center; }
  #services-page #services .even {
    padding-top: 20px; }
    #services-page #services .even .flex {
      flex-direction: row-reverse; }
    #services-page #services .even .program__button {
      text-align: left; }
    #services-page #services .even .program__image {
      transform: rotate(5.958deg); }
    #services-page #services .even .program__sticker {
      margin-top: -100px;
      text-align: right; }
      #services-page #services .even .program__sticker img {
        max-width: 270px; }
    #services-page #services .even .left {
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
  #services-page #products-section {
    background: #cb57ce; }
  #services-page .products__squiggle {
    background: #cb57ce;
    padding: 5% 0px 0px 0px; }
  #services-page .products__squiggle img {
    width: 100%; }

#about-page #header {
  position: relative; }
  #about-page #header .header__image img {
    width: 100%; }
    #about-page #header .header__overlay {
      position: absolute;
      width: 39vw;
      left: 16vw;
      top: 14vw; }
    #about-page #header .header__wrap {
      margin: 0 auto; }
    #about-page #header .header__heading {
      color: #fff7fe;
      font-family: 'Gelica Regular', serif;
      font-size: 3.5vw;
      font-style: normal;
      font-weight: 400;
      line-height: 100%;
      letter-spacing: 1.75px; }
    #about-page #header .header__subheading {
      color: #fff7fe;
      font-family: 'Gelica Regular', serif;
      font-size: 1.9vw;
      font-style: normal;
      font-weight: 400;
      line-height: 112%;
      letter-spacing: 1px;
      padding-right: 2vw;
      padding-top: 1vw; }
    #about-page #header .header__content {
      color: #fff7fe;
      font-family: 'Nunito Sans', sans-serif;
      font-size: 1.7vw;
      font-style: normal;
      font-weight: 300;
      line-height: 112%;
      letter-spacing: 1px;
      padding-right: 2vw;
      padding-top: 1vw; }
  #about-page #intro {
    background: #ffe5fd;
    padding: var(--ym) 6% 0px 19%; }
  #about-page #intro .intro__heading {
    color: #cb57ce;
    font-family: 'Viktorie', sans-serif;
    font-size: var(--font_70);
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: 1.75px;
    margin-bottom: 60px; }
    #about-page #intro .intro__content {
      font-size: var(--font_35);
      font-style: normal;
      font-weight: 300;
      line-height: 110%;
      letter-spacing: 1px;
      padding-bottom: 100px;
      color: #40321d; }
    #about-page #intro .intro__content a {
      color: #40321d; }
    #about-page #intro .intro__content h1, #about-page #intro .intro__content h2, #about-page #intro .intro__content h3, #about-page #intro .intro__content h4, #about-page #intro .intro__content h5, #about-page #intro .intro__content h6 {
      font-family: 'Gelica Regular', serif;
      font-size: var(--font_40);
      color: #40321d; }
  #about-page #intro-video {
    background: #ffe5fd;
    padding: var(--ym) 8% 0px 8%;
    position: relative; }
  #about-page #intro-video .intro-video__inner {
    background: linear-gradient(90deg, #ffe5fd 0%, #ffe5fd 15%, #fff7fe 15%, #fff7fe 85%, #ffe5fd 85%, #ffe5fd 100%); }
  #about-page #intro-video .scroll-video {
    max-width: 50%;
    margin: 0 auto;
    position: relative;
    top: -100px;
    margin-bottom: -80px; }
    #about-page #intro-video .scroll-video video {
      max-height: 60vw; }
  #about-page #intro-video .video__sticker-1 {
    position: absolute;
    top: 0.5vw;
    left: 14vw; }
  #about-page #intro-video .video__sticker-2 {
    position: absolute;
    bottom: -7vw;
    right: 12vw;
    z-index: 9; }
  #about-page #intro-content {
    background: #ffe5fd;
    padding: 0px 8% 0px 8%;
    position: relative; }
  #about-page #intro-content .intro-content__inner {
    background: linear-gradient(90deg, #ffe5fd 0%, #ffe5fd 15%, #fff7fe 15%, #fff7fe 85%, #ffe5fd 85%, #ffe5fd 100%); }
  #about-page #intro-content .intro__heading, #about-page #intro-content .intro__content {
    width: 50%;
    margin: 0 auto; }
  #about-page #intro-content .intro__heading {
    color: #cb57ce;
    font-family: 'Viktorie', sans-serif;
    font-size: var(--font_110);
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: 2.75px;
    margin-bottom: 30px;
    padding-top: 60px; }
    #about-page #intro-content .intro__content {
      font-size: var(--font_35);
      font-style: normal;
      font-weight: 300;
      line-height: 110%;
      letter-spacing: 1px;
      padding-bottom: 150px;
      color: #40321d; }
    #about-page #intro-content .intro__content a {
      color: #40321d; }
    #about-page #intro-content .intro__content h1, #about-page #intro-content .intro__content h2, #about-page #intro-content .intro__content h3, #about-page #intro-content .intro__content h4, #about-page #intro-content .intro__content h5, #about-page #intro-content .intro__content h6 {
      font-family: 'Gelica Regular', serif;
      font-size: var(--font_40);
      color: #40321d;
      line-height: 100%; }
  #about-page #story {
    background-image: url('../images/locker_7.png');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    top: -110px;
    margin-bottom: -135px; }
  #about-page #story .story__heading {
    color: #f57e37;
    font-family: 'Gelica Regular', serif;
    font-size: var(--font_70);
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1.75px;
    padding-top: 14vw;
    padding-bottom: 40px; }
    #about-page #story .story__subheading {
      color: #fff7fe;
      font-family: 'Viktorie', sans-serif;
      font-size: var(--font_60);
      font-style: normal;
      font-weight: 400;
      line-height: 100%;
      letter-spacing: 1.5px;
      padding-bottom: 14vw; }
    #about-page #story .story__content {
      color: #fff7fe;
      padding-bottom: 10vw; }
    #about-page #story .story__content a {
      color: #fff7fe; }
    #about-page #story .story__content h1, #about-page #story .story__content h2, #about-page #story .story__content h3, #about-page #story .story__content h4, #about-page #story .story__content h5, #about-page #story .story__content h6 {
      font-family: 'Gelica Regular', serif;
      font-size: var(--font_30);
      color: #fff7fe;
      line-height: 116%; }
  #about-page #story #drag-section {
    width: 100%;
    height: 100%;
    position: relative; }
    #about-page #story #drag-section #stickynote {
      position: absolute;
      top: 40%;
      left: 13%; }
    #about-page #story #drag-section #polaroid_1 {
      position: absolute;
      top: 9%;
      left: 27%; }
    #about-page #story #drag-section #polaroid_2 {
      position: absolute;
      top: 60%;
      left: 21%; }
    #about-page #story #drag-section #sticker_1 {
      position: absolute;
      top: 73%;
      left: 15%; }
    #about-page #story #drag-section #sticker_1 img {
      max-width: 350px; }
    #about-page #story #drag-section #sticker_2 {
      position: absolute;
      top: 80%;
      left: 37%; }
    #about-page #story #drag-section #sticker_2 img {
      max-width: 400px; }
    #about-page #story #drag-section #sticker_3 {
      position: absolute;
      top: 68%;
      left: 47%; }
    #about-page #story #drag-section #sticker_3 img {
      max-width: 450px; }
  #about-page #story .container-fluid {
    padding-left: 8vw; }
  #about-page #story .left {
    padding-right: 17vw; }
  #about-page #services-intro {
    background-color: #cb57ce;
    position: relative;
    padding-top: var(--ym); }
  #about-page #services-intro .services__inner {
    padding: 0px var(--xm) 0px var(--xm); }
    #about-page #services-intro .services__heading_1 {
      font-family: 'Gelica Regular', serif;
      font-size: var(--font_90);
      font-style: normal;
      font-weight: 400;
      line-height: 83%;
      letter-spacing: 2.25px;
      color: #c7f72f;
      line-height: 85%;
      letter-spacing: 2.25px;
      padding-bottom: 120px;
      max-width: 960px;
      margin: 0 auto;
      text-align: center;
      padding-top: var(--ym); }
    #about-page #services-intro .services__heading_2 {
      font-family: 'Viktorie', sans-serif;
      font-size: var(--font_60);
      color: #fff7fe;
      line-height: 100%;
      letter-spacing: 1.5px;
      font-weight: 400;
      padding-bottom: 120px;
      max-width: 960px;
      margin: 0 auto;
      text-align: center; }
    #about-page #services-intro .services__heading_3 {
      font-family: 'Gelica Regular', serif;
      font-size: var(--font_90);
      font-style: normal;
      font-weight: 400;
      line-height: 83%;
      letter-spacing: 2.25px;
      color: #fff7fe;
      padding-bottom: 0px; }
    #about-page #services-intro .services__squiggle {
      padding-top: 1%; }
    #about-page #services-intro .services__squiggle img {
      width: 100%; }
    #about-page #services-intro .services__sticker_1 {
      position: absolute;
      top: 0px; }
  #about-page #services {
    background-color: #cb57ce;
    background-image: url('../images/orange_checkered_2.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    position: relative; }
  #about-page #services .services {
    padding: var(--ym) var(--xm); }
  #about-page .podcast-sticker {
    position: absolute;
    left: 50%;
    transform: translate(0%, -50%); }

#breakup-page #header {
  position: relative; }
  #breakup-page #header .header__image img {
    width: 100%; }
    #breakup-page #header .header__overlay {
      position: absolute;
      width: 40vw;
      left: 55vw;
      top: 10vw; }
    #breakup-page #header .header__wrap {
      margin: 0 auto; }
    #breakup-page #header .header__heading {
      color: #cb57ce;
      font-family: 'Gelica Regular', serif;
      font-size: 4vw;
      font-style: normal;
      font-weight: 400;
      line-height: 100%;
      letter-spacing: 1.75px; }
    #breakup-page #header .header__subheading {
      color: #40321d;
      font-family: 'Gelica Regular', serif;
      font-size: 1.9vw;
      font-style: normal;
      font-weight: 400;
      line-height: 112%;
      letter-spacing: 1px;
      padding-right: 2vw;
      padding-top: 1vw; }
    #breakup-page #header .header__content {
      color: #40321d;
      font-family: 'Nunito Sans', sans-serif;
      font-size: 1.7vw;
      font-style: normal;
      font-weight: 400;
      line-height: 112%;
      letter-spacing: 1px;
      padding-right: 2vw;
      padding-top: 1vw;
      width: 36vw; }
  #breakup-page #intro {
    background: #cb57ce;
    color: #fff7fe;
    padding: var(--ym) 6% 0px 19%; }
  #breakup-page #intro .intro__content {
    font-size: var(--font_35);
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
    letter-spacing: 1px;
    padding-bottom: 100px;
    color: #fff7fe; }
    #breakup-page #intro .intro__content a {
      color: #fff7fe; }
    #breakup-page #intro .intro__content h1, #breakup-page #intro .intro__content h2, #breakup-page #intro .intro__content h3, #breakup-page #intro .intro__content h4, #breakup-page #intro .intro__content h5, #breakup-page #intro .intro__content h6 {
      font-family: 'Gelica Regular', serif;
      font-size: var(--font_40);
      color: #fff7fe; }
  #breakup-page #intro-video {
    background: #cb57ce;
    padding: var(--ym) 8% 0px 8%; }
  #breakup-page #intro-video .intro-video__inner {
    background: linear-gradient(90deg, #cb57ce 0%, #cb57ce 15%, #ffe5fd 15%, #ffe5fd 85%, #cb57ce 85%, #cb57ce 100%); }
  #breakup-page #intro-video .scroll-video {
    max-width: 50%;
    margin: 0 auto;
    position: relative;
    top: -100px;
    margin-bottom: -80px; }
    #breakup-page #intro-video .scroll-video video {
      max-height: 60vw; }
  #breakup-page #sections {
    background-color: #cb57ce;
    background-image: url('../images/orange_checkered.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain; }
  #breakup-page #sections .sections {
    padding: 0px 8% 0px 8%; }
    #breakup-page #sections .sections .container {
      background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(210, 109, 212, 0) 15%, #ffe5fd 15%, #ffe5fd 85%, rgba(211, 112, 213, 0) 85%, rgba(255, 255, 255, 0) 100%);
      padding: 0px 0px var(--ym) 0px; }
    #breakup-page #sections .sections .container:first-child {
      padding-top: var(--ym); }
    #breakup-page #sections .sections .flex {
      display: flex; }
    #breakup-page #sections .sections .left {
      width: 40%; }
    #breakup-page #sections .sections .right {
      width: 30%; }
    #breakup-page #sections .sections .middle {
      width: 70%; }
    #breakup-page #sections .sections hr {
      width: 100%;
      max-width: 945px;
      margin: 0 auto;
      background: #f57e37;
      height: 3px;
      margin-top: 5%;
      opacity: 1; }
  #breakup-page #sections .section__wrap {
    padding: 0px 60px; }
    #breakup-page #sections .section__heading {
      font-size: var(--font_60);
      color: #cb57ce;
      font-family: 'Viktorie', sans-serif;
      letter-spacing: 1.5px;
      line-height: 100%;
      margin-bottom: 30px; }
    #breakup-page #sections .section__content {
      color: #40321d;
      font-size: var(--font_25);
      font-style: normal;
      line-height: 125%;
      letter-spacing: 0.5px;
      max-width: 620px; }
    #breakup-page #sections .section__content h1, #breakup-page #sections .section__content h2, #breakup-page #sections .section__content h3, #breakup-page #sections .section__content h4, #breakup-page #sections .section__content h5, #breakup-page #sections .section__content h6 {
      font-size: var(--font_40);
      color: #cb57ce;
      line-height: 125%; }
    #breakup-page #sections .section__image {
      max-width: 600px; }
  #breakup-page #sections .odd .section__wrap {
    max-width: 750px;
    margin-left: 100px; }
    #breakup-page #sections .odd .section__button {
      text-align: right; }
    #breakup-page #sections .odd .section__image {
      transform: rotate(-3.9deg); }
    #breakup-page #sections .odd .section__sticker img {
      max-width: 270px; }
    #breakup-page #sections .odd .right {
      display: flex;
      flex-direction: column;
      justify-content: flex-start; }
  #breakup-page #sections .even {
    padding-top: 20px; }
    #breakup-page #sections .even .flex {
      flex-direction: row-reverse; }
    #breakup-page #sections .even .section__wrap {
      max-width: 100%; }
    #breakup-page #sections .even .section__button {
      text-align: left; }
    #breakup-page #sections .even .section__image {
      transform: rotate(5.958deg); }
    #breakup-page #sections .even .section__sticker {
      margin-top: -100px;
      text-align: right; }
      #breakup-page #sections .even .section__sticker img {
        max-width: 270px; }
    #breakup-page #sections .even .right {
      display: flex;
      flex-direction: column;
      justify-content: flex-end; }
  #breakup-page #modules {
    background-color: #cb57ce; }
  #breakup-page #modules .modules {
    padding: 0px 8% 0px 8%; }
    #breakup-page #modules .modules .container {
      background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(210, 109, 212, 0) 15%, #ffe5fd 15%, #ffe5fd 85%, rgba(211, 112, 213, 0) 85%, rgba(255, 255, 255, 0) 100%);
      padding: 0px 6% var(--ym) 22%; }
    #breakup-page #modules .modules__heading {
      color: #cb57ce;
      font-family: 'Viktorie', sans-serif;
      font-size: var(--font_60);
      font-style: normal;
      font-weight: 400;
      line-height: 100%;
      letter-spacing: 1.5px; }
    #breakup-page #modules .modules__content {
      color: #40321d;
      font-size: var(--font_25);
      line-height: 125%; }
    #breakup-page #modules .modules__content a {
      color: #40321d; }
    #breakup-page #modules .modules__content p, #breakup-page #modules .modules__content li {
      font-size: var(--font_25); }
    #breakup-page #modules .modules__content h1, #breakup-page #modules .modules__content h2, #breakup-page #modules .modules__content h3, #breakup-page #modules .modules__content h4, #breakup-page #modules .modules__content h5, #breakup-page #modules .modules__content h6 {
      font-family: 'Gelica Regular', serif;
      font-size: var(--font_25);
      color: #40321d;
      line-height: 125%; }
    #breakup-page #modules .modules__image {
      margin-top: -50px; }
    #breakup-page #modules .modules__heading2 {
      color: #cb57ce;
      font-family: 'Viktorie', sans-serif;
      font-size: var(--font_50);
      font-style: normal;
      font-weight: 400;
      line-height: 100%;
      letter-spacing: 1.5px;
      margin-bottom: 50px; }
  #breakup-page #modules .inline-row {
    padding-right: 24%; }
  #breakup-page #modules .item__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 40px; }
    #breakup-page #modules .item__wrapper {
      border-bottom: 2px solid #f57e37; }
    #breakup-page #modules .item__heading {
      color: #f57e37;
      font-family: 'Gelica Regular', serif;
      font-size: var(--font_25);
      padding-bottom: 5px; }
    #breakup-page #modules .item__content {
      color: #40321d;
      font-size: var(--font_25);
      line-height: 120%;
      padding-bottom: 30px; }
  #breakup-page #bonuses {
    background-color: #cb57ce; }
  #breakup-page #bonuses .bonuses {
    padding: 0px 8% 0px 8%; }
    #breakup-page #bonuses .bonuses .container {
      background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(210, 109, 212, 0) 15%, #ffe5fd 15%, #ffe5fd 85%, rgba(211, 112, 213, 0) 85%, rgba(255, 255, 255, 0) 100%);
      padding: 0px 22% var(--ym) 22%; }
    #breakup-page #bonuses .bonuses__image {
      position: relative;
      left: 58%;
      top: -20.5%;
      margin-bottom: -18%;
      max-width: 40vw; }
    #breakup-page #bonuses .bonuses__heading2 {
      color: #cb57ce;
      font-family: 'Viktorie', sans-serif;
      font-size: var(--font_50);
      font-style: normal;
      font-weight: 400;
      line-height: 100%;
      letter-spacing: 1.5px;
      margin-bottom: 50px; }
  #breakup-page #bonuses .item__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 40px; }
    #breakup-page #bonuses .item__wrapper {
      border-bottom: 2px solid #f57e37; }
    #breakup-page #bonuses .item__heading {
      color: #cb57ce;
      font-family: 'Gelica Regular', serif;
      font-size: var(--font_30);
      line-height: 115%;
      padding-bottom: 30px; }
    #breakup-page #bonuses .item__content {
      color: #40321d;
      font-size: var(--font_25);
      line-height: 120%;
      padding-bottom: 30px; }
    #breakup-page #bonuses .item__content a {
      color: #40321d; }
    #breakup-page #bonuses .item__content p {
      font-size: var(--font_25); }
    #breakup-page #bonuses .item__content h1, #breakup-page #bonuses .item__content h2, #breakup-page #bonuses .item__content h3, #breakup-page #bonuses .item__content h4, #breakup-page #bonuses .item__content h5, #breakup-page #bonuses .item__content h6 {
      font-family: 'Gelica Regular', serif;
      font-size: var(--font_25);
      color: #40321d;
      line-height: 125%; }
    #breakup-page #bonuses .item__content li {
      font-size: var(--font_25);
      padding-bottom: 5px; }
  #breakup-page #recovery {
    background: #cb57ce;
    color: #fff7fe; }
  #breakup-page #recovery .container-fluid {
    padding: var(--ym) 21%; }
  #breakup-page #recovery .recovery__heading {
    color: #c7f72f;
    font-family: 'Gelica Regular', serif;
    font-size: var(--font_70);
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: 1.75px;
    max-width: 1100px;
    padding-bottom: 40px; }
    #breakup-page #recovery .recovery__subheading {
      color: #fff7fe;
      font-family: 'Gelica Regular', serif;
      font-size: var(--font_40);
      font-style: normal;
      font-weight: 400;
      line-height: 110%;
      letter-spacing: 1px;
      max-width: 1100px;
      padding-bottom: 40px; }
    #breakup-page #recovery .recovery__content {
      font-size: var(--font_28);
      font-style: normal;
      font-weight: 300;
      line-height: 110%;
      letter-spacing: 0.7px;
      max-width: 1100px;
      padding-bottom: 100px; }
    #breakup-page #recovery .recovery__squiggle {
      padding-top: var(--ym); }
    #breakup-page #recovery .recovery__squiggle img {
      width: 100%; }
  #breakup-page #recovery .item__grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 40px; }
    #breakup-page #recovery .item__item {
      width: 50%; }
    #breakup-page #recovery .item__heading {
      color: #fff7fe;
      font-family: 'Viktorie', sans-serif;
      font-size: var(--font_90);
      font-style: normal;
      font-weight: 400;
      line-height: 88%;
      letter-spacing: 2.25px;
      padding-bottom: 40px; }
    #breakup-page #recovery .item__subheading {
      color: #fff7fe;
      font-family: 'Gelica Regular', serif;
      font-size: var(--font_40);
      font-style: normal;
      font-weight: 400;
      line-height: 125%;
      letter-spacing: 1px;
      padding-bottom: 20px; }
    #breakup-page #recovery .item__content {
      color: #fff7fe;
      font-size: var(--font_28);
      font-style: normal;
      font-weight: 300;
      line-height: 115%;
      letter-spacing: 0.7px;
      min-height: 80px; }
    #breakup-page #recovery .item__button {
      text-align: center;
      padding-top: 100px; }
    #breakup-page #recovery .item__button .btn-primary {
      width: 100%;
      max-width: 500px; }
  #breakup-page #recovery .accordion {
    border-bottom: 2px solid #fff7fe;
    margin-top: 60px; }
  #breakup-page #recovery .accordion-header {
    font-size: var(--font_25) !important; }
  #breakup-page #recovery .accordion-body {
    background-color: transparent;
    color: #fff7fe;
    font-size: var(--font_25);
    padding: 15px 0px !important; }
  #breakup-page #recovery .accordion-button {
    background-color: transparent;
    color: #fff7fe;
    font-family: 'Gelica Regular', serif;
    font-size: var(--font_40);
    letter-spacing: 1px;
    border-top: 2px solid #fff7fe;
    padding: 25px 0px !important; }
  #breakup-page #recovery .accordion-button:not(.collapsed) {
    color: #fff7fe; }
  #breakup-page #recovery .accordion-button:focus {
    border-top: 2px solid #fff7fe; }
  #breakup-page #recovery .accordion-button.collapsed::after {
    background-image: none !important;
    font-family: 'Font Awesome 6 Pro';
    content: "\f067";
    font-size: 30px;
    font-weight: 300 !important;
    width: auto;
    height: auto; }
  #breakup-page #recovery .accordion-button:not(.collapsed)::after {
    background-image: none !important;
    font-family: 'Font Awesome 6 Pro';
    content: "\f068";
    font-size: 30px;
    font-weight: 300 !important;
    width: auto;
    height: auto;
    transform: rotate(359deg); }
  #breakup-page #meet {
    background: #f57e37;
    color: #fff7fe;
    position: relative; }
  #breakup-page #meet .meet {
    padding: var(--ym) var(--xm); }
    #breakup-page #meet .meet__wrap {
      padding: 10vw 9% 0px 9%; }
    #breakup-page #meet .meet__heading {
      color: #fff7fe;
      font-family: 'Viktorie', sans-serif;
      font-size: calc(var(--font_90) - 10%);
      font-style: normal;
      font-weight: 400;
      line-height: 88%;
      letter-spacing: 2.25px;
      margin-bottom: 50px; }
    #breakup-page #meet .meet__content {
      color: #fff7fe;
      font-size: var(--font_35);
      font-style: normal;
      font-weight: 300;
      line-height: 120%;
      letter-spacing: 0.875px;
      padding-bottom: 80px; }
    #breakup-page #meet .meet__button {
      text-align: center; }
    #breakup-page #meet .meet__frame img {
      width: 100%; }
    #breakup-page #meet .meet__squiggle {
      padding-bottom: var(--ym); }
    #breakup-page #meet .meet__squiggle img {
      width: 100%; }
    #breakup-page #meet .meet__image {
      position: absolute;
      top: 6vw;
      left: 9vw;
      width: 27.5vw; }
    #breakup-page #meet .meet__sticker {
      text-align: right; }
  #breakup-page #meet .frame-image {
    position: relative; }
  #breakup-page #faqs {
    background-color: #f57e37;
    background-image: url('../images/faqs_bg.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom right;
    padding: 0px var(--xm) var(--ym) var(--xm);
    position: relative; }
  #breakup-page #faqs .faqs__heading {
    text-align: center;
    color: #fff7fe;
    font-family: 'Gelica Regular', serif;
    font-size: var(--font_90);
    font-style: normal;
    font-weight: 400;
    line-height: 85%;
    letter-spacing: 2.25px; }
    #breakup-page #faqs .faqs__grid {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      column-gap: 20px;
      padding-bottom: 2%; }
    #breakup-page #faqs .faqs__sticker_1 {
      position: absolute;
      top: -5%;
      z-index: 9; }
    #breakup-page #faqs .faqs__sticker_2 {
      position: absolute;
      top: 50%;
      left: 86%;
      z-index: 9; }
    #breakup-page #faqs .faqs__sticker_3 {
      position: absolute;
      bottom: -7%;
      z-index: 9; }
  #breakup-page #faqs .faqs__grid:nth-child(odd) .faqs__item:first-child {
    transform: rotate(-4.514deg); }
    #breakup-page #faqs .faqs__grid:nth-child(odd) .faqs__item:last-child {
      transform: rotate(1.925deg); }
    #breakup-page #faqs .faqs__grid:nth-child(odd) .faqs__item:last-child .note {
      margin-top: 15%; }
  #breakup-page #faqs .faqs__grid:nth-child(even) .faqs__item:first-child {
    transform: rotate(1.925deg); }
    #breakup-page #faqs .faqs__grid:nth-child(even) .faqs__item:last-child {
      transform: rotate(-4.514deg); }
    #breakup-page #faqs .faqs__grid:nth-child(even) .faqs__item:last-child .note {
      margin-top: 12%;
      margin-left: -20px; }
  #breakup-page #faqs .note {
    width: 42vw;
    padding: 13% 15%; }
    #breakup-page #faqs .note__heading {
      color: #40321d;
      text-align: center;
      font-size: var(--font_60);
      line-height: 100%;
      letter-spacing: 1.5px; }
    #breakup-page #faqs .note__content {
      color: #40321d;
      font-size: var(--font_28);
      line-height: 115%;
      letter-spacing: 0.7px; }
    #breakup-page #faqs .note:nth-child(odd) {
      transform: unset; }
  #breakup-page #main_testimonial {
    background-color: #cb57ce;
    background-image: url('../images/testimonial_bg.png');
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 0px var(--xm) var(--ym) var(--xm);
    position: relative; }
  #breakup-page #main_testimonial .main__inner {
    width: 100%;
    max-width: 64vw;
    margin: 0 auto;
    position: relative; }
    #breakup-page #main_testimonial .main__bg {
      width: 64vw; }
    #breakup-page #main_testimonial .main__bg img {
      width: 100%; }
    #breakup-page #main_testimonial .main__content {
      transform: rotate(6.815deg);
      color: #40321d;
      font-family: 'Viktorie', sans-serif;
      font-size: 1.75vw;
      font-style: normal;
      font-weight: 400;
      line-height: 90%;
      letter-spacing: 0.825px;
      position: absolute;
      width: 35vw;
      left: 19vw;
      top: 19vw; }
    #breakup-page #main_testimonial .main__sticker {
      position: absolute;
      right: 7%;
      bottom: -5%; }
    #breakup-page #main_testimonial .main__mobile {
      display: none; }
  #breakup-page #testimonials {
    background-color: #cb57ce;
    background-image: url('../images/orange_checkered.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom; }
  #breakup-page #testimonials .testimonial__heading {
    color: #fff7fe; }
  #breakup-page #cta1 {
    position: relative; }
  #breakup-page #cta1 .cta__heading {
    color: #f57e37;
    text-align: center;
    font-family: 'Gelica Regular', serif;
    font-size: var(--font_70);
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: 1.75px;
    padding-bottom: 60px; }
    #breakup-page #cta1 .cta__content {
      color: #40321d;
      text-align: center;
      font-family: 'Viktorie', sans-serif;
      font-size: var(--font_50);
      font-style: normal;
      font-weight: 400;
      line-height: 80%;
      letter-spacing: 1.25px;
      padding-bottom: 75px;
      width: 100%;
      max-width: 620px;
      margin: 0 auto; }
    #breakup-page #cta1 .cta__image {
      position: absolute;
      top: -35%;
      left: -19%; }
    #breakup-page #cta1 .cta__button {
      text-align: center; }
    #breakup-page #cta1 .cta__button .btn-primary {
      width: 100% !important;
      max-width: 440px;
      margin: 0 auto; }
  #breakup-page #cta2 {
    position: relative;
    background: #cb57ce;
    color: #fff7fe;
    padding: var(--ym) var(--xm) 10% var(--xm); }
  #breakup-page #cta2 .cta__heading {
    color: #c7f72f;
    text-align: center;
    font-family: 'Gelica Regular', serif;
    font-size: var(--font_90);
    font-style: normal;
    font-weight: 400;
    line-height: 85%;
    letter-spacing: 2.25px;
    padding-bottom: 40px;
    padding-top: 8%; }
    #breakup-page #cta2 .cta__subheading {
      color: #fff7fe;
      text-align: center;
      font-family: 'Gelica Regular', serif;
      font-size: var(--font_40);
      font-style: normal;
      font-weight: 400;
      line-height: 115%;
      letter-spacing: 1px;
      width: 100%;
      max-width: 1066px;
      margin: 0 auto;
      padding-bottom: 60px; }
    #breakup-page #cta2 .cta__content {
      color: #fff7fe;
      font-family: 'Viktorie', sans-serif;
      font-size: var(--font_60);
      font-style: normal;
      font-weight: 300;
      line-height: 80%;
      letter-spacing: 1.5px;
      padding-bottom: 75px;
      width: 100%;
      max-width: 1066px;
      margin: 0 auto;
      text-align: center; }
    #breakup-page #cta2 .cta__buttons {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center; }
    #breakup-page #cta2 .cta__buttons .cta__button:first-child {
      margin-right: 20px; }
    #breakup-page #cta2 .cta__button {
      text-align: center; }
    #breakup-page #cta2 .cta__squiggle img {
      width: 100%; }

#book-page #header {
  position: relative; }
  #book-page #header .header__image img {
    width: 100%; }
    #book-page #header .header__overlay {
      position: absolute;
      width: 48vw;
      left: 8vw;
      top: 6vw; }
    #book-page #header .header__wrap {
      margin: 0 auto; }
    #book-page #header .header__heading {
      color: #cb57ce;
      font-family: 'Gelica Regular', serif;
      font-size: 4vw;
      font-style: normal;
      font-weight: 400;
      line-height: 100%;
      letter-spacing: 1.75px;
      text-align: center; }
    #book-page #header .header__content {
      color: #40321d;
      font-family: 'Nunito Sans', sans-serif;
      font-size: 1.7vw;
      font-style: normal;
      font-weight: 300;
      line-height: 112%;
      letter-spacing: 1px;
      padding-top: 1vw;
      text-align: center;
      width: 31vw;
      margin: 0 auto; }
    #book-page #header .header__content strong {
      font-family: 'Gelica Regular', serif; }
  #book-page #intro {
    background: #cb57ce;
    color: #fff7fe;
    padding: 9% 17% var(--ym) 17%;
    position: relative; }
  #book-page #intro .intro__heading {
    color: #c7f72f;
    font-family: 'Gelica Regular', serif;
    font-size: var(--font_70);
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: 1.75px; }
    #book-page #intro .intro__content {
      font-size: var(--font_35);
      font-style: normal;
      font-weight: 300;
      line-height: 110%;
      letter-spacing: 1px;
      color: #fff7fe; }
    #book-page #intro .intro__content a {
      color: #fff7fe; }
    #book-page #intro .intro__content h1, #book-page #intro .intro__content h2, #book-page #intro .intro__content h3, #book-page #intro .intro__content h4, #book-page #intro .intro__content h5, #book-page #intro .intro__content h6 {
      font-family: 'Gelica Regular', serif;
      font-size: var(--font_40);
      color: #fff7fe; }
    #book-page #intro .intro__sticker {
      position: absolute;
      top: -7vw;
      left: 2vw; }
  #book-page #workbook {
    background-color: #cb57ce; }
  #book-page #workbook .workbook {
    padding: 0px 8% 0px 8%; }
    #book-page #workbook .workbook .container {
      background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(210, 109, 212, 0) 11%, #ffe5fd 11%, #ffe5fd 89%, rgba(211, 112, 213, 0) 89%, rgba(255, 255, 255, 0) 100%);
      padding: 0px 0px var(--ym) 0px; }
    #book-page #workbook .workbook .inner {
      padding: 5% 22%; }
    #book-page #workbook .workbook hr {
      color: #f57e37;
      height: 3px;
      opacity: 1;
      background: #f57e37;
      margin: 5% 0px; }
  #book-page #workbook .intro {
    margin-left: -41%; }
    #book-page #workbook .intro .row {
      display: flex;
      align-items: center; }
    #book-page #workbook .intro__heading {
      color: #cb57ce;
      font-family: 'Viktorie', sans-serif;
      font-size: var(--font_60);
      line-height: 100%;
      letter-spacing: 1.5px;
      padding-bottom: 40px; }
    #book-page #workbook .intro__content {
      color: #40321d;
      font-size: var(--font_28);
      line-height: 115%;
      letter-spacing: 0.7px; }
    #book-page #workbook .intro__content li {
      padding-bottom: 15px; }
    #book-page #workbook .intro__content a {
      color: #40321d; }
    #book-page #workbook .intro__content h1, #book-page #workbook .intro__content h2, #book-page #workbook .intro__content h3, #book-page #workbook .intro__content h4, #book-page #workbook .intro__content h5, #book-page #workbook .intro__content h6 {
      font-size: var(--font_40);
      color: #40321d;
      line-height: 125%; }
    #book-page #workbook .intro__image img {
      width: 100%; }
  #book-page #workbook .learn {
    padding-top: 40px;
    position: relative; }
    #book-page #workbook .learn__heading {
      color: #cb57ce;
      font-family: 'Viktorie', sans-serif;
      font-size: var(--font_60);
      line-height: 100%;
      letter-spacing: 1.5px;
      padding-bottom: 40px; }
    #book-page #workbook .learn__sticker_1 {
      position: absolute;
      top: -7vw;
      right: -17vw; }
    #book-page #workbook .learn__sticker_2 {
      position: absolute;
      bottom: 4vw;
      left: -16.5vw; }
  #book-page #workbook .item {
    width: 50%;
    width: 100%;
    border-bottom: 2px solid #f57e37; }
    #book-page #workbook .item__grid {
      display: grid;
      grid-template-columns: auto auto;
      justify-items: start;
      grid-gap: 30px;
      row-gap: 30px; }
    #book-page #workbook .item__grid > *:nth-child(2n-1) {
      justify-self: center; }
    #book-page #workbook .item__grid > *:nth-child(2n) {
      justify-self: end; }
    #book-page #workbook .item__grid > *:nth-child(2n-1):nth-last-of-type(1) {
      grid-column: span 2;
      border-bottom: none; }
    #book-page #workbook .item__title {
      color: #cb57ce;
      font-family: 'Gelica Regular', serif;
      font-size: var(--font_25);
      line-height: 150%;
      letter-spacing: 0.5px;
      text-transform: capitalize;
      margin-bottom: 30px; }
    #book-page #workbook .item__content {
      color: #40321d;
      font-size: var(--font_25);
      line-height: 120%;
      letter-spacing: 0.5px;
      padding-bottom: 30px; }
  #book-page #workbook .cta {
    margin-right: -41%;
    padding-top: 5%; }
    #book-page #workbook .cta .row {
      display: flex;
      align-items: center; }
    #book-page #workbook .cta__heading {
      color: #cb57ce;
      font-family: 'Viktorie', sans-serif;
      font-size: var(--font_60);
      line-height: 100%;
      letter-spacing: 1.5px;
      padding-bottom: 20px; }
    #book-page #workbook .cta__content {
      color: #40321d;
      font-size: var(--font_28);
      line-height: 115%;
      letter-spacing: 0.7px; }
    #book-page #workbook .cta__content li {
      padding-bottom: 15px; }
    #book-page #workbook .cta__content a {
      color: #40321d; }
    #book-page #workbook .cta__content h1, #book-page #workbook .cta__content h2, #book-page #workbook .cta__content h3, #book-page #workbook .cta__content h4, #book-page #workbook .cta__content h5, #book-page #workbook .cta__content h6 {
      font-size: var(--font_40);
      color: #40321d;
      line-height: 125%; }
    #book-page #workbook .cta__image {
      padding-left: 20%;
      transform: rotate(11.077deg); }
    #book-page #workbook .cta__image img {
      width: 100%; }
    #book-page #workbook .cta__button {
      text-align: center;
      padding-top: 8%; }
    #book-page #workbook .cta__button .btn-primary {
      width: 100%;
      max-width: 440px; }
  #book-page #blurb {
    background: #cb57ce;
    padding-bottom: var(--ym); }
  #book-page #blurb .container-fluid {
    padding: 0px 11% 0px 17%; }
  #book-page #blurb .blurb__content {
    color: #fff7fe;
    font-family: 'Gelica Regular', serif;
    font-size: var(--font_50);
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: 1.25px; }
    #book-page #blurb .blurb__squiggle {
      padding: 5% 0px; }
    #book-page #blurb .blurb__squiggle img {
      width: 100%; }
    #book-page #blurb .col-xl-3 {
      text-align: right; }
  #book-page #meet {
    background: #cb57ce;
    color: #fff7fe;
    position: relative; }
  #book-page #meet .meet {
    padding: var(--ym) var(--xm); }
    #book-page #meet .meet__wrap {
      padding: 4vw 9% 0px 9%; }
    #book-page #meet .meet__heading {
      color: #c7f72f;
      font-family: 'Viktorie', sans-serif;
      font-size: calc(var(--font_90) - 10%);
      font-style: normal;
      font-weight: 400;
      line-height: 88%;
      letter-spacing: 2.25px;
      margin-bottom: 50px;
      text-align: center; }
    #book-page #meet .meet__content {
      color: #fff7fe;
      font-size: var(--font_35);
      font-style: normal;
      font-weight: 300;
      line-height: 120%;
      letter-spacing: 0.875px;
      padding-bottom: 80px; }
    #book-page #meet .meet__button {
      text-align: center; }
    #book-page #meet .meet__frame {
      width: 40vw;
      margin: 0 auto; }
    #book-page #meet .meet__frame img {
      width: 100%; }
    #book-page #meet .meet__squiggle {
      padding-bottom: var(--ym); }
    #book-page #meet .meet__squiggle img {
      width: 100%; }
    #book-page #meet .meet__image {
      position: absolute;
      top: 6vw;
      left: 9vw;
      width: 27.5vw; }
    #book-page #meet .meet__sticker {
      text-align: right; }
  #book-page #meet .frame-image {
    position: relative; }
  #book-page #testimonial-wrap {
    position: relative; }
  #book-page #testimonial-wrap .testimonial__sticker_1 {
    position: absolute;
    top: -10.8vw;
    left: 1vw; }
  #book-page #testimonial-wrap .testimonial__sticker_2 {
    position: absolute;
    top: 15vw;
    right: 9vw; }
  #book-page #testimonials {
    background-color: #ffe5fd;
    background-image: url('../images/pink_checkered.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom; }
  #book-page #testimonials .testimonial__heading {
    color: #cb57ce; }
  #book-page #cta {
    position: relative;
    background-color: #f57e37;
    position: relative; }
  #book-page #cta .cta__wrap {
    padding: 0px var(--xm) 8% var(--xm); }
    #book-page #cta .cta__heading {
      color: #ffe5fd;
      text-align: center;
      font-family: 'Gelica Regular', serif;
      font-size: var(--font_90);
      font-style: normal;
      font-weight: 400;
      line-height: 110%;
      letter-spacing: 1.75px;
      padding-bottom: 60px; }
    #book-page #cta .cta__content {
      color: #fff7fe;
      text-align: center;
      font-family: 'Viktorie', sans-serif;
      font-size: var(--font_60);
      font-style: normal;
      font-weight: 400;
      line-height: 100%;
      letter-spacing: 1.25px;
      padding-bottom: 75px;
      width: 100%;
      max-width: 620px;
      margin: 0 auto; }
    #book-page #cta .cta__button {
      text-align: center; }
    #book-page #cta .cta__button .btn-primary {
      width: 100% !important;
      max-width: 440px;
      margin: 0 auto; }
    #book-page #cta .cta__squiggle {
      padding: var(--ym) 0px; }
    #book-page #cta .cta__squiggle img {
      width: 100%; }
    #book-page #cta .cta__sticker {
      position: absolute;
      bottom: 6vw;
      right: 10vw; }

#podcast-page #header {
  position: relative; }
  #podcast-page #header .header__image img {
    width: 100%; }
    #podcast-page #header .header__overlay {
      position: absolute;
      width: 40vw;
      left: 14vw;
      top: 10vw; }
    #podcast-page #header .header__wrap {
      margin: 0 auto; }
    #podcast-page #header .header__heading {
      color: #cb57ce;
      font-family: 'Gelica Regular', serif;
      font-size: 4vw;
      font-style: normal;
      font-weight: 400;
      line-height: 100%;
      letter-spacing: 1.75px;
      text-align: center; }
    #podcast-page #header .header__content {
      color: #40321d;
      font-family: 'Nunito Sans', sans-serif;
      font-size: 1.7vw;
      font-style: normal;
      font-weight: 300;
      line-height: 112%;
      letter-spacing: 1px;
      padding-top: 1vw;
      text-align: center;
      width: 27vw;
      margin: 0 auto; }
    #podcast-page #header .header__content strong {
      font-family: 'Gelica Regular', serif; }
  #podcast-page #podcast-section {
    position: relative;
    background: #cb57ce; }
  #podcast-page #podcast-section i {
    font-size: 40px;
    color: #fff7fe; }
  #podcast-page #podcast-section .stream {
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    padding-top: 20px; }
    #podcast-page #podcast-section .stream a {
      padding: 0px 10px; }
  #podcast-page #podcast-section .podcast__sticker {
    position: absolute;
    right: 7vw;
    bottom: 0vw; }
  #podcast-page #latest {
    padding: var(--ym) var(--xm);
    background: #cb57ce; }
  #podcast-page #latest .latest__heading {
    color: #fff7fe;
    font-family: 'Gelica Regular', serif;
    font-size: var(--font_90);
    line-height: 85%;
    letter-spacing: 2.25px;
    padding-bottom: 40px; }
  #podcast-page #reviews {
    display: flex;
    background: #cb57ce;
    position: relative; }
  #podcast-page #reviews .review {
    padding-left: var(--xm); }
    #podcast-page #reviews .review__item {
      width: 25vw;
      position: relative; }
    #podcast-page #reviews .review__phone {
      position: absolute;
      top: 2vw;
      right: -10vw;
      z-index: 99;
      width: 44vw; }
  #podcast-page #reviews .item-1 {
    position: relative;
    left: 29vw;
    top: 0px; }
  #podcast-page #reviews .item-2 {
    position: relative;
    left: 1vw;
    top: -8vw; }
  #podcast-page #reviews .item-3 {
    position: relative;
    left: 20vw;
    top: -7vw;
    width: 30vw; }
  #podcast-page #episodes {
    position: relative; }
  #podcast-page #episodes .container {
    background-image: url('../images/pick_bg.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center right;
    max-width: 100%; }
  #podcast-page #episodes .wrap {
    padding: var(--ym) var(--xm); }
  #podcast-page #episodes .episodes__sticker_1 {
    position: absolute;
    left: 2vw;
    top: -7vw; }
    #podcast-page #episodes .episodes__sticker_2 {
      position: absolute;
      right: 10vw;
      bottom: 11vw; }
  #podcast-page #episodes #favs {
    padding-top: 5%;
    padding-bottom: 5%; }
  #podcast-page #episodes #favs, #podcast-page #episodes #top {
    width: 100%;
    max-width: 50vw; }
  #podcast-page #episodes .favs__item, #podcast-page #episodes .top__item {
    border-radius: 20px;
    background: #fff7fe;
    margin-bottom: 20px; }
    #podcast-page #episodes .favs__item a, #podcast-page #episodes .top__item a {
      color: #000;
      font-family: 'Gelica Regular', serif;
      font-size: var(--font_40);
      line-height: 115%;
      letter-spacing: 1px;
      padding: 40px;
      display: block; }
    #podcast-page #episodes .favs__heading, #podcast-page #episodes .top__heading {
      color: #cb57ce;
      font-family: 'Gelica Regular', serif;
      font-size: var(--font_90);
      line-height: 85%;
      letter-spacing: 2.25px;
      padding-bottom: 60px; }
  #podcast-page .chat {
    width: 54vw;
    color: #fff7fe;
    font-family: 'Gelica Regular', serif;
    font-size: var(--font_28);
    line-height: 115%;
    letter-spacing: 0.625px; }
  #podcast-page .chat .message {
    margin-left: 0px;
    padding: 30px; }
  #podcast-page #blog {
    background: #cb57ce;
    padding-top: var(--ym); }
  #podcast-page #blog .blog__wrap {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0px var(--xm); }
    #podcast-page #blog .blog__heading {
      color: #fff7fe;
      text-align: center;
      font-family: 'Viktorie', sans-serif;
      font-size: var(--font_90);
      line-height: 90%;
      letter-spacing: 2.25px;
      padding-bottom: 40px; }
    #podcast-page #blog .blog__content {
      color: #fff7fe;
      text-align: center;
      font-size: var(--font_35);
      font-style: normal;
      font-weight: 300;
      line-height: 120%;
      letter-spacing: 0.875px; }
    #podcast-page #blog .blog__btn {
      text-align: center;
      padding-bottom: var(--xm); }
  #podcast-page #blog-slider {
    padding-top: 60px;
    padding-bottom: 40px; }
  #podcast-page #blog-slider .blog-item {
    padding: 0px 10px; }
    #podcast-page #blog-slider .blog-item__img {
      max-height: 360px;
      overflow: hidden; }
    #podcast-page #blog-slider .blog-item__img img {
      width: 100%; }
    #podcast-page #blog-slider .blog-item__title {
      min-height: 250px;
      padding-top: 40px;
      color: #fff7fe;
      font-family: 'Gelica Regular', serif;
      font-size: var(--font_45);
      font-style: normal;
      font-weight: 400;
      line-height: 110%;
      letter-spacing: 1.125px; }
    #podcast-page #blog-slider .blog-item__title a {
      color: #fff7fe;
      line-height: 110%; }
    #podcast-page #blog-slider .slick-dots {
      margin-top: 60px;
      position: relative; }
    #podcast-page #blog-slider .slick-dots li button {
      width: 5px;
      height: 5px;
      border: 1px solid #fff7fe;
      border-radius: 100%; }
    #podcast-page #blog-slider .slick-dots li button:before {
      font-size: 0px; }
    #podcast-page #blog-slider .slick-dots li.slick-active button {
      background: #fff7fe !important; }
    #podcast-page #blog-slider .slick-dots li:only-child {
      display: none; }

#press-page #header {
  position: relative; }
  #press-page #header .header__image img {
    width: 100%; }
    #press-page #header .header__overlay {
      position: absolute;
      width: 40vw;
      left: 14vw;
      top: 10vw; }
    #press-page #header .header__wrap {
      margin: 0 auto; }
    #press-page #header .header__heading {
      color: #cb57ce;
      font-family: 'Gelica Regular', serif;
      font-size: 4vw;
      font-style: normal;
      font-weight: 400;
      line-height: 100%;
      letter-spacing: 1.75px;
      text-align: center; }
    #press-page #header .header__content {
      color: #40321d;
      font-family: 'Nunito Sans', sans-serif;
      font-size: 1.7vw;
      font-style: normal;
      font-weight: 300;
      line-height: 112%;
      letter-spacing: 1px;
      padding-top: 1vw;
      text-align: center;
      width: 27vw;
      margin: 0 auto; }
    #press-page #header .header__content strong {
      font-family: 'Gelica Regular', serif; }
  #press-page #podcast-section {
    position: relative; }
  #press-page #podcast-section .podcast__sticker {
    position: absolute;
    right: 40vw;
    top: -7vw; }
  #press-page #blog {
    background: #f57e37;
    padding-top: var(--ym); }
  #press-page #blog .blog__wrap {
    max-width: 1024px;
    margin: 0 auto; }
    #press-page #blog .blog__heading {
      color: #fff7fe;
      text-align: center;
      font-family: 'Viktorie', sans-serif;
      font-size: var(--font_90);
      line-height: 90%;
      letter-spacing: 2.25px;
      padding-bottom: 40px; }
    #press-page #blog .blog__content {
      color: #fff7fe;
      text-align: center;
      font-size: var(--font_35);
      font-style: normal;
      font-weight: 300;
      line-height: 120%;
      letter-spacing: 0.875px; }
  #press-page #blog-slider {
    padding-top: 60px;
    padding-bottom: 40px; }
  #press-page #blog-slider .blog-item {
    padding: 0px 10px;
    height: 100%; }
    #press-page #blog-slider .blog-item__img {
      max-height: 360px;
      overflow: hidden; }
    #press-page #blog-slider .blog-item__img img {
      width: 100%; }
    #press-page #blog-slider .blog-item__source {
      color: #fff7fe;
      font-family: 'Gelica Regular', serif;
      font-size: var(--font_40);
      line-height: 125%;
      letter-spacing: 1px;
      padding-top: 20px; }
    #press-page #blog-slider .blog-item__source a {
      color: #fff7fe;
      line-height: 110%; }
    #press-page #blog-slider .blog-item__title {
      padding-top: 40px;
      color: #40321d;
      font-family: 'Gelica Regular', serif;
      font-size: var(--font_45);
      font-style: normal;
      font-weight: 400;
      line-height: 110%;
      letter-spacing: 1.125px;
      min-height: 280px; }
    #press-page #blog-slider .blog-item__title a {
      color: #40321d;
      line-height: 110%; }
    #press-page #blog-slider .blog-item__link {
      margin-top: 20px; }
  #press-page #blog-slider .slick-dots {
    margin-top: 60px;
    position: relative; }
    #press-page #blog-slider .slick-dots li button {
      width: 5px;
      height: 5px;
      border: 1px solid #fff7fe;
      border-radius: 100%; }
    #press-page #blog-slider .slick-dots li button:before {
      font-size: 0px; }
    #press-page #blog-slider .slick-dots li.slick-active button {
      background: #fff7fe !important; }
    #press-page #blog-slider .slick-dots li:only-child {
      display: none; }
  #press-page #testimonials {
    position: relative;
    background: linear-gradient(180deg, #ffe5fd 0%, #ffe5fd 70%, #cb57ce 70%, #cb57ce 100%); }
  #press-page #testimonials .container-fluid {
    background-image: url('../images/press_bg.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    padding-bottom: 4%; }
  #press-page #testimonials .testimonial__sticker {
    position: absolute;
    right: 7vw;
    top: 7vw; }

#squeeze-page {
  padding: 5%; }
  #squeeze-page #squeeze-wrap {
    background: #cb57ce;
    max-width: 1600px;
    margin: 0 auto;
    position: relative; }
  #squeeze-page #squeeze {
    color: #fff7fe;
    position: relative; }
  #squeeze-page #squeeze .container-fluid {
    padding: 5% 7%; }
  #squeeze-page #cta {
    color: #fff7fe;
    position: relative; }
  #squeeze-page #cta .container-fluid {
    padding: 5% 7%; }
  #squeeze-page .squeeze__heading {
    color: #c7f72f;
    font-family: 'Gelica Regular', serif;
    font-size: var(--font_90);
    line-height: 100%;
    letter-spacing: 2.25px;
    margin-bottom: 60px; }
  #squeeze-page .squeeze__subheading {
    color: #fff7fe;
    font-family: 'Gelica Regular', serif;
    font-size: var(--font_40);
    line-height: 115%;
    letter-spacing: 1px;
    margin-bottom: 40px; }
  #squeeze-page .squeeze__intro {
    color: #fff7fe;
    font-size: var(--font_35);
    line-height: 120%;
    letter-spacing: 0.875px;
    margin-bottom: 60px; }
  #squeeze-page .squeeze__content {
    color: #fff7fe;
    font-size: var(--font_35);
    line-height: 120%;
    letter-spacing: 0.875px; }
    #squeeze-page .squeeze__content a, #squeeze-page .squeeze__content li {
      color: #fff7fe; }
    #squeeze-page .squeeze__content h1, #squeeze-page .squeeze__content h2, #squeeze-page .squeeze__content h3, #squeeze-page .squeeze__content h4, #squeeze-page .squeeze__content h5, #squeeze-page .squeeze__content h6 {
      color: #fff7fe;
      font-family: 'Gelica Regular', serif;
      font-size: var(--font_40);
      line-height: 115%;
      letter-spacing: 1px;
      margin-bottom: 30px; }
    #squeeze-page .squeeze__content ul {
      margin-bottom: 40px; }
  #squeeze-page .squeeze__image {
    position: relative;
    float: right;
    padding-left: 60px;
    margin-right: -9vw; }
  #squeeze-page .squeeze__sticker_1 {
    position: absolute;
    top: 28vw;
    left: -8vw; }
    #squeeze-page .squeeze__sticker_1 img {
      max-width: 250px; }
  #squeeze-page .squeeze__sticker_2 {
    position: absolute;
    bottom: 7vw;
    right: 2vw; }
    #squeeze-page .squeeze__sticker_2 img {
      max-width: 250px; }
  #squeeze-page .cta__heading {
    color: #fff7fe;
    font-family: 'Gelica Regular', serif;
    font-size: var(--font_70);
    line-height: 100%;
    letter-spacing: 1.75px;
    margin-bottom: 60px;
    text-align: center; }
  #squeeze-page .cta__content {
    color: #fff7fe;
    font-family: 'Gelica Regular', serif;
    font-size: var(--font_30);
    line-height: 115%;
    letter-spacing: 0.75px;
    text-align: center; }
    #squeeze-page .cta__content a, #squeeze-page .cta__content li {
      color: #fff7fe; }
    #squeeze-page .cta__content h1, #squeeze-page .cta__content h2, #squeeze-page .cta__content h3, #squeeze-page .cta__content h4, #squeeze-page .cta__content h5, #squeeze-page .cta__content h6 {
      color: #fff7fe;
      font-family: 'Gelica Regular', serif;
      font-size: var(--font_30);
      line-height: 115%;
      letter-spacing: 0.75px;
      margin-bottom: 30px; }
    #squeeze-page .cta__content ul {
      margin-bottom: 40px; }
  #squeeze-page .cta__form {
    padding-top: 80px;
    max-width: 950px;
    margin: 0 auto; }
    #squeeze-page .cta__form input[type=text], #squeeze-page .cta__form input[type=email], #squeeze-page .cta__form textarea {
      background: none !important;
      border: 3px solid #fff7fe !important;
      border-radius: 40px !important;
      font-family: 'Nunito Sans', sans-serif !important;
      color: #fff7fe !important;
      font-size: var(--font_25) !important;
      text-transform: uppercase !important;
      padding: 10px 20px !important;
      display: block !important;
      margin-bottom: 40px !important;
      width: 100% !important; }
    #squeeze-page .cta__form input[type=text]::placeholder, #squeeze-page .cta__form input[type=email]::placeholder, #squeeze-page .cta__form textarea::placeholder {
      font-family: 'Nunito Sans', sans-serif !important;
      color: #fff7fe !important;
      font-size: var(--font_25) !important;
      text-transform: uppercase !important; }
    #squeeze-page .cta__form input[type=submit], #squeeze-page .cta__form button {
      margin: 60px auto 0 auto;
      text-align: center;
      display: block !important; }
  #squeeze-page .klaviyo-form form {
    max-width: 100% !important; }
  #squeeze-page .klaviyo-form [data-testid="form-row"] {
    display: flex;
    flex-direction: column !important; }
    #squeeze-page .klaviyo-form [data-testid="form-row"] div {
      flex: unset !important;
      width: 100% !important;
      margin: 0px !important;
      padding: 0px !important;
      width: 100% !important;
      color: #fff7fe !important;
      font-family: 'Nunito Sans', sans-serif !important; }
  #squeeze-page .klaviyo-form input[type="text"], #squeeze-page .klaviyo-form input[type="email"] {
    height: auto !important;
    width: 100% !important;
    font-weight: 600 !important;
    font-family: 'Nunito Sans', sans-serif !important;
    font-size: var(--font_28) !important;
    color: #fff7fe !important;
    text-transform: uppercase !important; }
    #squeeze-page .klaviyo-form input[type="text"]::placeholder, #squeeze-page .klaviyo-form input[type="email"]::placeholder {
      font-weight: 600 !important;
      color: #fff7fe !important;
      font-size: var(--font_28) !important; }
  #squeeze-page .klaviyo-form button {
    padding: 10px 40px !important;
    font-family: 'Gelica Regular', serif !important;
    font-size: var(--font_35) !important;
    line-height: 120% !important;
    background: #cb57ce !important;
    border: 3px solid #fff7fe !important;
    border-radius: 40px !important;
    color: #fff7fe !important;
    width: auto !important; }
  #squeeze-page .klaviyo-form input[type="submit"] {
    display: none !important; }
  #squeeze-page .klaviyo-form fieldset {
    width: 100% !important;
    flex-direction: row !important; }
    #squeeze-page .klaviyo-form fieldset [role="group"] {
      width: 100% !important; }

body.page-id-1422 #squeeze-page .squeeze__image {
  top: -4vw; }

#podcast-section {
  background: #cb57ce;
  background: linear-gradient(90deg, #cb57ce 0%, #cb57ce 20%, #f57e37 20%, #f57e37 100%); }
  #podcast-section .row {
    display: flex;
    align-items: center; }
  #podcast-section .podcast {
    padding: var(--ym) var(--xm); }
  #podcast-section .podcast__heading {
    color: #fff7fe;
    text-align: center;
    font-family: 'Viktorie', sans-serif;
    font-size: var(--font_110);
    font-style: normal;
    font-weight: 400;
    line-height: 90.909%;
    letter-spacing: 2.75px;
    padding-bottom: 40px; }
  #podcast-section .podcast__content {
    color: #fff;
    text-align: center;
    font-size: var(--font_35);
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    letter-spacing: 0.875px;
    padding-bottom: 70px;
    max-width: 780px;
    margin: 0 auto; }
  #podcast-section .podcast__image img {
    width: 100%; }
  #podcast-section .podcast__button {
    text-align: center; }
  #podcast-section .podcast__squiggle {
    text-align: right;
    width: 100%;
    padding-bottom: 20px; }
    #podcast-section .podcast__squiggle img {
      width: 100%; }

#products-section {
  padding: 5% 40px 8% 40px; }
  #products-section .products__wrap {
    width: 100%;
    max-width: 1430px;
    margin: 0 auto;
    display: flex;
    column-gap: 200px; }
  #products-section .products__heading {
    font-family: 'Gelica Regular', serif;
    font-size: var(--font_70);
    font-style: normal;
    font-weight: 400;
    line-height: 83%;
    letter-spacing: 2.25px;
    color: #fff7fe;
    padding-bottom: 45px; }
  #products-section .products__image {
    padding-bottom: 30px; }
    #products-section .products__image img {
      width: 100%; }
  #products-section .products__details {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
  #products-section .products__item {
    width: 50%; }
  #products-section .products__name {
    color: #fff7fe;
    font-family: 'Gelica Regular', serif;
    font-size: var(--font_40);
    font-style: normal;
    font-weight: 400;
    line-height: 112.5%;
    letter-spacing: 1px;
    padding-bottom: 45px;
    width: 60%; }
  #products-section .products__price {
    color: #fff7fe;
    font-family: 'Gelica Regular', serif;
    font-size: var(--font_40);
    font-style: normal;
    font-weight: 700;
    line-height: 112.5%;
    letter-spacing: 1px; }
  #products-section .products__button {
    text-align: right;
    padding-top: 40px; }

#testimonials {
  padding-top: var(--ym); }
  #testimonials .container-fluid {
    padding: 0px var(--xm); }
  #testimonials .testimonial__grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative; }
  #testimonials .testimonial__item {
    background-image: url('../images/envelope.png');
    background-size: 100%;
    background-repeat: no-repeat;
    width: 30vw;
    height: 100%;
    position: relative; }
  #testimonials .testimonial__heading {
    text-align: center;
    font-size: var(--font_90);
    line-height: 85%;
    letter-spacing: 2.25px;
    padding-bottom: 100px; }
  #testimonials .testimonial__content {
    min-height: 28vw;
    padding: 2vw 6vw 0 6vw;
    color: #40321d;
    text-align: center;
    font-family: 'Viktorie', sans-serif;
    font-size: 1.5vw;
    line-height: 110%;
    letter-spacing: 1.25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 3vw; }
  #testimonials .testimonial__name {
    color: #fff7fe;
    text-align: center;
    font-family: 'Viktorie', sans-serif;
    font-size: var(--font_65);
    line-height: 95%;
    letter-spacing: 1.625px;
    padding-bottom: 12vw; }
  #testimonials .testimonial__grid:nth-child(even) .testimonial__item:first-child {
    transform: rotate(-3.524deg);
    z-index: 1; }
  #testimonials .testimonial__grid:nth-child(even) .testimonial__item:last-child {
    transform: rotate(4.608deg);
    top: 4vw;
    left: -1vw;
    z-index: 7; }
  #testimonials .testimonial__grid:nth-child(odd) {
    bottom: 6vw; }
  #testimonials .testimonial__grid:nth-child(odd) .testimonial__item:first-child {
    transform: rotate(4.608deg);
    z-index: 5; }
  #testimonials .testimonial__grid:nth-child(odd) .testimonial__item:last-child {
    transform: rotate(-3.524deg);
    left: -2vw;
    top: 4vw;
    z-index: 3; }

.note {
  background-image: url(../images/note_bg.png);
  background-repeat: repeat-y;
  background-size: 100%;
  width: 50vw;
  padding: 64px 9%; }
  .note__heading {
    font-family: 'Gelica Regular', serif;
    font-size: var(--font_90);
    font-style: normal;
    font-weight: 400;
    line-height: 83%;
    letter-spacing: 2.25px;
    color: #40321d;
    font-family: 'Viktorie', sans-serif;
    text-align: center;
    margin-bottom: 0px;
    padding-bottom: 1vw; }
  .note__subheading {
    color: #cb57ce;
    text-align: center;
    font-family: 'Gelica Regular', serif;
    font-size: var(--font_40);
    line-height: 125%;
    letter-spacing: 1px;
    padding-bottom: 2vw; }
  .note__content {
    color: #40321d;
    font-size: var(--font_28);
    font-style: normal;
    font-weight: 300;
    line-height: 114%;
    letter-spacing: 0.7px; }
  .note__button {
    padding-top: 1vw;
    text-align: right; }
  .note:nth-child(odd) {
    transform: rotate(355deg); }
  .note:nth-child(even) {
    transform: rotate(2.335deg);
    position: relative;
    left: 43%;
    margin-top: -3%; }

.scroll-video {
  position: relative;
  width: 100%; }
  .scroll-video video {
    width: 100%;
    height: 100%;
    max-height: 40vw;
    object-fit: cover;
    cursor: pointer; }
  .scroll-video span.playvideo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer; }
  .scroll-video span.playvideo i {
    font-size: 100px; }

body.page-template-template_contact #primary-navigation {
  background: #cb57ce; }
  body.page-template-template_contact #primary-navigation li, body.page-template-template_contact #primary-navigation a {
    color: #fff7fe; }
  body.page-template-template_contact #primary-navigation li.active {
    color: #fff7fe !important; }
    body.page-template-template_contact #primary-navigation li.active a {
      color: #fff7fe !important; }

#contact-page {
  padding: 5%;
  background: #cb57ce; }
  #contact-page #header {
    background: #f57e37;
    max-width: 1600px;
    margin: 0 auto; }
  #contact-page #header .header__wrap {
    display: flex;
    padding: 5% 0px 5% 7%; }
    #contact-page #header .header__left {
      max-width: 50vw;
      width: 100%; }
    #contact-page #header .header__heading {
      color: #fff7fe;
      font-family: 'Gelica Regular', serif;
      font-size: var(--font_90);
      line-height: 85%;
      letter-spacing: 2.25px;
      padding-bottom: 40px; }
    #contact-page #header .header__content {
      color: #fff7fe;
      font-family: 'Gelica Regular', serif;
      font-size: var(--font_40);
      line-height: 115%;
      letter-spacing: 1px;
      max-width: 780px; }
    #contact-page #header .header__sticker {
      position: absolute;
      right: -60vw;
      top: 4vw;
      width: 95vw; }
    #contact-page #header .header__sticker img {
      max-height: 510px; }
  #contact-page #about {
    padding: 5% 5% 0px 5%;
    background: #cb57ce;
    color: #fff7fe; }
  #contact-page .contact__wrap {
    display: flex;
    padding: 0px 0px 0px 7%; }
  #contact-page .contact__left {
    padding-right: 10%; }
  #contact-page .contact__about_heading {
    color: #fff7fe;
    font-family: 'Viktorie', sans-serif;
    font-size: var(--font_60);
    line-height: 100%;
    letter-spacing: 1.5px;
    padding-bottom: 40px; }
  #contact-page .contact__about_content {
    color: #fff7fe;
    font-size: var(--font_35);
    font-style: normal;
    font-weight: 300;
    line-height: 42px;
    letter-spacing: 0.875px; }
  #contact-page .contact__about_image {
    transform: rotate(6.131deg);
    margin-top: -7vw; }
    #contact-page .contact__about_image img {
      max-width: 500px; }
  #contact-page .contact__squiggle {
    padding-top: 5%;
    margin-right: -6%; }
    #contact-page .contact__squiggle img {
      width: 100%; }
  #contact-page .contact__sticker_2 {
    position: absolute;
    bottom: 6vw;
    left: 11vw; }
  #contact-page .contact__form {
    max-width: 1270px;
    margin: 0 auto; }
    #contact-page .contact__form input[type=text], #contact-page .contact__form input[type=email], #contact-page .contact__form textarea {
      background: none !important;
      border: 3px solid #fff7fe !important;
      border-radius: 40px !important;
      font-family: 'Nunito Sans', sans-serif !important;
      color: #fff7fe !important;
      font-size: var(--font_25) !important;
      text-transform: uppercase !important;
      padding: 10px 20px !important;
      display: block !important;
      margin-bottom: 20px !important;
      width: 100% !important; }
    #contact-page .contact__form input[type=text]::placeholder, #contact-page .contact__form input[type=email]::placeholder, #contact-page .contact__form textarea::placeholder {
      font-family: 'Nunito Sans', sans-serif !important;
      color: #fff7fe !important;
      font-size: var(--font_25) !important;
      text-transform: uppercase !important; }
    #contact-page .contact__form input[type=text], #contact-page .contact__form input[type=email] {
      height: 80px; }
    #contact-page .contact__form textarea {
      min-height: 300px;
      padding-top: 30px !important; }
    #contact-page .contact__form input[type=submit], #contact-page .contact__form button {
      margin-top: 20px;
      text-align: right;
      display: block !important;
      height: 88px; }
    #contact-page .contact__form .wpforms-submit-container {
      text-align: right;
      display: flex;
      flex-direction: row;
      justify-content: flex-end; }

#footer-wrap {
  background: #40321d;
  color: #ffe5fd; }
  #footer-wrap #footer {
    padding: var(--ym) var(--xm);
    font-size: var(--content_size); }
  #footer-wrap #footer ul {
    margin: 0px;
    padding: 0px; }
  #footer-wrap #footer li {
    list-style: none;
    padding: 0px 10px;
    display: inline-block; }
  #footer-wrap #footer a {
    color: #ffe5fd; }
  #footer-wrap #footer .row {
    display: flex;
    align-items: center; }
  #footer-wrap #footer .footer__logo {
    text-align: center; }
    #footer-wrap #footer .footer__logo img {
      width: 100%;
      max-width: 540px; }
    #footer-wrap #footer .footer__socials {
      text-align: center;
      padding-top: 75px; }
    #footer-wrap #footer .footer__socials a:nth-child(2) {
      margin: 0px 70px; }
    #footer-wrap #footer .footer__socials i {
      color: #cb57ce;
      font-size: 67px; }
    #footer-wrap #footer .footer__newsletter {
      padding-top: 60px; }
    #footer-wrap #footer .footer__newsletter h4 {
      color: #ffe5fd;
      font-size: var(--font_70);
      line-height: 75px;
      letter-spacing: 1.75px; }
    #footer-wrap #footer .footer__newsletter p {
      color: #fff7fe;
      font-size: var(--font_28);
      font-style: normal;
      font-weight: 200;
      line-height: 32px;
      letter-spacing: 0.7px; }
    #footer-wrap #footer .footer__newsletter input[type=email] {
      width: 100%;
      border-radius: 40px !important;
      border: 3px solid #fff7fe !important;
      background: transparent !important;
      color: #ffe5fd !important;
      font-family: 'Nunito Sans', sans-serif;
      font-size: var(--font_25);
      font-style: normal;
      font-weight: 700;
      line-height: 42px;
      letter-spacing: 0.625px;
      text-transform: uppercase;
      padding: 16px 40px !important; }
      #footer-wrap #footer .footer__newsletter input[type=email]::placeholder {
        color: #ffe5fd !important; }
    #footer-wrap #footer .footer__newsletter input[type=submit], #footer-wrap #footer .footer__newsletter button {
      margin-top: 20px;
      position: relative;
      float: right; }
  #footer-wrap .klaviyo-form form {
    max-width: 100% !important; }
  #footer-wrap .klaviyo-form [data-testid="form-row"] {
    display: flex;
    flex-direction: column !important; }
    #footer-wrap .klaviyo-form [data-testid="form-row"] div:first-child {
      flex: unset !important;
      width: 100% !important;
      padding-bottom: 0px !important; }
    #footer-wrap .klaviyo-form [data-testid="form-row"] div:first-child input {
      height: auto !important;
      width: 100% !important; }
    #footer-wrap .klaviyo-form [data-testid="form-row"] div:last-child {
      flex: unset !important;
      width: 100% !important;
      padding-top: 0px !important;
      justify-content: flex-end !important; }
    #footer-wrap .klaviyo-form [data-testid="form-row"] div:last-child button {
      padding: 10px 40px !important;
      font-family: 'Gelica Regular', serif !important;
      font-size: var(--font_35) !important;
      line-height: 120% !important; }
  #footer-wrap .klaviyo-form input[type="text"], #footer-wrap .klaviyo-form input[type="email"] {
    font-weight: 700 !important;
    font-family: 'Nunito Sans', sans-serif !important;
    font-size: var(--font_28) !important;
    color: #fff7fe !important;
    text-transform: uppercase !important; }
    #footer-wrap .klaviyo-form input[type="text"]::placeholder, #footer-wrap .klaviyo-form input[type="email"]::placeholder {
      font-weight: 700 !important;
      color: #fff7fe !important;
      font-size: var(--font_28) !important; }

.show_desktop {
  display: block; }

.show_mobile {
  display: none; }

.show_tablet {
  display: none; }

.grecaptcha-badge {
  display: none !important; }

img {
  border: 0;
  max-width: 100%;
  height: auto;
  width: auto\9; }

.clear {
  clear: both !important; }

.page-title {
  color: #cb57ce !important; }

.alignleft {
  position: relative;
  float: left;
  padding-right: 40px; }

.alignright {
  position: relative;
  float: right;
  padding-left: 40px; }

p {
  margin: 0 0 25px; }

p:empty {
  display: none; }

legend {
  text-transform: uppercase; }

a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  outline: none;
  color: #cb57ce; }
  a:hover {
    color: #cb57ce; }

.section_wrap {
  padding: 40px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

.stick {
  position: sticky;
  top: 0px;
  z-index: -1; }

.error404 .wrapper {
  padding: 10% 0px 5% 0px; }
  .error404 h1 {
    text-align: center; }
  .error404 .entry-content {
    text-align: center;
    padding-top: 3%; }

body.page-template-default #page-wrap {
  width: 100%;
  max-width: 1920px;
  padding: 40px;
  margin: 0px auto; }

.slider-buttons {
  margin: 0 auto;
  padding: 0px 0px 0px 10px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 40%;
  left: 10%;
  max-width: 80%;
  width: 100%; }
  .slider-buttons .next, .slider-buttons .previous {
    cursor: pointer; }

.slick-dots {
  bottom: 0px;
  left: 0vw; }
  .slick-dots li button {
    border: 1px solid #ffe5fd; }
  .slick-dots li.slick-active button {
    background: #ffe5fd !important; }

.underlined {
  display: inline-block;
  position: relative;
  color: #cb57ce; }
  .underlined:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: -4px;
    left: 0;
    background-color: #cb57ce;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out; }
  .underlined:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left; }

.chat .messages {
  margin-top: 30px;
  display: flex;
  flex-direction: column; }
  .chat .message {
    border-radius: 20px;
    padding: 8px 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block; }
  .chat .mine {
    align-items: flex-end; }
  .chat .mine .message {
    color: white;
    margin-left: 25%;
    background: #f57e37;
    background-attachment: fixed;
    position: relative; }
  .chat .mine .message.last:before {
    content: "";
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: -8px;
    height: 20px;
    width: 20px;
    background: #f57e37;
    background-attachment: fixed;
    border-bottom-left-radius: 15px; }
  .chat .mine .message.last:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: -10px;
    width: 10px;
    height: 20px;
    background: #cb57ce;
    border-bottom-left-radius: 10px; }

.reveal {
  position: relative;
  opacity: 0;
  transition: 1s all ease; }

.reveal.active {
  opacity: 1; }

.slideup {
  opacity: 0;
  overflow: hidden;
  transition: 1s all ease;
  transform: translateY(100px);
  animation: slide-out 0.5s ease-in-out 0s forwards; }

.slideup.active {
  transform: translateY(0);
  opacity: 1;
  animation: slide-in 0.5s ease-in-out 0s forwards; }

.slideup-top {
  transform: translateY(0);
  opacity: 0;
  animation: slide-in 0.5s ease-in-out 0s forwards; }

.reveal-top {
  animation: fadein 2s ease-in; }

.fadein {
  animation: fadein 2s ease-in; }

.fadeout {
  animation: fadeout 2s ease-out; }

.fadein-menu {
  animation: fadein 1s ease-in; }

.fadeout-menu {
  animation: fadeout 1s ease-out; }

.marquee {
  background: #f57e37; }
  .marquee__inner {
    animation: marquee 60s linear infinite;
    -webkit-animation: marquee 60s linear infinite;
    padding: 49px 0px 55px 0px; }
  .marquee__inner span {
    line-height: 100%;
    display: flex;
    align-items: center;
    color: #fff7fe;
    text-align: center;
    font-family: 'Gelica Regular', serif;
    font-size: var(--font_70);
    font-style: normal;
    font-weight: 400;
    line-height: 83%;
    letter-spacing: 2.25px; }

.marquee {
  width: 100%;
  overflow: hidden;
  pointer-events: none; }
  .marquee__inner {
    width: fit-content;
    display: flex;
    position: relative;
    animation-play-state: running;
    opacity: 1;
    transition-duration: 0.4s;
    transform: translate3d(calc(-25% + 20vw), 0, 0);
    -webkit-transform: translate3d(calc(-25% + 20vw), 0, 0);
    -moz-transform: translate3d(calc(-25% + 20vw), 0, 0);
    -ms-transform: translate3d(calc(-25% + 20vw), 0, 0);
    -o-transform: translate3d(calc(-25% + 20vw), 0, 0);
    transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -ms-transition: opacity 0.1s;
    -o-transition: opacity 0.1s; }
  .marquee__inner span {
    white-space: nowrap;
    padding: 0 1vw; }

@keyframes marquee {
  0% {
    transform: translate3d(calc(-25% + 20vw), 0, 0);
    -webkit-transform: translate3d(calc(-25% + 20vw), 0, 0);
    -moz-transform: translate3d(calc(-25% + 20vw), 0, 0);
    -ms-transform: translate3d(calc(-25% + 20vw), 0, 0);
    -o-transform: translate3d(calc(-25% + 20vw), 0, 0); }

  100% {
    transform: translate3d(calc(-50% + 20vw), 0, 0);
    -webkit-transform: translate3d(calc(-50% + 20vw), 0, 0);
    -moz-transform: translate3d(calc(-50% + 20vw), 0, 0);
    -ms-transform: translate3d(calc(-50% + 20vw), 0, 0);
    -o-transform: translate3d(calc(-50% + 20vw), 0, 0); } }

@keyframes -webkit-marquee {
  0% {
    transform: translate3d(calc(-25% + 20vw), 0, 0);
    -webkit-transform: translate3d(calc(-25% + 20vw), 0, 0);
    -moz-transform: translate3d(calc(-25% + 20vw), 0, 0);
    -ms-transform: translate3d(calc(-25% + 20vw), 0, 0);
    -o-transform: translate3d(calc(-25% + 20vw), 0, 0); }

  100% {
    transform: translate3d(calc(-50% + 20vw), 0, 0);
    -webkit-transform: translate3d(calc(-50% + 20vw), 0, 0);
    -moz-transform: translate3d(calc(-50% + 20vw), 0, 0);
    -ms-transform: translate3d(calc(-50% + 20vw), 0, 0);
    -o-transform: translate3d(calc(-50% + 20vw), 0, 0); } }

@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg); }

  10% {
    transform: translate(-1px, -2px) rotate(-1deg); }

  20% {
    transform: translate(-3px, 0px) rotate(1deg); }

  30% {
    transform: translate(3px, 2px) rotate(0deg); }

  40% {
    transform: translate(1px, -1px) rotate(1deg); }

  50% {
    transform: translate(-1px, 2px) rotate(-1deg); }

  60% {
    transform: translate(-3px, 1px) rotate(0deg); }

  70% {
    transform: translate(3px, 1px) rotate(-1deg); }

  80% {
    transform: translate(-1px, -1px) rotate(1deg); }

  90% {
    transform: translate(1px, 2px) rotate(0deg); }

  100% {
    transform: translate(1px, -2px) rotate(-1deg); } }

@keyframes fadein {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-moz-keyframes fadein {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-webkit-keyframes fadein {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-ms-keyframes fadein {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-o-keyframes fadein {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@keyframes fadeout {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

@-moz-keyframes fadeout {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

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

  to {
    opacity: 0; } }

@-ms-keyframes fadeout {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

@-o-keyframes fadeout {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

@keyframes rotate {
  from {
    transform: rotate(0deg); }

  to {
    transform: rotate(360deg); } }

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

  100% {
    opacity: 1;
    ransform: translateY(0px); } }

@keyframes slide-out {
  0% {
    opacity: 1;
    transform: translateY(0px); }

  100% {
    opacity: 0;
    ransform: translateY(100px); } }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px;
  color: #cb57ce;
  line-height: 1.5em;
  font-weight: 300;
  font-family: 'Gelica Regular', serif; }

h1 a, h1 a:hover, h2 a, h2 a:hover, h3 a, h3 a:hover, h4 a, h4 a:hover, h5 a, h5 a:hover, h6 a, h6 a:hover {
  color: #cb57ce;
  line-height: 1.5em;
  font-weight: 300;
  text-decoration: none; }

h1, .h1 {
  font-size: var(--h1_size); }

h2, .h2 {
  font-size: var(--h2_size); }

h3, .h3 {
  font-size: var(--h3_size); }

h4 {
  font-size: var(--h4_size); }

h5 {
  font-size: var(--h5_size); }

h6 {
  font-size: var(--h6_size); }

.button, .readmore a, .btn-primary, .btn-default {
  font-family: 'Gelica Regular', serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 20px 40px !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  border-radius: 70px;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  font-style: normal;
  font-weight: 400;
  line-height: 120% !important;
  letter-spacing: 0.875px;
  background-color: #cb57ce;
  border: 3px solid #fff7fe;
  color: #fff7fe; }

.button:hover, .readmore a:hover, .btn-default:hover, .btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:focus-within, .btn-primary:focus-visible {
  font-family: 'Gelica Regular', serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 20px 40px !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  border-radius: 70px;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  font-style: normal;
  font-weight: 400;
  line-height: 120% !important;
  letter-spacing: 0.875px;
  background-color: #fff7fe;
  border: 3px solid #fff7fe;
  color: #cb57ce;
  transition: 0.5s ease;
  text-decoration: none;
  outline: none; }

.btn-secondary {
  font-family: 'Gelica Regular', serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 20px 40px !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  border-radius: 70px;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  font-style: normal;
  font-weight: 400;
  line-height: 120% !important;
  letter-spacing: 0.875px;
  background-color: #ffe5fd;
  border: 3px solid #ffe5fd;
  color: #ffe5fd; }

.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:focus-within, .btn-secondary:focus-visible {
  font-family: 'Gelica Regular', serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 20px 40px !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  border-radius: 70px;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  font-style: normal;
  font-weight: 400;
  line-height: 120% !important;
  letter-spacing: 0.875px;
  background-color: #ffe5fd;
  border: 3px solid #ffe5fd;
  color: #ffe5fd;
  transition: 0.5s ease;
  text-decoration: none;
  outline: none; }

.btn-wavy {
  color: #f57e37;
  text-align: center;
  font-family: 'Gelica Regular', serif;
  font-size: var(--font_35);
  font-style: normal;
  font-weight: 400;
  line-height: 114.286%;
  letter-spacing: 0.875px;
  background-image: url(../images/btn_wavy.png);
  background-position: 0px 50px;
  background-size: contain;
  background-repeat: no-repeat;
  height: 65px !important;
  display: inline-block;
  padding: 0px 40px; }
  .btn-wavy:hover {
    color: #f57e37; }

.entry-content ol, .entry-content ul {
  margin-left: 20px; }

.entry-content ol li, .entry-content ul li {
  margin-bottom: 5px; }

ol, ul {
  margin-left: 20px; }

.accordion {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  border-bottom: 2px solid #cb57ce; }

.accordion-item {
  border: none;
  border-radius: 0px;
  background-color: transparent; }

.accordion-header {
  font-size: var(--content_size) !important; }

.accordion-body {
  background-color: transparent;
  color: #cb57ce;
  font-size: var(--content_size);
  padding: 15px 0px !important; }

.accordion-button {
  background-color: transparent;
  color: #cb57ce;
  font-size: var(--content_size);
  border-top: 2px solid #cb57ce;
  font-family: 'Nunito Sans', sans-serif;
  padding: 15px 0px !important; }

.accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #cb57ce;
  box-shadow: none !important; }

.accordion-button:focus {
  border: none;
  border-top: 2px solid #cb57ce;
  box-shadow: none !important; }

.accordion-button.collapsed::after {
  background-image: none !important;
  font-family: 'Font Awesome 6 Pro';
  content: "\f107";
  font-size: 30px;
  font-weight: 300 !important;
  width: auto;
  height: auto; }

.accordion-button:not(.collapsed)::after {
  background-image: none !important;
  font-family: 'Font Awesome 6 Pro';
  content: "\f106";
  font-size: 30px;
  font-weight: 300 !important;
  width: auto;
  height: auto;
  transform: rotate(359deg); }

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px; }

.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px; }

input[type=text], input[type=email], input[type=tel], input[type=number], input[type=password], textarea {
  background-color: #ffe5fd !important;
  border-radius: 0px !important;
  color: #cb57ce !important;
  font-size: var(--font_25) !important;
  border: none !important;
  border-bottom: 1px solid #cb57ce !important;
  padding: 5px 0px !important; }
  input[type=text]::placeholder, input[type=email]::placeholder, input[type=tel]::placeholder, input[type=number]::placeholder, input[type=password]::placeholder, textarea::placeholder {
    color: #cb57ce !important; }
  input[type=text]::placeholder, input[type=email]::placeholder, input[type=tel]::placeholder, input[type=number]::placeholder, input[type=password]::placeholder, textarea::placeholder {
    opacity: 1 !important; }
  input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=number]:focus, input[type=password]:focus, textarea:focus {
    outline: none !important;
    box-shadow: none !important; }

input[type=radio] {
  background: #ffe5fd !important;
  border-color: #cb57ce !important;
  border-width: 2px;
  width: 20px;
  height: 20px; }
  input[type=radio]:checked {
    background: #cb57ce !important;
    border-color: #cb57ce !important; }
  input[type=radio]:checked:after {
    content: "";
    background: #cb57ce;
    position: relative;
    display: flex;
    border-radius: 50px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    border: 3px solid #ffe5fd; }
  input[type=radio]:focus {
    box-shadow: none !important;
    outline: none !important; }

input[type=checkbox] {
  background: transparent !important;
  border-color: #fff7fe !important;
  border-width: 2px;
  width: 20px;
  height: 20px; }
  input[type=checkbox]:focus {
    box-shadow: none !important;
    outline: none !important; }

.form-control {
  font-size: var(--content_size) !important; }
  .form-control:focus {
    box-shadow: none !important;
    outline: none !important; }

button[type=submit] {
  font-family: 'Gelica Regular', serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 20px 40px !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  border-radius: 70px;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  font-style: normal;
  font-weight: 400;
  line-height: 120% !important;
  letter-spacing: 0.875px;
  background-color: #cb57ce;
  border: 3px solid #fff7fe;
  color: #fff7fe;
  display: inline-block !important;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important; }
  button[type=submit]:hover {
    background-color: #fff7fe;
    border: 3px solid #fff7fe;
    color: #cb57ce;
    transition: 0.5s ease; }

select {
  background-color: #ffe5fd !important;
  border-radius: 0px !important;
  color: #cb57ce !important;
  font-size: var(--font_25) !important;
  border: none !important;
  border-bottom: 1px solid #cb57ce !important;
  padding: 5px 0px !important;
  border-bottom: 1px solid #ffe5fd !important;
  padding: 5px 0px !important; }
  select::placeholder {
    color: #cb57ce !important; }
  select option {
    font-size: var(--content_size) !important; }
  select optgroup {
    font-size: var(--content_size) !important; }
  select:focus {
    box-shadow: none !important;
    outline: none !important; }

.select2-container--default .select2-selection--single {
  background: none !important;
  border: none !important;
  border-radius: 0px !important; }

.select2-selection__rendered {
  background-color: #ffe5fd !important;
  border-radius: 0px !important;
  color: #cb57ce !important;
  font-size: var(--font_25) !important;
  border: none !important;
  border-bottom: 1px solid #cb57ce !important;
  padding: 5px 0px !important;
  border-bottom: 1px solid #ffe5fd !important;
  padding: 5px 0px !important; }
  .select2-selection__rendered::placeholder {
    color: #cb57ce !important; }
  .select2-selection__rendered:focus {
    box-shadow: none !important;
    outline: none !important; }

.select2-results__option, .select2-container--default .select2-results__option[data-selected=true], .select2-search--dropdown {
  background-color: #cb57ce; }

.wpforms-container-full .wpforms-form input.wpforms-field-large, .wpforms-container-full .wpforms-form input.wpforms-field-medium, .wpforms-container-full .wpforms-form input.wpforms-field-small {
  background-color: #ffe5fd !important;
  border-radius: 0px !important;
  color: #cb57ce !important;
  font-size: var(--font_25) !important;
  border: none !important;
  border-bottom: 1px solid #cb57ce !important;
  padding: 5px 0px !important; }
  .wpforms-container-full .wpforms-form input.wpforms-field-large::placeholder, .wpforms-container-full .wpforms-form input.wpforms-field-medium::placeholder, .wpforms-container-full .wpforms-form input.wpforms-field-small::placeholder {
    color: #cb57ce !important; }
  .wpforms-container-full .wpforms-form textarea.wpforms-field-large, .wpforms-container-full .wpforms-form textarea.wpforms-field-medium, .wpforms-container-full .wpforms-form textarea.wpforms-field-small {
    background-color: #ffe5fd !important;
    border-radius: 0px !important;
    color: #cb57ce !important;
    font-size: var(--font_25) !important;
    border: none !important;
    border-bottom: 1px solid #cb57ce !important;
    padding: 5px 0px !important; }
  .wpforms-container-full .wpforms-form textarea.wpforms-field-large::placeholder, .wpforms-container-full .wpforms-form textarea.wpforms-field-medium::placeholder, .wpforms-container-full .wpforms-form textarea.wpforms-field-small::placeholder {
    color: #cb57ce !important; }
  .wpforms-container-full .wpforms-form input[type=submit], .wpforms-container-full .wpforms-form button[type=submit] {
    font-family: 'Gelica Regular', serif !important;
    font-size: var(--button_size) !important;
    line-height: var(--button_size) !important;
    padding: 20px 40px !important;
    text-align: center;
    display: inline-block;
    font-weight: 400;
    border-radius: 70px;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    font-style: normal;
    font-weight: 400;
    line-height: 120% !important;
    letter-spacing: 0.875px;
    background-color: #cb57ce;
    border: 3px solid #fff7fe;
    color: #fff7fe;
    display: inline-block !important;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important; }
  .wpforms-container-full .wpforms-form input[type=submit]:hover, .wpforms-container-full .wpforms-form button[type=submit]:hover {
    background-color: #fff7fe;
    border: 3px solid #fff7fe;
    color: #cb57ce;
    transition: 0.5s ease; }
  .wpforms-container-full .wpforms-form .wpforms-field-label {
    font-size: var(--content_size) !important; }
  .wpforms-container-full .wpforms-form .wpforms-field-label-inline {
    font-size: var(--content_size) !important; }
  .wpforms-container-full .wpforms-form .wpforms-field-sublabel {
    font-size: 13px; }
  .wpforms-container-full .wpforms-form .wpforms-field-description {
    font-size: 13px; }
  .wpforms-container-full .wpforms-form label.wpforms-error {
    color: #900;
    font-size: 12px; }

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner {
  background: none !important;
  border: none !important;
  border-radius: 0px !important;
  border-bottom: 2px solid #cb57ce !important; }
  div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner .choices__list--single {
    background: none !important; }
  div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner .choices__list--single .choices__item--selectable {
    color: #cb57ce !important;
    opacity: 1 !important;
    text-transform: uppercase;
    font-size: var(--font_24) !important; }
  div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner .choices__list--single .choices__item--selectable:focus {
    box-shadow: none !important;
    outline: none !important; }

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open .choices__list--dropdown {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  background-color: #ffe5fd !important;
  color: #cb57ce !important;
  font-size: var(--font_24) !important; }
  div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open .choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: #cb57ce !important;
    color: #ffe5fd !important; }

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open:before {
  border: none !important; }

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-focused .choices__inner, div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open .choices__inner, div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open .choices__list--dropdown {
  border: none !important;
  box-shadow: none !important;
  outline: none !important; }

.wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  background: transparent !important;
  border: none !important; }

.wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full {
  color: unset !important; }

.wpforms-submit-container {
  text-align: center; }
  .wpforms-submit-container button.button {
    font-family: 'Gelica Regular', serif !important;
    font-size: var(--button_size) !important;
    line-height: var(--button_size) !important;
    padding: 20px 40px !important;
    text-align: center;
    display: inline-block;
    font-weight: 400;
    border-radius: 70px;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    font-style: normal;
    font-weight: 400;
    line-height: 120% !important;
    letter-spacing: 0.875px;
    background-color: #cb57ce;
    border: 3px solid #fff7fe;
    color: #fff7fe;
    display: inline-block !important;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    background-color: #cb57ce;
    border: 3px solid #fff7fe;
    color: #fff7fe; }
  .wpforms-submit-container button.button:hover {
    background-color: #fff7fe;
    border: 3px solid #fff7fe;
    color: #cb57ce;
    transition: 0.5s ease; }
  .wpforms-submit-container button.button:hover {
    background-color: #fff7fe;
    border: 3px solid #fff7fe;
    color: #cb57ce;
    transition: 0.5s ease; }

div.wpforms-container-full input[type=submit]:not(:hover):not(:active), div.wpforms-container-full button[type=submit]:not(:hover):not(:active), div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full input[type=submit]:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full button[type=submit]:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active) {
  background: #cb57ce !important;
  color: #fff7fe !important; }

.wpforms-container-full .wpforms-form input[type=submit]:hover, .wpforms-container-full .wpforms-form button[type=submit]:hover, div.wpforms-container-full input[type=submit]:hover, div.wpforms-container-full input[type=submit]:active, div.wpforms-container-full button[type=submit]:hover, div.wpforms-container-full button[type=submit]:active, div.wpforms-container-full .wpforms-page-button:hover, div.wpforms-container-full .wpforms-page-button:active, .wp-core-ui div.wpforms-container-full input[type=submit]:hover, .wp-core-ui div.wpforms-container-full input[type=submit]:active, .wp-core-ui div.wpforms-container-full button[type=submit]:hover, .wp-core-ui div.wpforms-container-full button[type=submit]:active, .wp-core-ui div.wpforms-container-full .wpforms-page-button:hover, .wp-core-ui div.wpforms-container-full .wpforms-page-button:active {
  background: #fff7fe !important;
  color: #cb57ce !important; }

div.wpforms-container-full .wpforms-confirmation-container-full p, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) p {
  color: #fff7fe !important;
  font-size: var(--font_30);
  padding-bottom: 5vw; }

.blog-list__item {
  margin-bottom: 80px; }
  .blog-list__image {
    width: 100%; }
  .blog-list__wrap {
    padding: 0px; }
  .blog-list__title {
    padding-top: 20px;
    margin-bottom: 10px;
    line-height: 120% !important;
    font-size: var(--font_40);
    min-height: 150px; }
  .blog-list__title a {
    line-height: 120% !important;
    font-size: var(--font_40); }
  .blog-list__excerpt {
    padding: 20px 0px 40px 0px;
    color: #40321d;
    font-size: var(--font_28);
    line-height: 120%;
    display: none; }
  .blog-list__link {
    text-align: left; }
  .blog-list__link .btn-primary {
    padding: 10px 40px !important; }
  .blog-list__link .btn-primary:hover {
    padding: 10px 40px !important; }

.blog__title {
  margin-bottom: 0px;
  line-height: 120% !important;
  padding-bottom: 40px; }
  .blog__content {
    padding-bottom: 40px; }

body.blog #page-wrap {
  padding-top: 5%;
  padding-bottom: 5%; }

body.single-post .blog__title {
  font-size: var(--font_90) !important;
  padding-top: 40px; }
  body.single-post .blog__content {
    font-size: var(--font_28);
    line-height: 120%; }
  body.single-post .blog__content h1, body.single-post .blog__content h2 {
    font-size: var(--font_70) !important; }
  body.single-post .blog__content h3, body.single-post .blog__content h4 {
    font-size: var(--font_40) !important; }
  body.single-post .blog__content h5, body.single-post .blog__content h6 {
    font-size: var(--font_30) !important; }
  body.single-post .blog__content strong {
    font-weight: 700 !important; }

body.blog #page-wrap, body.archive #page-wrap, body.category #page-wrap, body.search #page-wrap, body.single-post #page-wrap {
  padding: 0px;
  max-width: 100%;
  padding-bottom: var(--ym); }
  body.blog .container, body.archive .container, body.category .container, body.search .container, body.single-post .container {
    max-width: 100%; }
  body.blog .page-title, body.archive .page-title, body.category .page-title, body.search .page-title, body.single-post .page-title {
    text-align: center;
    margin-bottom: 60px;
    padding-top: 40px; }
  body.blog .page-title h1, body.archive .page-title h1, body.category .page-title h1, body.search .page-title h1, body.single-post .page-title h1 {
    line-height: 100%; }
  body.blog #content .wrap, body.archive #content .wrap, body.category #content .wrap, body.search #content .wrap, body.single-post #content .wrap {
    padding: 0px var(--xm); }
  body.blog #sidebar .wrap, body.archive #sidebar .wrap, body.category #sidebar .wrap, body.search #sidebar .wrap, body.single-post #sidebar .wrap {
    padding: 0px var(--xm);
    position: sticky;
    top: 40px; }
  body.blog #sidebar .inner, body.archive #sidebar .inner, body.category #sidebar .inner, body.search #sidebar .inner, body.single-post #sidebar .inner {
    background: #fff7fe;
    border-radius: 40px;
    padding: 40px; }

#sidebar .wp-block-heading {
  padding-top: 40px; }
  #sidebar .widget_search label {
    display: none; }
  #sidebar .widget_search button {
    padding: 8px 20px !important;
    font-size: var(--font_20) !important;
    height: 42px; }
  #sidebar .widget_search .wp-block-search__input {
    border: 2px solid #cb57ce;
    border-radius: 40px !important;
    background: transparent !important;
    color: #cb57ce !important;
    font-size: var(--font_20) !important;
    padding: 5px 20px;
    height: 42px; }
  #sidebar .widget_search .wp-block-search__input::placeholder {
    font-size: var(--font_20) !important;
    color: #cb57ce !important; }
  #sidebar .widget_search .wp-block-search__inside-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
  #sidebar .widget_categories {
    font-size: var(--font_20) !important; }
  #sidebar .widget_categories ul {
    margin-left: 0px; }
  #sidebar .widget_categories li {
    padding-bottom: 5px; }
  #sidebar .widget_categories li a {
    font-size: var(--font_25) !important; }
  #sidebar .widget_tag_cloud {
    padding-top: 40px; }

#pagination {
  margin: 20px;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }
  #pagination .page-item {
    font-size: var(--font_28);
    color: #40321d; }
  #pagination .page-item a {
    font-size: var(--font_28);
    color: #40321d; }

.pagination .page-link {
  color: #cb57ce !important;
  background-color: #ffe5fd !important;
  border: none !important; }
  .pagination .page-link:hover {
    color: #cb57ce !important;
    background-color: #ffe5fd !important;
    border: none !important; }
  .pagination .page-item.active .page-link {
    color: #cb57ce !important;
    background-color: #ffe5fd !important;
    border: none !important; }

.card {
  background-color: #ffe5fd !important;
  border: 1px solid #cb57ce !important; }
  .card .card-title {
    font-size: var(--h4_size) !important; }
  .card .card-text {
    font-size: var(--content_size) !important; }

table.table, table.table-striped {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #cb57ce !important;
  --bs-table-striped-bg: #ffe5fd !important;
  --bs-table-active-color: #ffe5fd !important;
  --bs-table-active-bg: #cb57ce !important;
  --bs-table-hover-color: #ffe5fd !important;
  --bs-table-hover-bg: #cb57ce !important;
  --bs-table-bg-type: #ffe5fd !important;
  color: #cb57ce;
  border-color: #cb57ce; }

.table > :not(caption) > * > * {
  color: #cb57ce; }

#custom-page #cta.brand1, #custom-page #accordion_split.brand1, #custom-page #split-column.brand1, #custom-page #marquee.brand1, #custom-page #testimonials.brand1, #custom-page #html.brand1, #custom-page #wysiwyg.brand1, #custom-page #spacer.brand1, #custom-page #specialties.brand1, #custom-page #header.brand1, #custom-page #banner.brand1 {
  background-color: #ffe5fd !important;
  color: #cb57ce; }
  #custom-page #cta.brand1 h1, #custom-page #accordion_split.brand1 h1, #custom-page #split-column.brand1 h1, #custom-page #marquee.brand1 h1, #custom-page #testimonials.brand1 h1, #custom-page #html.brand1 h1, #custom-page #wysiwyg.brand1 h1, #custom-page #spacer.brand1 h1, #custom-page #specialties.brand1 h1, #custom-page #header.brand1 h1, #custom-page #banner.brand1 h1, #custom-page #cta.brand1 h2, #custom-page #accordion_split.brand1 h2, #custom-page #split-column.brand1 h2, #custom-page #marquee.brand1 h2, #custom-page #testimonials.brand1 h2, #custom-page #html.brand1 h2, #custom-page #wysiwyg.brand1 h2, #custom-page #spacer.brand1 h2, #custom-page #specialties.brand1 h2, #custom-page #header.brand1 h2, #custom-page #banner.brand1 h2, #custom-page #cta.brand1 h3, #custom-page #accordion_split.brand1 h3, #custom-page #split-column.brand1 h3, #custom-page #marquee.brand1 h3, #custom-page #testimonials.brand1 h3, #custom-page #html.brand1 h3, #custom-page #wysiwyg.brand1 h3, #custom-page #spacer.brand1 h3, #custom-page #specialties.brand1 h3, #custom-page #header.brand1 h3, #custom-page #banner.brand1 h3, #custom-page #cta.brand1 h4, #custom-page #accordion_split.brand1 h4, #custom-page #split-column.brand1 h4, #custom-page #marquee.brand1 h4, #custom-page #testimonials.brand1 h4, #custom-page #html.brand1 h4, #custom-page #wysiwyg.brand1 h4, #custom-page #spacer.brand1 h4, #custom-page #specialties.brand1 h4, #custom-page #header.brand1 h4, #custom-page #banner.brand1 h4, #custom-page #cta.brand1 h5, #custom-page #accordion_split.brand1 h5, #custom-page #split-column.brand1 h5, #custom-page #marquee.brand1 h5, #custom-page #testimonials.brand1 h5, #custom-page #html.brand1 h5, #custom-page #wysiwyg.brand1 h5, #custom-page #spacer.brand1 h5, #custom-page #specialties.brand1 h5, #custom-page #header.brand1 h5, #custom-page #banner.brand1 h5, #custom-page #cta.brand1 h6, #custom-page #accordion_split.brand1 h6, #custom-page #split-column.brand1 h6, #custom-page #marquee.brand1 h6, #custom-page #testimonials.brand1 h6, #custom-page #html.brand1 h6, #custom-page #wysiwyg.brand1 h6, #custom-page #spacer.brand1 h6, #custom-page #specialties.brand1 h6, #custom-page #header.brand1 h6, #custom-page #banner.brand1 h6, #custom-page #cta.brand1 p, #custom-page #accordion_split.brand1 p, #custom-page #split-column.brand1 p, #custom-page #marquee.brand1 p, #custom-page #testimonials.brand1 p, #custom-page #html.brand1 p, #custom-page #wysiwyg.brand1 p, #custom-page #spacer.brand1 p, #custom-page #specialties.brand1 p, #custom-page #header.brand1 p, #custom-page #banner.brand1 p {
    color: #cb57ce !important; }
  #custom-page #cta.brand1 .btn-primary, #custom-page #accordion_split.brand1 .btn-primary, #custom-page #split-column.brand1 .btn-primary, #custom-page #marquee.brand1 .btn-primary, #custom-page #testimonials.brand1 .btn-primary, #custom-page #html.brand1 .btn-primary, #custom-page #wysiwyg.brand1 .btn-primary, #custom-page #spacer.brand1 .btn-primary, #custom-page #specialties.brand1 .btn-primary, #custom-page #header.brand1 .btn-primary, #custom-page #banner.brand1 .btn-primary {
    background-color: #cb57ce;
    border: 2px solid #cb57ce;
    color: #ffe5fd; }
  #custom-page #cta.brand1 .btn-primary:hover, #custom-page #accordion_split.brand1 .btn-primary:hover, #custom-page #split-column.brand1 .btn-primary:hover, #custom-page #marquee.brand1 .btn-primary:hover, #custom-page #testimonials.brand1 .btn-primary:hover, #custom-page #html.brand1 .btn-primary:hover, #custom-page #wysiwyg.brand1 .btn-primary:hover, #custom-page #spacer.brand1 .btn-primary:hover, #custom-page #specialties.brand1 .btn-primary:hover, #custom-page #header.brand1 .btn-primary:hover, #custom-page #banner.brand1 .btn-primary:hover {
    background-color: #ffe5fd;
    border: 2px solid #cb57ce;
    color: #cb57ce; }
  #custom-page #cta.brand1 .service__link a, #custom-page #accordion_split.brand1 .service__link a, #custom-page #split-column.brand1 .service__link a, #custom-page #marquee.brand1 .service__link a, #custom-page #testimonials.brand1 .service__link a, #custom-page #html.brand1 .service__link a, #custom-page #wysiwyg.brand1 .service__link a, #custom-page #spacer.brand1 .service__link a, #custom-page #specialties.brand1 .service__link a, #custom-page #header.brand1 .service__link a, #custom-page #banner.brand1 .service__link a {
    color: #cb57ce; }
  #custom-page #cta.brand1 .accordion, #custom-page #accordion_split.brand1 .accordion, #custom-page #split-column.brand1 .accordion, #custom-page #marquee.brand1 .accordion, #custom-page #testimonials.brand1 .accordion, #custom-page #html.brand1 .accordion, #custom-page #wysiwyg.brand1 .accordion, #custom-page #spacer.brand1 .accordion, #custom-page #specialties.brand1 .accordion, #custom-page #header.brand1 .accordion, #custom-page #banner.brand1 .accordion {
    border-bottom: 2px solid #cb57ce; }
  #custom-page #cta.brand1 .accordion-body, #custom-page #accordion_split.brand1 .accordion-body, #custom-page #split-column.brand1 .accordion-body, #custom-page #marquee.brand1 .accordion-body, #custom-page #testimonials.brand1 .accordion-body, #custom-page #html.brand1 .accordion-body, #custom-page #wysiwyg.brand1 .accordion-body, #custom-page #spacer.brand1 .accordion-body, #custom-page #specialties.brand1 .accordion-body, #custom-page #header.brand1 .accordion-body, #custom-page #banner.brand1 .accordion-body {
    color: #cb57ce; }
  #custom-page #cta.brand1 .accordion-button, #custom-page #accordion_split.brand1 .accordion-button, #custom-page #split-column.brand1 .accordion-button, #custom-page #marquee.brand1 .accordion-button, #custom-page #testimonials.brand1 .accordion-button, #custom-page #html.brand1 .accordion-button, #custom-page #wysiwyg.brand1 .accordion-button, #custom-page #spacer.brand1 .accordion-button, #custom-page #specialties.brand1 .accordion-button, #custom-page #header.brand1 .accordion-button, #custom-page #banner.brand1 .accordion-button {
    color: #cb57ce;
    border-top: 2px solid #cb57ce; }
  #custom-page #cta.brand1 .accordion-button:not(.collapsed), #custom-page #accordion_split.brand1 .accordion-button:not(.collapsed), #custom-page #split-column.brand1 .accordion-button:not(.collapsed), #custom-page #marquee.brand1 .accordion-button:not(.collapsed), #custom-page #testimonials.brand1 .accordion-button:not(.collapsed), #custom-page #html.brand1 .accordion-button:not(.collapsed), #custom-page #wysiwyg.brand1 .accordion-button:not(.collapsed), #custom-page #spacer.brand1 .accordion-button:not(.collapsed), #custom-page #specialties.brand1 .accordion-button:not(.collapsed), #custom-page #header.brand1 .accordion-button:not(.collapsed), #custom-page #banner.brand1 .accordion-button:not(.collapsed) {
    color: #cb57ce; }
  #custom-page #cta.brand1 .accordion-button:focus, #custom-page #accordion_split.brand1 .accordion-button:focus, #custom-page #split-column.brand1 .accordion-button:focus, #custom-page #marquee.brand1 .accordion-button:focus, #custom-page #testimonials.brand1 .accordion-button:focus, #custom-page #html.brand1 .accordion-button:focus, #custom-page #wysiwyg.brand1 .accordion-button:focus, #custom-page #spacer.brand1 .accordion-button:focus, #custom-page #specialties.brand1 .accordion-button:focus, #custom-page #header.brand1 .accordion-button:focus, #custom-page #banner.brand1 .accordion-button:focus {
    border-top: 2px solid #cb57ce; }
  #custom-page #cta.brand2, #custom-page #accordion_split.brand2, #custom-page #split-column.brand2, #custom-page #marquee.brand2, #custom-page #testimonials.brand2, #custom-page #html.brand2, #custom-page #wysiwyg.brand2, #custom-page #spacer.brand2, #custom-page #specialties.brand2, #custom-page #header.brand2, #custom-page #banner.brand2 {
    background-color: #cb57ce !important;
    color: #ffe5fd; }
  #custom-page #cta.brand2 h1, #custom-page #accordion_split.brand2 h1, #custom-page #split-column.brand2 h1, #custom-page #marquee.brand2 h1, #custom-page #testimonials.brand2 h1, #custom-page #html.brand2 h1, #custom-page #wysiwyg.brand2 h1, #custom-page #spacer.brand2 h1, #custom-page #specialties.brand2 h1, #custom-page #header.brand2 h1, #custom-page #banner.brand2 h1, #custom-page #cta.brand2 h2, #custom-page #accordion_split.brand2 h2, #custom-page #split-column.brand2 h2, #custom-page #marquee.brand2 h2, #custom-page #testimonials.brand2 h2, #custom-page #html.brand2 h2, #custom-page #wysiwyg.brand2 h2, #custom-page #spacer.brand2 h2, #custom-page #specialties.brand2 h2, #custom-page #header.brand2 h2, #custom-page #banner.brand2 h2, #custom-page #cta.brand2 h3, #custom-page #accordion_split.brand2 h3, #custom-page #split-column.brand2 h3, #custom-page #marquee.brand2 h3, #custom-page #testimonials.brand2 h3, #custom-page #html.brand2 h3, #custom-page #wysiwyg.brand2 h3, #custom-page #spacer.brand2 h3, #custom-page #specialties.brand2 h3, #custom-page #header.brand2 h3, #custom-page #banner.brand2 h3, #custom-page #cta.brand2 h4, #custom-page #accordion_split.brand2 h4, #custom-page #split-column.brand2 h4, #custom-page #marquee.brand2 h4, #custom-page #testimonials.brand2 h4, #custom-page #html.brand2 h4, #custom-page #wysiwyg.brand2 h4, #custom-page #spacer.brand2 h4, #custom-page #specialties.brand2 h4, #custom-page #header.brand2 h4, #custom-page #banner.brand2 h4, #custom-page #cta.brand2 h5, #custom-page #accordion_split.brand2 h5, #custom-page #split-column.brand2 h5, #custom-page #marquee.brand2 h5, #custom-page #testimonials.brand2 h5, #custom-page #html.brand2 h5, #custom-page #wysiwyg.brand2 h5, #custom-page #spacer.brand2 h5, #custom-page #specialties.brand2 h5, #custom-page #header.brand2 h5, #custom-page #banner.brand2 h5, #custom-page #cta.brand2 h6, #custom-page #accordion_split.brand2 h6, #custom-page #split-column.brand2 h6, #custom-page #marquee.brand2 h6, #custom-page #testimonials.brand2 h6, #custom-page #html.brand2 h6, #custom-page #wysiwyg.brand2 h6, #custom-page #spacer.brand2 h6, #custom-page #specialties.brand2 h6, #custom-page #header.brand2 h6, #custom-page #banner.brand2 h6, #custom-page #cta.brand2 p, #custom-page #accordion_split.brand2 p, #custom-page #split-column.brand2 p, #custom-page #marquee.brand2 p, #custom-page #testimonials.brand2 p, #custom-page #html.brand2 p, #custom-page #wysiwyg.brand2 p, #custom-page #spacer.brand2 p, #custom-page #specialties.brand2 p, #custom-page #header.brand2 p, #custom-page #banner.brand2 p {
    color: #ffe5fd !important; }
  #custom-page #cta.brand2 .btn-primary, #custom-page #accordion_split.brand2 .btn-primary, #custom-page #split-column.brand2 .btn-primary, #custom-page #marquee.brand2 .btn-primary, #custom-page #testimonials.brand2 .btn-primary, #custom-page #html.brand2 .btn-primary, #custom-page #wysiwyg.brand2 .btn-primary, #custom-page #spacer.brand2 .btn-primary, #custom-page #specialties.brand2 .btn-primary, #custom-page #header.brand2 .btn-primary, #custom-page #banner.brand2 .btn-primary {
    background-color: transparent;
    border: 2px solid #ffe5fd;
    color: #ffe5fd; }
  #custom-page #cta.brand2 .btn-primary:hover, #custom-page #accordion_split.brand2 .btn-primary:hover, #custom-page #split-column.brand2 .btn-primary:hover, #custom-page #marquee.brand2 .btn-primary:hover, #custom-page #testimonials.brand2 .btn-primary:hover, #custom-page #html.brand2 .btn-primary:hover, #custom-page #wysiwyg.brand2 .btn-primary:hover, #custom-page #spacer.brand2 .btn-primary:hover, #custom-page #specialties.brand2 .btn-primary:hover, #custom-page #header.brand2 .btn-primary:hover, #custom-page #banner.brand2 .btn-primary:hover {
    background-color: #ffe5fd;
    border: 2px solid #ffe5fd;
    color: #cb57ce; }
  #custom-page #cta.brand2 .service__link a, #custom-page #accordion_split.brand2 .service__link a, #custom-page #split-column.brand2 .service__link a, #custom-page #marquee.brand2 .service__link a, #custom-page #testimonials.brand2 .service__link a, #custom-page #html.brand2 .service__link a, #custom-page #wysiwyg.brand2 .service__link a, #custom-page #spacer.brand2 .service__link a, #custom-page #specialties.brand2 .service__link a, #custom-page #header.brand2 .service__link a, #custom-page #banner.brand2 .service__link a {
    color: #ffe5fd; }
  #custom-page #cta.brand2 .accordion, #custom-page #accordion_split.brand2 .accordion, #custom-page #split-column.brand2 .accordion, #custom-page #marquee.brand2 .accordion, #custom-page #testimonials.brand2 .accordion, #custom-page #html.brand2 .accordion, #custom-page #wysiwyg.brand2 .accordion, #custom-page #spacer.brand2 .accordion, #custom-page #specialties.brand2 .accordion, #custom-page #header.brand2 .accordion, #custom-page #banner.brand2 .accordion {
    border-bottom: 2px solid #ffe5fd; }
  #custom-page #cta.brand2 .accordion-body, #custom-page #accordion_split.brand2 .accordion-body, #custom-page #split-column.brand2 .accordion-body, #custom-page #marquee.brand2 .accordion-body, #custom-page #testimonials.brand2 .accordion-body, #custom-page #html.brand2 .accordion-body, #custom-page #wysiwyg.brand2 .accordion-body, #custom-page #spacer.brand2 .accordion-body, #custom-page #specialties.brand2 .accordion-body, #custom-page #header.brand2 .accordion-body, #custom-page #banner.brand2 .accordion-body {
    color: #ffe5fd; }
  #custom-page #cta.brand2 .accordion-button, #custom-page #accordion_split.brand2 .accordion-button, #custom-page #split-column.brand2 .accordion-button, #custom-page #marquee.brand2 .accordion-button, #custom-page #testimonials.brand2 .accordion-button, #custom-page #html.brand2 .accordion-button, #custom-page #wysiwyg.brand2 .accordion-button, #custom-page #spacer.brand2 .accordion-button, #custom-page #specialties.brand2 .accordion-button, #custom-page #header.brand2 .accordion-button, #custom-page #banner.brand2 .accordion-button {
    color: #ffe5fd;
    border-top: 2px solid #ffe5fd; }
  #custom-page #cta.brand2 .accordion-button:not(.collapsed), #custom-page #accordion_split.brand2 .accordion-button:not(.collapsed), #custom-page #split-column.brand2 .accordion-button:not(.collapsed), #custom-page #marquee.brand2 .accordion-button:not(.collapsed), #custom-page #testimonials.brand2 .accordion-button:not(.collapsed), #custom-page #html.brand2 .accordion-button:not(.collapsed), #custom-page #wysiwyg.brand2 .accordion-button:not(.collapsed), #custom-page #spacer.brand2 .accordion-button:not(.collapsed), #custom-page #specialties.brand2 .accordion-button:not(.collapsed), #custom-page #header.brand2 .accordion-button:not(.collapsed), #custom-page #banner.brand2 .accordion-button:not(.collapsed) {
    color: #ffe5fd; }
  #custom-page #cta.brand2 .accordion-button:focus, #custom-page #accordion_split.brand2 .accordion-button:focus, #custom-page #split-column.brand2 .accordion-button:focus, #custom-page #marquee.brand2 .accordion-button:focus, #custom-page #testimonials.brand2 .accordion-button:focus, #custom-page #html.brand2 .accordion-button:focus, #custom-page #wysiwyg.brand2 .accordion-button:focus, #custom-page #spacer.brand2 .accordion-button:focus, #custom-page #specialties.brand2 .accordion-button:focus, #custom-page #header.brand2 .accordion-button:focus, #custom-page #banner.brand2 .accordion-button:focus {
    border-top: 2px solid #ffe5fd; }
  #custom-page #cta.brand3, #custom-page #accordion_split.brand3, #custom-page #split-column.brand3, #custom-page #marquee.brand3, #custom-page #testimonials.brand3, #custom-page #html.brand3, #custom-page #wysiwyg.brand3, #custom-page #spacer.brand3, #custom-page #specialties.brand3, #custom-page #header.brand3, #custom-page #banner.brand3 {
    background-color: #ffe5fd !important;
    color: #ffe5fd; }
  #custom-page #cta.brand3 h1, #custom-page #accordion_split.brand3 h1, #custom-page #split-column.brand3 h1, #custom-page #marquee.brand3 h1, #custom-page #testimonials.brand3 h1, #custom-page #html.brand3 h1, #custom-page #wysiwyg.brand3 h1, #custom-page #spacer.brand3 h1, #custom-page #specialties.brand3 h1, #custom-page #header.brand3 h1, #custom-page #banner.brand3 h1, #custom-page #cta.brand3 h2, #custom-page #accordion_split.brand3 h2, #custom-page #split-column.brand3 h2, #custom-page #marquee.brand3 h2, #custom-page #testimonials.brand3 h2, #custom-page #html.brand3 h2, #custom-page #wysiwyg.brand3 h2, #custom-page #spacer.brand3 h2, #custom-page #specialties.brand3 h2, #custom-page #header.brand3 h2, #custom-page #banner.brand3 h2, #custom-page #cta.brand3 h3, #custom-page #accordion_split.brand3 h3, #custom-page #split-column.brand3 h3, #custom-page #marquee.brand3 h3, #custom-page #testimonials.brand3 h3, #custom-page #html.brand3 h3, #custom-page #wysiwyg.brand3 h3, #custom-page #spacer.brand3 h3, #custom-page #specialties.brand3 h3, #custom-page #header.brand3 h3, #custom-page #banner.brand3 h3, #custom-page #cta.brand3 h4, #custom-page #accordion_split.brand3 h4, #custom-page #split-column.brand3 h4, #custom-page #marquee.brand3 h4, #custom-page #testimonials.brand3 h4, #custom-page #html.brand3 h4, #custom-page #wysiwyg.brand3 h4, #custom-page #spacer.brand3 h4, #custom-page #specialties.brand3 h4, #custom-page #header.brand3 h4, #custom-page #banner.brand3 h4, #custom-page #cta.brand3 h5, #custom-page #accordion_split.brand3 h5, #custom-page #split-column.brand3 h5, #custom-page #marquee.brand3 h5, #custom-page #testimonials.brand3 h5, #custom-page #html.brand3 h5, #custom-page #wysiwyg.brand3 h5, #custom-page #spacer.brand3 h5, #custom-page #specialties.brand3 h5, #custom-page #header.brand3 h5, #custom-page #banner.brand3 h5, #custom-page #cta.brand3 h6, #custom-page #accordion_split.brand3 h6, #custom-page #split-column.brand3 h6, #custom-page #marquee.brand3 h6, #custom-page #testimonials.brand3 h6, #custom-page #html.brand3 h6, #custom-page #wysiwyg.brand3 h6, #custom-page #spacer.brand3 h6, #custom-page #specialties.brand3 h6, #custom-page #header.brand3 h6, #custom-page #banner.brand3 h6, #custom-page #cta.brand3 p, #custom-page #accordion_split.brand3 p, #custom-page #split-column.brand3 p, #custom-page #marquee.brand3 p, #custom-page #testimonials.brand3 p, #custom-page #html.brand3 p, #custom-page #wysiwyg.brand3 p, #custom-page #spacer.brand3 p, #custom-page #specialties.brand3 p, #custom-page #header.brand3 p, #custom-page #banner.brand3 p {
    color: #ffe5fd !important; }
  #custom-page #cta.brand3 .btn-primary, #custom-page #accordion_split.brand3 .btn-primary, #custom-page #split-column.brand3 .btn-primary, #custom-page #marquee.brand3 .btn-primary, #custom-page #testimonials.brand3 .btn-primary, #custom-page #html.brand3 .btn-primary, #custom-page #wysiwyg.brand3 .btn-primary, #custom-page #spacer.brand3 .btn-primary, #custom-page #specialties.brand3 .btn-primary, #custom-page #header.brand3 .btn-primary, #custom-page #banner.brand3 .btn-primary {
    background-color: transparent;
    border: 2px solid #ffe5fd;
    color: #ffe5fd; }
  #custom-page #cta.brand3 .btn-primary:hover, #custom-page #accordion_split.brand3 .btn-primary:hover, #custom-page #split-column.brand3 .btn-primary:hover, #custom-page #marquee.brand3 .btn-primary:hover, #custom-page #testimonials.brand3 .btn-primary:hover, #custom-page #html.brand3 .btn-primary:hover, #custom-page #wysiwyg.brand3 .btn-primary:hover, #custom-page #spacer.brand3 .btn-primary:hover, #custom-page #specialties.brand3 .btn-primary:hover, #custom-page #header.brand3 .btn-primary:hover, #custom-page #banner.brand3 .btn-primary:hover {
    background-color: #ffe5fd;
    border: 2px solid #ffe5fd;
    color: #ffe5fd; }
  #custom-page #cta.brand3 .service__link a, #custom-page #accordion_split.brand3 .service__link a, #custom-page #split-column.brand3 .service__link a, #custom-page #marquee.brand3 .service__link a, #custom-page #testimonials.brand3 .service__link a, #custom-page #html.brand3 .service__link a, #custom-page #wysiwyg.brand3 .service__link a, #custom-page #spacer.brand3 .service__link a, #custom-page #specialties.brand3 .service__link a, #custom-page #header.brand3 .service__link a, #custom-page #banner.brand3 .service__link a {
    color: #ffe5fd; }
  #custom-page #cta.brand3 .accordion, #custom-page #accordion_split.brand3 .accordion, #custom-page #split-column.brand3 .accordion, #custom-page #marquee.brand3 .accordion, #custom-page #testimonials.brand3 .accordion, #custom-page #html.brand3 .accordion, #custom-page #wysiwyg.brand3 .accordion, #custom-page #spacer.brand3 .accordion, #custom-page #specialties.brand3 .accordion, #custom-page #header.brand3 .accordion, #custom-page #banner.brand3 .accordion {
    border-bottom: 2px solid #ffe5fd; }
  #custom-page #cta.brand3 .accordion-body, #custom-page #accordion_split.brand3 .accordion-body, #custom-page #split-column.brand3 .accordion-body, #custom-page #marquee.brand3 .accordion-body, #custom-page #testimonials.brand3 .accordion-body, #custom-page #html.brand3 .accordion-body, #custom-page #wysiwyg.brand3 .accordion-body, #custom-page #spacer.brand3 .accordion-body, #custom-page #specialties.brand3 .accordion-body, #custom-page #header.brand3 .accordion-body, #custom-page #banner.brand3 .accordion-body {
    color: #ffe5fd; }
  #custom-page #cta.brand3 .accordion-button, #custom-page #accordion_split.brand3 .accordion-button, #custom-page #split-column.brand3 .accordion-button, #custom-page #marquee.brand3 .accordion-button, #custom-page #testimonials.brand3 .accordion-button, #custom-page #html.brand3 .accordion-button, #custom-page #wysiwyg.brand3 .accordion-button, #custom-page #spacer.brand3 .accordion-button, #custom-page #specialties.brand3 .accordion-button, #custom-page #header.brand3 .accordion-button, #custom-page #banner.brand3 .accordion-button {
    color: #ffe5fd;
    border-top: 2px solid #ffe5fd; }
  #custom-page #cta.brand3 .accordion-button:not(.collapsed), #custom-page #accordion_split.brand3 .accordion-button:not(.collapsed), #custom-page #split-column.brand3 .accordion-button:not(.collapsed), #custom-page #marquee.brand3 .accordion-button:not(.collapsed), #custom-page #testimonials.brand3 .accordion-button:not(.collapsed), #custom-page #html.brand3 .accordion-button:not(.collapsed), #custom-page #wysiwyg.brand3 .accordion-button:not(.collapsed), #custom-page #spacer.brand3 .accordion-button:not(.collapsed), #custom-page #specialties.brand3 .accordion-button:not(.collapsed), #custom-page #header.brand3 .accordion-button:not(.collapsed), #custom-page #banner.brand3 .accordion-button:not(.collapsed) {
    color: #ffe5fd; }
  #custom-page #cta.brand3 .accordion-button:focus, #custom-page #accordion_split.brand3 .accordion-button:focus, #custom-page #split-column.brand3 .accordion-button:focus, #custom-page #marquee.brand3 .accordion-button:focus, #custom-page #testimonials.brand3 .accordion-button:focus, #custom-page #html.brand3 .accordion-button:focus, #custom-page #wysiwyg.brand3 .accordion-button:focus, #custom-page #spacer.brand3 .accordion-button:focus, #custom-page #specialties.brand3 .accordion-button:focus, #custom-page #header.brand3 .accordion-button:focus, #custom-page #banner.brand3 .accordion-button:focus {
    border-top: 2px solid #ffe5fd; }
  #custom-page #header {
    padding: var(--ym) var(--xm); }
  #custom-page #header .header__heading {
    font-size: var(--h1_size);
    font-family: 'Gelica Regular', serif;
    line-height: 120%;
    padding: 0px;
    margin: 0px; }
  #custom-page #header .header__content {
    font-size: calc(var(--content_size) + 30%); }
  #custom-page #header .header__image {
    padding-top: 40px; }
  #custom-page #header .header__image img {
    width: 100%; }
  #custom-page #header .col-xl-6 {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  #custom-page #banner-wrap {
    width: 100vw;
    position: relative; }
  #custom-page #banner-wrap .banner-image-bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100vw; }
  #custom-page #banner-wrap .banner-video-bg {
    width: 100vw;
    overflow: hidden; }
  #custom-page #banner-wrap .banner-video-bg video {
    object-fit: cover;
    width: 100vw; }
  #custom-page #banner-wrap .banner-content {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100vw;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 5%; }
  #custom-page #banner-wrap .banner-text {
    font-size: calc(var(--content_size) + 30%); }
  #custom-page #banner-wrap .banner-btn {
    margin-top: 40px; }
  #custom-page #split-column .split__image {
    width: 100%;
    height: 100%; }
  #custom-page #split-column .split__image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  #custom-page #split-column .split__wrap {
    padding: 5% 10%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  #custom-page #split-column .split__heading {
    font-size: var(--h2_size);
    font-family: 'Gelica Regular', serif;
    line-height: 120%; }
  #custom-page #split-column .split__content {
    padding: 40px 0px; }
  #custom-page #split-column .container-fluid.right .row {
    flex-direction: row-reverse; }
  #custom-page #marquee {
    padding: 40px 0px; }
  #custom-page #marquee .marquee__inner {
    animation: marquee 30s linear infinite !important;
    -webkit-animation: marquee 30s linear infinite !important; }
  #custom-page #marquee .marquee__inner span {
    font-family: 'Gelica Regular', serif !important;
    font-size: var(--h3_size);
    line-height: 100%;
    text-transform: none !important;
    padding: 0 10px !important;
    min-height: 60px; }
  #custom-page #cta {
    padding: var(--ym) var(--xm); }
  #custom-page #cta .container {
    width: 100%;
    max-width: 960px;
    margin: 0 auto; }
  #custom-page #cta .cta__heading {
    font-family: 'Gelica Regular', serif;
    font-size: var(--h2_size);
    line-height: 120%;
    text-align: center; }
  #custom-page #cta .cta__content {
    text-align: center;
    padding: 40px 0px; }
  #custom-page #cta .cta__button {
    text-align: center; }
  #custom-page #html {
    padding: var(--ym) var(--xm); }
  #custom-page #html .container {
    width: 100%;
    max-width: 960px;
    margin: 0 auto; }
  #custom-page #html .html__heading {
    font-family: 'Gelica Regular', serif;
    font-size: var(--h2_size);
    line-height: 120%;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 0px; }
  #custom-page #html .html__content {
    text-align: center;
    padding-bottom: 40px; }
  #custom-page #accordion_split.column-1 .accordion_split__wrap {
    width: 100%;
    max-width: 1023px;
    margin: 0 auto; }
  #custom-page #accordion_split.column-1 .accordion_split__heading {
    text-align: center; }
  #custom-page #accordion_split.column-1 .accordion_split__content {
    text-align: center; }
  #custom-page #accordion_split.column-1 .accordion_split__button {
    padding-top: 60px;
    text-align: center; }
  #custom-page #accordion_split.column-2 .accordion_split__wrap {
    width: 100%;
    max-width: 840px; }
  #custom-page #accordion_split {
    position: relative;
    z-index: 3;
    padding: var(--ym) var(--xm); }
  #custom-page #accordion_split .accordion_split__heading {
    font-family: 'Gelica Regular', serif;
    font-size: var(--h2_size);
    line-height: 120%; }
  #custom-page #accordion_split .accordion_split__content {
    padding: 40px 0px; }
  #custom-page #accordion_split .service__link {
    padding: 20px 0px;
    text-transform: uppercase; }
  #custom-page #accordion_split .accordion-button, #custom-page #accordion_split .accordion-item, #custom-page #accordion_split .accordion-body {
    background-color: transparent !important; }
  #custom-page #testimonials {
    padding: var(--ym) 20px; }
  #custom-page #testimonials .excimg .testimonial-slider__wrap {
    width: 100%;
    max-width: 1023px;
    margin: 0 auto;
    padding-left: 0px; }
  #custom-page #testimonials .testimonial-wrapper {
    max-width: 60%;
    margin: 0 auto; }
  #custom-page #testimonials .testimonial-section__heading {
    text-align: center;
    font-size: var(--h2_size);
    font-family: 'Gelica Regular', serif;
    padding-bottom: 40px;
    line-height: 120%; }
  #custom-page #testimonials .testimonial-section__content {
    text-align: center; }
  #custom-page #testimonials .testimonial-slider__item {
    text-align: center;
    padding: 0px; }
  #custom-page #testimonials .testimonial-slider__item .col-xl-6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  #custom-page #testimonials .testimonial-slider__wrap {
    padding: 0px 0px 0px 5%; }
  #custom-page #testimonials .testimonial-slider__img {
    text-align: center;
    margin: 0 auto 0px auto;
    width: 100%; }
  #custom-page #testimonials .testimonial-slider__content {
    text-align: center;
    width: 100%;
    margin: 0px;
    padding: 0px 60px 40px 60px; }
  #custom-page #testimonials .testimonial-slider__heading {
    text-align: center;
    font-family: 'Gelica Regular', serif;
    font-size: var(--h4_size);
    padding-bottom: 40px;
    line-height: 110%; }
  #custom-page #testimonials .testimonial-slider__name {
    text-transform: uppercase;
    font-size: calc(var(--content_size) - 20%); }
  #custom-page #testimonials .slider-buttons {
    max-width: 49%;
    margin: 0;
    padding: 0px 0px 0px 10px;
    display: flex;
    justify-content: space-between; }
  #custom-page #testimonials .slider-buttons .previous i, #custom-page #testimonials .slider-buttons .next i {
    font-size: 40px; }
  #custom-page #testimonials .slider-buttons .previous {
    padding-right: 40px; }
  #custom-page #testimonials .slick-dots {
    position: relative !important; }
  #custom-page #testimonials .slick-dots li {
    list-style-type: none;
    margin: 0 25px;
    cursor: pointer;
    width: 10px;
    height: 10px;
    border: 1px solid #cb57ce !important;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%; }
  #custom-page #testimonials .slick-dots li:first-child {
    margin-left: 0; }
  #custom-page #testimonials .slick-dots li:last-child {
    margin-right: 0; }
  #custom-page #testimonials .slick-dots li.slick-active {
    background-color: #cb57ce; }
  #custom-page #testimonials .slick-dots button {
    display: none !important; }
  #custom-page #media .image-cover {
    background-size: cover;
    background-position: center center;
    width: 100vw;
    height: 80vh; }
  #custom-page #media .video-cover {
    width: 100vw;
    height: 80vh;
    overflow: hidden; }
  #custom-page #media .video-cover video {
    object-fit: cover;
    width: 100vw;
    height: 80vh; }
  #custom-page #media .image-inline, #custom-page #media .video-inline {
    text-align: center;
    padding: 5%; }
  #custom-page #media .video-inline {
    width: 100%;
    max-width: 80%;
    margin: 0 auto; }
  #custom-page #wysiwyg {
    padding: var(--ym) var(--xm); }
  #custom-page #wysiwyg .container {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto; }

.added_to_cart {
  margin-left: 20px !important; }

.stock {
  color: #ffe5fd !important; }

.onsale {
  display: none; }

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  border-top-color: #ffe5fd !important;
  background: #cb57ce !important;
  color: #ffe5fd !important;
  margin-top: 20px; }
  .woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before {
    color: #ffe5fd !important; }

.return-to-shop a.button {
  font-family: 'Gelica Regular', serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 20px 40px !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  border-radius: 70px;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  font-style: normal;
  font-weight: 400;
  line-height: 120% !important;
  letter-spacing: 0.875px;
  background-color: #cb57ce;
  border: 3px solid #fff7fe;
  color: #fff7fe;
  display: inline-block !important;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  zoom: 1; }
  .return-to-shop a.button:hover {
    background-color: #fff7fe;
    border: 3px solid #fff7fe;
    color: #cb57ce;
    transition: 0.5s ease; }

body.woocommerce-page .button, body.woocommerce-page a.button, body.woocommerce-page button.button {
  font-family: 'Gelica Regular', serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 20px 40px !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  border-radius: 70px;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  font-style: normal;
  font-weight: 400;
  line-height: 120% !important;
  letter-spacing: 0.875px;
  background-color: #cb57ce;
  border: 3px solid #fff7fe;
  color: #fff7fe;
  display: inline-block !important;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  zoom: 1; }
  body.woocommerce-page .button:hover, body.woocommerce-page a.button:hover, body.woocommerce-page button.button:hover {
    background-color: #fff7fe;
    border: 3px solid #fff7fe;
    color: #cb57ce;
    transition: 0.5s ease; }

.woocommerce ul.products li.product .product__image img {
  margin-bottom: 10px; }
  .woocommerce ul.products li.product h2.woocommerce-loop-product__title {
    font-size: var(--content_size);
    padding: 0px;
    margin-bottom: 10px; }
  .woocommerce ul.products li.product .price {
    margin-bottom: 10px;
    color: #ffe5fd !important; }
  .woocommerce ul.products li.product .price bdi {
    color: #ffe5fd !important; }
  .woocommerce ul.products li.product .price .woocommerce-Price-amount.amount {
    color: #ffe5fd !important; }
  .woocommerce ul.products li.product .price .woocommerce-Price-currencySymbol {
    color: #ffe5fd !important; }
  .woocommerce ul.products li.product a.button {
    margin-top: 5px; }

.woocommerce .quantity {
  margin-right: 20px !important; }
  .woocommerce .quantity .bootstrap-touchspin-down.btn-primary, .woocommerce .quantity .bootstrap-touchspin-up.btn-primary {
    font-size: var(--content_size) !important;
    line-height: var(--content_size) !important;
    padding: 10px 5px !important;
    border-radius: 0px !important;
    background-color: #cb57ce !important;
    border: none !important;
    color: #ffe5fd !important; }
  .woocommerce .quantity input[type=number] {
    font-size: var(--content_size) !important;
    line-height: var(--content_size) !important;
    border-bottom: 0px !important;
    padding: 5px 5px !important;
    text-align: center !important;
    width: 40px;
    -moz-appearance: textfield;
    -webkit-appearance: none; }
  .woocommerce .quantity input[type=number]::-webkit-outer-spin-button, .woocommerce .quantity input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }

body.woocommerce-shop ul.products li.product a.add_to_cart_button, body.woocommerce-shop ul.products li.product .button {
  font-family: 'Gelica Regular', serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 20px 40px !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  border-radius: 70px;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  font-style: normal;
  font-weight: 400;
  line-height: 120% !important;
  letter-spacing: 0.875px;
  background-color: #cb57ce;
  border: 3px solid #fff7fe;
  color: #fff7fe;
  display: inline-block !important;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  zoom: 1; }
  body.woocommerce-shop ul.products li.product a.add_to_cart_button:hover, body.woocommerce-shop ul.products li.product .button:hover {
    background-color: #fff7fe;
    border: 3px solid #fff7fe;
    color: #cb57ce;
    transition: 0.5s ease; }

body.woocommerce-cart #wrap, body.woocommerce-checkout #wrap {
  padding: 40px !important; }
  body.woocommerce-cart #page-wrap, body.woocommerce-checkout #page-wrap {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
    padding: 0px; }
  body.woocommerce-cart .checkout-heading, body.woocommerce-checkout .checkout-heading {
    text-align: center;
    padding: 0px 0px 40px 0px; }

body.post-type-archive-product #wrap, body.tax-product_cat #wrap, body.tax-product_tag #wrap {
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
  padding: 40px; }
  body.post-type-archive-product select.orderby, body.tax-product_cat select.orderby, body.tax-product_tag select.orderby {
    border: 1px solid #ffe5fd !important;
    padding: 5px 10px !important; }

body.single-product #wrap {
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
  padding: 40px; }
  body.single-product div.product div.images, body.single-product div.summary {
    float: none !important;
    width: 100% !important; }
  body.single-product .summary {
    padding: 0px 40px; }
  body.single-product .summary h1.product_title {
    font-size: var(--h3_size); }
  body.single-product .price {
    color: #ffe5fd !important; }
  body.single-product .price bdi {
    color: #ffe5fd !important; }
  body.single-product .price .woocommerce-Price-amount.amount {
    color: #ffe5fd !important; }
  body.single-product .price .woocommerce-Price-currencySymbol {
    color: #ffe5fd !important; }
  body.single-product button.single_add_to_cart_button, body.single-product button.button {
    font-family: 'Gelica Regular', serif !important;
    font-size: var(--button_size) !important;
    line-height: var(--button_size) !important;
    padding: 20px 40px !important;
    text-align: center;
    display: inline-block;
    font-weight: 400;
    border-radius: 70px;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    font-style: normal;
    font-weight: 400;
    line-height: 120% !important;
    letter-spacing: 0.875px;
    background-color: #cb57ce;
    border: 3px solid #fff7fe;
    color: #fff7fe;
    display: inline-block !important;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    zoom: 1; }
  body.single-product button.single_add_to_cart_button:hover, body.single-product button.button:hover {
    background-color: #fff7fe;
    border: 3px solid #fff7fe;
    color: #cb57ce;
    transition: 0.5s ease; }
  body.single-product ul.tabs {
    display: none; }
  body.single-product .variations .form-control {
    margin-bottom: 20px; }
  body.single-product .product_meta {
    display: none; }

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt {
  font-family: 'Gelica Regular', serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 20px 40px !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  border-radius: 70px;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  font-style: normal;
  font-weight: 400;
  line-height: 120% !important;
  letter-spacing: 0.875px;
  background-color: #cb57ce;
  border: 3px solid #fff7fe;
  color: #fff7fe;
  display: inline-block !important;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  zoom: 1; }
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover {
    background-color: #fff7fe;
    border: 3px solid #fff7fe;
    color: #cb57ce;
    transition: 0.5s ease; }

body.woocommerce-cart .woocommerce-cart-form {
  position: relative;
  float: left;
  width: 65%; }
  body.woocommerce-cart .table {
    --bs-table-striped-color: #cb57ce !important; }
  body.woocommerce-cart .table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: transparent !important; }
  body.woocommerce-cart table.shop_table {
    border: none !important; }
  body.woocommerce-cart table.shop_table thead th, body.woocommerce-cart table.shop_table tbody td {
    color: #cb57ce; }
  body.woocommerce-cart table.shop_table th {
    text-transform: uppercase; }
  body.woocommerce-cart table.shop_table td.actions {
    border-bottom: none !important;
    padding: 10px 0px !important; }
  body.woocommerce-cart table.shop_table thead .product-remove {
    width: 20px;
    text-align: center; }
  body.woocommerce-cart table.shop_table thead .product-price {
    width: 15%;
    text-align: center; }
  body.woocommerce-cart table.shop_table thead .product-quantity {
    width: 15%;
    text-align: center; }
  body.woocommerce-cart table.shop_table thead .product-subtotal {
    width: 15%;
    text-align: center; }
  body.woocommerce-cart table.shop_table tbody .product-remove {
    width: 20px;
    text-align: center; }
  body.woocommerce-cart table.shop_table tbody .product-thumbnail, body.woocommerce-cart table.shop_table tbody .product-thumbnail img {
    width: 150px !important; }
  body.woocommerce-cart table.shop_table tbody .product-price {
    width: 15%;
    text-align: center; }
  body.woocommerce-cart table.shop_table tbody .product-subtotal {
    width: 15%;
    text-align: center; }
  body.woocommerce-cart table.shop_table tbody .product-remove a {
    color: #cb57ce !important; }
  body.woocommerce-cart .product-quantity .quantity {
    width: 150px;
    margin: 0px auto !important; }
  body.woocommerce-cart .product-quantity .quantity .input-group {
    position: relative;
    display: flex;
    flex-direction: row;
    max-width: 100px;
    margin: 0 auto;
    flex-wrap: nowrap; }
  body.woocommerce-cart .product-quantity .quantity input[type=number] {
    width: auto !important;
    margin: 0px; }
  body.woocommerce-cart .product-quantity .quantity .bootstrap-touchspin-down.btn-primary, body.woocommerce-cart .product-quantity .quantity .bootstrap-touchspin-up.btn-primary {
    background-color: transparent !important;
    border: none !important;
    font-size: calc(var(--content_size) + 20%) !important;
    width: auto !important; }
  body.woocommerce-cart .product-quantity input.qty {
    border-bottom: none !important; }
  body.woocommerce-cart .coupon {
    width: 50%; }
  body.woocommerce-cart .coupon .input-text {
    width: 55% !important; }
  body.woocommerce-cart .cart-collaterals h2 {
    font-size: var(--h4_size) !important;
    display: none; }
  body.woocommerce-cart .cart-collaterals .cart-subtotal th, body.woocommerce-cart .cart-collaterals .cart-subtotal td {
    color: #cb57ce !important; }
  body.woocommerce-cart .cart-collaterals .order-total th, body.woocommerce-cart .cart-collaterals .order-total td {
    color: #cb57ce !important;
    border-top: none !important; }
  body.woocommerce-cart .cart-collaterals .cart_totals {
    width: 100%; }
  body.woocommerce-cart .cart-collaterals {
    position: relative;
    float: right;
    width: 30%; }
  body.woocommerce-cart .cart-collaterals .cart_totals {
    background: #cb57ce !important;
    color: #ffe5fd !important;
    padding: 0px 20px; }
  body.woocommerce-cart .cart-collaterals .cart_totals th, body.woocommerce-cart .cart-collaterals .cart_totals td, body.woocommerce-cart .cart-collaterals .cart_totals h2, body.woocommerce-cart .cart-collaterals .cart_totals p {
    color: #ffe5fd !important; }
  body.woocommerce-cart .cart-collaterals .table.table {
    --bs-table-striped-bg: transparent !important; }
  body.woocommerce-cart .wc-proceed-to-checkout {
    text-align: center; }
  body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, body.woocommerce-cart .wc-proceed-to-checkout a.button {
    font-family: 'Gelica Regular', serif !important;
    font-size: var(--button_size) !important;
    line-height: var(--button_size) !important;
    padding: 20px 40px !important;
    text-align: center;
    display: inline-block;
    font-weight: 400;
    border-radius: 70px;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    font-style: normal;
    font-weight: 400;
    line-height: 120% !important;
    letter-spacing: 0.875px;
    background-color: #cb57ce;
    border: 3px solid #fff7fe;
    color: #fff7fe;
    display: inline-block !important;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    zoom: 1;
    background: #ffe5fd !important;
    color: #cb57ce !important; }
  body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, body.woocommerce-cart .wc-proceed-to-checkout a.button:hover {
    background-color: #fff7fe;
    border: 3px solid #fff7fe;
    color: #cb57ce;
    transition: 0.5s ease; }

body.woocommerce-checkout .woocommerce {
  padding-bottom: 5%; }
  body.woocommerce-checkout .woocommerce-additional-fields h3 {
    display: none; }
  body.woocommerce-checkout form.checkout {
    clear: both;
    padding-bottom: 60px; }
  body.woocommerce-checkout #customer_details {
    width: 60%;
    position: relative;
    float: left;
    display: flex;
    flex-direction: column; }
  body.woocommerce-checkout #customer_details .col-1, body.woocommerce-checkout #customer_details .col-2 {
    width: 100%; }
  body.woocommerce-checkout #order_review {
    width: 35%;
    position: relative;
    float: right;
    background: #cb57ce !important;
    color: #ffe5fd !important; }
  body.woocommerce-checkout #ship-to-different-address, body.woocommerce-checkout #ship-to-different-address label span {
    font-family: var(--font-body) !important;
    font-size: var(--content_size) !important; }
  body.woocommerce-checkout h3 {
    font-size: 2rem; }
  body.woocommerce-checkout h3#order_review_heading {
    display: none !important; }
  body.woocommerce-checkout .table-responsive #your_order_heading {
    display: none !important; }
  body.woocommerce-checkout #your_order_heading {
    color: #ffe5fd !important;
    padding-left: 20px; }
  body.woocommerce-checkout #add_payment_method #payment, body.woocommerce-checkout .woocommerce-cart #payment, body.woocommerce-checkout .woocommerce-checkout #payment {
    background: #cb57ce !important; }
  body.woocommerce-checkout .woocommerce form .form-row label {
    display: none; }
  body.woocommerce-checkout .woocommerce-input-wrapper, body.woocommerce-checkout input.form-control, body.woocommerce-checkout .select2-selection__rendered, body.woocommerce-checkout p.form-row {
    height: 50px !important; }
  body.woocommerce-checkout input.form-control {
    padding: 5px 0px !important;
    margin: 0px !important;
    line-height: 100% !important; }
  body.woocommerce-checkout p.form-row {
    margin: 0px !important;
    padding: 0px !important; }
  body.woocommerce-checkout .select2-selection__rendered {
    margin: 0px !important;
    padding: 5px 0px !important;
    line-height: 36px !important; }
  body.woocommerce-checkout .select2-results__option, body.woocommerce-checkout .select2-container--default .select2-results__option[data-selected=true], body.woocommerce-checkout .select2-search--dropdown {
    background-color: #ffe5fd !important;
    color: #cb57ce !important; }
  body.woocommerce-checkout #billing_first_name_field, body.woocommerce-checkout #billing_address_1_field, body.woocommerce-checkout #billing_city_field, body.woocommerce-checkout #billing_postcode_field, body.woocommerce-checkout #billing_email_field, body.woocommerce-checkout #shipping_first_name_field, body.woocommerce-checkout #shipping_address_1_field, body.woocommerce-checkout #shipping_city_field, body.woocommerce-checkout #shipping_postcode_field, body.woocommerce-checkout #shipping_email_field, body.woocommerce-checkout .form-row-first {
    clear: none;
    float: left;
    width: 47%; }
  body.woocommerce-checkout #billing_last_name_field, body.woocommerce-checkout #billing_address_2_field, body.woocommerce-checkout #billing_state_field, body.woocommerce-checkout #billing_country_field, body.woocommerce-checkout #billing_phone_field, body.woocommerce-checkout #shipping_last_name_field, body.woocommerce-checkout #shipping_address_2_field, body.woocommerce-checkout #shipping_state_field, body.woocommerce-checkout #shipping_country_field, body.woocommerce-checkout #shipping_phone_field, body.woocommerce-checkout .form-row-last {
    clear: none;
    float: right;
    width: 47%; }
  body.woocommerce-checkout .woocommerce-shipping-fields {
    padding-top: 20px;
    padding-bottom: 40px; }
  body.woocommerce-checkout .woocommerce-shipping-fields input[type=checkbox]:checked:after {
    display: none; }
  body.woocommerce-checkout #payment .woocommerce-info {
    line-height: 120%; }
  body.woocommerce-checkout #add_payment_method #payment ul.payment_methods, body.woocommerce-checkout .woocommerce-cart #payment ul.payment_methods, body.woocommerce-checkout .woocommerce-checkout #payment ul.payment_methods {
    border-bottom: none !important; }
  body.woocommerce-checkout button#place_order {
    float: none !important;
    margin: 0 auto !important;
    display: flex !important;
    font-family: 'Gelica Regular', serif !important;
    font-size: var(--button_size) !important;
    line-height: var(--button_size) !important;
    padding: 20px 40px !important;
    text-align: center;
    display: inline-block;
    font-weight: 400;
    border-radius: 70px;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    font-style: normal;
    font-weight: 400;
    line-height: 120% !important;
    letter-spacing: 0.875px;
    background-color: #cb57ce;
    border: 3px solid #fff7fe;
    color: #fff7fe;
    display: inline-block !important;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    zoom: 1;
    background: #ffe5fd !important;
    color: #cb57ce !important; }
  body.woocommerce-checkout button#place_order:hover {
    background-color: #fff7fe;
    border: 3px solid #fff7fe;
    color: #cb57ce;
    transition: 0.5s ease; }
  body.woocommerce-checkout .woocommerce-privacy-policy-text a {
    color: #ffe5fd !important; }

body.woocommerce-account .woocommerce {
  display: flex;
  flex-direction: row;
  padding: 5vw 0px;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto; }
  body.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 30%; }
  body.woocommerce-account .woocommerce-MyAccount-navigation li {
    list-style: none;
    border-bottom: 1px solid #ffe5fd;
    padding: 3px 10px 10px 0px; }
  body.woocommerce-account .woocommerce-MyAccount-navigation li:last-child {
    border-bottom: none; }
  body.woocommerce-account .woocommerce-MyAccount-content {
    width: 70%;
    padding: 0px 40px; }
  body.woocommerce-account .woocommerce-MyAccount-content .col-1, body.woocommerce-account .woocommerce-MyAccount-content .col-2 {
    width: 100%; }
  body.woocommerce-account .woocommerce-MyAccount-content h3 {
    font-size: var(--h4_size) !important; }

body.woocommerce-account:not(.logged-in) .woocommerce {
  display: flex;
  flex-direction: column !important; }
  body.woocommerce-account:not(.logged-in) h2 {
    text-align: center; }
  body.woocommerce-account:not(.logged-in) .woocommerce-form-login.login {
    padding-top: 20px;
    width: 100%;
    max-width: 800px;
    margin: 0 auto; }
  body.woocommerce-account:not(.logged-in) .woocommerce-form-login.login .woocommerce-form-login__submit {
    width: 40%;
    float: right; }

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled[disabled] {
  color: #fff7fe; }

@media (max-width: 1700px) {
  #footer-wrap #footer .col-xl-6:first-child {
    width: 42%; }
    #footer-wrap #footer .col-xl-6:last-child {
      width: 58%; }

  body.blog #content .wrap, body.archive #content .wrap, body.category #content .wrap, body.search #content .wrap, body.single-post #content .wrap {
    padding: 0px 20px 0px 40px; }
    body.blog #sidebar, body.archive #sidebar, body.category #sidebar, body.search #sidebar, body.single-post #sidebar {
      padding: 0px 40px 0px 0px; }
    body.blog #sidebar .widget_search .wp-block-search__inside-wrapper, body.archive #sidebar .widget_search .wp-block-search__inside-wrapper, body.category #sidebar .widget_search .wp-block-search__inside-wrapper, body.search #sidebar .widget_search .wp-block-search__inside-wrapper, body.single-post #sidebar .widget_search .wp-block-search__inside-wrapper {
      flex-direction: column !important; }
      body.blog #sidebar .widget_search button, body.archive #sidebar .widget_search button, body.category #sidebar .widget_search button, body.search #sidebar .widget_search button, body.single-post #sidebar .widget_search button {
        margin-top: 10px; } }

@media (max-width: 1600px) {
  #primary-navigation li {
    font-size: 20px; }

  #podcast-page #podcast-section .podcast__sticker {
    display: none; }
    #podcast-page #blog-slider .blog-item__img {
      max-height: 320px; }

  #press-page #podcast-section .podcast__sticker {
    display: none; }
    #press-page #blog-slider .blog-item__img {
      max-height: 320px; }

  #squeeze-page .squeeze__sticker_1 {
    display: none; } }

@media (max-width: 1500px) {
  #book-page #intro {
    padding: 9% 12% var(--ym) 12%; }
    #book-page #intro .intro__sticker {
      zoom: 0.8;
      top: -9vw; }
    #book-page #workbook .workbook {
      padding: 0px 2% 0px 2%; }
      #book-page #workbook .workbook .inner {
        padding: 5% 17%; }
    #book-page #workbook .intro__image {
      padding-left: 20%; }
    #book-page #workbook .learn__sticker_1 {
      zoom: 0.6;
      top: -4vw;
      right: -26vw; }
      #book-page #workbook .learn__sticker_2 {
        zoom: 0.6;
        bottom: 19vw;
        left: -25.5vw; }
    #book-page #workbook .cta__image {
      padding-left: 9%;
      padding-right: 31%; }
    #book-page #blurb .container-fluid {
      padding: 0px 11% 0px 13%; }

  #podcast-page #episodes .episodes__sticker_1 {
    zoom: 0.8;
    top: -9vw; }
    #podcast-page #episodes .episodes__sticker_2 {
      bottom: 29vw;
      zoom: 0.8;
      right: 8vw; }

  #breakup-page #intro {
    padding: var(--ym) var(--xm) 0px var(--xm); }
    #breakup-page #intro-video .intro-video__inner {
      background: linear-gradient(90deg, #cb57ce 0%, #cb57ce 1%, #ffe5fd 1%, #ffe5fd 99%, #cb57ce 99%, #cb57ce 100%); }
    #breakup-page #intro-video .scroll-video {
      max-width: 65%; }
    #breakup-page #intro-video .scroll-video video {
      max-height: 70vw; }
    #breakup-page #intro-video .video__sticker-1 {
      zoom: 0.7;
      top: -2.5vw;
      left: 0vw; }
    #breakup-page #intro-video .video__sticker-2 {
      zoom: 0.7;
      right: 1vw;
      bottom: -17vw; }
    #breakup-page #sections .sections .container {
      background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(210, 109, 212, 0) 1%, #ffe5fd 1%, #ffe5fd 99%, rgba(211, 112, 213, 0) 99%, rgba(255, 255, 255, 0) 100%); }
    #breakup-page #sections .sections .left {
      width: 20%; }
    #breakup-page #sections .sections .middle {
      width: 100%; }
    #breakup-page #sections .sections .right {
      width: 15%; }
    #breakup-page #sections .odd .section__wrap {
      margin-left: 0px;
      max-width: 100%; }
      #breakup-page #sections .odd .section__image {
        margin-left: -4vw; }
      #breakup-page #sections .odd .section__sticker {
        margin-right: -6vw; }
        #breakup-page #sections .odd .section__sticker img {
          max-width: 15vw; }
      #breakup-page #sections .odd .section__content {
        max-width: 100%; }
    #breakup-page #sections .even .section__wrap {
      margin-left: 0px;
      max-width: 100%; }
      #breakup-page #sections .even .section__image {
        margin-right: -4vw; }
      #breakup-page #sections .even .section__sticker {
        margin-left: -6vw; }
        #breakup-page #sections .even .section__sticker img {
          max-width: 15vw; }
      #breakup-page #sections .even .section__content {
        max-width: 100%; }
    #breakup-page #modules .modules {
      padding: 0px 8% 0px 8%; }
    #breakup-page #modules .modules > .container > .row > .col-xl-6:first-child {
      width: 70%; }
    #breakup-page #modules .modules > .container > .row > .col-xl-6:last-child {
      width: 30%; }
    #breakup-page #modules .modules .container {
      background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(210, 109, 212, 0) 1%, #ffe5fd 1%, #ffe5fd 99%, rgba(211, 112, 213, 0) 99%, rgba(255, 255, 255, 0) 100%);
      padding: 0px 10% var(--ym) 11%; }
    #breakup-page #modules .modules__image {
      margin-right: -18vw; }
    #breakup-page #modules .modules__heading2 {
      padding-top: 40px; }
    #breakup-page #modules .inline-row {
      padding-right: 0px; }
    #breakup-page #bonuses .bonuses .container {
      background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(210, 109, 212, 0) 1%, #ffe5fd 1%, #ffe5fd 99%, rgba(211, 112, 213, 0) 99%, rgba(255, 255, 255, 0) 100%);
      padding: 0px 9% var(--ym) 11%; }
    #breakup-page #faqs .faqs__sticker_1 {
      zoom: 0.8;
      top: -19vw;
      left: -1vw; }
    #breakup-page #faqs .faqs__sticker_2 {
      zoom: 0.8;
      left: 89%; }
    #breakup-page #faqs .faqs__sticker_3 {
      zoom: 0.8; }

  #contact-page .contact__wrap {
    padding: 5% 0px 0px 0px; }
    #contact-page .contact__about_image {
      margin-top: 0vw; } }

@media (max-width: 1400px) {
  html {
    font-size: 12px; }

  #press-page #testimonials .testimonial__sticker {
    zoom: 0.8;
    right: 3vw;
    top: 11vw; }

  #squeeze-page .squeeze__image {
    margin-right: -12vw;
    max-width: 38vw; }

  #breakup-page #main_testimonial {
    padding: 15vw var(--xm) var(--ym) var(--xm); }
    #breakup-page #main_testimonial .main__mobile {
      display: block; }
      #breakup-page #main_testimonial .main__inner {
        display: none; }
      #breakup-page #main_testimonial .main__content {
        position: relative;
        width: 80%;
        left: 0px;
        top: 0px;
        background: #edf5e3;
        padding: 40px;
        margin: 0 auto;
        font-size: 2.5vw; }
      #breakup-page #main_testimonial .main__sticker {
        display: none; }

  #testimonial-wrap .testimonial__sticker_1, #testimonials .testimonial__sticker_1 {
    top: -14.8vw;
    left: -5vw;
    zoom: 0.8; }
    #testimonial-wrap .testimonial__sticker_2, #testimonials .testimonial__sticker_2 {
      top: 8vw;
      right: 8vw;
      zoom: 0.8; }
    #testimonial-wrap .testimonial__item, #testimonials .testimonial__item {
      width: 42vw; }
    #testimonial-wrap .testimonial__content, #testimonials .testimonial__content {
      padding: 2vw 8vw 0 8vw;
      min-height: 39vw;
      font-size: 2vw; }

  body.blog #content, body.archive #content, body.category #content, body.search #content, body.single-post #content {
    width: 70%; }
    body.blog #content .col-md-4, body.archive #content .col-md-4, body.category #content .col-md-4, body.search #content .col-md-4, body.single-post #content .col-md-4 {
      width: 50%; }
    body.blog #sidebar, body.archive #sidebar, body.category #sidebar, body.search #sidebar, body.single-post #sidebar {
      width: 30%; }
    body.blog #sidebar .inner, body.archive #sidebar .inner, body.category #sidebar .inner, body.search #sidebar .inner, body.single-post #sidebar .inner {
      padding: 40px 20px; }

  body.woocommerce-cart .woocommerce-cart-form {
    width: 100%; }
    body.woocommerce-cart .cart-collaterals {
      width: 100%; }
    body.woocommerce-cart .cart-collaterals h2 {
      display: none; } }

@media (max-width: 1300px) {
  #primary-navigation li {
    font-size: 16px; }

  #podcast-page #episodes #favs, #podcast-page #episodes #top {
    max-width: 63vw; }
    #podcast-page #episodes .episodes__sticker_1 {
      top: -12vw; }
      #podcast-page #episodes .episodes__sticker_2 {
        display: none; } }

@media (max-width: 1200px) {
  html {
    font-size: 11px; }

  #home-page #intro .show_desktop {
    display: none; }
    #home-page #intro .show_tablet {
      display: block; }
    #home-page #services {
      background-image: none; }
    #home-page #services .services__heading {
      padding-bottom: 70px; }
    #home-page #services .note {
      width: 88vw; }
    #home-page #services .note:nth-child(even) {
      left: 3vw;
      margin-top: -1vw; }
    #home-page #products-section {
      padding: 5% var(--xm) 8% var(--xm); }
    #home-page #products-section .products__wrap {
      column-gap: 10%; }

  #about-page #intro {
    padding: var(--ym) 6% 0px 9%; }
    #about-page #intro-video .intro-video__inner {
      background: linear-gradient(90deg, #ffe5fd 0%, #ffe5fd 1%, #fff7fe 1%, #fff7fe 99%, #ffe5fd 99%, #ffe5fd 100%); }
    #about-page #intro-video .scroll-video {
      max-width: 78%; }
      #about-page #intro-video .scroll-video video {
        max-height: 70vw; }
    #about-page #intro-video .video__sticker-1 {
      zoom: 0.7;
      top: -2.5vw;
      left: 0vw; }
      #about-page #intro-video .video__sticker-2 {
        zoom: 0.7;
        right: 1vw;
        bottom: -17vw; }
    #about-page #intro-content .intro-content__inner {
      background: linear-gradient(90deg, #ffe5fd 0%, #ffe5fd 1%, #fff7fe 1%, #fff7fe 99%, #ffe5fd 99%, #ffe5fd 100%); }
    #about-page #intro-content .intro__heading, #about-page #intro-content .intro__content {
      width: 77%; }
    #about-page #story {
      background-image: none;
      background: #ffe5fd;
      padding: 0px 8% 0px 8%; }
    #about-page #story .container-fluid {
      background: linear-gradient(90deg, #ffe5fd 0%, #ffe5fd 1%, #fff7fe 1%, #fff7fe 99%, #ffe5fd 99%, #ffe5fd 100%);
      padding-left: 0px; }
    #about-page #story .col-xl-6.left {
      width: 100% !important;
      padding: 0px 12%; }
    #about-page #story .col-xl-6.right {
      display: none !important; }
    #about-page #story .story__heading {
      padding-top: 0px;
      color: #cb57ce; }
      #about-page #story .story__subheading {
        padding-bottom: 40px;
        color: #40321d; }
      #about-page #story .story__content {
        font-size: var(--font_35);
        color: #40321d;
        line-height: 110%;
        letter-spacing: 1px;
        padding-bottom: 6vw; }
        #about-page #story .story__content a {
          color: #40321d; }
        #about-page #story .story__content h1, #about-page #story .story__content h2, #about-page #story .story__content h3, #about-page #story .story__content h4, #about-page #story .story__content h5, #about-page #story .story__content h6 {
          color: #40321d;
          font-size: var(--font_40);
          font-family: 'Gelica Regular', serif;
          line-height: 110%; }
    #about-page #services-intro .services__sticker_1 {
      zoom: 0.8; }
    #about-page #services {
      background-image: none; }
    #about-page #services .services {
      padding-top: 0px; }
    #about-page #services .note {
      width: 88vw; }
    #about-page #services .note:nth-child(even) {
      left: 3vw;
      margin-top: -1vw; }

  #services-page #services {
    padding: 0px 0px 0px 0px; }
    #services-page #services .services .container {
      background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(210, 109, 212, 0) 1%, #cb57ce 1%, #cb57ce 99%, rgba(211, 112, 213, 0) 99%, rgba(255, 255, 255, 0) 100%); }
      #services-page #services .services hr {
        max-width: 70%; }
      #services-page #services .services .container.odd .left {
        position: relative;
        left: -5vw; }
        #services-page #services .services .container.odd .middle {
          width: 149%; }
        #services-page #services .services .container.odd .right {
          position: relative;
          right: -6vw; }
        #services-page #services .services .container.odd .program__heading {
          padding-top: 20px; }
      #services-page #services .services .container.even .right {
        position: relative;
        left: -5vw; }
        #services-page #services .services .container.even .middle {
          width: 149%; }
        #services-page #services .services .container.even .left {
          position: relative;
          right: -6vw; }
      #services-page #services .services .program__wrap {
        max-width: 100%;
        padding: 0px; }
        #services-page #services .services .program__sticker {
          zoom: 0.6; }
        #services-page #services .services .program__heading {
          margin-bottom: 30px;
          padding-top: 20px; }
        #services-page #services .services .program__button {
          padding-top: 40px; }

  #book-page #intro {
    padding: 9% 5% var(--ym) 5%; }
    #book-page #intro .intro__sticker {
      zoom: 0.6;
      top: -12vw; }
    #book-page #workbook .workbook {
      padding: 0px; }
      #book-page #workbook .workbook .inner {
        padding: 5% 10%; }
      #book-page #workbook .workbook .container {
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(210, 109, 212, 0) 5%, #ffe5fd 5%, #ffe5fd 95%, rgba(211, 112, 213, 0) 95%, rgba(255, 255, 255, 0) 100%); }
    #book-page #workbook .intro__image {
      padding-left: 35%; }
    #book-page #workbook .learn__heading {
      padding-bottom: 10px; }
      #book-page #workbook .learn__sticker_1 {
        display: none; }
      #book-page #workbook .learn__sticker_2 {
        display: none; }
    #book-page #workbook .item__title {
      font-size: var(--font_28);
      margin-bottom: 10px; }
      #book-page #workbook .item__content {
        font-size: var(--font_28); }
    #book-page #workbook .cta {
      margin-right: 0px; }
      #book-page #workbook .cta__image {
        padding-left: 15%;
        padding-right: 0%; }
      #book-page #workbook .cta .col-md-7 {
        width: 65%; }
      #book-page #workbook .cta .col-md-5 {
        width: 35%; }
    #book-page #blurb .container-fluid {
      padding: 0px 5% 0px 5%; }

  #podcast-page #blog-slider .blog-item__img {
    max-height: 200px; }

  #press-page #blog-slider .blog-item__img {
    max-height: 200px; }
    #press-page #testimonials .testimonial__sticker {
      zoom: 0.6;
      right: 3vw;
      top: 26vw; }

  #breakup-page #bonuses .cta__image {
    top: -19%;
    left: -22%;
    zoom: 0.8; }
    #breakup-page #faqs .faqs__sticker_1 {
      display: none; }
      #breakup-page #faqs .faqs__sticker_2 {
        display: none; }

  #contact-page #header .header__left {
    max-width: 62vw; }
    #contact-page #header .header__sticker {
      width: 88vw; }
    #contact-page #about {
      padding: 5% 0px 0px 0px; }
    #contact-page .contact__about_image {
      width: 35vw; }
    #contact-page .contact__sticker_2 {
      display: none; }

  #testimonial-wrap .testimonial__sticker_1, #testimonials .testimonial__sticker_1 {
    display: none; }
    #testimonial-wrap .testimonial__sticker_2, #testimonials .testimonial__sticker_2 {
      display: none; }
    #testimonial-wrap .testimonial__heading, #testimonials .testimonial__heading {
      padding-top: var(--ym); }

  .blog-list__item {
    margin-bottom: 80px; }
    .blog-list__title {
      min-height: 150px; }

  body.blog #content .col-md-4 {
    width: 50%; }

  body.woocommerce-cart #page-wrap, body.woocommerce-checkout #page-wrap {
    max-width: 100%; }

  body.post-type-archive-product #wrap, body.tax-product_cat #wrap, body.tax-product_tag #wrap {
    max-width: 100%; }

  body.single-product #wrap {
    max-width: 100%; }
    body.single-product .summary {
      padding: 0px; } }

@media (max-width: 1023px) {
  html {
    font-size: 10px; }

  :root {
    --menu_height: 80px;
    --wp-admin--admin-bar--height: 0px; }

  html {
    margin-top: 0px !important; }

  #loader {
    position: relative !important;
    display: none; }

  #primary-navigation.show_desktop {
    display: none !important; }

  #primary-nav.show_mobile {
    display: block !important;
    position: fixed; }
    #primary-nav.show_mobile .gm-navbar .gm-logo > a img {
      height: 60px; }

  #wrap {
    margin-top: var(--menu_height); }

  #wpadminbar {
    display: none; }

  .admin-bar .gm-navigation-drawer {
    top: 0px !important;
    height: 100% !important; }

  .menu-item.logo {
    display: none !important; } }

@media (max-width: 991.98px) {
  #home-page #header {
    display: flex;
    flex-direction: column-reverse; }
    #home-page #header .header__overlay {
      position: relative;
      width: 100%;
      left: unset;
      top: unset;
      padding: 40px 10% 0px 10%; }
      #home-page #header .header__heading {
        font-size: 6.5vw; }
      #home-page #header .header__content {
        font-size: 8vw; }
      #home-page #header .header__image {
        width: 150vw;
        margin-top: -9vw; }
    #home-page #intro .row {
      flex-direction: column-reverse; }
    #home-page #intro .col-xl-6 {
      width: 100%; }
    #home-page #intro .intro__frame {
      padding-bottom: 40px;
      text-align: center; }
      #home-page #intro .intro__frame img {
        max-width: 80vw; }
      #home-page #intro .intro__heading {
        padding-bottom: 40px;
        margin-bottom: 0px; }
      #home-page #intro .intro__content {
        padding-bottom: 40px; }
      #home-page #intro .intro__squiggle {
        padding-top: 40px; }
    #home-page #intro .show_tablet {
      display: none !important; }
    #home-page #intro .show_desktop {
      display: block !important; }
    #home-page #intro .scroll-video {
      width: 60vw;
      top: 9vw; }
    #home-page #intro #introVideo {
      max-height: 80vw; }

  #about-page #header {
    padding: var(--ym) var(--xm) 0px var(--xm); }
    #about-page #header .header__overlay {
      background: #f57e37;
      padding: var(--ym) var(--xm);
      position: relative;
      width: 100%;
      left: unset;
      top: unset; }
      #about-page #header .header__heading {
        font-size: var(--font_90); }
      #about-page #header .header__heading br {
        display: none; }
      #about-page #header .header__subheading {
        font-size: var(--font_40);
        padding-bottom: 20px; }
      #about-page #header .header__content {
        font-size: var(--font_35); }
      #about-page #header .header__image {
        display: none; }
    #about-page #intro {
      padding: var(--ym) var(--xm) 0px var(--xm); }
    #about-page #intro .intro__heading {
      padding-bottom: 20px;
      margin-bottom: 0px; }
    #about-page #intro-video {
      padding: var(--ym) 8% 0px 8%;
      position: relative; }
    #about-page #intro-video .intro-video__inner {
      background: linear-gradient(90deg, #ffe5fd 0%, #ffe5fd 1%, #fff7fe 1%, #fff7fe 99%, #ffe5fd 99%, #ffe5fd 100%); }
    #about-page #intro-video .video__sticker-1, #about-page #intro-video .video__sticker-2 {
      display: none; }
    #about-page #intro-video .scroll-video {
      max-width: 80%; }
      #about-page #intro-video .scroll-video video {
        max-height: 94vw; }
    #about-page #intro-content .intro-content__inner {
      background: linear-gradient(90deg, #ffe5fd 0%, #ffe5fd 1%, #fff7fe 1%, #fff7fe 99%, #ffe5fd 99%, #ffe5fd 100%); }
    #about-page #intro-content .intro__heading {
      font-size: calc(var(--font_110) - 100%);
      width: 88%; }
      #about-page #intro-content .intro__content {
        width: 88%; }
    #about-page #story {
      padding: 0px 8% 0px 8%; }
    #about-page #story .container-fluid {
      background: linear-gradient(90deg, #ffe5fd 0%, #ffe5fd 1%, #fff7fe 1%, #fff7fe 99%, #ffe5fd 99%, #ffe5fd 100%); }
    #about-page #story .col-xl-6.left {
      padding: 0px 8%; }
    #about-page #story .story__heading {
      padding-bottom: 10px; }
      #about-page #story .story__subheading {
        padding-bottom: 20px; }
      #about-page #story .story__content p:empty {
        display: none; }
    #about-page #services-intro .services__sticker_1 {
      zoom: 0.6; }
      #about-page #services-intro .services__inner {
        padding: var(--ym) var(--xm) 0px var(--xm); }
      #about-page #services-intro .services__heading_1, #about-page #services-intro .services__heading_2 {
        padding-bottom: 60px; }

  #services-page #header {
    display: flex;
    flex-direction: column-reverse; }
    #services-page #header .header__overlay {
      position: relative;
      width: 100%;
      left: unset;
      top: unset;
      padding: 40px 10% 0px 10%; }
      #services-page #header .header__heading {
        font-size: var(--font_90);
        left: 0px; }
      #services-page #header .header__heading br {
        display: none; }
      #services-page #header .header__content {
        font-size: var(--font_35);
        width: 80%;
        margin: 0 auto;
        text-align: center; }
      #services-page #header .header__image {
        position: relative;
        left: -51vw;
        width: 145vw;
        top: 5vw; }
    #services-page #services {
      top: 5vw;
      position: relative; }

  #book-page #header {
    display: flex;
    flex-direction: column-reverse; }
    #book-page #header .header__overlay {
      position: relative;
      width: 100%;
      left: unset;
      top: unset;
      padding: 40px 10% 0px 10%; }
      #book-page #header .header__heading {
        font-size: var(--font_90);
        left: 0px; }
      #book-page #header .header__heading br {
        display: none; }
      #book-page #header .header__content {
        font-size: var(--font_35);
        width: 80%;
        margin: 0 auto;
        text-align: center; }
      #book-page #header .header__image {
        position: relative;
        left: -58vw;
        width: 145vw;
        top: 5vw; }
    #book-page #meet .row {
      flex-direction: column-reverse; }
    #book-page #meet .col-xl-6 {
      width: 100%; }
    #book-page #meet .meet__frame {
      width: 60vw; }
      #book-page #meet .meet__image {
        top: 6vw;
        left: 23vw;
        width: 45vw; }
      #book-page #meet .meet__wrap {
        padding: 4vw 0% 0px 0%; }
    #book-page #cta .cta__sticker {
      bottom: 24vw;
      right: 3vw;
      zoom: 0.6; }

  #podcast-page #header {
    display: flex;
    flex-direction: column-reverse; }
    #podcast-page #header .header__overlay {
      position: relative;
      width: 100%;
      left: unset;
      top: unset;
      padding: 40px 10% 0px 10%; }
      #podcast-page #header .header__heading {
        font-size: var(--font_90);
        left: 0px; }
      #podcast-page #header .header__content {
        font-size: var(--font_35);
        width: 58%;
        margin: 0 auto;
        text-align: center; }
      #podcast-page #header .header__image {
        position: relative;
        left: -51vw;
        width: 145vw;
        top: 4vw; }
    #podcast-page #podcast-section {
      background: #cb57ce !important;
      padding-top: var(--ym); }
    #podcast-page #podcast-section .stream {
      padding-top: 40px; }
    #podcast-page #podcast-section .podcast__heading br {
      display: none; }
    #podcast-page #reviews {
      padding-bottom: 10%; }
    #podcast-page #reviews .chat .message {
      margin-top: 0px; }
    #podcast-page #reviews .item-1, #podcast-page #reviews .item-2, #podcast-page #reviews .item-3 {
      left: 0px;
      top: 0px;
      width: 100%; }
    #podcast-page #episodes #favs, #podcast-page #episodes #top {
      max-width: 100%; }
    #podcast-page #episodes .container {
      background-image: none; }
    #podcast-page #episodes .episodes__sticker_1, #podcast-page #episodes .episodes__sticker_2 {
      display: none; }
    #podcast-page #episodes #favs .favs__heading {
      padding-bottom: 20px;
      line-height: 100%; }
    #podcast-page #episodes #top .top__heading {
      padding-bottom: 20px;
      line-height: 100%; }

  #press-page #header {
    display: flex;
    flex-direction: column-reverse; }
    #press-page #header .header__overlay {
      position: relative;
      width: 100%;
      left: unset;
      top: unset;
      padding: 40px 10% 0px 10%; }
      #press-page #header .header__heading {
        font-size: var(--font_90);
        left: 0px; }
      #press-page #header .header__content {
        font-size: var(--font_35);
        width: 58%;
        margin: 0 auto;
        text-align: center; }
      #press-page #header .header__image {
        position: relative;
        left: -51vw;
        width: 145vw; }
    #press-page #testimonials .testimonial__sticker {
      display: none; }
      #press-page #testimonials .testimonial__heading {
        padding-bottom: 40px; }

  #squeeze-page .squeeze__image {
    margin-right: 0px;
    max-width: 80%;
    float: none;
    padding-left: 0px;
    margin: 0 auto;
    padding-bottom: 5vw; }
    #squeeze-page .squeeze__heading {
      text-align: center; }
    #squeeze-page .squeeze__squiggle {
      width: 150vw;
      right: 33vw;
      position: relative; }
    #squeeze-page .squeeze__sticker_2 {
      display: none; }
    #squeeze-page .cta__form {
      padding-top: 0px; }

  #breakup-page #header {
    display: flex;
    flex-direction: column-reverse; }
    #breakup-page #header .header__overlay {
      position: relative;
      width: 100%;
      left: unset;
      top: unset;
      padding: 40px 10% 0px 10%; }
      #breakup-page #header .header__heading {
        font-size: var(--font_90);
        left: 0px;
        text-align: center; }
      #breakup-page #header .header__subheading {
        text-align: center;
        font-size: var(--font_40);
        padding-bottom: 20px; }
      #breakup-page #header .header__content {
        font-size: var(--font_35);
        width: 80%;
        margin: 0 auto;
        text-align: center; }
      #breakup-page #header .header__image {
        position: relative;
        left: 14vw;
        width: 145vw;
        padding-top: 4vw; }
    #breakup-page #intro {
      padding: var(--ym) var(--xm) 0px var(--xm); }
    #breakup-page #intro .intro__sticker {
      display: none; }
    #breakup-page #intro .col-xl-9 {
      width: 100%; }
    #breakup-page #intro-video {
      padding: var(--ym) var(--xm) 0px var(--xm); }
    #breakup-page #intro-video .scroll-video {
      max-width: 80%; }
      #breakup-page #intro-video .scroll-video video {
        max-height: 92vw; }
    #breakup-page #intro-video .video__sticker-1 {
      display: none; }
      #breakup-page #intro-video .video__sticker-2 {
        display: none; }
    #breakup-page #sections .sections {
      padding: 0px var(--xm) 0px var(--xm); }
      #breakup-page #sections .sections hr {
        max-width: 87%; }
      #breakup-page #sections .sections .section__wrap {
        padding: 0px var(--xm); }
    #breakup-page #sections .odd .right, #breakup-page #sections .even .right {
      display: none; }
    #breakup-page #sections .section__content {
      font-size: var(--font_28); }
    #breakup-page #modules .modules {
      padding: 0px var(--xm) 0px var(--xm); }
      #breakup-page #modules .modules > .container > .row > .col-xl-6:first-child {
        width: 100%; }
      #breakup-page #modules .modules > .container > .row > .col-xl-6:last-child {
        width: 100%; }
      #breakup-page #modules .modules .container {
        padding: 0px var(--xm) var(--ym) var(--xm); }
      #breakup-page #modules .modules .row {
        flex-direction: column-reverse; }
      #breakup-page #modules .modules__content {
        font-size: var(--font_28); }
      #breakup-page #modules .modules__image {
        margin-right: 0px;
        width: 80%;
        margin: -8vw auto 0 auto; }
    #breakup-page #bonuses .bonuses {
      padding: 0px var(--xm) 0px var(--xm); }
      #breakup-page #bonuses .bonuses .container {
        padding: 0px var(--xm) var(--ym) var(--xm); }
    #breakup-page #cta1 .cta__image {
      top: -6%;
      left: -11%;
      zoom: 0.6; }
      #breakup-page #cta1 .cta__heading {
        padding-bottom: 20px; }
      #breakup-page #cta1 .cta__content {
        padding-bottom: 20px; }
    #breakup-page #meet .row {
      flex-direction: column-reverse; }
    #breakup-page #meet .col-xl-6 {
      width: 100%; }
    #breakup-page #meet .meet__frame {
      width: 75vw;
      margin: 0 auto; }
      #breakup-page #meet .meet__image {
        top: 9vw;
        left: 23vw;
        width: 45vw; }
      #breakup-page #meet .meet__wrap {
        padding: 4vw 0% 0px 0%; }
      #breakup-page #meet .meet__heading {
        text-align: center; }
      #breakup-page #meet .meet__sticker {
        display: none; }

  #contact-page #header .header__left {
    max-width: 100%; }
    #contact-page #header .header__sticker {
      display: none; }
    #contact-page #header .header__wrap {
      padding: var(--ym) var(--xm) var(--ym) var(--xm); }
    #contact-page #header .header__heading {
      padding-bottom: 20px; }
    #contact-page #about {
      padding: 5% 0px 0px 0px; }
    #contact-page .contact__wrap {
      flex-direction: column-reverse;
      padding: 0px 0px var(--ym) 0px; }
    #contact-page .contact__left {
      padding-right: 0px;
      width: 100%;
      padding-top: 40px; }
    #contact-page .contact__about_image {
      width: 80%;
      transform: rotate(0deg);
      margin: 0 auto; }
    #contact-page .contact__about_image img {
      max-width: 100%; }
    #contact-page .contact__sticker_2 {
      display: none; }

  body.blog .page-title, body.archive .page-title, body.category .page-title, body.search .page-title, body.single-post .page-title {
    margin-bottom: 40px;
    padding-top: 20px;
    padding-left: var(--xm);
    padding-right: var(--xm); }
    body.blog #content, body.archive #content, body.category #content, body.search #content, body.single-post #content {
      width: 100%; }
    body.blog #content .wrap, body.archive #content .wrap, body.category #content .wrap, body.search #content .wrap, body.single-post #content .wrap {
      padding: 0px var(--xm); }
    body.blog #sidebar, body.archive #sidebar, body.category #sidebar, body.search #sidebar, body.single-post #sidebar {
      width: 100%;
      padding: 0px 0px 0px 0px; }
    body.blog #sidebar .wrap, body.archive #sidebar .wrap, body.category #sidebar .wrap, body.search #sidebar .wrap, body.single-post #sidebar .wrap {
      padding: 0px var(--xm); }
    body.blog #sidebar .inner, body.archive #sidebar .inner, body.category #sidebar .inner, body.search #sidebar .inner, body.single-post #sidebar .inner {
      max-width: 500px; }

  #testimonial-wrap, #testimonials {
    padding-bottom: var(--ym); }
    #testimonial-wrap .testimonial__item, #testimonials .testimonial__item {
      width: 60vw; }
    #testimonial-wrap .testimonial__content, #testimonials .testimonial__content {
      padding: 2vw 12vw 0 12vw;
      min-height: 56vw;
      font-size: 3vw; }
    #testimonial-wrap .testimonial__heading, #testimonials .testimonial__heading {
      padding-bottom: 20px; }

  #podcast-section {
    background: #f57e37 !important; }
    #podcast-section .row {
      flex-direction: column; }
    #podcast-section .col-xl-6 {
      width: 100%; }
    #podcast-section .podcast__heading {
      padding-top: 60px;
      margin-bottom: 0px; }
    #podcast-section .podcast__content {
      padding-bottom: 40px; }
    #podcast-section .podcast__squiggle {
      padding: 40px 0px; }

  #footer-wrap #footer .col-xl-6:first-child {
    width: 100%; }
    #footer-wrap #footer .col-xl-6:last-child {
      width: 100%; }
    #footer-wrap #footer .footer__newsletter {
      text-align: center;
      padding-top: 100px; }
    #footer-wrap #footer .footer__newsletter h4 {
      margin-bottom: 10px;
      line-height: 110%; }
    #footer-wrap #footer .footer__socials {
      padding-top: 30px; } }

@media (max-width: 767.98px) {
  html {
    font-size: 9px; }

  :root {
    --ym: 40px;
    --xm: 40px; }

  .show_desktop {
    display: none !important; }

  .show_mobile {
    display: block !important; }

  .marquee__inner {
    padding: 20px 0px; }
    .marquee__inner span {
      font-size: calc(var(--font_90) - 100%); }

  #about-page .intro__sticker {
    display: none; }
    #about-page #services-intro .services__inner {
      padding: var(--ym) var(--xm) var(--ym) var(--xm); }
      #about-page #services-intro .services__sticker_1 {
        display: none !important; }
      #about-page #services-intro .services__heading_2 {
        padding-bottom: 60px; }
      #about-page #services-intro .services__heading_1 {
        padding-top: 0px;
        padding-bottom: 40px;
        line-height: 120%; }
        #about-page #services-intro .services__heading_1 br {
          display: none; }
      #about-page #services-intro .services__squiggle {
        width: 150vw;
        right: 33vw;
        position: relative; }
    #about-page .podcast-sticker {
      display: none; }

  #services-page #header .header__content {
    width: 80%; }
    #services-page #services .services {
      padding: 0px var(--xm) var(--ym) var(--xm); }
      #services-page #services .services .left, #services-page #services .services .right {
        display: none; }
      #services-page #services .services .middle, #services-page #services .services .container.odd .middle, #services-page #services .services .container.even .middle {
        width: 100%;
        margin: 0 auto;
        padding: 0px var(--ym) var(--xm) var(--ym); }
      #services-page #services .services .container {
        padding-bottom: 0px; }
      #services-page #services .program__subheading {
        padding-bottom: 30px; }
        #services-page #services .program__subheading br {
          display: none; }
      #services-page #services .program__content {
        font-size: var(--font_30); }
      #services-page #services .program__button {
        padding-top: 10px !important; }
    #services-page #podcast-section {
      padding-top: var(--ym); }
    #services-page .products__squiggle {
      width: 150vw;
      right: 33vw;
      position: relative;
      padding-top: var(--ym); }

  #book-page #intro .intro__sticker {
    display: none; }
    #book-page #workbook {
      margin-left: 0px; }
      #book-page #workbook .intro {
        margin-left: 0px; }
      #book-page #workbook .intro__image {
        padding-left: 0px; }
      #book-page #workbook .intro__heading {
        padding-bottom: 10px; }
      #book-page #workbook .intro__content {
        font-size: var(--font_30); }
      #book-page #workbook .item:last-child .item__content {
        padding-bottom: 0px; }
      #book-page #workbook .item__grid {
        grid-template-columns: 1fr;
        grid-gap: 0px;
        row-gap: 30px; }
        #book-page #workbook .item__grid > *:nth-child(2n-1):nth-last-of-type(1) {
          grid-column: unset; }
      #book-page #workbook .item__title {
        font-size: var(--font_30); }
      #book-page #workbook .item__content {
        font-size: var(--font_30); }
      #book-page #workbook .cta__heading {
        padding-bottom: 0px; }
        #book-page #workbook .cta__heading br {
          display: none; }
      #book-page #workbook .cta__content {
        font-size: var(--font_30); }
    #book-page #blurb .blurb__squiggle {
      width: 150vw;
      right: 33vw;
      position: relative; }
      #book-page #blurb .blurb__sticker {
        display: none; }
      #book-page #blurb .blurb .col-xl-3 {
        display: none; }
    #book-page #cta .cta__sticker {
      display: none; }
      #book-page #cta .cta__squiggle {
        width: 150vw;
        right: 33vw;
        position: relative; }
      #book-page #cta .cta__heading {
        padding-bottom: 30px; }
        #book-page #cta .cta__heading br {
          display: none; }
      #book-page #cta .cta__content {
        padding-bottom: 40px; }
      #book-page #cta .cta__button .btn-primary {
        max-width: max-content; }

  #podcast-page #header .header__overlay {
    padding: 40px 10% 0px 10%; }
    #podcast-page #header .header__heading br {
      display: none; }
    #podcast-page #header .header__content {
      width: 100%; }
    #podcast-page #reviews {
      flex-direction: column-reverse !important; }
    #podcast-page #reviews .chat {
      width: 100%; }
    #podcast-page #reviews .review {
      padding: 0px var(--xm); }
    #podcast-page #reviews .review__phone {
      position: relative;
      top: 2vw;
      right: -14vw;
      z-index: 99;
      width: 80%;
      margin: 0 auto;
      margin-bottom: -18vw; }
    #podcast-page #blog {
      padding-top: calc(var(--ym) + 20px); }
    #podcast-page #blog .blog__heading {
      padding-bottom: 20px; }
    #podcast-page #blog-slider {
      padding: 0px; }
    #podcast-page #blog-slider .blog-item__img {
      max-height: 40vw; }
    #podcast-page #blog-slider .blog-item__title {
      min-height: auto; }
    #podcast-page #blog-slider .blog-item__link {
      margin-top: 40px; }

  #press-page #header .header__overlay {
    padding: 40px 10% 0px 10%; }
    #press-page #header .header__heading br {
      display: none; }
    #press-page #header .header__content {
      width: 100%; }
    #press-page #header .header__image {
      padding-top: 4vw; }
    #press-page #blog-slider {
      padding: 0px; }
    #press-page #blog-slider .blog-item__img {
      max-height: 40vw; }
    #press-page #blog-slider .blog-item__title {
      min-height: auto; }
    #press-page #blog-slider .blog-item__link {
      margin-top: 40px; }

  #breakup-page #sections .left {
    display: none; }
    #breakup-page #sections .right {
      display: none; }
    #breakup-page #sections .sections__content {
      font-size: var(--font_30);
      letter-spacing: 0.5px; }
      #breakup-page #sections .sections__content p, #breakup-page #sections .sections__content li, #breakup-page #sections .sections__content a {
        font-size: var(--font_30);
        letter-spacing: 0.5px; }
      #breakup-page #sections .sections__content h1, #breakup-page #sections .sections__content h2, #breakup-page #sections .sections__content h3, #breakup-page #sections .sections__content h4, #breakup-page #sections .sections__content h5, #breakup-page #sections .sections__content h6 {
        font-size: var(--font_40); }
    #breakup-page #modules .modules__content {
      font-size: var(--font_30);
      letter-spacing: 0.5px; }
      #breakup-page #modules .modules__content p, #breakup-page #modules .modules__content li, #breakup-page #modules .modules__content a {
        font-size: var(--font_30);
        letter-spacing: 0.5px; }
      #breakup-page #modules .modules__content h1, #breakup-page #modules .modules__content h2, #breakup-page #modules .modules__content h3, #breakup-page #modules .modules__content h4, #breakup-page #modules .modules__content h5, #breakup-page #modules .modules__content h6 {
        font-size: var(--font_40); }
    #breakup-page #modules .modules__heading2 {
      font-size: var(--font_60); }
    #breakup-page #modules .item__grid {
      grid-template-columns: repeat(1, 1fr);
      grid-row-gap: 20px; }
    #breakup-page #modules .item__heading {
      font-size: var(--font_40);
      padding-bottom: 15px; }
    #breakup-page #modules .item__content {
      font-size: var(--font_30);
      padding-bottom: 20px; }
    #breakup-page #bonuses .bonuses__image {
      position: relative;
      left: 0px;
      top: 0px;
      padding-bottom: 5vw;
      max-width: 100%;
      margin: 0 auto; }
    #breakup-page #bonuses .item__grid {
      grid-template-columns: repeat(1, 1fr);
      grid-row-gap: 20px; }
    #breakup-page #bonuses .item__heading {
      font-size: var(--font_40);
      padding-bottom: 15px; }
    #breakup-page #bonuses .item__content {
      font-size: var(--font_30);
      letter-spacing: 0.5px; }
      #breakup-page #bonuses .item__content p, #breakup-page #bonuses .item__content li, #breakup-page #bonuses .item__content a {
        font-size: var(--font_30);
        letter-spacing: 0.5px; }
      #breakup-page #bonuses .item__content h1, #breakup-page #bonuses .item__content h2, #breakup-page #bonuses .item__content h3, #breakup-page #bonuses .item__content h4, #breakup-page #bonuses .item__content h5, #breakup-page #bonuses .item__content h6 {
        font-size: var(--font_35); }
    #breakup-page #cta1 .cta__image {
      display: none; }
    #breakup-page #cta1 .cta__heading br {
      display: none; }
    #breakup-page #recovery .container-fluid {
      padding: var(--ym) var(--xm); }
    #breakup-page #recovery .item__grid {
      grid-template-columns: repeat(1, 1fr);
      grid-column-gap: 0px;
      grid-row-gap: 80px; }
    #breakup-page #recovery .item__heading {
      padding-bottom: 0px; }
    #breakup-page #recovery .item__content {
      font-size: var(--font_30);
      letter-spacing: 0.5px; }
      #breakup-page #recovery .item__content p, #breakup-page #recovery .item__content li, #breakup-page #recovery .item__content a {
        font-size: var(--font_30);
        letter-spacing: 0.5px; }
      #breakup-page #recovery .item__content h1, #breakup-page #recovery .item__content h2, #breakup-page #recovery .item__content h3, #breakup-page #recovery .item__content h4, #breakup-page #recovery .item__content h5, #breakup-page #recovery .item__content h6 {
        font-size: var(--font_35); }
    #breakup-page #recovery .item__button {
      padding-top: 40px; }
    #breakup-page #recovery .accordion {
      margin-top: 30px; }
    #breakup-page #recovery .accordion-body {
      font-size: var(--font_30);
      letter-spacing: 0.5px; }
    #breakup-page #recovery .accordion-body p, #breakup-page #recovery .accordion-body li, #breakup-page #recovery .accordion-body a {
      font-size: var(--font_30);
      letter-spacing: 0.5px; }
    #breakup-page #recovery .accordion-body h1, #breakup-page #recovery .accordion-body h2, #breakup-page #recovery .accordion-body h3, #breakup-page #recovery .accordion-body h4, #breakup-page #recovery .accordion-body h5, #breakup-page #recovery .accordion-body h6 {
      font-size: var(--font_35); }
    #breakup-page #meet .meet__squiggle {
      width: 150vw;
      right: 33vw;
      position: relative; }
    #breakup-page #faqs .faqs__sticker_3 {
      zoom: 0.6; }
    #breakup-page #faqs .faqs__grid {
      flex-direction: column; }
    #breakup-page #faqs .faqs__heading {
      padding-bottom: 5%; }
    #breakup-page #faqs .note {
      width: 80vw;
      padding: 8% 10%; }
    #breakup-page #faqs .note__heading {
      margin-bottom: 20px; }
    #breakup-page #faqs .faqs__grid:nth-child(odd) .faqs__item:first-child {
      transform: rotate(-4.514deg); }
    #breakup-page #faqs .faqs__grid:nth-child(odd) .faqs__item:last-child {
      transform: rotate(1.925deg); }
      #breakup-page #faqs .faqs__grid:nth-child(odd) .faqs__item:last-child .note {
        margin-top: 0px; }
    #breakup-page #faqs .faqs__grid:nth-child(even) .faqs__item:first-child {
      transform: rotate(-4.514deg); }
    #breakup-page #faqs .faqs__grid:nth-child(even) .faqs__item:last-child {
      transform: rotate(1.925deg); }
      #breakup-page #faqs .faqs__grid:nth-child(even) .faqs__item:last-child .note {
        margin-top: 0px;
        margin-left: 0px; }
    #breakup-page #cta2 .cta__buttons {
      flex-direction: column; }
    #breakup-page #cta2 .cta__button {
      width: 100%;
      margin-bottom: 20px;
      margin-right: 0px !important; }
      #breakup-page #cta2 .cta__button .btn-primary {
        width: 100%;
        max-width: 440px; }
    #breakup-page #cta2 .cta__heading {
      padding-bottom: 40px; }
    #breakup-page #cta2 .cta__subheading {
      padding-bottom: 40px; }
    #breakup-page #cta2 .cta__content {
      padding-bottom: 40px; }
    #breakup-page #cta2 .cta__squiggle {
      width: 150vw;
      right: 33vw;
      position: relative; }
    #breakup-page #main_testimonial .main__content {
      font-size: 3.5vw;
      transform: rotate(2deg); }

  #contact-page .contact__squiggle {
    width: 150vw;
    right: 33vw;
    position: relative; }

  body.blog #page-wrap, body.archive #page-wrap, body.category #page-wrap, body.search #page-wrap, body.single-post #page-wrap {
    padding: 0px 0px 60px 0px !important; }
    body.blog .page-title, body.archive .page-title, body.category .page-title, body.search .page-title, body.single-post .page-title {
      margin-bottom: 40px;
      padding-top: 20px;
      padding-left: var(--ym);
      padding-right: var(--ym); }
    body.blog #content, body.archive #content, body.category #content, body.search #content, body.single-post #content {
      width: 100%; }
    body.blog #content .wrap, body.archive #content .wrap, body.category #content .wrap, body.search #content .wrap, body.single-post #content .wrap {
      padding: 0px var(--xm); }
    body.blog #content .col-md-4, body.archive #content .col-md-4, body.category #content .col-md-4, body.search #content .col-md-4, body.single-post #content .col-md-4 {
      width: 100%; }
    body.blog #sidebar, body.archive #sidebar, body.category #sidebar, body.search #sidebar, body.single-post #sidebar {
      width: 100%;
      padding: 0px 0px 0px 0px; }
    body.blog #sidebar .wrap, body.archive #sidebar .wrap, body.category #sidebar .wrap, body.search #sidebar .wrap, body.single-post #sidebar .wrap {
      padding: 0px var(--xm); }
    body.blog #sidebar .inner, body.archive #sidebar .inner, body.category #sidebar .inner, body.search #sidebar .inner, body.single-post #sidebar .inner {
      max-width: 100%; }

  .blog-list__item {
    margin-bottom: 40px; }
    .blog-list__title {
      min-height: auto;
      margin-bottom: 20px; }

  body.blog #content .col-md-4 {
    width: 100%; }

  #testimonial-wrap .testimonial__item, #testimonials .testimonial__item {
    width: 75vw; }
    #testimonial-wrap .testimonial__content, #testimonials .testimonial__content {
      padding: 2vw 15vw 0 15vw;
      min-height: 70vw;
      font-size: 3.8vw; }
    #testimonial-wrap .testimonial__heading, #testimonials .testimonial__heading {
      top: 4vw; }
    #testimonial-wrap .testimonial__heading br, #testimonials .testimonial__heading br {
      display: none; }

  #services .services__squiggle {
    width: 150vw;
    right: 33vw;
    position: relative; }

  #podcast-section .podcast__squiggle {
    width: 150vw;
    right: 33vw;
    position: relative; }

  #products-section {
    padding: var(--ym) var(--xm) var(--ym) var(--xm); }
    #products-section .products__wrap {
      flex-direction: column; }
    #products-section .products__item {
      width: 100%;
      padding-bottom: 60px; }
    #products-section .products__button {
      text-align: center;
      padding-top: 0px; }
    #products-section .products__heading {
      padding-bottom: 0px; }
    #products-section .products__heading br {
      display: none; }
    #products-section .products__image {
      padding-bottom: 10px; }

  .btn-wavy {
    background-image: url(../images/btn_wavy.png);
    background-position: 0px 30px;
    background-size: contain;
    background-repeat: no-repeat;
    height: 40px !important; }

  .btn-primary {
    padding: 10px 40px !important; }
    .btn-primary:hover {
      padding: 10px 40px !important; }

  #socials .text-start, #socials .text-end {
    text-align: center !important; }

  #copyright .text-start, #copyright .text-end {
    text-align: center !important; }

  #page-wrap {
    padding: 20px !important; } }

@media (max-width: 575.98px) {
  #home-page #services .services__heading {
    padding-bottom: 40px; }
    #home-page .note {
      width: 100% !important; }
      #home-page .note:nth-child(odd) {
        transform: unset; }
      #home-page .note:nth-child(even) {
        transform: unset;
        left: 0px !important;
        margin-top: 40px !important; }

  #about-page .note {
    width: 100% !important; }
    #about-page .note:nth-child(odd) {
      transform: unset; }
    #about-page .note:nth-child(even) {
      transform: unset;
      left: 0px !important;
      margin-top: 40px !important; }

  .woocommerce ul.products li {
    width: 100% !important; } }

@media (max-width: 460px) {
  html {
    font-size: 9px; }

  :root {
    --ym: 40px;
    --xm: 20px; }

  #home-page #header .header__heading {
    font-size: 8.5vw; }
    #home-page #header .header__content {
      font-size: 10vw; }
    #home-page #intro .intro__wrap {
      padding: 0px; }

  #services-page #header .header__heading {
    font-size: calc(var(--font_90) - 100%); }
    #services-page #header .header__content {
      width: 100%; }

  #book-page #header .header__heading {
    font-size: calc(var(--font_90) - 100%); }
    #book-page #header .header__content {
      width: 100%; }
    #book-page #intro .intro__sticker {
      display: none; }
    #book-page #workbook .cta .col-xl-7, #book-page #workbook .cta .col-xl-5 {
      width: 100%; }
    #book-page #workbook .cta__image {
      padding-left: 0px;
      transform: rotate(360deg); }
    #book-page #meet .meet__frame {
      width: 90vw; }
    #book-page #meet .meet__image {
      top: 6vw;
      left: 12vw;
      width: 67vw; }
    #book-page #meet .meet__wrap {
      padding: 4vw 0% 0px 0%; }
    #book-page #meet .meet__heading {
      margin-bottom: 20px; }
    #book-page #meet .meet__content {
      padding-bottom: 40px; }

  #podcast-page #header .header__heading {
    font-size: calc(var(--font_90) - 100%); }
    #podcast-page #header .header__image {
      top: 6vw; }
    #podcast-page #reviews .review__phone {
      width: 100%; }
    #podcast-page #episodes #favs a, #podcast-page #episodes #top a {
      padding: 20px !important; }
    #podcast-page #blog-slider {
      padding: 0px; }
    #podcast-page #blog-slider .blog-item__title {
      font-size: var(--font_35);
      line-height: 100%;
      padding-top: 20px; }
    #podcast-page #latest .latest__heading, #podcast-page #episodes #favs .favs__heading, #podcast-page #episodes #top .top__heading {
      font-size: calc(var(--font_90) - 150%);
      letter-spacing: 1.25px; }

  #press-page #header .header__heading {
    font-size: calc(var(--font_90) - 100%); }
    #press-page #header .header__image {
      padding-top: 6vw; }
    #press-page #blog-slider {
      padding: 0px; }
    #press-page #blog-slider .blog-item__title {
      font-size: var(--font_35);
      line-height: 100%;
      padding-top: 20px; }

  #squeeze-page .squeeze__heading {
    font-size: calc(var(--font_90) - 100%); }
    #squeeze-page .squeeze__image {
      max-width: 100%; }
    #squeeze-page .cta__heading {
      font-size: calc(var(--font_70) - 100%); }

  #breakup-page #header .header__heading {
    font-size: calc(var(--font_90) - 100%); }
    #breakup-page #header .header__subheading {
      font-size: var(--font_40); }
    #breakup-page #header .header__content {
      font-size: var(--font_35);
      width: 100%; }
    #breakup-page #cta1 .cta__image {
      display: none; }
    #breakup-page #cta1 .cta__heading {
      font-size: calc(var(--font_70) - 50%); }
    #breakup-page #meet .meet__frame {
      width: 90vw; }
    #breakup-page #meet .meet__image {
      top: 6vw;
      left: 17vw;
      width: 59vw; }
    #breakup-page #meet .meet__wrap {
      padding: 4vw 0% 0px 0%; }
    #breakup-page #meet .meet__heading {
      margin-bottom: 20px; }
    #breakup-page #meet .meet__content {
      padding-bottom: 40px; }
    #breakup-page #main_testimonial .main__content {
      font-size: 5.5vw;
      transform: rotate(0deg);
      width: 100%;
      padding: 20px;
      z-index: 9; }
    #breakup-page #testimonials .testimonial__heading {
      padding: 0px 0px var(--ym) 0px; }

  #contact-page .contact__about_image {
    width: 100%; }

  body.blog .page-title h1, body.archive .page-title h1, body.category .page-title h1, body.search .page-title h1, body.single-post .page-title h1 {
    font-size: calc(var(--font_90) - 150%); }

  #testimonial-wrap .testimonial__item, #testimonials .testimonial__item {
    width: 75vw;
    background: #ebe9ea;
    background-image: none;
    margin-bottom: 60px !important; }
    #testimonial-wrap .testimonial__content, #testimonials .testimonial__content {
      padding: 10vw 10vw 0 10vw;
      min-height: auto;
      font-size: 5.8vw; }
    #testimonial-wrap .testimonial__name, #testimonials .testimonial__name {
      color: #40321d;
      padding-bottom: 40px;
      padding-top: 40px; }
    #testimonial-wrap .testimonial__grid:nth-child(odd), #testimonials .testimonial__grid:nth-child(odd) {
      bottom: unset; }

  .marquee__inner {
    padding: 20px 0px; }
    .marquee__inner span {
      font-size: calc(var(--font_90) - 150%); }

  #footer-wrap #footer .footer__socials i {
    font-size: 40px; }
    #footer-wrap #footer .footer__socials a:nth-child(2) {
      margin: 0px 40px; } }
