.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.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-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #000;
  font-family: Gordita, sans-serif;
  font-size: .9rem;
  line-height: 1.4;
}

h1 {
  color: #151b26;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.4;
}

h2 {
  color: #151b26;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4;
}

h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.1;
}

h5, h6 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.2rem;
  font-weight: 700;
}

p {
  margin-bottom: 30px;
  line-height: 1.6;
}

a {
  color: #151b26;
  text-decoration: none;
  transition: all .25s;
}

a:hover {
  color: #3e485a;
}

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

li {
  margin-bottom: 5px;
  padding-left: 5px;
}

label {
  margin-bottom: 0;
  display: block;
}

strong {
  font-weight: 500;
}

.section {
  width: 100%;
  padding: 90px 75px;
  position: relative;
}

.section.large {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.xlarge {
  padding-top: 160px;
  padding-bottom: 160px;
}

.section.narrow {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.home-hero {
  background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), url('../images/rise-advisory-home-hero-image.webp');
  background-position: 0 0, 0 10%;
  background-size: auto, cover;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
}

.section.section-cta {
  background-color: #dcf4fa;
}

.section.footer {
  color: #fff;
  background-color: #151b26;
  padding-bottom: 30px;
}

.section.g-hero {
  min-height: 40vh;
  background-color: #dcf4fa;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.section.hero-404 {
  min-height: 80vh;
  align-items: center;
  display: flex;
}

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

.styles-container-inner {
  background-color: #f6f8f9;
  padding: 1rem;
}

.mb-30, .margin-bottom-small {
  margin-bottom: 30px;
}

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

.container-medium.nav {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: static;
}

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

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

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

.h1 {
  margin-bottom: 60px;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.h2 {
  margin-bottom: 30px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4;
}

.heading-medium {
  margin-bottom: 30px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.1;
}

.h4 {
  margin-bottom: 30px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.1;
}

.richtext h3, .richtext h4 {
  margin-bottom: 15px;
}

.button {
  color: #fff;
  background-color: #151b26;
  border-radius: 100px;
  padding: 17px 27px 15px;
  font-weight: 500;
  line-height: 1.3;
  transition: all .25s;
}

.button:hover {
  color: #fff;
  background-color: #151b26;
  transform: scale(1.01);
}

.button.large {
  padding: 20px 30px;
  font-size: 1.1rem;
  font-weight: 800;
}

.button.secondary {
  color: #151b26;
  background-color: #dcf4fa;
}

.faq-item-wrapper {
  border-top: 1px solid #dbddde;
  padding: 25px 30px 15px;
}

.faq-item-title-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-icon {
  width: 30px;
  min-width: 30px;
}

.faq-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.faq-answer {
  margin-top: 15px;
}

.input-group {
  margin-bottom: 30px;
}

.input {
  height: 45px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 2px solid #151b26;
  margin-bottom: 0;
  padding: 15px 15px 15px 0;
}

.input:focus {
  border-color: #dbddde;
}

.input.text-area {
  height: 200px;
  padding-left: 0;
  padding-right: 0;
}

.form-success-wrapper {
  background-color: rgba(0, 0, 0, 0);
}

.form-error-wrapper {
  margin-top: 30px;
  padding: 12px 20px;
}

.styles-color-box {
  width: 50px;
  height: 50px;
  overflow: hidden;
}

.bg-primary {
  background-color: #151b26;
}

.styles-colors-flex {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.bg-secondary {
  background-color: #dcf4fa;
}

.text-primary {
  color: #151b26;
}

.text-secondary {
  color: #dcf4fa;
}

.bg-slate-300 {
  background-color: #cbd5e1;
}

.bg-slate-400 {
  background-color: #dbddde;
}

.bg-slate-200 {
  background-color: #f6f8f9;
}

.bg-gray-800 {
  background-color: #1f2937;
}

.bg-gray-600 {
  background-color: #4b5563;
}

.text-slate-200 {
  color: #f6f8f9;
}

.text-slate-300 {
  color: #cbd5e1;
}

.text-slate-400 {
  color: #dbddde;
}

.text-gray-600 {
  color: #4b5563;
}

.text-gray-800 {
  color: #1f2937;
}

.bg-black {
  background-color: #000;
}

.text-black {
  color: #000;
}

.bg-white {
  background-color: #fff;
}

.text-white, .text-white:hover {
  color: #fff;
}

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

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

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

.text-bold {
  font-weight: 500;
}

.styles-buttonlinks {
  grid-column-gap: 2rem;
  align-items: flex-start;
  display: flex;
}

.collection-empty {
  background-color: rgba(0, 0, 0, 0);
}

.input-label {
  margin-bottom: 5px;
  font-weight: 500;
}

.styles-margins {
  grid-column-gap: 6rem;
  display: flex;
}

.mb-0 {
  margin-bottom: 0;
}

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

.mb-15 {
  margin-bottom: 15px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mt-0 {
  margin-top: 0;
}

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

.mt-15 {
  margin-top: 15px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-60 {
  margin-top: 60px;
}

.mtb-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mlr-auto {
  margin-left: auto;
  margin-right: auto;
}

.mr-5 {
  margin-right: 5px;
}

.pt-0 {
  padding-top: 0;
}

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

.pt-15 {
  padding-top: 15px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-0 {
  padding-bottom: 0;
}

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

.pb-15 {
  padding-bottom: 15px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-60 {
  padding-bottom: 60px;
}

.p-15 {
  padding: 15px;
}

.p-0 {
  padding: 0;
}

.p-30 {
  padding: 30px;
}

.text-size-0-9 {
  font-size: .9rem;
}

.text-size-1-5 {
  font-size: 1.5rem;
}

.text-size-0-8 {
  font-size: .8rem;
}

.text-italics {
  font-style: italic;
}

.list {
  padding-left: 0;
}

.aspect-1x1 {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.styles-aspects {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-aspect {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.aspect-16x9 {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.aspect-4x3 {
  width: 100%;
  height: 0;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}

.aspect-4x5 {
  width: 100%;
  height: 0;
  padding-top: 124.99%;
  position: relative;
  overflow: hidden;
}

.image-cover {
  width: 100%;
  object-fit: cover;
}

.hidden {
  display: none;
}

.tag {
  color: #fff;
  background-color: #151b26;
  border-radius: 6px;
  flex: 0 auto;
  padding: .5rem .6rem;
  font-size: .8rem;
  display: inline-block;
}

.tag.secondary {
  background-color: #dcf4fa;
}

.tag.styles-borderbox-tag {
  background-color: #2b9ff1;
}

.styles-tags {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.input-checkbox {
  margin-bottom: 5px;
}

.input-checkbox-check, .input-radio-radio {
  width: 16px;
  height: 16px;
  border: 1px solid rgba(203, 213, 225, .9);
  margin-right: 10px;
}

.input-label-check, .input-label-radio {
  font-weight: 700;
}

.input-select {
  height: 45px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 2px solid #151b26;
  margin-bottom: 0;
  padding: 0 15px 0 0;
}

.input-select:hover, .input-select:active {
  border-bottom-color: #151b26;
}

.input-select:focus {
  border-top-color: #dbddde;
  border-left-color: #dbddde;
  border-right-color: #dbddde;
}

.card {
  width: 100%;
  border-radius: 6px;
}

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

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

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

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

.grid.home-service-industries-section-grid {
  grid-template-columns: .75fr 1fr;
  align-items: center;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-120 {
  margin-top: 120px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-90, .pb-120 {
  padding-bottom: 90px;
}

.p-5 {
  padding: 5px;
}

.faq-item-title {
  margin-top: 5px;
  margin-bottom: 0;
}

.text-underline {
  text-decoration: underline;
}

.dropdown-link {
  color: #222;
}

.dropdown-link.w--current, .dropdown-link.w--current:hover {
  color: #62489d;
}

.nav-wrapper {
  align-items: center;
  display: flex;
}

.navbar {
  width: 100%;
  min-height: 90px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 15px 75px;
  display: flex;
}

.nav-link {
  color: #151b26;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 500;
  transition: all .25s;
}

.nav-link:hover {
  opacity: .8;
  color: #1f2633;
}

.nav-link.w--current {
  color: #222;
}

.nav-menu {
  grid-column-gap: 15px;
  font-weight: 600;
  display: flex;
}

.nav-brand {
  width: 220px;
  margin-right: 20px;
  padding-left: 0;
}

.nav-dropdown-list.w--open {
  min-width: 180px;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 6px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
}

.nav-dropdown-toggle:hover {
  color: #3e485a;
}

.styles-borderbox {
  width: 100%;
  height: 100%;
  border: 1px solid #2b9ff1;
  border-radius: 6px;
  padding: 30px;
}

.header-logo {
  max-width: 210px;
}

.header-logo-image {
  width: 100%;
}

.home-hero-button-review-wrapper {
  grid-column-gap: 30px;
  color: #151b26;
  align-items: center;
  display: flex;
}

.home-hero-review-wrapper {
  font-family: Gordita, sans-serif;
  font-weight: 500;
}

.reviews-grid-item-stars {
  width: 100px;
  margin-bottom: 15px;
}

.home-hero-load-animation {
  width: 25%;
  background-color: rgba(255, 247, 221, .8);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.home-work-with-item-icon {
  width: 100%;
  max-width: 40px;
  margin-bottom: 15px;
}

.home-work-with-industries-grid {
  grid-column-gap: 60px;
  justify-content: space-between;
  display: flex;
}

.home-about-services-item {
  border-radius: 15px;
  padding: 35px 35px 60px;
}

.home-about-services-item.bg-blue {
  background-color: #dcf4fa;
}

.home-about-services-item.bg-slate-300 {
  background-color: #cbd5e1;
}

.home-about-grid {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-about-services-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-about-services-item-list {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  padding-left: 15px;
}

.g-hero-subtitle {
  margin-bottom: 60px;
  font-size: 1rem;
  line-height: 1.4;
}

.g-title {
  font-size: 1rem;
  font-weight: 500;
}

.home-work-with-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.home-faq-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-faq-logo {
  width: 60px;
}

.reviews-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-hero-stars {
  width: 100px;
}

.reviews-grid-item {
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #dbddde;
}

.cta-form {
  max-width: 350px;
}

.cta-grid {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.footer-logo {
  max-width: 210px;
  display: block;
}

.footer-grid {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  border-bottom: 2px solid #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 15px;
  padding-bottom: 60px;
  display: grid;
}

.footer-copyright-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 5px;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: .8rem;
  display: flex;
}

.footer-menu {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  font-size: .9rem;
}

.footer-link {
  color: #fff;
  margin-bottom: 5px;
  display: block;
}

.footer-link:hover {
  color: #e6e6e6;
}

.h3 {
  font-size: 1rem;
  font-weight: 500;
}

.home-hero-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.g-hero-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-form {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: stretch;
  display: grid;
}

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

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

.image {
  width: 100%;
}

.mb-0-copy {
  margin-bottom: 0;
}

.collection-item {
  width: 100%;
}

.inline-block {
  display: inline-block;
}

.home-about-service-box-list-item {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .dropdown-link:hover {
    color: #62489d;
  }

  .nav-link:hover, .nav-dropdown-toggle:hover {
    opacity: .8;
  }
}

@media screen and (min-width: 1440px) {
  .button:hover {
    color: #fff;
  }

  .dropdown-link.w--current {
    color: #222;
  }
}

@media screen and (max-width: 991px) {
  .section {
    padding-left: 50px;
    padding-right: 50px;
  }

  .section.home-hero {
    background-position: 55%;
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .h1 {
    font-size: 4.8rem;
  }

  .h2 {
    font-size: 3.2rem;
  }

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

  .dropdown-link {
    color: #62489d;
  }

  .nav-menu-button {
    color: #000;
  }

  .nav-menu-button.w--open {
    color: #000;
    background-color: rgba(0, 0, 0, 0);
  }

  .navbar {
    padding-left: 50px;
    padding-right: 50px;
  }

  .nav-link:hover {
    color: #3e485a;
  }

  .nav-menu {
    background-color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .6);
  }

  .nav-dropdown-list.w--open {
    width: 100%;
    min-width: auto;
    box-shadow: none;
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-style: none;
    padding-left: 20px;
    display: block;
    position: static;
  }

  .nav-dropdown {
    display: block;
  }

  .nav-dropdown-toggle {
    color: #000;
    display: block;
  }

  .home-work-with-industries-grid {
    text-align: center;
  }

  .home-about-grid {
    grid-column-gap: 90px;
    grid-row-gap: 90px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .home-work-with-grid {
    grid-template-columns: 1fr;
  }

  .home-faq-grid {
    grid-column-gap: 90px;
    grid-row-gap: 90px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

  .cta-grid, .footer-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .home-hero-grid {
    grid-template-columns: 1fr .5fr;
  }

  .g-hero-grid {
    grid-template-columns: 1fr .25fr;
  }
}

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

  h3 {
    font-size: 1rem;
  }

  .section {
    padding-left: 35px;
    padding-right: 35px;
  }

  .section.home-hero {
    min-height: 70vh;
    background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url('../images/rise-advisory-home-hero-image.webp');
    background-position: 0 0, 45%;
    padding-top: 120px;
  }

  .h1 {
    font-size: 3.6rem;
  }

  .h2 {
    font-size: 2.5rem;
  }

  .heading-medium {
    font-size: 1.4rem;
  }

  .button.secondary.nav-cta {
    text-align: center;
  }

  .faq-item-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .faq-item-content {
    margin-right: 0;
  }

  .grid.col2, .grid.col3, .grid.col4 {
    grid-template-columns: 1fr;
  }

  .nav-menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navbar {
    padding-left: 35px;
    padding-right: 35px;
    position: relative;
  }

  .nav-link {
    text-align: center;
    margin-bottom: 15px;
  }

  .nav-menu {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px 35px;
    font-size: 1rem;
    display: flex;
    position: absolute;
    box-shadow: 0 20px 20px rgba(0, 0, 0, .1);
  }

  .nav-brand {
    margin-right: 0;
  }

  .nav-menu-button-icon {
    font-size: 2rem;
  }

  .header-logo {
    padding-left: 0;
  }

  .home-hero-load-animation {
    width: auto;
    height: 25%;
    background-color: rgba(255, 247, 221, .9);
    display: none;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .home-work-with-industries-grid {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    flex-wrap: wrap;
  }

  .home-about-services-grid, .reviews-grid {
    grid-template-columns: 1fr;
  }

  .cta-form {
    max-width: none;
  }

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

  .footer-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .home-hero-grid, .g-hero-grid, .contact-form {
    grid-template-columns: 1fr;
  }
}

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

  .section {
    padding-left: 25px;
    padding-right: 25px;
  }

  .section.home-hero {
    background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url('../images/rise-advisory-home-hero-image.webp');
    background-position: 0 0, 60%;
  }

  .h1 {
    font-size: 2.9rem;
  }

  .h2 {
    font-size: 2rem;
  }

  .faq-item-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-menu-button {
    margin-left: 0;
    padding: 15px;
  }

  .navbar, .nav-menu {
    padding-left: 25px;
    padding-right: 25px;
  }

  .nav-brand {
    width: 180px;
    margin-right: 0;
    padding-left: 0;
  }

  .nav-dropdown-toggle {
    color: #62489d;
  }

  .header-logo {
    max-width: 200px;
  }

  .home-hero-button-review-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .home-work-with-industries-grid {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    flex-direction: column;
  }

  .footer-logo {
    max-width: 200px;
  }

  .footer-copyright-wrapper {
    flex-direction: column;
  }

  .home-work-with-title-wrapper {
    text-align: center;
  }
}

#w-node-_24936b31-cc12-9d0f-2196-29eac1169f3e-0e916d0a, #w-node-bf314f5f-0109-4ac3-cf55-90514e86f1b8-0e916d0a, #w-node-_05caba2c-861d-33f2-677d-7ac93effa27d-0e916d0a, #w-node-_83177a63-d030-ee11-823a-9cd692c56cd0-0e916d0a, #w-node-_227873f9-cdb0-b05e-ee45-2cbfde72c5ad-0e916d0a, #w-node-_9fb73d19-dc5c-9c3a-a994-1a9e8f21a516-0e916d0a, #w-node-_138a9c24-0314-839b-1c04-7f3ea5ad2759-0e916d0a, #w-node-_6fd1fc72-e7b2-765b-2cee-769c9cb5d258-0e916d0a, #w-node-f27c44cd-1b8d-909c-a8d3-fd8c512a838d-0e916d0a, #w-node-_950e5551-dc86-1ddd-3ce1-e70b76f5043c-0e916d0a, #w-node-_7f6fe8bc-f187-95b3-692b-b839cc729f08-0e916d0a, #w-node-_07b00456-f9d3-afc8-a733-1fd8e32dcbe8-0e916d0a, #w-node-d22720bb-6f5c-1670-1e88-60737d042b0b-0e916d0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e902a90f-e67f-c342-ce2a-219f72ddd46f-72ddd46c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e902a90f-e67f-c342-ce2a-219f72ddd479-72ddd46c, #w-node-d261aa4d-2517-a0ae-a859-36bc73d1f733-73d1f730, #w-node-a315586b-d4e8-a4d0-4617-3ef401766e8f-73d1f730, #w-node-_4fa11f2f-2618-8edd-242a-2c65cd44cbd3-0e916d0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23926000-4e3f-ba09-0ac8-54e752cc1214-0e916d0b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_23926000-4e3f-ba09-0ac8-54e752cc1218-0e916d0b {
  justify-self: start;
}

#w-node-_67a9d144-268e-140a-25d6-b3537dc0e992-0e916d0e, #w-node-bd5d8e95-960e-32ce-5380-7973b6be1b2c-0e916d0e, #w-node-_521af9c4-205a-e41b-7e2f-df7198756906-0e916d0e, #w-node-_8d402e02-6c68-b33a-198a-e916c4756c23-0e916d0e, #w-node-_8d402e02-6c68-b33a-198a-e916c4756c24-0e916d0e, #w-node-_81c45e66-1161-16e7-f396-6574608b81fb-0e916d0e, #w-node-_81c45e66-1161-16e7-f396-6574608b81fc-0e916d0e, #w-node-ac5253fa-187c-c695-f6a6-afe9e1140058-0e916d0e, #w-node-ac5253fa-187c-c695-f6a6-afe9e1140059-0e916d0e, #w-node-ac5253fa-187c-c695-f6a6-afe9e114005b-0e916d0e, #w-node-ac5253fa-187c-c695-f6a6-afe9e114005c-0e916d0e, #w-node-_2bb28d6f-590e-5e90-9980-6970797b67f7-0e916d0e, #w-node-_2bb28d6f-590e-5e90-9980-6970797b67f8-0e916d0e, #w-node-b215fbe1-284f-0e57-fd33-9b49ec802337-0e916d0e, #w-node-b215fbe1-284f-0e57-fd33-9b49ec802338-0e916d0e, #w-node-b215fbe1-284f-0e57-fd33-9b49ec80233a-0e916d0e, #w-node-b215fbe1-284f-0e57-fd33-9b49ec80233b-0e916d0e, #w-node-b215fbe1-284f-0e57-fd33-9b49ec80233d-0e916d0e, #w-node-b215fbe1-284f-0e57-fd33-9b49ec80233e-0e916d0e, #w-node-af39acfa-3908-1c8a-80ce-13863344c750-0e916d0e, #w-node-af39acfa-3908-1c8a-80ce-13863344c751-0e916d0e, #w-node-_47989e8f-c9ce-a042-064e-35293d558d7a-55a6ffb7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_23926000-4e3f-ba09-0ac8-54e752cc1214-0e916d0b {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e902a90f-e67f-c342-ce2a-219f72ddd46f-72ddd46c {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Gordita';
  src: url('../fonts/Gordita-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gordita';
  src: url('../fonts/Gordita-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gordita';
  src: url('../fonts/Gordita-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gordita';
  src: url('../fonts/Gordita-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}