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

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

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

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

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

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

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
}

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

p {
  margin-bottom: 10px;
}

a {
  display: block;
  transition: opacity 200ms ease;
  color: #1a1b1f;
  text-decoration: underline;
}

a:hover {
  color: #32343a;
}

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 {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

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

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

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

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

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

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

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

.container {
  display: flex;
  width: 100%;
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  justify-content: center;
}

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

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

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

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

.heading-jumbo {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #3b3b40;
  font-size: 25px;
  line-height: 80px;
  font-weight: 400;
  text-transform: none;
}

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

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

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

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

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

.label.cc-about-light {
  opacity: 0.6;
}

.paragraph-light {
  opacity: 0.6;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 17px;
  font-weight: 400;
}

.paragraph-light.cc-position-name {
  margin-bottom: 5px;
  color: #8c625e;
}

.section {
  position: static;
  display: block;
  width: 100%;
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  flex-direction: column;
  justify-content: center;
  background-color: transparent;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 400;
  -o-object-fit: fill;
  object-fit: fill;
}

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

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

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

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

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

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

.button.cc-white-button:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.button.cc-white-button:active {
  background-color: hsla(0, 0%, 100%, 0.9);
}

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

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

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

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

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

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

.navigation-item {
  padding-top: 9px;
  padding-bottom: 9px;
  opacity: 0.6;
  font-family: Lato, sans-serif;
  color: #8c625e;
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

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

.navigation-item.w--current {
  opacity: 1;
  font-family: Lato, sans-serif;
  color: #8c625e;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
}

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

.navigation-item.w--current:active {
  opacity: 0.7;
  color: #8c625e;
}

.navigation-items {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}

.navigation {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 0px 30px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background-color: transparent;
}

.logo-image {
  display: block;
}

.navigation-wrap {
  display: flex;
  margin-right: -20px;
  align-items: center;
}

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

.name-text {
  font-family: 'Abril Fatface', sans-serif;
  color: #3b3b40;
  font-size: 55px;
  line-height: 34px;
  font-weight: 400;
}

.position-name-text {
  margin-bottom: 10px;
  font-family: 'Abril Fatface', sans-serif;
  color: #3b3b40;
  font-size: 55px;
  line-height: 34px;
  font-weight: 400;
  text-transform: none;
}

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

.work-experience-grid {
  margin-bottom: 140px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: ". . . .";
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.works-grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: 0px;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  grid-auto-flow: column;
  grid-auto-columns: 0.25fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: ". . ."
    ". . .";
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 30px auto;
  grid-template-rows: auto auto;
}

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

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

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

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

.work-image.cc-work-1 {
  overflow: visible;
  height: auto;
  max-height: 1200px;
  min-height: 350px;
  margin-bottom: 0px;
  justify-content: flex-start;
  align-items: stretch;
  border-radius: 5px;
  background-image: url('../images/Image1_2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
  -o-object-fit: fill;
  object-fit: fill;
}

.work-image.cc-work-2 {
  height: auto;
  max-height: 1200px;
  min-height: 350px;
  justify-content: flex-start;
  border-radius: 5px;
  background-image: url('../images/Image2_1.png');
  background-position: 50% 50%;
  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-family: Lato, sans-serif;
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

.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 {
  display: flex;
  padding: 40px 50px;
  justify-content: space-around;
  align-items: center;
}

.webflow-link {
  display: flex;
  align-items: center;
  opacity: 0.5;
  transition: opacity 400ms ease;
  text-decoration: none;
  text-transform: uppercase;
}

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

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

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

.footer-links {
  display: flex;
  margin-right: 0px;
  flex-direction: column;
  align-items: flex-start;
}

.footer-item {
  margin-right: 20px;
  margin-left: 20px;
  opacity: 0.6;
  font-family: Lato, sans-serif;
  color: #d9d8d7;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: none;
}

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

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

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

.about-head-text-wrap {
  color: #3b3b40;
}

.hi-there-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  font-family: 'Abril Fatface', sans-serif;
  color: #3b3b40;
  font-size: 45px;
}

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

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

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

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

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

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

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

.skills-grid {
  margin-bottom: 140px;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

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

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

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

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

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

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

.project-overview-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 100px;
  margin-bottom: 20px;
  flex-direction: row;
  align-items: stretch;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  grid-template-areas: ". . . ."
    ". . . .";
  -ms-grid-columns: 3.75fr 50px 0.25fr 50px 1fr 50px 1fr;
  grid-template-columns: 3.75fr 0.25fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.project-description-grid {
  margin-top: 120px;
  margin-bottom: 120px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 30px 2.5fr;
  grid-template-columns: 1fr 2.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.body {
  display: flex;
  height: 100%;
  flex-direction: column;
  background-color: #fff;
}

.heading {
  margin-bottom: -10px;
  font-family: Lato, sans-serif;
  color: #d9d8d7;
  font-size: 17px;
  font-weight: 700;
}

.div-block {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  height: auto;
  margin-top: auto;
  background-color: #3b3b40;
  font-family: Lato, sans-serif;
  color: #d9d8d7;
  font-size: 17px;
}

.text-block {
  font-family: Lato, sans-serif;
  font-size: 17px;
}

.text-block-2 {
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.link {
  font-family: Lato, sans-serif;
  color: #d9d8d7;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
}

.link-2 {
  font-family: Lato, sans-serif;
  color: #d9d8d7;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
}

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

.footer-flex-container {
  display: flex;
  margin-bottom: 40px;
  justify-content: space-between;
  text-align: left;
}

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

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

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 700;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  transition-property: none;
  font-family: Lato, sans-serif;
  color: #d9d8d7;
  font-size: 17px;
  text-decoration: none;
}

.footer-link:hover {
  border: 1px none transparent;
  color: #fff;
  text-decoration: none;
}

.text-block-3 {
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.text-block-4 {
  font-family: Lato, sans-serif;
  font-size: 17px;
  text-align: left;
}

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

.sectionwide {
  display: block;
  width: 100%;
  max-width: 1120px;
  padding-bottom: 40px;
  flex-direction: column;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: stretch;
  -ms-grid-row-align: center;
  align-self: center;
}

.div-block-2 {
  border-radius: 5px;
}

.button-2 {
  margin-top: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #8c625d;
  background-color: transparent;
  color: #8c625d;
}

.body-2 {
  display: flex;
  height: 100%;
  flex-direction: column;
  border: 1px solid transparent;
}

.paragraph {
  font-family: Lato, sans-serif;
  color: #3b3b40;
  font-size: 17px;
}

.div-block-3 {
  position: fixed;
  display: flex;
  overflow: visible;
  height: 100px;
  margin-top: auto;
  margin-bottom: auto;
  flex-direction: column;
  justify-content: center;
}

.div-block-4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.container2 {
  display: flex;
  max-width: 1120px;
  flex-direction: row;
  justify-content: flex-start;
  background-color: transparent;
}

.section2 {
  display: block;
  width: 100%;
  padding-bottom: 80px;
  flex-direction: column;
  background-color: #f2f2f2;
}

.container-3 {
  display: flex;
  max-width: 1120px;
  margin-top: 80px;
  padding: 0px 0px 40px;
  flex-direction: column;
}

.heading-2 {
  font-family: Lato, sans-serif;
  color: #3b3b40;
  font-size: 17px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.grid {
  -ms-grid-columns: 6.25fr 3fr;
  grid-template-columns: 6.25fr 3fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paragraph-2 {
  width: auto;
  padding-top: 0px;
  font-family: Lato, sans-serif;
  color: #3b3b40;
  font-size: 17px;
  font-weight: 400;
}

.heading-3 {
  margin-top: 0px;
  font-family: Lato, sans-serif;
  color: #bf9995;
  font-weight: 700;
  text-transform: uppercase;
}

.paragraph-3 {
  font-family: Lato, sans-serif;
  color: #3b3b40;
  font-size: 15px;
}

.link-3 {
  font-family: Lato, sans-serif;
  color: #3b3b40;
  font-size: 17px;
  font-weight: 700;
}

.heading3 {
  font-family: Lato, sans-serif;
  color: #8c625d;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.paragraph-4 {
  font-family: Lato, sans-serif;
  color: #3b3b40;
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
}

.grid-2 {
  -ms-grid-columns: minmax(300px, 5.25fr) 3.25fr;
  grid-template-columns: minmax(300px, 5.25fr) 3.25fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.paragraph-5 {
  padding-top: 20px;
  color: #8c625d;
  font-size: 25px;
}

.heading-4 {
  margin-top: 60px;
  font-family: Lato, sans-serif;
  color: #d9d8d7;
  font-size: 100px;
  line-height: 80px;
  font-weight: 900;
}

.grid-3 {
  padding-top: 40px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-4 {
  -ms-grid-columns: 0.75fr 0.25fr;
  grid-template-columns: 0.75fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-5 {
  display: -ms-grid;
  display: grid;
  padding-top: 40px;
  padding-bottom: 60px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 3fr 3fr;
  grid-template-columns: 3fr 3fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image {
  padding-top: 40px;
  text-align: left;
}

.paragraph-6 {
  font-family: Lato, sans-serif;
  color: #3b3b40;
  font-size: 17px;
}

.container-4 {
  max-width: 1120px;
  padding-top: 100px;
}

.paragraph-7 {
  padding-top: 20px;
  font-family: Lato, sans-serif;
  color: #3b3b40;
  font-size: 17px;
}

.paragraph-8 {
  margin-bottom: 60px;
  padding-top: 20px;
  font-family: Lato, sans-serif;
  color: #3b3b40;
  font-size: 17px;
}

.section-2 {
  color: #bfb7b4;
}

.section-3 {
  display: block;
  width: 100%;
  background-color: #bfb7b4;
}

.container-5 {
  display: flex;
  max-width: 1120px;
  padding-bottom: 40px;
  flex-direction: column;
}

.grid-6 {
  padding-top: 100px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-5 {
  font-family: Lato, sans-serif;
  color: #3b3b40;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.container-6 {
  display: flex;
  max-width: 1120px;
  padding-top: 100px;
  flex-direction: column;
}

.heading-6 {
  font-family: Lato, sans-serif;
  color: #3b3b40;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.paragraph-9 {
  font-family: Lato, sans-serif;
  color: #3b3b40;
  font-size: 17px;
  font-weight: 400;
}

.div-block-5 {
  display: flex;
  flex-direction: column;
}

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

.div-block-7 {
  width: auto;
  height: auto;
}

.grid-7 {
  margin-top: 80px;
  -ms-grid-columns: 1.5fr 1fr 1fr;
  grid-template-columns: 1.5fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-2 {
  padding-top: 60px;
}

.grid-8 {
  margin-top: 80px;
  -ms-grid-columns: 1.25fr 0.75fr 1.5fr;
  grid-template-columns: 1.25fr 0.75fr 1.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-4 {
  padding-bottom: 100px;
}

.container-7 {
  max-width: 1120px;
  margin-top: 0px;
  padding-top: 60px;
  padding-bottom: 100px;
}

.section-5 {
  background-color: #fff;
}

.grid-9 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.container-8 {
  display: flex;
  max-width: 1120px;
  padding-top: 60px;
  flex-direction: column;
  align-self: auto;
}

.grid-10 {
  width: 100%;
  max-width: none;
  flex: 1;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}

.deliverygo-image {
  background-image: url('../images/Image2_3.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-10 {
  display: flex;
  height: 40vh;
  justify-content: center;
  background-color: rgba(238, 202, 210, 0.9);
}

.div-block-11 {
  display: block;
  width: 160px;
  margin-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  justify-content: center;
  align-items: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 16px;
  background-color: hsla(0, 0%, 100%, 0.74);
  text-align: center;
}

.text-block-5 {
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.paragraph-10 {
  -ms-grid-row-align: center;
  align-self: center;
}

.paragraph-11 {
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #3b3b40;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

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

.div-block-13 {
  display: flex;
  height: 100px;
  margin-top: auto;
  margin-bottom: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.paragraph-12 {
  font-family: Lato, sans-serif;
  color: #3b3b40;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.paragraph-13 {
  margin-bottom: 60px;
  font-family: 'Abril Fatface', sans-serif;
  color: #3b3b40;
  font-size: 45px;
  font-weight: 700;
  text-decoration: none;
}

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

.div-block-14 {
  background-image: url('../images/Image2_2.png');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-15 {
  display: flex;
  height: 40vh;
  justify-content: center;
  align-items: center;
  background-color: rgba(213, 212, 212, 0.9);
}

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

.body2 {
  display: flex;
  height: 100%;
  flex-direction: column;
  background-color: #fff;
}

.navigation-2 {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 0px 30px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background-color: transparent;
}

.wg-element-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.wg-selector-1 {
  position: relative;
  display: flex;
  padding: 10px;
  flex-direction: column;
  align-items: center;
  transition: color 200ms ease;
  color: #000;
  text-decoration: none;
}

.wg-selector-1:hover {
  color: #4049ff;
}

.wg-selector-1.w--current {
  cursor: default;
}

.wg-selector-1.s2 {
  opacity: 0.5;
}

.wg-selector-highlight {
  width: 100%;
  height: 100%;
  background-color: #4049ff;
}

.wg-selector-highlight.h1 {
  background-color: #8c625d;
}

.wg-selector-highlight.h2 {
  background-color: #8c625d;
  transform: translate(-100%, 0px);
}

.wg-selector-highlight-wrapper {
  overflow: hidden;
  width: 100%;
  height: 2px;
  margin-top: 0.25rem;
}

.wg-selector-3-line {
  position: relative;
  overflow: hidden;
  width: 2rem;
  height: 2px;
}

.wg-selector3-text-lang2 {
  text-transform: uppercase;
}

.wg-selector3-text-lang1 {
  text-transform: uppercase;
}

.wg-selector-3-line-fill {
  width: 100%;
  height: 100%;
  background-color: #000;
}

.wg-selector-3-line-fill.f2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  background-color: #ff6640;
  transform: translate(-100%, 0px);
}

.wg-selector-3-line-fill.f1 {
  position: relative;
}

.wg-selector-3 {
  position: relative;
  overflow: hidden;
  padding: 10px;
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

.wg-selector-3.w--current {
  cursor: default;
}

.wg-selector-3.s1 {
  color: #ff6640;
}

.div-block-17 {
  max-width: 600px;
  min-width: 600px;
}

.paragraph-14 {
  font-family: Lato, sans-serif;
  font-size: 17px;
}

.paragraph-15 {
  font-family: Lato, sans-serif;
  color: #3b3b40;
  font-size: 17px;
}

.image-3 {
  padding-top: 20px;
}

.image-4 {
  padding-bottom: 60px;
}

.image-5 {
  padding-bottom: 60px;
}

.list {
  font-family: Lato, sans-serif;
  color: #3b3b40;
  font-size: 17px;
}

.list-2 {
  font-family: Lato, sans-serif;
  color: #3b3b40;
  font-size: 17px;
}

.grid-12 {
  grid-template-areas: "Area";
}

.paragraph-16 {
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.grid-13 {
  padding-top: 40px;
  grid-template-areas: ". Area";
}

.div-block-18 {
  width: 125px;
  height: 125px;
  background-color: #5b48d9;
  box-shadow: 0 0 25px 4px rgba(25, 25, 25, 0.25);
}

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

.text-block-6 {
  padding-top: 20px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}

.text-block-7 {
  font-family: Lato, sans-serif;
  font-size: 17px;
}

.div-color2 {
  width: 125px;
  height: 125px;
  border-radius: 15px;
  background-color: #bfecd3;
  box-shadow: none;
}

.div-block-18-copy {
  width: 125px;
  height: 125px;
  border-radius: 15px;
  background-color: #f7f7f7;
  box-shadow: none;
}

.div-square-4 {
  width: 125px;
  height: 125px;
  border-radius: 15px;
  background-color: #000;
  box-shadow: none;
}

.grid-14 {
  padding-top: 20px;
}

.grid-15 {
  padding-bottom: 60px;
}

.list-item {
  transition: opacity 200ms ease;
}

.div-block-10-copy {
  display: flex;
  height: 40vh;
  justify-content: center;
  background-color: rgba(192, 252, 219, 0.85);
}

.div-block-9-copy {
  background-image: url('../images/Image1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-10-copy {
  display: flex;
  height: 40vh;
  justify-content: center;
  background-color: rgba(238, 202, 210, 0.9);
}

.streamix-class {
  display: flex;
  height: 40vh;
  justify-content: center;
  background-color: rgba(248, 185, 223, 0.76);
}

.deliverygo-class {
  display: flex;
  height: 40vh;
  justify-content: center;
  background-color: rgba(192, 252, 219, 0.85);
}

.mascopolys-images {
  background-image: url('../images/Image1_1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.paragraph-4-copy {
  font-family: Lato, sans-serif;
  color: #3b3b40;
  font-size: 17px;
  line-height: 40px;
  font-weight: 400;
}

.image-6 {
  padding-top: 60px;
}

.div-block-16-copy {
  background-color: #bf9995;
}

.heading3-white {
  font-family: Lato, sans-serif;
  color: #8c625d;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.heading-4-big {
  margin-top: 60px;
  margin-bottom: 60px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 80px;
  font-style: italic;
  font-weight: 700;
  text-align: center;
}

.container-4-challenge {
  max-width: 1120px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.block-quote {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 80px;
  font-style: italic;
  font-weight: 700;
}

.paragraph-17 {
  margin-top: 40px;
  font-family: Lato, sans-serif;
}

.div-block-18-copy2 {
  width: 125px;
  height: 125px;
  border-radius: 15px;
  background-color: #00b450;
  box-shadow: none;
}

.image-7 {
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  text-align: left;
}

.image-6-dgo {
  margin-top: 60px;
  padding-top: 0px;
  border-radius: 15px;
}

.image-4-dgo {
  margin-bottom: 60px;
  padding-bottom: 0px;
  border-radius: 15px;
}

.image-8 {
  border-radius: 15px;
}

.div-color2-copy {
  width: 125px;
  height: 125px;
  border-radius: 0px;
  background-color: #8b8fd9;
  box-shadow: 0 0 25px 4px rgba(25, 25, 25, 0.25);
}

.div-block-18-copy-copy {
  width: 125px;
  height: 125px;
  border-radius: 0px;
  background-color: #f6f6f6;
  box-shadow: 0 0 25px 4px rgba(25, 25, 25, 0.25);
}

.div-square-4-copy {
  width: 125px;
  height: 125px;
  border-radius: 0px;
  background-color: #9b9b9b;
  box-shadow: 0 0 25px 4px rgba(25, 25, 25, 0.25);
}

.heading3-copy {
  margin-top: 0px;
  font-family: Lato, sans-serif;
  color: #8c625d;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .styleguide-block {
    text-align: center;
  }

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

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

  .button {
    justify-content: center;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

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

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

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

  .navigation-items {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .menu-button {
    padding: 0px;
  }

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

  .navigation-wrap {
    margin-right: 0px;
  }

  .work-experience-grid {
    grid-template-areas: ". ."
      ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

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

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

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

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

  .contact-headline {
    width: 100%;
  }

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

  .about-intro-grid {
    grid-row-gap: 50px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

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

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

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

  .services-items-grid {
    padding-top: 0px;
    grid-row-gap: 0px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 0px auto;
    grid-template-rows: auto auto;
  }

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

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

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

  .social-media-grid {
    grid-template-areas: ". ."
      ". ."
      ". ."
      ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

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

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

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

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

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

  .navigation-2 {
    padding: 25px 30px;
  }
}

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

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

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

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

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

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

  .navigation {
    padding: 20px 30px;
  }

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

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

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

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

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

  .contact-form-grid {
    grid-column-gap: 30px;
    grid-template-areas: "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

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

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

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

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

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

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

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

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

  .personal-features-grid {
    width: 70%;
    max-width: 470px;
  }

  .social-media-heading {
    width: 70%;
    max-width: 470px;
  }

  .social-media-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr 1fr;
    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;
  }

  .footer {
    padding: 40px 20px;
  }

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

  .navigation-2 {
    padding: 20px 30px;
  }
}

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

  .container {
    justify-content: center;
    flex-wrap: nowrap;
  }

  .heading-jumbo {
    font-size: 20px;
    line-height: 30px;
    text-align: left;
  }

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

  .navigation-item.w--current {
    background-color: transparent;
  }

  .navigation-items {
    background-color: #fff;
  }

  .navigation {
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #fff;
  }

  .menu-button {
    flex: 0 0 auto;
  }

  .menu-button.w--open {
    flex: 0 0 auto;
  }

  .navigation-wrap {
    background-color: transparent;
  }

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

  .name-text {
    font-size: 34px;
    text-align: left;
  }

  .work-image.cc-work-1 {
    height: 300px;
    margin-bottom: 0px;
  }

  .work-image.cc-work-2 {
    height: 300px;
    margin-bottom: 0px;
    padding-bottom: 20px;
    flex-wrap: nowrap;
    background-image: url('../images/Image2.png');
    background-position: 50% 50%;
    background-size: auto 100%;
    background-attachment: scroll;
  }

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

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

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

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

  .about-intro-grid {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

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

  .hi-there-heading {
    text-align: left;
  }

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

  .personal-features-grid {
    width: 100%;
    max-width: none;
  }

  .social-media-heading {
    width: 100%;
    max-width: none;
  }

  .project-overview-grid {
    width: 100%;
    max-width: none;
  }

  .project-description-grid {
    width: 100%;
    max-width: none;
  }

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

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

  .body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: nowrap;
  }

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

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

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

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

  .sectionwide {
    padding-bottom: 40px;
  }

  .div-block-2 {
    max-height: 280px;
    padding-bottom: 20px;
    border-radius: 5px;
  }

  .paragraph {
    text-align: left;
  }

  .section2 {
    display: block;
    padding-right: 10px;
    padding-bottom: 40px;
    padding-left: 10px;
  }

  .container-3 {
    margin-top: 20px;
  }

  .grid {
    grid-auto-flow: column;
    -ms-grid-columns: 6.25fr;
    grid-template-columns: 6.25fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .paragraph-2 {
    width: 100%;
  }

  .grid-2 {
    grid-auto-flow: column;
    -ms-grid-columns: minmax(300px, 5.75fr);
    grid-template-columns: minmax(300px, 5.75fr);
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .heading-4 {
    font-size: 35px;
  }

  .grid-3 {
    padding-top: 20px;
    grid-auto-flow: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .grid-4 {
    grid-auto-flow: column;
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .grid-5 {
    grid-auto-flow: column;
    -ms-grid-columns: 3fr;
    grid-template-columns: 3fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .section-3 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .grid-6 {
    grid-auto-flow: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .grid-7 {
    grid-auto-flow: column;
    grid-row-gap: 2px;
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
    -ms-grid-rows: auto 0.25fr auto;
    grid-template-rows: auto 0.25fr auto;
  }

  .grid-8 {
    grid-auto-flow: column;
    -ms-grid-columns: 1.25fr;
    grid-template-columns: 1.25fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .section-4 {
    padding-right: 10px;
    padding-bottom: 60px;
    padding-left: 10px;
  }

  .container-7 {
    padding-top: 40px;
  }

  .section-5 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .grid-9 {
    grid-auto-flow: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .container-8 {
    padding-top: 20px;
  }

  .grid-10 {
    width: 100%;
    padding-bottom: 40px;
    justify-content: stretch;
    align-content: stretch;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-11 {
    width: 120px;
  }

  .paragraph-11 {
    font-size: 12px;
  }

  .div-block-16 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .body2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: nowrap;
  }

  .navigation-2 {
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #fff;
  }

  .grid-13 {
    grid-auto-flow: column;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-15 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-16 {
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-16-copy {
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-4-big {
    font-size: 35px;
  }
}

#w-node-_9b2922ad-09b1-aebb-0430-7dee623c62c1-abfa4d63 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_9b2922ad-09b1-aebb-0430-7dee623c62c8-abfa4d63 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  order: -9999;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-2afa4d64 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-2afa4d64 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 2;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_58cf4fe8-375e-8c2a-9f68-60ce004ba1b2-2afa4d64 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  order: -9999;
}

#w-node-_3258e085-9307-075d-47a6-ada242e310f5-2afa4d64 {
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c0b8e7b4-20f2-c30b-9cd0-aab3f5f9ce9f-2afa4d64 {
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-7d778ceb {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-7d778ceb {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 2;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c52b36ac-eb44-a7bf-e0d6-1087b4f1517e-7d778ceb {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_6c2b74ca-8fc8-34e5-f651-05f66e1766c2-7d778ceb {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-0417b40d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-0417b40d {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 2;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_58cf4fe8-375e-8c2a-9f68-60ce004ba1b2-0417b40d {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  order: -9999;
}

#w-node-_3258e085-9307-075d-47a6-ada242e310f5-0417b40d {
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c0b8e7b4-20f2-c30b-9cd0-aab3f5f9ce9f-0417b40d {
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-6dc92e59 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-6dc92e59 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 2;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d66d8ed5-e105-b781-3a5a-fc74373f25f6-6dc92e59 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d66d8ed5-e105-b781-3a5a-fc74373f25fa-6dc92e59 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  order: 0;
}

@media screen and (max-width: 991px) {
  #w-node-_9b2922ad-09b1-aebb-0430-7dee623c62c8-abfa4d63 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-2afa4d64 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-2afa4d64 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-7d778ceb {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-7d778ceb {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-0417b40d {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-0417b40d {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-6dc92e59 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-6dc92e59 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9b2922ad-09b1-aebb-0430-7dee623c62c1-abfa4d63 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_9b2922ad-09b1-aebb-0430-7dee623c62c8-abfa4d63 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_69758cbd-8dc9-f4db-132a-7960e7a961d3-2afa4d64 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_58cf4fe8-375e-8c2a-9f68-60ce004ba1ac-2afa4d64 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_33c6dfee-9211-7f55-4034-e379af502cf9-2afa4d64 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-c0b8e7b4-20f2-c30b-9cd0-aab3f5f9ce9e-2afa4d64 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_69758cbd-8dc9-f4db-132a-7960e7a961d3-0417b40d {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_58cf4fe8-375e-8c2a-9f68-60ce004ba1ac-0417b40d {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_33c6dfee-9211-7f55-4034-e379af502cf9-0417b40d {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-c0b8e7b4-20f2-c30b-9cd0-aab3f5f9ce9e-0417b40d {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

