@charset "UTF-8";
/*!
Theme Name:   GeneratePress Child
Theme URI:    https://generatepress.com
Description:  Default GeneratePress child theme
Author:       Tom Usborne
Author URI:   https://tomusborne.com
Template:     generatepress
Version:      0.1
*/
html,
html body {
  font-size: 20px;
}

main footer {
  display: none;
}

form.frm-fluent-form .cta button {
  width: 100%;
  font-size: 1rem;
}

.ff-message-success {
  background-color: #ecf0fa;
  padding: 3rem;
  margin-top: 2rem;
  border: 0px none;
  box-shadow: none;
  border-radius: 6px;
}

h1 {
  font-size: 2.6rem;
}

h2 {
  font-size: 2rem;
  font-weight: 700;
  margin: 2.5rem 0 1.5rem;
}

h3 {
  font-size: 1.4rem;
  margin: 2.5rem 0 1.5rem;
}

h4 {
  font-size: 1.2rem;
  font-weight: 600;
}

p {
  font-size: 1rem;
}

.text-center {
  text-align: center;
}

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

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

a {
  color: #654695;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

em {
  font-style: normal;
  font-weight: 500;
}

.wp-block-table table {
  font-size: 0.9rem;
  border: 0px none;
}
.wp-block-table table thead {
  border-bottom: 0px none;
}
.wp-block-table table th {
  background-color: #654695;
  color: #fff;
}
.wp-block-table table tr:nth-child(odd) {
  background-color: #ebe6fc;
}
.wp-block-table table td {
  border: 1px solid #fff;
}

.pt-1 {
  padding-top: 1rem;
}

.pt-2 {
  padding-top: 2rem;
}

.pt-3 {
  padding-top: 3rem;
}

.pt-4 {
  padding-top: 4rem;
}

.pt-5 {
  padding-top: 5rem;
}

.pb-1 {
  padding-bottom: 1rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.pb-3 {
  padding-bottom: 3rem;
}

.pb-4 {
  padding-bottom: 4rem;
}

.pb-5 {
  padding-bottom: 5rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.mb-5 {
  margin-bottom: 5rem;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mt-4 {
  margin-top: 4rem;
}

.mt-5 {
  margin-top: 5rem;
}

.pl-1 {
  padding-left: 1rem;
}

.pl-2 {
  padding-left: 2rem;
}

.pl-3 {
  padding-left: 3rem;
}

.pl-4 {
  padding-left: 4rem;
}

.pl-5 {
  padding-left: 5rem;
}

.pr-1 {
  padding-right: 1rem;
}

.pr-2 {
  padding-right: 2rem;
}

.pr-3 {
  padding-right: 3rem;
}

.pr-4 {
  padding-right: 4rem;
}

.pr-5 {
  padding-right: 5rem;
}

.container-narrow {
  max-width: 800px;
  margin: 0 auto;
}

.container-wide {
  max-width: 1600px;
  margin: 0 auto;
}

.gutter {
  padding-left: 1rem;
  padding-right: 1rem;
}

header {
  background-color: #fff;
}
header > .grid-container > div {
  gap: 0rem;
}
header .container-logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
header .container-logo img {
  padding: 0.4rem 0;
}
header .container-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .container-nav nav ul li a {
  padding: 1rem 1rem;
}
header #jmobile {
  box-sizing: content-box;
  width: 40px;
  height: 34px;
  position: fixed;
  top: 1rem;
  right: 1.5rem;
  transition: 0.5s ease-in-out;
  z-index: 999;
  cursor: pointer;
}
header #jmobile:hover span:nth-child(2) {
  width: 100%;
}
header #jmobile span {
  display: block;
  width: 100%;
  background-color: #222;
  height: 3px;
  position: absolute;
  top: 16px;
  left: 0px;
  transform: rotate(0deg);
  transform-origin: left center;
  transition: 0.25s ease-in-out;
  border-radius: 6px;
}
header #jmobile span:nth-child(1) {
  top: 5px;
}
header #jmobile span:nth-child(2) {
  width: 70%;
  left: auto;
  right: 0px;
}
header #jmobile span:nth-child(3) {
  top: 27px;
}
header.shownav #jmobile span:nth-child(1) {
  transform: rotate(45deg);
  top: 2px;
  left: 10px;
}
header.shownav #jmobile span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
header.shownav #jmobile span:nth-child(3) {
  transform: rotate(-45deg);
  left: 10px;
  top: 31px;
}
header.shownav #menu-nav {
  right: 0px;
}
header #menu-nav {
  position: fixed;
  width: 480px;
  padding: 2rem 3rem;
  min-height: 100%;
  height: 100vh;
  max-width: 90%;
  right: -600px;
  top: 0%;
  z-index: 998;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  transition: right 0.4s ease-in;
}
header #menu-nav ul.menu {
  padding-top: 2rem;
  margin-left: 0;
  display: block;
  width: 100%;
}
header #menu-nav ul.menu li {
  float: left;
  width: 100%;
  clear: both;
  text-align: left;
  font-weight: 300;
  margin-bottom: 0.3rem;
  flex-wrap: wrap;
}
header #menu-nav ul.menu li a, header #menu-nav ul.menu li button {
  float: left;
  width: 100%;
  line-height: 1.2em;
  font-size: 1rem;
  padding: 0.3em 0px;
  color: #222 !important;
  background-color: transparent;
}
header #menu-nav ul.menu li a {
  text-decoration: none;
}
header #menu-nav ul.menu li a:hover {
  color: #654695 !important;
}
header #menu-nav ul.menu li ul {
  border: 0px none;
  position: static;
  width: 100%;
  padding: 0 0 0 0.8rem;
}
header #menu-nav ul.menu li ul li:first-child {
  padding-top: 0.3em;
}
header #menu-nav ul.menu li ul li:last-child {
  padding-bottom: 0.5em;
}
header #menu-nav ul.menu li ul li a {
  font-size: 0.85em;
  padding: 4px 0 0 0;
}
header #menu-nav ul.menu > li {
  border-top: 1px solid #ddd;
  padding: 6px 0 2px;
}
header #menu-nav ul.menu > li:first-child {
  border-top: 0px none;
}
header #menu-nav ul.menu > li.cta {
  border-top: 0px none;
  padding-top: 1rem;
  margin-bottom: 1.5rem;
}
header #menu-nav ul.menu > li.cta a {
  color: #fff !important;
  line-height: 1.5em;
}
header .wpml-language-switcher-block ul li {
  font-weight: 300;
}

.wp-block-buttons {
  justify-content: center;
}

.cta a, .cta button {
  padding: 0.5rem 2rem !important;
  border-radius: 6px;
  color: #fff !important;
  font-weight: 500;
  transition: all 0.3s ease;
}
.cta a:hover, .cta button:hover {
  text-decoration: none;
}
.cta a, .cta button {
  text-align: center !important;
}
.cta.cta-primary a, .cta.cta-primary button {
  background-color: #ecb305 !important;
}
.cta.cta-primary a:hover, .cta.cta-primary button:hover {
  background-color: #d69c04 !important;
}

.cta1 > a {
  transition: transform 0.2s;
  display: inline-block;
  text-transform: uppercase;
}
.cta1 > a:after {
  content: "→";
  display: inline-block;
  margin-left: 0.25em;
  font-size: 1em;
  transform: translateX(0);
  transition: transform 0.2s;
}
.cta1 > a:hover {
  transform: translateX(3px);
}
.cta1 > a:hover:after {
  transform: translateX(5px);
}

.bg-gradient {
  background: linear-gradient(135deg, #654695 0%, #fd565a 100%);
}

.bg-light-blue {
  background-color: #ecf0fa;
}

.top-gradient-blue {
  position: relative;
}
.top-gradient-blue::before {
  content: "";
  position: absolute;
  top: -22rem;
  left: 0;
  width: 100%;
  height: 22rem;
  background: linear-gradient(0deg, #ecf0fa 0%, transparent 100%);
}

.bg-light-lilac {
  background-color: #ebe6fc;
}

.bottom-gradient-lilac {
  position: relative;
}
.bottom-gradient-lilac::before {
  content: "";
  position: absolute;
  bottom: -15rem;
  left: 0;
  width: 100%;
  height: 15rem;
  background: linear-gradient(0deg, transparent 0%, #ebe6fc 100%);
}

.bottom-gradient-lilac + div {
  padding-top: 7rem;
}

.h1-text {
  max-width: 800px;
  margin: 0rem auto;
}
.h1-text h1 {
  font-weight: 700;
}
.h1-text p {
  font-weight: 300;
  margin-bottom: 0.5rem;
}
.h1-text.text-light {
  color: #fff;
}
.h1-text.text-dark {
  color: #222;
}

.h2-text {
  max-width: 800px;
  margin: 0rem auto;
  padding: 5rem 0 2rem;
}
.h2-text h2 {
  font-size: 2.4rem;
  margin: 0rem 0 1rem;
}
.h2-text p {
  font-weight: 300;
}
.h2-text.text-light {
  color: #fff;
}
.h2-text.text-dark {
  color: #222;
}

.points {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}
.points > p {
  position: relative;
  padding-left: 3.6rem;
  flex: 0 0 calc(50% - 0.5rem);
  box-sizing: border-box;
}
.points i {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 1.8rem;
}
.points i:before {
  padding-top: 0.2rem;
  background: linear-gradient(0deg, #654695 0%, #fd565a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.tog {
  margin-bottom: 1rem;
}
.tog > div, .tog > h3 {
  padding-left: 0.9rem;
  padding-right: 2rem;
  display: block !important;
}
.tog > div {
  height: 0px;
  max-height: 0px;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
}
.tog h3 {
  position: relative;
  font-weight: 400;
  margin: 6px 0 0;
  padding-bottom: 0.6rem;
}
.tog h3:after {
  font-family: FontAwesome;
  content: "\f055";
  position: absolute;
  right: 0.9rem;
  top: calc(50% - 3px);
  transform: translateY(-50%);
}
.tog h3:hover {
  cursor: pointer;
}
.tog:hover > h3, .tog.active > h3, .tog:hover > h3:after, .tog.active > h3:after {
  color: #654695;
}
.tog.active > h3:after {
  content: "\f056";
}
.tog.active > div {
  height: inherit;
  max-height: 9000px;
  padding-top: 0.4rem;
  padding-bottom: 1rem;
  transition: max-height ease 1.2s;
}

.cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2rem;
}
.cards .card {
  position: relative;
  flex: 0 0 calc(33.333% - 1.333rem);
  box-sizing: border-box;
  background-color: #fff;
  padding: 1.5rem;
  border-radius: 18px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.cards .card p {
  margin-bottom: 0rem;
}
.cards.pricing-cards .card {
  position: relative;
  background-color: #fff;
}
.cards.pricing-cards .card .card-head {
  margin-bottom: 0.9rem;
}
.cards.pricing-cards .card .card-head h3 {
  font-size: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 0.9rem;
  font-weight: 600;
}
.cards.pricing-cards .card .card-head p {
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 1.4em;
}
.cards.pricing-cards .card .card-pricing {
  margin-bottom: 1rem;
}
.cards.pricing-cards .card .card-pricing .pricing-head em {
  padding: 0.1rem 0.3rem;
  background-color: #ebe6fc;
  border-radius: 6px;
  font-size: 0.8rem;
}
.cards.pricing-cards .card .card-pricing .pricing-standard em {
  padding: 0.1rem 0.3rem;
  background-color: #eee;
  border-radius: 6px;
  font-size: 0.8rem;
  font-style: italic;
}
.cards.pricing-cards .card .card-pricing h4 {
  margin-bottom: 0rem;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.1em;
}
.cards.pricing-cards .card .card-pricing h4 strong {
  color: #654695;
  transform: scaleY(1.1);
  transform-origin: center;
}
.cards.pricing-cards .card .card-pricing h4 em {
  font-style: normal;
  font-size: 0.8rem;
  color: #666;
}
.cards.pricing-cards .card .card-pricing p {
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.4em;
  color: #222;
  font-style: italic;
}
.cards.pricing-cards .card .pricing-included {
  margin-top: 1rem;
  font-weight: 600;
  border-top: 1px solid #ccc;
  padding-top: 1rem;
}
.cards.pricing-cards .card .pricing-ul p {
  position: relative;
  color: #666;
  font-size: 0.8rem;
  line-height: 1.3em;
  margin: 0 0 0.3rem 1.5rem;
}
.cards.pricing-cards .card .pricing-ul p:before {
  position: absolute;
  content: "\f14a";
  font: var(--fa-font-regular);
  top: 2px;
  left: -1.5rem;
  color: #654695;
}
.cards.pricing-cards .card .pricing-ul p:empty, .cards.pricing-cards .card .pricing-ul p:has(> br:only-child) {
  display: none !important;
}
.cards.pricing-cards.pricing-compact .card .card-head h3 {
  margin-top: 0;
  font-size: 1.2rem;
}
.cards.pricing-cards.pricing-compact .card .card-pricing h4 {
  font-weight: 500;
  font-size: 1.4rem;
}
.cards.pricing-cards.pricing-compact .card .card-pricing h4 strong {
  font-weight: 500;
}
.cards.category-cards .card {
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
}
.cards.category-cards .card h4 {
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.cards.category-cards .card p, .cards.category-cards .card h4 {
  color: #fff;
  position: relative;
  z-index: 2;
}
.cards.category-cards .card p {
  font-size: 0.9rem;
}
.cards.category-cards .card i {
  font-size: 7rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  z-index: 0;
  opacity: 0.2;
  color: #654695;
  z-index: 1;
}

footer {
  position: relative;
  padding-bottom: 2rem;
  overflow: hidden;
}
footer::before {
  content: "";
  position: absolute;
  bottom: 0rem;
  left: 0;
  width: 100%;
  height: 3rem;
  opacity: 0.5;
  background: linear-gradient(0deg, #654695 0%, transparent 100%);
}
footer .footer p {
  margin-bottom: 0.5rem;
}

main ul {
  list-style: none;
  margin: 0 0 1rem 1.5rem;
}
main ul li {
  position: relative;
  margin-bottom: 0.5rem;
}
main ul li:before {
  content: "\f054";
  font-family: FontAwesome;
  display: inline-block;
  position: absolute;
  top: 2px;
  left: -1.5rem;
  font-size: 0.8em;
}
main ul.check li:before {
  content: "\f00c";
}
main ol {
  list-style: none;
  margin-left: 0;
  padding-left: 2.3rem;
}
main ol li {
  margin: 0 0 0.7rem 0;
  counter-increment: my-awesome-counter;
  position: relative;
}
main ol li:before {
  --size:1.6rem;
  content: counter(my-awesome-counter);
  color: #fff;
  position: absolute;
  left: calc(-1 * var(--size) - 0.6rem);
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  top: 0;
  background-color: #654695;
  border-radius: 50%;
  text-align: center;
}

@media (min-width: 1400px) {
  html, html body {
    font-size: 21px;
  }
}
@media (max-width: 1399px) {
  .container-nav {
    padding-right: 3rem;
  }
}
@media (max-width: 1199px) {
  html, html body {
    font-size: 19px;
  }
  h1 {
    font-size: 2.3rem;
  }
  h2 {
    font-size: 1.8rem;
  }
  .h2-text h2 {
    font-size: 2.1rem;
  }
  h3 {
    font-size: 1.3rem;
  }
  h4 {
    font-size: 1.1rem;
  }
  .container-nav {
    padding-right: 5rem;
  }
  img {
    max-height: 100vh;
    width: auto;
  }
  .top-gradient-blue::before {
    top: -18rem;
    height: 18rem;
  }
  .bottom-gradient-lilac::before {
    bottom: -12rem;
    height: 12rem;
  }
  .bottom-gradient-lilac + div {
    padding-top: 5rem;
  }
}
@media (max-width: 959px) {
  html, html body {
    font-size: 18px;
  }
  h1 {
    font-size: 2.2rem;
  }
  h2 {
    font-size: 1.7rem;
  }
  .h2-text h2 {
    font-size: 1.9rem;
  }
  h3 {
    font-size: 1.2rem;
  }
  h4 {
    font-size: 1.1rem;
  }
  p {
    margin-bottom: 1rem;
  }
  .container-nav > nav#nav-desktop {
    display: none;
  }
  .points > p {
    padding-left: 2.6rem;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
  }
  .points > p b {
    font-size: 1rem;
  }
  .points i {
    font-size: 1.4rem;
  }
  .tog {
    margin-bottom: 1rem;
  }
  .tog > div, .tog > h3 {
    padding-left: 0px;
  }
  .tog h3:after {
    right: 0px;
  }
  .cards {
    gap: 1.5rem;
  }
  .cards .card {
    flex: 0 0 calc(33.333% - 1rem);
    padding: 1.2rem 1rem;
  }
  .cards.pricing-cards .card .card-pricing h4 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  html, html body {
    font-size: 17px;
  }
  h1 {
    font-size: 2.1rem;
  }
  h2 {
    font-size: 1.6rem;
  }
  .h2-text h2 {
    font-size: 1.8rem;
  }
  h3 {
    font-size: 1.2rem;
  }
  h4 {
    font-size: 1.1rem;
  }
  .top-gradient-blue::before {
    top: -13rem;
    height: 13rem;
  }
  .bottom-gradient-lilac::before {
    bottom: -8rem;
    height: 8rem;
  }
  .bottom-gradient-lilac + div {
    padding-top: 1rem;
  }
  .cards.pricing-cards .card {
    flex: 0 0 calc(50% - 0.75rem);
  }
  .cards.pricing-cards .card .card-pricing {
    margin-bottom: 0.7rem;
  }
  .cards.pricing-cards .card .pricing-included {
    margin-top: 0.7rem;
    padding-top: 0.6rem;
  }
  .cards.category-cards .card {
    flex: 0 0 calc(50% - 0.75rem);
  }
}
@media (max-width: 576px) {
  html, html body {
    font-size: 16px;
  }
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  .h2-text h2 {
    font-size: 1.7rem;
  }
  .points > p {
    flex: 0 0 100%;
  }
  .cards.pricing-cards:not(.pricing-compact) .card {
    flex: 0 0 100%;
  }
  .cards.pricing-cards:not(.pricing-compact) .card .card-pricing h4 {
    width: 50%;
    float: left;
    margin: 0.3rem 0 0.5rem;
  }
  .cards.pricing-cards:not(.pricing-compact) .card:last-child .card-pricing h4 {
    width: 100%;
    float: none;
  }
  .cards.pricing-compact .card {
    flex: 0 0 100%;
  }
  .cards.category-cards {
    gap: 1rem;
    padding-bottom: 2rem;
  }
  .cards.category-cards .card {
    flex: 0 0 calc(50% - 0.5rem);
  }
}
