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

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

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

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

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

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

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

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

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

p {
  margin-bottom: 10px;
}

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

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

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

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

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

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

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

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

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

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

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

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

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

.container {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.paragraph-small {
  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 {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 54px;
  line-height: 70px;
}

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

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

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

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

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

.label.cc-about-light {
  opacity: .6;
  color: #999;
}

.paragraph-light {
  opacity: 1;
  color: #fff;
}

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

.section {
  object-fit: fill;
  flex-direction: column;
  height: 600px;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
  position: relative;
}

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

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

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

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

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

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

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

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

.paragraph-bigger {
  opacity: 1;
  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: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

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

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

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

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

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

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

.navigation {
  background-color: #0000;
  align-items: center;
  width: 100%;
  padding: 30px 50px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.logo-image {
  opacity: 1;
  mix-blend-mode: normal;
  display: block;
}

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

.intro-wrap {
  margin-top: 100px;
  margin-bottom: 140px;
  padding-left: 30px;
  padding-right: 30px;
}

.name-text {
  color: #fff;
  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: flex-start;
  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-color: #5bb944;
  background-image: none;
  border-radius: 10px;
}

.work-image.cc-work-2 {
  background-color: #384581;
  background-image: none;
  border-radius: 10px;
}

.work-image.cc-work-4 {
  background-color: #2e2e2e;
  background-image: none;
  border-radius: 10px;
}

.work-image.cc-work-3 {
  background-color: #3d3b3b;
  background-image: none;
  border-radius: 10px;
}

.project-name-link {
  color: #636363;
  margin-bottom: 0;
  font-size: 16px;
  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 {
  justify-content: space-between;
  align-items: center;
  padding: 40px 50px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

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

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

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

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

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

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

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

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

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

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

.body {
  background-color: #fff;
  justify-content: center;
  display: block;
}

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

.hero-section {
  color: #1f1e1a;
  background-color: #eef76b00;
  flex-direction: row;
  align-items: flex-start;
  height: 250px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  line-height: 100vh;
  display: flex;
  position: static;
}

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

.div-block {
  border-radius: 0;
}

.body-3, .body-4 {
  background-color: #000;
}

.background-video {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.heading {
  margin-top: 74px;
}

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

.artwork-area {
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start center;
  place-items: start center;
  max-width: 800px;
  margin-left: 40px;
  margin-right: 40px;
  display: grid;
  position: relative;
}

.heading-2 {
  margin-bottom: 24px;
  font-family: Droid Sans, sans-serif;
}

.text-block {
  font-family: Droid Sans, sans-serif;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: 40px;
  margin-right: 40px;
}

.div-block-3 {
  width: 400px;
  height: 560px;
}

.div-block-4 {
  width: 200px;
  height: auto;
  margin: 10px;
}

.picture-containerr3 {
  background-color: #cacaca;
  border-radius: 15px;
  width: 200px;
  height: 280px;
  margin-bottom: 20px;
}

.heading-3 {
  margin-bottom: 10px;
  font-family: Droid Sans, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.grid-2 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 1280px;
  padding-left: 0;
}

.section-2 {
  justify-content: center;
  display: flex;
}

.section-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.heading-4 {
  margin-bottom: 10px;
  font-family: Droid Sans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}

.text-block-2 {
  color: #7f8391;
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
}

.link {
  text-decoration: none;
}

.link:hover {
  color: #3f67dd;
}

.text-block-2-copy {
  color: #7f8391;
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 14px;
}

.text-block-2-copy.para {
  margin-top: 10px;
  font-size: 12px;
}

.div-block-43 {
  background-color: #fff;
  border: 2px solid #a1a1a1;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 10px;
  transition: background-color .2s;
  display: flex;
}

.div-block-43:hover {
  background-color: #0f6dfa;
}

.div-block-43.w--current {
  border: 2px solid #a1a1a1;
}

.text-block-17 {
  color: #363636;
  text-align: right;
  font-size: 10px;
  font-weight: 700;
  line-height: 14px;
}

.div-block-29 {
  justify-content: center;
  align-items: center;
  width: 10px;
  display: flex;
}

.image-71 {
  display: none;
}

.text-blockv3-copy {
  color: #ff00a3;
  margin-top: 0;
  font-family: Droid Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
}

.div-block-36v3 {
  z-index: 7;
  background-color: #fafafa;
  border-radius: 2px;
  justify-content: flex-end;
  align-items: center;
  width: 300px;
  height: 30px;
  padding-top: 0;
  padding-right: 10px;
  display: flex;
  position: absolute;
  bottom: 36px;
  right: 37px;
}

.menu {
  z-index: 8;
  background-color: #ececec00;
  position: absolute;
  bottom: 86px;
  left: 41px;
}

.link-3 {
  color: #0f6dfa;
  text-decoration: none;
}

.div-block-33-copy {
  background-color: #eee;
  border-radius: 400px;
  width: 1200px;
  height: 1200px;
  position: absolute;
  top: 1px;
  bottom: 0;
  right: -522px;
  transform: rotate(45deg);
}

.world {
  background-color: #7cff9f;
  align-items: center;
  height: 100vh;
  margin-top: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-31 {
  z-index: 3;
  width: 400px;
  position: absolute;
  bottom: -75px;
  right: -59px;
  transform: rotate(0);
}

.image-33 {
  z-index: 3;
  position: absolute;
  top: 368px;
  bottom: 0;
  right: 23px;
}

.image-23 {
  z-index: 3;
  max-width: 60%;
  position: absolute;
  bottom: -24px;
  left: -4px;
}

.div-block-39-copy {
  z-index: 4;
  background-color: #fff0;
  border: 4px solid #e7e7e7;
  border-radius: 150px;
  width: 500px;
  height: 500px;
  position: absolute;
  bottom: -301px;
  right: -252px;
  transform: rotate(45deg);
}

.div-block-43-copy {
  background-color: #fff6;
  border: 2px solid #a1a1a1;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 10px;
  transition: background-color .2s;
  display: flex;
}

.div-block-43-copy:hover {
  background-color: #0f6dfa;
}

.image-25 {
  width: 24px;
  margin-bottom: 4px;
}

.image-70 {
  display: none;
}

.button-2 {
  text-align: center;
  background-color: #54e230;
  border-radius: 20px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 46px;
  padding-right: 46px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
  position: static;
  overflow: hidden;
}

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

.image-26 {
  width: 20px;
  margin-top: 3px;
}

.div-block-35 {
  z-index: 3;
  color: #4e4c4c;
  background-color: #f1f1f1ed;
  width: 525px;
  height: auto;
  margin-top: -90px;
  margin-left: 200px;
  padding: 20px;
  position: relative;
}

.text-blockv3 {
  color: #363636;
  margin-top: 0;
  font-family: Droid Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.image-61 {
  z-index: 4;
  transform-style: preserve-3d;
  width: 200px;
  position: absolute;
  bottom: 110px;
  left: 46px;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.div-block-43vb {
  opacity: 1;
  background-color: #fff0;
  border: 2px solid #a1a1a1;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-top: 18px;
  transition: background-color .2s;
  display: flex;
}

.div-block-43vb:hover {
  background-color: #0f6dfa;
}

.image-32 {
  z-index: 2;
  position: absolute;
  bottom: -101px;
  left: -226px;
}

.image-25-copy {
  opacity: 1;
  width: 14px;
  margin-bottom: 2px;
}

.image-30 {
  z-index: 2;
  width: 700px;
  display: block;
  position: absolute;
  top: 254px;
  bottom: 0;
  right: -96px;
}

.div-block-21 {
  z-index: 7;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  display: flex;
  position: absolute;
  bottom: 57px;
  left: 0;
  right: 0;
}

.image-33-copy {
  z-index: 3;
  width: 160px;
  position: absolute;
  top: 528px;
  bottom: 0;
  right: 477px;
}

.menu-copy {
  z-index: 8;
  position: absolute;
  top: 14px;
  right: 137px;
}

.column-13 {
  padding: 40px;
}

.image-62 {
  width: 16px;
}

.div-block-171vgram {
  color: #0085dd;
  background-color: #ff34ce;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-top: 0;
  margin-right: 10px;
  display: flex;
}

.div-block-171vgram:hover {
  background-color: #cc23a3;
}

.text-blockv5-copy {
  color: #363636;
  text-align: left;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 700;
}

.div-block-170 {
  align-items: center;
  height: 32px;
  margin-top: 5px;
  margin-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.image-64 {
  width: 20px;
}

.div-block-31v2 {
  float: left;
  clear: right;
  background-color: #fff;
  background-image: url('../images/adamholcomb.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  margin-top: 6px;
  margin-right: 13px;
}

.div-block-171vin {
  color: #0085dd;
  background-color: #3a7ef8;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-top: 0;
  margin-right: 10px;
  display: flex;
}

.div-block-171vin:hover {
  background-color: #326cd3;
}

.column-9 {
  margin-bottom: 0;
  padding: 40px;
}

.link-4 {
  opacity: 1;
  color: #363636;
  text-decoration: none;
  transition: color .458s;
}

.link-4:hover {
  color: #0f6dfa;
  font-size: 20px;
  font-weight: 300;
}

.link-4:active {
  color: #fa5a0f;
}

.div-block-171-copy {
  color: #0085dd;
  background-color: #c22dfc;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-top: 0;
  margin-right: 10px;
  display: flex;
}

.div-block-171-copy:hover {
  background-color: #a71ea1;
}

.container-2 {
  margin-bottom: 80px;
  padding-top: 20px;
  padding-left: 20px;
}

.image-65 {
  width: 20px;
  height: 20px;
}

.text-block-21-copy {
  color: #363636;
  text-align: left;
  margin-top: 3px;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
}

.footer {
  background-color: #000;
  height: 100%;
}

.column-10 {
  padding: 40px;
}

.div-block-171 {
  color: #0085dd;
  background-color: #5adf65;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-top: 0;
  margin-right: 10px;
  display: flex;
}

.div-block-171:hover {
  background-color: #43be4d;
}

.text-block-15-copy {
  float: none;
  clear: none;
  margin-top: 7px;
  padding-left: 51px;
  font-size: 20px;
  font-weight: 700;
}

.text-block-18 {
  color: #7e7e7e;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 12px;
  display: flex;
}

.picture-containerr-copy {
  background-image: url('../images/rnh653_image.gif');
  background-position: 0 0;
  background-size: cover;
  border: 0 solid #000;
  border-radius: 15px;
  width: 200px;
  height: 280px;
  margin-bottom: 20px;
}

.picture-containerr3b {
  background-color: #cacaca;
  background-image: url('../images/__PEPE-TRASH.gif');
  background-position: 0 0;
  background-size: cover;
  border-radius: 15px;
  width: 200px;
  height: 280px;
  margin-bottom: 20px;
}

.picture-container2 {
  background-color: #cacaca;
  background-image: url('../images/derage.gif');
  background-position: 0 0;
  background-size: cover;
  border-radius: 15px;
  width: 200px;
  height: 280px;
  margin-bottom: 20px;
}

.picture-container4 {
  background-color: #cacaca;
  background-image: url('../images/z4gry3_image.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 15px;
  width: 200px;
  height: 280px;
  margin-bottom: 20px;
}

.picture-container5 {
  background-color: #cacaca;
  background-image: url('../images/Screen-Shot-2022-03-21-at-10.11.26-PM.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 15px;
  width: 200px;
  height: 280px;
  margin-bottom: 20px;
}

.picture-container6 {
  background-color: #cacaca;
  background-image: url('../images/5foro6_image.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 15px;
  width: 200px;
  height: 280px;
  margin-bottom: 20px;
}

.picture-container7 {
  background-color: #cacaca;
  background-image: url('../images/ppkca3_image.gif');
  background-position: 0 0;
  background-size: cover;
  border-radius: 15px;
  width: 200px;
  height: 280px;
  margin-bottom: 20px;
}

.picture-container9 {
  background-color: #cacaca;
  background-image: url('../images/lnut3t_image.gif');
  background-position: 0 0;
  background-size: cover;
  border-radius: 15px;
  width: 200px;
  height: 280px;
  margin-bottom: 20px;
}

.picture-containe-8 {
  background-color: #cacaca;
  background-image: url('../images/7satwl_image.gif');
  background-position: 0 0;
  background-size: cover;
  border-radius: 15px;
  width: 200px;
  height: 280px;
  margin-bottom: 20px;
}

.picture-containe-8-copy {
  background-color: #cacaca;
  background-image: url('../images/y6c50o_image.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 15px;
  width: 200px;
  height: 280px;
  margin-bottom: 20px;
}

.picture-containe-8-copy._9 {
  background-image: url('../images/y6c50o_image.png');
}

.picture-containe-10 {
  background-color: #cacaca;
  background-image: url('../images/pepegroove.gif');
  background-position: 0 0;
  background-size: cover;
  border-radius: 15px;
  width: 200px;
  height: 280px;
  margin-bottom: 20px;
}

.picture-containe-10._9 {
  background-image: url('../images/y6c50o_image.png');
}

.div-block-172 {
  color: #f11689;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.body-5 {
  background-color: #fff;
  height: 100%;
}

.lottie-animation {
  background-color: #f11689;
}

.scene1 {
  z-index: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f11689;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.lottie-animation-2 {
  object-fit: fill;
  width: 1400px;
  max-width: 1400px;
  position: absolute;
}

.image-72 {
  z-index: 2;
  min-width: 500px;
  max-width: 600px;
  min-height: auto;
  display: block;
  position: relative;
}

.button-3 {
  z-index: 4;
  background-color: #000;
  position: absolute;
  inset: auto 8% 14% auto;
}

.image-73 {
  z-index: 4;
  position: relative;
  top: -94px;
}

.scene2 {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  background-color: #d2c3a5;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  overflow: hidden;
}

.link-block {
  z-index: 5;
  background-color: #000;
  position: relative;
  top: -92px;
}

.scene3 {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.scene3-copy {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f3aa2c;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  overflow: hidden;
}

.image-74 {
  opacity: 1;
  width: 800px;
  display: block;
  position: relative;
}

.image-75 {
  z-index: 2;
  object-fit: fill;
  position: relative;
  top: -57px;
}

.text-layer {
  z-index: 10;
  background-color: #0000;
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-left: 20px;
  position: fixed;
  inset: 0% 0% auto;
}

.text-block-20 {
  color: #373a42;
  width: auto;
  margin-right: 11px;
  font-family: Inconsolata, monospace;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.text-block-20-copy {
  font-family: Inconsolata, monospace;
  font-weight: 700;
  line-height: 20px;
}

._2 {
  z-index: 2;
  color: #373a42;
  text-align: left;
  margin-top: 0;
  padding: 20px 20px 0 0;
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  inset: 0% 0% auto auto;
}

.lottie-animation-3 {
  object-fit: fill;
  width: 100%;
  height: 100%;
  position: absolute;
}

.text-block-21 {
  color: #2a4bce;
  margin-bottom: 20px;
  margin-left: 20px;
  font-family: Inconsolata, monospace;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.text-layer-copy {
  z-index: 10;
  background-color: #0000;
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-left: 20px;
  position: fixed;
  inset: 0% 0% auto;
}

.button-4 {
  background-color: #375f8175;
  font-family: Inconsolata, monospace;
  font-size: 10px;
  font-weight: 700;
  line-height: 2px;
}

.section-4 {
  object-fit: fill;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  margin-right: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.picture-containe-11 {
  background-color: #cacaca00;
  background-image: url('../images/_KIKCOPING_1.gif');
  background-position: 50%;
  background-repeat: repeat;
  background-size: contain;
  border-radius: 15px;
  width: 200px;
  height: 280px;
  margin-bottom: 20px;
}

.picture-containe-11._9 {
  background-image: url('../images/y6c50o_image.png');
}

.lottie-animation-4 {
  z-index: 2;
  width: 550px;
  min-width: 500px;
  max-width: 550px;
  position: relative;
}

.lottie-animation-5 {
  width: 800px;
  max-width: none;
  position: relative;
}

.image-76 {
  z-index: 1;
  width: 500px;
  min-width: 550px;
  position: relative;
}

.div-block-173 {
  z-index: 11;
  width: 300px;
  height: auto;
  position: absolute;
  inset: auto 0% 0% auto;
}

.picture-containe-12 {
  background-color: #cacaca00;
  background-image: url('../images/__CARD-TEMPLATE---GOLD_1_1.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 15px;
  width: 200px;
  height: 280px;
  margin-bottom: 20px;
}

.picture-containe-12._9 {
  background-image: url('../images/y6c50o_image.png');
}

.picture-containe-13 {
  background-color: #cacaca00;
  background-image: url('../images/_KIKCOPING_1.gif');
  background-position: 50%;
  background-repeat: repeat;
  background-size: contain;
  border-radius: 15px;
  width: 200px;
  height: 280px;
  margin-bottom: 20px;
}

.picture-containe-13._9 {
  background-image: url('../images/y6c50o_image.png');
}

.picture-containe-14 {
  background-color: #cacaca00;
  background-image: url('../images/__CARD-TEMPLATE---REGULAR_1.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 15px;
  width: 200px;
  height: 280px;
  margin-bottom: 20px;
}

.picture-containe-14._9 {
  background-image: url('../images/y6c50o_image.png');
}

.section-5 {
  height: auto;
  margin-bottom: 40px;
  display: block;
}

.column-14 {
  background-color: #19234b;
  height: 400px;
}

.column-15 {
  background-color: #521170;
  height: 400px;
}

.column-16 {
  background-color: #21085c;
  height: 400px;
}

.column-17 {
  background-color: #050749;
  height: 400px;
}

.columns {
  display: flex;
}

.picture-containe-15 {
  background-color: #cacaca00;
  background-image: url('../images/ipwu7g_image_1_1.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 15px;
  width: 200px;
  height: 280px;
  margin-bottom: 20px;
}

.picture-containe-15._9 {
  background-image: url('../images/y6c50o_image.png');
}

.link-5 {
  color: #737479;
  text-decoration: none;
}

.link-6 {
  color: #73788d;
  text-decoration: none;
}

.picture-containe-16 {
  background-color: #cacaca00;
  background-image: url('../images/__PIZZACARD---REGULAR_1.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 15px;
  width: 200px;
  height: 280px;
  margin-bottom: 20px;
}

.picture-containe-16._9 {
  background-image: url('../images/y6c50o_image.png');
}

.picture-containe-17 {
  background-color: #cacaca00;
  background-image: url('../images/Screenshot-2023-05-28-at-2.14.55-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 15px;
  width: 200px;
  height: 280px;
  margin-bottom: 20px;
}

.picture-containe-17._9 {
  background-image: url('../images/y6c50o_image.png');
}

.picture-containe-17-copy {
  background-color: #cacaca00;
  background-image: url('../images/Screenshot-2024-03-16-at-10.23.19-AM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 15px;
  width: 200px;
  height: 280px;
  margin-bottom: 20px;
}

.picture-containe-17-copy._9 {
  background-image: url('../images/y6c50o_image.png');
}

.picture-containe-17-copy-copy {
  background-color: #cacaca00;
  background-image: url('../images/Screenshot-2024-03-25-at-4.39.58-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  width: 200px;
  height: 280px;
  margin-bottom: 20px;
}

.picture-containe-17-copy-copy._9 {
  background-image: url('../images/y6c50o_image.png');
}

.picture-containe-18copy {
  background-color: #cacaca00;
  background-image: url('../images/NOKNOWTRASH.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  width: 200px;
  height: 280px;
  margin-bottom: 20px;
}

.picture-containe-18copy._9 {
  background-image: url('../images/y6c50o_image.png');
}

.picture-containe-19 {
  background-color: #cacaca00;
  background-image: url('../images/tolghg_image.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  width: 200px;
  height: 280px;
  margin-bottom: 20px;
}

.picture-containe-19._9 {
  background-image: url('../images/y6c50o_image.png');
}

.picture-containe-19-copy {
  background-color: #cacaca00;
  background-image: url('../images/Screenshot-2024-11-23-at-8.58.30-AM.png');
  background-position: 60%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  width: 200px;
  height: 280px;
  margin-bottom: 20px;
}

.picture-containe-19-copy._9 {
  background-image: url('../images/y6c50o_image.png');
}

.picture-containe-19-copy-copy {
  background-color: #cacaca00;
  background-image: url('../images/Screenshot-2024-11-23-at-8.53.11-AM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  width: 200px;
  height: 280px;
  margin-bottom: 20px;
}

.picture-containe-19-copy-copy._9 {
  background-image: url('../images/y6c50o_image.png');
}

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

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

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

  .button {
    justify-content: center;
  }

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

  .menu-icon {
    display: block;
  }

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

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

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

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

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

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

  .grid-2 {
    flex: 0 auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .image-31 {
    bottom: -16px;
  }

  .image-33 {
    top: 70px;
  }

  .div-block-35 {
    margin-left: 46px;
  }

  .image-30 {
    top: -87px;
  }

  .image-33-copy {
    top: 234px;
  }

  .text-block-21-copy {
    font-size: 16px;
  }

  .text-block-15-copy {
    font-size: 18px;
  }

  .body-5 {
    background-color: #f11689;
  }

  .lottie-animation-2 {
    object-fit: fill;
    width: 1100px;
    max-width: 1800px;
  }

  .image-72 {
    min-width: 400px;
  }

  .image-76 {
    width: 500px;
    min-width: 500px;
  }
}

@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 {
    font-size: 50px;
    line-height: 64px;
  }

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

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

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

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

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

  .navigation {
    padding: 20px 30px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lottie-animation-2 {
    width: 1000px;
  }

  .image-72 {
    min-width: 400px;
  }

  .image-73 {
    top: -87px;
  }

  .image-75 {
    top: -61px;
  }

  .text-block-20 {
    font-size: 12px;
  }

  .button-4 {
    font-size: 8px;
  }

  .lottie-animation-5 {
    width: 500px;
  }

  .image-76 {
    width: 400px;
    min-width: 400px;
  }
}

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

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

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

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

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

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

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

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

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

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

  .background-video {
    display: none;
  }

  .div-block-2 {
    background-image: url('../images/_MAINCOMP---FULL.gif');
    background-position: 50%;
    background-size: cover;
    flex-direction: row;
    width: 100%;
    height: 300px;
    display: flex;
  }

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

  .section-3 {
    margin-top: 60px;
  }

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

  .image-71 {
    z-index: 4;
    width: 100px;
    display: block;
    position: absolute;
    top: 113px;
    left: -7px;
  }

  .text-blockv3-copy {
    margin-bottom: 2px;
    font-size: 24px;
    line-height: 22px;
  }

  .div-block-36v3 {
    display: none;
  }

  .menu {
    display: none;
    bottom: 53px;
    left: 22px;
  }

  .image-31 {
    bottom: -67px;
    right: -92px;
  }

  .image-33 {
    width: 200px;
    max-width: 100%;
    top: -9px;
    right: -39px;
  }

  .div-block-39-copy, .div-block-43-copy {
    display: none;
  }

  .image-70 {
    z-index: 3;
    width: 80px;
    position: absolute;
    top: 142px;
    left: 15px;
  }

  .button-2 {
    width: 100px;
    height: 30px;
    margin-left: 6px;
    margin-right: 3px;
    font-size: 14px;
    transition: background-color .2s, all .2s;
  }

  .button-2.w--current {
    display: none;
  }

  .div-block-35 {
    width: 545px;
    margin-left: 16px;
    top: 22px;
  }

  .text-blockv3 {
    padding-right: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }

  .image-61 {
    width: 100px;
    bottom: 78px;
  }

  .image-30 {
    top: -25px;
    right: -30px;
  }

  .div-block-21 {
    bottom: 73px;
  }

  .image-33-copy {
    z-index: 3;
    display: none;
    position: absolute;
    top: 0;
    right: 809px;
  }

  .menu-copy {
    display: none;
  }

  .column-13 {
    padding-top: 20px;
  }

  .column-9 {
    padding-bottom: 20px;
  }

  .link-4:hover {
    font-size: 24px;
  }

  .text-block-21-copy {
    margin-top: 6px;
    margin-bottom: 4px;
    font-size: 24px;
  }

  .column-10 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block-15-copy {
    font-size: 20px;
  }

  .text-block-19 {
    text-align: center;
    line-height: 24px;
  }

  .lottie-animation-2 {
    width: 1000px;
    min-width: 0;
  }

  .image-72 {
    width: 300px;
    min-width: 300px;
  }

  .image-73 {
    top: -62px;
  }

  .image-75 {
    top: -27px;
  }

  .text-block-20 {
    font-size: 10px;
    line-height: 14px;
  }

  ._2 {
    font-size: 10px;
  }

  .text-block-21 {
    font-size: 14px;
  }

  .button-4 {
    font-size: 8px;
  }

  .lottie-animation-4 {
    width: 300px;
    min-width: 300px;
  }

  .lottie-animation-5 {
    width: 400px;
  }

  .image-76 {
    width: 300px;
    min-width: 300px;
  }
}

#w-node-_260e361d-198d-8f72-1cd1-297f11d7b5ac-1faa66e6 {
  align-self: start;
}

#w-node-_260e361d-198d-8f72-1cd1-297f11d7b5ae-1faa66e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_674ca000-8b70-d999-d22b-9afe2fb090a5-1faa66e6 {
  align-self: start;
}

#w-node-_674ca000-8b70-d999-d22b-9afe2fb090a7-1faa66e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f070ea0-e53d-f064-238e-944807e36708-1faa66e6 {
  align-self: start;
}

#w-node-_7f070ea0-e53d-f064-238e-944807e3670a-1faa66e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5fa2f69c-2722-addc-6d59-61b44b8c5d00-1faa66e6 {
  align-self: start;
}

#w-node-_5fa2f69c-2722-addc-6d59-61b44b8c5d02-1faa66e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8591b877-e716-a9f1-32e5-9310f89486bf-1faa66e6 {
  align-self: start;
}

#w-node-_8591b877-e716-a9f1-32e5-9310f89486c1-1faa66e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c497d75-b249-33f6-6164-ce25535a8929-1faa66e6 {
  align-self: start;
}

#w-node-_4c497d75-b249-33f6-6164-ce25535a892b-1faa66e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40a1615c-e44d-bd9a-1d89-f9923536d5c4-1faa66e6 {
  align-self: start;
}

#w-node-_40a1615c-e44d-bd9a-1d89-f9923536d5c6-1faa66e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4aa024f9-8a38-665e-fd32-23e935895326-1faa66e6 {
  align-self: start;
}

#w-node-_4aa024f9-8a38-665e-fd32-23e935895328-1faa66e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d5e7baf-c5fb-6e51-0de9-a725c39ae484-1faa66e6 {
  align-self: start;
}

#w-node-_5d5e7baf-c5fb-6e51-0de9-a725c39ae486-1faa66e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a72b1b3e-6f5c-fa7c-75e6-fea61a15ea52-1faa66e6 {
  align-self: start;
}

#w-node-a72b1b3e-6f5c-fa7c-75e6-fea61a15ea54-1faa66e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32d719cf-9f5b-3595-3036-28843142b35f-1faa66e6 {
  align-self: start;
}

#w-node-_32d719cf-9f5b-3595-3036-28843142b361-1faa66e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8fbc29bc-a5cd-61b6-6ddf-23f372f6ec69-1faa66e6 {
  align-self: start;
}

#w-node-_8fbc29bc-a5cd-61b6-6ddf-23f372f6ec6b-1faa66e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66545018-5b6d-c96d-d83c-b91e593f8376-1faa66e6 {
  align-self: start;
}

#w-node-_66545018-5b6d-c96d-d83c-b91e593f8378-1faa66e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_528515b5-4da6-ed30-7385-bf39d9bed63d-1faa66e6 {
  align-self: start;
}

#w-node-_528515b5-4da6-ed30-7385-bf39d9bed63f-1faa66e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e3496e43-b7e3-ac23-e3a4-be08b24cb8f5-1faa66e6 {
  align-self: start;
}

#w-node-e3496e43-b7e3-ac23-e3a4-be08b24cb8f7-1faa66e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_068fea37-2514-77d8-1845-50e7715d61f9-1faa66e6 {
  align-self: start;
}

#w-node-_068fea37-2514-77d8-1845-50e7715d61fb-1faa66e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96ca9587-543b-b060-6d39-04a0301238ee-1faa66e6 {
  align-self: start;
}

#w-node-_96ca9587-543b-b060-6d39-04a0301238f0-1faa66e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4bc13a5-29aa-38a3-e3a3-bc7f76191315-1faa66e6 {
  align-self: start;
}

#w-node-b4bc13a5-29aa-38a3-e3a3-bc7f76191317-1faa66e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0456b305-8d62-cae8-36a7-9c480c63386f-1faa66e6 {
  align-self: start;
}

#w-node-_0456b305-8d62-cae8-36a7-9c480c633871-1faa66e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2701ad93-767a-a66a-9614-e0cdd754f218-1faa66e6 {
  align-self: start;
}

#w-node-_2701ad93-767a-a66a-9614-e0cdd754f21a-1faa66e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_753d4465-ae82-b059-0cbe-d74eac7008f6-1faa66e6 {
  align-self: start;
}

#w-node-_753d4465-ae82-b059-0cbe-d74eac7008f8-1faa66e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5f3c09e9-2010-04b8-cb8b-644985dbc42f-1faa66e6 {
  align-self: start;
}

#w-node-_5f3c09e9-2010-04b8-cb8b-644985dbc431-1faa66e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fa5-c2b86173 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fad-c2b86173 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fb4-c2b86173 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fbb-c2b86173 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fc9-c2b86173 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fd1-c2b86173 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fd9-c2b86173 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fe1-c2b86173 {
  grid-area: 1 / 4 / 2 / 5;
}

@media screen and (max-width: 991px) {
  #w-node-_9b2922ad-09b1-aebb-0430-7dee623c62c8-1caa66e9 {
    grid-area: 2 / 1 / 3 / 2;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  #w-node-_32040423-4078-1b23-6771-e6c78f8a716d-7daa66ed, #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-06aa66ee {
    grid-area: 1 / 1 / 2 / 2;
  }

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

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

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

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

  #w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fd9-c2b86173 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fe1-c2b86173 {
    grid-area: 2 / 2 / 3 / 3;
  }
}
