.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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: 20px;
  font-weight: 500;
  line-height: 34px;
}

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: opacity .2s;
  display: block;
}

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 {
  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: 1200px;
  margin-left: auto;
  margin-right: auto;
}

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

.paragraph-small {
  max-width: 820px;
  color: #fff;
  margin-bottom: 42px;
  font-family: comenia-sans-web, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

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

.heading-jumbo {
  max-width: 820px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: comenia-sans-web, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 120%;
}

.paragraph-tiny {
  color: #fff;
  font-family: comenia-sans-web, sans-serif;
  font-size: 16px;
  font-weight: 400;
  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 {
  opacity: .6;
}

.tag {
  opacity: 1;
  color: #fff;
  letter-spacing: 2px;
  background-color: #3baa49;
  border-radius: 20px;
  padding: 5px 20px 3px;
  font-family: comenia-sans-web, sans-serif;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
}

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

.tag.green {
  background-color: #3aaa49;
}

.tag.green.mb-12 {
  margin-bottom: 12px;
}

.tag.last {
  background-color: #164774;
  margin-left: 12px;
}

.hero-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #3266ae;
  background-image: url('../images/elmar-1.png');
  background-position: 91% 68%;
  background-repeat: no-repeat;
  background-size: 600px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  padding-top: 56px;
  padding-left: 120px;
  padding-right: 120px;
  display: grid;
}

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

.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: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navigation {
  width: 100%;
  max-width: 1512px;
  background-color: #3baa49;
  border-bottom: 4px solid #fff;
  align-items: center;
  padding: 20px 50px;
  display: flex;
  position: fixed;
}

.logo-image {
  display: block;
}

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

.intro-wrap {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 120px;
  padding-bottom: 120px;
  display: block;
}

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

.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 {
  background-color: #14426b;
  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;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  font-family: comenia-sans-web, sans-serif;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
}

.footer-item:hover {
  opacity: .9;
  color: #fff;
}

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

.body {
  max-width: 1512px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.bold-text {
  max-width: none;
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  font-size: 24px;
  font-weight: 400;
}

.bold-text.capitalize {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 700;
}

.button-text {
  height: 1.5rem;
  min-height: 1.5rem;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: comenia-sans-web, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
}

.button-text.white {
  color: #fff;
}

.button-text.white.large {
  font-size: 1.2rem;
}

.nav-menu-list {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: center;
  display: flex;
}

.navbar-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  display: flex;
}

.navbar-component {
  height: 100%;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  justify-items: stretch;
  display: grid;
}

.show-tablet {
  display: none;
}

.button-text-wrapper {
  z-index: 10;
  height: 1.5rem;
  flex-direction: column;
  line-height: 1.5;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-link {
  height: 100%;
  color: #000;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.button-2 {
  z-index: 10;
  min-width: 8rem;
  color: #000;
  text-align: center;
  background-color: #e2ebf0;
  border: 1px #d1dfe4;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .875rem 1.875rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-2.nav-button {
  min-width: auto;
  color: #fff;
  background-color: #f4921f;
  border-radius: 6px;
  padding: .75rem 1.75rem;
  display: inline-block;
}

.button-2.nav-button.last {
  margin-left: 8px;
}

.button-2.nav-button.last.secondary-button {
  background-color: #164774;
}

.button-2.nav-button.large {
  padding-top: 1rem;
  padding-bottom: 1.2rem;
}

.button-2.nav-button.large.green {
  background-color: #3aaa49;
  padding-left: .65rem;
  padding-right: .65rem;
}

.brand {
  width: 100%;
  max-width: 7rem;
  min-width: 285px;
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.navbar-right-links {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: flex-start;
  display: flex;
}

.image {
  font-size: 1.5rem;
}

.title {
  color: #fff;
  text-transform: none;
  margin-bottom: 31px;
  font-family: comenia-sans-web, sans-serif;
  font-size: 23px;
  line-height: 130%;
}

.white-text {
  color: #fff;
  font-size: 29px;
  font-weight: 400;
  line-height: 110%;
}

.white-text.cta-text {
  letter-spacing: -.3px;
  font-family: comenia-sans-web, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.white-text.cta-text.dark {
  color: #404040;
}

.white-text.cta-text.dark.text-span-3 {
  color: #3aaa49;
}

.white-text.cta-text.bigger {
  text-transform: uppercase;
  font-size: 38px;
}

.text-span {
  color: #fff;
  font-family: comenia-sans-web, sans-serif;
  font-size: 30px;
  font-weight: 400;
  display: inline-block;
}

.div-block {
  padding-top: 20px;
}

.section-standard {
  padding: 80px 40px 0;
}

.section-standard.no-padding {
  padding-top: 0;
  padding-bottom: 80px;
}

.section-standard._120down {
  padding-top: 100px;
  padding-bottom: 50px;
}

.section-standard.pt-72 {
  padding-top: 72px;
}

.section-standard.pt-72.pb-72 {
  padding-bottom: 72px;
}

.section-standard.grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 60px;
  padding-right: 60px;
  display: block;
}

.section-standard.pb-60 {
  padding-bottom: 60px;
}

.section-standard.pb-60.blue {
  background-color: #3166ae;
  background-image: url('../images/ariana.png');
  background-position: 90% 130%;
  background-repeat: no-repeat;
  background-size: 300px 290px;
  padding-top: 19px;
}

.heading-2 {
  color: #404040;
  text-transform: uppercase;
  font-family: comenia-sans-web, sans-serif;
  font-weight: 700;
}

.heading-2.align-center {
  text-align: center;
  margin-bottom: 0;
}

.heading-2.normal {
  color: #3266ae;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 32px;
  padding-left: 0;
  line-height: 110%;
}

.heading-2.normal.jmeno {
  text-align: center;
  font-size: 24px;
}

.features {
  max-width: 780px;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #edf9ee;
  border-radius: 16px;
  flex-direction: column;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px 40px;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
  display: flex;
}

.div-block-3.border-bottom {
  border-bottom: 2px dotted rgba(0, 0, 0, .08);
  border-radius: 0;
  justify-content: center;
  padding: 15px 10px;
}

.div-block-3.aling-left {
  justify-content: flex-start;
  padding-top: 0;
  padding-bottom: 8px;
}

.div-block-3.special {
  background-color: #fafafa;
  border-radius: 16px;
  flex-direction: column;
  margin-top: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-3.cool {
  padding-top: 0;
  padding-bottom: 0;
}

.image-4 {
  display: inline-block;
}

.feature-heading {
  color: #404040;
  text-align: left;
  font-family: comenia-sans-web, sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
}

.feature-heading.semibold {
  font-weight: 700;
}

.text-span-2 {
  color: #fff;
  background-color: #85b940;
  border-radius: 20px;
  padding: 2px 12px 1px;
  font-size: 16px;
  display: inline-block;
}

.a-h5-heading {
  color: #404040;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: comenia-sans-web, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.a-testimonial-base {
  border: 1px solid #f4f4f6;
  border-radius: 16px;
  padding: 32px;
}

.a-paragraph-small {
  color: #404040;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: comenia-sans-web, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
}

.a-paragraph-small.position {
  font-weight: 400;
}

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

.a-testimonial-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-top: 64px;
}

.a-paragraph-regular {
  color: #404040;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: comenia-sans-web, sans-serif;
  font-size: 18px;
  line-height: 150%;
  overflow: visible;
}

.a-paragraph-regular.pb-12 {
  text-align: center;
  padding-bottom: 12px;
}

.a-testimonial-author {
  grid-column-gap: 8px;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.a-section-regular {
  padding: 0 5%;
  position: relative;
}

.a-section-regular.video {
  padding-left: 15%;
  padding-right: 15%;
}

.a-margin-bottom-16 {
  margin-bottom: 16px;
}

.stars {
  margin-bottom: 20px;
  padding-bottom: 0;
}

.cta-block {
  max-width: 1140px;
  background-color: #3266ae;
  background-image: url('../images/emil.svg');
  background-position: 57% 100%;
  background-repeat: no-repeat;
  background-size: 500px;
  border-radius: 16px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px;
}

.cta-block.lightgreen {
  background-color: #edf9ee;
  background-image: none;
}

.cta-block.nobot {
  background-color: rgba(50, 102, 174, 0);
  background-image: none;
  padding-left: 32px;
  padding-right: 32px;
}

.cta-inner {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: ". Area"
  / 1.75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 100%;
}

.heading-4.mb-12 {
  margin-bottom: 12px;
}

.div-block-4 {
  max-width: 1140px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 57px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.image-5 {
  border-radius: 16px;
}

.div-block-5 {
  padding-left: 0;
  padding-right: 40px;
}

.text-span-3 {
  color: #3aaa49;
}

.div-block-7 {
  max-width: 620px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.blue {
  color: #3166ae;
}

.text-block {
  text-align: center;
  font-family: comenia-sans-web, sans-serif;
  font-size: 19px;
}

.text-block.cite {
  max-width: 1140px;
  color: rgba(255, 255, 255, .65);
  text-align: left;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.intext {
  display: inline;
}

.intext.white {
  color: #fff;
}

.text-span-4 {
  font-size: 50px;
}

.flex-block {
  grid-column-gap: 110px;
  grid-row-gap: 110px;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 20px;
}

.number-item {
  text-align: center;
  font-family: comenia-sans-web, sans-serif;
  font-size: 18px;
}

.number-item-number {
  color: #3166ae;
  padding-top: 12px;
  padding-bottom: 11px;
  font-size: 42px;
  font-weight: 700;
  display: inline-block;
}

.job {
  font-size: 20px;
  font-weight: 400;
}

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

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

  .hero-section {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    grid-template-columns: 1fr;
    padding: 40px 20px;
  }

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

  .button {
    justify-content: center;
  }

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

  .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 {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
    position: relative;
  }

  .menu-button {
    padding: 0;
  }

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

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

  .intro-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .bold-text.capitalize {
    font-size: 40px;
    line-height: 100%;
  }

  .nav-menu-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    grid-auto-flow: row;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .navbar-component {
    grid-template-columns: auto 1fr;
    display: flex;
  }

  .show-tablet {
    display: block;
  }

  .nav-link {
    padding: 1rem 3rem;
  }

  .brand {
    align-items: flex-start;
    padding-left: 0;
  }

  .navbar-right-links {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: flex;
  }

  .nav-menu {
    background-color: #fff;
    border-top: 1px solid #e4eff3;
    border-bottom: 1px solid #e4eff3;
  }

  .white-text {
    font-size: 26px;
  }

  .section-standard {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-standard._120down {
    padding-bottom: 40px;
  }

  .section-standard.pb-60.blue {
    background-position: 200% 100%;
    background-size: 550px;
  }

  .a-paragraph-regular {
    margin-bottom: 28px;
  }

  .a-section-regular {
    padding-left: 0%;
    padding-right: 0%;
  }

  .a-section-regular.video {
    padding-left: 5%;
    padding-right: 5%;
  }

  .cta-block {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .cta-block.lightgreen {
    padding: 40px;
  }

  .cta-block.nobot {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .cta-inner {
    grid-column-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1.75fr;
    grid-auto-flow: column;
    display: block;
  }

  .heading-4 {
    margin-bottom: 31px;
  }

  .div-block-4 {
    grid-template-columns: 1.25fr;
    grid-auto-flow: row;
    justify-items: start;
  }

  .flex-block {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }
}

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

  .hero-section {
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

  .navigation {
    padding: 20px 30px;
  }

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

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

  .nav-menu-list {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

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

  .nav-link {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .brand {
    align-items: flex-start;
    padding-left: 0;
  }

  .navbar-right-links {
    display: flex;
  }

  .image {
    max-width: 260px;
  }

  .section-standard.pb-60.blue {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-3.aling-left {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-direction: column;
  }

  .a-testimonial-grid {
    grid-template-columns: 1fr;
    margin-top: 32px;
  }

  .a-section-regular {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

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

  .paragraph-small {
    font-size: 16px;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 100%;
  }

  .tag {
    padding-top: 2px;
    padding-bottom: 1px;
    font-size: 12px;
  }

  .tag.green.mb-12 {
    text-align: center;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .tag.last {
    margin-top: 10px;
  }

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

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

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

  .bold-text.capitalize {
    font-size: 24px;
    line-height: 100%;
  }

  .button-text.white.large {
    font-size: 1.1rem;
  }

  .button-text.white.small {
    font-size: .95rem;
  }

  .navbar-right {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .button-2.nav-button {
    display: block;
  }

  .button-2.nav-button.last.secondary-button {
    margin-top: 8px;
    margin-left: 0;
  }

  .button-2.nav-button.large {
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .button-2.nav-button.large.green {
    flex-wrap: nowrap;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button-2.nav-button.nomobile {
    display: none;
  }

  .brand {
    align-items: center;
  }

  .brand.w--current {
    max-width: 6.5rem;
    min-width: 6.5rem;
  }

  .image {
    width: 100%;
  }

  .white-text {
    font-size: 17px;
  }

  .white-text.cta-text {
    text-align: center;
    font-size: 26px;
  }

  .white-text.cta-text.bigger {
    font-size: 27px;
  }

  .text-span {
    font-size: 18px;
  }

  .section-standard._120down {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .section-standard.pt-72 {
    padding-top: 20px;
  }

  .section-standard.grid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-2.align-center {
    font-size: 24px;
    line-height: 110%;
  }

  .heading-2.normal {
    font-size: 24px;
  }

  .features {
    margin-top: 32px;
    padding: 20px;
  }

  .div-block-3.aling-left {
    flex-direction: column;
  }

  .feature-heading {
    text-align: center;
    font-size: 16px;
    line-height: 130%;
  }

  .a-testimonial-grid {
    margin-top: 24px;
  }

  .a-paragraph-regular {
    text-align: left;
    font-size: 16px;
  }

  .a-paragraph-regular.centermobile {
    text-align: center;
  }

  .a-section-regular.video {
    padding-left: 0%;
    padding-right: 0%;
  }

  .cta-block {
    padding: 30px 20px;
  }

  .cta-block.lightgreen {
    text-align: center;
    padding: 20px;
  }

  .cta-block.nobot {
    padding: 0;
  }

  .heading-4 {
    text-align: center;
    font-size: 30px;
  }

  .div-block-5 {
    padding-right: 0;
  }

  .div-block-7 {
    margin-top: 0;
  }

  .text-block.cite {
    text-align: center;
    margin-top: 20px;
    font-size: 17px;
  }

  .flex-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }
}

#w-node-_74d37356-9204-1896-3e6c-6f981998f764-16039b7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd112a5e-3d9d-1aaa-9c2a-4e230e72f9a6-16039b7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3f361d80-8e8d-f2df-05ea-4e38c2ac7d9a-16039b7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1bf5776d-6a56-dab9-f220-2ec49fc26620-16039b7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_1bf5776d-6a56-dab9-f220-2ec49fc26621-16039b7f, #w-node-_912b7c82-ef34-6f23-ff6a-f3dee12865a7-16039b7f, #w-node-_912b7c82-ef34-6f23-ff6a-f3dee12865b2-16039b7f, #w-node-_912b7c82-ef34-6f23-ff6a-f3dee12865bd-16039b7f, #w-node-_912b7c82-ef34-6f23-ff6a-f3dee12865c8-16039b7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee1538b5-ac09-24b2-7fac-59407c27776a-5f6535b5 {
  justify-self: start;
}

#w-node-ee1538b5-ac09-24b2-7fac-59407c27774f-5f6535b5 {
  justify-self: center;
}

#w-node-ee1538b5-ac09-24b2-7fac-59407c27776c-5f6535b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee1538b5-ac09-24b2-7fac-59407c27776d-5f6535b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_9b2922ad-09b1-aebb-0430-7dee623c62c1-16039b82 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9b2922ad-09b1-aebb-0430-7dee623c62c8-16039b82 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffd8a-16039b82 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffd8f-16039b82 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffd90-16039b82 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffd99-16039b82 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffda1-16039b82 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffda6-16039b82 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffdd8-16039b82 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffe12-16039b82 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1e9d-16039b82, #w-node-_76ba38e4-2715-c796-e82b-8239d41d1e9d-16039b82:active {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1e9e-16039b82 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1e9f-16039b82 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea0-16039b82 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea1-16039b82 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea2-16039b82 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea3-16039b82 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea4-16039b82 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-d783a17e-0b35-a13a-0448-a852d0df4a32-d0df4a24 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d783a17e-0b35-a13a-0448-a852d0df4a36-d0df4a24 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d783a17e-0b35-a13a-0448-a852d0df4a3a-d0df4a24 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-16039b85 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-16039b85 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-16039b85 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-b915ad84-715b-fc9d-8156-ee63d52fd223-16039b85 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-16039b85 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-16039b86 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-16039b86 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-16039b86 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-16039b86 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9fda4a37-cb21-e2a1-58de-88a206fa61ae-16039b86 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-16039b87 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-16039b87 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-16039b87 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-16039b87 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_32040423-4078-1b23-6771-e6c78f8a716d-16039b87 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-16039b88 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-16039b88 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-16039b88 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-16039b88 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1f85730f-9889-a71b-9be8-c086a8d10760-16039b88 {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-dd112a5e-3d9d-1aaa-9c2a-4e230e72f9a6-16039b7f, #w-node-_1bf5776d-6a56-dab9-f220-2ec49fc26620-16039b7f {
    justify-self: center;
  }

  #w-node-_9b2922ad-09b1-aebb-0430-7dee623c62c8-16039b82, #w-node-dac044b7-be90-60f3-414d-4224828ffd8f-16039b82, #w-node-dac044b7-be90-60f3-414d-4224828ffd99-16039b82 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-dac044b7-be90-60f3-414d-4224828ffdd8-16039b82 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-dac044b7-be90-60f3-414d-4224828ffe12-16039b82 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_76ba38e4-2715-c796-e82b-8239d41d1e9e-16039b82 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea0-16039b82 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea1-16039b82 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea2-16039b82 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea3-16039b82 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea4-16039b82 {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-16039b85 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-16039b85 {
    grid-column-end: 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-16039b85 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-16039b85 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-16039b86 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-16039b86 {
    grid-column-end: 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-16039b86 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-16039b86 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-16039b87 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-16039b87 {
    grid-column-end: 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-16039b87 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-16039b87 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_32040423-4078-1b23-6771-e6c78f8a716d-16039b87, #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-16039b88 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-16039b88 {
    grid-column-end: 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-16039b88 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-16039b88 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1f85730f-9889-a71b-9be8-c086a8d10760-16039b88 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ee1538b5-ac09-24b2-7fac-59407c277763-5f6535b5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d783a17e-0b35-a13a-0448-a852d0df4a36-d0df4a24 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d783a17e-0b35-a13a-0448-a852d0df4a3a-d0df4a24 {
    grid-area: 3 / 1 / 4 / 2;
  }
}


