:root {
  --brand-blue: #5e91e6;
  --shadow: #00000080;
  --white: white;
  --brand-blue-dark: #4b73b8;
  --brand-blue-light: #aec7f2;
  --black: black;
  --brand-green: #bae6c0;
  --footer-bg: #fff3e4;
  --brand-orange: #ff9f1c;
  --orange-light: #ffcf8d;
  --brand-green-light: #dcf2df;
  --brand-orange-dark: #cc8016;
}

.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-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-form-formrecaptcha {
  margin-bottom: 8px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

a {
  text-decoration: none;
}

a:focus {
  color: #ff9f1c;
}

.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: 300px;
  display: flex;
}

.image-8 {
  padding-left: 20px;
  padding-right: 20px;
}

.policy-header-warapper {
  margin-bottom: 40px;
}

.home2-hero {
  background-color: #0000;
  background-image: linear-gradient(135deg, var(--brand-blue), white 31%);
  perspective: 1000px;
  flex-direction: column;
  align-items: center;
  height: 85vh;
  margin-top: -60px;
  display: flex;
}

.home2-content-left {
  width: 70%;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-left: 0;
  padding-right: 0;
}

.home2-content-right {
  padding-left: 0;
}

.primary-button {
  background-color: var(--brand-blue);
  box-shadow: 7px 7px 0 0 var(--shadow);
  color: var(--white);
  border-style: none;
  border-radius: 50px 0;
  padding: 10px 30px;
  font-family: Verdana, Geneva, sans-serif;
  transition: box-shadow .3s, background-color .3s;
}

.primary-button:hover {
  background-color: var(--brand-blue-dark);
  box-shadow: 5px 5px 0 0 var(--shadow);
  color: var(--white);
}

.primary-button:active {
  box-shadow: 4px 4px 0 0 var(--shadow);
}

.primary-button:focus {
  color: var(--white);
}

.primary-button.footer-button {
  align-self: flex-start;
}

.primary-button.prev {
  justify-content: center;
  width: 136px;
  display: flex;
}

.primary-button.next {
  flex: 0 auto;
  justify-content: center;
  width: 136px;
  display: flex;
}

.primary-button.mobile-navvy, .primary-button.mega {
  align-self: center;
}

.primary-button.contact {
  padding-left: 50px;
  padding-right: 50px;
}

.benefits {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  padding: 100px 10%;
  display: flex;
}

.home2-hero-grid {
  grid-template-rows: auto;
  max-width: 1200px;
  min-height: 100%;
}

.benefits-grid {
  grid-column-gap: 40px;
  grid-row-gap: 112px;
  place-content: center;
  place-items: center;
  min-width: 900px;
  max-width: 1400px;
}

.subscribe-form-flex {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.subscribe-form-input-wrapper {
  text-align: left;
  width: 100%;
}

.subscribe-form-input {
  margin-bottom: 10px;
  box-shadow: 3px 3px 12px #000;
}

.navvy {
  background-color: #0000;
  height: 60px;
  position: sticky;
}

.nav-menu-2 {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.benefits-wrapper {
  border: 1px solid var(--brand-blue);
  background-color: var(--white);
  box-shadow: 14px 14px 0 0 var(--brand-blue), 0 20px 70px -10px var(--shadow);
  border-radius: 50px 0;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 90%;
  height: 263px;
  padding: 25px;
  display: flex;
}

.benefits-icon {
  max-width: 65px;
}

.home2-reviews {
  background-color: var(--white);
  padding: 100px 10% 140px;
}

.home-review-slider {
  background-color: var(--white);
  box-shadow: 1px 1px 7px 0 var(--brand-blue-light);
  border-radius: 82px;
}

.slider-reviews-content {
  background-color: var(--white);
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  min-height: 100%;
  padding: 20px 15% 82px;
  font-size: 16px;
  line-height: 20px;
  display: flex;
}

.home2-blog {
  flex-direction: column;
  align-items: center;
  padding: 100px 10%;
  display: flex;
}

.home2-blog-wrapper {
  border: 1px solid var(--brand-blue);
  box-shadow: 14px 14px 0 0 var(--brand-blue), 0 20px 70px -10px var(--shadow);
  color: var(--black);
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  min-width: 0;
  height: 100%;
  padding: 60px 40px;
  font-family: Verdana, Geneva, sans-serif;
  display: flex;
}

.home2-blog-wrapper:focus {
  color: var(--black);
}

.footy {
  background-color: #dfdfdf;
  padding: 40px 10% 20px;
}

.footy-link-wrapper {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.footy-logo {
  max-width: 300px;
}

.footy-links {
  color: #000;
  margin-bottom: 0;
  margin-right: 0;
  text-decoration: none;
}

.footy-links:focus {
  color: var(--black);
}

.about2-hero-cont {
  max-width: 940px;
}

.about2-hero {
  background-image: linear-gradient(135deg, var(--brand-blue), white 31%);
  justify-content: flex-start;
  align-items: flex-start;
  height: 65vh;
  margin-top: -60px;
  padding-top: 220px;
  padding-bottom: 100px;
  font-family: Verdana, Geneva, sans-serif;
  display: block;
}

.about2-about {
  margin-top: 0;
  padding-top: 150px;
  padding-bottom: 150px;
  font-family: Verdana, Geneva, sans-serif;
}

.about2-about-cont {
  font-family: Verdana, Geneva, sans-serif;
}

.about2-para {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.about2-hero-para {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
}

.h1-dark {
  color: var(--black);
  min-width: 0;
  margin-bottom: 20px;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 400;
}

.h1-dark.steps {
  margin-top: 10px;
  margin-bottom: 20px;
}

.h1-dark.wd {
  margin-bottom: 0;
  font-size: 16px;
}

.home-hero-tagline {
  font-family: Verdana, Geneva, sans-serif;
}

.hero-para {
  margin-bottom: 20px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
}

.hero-image {
  border: 1px #000;
  border-radius: 0;
  max-width: 388px;
}

.footy-logo-div {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footy-social {
  max-width: 35px;
}

.email-get {
  flex-direction: column;
  justify-content: space-around;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
}

.h4-dark {
  flex: 0 auto;
  order: 0;
  align-self: center;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.contact2-hero {
  background-image: linear-gradient(135deg, var(--brand-blue), white 31%);
  height: 65vh;
  margin-top: -60px;
  padding-top: 220px;
  padding-bottom: 100px;
}

.contact-us-grid-wrapper {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding: 100px 5% 140px;
  font-family: Verdana, Geneva, sans-serif;
  display: flex;
}

.contact-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-self: stretch;
  justify-items: center;
  min-width: 75%;
  max-width: 1400px;
}

.contact-grid-content {
  border: 1px solid var(--brand-blue);
  box-shadow: 14px 14px 0 0 var(--brand-blue);
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  height: 250px;
  padding: 25px;
  display: flex;
}

.contact-form {
  padding-top: 100px;
  padding-bottom: 100px;
}

.form-cont {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.form-div {
  align-self: center;
  width: 75%;
}

.form-block-2 {
  align-self: center;
  width: 30%;
  margin-bottom: 0;
}

.steps-section {
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: visible;
}

.steps-cont {
  justify-content: center;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.steps-left {
  flex: 0 auto;
  align-self: auto;
  width: 50%;
  height: 3987px;
  min-height: 0;
  margin-top: 0;
  position: static;
  top: 100px;
}

.step-content {
  border: 1px solid var(--brand-blue);
  box-shadow: 14px 14px 0 0 var(--brand-blue);
  border-radius: 50px 0;
  flex-direction: column;
  justify-content: center;
  width: 75%;
  min-height: 200px;
  margin-top: 20px;
  margin-bottom: 200px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: static;
  top: 0;
}

.steps-right {
  flex-direction: column;
  align-items: center;
  width: 50%;
  height: auto;
  padding-bottom: 10px;
  display: flex;
  overflow: hidden;
}

.step-content-header {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.step-content-text {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
}

.left-content {
  border: 1px none var(--brand-blue);
  height: auto;
  position: sticky;
  top: 40%;
}

.steps-hero {
  background-image: linear-gradient(135deg, var(--brand-blue), white 31%);
  height: 75vh;
  margin-top: -60px;
  padding-top: 220px;
  padding-bottom: 100px;
}

.icon, .icon-2 {
  text-shadow: 1px 1px 6px var(--brand-blue);
}

.process-hero-header {
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 400;
}

.nav-cont {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  min-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-right: 10%;
  display: flex;
}

.steps-left-tagline {
  font-family: Verdana, Geneva, sans-serif;
}

.slider-review-para {
  padding-left: 20px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.slider-review-company {
  margin-left: 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.home-benefits-header-div {
  width: 100%;
  margin-bottom: 60px;
}

.slide {
  background-color: #0000;
}

.h1-light {
  color: #fff;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 400;
}

.h2-dark {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

.h2-dark.why {
  margin-bottom: 40px;
}

.h2-dark.port {
  margin-top: 0;
  margin-bottom: 5px;
}

.h2-dark.steps {
  margin-top: 10px;
}

.h2-dark.wd-cta {
  margin-top: 0;
}

.home-blog-header-div {
  width: 100%;
  margin-bottom: 60px;
}

.body-7 {
  background-color: var(--white);
}

.slider-review-individual {
  margin-left: 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 18px;
}

.review-header {
  margin-bottom: 0;
}

.mask {
  border: 1px #000;
}

.footy-social-link {
  margin-left: 5px;
  margin-right: 5px;
}

.about-hero-tagline {
  font-family: Verdana, Geneva, sans-serif;
}

.benefits-card-header {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.benefits-card-para {
  font-family: Verdana, Geneva, sans-serif;
}

.process-hero-subtitle {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
}

.footy-page-links {
  display: flex;
}

.very-important-class {
  margin-left: 5px;
  margin-right: 5px;
}

.contact-hero-tagline {
  font-family: Verdana, Geneva, sans-serif;
}

.contact-hero-para {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
}

.contact-card-text {
  margin-bottom: 10px;
  font-family: Verdana, Geneva, sans-serif;
}

.cntct-frm {
  font-family: Verdana, Geneva, sans-serif;
}

.form-title-header, .form-check-boxes {
  margin-bottom: 40px;
}

.blog-hero {
  background-image: linear-gradient(135deg, var(--brand-blue), white 31%);
  flex-flow: wrap;
  place-content: center flex-start;
  align-items: flex-start;
  height: 65vh;
  margin-top: -60px;
  padding-top: 220px;
  padding-bottom: 100px;
  display: block;
}

.blog-article-card {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: auto;
  min-height: auto;
  font-family: Verdana, Geneva, sans-serif;
}

.blog-link {
  color: #000;
  background-image: linear-gradient(#0009, #0009);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 300px;
  padding: 20px;
  display: flex;
}

.blog-articles-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch center;
  display: grid;
}

.collection-list-wrapper {
  min-width: 0;
  max-width: 1400px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0%;
}

.blog-subtitle {
  color: #fff;
  font-size: 16px;
}

.blog-datte {
  color: #fff;
  margin-bottom: 10px;
}

.icon-3, .icon-4 {
  margin-top: 3px;
}

.blog-title-header {
  margin-bottom: 40px;
}

.blog-image {
  float: left;
  clear: none;
  max-width: 500px;
  margin-bottom: 0;
  margin-right: 20px;
}

.blog-add-l-images {
  width: 300px;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.additional-images {
  padding-top: 60px;
  padding-bottom: 60px;
}

.bp-author {
  margin-top: 5px;
  display: flex;
}

.bp-co-author {
  display: flex;
}

.author, .co-author {
  color: var(--black);
  margin-right: 5px;
}

.bp-date {
  color: var(--black);
  margin-top: 10px;
}

.bp-subtitle {
  color: var(--black);
  font-size: 16px;
}

.collection-item {
  padding-left: 0;
  padding-right: 0;
}

.rich-text-block {
  color: var(--black);
  padding-top: 0;
  font-family: Verdana, Geneva, sans-serif;
}

.blog-posts {
  justify-content: center;
  padding: 100px 5%;
  display: flex;
}

.pagination {
  margin-top: 40px;
}

.collection-list-wrapper-2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.home-pg-blog {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  min-width: 900px;
  max-width: 1400px;
  display: grid;
}

.blog-card-image-tn {
  width: 200px;
}

.collection-item-2 {
  border: 1px #000;
  flex-direction: column;
  align-items: center;
  min-width: 100%;
  height: 100%;
  display: flex;
}

.blog-wrapper {
  background-image: linear-gradient(135deg, var(--brand-blue), white 31%);
  margin-top: -60px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.policy-wrapper {
  background-image: linear-gradient(135deg, var(--brand-blue), white 31%);
  margin-top: -60px;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Verdana, Geneva, sans-serif;
}

.policy-link:focus, .text-link:focus {
  color: var(--black);
}

.blog-tagline {
  font-size: 16px;
}

.navvy-linky, .navvy-linky:focus {
  color: var(--black);
}

.text-block-23 {
  margin-top: 20px;
}

.reviews-header-wrapper {
  align-self: flex-start;
  margin-bottom: 40px;
}

.input-label {
  font-weight: 700;
}

.h3-dark {
  color: var(--black);
  text-align: left;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 44px;
}

.h3-dark.port {
  margin-top: 5px;
  margin-bottom: 10px;
}

.h3-dark.reviews-header {
  line-height: 30px;
}

.h3-dark.wd-cta {
  font-size: 30px;
}

.h3-dark.blog {
  line-height: 30px;
}

.h5-dark, .h6-dark {
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 400;
}

.light-headers {
  background-color: var(--black);
}

.h2-light, .h3-light {
  color: var(--white);
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 400;
}

.h3-light.services-grid {
  white-space: nowrap;
  margin-bottom: 20px;
}

.h4-light, .h5-light {
  color: var(--white);
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 400;
}

.h6-light {
  color: var(--white);
  font-family: Verdana, Geneva, sans-serif;
}

.cookie-consent {
  z-index: 10;
  flex-direction: column;
  align-items: center;
  display: none;
  position: fixed;
  inset: auto 40% 0% 0%;
}

.close-modal-bg {
  background-color: var(--shadow);
  position: absolute;
  inset: 0%;
}

.modal-content {
  background-color: var(--white);
  flex-direction: row;
  align-items: center;
  width: 80%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.paragraph-5 {
  width: 60%;
  margin: 20px;
  font-family: Verdana, Geneva, sans-serif;
}

.portfolio-wrapper {
  height: 75vh;
}

.reviews-wrapper {
  background-color: var(--white);
  flex-direction: column;
  align-items: center;
  padding: 100px 10%;
  display: flex;
}

.review-item {
  border: 1px solid var(--brand-green);
  background-color: var(--white);
  box-shadow: 14px 14px 0 0 var(--brand-green), 0 20px 70px -10px #00000040;
  border-radius: 50px 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  min-width: auto;
  max-width: none;
  padding: 20px 60px;
  display: flex;
  overflow: visible;
}

.review-collection-list {
  grid-column-gap: 60px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: minmax(300px, 1fr) 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  min-width: 900px;
  max-width: 1400px;
  display: grid;
}

.reviewer-name {
  color: var(--black);
  align-self: flex-start;
  font-family: Verdana, Geneva, sans-serif;
}

.review-para {
  color: var(--black);
  font-family: Verdana, Geneva, sans-serif;
}

.reviews-text {
  color: var(--black);
  font-family: Verdana, Geneva, sans-serif;
  text-decoration: none;
}

.link-11 {
  color: var(--black);
  text-decoration: underline;
}

.review-name-div {
  align-self: flex-start;
  margin-top: 10px;
  margin-left: 40px;
  display: flex;
}

.review-dash {
  margin-right: 3px;
}

.form-block-3 {
  width: 75%;
}

.landing-contact {
  justify-content: center;
  align-items: center;
  display: flex;
}

.port-hero {
  background-color: #0000;
  background-image: linear-gradient(135deg, var(--brand-blue), white 31%);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 75vh;
  margin-top: -60px;
  padding-top: 220px;
  display: block;
}

.port-hero-cont {
  align-self: flex-start;
}

.port-review {
  justify-content: space-around;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 140px;
  display: flex;
}

.port-client-link {
  color: var(--black);
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.port-web-image {
  box-shadow: 0 20px 70px -10px var(--shadow);
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  display: block;
}

.port-left, .port-right {
  width: 45%;
}

.port-right-content-wrapper {
  padding: 0;
  position: sticky;
  top: 40px;
}

.port-about-client, .port-left-header-wrapper {
  margin-bottom: 30px;
}

.reviewer-div {
  align-items: flex-start;
  margin-top: 20px;
  padding-left: 20px;
  display: flex;
}

.port-hero-tagline {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
}

.mega-nav {
  z-index: 2;
  width: 100%;
  display: none;
  position: fixed;
}

.mega-nav-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.mega-nav-content-wrapper {
  perspective: 1000px;
}

.mega-nav-cont {
  justify-content: flex-end;
  display: flex;
}

.mega-opener {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 50px;
  min-height: auto;
  margin-right: 40px;
  display: flex;
}

.mega-text {
  color: var(--black);
  font-family: Verdana, Geneva, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.mega-nav-content {
  transform-origin: 50% 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid {
  border: 5px solid var(--brand-blue-dark);
  background-color: var(--footer-bg);
  border-radius: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
  width: 80%;
  height: 40vh;
}

.nav-overlay {
  z-index: 1;
  display: none;
  position: fixed;
  inset: 0%;
}

.text-block-24, .text-block-25, .text-block-26 {
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 700;
}

.recaptcha {
  margin-bottom: 40px;
}

.link-12 {
  color: var(--black);
  text-decoration: underline;
}

.home-services {
  background-color: var(--black);
  flex-direction: column;
  align-items: center;
  padding: 100px 10% 140px;
  display: flex;
}

.home-services.web {
  z-index: 0;
  position: static;
}

.home-services-header-div {
  width: 100%;
  margin-bottom: 60px;
  margin-left: 0;
}

.home-services-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  place-content: center;
  place-items: start center;
  min-width: 900px;
  max-width: 1400px;
  font-family: Verdana, Geneva, sans-serif;
}

.home-services-text {
  color: #fff;
  white-space: nowrap;
  margin-bottom: 5px;
  padding-left: 15px;
  font-family: Verdana, Geneva, sans-serif;
}

.services-grid-div {
  border: 2px solid var(--white);
  border-radius: 30px;
  flex-direction: column;
  align-items: flex-start;
  width: 290px;
  height: 300px;
  padding: 15px 0 15px 10px;
  display: flex;
}

.cta-contact {
  flex-direction: column;
  align-items: center;
  padding: 100px 10%;
  display: flex;
}

.wd-hero {
  background-image: url('../images/wd-hero.png');
  background-position: 50% 0;
  background-size: cover;
  flex-direction: column;
  align-items: center;
  margin-top: -60px;
  padding-top: 127px;
  padding-bottom: 127px;
  display: flex;
}

.cta-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-content: center;
  place-items: start center;
  min-width: 900px;
  max-width: 1400px;
}

.wd-cta-portfolio {
  padding-top: 100px;
  padding-bottom: 100px;
}

.wd-div-header {
  align-self: flex-start;
  margin-left: 0;
  padding-left: 8%;
}

.cta-form {
  width: 90%;
  min-width: 0;
  max-width: none;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.wd-circle {
  z-index: -1;
  opacity: 1;
  max-width: 300px;
  position: absolute;
  top: 55%;
  right: 8%;
}

.wd-square {
  z-index: 0;
  max-width: 300px;
  position: absolute;
  top: 114%;
  right: 67%;
  transform: rotate(6deg);
}

.wd-triangle {
  z-index: -1;
  opacity: 1;
  max-width: 300px;
  position: absolute;
  top: 84%;
  right: 31%;
  transform: rotate(-11deg);
}

.cta-text-wrapper {
  width: 90%;
  min-width: 0;
  max-width: none;
}

.cta-port-cont {
  flex-direction: column;
  align-items: flex-end;
  padding-right: 107px;
  display: flex;
}

.wd-cta-para, .paragraph-7 {
  font-size: 16px;
}

.cont-shapes {
  object-fit: fill;
  flex-direction: column;
  align-self: center;
  align-items: center;
  display: flex;
}

.wd-captcha {
  margin-top: 20px;
  margin-bottom: 20px;
}

.body-8 {
  background-image: linear-gradient(284deg, var(--brand-orange) 15%, transparent 15%), linear-gradient(292deg, var(--brand-green) 23%, transparent 20%), linear-gradient(299deg, #5e91e6 30%, transparent 23%);
  min-height: 200vh;
}

.h1-dark-2 {
  color: #000;
  min-width: 0;
  margin-bottom: 20px;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 400;
}

.primary-button-2 {
  color: #fff;
  background-color: #5e91e6;
  border-style: none;
  border-radius: 50px 0;
  padding: 10px 30px;
  font-family: Verdana, Geneva, sans-serif;
  transition: box-shadow .3s, background-color .3s;
  box-shadow: 7px 7px #00000080;
}

.primary-button-2:hover {
  color: #fff;
  background-color: #4b73b8;
  box-shadow: 5px 5px #00000080;
}

.primary-button-2:active {
  box-shadow: 4px 4px #00000080;
}

.primary-button-2:focus {
  color: #fff;
}

.primary-button-2.contact {
  padding-left: 50px;
  padding-right: 50px;
}

.wd-title {
  margin-bottom: 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

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

.wd-subheader {
  margin-bottom: 10px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 32px;
  line-height: 36px;
}

.grid-41 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 15px;
}

.grid-41._4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.div-block-275 {
  opacity: 1;
  background-color: #fedbe2;
  width: 50%;
  height: 3px;
}

.heading-129 {
  color: gray;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}

.heading-129.white {
  color: #fff;
  line-height: 1.6em;
}

.cost {
  color: #ff0004;
  text-align: center;
  margin-bottom: 10px;
  font-size: 20px;
  display: none;
}

.cost.profit {
  color: #00be64;
}

.div-block-274 {
  width: 100%;
  max-width: 1400px;
  margin-bottom: 40px;
}

.div-block-276 {
  flex-direction: row-reverse;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-107 {
  width: 90%;
}

.text-block-87 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 19px;
}

.text-block-87.bl {
  color: #0014fc;
}

.text-block-87.bl.center {
  text-align: center;
}

.text-block-87.bl.center.best-for {
  background-color: #15151500;
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4em;
  text-decoration: none;
}

.text-block-87.bl.center.large {
  text-align: center;
  background-color: #15151500;
  justify-content: center;
  padding-left: 26px;
  padding-right: 26px;
  font-size: 35px;
  line-height: 40px;
}

.text-block-87.bl.timeline {
  color: #212121;
  text-align: center;
  background-color: #15151500;
  justify-content: center;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4em;
}

.text-block-87.bl.timeline.header {
  color: #000;
  background-color: #efbec8;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 8px;
  padding-bottom: 4px;
}

.text-block-87.bl.timeline.top {
  margin-top: 40px;
}

.text-block-87.no-bot {
  margin-bottom: 0;
}

.div-block-270 {
  width: 100%;
  max-width: 1400px;
  padding-top: 0;
  padding-bottom: 20px;
}

.div-block-270._1200 {
  max-width: 1200px;
}

.div-block-282 {
  padding: 22px;
}

.div-block-279 {
  align-items: center;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 90px;
  padding-top: 14px;
  padding-bottom: 14px;
  display: flex;
}

.div-block-280 {
  max-width: 1400px;
}

.text-span-38 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: -6px;
  padding-bottom: 0;
  font-size: 22px;
  display: flex;
}

.image-309 {
  opacity: 1;
  width: 30px;
  margin: 19px;
}

.div-block-271 {
  background-color: #0b00d7;
  padding: 34px;
}

.div-block-271.pink {
  background-color: #fedbe2;
  padding: 0;
}

.div-block-271.pink.verticle {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.div-block-271.grey {
  background-color: #ececec;
}

.pnk {
  color: #fedbe2;
}

.upgrade-accent {
  background-color: #5875f6;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.div-block-286 {
  width: 100%;
}

._50 {
  width: 50%;
  padding-top: 37px;
  padding-bottom: 37px;
}

._50.pic {
  background-color: #fff;
  border: 4px solid #000;
  margin-left: 0;
  margin-right: 100px;
}

._50.pic.left, ._50.pic.left.content {
  margin-left: 100px;
  margin-right: 0;
}

._50.pic.left.agreement {
  background-color: #fff;
  background-image: none;
}

.heading-130 {
  color: #fcc;
  font-size: 34px;
}

.heading-130.bl {
  color: #0014fc;
}

.heading-130.bl.center {
  text-align: center;
  background-color: #15151500;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 43px;
  font-weight: 500;
  display: flex;
}

.big-header {
  color: #fff;
  width: 100vh;
  margin-bottom: 40px;
  padding-right: 0;
  font-size: 90px;
  font-weight: 500;
  line-height: 100px;
  position: relative;
}

.big-header.less-pad {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 70px;
  font-weight: 700;
}

.big-header.less-pad.sm {
  letter-spacing: 0;
  width: auto;
  margin-top: 10px;
  font-size: 53px;
  line-height: 60px;
}

.big-header.less-pad.center {
  text-align: center;
  width: auto;
}

.big-header.less-pad.center.bottom {
  margin-bottom: 60px;
}

.div-block-269 {
  flex-direction: column;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.div-block-269.pad {
  padding: 40px;
}

.div-block-273 {
  background-color: #0014fc;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  padding: 90px;
  display: flex;
}

.footy-content-div {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.footy-div {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.footy-link {
  color: #000;
  margin-bottom: 3px;
  margin-left: 10px;
  padding-left: 0;
  font-family: Verdana, Geneva, sans-serif;
}

.footy-link:focus {
  color: #000;
}

.footy-para {
  width: 80%;
  margin-left: 10px;
  padding-left: 0;
}

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

@media screen and (max-width: 991px) {
  .utility-page-wrap {
    justify-content: space-around;
  }

  .utility-page-content {
    justify-content: flex-start;
    align-items: stretch;
  }

  .image-8 {
    align-self: center;
  }

  .home2-content-left {
    width: 90%;
    padding-left: 0;
    position: relative;
    left: 29px;
  }

  .primary-button {
    align-self: center;
  }

  .primary-button.mobile-navvy {
    flex: 0 auto;
    order: 0;
    font-size: 16px;
  }

  .benefits {
    padding-top: 60px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .benefits-grid {
    grid-row-gap: 79px;
    min-width: 0;
  }

  .nav-menu-2 {
    background-color: var(--white);
    justify-content: flex-start;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Verdana, Geneva, sans-serif;
  }

  .benefits-wrapper {
    width: 85%;
    height: 300px;
  }

  .home2-reviews {
    padding: 100px 5%;
  }

  .slider-reviews-content {
    padding-bottom: 60px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .home2-blog {
    padding-top: 60px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .home2-blog-wrapper {
    width: 85%;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footy {
    background-color: #dfdfdf;
  }

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

  .about2-hero {
    padding-top: 140px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .about2-about {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 100px 5% 80px;
    display: block;
  }

  .about2-about-cont {
    object-fit: fill;
    max-width: 940px;
    padding-left: 0;
  }

  .footy-logo-div {
    align-items: flex-start;
  }

  .contact2-hero {
    height: 45vh;
    padding-top: 180px;
  }

  .contact-us-grid-wrapper {
    padding: 80px 2%;
  }

  .form-block-2 {
    width: 50%;
  }

  .steps-section, .steps-hero {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-cont {
    align-items: center;
    padding-right: 0;
  }

  .slider-review-para {
    font-size: 14px;
    line-height: 24px;
  }

  .blog-hero {
    height: 400px;
    padding-top: 180px;
    padding-bottom: 0;
  }

  .blog-article-card {
    min-width: 300px;
  }

  .blog-link {
    justify-content: flex-start;
    align-items: stretch;
    height: 100%;
  }

  .blog-articles-grid {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  .blog-image {
    float: none;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .blog-posts {
    flex-wrap: wrap;
    align-content: stretch;
  }

  .home-pg-blog {
    grid-template-rows: auto;
    min-width: 0;
  }

  .policy-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }

  .navvy-linky.w--current {
    font-size: 16px;
  }

  .mobile-nav-button {
    margin-top: 20px;
    margin-right: 20px;
    padding: 5px;
  }

  .mobile-nav-button.w--open {
    color: var(--brand-blue);
    background-color: #fff;
  }

  .lottie-animation {
    width: 40px;
    text-decoration: none;
  }

  .reviews-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }

  .review-item {
    padding-left: 40px;
    padding-right: 40px;
  }

  .review-collection-list {
    grid-row-gap: 100px;
    min-width: 0;
  }

  .review-name-div {
    margin-left: 20px;
  }

  .port-hero {
    height: 50vh;
  }

  .home-services {
    padding: 80px 5% 100px;
  }

  .home-services-header-div {
    margin-left: -30px;
    padding-left: 0;
  }

  .home-services-grid {
    grid-column-gap: 59px;
    grid-row-gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 300px));
    justify-content: center;
    justify-items: center;
    min-width: 0;
    max-width: 700px;
  }

  .home-services-text {
    white-space: nowrap;
  }

  .services-grid-div {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .cta-contact {
    padding-left: 5%;
    padding-right: 5%;
  }

  .cta-grid {
    grid-column-gap: 20px;
    min-width: 0;
    max-width: 900px;
  }

  .wd-div-header {
    padding-left: 5%;
  }

  .wd-circle {
    top: 49%;
    right: 2%;
  }

  .wd-square {
    top: 114%;
    right: 64%;
  }

  .wd-triangle {
    top: 78%;
    right: 27%;
  }

  .cta-port-cont {
    padding-right: 0;
  }

  .primary-button-2 {
    align-self: center;
  }

  .big-header {
    width: 100%;
    padding-right: 0;
    font-size: 80px;
  }

  .footy-content-div {
    align-items: flex-start;
  }

  .footy-para {
    font-family: Verdana, Geneva, sans-serif;
  }
}

@media screen and (max-width: 767px) {
  .cookie {
    margin-bottom: 60px;
  }

  .home2-hero {
    height: auto;
  }

  .home2-content-left {
    margin-top: 0;
    margin-bottom: 0;
    top: -50px;
    left: auto;
  }

  .home2-content-right {
    justify-content: flex-end;
    align-items: center;
    min-height: 42vh;
    margin-top: 20px;
    padding-right: 10%;
    display: flex;
    position: relative;
    right: 0;
  }

  .benefits {
    padding-top: 60px;
  }

  .home2-hero-grid {
    order: 0;
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .benefits-grid {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
    align-content: center;
  }

  .benefits-wrapper {
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: auto;
  }

  .slider-reviews-content {
    padding-left: 10%;
  }

  .home2-blog-wrapper {
    width: 80%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footy-link-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .about2-hero-para {
    margin-bottom: 20px;
  }

  .h1-dark {
    margin-top: 20px;
  }

  .hero-image {
    align-self: center;
    max-width: 250px;
  }

  .footy-social-links {
    margin-bottom: 10px;
  }

  .contact2-hero {
    height: auto;
    margin-bottom: 100px;
    padding-bottom: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .contact-us-grid-wrapper {
    padding-top: 0;
    padding-left: 3%;
    padding-right: 3%;
  }

  .contact-grid {
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    align-items: center;
  }

  .contact-grid-content {
    flex-wrap: nowrap;
    justify-content: space-around;
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-form {
    padding-top: 40px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .form-block-2 {
    width: 75%;
  }

  .steps-right {
    align-items: flex-start;
  }

  .steps-hero {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .icon {
    margin-left: 0;
  }

  .icon-2 {
    margin-right: 0;
  }

  .slider-review-para {
    padding-left: 0;
    line-height: 22px;
  }

  .review-header {
    margin-bottom: 5px;
  }

  .contact-cont {
    font-family: Verdana, Geneva, sans-serif;
  }

  .blog-hero {
    padding-top: 160px;
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .blog-image {
    max-width: 90%;
  }

  .blog-posts {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .home-pg-blog {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .blog-wrapper, .policy-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h3-light.services-grid {
    white-space: nowrap;
  }

  .review-collection-list {
    grid-row-gap: 59px;
    grid-template-columns: minmax(300px, 1fr);
  }

  .port-hero {
    height: 70vh;
    margin-bottom: 100px;
    padding-top: 130px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .port-review {
    flex-direction: column;
    align-items: center;
    margin-bottom: 100px;
  }

  .port-left {
    width: 75%;
    margin-bottom: 40px;
  }

  .port-right {
    width: 75%;
  }

  .port-right-content-wrapper {
    position: static;
  }

  .home-services {
    padding-top: 60px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .home-services-header-div {
    margin-left: 0;
  }

  .home-services-grid {
    grid-row-gap: 41px;
    grid-template-rows: minmax(200px, 1fr) auto auto;
    grid-template-columns: 1fr;
  }

  .home-services-text {
    white-space: nowrap;
    padding-left: 30px;
  }

  .services-grid-div {
    width: 300px;
    height: 300px;
  }

  .cta-contact {
    padding-bottom: 10px;
  }

  .wd-hero {
    background-position: 100% 0;
    padding-top: 100px;
  }

  .cta-grid {
    flex: 0 auto;
    order: 1;
    grid-template-columns: 1fr;
  }

  .wd-cta-portfolio {
    padding-top: 20px;
    padding-bottom: 80px;
  }

  .wd-circle {
    top: 116%;
    right: 5%;
  }

  .wd-square {
    top: 182%;
    right: 15%;
  }

  .wd-triangle {
    top: 140%;
    right: 47%;
  }

  .cta-port-cont {
    align-items: center;
  }

  .h1-dark-2 {
    margin-top: 20px;
  }

  .big-header {
    font-size: 60px;
    line-height: 60px;
  }

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

@media screen and (max-width: 479px) {
  .home2-content-left {
    top: auto;
  }

  .home2-content-right {
    justify-content: center;
    padding-left: 0;
    padding-right: 0%;
  }

  .primary-button {
    align-self: flex-start;
  }

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

  .benefits {
    padding-top: 60px;
  }

  .home2-hero-grid {
    align-self: auto;
    place-items: stretch stretch;
  }

  .subscribe-form-input-wrapper {
    flex: 1;
    align-self: stretch;
  }

  .subscribe-form-input {
    width: 100%;
  }

  .nav-menu-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .home2-blog-wrapper {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .footy-link-wrapper {
    align-items: flex-start;
  }

  .hero-image {
    align-self: center;
  }

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

  .contact-grid-content {
    width: 85%;
  }

  .contact-form {
    padding-top: 40px;
  }

  .form-div {
    width: 95%;
  }

  .steps-cont {
    flex-direction: column;
  }

  .steps-left {
    width: 100%;
    height: auto;
  }

  .step-content {
    width: 90%;
  }

  .steps-right {
    align-items: center;
    width: 100%;
  }

  .left-content {
    margin-bottom: 100px;
  }

  .icon {
    margin-left: -5px;
  }

  .icon-2 {
    margin-right: -5px;
  }

  .benefits-card-header {
    align-self: center;
  }

  .footy-page-links {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .very-important-class {
    display: none;
  }

  .cntct-frm {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .blog-hero {
    height: 350px;
    padding-top: 100px;
  }

  .blog-add-l-images {
    width: auto;
  }

  .blog-posts {
    padding-left: 10px;
    padding-right: 10px;
  }

  .add-l-image {
    max-width: 90%;
  }

  .review-item {
    width: 80%;
    min-width: 0%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .port-hero {
    height: 50vh;
  }

  .port-client-link {
    object-fit: scale-down;
    font-size: 14px;
  }

  .port-left {
    width: 80%;
  }

  .port-right {
    width: 90%;
  }

  .recaptcha {
    margin-left: -10px;
  }

  .home-services {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .home-services-header-div {
    margin-bottom: 40px;
    margin-left: -40px;
  }

  .services-grid-div {
    width: 300px;
  }

  .wd-hero {
    background-position: 95% 0;
  }

  .wd-square {
    z-index: -1;
  }

  .wd-cta-content-wrapper {
    flex-direction: column;
    align-items: stretch;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .big-header {
    letter-spacing: -1px;
    margin-bottom: 20px;
    font-size: 48px;
    line-height: 58px;
  }
}

#w-node-_0048bacb-1e9b-6840-5331-1759c447f1c6-5293614f, #w-node-fcc6511b-5407-19b8-6ecf-9dfe797a0caf-5293614f {
  place-self: center;
}

#w-node-_8e1dd5ef-0ae6-0045-638f-7b1301a07e0b-5293614f, #w-node-a66b31b2-2cd5-7039-919b-f5fe7d4e7386-5293614f, #w-node-_995536b5-df75-685d-7321-87443107e5f9-5293614f, #w-node-_9e599ad8-9d9b-0baf-d218-4c9a24962c8a-5293614f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f0a1d1bd-20cf-416f-19a3-fdcc9ff20933-9ff20928 {
  order: 0;
  place-self: stretch center;
}

#w-node-_98040385-c917-9b79-b255-9bdf9062bf73-8190a5ad {
  place-self: center;
}

#w-node-_72751c41-c2d3-9c7c-9a97-ce17e3c5da4b-e3c5da46 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bfbd67c1-ca9e-37db-1d61-0ca46a6cc4e1-79cd0287, #w-node-eb2dc8ce-d4d5-199a-fbac-1704eb9e7c1d-17cc2168, #w-node-eb2dc8ce-d4d5-199a-fbac-1704eb9e7c1d-5e5222ea, #w-node-eb2dc8ce-d4d5-199a-fbac-1704eb9e7c1d-d42ad4d1, #w-node-eb2dc8ce-d4d5-199a-fbac-1704eb9e7c1d-5090a020 {
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-f0a1d1bd-20cf-416f-19a3-fdcc9ff20933-9ff20928 {
    align-self: stretch;
  }

  #w-node-_72751c41-c2d3-9c7c-9a97-ce17e3c5da6b-e3c5da46 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0048bacb-1e9b-6840-5331-1759c447f1c6-5293614f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-fcc6511b-5407-19b8-6ecf-9dfe797a0caf-5293614f {
    place-self: center;
  }

  #w-node-_8e1dd5ef-0ae6-0045-638f-7b1301a07e0b-5293614f {
    align-self: center;
  }

  #w-node-_98040385-c917-9b79-b255-9bdf9062bf73-8190a5ad {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-_72751c41-c2d3-9c7c-9a97-ce17e3c5da4b-e3c5da46 {
    justify-self: center;
  }

  #w-node-_72751c41-c2d3-9c7c-9a97-ce17e3c5da5e-e3c5da46 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_72751c41-c2d3-9c7c-9a97-ce17e3c5da6b-e3c5da46 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-a4bb434d-aaa9-59da-4672-3ae842567f1e-17cc2168, #w-node-a4bb434d-aaa9-59da-4672-3ae842567f1e-5e5222ea, #w-node-a4bb434d-aaa9-59da-4672-3ae842567f1e-d42ad4d1, #w-node-a4bb434d-aaa9-59da-4672-3ae842567f1e-5090a020 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fcc6511b-5407-19b8-6ecf-9dfe797a0caf-5293614f {
    justify-self: center;
  }

  #w-node-_72751c41-c2d3-9c7c-9a97-ce17e3c5da4b-e3c5da46, #w-node-_72751c41-c2d3-9c7c-9a97-ce17e3c5da5e-e3c5da46, #w-node-_72751c41-c2d3-9c7c-9a97-ce17e3c5da6b-e3c5da46 {
    justify-self: start;
  }
}


