:root {
  --white: white;
  --black: black;
}

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;
  border: 1px solid #131313;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

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

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

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

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

.container {
  width: 100%;
  max-width: 1140px;
  margin: 0;
  padding: 0 0%;
  overflow: hidden;
}

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

.paragraph-small {
  border: 1px solid #131313;
  font-size: 14px;
  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;
  border: 1px solid #131313;
  margin: 10px 0% 15px;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 80px;
}

.paragraph-tiny {
  border: 1px solid #131313;
  font-size: 12px;
  line-height: 20px;
}

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

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

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

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

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

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

.section {
  background-image: linear-gradient(#ff5a5f, #921b1f);
  margin-left: 0;
  margin-right: 0;
  padding: 9% 14% 12%;
  transform: translate(0);
}

.section:hover {
  font-family: Montserrat, sans-serif;
  transform: scale(1);
}

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

.button {
  color: #131313;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 40px;
  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: #fffc;
}

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

.paragraph-bigger {
  opacity: 1;
  border: 1px solid #131313;
  margin-bottom: 10px;
  font-size: 20px;
  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: .6;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  transition: all .2s;
}

.navigation-item:hover {
  opacity: .9;
  color: #fff;
  white-space: normal;
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
}

.navigation-item:active {
  opacity: .8;
  text-decoration: underline;
}

.navigation-item:focus {
  color: #fff;
  font-size: 14px;
  text-decoration: underline;
}

.navigation-item:visited {
  font-size: 14px;
  text-decoration: underline;
}

.navigation-item.w--current {
  opacity: 1;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
}

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

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

.navigation-items {
  color: #fff;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.navigation {
  object-fit: fill;
  background-color: #131313e6;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0 35px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.logo-image {
  display: block;
}

.logo-image.current {
  color: #fff;
}

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

.intro-wrap {
  margin: 0%;
  padding: 20% 10%;
}

.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 {
  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::placeholder {
  color: #32343a66;
}

.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: #131313;
  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 {
  color: #fff;
  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-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition-property: all;
}

.footer-item:hover {
  opacity: .9;
  color: #fff;
  font-size: 14px;
  text-decoration: underline;
}

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

.heading {
  color: #fff;
  text-align: center;
  margin-top: 0%;
  margin-bottom: 3%;
  margin-left: 0;
  padding-bottom: 0%;
  padding-left: 0;
  line-height: 48px;
}

.heading.leftalign {
  text-align: left;
  text-align: left;
  margin-bottom: 2%;
  padding-bottom: 0%;
  position: static;
}

.styleguide-logo-wrap {
  background-color: #0000;
}

.image {
  background-color: #131313;
}

.link-block {
  background-image: url('../images/placeholder-1.svg');
  background-position: 0 0;
  background-size: auto;
}

.link-block-2 {
  filter: brightness(95%);
  mix-blend-mode: normal;
  object-fit: fill;
  background-image: url('../images/pexels-narcisa-aciko-1292464.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 500px;
  text-decoration: none;
  transition: opacity .2s;
}

.container-2 {
  padding: 2% 0%;
}

.text-block {
  color: #fff;
  text-align: center;
  padding-top: 20%;
  text-decoration: underline;
  display: block;
  position: static;
}

.text-block.heading-jumbo {
  color: #131313;
  border-style: none;
  justify-content: center;
  align-items: flex-start;
  padding-top: 15%;
  text-decoration: none;
  display: block;
}

.div-block {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 70px;
  display: flex;
  position: relative;
  inset: 0% auto auto 0%;
}

.div-block-2 {
  width: 100%;
  height: 720px;
  padding: 0%;
  position: relative;
  inset: auto;
  overflow: visible;
}

.heading-jumbo-2 {
  z-index: 2;
  color: #fff;
  text-transform: none;
  background-color: #131313;
  margin: 17% 32% 21% 17%;
  padding: 2%;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 80px;
  position: relative;
}

.section-2 {
  width: auto;
  height: auto;
}

.div-block-3 {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.explorer__row {
  margin-top: 10%;
  margin-bottom: 40px;
  padding-left: 0;
}

.explorer__title {
  color: #000;
  margin-bottom: 18px;
  padding-left: 64px;
  font-size: 26px;
  font-weight: 600;
  line-height: 26px;
}

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

.swiper-wrapper {
  z-index: 500;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.swiper-slide {
  z-index: auto;
  cursor: pointer;
  border: 2px solid #0000;
  border-radius: 6px;
  min-width: 200px;
  margin-left: 0;
  margin-right: 0;
  transition: transform .2s ease-in-out;
  position: relative;
  overflow: visible;
}

.swiper-slide:hover {
  z-index: 1000;
  border-width: 2px;
  position: relative;
  transform: translate(0, -80px)scale(1.4);
}

.body {
  background-color: #131313;
  transition: opacity 25ms;
}

.link-block-3 {
  filter: brightness(90%);
  background-image: url('../images/pexels-taryn-elliott-3889742_1.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 500px;
  text-decoration: none;
  transition: opacity .2s;
}

.link-block-3:hover {
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/pexels-taryn-elliott-3889742.jpg');
  background-position: 50%;
  background-size: cover;
  transform: none;
}

.link-block-4 {
  filter: brightness(90%);
  background-image: url('../images/pexels-ella-olsson-1640770.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 500px;
  text-decoration: none;
  transition: opacity .2s;
}

.heading-2 {
  border: 1px solid #131313;
}

.heading-3 {
  text-align: center;
  border: 1px #131313;
}

.heading-4, .heading-5, .heading-6, .heading-7 {
  border: 1px solid #131313;
}

.paragraph {
  text-align: center;
  border: 1px #131313;
}

.link {
  border: 1px solid #131313;
}

.text-block-2 {
  text-align: center;
  text-decoration: none;
}

.bold-text {
  text-decoration: none;
}

.section-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.body-2 {
  background-color: #131313;
}

.container-3 {
  margin-top: 0%;
}

.heading-8, .paragraph-2 {
  color: #fff;
}

.section-4 {
  margin: 10%;
  padding-top: 0%;
  display: flex;
}

.image-2 {
  border-radius: 200px;
  width: 200%;
  height: auto;
}

.container-4 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.heading-9 {
  margin-left: 10%;
  margin-right: 10%;
}

.section-5 {
  margin: 3% 20% 8%;
}

.section-6 {
  text-align: center;
  margin-bottom: 8%;
  margin-left: 10%;
  margin-right: 10%;
}

.bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6 {
  margin-right: 1%;
  font-size: 24px;
  line-height: 36px;
}

.link-2 {
  color: #fff;
  text-decoration: none;
}

.link-2:hover {
  color: #fff;
}

.mask {
  height: 300px;
  position: relative;
  overflow: visible;
}

.slider {
  z-index: 1;
  background-color: #0000;
  height: auto;
  position: relative;
}

.container-5 {
  margin-top: 15%;
}

.slide {
  background-image: url('../images/Educated.jpg');
  background-position: 0 0;
  background-size: contain;
  width: 200px;
  margin-right: 30px;
  padding-bottom: 0;
  padding-right: 0;
}

.slide-2 {
  background-image: url('../images/Kitchen-Confidential.jpg');
  background-position: 0 0;
  background-size: contain;
  width: 200px;
  margin-right: 30px;
  padding-bottom: 0;
  padding-right: 0;
}

.slide-3 {
  background-image: url('../images/Born-a-crime.jpg');
  background-position: 0 0;
  background-size: contain;
  width: 200px;
  margin-right: 30px;
  position: relative;
}

.slide-nav {
  margin-top: 0;
  display: none;
  overflow: visible;
}

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

.heading-10 {
  margin-top: 15px;
  font-size: 20px;
  line-height: 24px;
}

.paragraph-3 {
  font-size: 14px;
  line-height: 16px;
}

.image-3, .image-4 {
  width: 200px;
  height: 300px;
}

.section-7 {
  background-color: #131313;
  margin-left: 0%;
  margin-right: 0%;
  padding: 7% 0% 5%;
}

.div-block-100 {
  z-index: 5;
  opacity: 1;
  background-color: #131313;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0%;
  padding-left: 30%;
  padding-right: 30%;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.heading-11 {
  color: #fff;
  margin-top: 2%;
  margin-bottom: 0%;
  font-size: 28px;
  line-height: 34px;
}

.paragraph-4 {
  color: #fff;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.heading-12 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 3%;
  font-size: 24px;
  line-height: 28px;
}

.left-arrow {
  z-index: 2;
  background-color: #000;
  border-radius: 30px;
  width: 60px;
  height: 60px;
  margin-top: 120px;
  margin-bottom: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.body-3 {
  background-color: #131313;
  border-radius: 30px;
  margin-left: 0;
  padding-left: 0;
}

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

.slide-4 {
  background-image: url('../images/The-Mamba-Mentality.jpg');
  background-position: 0 0;
  background-size: contain;
  width: 200px;
  margin-right: 30px;
}

.div-block-7 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon {
  width: auto;
  height: auto;
  margin: 10px;
}

.right-arrow {
  z-index: 2;
  background-color: #000;
  border-radius: 30px;
  width: 60px;
  height: 60px;
}

.slider-2 {
  background-color: #0000;
  height: 500px;
  margin-bottom: 30px;
}

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

.image-5 {
  background-image: url('../images/Sapiens.jpg');
  background-position: 0 0;
  background-size: auto;
}

.heading-13 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-14 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
}

.container-6 {
  margin-bottom: 0%;
  padding-top: 0%;
  padding-left: 10%;
  padding-right: 10%;
}

.paragraph-5 {
  color: #fff;
  margin: 3% 20% 0;
  padding-left: 0%;
  padding-right: 0%;
}

.slide-nav-2 {
  z-index: 3;
  margin-bottom: 0%;
  display: none;
  position: relative;
}

.paragraph-6, .paragraph-7 {
  color: #fff;
  margin: 3% 20% 0%;
}

.slide-5 {
  background-image: url('../images/A-Century-Is-Not-Enough.jpg');
  background-position: 0 0;
  background-size: contain;
  width: 200px;
  margin-right: 30px;
}

.slide-6 {
  background-image: url('../images/Shoe-Dog.jpeg');
  background-position: 0 0;
  background-size: contain;
  width: 200px;
  margin-right: 30px;
}

.slide-7 {
  background-image: url('../images/The-Monk-Of-Mokha.jpg');
  background-position: 0 0;
  background-size: contain;
  width: 200px;
  margin-right: 30px;
}

.slide-8 {
  background-image: url('../images/Humans.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 200px;
  margin-right: 30px;
}

.slide-9 {
  width: auto;
  height: auto;
  margin-right: 20px;
}

.slide-10 {
  width: auto;
  height: auto;
  margin-right: 20px;
  overflow: visible;
}

.slide-11 {
  width: auto;
  height: auto;
  margin-right: 20px;
}

.slider-3 {
  background-color: #0000;
  height: 250px;
  transition: opacity .2s;
}

.right-arrow-2 {
  z-index: 2;
  opacity: 1;
  background-color: #131313b3;
  border-radius: 30px;
  width: 60px;
  height: 60px;
  margin-right: -50px;
  display: none;
}

.left-arrow-2 {
  z-index: 2;
  opacity: 1;
  background-color: #131313bf;
  border-radius: 30px;
  width: 60px;
  height: 60px;
  margin-left: -50px;
  margin-right: 0;
  display: none;
}

.slide-12, .slide-13, .slide-14, .slide-15 {
  width: auto;
  height: auto;
  margin-right: 20px;
}

.slide-16 {
  width: auto;
  height: 300px;
  margin-right: 20px;
}

.slide-17, .slide-18 {
  width: auto;
  height: auto;
  margin-right: 20px;
}

.container-7 {
  margin-top: 5%;
}

.slide-19, .slide-20, .slide-21, .slide-22, .slide-23, .slide-24 {
  width: auto;
  height: auto;
  margin-right: 20px;
}

.slider-4 {
  background-color: #0000;
  height: 250px;
  overflow: visible;
}

.slider-5 {
  background-color: #0000;
  height: 250px;
}

.slide-25, .slide-26, .slide-27, .slide-28, .slide-29, .slide-30 {
  width: auto;
  height: auto;
  margin-right: 20px;
}

.slider-6 {
  background-color: #0000;
  height: 250px;
}

.slide-32, .slide-31, .slide-33, .slide-34, .slide-35, .slide-36, .slide-37, .slide-38, .slide-39, .slide-40, .slide-41, .slide-42, .slide-43, .slide-44, .slide-45, .slide-46, .slide-47, .slide-48, .slide-49, .slide-50, .slide-51, .slide-52, .slide-53, .slide-54, .slide-55, .slide-56, .slide-57, .slide-58 {
  width: auto;
  height: auto;
  margin-right: 20px;
}

.slider-7, .slider-8, .slider-9, .slider-10, .slider-11 {
  background-color: #0000;
  height: 250px;
}

.slide-59, .slide-60, .slide-61 {
  width: auto;
  height: auto;
  margin-right: 20px;
}

.div-block-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area Area-2"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 5%;
  margin-left: 3%;
  margin-right: 3%;
  display: grid;
}

.heading-15 {
  font-family: Raleway, sans-serif;
  font-size: 32px;
}

.bold-text-8 {
  color: #fff;
  text-align: center;
  font-size: 44px;
}

.paragraph-8 {
  color: #fff;
  text-align: left;
  padding-top: 5%;
  font-size: 18px;
}

.heading_cs {
  font-family: Raleway, sans-serif;
}

.heading-16 {
  color: #ff5a5f;
  text-align: center;
  margin-top: 0;
  margin-bottom: 3%;
  font-family: Raleway, sans-serif;
}

.section-8 {
  padding: 8% 10%;
}

.heading-17 {
  text-decoration: none;
}

.link-block-5 {
  border: 2px solid #ff5a5f;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  margin-right: 0;
  padding: 10% 5% 5%;
  text-decoration: none;
  display: flex;
}

.heading-18 {
  justify-content: center;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  line-height: 20px;
  display: flex;
}

.bold-text-9 {
  color: #ff5a5f;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
}

.div-block-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch center;
  display: grid;
}

.image-7 {
  width: 100px;
}

.image-8 {
  width: auto;
}

.bold-text-10 {
  font-size: 16px;
  line-height: 28px;
}

.paragraph-9 {
  text-align: center;
  justify-content: center;
  display: flex;
}

.paragraph-10, .paragraph-11, .paragraph-12, .paragraph-13 {
  color: #131313;
  text-align: center;
  font-size: 18px;
}

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

.section-9 {
  background-color: #f2f2f2;
  padding: 6% 17%;
}

.heading-19 {
  color: #ff5a5f;
  text-align: center;
  margin-top: 0;
  margin-bottom: 3%;
  font-family: Raleway, sans-serif;
}

.div-block-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph-14 {
  color: #131313;
  text-align: left;
  font-size: 18px;
}

.list, .list-2 {
  font-size: 18px;
}

.rich-text {
  margin-bottom: 0;
}

.paragraph-15, .paragraph-16 {
  font-size: 18px;
}

.paragraph-17 {
  color: #b8b8b8;
  margin-bottom: 0;
  font-size: 18px;
}

.paragraph-18 {
  color: #131313;
  margin-bottom: 8%;
  margin-left: 20%;
  margin-right: 20%;
  font-size: 18px;
}

.section-10 {
  padding: 8% 17%;
}

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

.bold-text-11 {
  color: #ff5a5f;
  font-family: Oswald, sans-serif;
  font-size: 32px;
}

.text-span-2, .text-span-3, .text-span-4 {
  color: #131313;
}

.section-11 {
  background-color: #f2f2f2;
  flex-direction: column;
  align-items: center;
  padding: 4% 17% 8%;
  display: flex;
}

.heading-20 {
  color: #ff5a5f;
  text-align: center;
  margin-top: 0;
  margin-bottom: 3%;
  font-family: Raleway, sans-serif;
}

.paragraph-19 {
  color: #131313;
  margin-bottom: 3%;
  margin-left: 15%;
  margin-right: 15%;
  font-size: 18px;
}

.paragraph-20 {
  color: #131313;
  margin-bottom: 0;
  margin-left: 20%;
  margin-right: 20%;
  font-size: 18px;
}

.image-10 {
  margin-bottom: 8%;
  padding-bottom: 0%;
}

.heading-21 {
  color: #ff5a5f;
  text-align: center;
  margin-top: 0;
  margin-bottom: 1%;
}

.section-12 {
  padding-top: 6%;
  padding-left: 0%;
  padding-right: 0%;
}

.paragraph-21 {
  color: #131313;
  margin-bottom: 5%;
  margin-left: 17%;
  margin-right: 17%;
  padding-left: 13%;
  padding-right: 13%;
  font-size: 18px;
}

.section-13 {
  background-color: #f2f2f2;
  margin-top: 0%;
  padding: 8% 17%;
}

.paragraph-22 {
  color: #131313;
  margin-bottom: 5%;
  margin-left: 20%;
  margin-right: 20%;
  font-size: 18px;
}

.div-block-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph-23 {
  color: #131313;
  margin-bottom: 0;
}

.paragraph-24 {
  color: #131313;
  text-align: left;
  margin: 10px;
  font-size: 14px;
}

.paragraph-25 {
  color: #131313;
  margin: 10px;
}

.paragraph-26, .paragraph-27, .paragraph-28 {
  color: #131313;
  margin-bottom: 0;
}

.storyboard_card {
  background-color: #fff;
  border: 2px solid #ff5a5f;
  border-radius: 20px;
}

.image-11, .image-12 {
  object-fit: cover;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  width: 100%;
}

.image-13 {
  object-fit: cover;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  width: 100%;
  position: static;
}

.image-14, .image-15, .image-16 {
  object-fit: cover;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  width: 100%;
}

.image-17 {
  object-fit: cover;
}

.paragraph-29 {
  color: #131313;
  margin-bottom: 5%;
  margin-left: 20%;
  margin-right: 20%;
  font-size: 18px;
}

.section-14 {
  padding: 4% 17%;
}

.section-15 {
  background-color: #f2f2f2;
  margin-top: 0;
  padding-top: 4%;
  padding-bottom: 6%;
}

.heading-22 {
  color: #ff5a5f;
  text-align: center;
  margin-top: 0;
  margin-bottom: 2%;
  font-family: Raleway, sans-serif;
}

.div-block-13 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0%;
  display: flex;
}

.image-18 {
  object-fit: contain;
  width: 47%;
}

.image-19 {
  object-fit: contain;
  width: 50%;
}

.paragraph-30 {
  color: #131313;
  margin-bottom: 4%;
  margin-left: 17%;
  margin-right: 17%;
  padding-left: 13%;
  padding-right: 13%;
  font-size: 18px;
}

.paragraph-31 {
  color: #131313;
  margin-bottom: 5%;
  margin-left: 20%;
  margin-right: 20%;
  padding-left: 0%;
  padding-right: 0;
  font-size: 18px;
}

.div-block-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 480px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: grid;
}

.paragraph-32 {
  color: #131313;
  margin: 10px 10px 0;
  font-size: 14px;
}

.feature_card {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-16 {
  margin-left: 0%;
  margin-right: 0%;
  padding: 5% 17% 4%;
}

.image-20 {
  text-align: center;
  border: 1px solid #000;
  border-radius: 20px;
  height: 80%;
}

.image-21, .image-22 {
  border: 1px solid #000;
  border-radius: 20px;
  height: 80%;
}

.section-17 {
  background-color: #f2f2f2;
  padding: 4% 17%;
}

.heading-23 {
  color: #ff5a5f;
  text-align: center;
  margin-top: 0;
  margin-bottom: 3%;
  font-family: Raleway, sans-serif;
}

.paragraph-33 {
  color: #131313;
  margin-bottom: 5%;
  margin-left: 20%;
  margin-right: 20%;
  font-size: 18px;
}

.section-18 {
  flex-direction: column;
  align-items: center;
  padding: 4% 17%;
  display: flex;
}

.section-18:hover {
  color: #f4f4f4;
}

.paragraph-34 {
  color: #131313;
  margin-bottom: 3%;
  padding-left: 20%;
  padding-right: 20%;
  font-size: 18px;
}

.button-2 {
  object-fit: fill;
}

.button-3 {
  color: #fff;
  text-transform: capitalize;
  background-color: #131313;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-bottom: 3%;
  font-size: 18px;
  display: flex;
}

.button-3:hover {
  color: #757575;
}

.button-3.button-5 {
  width: 250px;
}

.image-23 {
  width: 70%;
}

.section-19 {
  background-color: #f2f2f2;
  padding: 10% 17% 20%;
}

.heading-24 {
  color: #ff5a5f;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 3%;
  font-family: Raleway, sans-serif;
}

.paragraph-35 {
  margin-bottom: 0;
  margin-left: 20%;
  margin-right: 20%;
  padding-left: 0%;
}

.div-block-15 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-20 {
  background-image: linear-gradient(#6c981a, #3a5f0b);
  padding: 9% 17% 11%;
}

.heading-25 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5%;
  font-family: Raleway, sans-serif;
}

.paragraph-36 {
  color: #fff;
  font-size: 18px;
}

.bold-text-12 {
  color: #fff;
}

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

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

.heading-26 {
  color: #6c981a;
  text-align: center;
  margin-top: 0;
  margin-bottom: 3%;
  font-family: Raleway, sans-serif;
}

.heading-27 {
  font-family: Raleway, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

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

.paragraph-37 {
  color: #131313;
  text-align: center;
  font-size: 18px;
}

.bold-text-13 {
  color: #6c981a;
}

.process_card {
  border: 2px solid #6c981a;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  padding: 10% 5% 5%;
  display: flex;
}

.section-21 {
  padding: 8% 10%;
}

.section-22 {
  background-color: #f2f2f2;
  flex-direction: column;
  align-items: center;
  padding: 4% 17% 6%;
  display: flex;
}

.image-25, .image-26, .image-27, .image-28, .image-29 {
  width: auto;
}

.heading-28 {
  color: #6c981a;
  text-align: center;
  margin-bottom: 3%;
  font-family: Raleway, sans-serif;
}

.paragraph-38 {
  color: #131313;
  margin-bottom: 5%;
  margin-left: 20%;
  margin-right: 20%;
  font-size: 18px;
}

.list-item, .list-item-2, .list-item-3 {
  color: #131313;
  font-size: 18px;
}

.list-3 {
  margin-bottom: 0;
  margin-left: 7%;
  margin-right: 7%;
  padding-left: 40px;
  font-size: 18px;
}

.div-block-18 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-30 {
  margin-bottom: 5%;
}

.section-23 {
  padding: 8% 17%;
}

.paragraph-39 {
  color: #131313;
  margin-bottom: 8%;
  margin-left: 20%;
  margin-right: 20%;
  font-size: 18px;
}

.paragraph-40 {
  color: #b8b8b8;
  margin-bottom: 0;
  font-size: 18px;
}

.text-span-5, .text-span-6, .text-span-7 {
  color: #131313;
}

.text-span-8, .text-span-9, .text-span-10, .text-span-11, .text-span-12, .text-span-13 {
  color: #6c981a;
  font-family: Oswald, sans-serif;
  font-size: 32px;
}

.section-24 {
  background-color: #f2f2f2;
  padding: 8% 17%;
}

.link-block-6 {
  border: 2px solid #6c981a;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  padding: 10% 5% 5%;
  text-decoration: none;
  display: flex;
}

.heading-29 {
  color: #6c981a;
  text-align: center;
  margin-top: 0;
  margin-bottom: 3%;
  font-family: Raleway, sans-serif;
}

.paragraph-41 {
  color: #131313;
  margin-bottom: 0;
  margin-left: 20%;
  margin-right: 20%;
  padding-left: 0;
  font-size: 18px;
}

.heading-30 {
  color: #6c981a;
  text-align: center;
  margin-top: 0;
  margin-bottom: 3%;
  font-family: Raleway, sans-serif;
}

.paragraph-42 {
  color: #131313;
  font-size: 18px;
}

.paragraph-43 {
  color: #131313;
  margin-bottom: 5%;
  margin-left: 20%;
  margin-right: 20%;
  font-size: 18px;
}

.div-block-19 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.storyboard_card_2 {
  border: 2px solid #6c981a;
  border-radius: 20px;
}

.paragraph-44, .paragraph-45, .paragraph-46, .paragraph-47, .paragraph-48, .paragraph-49 {
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 14px;
}

.image-31 {
  object-fit: cover;
  object-position: 50% 0%;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  width: 100%;
}

.image-32 {
  object-fit: cover;
  object-position: 50% 0%;
  border-bottom: 1px solid #000;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  width: 100%;
}

.image-33 {
  object-fit: cover;
  border-bottom: 1px solid #000;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  width: 100%;
}

.image-34, .image-35, .image-36 {
  object-fit: cover;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  width: 100%;
}

.section-25 {
  padding: 8% 17%;
}

.section-26 {
  background-color: #f2f2f2;
  padding: 8% 17%;
}

.div-block-20 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  display: flex;
}

.heading-31 {
  color: #6c981a;
  text-align: center;
  margin-top: 0;
  margin-bottom: 5%;
  font-family: Raleway, sans-serif;
}

.paragraph-50 {
  color: #131313;
  margin-bottom: 5%;
  font-size: 18px;
}

.image-37, .image-38, .image-39, .image-40, .image-41, .image-42 {
  width: 16.66%;
}

.paragraph-51 {
  color: #131313;
  margin-bottom: 5%;
  margin-left: 20%;
  margin-right: 20%;
  font-size: 18px;
}

.image-43 {
  border: 1px solid #6c981a;
  width: 80%;
  height: auto;
}

.section-27 {
  flex-direction: column;
  align-items: center;
  height: auto;
  padding: 8% 17%;
  display: flex;
}

.section-28 {
  background-color: #f2f2f2;
  flex-direction: column;
  align-items: center;
  padding: 8% 17%;
  display: flex;
}

.paragraph-52 {
  color: #131313;
  margin-bottom: 5%;
  margin-left: 20%;
  margin-right: 20%;
  font-size: 18px;
}

.section-29 {
  padding: 6% 17% 8%;
}

.paragraph-53 {
  color: #131313;
  margin-bottom: 5%;
  margin-left: 20%;
  margin-right: 20%;
  font-size: 18px;
}

.link-3, .link-4, .link-5 {
  display: inline;
}

.div-block-21 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: stretch;
  height: 400px;
  display: grid;
}

.image-44, .image-45, .image-46 {
  border: 1px solid #000;
  border-radius: 20px;
  width: auto;
  height: 80%;
}

.paragraph-54, .paragraph-55, .paragraph-56 {
  color: #131313;
  margin: 10px 10px 0;
  font-size: 14px;
}

.section-30 {
  background-color: #f2f2f2;
  flex-direction: column;
  align-items: flex-start;
  padding: 6% 17% 4%;
  display: flex;
}

.paragraph-57 {
  color: #131313;
  margin-bottom: 5%;
  margin-left: 20%;
  margin-right: 20%;
  font-size: 18px;
}

.image-47 {
  margin-left: 5%;
}

.div-block-22 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 400px;
  display: flex;
}

.div-block-23, .div-block-24 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 400px;
  display: flex;
}

.section-31 {
  padding: 10% 17% 20%;
}

.heading-32 {
  color: #6c981a;
  text-align: center;
  margin-top: 0;
  margin-bottom: 5%;
  font-family: Raleway, sans-serif;
}

.paragraph-58 {
  color: #131313;
  margin-bottom: 0;
  margin-left: 20%;
  margin-right: 20%;
  font-size: 18px;
}

.section-32 {
  background-image: linear-gradient(#2791c5, #05366b);
  padding: 12% 17% 16%;
}

.div-block-25 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-33 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 7%;
  font-family: Raleway, sans-serif;
}

.paragraph-59 {
  color: #fff;
  margin-bottom: 0;
  padding-right: 20px;
  font-size: 18px;
}

.heading-34 {
  color: #2791c5;
  text-align: center;
  margin-top: 0;
  margin-bottom: 5%;
}

.section-33 {
  padding: 8% 10%;
}

.link-block-7 {
  border: 2px solid #2791c5;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  padding: 10% 5% 5%;
  text-decoration: none;
  display: flex;
}

.paragraph-60 {
  color: #131313;
  text-align: center;
  font-size: 18px;
}

.heading-35 {
  color: #2791c5;
  text-align: center;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.div-block-26 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.image-48, .image-49 {
  filter: grayscale();
}

.section-34 {
  background-color: #f2f2f2;
  flex-direction: column;
  padding: 8% 17%;
  display: flex;
}

.heading-36 {
  color: #2791c5;
  text-align: center;
  margin-top: 0;
  margin-bottom: 5%;
  font-family: Raleway, sans-serif;
}

.image-50 {
  object-fit: contain;
  margin-bottom: 5%;
}

.paragraph-61 {
  color: #131313;
  margin-bottom: 3%;
  margin-left: 20%;
  margin-right: 20%;
  font-size: 18px;
}

.list-4 {
  color: #131313;
  margin-left: 7%;
  margin-right: 7%;
  font-size: 18px;
}

.section-35 {
  flex-direction: column;
  align-items: center;
  padding: 8% 17%;
  display: flex;
}

.paragraph-62 {
  margin-bottom: 5%;
  margin-left: 20%;
  margin-right: 20%;
  font-size: 18px;
}

.paragraph-63 {
  color: #b8b8b8;
  margin-bottom: 0;
  font-size: 18px;
}

.text-span-14, .text-span-15, .text-span-16, .text-span-17, .text-span-18, .text-span-19 {
  color: #2791c5;
  font-family: Oswald, sans-serif;
  font-size: 32px;
}

.text-span-20, .text-span-21, .text-span-22 {
  color: #131313;
}

.section-36 {
  background-color: #f2f2f2;
  padding: 8% 17%;
}

.div-block-27 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.heading-37 {
  color: #2791c5;
  text-align: center;
  margin-top: 0;
  margin-bottom: 5%;
  font-family: Raleway, sans-serif;
}

.paragraph-64 {
  margin-bottom: 5%;
  margin-left: 20%;
  margin-right: 20%;
  font-size: 18px;
}

.list-5 {
  font-size: 18px;
}

.section-37 {
  flex-direction: column;
  align-items: center;
  padding: 8% 17%;
  display: flex;
}

.heading-38 {
  color: #2791c5;
  margin-top: 0;
  margin-bottom: 5%;
  font-family: Raleway, sans-serif;
}

.paragraph-65 {
  margin-bottom: 5%;
  margin-left: 20%;
  margin-right: 20%;
  font-size: 18px;
}

.section-38 {
  background-color: #f2f2f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8% 17%;
  display: flex;
}

.heading-39 {
  color: #2791c5;
  text-align: center;
  margin-top: 0;
  margin-bottom: 5%;
  font-family: Raleway, sans-serif;
}

.paragraph-66 {
  margin-bottom: 5%;
  margin-left: 20%;
  margin-right: 20%;
  font-size: 18px;
}

.div-block-28 {
  justify-content: center;
  display: flex;
}

.section-39 {
  flex-direction: column;
  align-items: center;
  padding: 8% 17%;
  display: flex;
}

.paragraph-67 {
  margin-bottom: 5%;
  margin-left: 20%;
  margin-right: 20%;
  font-size: 18px;
}

.section-40 {
  background-color: #f2f2f2;
  flex-direction: column;
  align-items: center;
  padding: 8% 17%;
  display: flex;
}

.paragraph-68 {
  margin-bottom: 5%;
  margin-left: 20%;
  margin-right: 20%;
  font-size: 18px;
}

.link-6, .link-7 {
  display: inline;
}

.section-41 {
  flex-direction: column;
  align-items: center;
  padding: 8% 17%;
  display: flex;
}

.heading-40 {
  color: #2791c5;
  text-align: center;
  margin-top: 0;
  margin-bottom: 5%;
  font-family: Raleway, sans-serif;
}

.paragraph-69 {
  margin-bottom: 5%;
  margin-left: 20%;
  margin-right: 20%;
  font-size: 18px;
}

.div-block-29 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-30 {
  flex-direction: column;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.div-block-31 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.section-42 {
  background-color: #f2f2f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10% 17% 20%;
  display: flex;
}

.heading-41 {
  color: #2791c5;
  text-align: center;
  margin-top: 0;
  margin-bottom: 5%;
  font-family: Raleway, sans-serif;
}

.paragraph-70 {
  margin-bottom: 0;
  margin-left: 20%;
  margin-right: 20%;
  font-size: 18px;
}

.section-43 {
  flex-direction: column;
  align-items: stretch;
  padding: 15% 25% 10%;
  display: flex;
}

.heading-42 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5%;
}

.mask-2, .mask-3 {
  height: 250px;
}

.div-block-32 {
  margin-top: 0%;
}

.section-44 {
  padding-top: 3%;
}

.container-8 {
  margin-top: 0%;
}

.image-51 {
  position: absolute;
  inset: 15% 5% auto auto;
}

.div-block-33 {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 30%;
  padding-right: 30%;
  display: flex;
  position: fixed;
}

.image-52 {
  margin-bottom: 5%;
}

.image-53, .image-54 {
  border: 1px solid #000;
  border-radius: 10px;
}

.div-block-101 {
  z-index: 5;
  background-color: #131313;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 30%;
  padding-right: 30%;
  display: none;
  position: fixed;
}

.div-block-103 {
  z-index: 5;
  background-color: #131313;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 30%;
  padding-right: 30%;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.div-block-104, .div-block-105 {
  z-index: 5;
  background-color: #131313;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 30%;
  padding-right: 30%;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.div-block-106, .div-block-107 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.div-block-108 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-200 {
  z-index: 5;
  background-color: #131313;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 30%;
  padding-right: 30%;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

._2, ._3, ._1, ._4, ._5, ._6, ._7, ._8, ._9, ._10, ._11, ._12, ._13, ._14, ._15, ._16, ._17, ._18, ._19, ._20, ._21, ._22, ._23, ._24, ._25, ._26, ._27, ._28, ._29, ._30, ._31, ._32, ._33, ._34, ._35, ._36, ._37, ._38, ._39, ._40, ._41, ._42, ._43, ._44, ._45, ._46, ._47, ._48, ._49, ._50, ._51, ._52, ._53 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.image-57 {
  width: 70%;
}

.section-45 {
  background-image: linear-gradient(245deg, #324aa2, #93268f 72%);
  padding: 9% 17%;
}

.bold-text-20 {
  color: #fff;
}

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

.paragraph-74 {
  color: #fff;
  margin-bottom: 0;
  margin-left: 10%;
  margin-right: 10%;
  font-size: 18px;
}

.div-block-201 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-64 {
  margin-left: 5%;
  margin-right: 5%;
}

.section-46 {
  padding: 8% 10%;
}

.heading-43 {
  color: #93268f;
  text-align: center;
  margin-top: 0;
  margin-bottom: 3%;
  font-family: Raleway, sans-serif;
  font-weight: 700;
}

.link-block-8 {
  border: 2px solid #93268f;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  padding: 10% 5% 5%;
  text-decoration: none;
  display: flex;
}

.paragraph-75 {
  text-align: center;
  font-size: 18px;
  text-decoration: none;
}

.div-block-202 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-44 {
  color: #93268f;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

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

.section-47 {
  background-color: #f2f2f2;
  padding: 8% 17%;
}

.heading-45 {
  color: #93268f;
  text-align: center;
  margin-top: 0;
  margin-bottom: 5%;
  font-family: Raleway, sans-serif;
}

.div-block-203 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "."
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph-76 {
  font-size: 18px;
}

.list-6 {
  list-style-type: decimal;
}

.list-item-9, .list-item-10, .list-item-11 {
  font-size: 18px;
}

.section-48 {
  padding: 8% 17%;
}

.paragraph-77 {
  margin-bottom: 5%;
  margin-left: 20%;
  margin-right: 20%;
  font-size: 18px;
}

.paragraph-78 {
  color: #b8b8b8;
  font-size: 18px;
}

.bold-text-22, .bold-text-23, .bold-text-24, .bold-text-25, .bold-text-26, .bold-text-27 {
  color: #93268f;
  font-family: Oswald, sans-serif;
  font-size: 32px;
}

.bold-text-28, .bold-text-29, .bold-text-30 {
  color: #1c1c1c;
}

.section-49 {
  background-color: #f2f2f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8% 17%;
  display: flex;
}

.paragraph-79 {
  margin-bottom: 3%;
  margin-left: 20%;
  margin-right: 20%;
  font-size: 18px;
}

.image-65 {
  margin-bottom: 5%;
}

.paragraph-80 {
  margin-bottom: 0;
  margin-left: 20%;
  margin-right: 20%;
  font-size: 18px;
}

.section-50 {
  flex-direction: column;
  align-items: center;
  padding: 8% 17%;
  display: flex;
}

.paragraph-81 {
  margin-bottom: 3%;
  margin-left: 20%;
  margin-right: 20%;
  font-size: 18px;
}

.section-51 {
  background-color: #f2f2f2;
  flex-direction: column;
  align-items: center;
  padding: 8% 17%;
  display: flex;
}

.paragraph-82 {
  margin-bottom: 5%;
  margin-left: 20%;
  margin-right: 20%;
  font-size: 18px;
}

.section-52 {
  flex-direction: column;
  align-items: center;
  padding: 8% 17%;
  display: flex;
}

.paragraph-83 {
  margin-bottom: 3%;
  margin-left: 20%;
  margin-right: 20%;
  font-size: 18px;
}

.section-53 {
  background-color: #f2f2f2;
  flex-direction: column;
  align-items: center;
  padding: 8% 17%;
  display: flex;
}

.paragraph-84 {
  margin-bottom: 3%;
  margin-left: 20%;
  margin-right: 20%;
  padding-left: 0%;
  font-size: 18px;
}

.image-66 {
  margin-bottom: 3%;
}

.section-54 {
  flex-direction: column;
  align-items: center;
  padding: 8% 17%;
  display: flex;
}

.paragraph-85 {
  margin-bottom: 3%;
  margin-left: 20%;
  margin-right: 20%;
  font-size: 18px;
}

.section-55 {
  background-color: #f2f2f2;
  padding: 8% 17%;
}

.div-block-204 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-86 {
  margin-bottom: 5%;
  margin-left: 20%;
  margin-right: 20%;
  font-size: 18px;
}

.image-67, .image-68 {
  margin-right: 20px;
}

.image-69 {
  outline-offset: 0px;
  border-radius: 20px;
  outline: 1px solid #1a1b1f;
  margin-right: 20px;
}

.image-70 {
  margin-right: 20px;
}

.image-71 {
  outline-offset: 0px;
  border-radius: 20px;
  outline: 1px solid #1a1b1f;
}

.section-56 {
  flex-direction: column;
  align-items: center;
  padding: 8% 17%;
  display: flex;
}

.paragraph-87 {
  margin-bottom: 5%;
  padding-left: 20%;
  padding-right: 20%;
  font-size: 18px;
}

.section-57 {
  background-color: #f2f2f2;
  flex-direction: column;
  align-items: center;
  padding: 8% 17%;
  display: flex;
}

.div-block-205 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 3%;
  display: grid;
}

.paragraph-88 {
  text-align: center;
  margin-bottom: 5%;
  font-size: 18px;
}

.paragraph-89, .paragraph-90, .paragraph-91 {
  text-align: center;
  font-size: 14px;
}

.div-block-206, .div-block-207, .div-block-208 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-72, .image-73 {
  margin-bottom: 10px;
}

.image-74 {
  border: 1px #000;
  border-radius: 10px;
  margin-bottom: 10px;
}

.section-58 {
  padding: 10% 17% 20%;
}

.paragraph-92 {
  margin-bottom: 0;
  margin-left: 10%;
  margin-right: 20%;
  font-size: 18px;
}

.link-block-dun {
  filter: brightness();
  background-image: url('../images/pexels-tara-winstead-6690924.jpg');
  background-position: 50% 100%;
  background-size: auto;
  width: 100%;
  height: 500px;
  text-decoration: none;
}

.section-59 {
  background-color: var(--black);
  padding: 10% 17%;
}

.slide-nav-3 {
  display: none;
}

.slide-366 {
  width: 200px;
  height: auto;
}

.slider-12 {
  height: 250px;
}

.slide-367, .slide-368, .slide-369, .slide-370, .slide-371, .slide-372, .slide-373, .slide-374 {
  width: 200px;
}

.left-arrow-3 {
  z-index: 2;
  margin-left: -30px;
  margin-right: 0;
}

.right-arrow-3 {
  z-index: 2;
  margin-right: -30px;
  display: none;
}

.image-77 {
  width: 1000px;
}

.section-60 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.link-block-9 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-right: 20px;
  text-decoration: none;
  display: flex;
}

.link-block-9:hover {
  color: #8d8d8d;
}

.link-block-9.left {
  margin-left: 20px;
  margin-right: 0;
}

.section-61 {
  object-fit: cover;
  padding-left: 17%;
  padding-right: 17%;
}

.image-78 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 500px;
  height: 400px;
  position: static;
}

.div-block-209 {
  outline-offset: 0px;
  outline: 1px solid #fff;
  flex-direction: row;
  margin-bottom: 5%;
  margin-right: 0;
  display: flex;
}

.div-block-209.left {
  outline-width: 1px;
  flex-direction: row-reverse;
}

.link-block-10 {
  background-image: url('../images/pexels-taryn-elliott-3889742_2.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 500px;
  text-decoration: none;
}

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

  .heading-jumbo {
    margin: 10px 0% 15px;
    font-size: 46px;
    line-height: 70px;
  }

  .section {
    padding: 14% 10%;
  }

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

  .button {
    justify-content: center;
  }

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

  .menu-icon {
    color: #fff;
    display: block;
  }

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

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

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

  .navigation-item.current {
    color: #fff;
  }

  .navigation-item.current:hover {
    color: #000;
  }

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

  .navigation {
    padding: 0 20px;
  }

  .menu-button {
    color: #fff;
    padding: 0;
  }

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

  .logo-image.current {
    height: 72px;
  }

  .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 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 {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    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;
  }

  .link-block-2 {
    filter: brightness(81%);
    height: 350px;
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .text-block {
    padding-top: 20%;
  }

  .text-block.heading-jumbo {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0%;
    text-decoration: none;
  }

  .heading-jumbo-2 {
    margin: 50% 15% 60% 18%;
    font-size: 46px;
    line-height: 70px;
  }

  .link-block-3 {
    filter: brightness(76%);
    height: 350px;
    padding-top: 15%;
    padding-bottom: 10%;
  }

  .link-block-4 {
    filter: brightness(68%);
    height: 350px;
    margin-bottom: 0%;
    padding-top: 15%;
    padding-bottom: 10%;
  }

  .section-4 {
    flex-direction: column;
    display: flex;
  }

  .image-2 {
    width: 50%;
    height: auto;
  }

  .container-4 {
    margin-bottom: 5%;
  }

  .section-5 {
    margin-left: 10%;
    margin-right: 10%;
  }

  .section-7 {
    padding-top: 12%;
  }

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

  .section-8 {
    padding-top: 12%;
    padding-bottom: 12%;
  }

  .link-block-5 {
    flex-wrap: nowrap;
    padding-top: 5%;
    display: flex;
  }

  .div-block-10 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    place-items: stretch center;
    display: grid;
  }

  .section-9 {
    padding: 12% 10%;
  }

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

  .paragraph-14 {
    margin-bottom: 5%;
    margin-left: 8%;
    margin-right: 8%;
  }

  .paragraph-18 {
    margin-left: 8%;
    margin-right: 8%;
  }

  .section-10 {
    padding: 12% 10%;
  }

  .section-11 {
    padding-top: 6%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .paragraph-19 {
    margin-bottom: 5%;
    margin-left: 8%;
    margin-right: 8%;
  }

  .paragraph-20 {
    margin-left: 8%;
    margin-right: 8%;
  }

  .image-10 {
    height: 350px;
    margin-bottom: 5%;
    position: static;
  }

  .heading-21 {
    margin-bottom: 3%;
  }

  .section-12 {
    padding-top: 8%;
  }

  .paragraph-21 {
    margin-bottom: 8%;
    margin-left: 10%;
    margin-right: 10%;
    padding-left: 6%;
    padding-right: 6%;
  }

  .section-13 {
    padding-bottom: 12%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .paragraph-22 {
    margin-left: 8%;
    margin-right: 8%;
  }

  .div-block-12 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-29 {
    margin-left: 8%;
    margin-right: 8%;
  }

  .section-14 {
    padding: 8% 10%;
  }

  .section-15 {
    padding-top: 8%;
    padding-bottom: 8%;
  }

  .paragraph-30 {
    margin-bottom: 5%;
    margin-left: 10%;
    margin-right: 10%;
    padding-left: 6%;
    padding-right: 6%;
  }

  .paragraph-31 {
    margin-left: 8%;
    margin-right: 8%;
  }

  .section-16 {
    padding: 8% 10% 10%;
  }

  .section-17 {
    padding: 8% 10%;
  }

  .paragraph-33 {
    margin-left: 8%;
    margin-right: 8%;
  }

  .section-18 {
    padding: 8% 10%;
  }

  .paragraph-34 {
    padding-left: 8%;
    padding-right: 8%;
  }

  .section-19 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .heading-24 {
    padding-bottom: 5%;
  }

  .paragraph-35 {
    margin-left: 8%;
    margin-right: 8%;
  }

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

  .section-20 {
    padding: 14% 10%;
  }

  .paragraph-36 {
    margin-bottom: 0;
    margin-left: 8%;
    margin-right: 8%;
  }

  .image-24 {
    margin-bottom: 5%;
  }

  .div-block-16 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section-21 {
    padding-top: 12%;
    padding-bottom: 12%;
  }

  .section-22 {
    padding-top: 8%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .paragraph-38 {
    margin-left: 0%;
    margin-right: 0%;
  }

  .image-30 {
    height: 400px;
  }

  .section-23 {
    padding: 12% 10%;
  }

  .paragraph-39 {
    margin-left: 8%;
    margin-right: 8%;
  }

  .section-24 {
    padding: 12% 10%;
  }

  .paragraph-41, .paragraph-43 {
    margin-left: 8%;
    margin-right: 8%;
  }

  .div-block-19 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .section-25, .section-26 {
    padding: 12% 10%;
  }

  .paragraph-51 {
    margin-left: 8%;
    margin-right: 8%;
  }

  .section-27, .section-28 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .paragraph-52 {
    margin-left: 8%;
    margin-right: 8%;
  }

  .section-29 {
    padding-bottom: 12%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .paragraph-53 {
    margin-left: 8%;
    margin-right: 8%;
  }

  .section-30 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .paragraph-57 {
    margin-left: 8%;
    margin-right: 8%;
  }

  .image-47 {
    margin-left: -3%;
    margin-right: 0%;
  }

  .section-31 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .paragraph-58 {
    margin-left: 8%;
    margin-right: 8%;
  }

  .section-32 {
    padding: 17% 10% 19%;
  }

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

  .paragraph-59 {
    padding-right: 0;
  }

  .div-block-26 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section-34 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .paragraph-61 {
    margin-left: 8%;
    margin-right: 8%;
  }

  .section-35 {
    padding: 12% 10%;
  }

  .paragraph-62 {
    margin-left: 8%;
    margin-right: 8%;
  }

  .section-36 {
    padding: 12% 10%;
  }

  .paragraph-64 {
    margin-left: 8%;
    margin-right: 8%;
  }

  .section-37 {
    padding: 12% 10%;
  }

  .paragraph-65 {
    margin-left: 8%;
    margin-right: 8%;
  }

  .section-38 {
    padding: 12% 10%;
  }

  .paragraph-66 {
    margin-left: 8%;
    margin-right: 8%;
  }

  .section-39 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .paragraph-67 {
    margin-left: 8%;
    margin-right: 8%;
  }

  .section-40 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .paragraph-68 {
    margin-left: 8%;
    margin-right: 8%;
  }

  .section-41 {
    padding: 12% 10%;
  }

  .paragraph-69 {
    margin-left: 8%;
    margin-right: 8%;
  }

  .section-42 {
    padding: 12% 10%;
  }

  .paragraph-70 {
    margin-left: 8%;
    margin-right: 8%;
  }

  .section-43 {
    padding-top: 35%;
    padding-bottom: 41%;
  }

  .div-block-200 {
    padding-left: 20%;
    padding-right: 20%;
    display: none;
  }

  ._1 {
    display: none;
  }

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

  .image-56 {
    margin-bottom: 5%;
  }

  .image-58 {
    margin-bottom: 5%;
    margin-left: 5%;
  }

  .image-59 {
    width: 100%;
    height: auto;
  }

  .image-60 {
    width: 80%;
    height: auto;
  }

  .section-45 {
    padding: 22% 10% 25%;
  }

  .paragraph-74 {
    margin-top: 5%;
    margin-left: 8%;
    margin-right: 8%;
  }

  .div-block-201 {
    flex-direction: column;
  }

  .section-46 {
    padding-top: 12%;
    padding-bottom: 12%;
  }

  .div-block-202 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section-47 {
    padding: 12% 10%;
  }

  .div-block-203 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .paragraph-76 {
    margin-bottom: 5%;
    margin-left: 8%;
    margin-right: 8%;
  }

  .section-48 {
    padding: 12% 10%;
  }

  .paragraph-77 {
    margin-bottom: 8%;
    margin-left: 8%;
    margin-right: 8%;
  }

  .paragraph-78 {
    margin-bottom: 0;
  }

  .section-49 {
    padding: 12% 10%;
  }

  .paragraph-79 {
    margin-bottom: 5%;
    margin-left: 8%;
    margin-right: 8%;
  }

  .image-65 {
    height: 350px;
  }

  .paragraph-80 {
    margin-left: 8%;
    margin-right: 8%;
  }

  .section-50 {
    padding: 12% 10%;
  }

  .paragraph-81 {
    margin-bottom: 5%;
    margin-left: 8%;
    margin-right: 8%;
  }

  .section-51 {
    padding: 12% 10%;
  }

  .paragraph-82 {
    margin-left: 8%;
    margin-right: 8%;
  }

  .section-52 {
    padding: 12% 10%;
  }

  .paragraph-83 {
    margin-bottom: 5%;
    margin-left: 8%;
    margin-right: 8%;
  }

  .section-53 {
    padding: 12% 10%;
  }

  .paragraph-84 {
    margin-bottom: 5%;
    margin-left: 8%;
    margin-right: 8%;
  }

  .image-66 {
    height: 220px;
  }

  .section-54 {
    padding: 12% 10%;
  }

  .paragraph-85 {
    margin-bottom: 5%;
    margin-left: 8%;
    margin-right: 8%;
  }

  .section-55 {
    padding: 12% 10%;
  }

  .paragraph-86 {
    margin-left: 8%;
    margin-right: 8%;
  }

  .image-68, .image-70 {
    height: 40px;
  }

  .section-56 {
    padding: 12% 10%;
  }

  .paragraph-87 {
    margin-left: 8%;
    margin-right: 8%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .section-57 {
    padding: 12% 10%;
  }

  .paragraph-88 {
    margin-left: 8%;
    margin-right: 8%;
  }

  .section-58 {
    padding: 16% 10%;
  }

  .paragraph-92 {
    margin-left: 8%;
    margin-right: 8%;
  }

  .link-block-dun {
    object-fit: fill;
    background-size: cover;
    height: 350px;
    padding-top: 15%;
    padding-bottom: 10%;
  }

  .image-75 {
    height: 350px;
  }

  .image-76 {
    height: 350px;
    margin-bottom: 5%;
    margin-left: 15%;
    margin-right: 15%;
  }

  .image-77 {
    width: 250px;
  }

  .link-block-10 {
    height: 350px;
    padding-top: 15%;
    padding-bottom: 10%;
  }
}

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

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

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

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

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

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

  .navigation {
    padding: 0 20px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .skills-grid {
    grid-template-columns: 1fr;
    width: 70%;
    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;
  }

  .link-block-2 {
    filter: brightness(83%);
    height: 300px;
  }

  .text-block.heading-jumbo {
    text-align: center;
  }

  .heading-jumbo-2 {
    text-align: left;
    margin: 30% 20%;
    font-size: 30px;
    line-height: 64px;
    text-decoration: none;
  }

  .link-block-3, .link-block-4 {
    height: 300px;
  }

  .paragraph-2 {
    margin-bottom: 25px;
  }

  .section-4 {
    margin-top: 12%;
  }

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

  .image-77 {
    width: 200px;
  }
}

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

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

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

  .button {
    font-size: 10px;
  }

  .navigation {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .logo-image {
    height: 60px;
    min-height: 40px;
  }

  .intro-wrap {
    margin: 50% 10%;
  }

  .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 {
    grid-template-columns: 1fr;
    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;
  }

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

  .link-block-2 {
    height: 200px;
    padding-top: 18%;
    padding-bottom: 0%;
  }

  .text-block.heading-jumbo {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 28px;
  }

  .heading-jumbo-2 {
    margin: 70% 15%;
    padding-right: 2%;
    font-size: 22px;
    line-height: 48px;
  }

  .explorer__title {
    margin-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 20px;
  }

  .swiper-slide:hover {
    transform: none;
  }

  .link-block-3 {
    height: 200px;
    padding-top: 15%;
    padding-bottom: 0%;
  }

  .link-block-4 {
    filter: brightness(80%);
    background-position: 50%;
    background-size: cover;
    height: 200px;
    padding-top: 19%;
    padding-bottom: 0%;
  }

  .heading-3 {
    background-color: #0000;
    margin-bottom: 0%;
    padding-bottom: 0%;
    padding-left: 15%;
    padding-right: 15%;
  }

  .bold-text {
    background-color: #ffffff73;
  }

  .paragraph-2 {
    font-size: 14px;
    line-height: 24px;
  }

  .section-4 {
    margin-top: 25%;
  }

  .image-2 {
    width: 70%;
    height: auto;
  }

  .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6 {
    font-size: 18px;
  }

  .bold-text-7 {
    font-size: 32px;
  }

  .link-2 {
    color: #fff;
    font-size: 26px;
    text-decoration: none;
  }

  .section-7 {
    padding-top: 25%;
  }

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

  .body-3 {
    margin-left: 10px;
  }

  .container-7, .slider-6 {
    margin-bottom: 8%;
  }

  .bold-text-8 {
    font-size: 26px;
    line-height: 0;
  }

  .paragraph-8 {
    font-size: 14px;
    line-height: 24px;
  }

  .heading_cs {
    font-size: 26px;
    line-height: 36px;
  }

  .heading-16 {
    margin-bottom: 5%;
    font-size: 26px;
    line-height: 34px;
  }

  .div-block-10 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-10, .paragraph-11, .paragraph-12, .paragraph-13 {
    font-size: 14px;
    line-height: 24px;
  }

  .heading-19 {
    font-size: 24px;
    line-height: 34px;
  }

  .paragraph-14, .list-2, .rich-text, .paragraph-17 {
    font-size: 14px;
    line-height: 24px;
  }

  .paragraph-18 {
    margin-bottom: 12%;
    margin-left: 0%;
    margin-right: 0%;
    font-size: 14px;
    line-height: 24px;
  }

  .section-11 {
    padding-top: 6%;
    padding-bottom: 12%;
  }

  .paragraph-19, .paragraph-20 {
    margin-left: 0%;
    margin-right: 0%;
    font-size: 14px;
    line-height: 24px;
  }

  .image-10 {
    height: 230px;
  }

  .heading-21 {
    font-size: 26px;
    line-height: 34px;
  }

  .paragraph-21 {
    padding-left: 0%;
    padding-right: 0%;
    font-size: 14px;
    line-height: 24px;
  }

  .paragraph-22 {
    margin-left: 0%;
    margin-right: 0%;
    font-size: 14px;
    line-height: 24px;
  }

  .div-block-12 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

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

  .paragraph-29 {
    margin-left: 0%;
    margin-right: 0%;
    font-size: 14px;
    line-height: 24px;
  }

  .section-14, .section-15 {
    padding-top: 12%;
    padding-bottom: 12%;
  }

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

  .paragraph-30 {
    padding-left: 0%;
    padding-right: 0%;
    font-size: 14px;
    line-height: 24px;
  }

  .paragraph-31 {
    margin-left: 0%;
    margin-right: 0%;
    font-size: 14px;
    line-height: 24px;
  }

  .div-block-14 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-items: start;
  }

  .paragraph-32 {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    font-size: 12px;
    line-height: 22px;
  }

  .section-16 {
    padding-top: 12%;
    padding-bottom: 12%;
  }

  .image-20, .image-21, .image-22 {
    width: 60%;
    height: auto;
  }

  .section-17 {
    padding-top: 12%;
    padding-bottom: 12%;
  }

  .heading-23 {
    font-size: 26px;
    line-height: 34px;
  }

  .paragraph-33 {
    margin-left: 0%;
    margin-right: 0%;
    font-size: 14px;
    line-height: 24px;
  }

  .section-18 {
    padding-top: 12%;
    padding-bottom: 12%;
  }

  .paragraph-34 {
    margin-bottom: 5%;
    padding-left: 0%;
    padding-right: 0%;
    font-size: 14px;
    line-height: 24px;
  }

  .button-3 {
    margin-top: 5%;
    font-size: 14px;
    line-height: 24px;
  }

  .section-19 {
    padding-top: 12%;
    padding-bottom: 12%;
  }

  .heading-24 {
    font-size: 26px;
    line-height: 34px;
  }

  .paragraph-35 {
    margin-left: 0%;
    margin-right: 0%;
    font-size: 14px;
    line-height: 24px;
  }

  .section-20 {
    padding-top: 30%;
  }

  .heading-25 {
    font-size: 26px;
    line-height: 34px;
  }

  .paragraph-36 {
    font-size: 14px;
    line-height: 24px;
  }

  .bold-text-12 {
    font-size: 26px;
    line-height: 34px;
  }

  .image-24 {
    margin-top: 5%;
  }

  .div-block-16 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .heading-26 {
    margin-bottom: 8%;
    font-size: 26px;
    line-height: 34px;
  }

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

  .paragraph-37 {
    font-size: 14px;
    line-height: 24px;
  }

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

  .section-22 {
    padding-top: 12%;
    padding-bottom: 12%;
  }

  .heading-28 {
    margin-bottom: 5%;
    font-size: 26px;
    line-height: 34px;
  }

  .paragraph-38 {
    font-size: 14px;
    line-height: 24px;
  }

  .list-item, .list-item-2, .list-item-3 {
    font-size: 14px;
  }

  .list-3 {
    font-size: 14px;
    line-height: 24px;
  }

  .image-30 {
    height: 230px;
  }

  .paragraph-39 {
    margin-bottom: 12%;
    margin-left: 0%;
    margin-right: 0%;
    font-size: 14px;
    line-height: 24px;
  }

  .paragraph-40 {
    font-size: 14px;
    line-height: 24px;
  }

  .heading-29 {
    margin-bottom: 5%;
    font-size: 26px;
    line-height: 34px;
  }

  .paragraph-41 {
    margin-left: 0%;
    margin-right: 0%;
    font-size: 14px;
    line-height: 24px;
  }

  .heading-30 {
    margin-bottom: 5%;
    font-size: 26px;
    line-height: 34px;
  }

  .paragraph-43 {
    margin-bottom: 8%;
    margin-left: 0%;
    margin-right: 0%;
    font-size: 14px;
    line-height: 24px;
  }

  .div-block-19 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .paragraph-44, .paragraph-45, .paragraph-46, .paragraph-47, .paragraph-48, .paragraph-49 {
    font-size: 12px;
    line-height: 22px;
  }

  .heading-31 {
    font-size: 26px;
    line-height: 34px;
  }

  .paragraph-50 {
    font-size: 14px;
    line-height: 24px;
  }

  .paragraph-51 {
    margin-left: 0%;
    margin-right: 0%;
    font-size: 14px;
    line-height: 24px;
  }

  .image-43 {
    width: 100%;
  }

  .section-27, .section-28 {
    padding-top: 12%;
    padding-bottom: 12%;
  }

  .paragraph-52 {
    margin-left: 0%;
    margin-right: 0%;
    font-size: 14px;
    line-height: 24px;
  }

  .section-29 {
    padding-top: 12%;
  }

  .paragraph-53 {
    margin-left: 0%;
    margin-right: 0%;
    font-size: 14px;
    line-height: 24px;
  }

  .div-block-21 {
    flex-direction: column;
    height: auto;
    display: flex;
  }

  .paragraph-54 {
    text-align: center;
    margin-bottom: 8%;
    font-size: 12px;
  }

  .paragraph-55, .paragraph-56 {
    text-align: center;
    font-size: 12px;
    line-height: 22px;
  }

  .section-30 {
    padding-top: 12%;
    padding-bottom: 12%;
  }

  .paragraph-57 {
    margin-left: 0%;
    margin-right: 0%;
    font-size: 14px;
    line-height: 24px;
  }

  .image-47 {
    width: auto;
    height: auto;
    margin-left: -15%;
  }

  .section-31 {
    padding-top: 12%;
    padding-bottom: 12%;
  }

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

  .paragraph-58 {
    margin-left: 0%;
    margin-right: 0%;
    font-size: 14px;
    line-height: 24px;
  }

  .section-32 {
    padding-top: 30%;
    padding-bottom: 14%;
  }

  .heading-33 {
    font-size: 26px;
    line-height: 34px;
  }

  .paragraph-59 {
    padding-right: 0;
    font-size: 14px;
    line-height: 24px;
  }

  .heading-34 {
    margin-bottom: 8%;
    font-size: 26px;
    line-height: 34px;
  }

  .section-33 {
    padding-top: 12%;
    padding-bottom: 12%;
  }

  .paragraph-60 {
    font-size: 14px;
    line-height: 24px;
  }

  .div-block-26 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .heading-36 {
    font-size: 26px;
    line-height: 34px;
  }

  .image-50 {
    height: auto;
  }

  .paragraph-61 {
    margin-left: 0%;
    margin-right: 0%;
    font-size: 14px;
    line-height: 24px;
  }

  .paragraph-62 {
    margin-bottom: 10%;
    margin-left: 0%;
    margin-right: 0%;
    font-size: 14px;
    line-height: 24px;
  }

  .paragraph-63 {
    font-size: 14px;
    line-height: 24px;
  }

  .heading-37 {
    font-size: 26px;
    line-height: 34px;
  }

  .paragraph-64 {
    margin-left: 0%;
    margin-right: 0%;
    font-size: 14px;
    line-height: 24px;
  }

  .heading-38 {
    text-align: center;
    font-size: 26px;
    line-height: 34px;
  }

  .paragraph-65 {
    margin-left: 0%;
    margin-right: 0%;
    font-size: 14px;
    line-height: 24px;
  }

  .section-38 {
    padding-bottom: 8%;
  }

  .heading-39 {
    font-size: 26px;
    line-height: 34px;
  }

  .paragraph-66 {
    margin-left: 0%;
    margin-right: 0%;
    font-size: 14px;
    line-height: 24px;
  }

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

  .section-39 {
    padding-top: 12%;
    padding-bottom: 12%;
  }

  .paragraph-67 {
    margin-left: 0%;
    margin-right: 0%;
    font-size: 14px;
    line-height: 24px;
  }

  .section-40 {
    padding-top: 12%;
    padding-bottom: 12%;
  }

  .paragraph-68 {
    margin-left: 0%;
    margin-right: 0%;
    font-size: 14px;
    line-height: 24px;
  }

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

  .paragraph-69 {
    margin-bottom: 8%;
    margin-left: 0%;
    margin-right: 0%;
    font-size: 14px;
    line-height: 24px;
  }

  .div-block-29 {
    flex-direction: column;
  }

  .heading-41 {
    font-size: 26px;
    line-height: 34px;
  }

  .paragraph-70 {
    margin-left: 0%;
    margin-right: 0%;
    font-size: 14px;
    line-height: 24px;
  }

  .container-8 {
    margin-bottom: 8%;
  }

  .div-block-200 {
    padding-left: 10%;
    padding-right: 10%;
    display: none;
  }

  ._3, ._1, ._6 {
    display: none;
  }

  .bold-text-14 {
    background-color: #ffffffd9;
  }

  .bold-text-15 {
    background-color: #ffffff80;
  }

  .text-span-23 {
    background-color: #ffffffb8;
  }

  .text-span-24 {
    background-color: #fff;
  }

  .text-span-25 {
    background-color: #ffffff80;
  }

  .bold-text-16 {
    font-size: 26px;
  }

  .bold-text-17 {
    font-size: 26px;
    line-height: 34px;
  }

  .image-57 {
    width: 100%;
  }

  .image-58 {
    margin-left: 5%;
  }

  .image-60 {
    width: 100%;
  }

  .list-item-4, .list-item-5, .list-item-6, .list-item-7, .list-item-8 {
    font-size: 14px;
  }

  .image-61 {
    height: auto;
  }

  .image-62 {
    width: 80%;
    height: auto;
  }

  .image-63 {
    width: 100%;
    height: auto;
  }

  .paragraph-71, .paragraph-72 {
    font-size: 12px;
    line-height: 22px;
  }

  .bold-text-18, .bold-text-19 {
    text-align: center;
  }

  .section-45 {
    padding-top: 30%;
    padding-bottom: 15%;
  }

  .paragraph-74 {
    font-size: 14px;
    line-height: 24px;
  }

  .image-64 {
    height: 250px;
    margin-left: 10%;
    margin-right: 10%;
  }

  .heading-43 {
    font-size: 26px;
    line-height: 34px;
  }

  .paragraph-75 {
    font-size: 14px;
    line-height: 24px;
  }

  .div-block-202 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

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

  .heading-45 {
    font-size: 26px;
    line-height: 34px;
  }

  .paragraph-76 {
    margin-left: 0%;
    margin-right: 0%;
    font-size: 14px;
    line-height: 24px;
  }

  .list-item-9, .list-item-10, .list-item-11 {
    font-size: 14px;
  }

  .paragraph-77 {
    margin-left: 0%;
    margin-right: 0%;
    font-size: 14px;
    line-height: 24px;
  }

  .paragraph-78 {
    font-size: 14px;
    line-height: 24px;
  }

  .paragraph-79 {
    margin-left: 0%;
    margin-right: 0%;
    font-size: 14px;
    line-height: 24px;
  }

  .image-65 {
    height: 200px;
  }

  .paragraph-80, .paragraph-81, .paragraph-82, .paragraph-83, .paragraph-84 {
    margin-left: 0%;
    margin-right: 0%;
    font-size: 14px;
    line-height: 24px;
  }

  .image-66 {
    height: 100px;
  }

  .paragraph-85, .paragraph-86 {
    margin-left: 0%;
    margin-right: 0%;
    font-size: 14px;
    line-height: 24px;
  }

  .image-67 {
    height: 100px;
    margin-right: 10px;
  }

  .image-68 {
    height: 20px;
    margin-right: 10px;
  }

  .image-69 {
    border-radius: 5px;
    height: 100px;
    margin-right: 10px;
  }

  .image-70 {
    height: 20px;
    margin-right: 10px;
  }

  .image-71 {
    border-radius: 5px;
    height: 100px;
  }

  .paragraph-87 {
    margin-left: 0%;
    margin-right: 0%;
    font-size: 14px;
    line-height: 24px;
  }

  .div-block-205 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .paragraph-88 {
    text-align: left;
    margin-left: 0%;
    margin-right: 0%;
    font-size: 14px;
    line-height: 24px;
  }

  .paragraph-92 {
    margin-left: 0%;
    margin-right: 0%;
    font-size: 14px;
    line-height: 24px;
  }

  .link-block-dun {
    height: 200px;
    padding-top: 19%;
  }

  .image-75 {
    height: 200px;
  }

  .image-76 {
    height: 250px;
  }

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

  .text-span-26 {
    background-color: #ffffff80;
  }

  .image-77 {
    width: 150px;
  }

  .link-block-10 {
    height: 200px;
    padding-top: 19%;
    padding-bottom: 0%;
  }
}

#w-node-_2e2dd3e4-a115-a76e-1a55-c0d38b01e974-6a154f5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_29e9ec5d-13ca-3643-ff27-3bce905e355a-6a154f5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_9449d68e-1c7a-0bc8-7603-fe6bb345b29a-6a154f5a {
  justify-self: center;
}

#w-node-cc834d86-6ac8-2a33-ca34-7432b8628ec9-6a154f5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-b55130a6-8582-a3a0-dee5-8a3a49ef74c9-6a154f5a {
  grid-area: span 2 / span 1 / span 2 / span 1;
  justify-self: center;
}

#w-node-_8adbec62-de58-3f6b-5e81-72123d9c9671-6a154f5a, #w-node-_8898bc8f-6c13-549e-e54d-59074a3a4caf-6a154f5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d37b271-f08f-53ce-01f8-4cce62542a82-6a154f5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto center;
}

#w-node-_17298f66-611c-337c-47bc-ec2bd86a591c-6a154f5a, #w-node-_518d3bad-3212-d7f4-16c9-6142a4dde3b6-6a154f5a, #w-node-_34938b02-a64c-c5eb-7f18-f55b8752380f-6a154f5a, #w-node-_71f4d530-52a2-d93a-4f79-54566c7da008-6a154f5a, #w-node-_5cceb00b-af23-31b6-8b85-7330464fa5e8-6a154f5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e3dc7f41-ccf5-8ccf-f747-7d673237ab45-6a154f5a {
  justify-self: center;
}

#w-node-_3420aca3-afb5-1e32-12af-f5e2894b0b3d-6a154f5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_59997c54-8e74-99de-f29c-cbfe1ce82881-6a154f5a {
  justify-self: center;
}

#w-node-_37287e17-cb60-191a-e98d-4bdfa739709a-ed154f5b {
  place-self: center;
}

#w-node-c7e1e7ac-dfb7-36a1-4cc7-387f218fd239-ed154f5b, #w-node-b53afc8d-4a9f-39c4-ef73-31a6928c87d6-ed154f5b, #w-node-_4ebd121e-27e0-e8a8-0f1c-a0f67bc38ca1-ed154f5b, #w-node-_868b1c24-d695-976b-f52d-6fe18747248c-ed154f5b, #w-node-_29ebe050-f28a-8ab8-d27b-09ef3449eb5d-ed154f5b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-b6b32f98-80d4-0192-81a6-14352cb26850-ed154f5b {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
}

#w-node-_81fc8187-065d-a444-5ea8-46c0915804ae-ed154f5b, #w-node-e0c106f3-8ebb-25cb-8b4e-23a464cc993f-ed154f5b, #w-node-b8b6de7d-b209-45a7-7b69-eef0f5182e16-ed154f5b, #w-node-_75db4752-0079-1991-d3fc-227d7871d506-ed154f5b, #w-node-c628b6d7-944e-5ef8-d1fe-da93047f00a9-ed154f5b, #w-node-bcb13842-0e63-2455-f178-8aa2eacf55a7-ed154f5b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2428d27b-87d9-4e5a-4009-b0f0bf96db95-ed154f5b, #w-node-ae953ec4-84e2-6012-00e7-080d5ac38dca-ed154f5b, #w-node-_83ef1f4f-0d95-9fd1-7589-1055276d9417-ed154f5b {
  justify-self: center;
}

#w-node-de1725de-39d3-5c15-becb-4ded4b8a0782-f2154f5c {
  place-self: center;
}

#w-node-_691b664d-6689-5822-df08-6b8de2c03ad3-1a7f054d {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: center;
}

#w-node-_768e8d7a-991f-635c-43d4-54b944c71f9c-1a7f054d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5efc3b13-4b3a-fc95-3b8d-8b713dbe41bb-1a7f054d {
  place-self: start center;
}

#w-node-d2c2371c-503c-cb42-edfc-71e5080500b3-1a7f054d {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_9449d68e-1c7a-0bc8-7603-fe6bb345b29a-6a154f5a {
    align-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e3dc7f41-ccf5-8ccf-f747-7d673237ab45-6a154f5a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }
}


