:root {
  --light-green: #8fc47f;
  --dark-orange: #f7941d;
  --dark-blue: #011b27;
  --cream-color: #fdfaf2;
  --blue: #045881;
  --dark-green: #208140;
  --light-blue: #098896;
  --lightest-green: #e0f5e6;
  --medium-blue: #023750;
  --yellow: #f9ed32;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.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;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@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: #333;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.layout {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: center;
  align-items: flex-start;
  min-height: 45vh;
  margin-bottom: 60px;
  padding-top: 60px;
  display: flex;
}

.image-wrap {
  z-index: 1;
  perspective: 1000px;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image {
  width: 100%;
  max-width: 450px;
}

.page {
  justify-content: center;
  align-items: center;
  min-height: 42vh;
  display: flex;
}

.content {
  z-index: 2;
  width: 100%;
  max-width: 35rem;
  position: relative;
}

.heading {
  letter-spacing: -3px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.6rem;
  line-height: 1.1;
}

.paragraph {
  color: #555;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 19px;
  line-height: 27px;
}

.container {
  width: 100%;
  max-width: 1170px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.shine {
  opacity: .6;
  filter: blur(60px);
  background-color: #fff;
  border-radius: 50%;
  width: 14rem;
  height: 14rem;
  position: absolute;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-top: 20px;
}

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

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block.opacity-100 {
  opacity: 0;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: var(--light-green);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

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

.button-primary {
  background-color: var(--dark-orange);
  color: var(--dark-blue);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-image: none;
  border: 1px solid #f9ed32c2;
  border-radius: 200px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
  box-shadow: 0 2px 9px #f7941d80;
}

.button-primary:hover {
  background-color: var(--dark-orange);
  color: var(--dark-blue);
  background-image: radial-gradient(circle, #f7c11d, #f7941d 103%);
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.margin-20 {
  margin: 20px;
  font-weight: 700;
}

.button-primary.margin-20.dark-bg {
  background-color: var(--cream-color);
  color: var(--blue);
}

.button-primary.margin-20.dark-bg:hover {
  background-color: #fff;
}

.button-primary.margin-20.larger {
  background-image: url('../images/pointinghand-nobg.svg');
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  border: 1px solid #f9ed3299;
  border-style: solid none;
  padding: 15px 20px 15px 40px;
  font-size: 14px;
  box-shadow: 0 2px 9px #f7941d80;
}

.button-primary.margin-20.larger:hover {
  background-image: url('../images/pointinghand-nobg.svg'), radial-gradient(circle, #f7c11d, #f7941d 103%);
  background-position: 10%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 15px 15px, auto;
}

.button-primary.green {
  background-color: var(--light-green);
  color: var(--cream-color);
  margin-top: 10px;
  margin-bottom: 20px;
}

.button-primary.green:hover {
  background-color: var(--dark-green);
  color: var(--cream-color);
}

.button-primary.blue {
  background-color: var(--light-green);
  color: var(--cream-color);
  margin-top: 10px;
  margin-bottom: 20px;
}

.button-primary.blue:hover {
  background-color: var(--dark-green);
  color: var(--cream-color);
}

.button-primary.smaller {
  font-size: 16px;
}

.image-2 {
  min-height: 70px;
  margin-top: 0;
}

.cream-bg {
  background-color: var(--cream-color);
}

.button-secondary {
  border: 1px solid var(--light-blue);
  background-color: var(--cream-color);
  color: var(--light-blue);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 200px;
  margin-left: 0;
  margin-right: 10px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-secondary:hover {
  background-color: var(--blue);
  color: #fff;
}

.button-secondary:active {
  background-color: #43464d;
}

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

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

.centered-heading.dark-bg {
  color: var(--cream-color);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

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

.centered-subheading.dark-bg {
  color: var(--cream-color);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.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-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;
}

.features-list {
  background-color: var(--blue);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--light-blue), var(--blue) 92%);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 30px;
  position: relative;
}

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
}

.features-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  text-align: center;
  background-color: #fdfaf2;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
}

.featured-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.featured-image.small {
  width: 60px;
  height: 60px;
}

.dark-bg {
  color: var(--cream-color);
}

.flex-block {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.flex-block-2, .flex-block-3 {
  justify-content: center;
  align-items: center;
}

.hero-without-image {
  background-color: var(--blue);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--light-blue) 13%, var(--blue));
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-wrapper-two.padding-top-20px {
  padding-top: 20px;
}

.margin-bottom-24px {
  margin-bottom: 24px;
  font-size: 18px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.quick-stack-card {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.quick-stack-card.light-bg {
  background-color: var(--cream-color);
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 2px 5px 3px #00000029;
}

.features-table {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.comparison-table {
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.comparison-row-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-title {
  margin-bottom: 0;
  margin-left: 24px;
}

.comparison-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-negative {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.comparison-positive {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.feature-text {
  color: #848199;
  font-size: 15px;
}

.pricing-column-white {
  z-index: 1;
  background-color: var(--light-green);
  background-image: linear-gradient(#ffffffbd, #ffffffbd);
  border-radius: 10px;
  min-width: 436px;
  padding: 21px;
  position: relative;
  box-shadow: 0 3px 8px 3px #00000029;
}

.title-wrap {
  color: #273a69;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.title-wrap.training {
  margin-top: 0;
  margin-bottom: 20px;
}

.title-wrap.center-align {
  justify-content: center;
  align-items: center;
}

.title-wrap.center-align._900px {
  max-width: 900px;
}

.title-wrap.left {
  justify-content: center;
  align-items: flex-start;
}

.price-type {
  color: var(--blue);
  text-align: center;
  margin-top: 0;
  font-size: 25px;
}

.pricing-top {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 140px;
  display: flex;
}

.pricing-top.normal {
  min-height: 56px;
}

.feature-check {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.feature-check.negative {
  color: var(--dark-orange);
  background-color: #ffffffbd;
  border-radius: 10px;
  padding: 20px;
}

.feature-check.positive {
  background-color: #0000;
}

.feature-check.negative-copy {
  background-color: var(--lightest-green);
  color: #003d08;
  background-image: linear-gradient(#ffffffa6, #ffffffa6);
  border-radius: 10px;
  padding: 20px;
}

.container-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  display: flex;
}

.text-block {
  color: var(--medium-blue);
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.text-block.dark-bg {
  color: var(--cream-color);
}

.text-block.dark-bg.padding-bottom-20px {
  padding-bottom: 20px;
}

.text-block.video-subtitle {
  color: var(--light-green);
}

.length-text {
  color: #848199;
  font-size: 22px;
}

.button-wrap {
  text-align: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button-pricing {
  color: #5243c2;
  text-align: center;
  background-color: #f496d1;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 80%;
  min-height: 52px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 15px;
  display: flex;
}

.pricing-column-features {
  padding: 21px;
}

.check {
  width: 18px;
  margin-right: 16px;
}

.price-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.feature-text-mobile {
  color: #848199;
  font-size: 15px;
  display: block;
}

.feature-text-mobile.negative {
  color: #7a4c15;
}

.feature-text-mobile.positive {
  color: #186000;
}

.pricing-column {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 21px;
}

.pricing-column.left {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-right: 0;
}

.pricing-column.right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-left: 0;
  padding-right: 21px;
}

.pricing-section {
  background-color: var(--blue);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--light-blue), var(--blue) 92%);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 60px 3% 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-item {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.content-h1 {
  z-index: 2;
  color: var(--dark-blue);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 55px;
  line-height: 1.1;
  position: relative;
}

.content-h1.dark-bg {
  color: var(--cream-color);
}

.content-h1.video-title {
  color: var(--dark-green);
  margin-bottom: 10px;
}

.content-h1.highlight {
  text-align: center;
  margin-bottom: 30px;
  font-size: 47px;
  line-height: 1.5;
}

.content-h1.highlight.divider-below {
  border-bottom: 1px dashed var(--light-blue);
  color: var(--medium-blue);
  padding-bottom: 50px;
}

.feature-grid {
  grid-row-gap: 32px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  justify-items: start;
}

.feature-grid.left {
  opacity: .8;
  background-color: #fff;
  background-image: linear-gradient(#f7941d3b, #f7941d3b);
  grid-template-rows: auto auto auto auto auto;
  padding: 10px 20px 20px;
}

.feature-grid.right {
  opacity: .8;
  background-color: #fff;
  background-image: linear-gradient(#f7941d3b, #f7941d3b);
  border-radius: 0 10px 10px 0;
  grid-template-rows: auto auto auto auto auto;
  padding: 10px 20px 20px;
}

.logo-2 {
  max-height: 50px;
}

.smaller {
  margin-top: -6px;
  margin-bottom: -36px;
  font-size: 18px;
  display: block;
}

.method {
  color: var(--blue);
  text-align: center;
  letter-spacing: 15px;
  margin-top: 0;
  font-size: 25px;
  font-weight: 300;
}

.callout-quote {
  margin-top: 40px;
  font-size: 20px;
}

.callout-quote.dark-bg {
  text-align: center;
  line-height: 25px;
}

.callout-quote.light-bg {
  color: var(--blue);
  text-align: center;
  line-height: 25px;
}

.list {
  padding-left: 0;
  list-style-type: none;
}

.list-item-card {
  background-color: #fff;
  border-radius: 10px;
  margin-top: 20px;
  padding: 20px;
  font-size: 17px;
  line-height: 25px;
  box-shadow: 0 2px 5px #80808033;
}

.small-text-2 {
  color: var(--medium-blue);
  margin-top: 20px;
  font-size: 15px;
  font-weight: 500;
}

.small-text-2.center {
  text-align: center;
  margin-top: 10px;
  display: block;
}

.logo-footer {
  min-height: 50px;
  max-height: 60px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

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

.coopyright {
  color: var(--light-blue);
  margin-top: 20px;
}

.slide-wrap {
  align-items: center;
  width: 5000px;
  max-height: 90px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 40px;
  display: flex;
}

.logo-img {
  max-height: 40px;
}

.logo-img._50-r-m {
  max-height: 40px;
  margin-right: 200px;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  max-height: 100px;
  display: flex;
  overflow: hidden;
}

.slide-wrap-2 {
  align-items: center;
  width: 5000px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 40px;
  display: flex;
}

.section-2 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.logo-img-2._50-r-m {
  margin-right: 200px;
}

.logos-container {
  display: flex;
  position: relative;
  overflow: hidden;
}

.logos-row {
  grid-column-gap: 8.8rem;
  grid-row-gap: 8.8rem;
  flex: none;
  align-items: center;
  width: 95rem;
  padding-left: 3rem;
  display: flex;
}

.logo {
  max-height: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.logos-gradient {
  background-image: linear-gradient(90deg, var(--cream-color), #fdfaf200);
  width: 5rem;
  height: 50px;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.logos-gradient.is-inverted {
  background-image: linear-gradient(90deg, var(--cream-color), #fdfaf200);
  position: static;
  inset: 0% 0% 0% auto;
  transform: rotate(180deg);
}

.brands {
  color: var(--medium-blue);
  text-align: center;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 23px;
  line-height: 30px;
}

.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;
}

.text-field {
  border-radius: 200px;
}

.submit-button {
  background-color: var(--light-blue);
  border-radius: 200px;
}

.submit-button:hover {
  background-color: var(--blue);
}

.quick-stack {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.quick-stack.no-padding {
  padding: 0;
}

.h2-smaller {
  color: var(--dark-blue);
  font-size: 20px;
  line-height: 24px;
}

.h2-smaller.center-align {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.collection-list-wrapper {
  column-count: 3;
  column-gap: 25px;
  width: 90vw;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.collection-item {
  margin-bottom: 25px;
}

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

.h2-heading {
  color: #000;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.2;
}

.gallery-cover {
  aspect-ratio: auto;
  vertical-align: baseline;
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.gallery-cover.lightbox {
  border: 0px none var(--light-green);
  max-height: 380px;
}

.gallery-cover.lightbox.credit-card-logos {
  object-fit: contain;
  border-radius: 7px;
  min-width: 62px;
  max-width: 77px;
  max-height: 50px;
}

.gallery-section-carousel {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.gallery-section-carousel.credit-cards {
  margin-bottom: 0;
}

.gallery-carousel-image-square {
  aspect-ratio: auto;
  background-color: #fff;
  border-radius: 16px;
  flex: none;
  padding: 12px;
  box-shadow: 0 1px 2px #23272e14;
}

.gallery-carousel-image-square.credit-card {
  background-color: #0000;
  border: 0 solid #fff;
  border-radius: 0;
  margin-right: 15%;
  padding: 0;
}

.gallery-carousel-image-landscape {
  aspect-ratio: auto;
  background-color: #fff;
  border-radius: 16px;
  flex: none;
  padding: 12px;
  overflow: hidden;
  box-shadow: 0 1px 2px #23272e14;
}

.gallery-carousel-image-landscape.credit-card {
  background-color: #0000;
  border: 0 #fff;
  border-radius: 0;
  margin-left: 0%;
  margin-right: 10%;
  padding: 0;
}

.gallery-section {
  background-color: var(--cream-color);
  padding-top: 72px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.gallery-carousel-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 1;
  display: flex;
}

.page-padding {
  padding-left: 5%;
  padding-right: 5%;
}

.overline-regular {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.gallery-button {
  justify-content: center;
  align-items: center;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-center-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 858px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.gallery-carousel {
  width: 100%;
  height: 400px;
  display: flex;
  overflow: hidden;
}

.gallery-carousel.credit-cards {
  flex: 1;
  height: 70px;
}

.button-primary-3 {
  color: #fff;
  white-space: nowrap;
  background-color: #23272f;
  background-image: radial-gradient(circle, #23272feb, #23272f52), url('../images/Button-Dots_1Button Dots.avif');
  background-position: 0 0, 50%;
  background-size: auto, contain;
  border: 2px solid #23272f;
  border-radius: 52px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 12px -2px #fe5b2500, 0 0 12px -2px #a355f700, 0 0 4px 2px #23272e3d, inset 0 2px 2px #ffffff3d;
}

.button-primary-3:hover {
  box-shadow: 0 0 12px -2px #fe5b25, 0 0 12px -2px #a355f7, 0 0 4px 2px #23272e3d, inset 0 2px 2px #ffffff3d;
}

.button-primary-3.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.code-embed {
  display: none;
}

.section-cream-bg {
  background-color: var(--cream-color);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.section-cream-bg.footer {
  background-image: url('../images/smart-generosity-tree-of-generous-knowledge.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 120px;
  padding-top: 20px;
  padding-bottom: 160px;
}

.section-cream-bg.vh-100 {
  background-color: var(--cream-color);
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 550px;
  padding-top: 0;
  display: flex;
  position: static;
}

.section-cream-bg.with-tree {
  background-image: url('../images/smart-generosity-tree-of-generous-knowledge.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 200px;
  margin-bottom: -2px;
  padding-top: 60px;
}

.lightbox-link {
  aspect-ratio: auto;
  object-fit: contain;
}

.paragraph-2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.h2 {
  color: var(--dark-blue);
  margin-top: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.title_text {
  color: #6937ff;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 700;
}

.process_line {
  background-image: url('../images/line_1.svg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: contain;
  width: 4px;
  height: 70%;
  position: absolute;
}

.section_container {
  max-width: 1140px;
}

.title_wrap {
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
}

.process_image_wrap {
  justify-content: center;
  align-items: center;
  width: 45%;
  min-height: 300px;
  padding: 30px;
  display: flex;
  position: relative;
}

.centre_block {
  justify-content: center;
  align-items: flex-start;
  width: 120px;
  height: 80px;
  display: flex;
}

.process_details {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  min-height: 300px;
  padding: 30px 20px;
  display: flex;
  position: relative;
}

.h1 {
  color: #1d1f45;
  text-align: center;
  margin-top: 10px;
  font-size: 55px;
  line-height: 55px;
}

.process {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 900px;
  display: flex;
  position: relative;
}

.centre_icon_wrap {
  z-index: 5;
  background-color: var(--blue);
  color: var(--cream-color);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 10px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 35px 18px #e6cbff24;
}

.centre_step {
  color: var(--cream-color);
  font-size: 21px;
  font-weight: 600;
}

.process_card_02 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.process_section {
  justify-content: center;
  align-items: center;
  padding: 10px 25px;
  display: flex;
}

.process_card {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.rounded {
  border-radius: 10px;
  box-shadow: 0 2px 5px #0003;
}

.carousel-horizontal {
  background-color: #f5f7f8;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}

.carousel-horizontal-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.carousel-placeholder {
  width: 56px;
  height: 56px;
}

.logo-top {
  max-height: 70px;
  margin: 20px auto 36px;
  display: block;
}

.training-container {
  border: 2px solid var(--light-green);
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  margin: 20px 20px 40px;
  padding: 40px;
  box-shadow: 0 2px 5px 3px #92be814d;
}

.video-embed {
  border-radius: 10px;
  width: 100%;
}

.number-background {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--light-green) 54%, var(--dark-green) 93%);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-top: 10px;
  margin-right: 10px;
  display: flex;
}

.number-text {
  color: var(--cream-color);
  font-size: 20px;
  font-weight: 700;
}

.flex-block-4 {
  margin-bottom: 20px;
}

.grey-text {
  color: #8b8a8a;
}

.password-protected-content {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.login-form {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.login-button {
  color: #fff;
  background-color: #177fff;
  border-radius: 8px;
  width: 100%;
  height: 45px;
  margin-bottom: 15px;
  font-size: 16px;
  transition: background-color .2s;
}

.login-button:hover {
  background-color: #7f56dacc;
}

.login-button.outline {
  grid-column-gap: 10px;
  color: #39404a;
  background-color: #0000;
  border: 1px solid #d8d9dd;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s;
  display: flex;
}

.login-button.outline:hover {
  transform: translate(0, -4px);
  box-shadow: 0 4px 2px #1c1c1c33;
}

.form-flex {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.semi-bold {
  font-weight: 600;
}

.link {
  border-bottom: 1px solid #7f56da00;
}

.link:hover {
  border-bottom-color: #177fff;
}

.form-block {
  margin-top: 40px;
  margin-bottom: 35px;
}

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

.field-wrapper.top {
  margin-top: 20px;
}

.field-input {
  border: 1px solid #d3d4d8;
  border-radius: 8px;
  height: 45px;
  margin-bottom: 0;
  padding-left: 15px;
  transition: border-color .2s;
}

.field-input:hover, .field-input:focus {
  border-color: #177fff;
}

.checkbox {
  border-radius: 4px;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  margin-right: 7px;
}

.checkbox.w--redirected-checked {
  background-color: #177fff;
}

.chekbox-text {
  color: #363e49;
  font-size: 13px;
  font-weight: 500;
}

.p-normal {
  color: #a2a6b1;
  font-weight: 400;
}

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

.checkbox-wrap {
  align-items: center;
  margin-bottom: 0;
}

.left-wrap {
  align-self: center;
  width: 100%;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}

.field-label {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 500;
}

.note-ps {
  color: #555;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  display: block;
}

.note-ps.dark-bg {
  color: var(--cream-color);
}

.note-ps.video-subtitle {
  color: var(--light-green);
}

.friends-family-message {
  color: #555;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  display: none;
}

.friends-family-message.dark-bg {
  color: var(--cream-color);
}

.friends-family-message.video-subtitle {
  color: var(--light-green);
}

.generous-message {
  color: #555;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  display: none;
}

.generous-message.dark-bg {
  color: var(--cream-color);
}

.generous-message.video-subtitle {
  color: var(--light-green);
}

.code-embed-2 {
  min-width: 300px;
  min-height: 169px;
}

.logout-button {
  color: var(--light-blue);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.logout-button:hover {
  color: var(--blue);
}

.sub-paragraph {
  color: var(--medium-blue);
  font-size: 16px;
  font-weight: 500;
}

.highlight-underline {
  background-color: var(--lightest-green);
  padding-left: 5px;
  padding-right: 5px;
}

.white-bg {
  background-color: #fff;
  background-image: linear-gradient(#d5d1c8, #fff 5% 97%, #bdb9b0);
  padding-top: 10px;
  padding-bottom: 15px;
}

.notice {
  border: 2px solid var(--dark-orange);
  color: var(--dark-orange);
  text-align: center;
  background-color: #f7941d33;
  border-radius: 10px;
  margin: 20px 0 40px;
  padding: 20px;
  font-size: 16px;
  box-shadow: 0 2px 5px 3px #f7941d4d;
}

.notice._0px-top-margin {
  margin-top: 0;
}

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

.orange-text, .orange-text.left-justified {
  color: #975b13;
}

.orange-text.left-justified.border-top {
  border-top: 1px solid var(--dark-orange);
  margin-top: 20px;
  padding-top: 20px;
}

.notice-green {
  border: 2px solid var(--light-green);
  color: var(--dark-green);
  text-align: center;
  background-color: #8fc47f33;
  border-radius: 10px;
  margin: 20px 0 40px;
  padding: 20px;
  font-size: 16px;
  box-shadow: 0 2px 5px 3px #8fc47f4d;
}

.notice-green._0px-top-margin {
  margin-top: 0;
}

.green-text {
  color: #975b13;
}

.green-text.left-justified {
  color: #0e3f1e;
}

.green-text.left-justified.border-top {
  border-top: 1px solid var(--dark-orange);
  margin-top: 20px;
  padding-top: 20px;
}

@media screen and (max-width: 991px) {
  .layout {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    flex-direction: column;
    margin-bottom: 40px;
    padding-top: 40px;
  }

  .image-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .image {
    max-width: 500px;
  }

  .content {
    max-width: none;
  }

  .container {
    margin-bottom: 20px;
  }

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

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 10px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-menu-block.opacity-100 {
    display: none;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

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

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .pricing-column-white {
    min-width: 290px;
    padding: 20px;
  }

  .title-wrap {
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .title-wrap.left {
    justify-content: center;
    align-items: center;
  }

  .feature-check.negative {
    padding: 15px;
  }

  .pricing-column-features {
    padding: 15px;
    display: none;
  }

  .check.no-tablet {
    display: none;
  }

  .price-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .feature-text-mobile {
    display: block;
  }

  .pricing-column {
    padding: 15px;
  }

  .feature-grid.left {
    grid-template-rows: auto auto auto auto auto;
    padding: 15px 15px 60px;
  }

  .feature-grid.right {
    grid-template-rows: auto auto auto auto auto;
    padding: 15px 15px 20px;
  }

  .brands {
    margin-top: 20px;
  }

  .collection-list-wrapper {
    column-count: 2;
    column-gap: 15px;
  }

  .collection-item {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .gallery-carousel {
    height: 350px;
  }

  .section-cream-bg.with-tree {
    background-position: 50% 100%;
    background-size: auto 150px;
    margin-bottom: -2px;
    padding-bottom: 190px;
  }

  .process_line {
    background-image: url('../images/line.svg');
  }

  .process_image_wrap {
    padding: 15px;
  }

  .centre_block {
    width: 150px;
  }

  .process_details {
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    margin-top: 0;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

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

  .features-wrapper-two {
    justify-content: center;
    align-items: center;
  }

  .features-right {
    flex-flow: column;
    max-width: 470px;
  }

  .features-block-two {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-without-image, .features-table {
    padding: 60px 15px;
  }

  .title-wrap {
    text-align: center;
    align-items: center;
  }

  .check.no-tablet {
    display: inline-flex;
  }

  .price-grid {
    grid-template-columns: 1fr;
    max-width: 460px;
  }

  .pricing-column {
    background-color: #fff;
    border-radius: 20px;
  }

  .pricing-column.left {
    background-color: #0000;
    border-radius: 10px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .pricing-column.right {
    background-color: #0000;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .content-h1 {
    font-size: 55px;
  }

  .feature-grid {
    grid-row-gap: 14px;
  }

  .feature-grid.left {
    border-radius: 10px 10px 0 0;
    margin-bottom: -45px;
    padding: 10px 20px 30px;
  }

  .feature-grid.right {
    border-radius: 0 0 10px 10px;
    margin-top: -30px;
    padding: 20px;
  }

  .collection-list-wrapper {
    column-gap: 15px;
  }

  .collection-item {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .h2-heading {
    font-size: 40px;
  }

  .gallery-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-cream-bg {
    padding: 60px 15px;
  }

  .section-cream-bg.vh-100 {
    min-height: 670px;
  }

  .section-cream-bg.with-tree {
    background-size: auto 150px;
  }

  .process_line {
    background-image: url('../images/line.svg');
    inset: 0% auto 0% 25px;
  }

  .process_image_wrap {
    display: none;
  }

  .centre_block {
    width: 55px;
  }

  .process_details {
    justify-content: flex-start;
    width: 90%;
    min-height: auto;
    padding: 20px;
  }

  .h1 {
    font-size: 38px;
    line-height: 38px;
  }

  .process_card_02 {
    margin-bottom: 35px;
  }

  .process_section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .process_card {
    flex-direction: row-reverse;
    margin-bottom: 35px;
    padding-bottom: 20px;
  }

  .training-container {
    padding: 20px;
  }

  .number-background {
    min-width: 55px;
    min-height: 55px;
  }

  .logout-button {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .notice, .notice-green {
    padding: 20px;
  }
}

@media screen and (max-width: 479px) {
  .layout {
    text-align: center;
  }

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

  .nav-menu-three {
    flex-direction: column;
  }

  .button-secondary {
    margin-top: 20px;
    margin-bottom: 20px;
  }

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

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

  .features-right {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }

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

  .comparison-row-main {
    grid-column-gap: 20px;
  }

  .comparison-title {
    margin-left: 10px;
  }

  .comparison-row {
    grid-column-gap: 20px;
  }

  .comparison-negative {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-positive {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .text-block.video-subtitle {
    text-align: center;
    font-size: 15px;
  }

  .content-h1 {
    text-align: center;
    font-size: 42px;
  }

  .content-h1.video-title {
    margin-left: auto;
    margin-right: auto;
    font-size: 31px;
    position: static;
  }

  .content-h1.highlight {
    font-size: 31px;
  }

  .brands {
    margin-bottom: 0;
  }

  .collection-list-wrapper {
    column-count: 1;
  }

  .gallery-section-carousel, .gallery-carousel-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .gallery-carousel {
    height: 200px;
  }

  .section-cream-bg.vh-100 {
    min-height: 750px;
  }

  .h2 {
    font-size: 27px;
  }

  .process_line {
    background-image: url('../images/line.svg');
    background-repeat: repeat-y;
    background-size: contain;
  }

  .process_details {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }

  .training-container {
    padding: 10px 20px 20px;
  }

  .number-background {
    width: 45px;
    min-width: 45px;
    height: 45px;
    min-height: 45px;
  }

  .flex-block-4, .flex-block-5 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .note-ps.video-subtitle, .friends-family-message.video-subtitle, .generous-message.video-subtitle {
    text-align: center;
    font-size: 15px;
  }

  .notice, .notice-green {
    padding: 10px 20px 20px;
  }
}

#w-node-_8ea66926-8809-745c-a5ba-29500715015e-fd32ceb4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 767px) {
  #w-node-_8ea66926-8809-745c-a5ba-29500715015e-fd32ceb4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


