:root {
  --yellow: #fff7eb;
  --hover: #c05e5c;
  --white: white;
  --dark-1: #1a1b1f;
  --burlywood: #ffca73;
  --black: black;
}

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

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;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Noto Serif, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 46px;
}

.heading-jumbo-small.center {
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
}

.heading-jumbo-small.smaller {
  width: auto;
  font-size: 26px;
  line-height: 32px;
}

.heading-jumbo-small.smaller.mb-20 {
  opacity: .5;
  margin-bottom: 20px;
}

.heading-jumbo-small.smaller.no-m {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

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

.styleguide-block.tsik {
  position: sticky;
  top: 20px;
}

.heading-jumbo-tiny {
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Noto Serif, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.heading-jumbo-tiny.center {
  text-align: center;
  margin-bottom: 30px;
}

.heading-jumbo-tiny.no-m {
  margin-bottom: 0;
}

.heading-jumbo-tiny.mb-5 {
  margin-bottom: 5px;
}

.heading-jumbo-tiny.mb-0 {
  margin-bottom: 0;
}

.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;
  padding-left: 30px;
  padding-right: 30px;
}

.container._w-1024 {
  max-width: 1024px;
  padding-bottom: 60px;
}

.container._w-1024.mb-20 {
  padding-bottom: 20px;
}

.container._w-1024.kosten {
  padding-top: 60px;
}

.container.course-page {
  max-width: 1400px;
  padding-top: 120px;
  padding-bottom: 60px;
}

.container.intro-hero-1 {
  padding-top: 120px;
  padding-bottom: 100px;
  padding-right: 0;
}

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

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

.paragraph-small {
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

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

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

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Noto Serif, sans-serif;
  font-size: 48px;
  line-height: 130%;
}

.heading-jumbo.mb-20 {
  margin-bottom: 20px;
}

.heading-jumbo.wit {
  color: var(--yellow);
}

.heading-jumbo.wit.mb-20 {
  margin-bottom: 20px;
}

.heading-jumbo.mb-mt {
  margin-top: 60px;
  margin-bottom: 60px;
}

.paragraph-tiny {
  font-family: Nunito Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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

.paragraph-tiny.footer-logo {
  color: var(--yellow);
  letter-spacing: 1.7px;
  text-transform: none;
  font-family: Nunito Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.paragraph-tiny.notes {
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph-tiny.notes.bold {
  margin-bottom: 10px;
  font-weight: 700;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Nunito Sans, sans-serif;
  font-size: 14px;
  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;
}

.paragraph-title {
  opacity: 1;
  font-family: Nunito Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

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

.paragraph-title.mb-20 {
  margin-bottom: 20px;
}

.paragraph-title.mb-20.mt-40, .paragraph-title.mb-20.mt-20 {
  margin-top: 40px;
}

.paragraph-title.mb-30 {
  margin-bottom: 30px;
}

.paragraph-title.mb-10 {
  margin-bottom: 10px;
}

.section {
  background-color: #0000;
  margin-left: 0;
  margin-right: 0;
}

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

.section.bg-fullw-160h {
  background-image: url('../images/room.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  min-height: 280px;
}

.section.bg-fullw-160h.bgbt-1 {
  background-image: url('../images/bt-img-1.jpg');
}

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

.section.bg-yellow.p-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.bg-yellow-bar {
  background-image: url('../images/bg-yellow-2.svg');
  background-position: 0 0;
  background-size: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.section.green {
  background-color: #84a59d;
}

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

.section.no-bg {
  background-color: #0000;
}

.section.contact-sec {
  background-color: #f8d0c9;
}

.section.m-100 {
  margin-bottom: 100px;
  padding-top: 100px;
}

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

.section.mb-100 {
  margin-bottom: 100px;
}

.section.bg-bt-1 {
  background-image: url('../images/bt-img-1.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 240px;
}

.section.mt-60 {
  padding-top: 60px;
}

.section.mt-60.bg-green {
  color: var(--yellow);
  background-color: #84a59d;
  padding-bottom: 10px;
}

.section.mt-60.bg-green.dark-green {
  background-color: #66857d;
}

.section.green-dark {
  background-color: #5b7e75;
}

.section.green-dark.p-80 {
  padding-top: 80px;
  padding-bottom: 100px;
}

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

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

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

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

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

.b.cc-white-button:hover {
  background-color: #fffc;
}

.b.cc-white-button:active {
  background-color: #ffffffe6;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-family: Nunito Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

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

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

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

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

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

.navigation-item {
  opacity: 1;
  color: #000;
  letter-spacing: .8px;
  text-transform: none;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Nunito Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

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

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

.navigation-item.w--current {
  opacity: 1;
  color: #ca6567;
  font-weight: 400;
  text-decoration: none;
}

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

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

.navigation-item.nav-contact {
  border: 2px solid #000;
  border-radius: 6px;
  margin-left: 10px;
  margin-right: 20px;
  padding-left: 16px;
  padding-right: 16px;
}

.navigation-item.nav-contact:hover {
  border-color: var(--hover);
  background-color: var(--hover);
  color: var(--white);
}

.navigation-item.flag {
  opacity: .6;
  background-image: url('../images/NL_1NL.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 48px;
  height: 36px;
}

.navigation-item.flag:hover {
  opacity: 1;
}

.navigation-item.flag.en-flag {
  background-image: url('../images/EN_1EN.png');
}

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

.navigation {
  background-color: #0000;
  align-items: center;
  padding: 30px 50px 30px 30px;
  display: flex;
}

.logo-image {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-field {
  background-color: #ffffffc4;
  border: 2px solid #0000;
  border-radius: 6px;
  margin-bottom: 18px;
  padding: 21px 20px 21px 15px;
  font-family: Nunito Sans, sans-serif;
  font-size: 15px;
  line-height: 26px;
}

.text-field:hover {
  background-color: var(--white);
  border-color: #e3e6eb00;
}

.text-field:active {
  border-color: var(--dark-1);
}

.text-field:focus {
  border-color: var(--dark-1);
  background-color: var(--white);
}

.text-field::placeholder {
  color: #1a1b1f7d;
}

.text-field.cc-textarea {
  height: 300px;
  margin-bottom: 40px;
  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: auto;
  margin-bottom: 40px;
}

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

.contact-form-wrap {
  width: auto;
}

.footer-wrap {
  background-color: var(--dark-1);
  justify-content: space-between;
  align-items: center;
  padding: 40px 50px;
  display: flex;
}

.webflow-link {
  opacity: .6;
  color: var(--yellow);
  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 {
  color: var(--white);
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.footer-item {
  opacity: .6;
  color: var(--yellow);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 24px;
  margin-right: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.footer-item:hover {
  opacity: 1;
  color: var(--white);
}

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

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

.about-intro-grid.no-m {
  grid-column-gap: 92px;
  grid-template-columns: .75fr 1fr;
  margin-top: 0;
  margin-bottom: 0;
}

.about-intro-grid.no-m.img-right {
  grid-template-columns: .75fr .5fr;
}

.about-intro-grid.no-m.img-right.over-k {
  grid-column-gap: 100px;
  grid-template-columns: .75fr .5fr;
  align-items: start;
}

.about-head-text-wrap.p-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.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: 1;
  color: var(--yellow);
  font-family: Nunito Sans, sans-serif;
  font-size: 14px;
  line-height: 24px;
  text-decoration: underline;
  display: inline-block;
}

.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: 103px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 3.25fr 1.75fr;
  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: 67px;
  grid-row-gap: 100px;
  grid-template: ". . . ."
                 ". . . ."
                 / 1fr 1fr 1fr 1fr;
  margin-top: 120px;
  margin-bottom: 135px;
}

.project-overview-grid.mt-60 {
  grid-column-gap: 80px;
  grid-template-columns: .5fr .5fr;
  margin-top: 60px;
}

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

.detail-image.mb-20 {
  margin-bottom: 20px;
}

.email-section {
  text-align: center;
  width: 70%;
  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 {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  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;
}

.text-block {
  color: #353638;
  letter-spacing: 2px;
  font-family: Nunito Sans, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.paragraph {
  float: left;
  text-indent: 0;
  column-count: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 20px;
  line-height: 32px;
  display: block;
}

.paragraph.mb-30 {
  margin-bottom: 30px;
}

.paragraph.mb-30.wit {
  color: var(--yellow);
}

.paragraph.mb-30.mb-60 {
  margin-bottom: 60px;
}

.paragraph.mb-30.mb-100 {
  margin-bottom: 100px;
}

.paragraph.mb-30.mt-40 {
  margin-top: 40px;
}

.paragraph.mb-30.mt-20 {
  margin-top: 20px;
}

.paragraph.mb-30.literatuur {
  font-size: 16px;
  line-height: 24px;
}

.paragraph.card-des {
  text-align: center;
  margin-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  line-height: 30px;
}

.paragraph.card-des.article {
  text-align: left;
  width: auto;
  padding-left: 0;
  padding-right: 0;
}

.paragraph.icon-link-text {
  font-size: 18px;
  line-height: 40px;
}

.paragraph.mb-20 {
  margin-bottom: 20px;
}

.paragraph.wit {
  color: var(--white);
}

.paragraph.wit.m-0 {
  margin-top: 0;
}

.paragraph.list-item {
  border-left: 4px solid var(--burlywood);
  width: 100%;
  margin-bottom: 20px;
  padding-left: 20px;
  display: block;
}

.paragraph.list-item.mb-40 {
  margin-bottom: 40px;
}

.paragraph.mt-40 {
  margin-top: 40px;
}

.paragraph.paragraph-title {
  width: 100%;
}

.paragraph.mb-40 {
  margin-bottom: 40px;
}

.paragraph.sb-40-20 {
  padding-bottom: 40px;
}

.paragraph.mb-10 {
  padding-bottom: 10px;
  display: block;
}

.link {
  font-family: Nunito Sans, sans-serif;
  font-size: 20px;
}

.div-block {
  background-color: #ff9c6b;
  min-height: 320px;
}

.div-block.thank-you {
  background-image: url('../images/contac.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}

.div-block.to-top {
  margin-top: 100px;
}

.body-bg-co {
  background-image: url('../images/bg-pink-1.svg');
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: 100%;
}

.body-bg-co.yellow-2 {
  background-color: var(--yellow);
  background-image: url('../images/bg-yellow-2.svg');
}

.body-bg-co.bg-all-yellow {
  background-color: var(--yellow);
  background-image: none;
}

.body-bg-co.bg-pink-2 {
  background-image: url('../images/bg-pink-2.svg');
}

.btn-primary {
  letter-spacing: .5px;
  background-color: #f28482;
  border-radius: 6px;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Nunito Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.btn-primary:hover {
  background-color: var(--hover);
  color: var(--white);
}

.btn-primary.mr-20 {
  letter-spacing: .5px;
  border-radius: 6px;
  margin-right: 20px;
}

.btn-second {
  border: 2px solid var(--dark-1);
  color: var(--dark-1);
  letter-spacing: .5px;
  background-color: #0000;
  border-radius: 6px;
  padding: 7px 18px;
  font-family: Nunito Sans, sans-serif;
  font-size: 18px;
}

.btn-second:hover {
  border-color: var(--hover);
  background-color: var(--hover);
  color: #fff;
}

.intro-video {
  opacity: .99;
  height: 500px;
}

.intro-video.bigger-vid {
  height: 500px;
}

.intro-video.bigger-vid.bigger {
  height: 700px;
}

.intro-video.mid-vid {
  height: 500px;
}

.munda {
  background-image: url('../images/bg-yellow.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 360px;
  height: 100%;
  padding-top: 40px;
  padding-left: 40px;
}

.munda-img {
  background-color: #dfd7cc;
  height: 100%;
}

.munda-img.munda-1 {
  background-color: #0000;
  background-image: url('../images/mun-1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: 480px;
}

.munda-img.munda-2 {
  background-color: #0000;
  background-image: url('../images/mun-3.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 90%;
  height: 500px;
}

.text-wrap-60 {
  width: 60%;
  margin-bottom: 40px;
  display: inline-block;
}

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

.grid.help {
  grid-column-gap: 23px;
}

.service-card {
  background-color: #0000;
  background-image: url('../images/arrow.svg');
  background-position: 90% 96%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 12px;
  min-height: 610px;
  padding: 0 0 40px;
}

.service-card.article {
  box-shadow: none;
  background-position: 95% 93%;
  height: 320px;
  min-height: auto;
  padding: 30px 30px 60px;
}

.card-img {
  background-image: url('../images/service-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 200px;
  margin-bottom: 30px;
}

.card-img.service-2 {
  background-image: url('../images/service-2.jpg');
}

.card-img.service03 {
  background-image: url('../images/service-3.jpg');
}

.card-img.ad-1 {
  background-image: url('../images/adult-play-toy-2.jpg');
}

.card-img.ad-2 {
  background-image: url('../images/parent-group-768x460.jpg');
}

.card-img.ad-3 {
  background-image: url('../images/child-adult-drama-lesson.jpg');
}

.div-block-2 {
  height: auto;
  padding-top: 90px;
  padding-left: 0;
}

.heading {
  font-family: Noto Serif, sans-serif;
}

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

.link-block.w--current {
  background-color: var(--yellow);
}

.card-link-wrapper {
  background-color: var(--yellow);
  border-radius: 12px;
  margin-bottom: 20px;
  text-decoration: none;
  box-shadow: 0 6px 12px #0000001c;
}

.card-link-wrapper:hover {
  background-color: var(--burlywood);
}

.card-link-wrapper.w--current {
  background-color: var(--burlywood);
  box-shadow: none;
  background-image: url('../images/arrow.svg');
  background-position: 94%;
  background-repeat: no-repeat;
  border-radius: 6px;
  width: 100%;
  margin-bottom: 0;
}

.card-link-wrapper.w--current:hover {
  background-color: var(--burlywood);
  background-image: url('../images/arrow.svg');
  background-position: 92%;
  background-repeat: no-repeat;
  background-size: auto;
}

.card-link-wrapper.tiny {
  border-radius: 6px;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
}

.card-link-wrapper.tiny:hover {
  background-color: var(--burlywood);
  background-image: url('../images/arrow.svg');
  background-position: 94%;
  background-repeat: no-repeat;
  background-size: auto;
}

.card-link-wrapper.tiny.current.w--current {
  background-color: var(--burlywood);
  box-shadow: none;
}

.icon-btn {
  background-image: url('../images/arrow-left.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 125px;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  display: inline;
}

.icon-link {
  text-decoration: underline;
}

.icon-link:hover {
  opacity: .6;
}

.icon {
  float: left;
  background-image: url('../images/arrow-left.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  width: 30px;
  height: 40px;
  margin-right: 0;
  display: inline-block;
}

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

.grid-2 {
  grid-column-gap: 25px;
  grid-row-gap: 2px;
  grid-template-rows: auto auto auto;
}

.sticky-wrapper {
  padding-top: 0;
  padding-bottom: 100px;
  position: static;
  top: auto;
}

.pl-60 {
  padding-left: 60px;
}

.heading-jumbo-tiny.mb-60 {
  margin-bottom: 60px;
}

.sticky-outer {
  z-index: auto;
  float: left;
  width: 26%;
  padding-bottom: 40px;
  position: sticky;
  top: 60px;
}

.link-2, .link-3 {
  display: inline;
}

.course-content {
  float: right;
  width: 66%;
}

.img-article-fullw {
  width: 100%;
  max-height: none;
}

.img-article-fullw.mb-60 {
  margin-bottom: 60px;
}

.para-label {
  letter-spacing: .3px;
  text-transform: none;
  margin-bottom: 5px;
  font-family: Nunito Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.para-link {
  display: inline;
}

.para-link.wit {
  color: var(--yellow);
}

.video {
  display: block;
}

.munda-page-img {
  float: right;
  background-color: var(--burlywood);
  max-width: 150px;
  min-height: auto;
  max-height: 150px;
}

.heading-jumbo-hero {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Noto Serif, sans-serif;
  font-size: 48px;
  line-height: 115%;
}

.heading-jumbo-hero.mb-20 {
  margin-bottom: 20px;
}

.heading-jumbo-hero.wit {
  color: var(--yellow);
}

.heading-jumbo-hero.wit.mb-20 {
  margin-bottom: 20px;
}

.heading-jumbo-hero.wit.mb-40 {
  margin-bottom: 40px;
}

.heading-jumbo-hero.mb-mt {
  margin-top: 60px;
  margin-bottom: 60px;
}

.course-type-card {
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Noto Serif, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.course-type-card.center {
  text-align: center;
  margin-bottom: 30px;
}

.course-type-card.no-m {
  margin-bottom: 0;
}

.course-type-card.mb-5 {
  margin-bottom: 5px;
}

.course-type-card.mb-0 {
  margin-bottom: 0;
}

.course-title-card {
  text-align: center;
  text-transform: none;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Noto Serif, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

.course-title-card.center {
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
}

.course-title-card.smaller {
  width: auto;
  font-size: 26px;
  line-height: 32px;
}

.course-title-card.smaller.mb-20 {
  opacity: .5;
  margin-bottom: 20px;
}

.course-title-card.smaller.no-m {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.colum-intro-hero-1 {
  align-items: center;
  display: flex;
}

.hero-column-left {
  align-items: center;
  padding-left: 0;
  padding-right: 60px;
  display: flex;
}

.hero-column-right {
  padding-left: 0;
  padding-right: 0;
}

.grid-hero-1 {
  grid-column-gap: 89px;
  grid-template-rows: auto;
  grid-template-columns: 4fr 3fr;
  align-items: center;
}

.only-mobile, .intro-gif-hero {
  display: none;
}

.col-courses-col {
  padding-left: 10px;
  padding-right: 10px;
}

.footer-col {
  padding-left: 0;
  padding-right: 0;
}

.footer-col.left {
  padding-right: 100px;
}

.munda-col-1 {
  padding-left: 0;
}

.munda-col-1.text-col {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 100px;
  display: block;
}

.background-video {
  opacity: .99;
  height: 600px;
}

.map {
  margin-bottom: 40px;
}

.page-btn-group {
  margin-bottom: 60px;
}

.munda-title {
  letter-spacing: 1px;
  font-style: italic;
}

.italic-text-2 {
  letter-spacing: .5px;
  font-size: 20px;
  font-style: normal;
  line-height: 17px;
}

.ita {
  margin-top: 40px;
}

.im {
  height: auto;
  margin-bottom: 10px;
}

.logo-subtext {
  letter-spacing: 0;
  padding-top: 5px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  display: block;
}

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

.img-text {
  mix-blend-mode: multiply;
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .heading-jumbo-small {
    text-align: left;
  }

  .heading-jumbo-small.center {
    font-size: 24px;
  }

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

  .container._w-1024.kosten {
    padding-top: 20px;
  }

  .container.course-page {
    padding-top: 60px;
  }

  .container.intro-hero-1 {
    padding: 100px 0 90px;
  }

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

  .heading-jumbo.mb-20 {
    text-align: left;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 64px;
  }

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

  .section.bg-fullw-160h {
    min-height: 240px;
  }

  .section.bg-yellow.p-100 {
    padding-bottom: 60px;
  }

  .section.green.p-80, .section.green-dark.p-80 {
    padding-top: 60px;
  }

  .b {
    justify-content: center;
  }

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

  .menu-icon {
    display: block;
  }

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

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

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

  .navigation-item.nav-contact {
    flex: 0 auto;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .navigation-items {
    z-index: 9999;
    background-color: #0000;
  }

  .navigation-items.innter-wrap {
    background-color: var(--yellow);
    align-items: center;
    padding-bottom: 40px;
    display: flex;
    inset: 0% 0% auto;
  }

  .navigation {
    padding: 25px 30px;
  }

  .menu-button {
    padding: 0;
  }

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

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

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

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

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

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

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

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

  .about-intro-grid {
    grid-column-gap: 31px;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1.5fr 1fr;
    margin-bottom: 0;
  }

  .about-intro-grid.no-m {
    grid-column-gap: 0px;
    grid-template-columns: .5fr 1fr;
  }

  .about-intro-grid.no-m.img-right.over-k {
    grid-column-gap: 39px;
  }

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

  .about-head-text-wrap.p-40 {
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
  }

  .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 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 4.75fr;
    width: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

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

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

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

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

  .text-block {
    background-color: #0000;
  }

  .paragraph {
    text-align: left;
  }

  .paragraph.mb-30 {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph.card-des {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph.mb-40 {
    text-align: left;
    font-size: 18px;
    line-height: 28px;
  }

  .div-block {
    display: block;
  }

  .body-bg-co {
    background-position: 100% 0;
    background-size: 70%;
  }

  .body-bg-co.bg-pink-2 {
    background-color: var(--yellow);
  }

  .btn-primary {
    margin-bottom: 10px;
  }

  .btn-primary.mr-20 {
    text-align: left;
    padding-left: 20px;
  }

  .intro-video.bigger-vid.bigger {
    height: 550px;
  }

  .munda {
    background-size: auto 260px;
    padding-top: 0;
    padding-left: 0;
  }

  .munda-img {
    height: 240px;
  }

  .munda-img.munda-1 {
    background-position: 40%;
    background-size: cover;
    height: 520px;
  }

  .munda-img.munda-2 {
    background-position: 20px 20px;
    background-size: cover;
  }

  .text-wrap-60 {
    width: 100%;
  }

  .grid {
    grid-column-gap: 13px;
  }

  .service-card {
    min-height: 580px;
  }

  .service-card.article {
    height: 420px;
  }

  .card-img {
    min-height: 200px;
  }

  .sticky-wrapper {
    display: none;
  }

  .pl-60 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .sticky-outer {
    display: none;
  }

  .course-content {
    width: 100%;
  }

  .heading-jumbo-hero {
    font-size: 37px;
    line-height: 48px;
  }

  .heading-jumbo-hero.mb-20 {
    text-align: left;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 64px;
  }

  .course-type-card {
    padding-left: 10px;
    padding-right: 10px;
  }

  .course-title-card.center {
    font-size: 24px;
  }

  .hero-column-left {
    padding-right: 20px;
  }

  .grid-hero-1 {
    grid-column-gap: 44px;
    grid-template-columns: 4.25fr 3fr;
  }

  .intro-gif-hero {
    display: none;
  }

  .footer-col.left {
    padding-right: 40px;
  }

  .munda-col-1.text-col {
    padding-top: 60px;
  }
}

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

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

  .container {
    text-align: center;
  }

  .container.intro-hero-1 {
    padding-top: 40px;
    padding-bottom: 20px;
    padding-right: 0;
  }

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

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

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

  .section.bg-fullw-160h {
    margin-left: auto;
    margin-right: auto;
  }

  .section.bg-yellow, .section.no-bg {
    margin-left: 0;
    margin-right: 0;
  }

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

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

  .navigation {
    padding: 20px 30px;
  }

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

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

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

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

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

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

  .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-intro-grid {
    grid-template-rows: auto minmax(200px, 1fr);
    grid-template-columns: 1.5fr;
    grid-auto-rows: 1fr;
  }

  .about-intro-grid.no-m {
    grid-row-gap: 23px;
    grid-template-columns: .5fr .5fr;
  }

  .about-intro-grid.no-m.img-right {
    grid-template-rows: auto minmax(0, .25fr);
    grid-template-columns: 2fr;
  }

  .about-head-text-wrap {
    width: 100%;
    max-width: 470px;
    padding-right: 20px;
  }

  .about-head-text-wrap.p-40 {
    width: auto;
    max-width: none;
  }

  .skills-grid {
    grid-column-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 5fr;
    grid-auto-columns: .25fr;
    width: 100%;
    max-width: 470px;
  }

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

  .paragraph.card-des.article {
    margin-top: 0;
  }

  .div-block {
    display: none;
  }

  .body-bg-co {
    background-position: 100%;
    background-size: 100%;
  }

  .btn-primary {
    margin-bottom: 10px;
  }

  .intro-video {
    height: 200px;
    margin-left: 0;
    display: none;
  }

  .munda {
    margin-bottom: 40px;
  }

  .munda-img.munda-1 {
    background-position: 10% 0;
    background-size: contain;
    height: 300px;
  }

  .munda-img.munda-2 {
    background-position: 10% 0;
    background-size: contain;
    height: 200px;
  }

  .service-card {
    background-position: 95% 95%;
    min-height: 460px;
  }

  .service-card.article {
    height: 260px;
  }

  .div-block-2 {
    margin-bottom: 100px;
    padding-top: 10px;
  }

  .grid-2 {
    display: block;
  }

  .heading-jumbo-hero {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 40px;
  }

  .heading-jumbo-hero.all-left {
    text-align: left;
  }

  .course-type-card {
    margin-bottom: 10px;
  }

  .course-title-card {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 52px;
  }

  .grid-hero-1 {
    grid-template-rows: auto auto;
    grid-template-columns: .5fr;
    padding-top: 40px;
    display: block;
  }

  .only-mobile {
    display: block;
  }

  .only-mobile.intro-gif-hero {
    text-align: right;
    height: 200px;
  }

  .intro-gif-hero {
    opacity: .9;
    max-width: 76%;
    display: none;
  }

  .footer-col.left {
    padding-right: 0;
  }

  .munda-col-1.text-col {
    padding-top: 0;
  }
}

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

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

  .container._w-1024.kosten {
    padding-top: 0;
  }

  .container.intro-hero-1 {
    padding-bottom: 60px;
    padding-left: 24px;
    padding-right: 20px;
  }

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

  .heading-jumbo.mb-20 {
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 44px;
  }

  .paragraph-title {
    text-align: left;
  }

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

  .section.bg-fullw-160h {
    min-height: 240px;
  }

  .section.bg-yellow.p-100 {
    padding-top: 60px;
  }

  .section.bg-yellow-bar {
    background-color: #fff7eb;
    background-position: 100%;
    background-repeat: repeat-y;
    background-size: 30%;
  }

  .section.green.p-80 {
    padding-bottom: 60px;
  }

  .section.contact-sec {
    margin-left: 0;
    margin-right: 0;
  }

  .section.green-dark.p-80 {
    padding-bottom: 60px;
  }

  .navigation-item {
    margin-bottom: 10px;
  }

  .navigation-item.flag {
    flex: 0 auto;
    display: block;
  }

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

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

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

  .contact {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .about-head-text-wrap {
    width: 100%;
    max-width: none;
    padding-right: 20px;
  }

  .about-head-text-wrap.p-40 {
    padding-right: 0;
  }

  .skills-grid {
    grid-template-columns: 1fr;
    grid-auto-columns: minmax(0, .25fr);
    width: 100%;
    max-width: none;
  }

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

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

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

  .paragraph {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph.sb-40-20 {
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .body-bg-co {
    background-position: 100% 0;
    background-repeat: repeat-y;
    background-size: 80px;
  }

  .btn-primary {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .intro-video {
    height: 120px;
    margin-left: 0;
  }

  .munda-img.munda-1 {
    background-position: 15px 15px;
    background-size: 95%;
    height: 300px;
  }

  .munda-img.munda-2 {
    background-position: 15px 15px;
    background-size: 94%;
    height: 300px;
  }

  .service-card {
    background-position: 90% 95%;
    min-height: 520px;
  }

  .service-card.article {
    height: 380px;
    padding: 20px;
  }

  .div-block-2 {
    margin-bottom: 100px;
    padding-top: 10px;
  }

  .heading-jumbo-hero {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 32px;
  }

  .course-type-card {
    font-size: 14px;
    line-height: 20px;
  }

  .course-title-card {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 32px;
  }

  .grid-hero-1 {
    grid-template-columns: .25fr;
    grid-auto-columns: 5fr;
    padding-top: 20px;
    display: block;
  }

  .only-mobile.intro-gif-hero {
    text-align: right;
    height: 120px;
  }

  .intro-gif-hero {
    opacity: .86;
    max-width: 76%;
  }
}

#w-node-_3ac41fe8-4cca-6624-40ce-57c35ed367f9-1e8c060c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d2483f5c-c983-be7e-a33a-8b1374170b02-74170af6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d2483f5c-c983-be7e-a33a-8b1374170b06-74170af6 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-bfd6fc08-9fc0-2878-7100-c8cb57aedae4-74170af6 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-d2483f5c-c983-be7e-a33a-8b1374170b0a-74170af6 {
  grid-area: 4 / 1 / 5 / 3;
}

#w-node-_5f5585ec-0614-a756-66ff-ae13d15fca97-1e8c064a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5f5585ec-0614-a756-66ff-ae13d15fcab1-1e8c064a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_68b95ac7-695a-8fdd-2fbb-421186996fa8-bb35dc5f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_68b95ac7-695a-8fdd-2fbb-421186996fac-bb35dc5f {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_68b95ac7-695a-8fdd-2fbb-421186996fb0-bb35dc5f {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_68b95ac7-695a-8fdd-2fbb-421186996fb4-bb35dc5f {
  grid-area: 4 / 1 / 5 / 3;
}

#w-node-_7084be20-90f8-e7b7-3dfa-dc1366f239c2-1e8c0662 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7084be20-90f8-e7b7-3dfa-dc1366f239ca-1e8c0662 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3d57318a-23d6-73e9-7757-b6f81e681dc9-1e8c0662 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3d57318a-23d6-73e9-7757-b6f81e681dd6-1e8c0662 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3d57318a-23d6-73e9-7757-b6f81e681dd7-1e8c0662 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_3d57318a-23d6-73e9-7757-b6f81e681ddf-1e8c0662 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_3d57318a-23d6-73e9-7757-b6f81e681df0-1e8c0662 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_625a00ae-47b4-be29-0a62-b7647d5490b5-1e8c0665, #w-node-_2f3947b6-b5dd-4cec-761d-ceebc9b1b930-1e8c0667 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3ac41fe8-4cca-6624-40ce-57c35ed367f9-1e8c0687 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_625a00ae-47b4-be29-0a62-b7647d5490b5-1e8c0688, #w-node-dac044b7-be90-60f3-414d-4224828ffd90-1e8c068e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_36e6ef62-3566-fd16-1b9a-3a8139c39d4c-1e8c068e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a95184a3-2c04-aee9-c6e0-fafe5c938245-1e8c068e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a95184a3-2c04-aee9-c6e0-fafe5c938289-1e8c068e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2f3947b6-b5dd-4cec-761d-ceebc9b1b930-1e8c068f {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-_7084be20-90f8-e7b7-3dfa-dc1366f239ca-1e8c0662, #w-node-_3d57318a-23d6-73e9-7757-b6f81e681dd6-1e8c0662 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_3d57318a-23d6-73e9-7757-b6f81e681ddf-1e8c0662 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_3d57318a-23d6-73e9-7757-b6f81e681df0-1e8c0662 {
    grid-area: 3 / 1 / 4 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3ac41fe8-4cca-6624-40ce-57c35ed367ef-1e8c060c {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_3ac41fe8-4cca-6624-40ce-57c35ed367f9-1e8c060c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_497c1723-4ff1-eacc-b99f-13db3bfc74a7-1e8c060c {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d2483f5c-c983-be7e-a33a-8b1374170b06-74170af6 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-bfd6fc08-9fc0-2878-7100-c8cb57aedae4-74170af6 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d2483f5c-c983-be7e-a33a-8b1374170b0a-74170af6 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_68b95ac7-695a-8fdd-2fbb-421186996fac-bb35dc5f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_68b95ac7-695a-8fdd-2fbb-421186996fb0-bb35dc5f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_68b95ac7-695a-8fdd-2fbb-421186996fb4-bb35dc5f {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_2f3947b6-b5dd-4cec-761d-ceebc9b1b930-1e8c0667 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_3ac41fe8-4cca-6624-40ce-57c35ed367f9-1e8c0687 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_3ac41fe8-4cca-6624-40ce-57c35ed367ef-1e8c0687, #w-node-_497c1723-4ff1-eacc-b99f-13db3bfc74a7-1e8c0687 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_2f3947b6-b5dd-4cec-761d-ceebc9b1b930-1e8c068f {
    grid-area: 1 / 1 / 2 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3ac41fe8-4cca-6624-40ce-57c35ed367ef-1e8c060c {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_3ac41fe8-4cca-6624-40ce-57c35ed367f9-1e8c060c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_497c1723-4ff1-eacc-b99f-13db3bfc74a7-1e8c060c {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_3ac41fe8-4cca-6624-40ce-57c35ed367f9-1e8c0687 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_3ac41fe8-4cca-6624-40ce-57c35ed367ef-1e8c0687, #w-node-_497c1723-4ff1-eacc-b99f-13db3bfc74a7-1e8c0687 {
    grid-area: 2 / 1 / 3 / 3;
  }
}


