.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  font-family: Manrope, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 1.778em;
  font-weight: 500;
}

h1 {
  margin-top: 0px;
  margin-bottom: 24px;
  color: #ae7508;
  font-size: 62px;
  line-height: 1.161em;
  font-weight: 800;
}

h2 {
  margin-top: 0px;
  margin-bottom: 24px;
  color: #ae7508;
  font-size: 40px;
  line-height: 1.4em;
  font-weight: 800;
}

h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #ae7508;
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 800;
}

h4 {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #ae7508;
  font-size: 22px;
  line-height: 1.545em;
  font-weight: 800;
}

h5 {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #ae7508;
  font-size: 18px;
  line-height: 1.333em;
  font-weight: 800;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #ae7508;
  font-size: 16px;
  line-height: 1.375em;
  font-weight: 800;
}

p {
  margin-bottom: 20px;
}

a {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #d3a348;
  text-decoration: underline;
}

a:hover {
  color: #333;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 14px;
}

img {
  display: inline-block;
  max-width: 100%;
}

label {
  display: block;
  margin-bottom: 8px;
  color: #ae7508;
  line-height: 1.333em;
  font-weight: 600;
}

strong {
  color: #ae7508;
  font-weight: 700;
}

blockquote {
  margin-bottom: 10px;
  padding: 71px 0px 94px 45px;
  border-left: 4px solid #d3a348;
  background-color: #fff;
  color: #ae7508;
  font-size: 28px;
  line-height: 1.714em;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  margin-top: 15px;
  text-align: center;
}

.mg-top-8px {
  margin-top: 8px;
}

.mg-bottom-8px {
  margin-bottom: 8px;
}

.mg-top-24px {
  margin-top: 24px;
}

.mg-top-32px {
  margin-top: 32px;
}

.mg-bottom-32px {
  margin-bottom: 32px;
}

.mg-top-40px {
  margin-top: 40px;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.bg-primary-1 {
  background-color: #d3a348;
}

.bg-primary-2 {
  background-color: #333;
}

.bg-secondary-1 {
  background-color: #fff8ea;
}

.bg-secondary-2 {
  background-color: #fff6e4;
}

.bg-secondary-3 {
  background-color: #fff8ea;
}

.bg-neutral-700 {
  background-color: #766440;
}

.bg-neutral-600 {
  background-color: #333;
}

.bg-neutral-500 {
  background-color: #cdc1ab;
}

.bg-neutral-400 {
  background-color: #e0e0e0;
}

.bg-neutral-300 {
  background-color: #e3e3e3;
}

.bg-neutral-200 {
  background-color: #ededed;
}

.bg-neutral-100 {
  background-color: #f8f8f8;
}

.style-guide-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 32px;
  z-index: 2;
  height: 100%;
  min-height: 96vh;
  margin-right: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 14em;
  -ms-flex: 0 14em;
  flex: 0 14em;
}

.container-default {
  max-width: 1270px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-default._404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.style-guide-content {
  max-width: 100%;
  margin-left: 18px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 8px 22px 0 rgba(35, 30, 97, 0.13);
}

.section-styleguide {
  padding-top: 86px;
  padding-bottom: 86px;
}

.style-guide-title {
  margin-top: 0px;
}

.style-guide-header {
  padding: 100px 68px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  background-color: #f8f8f8;
}

.sidebar-navigation {
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.style-guide-icon-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  margin-right: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 18px;
  background-color: #d3a348;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.style-guide-sidebar-icon {
  width: 60%;
}

.style-guide-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 14px;
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
  color: #333;
  text-decoration: none;
}

.style-guide-link:hover {
  background-color: #fff8ea;
  color: #d3a348;
}

.style-guide-link.w--current {
  background-color: #fff8ea;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
  color: #d3a348;
  font-weight: 700;
}

.style-guide-link-wrapper {
  margin-bottom: 8px;
}

.style-guide-sidebar-title {
  margin-bottom: 24px;
  padding-right: 20px;
  padding-bottom: 24px;
  padding-left: 20px;
  border-bottom: 1px solid #e3e3e3;
  color: #ae7508;
  font-size: 22px;
  line-height: 24px;
}

.style-guide-sidebar-title.middle {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #e3e3e3;
}

.color-primary-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.color-container {
  border-style: solid;
  border-width: 1px;
  border-color: #e3e3e3;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 12px 22px 0 rgba(100, 76, 32, 0.13);
}

.color-block {
  min-height: 120px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.color-content {
  padding: 22px 16px 24px;
  border-top: 1px solid #e3e3e3;
}

.color-title {
  color: #ae7508;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}

.color-hex {
  color: #333;
  line-height: 20px;
}

.style-guide-subtitle {
  margin-top: 0px;
}

.color-content-wrapper {
  padding-bottom: 56px;
}

.color-content-wrapper.last {
  padding-bottom: 0px;
}

.color-secondary-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.color-neutral-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.typography-container {
  padding-top: 54px;
  padding-bottom: 54px;
  border-bottom: 1px solid #e3e3e3;
}

.typography-container.last {
  padding-bottom: 0px;
  border-bottom-width: 0px;
}

.container-small-left {
  max-width: 592px;
}

.typography-details {
  margin-top: 15px;
  color: #d3a348;
  font-weight: 500;
}

.paragraph-large {
  font-size: 24px;
  line-height: 1.583em;
}

.style-guide-subheader {
  padding: 56px 68px;
  background-color: #ededed;
}

.style-guide-content-wrapper {
  padding: 110px 68px;
}

.icons-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: repeat(auto-fit, 80px);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.buttons-grid {
  grid-column-gap: 24px;
  grid-row-gap: 56px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button-primary {
  padding: 26px 40px;
  border-radius: 14px;
  background-color: #d3a348;
  -webkit-transition: box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, background-color 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  color: #f8f8f8;
  line-height: 1.111em;
  font-weight: 800;
  text-align: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.button-primary:hover {
  background-color: #555;
  box-shadow: 0 10px 30px 0 rgba(74, 58, 255, 0.15);
  -webkit-transform: translate3d(0px, -3px, 0.01px);
  transform: translate3d(0px, -3px, 0.01px);
  color: #f8f8f8;
}

.button-primary.small {
  padding: 18px 24px;
  border-radius: 10px;
  font-size: 16px;
  line-height: 1.125em;
}

.button-primary.large {
  padding: 26px 68px;
  font-size: 22px;
}

.button-primary.full-width {
  display: block;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.button-primary.full-width.add-cart {
  width: 100%;
}

.button-primary.full-width.card-plan {
  -webkit-transition-property: none;
  transition-property: none;
}

.button-primary.full-width.card-plan:hover {
  background-color: #d3a348;
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.button-primary.checkout {
  margin-top: 15px;
  margin-bottom: 0px;
}

.button-primary._2-buttons-button {
  margin-right: 28px;
  margin-bottom: 15px;
  background-color: #d3a348;
}

.button-primary._2-buttons-button:hover {
  box-shadow: 0 10px 30px 0 rgba(211, 163, 72, 0.4);
}

.button-primary.bg-primary-2 {
  background-color: #333;
}

.button-primary.bg-primary-2:hover {
  background-color: #ae7508;
}

.button-primary.header-button {
  padding: 18px 24px;
  border-radius: 10px;
  font-size: 16px;
  line-height: 1.125em;
}

.button-primary.header-button:hover {
  box-shadow: 0 10px 30px 0 rgba(211, 163, 72, 0.4);
}

.button-primary.cart-empty {
  margin-top: 40px;
}

.button-primary.blog-post-category {
  padding: 16px 30px;
  border-radius: 10px;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 600;
}

.button-secondary {
  padding: 26px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #e3e3e3;
  border-radius: 14px;
  background-color: #f8f8f8;
  box-shadow: 0 3px 18px 0 rgba(255, 189, 64, 0.14);
  -webkit-transition: border-color 300ms ease, box-shadow 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  transition: border-color 300ms ease, box-shadow 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  transition: border-color 300ms ease, box-shadow 300ms ease, transform 300ms ease, color 300ms ease;
  transition: border-color 300ms ease, box-shadow 300ms ease, transform 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  color: #d3a348;
  line-height: 1.111em;
  text-align: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.button-secondary:hover {
  border-color: #e0e0e0;
  box-shadow: 0 10px 30px 0 rgba(74, 58, 255, 0.15);
  -webkit-transform: translate3d(0px, -3px, 0.01px);
  transform: translate3d(0px, -3px, 0.01px);
  color: #333;
}

.button-secondary.small {
  padding: 18px 24px;
  font-size: 16px;
  line-height: 1.125em;
}

.button-secondary.large {
  padding: 26px 68px;
  font-size: 22px;
}

.button-secondary.discounts {
  height: auto;
  margin-left: 0px;
  padding-right: 16px;
  padding-bottom: 26px;
  padding-left: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-width: 1px;
}

.button-secondary._2-buttons-button {
  margin-bottom: 15px;
  color: #d3a348;
}

.button-secondary._2-buttons-button:hover {
  box-shadow: 0 10px 30px 0 rgba(211, 163, 72, 0.4);
}

.button-secondary._2-buttons-button.store-1 {
  margin-right: 24px;
  padding: 17px 34px;
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
}

.button-secondary._2-buttons-button.store-2 {
  padding: 17px 34px;
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
}

.button-secondary._2-buttons-button.store-footer-1 {
  margin-right: 20px;
  padding: 14px 25px;
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
}

.button-secondary._2-buttons-button.store-footer-2 {
  padding: 14px 25px;
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
}

.button-secondary.outline {
  background-color: transparent;
  box-shadow: none;
  -webkit-transition: background-color 300ms ease, border-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, border-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, border-color 300ms ease, transform 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border-color 300ms ease, transform 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  color: #f8f8f8;
}

.button-secondary.outline:hover {
  border-color: #f8f8f8;
  background-color: #f8f8f8;
  box-shadow: none;
  color: #d3a348;
}

.button-secondary.outline._2-buttons-button {
  background-color: #e0e0e0;
  color: #333;
}

.button-secondary.full-width {
  display: block;
}

.button-secondary.full-width.buy-now {
  margin-top: 16px;
}

.button-secondary.pagination {
  margin-top: 80px;
  font-size: 18px;
}

.style-guide-button-container {
  margin-top: 32px;
}

.cards-grid {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.header {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-style: none none solid;
  border-width: 2px;
  border-color: #d3a348;
  background-color: #fff;
  color: #333;
}

.header-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
}

.nav-item-wrapper {
  margin-right: 32px;
  margin-bottom: 0px;
}

.nav-item-wrapper.last {
  margin-right: 0px;
}

.nav-item-wrapper.button-mobile {
  display: none;
  margin-right: 0px;
}

.nav-link {
  color: #333;
  text-decoration: none;
  white-space: nowrap;
}

.nav-link:hover {
  box-shadow: 0 3px 0 0 rgba(211, 163, 72, 0.4);
}

.nav-link.w--current {
  -webkit-transition: box-shadow 500ms ease, color 300ms ease;
  transition: box-shadow 500ms ease, color 300ms ease;
}

.nav-link.w--current:hover {
  box-shadow: 0 3px 0 0 rgba(211, 163, 72, 0.4);
}

.nav-link.dropdown {
  padding: 0px;
}

.nav-link.dropdown:hover {
  color: #333;
}

.nav-menu {
  margin-right: 50px;
}

.footer {
  padding-top: 50px;
  padding-bottom: 38px;
  border-top: 1px solid #e0e0e0;
  background-color: #fff;
}

.footer-logo-container {
  margin-right: 33px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.footer-logo-container:hover {
  -webkit-transform: scale3d(1.03, 1.03, 1.01);
  transform: scale3d(1.03, 1.03, 1.01);
}

.footer-nav {
  margin-right: 30px;
  margin-bottom: 0px;
  padding-left: 0px;
}

.footer-nav.last {
  margin-right: 0px;
}

.footer-logo {
  width: 187px;
}

.footer-nav-item {
  margin-bottom: 14px;
}

.section {
  padding-top: 25px;
  padding-bottom: 75px;
}

.section.home-hero {
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 56px;
  color: #333;
}

.section.bg-neutral-200.steps {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ededed;
}

.section.bg-neutral-200.home-testimonials {
  overflow: hidden;
  padding-top: 75px;
  padding-bottom: 75px;
}

.section.bg-primary-1.cta-1 {
  overflow: hidden;
  padding-top: 74px;
  padding-bottom: 74px;
}

.section.bg-primary-1.cta-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 147px;
  padding-bottom: 147px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.home-download {
  position: relative;
  overflow: hidden;
}

.section.about-hero {
  padding-top: 150px;
  padding-bottom: 169px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ededed), color-stop(50%, #fff));
  background-image: linear-gradient(180deg, #ededed, #fff 50%);
}

.section.home-perks {
  overflow: hidden;
  padding-top: 75px;
  padding-bottom: 75px;
}

.section.careers-hero {
  padding-top: 120px;
  padding-bottom: 108px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
  background-image: linear-gradient(180deg, #ededed, #fff);
}

.section.careers-perks {
  padding-top: 92px;
  padding-bottom: 192px;
}

.section.career {
  padding-top: 120px;
  padding-bottom: 160px;
}

.section.blog-hero {
  position: relative;
  padding-top: 120px;
}

.section.post {
  position: relative;
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 156px;
}

.section.pricing {
  padding-top: 150px;
  padding-bottom: 45px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ededed), color-stop(64%, #fff));
  background-image: linear-gradient(180deg, #ededed, #fff 64%);
}

.section.plan {
  padding-top: 120px;
  padding-bottom: 164px;
}

.section.contact-hero {
  padding-top: 150px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
  background-image: linear-gradient(180deg, #ededed, #fff);
}

.section.blog-category {
  padding-top: 120px;
}

.section.team {
  padding-top: 120px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
  background-image: linear-gradient(180deg, #ededed, #fff);
}

.section.utility-page {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ededed;
}

.licenses-image {
  border-radius: 16px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 800px;
  padding: 60px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-wrap._404 {
  padding-right: 0px;
  padding-left: 0px;
}

.utility-page-content-password {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 580px;
  margin-top: 70px;
  padding: 72px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: #e3e3e3;
  border-radius: 32px;
  background-color: #fff;
  box-shadow: 0 18px 30px 0 rgba(100, 76, 32, 0.13);
  -webkit-transition: border-color 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: border-color 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: border-color 300ms ease, box-shadow 300ms ease, transform 300ms ease;
  transition: border-color 300ms ease, box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  text-align: center;
}

.utility-page-content-password:hover {
  border-color: #e0e0e0;
  box-shadow: 0 25px 35px 0 rgba(28, 28, 87, 0.08);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.input {
  min-height: 74px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #e3e3e3;
  border-radius: 9px;
  background-color: #f8f8f8;
  box-shadow: 0 2px 8px 0 rgba(81, 62, 25, 0.05);
  -webkit-transition: box-shadow 300ms ease, border-color 300ms ease, color 300ms ease;
  transition: box-shadow 300ms ease, border-color 300ms ease, color 300ms ease;
  color: #ae7508;
  font-size: 18px;
}

.input:hover {
  border-color: #d3a348;
  box-shadow: 0 5px 14px 0 rgba(109, 114, 246, 0.1);
}

.input:focus {
  border-color: #d3a348;
  box-shadow: 0 5px 14px 0 rgba(109, 114, 246, 0.1);
  color: #ae7508;
  font-size: 18px;
}

.input::-webkit-input-placeholder {
  color: #333;
  font-size: 18px;
}

.input:-ms-input-placeholder {
  color: #333;
  font-size: 18px;
}

.input::-ms-input-placeholder {
  color: #333;
  font-size: 18px;
}

.input::placeholder {
  color: #333;
  font-size: 18px;
}

.input.password {
  margin-bottom: 20px;
}

.input.checkout {
  margin-bottom: 16px;
}

.input.discounts {
  width: 100%;
  margin-bottom: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-width: 1px;
}

.input.cart-item-quantity {
  display: none;
  min-height: 38px;
  padding-right: 10px;
  padding-left: 10px;
}

._404-title {
  margin-right: 40px;
  color: #d3a348;
  font-size: 180px;
  line-height: 1em;
  font-weight: 700;
}

.container-medium-761px {
  max-width: 761px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-medium-761px.changelog {
  margin-top: -260px;
}

.container-medium-761px.utility-page {
  text-align: center;
}

.divider {
  width: 100%;
  min-height: 1px;
  background-color: #e0e0e0;
}

.divider.utility-pages {
  margin-top: 60px;
  margin-bottom: 60px;
}

.divider.utility-pages.big {
  margin-top: 100px;
  margin-bottom: 100px;
}

.divider.about-hero {
  margin-top: 67px;
  margin-bottom: 67px;
}

.divider.card-plan {
  margin-top: 5px;
  margin-bottom: 5px;
}

.divider.plan {
  margin-top: 71px;
  margin-bottom: 66px;
  background-color: #e3e3e3;
}

.icon-password {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 150px;
  height: 150px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #ededed;
}

.paragraph.password {
  margin-bottom: 40px;
}

.paragraph._404 {
  margin-bottom: 40px;
}

.paragraph.home-hero {
  max-width: 507px;
  margin-bottom: 48px;
}

.paragraph.home-perks-featured-top-content-paragraph {
  margin-bottom: 36px;
}

.paragraph.home-perks-featured-bottom-content-paragraph {
  margin-bottom: 36px;
  color: #333;
}

.paragraph.neutral-300 {
  color: #e3e3e3;
}

.paragraph.neutral-300.cta-1 {
  margin-bottom: 48px;
}

.paragraph.neutral-300.cta-2 {
  margin-bottom: 40px;
}

.paragraph.neutral-300.card-footer-download {
  margin-bottom: 40px;
  color: #fff6e4;
}

.paragraph.card-home-perk {
  margin-bottom: 0px;
}

.paragraph.card-home-testimonial {
  margin-bottom: 22px;
}

.paragraph.home-download {
  margin-bottom: 32px;
}

.paragraph.step-tab-link-paragraph {
  margin-bottom: 0px;
}

.paragraph.home-testimonials {
  margin-bottom: 0px;
}

.paragraph.card-value {
  margin-bottom: 0px;
}

.paragraph.card-timeline-year {
  margin-bottom: 0px;
}

.paragraph.careers-hero {
  max-width: 624px;
  margin-right: auto;
  margin-bottom: 48px;
  margin-left: auto;
}

.paragraph.careers-perks {
  max-width: 416px;
  margin-bottom: 0px;
}

.paragraph.careers-perk {
  margin-bottom: 0px;
}

.paragraph.open-positions {
  max-width: 464px;
  margin-bottom: 0px;
}

.paragraph.card-career-item {
  margin-bottom: 0px;
}

.paragraph.open-positions-contact {
  margin-bottom: 48px;
}

.paragraph.job-description-summary {
  margin-bottom: 40px;
}

.paragraph.card-career-apply {
  margin-bottom: 25px;
}

.paragraph.card-post-featured {
  margin-bottom: 40px;
}

.paragraph.post-item {
  margin-bottom: 36px;
}

.paragraph.post-excerpt {
  max-width: 621px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.paragraph.card-post-author {
  margin-bottom: 0px;
}

.paragraph.pricing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.paragraph.pricing.stratgy {
  text-align: left;
}

.paragraph.card-plan-excerpt {
  margin-bottom: 0px;
}

.paragraph.faqs {
  margin-bottom: 48px;
}

.paragraph.faq {
  margin-bottom: 6px;
}

.paragraph.plan-description-excerpt {
  max-width: 525px;
  margin-bottom: 50px;
}

.paragraph.card-get-plan {
  margin-bottom: 14px;
}

.paragraph.contact-hero {
  margin-bottom: 0px;
}

.paragraph.contact-link {
  margin-bottom: 30px;
}

.paragraph.contact {
  margin-bottom: 48px;
}

.paragraph.team-about-summary {
  margin-bottom: 32px;
}

.paragraph.utility-page {
  margin-bottom: 0px;
}

.paragraph.card-default {
  margin-bottom: 0px;
}

.paragraph-small {
  font-size: 16px;
  line-height: 1.625em;
}

.card {
  overflow: hidden;
  border-radius: 20px;
  background-color: #f8f8f8;
  box-shadow: 0 18px 30px 0 rgba(100, 76, 32, 0.13);
}

.card.changelog {
  margin-bottom: 40px;
  padding: 60px 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #e3e3e3;
  text-align: center;
}

.card.checkout {
  margin-bottom: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #e3e3e3;
}

.card.checkout.last {
  margin-bottom: 0px;
}

.card.checkout.order-summary {
  margin-bottom: 0px;
  border-width: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  box-shadow: none;
}

.card.home-perk {
  padding: 58px 40px;
  text-align: center;
}

.card.home-testimonial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  max-width: 540px;
  margin-left: 30px;
  padding: 51px 48px 55px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card.footer-download {
  max-width: 494px;
  padding: 50px 56px;
  background-color: #d3a348;
}

.card.step-tab-link {
  margin-bottom: 33px;
  padding: 0px 47px;
  background-color: transparent;
  box-shadow: none;
  color: #333;
}

.card.step-tab-link:hover {
  color: #333;
}

.card.step-tab-link.w--current {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f8f8f8;
  box-shadow: 0 18px 30px 0 rgba(100, 76, 32, 0.13);
}

.card.step-tab-link.last {
  margin-bottom: 0px;
}

.card.value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 64px 48px 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card.timeline-year {
  max-width: 555px;
  padding: 48px;
  -webkit-transform: perspective(1000px);
  transform: perspective(1000px);
}

.card.timeline-year._1 {
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.card.timeline-year._2 {
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.card.career-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 577px;
  min-height: 100%;
  padding: 46px 30px 58px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: #e3e3e3;
  -webkit-transition: border-color 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: border-color 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: border-color 300ms ease, box-shadow 300ms ease, transform 300ms ease;
  transition: border-color 300ms ease, box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  color: #333;
  text-decoration: none;
}

.card.career-item:hover {
  border-color: #e0e0e0;
  box-shadow: 0 25px 35px 0 rgba(28, 28, 87, 0.08);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
  color: #333;
}

.card.career-apply {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  padding: 62px 30px 72px;
  border-style: solid;
  border-width: 1px;
  border-color: #e3e3e3;
  -webkit-transition: box-shadow 300ms ease, border-color 300ms ease;
  transition: box-shadow 300ms ease, border-color 300ms ease;
}

.card.career-apply:hover {
  border-color: #e0e0e0;
  box-shadow: 0 25px 35px 0 rgba(28, 28, 87, 0.08);
}

.card.post-featured {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 41px 52px 41px 64px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  color: #333;
  text-decoration: none;
}

.card.post-featured:hover {
  box-shadow: 0 25px 35px 0 rgba(28, 28, 87, 0.08);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
  color: #333;
}

.card.post-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 962px;
  margin-right: auto;
  margin-left: auto;
  padding: 65px 68px 80px 77px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e3e3e3;
  border-radius: 34px;
  -webkit-transition: box-shadow 300ms ease, border-color 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, border-color 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, border-color 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, border-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
}

.card.post-author:hover {
  border-color: #e0e0e0;
  box-shadow: 0 25px 35px 0 rgba(28, 28, 87, 0.08);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.card.plan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 450px;
  min-height: 100%;
  margin-bottom: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: #e3e3e3;
  -webkit-transition: box-shadow 300ms ease, border-color 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, border-color 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, border-color 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, border-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  color: #333;
  text-decoration: none;
}

.card.plan:hover {
  border-color: #e0e0e0;
  box-shadow: 0 25px 35px 0 rgba(28, 28, 87, 0.08);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
  color: #333;
}

.card.faq {
  margin-bottom: 25px;
  padding: 20px 48px;
  border-style: solid;
  border-width: 1px;
  border-color: #e3e3e3;
  box-shadow: 0 5px 14px 0 rgba(100, 76, 32, 0.13);
  -webkit-transition: box-shadow 300ms ease, border-color 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, border-color 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, border-color 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, border-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  cursor: pointer;
}

.card.faq:hover {
  border-color: #d3a348;
  box-shadow: 0 10px 25px 0 rgba(28, 28, 87, 0.08);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.card.get-plan {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  padding: 48px 48px 64px;
  border-style: solid;
  border-width: 1px;
  border-color: #e3e3e3;
  -webkit-transition: box-shadow 300ms ease, border-color 300ms ease;
  transition: box-shadow 300ms ease, border-color 300ms ease;
}

.card.get-plan:hover {
  border-color: #e0e0e0;
  box-shadow: 0 25px 35px 0 rgba(28, 28, 87, 0.08);
}

.card.get-plan.mobile {
  display: none;
}

.card.contact-link {
  padding: 51px 40px 82px;
  border-style: solid;
  border-width: 1px;
  border-color: #e3e3e3;
  -webkit-transition: box-shadow 300ms ease, border-color 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, border-color 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, border-color 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, border-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  color: #333;
  text-align: center;
  text-decoration: none;
}

.card.contact-link:hover {
  border-color: #e0e0e0;
  box-shadow: 0 25px 35px 0 rgba(28, 28, 87, 0.08);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
  color: #333;
}

.card.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 702px;
  min-height: 795px;
  padding: 80px 48px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e3e3e3;
}

.card.team {
  overflow: visible;
  margin-top: 150px;
  margin-bottom: 80px;
  padding-right: 68px;
  padding-bottom: 80px;
  padding-left: 77px;
  border-style: solid;
  border-width: 1px;
  border-color: #e3e3e3;
  border-radius: 34px;
  text-align: center;
}

.card.default {
  padding: 58px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #e3e3e3;
}

.checkout-form {
  padding: 100px 0px 200px;
  background-color: transparent;
}

.checkout-block-header {
  padding: 30px 40px 20px;
  border-width: 0px;
}

.checkout-block-content {
  padding: 10px 40px 40px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
}

.title.checkout {
  margin-bottom: 0px;
}

.title.order-item-title {
  color: #ae7508;
  font-size: 22px;
  font-weight: 800;
  text-decoration: none;
}

.title.order-item-title:hover {
  color: #333;
}

.title.neutral-100 {
  color: #f8f8f8;
}

.title.neutral-100.cta-2 {
  margin-bottom: 18px;
}

.title.card-home-perk {
  margin-bottom: 24px;
}

.title.footer-menu {
  margin-bottom: 30px;
  color: #ae7508;
  line-height: 1.333em;
  font-weight: 800;
}

.title.h3-size {
  color: #ae7508;
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 800;
}

.title.h3-size.card-footer-download {
  margin-bottom: 10px;
  color: #f8f8f8;
}

.title.h3-size.card-career-apply {
  margin-bottom: 15px;
}

.title.h3-size.card-post-author {
  margin-bottom: 10px;
}

.title.h3-size.card-plan {
  margin-bottom: 7px;
}

.title.h3-size.card-get-plan {
  margin-bottom: 14px;
}

.title.h3-size.card-contact-link {
  margin-bottom: 16px;
}

.title.step-tab-link-title {
  margin-bottom: 10px;
}

.title.home-hero {
  color: #d3a348;
  font-size: 55px;
}

.title.home-perks {
  margin-bottom: 0px;
  color: #ededed;
}

.title.about-hero {
  max-width: 940px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  text-align: center;
}

.title.about-hero-vision-mission {
  margin-bottom: 0px;
}

.title.values {
  margin-bottom: 0px;
}

.title.card-value {
  margin-bottom: 8px;
}

.title.h2-size {
  color: #ae7508;
  font-size: 40px;
  line-height: 1.4em;
  font-weight: 800;
}

.title.h2-size.team-item-name {
  margin-bottom: 8px;
}

.title.about-story {
  margin-bottom: 0px;
}

.title.about-team {
  margin-bottom: 0px;
}

.title.card-timeline-year {
  margin-bottom: 13px;
}

.title.careers-perk {
  margin-bottom: 22px;
}

.title.careers-testimonials {
  margin-bottom: 0px;
}

.title.open-positions {
  margin-right: 30px;
  margin-bottom: 0px;
}

.title.card-career-item {
  margin-bottom: 11px;
}

.title.more-positions {
  margin-bottom: 0px;
}

.title.career {
  margin-bottom: 37px;
}

.title.card-post-featured {
  margin-bottom: 18px;
}

.title.blog-hero {
  margin-bottom: 47px;
}

.title.blog {
  margin-right: 30px;
  margin-bottom: 0px;
}

.title.post-item {
  margin-bottom: 16px;
}

.title.more-articles {
  margin-bottom: 0px;
}

.title.pricing.strategy {
  color: #ae7508;
  font-size: 40px;
  text-align: left;
}

.title.h4-size {
  color: #ae7508;
  font-size: 22px;
  line-height: 1.545em;
  font-weight: 800;
}

.title.faq {
  margin-right: 30px;
  margin-bottom: 0px;
}

.title.plan {
  margin-right: 18px;
  margin-bottom: 0px;
}

.title.h1-size {
  color: #ae7508;
  font-size: 62px;
  line-height: 1.161em;
  font-weight: 800;
}

.title.contact-social-media {
  margin-bottom: 24px;
}

.title.category {
  margin-right: 16px;
  margin-bottom: 0px;
}

.title.team-name {
  margin-bottom: 10px;
}

.title.team-about {
  margin-right: 10px;
  margin-bottom: 0px;
}

.title.team-articles {
  margin-right: 10px;
  margin-bottom: 0px;
}

.title.changelog {
  margin-bottom: 0px;
}

.title.password {
  margin-bottom: 16px;
}

.title.dropdown-nav-title {
  margin-bottom: 31px;
  color: #ae7508;
  line-height: 1.333em;
  font-weight: 800;
}

.title.cart-item-title {
  color: #ae7508;
  font-size: 22px;
  font-weight: 800;
  text-decoration: none;
}

.title.cart-item-title:hover {
  color: #333;
}

.split-content.checkout-left {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.split-content.checkout-right {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.split-content.header-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.split-content.footer-content-bottom-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.split-content.content-top-more-positions-left {
  max-width: 597px;
}

.split-content.plan-content {
  max-width: 756px;
  margin-right: 30px;
}

.split-content.plan-sidebar {
  max-width: 416px;
}

.split-content.content-top-team-articles-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkout-field-label {
  margin-top: 20px;
  margin-bottom: 10px;
}

.checkout-required-text {
  color: #333;
}

.checkout-billing-address-toggle {
  margin-top: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkout-checkbox-label {
  margin-bottom: 0px;
}

.checkout-checkbox {
  margin-top: 0px;
}

.order-item-list {
  margin-bottom: -40px;
}

.order-item {
  margin-bottom: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.image-wrapper.order-item-image {
  max-width: 80px;
  margin-right: 20px;
  margin-bottom: 15px;
  border-radius: 26px;
  box-shadow: 0 5px 21px 0 rgba(255, 209, 121, 0.22);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.image-wrapper.order-item-image:hover {
  -webkit-transform: scale(1.05) translate(0px, 0px);
  -ms-transform: scale(1.05) translate(0px, 0px);
  transform: scale(1.05) translate(0px, 0px);
}

.image-wrapper.about-hero {
  margin-bottom: 200px;
  border-radius: 15px;
}

.image-wrapper.team-item-image {
  margin-bottom: 28px;
  border-radius: 26px;
}

.image-wrapper.card-post-featured {
  max-width: 43%;
  border-radius: 9999px;
}

.image-wrapper.post-item {
  max-width: 100%;
  margin-bottom: 32px;
  border-radius: 999999999px;
}

.image-wrapper.post-author-link-image {
  width: 47px;
  min-height: 47px;
  min-width: 47px;
  margin-right: 16px;
  border-radius: 1000px;
}

.image-wrapper.card-post-author {
  width: 100%;
  max-width: 310px;
  margin-right: 30px;
  border-radius: 99999px;
}

.image-wrapper.card-plan-icon {
  overflow: visible;
  width: 96px;
  min-height: 96px;
  min-width: 96px;
  margin-bottom: 24px;
  border-radius: 26px;
}

.image-wrapper.card-contact-link-icon {
  width: 112px;
  min-height: 112px;
  min-width: 112px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  border-radius: 31px;
  box-shadow: 0 7px 27px 0 rgba(255, 209, 121, 0.22);
}

.image-wrapper.team {
  width: 100%;
  max-width: 310px;
  margin-bottom: 40px;
  border-radius: 99999px;
}

.image-wrapper.cart-item-image {
  max-width: 80px;
  margin-right: 20px;
  margin-bottom: 15px;
  border-radius: 26px;
  box-shadow: 0 5px 21px 0 rgba(255, 209, 121, 0.22);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.image-wrapper.cart-item-image:hover {
  -webkit-transform: scale(1.05) translate(0px, 0px);
  -ms-transform: scale(1.05) translate(0px, 0px);
  transform: scale(1.05) translate(0px, 0px);
}

.image.order-item-image {
  width: auto;
  height: auto;
}

.image.home-hero-1 {
  position: relative;
  z-index: 1;
  max-width: 115%;
  margin-top: -21px;
  margin-bottom: -47px;
}

.image.home-hero-partner-logo {
  margin-right: 15px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image.home-hero-partner-logo:hover {
  -webkit-transform: scale3d(1.03, 1.03, 1.01);
  transform: scale3d(1.03, 1.03, 1.01);
}

.image.home-perk-featured-top-icon {
  max-width: 28px;
  margin-right: 14px;
  border-radius: 9999px;
}

.image.home-perk-featured-bottom-icon {
  max-width: 28px;
  margin-right: 14px;
  border-radius: 9999px;
}

.image.home-perks-featured-top-image {
  position: relative;
  left: 26px;
  top: 40px;
  z-index: 1;
  max-width: 110%;
  margin-top: -32px;
  margin-bottom: -3px;
}

.image.home-perks-featured-bottom-image {
  position: relative;
  right: -3px;
  z-index: 1;
  max-width: 110%;
  margin-top: -57px;
  margin-bottom: -82px;
}

.image.card-home-perk-icon {
  max-width: 115px;
  margin-bottom: 33px;
}

.image.card-home-testimonial-about {
  width: 80px;
  min-height: 80px;
  min-width: 80px;
  margin-right: 25px;
  border-radius: 25px;
}

.image.home-download-feature-icon {
  max-width: 28px;
  margin-right: 14px;
  border-radius: 9999px;
}

.image.cta-1 {
  position: relative;
  right: 20px;
  bottom: 14px;
  z-index: 1;
  max-width: 110%;
  margin-top: -66px;
  margin-bottom: -36px;
}

.image.home-download {
  position: relative;
  max-width: 110%;
  margin-top: -36px;
  margin-bottom: -117px;
}

.image.cta-2 {
  position: relative;
  bottom: -131px;
  z-index: 1;
  max-width: 120%;
  margin-top: -81px;
  margin-bottom: -54px;
}

.image.step-mockup {
  position: relative;
  z-index: 1;
  max-width: 59%;
}

.image.store {
  min-height: 32px;
}

.image.store-footer {
  min-height: 26px;
}

.image.about-hero {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.card-value {
  width: 94px;
  min-height: 94px;
  min-width: 94px;
  margin-right: 30px;
  border-radius: 30px;
  box-shadow: 0 7px 27px 0 rgba(255, 209, 121, 0.22);
}

.image.team-item-image {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.timeline-dot {
  position: relative;
  z-index: 1;
  width: 47px;
  max-height: 47px;
  min-height: 47px;
  min-width: 47px;
  border-style: solid;
  border-width: 3px;
  border-color: #f8f8f8;
  border-radius: 9999px;
  box-shadow: 0 11px 23px 0 rgba(109, 114, 246, 0.32);
}

.image.careers-perk-icon {
  width: 78px;
  min-height: 78px;
  min-width: 78px;
  margin-bottom: 32px;
  border-radius: 20px;
  box-shadow: 0 5px 21px 0 rgba(255, 209, 121, 0.22);
}

.image.card-career-apply-icon {
  max-width: 113px;
  margin-bottom: 27px;
}

.image.card-post-featured {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.card-post-featured-author {
  width: 48px;
  min-height: 48px;
  min-width: 48px;
  margin-right: 16px;
  border-radius: 9999px;
}

.image.post-item {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.post {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.post-author-link-image {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.card-post-author {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.card-plan-icon {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.card-contact-link-icon {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.team {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.style-guide-icon {
  max-width: 80px;
  border-radius: 20px;
}

.image.changelog-icon {
  max-width: 112px;
  margin-bottom: 40px;
  border-radius: 31px;
  box-shadow: 0 7px 17px 0 rgba(255, 209, 121, 0.22);
}

.image.cart-item-image {
  width: auto;
  height: auto;
}

.order-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.order-item-content {
  margin-right: 0px;
  margin-left: 0px;
}

.order-item-price {
  color: #ae7508;
  font-weight: 800;
}

.apple-pay {
  height: 56px;
  border-radius: 14px;
}

.checkout-line-item {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.order-summary-subtotal {
  color: #ae7508;
  font-weight: 600;
}

.order-summary-total {
  color: #ae7508;
  font-size: 20px;
  font-weight: 800;
}

.discounts {
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-width: 0px;
}

.paypal {
  margin-bottom: 15px;
}

.checkout-hero-wrapper {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-button {
  position: relative;
  margin-right: 25px;
  padding: 0px;
  background-color: transparent;
  -webkit-transform: translate3d(0px, 0px, 0.01px);
  transform: translate3d(0px, 0px, 0.01px);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  color: #ae7508;
  font-size: 16px;
  line-height: 18px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.cart-button:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.cart-quantity {
  position: absolute;
  top: 0px;
  right: -12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 50px;
  min-height: 20px;
  min-width: auto;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 99999px;
  background-color: rgba(8, 206, 138, 0.88);
  box-shadow: 0 4px 4px 0 rgba(8, 206, 138, 0.3);
  color: #f8f8f8;
  font-size: 13px;
  line-height: 1.077em;
  font-weight: 600;
  text-shadow: 0 4px 3px #0e825a;
}

.cart-container {
  max-width: 500px;
  border-style: solid;
  border-width: 1px;
  border-color: #e3e3e3;
  border-radius: 20px;
}

.grid-licenses-images {
  margin-top: 24px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.licenses-link-image-container {
  overflow: hidden;
  height: 156px;
  border-radius: 16px;
  box-shadow: 0 6px 16px 0 rgba(35, 32, 70, 0.17);
  -webkit-transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
}

.licenses-link-image-container:hover {
  box-shadow: 0 8px 20px 0 rgba(35, 32, 70, 0.26);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.bg-neutral-800 {
  background-color: #ae7508;
}

.home-hero-content {
  position: relative;
  z-index: 1;
  max-width: 51%;
  min-width: 504px;
  margin-right: 10px;
}

.subtitle-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.subtitle-wrapper.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.subtitle-wrapper.card-timeline-year {
  color: #d3a348;
}

.subtitle-line {
  width: 40px;
  min-height: 2px;
  margin-right: 16px;
  background-color: #333;
}

.subtitle-line.hidden {
  display: none;
}

.subtitle-line.card-timeline-year {
  background-color: #d3a348;
}

._2-buttons {
  margin-bottom: -15px;
}

._2-buttons.card-footer-download-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.home-hero-image-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -17px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 117px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bg {
  position: absolute;
}

.bg.home-hero-circle {
  top: 86.219px;
  right: -45.5px;
  width: 105%;
  min-height: 79%;
  min-width: 105%;
  border-radius: 9999px;
  background-image: linear-gradient(152.59deg, #84611f, rgba(211, 163, 72, 0.41), #fff 0, #d3a348);
}

.bg.home-perks-featured-top-circle {
  width: 600px;
  height: 600px;
  border-radius: 9999px;
  background-image: linear-gradient(152.59deg, rgba(211, 163, 72, 0), #e0e0e0);
}

.bg.home-download {
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 0;
  width: 100%;
  max-width: 42%;
  background-color: #d3a348;
}

.bg.home-hero-bg {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  overflow: hidden;
  min-height: 1183px;
}

.bg.home-perks-featured-bottom-circle {
  left: -24px;
  bottom: 44px;
  width: 77%;
  min-height: 71%;
  min-width: 77%;
  border-radius: 9999px;
  background-image: linear-gradient(152.59deg, #fff, #d3a348);
}

.bg.cta-1-circle {
  right: 0px;
  bottom: 0px;
  width: 100%;
  min-height: 103%;
  min-width: 100%;
  border-radius: 1000px;
  background-image: linear-gradient(153deg, #9599ff, #767bf8);
}

.bg.home-hero-bg-shape {
  max-width: 67%;
}

.bg.cta-2-circle {
  left: 2.921875px;
  bottom: -148.953px;
  width: 770px;
  min-height: 770px;
  min-width: 770px;
  border-radius: 9999px;
  background-image: linear-gradient(153deg, #9599ff, #767bf8);
}

.bg.step-circle {
  width: 100%;
  min-height: 84%;
  min-width: 100%;
  border-radius: 99999px;
  background-image: linear-gradient(153deg, #fff, #d3a348);
}

.bg.blog-hero {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: -1;
  width: 61%;
  background-color: #ededed;
}

.bg.post-2 {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  min-height: 453px;
  background-color: #ededed;
}

.bg.plan {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.bg.plan-shape {
  position: static;
  max-width: 66%;
}

.home-hero-partners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-hero-coins-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 715px;
  margin-right: -15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.home-hero-coin-text {
  max-width: 29%;
  margin-right: 15px;
  font-size: 22px;
  line-height: 1.545em;
}

.home-perks-featured-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 75px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-perks-featured-top-content {
  max-width: 43%;
}

.home-perks-featured-top-content-grid {
  margin-bottom: 42px;
  grid-row-gap: 18px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.home-perk-featured-top-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #ae7508;
}

.home-perks-featured-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-perks-featured-bottom-content {
  max-width: 45%;
}

.home-perk-featured-bottom-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #ae7508;
}

.cta-1-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-1-content {
  max-width: 443px;
  min-width: 443px;
  margin-right: 30px;
}

.container-medium-600px {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-medium-600px.home-perks {
  margin-bottom: 56px;
  text-align: center;
}

.container-medium-600px.about-team {
  margin-bottom: 56px;
  text-align: center;
}

.container-medium-600px.about-story {
  margin-bottom: 114px;
  text-align: center;
}

.container-medium-600px.careers-testimonials {
  margin-bottom: 55px;
  text-align: center;
}

.home-perks-grid {
  margin-bottom: 56px;
  grid-column-gap: 26px;
  grid-row-gap: 59px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.home-perks-featured-top-image-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 51%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-perks-featured-bottom-image-wrapper {
  position: relative;
  max-width: 52%;
}

.flex-vc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-testimonials-grid {
  margin-bottom: 54px;
  justify-items: end;
  grid-column-gap: 55px;
  grid-row-gap: 40px;
}

.card-home-testimonial-about-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-left: -78px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-home-testimonial-about-name {
  color: #ae7508;
  line-height: 1.333em;
  font-weight: 800;
}

.home-testimonials-title-wrapper {
  max-width: 552px;
  margin-top: 28px;
}

.home-download-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-download-content {
  position: relative;
  z-index: 1;
  max-width: 407px;
}

.home-download-features-grid {
  margin-bottom: 42px;
  grid-row-gap: 18px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.home-download-feature-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #ae7508;
}

.cta-2-content {
  position: relative;
  z-index: 1;
  max-width: 46%;
  min-width: 491px;
}

.cta-1-image-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 54%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-download-image-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 59%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cta-2-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-2-images-wrapper {
  position: absolute;
  right: -140px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 63%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-content-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-menu-wrapper {
  margin-right: 40px;
}

.footer-menu-wrapper.last {
  margin-right: 0px;
}

.footer-menu-wrapper.first {
  width: 100%;
  max-width: 310px;
}

.footer-menu-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -14px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-content-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 38px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #e0e0e0;
}

.footer-menu-main-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 645px;
  margin-right: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-social-media-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 125px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: auto auto auto auto auto auto;
  grid-template-columns: auto auto auto auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-small-print {
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
  line-height: 1.625em;
}

.link-decoration-none {
  text-decoration: none;
}

.footer-social-media-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  min-height: 40px;
  min-width: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #d3a348;
  background-image: url('../images/insta.svg');
  background-position: 50% 50%;
  background-size: 54%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: 'Icons Finance X Template', sans-serif;
  color: #f8f8f8;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.footer-social-media-link:hover {
  background-color: #333;
  color: #f8f8f8;
}

.footer-social-media-link.icon-16px {
  font-size: 16px;
}

.footer-social-media-link.icon-18px {
  font-size: 18px;
}

.footer-social-media-link.icon-22px {
  background-image: url('../images/email.svg');
  background-position: 50% 50%;
  background-size: 52%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  font-size: 22px;
}

.steps-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.steps-tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 46%;
  min-width: 498px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.steps-tabs-content {
  overflow: visible;
  width: 100%;
  max-width: 49%;
}

.step-images-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-perks-featured-bottom-content-grid {
  margin-bottom: 42px;
  grid-row-gap: 18px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about-hero-achievements-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1066px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-hero-achievement-wrapper {
  margin-right: 15px;
  margin-bottom: 30px;
  margin-left: 15px;
  text-align: center;
}

.about-hero-achievement-number {
  margin-bottom: 13px;
  color: #ae7508;
  font-size: 58px;
  line-height: 1.103em;
  font-weight: 700;
}

.accent-text-primary-1 {
  color: #d3a348;
}

.about-hero-vision-mission-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-hero-vision-mission-content {
  max-width: 558px;
  margin-right: 40px;
}

.about-hero-vision-mission-content.last {
  margin-right: 0px;
}

.values-title-wrapper {
  max-width: 597px;
  margin-bottom: 48px;
}

.values-grid {
  grid-column-gap: 26px;
  grid-row-gap: 30px;
}

.card-value-content {
  max-width: 357px;
}

.about-team-grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: 58px;
  grid-auto-columns: 1fr;
  grid-column-gap: 26px;
  grid-row-gap: 62px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.team-item-wrapper {
  width: 100%;
  color: #333;
  text-decoration: none;
}

.team-item-wrapper:hover {
  color: #333;
}

.team-item-content {
  text-align: center;
}

.timeline-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.timeline-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 880px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.timeline-center {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 1177px;
  min-width: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.timeline-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 911px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.timeline-line {
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #cdc1ab;
}

.timeline-dot {
  position: relative;
  z-index: 1;
  width: 47px;
  max-height: 47px;
  min-height: 47px;
  min-width: 47px;
  border-style: solid;
  border-width: 3px;
  border-color: #f8f8f8;
  border-radius: 99999px;
  background-color: rgba(109, 114, 246, 0.4);
  box-shadow: 0 11px 23px 0 rgba(109, 114, 246, 0.32);
}

.container-large-1113px {
  max-width: 1113px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-large-1113px.careers-hero {
  text-align: center;
}

.careers-perks-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.careers-perks-content {
  max-width: 459px;
  min-width: 359px;
  margin-right: 40px;
}

.careers-perks-grid {
  max-width: 701px;
  grid-column-gap: 48px;
  grid-row-gap: 40px;
}

.careers-testimonials-grid {
  margin-bottom: 56px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.content-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-top.open-positions {
  margin-bottom: 64px;
}

.content-top.more-positions {
  margin-bottom: 48px;
}

.content-top.blog {
  margin-bottom: 80px;
}

.content-top.more-articles {
  margin-bottom: 66px;
}

.content-top.blog-category {
  margin-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.content-top.team-articles {
  margin-bottom: 66px;
}

.open-positions-grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: 54px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 32px;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.open-positions-contact-wrapper {
  max-width: 636px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.card-career-item-content-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card-career-item-title-wrapper {
  margin-right: 20px;
  margin-bottom: 22px;
}

.card-career-item-about-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -24px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-career-item-apply-button {
  margin-bottom: 22px;
  padding: 16px 14px;
  border-radius: 10px;
  background-color: #fff8ea;
  color: #d3a348;
  font-size: 16px;
  line-height: 1em;
  font-weight: 800;
  white-space: nowrap;
}

.card-career-item-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 24px;
  margin-left: -6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-career-item-about-icon-wrapper {
  margin-right: 6px;
  margin-bottom: -13px;
}

.card-career-item-content-bottom {
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid #e0e0e0;
}

.career-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.career-content {
  max-width: 55%;
  margin-right: 30px;
}

.career-sidebar {
  max-width: 416px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.more-positions-grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 32px;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.career-about-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -24px;
  margin-bottom: 23px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-career-apply-perks-grid {
  margin-bottom: 52px;
  grid-row-gap: 6px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-career-apply-perk-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #ae7508;
}

.card-career-apply-perk-icon {
  position: relative;
  top: 6px;
  width: 20px;
  min-height: 20px;
  min-width: 20px;
  margin-right: 14px;
  border-radius: 9999px;
}

.card-post-featured-content {
  max-width: 563px;
  margin-right: 30px;
}

.card-post-featured-content-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-underline {
  display: inline-block;
  color: #333;
  line-height: 1.222em;
  font-weight: 800;
}

.link-underline.post-item {
  margin-right: 30px;
  margin-bottom: 15px;
}

.link-underline-wrapper {
  width: 100%;
  min-height: 2px;
  margin-top: 4px;
  background-color: #e0e0e0;
}

.underline {
  width: 100%;
  min-height: 2px;
  background-color: #333;
}

.card-post-featured-author-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  margin-bottom: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-post-featured-date {
  margin-bottom: 16px;
  line-height: 1.333em;
}

.card-post-featured-author-name {
  color: #ae7508;
  line-height: 1.333em;
  font-weight: 800;
}

.categories-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -21px;
  margin-bottom: -21px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.category-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 21px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.category-button {
  margin-bottom: 21px;
  padding: 16px 30px;
  border-radius: 10px;
  background-color: #ededed;
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
  color: #333;
  font-size: 16px;
  line-height: 1.125em;
}

.category-button:hover {
  background-color: #d3a348;
  color: #f8f8f8;
}

.category-button.w--current {
  background-color: #d3a348;
  color: #f8f8f8;
}

.category-button.all {
  margin-right: 21px;
  margin-bottom: 21px;
}

.blog-grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 119px;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.post-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 540px;
  min-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #333;
  text-decoration: none;
}

.post-item-wrapper:hover {
  color: #333;
}

.post-item-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.post-item-content-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: -15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-item-date {
  margin-bottom: 15px;
  color: #ae7508;
  font-weight: 700;
}

.container-large-1162px {
  max-width: 1162px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-large-1162px.post {
  margin-bottom: 56px;
  text-align: center;
}

.post-content {
  max-width: 828px;
  margin-right: auto;
  margin-bottom: 120px;
  margin-left: auto;
}

.rich-text h2 {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}

.rich-text p {
  max-width: 760px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
}

.rich-text blockquote {
  max-width: 806px;
  margin: 24px auto;
}

.rich-text h3 {
  max-width: 760px;
  margin: 48px auto 16px;
}

.rich-text h4 {
  max-width: 760px;
  margin-top: 48px;
  margin-right: auto;
  margin-left: auto;
}

.rich-text ul {
  max-width: 760px;
  margin: 24px auto;
  padding-left: 20px;
}

.rich-text img {
  border-radius: 25px;
}

.rich-text figure {
  margin-top: 34px;
  margin-bottom: 60px;
}

.rich-text h5 {
  max-width: 760px;
  margin-top: 48px;
  margin-right: auto;
  margin-left: auto;
}

.rich-text ol {
  max-width: 760px;
  margin: 24px auto;
  padding-left: 20px;
}

.rich-text h6 {
  max-width: 760px;
  margin: 48px auto 8px;
}

.post-content-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 36px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-content-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-author-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ae7508;
  line-height: 1.333em;
  font-weight: 800;
  text-decoration: none;
}

.post-content-about-divider {
  width: 1px;
  min-height: 30px;
  margin-right: 19px;
  margin-left: 24px;
  background-color: #e0e0e0;
}

.post-date {
  color: #ae7508;
  font-weight: 700;
}

.card-post-author-content {
  max-width: 452px;
}

.card-post-author-content-top {
  margin-bottom: 32px;
  color: #333;
  text-decoration: none;
}

.card-post-author-content-top:hover {
  color: #333;
}

.card-post-author-rol {
  color: #333;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 800;
  text-transform: uppercase;
}

.card-post-author-social-media-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 360px;
  margin-right: -24px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: auto auto auto auto auto auto;
  grid-template-columns: auto auto auto auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-post-author-social-media-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  min-height: 40px;
  min-width: 40px;
  margin-right: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #d3a348;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: 'Icons Finance X Template', sans-serif;
  color: #f8f8f8;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.card-post-author-social-media-link:hover {
  background-color: #333;
  color: #f8f8f8;
}

.card-post-author-social-media-link.icon-16px {
  font-size: 16px;
}

.card-post-author-social-media-link.icon-18px {
  font-size: 18px;
}

.post-main-image-wrapper {
  position: relative;
  margin-bottom: 80px;
}

.container-medium-672px {
  max-width: 672px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-medium-672px.pricing {
  margin-bottom: 58px;
  text-align: center;
}

.faqs-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pricing-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -26px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.plan-item {
  max-width: 390px;
  margin-top: 40px;
  margin-right: 26px;
}

.card-plan-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.card-plan-content-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.card-plan-features-grid {
  margin-bottom: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-plan-price-wrapper {
  margin-bottom: 0px;
}

.plan-feature-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.plan-feature-dot {
  position: relative;
  top: 15px;
  width: 6px;
  min-height: 6px;
  min-width: 6px;
  margin-right: 14px;
  border-radius: 99999px;
  background-color: #d3a348;
}

.card-plan-price {
  margin-bottom: 8px;
  color: #ae7508;
  font-size: 30px;
  line-height: 1.474em;
  font-weight: 800;
}

.card-plan-duration {
  font-size: 14px;
  line-height: 1.143em;
}

.faqs-title-wrapper {
  max-width: 468px;
  margin-right: 30px;
}

.faqs-content {
  width: 100%;
  max-width: 702px;
  margin-bottom: -32px;
}

.card-faq-content-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-faq-content-bottom {
  max-width: 550px;
}

.faq-icon-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 48px;
  min-height: 48px;
  min-width: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #d3a348;
  box-shadow: 0 6px 16px 0 rgba(109, 114, 246, 0.23);
}

.space.faq {
  min-height: 10px;
}

.faq-icon-1 {
  position: absolute;
  width: 23px;
  min-height: 2px;
  border-radius: 999999px;
  background-color: #f8f8f8;
}

.faq-icon-2 {
  position: absolute;
  width: 2px;
  min-height: 23px;
  border-radius: 999999px;
  background-color: #f8f8f8;
}

.card-plan-content-bottom-price {
  margin-top: 20px;
}

.plan-feature-text {
  white-space: nowrap;
}

.faqs-title-content {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.plan-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.plan-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.plan-features-title {
  margin-bottom: 32px;
  color: #ae7508;
  font-size: 22px;
  line-height: 1.545em;
  font-weight: 800;
}

.plan-features-grid {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-get-plan-price {
  margin-bottom: 14px;
  color: #ae7508;
  font-size: 38px;
  line-height: 1.474em;
  font-weight: 800;
}

.add-cart-default-state {
  margin-bottom: 0px;
}

.add-cart-option-list {
  margin-bottom: 32px;
}

.select-wrapper {
  overflow: hidden;
  min-height: 74px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #e3e3e3;
  border-radius: 9px;
  box-shadow: 0 2px 8px 0 rgba(81, 62, 25, 0.05);
  -webkit-transition: box-shadow 300ms ease, border-color 300ms ease;
  transition: box-shadow 300ms ease, border-color 300ms ease;
}

.select-wrapper:hover {
  border-color: #d3a348;
  box-shadow: 0 5px 14px 0 rgba(109, 114, 246, 0.1);
}

.select-wrapper:focus {
  border-color: #d3a348;
  box-shadow: 0 5px 14px 0 rgba(109, 114, 246, 0.1);
}

.select-wrapper::-webkit-input-placeholder {
  color: #333;
  font-size: 18px;
}

.select-wrapper:-ms-input-placeholder {
  color: #333;
  font-size: 18px;
}

.select-wrapper::-ms-input-placeholder {
  color: #333;
  font-size: 18px;
}

.select-wrapper::placeholder {
  color: #333;
  font-size: 18px;
}

.select-wrapper.checkout {
  margin-bottom: 16px;
}

.select {
  min-height: 74px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border: 0px solid transparent;
  background-color: transparent;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #333;
  font-size: 18px;
}

.select:hover {
  color: #ae7508;
}

.select:focus {
  color: #ae7508;
}

.select::-webkit-input-placeholder {
  color: #333;
  font-size: 18px;
}

.select:-ms-input-placeholder {
  color: #333;
  font-size: 18px;
}

.select::-ms-input-placeholder {
  color: #333;
  font-size: 18px;
}

.select::placeholder {
  color: #333;
  font-size: 18px;
}

.plan-content-bottom {
  margin-bottom: -24px;
}

.rich-text-career {
  max-width: 660px;
}

.rich-text-career h2 {
  max-width: 760px;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
  font-size: 24px;
  line-height: 1.5em;
}

.rich-text-career p {
  max-width: 760px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
}

.rich-text-career blockquote {
  max-width: 806px;
  margin: 24px auto;
}

.rich-text-career h3 {
  max-width: 760px;
  margin: 48px auto 16px;
  font-size: 22px;
  line-height: 1.545em;
}

.rich-text-career h4 {
  max-width: 760px;
  margin-top: 48px;
  margin-right: auto;
  margin-left: auto;
}

.rich-text-career ul {
  max-width: 760px;
  margin: 24px auto;
  padding-left: 20px;
}

.rich-text-career img {
  border-radius: 25px;
}

.rich-text-career figure {
  margin-top: 24px;
  margin-bottom: 48px;
}

.rich-text-career h5 {
  max-width: 760px;
  margin-top: 48px;
  margin-right: auto;
  margin-left: auto;
}

.rich-text-career ol {
  max-width: 760px;
  margin: 24px auto;
  padding-left: 20px;
}

.rich-text-career h6 {
  max-width: 760px;
  margin: 48px auto 8px;
}

.container-medium-728px {
  max-width: 728px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-medium-728px.contact-hero {
  margin-bottom: 64px;
  text-align: center;
}

.contact-hero-grid {
  grid-column-gap: 26px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-contact-link-text {
  color: #d3a348;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.contact-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-title-wrapper {
  max-width: 423px;
  margin-right: 20px;
}

.contact-social-media-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 320px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: auto auto auto auto auto auto;
  grid-template-columns: auto auto auto auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-social-media-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  min-height: 40px;
  min-width: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #d3a348;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: 'Icons Finance X Template', sans-serif;
  color: #f8f8f8;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.contact-social-media-link:hover {
  background-color: #333;
  color: #f8f8f8;
}

.contact-social-media-link.icon-18px {
  font-size: 18px;
}

.contact-social-media-link.icon-16px {
  font-size: 16px;
}

.contact-social-media-link.icon-22px {
  font-size: 22px;
}

.contact-form-block {
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact-form {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 26px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.text-area {
  max-height: 200px;
  max-width: 100%;
  min-height: 169px;
  min-width: 100%;
  margin-bottom: 0px;
  padding: 25px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #e3e3e3;
  border-radius: 9px;
  background-color: #f8f8f8;
  box-shadow: 0 2px 8px 0 rgba(81, 62, 25, 0.05);
  -webkit-transition: box-shadow 300ms ease, border-color 300ms ease, color 300ms ease;
  transition: box-shadow 300ms ease, border-color 300ms ease, color 300ms ease;
  color: #ae7508;
  font-size: 18px;
}

.text-area:hover {
  border-color: #d3a348;
  box-shadow: 0 5px 14px 0 rgba(109, 114, 246, 0.1);
}

.text-area:focus {
  border-color: #d3a348;
  box-shadow: 0 5px 14px 0 rgba(109, 114, 246, 0.1);
  color: #ae7508;
  font-size: 18px;
}

.text-area::-webkit-input-placeholder {
  color: #333;
  font-size: 18px;
}

.text-area:-ms-input-placeholder {
  color: #333;
  font-size: 18px;
}

.text-area::-ms-input-placeholder {
  color: #333;
  font-size: 18px;
}

.text-area::placeholder {
  color: #333;
  font-size: 18px;
}

.category-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.category-title-wrapper.pricing-category {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.category-title-wrapper.blog-category {
  margin-bottom: 56px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.team-content-top {
  margin-bottom: 21px;
}

.team-rol {
  color: #333;
  font-weight: 800;
  text-transform: uppercase;
}

.team-social-media-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 360px;
  margin-right: -24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: auto auto auto auto auto auto;
  grid-template-columns: auto auto auto auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.team-content-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 734px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.team-social-media-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  min-height: 40px;
  min-width: 40px;
  margin-right: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #d3a348;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: 'Icons Finance X Template', sans-serif;
  color: #f8f8f8;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.team-social-media-link:hover {
  background-color: #333;
  color: #f8f8f8;
}

.team-social-media-link.icon-16px {
  font-size: 16px;
}

.team-social-media-link.icon-18px {
  font-size: 18px;
}

.card-team-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.team-about-wrapper {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}

.team-about-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

._404-content {
  max-width: 611px;
}

.order-item-option-result {
  color: #ae7508;
  font-weight: 600;
}

.dropdown-nav-main-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 60px 40px 45px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: #e2e3e9;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0 24px 38px 0 rgba(8, 15, 52, 0.06);
}

.dropdown-nav-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.dropdown-nav-pages-wrapper {
  width: 100%;
  margin-right: 40px;
}

.dropdown-nav-pages-wrapper.last {
  margin-right: 0px;
}

.dropdown-nav-item {
  margin-bottom: 14px;
}

.dropdown-nav-link {
  color: #333;
  text-decoration: none;
  white-space: nowrap;
}

.dropdown-arrow {
  position: relative;
  top: -2px;
  display: inline-block;
  font-size: 6.5px;
}

.dropdown-nav {
  margin-right: 30px;
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.dropdown-nav.last {
  margin-right: 0px;
}

.dropdown-list {
  right: -230px;
  padding-top: 30px;
  background-color: transparent;
}

.cart-wrapper {
  z-index: 999;
  background-color: rgba(0, 0, 17, 0.8);
}

.brand {
  padding-left: 0px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.brand:hover {
  -webkit-transform: scale3d(1.03, 1.03, 1.01);
  transform: scale3d(1.03, 1.03, 1.01);
}

.cart-item {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cart-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cart-item-content {
  margin-right: 0px;
  margin-left: 0px;
}

.remove-button {
  text-decoration: none;
}

.cart-item-price {
  color: #ae7508;
  font-weight: 600;
}

.cart-item-option-result {
  color: #ae7508;
  font-weight: 600;
}

.cart-subtotal {
  color: #ae7508;
  font-size: 22px;
  font-weight: 800;
}

.cart-header {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom-color: #e3e3e3;
}

.close-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.close-button:hover {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.cart-footer {
  padding-top: 20px;
  border-top-color: #e3e3e3;
}

.empty-state {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 60px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #e3e3e3;
  border-radius: 20px;
  background-color: #f8f8f8;
  box-shadow: 0 18px 30px 0 rgba(100, 76, 32, 0.13);
  color: #766440;
  font-weight: 600;
  text-align: center;
}

.empty-state.small {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 12px;
  font-size: 16px;
}

.empty-state.cart-empty {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-width: 0px;
  border-radius: 0px;
  box-shadow: none;
}

.success-message {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 12px;
  background-color: #d3a348;
  color: #f8f8f8;
  font-weight: 600;
  text-align: center;
}

.error-message {
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-radius: 12px;
  background-color: #fa3b5e;
  color: #f8f8f8;
  font-weight: 600;
  text-align: center;
}

.card-post-author-name-wrapper {
  margin-bottom: 21px;
}

.home-page-load {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999999999;
  display: none;
  overflow: hidden;
  width: 100vw;
  min-width: 100%;
  background-color: #333;
}

.home-page-load-solid {
  width: 100%;
  height: 100%;
  background-color: #d3a348;
}

.footer-nav-link {
  color: #333;
  text-decoration: none;
  white-space: nowrap;
}

.team-members-number-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 28px;
  padding-top: 92%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 26px;
  background-color: #ededed;
  color: #ae7508;
  font-size: 88px;
  line-height: 1.023em;
}

.team-members-number {
  position: absolute;
  top: 40%;
  bottom: 40%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 95%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ae7508;
  font-size: 88px;
  line-height: 1.023em;
}

.team-members-wrapper {
  width: 100%;
  color: #333;
  text-decoration: none;
}

.team-members-wrapper:hover {
  color: #333;
}

.text-block {
  color: #333;
  font-size: 18px;
}

.newsletter-form {
  width: 100%;
}

.newsletter-field {
  width: 60%;
  height: 40px;
  float: left;
  border: 1px solid transparent;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #fafaff;
  color: #333;
}

.newsletter-field:focus {
  border-width: 1px;
  border-color: #09f;
  box-shadow: 0 0 6px 0 #489fd9;
}

.newsletter-button {
  width: 40%;
  height: 40px;
  min-width: 82px;
  padding: 9px 0px;
  float: left;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: #d3a348;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fafaff;
}

.newsletter-button:hover {
  background-color: #555;
  color: #fff;
}

.newsletter-button:active {
  background-color: #e4a328;
}

.success-message-2 {
  max-height: 25px;
  background-color: #d3a348;
}

.error-message-2 {
  background-color: #ed7070;
}

._2-buttons-copy {
  margin-bottom: -15px;
}

._2-buttons-copy.card-footer-download-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  max-height: 50px;
  margin-right: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.button-secondary-copy {
  padding: 26px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #e3e3e3;
  border-radius: 14px;
  background-color: #f8f8f8;
  box-shadow: 0 3px 18px 0 rgba(255, 189, 64, 0.14);
  -webkit-transition: border-color 300ms ease, box-shadow 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  transition: border-color 300ms ease, box-shadow 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  transition: border-color 300ms ease, box-shadow 300ms ease, transform 300ms ease, color 300ms ease;
  transition: border-color 300ms ease, box-shadow 300ms ease, transform 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  color: #d3a348;
  line-height: 1.111em;
  text-align: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.button-secondary-copy:hover {
  border-color: #e0e0e0;
  box-shadow: 0 10px 30px 0 rgba(74, 58, 255, 0.15);
  -webkit-transform: translate3d(0px, -3px, 0.01px);
  transform: translate3d(0px, -3px, 0.01px);
  color: #333;
}

.button-secondary-copy.small {
  padding: 18px 24px;
  font-size: 16px;
  line-height: 1.125em;
}

.button-secondary-copy.large {
  padding: 26px 68px;
  font-size: 22px;
}

.button-secondary-copy.discounts {
  height: auto;
  margin-left: 0px;
  padding-right: 16px;
  padding-bottom: 26px;
  padding-left: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-width: 1px;
}

.button-secondary-copy._2-buttons-button {
  margin-bottom: 15px;
}

.button-secondary-copy._2-buttons-button.store-1 {
  margin-right: 24px;
  padding: 17px 34px;
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
}

.button-secondary-copy._2-buttons-button.store-2 {
  padding: 17px 34px;
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
}

.button-secondary-copy._2-buttons-button.store-footer-1 {
  width: 70%;
  height: 100%;
  margin-right: 20px;
  padding: 14px 25px;
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
}

.button-secondary-copy._2-buttons-button.store-footer-2 {
  width: 30%;
  height: 100%;
  padding: 14px 15px;
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
}

.button-secondary-copy.outline {
  background-color: transparent;
  box-shadow: none;
  -webkit-transition: background-color 300ms ease, border-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, border-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, border-color 300ms ease, transform 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border-color 300ms ease, transform 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  color: #f8f8f8;
}

.button-secondary-copy.outline:hover {
  border-color: #f8f8f8;
  background-color: #f8f8f8;
  box-shadow: none;
  color: #d3a348;
}

.button-secondary-copy.full-width {
  display: block;
}

.button-secondary-copy.full-width.buy-now {
  margin-top: 16px;
}

.button-secondary-copy.pagination {
  margin-top: 80px;
  font-size: 18px;
}

.additional-contact {
  margin-top: 21px;
  text-align: center;
}

.page-link {
  border-bottom: 1px solid transparent;
  -webkit-transition: color 300ms ease, border 300ms ease;
  transition: color 300ms ease, border 300ms ease;
  color: #d3a348;
  text-decoration: none;
}

.page-link:hover {
  border-bottom-color: #e4a328;
  color: #e4a328;
}

.page-link:active {
  color: #d3a348;
}

.grid {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.minbalance {
  margin-top: 8px;
  margin-bottom: 8px;
  color: #333;
  font-size: 18px;
}

.price-accent {
  color: #ae7508;
  font-size: 28px;
  letter-spacing: 0px;
}

.section-copy {
  padding-top: 150px;
  padding-bottom: 150px;
}

.section-copy.home-hero {
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 56px;
  color: #333;
}

.section-copy.bg-neutral-200.steps {
  background-color: #ededed;
}

.section-copy.bg-neutral-200.home-testimonials {
  overflow: hidden;
}

.section-copy.bg-primary-1 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.section-copy.bg-primary-1.cta-1 {
  overflow: hidden;
  padding-top: 74px;
  padding-bottom: 74px;
}

.section-copy.bg-primary-1.cta-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 147px;
  padding-bottom: 147px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-copy.home-download {
  position: relative;
  overflow: hidden;
}

.section-copy.about-hero {
  padding-top: 150px;
  padding-bottom: 169px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ededed), color-stop(50%, #fff));
  background-image: linear-gradient(180deg, #ededed, #fff 50%);
}

.section-copy.home-perks {
  overflow: hidden;
}

.section-copy.careers-hero {
  padding-top: 120px;
  padding-bottom: 108px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
  background-image: linear-gradient(180deg, #ededed, #fff);
}

.section-copy.careers-perks {
  padding-top: 92px;
  padding-bottom: 192px;
}

.section-copy.career {
  padding-top: 120px;
  padding-bottom: 160px;
}

.section-copy.blog-hero {
  position: relative;
  padding-top: 120px;
}

.section-copy.post {
  position: relative;
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 156px;
}

.section-copy.pricing {
  padding-top: 150px;
  padding-bottom: 180px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ededed), color-stop(64%, #fff));
  background-image: linear-gradient(180deg, #ededed, #fff 64%);
}

.section-copy.plan {
  padding-top: 120px;
  padding-bottom: 164px;
}

.section-copy.contact-hero {
  padding-top: 150px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
  background-image: linear-gradient(180deg, #ededed, #fff);
}

.section-copy.blog-category {
  padding-top: 120px;
}

.section-copy.team {
  padding-top: 120px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
  background-image: linear-gradient(180deg, #ededed, #fff);
}

.section-copy.utility-page {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ededed;
}

.form {
  width: 100%;
}

.section-copy {
  padding-top: 25px;
  padding-bottom: 75px;
}

.section-copy.home-hero {
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 56px;
  color: #333;
}

.section-copy.bg-neutral-200.steps {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ededed;
}

.section-copy.bg-neutral-200.home-testimonials {
  overflow: hidden;
  padding-top: 75px;
  padding-bottom: 75px;
}

.section-copy.bg-primary-1.cta-1 {
  overflow: hidden;
  padding-top: 74px;
  padding-bottom: 74px;
}

.section-copy.bg-primary-1.cta-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 147px;
  padding-bottom: 147px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-copy.home-download {
  position: relative;
  overflow: hidden;
}

.section-copy.about-hero {
  padding-top: 150px;
  padding-bottom: 169px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ededed), color-stop(50%, #fff));
  background-image: linear-gradient(180deg, #ededed, #fff 50%);
}

.section-copy.home-perks {
  overflow: hidden;
  padding-top: 75px;
  padding-bottom: 75px;
}

.section-copy.careers-hero {
  padding-top: 120px;
  padding-bottom: 108px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
  background-image: linear-gradient(180deg, #ededed, #fff);
}

.section-copy.careers-perks {
  padding-top: 92px;
  padding-bottom: 192px;
}

.section-copy.career {
  padding-top: 120px;
  padding-bottom: 160px;
}

.section-copy.blog-hero {
  position: relative;
  padding-top: 120px;
}

.section-copy.post {
  position: relative;
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 156px;
}

.section-copy.pricing {
  padding-top: 150px;
  padding-bottom: 75px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ededed), color-stop(64%, #fff));
  background-image: linear-gradient(180deg, #ededed, #fff 64%);
}

.section-copy.plan {
  padding-top: 120px;
  padding-bottom: 164px;
}

.section-copy.contact-hero {
  padding-top: 150px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
  background-image: linear-gradient(180deg, #ededed, #fff);
}

.section-copy.blog-category {
  padding-top: 120px;
}

.section-copy.team {
  padding-top: 120px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
  background-image: linear-gradient(180deg, #ededed, #fff);
}

.section-copy.utility-page {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ededed;
}

.section-copy-copy {
  padding-top: 25px;
  padding-bottom: 75px;
}

.section-copy-copy.home-hero {
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 56px;
  color: #333;
}

.section-copy-copy.bg-neutral-200 {
  padding-top: 100px;
}

.section-copy-copy.bg-neutral-200.steps {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ededed;
}

.section-copy-copy.bg-neutral-200.home-testimonials {
  overflow: hidden;
  padding-top: 75px;
  padding-bottom: 75px;
}

.section-copy-copy.bg-primary-1.cta-1 {
  overflow: hidden;
  padding-top: 74px;
  padding-bottom: 74px;
}

.section-copy-copy.bg-primary-1.cta-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 147px;
  padding-bottom: 147px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-copy-copy.home-download {
  position: relative;
  overflow: hidden;
}

.section-copy-copy.about-hero {
  padding-top: 150px;
  padding-bottom: 169px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ededed), color-stop(50%, #fff));
  background-image: linear-gradient(180deg, #ededed, #fff 50%);
}

.section-copy-copy.home-perks {
  overflow: hidden;
  padding-top: 75px;
  padding-bottom: 75px;
}

.section-copy-copy.careers-hero {
  padding-top: 120px;
  padding-bottom: 108px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
  background-image: linear-gradient(180deg, #ededed, #fff);
}

.section-copy-copy.careers-perks {
  padding-top: 92px;
  padding-bottom: 192px;
}

.section-copy-copy.career {
  padding-top: 120px;
  padding-bottom: 160px;
}

.section-copy-copy.blog-hero {
  position: relative;
  padding-top: 120px;
}

.section-copy-copy.post {
  position: relative;
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 156px;
}

.section-copy-copy.pricing {
  padding-top: 150px;
  padding-bottom: 75px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ededed), color-stop(64%, #fff));
  background-image: linear-gradient(180deg, #ededed, #fff 64%);
}

.section-copy-copy.plan {
  padding-top: 120px;
  padding-bottom: 164px;
}

.section-copy-copy.contact-hero {
  padding-top: 150px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
  background-image: linear-gradient(180deg, #ededed, #fff);
}

.section-copy-copy.blog-category {
  padding-top: 120px;
}

.section-copy-copy.team {
  padding-top: 120px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
  background-image: linear-gradient(180deg, #ededed, #fff);
}

.section-copy-copy.utility-page {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ededed;
}

.container-default-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1270px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-default-copy._404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-2 {
  color: #f8f8f8;
  font-weight: 600;
}

.info_call {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 75px;
  margin-bottom: 75px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.info_call_left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 51%;
  min-width: 51%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.info_call_right {
  max-width: 43%;
}

.info_call_list {
  margin-bottom: 42px;
  grid-row-gap: 18px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.info_call_bullet_point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #ae7508;
}

.cal_inline {
  width: 100%;
  height: 700px;
}

._2-buttons-v2 {
  margin-bottom: -15px;
}

._2-buttons-v2.card-footer-download-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.button-secondary-v2 {
  padding: 26px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #e3e3e3;
  border-radius: 14px;
  background-color: #f8f8f8;
  box-shadow: 0 3px 18px 0 rgba(255, 189, 64, 0.14);
  -webkit-transition: border-color 300ms ease, box-shadow 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  transition: border-color 300ms ease, box-shadow 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  transition: border-color 300ms ease, box-shadow 300ms ease, transform 300ms ease, color 300ms ease;
  transition: border-color 300ms ease, box-shadow 300ms ease, transform 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  color: #d3a348;
  line-height: 1.111em;
  text-align: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.button-secondary-v2:hover {
  border-color: #e0e0e0;
  box-shadow: 0 10px 30px 0 rgba(74, 58, 255, 0.15);
  -webkit-transform: translate3d(0px, -3px, 0.01px);
  transform: translate3d(0px, -3px, 0.01px);
  color: #333;
}

.button-secondary-v2.small {
  padding: 18px 24px;
  font-size: 16px;
  line-height: 1.125em;
}

.button-secondary-v2.large {
  padding: 26px 68px;
  font-size: 22px;
}

.button-secondary-v2.discounts {
  height: auto;
  margin-left: 0px;
  padding-right: 16px;
  padding-bottom: 26px;
  padding-left: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-width: 1px;
}

.button-secondary-v2._2-buttons-button {
  margin-bottom: 15px;
  color: #d3a348;
}

.button-secondary-v2._2-buttons-button:hover {
  box-shadow: 0 10px 30px 0 rgba(211, 163, 72, 0.4);
}

.button-secondary-v2._2-buttons-button.store-1 {
  margin-right: 24px;
  padding: 17px 34px;
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
}

.button-secondary-v2._2-buttons-button.store-2 {
  padding: 17px 34px;
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
}

.button-secondary-v2._2-buttons-button.store-footer-1 {
  margin-right: 20px;
  padding: 14px 25px;
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
}

.button-secondary-v2._2-buttons-button.store-footer-2 {
  padding: 14px 25px;
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
}

.button-secondary-v2.outline {
  background-color: transparent;
  box-shadow: none;
  -webkit-transition: background-color 300ms ease, border-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, border-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, border-color 300ms ease, transform 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border-color 300ms ease, transform 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  color: #f8f8f8;
}

.button-secondary-v2.outline:hover {
  border-color: #f8f8f8;
  background-color: #f8f8f8;
  box-shadow: none;
  color: #d3a348;
}

.button-secondary-v2.outline._2-buttons-button {
  background-color: #e0e0e0;
  color: #333;
}

.button-secondary-v2.full-width {
  display: block;
}

.button-secondary-v2.full-width.buy-now {
  margin-top: 16px;
}

.button-secondary-v2.pagination {
  margin-top: 80px;
  font-size: 18px;
}

.button-secondary-v2._2-buttons-button-v2 {
  margin-bottom: 15px;
  background-color: #333;
  color: #fff8ea;
}

.button-secondary-v2._2-buttons-button-v2:hover {
  box-shadow: 0 10px 30px 0 rgba(211, 163, 72, 0.4);
}

.button-secondary-v2._2-buttons-button-v2.store-1 {
  margin-right: 24px;
  padding: 17px 34px;
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
}

.button-secondary-v2._2-buttons-button-v2.store-2 {
  padding: 17px 34px;
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
}

.button-secondary-v2._2-buttons-button-v2.store-footer-1 {
  margin-right: 20px;
  padding: 14px 25px;
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
}

.button-secondary-v2._2-buttons-button-v2.store-footer-2 {
  padding: 14px 25px;
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.columns-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.card-price {
  margin-top: 8px;
  margin-bottom: 20px;
  color: #333;
  font-size: 18px;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 1920px) {
  .button-primary:hover {
    box-shadow: 0 10px 30px 0 rgba(211, 163, 72, 0.55);
  }

  .button-primary._2-buttons-button:hover {
    box-shadow: 0 10px 30px 0 rgba(211, 163, 72, 0.55);
  }

  .button-primary.header-button:hover {
    box-shadow: 0 10px 30px 0 rgba(211, 163, 72, 0.55);
  }

  .button-secondary._2-buttons-button:hover {
    box-shadow: 0 10px 30px 0 rgba(211, 163, 72, 0.55);
  }

  .section {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .section.bg-neutral-200.steps {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .section.home-perks {
    min-height: 117%;
  }

  .divider.card-plan {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .paragraph.card-plan-excerpt {
    margin-bottom: 10px;
  }

  .card.plan {
    margin-top: 20px;
  }

  .bg.home-hero-circle {
    background-image: linear-gradient(152.59deg, rgba(211, 163, 72, 0.31), rgba(211, 163, 72, 0.41), #fff 0, #d3a348);
  }

  .bg.home-perks-featured-top-circle {
    width: 600px;
    height: 600px;
    min-width: 0%;
    background-image: linear-gradient(152.59deg, rgba(211, 163, 72, 0), #e0e0e0);
  }

  .bg.home-hero-bg-shape {
    width: 961px;
    height: 1131px;
  }

  .home-perks-featured-top {
    margin-bottom: 0px;
  }

  .home-perks-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .card-plan-price {
    font-size: 36px;
  }

  .home-page-load {
    background-color: #333;
  }

  .button-secondary-copy._2-buttons-button.store-footer-1:hover {
    box-shadow: 0 10px 30px 0 rgba(51, 51, 51, 0.38);
  }

  .button-secondary-copy._2-buttons-button.store-footer-2 {
    max-width: 140px;
  }

  .button-secondary-copy._2-buttons-button.store-footer-2:hover {
    box-shadow: 0 10px 30px 0 rgba(51, 51, 51, 0.38);
  }

  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-copy {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .section-copy.bg-neutral-200.steps {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .section-copy.home-perks {
    min-height: 117%;
  }

  .section-copy {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .section-copy.bg-neutral-200.steps {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .section-copy.home-perks {
    min-height: 117%;
  }

  .section-copy-copy {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .section-copy-copy.bg-neutral-200.steps {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .section-copy-copy.home-perks {
    min-height: 117%;
  }

  .info_call {
    margin-bottom: 0px;
  }

  .button-secondary-v2._2-buttons-button:hover {
    box-shadow: 0 10px 30px 0 rgba(211, 163, 72, 0.55);
  }

  .button-secondary-v2._2-buttons-button-v2:hover {
    box-shadow: 0 10px 30px 0 rgba(211, 163, 72, 0.55);
  }
}

@media screen and (max-width: 991px) {
  h1 {
    margin-bottom: 20px;
    font-size: 50px;
  }

  h2 {
    margin-bottom: 20px;
    font-size: 33px;
  }

  blockquote {
    padding-top: 60px;
    padding-bottom: 78px;
    padding-left: 40px;
    font-size: 24px;
  }

  .style-guide-sidebar {
    display: none;
  }

  .container-default {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .style-guide-content {
    margin-left: 0px;
  }

  .section-styleguide {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .style-guide-header {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .typography-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .style-guide-subheader {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .style-guide-content-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .buttons-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .button-primary.header-button {
    position: relative;
    z-index: 9;
    display: block;
    margin-right: 20px;
  }

  .button-primary.header-button.mobile {
    margin-right: 0px;
    padding-top: 26px;
    padding-bottom: 26px;
    font-size: 18px;
  }

  .cards-grid {
    grid-row-gap: 64px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .header-navigation {
    margin-right: 24px;
    margin-left: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .nav-item-wrapper {
    margin-right: 0px;
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .nav-item-wrapper.button-mobile {
    display: block;
    margin-top: 150px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .nav-link {
    font-size: 32px;
  }

  .nav-link.dropdown {
    line-height: 1.3em;
  }

  .menu-button {
    z-index: 9;
    width: 54px;
    min-height: 54px;
    min-width: 54px;
    padding: 12px;
    border-radius: 10px;
    background-color: #d3a348;
    -webkit-transition: background-color 350ms ease;
    transition: background-color 350ms ease;
    color: #fff;
    font-size: 30px;
  }

  .menu-button:hover {
    background-color: #333;
  }

  .menu-button.w--open {
    background-color: #333;
  }

  .nav-menu {
    left: 0px;
    right: 0px;
    width: 100vw;
    max-width: 100%;
    margin-right: 0px;
    padding-top: 117px;
    padding-bottom: 36px;
    background-color: #fff;
  }

  .footer-logo-container {
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .section {
    padding-top: 25px;
    padding-bottom: 120px;
  }

  .section.bg-primary-1.cta-1 {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .section.bg-primary-1.cta-2 {
    padding-top: 118px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section.about-hero {
    padding-top: 150px;
    padding-bottom: 135px;
  }

  .section.careers-hero {
    padding-top: 96px;
    padding-bottom: 86px;
  }

  .section.careers-perks {
    padding-top: 74px;
    padding-bottom: 154px;
  }

  .section.career {
    padding-top: 90px;
    padding-bottom: 128px;
  }

  .section.blog-hero {
    padding-top: 96px;
    padding-bottom: 128px;
  }

  .section.post {
    padding-top: 96px;
    padding-bottom: 125px;
  }

  .section.pricing {
    padding-top: 150px;
    padding-bottom: 144px;
  }

  .section.plan {
    padding-top: 96px;
    padding-bottom: 131px;
  }

  .section.contact-hero {
    padding-top: 150px;
  }

  .section.blog-category {
    padding-top: 96px;
  }

  .section.team {
    padding-top: 96px;
  }

  .section.utility-page {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  ._404-title {
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .container-medium-761px.changelog {
    margin-top: -200px;
  }

  .divider.about-hero {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .divider.card-plan {
    margin: 0px 40px 0px 0px;
  }

  .divider.plan {
    margin-top: 60px;
    margin-bottom: 55px;
  }

  .paragraph.home-hero {
    max-width: 603px;
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph.neutral-300.cta-1 {
    max-width: 528px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }

  .paragraph.neutral-300.card-footer-download {
    max-width: 486px;
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph.card-home-perk {
    font-size: 16px;
    line-height: 1.77em;
  }

  .paragraph.home-download {
    max-width: 504px;
  }

  .paragraph.careers-perks {
    max-width: 432px;
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph.card-career-item {
    max-width: 590px;
  }

  .paragraph.job-description-summary {
    max-width: 675px;
  }

  .paragraph.card-career-apply {
    max-width: 385px;
    margin-bottom: 20px;
  }

  .paragraph.faqs {
    margin-bottom: 35px;
  }

  .paragraph.plan-description-excerpt {
    margin-bottom: 40px;
  }

  .paragraph.card-get-plan {
    max-width: 410px;
  }

  .paragraph.contact {
    margin-bottom: 40px;
  }

  .paragraph.team-about-summary {
    margin-bottom: 27px;
  }

  .card.home-perk {
    padding: 46px 40px;
  }

  .card.home-testimonial {
    max-width: 754px;
    margin-right: 20px;
  }

  .card.footer-download {
    max-width: 100%;
    padding-top: 62px;
    padding-bottom: 62px;
    text-align: center;
  }

  .card.step-tab-link {
    padding-right: 40px;
    padding-left: 40px;
  }

  .card.step-tab-link.w--current {
    padding-top: 43px;
    padding-bottom: 43px;
  }

  .card.value {
    padding: 53px 40px 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.timeline-year {
    padding: 40px;
  }

  .card.career-item {
    max-width: none;
  }

  .card.career-apply {
    position: static;
    padding: 52px 60px 60px;
  }

  .card.post-featured {
    max-width: 720px;
    padding: 50px 53px 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: left;
  }

  .card.post-author {
    padding: 54px 50px 67px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .card.plan {
    padding-bottom: 47px;
  }

  .card.faq {
    padding: 42px 40px;
  }

  .card.get-plan {
    display: none;
  }

  .card.get-plan.mobile {
    position: static;
    display: block;
  }

  .card.contact-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 43px;
    padding-bottom: 68px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .card.contact {
    max-width: 100%;
    min-height: 769px;
    padding: 67px 40px;
  }

  .card.team {
    margin-top: 95px;
    margin-bottom: 70px;
    padding: 54px 50px 67px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .card.default {
    padding: 46px 40px;
  }

  .checkout-form {
    padding-top: 80px;
    padding-bottom: 160px;
  }

  .checkout-block-header {
    padding-right: 60px;
    padding-left: 60px;
  }

  .checkout-block-content {
    padding-right: 60px;
    padding-left: 60px;
  }

  .title.card-home-perk {
    margin-bottom: 16px;
  }

  .title.card-home-testimonial {
    margin-bottom: 16px;
  }

  .title.h3-size.card-career-apply {
    margin-bottom: 10px;
  }

  .title.h3-size.card-plan {
    margin-bottom: 6px;
  }

  .title.h3-size.card-contact-link {
    margin-bottom: 10px;
  }

  .title.home-perks-featured-bottom-title {
    max-width: 504px;
  }

  .title.home-perks-featured-top-title {
    max-width: 504px;
  }

  .title.about-hero {
    max-width: 739px;
  }

  .title.h2-size {
    font-size: 33px;
  }

  .title.h2-size.team-item-name {
    margin-bottom: 4px;
  }

  .title.about-team {
    max-width: 442px;
    margin-right: auto;
    margin-left: auto;
  }

  .title.card-timeline-year {
    margin-bottom: 10px;
  }

  .title.careers-perk {
    margin-bottom: 15px;
  }

  .title.careers-testimonials {
    max-width: 497px;
    margin-right: auto;
    margin-left: auto;
  }

  .title.open-positions {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .title.careers-perks {
    max-width: 461px;
    margin-right: auto;
    margin-left: auto;
  }

  .title.career {
    margin-bottom: 31px;
  }

  .title.card-post-featured {
    margin-bottom: 10px;
  }

  .title.blog {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .title.post-item {
    margin-bottom: 10px;
  }

  .title.h4-size.card-plan-features {
    margin-bottom: 15px;
  }

  .title.h1-size {
    font-size: 50px;
  }

  .title.password {
    margin-bottom: 10px;
  }

  .split-content.checkout-left {
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .split-content.checkout-right {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .split-content.header-right {
    position: relative;
    z-index: 9;
  }

  .split-content.footer-content-bottom-left {
    margin-right: 0px;
    margin-bottom: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .split-content.content-top-more-positions-left {
    margin-bottom: 30px;
  }

  .split-content.plan-content {
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
  }

  .split-content.plan-sidebar {
    max-width: 100%;
  }

  .image-wrapper.about-hero {
    margin-bottom: 160px;
  }

  .image-wrapper.team-item-image {
    margin-bottom: 23px;
  }

  .image-wrapper.card-post-featured {
    max-width: 491px;
    margin-bottom: 50px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .image-wrapper.post-item {
    max-width: 40%;
    margin-right: 30px;
    margin-bottom: 0px;
  }

  .image-wrapper.card-post-author {
    max-width: 258px;
  }

  .image-wrapper.card-plan-icon {
    margin-bottom: 20px;
  }

  .image-wrapper.card-contact-link-icon {
    margin-right: 30px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .image-wrapper.team {
    max-width: 258px;
  }

  .image.home-perks-featured-bottom-image {
    right: auto;
    margin-top: -49px;
    margin-bottom: -77px;
  }

  .image.card-home-perk-icon {
    margin-bottom: 26px;
  }

  .image.cta-1 {
    left: -32px;
    right: auto;
    bottom: auto;
    max-width: 754px;
    margin-top: -70px;
    margin-bottom: -42px;
  }

  .image.home-download {
    right: auto;
    margin-bottom: 38px;
  }

  .image.cta-2 {
    bottom: auto;
    max-width: 100%;
    margin-top: -64px;
  }

  .image.step-mockup {
    max-width: 353px;
  }

  .image.card-value {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .image.timeline-dot {
    width: 40px;
    max-height: 40px;
    min-height: 40px;
    min-width: 40px;
  }

  .image.careers-perk-icon {
    margin-bottom: 28px;
  }

  .image.card-career-apply-icon {
    margin-right: 40px;
  }

  .home-hero-content {
    max-width: 754px;
    min-width: auto;
    margin-right: 0px;
    margin-bottom: 80px;
    text-align: center;
  }

  .subtitle-wrapper {
    margin-bottom: 20px;
  }

  .subtitle-wrapper.home-testimonials {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .subtitle-wrapper.home-hero {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .subtitle-wrapper.careers-perks {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .subtitle-wrapper.faqs {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .subtitle-wrapper.contact {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .subtitle-line.home-testimonials {
    display: none;
  }

  .subtitle-line.home-hero {
    display: none;
  }

  .subtitle-line.careers-perks {
    display: none;
  }

  .subtitle-line.blog-hero {
    display: none;
  }

  .subtitle-line.faqs {
    display: none;
  }

  .subtitle-line.contact {
    display: none;
  }

  ._2-buttons.card-footer-download-buttons {
    display: block;
  }

  .home-hero-image-wrapper {
    max-width: 576px;
    margin-right: 0px;
  }

  .home-hero-wrapper {
    margin-bottom: 90px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bg.home-download {
    left: 0px;
    bottom: auto;
    max-width: 100%;
    min-height: 30%;
  }

  .bg.cta-1-circle {
    right: auto;
    bottom: auto;
    width: 677px;
    min-height: 677px;
    min-width: 677px;
  }

  .bg.cta-2-circle {
    left: auto;
    bottom: -291px;
    width: 107%;
    min-height: 134%;
    min-width: 107%;
  }

  .bg.step-circle {
    width: 600px;
    min-height: 600px;
    min-width: 600px;
  }

  .home-hero-partners {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .home-hero-coin-text {
    max-width: 580px;
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .home-perks-featured-top {
    margin-bottom: 127px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .home-perks-featured-top-content {
    max-width: 630px;
    margin-bottom: 80px;
  }

  .home-perks-featured-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-perks-featured-bottom-content {
    max-width: 630px;
    margin-bottom: 80px;
  }

  .cta-1-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cta-1-content {
    max-width: 660px;
    min-width: auto;
    margin-right: 0px;
    margin-bottom: 80px;
    text-align: center;
  }

  .container-medium-600px.home-perks {
    margin-bottom: 50px;
  }

  .container-medium-600px.about-team {
    margin-bottom: 50px;
  }

  .container-medium-600px.about-story {
    margin-bottom: 91px;
  }

  .container-medium-600px.careers-testimonials {
    margin-bottom: 50px;
  }

  .home-perks-grid {
    margin-bottom: 50px;
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .home-perks-featured-top-image-wrapper {
    max-width: 576px;
  }

  .home-perks-featured-bottom-image-wrapper {
    max-width: 576px;
  }

  .home-testimonials-grid {
    margin-bottom: 50px;
    justify-items: center;
    grid-row-gap: 35px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .home-testimonials-title-wrapper {
    max-width: 720px;
    margin-top: 0px;
    margin-bottom: 25px;
    text-align: center;
  }

  .home-download-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-download-content {
    max-width: 630px;
    margin-bottom: 80px;
  }

  .cta-2-content {
    max-width: 613px;
    min-width: auto;
    margin-bottom: 80px;
    text-align: center;
  }

  .cta-1-image-wrapper {
    max-width: 754px;
  }

  .home-download-image-wrapper {
    max-width: 80%;
  }

  .cta-2-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cta-2-images-wrapper {
    position: relative;
    right: auto;
    max-width: none;
    margin-bottom: -213px;
  }

  .footer-content-top {
    margin-bottom: 107px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-content-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .footer-menu-main-content {
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
  }

  .footer-social-media-wrapper {
    max-width: 360px;
  }

  .steps-tabs {
    max-width: 754px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .steps-tabs-menu {
    max-width: 100%;
    min-width: auto;
    margin-bottom: 80px;
  }

  .steps-tabs-content {
    max-width: 100%;
  }

  .step-images-wrapper {
    margin-right: 0px;
  }

  .about-hero-achievements-wrapper {
    margin-bottom: 40px;
  }

  .about-hero-achievement-number {
    margin-bottom: 10px;
    font-size: 48px;
  }

  .values-title-wrapper {
    max-width: 500px;
  }

  .about-team-grid {
    margin-bottom: 50px;
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .timeline-center {
    min-width: 70px;
  }

  .timeline-dot {
    width: 40px;
    max-height: 40px;
    min-height: 40px;
    min-width: 40px;
  }

  .careers-perks-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .careers-perks-content {
    max-width: 576px;
    min-width: auto;
    margin-right: auto;
    margin-bottom: 80px;
    margin-left: auto;
    text-align: center;
  }

  .careers-perks-grid {
    margin-right: auto;
    margin-left: auto;
  }

  .careers-testimonials-grid {
    margin-bottom: 50px;
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .content-top.open-positions {
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .content-top.more-positions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .content-top.blog {
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content-top.more-articles {
    margin-bottom: 60px;
  }

  .content-top.blog-category {
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content-top.team-articles {
    margin-bottom: 60px;
  }

  .open-positions-grid {
    max-width: 754px;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .career-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .career-content {
    max-width: 896px;
    margin-right: auto;
    margin-bottom: 80px;
    margin-left: auto;
  }

  .career-sidebar {
    max-width: 100%;
  }

  .more-positions-grid {
    max-width: 754px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .career-about-wrapper {
    margin-bottom: 20px;
  }

  .card-career-apply-perks-grid {
    margin-bottom: 43px;
  }

  .card-career-apply-content {
    max-width: 513px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .card-career-apply-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .card-post-featured-content {
    margin-right: 0px;
  }

  .blog-grid {
    grid-row-gap: 100px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .post-item-wrapper {
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .blog-hero-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .container-large-1162px.post {
    margin-bottom: 47px;
  }

  .post-content {
    margin-bottom: 100px;
  }

  .rich-text h3 {
    margin-top: 40px;
  }

  .rich-text h4 {
    margin-top: 40px;
  }

  .rich-text figure {
    margin-bottom: 40px;
  }

  .rich-text h5 {
    margin-top: 40px;
  }

  .rich-text h6 {
    margin-top: 40px;
  }

  .post-content-top {
    margin-bottom: 30px;
  }

  .card-post-author-content {
    min-width: 320px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .card-post-author-content-top {
    margin-bottom: 27px;
  }

  .post-main-image-wrapper {
    margin-bottom: 67px;
  }

  .container-medium-672px.pricing {
    margin-bottom: 50px;
  }

  .faqs-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pricing-wrapper {
    margin-right: 0px;
    margin-bottom: -60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .plan-item {
    max-width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 60px;
  }

  .card-plan-content {
    margin-top: -40px;
  }

  .card-plan-features-grid {
    margin-bottom: 35px;
    grid-row-gap: 13px;
  }

  .card-plan-price {
    margin-bottom: 4px;
    font-size: 32px;
  }

  .faqs-title-wrapper {
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
    text-align: center;
  }

  .faqs-content {
    max-width: 100%;
  }

  .card-faq-content-bottom {
    max-width: 718px;
  }

  .plan-feature-text {
    white-space: normal;
  }

  .faqs-title-content {
    position: static;
  }

  .plan-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .plan-title-wrapper {
    margin-bottom: 20px;
  }

  .plan-features-title {
    margin-bottom: 20px;
  }

  .plan-features-grid {
    grid-row-gap: 13px;
  }

  .plan-content-top {
    margin-bottom: 60px;
  }

  .rich-text-career {
    max-width: none;
  }

  .rich-text-career h3 {
    margin-top: 40px;
  }

  .rich-text-career h4 {
    margin-top: 40px;
  }

  .rich-text-career figure {
    margin-bottom: 40px;
  }

  .rich-text-career h5 {
    margin-top: 40px;
  }

  .rich-text-career h6 {
    margin-top: 40px;
  }

  .container-medium-728px.contact-hero {
    margin-bottom: 60px;
  }

  .contact-hero-grid {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .contact-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-title-wrapper {
    max-width: 472px;
    margin-right: auto;
    margin-bottom: 70px;
    margin-left: auto;
    text-align: center;
  }

  .contact-social-media-wrapper {
    max-width: 340px;
    margin-right: auto;
    margin-bottom: -20px;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contact-social-media-link {
    margin-right: 8px;
    margin-bottom: 20px;
    margin-left: 8px;
  }

  .card-contact-link-content {
    max-width: 517px;
  }

  .category-title-wrapper.blog-category {
    margin-bottom: 50px;
  }

  .team-content {
    min-width: 320px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .team-content-top {
    margin-bottom: 20px;
  }

  .team-about-title-wrapper {
    margin-bottom: 20px;
  }

  ._404-content {
    text-align: center;
  }

  .dropdown-nav-main-wrapper {
    margin-bottom: -40px;
    padding: 40px 0px 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-width: 0px;
    border-radius: 0px;
    background-color: transparent;
    box-shadow: none;
    text-align: left;
  }

  .dropdown-nav-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .dropdown-nav-pages-wrapper {
    width: auto;
    margin-bottom: 40px;
  }

  .dropdown-nav-pages-wrapper.last {
    width: auto;
  }

  .dropdown-arrow {
    font-size: 13px;
  }

  .nav-link-dropdown {
    margin-right: 0px;
    margin-left: 0px;
  }

  .dropdown-list {
    position: static;
    padding-top: 0px;
  }

  .cart {
    z-index: 99;
  }

  .header-menu-button-icon-wrapper {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 23px;
    min-height: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header-menu-button-icon-top {
    width: 100%;
    max-height: 2px;
    min-height: 2px;
    padding: 0px;
    background-color: #f8f8f8;
  }

  .header-menu-button-icon-medium {
    width: 100%;
    max-height: 2px;
    min-height: 2px;
    padding: 0px;
    background-color: #f8f8f8;
  }

  .header-menu-button-icon-bottom {
    width: 100%;
    max-height: 2px;
    min-height: 2px;
    padding: 0px;
    background-color: #f8f8f8;
  }

  .card-post-author-name-wrapper {
    margin-bottom: 16px;
  }

  ._2-buttons-copy.card-footer-download-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .section-copy {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section-copy.bg-primary-1.cta-1 {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .section-copy.bg-primary-1.cta-2 {
    padding-top: 118px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-copy.about-hero {
    padding-top: 96px;
    padding-bottom: 135px;
  }

  .section-copy.careers-hero {
    padding-top: 96px;
    padding-bottom: 86px;
  }

  .section-copy.careers-perks {
    padding-top: 74px;
    padding-bottom: 154px;
  }

  .section-copy.career {
    padding-top: 90px;
    padding-bottom: 128px;
  }

  .section-copy.blog-hero {
    padding-top: 96px;
    padding-bottom: 128px;
  }

  .section-copy.post {
    padding-top: 96px;
    padding-bottom: 125px;
  }

  .section-copy.pricing {
    padding-top: 96px;
    padding-bottom: 144px;
  }

  .section-copy.plan {
    padding-top: 96px;
    padding-bottom: 131px;
  }

  .section-copy.contact-hero {
    padding-top: 96px;
  }

  .section-copy.blog-category {
    padding-top: 96px;
  }

  .section-copy.team {
    padding-top: 96px;
  }

  .section-copy.utility-page {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-copy {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section-copy.bg-primary-1.cta-1 {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .section-copy.bg-primary-1.cta-2 {
    padding-top: 118px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-copy.about-hero {
    padding-top: 96px;
    padding-bottom: 135px;
  }

  .section-copy.careers-hero {
    padding-top: 96px;
    padding-bottom: 86px;
  }

  .section-copy.careers-perks {
    padding-top: 74px;
    padding-bottom: 154px;
  }

  .section-copy.career {
    padding-top: 90px;
    padding-bottom: 128px;
  }

  .section-copy.blog-hero {
    padding-top: 96px;
    padding-bottom: 128px;
  }

  .section-copy.post {
    padding-top: 96px;
    padding-bottom: 125px;
  }

  .section-copy.pricing {
    padding-top: 96px;
    padding-bottom: 144px;
  }

  .section-copy.plan {
    padding-top: 96px;
    padding-bottom: 131px;
  }

  .section-copy.contact-hero {
    padding-top: 96px;
  }

  .section-copy.blog-category {
    padding-top: 96px;
  }

  .section-copy.team {
    padding-top: 96px;
  }

  .section-copy.utility-page {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-copy-copy {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section-copy-copy.bg-primary-1.cta-1 {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .section-copy-copy.bg-primary-1.cta-2 {
    padding-top: 118px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-copy-copy.about-hero {
    padding-top: 96px;
    padding-bottom: 135px;
  }

  .section-copy-copy.careers-hero {
    padding-top: 96px;
    padding-bottom: 86px;
  }

  .section-copy-copy.careers-perks {
    padding-top: 74px;
    padding-bottom: 154px;
  }

  .section-copy-copy.career {
    padding-top: 90px;
    padding-bottom: 128px;
  }

  .section-copy-copy.blog-hero {
    padding-top: 96px;
    padding-bottom: 128px;
  }

  .section-copy-copy.post {
    padding-top: 96px;
    padding-bottom: 125px;
  }

  .section-copy-copy.pricing {
    padding-top: 96px;
    padding-bottom: 144px;
  }

  .section-copy-copy.plan {
    padding-top: 96px;
    padding-bottom: 131px;
  }

  .section-copy-copy.contact-hero {
    padding-top: 96px;
  }

  .section-copy-copy.blog-category {
    padding-top: 96px;
  }

  .section-copy-copy.team {
    padding-top: 96px;
  }

  .section-copy-copy.utility-page {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .container-default-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .info_call {
    margin-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .info_call_left {
    max-width: 100%;
    min-width: 100%;
  }

  .info_call_right {
    max-width: 630px;
    margin-bottom: 20px;
  }

  ._2-buttons-v2.card-footer-download-buttons {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 16px;
    font-size: 43px;
  }

  h2 {
    margin-bottom: 16px;
    font-size: 28px;
  }

  h3 {
    margin-bottom: 16px;
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }

  blockquote {
    padding-top: 50px;
    padding-bottom: 65px;
    padding-left: 35px;
    font-size: 22px;
  }

  figcaption {
    margin-top: 10px;
  }

  .style-guide-title {
    font-size: 46px;
    line-height: 52px;
  }

  .style-guide-header {
    padding-right: 32px;
    padding-left: 32px;
  }

  .color-primary-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .color-secondary-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .color-neutral-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-large {
    font-size: 20px;
    line-height: 32px;
  }

  .style-guide-subheader {
    padding-right: 32px;
    padding-left: 32px;
  }

  .style-guide-content-wrapper {
    padding-right: 32px;
    padding-left: 32px;
  }

  .icons-grid {
    grid-template-columns: repeat(auto-fit, 80px);
  }

  .button-primary.header-button {
    display: none;
  }

  .button-primary.header-button.mobile {
    display: block;
  }

  .button-secondary._2-buttons-button.store-1 {
    margin-right: 20px;
    padding-right: 23px;
    padding-left: 23px;
  }

  .button-secondary._2-buttons-button.store-2 {
    padding-right: 23px;
    padding-left: 23px;
  }

  .button-secondary._2-buttons-button.store-footer-1 {
    margin-right: 0px;
  }

  .header {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .nav-item-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-item-wrapper.button-mobile {
    margin-top: 140px;
  }

  .nav-link {
    font-size: 30px;
  }

  .nav-menu {
    padding-top: 110px;
  }

  .footer {
    padding-top: 80px;
    padding-bottom: 32px;
  }

  .footer-nav {
    margin-right: 25px;
  }

  .section {
    padding-top: 25px;
    padding-bottom: 96px;
  }

  .section.home-hero {
    padding-bottom: 45px;
  }

  .section.bg-neutral-200.steps {
    overflow: hidden;
  }

  .section.bg-primary-1.cta-1 {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .section.bg-primary-1.cta-2 {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .section.about-hero {
    padding-top: 150px;
    padding-bottom: 108px;
  }

  .section.careers-hero {
    padding-top: 77px;
    padding-bottom: 69px;
  }

  .section.careers-perks {
    padding-top: 58px;
    padding-bottom: 123px;
  }

  .section.career {
    padding-top: 72px;
    padding-bottom: 102px;
  }

  .section.blog-hero {
    padding-top: 77px;
    padding-bottom: 102px;
  }

  .section.post {
    padding-top: 77px;
    padding-bottom: 100px;
  }

  .section.pricing {
    padding-top: 150px;
    padding-bottom: 115px;
  }

  .section.plan {
    padding-top: 77px;
    padding-bottom: 105px;
  }

  .section.contact-hero {
    padding-top: 150px;
  }

  .section.blog-category {
    padding-top: 77px;
  }

  .section.team {
    padding-top: 77px;
  }

  .section.utility-page {
    padding-top: 77px;
    padding-bottom: 77px;
  }

  .utility-page-content-password {
    padding-right: 32px;
    padding-left: 32px;
  }

  ._404-title {
    margin-bottom: 30px;
    font-size: 150px;
  }

  .container-medium-761px.changelog {
    margin-top: -170px;
  }

  .divider.about-hero {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .divider.card-plan {
    width: 100%;
    min-height: 1px;
    margin: 40px 0px 33px;
  }

  .divider.plan {
    margin-top: 50px;
    margin-bottom: 46px;
  }

  .paragraph.home-hero {
    margin-bottom: 40px;
  }

  .paragraph.home-perks-featured-top-content-paragraph {
    margin-bottom: 30px;
  }

  .paragraph.home-perks-featured-bottom-content-paragraph {
    margin-bottom: 30px;
  }

  .paragraph.neutral-300.cta-1 {
    margin-bottom: 35px;
  }

  .paragraph.neutral-300.cta-2 {
    margin-bottom: 35px;
  }

  .paragraph.neutral-300.card-footer-download {
    margin-bottom: 35px;
  }

  .paragraph.card-home-perk {
    max-width: 388px;
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph.card-home-testimonial {
    margin-bottom: 20px;
  }

  .paragraph.home-download {
    margin-bottom: 30px;
  }

  .paragraph.careers-hero {
    margin-bottom: 40px;
  }

  .paragraph.careers-perk {
    margin-right: 10px;
    margin-left: 10px;
  }

  .paragraph.open-positions-contact {
    margin-bottom: 40px;
  }

  .paragraph.card-post-featured {
    margin-bottom: 35px;
  }

  .paragraph.post-item {
    margin-bottom: 30px;
  }

  .paragraph.faqs {
    margin-bottom: 30px;
  }

  .paragraph.plan-description-excerpt {
    margin-bottom: 35px;
  }

  .paragraph.contact-hero {
    max-width: 564px;
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph.contact-link {
    max-width: 95%;
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph.contact {
    margin-bottom: 33px;
  }

  .paragraph.team-about-summary {
    margin-bottom: 23px;
  }

  .card.changelog {
    padding: 50px 40px;
  }

  .card.home-perk {
    padding: 40px 35px;
  }

  .card.home-testimonial {
    margin-right: 0px;
    margin-left: 15px;
    padding: 43px 40px 46px;
  }

  .card.footer-download {
    height: 300px;
    padding: 52px 40px;
  }

  .card.step-tab-link {
    margin-bottom: 28px;
    padding-right: 33px;
    padding-left: 33px;
  }

  .card.step-tab-link.w--current {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .card.value {
    padding: 44px 33px 42px;
  }

  .card.timeline-year {
    max-width: none;
    margin-bottom: 30px;
    padding-right: 33px;
    padding-left: 33px;
  }

  .card.career-item {
    padding-top: 40px;
    padding-bottom: 48px;
  }

  .card.career-apply {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 43px 40px 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .card.post-featured {
    max-width: 100%;
    padding: 40px 44px 50px;
  }

  .card.post-author {
    padding: 45px 40px 56px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .card.plan {
    padding: 0px 35px 40px;
  }

  .card.faq {
    padding: 35px;
  }

  .card.get-plan.mobile {
    padding: 40px 35px 53px;
  }

  .card.contact-link {
    padding: 36px 35px 57px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .card.contact {
    min-height: 1007px;
    padding: 56px 35px;
  }

  .card.team {
    margin-top: 105px;
    margin-bottom: 60px;
    padding: 45px 40px 56px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .card.default {
    padding: 40px 35px;
  }

  .checkout-form {
    padding-top: 64px;
    padding-bottom: 128px;
  }

  .checkout-block-header {
    padding-right: 40px;
    padding-left: 40px;
  }

  .checkout-block-content {
    padding-right: 40px;
    padding-left: 40px;
  }

  .title.neutral-100.cta-2 {
    max-width: 90%;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }

  .title.card-home-perk {
    margin-bottom: 10px;
  }

  .title.card-home-testimonial {
    margin-bottom: 10px;
  }

  .title.footer-menu {
    margin-bottom: 25px;
  }

  .title.h3-size {
    font-size: 22px;
  }

  .title.h3-size.card-post-author {
    margin-bottom: 8px;
  }

  .title.h3-size.card-plan {
    margin-bottom: 4px;
  }

  .title.h3-size.card-get-plan {
    margin-bottom: 10px;
  }

  .title.h3-size.card-contact-link {
    margin-bottom: 8px;
  }

  .title.home-testimonials {
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .title.home-perks-featured-top-title {
    max-width: 441px;
  }

  .title.home-perks {
    max-width: 432px;
    margin-right: auto;
    margin-left: auto;
  }

  .title.about-hero {
    max-width: 656px;
  }

  .title.h2-size {
    font-size: 28px;
  }

  .title.h2-size.team-item-name {
    margin-bottom: 0px;
  }

  .title.careers-perk {
    margin-bottom: 10px;
  }

  .title.careers-testimonials {
    max-width: 416px;
  }

  .title.open-positions {
    margin-bottom: 16px;
  }

  .title.card-career-item {
    margin-bottom: 10px;
  }

  .title.careers-perks {
    max-width: 364px;
  }

  .title.careers-hero {
    font-size: 38px;
  }

  .title.career {
    margin-bottom: 26px;
  }

  .title.blog-hero {
    margin-bottom: 40px;
  }

  .title.blog {
    margin-bottom: 25px;
  }

  .title.post-item {
    max-width: 497px;
  }

  .title.h4-size {
    font-size: 20px;
  }

  .title.h4-size.card-plan-features {
    margin-bottom: 10px;
  }

  .title.plan {
    margin-right: 10px;
  }

  .title.h1-size {
    font-size: 43px;
  }

  .title.contact-social-media {
    margin-bottom: 20px;
  }

  .title.category {
    margin-right: 10px;
  }

  .title.team-about {
    margin-right: 8px;
  }

  .title.team-articles {
    margin-right: 8px;
  }

  .title.dropdown-nav-title {
    margin-bottom: 26px;
    font-size: 18px;
  }

  .split-content.footer-content-bottom-left {
    margin-bottom: 27px;
  }

  .split-content.content-top-more-positions-left {
    margin-bottom: 25px;
  }

  .split-content.content-top-more-articles-left {
    margin-bottom: 25px;
  }

  .split-content.content-top-team-articles-left {
    margin-right: 0px;
    margin-bottom: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .checkout-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-wrapper.about-hero {
    margin-bottom: 100px;
  }

  .image-wrapper.team-item-image {
    margin-bottom: 20px;
  }

  .image-wrapper.card-post-featured {
    max-width: 430px;
    margin-bottom: 40px;
  }

  .image-wrapper.post-item {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .image-wrapper.post-author-link-image {
    width: 40px;
    min-height: 40px;
    min-width: 40px;
    margin-right: 10px;
  }

  .image-wrapper.card-post-author {
    max-width: 215px;
    margin-right: 0px;
    margin-bottom: 25px;
  }

  .image-wrapper.card-plan-icon {
    margin-bottom: 15px;
  }

  .image-wrapper.card-contact-link-icon {
    width: 93px;
    min-height: 93px;
    min-width: 93px;
    margin-right: 0px;
    margin-bottom: 25px;
    border-radius: 26px;
  }

  .image-wrapper.team {
    max-width: 215px;
    margin-bottom: 35px;
  }

  .image.home-hero-1 {
    margin-bottom: -36px;
  }

  .image.home-hero-partner-logo {
    max-width: 114px;
    margin-right: 30px;
    margin-bottom: 20px;
  }

  .image.card-home-perk-icon {
    margin-bottom: 22px;
  }

  .image.card-home-testimonial-about {
    width: 70px;
    min-height: 70px;
    min-width: 70px;
    margin-right: 20px;
    border-radius: 23px;
  }

  .image.cta-1 {
    max-width: 105%;
    margin-top: -43px;
    margin-bottom: -28px;
  }

  .image.cta-2 {
    margin-top: -38px;
  }

  .image.card-value {
    width: 78px;
    min-height: 78px;
    min-width: 78px;
    margin-bottom: 20px;
    border-radius: 25px;
  }

  .image.careers-perk-icon {
    width: 70px;
    min-height: 70px;
    min-width: 70px;
    margin-bottom: 20px;
  }

  .image.card-career-apply-icon {
    max-width: 94px;
    margin-right: 0px;
    margin-bottom: 23px;
  }

  .image.changelog-icon {
    max-width: 93px;
    margin-bottom: 35px;
    border-radius: 26px;
  }

  .licenses-link-image-container {
    height: auto;
  }

  .home-hero-content {
    margin-bottom: 60px;
  }

  .subtitle-wrapper {
    margin-bottom: 15px;
  }

  .subtitle-wrapper.center.blog-category {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .subtitle-line {
    width: 33px;
  }

  .subtitle-line.hidden.blog-category {
    display: block;
  }

  ._2-buttons.card-footer-download-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 438px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-hero-wrapper {
    margin-bottom: 75px;
  }

  .bg.home-hero-circle {
    right: -16.5px;
    width: auto;
    min-height: auto;
    min-width: 105%;
    padding-top: 105%;
  }

  .bg.cta-1-circle {
    width: auto;
    min-height: auto;
    min-width: 94%;
    padding-top: 94%;
  }

  .bg.cta-2-circle {
    bottom: auto;
    width: auto;
    min-height: auto;
    min-width: 90%;
    padding-top: 90%;
  }

  .home-hero-coins-logos {
    margin-right: -30px;
    margin-bottom: -20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .home-hero-coin-text {
    margin-right: 40px;
    margin-bottom: 25px;
    margin-left: 40px;
    font-size: 20px;
  }

  .home-perks-featured-top {
    margin-bottom: 106px;
  }

  .home-perks-featured-top-content {
    margin-bottom: 60px;
  }

  .home-perks-featured-top-content-grid {
    margin-bottom: 35px;
  }

  .home-perks-featured-bottom-content {
    margin-bottom: 60px;
  }

  .cta-1-content {
    margin-bottom: 60px;
  }

  .container-medium-600px.home-perks {
    margin-bottom: 40px;
  }

  .container-medium-600px.about-team {
    margin-bottom: 40px;
  }

  .container-medium-600px.about-story {
    margin-bottom: 40px;
  }

  .container-medium-600px.careers-testimonials {
    margin-bottom: 40px;
  }

  .home-perks-grid {
    margin-bottom: 40px;
    grid-row-gap: 35px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .home-testimonials-grid {
    margin-bottom: 40px;
  }

  .card-home-testimonial-about-wrapper {
    margin-left: -54px;
  }

  .home-testimonials-title-wrapper {
    margin-bottom: 20px;
  }

  .home-download-content {
    margin-bottom: 60px;
  }

  .home-download-features-grid {
    margin-bottom: 35px;
  }

  .cta-1-image-wrapper {
    max-width: 100%;
  }

  .home-download-image-wrapper {
    max-width: 100%;
  }

  .cta-2-images-wrapper {
    margin-bottom: 0px;
  }

  .footer-content-top {
    margin-bottom: 89px;
  }

  .footer-menu-wrapper.first {
    margin-right: 30px;
    margin-bottom: 40px;
  }

  .footer-content-bottom {
    padding-top: 32px;
  }

  .footer-menu-main-content {
    margin-bottom: 50px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .steps-tabs {
    margin-bottom: 40px;
  }

  .steps-tabs-menu {
    margin-bottom: 67px;
  }

  .home-perks-featured-bottom-content-grid {
    margin-bottom: 35px;
  }

  .about-hero-achievements-wrapper {
    max-width: 504px;
    margin-bottom: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about-hero-achievement-wrapper {
    width: 174.53125px;
  }

  .about-hero-achievement-number {
    margin-bottom: 4px;
    font-size: 40px;
  }

  .about-hero-vision-mission-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-hero-vision-mission-content {
    max-width: none;
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .about-hero-vision-mission-content.last {
    margin-bottom: 0px;
  }

  .values-title-wrapper {
    max-width: 400px;
    margin-bottom: 40px;
  }

  .values-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-value-content {
    max-width: none;
  }

  .about-team-grid {
    max-width: 552px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .timeline-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .timeline-left {
    height: auto;
  }

  .timeline-center {
    display: none;
  }

  .timeline-right {
    height: auto;
    margin-bottom: -30px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .careers-perks-content {
    margin-bottom: 60px;
  }

  .careers-perks-grid {
    max-width: 503px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .careers-perk-wrapper {
    text-align: center;
  }

  .careers-testimonials-grid {
    margin-bottom: 40px;
  }

  .content-top.open-positions {
    margin-bottom: 40px;
  }

  .content-top.more-positions {
    margin-bottom: 40px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: left;
  }

  .content-top.blog {
    margin-bottom: 50px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .content-top.more-articles {
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .content-top.blog-category {
    margin-bottom: 50px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .content-top.team-articles {
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .open-positions-grid {
    margin-bottom: 40px;
  }

  .card-career-item-title-wrapper {
    margin-bottom: 20px;
  }

  .card-career-item-about-wrapper {
    margin-right: -15px;
  }

  .card-career-item-apply-button {
    margin-bottom: 20px;
    font-size: 15px;
  }

  .card-career-item-about {
    margin-right: 15px;
    font-size: 16px;
  }

  .card-career-item-content-bottom {
    padding-top: 22px;
  }

  .career-content {
    margin-right: 0px;
    margin-bottom: 60px;
    margin-left: 0px;
  }

  .career-about-wrapper {
    margin-right: -15px;
    margin-bottom: 15px;
  }

  .card-career-apply-perks-grid {
    margin-bottom: 36px;
  }

  .card-career-apply-content {
    max-width: none;
  }

  .card-career-apply-wrapper {
    width: 100%;
    max-width: 500px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .card-post-featured-content-top {
    margin-bottom: 0px;
  }

  .blog-grid {
    grid-row-gap: 83px;
  }

  .post-item-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .post-item-content-bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .post-item-date {
    margin-bottom: 15px;
  }

  .container-large-1162px.post {
    margin-bottom: 40px;
  }

  .post-content {
    margin-bottom: 80px;
  }

  .rich-text p {
    margin-bottom: 20px;
  }

  .rich-text blockquote {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .rich-text h3 {
    margin-top: 33px;
    margin-bottom: 10px;
  }

  .rich-text h4 {
    margin-top: 33px;
    margin-bottom: 10px;
  }

  .rich-text ul {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .rich-text figure {
    margin-top: 20px;
    margin-bottom: 33px;
  }

  .rich-text h5 {
    margin-top: 33px;
    margin-bottom: 10px;
  }

  .rich-text ol {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .rich-text h6 {
    margin-top: 33px;
  }

  .post-content-top {
    margin-bottom: 20px;
  }

  .post-content-about-divider {
    margin-right: 16px;
    margin-left: 20px;
  }

  .card-post-author-content {
    min-width: auto;
  }

  .card-post-author-social-media-wrapper {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .card-post-author-social-media-link {
    margin-right: 10px;
    margin-left: 10px;
  }

  .post-main-image-wrapper {
    margin-bottom: 56px;
  }

  .container-medium-672px.pricing {
    margin-bottom: 40px;
  }

  .pricing-wrapper {
    margin-bottom: -50px;
  }

  .plan-item {
    margin-top: 33px;
    margin-bottom: 50px;
  }

  .card-plan-content {
    margin-top: -33px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card-plan-content-top {
    max-width: 386px;
  }

  .card-plan-features-grid {
    margin-bottom: 30px;
    grid-row-gap: 10px;
  }

  .card-plan-price {
    margin-bottom: 0px;
  }

  .faqs-title-wrapper {
    margin-bottom: 40px;
  }

  .faq-icon-wrapper {
    width: 40px;
    min-height: 40px;
    min-width: 40px;
  }

  .faq-icon-1 {
    width: 20px;
  }

  .faq-icon-2 {
    min-height: 20px;
  }

  .plan-title-wrapper {
    margin-bottom: 16px;
  }

  .plan-features-title {
    margin-bottom: 15px;
  }

  .plan-features-grid {
    grid-row-gap: 10px;
  }

  .card-get-plan-price {
    font-size: 32px;
  }

  .add-cart-option-list {
    margin-bottom: 28px;
  }

  .plan-content-top {
    margin-bottom: 50px;
  }

  .rich-text-career h2 {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .rich-text-career p {
    margin-bottom: 20px;
  }

  .rich-text-career blockquote {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .rich-text-career h3 {
    margin-top: 33px;
    margin-bottom: 10px;
    font-size: 20px;
  }

  .rich-text-career h4 {
    margin-top: 33px;
    margin-bottom: 10px;
  }

  .rich-text-career ul {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .rich-text-career figure {
    margin-top: 20px;
    margin-bottom: 33px;
  }

  .rich-text-career h5 {
    margin-top: 33px;
    margin-bottom: 10px;
  }

  .rich-text-career ol {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .rich-text-career h6 {
    margin-top: 33px;
  }

  .container-medium-728px.contact-hero {
    margin-bottom: 50px;
  }

  .contact-hero-grid {
    justify-items: stretch;
  }

  .contact-title-wrapper {
    margin-bottom: 60px;
  }

  .contact-form {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .category-title-wrapper.blog-category {
    margin-bottom: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }

  .team-content {
    min-width: auto;
  }

  .team-content-top {
    margin-bottom: 15px;
  }

  .team-social-media-wrapper {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .team-social-media-link {
    margin-right: 10px;
    margin-left: 10px;
  }

  .team-about-title-wrapper {
    margin-bottom: 16px;
  }

  .dropdown-nav-main-wrapper {
    margin-bottom: -35px;
    padding-top: 30px;
  }

  .dropdown-arrow {
    font-size: 12px;
  }

  .dropdown-nav {
    margin-right: 20px;
  }

  .empty-state {
    padding: 50px 35px;
  }

  .newsletter-form {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  ._2-buttons-copy.card-footer-download-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 438px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .button-secondary-copy._2-buttons-button.store-1 {
    margin-right: 20px;
    padding-right: 23px;
    padding-left: 23px;
  }

  .button-secondary-copy._2-buttons-button.store-2 {
    padding-right: 23px;
    padding-left: 23px;
  }

  .button-secondary-copy._2-buttons-button.store-footer-1 {
    width: 100%;
    margin-right: 0px;
  }

  .button-secondary-copy._2-buttons-button.store-footer-2 {
    width: 100%;
  }

  .section-copy {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-copy.home-hero {
    padding-bottom: 45px;
  }

  .section-copy.bg-neutral-200.steps {
    overflow: hidden;
  }

  .section-copy.bg-primary-1.cta-1 {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .section-copy.bg-primary-1.cta-2 {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .section-copy.about-hero {
    padding-top: 77px;
    padding-bottom: 108px;
  }

  .section-copy.careers-hero {
    padding-top: 77px;
    padding-bottom: 69px;
  }

  .section-copy.careers-perks {
    padding-top: 58px;
    padding-bottom: 123px;
  }

  .section-copy.career {
    padding-top: 72px;
    padding-bottom: 102px;
  }

  .section-copy.blog-hero {
    padding-top: 77px;
    padding-bottom: 102px;
  }

  .section-copy.post {
    padding-top: 77px;
    padding-bottom: 100px;
  }

  .section-copy.pricing {
    padding-top: 77px;
    padding-bottom: 115px;
  }

  .section-copy.plan {
    padding-top: 77px;
    padding-bottom: 105px;
  }

  .section-copy.contact-hero {
    padding-top: 77px;
  }

  .section-copy.blog-category {
    padding-top: 77px;
  }

  .section-copy.team {
    padding-top: 77px;
  }

  .section-copy.utility-page {
    padding-top: 77px;
    padding-bottom: 77px;
  }

  .section-copy {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-copy.home-hero {
    padding-bottom: 45px;
  }

  .section-copy.bg-neutral-200.steps {
    overflow: hidden;
  }

  .section-copy.bg-primary-1.cta-1 {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .section-copy.bg-primary-1.cta-2 {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .section-copy.about-hero {
    padding-top: 77px;
    padding-bottom: 108px;
  }

  .section-copy.careers-hero {
    padding-top: 77px;
    padding-bottom: 69px;
  }

  .section-copy.careers-perks {
    padding-top: 58px;
    padding-bottom: 123px;
  }

  .section-copy.career {
    padding-top: 72px;
    padding-bottom: 102px;
  }

  .section-copy.blog-hero {
    padding-top: 77px;
    padding-bottom: 102px;
  }

  .section-copy.post {
    padding-top: 77px;
    padding-bottom: 100px;
  }

  .section-copy.pricing {
    padding-top: 77px;
    padding-bottom: 115px;
  }

  .section-copy.plan {
    padding-top: 77px;
    padding-bottom: 105px;
  }

  .section-copy.contact-hero {
    padding-top: 77px;
  }

  .section-copy.blog-category {
    padding-top: 77px;
  }

  .section-copy.team {
    padding-top: 77px;
  }

  .section-copy.utility-page {
    padding-top: 77px;
    padding-bottom: 77px;
  }

  .section-copy-copy {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-copy-copy.home-hero {
    padding-bottom: 45px;
  }

  .section-copy-copy.bg-neutral-200.steps {
    overflow: hidden;
  }

  .section-copy-copy.bg-primary-1.cta-1 {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .section-copy-copy.bg-primary-1.cta-2 {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .section-copy-copy.about-hero {
    padding-top: 77px;
    padding-bottom: 108px;
  }

  .section-copy-copy.careers-hero {
    padding-top: 77px;
    padding-bottom: 69px;
  }

  .section-copy-copy.careers-perks {
    padding-top: 58px;
    padding-bottom: 123px;
  }

  .section-copy-copy.career {
    padding-top: 72px;
    padding-bottom: 102px;
  }

  .section-copy-copy.blog-hero {
    padding-top: 77px;
    padding-bottom: 102px;
  }

  .section-copy-copy.post {
    padding-top: 77px;
    padding-bottom: 100px;
  }

  .section-copy-copy.pricing {
    padding-top: 77px;
    padding-bottom: 115px;
  }

  .section-copy-copy.plan {
    padding-top: 77px;
    padding-bottom: 105px;
  }

  .section-copy-copy.contact-hero {
    padding-top: 77px;
  }

  .section-copy-copy.blog-category {
    padding-top: 77px;
  }

  .section-copy-copy.team {
    padding-top: 77px;
  }

  .section-copy-copy.utility-page {
    padding-top: 77px;
    padding-bottom: 77px;
  }

  .info_call {
    margin-bottom: 106px;
  }

  .info_call_right {
    margin-bottom: 60px;
  }

  .info_call_list {
    margin-bottom: 35px;
  }

  ._2-buttons-v2.card-footer-download-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 438px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .button-secondary-v2._2-buttons-button.store-1 {
    margin-right: 20px;
    padding-right: 23px;
    padding-left: 23px;
  }

  .button-secondary-v2._2-buttons-button.store-2 {
    padding-right: 23px;
    padding-left: 23px;
  }

  .button-secondary-v2._2-buttons-button.store-footer-1 {
    margin-right: 0px;
  }

  .button-secondary-v2._2-buttons-button-v2.store-1 {
    margin-right: 20px;
    padding-right: 23px;
    padding-left: 23px;
  }

  .button-secondary-v2._2-buttons-button-v2.store-2 {
    padding-right: 23px;
    padding-left: 23px;
  }

  .button-secondary-v2._2-buttons-button-v2.store-footer-1 {
    margin-right: 0px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 10px;
    font-size: 36px;
  }

  h2 {
    margin-bottom: 10px;
    font-size: 23px;
  }

  h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  blockquote {
    padding-top: 42px;
    padding-bottom: 54px;
    padding-left: 25px;
    font-size: 20px;
  }

  .container-default {
    padding-right: 16px;
    padding-left: 16px;
  }

  .section-styleguide {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .style-guide-header {
    padding-right: 20px;
    padding-left: 20px;
  }

  .color-primary-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .color-secondary-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .color-neutral-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .style-guide-subheader {
    padding-right: 20px;
    padding-left: 20px;
  }

  .style-guide-content-wrapper {
    padding: 60px 20px;
  }

  .icons-grid {
    grid-template-columns: repeat(auto-fit, 60px);
  }

  .button-primary {
    display: block;
    padding-right: 15px;
    padding-left: 15px;
  }

  .button-primary.small {
    padding-right: 15px;
    padding-left: 15px;
  }

  .button-primary.large {
    padding-right: 15px;
    padding-left: 15px;
  }

  .button-primary._2-buttons-button {
    margin-right: 0px;
  }

  .button-primary.blog-post-category {
    margin-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .button-secondary {
    display: block;
    padding-right: 15px;
    padding-left: 15px;
  }

  .button-secondary.small {
    padding-right: 15px;
    padding-left: 15px;
  }

  .button-secondary.large {
    padding-right: 15px;
    padding-left: 15px;
  }

  .button-secondary._2-buttons-button.store-1 {
    margin-right: 0px;
  }

  .header {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .header-navigation {
    margin-right: 16px;
    margin-left: 16px;
  }

  .nav-item-wrapper {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .nav-item-wrapper.button-mobile {
    margin-top: 130px;
  }

  .nav-link {
    font-size: 28px;
  }

  .menu-button {
    width: 50px;
    min-height: 50px;
    min-width: 50px;
    padding: 10px;
    font-size: 26px;
  }

  .nav-menu {
    padding-top: 95px;
  }

  .footer {
    padding-top: 64px;
    padding-bottom: 28px;
  }

  .footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-logo {
    width: 156px;
  }

  .footer-nav-item {
    margin-bottom: 12px;
  }

  .section {
    padding-top: 25px;
    padding-bottom: 80px;
  }

  .section.bg-primary-1.cta-1 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.bg-primary-1.cta-2 {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .section.about-hero {
    padding-top: 150px;
    padding-bottom: 87px;
  }

  .section.careers-hero {
    padding-top: 61px;
    padding-bottom: 55px;
  }

  .section.careers-perks {
    padding-top: 47px;
    padding-bottom: 98px;
  }

  .section.career {
    padding-top: 58px;
    padding-bottom: 82px;
  }

  .section.blog-hero {
    padding-top: 61px;
    padding-bottom: 82px;
  }

  .section.post {
    padding-top: 61px;
    padding-bottom: 80px;
  }

  .section.pricing {
    padding-top: 150px;
    padding-bottom: 92px;
  }

  .section.plan {
    padding-top: 61px;
    padding-bottom: 84px;
  }

  .section.contact-hero {
    padding-top: 150px;
  }

  .section.blog-category {
    padding-top: 61px;
  }

  .section.team {
    padding-top: 61px;
  }

  .section.utility-page {
    padding-top: 61px;
    padding-bottom: 61px;
  }

  .licenses-image {
    border-radius: 12px;
  }

  .utility-page-wrap {
    padding-right: 16px;
    padding-left: 16px;
  }

  .utility-page-content-password {
    padding: 56px 25px;
  }

  .input {
    padding-right: 15px;
    padding-left: 15px;
  }

  ._404-title {
    margin-bottom: 20px;
    font-size: 125px;
  }

  .container-medium-761px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium-761px.changelog {
    margin-top: -129px;
  }

  .divider.about-hero {
    margin-top: 42px;
    margin-bottom: 42px;
  }

  .divider.card-plan {
    margin-top: 33px;
    margin-bottom: 28px;
  }

  .divider.plan {
    margin-bottom: 40px;
  }

  .icon-password {
    width: 130px;
    height: 130px;
  }

  .paragraph.home-hero {
    margin-bottom: 35px;
  }

  .paragraph.careers-hero {
    margin-bottom: 35px;
  }

  .paragraph.open-positions-contact {
    margin-bottom: 35px;
  }

  .paragraph.job-description-summary {
    max-width: 425px;
  }

  .paragraph.card-post-featured {
    margin-bottom: 30px;
  }

  .paragraph.post-item {
    margin-bottom: 25px;
  }

  .paragraph.plan-description-excerpt {
    margin-bottom: 30px;
  }

  .paragraph.contact-link {
    max-width: 100%;
    margin-bottom: 25px;
  }

  .paragraph.contact {
    margin-bottom: 28px;
  }

  .card.changelog {
    padding: 40px 20px;
  }

  .card.home-perk {
    padding: 33px 25px;
  }

  .card.home-testimonial {
    padding: 36px 25px;
  }

  .card.footer-download {
    padding: 43px 25px;
  }

  .card.step-tab-link {
    margin-bottom: 23px;
    padding-right: 25px;
    padding-left: 25px;
    border-radius: 15px;
  }

  .card.step-tab-link.w--current {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .card.value {
    padding: 37px 25px 35px;
  }

  .card.timeline-year {
    padding: 33px 25px;
  }

  .card.career-item {
    padding: 33px 25px 40px;
  }

  .card.career-apply {
    padding: 34px 25px 40px;
  }

  .card.post-featured {
    padding: 33px 25px 40px;
  }

  .card.post-author {
    padding: 38px 25px 46px;
  }

  .card.plan {
    padding-right: 25px;
    padding-bottom: 33px;
    padding-left: 25px;
  }

  .card.faq {
    padding: 30px 25px;
  }

  .card.get-plan.mobile {
    padding: 33px 25px 44px;
  }

  .card.contact-link {
    padding: 30px 25px 48px;
  }

  .card.contact {
    min-height: 964px;
    padding: 47px 25px;
  }

  .card.team {
    margin-top: 111px;
    margin-bottom: 50px;
    padding: 38px 25px 46px;
  }

  .card.default {
    padding: 33px 25px;
  }

  .checkout-form {
    padding-bottom: 100px;
  }

  .checkout-block-header {
    padding-right: 20px;
    padding-left: 20px;
  }

  .checkout-block-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .title.order-item-title {
    font-size: 20px;
  }

  .title.neutral-100.cta-2 {
    max-width: none;
  }

  .title.footer-menu {
    margin-bottom: 20px;
  }

  .title.h3-size {
    font-size: 20px;
  }

  .title.h3-size.card-post-author {
    margin-bottom: 0px;
  }

  .title.h3-size.card-plan {
    margin-bottom: 0px;
  }

  .title.h3-size.card-contact-link {
    margin-bottom: 6px;
  }

  .title.home-testimonials {
    max-width: 334px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .title.home-perks-featured-bottom-title {
    max-width: 358px;
  }

  .title.home-perks-featured-top-title {
    max-width: 358px;
  }

  .title.home-hero {
    max-width: 425px;
    margin-right: auto;
    margin-left: auto;
  }

  .title.home-perks {
    max-width: 343px;
  }

  .title.about-hero {
    font-size: 33px;
  }

  .title.h2-size {
    font-size: 23px;
  }

  .title.about-team {
    max-width: 358px;
  }

  .title.careers-testimonials {
    max-width: 313px;
  }

  .title.careers-perks {
    max-width: 80%;
  }

  .title.careers-hero {
    overflow: visible;
    max-width: 402px;
    margin-right: auto;
    margin-left: auto;
    font-size: 35px;
  }

  .title.career {
    margin-bottom: 22px;
  }

  .title.h4-size {
    font-size: 18px;
  }

  .title.faq {
    margin-right: 15px;
  }

  .title.h1-size {
    font-size: 36px;
  }

  .title.contact-social-media {
    margin-bottom: 15px;
  }

  .title.password {
    font-size: 28px;
  }

  .title.dropdown-nav-title {
    margin-bottom: 22px;
  }

  .title.cart-item-title {
    font-size: 20px;
  }

  .split-content.header-right {
    margin-right: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .split-content.footer-content-bottom-left {
    margin-bottom: 23px;
  }

  .checkout-required-text {
    font-size: 18px;
  }

  .order-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .image-wrapper.order-item-image {
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .image-wrapper.about-hero {
    margin-bottom: 83px;
  }

  .image-wrapper.team-item-image {
    margin-bottom: 15px;
  }

  .image-wrapper.card-post-featured {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .image-wrapper.post-item {
    margin-bottom: 25px;
  }

  .image-wrapper.post-author-link-image {
    margin-right: 6px;
  }

  .image-wrapper.card-post-author {
    max-width: 180px;
    margin-bottom: 20px;
  }

  .image-wrapper.card-plan-icon {
    width: 80px;
    min-height: 80px;
    min-width: 80px;
    border-radius: 22px;
  }

  .image-wrapper.card-contact-link-icon {
    width: 78px;
    min-height: 78px;
    min-width: 78px;
    margin-bottom: 20px;
    border-radius: 22px;
  }

  .image-wrapper.team {
    max-width: 180px;
  }

  .image-wrapper.cart-item-image {
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .image.home-hero-1 {
    max-width: 100%;
    margin-top: -10px;
    margin-bottom: -20px;
  }

  .image.home-hero-partner-logo {
    max-width: 95px;
    margin-right: 25px;
  }

  .image.home-perk-featured-top-icon {
    margin-right: 10px;
  }

  .image.home-perk-featured-bottom-icon {
    margin-right: 10px;
  }

  .image.home-perks-featured-top-image {
    left: auto;
    top: auto;
    max-width: 105%;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .image.home-perks-featured-bottom-image {
    margin-top: -21px;
    margin-bottom: -42px;
  }

  .image.card-home-perk-icon {
    max-width: 96px;
    margin-bottom: 20px;
  }

  .image.card-home-testimonial-about {
    width: 60px;
    min-height: 60px;
    min-width: 60px;
    margin-right: 10px;
    border-radius: 20px;
  }

  .image.home-download-feature-icon {
    margin-right: 10px;
  }

  .image.cta-1 {
    left: -10px;
  }

  .image.home-download {
    margin-top: -15px;
  }

  .image.cta-2 {
    margin-bottom: -36px;
  }

  .image.step-mockup {
    max-width: 80%;
  }

  .image.card-value {
    width: 65px;
    min-height: 65px;
    min-width: 65px;
    margin-bottom: 15px;
    border-radius: 20px;
  }

  .image.careers-perk-icon {
    width: 65px;
    min-height: 65px;
    min-width: 65px;
    margin-bottom: 15px;
    border-radius: 15px;
  }

  .image.card-career-apply-icon {
    max-width: 78px;
    margin-bottom: 20px;
  }

  .image.card-post-featured-author {
    width: 40px;
    min-height: 40px;
    min-width: 40px;
    margin-right: 10px;
  }

  .image.changelog-icon {
    max-width: 78px;
    margin-bottom: 30px;
    border-radius: 22px;
  }

  .order-item-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .order-summary-subtotal {
    font-size: 16px;
  }

  .order-summary-total {
    font-size: 18px;
  }

  .cart-button {
    margin-right: 20px;
  }

  .cart-container {
    border-width: 0px;
    border-radius: 0px;
  }

  .grid-licenses-images {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .subtitle-wrapper {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .subtitle-wrapper.home-testimonials {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .subtitle-line {
    width: 28px;
    margin-right: 10px;
  }

  .subtitle-line.home-testimonials {
    display: block;
  }

  ._2-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ._2-buttons.card-footer-download-buttons {
    max-width: none;
  }

  .home-hero-wrapper {
    margin-bottom: 63px;
  }

  .bg.home-hero-circle {
    top: auto;
    right: auto;
    min-width: 100%;
    padding-top: 100%;
  }

  .bg.home-perks-featured-top-circle {
    width: auto;
    min-height: auto;
    padding-top: 100%;
  }

  .bg.home-download {
    min-height: 25%;
  }

  .bg.home-perks-featured-bottom-circle {
    left: -40px;
    bottom: -4px;
    width: auto;
    min-height: auto;
    min-width: 77%;
    padding-top: 77%;
  }

  .bg.cta-2-circle {
    bottom: auto;
  }

  .bg.step-circle {
    width: auto;
    min-height: auto;
    min-width: 100%;
    padding-top: 100%;
  }

  .home-hero-coins-logos {
    margin-right: -25px;
  }

  .home-hero-coin-text {
    max-width: 313px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    font-size: 18px;
  }

  .home-perks-featured-top {
    margin-bottom: 88px;
  }

  .container-medium-600px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .flex-vc {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .card-home-testimonial-about-wrapper {
    margin-left: -40px;
  }

  .card-home-testimonial-about-name {
    font-size: 16px;
  }

  .card-home-testimonial-about-location {
    font-size: 15px;
    line-height: 1.6em;
  }

  .home-testimonials-title-wrapper {
    margin-bottom: 10px;
    text-align: left;
  }

  .home-download-content {
    margin-bottom: 50px;
  }

  .footer-content-top {
    margin-bottom: 74px;
  }

  .footer-menu-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-content-bottom {
    padding-top: 28px;
  }

  .footer-social-media-wrapper {
    margin-right: -15px;
    margin-bottom: -15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-social-media-link {
    margin-right: 15px;
    margin-bottom: 15px;
  }

  .steps-tabs-menu {
    margin-bottom: 56px;
  }

  .about-hero-achievements-wrapper {
    margin-bottom: 20px;
  }

  .about-hero-achievement-wrapper {
    width: 155.140625px;
  }

  .about-hero-achievement-number {
    margin-bottom: 0px;
    font-size: 33px;
  }

  .about-hero-achievement-text {
    font-size: 16px;
  }

  .about-hero-vision-mission-content {
    margin-bottom: 35px;
  }

  .values-title-wrapper {
    max-width: 300px;
  }

  .about-team-grid {
    margin-bottom: 40px;
    grid-row-gap: 40px;
  }

  .container-large-1113px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .careers-perks-content {
    min-width: auto;
    margin-bottom: 50px;
  }

  .content-top.more-positions {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .content-top.blog {
    margin-bottom: 40px;
  }

  .content-top.more-articles {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .content-top.blog-category {
    margin-bottom: 40px;
  }

  .content-top.team-articles {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .card-career-item-content-top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card-career-item-title-wrapper {
    margin-right: 15px;
    margin-bottom: 15px;
  }

  .card-career-item-apply-button {
    margin-bottom: 15px;
    padding: 13px 12px;
    font-size: 14px;
  }

  .card-career-item-content-bottom {
    padding-top: 18px;
  }

  .career-content {
    margin-bottom: 50px;
  }

  .card-career-apply-perks-grid {
    margin-bottom: 30px;
  }

  .card-career-apply-perk-icon {
    margin-right: 10px;
  }

  .card-post-featured-content-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .link-underline.post-item {
    margin-right: 10px;
  }

  .card-post-featured-author-wrapper {
    margin-right: 0px;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .card-post-featured-date {
    font-size: 16px;
  }

  .blog-grid {
    grid-row-gap: 80px;
  }

  .post-item-date {
    font-size: 16px;
  }

  .container-large-1162px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-large-1162px.post {
    margin-bottom: 35px;
  }

  .post-content {
    margin-bottom: 60px;
  }

  .rich-text h3 {
    margin-top: 28px;
  }

  .rich-text h4 {
    margin-top: 28px;
  }

  .rich-text img {
    border-radius: 20px;
  }

  .rich-text figure {
    margin-bottom: 28px;
  }

  .rich-text h5 {
    margin-top: 28px;
  }

  .rich-text h6 {
    margin-top: 28px;
  }

  .post-content-top {
    margin-bottom: 15px;
  }

  .post-content-about {
    margin-bottom: 15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .post-author-link {
    font-size: 16px;
  }

  .post-content-about-divider {
    margin-right: 10px;
    margin-left: 10px;
  }

  .post-date {
    font-size: 16px;
  }

  .card-post-author-social-media-wrapper {
    margin-bottom: -15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card-post-author-social-media-link {
    margin-right: 15px;
    margin-bottom: 15px;
  }

  .post-main-image-wrapper {
    margin-bottom: 47px;
  }

  .container-medium-672px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .pricing-wrapper {
    margin-bottom: -40px;
  }

  .plan-item {
    margin-bottom: 40px;
  }

  .card-plan-features-grid {
    margin-bottom: 25px;
    grid-row-gap: 8px;
  }

  .plan-feature-wrapper {
    font-size: 16px;
  }

  .plan-feature-dot {
    margin-right: 10px;
  }

  .card-plan-price {
    font-size: 25px;
  }

  .plan-title-wrapper {
    margin-bottom: 10px;
  }

  .plan-features-title {
    margin-bottom: 10px;
  }

  .plan-features-grid {
    grid-row-gap: 8px;
  }

  .card-get-plan-price {
    font-size: 26px;
  }

  .add-cart-option-list {
    margin-bottom: 23px;
  }

  .select-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }

  .plan-content-top {
    margin-bottom: 40px;
  }

  .rich-text-career h2 {
    font-size: 20px;
  }

  .rich-text-career h3 {
    margin-top: 28px;
    font-size: 18px;
  }

  .rich-text-career h4 {
    margin-top: 28px;
  }

  .rich-text-career img {
    border-radius: 20px;
  }

  .rich-text-career figure {
    margin-bottom: 28px;
  }

  .rich-text-career h5 {
    margin-top: 28px;
  }

  .rich-text-career h6 {
    margin-top: 28px;
  }

  .container-medium-728px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium-728px.contact-hero {
    margin-bottom: 40px;
  }

  .card-contact-link-text {
    font-size: 15px;
  }

  .contact-title-wrapper {
    margin-bottom: 50px;
  }

  .contact-social-media-wrapper {
    margin-bottom: -15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contact-social-media-link {
    margin-bottom: 15px;
  }

  .contact-form {
    grid-row-gap: 35px;
  }

  .text-area {
    padding-right: 15px;
    padding-left: 15px;
  }

  .team-social-media-wrapper {
    margin-bottom: -15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .team-social-media-link {
    margin-right: 15px;
    margin-bottom: 15px;
  }

  .team-about-title-wrapper {
    margin-bottom: 10px;
  }

  .dropdown-nav-main-wrapper {
    margin-bottom: -32px;
  }

  .dropdown-arrow {
    font-size: 11px;
  }

  .dropdown-nav {
    margin-right: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cart {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .icon-wrapper {
    width: 20px;
  }

  .cart-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cart-item-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cart-header {
    padding-right: 16px;
    padding-left: 16px;
  }

  .cart-footer {
    padding-right: 16px;
    padding-left: 16px;
  }

  .cart-list {
    padding-right: 16px;
    padding-left: 16px;
  }

  .empty-state {
    padding: 40px 25px;
  }

  .empty-state.cart-empty {
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .team-members-number {
    font-size: 70px;
  }

  ._2-buttons-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ._2-buttons-copy.card-footer-download-buttons {
    max-width: none;
  }

  .button-secondary-copy {
    display: block;
    padding-right: 15px;
    padding-left: 15px;
  }

  .button-secondary-copy.small {
    padding-right: 15px;
    padding-left: 15px;
  }

  .button-secondary-copy.large {
    padding-right: 15px;
    padding-left: 15px;
  }

  .button-secondary-copy._2-buttons-button.store-1 {
    margin-right: 0px;
  }

  .section-copy {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-copy.bg-primary-1.cta-1 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-copy.bg-primary-1.cta-2 {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .section-copy.about-hero {
    padding-top: 61px;
    padding-bottom: 87px;
  }

  .section-copy.careers-hero {
    padding-top: 61px;
    padding-bottom: 55px;
  }

  .section-copy.careers-perks {
    padding-top: 47px;
    padding-bottom: 98px;
  }

  .section-copy.career {
    padding-top: 58px;
    padding-bottom: 82px;
  }

  .section-copy.blog-hero {
    padding-top: 61px;
    padding-bottom: 82px;
  }

  .section-copy.post {
    padding-top: 61px;
    padding-bottom: 80px;
  }

  .section-copy.pricing {
    padding-top: 61px;
    padding-bottom: 92px;
  }

  .section-copy.plan {
    padding-top: 61px;
    padding-bottom: 84px;
  }

  .section-copy.contact-hero {
    padding-top: 61px;
  }

  .section-copy.blog-category {
    padding-top: 61px;
  }

  .section-copy.team {
    padding-top: 61px;
  }

  .section-copy.utility-page {
    padding-top: 61px;
    padding-bottom: 61px;
  }

  .section-copy {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-copy.bg-primary-1.cta-1 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-copy.bg-primary-1.cta-2 {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .section-copy.about-hero {
    padding-top: 61px;
    padding-bottom: 87px;
  }

  .section-copy.careers-hero {
    padding-top: 61px;
    padding-bottom: 55px;
  }

  .section-copy.careers-perks {
    padding-top: 47px;
    padding-bottom: 98px;
  }

  .section-copy.career {
    padding-top: 58px;
    padding-bottom: 82px;
  }

  .section-copy.blog-hero {
    padding-top: 61px;
    padding-bottom: 82px;
  }

  .section-copy.post {
    padding-top: 61px;
    padding-bottom: 80px;
  }

  .section-copy.pricing {
    padding-top: 61px;
    padding-bottom: 92px;
  }

  .section-copy.plan {
    padding-top: 61px;
    padding-bottom: 84px;
  }

  .section-copy.contact-hero {
    padding-top: 61px;
  }

  .section-copy.blog-category {
    padding-top: 61px;
  }

  .section-copy.team {
    padding-top: 61px;
  }

  .section-copy.utility-page {
    padding-top: 61px;
    padding-bottom: 61px;
  }

  .section-copy-copy {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-copy-copy.bg-primary-1.cta-1 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-copy-copy.bg-primary-1.cta-2 {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .section-copy-copy.about-hero {
    padding-top: 61px;
    padding-bottom: 87px;
  }

  .section-copy-copy.careers-hero {
    padding-top: 61px;
    padding-bottom: 55px;
  }

  .section-copy-copy.careers-perks {
    padding-top: 47px;
    padding-bottom: 98px;
  }

  .section-copy-copy.career {
    padding-top: 58px;
    padding-bottom: 82px;
  }

  .section-copy-copy.blog-hero {
    padding-top: 61px;
    padding-bottom: 82px;
  }

  .section-copy-copy.post {
    padding-top: 61px;
    padding-bottom: 80px;
  }

  .section-copy-copy.pricing {
    padding-top: 61px;
    padding-bottom: 92px;
  }

  .section-copy-copy.plan {
    padding-top: 61px;
    padding-bottom: 84px;
  }

  .section-copy-copy.contact-hero {
    padding-top: 61px;
  }

  .section-copy-copy.blog-category {
    padding-top: 61px;
  }

  .section-copy-copy.team {
    padding-top: 61px;
  }

  .section-copy-copy.utility-page {
    padding-top: 61px;
    padding-bottom: 61px;
  }

  .container-default-copy {
    padding-right: 16px;
    padding-left: 16px;
  }

  .info_call {
    margin-bottom: 88px;
  }

  ._2-buttons-v2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ._2-buttons-v2.card-footer-download-buttons {
    max-width: none;
  }

  .button-secondary-v2 {
    display: block;
    padding-right: 15px;
    padding-left: 15px;
  }

  .button-secondary-v2.small {
    padding-right: 15px;
    padding-left: 15px;
  }

  .button-secondary-v2.large {
    padding-right: 15px;
    padding-left: 15px;
  }

  .button-secondary-v2._2-buttons-button.store-1 {
    margin-right: 0px;
  }

  .button-secondary-v2._2-buttons-button-v2.store-1 {
    margin-right: 0px;
  }
}

#w-node-_760430e8-224a-9629-8c6a-014f558642e1-86841fd0 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c2c827da-6bc1-5155-8c0b-adce6d622434-86841fd0 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-c67c03c9-bb88-60b6-c722-5e76b29d2ff3-54841fc8 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_760430e8-224a-9629-8c6a-014f558642e1-86841fd0 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-c2c827da-6bc1-5155-8c0b-adce6d622434-86841fd0 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c2c827da-6bc1-5155-8c0b-adce6d622434-86841fd0 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

@font-face {
  font-family: 'Icons Finance X Template';
  src: url('../fonts/icons-finance-x-template.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}