@font-face {
  font-family: Georgiapro;
  src: url('../fonts/georgiapro-black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #1b1b1b;
  --lemon-chiffon: #fffbbd;
  --dark-slate-grey: #2e933c;
  --old-lace: #fef6e2;
  --white: white;
  --white-smoke: #f9f9f9;
  --dim-grey: #294e81;
  --georgia: Georgia, Times, "Times New Roman", serif;
}

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: #333;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

h1 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 64px;
}

h2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 56px;
}

h3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}

h4 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

h5 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}

h6 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--black);
  text-decoration: underline;
}

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

li {
  margin-bottom: 5px;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  color: var(--black);
  margin-bottom: 5px;
  font-weight: 400;
  display: block;
}

strong {
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 700;
}

blockquote {
  border-left: 5px solid var(--black);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.section-title {
  margin-bottom: 40px;
}

.heading-h1 {
  color: var(--black);
  margin-bottom: 10px;
  font-family: Lexend, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 64px;
}

.container-small {
  max-width: 900px;
  padding-left: 30px;
  padding-right: 30px;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #e92222;
  border-radius: 10px;
  padding: 15px 10px;
}

.heading-h3 {
  color: var(--black);
  margin-bottom: 10px;
  font-family: Lexend, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}

.guide-item {
  text-align: center;
  padding-bottom: 20px;
  padding-right: 16px;
}

.checkbox-field {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.form-select {
  border: 1px solid var(--lemon-chiffon);
  background-color: var(--lemon-chiffon);
  color: #000;
  border-radius: 10px;
  height: 42px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.form-select:focus {
  border-style: solid;
  border-color: var(--dark-slate-grey);
  color: #000;
}

.radio-button-label {
  padding-left: 6px;
}

.radio-button {
  border-color: #000;
  width: auto;
  min-width: 20px;
  height: auto;
  min-height: 20px;
  transition: border .3s ease-in-out;
}

.radio-button.w--redirected-checked {
  border-width: 5px;
  border-color: var(--black);
  background-color: #fff;
}

.radio-button.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.spacing-small {
  margin-top: 30px;
  margin-bottom: 30px;
}

.heading-h2 {
  color: var(--black);
  margin-bottom: 10px;
  font-family: Lexend, sans-serif;
  font-size: 52px;
  font-weight: 600;
  line-height: 60px;
}

.heading-h4 {
  color: var(--black);
  margin-bottom: 10px;
  font-family: Lexend, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

.style-guide-content {
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.lead-text {
  font-size: 20px;
  line-height: 28px;
}

.color-box {
  border-radius: 10px;
  width: 150px;
  height: 150px;
}

.heading-h5 {
  color: var(--black);
  margin-bottom: 10px;
  font-family: Lexend, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}

.checkbox-label {
  padding-left: 6px;
}

.button {
  background-color: var(--lemon-chiffon);
  color: var(--black);
  text-align: center;
  border-radius: 10px;
  padding: 12px 36px;
  font-weight: 400;
  transition: all .3s ease-in-out;
}

.button:hover {
  background-color: var(--dark-slate-grey);
  color: var(--old-lace);
  text-decoration: none;
}

.button.hero {
  background-color: var(--white);
  width: 50%;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.button.hero:hover {
  background-color: var(--old-lace);
  color: var(--dark-slate-grey);
}

.style-guide-title {
  margin-top: 40px;
  margin-bottom: 10px;
}

.input-group {
  align-items: center;
  margin-bottom: 20px;
}

.section-style-guide {
  padding-left: 0;
  padding-right: 0;
}

.success-message {
  background-color: var(--dark-slate-grey);
  color: #fff;
  border-radius: 10px;
  padding: 15px 10px;
}

.radio-button-field {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.divider {
  background-color: #43503b;
  height: 1px;
  margin-top: 40px;
}

.heading-h6 {
  color: var(--black);
  margin-bottom: 10px;
  font-family: Lexend, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.checkbox {
  border-color: #000;
  border-radius: 3px;
  width: auto;
  min-width: 20px;
  height: auto;
  min-height: 20px;
}

.checkbox.w--redirected-checked {
  background-color: var(--black);
  background-image: url('../images/check-white.svg');
  background-position: 50%;
  background-size: auto;
  border-width: 0;
  border-color: #000;
  border-radius: 3px;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  transition: background-color .3s ease-in-out;
}

.form-input {
  border: 1px solid var(--dark-slate-grey);
  background-color: var(--white-smoke);
  color: #0c0d0c;
  border-radius: 10px;
  height: 52px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6em;
  transition: border-color .3s ease-in-out;
}

.form-input:focus {
  border-style: solid;
  border-color: var(--dark-slate-grey);
  color: #0c0d0c;
}

.form-input::placeholder {
  color: #000;
}

.form-input.form-textarea {
  height: 100px;
}

.form-input.form-textarea:focus {
  color: #000;
}

.form-input.form-input-subscribe {
  background-color: var(--white);
  height: 60px;
  padding-right: 145px;
}

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

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

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

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

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

.navbar-grid {
  background-color: var(--white-smoke);
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr 1fr;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}

.navbar {
  background-color: #0000;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  position: absolute;
}

.nav-link {
  color: var(--black);
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 600;
}

.nav-link.w--current {
  color: var(--black);
}

.navbar-button {
  display: none;
}

.container {
  max-width: 1300px;
  padding-left: 30px;
  padding-right: 30px;
}

.button-dark {
  background-color: var(--black);
  color: var(--old-lace);
  text-align: center;
  border-radius: 10px;
  padding: 12px 36px;
  font-weight: 400;
  transition: all .3s ease-in-out;
}

.button-dark:hover {
  background-color: var(--dark-slate-grey);
  color: var(--old-lace);
  text-decoration: none;
}

.button-dark.button-full {
  width: 100%;
}

.button-dark.button-full:hover {
  background-color: var(--dark-slate-grey);
}

.button-dark.button-full.slider-button {
  position: absolute;
  inset: auto 0% 0%;
}

.button-dark.error-button {
  margin-top: 20px;
}

.button-dark.head:hover {
  background-color: var(--black);
}

.hero-section {
  box-sizing: border-box;
  background-color: var(--dark-slate-grey);
  background-image: url('../images/2151961994.jpg');
  background-position: 0 0;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.grid-hero {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  align-items: center;
}

.hero-content {
  position: relative;
}

.subscribe-form {
  align-items: center;
  max-width: 70%;
  margin-top: 50px;
  position: relative;
}

.button-white {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  border-radius: 10px;
  padding: 12px 36px;
  font-weight: 400;
  transition: all .3s ease-in-out;
}

.button-white:hover {
  background-color: var(--dark-slate-grey);
  color: var(--old-lace);
  text-decoration: none;
}

.button-white.button-subscribe {
  background-color: var(--old-lace);
  position: absolute;
  inset: 6px 6px auto auto;
}

.hero-image {
  z-index: 1;
  object-fit: contain;
  border-radius: 10px;
  position: relative;
}

.small-text {
  font-size: 13px;
  line-height: 15px;
}

.small-text.text-white {
  display: block;
}

.clients-section.section-spacing {
  padding-top: 40px;
  padding-bottom: 20px;
  font-weight: 400;
}

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

.section-spacing-bottom {
  padding-bottom: 90px;
}

.client-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
}

.client-logo {
  text-align: center;
  height: auto;
  max-height: 80px;
}

.about-section.section-spacing-bottom {
  display: block;
}

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

.feature-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--old-lace);
  border-radius: 10px;
  align-items: center;
  padding: 12px;
  display: flex;
}

.card-title {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 24px;
}

.bg-dark-slate-grey {
  background-color: var(--dark-slate-grey);
}

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

.hero-title {
  color: var(--white);
}

.hero-dec {
  color: var(--white);
  font-size: 20px;
  font-weight: 400;
}

.section-spacing {
  padding-top: 90px;
  padding-bottom: 90px;
}

.hero-image-wrap {
  text-align: center;
  position: relative;
}

.blur-01 {
  z-index: 0;
  background-color: var(--lemon-chiffon);
  filter: blur(100px);
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 500px;
  margin: auto;
  display: none;
  position: absolute;
  inset: 0%;
}

.text-white {
  color: var(--white);
}

.text-white.foot {
  text-align: justify;
  padding-right: 100px;
}

.step-section.section-spacing {
  display: none;
}

.step-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--lemon-chiffon);
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 40px;
  padding: 50px;
  display: grid;
}

.feature-icon-box {
  background-color: var(--dark-slate-grey);
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.feature-icon-box-check {
  border-radius: 10px;
  height: 20px;
}

.feature-item-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.card-image-wrap {
  background-color: var(--old-lace);
  text-align: center;
  border-radius: 10px;
  padding: 30px;
}

.card-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white-smoke);
  border-radius: 10px;
  align-items: center;
  margin-top: 5px;
  padding: 12px;
}

.grid-split {
  grid-template-rows: auto;
  align-items: center;
}

.feature-step-icon {
  height: 60px;
  margin-bottom: 15px;
}

.grid-feature-step {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.testimonial-section {
  background-color: var(--dark-slate-grey);
  overflow: hidden;
}

.testimonial-section.section-spacing {
  background-color: var(--dark-slate-grey);
  background-image: url('../images/green-forest-trees-aerial-view-body-of-water-turquoise-2560x1440-5002.jpg');
  background-position: 0 100%;
  background-size: auto;
  display: none;
  position: relative;
}

.grid-testimonial {
  z-index: 1;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  margin-bottom: 30px;
}

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

.testimonial-author-name {
  margin-bottom: 0;
  font-size: 18px;
}

.testimonial-author {
  margin-top: auto;
}

.testimonial-content {
  background-color: var(--lemon-chiffon);
  border-radius: 10px;
  flex-direction: column;
  padding: 40px;
  display: flex;
  position: relative;
}

.testimonial-image {
  z-index: 1;
  border-radius: 10px;
  position: relative;
}

.testimonial-image-wrap {
  position: relative;
}

.blur-02 {
  z-index: 0;
  background-color: var(--lemon-chiffon);
  filter: blur(100px);
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  margin: auto;
  position: absolute;
  inset: 0%;
}

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

.grid-testimonial-title {
  grid-template-rows: auto;
}

.container-medium {
  flex-flow: column;
  max-width: 1100px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.projects-section.section-spacing {
  display: block;
}

.faq-wrap {
  background-color: var(--old-lace);
  border-radius: 10px;
  margin-bottom: 50px;
  padding: 50px 50px 30px;
}

.faq-wrap.last {
  margin-bottom: 0;
}

.accordion-item {
  background-color: var(--white);
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 7px 10px;
}

.accordion-heading {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  cursor: pointer;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  display: flex;
}

.accordion-icon-wrap {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
}

.accordion-icon-plus {
  background-color: #101010;
  width: 20px;
  height: 1px;
}

.accordion-icon-minus {
  background-color: #101010;
  width: 20px;
  height: 1px;
  position: absolute;
  inset: auto 0%;
  transform: rotate(90deg);
}

.accordion-title {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.accordion-content {
  padding-left: 52px;
  overflow: hidden;
}

.accordion-description {
  margin-bottom: 20px;
}

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

.project-item {
  background-color: var(--white);
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  padding: 30px;
  display: flex;
}

.pricing-title {
  margin-bottom: 20px;
}

.pricing-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: left;
  flex-direction: column;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.pricing-list-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  align-items: center;
}

.footer {
  background-color: var(--dark-slate-grey);
  padding-top: 90px;
  padding-bottom: 20px;
}

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

.footer-link {
  color: var(--white);
  align-items: baseline;
  text-decoration: none;
  display: flex;
}

.footer-link.w--current {
  color: var(--white);
}

.footer-title {
  color: var(--white);
  margin-bottom: 20px;
}

.grid-footer-bottom {
  border-top: 1px solid #f1eabb1a;
  grid-template-rows: auto;
  margin-top: 30px;
  padding-top: 30px;
}

.copyright {
  color: var(--white-smoke);
}

.button-small {
  color: #fff;
  background-color: #18191a;
  background-image: linear-gradient(to right, #8f17a4, #1f23c9);
  border-radius: 16px;
  padding: 2px 15px;
  font-size: 14px;
  text-decoration: none;
}

.footer-logo {
  margin-bottom: 20px;
}

.copyright-link {
  color: var(--white);
}

.subscribe-form-footer {
  align-items: center;
  max-width: 40%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.footer-get-involved {
  text-align: center;
  margin-bottom: 80px;
}

.hero-inner {
  background-color: var(--dark-slate-grey);
  padding-top: 180px;
  padding-bottom: 100px;
}

.hero-inner.text-center {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.hero-inner-title {
  color: var(--white);
}

.hero-inner-dec {
  color: var(--white);
  font-size: 20px;
}

.contact-form {
  border-radius: 16px;
}

.contact-title {
  margin-bottom: 40px;
}

.grid-contact {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
}

.contact-address-section.section-spacing-bottom {
  padding-top: 40px;
}

.grid-contact-address {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.contact-address-item {
  background-color: var(--white-smoke);
  text-align: center;
  border-radius: 10px;
  padding: 30px;
}

.content-address-icon {
  height: 60px;
  margin-bottom: 30px;
}

.google-map {
  border-radius: 16px;
  height: 400px;
  display: none;
}

.counter-section.section-spacing-bottom {
  padding-top: 90px;
}

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

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

.about-video-vision {
  margin-top: 30px;
}

.about-video {
  flex-flow: column;
  justify-content: space-around;
  display: flex;
}

.about-youtube-video {
  border-radius: 16px;
  margin-bottom: 10px;
  overflow: hidden;
}

.action-box-wrap {
  background-color: var(--lemon-chiffon);
  border-radius: 20px;
  grid-template-rows: auto;
  padding: 80px 60px 60px;
}

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

.app-download-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  margin-top: 30px;
}

.blog-section.section-spacing {
  padding-bottom: 0;
}

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

.empty-state {
  background-color: var(--black);
  color: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 15px;
}

.blog-item {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.blog-image-wrap {
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}

.blog-image {
  border-radius: 10px;
}

.button-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.blog-detail-title {
  color: #fff;
  margin-top: 20px;
}

.blog-body {
  text-align: justify;
  margin-top: 20px;
}

.pricing-item-white {
  background-color: var(--white-smoke);
  border-radius: 10px;
  padding: 30px;
}

.pricing-wrap {
  position: relative;
}

.blur-03 {
  z-index: -1;
  background-color: var(--dim-grey);
  opacity: .54;
  filter: blur(100px);
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  margin: auto;
  position: absolute;
  inset: auto 0% 0% auto;
}

.pricing-section-title {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.pricing-action-title-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--lemon-chiffon);
  border-radius: 10px;
  align-items: center;
  margin-top: auto;
  padding: 12px 20px;
  text-decoration: none;
  display: flex;
}

.pricing-action-title-icon {
  height: 26px;
}

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

.utility-page-content {
  background-color: var(--old-lace);
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  width: 560px;
  padding: 50px;
  display: flex;
}

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

.logo {
  height: 34px;
}

.guide-button-white {
  background-color: var(--black);
  padding: 10px;
}

.changelog {
  line-height: 1.8em;
}

.changelog-version {
  background-color: var(--dark-slate-grey);
  color: #fff;
  border-radius: 10px;
  margin-right: 10px;
  padding: 5px 10px;
}

.error-title {
  font-size: 150px;
  line-height: 160px;
}

.split-section {
  display: block;
}

.vibur-studio {
  z-index: 1000000000;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border: 1px solid var(--white-smoke);
  color: #000;
  background-color: #fff;
  border-radius: 10px;
  padding: 5px 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 30px 30px auto;
}

.pricing-action-title {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 22px;
}

.form-block {
  display: block;
}

.mask {
  z-index: 0;
  background-color: var(--black);
  opacity: .64;
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0%;
}

.slider {
  z-index: auto;
  opacity: .64;
  mix-blend-mode: normal;
  background-color: #1b1b1b00;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slider-2 {
  display: block;
  position: absolute;
  inset: 0%;
}

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

.collection-item {
  align-items: stretch;
  display: flex;
}

.div-block {
  position: absolute;
  inset: 0%;
}

.hover-line {
  height: 1px;
  position: absolute;
  inset: auto 0% -1px;
  overflow: hidden;
}

.grid-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.service-card-hover {
  background-color: var(--dark-slate-grey);
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 24px;
  font-size: 9px;
  line-height: 1em;
  display: flex;
  position: absolute;
  inset: -24px 0% auto;
}

.underline-link {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-bottom: 1px solid #fffc;
  padding-bottom: 6px;
  padding-left: 0;
  font-size: 9px;
  text-decoration: none;
  position: relative;
}

.underline-link.dark {
  color: #626d86;
  border-bottom-color: #889ea833;
}

.hover-line-fill {
  background-color: #a3acc2;
  width: 100%;
  height: 100%;
}

.service-link-name {
  text-align: center;
  border-bottom: 1px solid #889ea833;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.service-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  text-align: left;
  border-top: 1px #eef0f6;
  border-right: 1px solid #889ea833;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between flex-end;
  width: 100%;
  padding: 60px 36px 36px;
  display: grid;
}

.service-bottom.end {
  border-right-style: none;
}

.service-description {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body-display {
  color: #626d86;
  font-size: 17px;
  line-height: 1.6em;
}

.body-display.small {
  font-size: 14px;
  line-height: 1.45em;
}

.subtitle {
  color: #626d86;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
}

.service-link-top {
  z-index: 10;
  background-color: #fff;
  border-bottom: 1px #889ea833;
  border-right: 1px #889ea833;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding-left: 36px;
  padding-right: 36px;
  display: flex;
  position: relative;
}

.service-link-top.end {
  border-right-style: none;
}

.service-icon {
  background-color: #eef0f6;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 16px;
  display: flex;
}

.services-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  min-height: 70px;
  margin-top: 0;
  display: grid;
}

.scope-link {
  border-top: 1px solid var(--dark-slate-grey);
  color: #000;
  border-right: 1px #889ea833;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  text-decoration: none;
  display: flex;
  position: relative;
}

.paragraph {
  text-align: justify;
  font-size: 1.125rem;
}

.paragraph.head {
  letter-spacing: 0;
  font-size: 12px;
}

.paragraph.subheading {
  font-size: 1.3rem;
}

.block-quote {
  display: block;
}

.slider-3 {
  background-color: #0000;
  height: 100%;
  padding: 1px 0;
  overflow: visible;
}

.mask-2 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.div-put {
  width: 100%;
  height: 401px;
  display: flex;
}

.slider-hearing {
  color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}

.projects-2-section {
  padding-top: 0;
  padding-bottom: 50px;
  display: block;
}

.icon {
  color: #2c2c6a;
}

.slider-image-container {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 10px;
  height: 100%;
  margin-bottom: 20px;
}

.paragraph-2 {
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
  font-family: Montserrat, sans-serif;
  position: relative;
  overflow: hidden;
}

.button-2 {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  border: 3px solid #2d77ba;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 700;
  position: static;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slide-nav {
  justify-content: center;
  align-items: center;
  display: block;
  bottom: -60px;
}

.container-2 {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 100px;
}

.blue {
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-right: 25px;
  display: flex;
  position: relative;
}

.arrow {
  background-color: #fff;
  border: 1px #000;
  border-radius: 2px;
  width: 40px;
  height: 40px;
  transition: all .7s;
  display: none;
  inset: -15% 0% auto auto;
}

.arrow:hover {
  border-color: #ff00a1;
  width: 64px;
}

.arrow.l {
  display: none;
  right: 8%;
}

.arrow.l:hover {
  width: 64px;
}

.slide {
  width: 40%;
  height: 100%;
  margin-right: 25px;
}

.div-block-2 {
  margin: 40px 60px;
}

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

.collection-item-2 {
  justify-content: space-around;
  display: flex;
}

.collection-list-wrapper {
  display: none;
}

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

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

.code-embed {
  display: none;
}

.partner-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "."
                 "Area"
                 / 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.partner {
  text-align: left;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: none;
}

.heading-3 {
  text-align: center;
  font-size: 1.9375rem;
}

.column-header {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 5px;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}

.main-feature-feed-wrapper {
  flex-flow: row;
  justify-content: center;
  width: 100%;
  display: flex;
}

.main-feature-feed {
  justify-content: space-between;
  margin-bottom: 20px;
  display: flex;
}

.main-feature-feed-item {
  margin-bottom: 30px;
}

.header-wrap-skewed {
  background-color: #ff1e74;
  justify-content: center;
  width: 150px;
  margin-bottom: 20px;
  display: flex;
  transform: skew(-13deg);
}

.header-wrap-skewed.grey {
  background-color: #222;
  align-self: center;
  width: 180px;
  margin-top: 10px;
  margin-bottom: 30px;
}

.header-wrap-skewed.grey.left {
  align-self: flex-start;
}

.div-block-7 {
  flex-direction: column;
  align-items: stretch;
  width: 900px;
  height: auto;
  display: flex;
}

.whats-hot {
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 20px;
  display: flex;
}

.content-link-featured {
  color: #000;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
}

.featured-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  height: 300px;
  margin-bottom: 20px;
}

.article-headline {
  text-transform: uppercase;
  flex: none;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 800;
  line-height: 110%;
}

.article-headline.white {
  color: #fff;
  text-shadow: 0 1px #000;
}

.article-headline.nocaps {
  color: var(--white);
  text-align: center;
  text-transform: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.excerpt {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 120%;
}

.excerpt.article {
  max-width: 70%;
}

.author-link {
  color: #ff1e74;
  text-decoration: none;
  display: flex;
}

.by-line {
  text-align: justify;
  margin-right: 3px;
}

.by-line.bold {
  font-weight: 700;
}

.author-name {
  align-items: center;
  display: flex;
}

.featured-image-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  height: 300px;
}

.small-list-title {
  font-family: var(--georgia);
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
}

.content-link {
  color: #000;
  border-bottom: 1px solid #6663;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
  display: flex;
}

.thumbnail {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 80px;
  height: 80px;
}

.thumbnail.large {
  border-radius: 10px;
  width: 200px;
  height: 100px;
}

.simple-list-title-wrap {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding-left: 15px;
  display: flex;
}

.div-block-9 {
  display: flex;
}

.simple-list-title {
  font-size: 17px;
  font-weight: 600;
}

.simple-list-title.large {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 24px;
  line-height: 120%;
}

.div-block-10 {
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
  position: relative;
}

.article-title-nav {
  z-index: 1000;
  background-color: #000;
  align-items: center;
  height: 80px;
  margin-left: 55px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.image-5 {
  width: 28px;
  margin-left: 10px;
  margin-right: 10px;
}

.slide-in-title {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.scroll-progress {
  transform-origin: 0%;
  background-image: linear-gradient(to right, #ff1e74, #bc16f8 29%, #4000ff 67%);
  width: 130%;
  height: 5px;
  position: absolute;
  inset: auto 0% 0% -55px;
}

.simple-list-item {
  display: block;
}

.video-2 {
  margin-bottom: 30px;
}

.main-feature-feed-wrapper-2 {
  width: 100%;
}

.author-details {
  border-top: 1px solid #66666680;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-12 {
  width: 100%;
  position: sticky;
  top: 100px;
}

.collection-list-wrapper-3 {
  display: flex;
}

.article-category {
  text-transform: uppercase;
  margin-right: 10px;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
}

.form-block-2 {
  z-index: 999;
  flex: 0 auto;
  width: 100%;
  margin-bottom: 0;
  position: relative;
}

.share-icons {
  width: 60px;
  height: 200px;
  position: sticky;
  top: 120px;
}

.author-preview {
  color: #000;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.tag-header {
  color: #666c;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}

.collection-list-3 {
  display: flex;
}

.submit-button {
  z-index: auto;
  float: right;
  clear: right;
  background-color: #68bb9a;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 60px;
  padding-top: 9px;
  transition: opacity .275s;
  position: absolute;
  top: 0;
  right: 0;
}

.submit-button:hover {
  background-color: #000;
}

.content-column {
  flex-direction: column;
  align-items: center;
  padding: 30px 10px 30px 20px;
  display: flex;
}

.content-column.right {
  padding-top: 15px;
}

.div-block-8 {
  justify-content: center;
  height: auto;
  padding-top: 0;
  padding-bottom: 60px;
  display: flex;
}

.article-header {
  flex-direction: column;
  align-items: flex-start;
  max-width: 900px;
  display: flex;
}

.article-cta-wrap {
  background-image: url('../images/media-company-in-minutes.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 120%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.share-wrapper {
  padding-top: 30px;
}

.tag {
  border: 1px solid #66666680;
  border-radius: 50px;
  margin-right: 10px;
}

.text-field {
  background-color: #ffffffd9;
  border-radius: 10px;
  height: 60px;
  margin-bottom: 0;
  box-shadow: 2px 2px 10px 1px #0000004d;
}

.grid-5 {
  grid-column-gap: 29px;
  grid-template-columns: .25fr 1.75fr 1fr;
  grid-template-areas: ".";
  width: 90%;
  max-width: 1200px;
  margin-top: 70px;
}

.author-thumbnail {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #66666680;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  margin-right: 10px;
}

.author-thumbnail.small {
  width: 32px;
  height: 32px;
}

.article-info-header {
  color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.tags {
  margin-bottom: 50px;
  display: block;
}

.related-content {
  border-top: 1px solid #66666680;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-11 {
  width: 90%;
  max-width: 1200px;
}

.heading-5 {
  text-transform: uppercase;
  align-self: flex-start;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 800;
}

.collection-list-wrapper-2 {
  width: 100%;
  max-width: 1200px;
}

.collection-list-2 {
  display: flex;
}

.collection-list-2._4 {
  flex-wrap: wrap;
  display: flex;
}

.collection-item-3 {
  flex: 0 auto;
  padding: 10px;
}

.link-block-4 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2px 20px;
  text-decoration: none;
  display: flex;
}

.text-block-4 {
  color: #666c;
}

.featured-image-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

.social {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.div-block-13 {
  display: flex;
}

.slide-2 {
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-14 {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.social-icon {
  margin-right: 10px;
}

.div-block-15 {
  flex-flow: column;
  justify-content: flex-start;
  margin-top: 0;
  display: flex;
}

.div-block-16 {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

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

.text-span {
  font-weight: 700;
}

.rich-text-block, .rich-text-block-2, .text-block-5 {
  text-align: justify;
}

@media screen and (min-width: 1280px) {
  .testimonial-section.section-spacing {
    display: none;
  }

  .service-card-hover {
    background-color: var(--dark-slate-grey);
  }

  .service-bottom {
    border-top-width: 3px;
    border-top-color: var(--dark-slate-grey);
    padding-bottom: 48px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .service-description {
    grid-template-rows: auto;
  }

  .service-link-top {
    padding-left: 48px;
    padding-right: 48px;
  }

  .scope-link {
    border-top: 1px solid var(--dark-slate-grey);
  }

  .block-quote {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 50px;
    line-height: 54px;
  }

  h2 {
    font-size: 42px;
    line-height: 54px;
  }

  h3 {
    font-size: 34px;
    line-height: 38px;
  }

  .section-title {
    margin-bottom: 30px;
  }

  .heading-h1 {
    font-size: 50px;
    line-height: 54px;
  }

  .container-small {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .guide-item {
    margin-bottom: 30px;
  }

  .heading-h2 {
    font-size: 42px;
    line-height: 54px;
  }

  .section-style-guide {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .navbar-grid {
    grid-template-columns: 1fr 1.5fr;
    padding: 8px 8px 8px 12px;
  }

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

  .navbar-button {
    display: none;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-hero {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .subscribe-form {
    max-width: 100%;
    margin-top: 30px;
  }

  .section-spacing-bottom {
    padding-bottom: 80px;
  }

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

  .section-spacing {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .container-medium {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .footer {
    padding-top: 80px;
  }

  .grid-footer-bottom {
    margin-top: 30px;
  }

  .subscribe-form-footer {
    max-width: 60%;
  }

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

  .grid-contact, .grid-contact-address {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .style-guide-section {
    padding-top: 60px;
  }

  .menu-button {
    background-color: var(--dark-slate-grey);
    color: var(--lemon-chiffon);
    border-radius: 10px;
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: var(--black);
  }

  .nav-menu {
    background-color: var(--old-lace);
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .service-card-hover {
    display: none;
  }

  .service-bottom {
    padding-top: 48px;
  }

  .services-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-color: #0000;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .scope-link {
    background-color: #fff;
  }

  .slider-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .mask-2 {
    width: 45%;
  }

  .div-put {
    height: 580px;
  }

  .projects-2-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .arrow.l {
    right: 15%;
  }

  .div-block-7 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .article-title-nav {
    display: flex;
  }

  .slide-in-title {
    font-size: 18px;
  }

  .content-column {
    display: flex;
  }

  .content-column.right, .share-wrapper {
    display: none;
  }

  .grid-5, .collection-list-wrapper-2 {
    min-width: auto;
  }

  .collection-list-2._4 {
    flex-wrap: wrap;
    display: flex;
  }

  .collection-item-3 {
    flex: 0 25%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 42px;
    line-height: 48px;
  }

  h2 {
    font-size: 36px;
    line-height: 44px;
  }

  h3 {
    font-size: 30px;
    line-height: 34px;
  }

  h4 {
    font-size: 26px;
  }

  .section-title {
    margin-bottom: 20px;
  }

  .heading-h1 {
    font-size: 42px;
    line-height: 48px;
  }

  .container-small {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-h3 {
    font-size: 30px;
    line-height: 34px;
  }

  .heading-h2 {
    font-size: 36px;
    line-height: 44px;
  }

  .heading-h4 {
    font-size: 26px;
    line-height: 32px;
  }

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

  .hero-section {
    padding-top: 130px;
    padding-bottom: 70px;
  }

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

  .hero-content {
    background-color: #0000;
  }

  .section-spacing-bottom {
    padding-bottom: 70px;
  }

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

  .section-spacing {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .blur-01 {
    display: none;
  }

  .step-item {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    padding: 30px;
  }

  .grid-split, .grid-testimonial {
    grid-template-columns: 1fr;
  }

  .testimonial-bottom {
    text-align: left;
    margin-bottom: 20px;
  }

  .grid-testimonial-title {
    grid-template-columns: 1fr;
  }

  .container-medium {
    padding-left: 15px;
    padding-right: 15px;
  }

  .faq-wrap {
    margin-bottom: 40px;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer {
    padding-top: 70px;
  }

  .grid-footer {
    grid-template-columns: 2.25fr 1fr;
  }

  .grid-footer-bottom {
    grid-template-columns: 1fr;
  }

  .copyright {
    margin-bottom: 0;
  }

  .subscribe-form-footer {
    max-width: 100%;
  }

  .hero-inner {
    padding-bottom: 60px;
  }

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

  .grid-counter {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .grid-about-video {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .action-box-wrap {
    padding: 50px 30px;
  }

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

  .utility-page-wrap {
    height: auto;
  }

  .utility-page-content {
    margin-top: 40px;
  }

  .style-guide-section {
    padding-top: 40px;
  }

  .error-title {
    font-size: 100px;
    line-height: 80px;
  }

  .vibur-studio {
    bottom: 10px;
    left: 10px;
  }

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

  .mask-2 {
    width: 75%;
  }

  .div-put {
    height: 550px;
  }

  .projects-2-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-2 {
    display: none;
  }

  .content-link {
    flex-direction: column;
  }

  .thumbnail {
    width: 100%;
    margin-bottom: 10px;
  }

  .thumbnail.large {
    width: 100%;
    height: 150px;
  }

  .simple-list-title.large {
    margin-bottom: 10px;
    line-height: 120%;
  }

  .slide-in-title {
    font-size: 16px;
  }

  .form-block-2 {
    margin-top: 20px;
  }

  .text-field {
    font-size: 16px;
  }

  .collection-list-2, .collection-list-2._4 {
    display: block;
  }

  .collection-item-3 {
    width: 50%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 40px;
    line-height: 46px;
  }

  h2 {
    font-size: 34px;
    line-height: 40px;
  }

  .heading-h1 {
    font-size: 40px;
    line-height: 46px;
  }

  .container-small {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-h3 {
    font-size: 30px;
    line-height: 34px;
  }

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

  .heading-h4 {
    font-size: 26px;
    line-height: 32px;
  }

  .heading-h5 {
    font-size: 22px;
    line-height: 26px;
  }

  .style-guide-title {
    margin-top: 30px;
  }

  .input-group {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .form-input.form-input-subscribe {
    padding-right: 150px;
  }

  .navbar-grid {
    grid-template-columns: 1fr .75fr;
  }

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

  .hero-content {
    background-color: #0000;
  }

  .section-spacing-bottom {
    padding-bottom: 60px;
  }

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

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

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

  .blur-01 {
    width: 300px;
    height: 300px;
  }

  .text-white.foot {
    padding-right: 0;
  }

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

  .grid-feature-step {
    grid-template-columns: 1fr;
  }

  .testimonial-content {
    padding: 30px 20px;
  }

  .container-medium {
    padding-left: 15px;
    padding-right: 15px;
  }

  .faq-wrap {
    padding: 20px 15px;
  }

  .accordion-title {
    padding-right: 20px;
  }

  .footer {
    padding-top: 60px;
  }

  .grid-footer {
    grid-column-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 2.25fr;
  }

  .grid-footer-bottom {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    padding-top: 130px;
    padding-bottom: 50px;
  }

  .counter-section.section-spacing-bottom {
    display: flex;
  }

  .grid-counter {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .action-box-wrap {
    padding: 35px 20px;
  }

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

  .utility-page-content {
    padding: 30px;
  }

  .style-guide-section {
    padding-top: 20px;
  }

  .error-title {
    font-size: 80px;
  }

  .nav-menu {
    background-color: var(--white);
  }

  .slider-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .mask-2 {
    width: 100%;
  }

  .div-put {
    height: 650px;
  }

  .projects-2-section {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .paragraph-2 {
    display: block;
  }

  .button-2 {
    color: var(--black);
    border-radius: 10px;
  }

  .arrow.l {
    right: 35%;
  }

  .slide {
    width: 100%;
    height: auto;
  }

  .collection-list-wrapper {
    display: none;
  }

  .main-feature-feed {
    overflow: hidden;
  }

  .main-feature-feed-item {
    min-width: 100%;
  }

  .collection-list-wrapper-4 {
    padding: 15px;
  }

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

  .article-headline {
    font-size: 24px;
  }

  .article-headline.white {
    text-align: center;
  }

  .article-headline.nocaps {
    margin-top: 11px;
    margin-bottom: 10px;
    font-size: 30px;
  }

  .excerpt.article {
    max-width: 100%;
    margin-bottom: 19px;
  }

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

  .content-link {
    flex-direction: column;
  }

  .thumbnail.large {
    width: 100%;
    margin-bottom: 15px;
  }

  .simple-list-title-wrap {
    padding-left: 10px;
  }

  .simple-list-title.large {
    font-size: 22px;
  }

  .article-title-nav {
    margin-left: 40px;
  }

  .slide-in-title {
    margin-left: 13px;
    font-size: 14px;
  }

  .video-2 {
    margin-bottom: 20px;
  }

  .form-block-2 {
    z-index: 9;
    top: 0;
  }

  .collection-list-3 {
    flex-wrap: wrap;
  }

  .submit-button:hover {
    background-color: #444;
  }

  .content-column {
    display: none;
  }

  .div-block-8 {
    overflow: hidden;
  }

  .tag {
    margin-bottom: 5px;
  }

  .text-field {
    box-shadow: 2px 2px 10px 1px #0000004d;
  }

  .collection-item-3 {
    width: 100%;
  }

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

#w-node-_8e1cb10b-f228-4cea-fa47-a1d3f0be8671-b440a7f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c9e59976-3927-cf68-65c1-413ca56691c9-b440a7f2, #w-node-a0e02fa9-9f65-f2f8-25a3-a992ecea8955-b440a7f2, #w-node-_5803da6c-f286-ed05-ca6a-46520628ba5e-b440a7f2, #w-node-_8b67eed8-a9a2-dc3e-9769-df0be096384a-b440a7f2, #w-node-_29e66eb9-b807-0323-b3f6-f9f3c5ed3b5f-b440a7f2, #w-node-_2ab3875f-a5a9-b90e-fc01-9755521f8556-b440a7f2, #w-node-f484691e-6c6a-12e4-b9f1-645d4a4831fd-b440a7f2, #w-node-d1ad94d3-ef57-94ba-d227-01832a35a0b9-b440a7f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd4953e0-028c-63b1-2228-dd3ce06b9294-b440a7f2 {
  align-self: center;
}

#w-node-d9304f57-8794-e4da-96a0-2536834468b7-b440a7f2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d9304f57-8794-e4da-96a0-2536834468c1-b440a7f2, #w-node-_265bf0b3-aa7d-7103-e6fd-0765c7687252-b440a7f2, #w-node-d595b1ce-5a1e-d8fd-2462-56452c8c0735-b440a7f2 {
  justify-self: start;
}

#w-node-_9f0a49ee-a6ea-40fa-b7b7-192251d7b937-b440a7f2, #w-node-_9f0a49ee-a6ea-40fa-b7b7-192251d7b93c-b440a7f2, #w-node-_9f0a49ee-a6ea-40fa-b7b7-192251d7b942-b440a7f2, #w-node-_7e2cf464-30f5-4d7d-2ba0-934872834386-b440a7f2, #w-node-_0a57e5f2-b3e0-2302-afa9-a745a7496853-b440a7f2, #w-node-_61fc1171-f152-c3dd-79cb-94233df6e5d6-b440a7f2, #w-node-_61fc1171-f152-c3dd-79cb-94233df6e5ef-b440a7f2, #w-node-dd4953e0-028c-63b1-2228-dd3ce06b92a7-b440a7f2, #w-node-_8bde95ae-731a-e98a-d751-de5b583294a8-b440a7f2, #w-node-_8bde95ae-731a-e98a-d751-de5b583294af-b440a7f2, #w-node-_8bde95ae-731a-e98a-d751-de5b583294b6-b440a7f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50035d82-a664-4903-b541-b500cb58e8b9-cb58e8a9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_50035d82-a664-4903-b541-b500cb58e8c0-cb58e8a9 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_50035d82-a664-4903-b541-b500cb58e8d8-cb58e8a9 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-fc10608c-ccb4-cf05-f526-81aa9fd6f875-cb58e8a9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2dc112a5-a9e2-ab29-47f6-2194df76efb8-df76efb3 {
  grid-area: 1 / 2 / 2 / 4;
  justify-self: end;
}

#w-node-_8e1cb10b-f228-4cea-fa47-a1d3f0be8671-b440a7fa, #w-node-_240700eb-09f4-cb6c-80ba-98f9a69b06d8-669e1031, #w-node-_979b29f4-f596-73cf-5a85-3814865cdc35-5d36b237 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b452f028-3ed2-7cc8-0e2d-6dee5a6e8c4d-5d36b237 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-b452f028-3ed2-7cc8-0e2d-6dee5a6e8c50-5d36b237 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-b452f028-3ed2-7cc8-0e2d-6dee5a6e8c60-5d36b237 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-b452f028-3ed2-7cc8-0e2d-6dee5a6e8cb7-5d36b237, #w-node-b452f028-3ed2-7cc8-0e2d-6dee5a6e8cb7-5d36b237:hover {
  grid-area: 2 / 3 / 3 / 4;
}

@media screen and (min-width: 1280px) {
  #w-node-dd4953e0-028c-63b1-2228-dd3ce06b9294-b440a7f2 {
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_2dc112a5-a9e2-ab29-47f6-2194df76efc1-df76efb3 {
    justify-self: end;
  }

  #w-node-b452f028-3ed2-7cc8-0e2d-6dee5a6e8c50-5d36b237 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-b452f028-3ed2-7cc8-0e2d-6dee5a6e8c60-5d36b237 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-b452f028-3ed2-7cc8-0e2d-6dee5a6e8cb7-5d36b237 {
    grid-area: 2 / 3 / 3 / 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_50035d82-a664-4903-b541-b500cb58e8c0-cb58e8a9 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_50035d82-a664-4903-b541-b500cb58e8d8-cb58e8a9 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-b452f028-3ed2-7cc8-0e2d-6dee5a6e8c50-5d36b237 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-b452f028-3ed2-7cc8-0e2d-6dee5a6e8c60-5d36b237 {
    grid-area: 2 / 1 / 3 / 4;
  }
}


@font-face {
  font-family: 'Georgiapro';
  src: url('../fonts/georgiapro-black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}