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

p {
  margin-bottom: 10px;
}

a {
  color: #58317a;
  text-decoration: none;
}

.navbar-logo-left {
  background-color: #fff;
  position: static;
  top: 0;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

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

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

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  margin-top: 20px;
}

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

.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: rgba(26, 27, 31, .75);
}

.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: rgba(26, 27, 31, .75);
}

.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-divider {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  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: rgba(26, 27, 31, .75);
}

.button-primary {
  clear: none;
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ff8900;
  background-image: linear-gradient(#e4a440, #ff8900);
  border-radius: 30px;
  margin-top: 20px;
  padding: 12px 25px;
  font-family: museo-sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
  position: static;
}

.button-primary:hover {
  color: #fff;
  background-color: #ff8900;
  background-image: linear-gradient(to top, #e4a440, #ff8900);
}

.button-primary:active {
  background-color: #ff8900;
  background-image: none;
}

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.hero-heading-left {
  background-color: #f3f2ef;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.margin-bottom-24px {
  margin-top: 10px;
  margin-bottom: 15px;
}

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

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.gallery-slide {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

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

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  width: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  width: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.features-table {
  background-color: rgba(255, 255, 255, 0);
  border: 0 #000;
  padding: 60px 30px;
  position: relative;
}

.centered-heading {
  color: #58317a;
  text-align: center;
  margin-bottom: 16px;
  font-family: museo-slab, sans-serif;
  font-size: 38px;
  font-weight: 500;
}

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

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

.footer-subscribe {
  background-color: #58317a;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  width: 460px;
  height: 48px;
  border: 1px #000;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
}

.footer-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

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

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #fff;
  font-family: museo-sans, sans-serif;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

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

.testimonial-slider-two {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.testimonial-slide {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content {
  max-width: 460px;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  width: 350px;
  height: 400px;
  object-fit: cover;
}

.testimonial-author-image-three {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 24px;
}

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

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

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

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

.centered-heading-2 {
  color: #8318a6;
  text-align: center;
  margin-bottom: 16px;
  font-family: museo-slab, sans-serif;
  font-weight: 500;
}

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

.team-slider-wrapper {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 50px;
}

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

.team-block {
  background-color: #fff;
  border-radius: 15px;
  padding-bottom: 24px;
  box-shadow: 7px 7px 10px 3px #dfdfdf;
}

.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-top: 10px;
  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;
}

.testimonial-slider-large-2 {
  background-color: #f5f7fa;
  background-image: linear-gradient(311deg, #000, #fff);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-slider-two-2 {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.testimonial-slide-2 {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content-2 {
  max-width: 460px;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon-2 {
  margin-bottom: 24px;
}

.testimonial-quote-2 {
  color: #000;
  margin-bottom: 32px;
  font-family: museo-slab, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
}

.testimonial-info-two-2 {
  align-items: center;
  display: flex;
}

.testimonial-image-2 {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 16px;
}

.testimonial-author-name-2 {
  font-weight: 700;
}

.testimonial-image-two-2 {
  width: 350px;
  height: 400px;
  object-fit: cover;
}

.testimonial-author-image-three-2 {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 24px;
}

.testimonial-slider-arrow-2 {
  display: none;
}

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

.heading {
  color: #fff;
  font-family: museo-slab, sans-serif;
  font-size: 65px;
  font-weight: 500;
  line-height: 73px;
}

.hero-without-image {
  background-color: #58317a;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

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

.list-item, .list-item-2 {
  margin-top: 20px;
  font-family: museo-sans, sans-serif;
}

.bold-text {
  color: #58595b;
  font-family: museo-sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.list-item-3 {
  font-family: museo-sans, sans-serif;
}

.heading-2 {
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
  font-family: museo-slab, sans-serif;
  font-weight: 500;
}

.select-field {
  max-width: none;
  min-width: 375px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#b82e7f, #a11f7f);
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 8px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: museo-sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  position: static;
}

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

.container-3 {
  width: 100%;
  max-width: 940px;
  margin: 40px auto 0;
}

.gallery-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.button-primary-3 {
  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-3:hover {
  color: #fff;
  background-color: #32343a;
}

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

.button-primary-3.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

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

.gallery-image-2 {
  width: 100%;
}

.field-label {
  color: #58595b;
  text-align: left;
  border-radius: 10px;
  margin-top: 15px;
  margin-bottom: 20px;
  font-family: museo-sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.field-label-2 {
  text-align: left;
  margin-top: 20px;
  font-family: museo-slab, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.field-label-3 {
  text-align: left;
  padding-top: 10px;
  font-family: museo-slab, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.field-label-4 {
  text-align: left;
  margin-top: 20px;
  font-family: museo-slab, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-field {
  color: #58595b;
  object-fit: fill;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 8px;
  margin-top: 10px;
  font-family: museo-sans, sans-serif;
  font-weight: 300;
}

.column {
  padding-left: 0;
}

.field-label-5 {
  color: #fff;
  text-align: left;
  font-family: museo-slab, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.field-label-6 {
  text-align: left;
  font-family: museo-slab, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-field-2, .text-field-3 {
  border: 0 #000;
  border-radius: 8px;
  margin-top: 10px;
  font-family: museo-sans, sans-serif;
}

.text-field-4 {
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 8px;
  margin-top: 10px;
  font-family: museo-sans, sans-serif;
}

.submit-button {
  background-image: linear-gradient(#000, #fff);
  border-radius: 8px;
}

.text-field-5 {
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 8px;
  margin-top: 10px;
  font-family: museo-sans, sans-serif;
}

.team-slider-2 {
  background-color: #fff;
  background-image: linear-gradient(#c11880, #a11f7f);
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.centered-heading-3 {
  color: #58317a;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 16px;
  font-family: museo-slab, sans-serif;
  font-size: 38px;
  font-weight: 500;
}

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

.team-slider-wrapper-2 {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 50px;
}

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

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

.team-member-image-two-2 {
  text-align: left;
  margin-bottom: 10px;
}

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

.subheading2 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: museo-slab, sans-serif;
  font-weight: 500;
}

.team-member-text-2 {
  color: #fff;
  margin-bottom: 20px;
  font-family: museo-sans, sans-serif;
}

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

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

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

.team-slider-nav-2 {
  object-fit: fill;
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
  overflow: visible;
}

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

.pricing-description {
  max-width: 550px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.pricing-card-text {
  margin-bottom: 20px;
}

.image {
  color: #fff;
}

.testimonial-slider-large-3 {
  background-color: #ebe2ed;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-slider-two-3 {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.testimonial-slide-3 {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content-3 {
  max-width: 460px;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon-3 {
  margin-bottom: 24px;
}

.testimonial-quote-3 {
  margin-bottom: 32px;
  font-family: museo-slab, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two-3 {
  align-items: center;
  display: flex;
}

.testimonial-image-3 {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 16px;
}

.testimonial-author-name-3 {
  font-weight: 700;
}

.testimonial-image-two-3 {
  width: 350px;
  height: 400px;
  object-fit: cover;
}

.testimonial-author-image-three-3 {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 24px;
}

.testimonial-slider-arrow-3 {
  display: none;
}

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

.list-item-4 {
  margin-top: 15px;
  font-family: museo-sans, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.list-item-5 {
  margin-top: 15px;
  font-family: museo-sans, sans-serif;
}

.list-item-6 {
  margin-top: 24px;
  font-family: museo-sans, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.list-item-7, .list-item-8, .list-item-9, .list-item-10 {
  margin-top: 15px;
}

.heading-3 {
  text-align: center;
  margin-bottom: 25px;
  font-family: museo-slab, sans-serif;
  font-size: 32px;
  font-weight: 500;
}

.list-item-11, .list-item-12 {
  margin-top: 15px;
  font-family: museo-sans, sans-serif;
}

.list-item-13 {
  font-family: museo-sans, sans-serif;
}

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

.centered-heading-4 {
  color: #583178;
  text-align: center;
  margin-bottom: 16px;
  font-family: museo-slab, sans-serif;
  font-size: 38px;
  font-weight: 500;
}

.centered-heading-4.margin-bottom-32px {
  margin-bottom: 32px;
}

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

.bold-text-2 {
  font-family: museo-slab, sans-serif;
}

.footer-subscribe-2 {
  border-bottom: 1px solid #e4ebf3;
  margin-bottom: 25px;
  padding: 0 30px 30px;
  position: relative;
}

.footer-form-two-2 {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title-2 {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input-2 {
  width: 460px;
  height: 48px;
  border: 1px #000;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input-2::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
}

.footer-form-input-2::placeholder {
  color: rgba(26, 27, 31, .8);
}

.footer-wrapper-three-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three-2 {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three-2 {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three-2:hover {
  color: rgba(26, 27, 31, .75);
}

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

.footer-social-link-three-2 {
  margin-left: 32px;
}

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

.footer-bottom-2 {
  justify-content: space-between;
  align-items: center;
  font-family: museo-sans, sans-serif;
  display: flex;
}

.footer-copyright-2 {
  color: #58595b;
  font-family: museo-sans, sans-serif;
}

.footer-legal-block-2 {
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer-legal-link-2 {
  color: #58317a;
  margin-left: 24px;
  font-family: museo-sans, sans-serif;
  text-decoration: underline;
}

.footer-legal-link-2:hover {
  color: #3a4554;
}

.checkbox-label {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: museo-slab, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.checkbox {
  margin-top: 14px;
}

.image-2 {
  margin-left: 20px;
}

.hero-heading-center {
  background-color: #f3f2ef;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px 110px;
  position: relative;
}

.hero-wrapper-2 {
  flex-flow: row-reverse;
  align-content: flex-start;
  justify-content: space-between;
  align-items: center;
  margin-top: -60px;
  margin-bottom: -50px;
  display: flex;
}

.hero-split-2 {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.margin-bottom-24px-3 {
  color: #58595b;
  margin-bottom: 24px;
  font-family: museo-sans, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.shadow-two-2 {
  width: auto;
  object-fit: fill;
  flex: 0 auto;
  align-self: auto;
  margin-top: 0;
  overflow: auto;
}

.tab-link-tab-1 {
  float: none;
  color: #a8a8a8;
  background-color: #fff;
  border-radius: 20px;
  margin-right: 15px;
  font-family: museo-sans, sans-serif;
  font-size: 18px;
}

.tab-link-tab-1:hover {
  color: #b82e7f;
}

.tab-link-tab-1:active {
  color: #fff;
  background-color: #b82e7f;
}

.tab-link-tab-1.w--current {
  float: none;
  color: #fff;
  text-align: left;
  background-color: #b82e7f;
  border-radius: 20px;
  margin-right: 15px;
  font-family: museo-sans, sans-serif;
  font-size: 18px;
}

.tab-link-tab-1.w--current:hover {
  color: #b82e7f;
  background-color: #fff;
}

.tabs-menu {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
}

.tab-link-tab-3 {
  color: #a8a8a8;
  background-color: #fff;
  border-radius: 20px;
  margin-left: 15px;
  margin-right: 15px;
  font-family: museo-sans, sans-serif;
  font-size: 18px;
}

.tab-link-tab-3:hover {
  color: #b82e7f;
}

.tab-link-tab-3:active, .tab-link-tab-3.w--current {
  color: #fff;
  background-color: #b82e7f;
}

.tab-link-tab-2 {
  color: #a8a8a8;
  background-color: #fff;
  border-radius: 20px;
  padding-right: 30px;
  font-family: museo-sans, sans-serif;
  font-size: 18px;
}

.tab-link-tab-2:hover {
  color: #b82e7f;
}

.tab-link-tab-2:active, .tab-link-tab-2.w--current {
  color: #fff;
  background-color: #b82e7f;
}

.text-block {
  color: #fff;
  font-family: museo-sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.text-block-2 {
  color: #a8a8a8;
  font-family: museo-sans, sans-serif;
  font-size: 18px;
}

.text-block-3 {
  font-family: museo-sans, sans-serif;
}

.heading-4 {
  color: #58317a;
  text-align: center;
  font-family: museo-slab, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
}

.bold-text-3 {
  color: #58317a;
  font-family: museo-slab, sans-serif;
  font-size: 38px;
  font-weight: 500;
}

.bold-text-4 {
  color: #b82e7f;
  font-family: museo-slab, sans-serif;
  font-weight: 300;
}

.bold-text-4.h1 {
  font-size: 32px;
  line-height: 40px;
}

.heading-5 {
  font-family: museo-slab, sans-serif;
  font-weight: 300;
}

.heading-6 {
  font-family: museo-slab, sans-serif;
}

.bold-text-5 {
  color: #8318a6;
  font-weight: 500;
}

.heading-7 {
  font-family: museo-slab, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.heading-8, .bold-text-6 {
  color: #8318a6;
  font-family: museo-slab, sans-serif;
  font-size: 20px;
}

.heading-9, .heading-10, .heading-11, .bold-text-7 {
  font-size: 18px;
}

.bold-text-8, .bold-text-9, .bold-text-10 {
  color: #8318a6;
  font-family: museo-slab, sans-serif;
  font-size: 18px;
}

.bold-text-11 {
  color: #8318a6;
  font-size: 22px;
}

.features {
  background-image: url('../images/img-checkbox.svg');
  background-position: 0 3px;
  background-repeat: no-repeat;
  background-size: 16px;
  margin-bottom: 10px;
  margin-left: 0;
  padding-left: 28px;
  font-family: museo-sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.list-item-15, .list-item-16 {
  font-family: museo-sans, sans-serif;
}

.button {
  float: none;
}

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

.hero-headline {
  color: #58317a;
  font-size: 65px;
  font-weight: 500;
}

.columns {
  margin-top: 44px;
}

.column-2 {
  padding-right: 0;
}

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

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

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

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

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

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

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

.features-right {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

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

.heading-12 {
  margin-top: 100px;
  font-family: Bitter, serif;
  font-size: 72px;
  font-weight: 400;
}

.secondary-button {
  clear: none;
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #a11f7f;
  background-image: linear-gradient(#b82e7f, #b82e7f);
  border-radius: 30px;
  margin-top: 10px;
  padding: 12px 25px;
  font-family: museo-sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
  position: static;
}

.secondary-button:hover {
  color: #fff;
  background-color: #32343a;
  background-image: linear-gradient(#b82e7f, #a11f7f), linear-gradient(#b82e7f, #b82e7f);
}

.secondary-button:active {
  background-color: #a11f7f;
  background-image: linear-gradient(#a11f7f, #a11f7f);
}

.secondary-button.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.heading-13 {
  color: #b82e7f;
  font-family: museo-slab, sans-serif;
}

.team-slider-2-copy {
  background-color: #fff;
  background-image: linear-gradient(#f3f2ef, #f3f2ef);
  border-bottom: 1px solid #e4ebf3;
  padding: 90px 30px;
  position: relative;
}

.headline-2 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 16px;
  font-family: museo-slab, sans-serif;
  font-size: 38px;
  font-weight: 500;
}

.subheading1, .subheading1-copy {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: museo-slab, sans-serif;
  font-weight: 500;
}

.subheading-pink {
  color: #b82e7f;
  text-align: justify;
  margin-top: 25px;
  margin-bottom: 10px;
  font-family: museo-slab, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.subheading-pink.ticket {
  margin-top: 30px;
}

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

.list {
  list-style-type: none;
}

.list.productlist {
  padding-left: 0;
}

.list-2, .list-3, .list-4, .list-5, .list-6 {
  padding-left: 0;
  list-style-type: none;
}

.image-3 {
  z-index: 100;
  text-align: left;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.column-3, .column-4, .column-5 {
  padding-left: 15px;
  padding-right: 15px;
}

.featuretitle {
  color: #b82e7f;
  font-family: museo-slab, sans-serif;
  font-size: 38px;
  font-weight: 500;
}

.featuresubheading {
  color: #58595b;
  text-align: center;
  font-family: museo-sans, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.tab-pane-tab-2, .tab-pane-tab-1, .tab-pane-tab-3 {
  margin-bottom: 40px;
}

.headline1 {
  color: #58317a;
  text-align: center;
  font-family: museo-slab, sans-serif;
  font-weight: 500;
}

.columns-2 {
  margin-top: 25px;
  margin-bottom: 15px;
}

.column-6, .column-7, .column-8 {
  padding-left: 15px;
  padding-right: 15px;
}

.stepsubheding {
  color: #58595b;
  font-family: museo-sans, sans-serif;
}

.form-block {
  margin-top: 44px;
}

.fieldlabel {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: museo-slab, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

.hyperlink {
  color: #fff;
  text-decoration: none;
}

.hyperlink:hover, .hyperlink:active {
  text-decoration: underline;
}

.checkbox-field {
  margin-top: 15px;
  margin-bottom: 15px;
}

.hero-wrapper-2-copy {
  flex-flow: row-reverse;
  align-content: flex-start;
  justify-content: space-between;
  align-items: center;
  margin-top: -110px;
  margin-bottom: -110px;
  display: flex;
}

.image-4 {
  margin-left: 0;
}

.div-block-2 {
  z-index: 2;
  text-align: right;
  background-color: rgba(255, 255, 255, 0);
  margin-top: -140px;
  margin-bottom: -120px;
  padding-bottom: 0;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-6 {
  width: 110px;
  margin-top: 3px;
}

.successmasthead {
  text-align: center;
  background-color: #89d6ea;
}

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

.paragraph {
  text-align: center;
}

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

.div-block-3 {
  text-align: left;
  justify-content: center;
  display: flex;
}

.social-link {
  margin-left: 32px;
}

.paragraph-2, .paragraph-3 {
  text-align: center;
}

.thank-you {
  background-color: rgba(255, 255, 255, 0);
  border: 0 #000;
  padding: 40px 30px;
  position: relative;
}

.thankyoutextblock {
  text-align: center;
  margin-bottom: 40px;
}

.div-block-4 {
  text-align: center;
}

.socialblock {
  margin-top: 25px;
  margin-bottom: 25px;
}

.social-block-link {
  margin-left: 18px;
  margin-right: 18px;
}

.widesocialblock {
  background-color: #f3f2ef;
  border: 0 #000;
  padding: 40px 30px 60px;
  position: relative;
}

.image-10 {
  width: 75px;
}

.hero-split-2-image {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.hero-split-2-text {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.radiobutton {
  margin-top: 13px;
  display: none;
}

.radiobutton.w--redirected-checked {
  border-color: #fff;
}

.radio-button-field {
  margin-left: -350px;
}

.radiobox-label {
  color: #fff;
  background-image: url('../images/img-check.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: museo-slab, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

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

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

.privacypage {
  background-color: rgba(255, 255, 255, 0);
  border: 0 #000;
  padding: 40px 30px;
  position: relative;
}

.privacypolicy {
  text-align: justify;
  font-family: museo-sans, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.list-7 {
  list-style-type: decimal;
}

.list-item-17 {
  text-align: justify;
  padding-bottom: 10px;
  padding-left: 0;
  list-style-type: lower-alpha;
}

.list-item-18 {
  text-align: justify;
  padding-bottom: 10px;
  list-style-type: lower-alpha;
}

.list-item-19 {
  text-align: justify;
  padding-bottom: 0;
  list-style-type: lower-alpha;
}

.callout {
  background-color: #ebe2ed;
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 25px;
  padding: 20px;
  display: inline-block;
}

.heading-4-copy {
  color: #58317a;
  text-align: center;
  margin-top: 20px;
  font-family: museo-slab, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
}

.successmasthead-copy {
  text-align: center;
  background-color: #f6f6f7;
}

.supporttable {
  margin-top: 20px;
}

.secondary-button-copy {
  clear: none;
  color: #a11f7f;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #a11f7f;
  border-radius: 30px;
  margin-top: 10px;
  padding: 12px 25px;
  font-family: museo-sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
  position: static;
}

.secondary-button-copy:hover {
  color: #fff;
  background-color: #32343a;
  background-image: linear-gradient(#b82e7f, #a11f7f), linear-gradient(#b82e7f, #b82e7f);
}

.secondary-button-copy:active {
  background-color: #a11f7f;
  background-image: linear-gradient(#a11f7f, #a11f7f);
}

.secondary-button-copy.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.text-span {
  margin-left: 0;
  padding-left: 0;
}

.paragraph-4 {
  text-align: justify;
  font-family: museo-sans, sans-serif;
  line-height: 24px;
}

.list-item---letters {
  text-align: justify;
  padding-bottom: 10px;
  padding-left: 0;
  list-style-type: lower-alpha;
}

.featuresubheading-copy {
  color: #58595b;
  text-align: justify;
  font-family: museo-sans, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

@media screen and (max-width: 991px) {
  .navbar-logo-left-container.shadow-three {
    padding-top: 0;
  }

  .container {
    max-width: 728px;
  }

  .navbar-brand {
    margin-top: 10px;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    padding: 0 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    align-self: center;
    margin-bottom: 10px;
  }

  .shadow-two {
    width: 425px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .features-table {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

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

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

  .testimonial-slide-2 {
    padding-left: 32px;
  }

  .testimonial-quote-2 {
    overflow: visible;
  }

  .hero-without-image {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .gallery-wrapper-2 {
    grid-template-columns: 1fr 1fr;
  }

  .team-slider-2 {
    padding-top: 30px;
    padding-bottom: 60px;
  }

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

  .pricing-grid {
    grid-column-gap: 30px;
  }

  .testimonial-slide-3 {
    padding-left: 32px;
  }

  .testimonial-quote-3 {
    overflow: visible;
  }

  .footer-subscribe-2 {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .footer-form-two-2 {
    padding: 40px;
  }

  .footer-form-title-2 {
    margin-right: 15px;
  }

  .footer-form-input-2 {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-block-three-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-social-block-three-2 {
    margin-top: 40px;
    margin-left: 0;
  }

  .footer-social-link-three-2, .image-2 {
    margin-left: 0;
  }

  .hero-heading-center {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-wrapper-2 {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
  }

  .hero-split-2 {
    max-width: 100%;
    flex-direction: column;
    margin-bottom: 0;
  }

  .columns {
    margin-top: 20px;
  }

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

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

  .team-slider-2-copy {
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .headline-2 {
    margin-bottom: 30px;
    line-height: 48px;
  }

  .column-10 {
    padding-right: 15px;
  }

  .hero-wrapper-2-copy {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-5 {
    padding-left: 24px;
  }

  .div-block-2 {
    display: none;
  }

  .image-8 {
    padding-left: 24px;
  }

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

  .social-link {
    margin-left: 0;
  }

  .thank-you {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .social-block-link {
    margin-left: 0;
  }

  .widesocialblock {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-split-2-image {
    max-width: 100%;
    flex-direction: column;
    margin-bottom: 0;
  }

  .hero-split-2-text {
    max-width: 100%;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .privacypage {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-logo-left-container.shadow-three {
    padding-bottom: 0;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    box-shadow: none;
    border-radius: 20px;
    flex-direction: column;
    margin-top: -15px;
    padding-bottom: 15px;
  }

  .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 rgba(0, 0, 0, .05);
  }

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

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

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

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

  .button-primary {
    padding-bottom: 10px;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .shadow-two {
    width: 350px;
  }

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

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .features-table {
    padding: 60px 15px;
  }

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

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

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

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

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

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .team-slider, .testimonial-slider-large-2 {
    padding: 60px 15px;
  }

  .testimonial-slide-2 {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content-2 {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon-2 {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two-2 {
    width: 100%;
    height: auto;
  }

  .hero-without-image, .gallery-overview, .team-slider-2 {
    padding: 60px 15px;
  }

  .team-member-image-two-2 {
    text-align: left;
    display: inline-block;
  }

  .pricing-overview, .testimonial-slider-large-3 {
    padding: 60px 15px;
  }

  .testimonial-slide-3 {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content-3 {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon-3 {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two-3 {
    width: 100%;
    height: auto;
  }

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

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

  .footer-form-container-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title-2 {
    margin-right: 0;
  }

  .footer-form-block-two-2 {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input-2 {
    width: 100%;
  }

  .footer-block-three-2 {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three-2 {
    margin-bottom: 10px;
  }

  .footer-social-block-three-2 {
    margin-top: 10px;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block-2 {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .hero-wrapper-2 {
    margin: 0 50px;
  }

  .hero-split-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .tab-link-tab-3 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .tab-link-tab-3.w--current {
    margin-top: 0;
  }

  .tab-link-tab-2 {
    padding-right: 30px;
  }

  .text-block, .text-block-2, .text-block-3 {
    font-family: museo-slab, sans-serif;
  }

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

  .columns-2 {
    margin-left: 50px;
    margin-right: 50px;
  }

  .column-6, .column-7, .column-8 {
    text-align: center;
  }

  .hero-wrapper-2-copy {
    margin-top: 0;
    margin-left: 50px;
    margin-right: 50px;
  }

  .columns-3 {
    margin-left: 50px;
    margin-right: 50px;
  }

  .image-6 {
    margin-top: 0;
  }

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

  .thank-you, .widesocialblock {
    padding: 60px 15px;
  }

  .hero-split-2-image {
    margin-top: 0;
    margin-bottom: 0;
  }

  .hero-split-2-text {
    margin-top: -50px;
    margin-bottom: 0;
  }

  .privacypage {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-logo-left-container.shadow-three {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .button-primary {
    border-radius: 20px;
    margin-top: 0;
    padding: 8px 20px;
    font-size: 10px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .hero-heading-left {
    flex-direction: row;
    align-items: stretch;
    padding-top: 20px;
    padding-bottom: 40px;
    display: flex;
  }

  .hero-wrapper {
    flex-direction: column-reverse;
    margin-bottom: 20px;
  }

  .hero-split {
    flex-direction: column;
    margin-bottom: 15px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

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

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .features-table {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

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

  .footer-form-two {
    padding: 20px;
  }

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

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

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

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

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

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

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

  .testimonial-quote-icon-2 {
    width: 30px;
  }

  .testimonial-quote-2 {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three-2 {
    margin-right: 16px;
  }

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

  .hero-without-image {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .bold-text {
    font-size: 15px;
    line-height: 18px;
  }

  .heading-2 {
    font-size: 30px;
    line-height: 36px;
  }

  .select-field {
    max-width: 0;
    min-width: 300px;
    object-fit: fill;
  }

  .container-3 {
    max-width: none;
    margin-top: 0;
  }

  .gallery-wrapper-2 {
    grid-template-columns: 1fr;
  }

  .button-primary-3.footer-form-button {
    position: relative;
    right: 0;
  }

  .field-label {
    min-width: auto;
    margin-top: 10px;
  }

  .column {
    padding-left: 0;
    padding-right: 0;
  }

  .team-slider-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .centered-heading-3 {
    margin-bottom: 24px;
    font-size: 30px;
  }

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

  .team-member-image-two-2 {
    margin-bottom: 0;
  }

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

  .testimonial-quote-icon-3 {
    width: 30px;
  }

  .testimonial-quote-3 {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three-3 {
    margin-right: 16px;
  }

  .list-item-4 {
    font-size: 14px;
  }

  .list-item-6 {
    margin-top: 20px;
    font-size: 14px;
  }

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

  .footer-subscribe-2 {
    margin-top: 35px;
    margin-bottom: 35px;
    padding-bottom: 35px;
  }

  .footer-form-two-2 {
    padding: 20px;
  }

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

  .footer-form-input-2 {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .footer-wrapper-three-2 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .footer-block-three-2 {
    align-self: center;
  }

  .footer-social-block-three-2 {
    justify-content: flex-start;
    align-self: center;
    margin-left: 0;
    display: block;
  }

  .footer-social-link-three-2 {
    margin-left: 0;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 15px;
    margin-right: 15px;
  }

  .footer-copyright-2 {
    text-align: center;
  }

  .footer-legal-block-2 {
    align-self: center;
    margin-left: -24px;
  }

  .footer-legal-link-2 {
    margin-left: 14px;
  }

  .image-2 {
    margin-bottom: 20px;
    margin-left: 0;
  }

  .hero-heading-center {
    padding-bottom: 60px;
  }

  .hero-wrapper-2 {
    flex-flow: column-reverse;
    align-content: space-around;
    margin: 0;
    display: flex;
  }

  .hero-split-2 {
    flex-flow: column;
    order: 0;
    align-content: flex-start;
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .shadow-two-2 {
    clear: none;
    order: 1;
    position: static;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .tab-link-tab-1 {
    min-width: 290px;
    margin-right: 0;
  }

  .tab-link-tab-1.w--current {
    text-align: center;
    margin-right: 0;
  }

  .tabs-menu {
    clear: none;
    background-color: #f3f2ef;
    padding-bottom: 0;
    position: relative;
  }

  .tab-link-tab-3 {
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .tab-link-tab-3.w--current, .tab-link-tab-2 {
    min-width: 290px;
    margin-top: 15px;
  }

  .text-block-2, .text-block-3 {
    text-align: center;
  }

  .heading-4 {
    font-size: 30px;
    line-height: 36px;
  }

  .bold-text-3, .bold-text-4 {
    font-size: 30px;
  }

  .bold-text-4.h1 {
    margin-top: 20px;
    font-size: 20px;
    line-height: 24px;
  }

  .features {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block {
    margin-top: 10px;
  }

  .hero-headline {
    font-size: 43px;
    line-height: 51px;
  }

  .columns {
    margin-top: 20px;
  }

  .column-2 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .features-right {
    margin-bottom: -30px;
  }

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

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

  .secondary-button {
    margin-top: 15px;
  }

  .secondary-button.footer-form-button {
    position: relative;
    right: 0;
  }

  .heading-13 {
    font-size: 25px;
    line-height: 30px;
  }

  .team-slider-2-copy {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .headline-2 {
    margin-bottom: 24px;
    font-size: 35px;
    line-height: 42px;
  }

  .subheading-pink {
    text-align: left;
    margin-top: 20px;
    font-size: 18px;
  }

  .column-4, .column-5 {
    padding-bottom: 15px;
  }

  .featuretitle {
    font-size: 24px;
    line-height: 30px;
  }

  .featuresubheading {
    order: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .tab-pane-tab-2 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .tab-pane-tab-1 {
    margin: 0 15px;
  }

  .tab-pane-tab-3 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .columns-2 {
    margin-top: 15px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .column-6, .column-7, .column-8 {
    padding-bottom: 30px;
  }

  .fieldlabel {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .hyperlink {
    text-decoration: underline;
  }

  .text-block-4, .text-block-5, .text-block-6 {
    text-align: center;
  }

  .column-9 {
    margin-top: 0;
    margin-bottom: 15px;
  }

  .column-10 {
    margin-bottom: 15px;
  }

  .hero-wrapper-2-copy {
    flex-flow: column;
    align-content: space-around;
    margin: 0;
    display: flex;
  }

  .image-4, .image-5 {
    margin-right: 10px;
  }

  .form {
    margin-right: 15px;
    padding-left: 15px;
  }

  .columns-3 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-6 {
    width: 105px;
  }

  .image-7 {
    margin-bottom: -29px;
  }

  .column-11, .column-12, .column-13 {
    margin-bottom: 15px;
  }

  .footer-social-block {
    justify-content: flex-start;
    align-self: center;
    margin-left: 0;
  }

  .social-link {
    margin-left: 0;
  }

  .thank-you {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .social-block-link {
    margin-left: 9px;
    margin-right: 9px;
  }

  .widesocialblock {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-split-2-image {
    flex-flow: column;
    order: 0;
    align-content: flex-start;
    margin-top: 0;
    margin-bottom: 0;
  }

  .hero-split-2-text {
    flex-flow: column;
    order: 0;
    align-content: flex-start;
    margin-top: -40px;
    margin-bottom: 0;
  }

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

  .radio-button-field {
    margin-left: 0;
  }

  .columns-4 {
    margin-bottom: 10px;
  }

  .privacypage {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .list-item-17, .list-item-18, .list-item-19 {
    text-align: left;
  }

  .heading-4-copy {
    font-size: 32px;
    line-height: 36px;
  }

  .secondary-button-copy {
    margin-top: 15px;
  }

  .secondary-button-copy.footer-form-button {
    position: relative;
    right: 0;
  }

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

  .featuresubheading-copy {
    text-align: left;
    order: 0;
    font-size: 14px;
    line-height: 20px;
  }
}


