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

body {
  background-color: #171717;
  font-family: Nacelle, sans-serif;
  color: #fefcfb;
  font-size: 1vw;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Mattone 150', sans-serif;
  font-size: 7.25em;
  line-height: 0.9;
  font-weight: 400;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Mattone 150', sans-serif;
  font-size: 6em;
  line-height: 0.9;
  font-weight: 400;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Mattone 150', sans-serif;
  font-size: 4em;
  line-height: 0.9;
  font-weight: 400;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Mattone 150', sans-serif;
  font-size: 2.5em;
  line-height: 0.9;
  font-weight: 400;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Mattone 150', sans-serif;
  font-size: 1.5em;
  line-height: 0.9;
  font-weight: 400;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Mattone 150', sans-serif;
  font-size: 1.25em;
  line-height: 0.9;
  font-weight: 400;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

p {
  margin-bottom: 0px;
  font-family: Nacelle, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.01em;
}

a {
  color: #fff;
  text-decoration: none;
}

ul {
  margin-bottom: 0px;
  padding-left: 20px;
}

ol {
  margin-bottom: 0px;
  padding-left: 20px;
}

li {
  font-size: 16px;
  line-height: 1.5;
}

img {
  display: inline-block;
  max-width: 100%;
}

strong {
  font-weight: 700;
}

blockquote {
  margin-bottom: 0px;
  padding: 0px;
  border-left: 5px none #e2e2e2;
  font-family: 'Mattone 150', sans-serif;
  font-size: 4em;
  line-height: 1;
  font-weight: 300;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  margin-top: 5px;
  text-align: center;
}

.section {
  width: 100%;
  padding-top: 8em;
  padding-bottom: 8em;
}

.section.padding-bottom-0 {
  margin-top: 0px;
  padding-top: 0em;
}

.section.footer {
  z-index: 5;
  margin-top: -227px;
  padding-top: 6em;
  padding-bottom: 6em;
  border-top-left-radius: 2em;
  border-top-right-radius: 2em;
}

.section.hero {
  padding-top: 3em;
  padding-bottom: 0em;
  background-color: #000;
  text-align: center;
}

.section.partners {
  overflow: hidden;
  padding-bottom: 1px;
}

.section.blog {
  overflow: hidden;
}

.section.blog-hero {
  padding-top: 5em;
  padding-bottom: 0em;
}

.container {
  width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 3.25em;
  padding-left: 3.25em;
  background-color: rgba(0, 0, 0, 0.64);
}

.container.curriculum {
  margin-top: 140px;
}

.line {
  width: 100%;
  height: 1px;
  background-color: #333;
  line-height: 1.4px;
}

.padding-bottom-0 {
  padding-bottom: 0px;
}

.text-display-1 {
  color: #fff;
  font-size: 7.25em;
}

.grid-thirds {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-thirds.blog {
  grid-column-gap: 2em;
}

.button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 1em;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #333;
  border-radius: 0.5em;
  color: #7a7a7a;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.button.large {
  margin-top: 5px;
  padding: 0.7em 2em;
  border-color: #fff;
  text-align: center;
}

.button.large:hover {
  background-color: rgba(35, 35, 35, 0);
}

.button.form-button {
  width: 100%;
  background-color: #e73545;
  color: #fff;
  font-size: 14px;
}

.rich-text {
  max-width: 40em;
  font-size: 18px;
  font-weight: 400;
}

.rich-text h1 {
  margin-bottom: 32px;
  font-size: 2.5em;
}

.rich-text h2 {
  margin-bottom: 32px;
  font-size: 2em;
}

.rich-text h3 {
  margin-bottom: 24px;
  font-size: 1.75em;
}

.rich-text h4 {
  margin-bottom: 24px;
  font-size: 1.5em;
}

.rich-text h5 {
  margin-bottom: 20px;
  font-size: 1.25em;
}

.rich-text h6 {
  margin-bottom: 20px;
  font-size: 1em;
}

.rich-text p {
  margin-bottom: 32px;
  line-height: 1.6;
}

.rich-text li {
  margin-bottom: 12px;
}

.rich-text ul {
  margin-bottom: 32px;
  padding-left: 20px;
}

.rich-text ol {
  overflow: visible;
}

.rich-text figcaption {
  margin-top: 12px;
  color: #7a7a7a;
  font-size: 12px;
  line-height: 1.3;
  text-transform: uppercase;
}

.rich-text blockquote {
  margin-bottom: 32px;
  font-size: 2em;
}

.rich-text figure {
  margin-top: 56px;
  margin-bottom: 56px;
}

.rich-text.center {
  text-align: left;
}

.nav-link {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0);
  transition: all 200ms ease, color 400ms cubic-bezier(.23, 1, .32, 1);
  color: #fefcfb;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.nav-link:hover {
  border-bottom: 1px solid #fff;
  color: #fff;
}

.text-display-2 {
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  font-size: 3.8em;
  text-align: left;
}

.text-display-3 {
  margin-bottom: 18px;
  font-size: 4em;
}

.text-display-5 {
  font-size: 1.5em;
  line-height: 1.3;
  text-align: center;
}

.text-display-5._2 {
  font-size: 26px;
}

.text-body-1 {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.01em;
}

.text-body-1.text-color-dark {
  color: #fff;
}

.text-body-1.text-color-dark.colorch {
  color: #fff;
}

.text-body-1.text-color-dark.hstext {
  color: #f9f9f9;
  text-decoration: none;
}

.text-micro-1 {
  font-size: 12px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.text-micro-1.button-text {
  position: relative;
  top: 2px;
}

.text-micro-1.button-text.text-color-light {
  color: #fff;
  text-align: center;
}

.nav-btn {
  display: none;
}

.logo-img.desktop {
  margin-right: 15px;
}

.logo-img.desktop.tablet {
  margin-right: 10px;
}

.logo-img.desktop.tablet:hover {
  width: 74px;
}

.header-nav {
  position: relative;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  grid-column-gap: 3em;
  list-style-type: none;
}

.logo-link {
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.logo-link.w--current {
  display: flex;
  align-items: center;
}

.nav-btn-lottie {
  width: 32px;
  height: 32px;
}

.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 100;
  display: flex;
  width: 100%;
  height: 6em;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
}

.header.utility {
  margin-top: 0em;
  padding-top: 18px;
}

.header-inner {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  border: 0px solid transparent;
  background-color: transparent;
}

.reel-title {
  margin-bottom: 2em;
  perspective: 2000px;
}

.col {
  width: 100%;
}

.col._10-24 {
  max-width: 41.66666666666667%;
}

.col._10-24.text-xl {
  display: flex;
  width: auto;
  max-width: none;
  min-width: auto;
  margin-top: 4px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}

.col._8-24 {
  max-width: 33.333333333333336%;
}

.col._4-24 {
  max-width: 16.666666666666668%;
}

.col._15-24 {
  width: 100%;
  max-width: 89%;
  margin-right: auto;
  margin-left: auto;
}

.col._18-24 {
  max-width: 75%;
}

.col.left {
  display: flex;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
}

.row {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
}

.row.hero-title {
  justify-content: center;
  align-items: center;
  text-align: center;
}

.row.hero-image {
  position: relative;
  z-index: 5;
  margin-top: -2.5em;
  background-color: transparent;
}

.row.work-card-wrap {
  position: relative;
}

.row.title-header {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}

.row.about {
  height: auto;
  padding: 6em 3.625em;
  flex-direction: row;
  justify-content: space-between;
  border-radius: 2em;
  background-color: #0d0d0d;
}

.row.slider-bottom {
  flex-direction: row;
  justify-content: space-between;
}

.row.footer-wrap {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.row.footer-bottom {
  flex-direction: row;
}

.row.blog {
  padding: 6em 3.625em;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 2em;
  background-color: #0d0d0d;
}

.row.center {
  text-align: center;
}

.blog-card {
  display: flex;
  height: 100%;
  padding: 1.5em;
  flex-direction: column;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: #333;
}

.footer-bottom {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.text-link {
  transition: color 400ms cubic-bezier(.23, 1, .32, 1);
  font-family: Nacelle, sans-serif;
  color: #7a7a7a;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.text-link:hover {
  color: #fefcfb;
}

.footer-links {
  display: flex;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  line-height: 0.9px;
}

.reel-title-mask {
  padding-right: 1em;
  padding-left: 1em;
}

.margin-56 {
  margin-bottom: 3.5em;
}

.margin-80 {
  margin-bottom: 5em;
}

.margin-32 {
  margin-bottom: 2em;
}

.margin-4 {
  margin-bottom: 0.25em;
}

.margin-24 {
  margin-bottom: 1.5em;
}

.margin-40 {
  margin-bottom: 2.5em;
}

.margin-120 {
  margin-bottom: 7.5em;
}

.margin-96 {
  margin-bottom: 6em;
}

.image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  border-radius: 0px;
  box-shadow: 1px 1px 3px 3px #000;
  -o-object-fit: cover;
     object-fit: cover;
}

.margin-40 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.utility-page-wrap {
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
}

.utility-page-content {
  display: flex;
  width: 260px;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.text-display-4 {
  width: 76%;
  margin-top: 16px;
  margin-bottom: 149px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #ee7d87;
  font-size: 19px;
  line-height: 1.5;
  text-align: center;
}

.text-body-2 {
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.text-body-2.text-color-dark {
  width: auto;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 71px;
  padding-top: 0px;
  color: #e3e0e0;
  font-size: 18px;
}

.text-body-2.text-color-dark._2 {
  margin-top: 0px;
}

.text-body-2.text-color-dark.card3 {
  margin-top: 23px;
}

.text-body-2.text-color-dark._1 {
  margin-right: 25px;
  padding-right: 0px;
  border-right: 0px none #fff;
}

.text-body-2.text-color-dark.lastcard {
  margin-top: 0px;
}

.video-container {
  position: relative;
}

.video-container.thumb {
  overflow: hidden;
  width: 100%;
  height: 15em;
}

.video-container.blog-thumb {
  padding-top: 56.25%;
}

.work-card {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: flex;
  margin-bottom: 6em;
  padding: 5em 3.625em;
  justify-content: space-between;
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  border-radius: 2em;
  background-color: #0d0d0d;
}

.work-card.card-1 {
  top: 2em;
  height: auto;
  margin-top: 0px;
  margin-bottom: 8em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1px 0px 2px;
  border-color: #fff;
  background-color: #000;
  text-align: left;
}

.work-card.card-2 {
  top: 4em;
  height: 800px;
  margin-bottom: 8em;
  flex-direction: row;
  justify-content: center;
  border-style: solid;
  border-width: 2px 0px;
  border-color: #fff;
  background-color: #0d0d0d;
}

.work-card.card-3 {
  top: 6em;
  height: 801px;
  margin-bottom: 4.9em;
  padding-bottom: 7.1em;
  flex-direction: row;
  background-color: #1a1a1a;
}

.work-card.card-3._3 {
  height: 800px;
  margin-bottom: 6em;
  flex-direction: column;
  border-style: solid;
  border-width: 2px 0px;
  border-color: #fff;
  background-color: #000;
}

.work-card.card-4 {
  top: 8em;
  height: 800px;
  margin-top: 0px;
  margin-bottom: 8em;
  align-items: flex-start;
  border-style: solid;
  border-width: 2px 0px;
  border-color: #fff;
}

.work-category {
  display: flex;
  align-items: center;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.work-category.margin-40 {
  flex-direction: row;
  justify-content: flex-start;
}

.work-category-icon {
  position: relative;
  top: -2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
}

.text-color-dark {
  color: #7a7a7a;
}

.work-top {
  margin-top: 0px;
  padding-right: 0px;
}

.work-top.card3 {
  margin-top: 0px;
}

.work-top.card2 {
  margin-top: 0px;
}

.work-left {
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.work-right {
  display: block;
  width: auto;
  height: auto;
  margin-top: 3px;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
}

.button-inner {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}

.button-icon {
  margin-left: 3.1875em;
}

.track {
  display: flex;
  align-items: center;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
}

.track-line {
  display: flex;
  margin-bottom: 0px;
  align-items: center;
  flex: 0 0 auto;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
}

.track-item {
  display: flex;
  width: 13.5em;
  height: 13.5em;
  margin-right: auto;
  margin-left: auto;
  padding: 0em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #333;
}

.track-item:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #7a7a7a;
}

.about-item {
  display: -ms-grid;
  display: grid;
  margin-bottom: 2.5em;
  padding-bottom: 3em;
  grid-auto-columns: 1fr;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  -ms-grid-columns: 1fr minmax(420px, 650px);
  grid-template-columns: 1fr minmax(420px, 650px);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid #333;
}

.about-item.last {
  margin-bottom: 2.5em;
  padding-bottom: 3em;
  border-bottom: 1px solid #333;
}

.footer {
  background-color: #0d0d0d;
}

.text-divider {
  font-family: Nacelle, sans-serif;
  color: #7a7a7a;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.contact {
  width: 100%;
  max-width: 274px;
  border-style: solid;
  border-width: 1px;
  border-color: #333;
  border-radius: 1.5em 0.5em 0.5em;
}

.contact-top {
  padding: 1.5em;
}

.contact-bottom {
  padding: 1.5em;
}

.social-wrap {
  display: flex;
  align-items: center;
  grid-column-gap: 0.75em;
  grid-row-gap: 0.75em;
}

.text-medium {
  width: 100%;
  max-width: 216px;
}

.slider {
  height: 100%;
  background-color: transparent;
}

.slider-mask {
  position: static;
  overflow: visible;
  width: 24.375em;
}

.slide {
  margin-right: 1em;
}

.blog-card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.slider-nav {
  display: none;
}

.slider-right-arrow {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -104px;
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #333;
  border-radius: 8px;
}

.slider-left-arrow {
  position: absolute;
  left: auto;
  top: auto;
  right: 60px;
  bottom: -104px;
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #333;
  border-radius: 8px;
}

.button-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 0%;
  height: 100%;
  background-color: #333;
}

.text-mask {
  overflow: hidden;
  padding-top: 0.5em;
}

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

.blog-data {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-column-gap: 1em;
}

.text-block-3 {
  display: block;
  flex-direction: row;
}

.image-10 {
  width: 52%;
  max-width: none;
  margin: -63px auto -38px;
}

.button-6 {
  width: 124px;
  max-width: none;
  flex: 1;
  background-color: rgba(19, 19, 19, 0);
  background-image: url('../images/PngItem_5356083-1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.button-3 {
  width: 100%;
  height: 45%;
  background-color: rgba(56, 152, 236, 0);
  background-image: url('../images/pngegg-11.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.button-4 {
  width: 117px;
  height: 83px;
  background-color: rgba(56, 152, 236, 0);
  background-image: url('../images/C.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.button-5 {
  width: 76px;
  height: 82px;
  background-color: rgba(67, 86, 104, 0);
  background-image: url('../images/PngItem_3439402.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.button-1 {
  width: 100%;
  height: 60%;
  background-color: transparent;
  background-image: url('../images/pngegg-9.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.button-7 {
  width: 103px;
  height: 97px;
  background-color: rgba(56, 152, 236, 0);
  background-image: url('../images/pngegg-13.png');
  background-position: 50% 50%;
  background-size: 159px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.button-8 {
  width: 100px;
  height: 68px;
  background-color: rgba(56, 152, 236, 0);
  background-image: url('../images/coffee-script-1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.button-9 {
  width: 97px;
  height: 92px;
  background-color: rgba(56, 152, 236, 0);
  background-image: url('../images/Html-logo-white.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.heading-2 {
  font-size: 4.3em;
}

.heading-3 {
  margin-bottom: 106px;
  font-size: 3.6em;
  text-align: center;
}

.div-block {
  display: -ms-grid;
  display: grid;
  height: auto;
  margin-bottom: 293px;
  justify-content: start;
  align-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-field {
  width: 100%;
  margin-bottom: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1f1f1f;
}

.form {
  margin-left: 45px;
}

.contact-details {
  margin-top: 14px;
  justify-content: start;
  justify-items: start;
  align-items: end;
  align-content: start;
  grid-auto-flow: row;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
  text-align: left;
}

.text-block-8 {
  height: auto;
  margin-top: 10px;
  margin-bottom: 33px;
  border-right: 0px solid #000;
  border-left: 0px solid #000;
  text-align: center;
}

.text-block-10 {
  margin-top: -27px;
  margin-bottom: 99px;
  font-size: 48px;
  text-align: center;
}

.text-block-11 {
  margin-top: 110px;
  margin-bottom: 110px;
  font-size: 48px;
  line-height: 50px;
}

.middletext {
  display: flex;
  margin-bottom: 118px;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
}

.text-block-13 {
  margin-top: 184px;
  margin-bottom: 184px;
  font-size: 49px;
  line-height: 27px;
  text-align: center;
}

.div-block-2 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.image-13 {
  margin-right: 28px;
  margin-bottom: 85px;
}

.flexbox1 {
  display: flex;
  margin-left: 40px;
  flex-direction: column;
  justify-content: flex-end;
}

.image-16 {
  max-width: 100%;
  margin-top: -40px;
  border-radius: 20px;
}

.image-19 {
  margin-left: 0px;
  background-color: #000;
}

.floating-img {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.body {
  background-color: #000;
}

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

.text-block-16 {
  font-family: 'Mattone 150', sans-serif;
  font-size: 4em;
}

.heading-8 {
  margin-right: 84px;
}

.image-20 {
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 14px;
}

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

.workbottom {
  width: 250%;
  max-width: 100%;
  margin: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 15px;
}

.image-21 {
  max-width: 61%;
  margin-right: 0px;
  margin-left: 0px;
  border-radius: 5px;
  background-color: #000;
  box-shadow: -1px 2px 5px 0 rgba(0, 0, 0, 0.2);
  background-clip: content-box;
  -webkit-text-fill-color: inherit;
}

.image-22 {
  margin-top: 0px;
}

.image-23 {
  width: auto;
  max-width: none;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-5 {
  width: 50%;
  max-width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.image-24 {
  width: 60%;
  margin-top: 25px;
  margin-bottom: 0px;
  margin-left: 69px;
}

.div-block-6 {
  margin-top: 112px;
}

.image-25 {
  margin-left: -3px;
}

.image-26 {
  margin-top: 0px;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 20px;
    text-align: center;
  }

  h1 {
    font-size: 4em;
  }

  h2 {
    font-size: 3.5em;
  }

  h3 {
    font-size: 3em;
  }

  h4 {
    font-size: 2.5em;
  }

  h5 {
    font-size: 2em;
  }

  h6 {
    font-size: 1.5em;
  }

  p {
    font-size: 1em;
  }

  blockquote {
    font-size: 2em;
  }

  .wrapper {
    padding-top: 4em;
  }

  .section {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .section.padding-bottom-0 {
    padding-bottom: 0em;
  }

  .section.hero {
    padding-top: 0em;
  }

  .section.blog-hero {
    padding-top: 0em;
  }

  .container {
    padding-right: 2em;
    padding-left: 2em;
  }

  .text-display-1 {
    font-size: 4em;
  }

  .grid-thirds {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid-thirds.blog {
    flex-wrap: wrap;
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
  }

  .button.large {
    width: 100%;
    padding: 1.25em 1.5em;
    border-style: none;
    border-radius: 0em;
    font-size: 12px;
    line-height: 1;
  }

  .rich-text p {
    color: #b3b3b3;
    font-size: 16px;
  }

  .nav-link {
    width: 100%;
    margin-left: 0em;
    padding: 1.25em 1.5em;
    border-bottom: 1px solid #333;
  }

  .text-display-2 {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 2.2em;
    text-align: center;
  }

  .text-display-3 {
    font-size: 2.6em;
    text-align: left;
  }

  .text-display-5 {
    font-size: 1.2em;
  }

  .nav-btn {
    display: flex;
    cursor: pointer;
  }

  .header-nav {
    position: absolute;
    left: 0%;
    top: 4em;
    right: 0%;
    bottom: auto;
    z-index: -1;
    display: none;
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background-color: #0d0d0d;
  }

  .nav-btn-lottie {
    width: 1.5em;
    height: 1.5em;
  }

  .header {
    z-index: 2000;
    height: 4em;
    border-bottom: 1px solid #333;
    background-color: #0d0d0d;
  }

  .header.utility {
    padding-top: 0px;
  }

  .col._8-24 {
    max-width: 50%;
  }

  .col._4-24 {
    max-width: 30%;
  }

  .col._15-24 {
    max-width: 100%;
  }

  .col._18-24.center {
    max-width: 100%;
  }

  .col.left {
    width: 100%;
  }

  .row {
    padding-right: 0em;
    padding-left: 0em;
  }

  .row.hero-image {
    margin-top: -1.5em;
  }

  .row.about {
    padding: 3em 1.5em;
    flex-direction: column;
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .row.blog {
    padding: 2.5em 1.25em;
  }

  .blog-card {
    height: auto;
    padding: 1.25em;
  }

  .footer-bottom {
    height: auto;
    padding-top: 2em;
    padding-bottom: 2em;
    flex-direction: column;
    justify-content: space-between;
    grid-column-gap: 0.5em;
    grid-row-gap: 0.5em;
  }

  .footer-links {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .margin-56 {
    margin-bottom: 2.5em;
  }

  .margin-80 {
    margin-bottom: 4em;
  }

  .margin-32 {
    margin-bottom: 1.5em;
  }

  .margin-24 {
    margin-bottom: 1.25em;
  }

  .margin-40 {
    margin-bottom: 2em;
  }

  .margin-120 {
    margin-bottom: 5em;
  }

  .margin-96 {
    margin-bottom: 4em;
  }

  .margin-40 {
    flex-direction: column;
  }

  .text-display-4 {
    width: 96%;
    margin-right: auto;
    margin-left: auto;
  }

  .text-body-2 {
    font-size: 2em;
  }

  .text-body-2.text-color-dark {
    font-size: 16px;
  }

  .work-card {
    margin-bottom: 4em;
    padding: 3em 2em;
    flex-direction: column;
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .work-card.card-1 {
    position: relative;
    top: 0em;
    flex-direction: column;
    border-top-width: 0px;
    background-color: #000;
  }

  .work-card.card-2 {
    position: relative;
    top: 0em;
    margin-top: -150px;
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .work-card.card-3 {
    position: relative;
    top: 0em;
  }

  .work-card.card-3._3 {
    margin-bottom: 8em;
  }

  .work-card.card-4 {
    height: auto;
    margin-top: -142px;
    margin-bottom: 8em;
  }

  .work-top {
    margin-bottom: 2em;
  }

  .work-left {
    margin-bottom: 0px;
    flex-direction: column;
  }

  .button-inner.large {
    justify-content: flex-start;
  }

  .track-item {
    width: 10em;
    height: 10em;
    padding: 2em;
  }

  .about-item {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    -ms-grid-columns: 0.25fr minmax(420px, 1fr);
    grid-template-columns: 0.25fr minmax(420px, 1fr);
  }

  .nav-btn-icon {
    width: 1.25em;
  }

  .text-block-3 {
    font-size: 28px;
  }

  .image-10 {
    width: 72%;
    max-width: 100%;
  }

  .image-13 {
    margin-bottom: 44px;
  }

  .text-block-16 {
    font-size: 3.1em;
    text-align: left;
  }

  .heading-8 {
    margin-right: auto;
    margin-left: auto;
  }

  .image-21 {
    max-width: 64%;
    margin-left: auto;
  }

  .image-24 {
    width: 97%;
    margin-right: auto;
    margin-left: auto;
  }

  .image-25 {
    margin-top: 38px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .section.footer {
    padding-top: 4em;
    padding-bottom: 0em;
  }

  .container {
    padding-right: 1.25em;
    padding-left: 1.25em;
  }

  .text-display-1 {
    font-size: 3em;
  }

  .rich-text h2 {
    font-size: 1.5em;
  }

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

  .text-display-2 {
    font-size: 2.5em;
  }

  .text-display-3 {
    font-size: 2em;
  }

  .text-display-5 {
    font-size: 1.24em;
  }

  .col._10-24 {
    max-width: 100%;
  }

  .col._10-24.text-xl {
    min-width: auto;
    flex-direction: column;
  }

  .col._8-24 {
    max-width: 70%;
  }

  .col._4-24 {
    max-width: 40%;
  }

  .col._15-24 {
    max-width: 100%;
  }

  .row.hero-image {
    margin-top: -1em;
  }

  .row.title-header {
    flex-direction: column;
    align-items: flex-start;
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .row.about {
    margin-top: 225px;
  }

  .row.footer-wrap {
    flex-direction: column;
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .row.blog {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .footer-bottom {
    padding-top: 0.75em;
  }

  .margin-120 {
    margin-bottom: 4em;
  }

  .text-display-4 {
    font-size: 0.9em;
  }

  .text-body-2.text-color-dark {
    width: auto;
  }

  .text-body-2.text-color-dark.lastcard {
    margin-bottom: 0px;
  }

  .work-card {
    margin-bottom: 3em;
  }

  .work-card.card-1 {
    border-bottom-width: 1px;
    border-radius: 1em;
  }

  .work-card.card-2 {
    margin-top: -45px;
    border-top-width: 1px;
    border-bottom-width: 1px;
  }

  .work-card.card-3._3 {
    margin-bottom: 8em;
  }

  .work-card.card-4 {
    margin-top: -140px;
    margin-bottom: 8em;
    border-top-width: 1px;
    border-bottom-width: 1px;
  }

  .work-left {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .work-right {
    margin-top: -111px;
  }

  .track-item {
    width: 7em;
    height: 7em;
    padding: 0.9em;
    flex-direction: column;
    justify-content: space-around;
    flex: 0 auto;
  }

  .about-item {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-10 {
    max-width: 103%;
    margin-top: -31px;
  }

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

  .form {
    margin-right: 12px;
    margin-left: 17px;
  }

  .contact-details {
    margin-bottom: -47px;
  }

  .text-block-11 {
    margin-top: 72px;
    margin-bottom: 52px;
    line-height: 43px;
  }

  .image-19 {
    margin-left: 125px;
  }

  .text-block-16 {
    font-size: 2em;
  }

  .image-20 {
    margin-top: -74px;
    margin-bottom: 0px;
  }

  .workbottom {
    width: auto;
  }

  .image-21 {
    width: 62%;
    max-width: 100%;
    margin-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5em;
  }

  h2 {
    font-size: 2.25em;
  }

  h3 {
    font-size: 2em;
  }

  h4 {
    font-size: 1.75em;
  }

  h5 {
    font-size: 1.5em;
  }

  h6 {
    font-size: 1.25em;
  }

  .wrapper {
    padding-top: 1.6em;
  }

  .section {
    padding-top: 3.75em;
    padding-bottom: 3.75em;
  }

  .section.footer {
    margin-top: 0px;
  }

  .section.blog {
    padding-bottom: 8em;
  }

  .container {
    margin-bottom: 0px;
    background-color: #000;
  }

  .text-display-1 {
    font-size: 2.3em;
  }

  .grid-thirds {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .rich-text h1 {
    font-size: 2em;
  }

  .rich-text h2 {
    font-size: 1.25em;
  }

  .rich-text h3 {
    font-size: 1.5em;
  }

  .rich-text h4 {
    font-size: 1.25em;
  }

  .rich-text h5 {
    font-size: 1em;
  }

  .rich-text h6 {
    font-size: 0.75em;
  }

  .rich-text ul {
    font-size: 1em;
  }

  .rich-text blockquote {
    font-size: 1.5em;
  }

  .text-display-2 {
    margin-top: 29px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 0px;
    font-size: 1.3em;
    line-height: 1.1;
    text-align: center;
  }

  .text-display-5 {
    font-size: 1.3em;
  }

  .text-body-1.text-color-dark.colorch {
    text-align: center;
  }

  .logo-link {
    border-top: 1px none #c4c4c4;
  }

  .logo-link.w--current {
    border-top-style: none;
  }

  .header {
    padding: 0px;
  }

  .col {
    margin-top: 0px;
  }

  .col._10-24.text-xl {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
  }

  .col._8-24 {
    max-width: 100%;
  }

  .col._4-24 {
    max-width: 100%;
  }

  .col._15-24 {
    max-width: 100%;
    line-height: 50px;
  }

  .col._18-24 {
    max-width: 100%;
  }

  .row.hero-image {
    width: auto;
    flex-direction: column;
    align-items: flex-start;
  }

  .row.title-header {
    flex-direction: column;
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .row.about {
    margin-top: -4px;
    padding: 2.5em 1.25em;
    flex-direction: column;
    font-size: 12px;
  }

  .row.footer-bottom {
    padding-top: 0em;
    padding-right: 0em;
    padding-left: 0em;
    flex-direction: column;
    align-items: flex-start;
  }

  .row.blog {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .blog-card {
    height: 500px;
    padding: 1em;
  }

  .footer-bottom {
    padding-right: 1.25em;
    padding-left: 1.25em;
  }

  .text-link {
    margin-top: 4px;
    padding-top: 0px;
    font-size: 19px;
    text-align: justify;
    text-decoration: none;
  }

  .text-link.cur {
    font-size: 17px;
  }

  .footer-links {
    display: -ms-grid;
    display: grid;
    padding-top: 0px;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 0.5em;
    grid-row-gap: 0.5em;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    border-style: solid;
    border-width: 0px;
    border-color: #fff;
    font-size: 64px;
    text-align: center;
  }

  .reel-title-mask {
    padding-right: 0.4em;
    padding-left: 0.4em;
  }

  .margin-80 {
    margin-bottom: 3em;
  }

  .margin-96 {
    margin-bottom: 3em;
  }

  .image {
    height: auto;
  }

  .margin-40 {
    flex-direction: column;
  }

  .text-display-4 {
    margin-top: 58px;
    margin-bottom: 94px;
    font-size: 1.3em;
  }

  .text-body-2 {
    font-size: 1.5em;
  }

  .text-body-2.text-color-dark {
    width: auto;
    margin-right: 0px;
  }

  .text-body-2.text-color-dark._2 {
    margin-top: -12px;
  }

  .text-body-2.text-color-dark._1 {
    margin-right: 0px;
    padding-right: 20px;
  }

  .video-container.thumb.margin-24 {
    height: auto;
    padding-top: 64%;
  }

  .work-card {
    margin-bottom: 2em;
    padding: 2.5em 1.25em;
    flex-direction: column;
  }

  .work-card.card-1 {
    margin-bottom: 0em;
    padding-top: 0em;
    padding-left: 0.35em;
    text-align: left;
  }

  .work-card.card-2 {
    display: flex;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0em;
    background-color: #000;
  }

  .work-card.card-3 {
    margin-bottom: 3.8em;
  }

  .work-card.card-3._3 {
    display: block;
    height: 812px;
    padding-left: 1.05em;
    justify-content: space-between;
    align-items: stretch;
    flex: 0 auto;
    background-color: #000;
  }

  .work-card.card-4 {
    top: auto;
    height: 542px;
    margin-top: 0px;
    margin-bottom: 0em;
    padding-top: 2em;
    justify-content: flex-start;
    background-color: #000;
  }

  .work-card.card-4._4 {
    padding-bottom: 32.6em;
  }

  .work-category.margin-40 {
    justify-content: flex-start;
  }

  .work-top {
    margin-top: 32px;
    margin-right: -4px;
    margin-bottom: 0em;
  }

  .work-top.card3 {
    margin-top: 0px;
  }

  .work-top.card2 {
    margin-top: 23px;
  }

  .work-left {
    margin-top: -34px;
    flex-direction: column;
  }

  .work-right {
    margin-top: 0px;
  }

  .track-item {
    width: 7em;
    height: 7em;
    padding: 1em;
  }

  .about-item {
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
    flex-direction: column;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .text-divider {
    display: none;
  }

  .contact-top {
    margin-top: 0px;
    margin-left: 0px;
  }

  .text-medium.hide-mobile {
    display: none;
  }

  .slider-mask {
    width: 90%;
  }

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

  .image-10 {
    display: block;
    width: 92%;
    max-width: 101%;
    margin-top: -19px;
    margin-bottom: 75px;
  }

  .heading-2 {
    margin-top: 21px;
    margin-bottom: 68px;
    font-size: 2.7em;
  }

  .heading-3 {
    font-size: 2.4em;
  }

  .contact-details {
    margin-bottom: -22px;
  }

  .text-block-10 {
    line-height: 43px;
  }

  .text-block-11 {
    margin-top: 78px;
    margin-bottom: 60px;
  }

  .middletext {
    margin-bottom: 60px;
  }

  .text-block-13 {
    margin-top: 140px;
    margin-bottom: 140px;
    line-height: 50px;
  }

  .image-13 {
    margin-right: auto;
    margin-left: auto;
    border-radius: 18px;
  }

  .image-19 {
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 0px;
  }

  .floating-img {
    margin-top: 0px;
  }

  .text-block-16 {
    font-family: 'Mattone 150', sans-serif;
    font-size: 2em;
  }

  .heading-8 {
    font-size: 1.8em;
  }

  .image-20 {
    margin-top: -72px;
    margin-bottom: 0px;
    margin-left: 28px;
    border-radius: 16px;
  }

  .div-block-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .image-21 {
    width: 100%;
    max-width: 100%;
    margin-left: 0px;
    border-radius: 20px;
  }

  .image-23 {
    max-width: 87%;
    margin: 39px auto 26px;
  }

  .div-block-5 {
    width: 78%;
  }

  .image-24 {
    width: 127%;
    margin-left: 0px;
  }

  .image-26 {
    margin-top: 142px;
    margin-bottom: 47px;
  }
}

#w-node-fb4f0a2f-4887-edb8-cfe3-0a7000cebc1d-01705e53 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0d02c9eb-79ab-8268-4399-c75247a0db4e-01705e53 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
      justify-self: auto;
}

#w-node-_51475216-1be5-c6b8-771c-4963c793cd3d-01705e53 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-ff0ba344-edad-a20c-d254-4fc3e18e9972-01705e53 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-b564587e-1a3f-6119-b863-b4ca8ac376df-01705e53 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-_6a96a3ba-40be-54b3-435a-8426e7683898-01705e53 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-_6d9e51f3-71c2-82ba-584a-21f498459fd5-01705e53 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-_73695c53-9783-3cd0-c0ba-809fafaf9ade-01705e53 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-b9c5ed05-27dc-e428-8c42-706e1d03c3b8-01705e53 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-c15318b0-5d16-642a-cc99-95588fb05346-01705e53 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-grid-row-align: center;
      align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-bece8a54-44bd-2aec-ff2e-5026fee5cc5f-69705e5b {
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_9057ea78-36d2-9b8f-284c-256dd80574c2-20705e5d {
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Nacelle';
  src: url('../fonts/Nacelle-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nacelle';
  src: url('../fonts/Nacelle-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mattone 150';
  src: url('../fonts/Mattone-150.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}