:root {
  --txt-90a: rgba(30, 30, 31, .9);
  --white: white;
  --black: black;
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8rem;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: all .2s;
  display: block;
}

a:hover {
  color: #32343a;
  transform: scale(1.05);
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

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

.styleguide-content-wrap {
  text-align: center;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.styleguide-header-wrap {
  height: 460px;
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.h1 {
  color: var(--txt-90a);
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 3rem;
  line-height: 5rem;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-tiny.cc-paragraph-tiny-light {
  opacity: .7;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-speaking-label {
  margin-top: 20px;
  margin-bottom: 10px;
}

.label.cc-about-light, .paragraph-light {
  opacity: .6;
}

.paragraph-light.cc-position-name {
  margin-bottom: 5px;
}

.section {
  margin-left: 30px;
  margin-right: 30px;
}

.section.cc-contact {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

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

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.divider {
  height: 1px;
  background-color: #eee;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu-icon {
  margin: 16px;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-items {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
}

.navigation {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 30px 50px;
  display: block;
}

.menu-button {
  z-index: 50;
  position: fixed;
  top: 32px;
  left: 32px;
}

.menu-button.w--open {
  background-color: #e7e7e7;
}

.logo-image {
  display: block;
}

.navigation-wrap {
  z-index: 10;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.intro-wrap {
  margin-top: 100px;
  margin-bottom: 140px;
}

.name-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.position-name-text {
  text-transform: none;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.work-description {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.work-experience-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . . ."
  / 1fr 1fr 1fr 1fr;
  margin-bottom: 140px;
}

.works-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . ."
                 ". . ."
                 / 1.5fr 1fr 1.5fr;
  margin-bottom: 80px;
}

.carrer-headline-wrap {
  width: 70%;
  margin-bottom: 50px;
}

.work-image {
  height: 460px;
  text-align: center;
  background-color: #f4f4f4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.work-image:hover {
  opacity: .8;
}

.work-image:active {
  opacity: .7;
}

.work-image.cc-work-1 {
  background-image: url('../images/portfolio-1---wide.svg');
  background-size: cover;
}

.work-image.cc-work-2 {
  background-image: url('../images/portfolio-2---wide.svg');
  background-size: cover;
}

.work-image.cc-work-4 {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.work-image.cc-work-3 {
  background-image: url('../images/portfolio-4---wide.svg');
  background-size: cover;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.contact {
  padding-top: 80px;
  padding-bottom: 90px;
}

.contact-headline {
  width: 70%;
  margin-bottom: 40px;
}

.contact-form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
}

.contact-form-wrap {
  width: 70%;
}

.footer-wrap {
  justify-content: space-between;
  align-items: center;
  padding: 40px 50px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  text-transform: uppercase;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.footer-links {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.footer-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.footer-item:hover {
  opacity: .9;
}

.footer-item:active {
  opacity: .8;
}

.about-intro-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 140px;
}

.hi-there-heading {
  margin-top: 10px;
  margin-bottom: 20px;
}

.service-name-text {
  opacity: .6;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
}

.skillset-wrap {
  padding-right: 60px;
}

.reference-link {
  opacity: .6;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
}

.reference-link:hover {
  opacity: 1;
}

.reference-link:active {
  opacity: .9;
}

.featured-item-wrap {
  margin-bottom: 25px;
}

.services-items-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-areas: ". .";
  padding-top: 10px;
}

.skills-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 1fr;
  margin-bottom: 140px;
}

.personal-features-grid {
  grid-column-gap: 80px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-areas: ". ."
                       ". .";
  margin-bottom: 110px;
}

.speaking-text {
  margin-right: 8px;
  display: inline-block;
}

.speaking-text.cc-past-speaking {
  opacity: .6;
}

.speaking-detail {
  opacity: .6;
  display: inline-block;
}

.upcoming-wrap {
  margin-bottom: 40px;
}

.social-media-heading {
  margin-bottom: 60px;
}

.social-media-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: ". . . ."
                       ". . . .";
  margin-bottom: 30px;
}

.project-overview-grid {
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  grid-template: ". . . ."
                 ". . . ."
                 / 1fr 1fr 1fr 1fr;
  margin-top: 120px;
  margin-bottom: 135px;
}

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

.project-description-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2.5fr;
  margin-top: 120px;
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.email-section {
  width: 70%;
  text-align: center;
  margin: 140px auto 200px;
}

.email-link {
  text-transform: none;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 64px;
  font-weight: 400;
  line-height: 88px;
  text-decoration: none;
}

.email-link:hover {
  opacity: .8;
}

.email-link:active {
  opacity: .7;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-wrap {
  width: 100%;
  height: 100%;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.image {
  width: 80px;
}

.cont-hero-scroll {
  display: flex;
}

.sec-main.space-100 {
  margin-bottom: 150px;
}

.div-txt-left {
  width: 50%;
  padding: 8px;
}

.siv-img-right {
  width: 50%;
}

.h4 {
  color: var(--txt-90a);
  text-align: left;
  font-size: 1.333rem;
  font-weight: 500;
  line-height: 2.157rem;
}

.h4._50 {
  width: 50%;
}

.btn-cta {
  color: var(--txt-90a);
  background-color: #d0dfc9;
  margin-top: 24px;
  margin-bottom: 24px;
  transition-property: all;
  transition-duration: .3s;
}

.btn-cta:hover {
  transform: scale(1.05);
}

.div-sticky {
  z-index: 10;
  position: -webkit-sticky;
  position: sticky;
  top: 64px;
}

.div-sticky.div-contact {
  z-index: 10;
}

.div-sticky._80-widt {
  width: 80%;
}

.img-8pad {
  padding: 8px;
}

.div-txt-main {
  z-index: 10;
  width: 80%;
  padding: 8px;
}

.div-txt-main._100wid, .div-txt-main.full {
  width: 100%;
}

.sec-second-space {
  margin-top: 101px;
  margin-bottom: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.sec-second-space.zero-space {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.img-bg-opacity {
  z-index: 1;
  width: 80%;
  opacity: .25;
  mix-blend-mode: normal;
  position: relative;
}

.cont-hero-opacity {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.cont-hero-opacity.custom-z-index {
  z-index: 20;
}

.grid {
  z-index: 9;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-top: 150px;
  display: grid;
  position: relative;
}

.img-300-grid {
  width: 200px;
  height: 200px;
  object-fit: cover;
}

.div-block {
  width: 80%;
  height: 100%;
  justify-content: center;
  align-items: center;
  margin-left: 80px;
  margin-right: 80px;
  display: flex;
}

.div-block-2 {
  width: 70%;
  padding: 16px;
}

.slider {
  height: 400px;
  background-color: rgba(221, 221, 221, 0);
}

.icon {
  color: #141414;
}

.icon-2 {
  color: #000;
}

.div-block-3 {
  width: 30%;
}

.h1---opinions {
  color: var(--txt-90a);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 90px;
  font-size: 64px;
  line-height: 80px;
}

.img-bg-contact {
  z-index: 1;
  width: 50%;
  position: relative;
  right: 0;
}

.cont-vertical-contact {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.div-block-4 {
  justify-content: flex-end;
  display: flex;
}

.footer-copyright {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.txt-footer {
  color: #a0a0a0;
  text-align: center;
  padding: 8px;
}

.link-block-spec {
  text-decoration: none;
}

.link-block-spec:hover {
  color: #080808;
  text-decoration: none;
}

.link-block-spec:focus {
  color: #141414;
}

.div-img-right {
  width: 100%;
  justify-content: flex-end;
  display: flex;
}

.footer {
  max-width: 1260px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.gallery {
  padding-top: 100px;
  padding-bottom: 100px;
}

.cont-gallery {
  text-align: left;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.dynamic-box {
  max-width: 940px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  top: 32px;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-lightbox:hover {
  transform: none;
}

.gallery-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.nav-link-menu {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 24px 32px;
  padding: 16px 32px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.333rem;
  transition-property: all;
}

.nav-link-menu:hover {
  opacity: 1;
  transform: translate(0, -4px);
}

.nav-link-menu:active {
  opacity: .8;
}

.nav-link-menu.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.nav-link-menu.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.nav-link-menu.w--current:active {
  opacity: .7;
  color: #32343a;
}

.nav-burger-menu {
  background-color: #e7e7e7;
  flex: 1;
  position: static;
}

.menu-button-2 {
  position: fixed;
  top: 64px;
  bottom: auto;
  left: 32px;
  right: auto;
}

.navbar {
  display: none;
}

.cont-center {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 32px;
  display: flex;
}

.h4-2 {
  font-size: 1.333rem;
  font-weight: 400;
  transition: all .3s;
}

.h4-2:hover {
  transform: translate(8px);
}

.navbar-space {
  z-index: 600;
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 32px;
  left: 32px;
}

.ico-burger {
  color: #000;
  border: 2px solid #fff;
  padding: 16px;
}

.menu-button-3 {
  z-index: 10;
  transition: all .3s;
}

.menu-button-3.w--open {
  z-index: 10;
  background-color: rgba(200, 200, 200, 0);
  transition: all .3s;
}

.img-ico-menu {
  opacity: .7;
}

.social-media-icons {
  margin-left: 48px;
  margin-right: 8px;
  display: flex;
}

.link-social {
  cursor: pointer;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 16px;
  transition: all .3s;
}

.link-social:hover {
  transform: scale(1.1);
}

.nav-menu-2 {
  z-index: 600;
  height: 100%;
  background-color: #eee;
  padding-top: 15%;
  padding-bottom: 15%;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.div-menu {
  z-index: 1;
  background-color: #c8c8c8;
  transition: all .3s;
}

.cont-close-box {
  display: flex;
}

.div-full {
  width: 100%;
}

.sec-contact {
  padding-bottom: 100px;
}

.social-link {
  display: flex;
}

.social-link.nav-bar {
  margin-left: 64px;
}

.img-social {
  width: 50px;
  opacity: .6;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-right: 16px;
}

.footer-2 {
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-flex-container {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  color: #444;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.billing {
  color: #575757;
  margin-left: 4px;
  font-size: 16px;
  font-weight: 400;
}

.billing.white {
  color: #575757;
}

.get-started-button {
  width: 100%;
  border: 1px solid #1f2937;
  justify-content: center;
  align-items: center;
  padding: 12px 14px;
  text-decoration: none;
  display: flex;
}

.get-started-button.white {
  background-color: #fff;
}

.pricing-heading {
  color: #1f2937;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
}

.ico-circle {
  width: 22px;
  height: 22px;
  background-color: #5b6157;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  display: flex;
}

.ico-circle.not-featured {
  background-color: #dfdfdf;
}

.pricing-paragraph {
  max-width: 289px;
  color: #000;
  letter-spacing: -.01em;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.cont-2-0 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.txt-opt {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.card-options {
  padding: 30px 30px 40px;
}

.pricing-box {
  width: 100%;
}

.pricing-box.economic {
  color: #1f2937;
  background-color: #fff;
}

.pricing-box.enterprise {
  color: #fff;
  background-color: #d0dfc9;
}

.price-text {
  color: #000;
  margin-top: 52px;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

.card {
  border-bottom: 1px solid #d1d5db;
  padding: 30px 30px 22px;
}

.card.purple-divider {
  border-bottom-color: rgba(255, 255, 255, .1);
}

.pricing-type {
  letter-spacing: -.01em;
  margin-bottom: 12px;
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
}

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

.ico-check {
  flex: none;
}

.grid-prices {
  max-width: 1260px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: 20%;
  display: flex;
}

.pricing-section {
  background-color: #f8f7fc;
  padding: 85px 3%;
}

.pricing-subheading {
  color: #4a556c;
  letter-spacing: -.01em;
  font-size: 18px;
  line-height: 32px;
}

.button-text {
  color: #1f2937;
  letter-spacing: .02em;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.heading-wrapper {
  width: 100%;
  max-width: 340px;
}

.h3 {
  color: var(--txt-90a);
  font-size: 1.777rem;
  font-weight: 700;
  line-height: 2.369rem;
}

.h3.price {
  font-size: 3rem;
}

.div-block-5 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.txt-link-footer {
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 8px;
  text-decoration: none;
}

.div-price-blog {
  align-items: flex-end;
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.p {
  font-size: 1rem;
  line-height: 2.369rem;
}

.p.price {
  color: var(--txt-90a);
  margin-bottom: 0;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 1.333rem;
}

.div-block-6 {
  align-items: center;
  display: flex;
}

.paragraph {
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
}

.nav-menu-3 {
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.image-9 {
  height: 15px;
  opacity: .8;
  padding-right: 8px;
}

.image-10 {
  height: 30px;
}

.nav-link-4 {
  color: #444;
  border: 4px solid rgba(255, 255, 255, 0);
  border-radius: 12px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 4px 10px;
  font-size: .9rem;
  line-height: 1rem;
  text-decoration: none;
  transition: border-color .3s;
  display: block;
}

.nav-link-4:hover {
  border: 4px solid #f2cb05;
  border-radius: 12px;
  text-decoration: none;
}

.nav-link-4:visited {
  text-decoration: underline;
}

.nav-link-4.w--current {
  color: rgba(39, 39, 39, .9);
}

.div-nav-logo {
  color: rgba(51, 51, 51, .9);
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.cont-nav-2 {
  max-width: 1350px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 6px 8px;
  display: flex;
}

.btn-shop {
  color: rgba(39, 39, 39, .9);
  background-color: #f2cb05;
  border-radius: 12px;
}

.btn-shop.nav {
  width: 115px;
  height: 35px;
  cursor: pointer;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
  margin-right: 4px;
  text-decoration: none;
  display: flex;
}

.btn-shop.nav:hover {
  mix-blend-mode: multiply;
}

.navbar-2 {
  z-index: 40;
  opacity: .8;
  background-color: #eaeaea;
  font-family: Ubuntu, Helvetica, sans-serif;
  position: static;
  top: 0%;
  left: 0%;
  right: 0%;
}

.nav-cta {
  padding-left: 8px;
  padding-right: 8px;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.333rem;
  text-decoration: none;
}

.txt-head-h1 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 16px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1rem;
}

.txt-head-h1.center-info {
  font-weight: 600;
}

.nav-bar-frame-demo {
  z-index: 999;
  background-color: #fff;
  margin-bottom: -10px;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.html-embed {
  border-top: 2px dashed #ccc;
}

.img-grid-second {
  width: 100%;
  height: 415px;
  object-fit: cover;
}

.grid-second {
  z-index: 9;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-top: 150px;
  display: grid;
  position: relative;
}

.immg-full-width {
  width: 100%;
  height: 310px;
  object-fit: cover;
}

.div-grid-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 32px;
}

.section-2 {
  height: 100vh;
  color: #000;
  cursor: pointer;
}

.container-2 {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.heading {
  color: #fff;
  font-size: 3rem;
  line-height: 3.6rem;
}

.image-11 {
  width: 300px;
}

.div-block-7 {
  margin-bottom: 100px;
}

.button-2 {
  color: #fff;
  background-color: #5d5d5d;
  border-radius: 100px;
  flex: 0 auto;
  align-self: flex-start;
  margin-top: 16px;
}

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

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

.heading-2, .heading-3 {
  color: #fff;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 1rem;
    line-height: 1rem;
  }

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

  .h1 {
    font-size: 56px;
    line-height: 70px;
  }

  .section.cc-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    justify-content: center;
  }

  .menu-icon {
    display: block;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-items {
    flex: 1;
  }

  .navigation {
    padding: 25px 30px;
  }

  .menu-button {
    padding: 0;
  }

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

  .work-experience-grid {
    grid-template: ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .works-grid {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .carrer-headline-wrap {
    width: auto;
  }

  .work-image {
    margin-bottom: 30px;
  }

  .contact {
    width: auto;
    padding: 30px 50px 40px;
  }

  .contact-headline, .contact-form-wrap {
    width: 100%;
  }

  .about-intro-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-head-text-wrap {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-name-text {
    font-size: 24px;
    line-height: 42px;
  }

  .skillset-wrap {
    padding-right: 0;
  }

  .services-items-grid {
    grid-row-gap: 0px;
    grid-template: "."
                   "."
                   / 1fr;
    padding-top: 0;
  }

  .skills-grid {
    width: 80%;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .personal-features-grid {
    width: 80%;
    text-align: center;
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .social-media-heading {
    width: 80%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .social-media-grid {
    grid-template: ". ."
                   ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .project-overview-grid {
    width: 70%;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .project-description-grid {
    width: 80%;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .email-section {
    margin-bottom: 160px;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

  .image {
    width: 60px;
  }

  .h1---opinions {
    font-size: 56px;
    line-height: 70px;
  }

  .footer-copyright {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }

  .gallery {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .dynamic-box {
    align-self: stretch;
  }

  .nav-link-menu {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .nav-link-menu:hover {
    background-color: #f7f8f9;
  }

  .nav-link-menu:active {
    background-color: #eef0f3;
  }

  .nav-link-menu.bar {
    text-align: left;
  }

  .nav-burger-menu {
    flex: 1;
  }

  .navbar-space {
    background-color: #fff;
    border: 2px solid rgba(30, 30, 31, .4);
  }

  .menu-button-3 {
    padding: 8px;
  }

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

  .social-media-icons {
    justify-content: flex-start;
    align-items: center;
    padding: 8px;
    display: flex;
  }

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

  .grid-prices {
    grid-template-columns: 1fr 1fr;
    margin-left: 0%;
  }

  .heading-wrapper {
    max-width: none;
    position: static;
  }

  .nav-menu-3 {
    background-color: #fff;
  }

  .nav-link-4 {
    margin: 16px 8px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

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

  .menu-button-4 {
    background-color: #e0e0e0;
    border-radius: 6px;
    margin-left: 8px;
    margin-right: 8px;
    padding: 10px;
  }

  .menu-button-4.w--open {
    background-color: #3b3b3b;
  }

  .button-2 {
    line-height: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .container {
    text-align: center;
  }

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

  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-contact {
    padding: 15px;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

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

  .navigation {
    padding: 20px 30px;
  }

  .work-experience-grid {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .work-position-wrap {
    margin-bottom: 40px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .text-field.cc-textarea {
    text-align: left;
  }

  .contact {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-form-grid {
    grid-column-gap: 30px;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
  }

  .contact-form {
    flex-direction: column;
    display: flex;
  }

  .contact-form-wrap {
    text-align: left;
  }

  .footer-wrap {
    text-align: center;
    flex-direction: column;
  }

  .webflow-link {
    margin-bottom: 15px;
  }

  .footer-links {
    flex-direction: column;
  }

  .footer-item {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .about-head-text-wrap {
    width: 70%;
    max-width: 470px;
  }

  .skills-grid {
    width: 70%;
    max-width: 470px;
    grid-template-columns: 1fr;
  }

  .personal-features-grid, .social-media-heading {
    width: 70%;
    max-width: 470px;
  }

  .social-media-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .project-overview-grid {
    width: 80%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 95px;
  }

  .project-description-grid {
    width: 70%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 85px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .email-section {
    width: 80%;
    max-width: 470px;
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .cont-hero-scroll {
    flex-direction: column;
  }

  .div-txt-left, .siv-img-right {
    width: 100%;
  }

  .h4._1rem {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .div-txt-main {
    width: 100%;
  }

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

  .h1---opinions {
    font-size: 50px;
    line-height: 64px;
  }

  .gallery {
    padding: 40px 20px;
  }

  .dynamic-box {
    max-width: none;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .cont-close-box {
    flex-direction: column;
  }

  .footer-2 {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }

  .grid-prices {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .nav-menu-3 {
    background-color: #fff;
    padding: 16px;
  }

  .nav-link-4 {
    color: #444;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

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

  .icon-3 {
    color: #000;
  }

  .txt-head-h1, .txt-head-h1.center-info {
    font-size: .8rem;
  }

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

  .section-2 {
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 16px;
    margin-right: 16px;
    display: flex;
  }

  .heading {
    font-size: 2rem;
    line-height: 2.6rem;
  }

  .body-black {
    align-items: center;
    display: flex;
  }

  .heading-2 {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4rem;
  }

  .heading-3 {
    line-height: 1.4rem;
  }
}

@media screen and (max-width: 479px) {
  .rich-text {
    width: 100%;
    max-width: none;
  }

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

  .navigation-items {
    justify-content: center;
  }

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

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .navigation-wrap {
    flex: 1;
  }

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

  .contact-form, .contact-form-wrap, .footer-wrap {
    flex-direction: column;
  }

  .about-head-text-wrap {
    width: 100%;
    max-width: none;
  }

  .skills-grid {
    width: 100%;
    max-width: none;
    grid-template-columns: 1fr;
  }

  .personal-features-grid, .social-media-heading, .project-overview-grid, .project-description-grid {
    width: 100%;
    max-width: none;
  }

  .email-section {
    width: 100%;
    max-width: none;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .email-link {
    font-size: 30px;
    line-height: 46px;
  }

  .h4._50 {
    width: 100%;
  }

  .sec-second-space {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  .img-300-grid {
    width: 150px;
    height: 150px;
  }

  .div-block {
    width: 100%;
    margin-left: 8px;
    margin-right: 8px;
  }

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

  .h1---opinions {
    margin-left: 0;
    font-size: 36px;
    line-height: 48px;
  }

  .txt-footer {
    font-size: .8rem;
  }

  .slide-nav {
    display: none;
  }

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

  .dynamic-box {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-link-menu.bar {
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .nav-burger-menu {
    justify-content: center;
  }

  .nav-menu-2 {
    padding-top: 30%;
    padding-bottom: 0%;
  }

  .sec-contact {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer-2 {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .div-block-5 {
    flex-direction: column;
    align-items: center;
  }

  .nav-link-4 {
    margin-top: 16px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .menu-button-4.w--open {
    background-color: #fff;
  }

  .txt-head-h1 {
    display: none;
  }

  .img-grid-second {
    width: 150px;
    height: 150px;
  }

  .grid-second {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .immg-full-width {
    width: 150px;
    height: 150px;
  }

  .button-2 {
    text-align: center;
    line-height: 1.4rem;
  }

  .body-black {
    margin-top: 16px;
  }
}

#w-node-_69268b77-7080-ff81-dfe3-7b4c878e3cfa-52d452ef {
  grid-area: 1 / 7 / 3 / 9;
  align-self: center;
  justify-self: center;
}

#w-node-acc63cd9-a727-3aac-6b51-460cc6b992a4-52d452ef {
  grid-area: 4 / 8 / 6 / 10;
  align-self: center;
  justify-self: center;
}

#w-node-_03d4ef37-9362-9f13-4828-65c82ea901e2-52d452ef {
  grid-area: 2 / 4 / 4 / 6;
  align-self: center;
  justify-self: center;
}

#w-node-_094ca9d7-88f6-1d53-e80b-2a4e4d54988a-52d452ef {
  grid-area: 5 / 5 / 7 / 7;
  align-self: center;
  justify-self: center;
}

#w-node-_1d431da5-3afe-bf4d-e4b4-aaa71e97cd63-52d452ef {
  grid-area: 6 / 2 / 8 / 4;
  align-self: center;
  justify-self: center;
}

#w-node-e7f0879d-3ef6-3928-904f-f31a398a600c-52d452ef {
  grid-area: 8 / 6 / 10 / 8;
  align-self: center;
  justify-self: center;
}

#w-node-a41857fb-def1-f73a-eb5f-21b8bb3ba2c9-52d452ef {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_99fff2d6-c49d-d9d3-d2f7-d56d22581d27-52d452ef {
  grid-area: 1 / 1 / 5 / 5;
  align-self: center;
  justify-self: center;
}

#w-node-_99fff2d6-c49d-d9d3-d2f7-d56d22581d29-52d452ef {
  grid-area: 1 / 5 / 5 / 10;
  align-self: center;
  justify-self: center;
}

#w-node-_99fff2d6-c49d-d9d3-d2f7-d56d22581d2b-52d452ef {
  grid-area: 5 / 1 / 8 / 10;
  align-self: center;
  justify-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-_69268b77-7080-ff81-dfe3-7b4c878e3cfa-52d452ef {
    grid-area: 1 / 4 / 3 / 6;
  }

  #w-node-acc63cd9-a727-3aac-6b51-460cc6b992a4-52d452ef {
    grid-area: 3 / 3 / 5 / 5;
  }

  #w-node-_03d4ef37-9362-9f13-4828-65c82ea901e2-52d452ef {
    grid-area: 2 / 1 / 4 / 3;
  }

  #w-node-_094ca9d7-88f6-1d53-e80b-2a4e4d54988a-52d452ef {
    grid-area: 4 / 5 / 6 / 7;
  }

  #w-node-_1d431da5-3afe-bf4d-e4b4-aaa71e97cd63-52d452ef {
    grid-area: 5 / 2 / 7 / 4;
  }

  #w-node-e7f0879d-3ef6-3928-904f-f31a398a600c-52d452ef {
    grid-area: 7 / 4 / 9 / 6;
  }

  #w-node-_99fff2d6-c49d-d9d3-d2f7-d56d22581d27-52d452ef {
    grid-area: 1 / 4 / 3 / 6;
  }

  #w-node-_99fff2d6-c49d-d9d3-d2f7-d56d22581d29-52d452ef {
    grid-area: 2 / 1 / 4 / 3;
  }

  #w-node-_99fff2d6-c49d-d9d3-d2f7-d56d22581d2b-52d452ef {
    grid-area: 5 / 2 / 7 / 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_69268b77-7080-ff81-dfe3-7b4c878e3cfa-52d452ef {
    grid-area: 1 / 3 / 3 / 5;
  }

  #w-node-_094ca9d7-88f6-1d53-e80b-2a4e4d54988a-52d452ef {
    grid-area: 4 / 1 / 6 / 3;
  }

  #w-node-_1d431da5-3afe-bf4d-e4b4-aaa71e97cd63-52d452ef {
    grid-area: 6 / 1 / 8 / 3;
  }

  #w-node-e7f0879d-3ef6-3928-904f-f31a398a600c-52d452ef {
    grid-area: 5 / 3 / 7 / 5;
  }

  #w-node-_99fff2d6-c49d-d9d3-d2f7-d56d22581d27-52d452ef {
    grid-area: 1 / 3 / 3 / 5;
  }

  #w-node-_99fff2d6-c49d-d9d3-d2f7-d56d22581d2b-52d452ef {
    grid-area: 6 / 1 / 8 / 3;
  }
}


