:root {
  --black: #1a1b1f;
  --white: white;
}

.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-down {
  aspect-ratio: auto;
  width: 100%;
  max-width: 1140px;
  margin-top: 114px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px 20px;
}

.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: #c9c9c9;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  font-weight: 400;
  line-height: 80px;
}

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

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

.label {
  color: #fff;
  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 {
  color: #f7f7f7;
  margin-top: 20px;
  margin-bottom: 10px;
}

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

.paragraph-light {
  opacity: .6;
  color: #c9c9c9;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 10px;
  padding-top: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.paragraph-light.cc-position-name {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 400;
}

.sectionwork {
  z-index: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: right;
  object-position: 100% 50%;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 20px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: visible;
}

.sectionwork.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: #c9c9c9;
  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: #c9c9c9;
  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 {
  object-fit: contain;
  background-color: #0000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 30px 50px 30px 37px;
  display: flex;
  overflow: visible;
}

.logo-image {
  display: block;
}

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

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

.name-text {
  color: #fff;
  text-align: left;
  font-size: 36px;
  font-weight: 400;
  line-height: 34px;
}

.position-name-text {
  color: #d6d6d6;
  text-align: left;
  text-transform: none;
  margin-bottom: 10px;
  padding-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 34px;
}

.work-description {
  float: none;
  color: #dadada;
  text-indent: 55px;
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 22px;
  text-decoration: none;
  display: flex;
  position: relative;
  top: -98px;
  left: 0;
  overflow: visible;
}

.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: 12px;
  grid-template: "."
  / 1fr 1fr;
  height: auto;
  margin-top: 15px;
  text-decoration: none;
}

.carrer-headline-wrap {
  text-align: center;
  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 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #bebebe;
  background-image: url('../images/worlds_icon1.jpg');
  background-size: cover;
  border: 1px #000;
  border-radius: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 560px;
  margin-bottom: 40px;
  transition-property: none;
  display: flex;
}

.work-image.cc-work-2 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/cdl_icon1.jpg');
  background-size: cover;
  background-clip: border-box;
  border-radius: 8px;
  height: 560px;
  transition-property: none;
}

.work-image.cc-work-4 {
  object-fit: none;
  background-image: url('../images/Pcruz_031122_w03_03.jpg');
  background-size: cover;
  border-radius: 8px;
  flex-wrap: wrap;
  justify-content: center;
  height: 560px;
  margin-bottom: 40px;
  transition-property: none;
}

.work-image.cc-work-3 {
  background-image: url('../images/Pcruz_041422_w01_02.jpg');
  background-size: cover;
  border-radius: 8px;
  flex-wrap: nowrap;
  height: 560px;
  transition-property: none;
}

.work-image.cc-work-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #bebebe;
  background-image: url('../images/PCruz_070721_w02_03.jpg');
  background-size: cover;
  border: 1px #000;
  border-radius: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 560px;
  margin-bottom: 40px;
  transition-property: none;
  display: flex;
}

.work-image.cc-work-6 {
  background-image: url('../images/srx_icon1.jpg');
  background-size: cover;
  border-radius: 8px;
  flex-wrap: nowrap;
  height: 560px;
  transition-property: none;
}

.work-image.cc-work-7 {
  background-image: url('../images/Origins_100522_w01_04.jpg');
  background-size: cover;
  border-radius: 8px;
  flex-wrap: nowrap;
  height: 560px;
  transition-property: none;
}

.work-image.cc-work-8 {
  background-image: url('../images/Pcruz_010522_w01_07.jpg');
  background-size: cover;
  border-radius: 8px;
  flex-wrap: nowrap;
  height: 560px;
  transition-property: none;
}

.work-image.cc-work-9, .work-image.cc-work-10 {
  background-image: url('../images/TomMorello_093022_w01_02.jpg');
  background-size: cover;
  border-radius: 8px;
  flex-wrap: nowrap;
  height: 560px;
  transition-property: none;
}

.work-image.cc-work-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #bebebe;
  background-image: url('../images/NWSL_OPEN_w02_04.jpg');
  background-size: cover;
  border: 1px #000;
  border-radius: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 560px;
  margin-bottom: 40px;
  transition-property: none;
  display: flex;
}

.work-image.cc-work-11 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/PCruz_050522_Team_w01_02.jpg');
  background-size: cover;
  background-clip: border-box;
  border-radius: 8px;
  height: 560px;
  transition-property: none;
}

.work-image.cc-work-12 {
  background-image: url('../images/Mon_032723_Monumental_w02_02.jpg');
  background-size: cover;
  border-radius: 8px;
  flex-wrap: nowrap;
  height: 560px;
  transition-property: none;
}

.work-image.cc-work-13 {
  object-fit: none;
  background-image: url('../images/Valorant_.png');
  background-size: cover;
  border-radius: 8px;
  flex-wrap: wrap;
  justify-content: center;
  height: 560px;
  margin-bottom: 40px;
  transition-property: none;
}

.work-image.cc-work-14 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #bebebe;
  background-image: url('../images/NBA_031323_w02_01.jpg');
  background-size: cover;
  border: 1px #000;
  border-radius: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 560px;
  margin-bottom: 40px;
  transition-property: none;
  display: flex;
}

.work-image.cc-work-15 {
  background-image: url('../images/PCruz_062022_FS_Winner_booyah_w01_01.jpg');
  background-size: cover;
  border-radius: 8px;
  flex-wrap: nowrap;
  height: 560px;
  transition-property: none;
}

.work-image.cc-work-16 {
  background-image: url('../images/PCruz_XFC_D3_T1_09.jpg');
  background-size: cover;
  border-radius: 8px;
  flex-wrap: nowrap;
  height: 560px;
  transition-property: none;
}

.work-image.cc-work-17 {
  background-image: url('../images/NFS_all_01_intro.jpg');
  background-size: cover;
  border-radius: 8px;
  flex-wrap: nowrap;
  height: 560px;
  transition-property: none;
}

.work-image.cc-work-18 {
  background-image: url('../images/intruso_04.jpg');
  background-size: cover;
  border-radius: 8px;
  flex-wrap: nowrap;
  height: 560px;
  transition-property: none;
}

.work-image.cc-work-35 {
  background-image: url('../images/PCruz_Day06_test_03_01.jpg');
  background-size: cover;
  border-radius: 8px;
  flex-wrap: nowrap;
  height: 560px;
  transition-property: none;
}

.work-image.cc-work-20 {
  object-fit: none;
  background-image: url('../images/tmb_02.jpg');
  background-size: cover;
  border-radius: 8px;
  flex-wrap: wrap;
  justify-content: center;
  height: 560px;
  margin-bottom: 40px;
  transition-property: none;
}

.work-image.cc-work-21 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #bebebe;
  background-image: url('../images/tumb_02.jpg');
  background-size: cover;
  border: 1px #000;
  border-radius: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 560px;
  margin-bottom: 40px;
  transition-property: none;
  display: flex;
}

.work-image.cc-work-22 {
  background-image: url('../images/tb_postgame.jpg');
  background-size: cover;
  border-radius: 8px;
  flex-wrap: nowrap;
  height: 560px;
  transition-property: none;
}

.work-image.cc-work-23 {
  background-image: url('../images/Pcruz_V2_day01_work01_07.jpg');
  background-size: cover;
  border-radius: 8px;
  flex-wrap: nowrap;
  height: 560px;
  transition-property: none;
}

.work-image.cc-work-24 {
  background-image: url('../images/shaft_all_01.jpg');
  background-size: cover;
  border-radius: 8px;
  flex-wrap: nowrap;
  height: 560px;
  transition-property: none;
}

.work-image.cc-work-25 {
  background-image: url('../images/cover.jpg');
  background-size: cover;
  border-radius: 8px;
  flex-wrap: nowrap;
  height: 560px;
  transition-property: none;
}

.work-image.cc-work-26 {
  background-image: url('../images/test01_06.jpg');
  background-size: cover;
  border-radius: 8px;
  flex-wrap: nowrap;
  height: 560px;
  transition-property: none;
}

.work-image.cc-work-27 {
  object-fit: none;
  background-image: url('../images/polisTitles_web_04.jpg');
  background-size: cover;
  border-radius: 8px;
  flex-wrap: wrap;
  justify-content: center;
  height: 560px;
  margin-bottom: 40px;
  transition-property: none;
}

.work-image.cc-work-28 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #bebebe;
  background-image: url('../images/underground_02.jpg');
  background-size: cover;
  border: 1px #000;
  border-radius: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 560px;
  margin-bottom: 40px;
  transition-property: none;
  display: flex;
}

.work-image.cc-work-29 {
  background-image: url('../images/Pcruz_design_test01_07.jpg');
  background-size: cover;
  border-radius: 8px;
  flex-wrap: nowrap;
  height: 560px;
  transition-property: none;
}

.work-image.cc-work-30 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/PCruz_040722_w03.jpg');
  background-size: cover;
  background-clip: border-box;
  border-radius: 8px;
  flex-wrap: nowrap;
  height: 560px;
  transition-property: none;
}

.work-image.cc-work-31 {
  background-image: url('../images/Pcruz_MK_101221_W1_02.jpg');
  background-size: cover;
  border-radius: 8px;
  flex-wrap: nowrap;
  height: 560px;
  transition-property: none;
}

.work-image.cc-work-32 {
  background-image: url('../images/PCruz_work_d01_02_04.jpg');
  background-size: cover;
  border-radius: 8px;
  flex-wrap: nowrap;
  height: 560px;
  transition-property: none;
}

.work-image.cc-work-33 {
  background-image: url('../images/Pcruz_052621_W01_08.jpg');
  background-size: cover;
  border-radius: 8px;
  flex-wrap: nowrap;
  height: 560px;
  transition-property: none;
}

.work-image.cc-work-19, .work-image.cc-work-34 {
  background-image: url('../images/PCruz_012524_w02_02.jpg');
  background-size: cover;
  border-radius: 8px;
  flex-wrap: nowrap;
  height: 560px;
  transition-property: none;
}

.work-image.cc-work-36 {
  background-image: url('../images/PCruz_110724_cover_website_01.jpg');
  background-size: cover;
  border-radius: 8px;
  flex-wrap: nowrap;
  height: 560px;
  transition-property: none;
}

.work-image.cc-work-38 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #bebebe;
  background-image: url('../images/PCruz_101923_w01_01.jpg');
  background-size: cover;
  border: 1px #000;
  border-radius: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 560px;
  margin-bottom: 40px;
  transition-property: none;
  display: flex;
}

.work-image.cc-work-12-copy, .work-image.cc-work-39 {
  background-image: url('../images/Mon_032723_Monumental_w02_02.jpg');
  background-size: cover;
  border-radius: 8px;
  flex-wrap: nowrap;
  height: 560px;
  transition-property: none;
}

.work-image.cc-work-37 {
  background-image: url('../images/TrueTV_080124_FranchiseTransition_3DLogos_w02_02.jpg');
  background-size: cover;
  border-radius: 8px;
  flex-wrap: nowrap;
  height: 560px;
  transition-property: none;
}

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

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

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

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

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

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

.footer-item {
  opacity: .6;
  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;
  color: #fff;
  font-size: 18px;
  line-height: 4px;
  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;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-areas: ". ."
                       ". .";
  margin-bottom: 110px;
}

.speaking-text {
  color: #fff;
  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-top: -153px;
  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;
  color: #c9c9c9;
  grid-template: ". . . ."
                 ". . . ."
                 / 1fr 1fr 1fr 1fr;
  margin-top: -121px;
  margin-bottom: 130px;
}

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

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

.email-link {
  color: #c9c9c9;
  text-transform: none;
  margin-top: -18px;
  margin-bottom: 15px;
  font-size: 33px;
  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;
}

.background-video {
  margin-bottom: 114px;
  padding-top: 0;
  padding-bottom: 0;
}

.background-video-2 {
  flex-flow: row;
  place-content: stretch flex-start;
  align-items: flex-start;
  width: auto;
  height: 800px;
  min-height: 0;
  padding-bottom: 0;
  font-weight: 400;
  display: flex;
}

.videoback {
  object-fit: fill;
  height: 800px;
  margin-bottom: 0;
  padding-bottom: 0;
  overflow: visible;
}

.body {
  clear: none;
  color: #fff;
  object-fit: fill;
  background-color: #181818;
  padding-bottom: 0;
  font-family: Poppins, sans-serif;
  font-style: normal;
  overflow: visible;
}

.sectiontitle {
  float: none;
  clear: none;
  background-color: #181818;
  margin: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  position: static;
  overflow: visible;
}

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

.imagens {
  object-fit: fill;
  width: 100%;
  height: 560px;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: visible;
}

.body-2 {
  background-color: #181818;
  font-family: Poppins, sans-serif;
}

.div-block {
  color: #c9c9c9;
}

.body-3 {
  background-color: #181818;
}

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

.section {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template: "Area"
                 "."
                 / 1fr minmax(291px, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.pushframes {
  text-align: center;
  display: inline;
}

.image {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.work_txt {
  text-align: center;
  width: 100%;
  display: inline;
  position: relative;
  top: 0;
}

.pushframes_txt {
  text-align: center;
  display: inline;
}

.ani_gif {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -600px;
  padding-top: 0;
  padding-right: 0;
  display: block;
  overflow: visible;
}

.image-2 {
  width: 100%;
}

.sectionwork-video {
  float: left;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  text-align: center;
  vertical-align: baseline;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 83px;
  padding-left: 10%;
  padding-right: 10%;
  display: block;
  position: static;
  overflow: hidden;
}

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

.column, .column-2, .column-3, .column-4 {
  padding-left: 0;
  padding-right: 0;
}

.image-3, .image-4, .image-5, .image-6, .image-7, .image-8, .image-9, .image-10, .image-11 {
  width: 100%;
}

.container-work-txt {
  width: 100%;
  max-width: 1140px;
  margin-top: 200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.image-12, .image-13, .image-14, .image-15 {
  width: 100%;
}

.body-4 {
  background-color: var(--black);
  display: block;
}

.image-16 {
  object-fit: fill;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  bottom: 25px;
}

.image-17, .image-18 {
  width: 100%;
}

.image-19 {
  width: 100%;
  padding-top: 0;
}

.image-20 {
  float: right;
  object-position: 100% 50%;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  overflow: visible;
}

.image-21 {
  width: auto;
}

.image-22 {
  float: right;
  width: 1200px;
}

.video {
  float: left;
  object-fit: fill;
  padding-bottom: 0;
}

.container-2 {
  clear: none;
  object-fit: none;
  position: static;
}

.video_container {
  margin-bottom: 40px;
  margin-left: 140px;
  margin-right: 140px;
  padding-left: 0;
}

.heading {
  float: none;
  clear: none;
  color: var(--white);
  text-align: center;
  font-weight: 400;
}

.section-2 {
  padding-bottom: 47px;
}

.image-23 {
  float: right;
  width: 1300px;
  padding-bottom: 0;
}

.image-24 {
  padding-bottom: 0;
}

.body-5 {
  clear: none;
  background-color: var(--black);
  text-align: center;
}

.image-25 {
  float: left;
  width: 1900px;
}

.image-26 {
  float: right;
  text-align: right;
  width: 1500px;
}

.image-27, .image-28, .image-29, .image-30 {
  width: 100%;
}

.image-31 {
  width: 1200px;
}

.image-32 {
  float: right;
  width: 1600px;
}

.image-33 {
  width: 100%;
}

.image-34 {
  width: 1600px;
}

.image-35 {
  float: right;
}

.image-36 {
  float: right;
  width: 1800px;
}

.image-37 {
  width: 100%;
}

.image-38 {
  margin-top: 33px;
  margin-right: 28px;
}

.image-39 {
  margin-top: 0;
  margin-right: auto;
  padding-top: 16px;
}

.heading-2 {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

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

.body-6 {
  background-color: #181818;
  font-family: Poppins, sans-serif;
}

.heading-3 {
  color: #fff;
}

.heading-4 {
  color: #f49500;
}

.heading-5 {
  color: #fff;
}

.list {
  color: var(--white);
}

.heading-6 {
  color: #fff;
  text-align: left;
}

.paragraph {
  color: #f49500;
  text-align: left;
  text-transform: none;
  margin-bottom: -30px;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 66px;
  text-decoration: none;
}

.text-block {
  color: #fff;
  font-size: 33px;
  font-weight: 400;
  line-height: 45px;
}

.text-block-2 {
  color: #575757;
  font-size: 23px;
  font-weight: 400;
  line-height: 45px;
}

.sectionwork-desc {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  object-position: 100% 50%;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 40px;
  display: block;
  position: relative;
  overflow: visible;
}

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

.paragraph-2 {
  color: #9c9c9c;
}

.text-block-3 {
  color: #9b9b9b;
  font-size: 19px;
  font-weight: 400;
  line-height: 45px;
  text-decoration: none;
}

.text-span {
  color: #fff;
}

.text-block-2-copy {
  color: #919191;
  font-size: 19px;
  font-weight: 400;
  line-height: 35px;
}

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

.end_page {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  object-position: 100% 50%;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 40px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: visible;
}

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

.image-41, .image-42 {
  width: 100%;
}

.image-43 {
  float: right;
  width: 100%;
}

.image-44 {
  float: left;
  aspect-ratio: auto;
  text-align: right;
  width: 100%;
  display: block;
}

.image-45 {
  float: right;
  width: 100%;
}

.image-46 {
  float: left;
  width: 100%;
}

.image-47 {
  float: right;
  width: 100%;
}

.image-48, .image-49, .image-50, .image-51 {
  width: 100%;
}

.image-52 {
  float: right;
  width: 100%;
}

.image-53 {
  float: right;
  width: 70%;
}

.image-54 {
  width: 70%;
}

.image-55, .image-56, .image-57 {
  width: 100%;
}

.image-58 {
  float: left;
  width: 100%;
}

.image-59 {
  float: right;
  width: 70%;
}

.image-60, .image-61, .image-62, .image-63 {
  width: 100%;
}

.image-64 {
  float: left;
  width: 100%;
}

.image-65 {
  width: 100%;
}

.image-66 {
  float: right;
  width: 80%;
}

.image-67 {
  float: right;
  width: 100%;
  position: static;
}

.image-68 {
  width: 70%;
}

.image-69 {
  float: right;
}

.image-70 {
  width: 100%;
}

.image-71 {
  width: 70%;
}

.image-72, .image-73 {
  width: 100%;
}

.image-74 {
  float: left;
  width: 70%;
}

.image-75 {
  float: right;
  width: 80%;
}

.image-76 {
  float: right;
  width: 70%;
}

.image-77 {
  width: 100%;
}

.image-78 {
  float: left;
  width: 100%;
}

.image-79 {
  float: right;
  width: 100%;
}

.image-80 {
  float: left;
  width: 100%;
}

.image-81, .image-82, .image-83 {
  width: 100%;
}

.code-embed {
  z-index: 2;
  float: none;
  aspect-ratio: auto;
  width: 100%;
  margin-top: -117px;
  padding-top: 0;
  position: relative;
  overflow: clip;
}

.div-block-2 {
  float: none;
  text-align: center;
  margin-left: 10%;
  margin-right: 10%;
}

.image-84, .image-85, .image-86, .image-87, .image-88, .image-89 {
  width: 100%;
}

.image-90 {
  float: right;
  width: 70%;
}

.image-91 {
  width: 100%;
}

.image-92 {
  float: right;
  width: 70%;
}

.image-93 {
  width: 70%;
}

.image-94, .image-95, .image-96, .image-97, .image-98, .image-99, .image-100, .image-101, .image-102 {
  width: 100%;
}

.code-embed-2 {
  z-index: 2;
  float: none;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.video-2 {
  float: none;
  margin-left: 0;
  margin-right: 0;
}

.image-103 {
  width: 100%;
}

.bold-text {
  font-weight: 400;
}

.image-104, .image-105, .image-106, .image-107, .image-108, .image-109, .image-110 {
  width: 100%;
}

.paragraph-3 {
  color: #fff;
  text-align: left;
  text-transform: none;
  margin-bottom: 0;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
  text-decoration: none;
}

.image-111, .image-112 {
  width: 100%;
}

.video-3, .video-4, .video-5, .video-6, .video-7, .video-8, .video-9 {
  z-index: 2;
}

.image-113 {
  width: 100%;
}

.video-10, .video-11, .video-12, .video-13 {
  z-index: 2;
}

.image-114, .image-115, .image-116, .image-117, .image-118 {
  width: 100%;
}

.video-14, .video-15, .video-16, .video-17 {
  z-index: 2;
}

.video-19 {
  z-index: 2;
  margin-top: 58px;
}

.video-20, .video-21, .video-22 {
  z-index: 2;
}

.showreel_text {
  color: #fff;
  padding-bottom: 43px;
}

.container-work-txt-showreel {
  width: 100%;
  max-width: 1140px;
  margin-top: 43px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.body-5-showreel {
  clear: none;
  background-color: var(--black);
  text-align: center;
  background-image: url('../images/FInal_frames3_03_web_showreel.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

.sectionwork-desc-showreel {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  object-position: 100% 50%;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 40px;
  display: block;
  position: relative;
  overflow: visible;
}

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

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

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

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 16px;
}

.social_links {
  color: #fff;
  line-height: 0;
  text-decoration: none;
}

.location {
  opacity: .6;
  color: #9c9c9c;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
}

.location:hover {
  opacity: 1;
}

.location:active {
  opacity: .9;
}

.location_new {
  color: #9c9c9c;
  -webkit-text-stroke-color: #1a1b1f;
  font-size: 14px;
  text-decoration: none;
}

.paragraph-copyright {
  opacity: .6;
  color: #c9c9c9;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 10px;
  padding-top: 0;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
}

.paragraph-copyright.cc-position-name {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 400;
}

.works-grid-2 {
  grid-column-gap: 12px;
  grid-template: "."
  / 1.5fr;
  height: auto;
  margin-top: 15px;
  text-decoration: none;
}

.image-119, .image-120 {
  width: 100%;
}

.text-span-2 {
  color: #f49500;
}

.image-121 {
  width: 100%;
}

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

  .container-down {
    margin-top: 88px;
    position: relative;
  }

  .heading-jumbo {
    text-align: center;
    padding-left: 0;
    font-size: 56px;
    line-height: 70px;
  }

  .paragraph-light, .paragraph-light.cc-position-name {
    text-align: center;
  }

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

  .button {
    justify-content: center;
  }

  .logo-link.w--current {
    -webkit-text-stroke-color: #ff0015;
    -webkit-text-fill-color: inherit;
    background-color: #1a1b1f;
    background-clip: border-box;
    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: #1a1b1f;
  }

  .navigation {
    background-color: #1a1b1f;
    padding: 25px 30px;
  }

  .menu-button {
    padding: 0;
  }

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

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

  .name-text, .position-name-text {
    text-align: center;
  }

  .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-bottom: -132px;
    margin-left: auto;
    margin-right: auto;
  }

  .speaking-text, .speaking-text.cc-past-speaking {
    text-align: center;
    margin-right: 0;
  }

  .social-media-heading {
    text-align: center;
    width: 80%;
    margin-top: -93px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 44px;
    position: relative;
  }

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

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

  .sectionwork-video {
    padding: 0 0% 74px;
    display: block;
  }

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

  .body-5 {
    background-color: var(--black);
  }

  .heading-2, .heading-6, .list-item, .list-item-2, .paragraph {
    text-align: center;
  }

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

  .text-block-3, .text-block-2-copy {
    text-align: center;
  }

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

  .code-embed {
    object-fit: fill;
    margin-left: -62px;
  }

  .div-block-2 {
    box-sizing: border-box;
    aspect-ratio: auto;
    text-align: center;
    position: relative;
  }

  .code-embed-2 {
    width: 100%;
    height: 90%;
  }

  .video-2 {
    margin-right: 222px;
  }

  .paragraph-3 {
    text-align: center;
  }

  .video-18 {
    z-index: 2;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    position: relative;
  }

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

  .body-5-showreel {
    background-image: none;
  }

  .sectionwork-desc-showreel.cc-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-copyright.cc-position-name {
    text-align: center;
  }

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

@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-down {
    text-align: left;
    margin-top: 30px;
  }

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

  .paragraph-light.cc-position-name {
    text-align: center;
  }

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

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

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

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

  .navigation-items {
    background-color: #1a1b1f;
  }

  .navigation {
    -webkit-text-stroke-color: #1a1b1f;
    -webkit-text-fill-color: inherit;
    background-color: #1a1b1f;
    background-clip: border-box;
    padding: 20px 30px;
  }

  .position-name-text {
    text-align: center;
  }

  .work-experience-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: column;
    align-items: center;
    display: flex;
    position: static;
  }

  .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 {
    width: 70%;
    max-width: 470px;
  }

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

  .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: 26px;
    line-height: 54px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

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

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

  .sectionwork-video {
    margin-left: 0;
    margin-right: 15px;
  }

  .sectionwork-video.cc-contact {
    padding: 15px;
  }

  .container-work-txt {
    text-align: center;
  }

  .body-5 {
    color: #1a1b1f;
  }

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

  .paragraph {
    text-align: center;
    font-size: 37px;
    line-height: 49px;
  }

  .sectionwork-desc {
    margin-top: -137px;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 0;
    padding-bottom: 12px;
  }

  .sectionwork-desc.cc-contact {
    padding: 15px;
  }

  .text-block-3, .text-block-2-copy {
    text-align: center;
  }

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

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

  .image-62 {
    width: 100%;
    overflow: clip;
  }

  .paragraph-3, .showreel_text, .container-work-txt-showreel {
    text-align: center;
  }

  .body-5-showreel {
    color: #1a1b1f;
  }

  .sectionwork-desc-showreel {
    margin-top: 0;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 0;
    padding-bottom: 12px;
  }

  .sectionwork-desc-showreel.cc-contact {
    padding: 15px;
  }

  .paragraph-copyright.cc-position-name {
    text-align: center;
  }
}

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

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

  .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 {
    width: 100%;
    max-width: none;
  }

  .social-media-heading {
    width: 100%;
    max-width: none;
    padding-top: 22px;
  }

  .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: 20px;
    line-height: 46px;
  }

  .sectionwork-video {
    margin-left: 0;
  }

  .paragraph {
    font-size: 27px;
    line-height: 39px;
  }

  .sectionwork-desc {
    margin-top: -143px;
  }

  .end_page {
    padding-bottom: 0;
  }

  .image-62 {
    width: 100%;
  }

  .code-embed-2 {
    position: relative;
  }

  .showreel_text {
    text-align: center;
  }

  .sectionwork-desc-showreel {
    margin-top: 0;
  }
}

#w-node-_9b71d1de-9f4f-6b00-86d4-60f8a597b2fa-376aaea1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9bf96303-0982-2258-9925-b6e5f275ff74-376aaea1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: auto;
}

#w-node-_9bf96303-0982-2258-9925-b6e5f275ff78-376aaea1 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_9bf96303-0982-2258-9925-b6e5f275ff7c-376aaea1 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_9bf96303-0982-2258-9925-b6e5f275ff80-376aaea1 {
  grid-area: 2 / 2 / 3 / 4;
  align-self: auto;
}

#w-node-_9bf96303-0982-2258-9925-b6e5f275ff84-376aaea1 {
  grid-area: 3 / 1 / 4 / 3;
  align-self: auto;
}

#w-node-_585e4d44-fe9e-c0f3-7f22-d24ca65fb0ab-376aaea1, #w-node-_585e4d44-fe9e-c0f3-7f22-d24ca65fb0af-376aaea1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9bf96303-0982-2258-9925-b6e5f275ff88-376aaea1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1b71c92a-39e4-41c3-ce9c-7b44f3802cb6-376aaea1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: auto;
}

#w-node-_1b71c92a-39e4-41c3-ce9c-7b44f3802cba-376aaea1 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_1b71c92a-39e4-41c3-ce9c-7b44f3802cbe-376aaea1 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_1b71c92a-39e4-41c3-ce9c-7b44f3802cc2-376aaea1 {
  grid-area: 2 / 2 / 3 / 4;
  align-self: auto;
}

#w-node-_1b71c92a-39e4-41c3-ce9c-7b44f3802cc6-376aaea1 {
  grid-area: 3 / 1 / 4 / 3;
  align-self: auto;
}

#w-node-_1b71c92a-39e4-41c3-ce9c-7b44f3802cca-376aaea1, #w-node-_1b71c92a-39e4-41c3-ce9c-7b44f3802cce-376aaea1, #w-node-_1b71c92a-39e4-41c3-ce9c-7b44f3802cd2-376aaea1, #w-node-_1b71c92a-39e4-41c3-ce9c-7b44f3802cd6-376aaea1, #w-node-b6d33d02-7c6a-4be2-982d-d282ba6f2309-376aaea1, #w-node-b6d33d02-7c6a-4be2-982d-d282ba6f2305-376aaea1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

#w-node-_5f3f1d9d-c6e0-5b08-f0aa-089d8f0db46a-d96aaea7 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_5f3f1d9d-c6e0-5b08-f0aa-089d8f0db46f-d96aaea7 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_5f3f1d9d-c6e0-5b08-f0aa-089d8f0db472-d96aaea7 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_3d039968-4b3f-4c9a-45a4-089e7e5e86b8-316aaea8 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_3d039968-4b3f-4c9a-45a4-089e7e5e86bd-316aaea8 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_3d039968-4b3f-4c9a-45a4-089e7e5e86c0-316aaea8 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830b6-0b5747df {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830bb-0b5747df {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830c2-0b5747df {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830b6-1a5ac00b {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830bb-1a5ac00b {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830c2-1a5ac00b {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830b6-e4ed3b55 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830bb-e4ed3b55 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830c2-e4ed3b55 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830b6-2b4247c3 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830bb-2b4247c3 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830c2-2b4247c3 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830b6-95e8b498 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830bb-95e8b498 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830c2-95e8b498 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830b6-d140835f {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830bb-d140835f {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830c2-d140835f {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830b6-b35f2898 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830bb-b35f2898 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830c2-b35f2898 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830b6-5cd21858 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830bb-5cd21858 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830c2-5cd21858 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830b6-14ad83b8 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830bb-14ad83b8 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830c2-14ad83b8 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830b6-c4c470ee {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830bb-c4c470ee {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830c2-c4c470ee {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830b6-73018a6c {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830bb-73018a6c {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830c2-73018a6c {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830b6-190c28a0 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830bb-190c28a0 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830c2-190c28a0 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830b6-608ad4b4 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830bb-608ad4b4 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830c2-608ad4b4 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830b6-e983615c {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830bb-e983615c {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830c2-e983615c {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830b6-a35b244b {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830bb-a35b244b {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830c2-a35b244b {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-e8a45aeb-22fd-e48f-c845-509b421b180f-b2233c87 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-e8a45aeb-22fd-e48f-c845-509b421b1814-b2233c87 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-e8a45aeb-22fd-e48f-c845-509b421b181a-b2233c87 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830b6-2da6618b {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830bb-2da6618b {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830c2-2da6618b {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-e8a45aeb-22fd-e48f-c845-509b421b180f-2d48367e {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-e8a45aeb-22fd-e48f-c845-509b421b1814-2d48367e {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-e8a45aeb-22fd-e48f-c845-509b421b181a-2d48367e {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-e8a45aeb-22fd-e48f-c845-509b421b180f-b3754c25 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-e8a45aeb-22fd-e48f-c845-509b421b1814-b3754c25 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-e8a45aeb-22fd-e48f-c845-509b421b181a-b3754c25 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-e8a45aeb-22fd-e48f-c845-509b421b180f-21fc94e1 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-e8a45aeb-22fd-e48f-c845-509b421b1814-21fc94e1 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-e8a45aeb-22fd-e48f-c845-509b421b181a-21fc94e1 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830b6-f87ddb05 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830bb-f87ddb05 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830c2-f87ddb05 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830b6-02e4dbad {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830bb-02e4dbad {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830c2-02e4dbad {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830b6-e241e12c {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830bb-e241e12c {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830c2-e241e12c {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830b6-8ace19c7 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830bb-8ace19c7 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830c2-8ace19c7 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830b6-91538eec {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830bb-91538eec {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830c2-91538eec {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830b6-f50a4cde {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830bb-f50a4cde {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830c2-f50a4cde {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830b6-23ff221f {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830bb-23ff221f {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830c2-23ff221f {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-eaac38e7-fa36-cc21-7a52-c6f791a7db55-903a55eb {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-eaac38e7-fa36-cc21-7a52-c6f791a7db5a-903a55eb {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-eaac38e7-fa36-cc21-7a52-c6f791a7db61-903a55eb {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830b6-91817af8 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830bb-91817af8 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830c2-91817af8 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830b6-1de3661d {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830bb-1de3661d {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830c2-1de3661d {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830b6-87e07e5b {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830bb-87e07e5b {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830c2-87e07e5b {
  grid-area: 2 / 3 / 3 / 5;
}

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

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

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

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

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

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

#w-node-_7373e6b5-5974-c29e-c212-254f6fadc64d-1d9ddfb1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f6edee55-cbf2-9762-a468-1c9781c80212-1d9ddfb1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: auto;
}

#w-node-f6edee55-cbf2-9762-a468-1c9781c80216-1d9ddfb1 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-f6edee55-cbf2-9762-a468-1c9781c8021a-1d9ddfb1 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-f6edee55-cbf2-9762-a468-1c9781c8021e-1d9ddfb1 {
  grid-area: 2 / 2 / 3 / 4;
  align-self: auto;
}

#w-node-f6edee55-cbf2-9762-a468-1c9781c80222-1d9ddfb1 {
  grid-area: 3 / 1 / 4 / 3;
  align-self: auto;
}

#w-node-f6edee55-cbf2-9762-a468-1c9781c80226-1d9ddfb1, #w-node-f6edee55-cbf2-9762-a468-1c9781c8022a-1d9ddfb1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f6edee55-cbf2-9762-a468-1c9781c8022e-1d9ddfb1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1b71c92a-39e4-41c3-ce9c-7b44f3802cb6-1d9ddfb1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: auto;
}

#w-node-_1b71c92a-39e4-41c3-ce9c-7b44f3802cba-1d9ddfb1 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_1b71c92a-39e4-41c3-ce9c-7b44f3802cbe-1d9ddfb1 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_1b71c92a-39e4-41c3-ce9c-7b44f3802cc2-1d9ddfb1 {
  grid-area: 2 / 2 / 3 / 4;
  align-self: auto;
}

#w-node-_1b71c92a-39e4-41c3-ce9c-7b44f3802cc6-1d9ddfb1 {
  grid-area: 3 / 1 / 4 / 3;
  align-self: auto;
}

#w-node-_1b71c92a-39e4-41c3-ce9c-7b44f3802cca-1d9ddfb1, #w-node-_1b71c92a-39e4-41c3-ce9c-7b44f3802cce-1d9ddfb1, #w-node-_1b71c92a-39e4-41c3-ce9c-7b44f3802cd2-1d9ddfb1, #w-node-_1b71c92a-39e4-41c3-ce9c-7b44f3802cd6-1d9ddfb1, #w-node-b6d33d02-7c6a-4be2-982d-d282ba6f2309-1d9ddfb1, #w-node-b6d33d02-7c6a-4be2-982d-d282ba6f2305-1d9ddfb1, #w-node-b6d33d02-7c6a-4be2-982d-d282ba6f2311-1d9ddfb1, #w-node-b6d33d02-7c6a-4be2-982d-d282ba6f230d-1d9ddfb1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66460692-f743-7579-c6d1-65b50770229d-1d9ddfb1 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_66460692-f743-7579-c6d1-65b5077022a1-1d9ddfb1 {
  grid-area: 2 / 2 / 3 / 4;
  align-self: auto;
}

#w-node-_66460692-f743-7579-c6d1-65b5077022a5-1d9ddfb1 {
  grid-area: 3 / 1 / 4 / 3;
  align-self: auto;
}

#w-node-_66460692-f743-7579-c6d1-65b5077022a9-1d9ddfb1, #w-node-_66460692-f743-7579-c6d1-65b5077022ad-1d9ddfb1, #w-node-_66460692-f743-7579-c6d1-65b5077022b1-1d9ddfb1, #w-node-_66460692-f743-7579-c6d1-65b5077022b5-1d9ddfb1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c19c283-bb73-1bdf-9081-f117d106e5f7-1d9ddfb1 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_7c19c283-bb73-1bdf-9081-f117d106e5fb-1d9ddfb1 {
  grid-area: 2 / 2 / 3 / 4;
  align-self: auto;
}

#w-node-_7c19c283-bb73-1bdf-9081-f117d106e5ff-1d9ddfb1 {
  grid-area: 3 / 1 / 4 / 3;
  align-self: auto;
}

#w-node-_7c19c283-bb73-1bdf-9081-f117d106e603-1d9ddfb1, #w-node-_7c19c283-bb73-1bdf-9081-f117d106e607-1d9ddfb1, #w-node-_7c19c283-bb73-1bdf-9081-f117d106e60b-1d9ddfb1, #w-node-_7c19c283-bb73-1bdf-9081-f117d106e60f-1d9ddfb1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830b6-796b5274, #w-node-_576b55ac-9650-81f7-dead-4ebacdf830b6-b9b0899f {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830bb-b9b0899f {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830c2-b9b0899f {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830b6-d274bb1d {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830bb-d274bb1d {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_576b55ac-9650-81f7-dead-4ebacdf830c2-d274bb1d {
  grid-area: 2 / 3 / 3 / 5;
}

@media screen and (max-width: 991px) {
  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-966aaea6 {
    grid-area: 1 / 1 / 2 / 2;
  }

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

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

  #w-node-_5f3f1d9d-c6e0-5b08-f0aa-089d8f0db46a-d96aaea7 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5f3f1d9d-c6e0-5b08-f0aa-089d8f0db46f-d96aaea7 {
    grid-column-end: 2;
  }

  #w-node-_5f3f1d9d-c6e0-5b08-f0aa-089d8f0db472-d96aaea7 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_3d039968-4b3f-4c9a-45a4-089e7e5e86b8-316aaea8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3d039968-4b3f-4c9a-45a4-089e7e5e86bd-316aaea8 {
    grid-column-end: 2;
  }

  #w-node-_3d039968-4b3f-4c9a-45a4-089e7e5e86c0-316aaea8 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830b6-0b5747df {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830bb-0b5747df {
    grid-column-end: 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830c2-0b5747df {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830b6-1a5ac00b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830bb-1a5ac00b {
    grid-column-end: 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830c2-1a5ac00b {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830b6-e4ed3b55 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830bb-e4ed3b55 {
    grid-column-end: 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830c2-e4ed3b55 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830b6-2b4247c3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830bb-2b4247c3 {
    grid-column-end: 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830c2-2b4247c3 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830b6-95e8b498 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830bb-95e8b498 {
    grid-column-end: 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830c2-95e8b498 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830b6-d140835f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830bb-d140835f {
    grid-column-end: 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830c2-d140835f {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830b6-b35f2898 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830bb-b35f2898 {
    grid-column-end: 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830c2-b35f2898 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830b6-5cd21858 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830bb-5cd21858 {
    grid-column-end: 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830c2-5cd21858 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830b6-14ad83b8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830bb-14ad83b8 {
    grid-column-end: 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830c2-14ad83b8 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830b6-c4c470ee {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830bb-c4c470ee {
    grid-column-end: 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830c2-c4c470ee {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830b6-73018a6c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830bb-73018a6c {
    grid-column-end: 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830c2-73018a6c {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830b6-190c28a0 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830bb-190c28a0 {
    grid-column-end: 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830c2-190c28a0 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830b6-608ad4b4 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830bb-608ad4b4 {
    grid-column-end: 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830c2-608ad4b4 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830b6-e983615c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830bb-e983615c {
    grid-column-end: 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830c2-e983615c {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830b6-a35b244b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830bb-a35b244b {
    grid-column-end: 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830c2-a35b244b {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-e8a45aeb-22fd-e48f-c845-509b421b180f-b2233c87 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e8a45aeb-22fd-e48f-c845-509b421b1814-b2233c87 {
    grid-column-end: 2;
  }

  #w-node-e8a45aeb-22fd-e48f-c845-509b421b181a-b2233c87 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830b6-2da6618b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830bb-2da6618b {
    grid-column-end: 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830c2-2da6618b {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-e8a45aeb-22fd-e48f-c845-509b421b180f-2d48367e {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e8a45aeb-22fd-e48f-c845-509b421b1814-2d48367e {
    grid-column-end: 2;
  }

  #w-node-e8a45aeb-22fd-e48f-c845-509b421b181a-2d48367e {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-e8a45aeb-22fd-e48f-c845-509b421b180f-b3754c25 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e8a45aeb-22fd-e48f-c845-509b421b1814-b3754c25 {
    grid-column-end: 2;
  }

  #w-node-e8a45aeb-22fd-e48f-c845-509b421b181a-b3754c25 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-e8a45aeb-22fd-e48f-c845-509b421b180f-21fc94e1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e8a45aeb-22fd-e48f-c845-509b421b1814-21fc94e1 {
    grid-column-end: 2;
  }

  #w-node-e8a45aeb-22fd-e48f-c845-509b421b181a-21fc94e1 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830b6-f87ddb05 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830bb-f87ddb05 {
    grid-column-end: 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830c2-f87ddb05 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830b6-02e4dbad {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830bb-02e4dbad {
    grid-column-end: 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830c2-02e4dbad {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830b6-e241e12c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830bb-e241e12c {
    grid-column-end: 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830c2-e241e12c {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830b6-8ace19c7 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830bb-8ace19c7 {
    grid-column-end: 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830c2-8ace19c7 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830b6-91538eec {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830bb-91538eec {
    grid-column-end: 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830c2-91538eec {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830b6-f50a4cde {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830bb-f50a4cde {
    grid-column-end: 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830c2-f50a4cde {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830b6-23ff221f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830bb-23ff221f {
    grid-column-end: 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830c2-23ff221f {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-eaac38e7-fa36-cc21-7a52-c6f791a7db55-903a55eb {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-eaac38e7-fa36-cc21-7a52-c6f791a7db5a-903a55eb {
    grid-column-end: 2;
  }

  #w-node-eaac38e7-fa36-cc21-7a52-c6f791a7db61-903a55eb {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830b6-91817af8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830bb-91817af8 {
    grid-column-end: 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830c2-91817af8 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830b6-1de3661d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830bb-1de3661d {
    grid-column-end: 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830c2-1de3661d {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830b6-87e07e5b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830bb-87e07e5b {
    grid-column-end: 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830c2-87e07e5b {
    grid-area: 3 / 1 / 4 / 2;
  }

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

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

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

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

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

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

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830b6-796b5274, #w-node-_576b55ac-9650-81f7-dead-4ebacdf830b6-b9b0899f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830bb-b9b0899f {
    grid-column-end: 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830c2-b9b0899f {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830b6-d274bb1d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830bb-d274bb1d {
    grid-column-end: 2;
  }

  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830c2-d274bb1d {
    grid-area: 3 / 1 / 4 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_576b55ac-9650-81f7-dead-4ebacdf830b6-b35f2898, #w-node-_576b55ac-9650-81f7-dead-4ebacdf830b6-b9b0899f, #w-node-_576b55ac-9650-81f7-dead-4ebacdf830b6-d274bb1d {
    grid-area: 1 / 1 / 2 / 2;
  }
}


