:root {
  --black: black;
  --white: white;
  --plum: #c8aada;
  --black-2: #040404;
  --ghost-white: #f4eef8;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--black);
  background-color: #ffffff0f;
  font-family: Poppins, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.3;
}

h1, h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.3;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.3;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.container {
  width: 100%;
  max-width: 935px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container.c-wide {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-items: center;
  max-width: 1230px;
  display: flex;
}

.nav {
  padding-top: 16px;
  padding-bottom: 16px;
}

.logo-img {
  height: 38px;
}

.nav-links-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-link {
  color: var(--black);
  font-size: 14px;
  font-weight: 500;
}

.nav-link.nl-top {
  font-size: 18px;
  text-decoration: none;
  display: block;
}

.nav-link.nl-top:hover {
  text-decoration: underline;
}

.nav-link.nl-btm {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  object-fit: fill;
  text-decoration: underline;
  display: flex;
  position: static;
}

.nav-link.nl-btm:hover {
  text-decoration: none;
}

.nav-btns-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-links {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.btn {
  z-index: 2;
  float: none;
  clear: none;
  background-color: var(--plum);
  color: var(--black-2);
  text-align: center;
  border-radius: 8px;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
  position: static;
}

.btn:hover {
  background-color: #c8aada99;
}

.btn.b-sign-in {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.btn.b-sign-in:hover {
  background-color: var(--ghost-white);
}

.btn.btn-banner {
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
}

.smile-icon {
  background-color: var(--ghost-white);
  background-image: url('../images/vector.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 18px;
  border-radius: 8px;
  width: 34px;
  height: 34px;
}

.mobile-btn {
  display: none;
}

.footer {
  margin-top: 150px;
  padding-top: 22px;
  padding-bottom: 22px;
}

.social-links-wrapper {
  justify-content: flex-end;
  width: 193px;
  display: flex;
}

.social-link {
  color: var(--black);
  width: 26px;
  height: 22px;
  transition: all .2s;
  overflow: hidden;
}

.social-link:hover {
  color: var(--plum);
}

.img-full {
  width: 100%;
  height: 100%;
}

.img-full.if-cover {
  object-fit: cover;
}

.copy {
  font-size: 14px;
}

.page-wrapper {
  overflow: visible;
}

.section {
  margin-top: 80px;
}

.section.s-hero.sh-blog {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  display: flex;
}

.heading-spacer {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.heading-spacer.hs-h1 {
  text-align: center;
  width: 100%;
  max-width: 600px;
  margin-bottom: 30px;
}

.heading-spacer.hs-h2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  margin-bottom: 20px;
  display: flex;
}

.heading-spacer.hs-h3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.heading-spacer.hs-h3.mb-large {
  margin-bottom: 30px;
}

.heading-spacer.hs-blog-post {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.heading-spacer.hs-banner {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 650px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.span {
  color: var(--plum);
  line-height: 1.3;
}

.ai-animation-wrapper {
  text-align: center;
  margin-top: 20px;
}

.owl-img {
  z-index: 2;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: padding-box;
  border-radius: 0;
  width: auto;
  height: 140px;
  position: relative;
  overflow: visible;
}

.ai-typing-animation {
  z-index: 2;
  width: 100%;
  height: auto;
  margin-top: -30px;
  margin-bottom: 30px;
  position: relative;
}

.paragraph-large {
  font-size: 16px;
  line-height: 1.8;
}

.paragraph-large.pl-lh-default {
  line-height: 1.3;
}

.paragraph-large.pl-banner {
  font-size: 20px;
}

.btn-large {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--black-2);
  cursor: default;
  border: 1px solid #fff;
  border-radius: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px 22px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
  box-shadow: 0 0 12px #fff;
}

.btn-large:hover {
  transform: scale(1.05);
}

.btn-large-icon {
  width: auto;
  height: 26px;
}

.btns-wrapper {
  cursor: auto;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.btns-wrapper.bw-pricing {
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  margin-top: 20px;
}

.bl-bg-gradient {
  z-index: -1;
  opacity: .8;
  width: 100%;
  max-width: 650px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0%;
}

.paragraph-small {
  color: var(--black-2);
  line-height: 1.5;
}

.split-layout {
  grid-column-gap: 58px;
  grid-row-gap: 58px;
  display: flex;
}

.split-img {
  flex: 1;
  width: 100%;
  max-width: 450px;
}

.split-text {
  flex: 1;
  max-width: 398px;
}

.typing-bg {
  z-index: -1;
  flex: 0 auto;
  order: 0;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
  overflow: visible;
}

.typing-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.tabs-menu1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f4eef880;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: flex;
}

.tab-link {
  text-align: center;
  background-color: #f4eef8;
  border-radius: 4px;
  width: 100%;
  padding: 6px;
  font-size: 18px;
}

.tab-link.w--current {
  background-color: #c8aada;
}

.tabs-content {
  margin-top: 20px;
}

.cl {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.cl.cl-plan {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1.5fr 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cl.cl-faq {
  column-count: 2;
  column-rule: 0px none #fff;
  column-gap: 30px;
}

.ci.ci-plan {
  background-color: #f9f6fb;
  padding: 30px 20px;
}

.ci.ci-faq {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  margin-bottom: 30px;
  display: inline-block;
}

.ci.ci-plan-copy {
  background-color: #f9f6fb;
  padding: 30px 20px;
}

.pricing-line {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.pricing-label {
  color: var(--black-2);
  text-transform: uppercase;
  font-size: 14px;
}

.pricing-label.pl-lagrge {
  font-size: 28px;
  line-height: 1.15;
}

.pricing-label.pl-lagrge.pl-price {
  color: var(--plum);
  text-transform: capitalize;
}

.faq-question {
  color: var(--black-2);
}

.faq-answer {
  color: #a1a1a1;
  margin-top: 20px;
  line-height: 1.6;
}

.cookie-consent {
  z-index: 500;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--ghost-white);
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  width: 100%;
  max-width: 370px;
  padding: 20px;
  display: none;
  position: fixed;
  inset: auto 20px 20px auto;
  box-shadow: 0 2px 5px #0003;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.container-2 {
  color: #2c0e0e;
  object-fit: fill;
  margin-top: 20px;
}

.paragraph-footer {
  color: var(--black-2);
  text-align: left;
  width: 300px;
  margin-bottom: 0;
  font-family: Lato, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
}

.text-span {
  color: var(--plum);
  font-weight: 700;
}

.button {
  text-align: center;
}

.button.btn {
  margin: 10px 30px 20px auto;
}

.heading {
  font-size: 40px;
  display: block;
}

.pa {
  text-align: center;
  margin-bottom: 10px;
  font-size: 24px;
}

.image {
  max-width: 50%;
  max-height: none;
}

.heading-2 {
  text-align: center;
  margin-bottom: 20px;
}

.paragraph-2 {
  text-align: center;
  margin-bottom: 10px;
}

.section-2 {
  margin-top: 149px;
}

.text-span-2 {
  color: var(--plum);
  background-color: #0000;
}

.image-2 {
  position: relative;
  left: -153px;
}

.heading-3 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.bubble-img {
  z-index: 2;
  margin-left: -25px;
  position: absolute;
  top: 93px;
  left: 50%;
}

.div-block {
  z-index: 2;
  position: relative;
}

.html-embed {
  float: none;
  text-align: center;
  margin-top: 40px;
}

.tabs-menu1-copy {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f4eef880;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: flex;
  position: absolute;
}

.tab-pane-tab-1 {
  z-index: -1;
}

.cl-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.cl-copy.cl-plan {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1.5fr 1.5fr 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cl-copy.cl-faq {
  column-count: 2;
  column-rule: 0px none #fff;
  column-gap: 30px;
}

.cl-copy.cl-plan-copy {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.ci-copy.ci-plan {
  background-color: #f9f6fb;
  padding: 30px 20px;
}

.ci-copy.ci-plan-copy, .ci-copy.ci-plan {
  background-color: #f9f6fb;
  padding: 30px 20px;
}

.ci-copy.ci-plan-copy, .ci-copy.ci-plan {
  background-color: #f9f6fb;
  padding: 30px 20px;
}

.ci-copy.ci-plan-copy, .ci-copy.ci-plan {
  background-color: #f9f6fb;
  padding: 30px 20px;
}

.ci-copy.ci-faq {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  margin-bottom: 30px;
  display: inline-block;
}

.ci-copy.ci-plan-copy {
  background-color: #f9f6fb;
  height: 388.57px;
  padding: 10px 20px 0;
}

.tab-panel {
  background-color: #fff;
  border-radius: 0;
  min-height: 500px;
  padding-left: 25px;
  padding-right: 25px;
  box-shadow: 0 60px 100px -50px #151c344f;
}

.title-wrap-centre {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.heading-4 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 50px;
}

.tab-button {
  opacity: .7;
  color: #151c34;
  text-align: left;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 280px;
  padding-bottom: 16px;
  font-size: 15px;
  display: flex;
}

.tab-button.w--current {
  opacity: 1;
  color: #151c34;
  background-color: #0000;
  position: relative;
}

.tab-image {
  width: auto;
  margin-right: 12px;
  font-size: 19px;
}

.paragraph-3 {
  color: #7b88a8;
  max-width: 650px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.animation-credit {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 500px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.brodie-text {
  color: #8c54ff;
  font-size: 16px;
}

.link-arrow {
  color: #6a35ff;
  align-items: center;
  margin-top: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.load-bar-base {
  background-color: #eceff8;
  border-radius: 500px;
  max-width: 220px;
  height: 5px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.tab-h1 {
  color: #2d3958;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 1.1;
}

.content-block {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.tab-grid {
  grid-template-rows: auto;
  width: 100%;
  height: 100%;
}

.plain-text {
  color: #7a7c7f;
}

.tabs-menu {
  justify-content: center;
  align-items: stretch;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.animation-block {
  border-radius: 25px;
}

.arrow {
  color: plum;
}

.div-block-6 {
  text-align: left;
}

.tabs-content-2 {
  padding-top: 40px;
  overflow: visible;
}

.container-3 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-5 {
  color: plum;
  margin-right: 14px;
}

.load-bar {
  background-color: #7839f3;
  border-radius: 500px;
  width: 0%;
  height: 5px;
}

.avatar {
  border: 3px solid #fff;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  box-shadow: 21px 21px 80px #151c345e;
}

.tabs-2 {
  margin-left: 10px;
  margin-right: 10px;
}

.text-span-3 {
  color: var(--plum);
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template: ". Area . Area-2"
  / auto auto 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 13px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.image-3 {
  margin-bottom: 10px;
}

.paragraph-4 {
  text-align: center;
  font-size: 18px;
}

.paragraph-5, .paragraph-6 {
  text-align: center;
  margin-bottom: 10px;
}

.html-embed-2 {
  margin-top: 10px;
}

.html-embed-3 {
  float: none;
  clear: both;
  position: static;
  inset: auto 0% 0% 5%;
}

.social-links-wrapper-dup {
  justify-content: flex-start;
  width: 193px;
  margin-top: 10px;
  display: flex;
}

.section-3-copy {
  margin-top: 149px;
}

.collection-list.cl-blog {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.empty-state {
  text-align: center;
  border-radius: 8px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 600;
}

.cms-link {
  color: var(--black);
  border-radius: 4px;
  width: 100%;
  padding: 4px;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

.cms-link:hover {
  background-color: var(--ghost-white);
}

.cms-link.cl-blog {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: flex-start;
  display: flex;
}

.preview-img {
  border-radius: 4px;
  width: 100px;
  height: 100px;
  overflow: hidden;
}

.preview-info {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  flex: 1;
  padding-top: 4px;
  display: flex;
}

.pi-top {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.preview-h2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.pi-t-date {
  color: var(--plum);
}

.pi-t-date.pi-t-large {
  color: #a5a5a5;
  font-size: 24px;
}

.pi-t-category.pi-t-large {
  font-size: 24px;
}

.rich-text h1 {
  margin-bottom: 24px;
}

.rich-text h2 {
  margin-bottom: 16px;
  font-size: 36px;
}

.rich-text h3 {
  margin-bottom: 16px;
  font-size: 30px;
}

.rich-text h4 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
}

.rich-text h5 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
}

.rich-text h6 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 600;
  line-height: 1.3;
}

.rich-text p {
  margin-top: 24px;
  margin-bottom: 24px;
  line-height: 1.75;
}

.rich-text a {
  color: #9f00ff;
}

.rich-text a:hover {
  text-decoration: none;
}

.rich-text blockquote {
  border-left-width: 6px;
  border-left-color: var(--plum);
  font-weight: 500;
  line-height: 1.5;
}

.rich-text ul, .rich-text ol {
  margin-bottom: 24px;
}

.rich-text figcaption {
  font-size: 14px;
  line-height: 1;
}

.rich-text figure {
  margin-bottom: 24px;
}

.rich-text.hidden {
  display: none;
}

.text-span-4 {
  color: var(--plum);
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.background-video {
  z-index: 1;
  margin-top: 5px;
  margin-bottom: 5px;
}

.heading-5 {
  font-size: 35px;
}

.div-block-7 {
  margin-bottom: 20px;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.section-3 {
  margin-top: 140px;
}

.btn-affiliate {
  z-index: 2;
  float: none;
  clear: none;
  background-color: var(--plum);
  color: var(--black-2);
  text-align: center;
  border-radius: 8px;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
  position: static;
}

.btn-affiliate:hover {
  background-color: #c8aada99;
}

.btn-affiliate.b-sign-in {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.btn-affiliate.b-sign-in:hover {
  background-color: var(--ghost-white);
}

.btn-affiliate.btn-banner {
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
}

.section-4 {
  margin-top: 220px;
}

.text-span-5, .text-span-6, .text-span-7 {
  color: var(--plum);
}

.js-clock {
  background-color: var(--plum);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 30px;
  margin: 10px;
  padding-top: 0;
  padding-left: 5px;
  padding-right: 0;
  display: flex;
}

.box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 5px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.clock-number {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 70px;
  display: block;
}

.clock-label {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-right: -5px;
}

.top-bar-container---brix {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  padding: 20px 56px;
  display: flex;
  overflow: hidden;
}

.top-bar-button---brix {
  color: #4a3aff;
  text-align: center;
  white-space: nowrap;
  background-color: #f3f1ff;
  border-radius: 80px;
  margin-left: 16px;
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  transition: color .3s, background-color .3s;
}

.top-bar-button---brix:hover {
  color: #fff;
  background-color: #170f49;
}

.close-icon---brix {
  cursor: pointer;
  transform-style: preserve-3d;
  transition: transform .2s;
  position: absolute;
  inset: auto 32px auto auto;
}

.close-icon---brix:hover {
  transform: scale3d(.9, .9, .01);
}

.top-bar-wrapper---brix {
  z-index: 9999;
  color: #fff;
  background-color: #4a3aff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.section-5 {
  z-index: 9999;
  background-color: var(--plum);
  position: sticky;
}

.div-block-11 {
  z-index: 999;
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}

.alertpromo {
  z-index: 999999;
  background-color: var(--black);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-left: 220px;
  margin-right: 220px;
  padding-top: 0;
  padding-right: 0;
  display: flex;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}

.paragraph-7 {
  color: var(--ghost-white);
  -webkit-text-stroke-color: var(--black);
  flex: 0 auto;
}

.bold-text {
  -webkit-text-stroke-color: var(--black);
}

.div-block-12 {
  z-index: 999999;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}

.container-copy {
  width: 100%;
  max-width: 935px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-copy.c-wide {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-items: center;
  max-width: 1230px;
  display: flex;
}

.btn-copy {
  z-index: 2;
  float: none;
  clear: none;
  background-color: var(--plum);
  color: var(--black-2);
  text-align: center;
  border-radius: 8px;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
  position: static;
}

.btn-copy:hover {
  background-color: #c8aada99;
}

.btn-copy.b-sign-in {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.btn-copy.b-sign-in:hover {
  background-color: var(--ghost-white);
}

.btn-copy.btn-banner {
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
}

.marquee-wrapper {
  color: #dfdfdf;
  background-color: #111;
  width: 100vw;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
}

.marquee-container {
  grid-column-gap: 4.5vw;
  grid-row-gap: 4.5vw;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.marquee-content-contaier {
  grid-column-gap: 2.2vw;
  grid-row-gap: 2.2vw;
  flex-wrap: nowrap;
  align-items: center;
  display: flex;
}

.marquee-text {
  white-space: nowrap;
  font-size: 3.5vw;
  line-height: 1.5em;
}

.marquee-icon {
  width: 2.5vw;
}

.link-block {
  color: #111;
  background-color: #d3d3d3;
  border: .1rem solid #111;
  padding: .8rem 1.1rem .7rem;
  text-decoration: none;
  transition: color .2s;
  position: relative;
  overflow: hidden;
}

.link-block:hover {
  color: #dfdfdf;
}

.button-bg {
  z-index: 5;
  background-color: #111;
  position: absolute;
  inset: 0%;
}

.button-text {
  z-index: 10;
  position: relative;
}

.container-7 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  display: flex;
}

.cta-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #111;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  position: absolute;
  inset: 2rem 2rem auto auto;
}

.cta-link:hover {
  background-color: #fff;
}

.cta-icon {
  width: 3rem;
}

.section_full-height {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding-top: 10%;
  padding-bottom: 5%;
  display: flex;
}

.container7 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  display: flex;
}

@media screen and (min-width: 1920px) {
  .span {
    font-size: 44px;
  }

  .js-clock {
    flex-wrap: nowrap;
  }

  .box {
    width: 2px;
  }

  .clock-number {
    clear: none;
    opacity: 1;
    flex: 0 auto;
    text-decoration: none;
    display: block;
  }

  .top-bar-container---brix {
    max-width: 1240px;
    position: relative;
  }

  .alertpromo {
    padding-left: 0;
  }

  .paragraph-7 {
    margin-left: 0;
  }

  .container-copy {
    background-color: var(--plum);
    border-radius: 20px;
    margin-top: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .btn-copy {
    background-color: var(--ghost-white);
    color: var(--black-2);
    mix-blend-mode: hard-light;
    font-size: 20px;
  }

  .text-span-8 {
    margin-left: 10px;
  }
}

@media screen and (max-width: 991px) {
  .logo-link {
    z-index: 101;
    position: relative;
  }

  .nav-links-wrapper, .nav-btns-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .nav-links {
    z-index: 100;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background-color: var(--white);
    flex-direction: column;
    justify-content: center;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .nav-links.nl-top {
    display: none;
  }

  .mobile-btn {
    z-index: 101;
    background-color: var(--ghost-white);
    cursor: pointer;
    border-radius: 8px;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    padding: 0;
    display: flex;
    position: relative;
  }

  .mb-line {
    background-color: var(--black-2);
    border-radius: 4px;
    width: 24px;
    height: 1px;
    padding: 0;
    position: absolute;
  }

  .btns-wrapper {
    margin-bottom: 20px;
  }

  .cl.cl-plan {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1.5fr 1.5fr;
  }

  .paragraph-footer {
    margin-bottom: 0;
  }

  .cl-copy.cl-plan, .cl-copy.cl-plan-copy {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1.5fr 1.5fr;
  }

  .content-block {
    padding: 20px 10px;
  }

  .tab-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .container-3 {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .container-4 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .pi-t-date.pi-t-large, .pi-t-category.pi-t-large {
    font-size: 18px;
  }

  .h1-blog-post {
    font-size: 36px;
  }

  .container-5 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .container-6 {
    margin-top: 40px;
  }

  .js-clock {
    margin-top: 0;
    margin-bottom: 5px;
  }

  .top-bar-container---brix {
    justify-content: space-between;
    padding-left: 24px;
    padding-right: 24px;
  }

  .top-bar-text---brix {
    max-width: 90%;
  }

  .alertpromo {
    border-radius: 0;
    flex-wrap: wrap;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .container-7, .container7 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 28px;
  }

  .nav-link.nl-btm {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .nav-links.nl-top {
    display: none;
  }

  .btn.btn-banner {
    font-size: 18px;
  }

  .footer {
    margin-top: 100px;
  }

  .social-links-wrapper {
    justify-content: flex-start;
    width: auto;
  }

  .paragraph-large {
    font-size: 16px;
    line-height: 1.8;
  }

  .paragraph-large.pl-banner {
    font-size: 18px;
  }

  .paragraph-small {
    line-height: 1.8;
  }

  .split-layout {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .split-img {
    max-width: none;
  }

  .split-text {
    width: 100%;
    max-width: none;
  }

  .cl.cl-plan {
    grid-template-columns: 1fr;
  }

  .cl.cl-faq {
    column-count: 1;
  }

  .cl-copy.cl-plan {
    grid-template-columns: 1fr;
  }

  .cl-copy.cl-faq {
    column-count: 1;
  }

  .cl-copy.cl-plan-copy {
    grid-template-columns: 1fr;
  }

  .tab-button {
    justify-content: flex-start;
  }

  .load-bar-base {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .tabs-menu {
    flex-wrap: wrap;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .social-links-wrapper-dup {
    justify-content: flex-start;
    width: auto;
  }

  .preview-img {
    display: none;
  }

  .preview-h2 {
    font-size: 18px;
  }

  .rich-text h1 {
    font-size: 38px;
  }

  .rich-text h2 {
    font-size: 34px;
  }

  .rich-text h3 {
    font-size: 28px;
  }

  .rich-text h4 {
    font-size: 20px;
  }

  .h1-blog-post {
    font-size: 32px;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .heading-5 {
    font-size: 32px;
  }

  .container-6 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .btn-affiliate.btn-banner {
    font-size: 18px;
  }

  .js-clock {
    margin-top: 5px;
  }

  .top-bar-container---brix {
    justify-content: flex-start;
    padding-left: 24px;
    padding-right: 24px;
    line-height: 1.5;
  }

  .top-bar-text---brix {
    max-width: 85%;
  }

  .close-icon---brix {
    max-width: 14px;
    top: 24px;
    right: 24px;
  }

  .close-icon---brix.top-bar-3---brix {
    margin-left: 14px;
    position: static;
  }

  .top-bar-wrapper---brix {
    font-size: 16px;
  }

  .alertpromo {
    opacity: 1;
    border-radius: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .btn-copy.btn-banner {
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 24px;
  }

  .container.c-wide.c-footer {
    flex-direction: column-reverse;
    align-items: center;
  }

  .nav {
    display: block;
  }

  .nav-links.nl-top {
    display: none;
  }

  .btn.btn-banner {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .heading-spacer.hs-blog-post {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .owl-img {
    top: -5px;
  }

  .paragraph-large.pl-banner {
    line-height: 1.7;
  }

  .tabs-menu1 {
    flex-direction: column;
  }

  .cookie-consent {
    width: 95%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }

  .heading-3 {
    margin-bottom: 0;
  }

  .tabs-menu1-copy {
    flex-direction: column;
  }

  .tab-panel {
    padding-left: 10px;
    padding-right: 10px;
  }

  .content-block {
    padding-bottom: 10px;
  }

  .tabs-content-2 {
    padding-top: 20px;
  }

  .container-4 {
    max-width: none;
  }

  .footer-content {
    grid-column-gap: 60px;
    grid-template-rows: auto auto;
    grid-template-areas: ". Area"
                         ". Area-2";
    grid-auto-columns: 1fr;
    margin-right: 10px;
  }

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

  .pi-t-date.pi-t-large, .pi-t-category.pi-t-large {
    font-size: 14px;
  }

  .h1-blog-post {
    font-size: 28px;
  }

  .container-5 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .container-6 {
    margin-left: auto;
    margin-right: auto;
  }

  .btn-affiliate.btn-banner {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .div-block-8, .div-block-9, .div-block-10 {
    margin-left: 10px;
  }

  .js-clock {
    clear: none;
    object-fit: fill;
    flex-wrap: nowrap;
    align-content: space-between;
    width: 120px;
    height: 20px;
    margin: 2px auto 5px;
    padding-top: 10px;
    overflow: visible;
  }

  .box {
    margin-bottom: 10px;
  }

  .clock-number {
    clear: none;
    aspect-ratio: auto;
    object-fit: fill;
    flex-wrap: nowrap;
    flex: 0 auto;
    order: 0;
    place-content: flex-start center;
    align-self: auto;
    align-items: center;
    font-size: 12px;
    line-height: 30px;
    display: flex;
    position: static;
  }

  .top-bar-container---brix {
    padding-left: 16px;
    padding-right: 16px;
  }

  .top-bar-container---brix.top-bar-3---brix {
    flex-direction: column;
    align-items: flex-start;
  }

  .top-bar-text---brix {
    max-width: 100%;
  }

  .top-bar-text---brix.max-w-80-mobile---brix {
    max-width: 80%;
  }

  .top-bar-button---brix {
    margin-top: 12px;
    margin-left: 0;
  }

  .close-icon---brix {
    max-width: 14px;
    top: 32px;
    right: 16px;
  }

  .close-icon---brix.top-bar-3---brix {
    margin-left: 0;
    position: absolute;
  }

  .alertpromo {
    clear: none;
    opacity: 1;
    border-radius: 0;
    flex-wrap: wrap;
    align-content: flex-start;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .paragraph-7 {
    clear: none;
    font-size: 14px;
  }

  .container-copy.c-wide.c-footer {
    flex-direction: column-reverse;
    align-items: center;
  }

  .btn-copy.btn-banner {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .container-7, .container7 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

#w-node-d94987d9-41ef-d293-f71c-5f17e2ff36c2-e2ff36b4, #w-node-d94987d9-41ef-d293-f71c-5f17e2ff36cb-e2ff36b4, #w-node-d94987d9-41ef-d293-f71c-5f17e2ff36d2-e2ff36b4, #w-node-_06c4870b-261e-b51f-4196-e20547ba1fb7-f1e34a14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_06c4870b-261e-b51f-4196-e20547ba1fa7-f1e34a14 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_06c4870b-261e-b51f-4196-e20547ba1fa9-f1e34a14, #w-node-_06c4870b-261e-b51f-4196-e20547ba1fb9-f1e34a14, #w-node-_06c4870b-261e-b51f-4196-e20547ba1fc7-f1e34a14 {
    grid-area: 2 / 1 / 3 / 2;
  }
}


@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins-semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/lato-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/lato-medium-500.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/lato-semibold-600.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}