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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Arimo;
  color: #fff;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Arimo;
  color: #fff;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Arimo;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Arimo;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Arimo;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Arimo;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-family: Arimo;
  color: #fff;
  font-size: 17px;
}

a {
  -webkit-transition: color 400ms ease-in-out;
  transition: color 400ms ease-in-out;
  font-family: Arimo;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

a:hover {
  background-color: transparent;
  color: #b2db31;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  color: #fff;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: 'Libre Franklin';
  color: #fff;
  font-size: 16px;
  font-weight: 100;
}

li {
  margin-bottom: 20px;
  padding-left: 10px;
}

.main {
  position: relative;
  overflow: hidden;
  background-color: transparent;
}

.main.color-black {
  padding-right: 100px;
  padding-left: 100px;
  background-color: #000;
}

.main.color-black {
  padding-right: 100px;
  padding-left: 100px;
  background-color: #000;
}

.main.color-black.instruction {
  padding-top: 190px;
  padding-bottom: 137px;
}

.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.background-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  height: 100vh;
}

.text-block {
  position: relative;
  top: 100px;
  z-index: 2;
  margin-right: 7px;
  margin-bottom: 0px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 400;
}

.info-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 140px;
  padding-bottom: 134px;
  white-space: nowrap;
  -o-object-fit: contain;
  object-fit: contain;
}

.info-section.contact {
  width: auto;
  height: auto;
  padding-top: 0px;
  padding-bottom: 123px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.move-wrapper {
  position: relative;
  left: 0%;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  white-space: normal;
  -o-object-fit: fill;
  object-fit: fill;
}

.move-wrapper.contact {
  left: auto;
  right: auto;
  width: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  white-space: nowrap;
}

.main-heading {
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 15vw;
  line-height: 1;
  font-weight: 200;
  white-space: nowrap;
}

.main-heading.description {
  position: relative;
  z-index: 1;
  padding-top: 49px;
  padding-bottom: 49px;
  font-size: 5vw;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: none;
  white-space: normal;
}

.main-heading.description.outline {
  display: block;
  padding-left: 0px;
  background-color: #fff;
  font-size: 6vw;
  line-height: 1.2;
  font-weight: 700;
  text-shadow: 0 0 2px #000;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main-heading.description.cases {
  z-index: 3;
  margin-bottom: 20px;
  font-size: 7vw;
}

.main-heading.description.cases.black-color {
  color: #333;
}

.main-heading._80-vw {
  width: 75vw;
  margin-bottom: 0px;
  font-size: 9vw;
  text-transform: lowercase;
}

.main-heading.link {
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #fff;
  -webkit-transition: text-shadow 700ms ease-in-out;
  transition: text-shadow 700ms ease-in-out;
  font-size: 7vw;
  line-height: 1.2;
  text-transform: capitalize;
  text-shadow: 0 0 2px #000;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main-heading.link:hover {
  text-shadow: none;
}

.main-heading.about-heading {
  color: #b2db31;
  font-size: 2vw;
  font-weight: 700;
  text-transform: none;
}

.main-heading.about-heading.first {
  color: #fff;
}

.main-heading.stiky-outline {
  position: absolute;
  left: 0%;
  top: 3%;
  right: 0%;
  bottom: auto;
  width: 100%;
  background-color: #fff;
  font-size: 14vw;
  text-align: center;
  text-shadow: 0 0 2px #000;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main-heading.menu {
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 0px;
  opacity: 1;
  font-family: Raleway, sans-serif;
  font-size: 1.3vw;
  font-weight: 400;
  text-transform: capitalize;
}

.main-heading.contact {
  color: #585858;
  font-size: 12vw;
  text-transform: capitalize;
  white-space: nowrap;
}

.main-heading.contact {
  font-size: 12vw;
  font-weight: 400;
}

.image {
  width: 15vw;
  margin-right: 10px;
  margin-left: 10px;
}

.image.contact {
  width: 6vw;
  margin-top: 39px;
}

.section-video {
  position: relative;
  height: auto;
  padding: 100px 11vw;
}

.section-video.no-padding {
  height: 100vh;
  padding: 0px 4vw;
}

.grid {
  height: 100%;
  grid-column-gap: 15px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid.no-margin {
  position: relative;
  z-index: 1;
  height: 100vh;
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  border-right: 1px none #252525;
  border-left: 1px solid #252525;
}

.container {
  position: relative;
  overflow: visible;
  width: 75%;
  margin: 30px auto;
}

.container.instructions {
  margin-left: 20px;
}

.main-paragraph {
  margin-bottom: 180px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 2vw;
  line-height: 1.2;
}

.main-paragraph.menu {
  margin-bottom: 0px;
  color: #676767;
  font-size: 1.8vw;
}

.main-paragraph.menu.white {
  position: static;
  width: auto;
  background-color: transparent;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-weight: 100;
}

.main-paragraph.menu.white.space {
  margin-right: 5px;
}

.main-paragraph.menu.green {
  font-family: 'Libre Franklin';
  color: #b2db31;
  font-weight: 300;
}

.main-paragraph.menu.green.space {
  margin-right: 5px;
}

.main-paragraph.footer {
  display: block;
  margin-bottom: 0%;
  padding: 0px;
  background-color: transparent;
  font-size: 1.2vw;
}

.main-paragraph.sub-heading {
  position: relative;
  z-index: 2;
  margin-bottom: 0px;
  color: #fff;
  font-size: 1.3vw;
}

.main-paragraph.sub-heading.black-color {
  color: #333;
}

.main-paragraph.cases {
  position: relative;
  z-index: 3;
  width: 35%;
  font-family: 'Libre Franklin';
  font-size: 1.3vw;
  line-height: 1.6;
  font-weight: 300;
}

.main-paragraph.cases.black-color {
  font-family: 'Libre Franklin';
  color: #333;
  font-size: 1.5vw;
  line-height: 1.3;
  font-weight: 300;
}

.main-paragraph.black-color {
  color: #333;
}

.main-paragraph.black-color.first {
  margin-bottom: 0px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.main-paragraph.black-color.second {
  margin-bottom: 0px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 1.5rem;
}

.main-paragraph.no-margin {
  width: 70%;
  margin-bottom: 0px;
  font-family: 'Libre Franklin';
  font-size: 18px;
}

.absolute-wrap {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  overflow: hidden;
  -webkit-perspective-origin: 50% 0%;
  perspective-origin: 50% 0%;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.main-text {
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 1.2vw;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.colloumn.border {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #737373;
  opacity: 1;
}

.colloumn.border:hover {
  opacity: 1;
}

.colloumn.border.second {
  position: relative;
  z-index: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-left: 1px solid #6a6a6a;
}

.wrapper-video {
  position: relative;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.wrapper-video.first {
  background-image: url('../images/1.jpg');
}

.wrapper-video.second {
  background-image: url('../images/2.jpg');
  background-position: 100% 50%;
}

.wrapper-video.third {
  background-image: url('../images/3.jpg');
}

.wrapper-video.fourth {
  background-image: url('../images/4.jpg');
  background-position: 50% 100%;
}

.background-video-hero {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in-out;
  transition: opacity 400ms ease-in-out;
}

.background-video-hero:hover {
  opacity: 1;
}

.background-video-hero.second {
  background-image: url('../images/2.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.body {
  background-color: #273135;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-family: Raleway, sans-serif;
}

.logo-image {
  width: 100px;
}

.logo-image.absolute {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100px;
}

.menu-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-button.w--open {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  padding: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 50px;
  background-color: transparent;
}

.image-absolute {
  position: absolute;
  width: 20%;
}

.image-absolute.fourth {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 23%;
  z-index: 2;
  width: 20%;
  opacity: 0.4;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  -webkit-transform: rotate(-37deg);
  -ms-transform: rotate(-37deg);
  transform: rotate(-37deg);
}

.background-video-what {
  position: absolute;
  left: -11vw;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100vw;
  height: 100vh;
}

.heading-work {
  position: relative;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 9;
  display: block;
  width: auto;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Raleway, sans-serif;
}

.big-heading {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  margin-top: 0px;
  opacity: 1;
  font-family: 'Libre Franklin';
  color: #b2db31;
  font-size: 3vw;
  line-height: 1.2;
  font-weight: 100;
  letter-spacing: -1px;
}

.big-heading.second {
  position: static;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  font-family: 'Libre Franklin';
  color: #b2db31;
  font-size: 3vw;
  font-weight: 100;
  letter-spacing: -1px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.video-background {
  position: absolute;
  left: -11vw;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100vw;
  height: 100vh;
}

.section-change-bg {
  height: auto;
  padding-top: 0px;
}

.nav-menu {
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: transparent;
}

.brand {
  position: relative;
  z-index: 2;
}

.brand.w--current {
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.content-menu {
  position: relative;
  height: 100vh;
  background-image: none;
  background-size: auto;
}

.link-menu {
  overflow: hidden;
  text-decoration: none;
}

.link-menu.margin {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Raleway, sans-serif;
}

.link-menu.margin._404 {
  bottom: -48px;
}

.link-menu.abbsolute {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-bottom: 0px;
  color: #b2db31;
}

.overflow {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 350px;
  margin-right: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper-heading {
  position: relative;
  z-index: 8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.our-services-grid {
  position: relative;
  z-index: 12;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-template-areas: "Area Area Area Area";
  -ms-grid-columns: 1fr 0.6fr 0.9fr 1fr;
  grid-template-columns: 1fr 0.6fr 0.9fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.faq-question-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px none #000;
  background-color: transparent;
  cursor: pointer;
}

.description {
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 9vw;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
}

.description.orange {
  position: relative;
  z-index: 1;
  margin: 55px 105px;
  background-color: #fc6e20;
  font-family: Raleway, sans-serif;
  color: #fc6e20;
  font-size: 3.5vw;
  font-weight: 700;
  text-shadow: none;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.container-dropdown {
  position: relative;
  left: auto;
  bottom: -236px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.container-dropdown.margin {
  left: -7%;
  bottom: 0px;
  z-index: 2;
  margin-top: 330px;
  padding-top: 96px;
  padding-right: 0%;
}

.portfolio-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-bottom: 40px;
  padding-left: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 400;
  cursor: pointer;
}

.wrapper-faq {
  width: 100%;
  height: 1px;
}

.client-heading {
  position: static;
  z-index: 1;
  width: auto;
  margin-top: auto;
  margin-right: 20px;
  margin-bottom: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 2.1vw;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: lowercase;
}

.faq-question-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 0px 0px 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px none rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  background-color: transparent;
  color: #1a1e27;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  text-decoration: none;
}

.faq-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.outline-span {
  text-shadow: 0 0 2px #000;
}

.about-image-third {
  width: 130%;
  max-width: none;
  margin: auto;
  -webkit-perspective: 1980px;
  perspective: 1980px;
  -webkit-transform: perspective(1880px);
  transform: perspective(1880px);
}

.about-image-third.second {
  width: 45%;
  max-height: 90%;
  max-width: 70%;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.about-image {
  height: auto;
  max-width: 120%;
}

.about-image.first {
  max-height: 60%;
  max-width: 90%;
  margin-top: 0px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.container-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container-text.bottom {
  padding-left: 0px;
}

.sub-heading {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #848484;
  font-size: 2.5vw;
  line-height: 1;
  font-weight: 100;
}

.wrapper-about-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 55px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-heading {
  font-size: 3.5vw;
  line-height: 1.1;
  font-weight: 200;
}

.about-grid {
  position: relative;
  z-index: 1;
  width: 75vw;
  margin-top: 50px;
  margin-bottom: 50px;
  grid-column-gap: 69px;
  grid-row-gap: 73px;
  grid-template-areas: "Area Area-2"
    "Area-3 Area-4";
  -ms-grid-columns: 1fr 69px 0.75fr;
  grid-template-columns: 1fr 0.75fr;
  -ms-grid-rows: 1fr 73px auto;
  grid-template-rows: 1fr auto;
  -webkit-perspective: 1980px;
  perspective: 1980px;
  -webkit-transform: perspective(1880px);
  transform: perspective(1880px);
}

.bg-black {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  padding-right: 105px;
  padding-left: 105px;
  background-color: #2f4858;
}

.crew-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.crew-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 26vw;
  height: 26vw;
  padding-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, 0.7);
  border-radius: 14px;
}

.overflow-mask-shop {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.wrapper-line-indicator {
  position: -webkit-sticky;
  position: sticky;
  right: 10%;
  bottom: 4%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper-horizzontal-shop {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  margin: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 0px;
  background-color: transparent;
}

.horizontal-scrollable-section-shop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400vh;
  height: 100%;
  margin-right: 24px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.horizontal-scrollable-section-shop.auto {
  width: auto;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.horizontal-scrollable-section-shop.auto._2 {
  margin-right: 0px;
}

.scroll-line {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: 5%;
  display: block;
  width: 70%;
  height: 1px;
  margin-left: 20px;
  border-radius: 20px;
  background-color: #5c5c5c;
}

.white-line {
  width: 100%;
  height: 100%;
  background-color: #b2db31;
}

.horizzontal-shop {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400vh;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 60px none rgba(36, 36, 36, 0.09);
  background-color: transparent;
}

.horizzontal-shop:focus {
  box-shadow: inset 0 0 0 85px rgba(255, 0, 0, 0.29);
}

.horizzontal-shop.content-wrap {
  z-index: 8888;
  width: 100%;
  height: 300vh;
  max-width: none;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.project-grid {
  position: relative;
  height: 100%;
  margin-top: 109px;
  padding-left: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.play-container {
  position: relative;
  overflow: hidden;
  width: 20vw;
  height: 65vh;
  background-image: url('../images/1_1.jpg');
  background-position: 50% 50%;
  background-size: auto 100%;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  cursor: pointer;
}

.play-container:hover {
  background-image: url('../images/1_1.jpg');
  background-position: 50% 50%;
  background-size: auto 125%;
  opacity: 1;
}

.play-container.second {
  background-image: url('../images/2_1.jpg');
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.play-container.third {
  background-image: url('../images/3_1.jpg');
}

.play-container.fourth {
  height: 65vh;
  background-image: url('../images/4_1.jpg');
}

.play-container.fourth:hover {
  opacity: 0.4;
}

.play-container.fifth {
  background-image: url('../images/5.jpg');
}

.play-container.sixth {
  background-image: url('../images/6.jpg');
}

.play-container.seventh {
  background-image: url('../images/7.jpg');
}

.play-container.eighth {
  background-image: url('../images/8.jpg');
}

.play-container.ninth {
  background-image: url('../images/9.jpg');
}

.image-background {
  position: absolute;
  width: 35%;
  margin-top: 16%;
  margin-right: 25%;
  margin-left: 0%;
  opacity: 0.02;
  -webkit-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  transform: rotate(-35deg);
}

.menu-grid {
  position: relative;
  height: 100%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.wrapper-content-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 14%;
  padding-left: 78px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrapper-content-menu.second {
  padding-bottom: 17%;
}

.close-line {
  position: absolute;
  left: auto;
  top: auto;
  right: 29%;
  bottom: 50%;
  display: block;
  width: 30px;
  height: 1px;
  margin-top: 0px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  font-size: 10px;
}

.close-line.second {
  position: absolute;
  left: auto;
  top: auto;
  right: 30%;
  bottom: 50%;
  margin-top: 0px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.overflow-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 350px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-heading {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.triangle-image {
  position: absolute;
  left: -8%;
  top: 11%;
  right: auto;
  bottom: auto;
  display: block;
  width: 5vw;
}

.client-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 270px;
  padding-bottom: 270px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.client-grid {
  grid-row-gap: 181px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.client-logo {
  width: 40%;
}

.move-icon {
  position: relative;
  height: 90vh;
}

.circle {
  position: absolute;
  left: -12%;
  top: auto;
  right: auto;
  bottom: auto;
}

.circle.second {
  left: 47%;
  top: -8%;
  -webkit-transform: rotate(94deg);
  -ms-transform: rotate(94deg);
  transform: rotate(94deg);
}

.circle.third {
  left: 18%;
  bottom: -10%;
  -webkit-transform: rotate(23deg);
  -ms-transform: rotate(23deg);
  transform: rotate(23deg);
}

.circle.second {
  left: auto;
  top: 21%;
  right: 0%;
  overflow: visible;
  -webkit-transform: rotate(94deg);
  -ms-transform: rotate(94deg);
  transform: rotate(94deg);
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.image-triangle {
  width: 45vw;
  opacity: 0.76;
}

.image-triangle.absolute {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.image-triangle.absolute:hover {
  opacity: 0;
}

.image-triangle.second {
  width: 30vw;
  opacity: 0.76;
}

.image-triangle.third {
  width: 40vw;
  opacity: 0.76;
}

.image-10 {
  width: 12px;
  margin-right: 5px;
}

.container-button-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.background-menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/menubackground-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.contact-link {
  font-family: Raleway, sans-serif;
  color: #585858;
  font-size: 9vw;
  font-weight: 400;
  text-decoration: none;
  text-transform: lowercase;
}

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

.footer-grid {
  margin-right: auto;
  margin-left: 40px;
  justify-items: start;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-grid.bottom {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 1%;
  width: 80%;
  margin: auto auto 0px;
  padding-right: 0px;
  padding-left: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.wrap-link-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrap-copyright {
  position: static;
  bottom: 15px;
  margin-left: 0px;
}

.text-bold {
  font-family: Arimo;
  font-size: 11px;
  font-weight: 400;
}

.udesly-link {
  color: #b2db31;
  font-size: 11px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.top-text {
  margin-right: 40px;
  margin-bottom: 3px;
  font-family: Raleway, sans-serif;
  color: #9b9b9b;
  font-size: 11px;
  text-transform: uppercase;
}

.text-credits {
  margin-bottom: 3px;
  font-family: Raleway, sans-serif;
  color: #9b9b9b;
  font-size: 11px;
  text-transform: uppercase;
}

.back-to-top-text {
  font-family: Raleway, sans-serif;
  color: #888;
  text-transform: uppercase;
}

.webflow-link {
  color: #b2db31;
  font-size: 11px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.grid-footer {
  position: absolute;
  left: auto;
  right: auto;
  bottom: 20px;
  z-index: 2;
  width: 100%;
  padding-right: 131px;
  padding-left: 131px;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.social-grid {
  width: auto;
  margin-right: -50px;
  padding-left: 0px;
  grid-column-gap: 8px;
  -ms-grid-columns: 150px 150px;
  grid-template-columns: 150px 150px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.social-link {
  position: relative;
  width: 140px;
  margin-right: 0px;
  -webkit-perspective: 412px;
  perspective: 412px;
  -webkit-transform: perspective(490px);
  transform: perspective(490px);
}

.social-image {
  width: 110px;
}

.social-image.absolute {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  opacity: 0;
  -webkit-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
}

.social-image.absolute:hover {
  opacity: 1;
}

.contact-grid {
  display: -ms-grid;
  display: grid;
  width: 80%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 177px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 103px;
  grid-template-areas: "Area-2 Area-2"
    "Area-3 Area-4";
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-move-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.wrapper-info {
  display: block;
  padding-top: 10%;
  padding-right: 69px;
  padding-left: 0px;
}

.wrapper-info.no-padding {
  position: relative;
  padding-top: 0%;
  padding-right: 0px;
  padding-left: 58px;
}

.text-field {
  height: 60px;
  padding-top: 20px;
  padding-bottom: 15px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #535353;
  background-color: transparent;
  font-family: Arimo;
  color: #fff;
  font-size: 1.2vw;
  font-weight: 400;
}

.text-field:active {
  border-bottom-style: solid;
}

.text-field:focus {
  border-bottom-color: #b2db31;
}

.submit-button {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 0px;
  background-color: transparent;
  font-family: Arimo;
  font-size: 1.2vw;
  line-height: 1;
}

.div-block-16 {
  width: 25px;
  height: 1px;
  margin-right: 3px;
  background-color: #b2db31;
}

.submit-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-right: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fixed-wrap {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  padding-top: 11%;
  padding-left: 68px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #000;
}

.fixed-wrap.first {
  z-index: 1034;
  display: none;
}

.fixed-wrap.second {
  display: none;
}

.fixed-wrap.third {
  display: none;
}

.fixed-wrap.fourth {
  display: none;
}

.fixed-wrap.fifth {
  display: none;
}

.fixed-wrap.sixth {
  display: none;
}

.fixed-wrap.seventh {
  display: none;
}

.fixed-wrap.eighth {
  display: none;
}

.fixed-wrap.ninth {
  display: none;
}

.background-video-project {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100vw;
  height: 100vh;
}

.load {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10026;
  display: none;
  background-color: #000;
}

.white {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  width: 100%;
  background-color: #fff;
}

.white.second {
  left: auto;
  z-index: 2;
  width: 19vw;
}

.white.first {
  left: auto;
  z-index: 1;
  width: 22vw;
}

.white.second {
  left: auto;
  z-index: 5;
  width: 16vw;
}

.white.fourth {
  left: auto;
  z-index: 7;
  width: 11vw;
}

.white.fifth {
  left: auto;
  z-index: 9;
  width: 8vw;
}

.white.sixth {
  left: auto;
  z-index: 11;
  width: 4vw;
}

.black {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  width: 100%;
  background-color: #000;
}

.black.first {
  left: auto;
  z-index: 2;
  width: 20vw;
}

.black.second {
  left: auto;
  width: 17vw;
}

.black.third {
  left: auto;
  z-index: 6;
  width: 15vw;
}

.black.fourth {
  left: auto;
  z-index: 8;
  width: 10vw;
}

.black.fifth {
  left: auto;
  z-index: 10;
  width: 6vw;
}

.black._5-copy {
  left: auto;
  z-index: 12;
  width: 3vw;
}

.close-wrap {
  position: absolute;
  left: auto;
  top: 14%;
  right: 6%;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 50px;
}

.close-wrap.white {
  position: absolute;
  top: -16%;
  right: -10%;
  z-index: 999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  border-color: #fff;
  background-color: transparent;
  cursor: pointer;
}

.close-wrap.border-white.no-bg {
  top: 5%;
  border-color: #fff;
  background-color: transparent;
}

.second-close-image {
  width: 35%;
}

.lightbox-link {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  width: 100%;
  height: 100%;
  padding-top: 134px;
}

.image-cover-shape {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  border-radius: 5px;
  background-color: #fc6e20;
  opacity: 1;
}

.image-cover-shape.gray {
  display: none;
  background-color: #000;
}

.container-heading-hero {
  position: static;
  bottom: auto;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 480px;
}

.contact-text {
  margin-top: 0px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 2vw;
  line-height: 1;
}

.close-imahe {
  width: 28%;
}

.lets-chat-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #000;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  cursor: pointer;
}

.lets-chat-wrap:hover {
  letter-spacing: 2em;
}

.line {
  width: 30px;
  height: 1px;
  margin-top: 2%;
  background-color: #fc6e20;
}

.container-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  -webkit-transition: background-color 500ms ease-in-out;
  transition: background-color 500ms ease-in-out;
}

.container-icon:hover {
  background-color: rgba(0, 0, 0, 0.57);
  opacity: 1;
}

.play-icon {
  width: 50%;
  opacity: 1;
}

.licensing-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: auto;
  margin-bottom: 10px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
  font-family: 'Libre Franklin';
  color: hsla(0, 0%, 100%, 0);
}

.section-licensing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 100vh;
  margin-top: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.licensing-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Libre Franklin';
  font-weight: 500;
}

.heading-style-guide {
  background-image: url('../images/3_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  color: #474747;
  font-size: 18vw;
  line-height: 1;
  font-weight: 600;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.heading-style-guide.instruction {
  margin-bottom: 100px;
  background-image: url('../images/3.jpg');
  background-size: contain;
  font-size: 15vw;
}

.info-heading {
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: Arimo;
  color: #fff;
  font-size: 14px;
  font-weight: 200;
}

.style-guide-grid {
  grid-column-gap: 0px;
  grid-row-gap: 137px;
  -ms-grid-columns: 0.4fr 1fr;
  grid-template-columns: 0.4fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.grid-style-guide {
  grid-row-gap: 38px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.backbround-color {
  width: 10vw;
  height: 10vw;
  border: 1px solid #c1c1c1;
  background-color: #aeaeae;
}

.backbround-color.second {
  background-color: #b2db31;
}

.backbround-color.third {
  background-color: #fff;
}

.backbround-color.first {
  background-color: #000;
  color: #000;
}

.container-heading-style.style-guide {
  position: relative;
  padding: 40px 100px;
  border-top: 1px none #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
}

.style-guide-heading {
  position: -webkit-sticky;
  position: sticky;
  top: 45px;
  font-size: 40px;
  font-weight: 300;
}

.main-paragraph-2 {
  line-height: 1.5;
}

.main-paragraph-2.italic {
  font-style: italic;
  font-weight: 200;
}

.main-paragraph-2.semi-bold {
  font-weight: 600;
}

.main-paragraph-2.bold {
  font-weight: 700;
}

.col-left {
  position: static;
  top: 38px;
  bottom: auto;
  margin-top: 0px;
  margin-bottom: 60px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.hero-style-guide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.style-text {
  position: absolute;
  left: 0%;
  top: 20px;
  right: auto;
  bottom: auto;
  font-family: Arimo;
  color: #fff;
  font-size: 16px;
  font-weight: 200;
}

.style-text.static {
  position: static;
  margin-top: 5px;
  text-align: center;
}

.col-right {
  border-top: 1px solid #c1c1c1;
}

.success-message {
  background-color: transparent;
  font-family: Arimo;
  color: #b2db31;
  font-size: 18px;
}

.error-message {
  padding-left: 0px;
  background-color: transparent;
  font-family: Arimo;
  color: #bc4040;
  font-size: 16px;
}

.license-link {
  color: #b2db31;
  font-weight: 500;
}

.source-link {
  margin-right: 20px;
  color: #b2db31;
  font-weight: 500;
}

.small-hero-heading {
  background-color: transparent;
  color: #fff;
  font-size: 65px;
}

.paragraph-2 {
  margin-bottom: 0px;
  font-family: 'Libre Franklin';
  font-size: 22px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
}

.licensing-icons {
  width: 90px;
  height: 50px;
}

.small-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #b2db31;
  background-image: url('../images/menubackground-1.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.licensing-main-container {
  width: 100%;
  height: auto;
  max-width: 1000px;
  margin-bottom: 10px;
  padding: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #272727;
  border-radius: 10px;
  background-color: #000;
}

.footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 140px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8f8fa;
}

.images-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.licensing-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: auto;
  margin-top: 0px;
  padding: 100px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.image-licensing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #272727;
}

.image-licensing._1 {
  width: 100%;
  min-height: 150px;
  background-image: url('../images/9.jpg');
  background-position: 50% 90%;
  background-size: cover;
}

.image-licensing._5 {
  min-height: 150px;
  background-image: url('../images/2_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-licensing._6 {
  min-height: 300px;
  background-image: url('../images/3_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-licensing._4 {
  min-height: 150px;
  background-image: url('../images/6.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-licensing._2 {
  min-height: 300px;
  background-image: url('../images/5.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-licensing._3 {
  min-height: 150px;
  border-color: #272727;
  background-image: url('../images/4_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.licensing-text-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.changelog-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/menubackground-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

._404-heading {
  font-size: 75px;
  line-height: 1.2;
  letter-spacing: -0.045em;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.password-logo {
  width: 170px;
}

.submit-button-password {
  width: 100%;
  height: auto;
  margin-top: 13px;
  padding-right: 31px;
  padding-left: 31px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  font-family: 'Libre Franklin';
  font-size: 16px;
  font-weight: 700;
}

.licensing-paragraph {
  margin-bottom: 0px;
  font-family: 'Libre Franklin';
  font-size: 24px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
}

.password-text-field {
  height: 50px;
  margin-top: 20px;
  margin-bottom: 0px;
  border-radius: 0px;
  background-color: transparent;
  font-family: 'Libre Franklin';
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

.password-text-field:focus {
  border: 1px solid #b2db31;
}

.main-text-2 {
  font-family: 'Libre Franklin';
  color: #b2db31;
  font-size: 1.2vw;
  font-weight: 100;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}

.class-span {
  padding-right: 5px;
  padding-left: 5px;
  border-radius: 4px;
  background-color: #b2db31;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

.list-item {
  margin-bottom: 20px;
  padding-left: 10px;
  font-family: 'Libre Franklin';
  color: #fff;
  font-size: 15px;
  font-weight: 100;
}

.instructions-grid {
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.line-instructions {
  width: 100%;
  height: 0.5px;
  margin-top: 60px;
  margin-bottom: 60px;
  background-color: #b2db31;
}

.list {
  margin-top: 40px;
}

.light-paragraph {
  margin-bottom: 180px;
  font-family: Arimo;
  color: #fff;
  font-size: 1.5vw;
  line-height: 1.2;
}

.light-paragraph.no-margin {
  width: 70%;
  margin-bottom: 0px;
  font-family: 'Libre Franklin';
  font-size: 15px;
}

.light-paragraph.no-margin._2 {
  width: auto;
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 100;
}

.light-paragraph.no-margin._2.margin-top {
  margin-top: 100px;
}

.main-heading-2 {
  font-family: Arimo;
  color: #fff;
  font-size: 15vw;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.main-heading-2.link {
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #fff;
  -webkit-transition: text-shadow 700ms ease-in-out;
  transition: text-shadow 700ms ease-in-out;
  font-size: 7vw;
  line-height: 1.2;
  text-transform: capitalize;
  text-shadow: 0 0 2px #000;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main-heading-2.link:hover {
  text-shadow: none;
}

.instruction-image {
  margin-top: 10px;
}

.bold {
  font-family: Arimo;
  color: #fff;
  font-weight: 700;
}

.italic {
  font-family: Arimo;
  color: #fff;
  font-style: italic;
  font-weight: 400;
}

.logo-and-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.vdieo-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2f4858), color-stop(37%, rgba(47, 72, 88, 0.65)), color-stop(68%, rgba(42, 59, 68, 0.4)), to(rgba(39, 49, 53, 0.2)));
  background-image: linear-gradient(180deg, #2f4858, rgba(47, 72, 88, 0.65) 37%, rgba(42, 59, 68, 0.4) 68%, rgba(39, 49, 53, 0.2));
  mix-blend-mode: overlay;
}

.text-animation-wrapper {
  overflow: hidden;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 0px;
  opacity: 0.55;
}

.text-animation-inner-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.text-animation-small-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.moving-text {
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 2em;
  text-transform: uppercase;
}

.moving-logo {
  max-width: 25%;
}

.text-and-image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 150px;
  max-width: 200px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-span-2 {
  color: #fc6e20;
  font-weight: 700;
}

.text-span-3 {
  font-weight: 900;
  letter-spacing: 2px;
}

.image-11 {
  position: absolute;
  left: -30px;
  top: 10px;
  max-width: 7%;
}

.image-background-copy {
  position: absolute;
  width: 25%;
  margin-top: 16%;
  margin-left: 5%;
  opacity: 0.7;
  -webkit-transform: rotate(34deg);
  -ms-transform: rotate(34deg);
  transform: rotate(34deg);
}

.image-background-copy {
  position: absolute;
  width: 25%;
  margin-top: 16%;
  margin-left: 5%;
  opacity: 0.7;
  -webkit-transform: rotate(34deg);
  -ms-transform: rotate(34deg);
  transform: rotate(34deg);
}

.image-background-copy-copy {
  position: absolute;
  width: 25%;
  margin-top: 16%;
  margin-left: 5%;
  opacity: 0.7;
  -webkit-transform: rotate(34deg);
  -ms-transform: rotate(34deg);
  transform: rotate(34deg);
}

.image-background-copy-copy.thirdh {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: block;
  width: 45%;
  margin-top: 10%;
  margin-left: 0%;
  opacity: 1;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.container-copy {
  position: relative;
  overflow: visible;
  width: 90%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 35px;
  padding-bottom: 35px;
}

.div-wrapper {
  display: -ms-grid;
  display: grid;
  margin-top: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: "Area Area-2";
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-inner-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 51px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.our-services-grid-copy {
  position: relative;
  z-index: 12;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 99px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-template-areas: "Area Area Area Area"
    ". . Area-2 ."
    ". . Area-3 Area-3";
  -ms-grid-columns: 1fr 0.6fr 0.9fr 1fr;
  grid-template-columns: 1fr 0.6fr 0.9fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.main-paragraph-copy-copy {
  margin-bottom: 180px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 2vw;
  line-height: 1.2;
}

.main-paragraph-copy-copy._50 {
  z-index: 1;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  font-family: Raleway, sans-serif;
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 1px;
}

.bold-text-2 {
  display: block;
  margin-bottom: 10px;
  font-size: 2vw;
}

.image-background-copy {
  position: absolute;
  width: 35%;
  margin-top: 16%;
  margin-left: 5%;
  opacity: 0.11;
  -webkit-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  transform: rotate(-35deg);
}

.image-background-copy {
  position: absolute;
  width: 35%;
  margin-top: 80%;
  margin-right: 0%;
  margin-left: 25%;
  opacity: 0.02;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
}

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

.about-image-copy {
  height: auto;
  max-width: 120%;
}

.about-image-copy.first {
  max-height: 70%;
  max-width: 60%;
  margin-top: 0px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.image-background-copy-copy-copy {
  position: absolute;
  width: 25%;
  margin-top: 16%;
  margin-left: 5%;
  opacity: 0.7;
  -webkit-transform: rotate(34deg);
  -ms-transform: rotate(34deg);
  transform: rotate(34deg);
}

.image-background-copy-copy-copy.thirdh {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: block;
  width: 45%;
  margin-top: 0%;
  margin-left: 0%;
  opacity: 1;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.about-grid-copy {
  position: relative;
  z-index: 1;
  width: 75vw;
  grid-column-gap: 69px;
  grid-row-gap: 73px;
  grid-template-areas: "Area Area-2";
  -ms-grid-columns: 1fr 69px 0.75fr;
  grid-template-columns: 1fr 0.75fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  -webkit-perspective: 1980px;
  perspective: 1980px;
  -webkit-transform: perspective(1880px);
  transform: perspective(1880px);
}

.image-background-copy-copy-copy {
  position: absolute;
  width: 25%;
  margin-top: 16%;
  margin-left: 5%;
  opacity: 0.7;
  -webkit-transform: rotate(34deg);
  -ms-transform: rotate(34deg);
  transform: rotate(34deg);
}

.image-background-copy-copy-copy.thirdh {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: block;
  width: 45%;
  margin-top: 5%;
  margin-left: 0%;
  opacity: 1;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.image-background-copy-copy-copy-copy {
  position: absolute;
  width: 25%;
  margin-top: 16%;
  margin-left: 5%;
  opacity: 0.7;
  -webkit-transform: rotate(34deg);
  -ms-transform: rotate(34deg);
  transform: rotate(34deg);
}

.image-background-copy-copy-copy-copy.thirdh {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: block;
  width: 45%;
  margin-top: 10%;
  margin-left: 0%;
  opacity: 1;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.icon-bg-copy {
  position: absolute;
  left: 38%;
  top: auto;
  right: auto;
  bottom: -10%;
  width: 20%;
  opacity: 0.37;
}

.icon-bg-copy.second {
  left: 13%;
  top: 25%;
  right: auto;
  bottom: auto;
  -webkit-transform: rotate(23deg);
  -ms-transform: rotate(23deg);
  transform: rotate(23deg);
}

.icon-bg-copy {
  position: absolute;
  left: 38%;
  top: auto;
  right: auto;
  bottom: -10%;
  width: 20%;
  opacity: 0.37;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.icon-bg-copy.second {
  left: 13%;
  top: 25%;
  right: auto;
  bottom: auto;
  -webkit-transform: rotate(23deg);
  -ms-transform: rotate(23deg);
  transform: rotate(23deg);
}

.icon-bg-copy {
  position: absolute;
  left: 38%;
  top: auto;
  right: auto;
  bottom: -10%;
  width: 20%;
  opacity: 0.37;
}

.icon-bg-copy.second {
  left: -4%;
  top: 24%;
  right: auto;
  bottom: auto;
  width: 25%;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  -webkit-transform: rotate(23deg);
  -ms-transform: rotate(23deg);
  transform: rotate(23deg);
}

.main-paragraph-copy-copy {
  margin-bottom: 180px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 2vw;
  line-height: 1.2;
}

.main-paragraph-copy-copy._50 {
  z-index: 1;
  margin-top: 40px;
  margin-left: auto;
  font-family: Raleway, sans-serif;
  font-size: 2vw;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 1px;
}

.paragraph-5 {
  font-family: Raleway, sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.main-paragraph-copy-copy {
  margin-bottom: 180px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 2vw;
  line-height: 1.2;
}

.main-paragraph-copy-copy._50 {
  z-index: 1;
  margin-top: 40px;
  margin-left: auto;
  font-family: Raleway, sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.main-paragraph-copy-copy {
  margin-bottom: 180px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 2vw;
  line-height: 1.2;
}

.main-paragraph-copy-copy._50 {
  z-index: 1;
  margin-top: 40px;
  margin-left: auto;
  font-family: Raleway, sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 1px;
}

.main-paragraph-copy-copy {
  margin-bottom: 180px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 2vw;
  line-height: 1.2;
}

.main-paragraph-copy-copy._50 {
  z-index: 1;
  margin-top: 40px;
  margin-left: auto;
  font-family: Raleway, sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 1px;
}

.main-paragraph-copy-copy-copy {
  width: 100%;
  margin-top: 20px;
  margin-right: 100px;
  margin-left: auto;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 2vw;
  line-height: 1.2;
}

.main-paragraph-copy-copy {
  margin-bottom: 180px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 2vw;
  line-height: 1.2;
}

.main-paragraph-copy-copy._50 {
  z-index: 1;
  margin-top: 40px;
  margin-left: auto;
  font-family: Raleway, sans-serif;
  font-size: 2vw;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 1px;
}

.text-span-4 {
  font-size: 30px;
  font-weight: 700;
}

.icon-bg-copy-copy {
  position: absolute;
  left: 23%;
  top: auto;
  right: 49px;
  bottom: 45%;
  width: 25%;
  opacity: 0.37;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.text-span-5 {
  font-size: 1.5rem;
}

.list-item-2 {
  margin-bottom: -1px;
  font-size: 1.5rem;
}

.collection-list-wrapper {
  margin-top: 70px;
  margin-bottom: 70px;
  padding-top: 110px;
  padding-bottom: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  font-family: Raleway, sans-serif;
}

.crew-grid-2 {
  display: -ms-grid;
  display: grid;
  width: 82vw;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-card-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 26vw;
  height: 26vw;
  max-width: none;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.text-block-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 13px 13px 0px;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.3rem;
  font-weight: 500;
}

.div-block-6 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: "Area Area-2";
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-6-copy {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-409 {
  z-index: 1;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 25px;
  text-transform: uppercase;
}

.text-block-2-copy {
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 9px 0px;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
}

.div-block-6-copy-copy {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.cms-link {
  padding-top: 3px;
  padding-bottom: 3px;
  text-decoration: none;
}

.heading-409-copy {
  position: relative;
  z-index: 15;
  margin: 0px 0px 0px 5px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
}

.heading-409-copy:hover {
  color: #26ad00;
}

.text-block-4 {
  position: relative;
  z-index: 1;
  padding: 0px 100px 100px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 2.4rem;
  line-height: 3.3rem;
  font-weight: 500;
  text-align: center;
}

.new-footer {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 1.3rem;
}

.footer-text {
  margin-right: 15px;
  margin-left: 15px;
}

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

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

.section {
  padding-bottom: 31px;
}

.text-span-3-copy {
  font-weight: 900;
  letter-spacing: 2px;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-inner-wrapper-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-paragraph-copy-copy-copy {
  margin-bottom: 180px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 2vw;
  line-height: 1.2;
}

.main-paragraph-copy-copy-copy._50-copy {
  z-index: 1;
  width: 80%;
  margin: 10px 0px;
  font-family: Raleway, sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.main-heading-copy {
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 15vw;
  line-height: 1;
  font-weight: 200;
  white-space: nowrap;
}

.main-heading-copy.description-copy {
  position: relative;
  z-index: 1;
  padding-top: 49px;
  padding-bottom: 30px;
  font-size: 5vw;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: none;
  white-space: normal;
}

.casting-text {
  padding-right: 40px;
  padding-left: 20px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 1rem;
}

.column {
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 110px;
}

.column-2 {
  padding-left: 0px;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}

.casting-text-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
}

.columns-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}

.div-block-17 {
  padding-right: 110px;
  padding-left: 55px;
}

.space {
  height: 75px;
  padding-right: 110px;
  padding-left: 110px;
}

.script-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-left: 1px solid hsla(0, 0%, 100%, 0.15);
  text-transform: none;
}

.casting-text-1-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  margin-bottom: 45px;
  margin-left: 55px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
}

.our-services-grid-copy-copy {
  position: relative;
  z-index: 12;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 99px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-template-areas: "Area Area Area Area"
    ". . Area-2 ."
    ". . Area-3 Area-3";
  -ms-grid-columns: 1fr 0.6fr 0.9fr 1fr;
  grid-template-columns: 1fr 0.6fr 0.9fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.container-copy-copy {
  position: relative;
  overflow: visible;
  width: 90%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 35px;
  padding-bottom: 35px;
}

.div-wrapper-copy {
  display: -ms-grid;
  display: grid;
  margin-top: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: "Area Area-2";
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-wrapper-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 51px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-inner-wrapper-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.main-paragraph-copy-copy-copy {
  margin-bottom: 180px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 2vw;
  line-height: 1.2;
}

.main-paragraph-copy-copy-copy._50-copy {
  z-index: 1;
  width: 100%;
  margin-top: 40px;
  font-family: Raleway, sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 1px;
}

.main-paragraph-copy-copy-copy-copy {
  width: 100%;
  margin-top: 30px;
  margin-right: 100px;
  margin-left: auto;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 2vw;
  line-height: 1.2;
}

.div-inner-wrapper-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 110px;
  padding-left: 110px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.space-copy {
  height: 30px;
  padding-right: 110px;
  padding-left: 110px;
}

.columns-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
  margin-bottom: 75px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 1px none hsla(0, 0%, 100%, 0.2);
}

.casting-text-1-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5px;
  font-family: Raleway, sans-serif;
  color: #fc6e20;
  font-size: 2rem;
  text-transform: uppercase;
}

.casting-text-copy {
  padding-right: 40px;
  padding-left: 20px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 2rem;
}

.collection-list-wrapper-2 {
  margin-top: 70px;
}

@media screen and (min-width: 1440px) {
  .info-section.contact {
    margin-left: auto;
  }

  .move-wrapper.contact {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .main-heading.description {
    font-size: 4.5vw;
  }

  .main-heading.description.outline {
    line-height: 1.2;
  }

  .main-paragraph.footer {
    display: block;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: transparent;
  }

  .main-text {
    line-height: 1.4;
  }

  .navbar {
    z-index: 9999;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .menu-button.w--open {
    display: block;
  }

  .image-absolute.fourth {
    bottom: 16%;
  }

  .big-heading {
    top: 0%;
    bottom: auto;
    font-size: 2.5vw;
  }

  .big-heading.second {
    font-size: 2.5vw;
  }

  .nav-menu {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .overflow {
    color: #e04403;
  }

  .wrapper-heading {
    overflow: hidden;
  }

  .our-services-grid {
    grid-template-areas: "Area Area Area Area"
      ". . Area-2 .";
    -ms-grid-columns: 1fr 0.6fr 0.9fr 1fr;
    grid-template-columns: 1fr 0.6fr 0.9fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .description {
    border: 1px solid transparent;
    background-color: transparent;
    color: #fff;
    font-size: 8vw;
    font-weight: 800;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .description.orange {
    border-style: none;
    background-color: #b2db31;
    font-family: Arimo;
    font-size: 3vw;
    font-weight: 700;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .container-dropdown {
    left: auto;
  }

  .container-dropdown.margin {
    left: 0%;
    padding-top: 46px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .portfolio-link {
    margin-bottom: 20px;
  }

  .client-heading {
    font-family: Arimo;
    line-height: 1.2;
  }

  .container-text.bottom {
    padding-top: 64px;
    padding-right: 102px;
  }

  .overflow-mask-shop {
    overflow: hidden;
  }

  .wrapper-line-indicator {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .wrapper-horizzontal-shop {
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .horizontal-scrollable-section-shop.auto {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .horizontal-scrollable-section-shop.auto._2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .scroll-line {
    width: 20%;
    margin-right: 10%;
    margin-left: auto;
  }

  .horizzontal-shop.content-wrap {
    z-index: 8888;
    overflow: visible;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .project-grid {
    height: 100%;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .wrapper-content-menu {
    padding-bottom: 9%;
  }

  .wrapper-content-menu.second {
    padding-bottom: 10%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .footer-grid.bottom {
    margin-top: 25px;
  }

  .container-move-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .text-field {
    height: 80px;
    padding-bottom: 30px;
    font-size: 1.5vw;
    line-height: 1;
  }

  .fixed-wrap.first {
    display: none;
  }

  .fixed-wrap.fourth {
    display: none;
  }

  .close-wrap {
    top: 5%;
    z-index: 999;
  }

  .container-heading-hero {
    margin-top: 635px;
  }

  .lets-chat-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .lets-chat-wrap:hover {
    letter-spacing: 1.7em;
  }

  .play-icon {
    width: 35%;
  }

  .licensing-container {
    background-color: transparent;
  }

  .heading-style-guide {
    font-size: 7vw;
  }

  .style-guide-grid {
    -ms-grid-columns: 0.4fr 1fr;
    grid-template-columns: 0.4fr 1fr;
  }

  .grid-style-guide {
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .backbround-color.second {
    background-color: #b2db31;
  }

  .main-paragraph-2.bold {
    font-weight: 700;
  }

  .hero-style-guide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph-2 {
    font-weight: 400;
    text-align: center;
  }

  .licensing-main-container {
    width: 100%;
    max-width: 1000px;
  }

  .footer {
    border-top: 1px none #ececec;
    background-color: #f8f8fa;
  }

  .main-2 {
    font-weight: 700;
  }

  .image-licensing {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #ebebeb;
  }

  .licensing-paragraph {
    font-weight: 400;
    text-align: center;
  }

  .main-text-2 {
    line-height: 1.4;
  }

  .vdieo-overlay {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2f4858), color-stop(37%, rgba(47, 72, 88, 0.65)), color-stop(68%, rgba(42, 59, 68, 0.4)), to(rgba(39, 49, 53, 0.2)));
    background-image: linear-gradient(180deg, #2f4858, rgba(47, 72, 88, 0.65) 37%, rgba(42, 59, 68, 0.4) 68%, rgba(39, 49, 53, 0.2));
    opacity: 0.41;
  }

  .image-background-copy-copy.thirdh {
    top: -3%;
    right: -34%;
    width: 45%;
  }

  .our-services-grid-copy {
    padding-left: 115px;
    grid-template-areas: "Area Area Area Area"
      ". . Area-2 .";
    -ms-grid-columns: 1fr 0.6fr 0.9fr 1fr;
    grid-template-columns: 1fr 0.6fr 0.9fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .main-paragraph-copy-copy._50 {
    font-size: 1.6vw;
  }

  .image-background-copy-copy-copy.thirdh {
    top: -3%;
    right: -34%;
    width: 45%;
  }

  .image-background-copy-copy-copy.thirdh {
    top: -3%;
    right: -34%;
    width: 45%;
  }

  .image-background-copy-copy-copy-copy.thirdh {
    top: -3%;
    right: -34%;
    width: 45%;
  }

  .icon-bg-copy.second {
    top: 19%;
  }

  .icon-bg-copy.second {
    top: 19%;
  }

  .icon-bg-copy.second {
    top: 19%;
  }

  .main-paragraph-copy-copy._50 {
    font-size: 1.6vw;
  }

  .main-paragraph-copy-copy._50 {
    font-size: 1.6vw;
  }

  .main-paragraph-copy-copy._50 {
    font-size: 1.6vw;
  }

  .main-paragraph-copy-copy._50 {
    font-size: 1.6vw;
  }

  .main-paragraph-copy-copy._50 {
    font-size: 1.6vw;
  }

  .main-paragraph-copy-copy-copy._50-copy {
    font-size: 1.6vw;
  }

  .main-heading-copy.description-copy {
    font-size: 4.5vw;
  }

  .our-services-grid-copy-copy {
    padding-left: 115px;
    grid-template-areas: "Area Area Area Area"
      ". . Area-2 .";
    -ms-grid-columns: 1fr 0.6fr 0.9fr 1fr;
    grid-template-columns: 1fr 0.6fr 0.9fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .main-paragraph-copy-copy-copy._50-copy {
    font-size: 1.6vw;
  }
}

@media screen and (max-width: 991px) {
  .text-block {
    font-size: 2rem;
  }

  .main-heading.description {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 6vw;
  }

  .main-heading.description.cases.black-color {
    font-size: 50px;
  }

  .main-heading.about-heading.first {
    font-size: 22px;
  }

  .main-heading.stiky-outline {
    top: 0%;
    font-size: 16vw;
  }

  .main-heading.menu {
    font-size: 18px;
  }

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

  .container {
    width: 80%;
  }

  .main-paragraph {
    margin-bottom: 99px;
    font-size: 28px;
  }

  .main-paragraph.menu.white {
    font-size: 3vw;
  }

  .main-paragraph.menu.white.space {
    margin-right: 5px;
  }

  .main-paragraph.menu.green {
    font-size: 3vw;
  }

  .main-paragraph.footer {
    font-size: 18px;
  }

  .main-paragraph.sub-heading {
    font-size: 17px;
  }

  .main-paragraph.sub-heading.black-color {
    font-size: 15px;
  }

  .main-paragraph.cases {
    width: 50%;
    font-size: 18px;
  }

  .main-paragraph.cases.black-color {
    width: 50%;
    font-size: 18px;
    font-weight: 600;
  }

  .main-paragraph.black-color.first {
    font-size: 18px;
  }

  .main-paragraph.black-color.second {
    font-size: 18px;
  }

  .navbar {
    padding-left: 10px;
  }

  .image-absolute.fourth {
    left: 14%;
    bottom: 14%;
  }

  .big-heading {
    overflow: hidden;
  }

  .brand.w--current {
    margin-left: 40px;
  }

  .our-services-grid {
    margin-top: 70px;
    margin-bottom: 70px;
    padding-left: 0px;
    -ms-grid-columns: 0.7fr 0.9fr 1.5fr 0.7fr;
    grid-template-columns: 0.7fr 0.9fr 1.5fr 0.7fr;
  }

  .faq-question-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }

  .description {
    font-size: 15vw;
  }

  .description.orange {
    font-size: 3vw;
  }

  .container-dropdown.margin {
    left: auto;
    padding-right: 0%;
  }

  .portfolio-link {
    left: auto;
    margin-bottom: 0px;
    padding-left: 40px;
  }

  .client-heading {
    font-size: 25px;
  }

  .faq-question-bar {
    margin-top: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-text {
    padding-left: 0px;
  }

  .container-text.bottom {
    padding-left: 0px;
  }

  .wrapper-about-image {
    padding-right: 70px;
    padding-bottom: 0px;
    padding-left: 70px;
  }

  .about-heading {
    font-size: 18px;
    font-weight: 500;
  }

  .about-grid {
    width: 90vw;
    grid-column-gap: 48px;
  }

  .crew-card {
    width: 90%;
    height: 250px;
    margin-right: auto;
    margin-left: auto;
  }

  .overflow-mask-shop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .wrapper-line-indicator {
    display: none;
  }

  .wrapper-horizzontal-shop {
    width: auto;
    height: auto;
    background-color: transparent;
  }

  .horizontal-scrollable-section-shop {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .horizontal-scrollable-section-shop.auto {
    margin-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .horizzontal-shop.content-wrap {
    z-index: 999999;
    height: auto;
    padding-bottom: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .project-grid {
    padding-left: 0px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .play-container {
    width: 28vw;
  }

  .play-container.third {
    width: 28vw;
  }

  .overflow-wrap {
    height: 300px;
  }

  .client-section {
    padding-top: 118px;
  }

  .client-grid {
    grid-row-gap: 83px;
  }

  .client-logo {
    width: 60%;
  }

  .move-icon {
    display: none;
  }

  .footer-grid.bottom {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .wrap-link-footer {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .wrap-copyright {
    margin-right: auto;
  }

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

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

  .fixed-wrap.first {
    display: none;
    padding-top: 20%;
  }

  .fixed-wrap.second {
    display: none;
    padding-top: 20%;
  }

  .fixed-wrap.third {
    padding-top: 20%;
  }

  .fixed-wrap.fourth {
    padding-top: 20%;
  }

  .fixed-wrap.fifth {
    padding-top: 20%;
  }

  .fixed-wrap.sixth {
    padding-top: 20%;
    padding-right: 68px;
  }

  .fixed-wrap.seventh {
    padding-top: 20%;
    padding-right: 68px;
  }

  .fixed-wrap.eighth {
    padding-top: 20%;
    padding-right: 68px;
  }

  .fixed-wrap.ninth {
    padding-top: 20%;
  }

  .image-cover-shape.gray {
    display: none;
  }

  .contact-text {
    font-size: 18px;
  }

  .lets-chat-wrap:hover {
    letter-spacing: 0em;
  }

  .line {
    margin-top: 0%;
  }

  .licensing-container {
    width: 80%;
  }

  .heading-style-guide {
    font-size: 15vw;
  }

  .licensing-main-container {
    width: 80%;
  }

  .footer {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 20px;
  }

  .mobile-dropdown {
    width: 100%;
  }

  .main-text-2 {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 400;
  }

  .instructions-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .light-paragraph {
    margin-bottom: 99px;
    font-size: 28px;
  }

  .image-background-copy-copy.thirdh {
    width: 70%;
  }

  .container-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .div-wrapper {
    padding-right: 63px;
    padding-left: 63px;
  }

  .our-services-grid-copy {
    padding-right: 0px;
    padding-left: 0px;
    -ms-grid-columns: 0.7fr 0.9fr 1.5fr 0.7fr;
    grid-template-columns: 0.7fr 0.9fr 1.5fr 0.7fr;
  }

  .main-paragraph-copy-copy {
    margin-bottom: 99px;
    font-size: 28px;
  }

  .main-paragraph-copy-copy._50 {
    width: 100%;
    font-size: 18px;
  }

  .bold-text-2 {
    font-size: 22px;
  }

  .about-grid-copy {
    width: 90vw;
    grid-column-gap: 48px;
  }

  .image-background-copy-copy-copy.thirdh {
    width: 70%;
  }

  .image-background-copy-copy-copy-copy.thirdh {
    width: 70%;
  }

  .icon-bg-copy.second {
    left: 11%;
    top: 19%;
  }

  .main-paragraph-copy-copy {
    margin-bottom: 99px;
    font-size: 28px;
  }

  .main-paragraph-copy-copy._50 {
    width: 100%;
    font-size: 18px;
  }

  .main-paragraph-copy-copy {
    margin-bottom: 99px;
    font-size: 28px;
  }

  .main-paragraph-copy-copy._50 {
    width: 100%;
    font-size: 18px;
  }

  .main-paragraph-copy-copy {
    margin-bottom: 99px;
    font-size: 28px;
  }

  .main-paragraph-copy-copy._50 {
    width: 100%;
    font-size: 18px;
  }

  .main-paragraph-copy-copy {
    margin-bottom: 99px;
    font-size: 28px;
  }

  .main-paragraph-copy-copy._50 {
    width: 100%;
    font-size: 18px;
  }

  .main-paragraph-copy-copy-copy {
    width: 100%;
    margin-bottom: 0px;
    font-size: 18px;
  }

  .main-paragraph-copy-copy {
    margin-bottom: 99px;
    font-size: 28px;
  }

  .main-paragraph-copy-copy._50 {
    width: 100%;
    font-size: 18px;
  }

  .text-span-5 {
    font-size: 18px;
  }

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

  .crew-grid-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-card-2 {
    position: absolute;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .bold-text-3 {
    font-size: 22px;
  }

  .text-block-4 {
    padding-bottom: 85px;
    font-size: 2rem;
    line-height: 2.8rem;
  }

  .new-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-text {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .footer-text-copy {
    display: none;
  }

  .main-paragraph-copy-copy-copy {
    margin-bottom: 99px;
    font-size: 28px;
  }

  .main-paragraph-copy-copy-copy._50-copy {
    width: 100%;
    font-size: 18px;
  }

  .main-heading-copy.description-copy {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 6vw;
  }

  .our-services-grid-copy-copy {
    padding-right: 0px;
    padding-left: 0px;
    -ms-grid-columns: 0.7fr 0.9fr 1.5fr 0.7fr;
    grid-template-columns: 0.7fr 0.9fr 1.5fr 0.7fr;
  }

  .container-copy-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .div-wrapper-copy {
    padding-right: 63px;
    padding-left: 63px;
  }

  .main-paragraph-copy-copy-copy {
    margin-bottom: 99px;
    font-size: 28px;
  }

  .main-paragraph-copy-copy-copy._50-copy {
    width: 100%;
    font-size: 18px;
  }

  .main-paragraph-copy-copy-copy-copy {
    width: 100%;
    margin-bottom: 0px;
    font-size: 18px;
  }

  .casting-text-copy {
    padding-left: 50px;
  }
}

@media screen and (max-width: 767px) {
  .main {
    padding-right: 0px;
    padding-left: 0px;
  }

  .main.color-black {
    padding-right: 20px;
    padding-left: 20px;
  }

  .text-block {
    margin-right: 6px;
  }

  .main-heading.description {
    font-size: 6vw;
  }

  .main-heading._80-vw {
    margin-bottom: 50px;
  }

  .main-heading.link {
    font-size: 60px;
  }

  .main-heading.about-heading.first {
    font-size: 22px;
  }

  .main-heading.stiky-outline {
    top: 2%;
    margin-top: -15px;
    font-size: 21vw;
  }

  .section-video.no-padding {
    padding-right: 40px;
    padding-left: 40px;
  }

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

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

  .container {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }

  .main-paragraph {
    margin-bottom: 60px;
    font-size: 40px;
  }

  .main-paragraph.menu {
    font-size: 18px;
  }

  .main-paragraph.menu.white {
    font-size: 18px;
  }

  .main-paragraph.menu.white.space {
    margin-right: 5px;
    font-size: 18px;
  }

  .main-paragraph.menu.green {
    font-size: 18px;
  }

  .main-paragraph.footer {
    font-size: 18px;
  }

  .main-paragraph.cases {
    width: 100%;
  }

  .main-paragraph.cases.black-color {
    width: 100%;
  }

  .main-paragraph.black-color.first {
    font-size: 18px;
  }

  .main-paragraph.black-color.second {
    font-size: 18px;
  }

  .main-text {
    font-size: 14px;
  }

  .colloumn.border {
    border-left: 1px none #000;
    border-right-style: none;
  }

  .colloumn.border.second {
    border-left-style: none;
  }

  .navbar {
    background-color: #273135;
  }

  .image-absolute.fourth {
    left: 12%;
    bottom: 14%;
    width: 25%;
  }

  .big-heading {
    font-size: 25px;
  }

  .big-heading.second {
    font-size: 25px;
  }

  .brand {
    margin-left: 10px;
    padding-left: 0px;
  }

  .wrapper-heading {
    z-index: 3;
    padding-top: 0px;
  }

  .our-services-grid {
    -ms-grid-columns: 37px 0.9fr 1.5fr 37px;
    grid-template-columns: 37px 0.9fr 1.5fr 37px;
  }

  .faq-question-wrap {
    margin-bottom: 40px;
    padding-left: 43px;
  }

  .description {
    font-size: 20vw;
  }

  .description.orange {
    font-size: 4vw;
  }

  .portfolio-link {
    left: 0px;
    padding-left: 0px;
  }

  .client-heading {
    font-size: 25px;
    line-height: 1.2;
  }

  .faq-question-bar {
    margin-top: 3px;
    margin-left: 0px;
    padding-bottom: 0px;
    font-size: 25px;
  }

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

  .container-text {
    padding-left: 0px;
  }

  .wrapper-about-image {
    padding-right: 30px;
    padding-bottom: 161px;
    padding-left: 30px;
  }

  .about-grid {
    width: 100%;
    grid-column-gap: 38px;
    grid-row-gap: 52px;
    grid-template-areas: "Area Area-2"
      "Area-3 Area-4";
    -ms-grid-rows: auto 52px auto;
    grid-template-rows: auto auto;
  }

  .overflow-mask-shop {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .wrapper-horizzontal-shop {
    overflow: visible;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .horizontal-scrollable-section-shop.auto {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .project-grid {
    padding-left: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .play-container {
    width: 40vw;
  }

  .play-container.third {
    width: 40vw;
  }

  .overflow-wrap {
    height: 350px;
  }

  .client-section {
    padding-top: 100px;
    padding-bottom: 0px;
  }

  .client-grid {
    grid-row-gap: 81px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .client-logo {
    width: 60%;
  }

  .move-icon {
    display: none;
  }

  .footer-grid.bottom {
    margin-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .top-text {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

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

  .social-grid {
    margin-right: -31px;
  }

  .contact-grid {
    grid-column-gap: 16px;
    grid-row-gap: 53px;
    grid-template-areas: "Area-2"
      "Area-3"
      "Area-4";
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: auto 53px auto 53px auto;
    grid-template-rows: auto auto auto;
  }

  .wrapper-info.no-padding {
    padding-left: 0px;
  }

  .text-field {
    font-size: 18px;
  }

  .submit-button {
    font-size: 18px;
  }

  .fixed-wrap.first {
    padding-right: 68px;
  }

  .fixed-wrap.second {
    padding-right: 68px;
  }

  .fixed-wrap.third {
    padding-right: 68px;
  }

  .fixed-wrap.fourth {
    padding-right: 68px;
  }

  .fixed-wrap.fifth {
    padding-top: 20%;
    padding-right: 68px;
  }

  .close-wrap {
    z-index: 999;
  }

  .close-wrap.white {
    right: 0%;
  }

  .lightbox-link {
    border-left: 1px none #000;
  }

  .contact-text {
    font-size: 18px;
  }

  .lets-chat-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .lets-chat-wrap:hover {
    letter-spacing: 0em;
  }

  .licensing-container {
    width: 80%;
  }

  .style-guide-grid {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .style-guide-heading {
    margin-top: 100px;
  }

  .hero-style-guide {
    height: 300px;
  }

  .small-hero-heading {
    text-align: center;
  }

  .licensing-main-container {
    width: 80%;
  }

  .footer {
    height: auto;
    padding: 100px 40px;
  }

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

  .utility-page-wrap {
    font-size: 18px;
  }

  .main-text-2 {
    font-size: 26px;
  }

  .light-paragraph {
    margin-bottom: 60px;
    font-size: 40px;
  }

  .main-heading-2.link {
    font-size: 60px;
  }

  .container-copy {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }

  .div-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .our-services-grid-copy {
    -ms-grid-columns: 37px 0.9fr 1.5fr 37px;
    grid-template-columns: 37px 0.9fr 1.5fr 37px;
  }

  .main-paragraph-copy-copy {
    margin-bottom: 60px;
    font-size: 40px;
  }

  .main-paragraph-copy-copy._50 {
    width: 100%;
    font-size: 18px;
  }

  .about-grid-copy {
    width: 100%;
    grid-column-gap: 38px;
    grid-row-gap: 52px;
    grid-template-areas: "Area Area-2"
      "Area-3 Area-4";
    -ms-grid-rows: auto 52px auto;
    grid-template-rows: auto auto;
  }

  .main-paragraph-copy-copy {
    margin-bottom: 60px;
    font-size: 40px;
  }

  .main-paragraph-copy-copy._50 {
    width: 100%;
    font-size: 18px;
  }

  .main-paragraph-copy-copy {
    margin-bottom: 60px;
    font-size: 40px;
  }

  .main-paragraph-copy-copy._50 {
    width: 100%;
    font-size: 18px;
  }

  .main-paragraph-copy-copy {
    margin-bottom: 60px;
    font-size: 40px;
  }

  .main-paragraph-copy-copy._50 {
    width: 100%;
    font-size: 18px;
  }

  .main-paragraph-copy-copy {
    margin-bottom: 60px;
    font-size: 40px;
  }

  .main-paragraph-copy-copy._50 {
    width: 100%;
    font-size: 18px;
  }

  .main-paragraph-copy-copy {
    margin-bottom: 60px;
    font-size: 40px;
  }

  .main-paragraph-copy-copy._50 {
    width: 100%;
    font-size: 18px;
  }

  .icon-bg-copy-copy {
    left: 10%;
  }

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

  .text-block-3 {
    font-size: 1rem;
  }

  .text-block-4 {
    padding-right: 70px;
    padding-left: 70px;
  }

  .new-footer {
    font-size: 1rem;
  }

  .footer-text {
    margin-right: 10px;
    margin-left: 10px;
  }

  .section-2 {
    margin-top: 55px;
  }

  .main-paragraph-copy-copy-copy {
    margin-bottom: 60px;
    font-size: 40px;
  }

  .main-paragraph-copy-copy-copy._50-copy {
    width: 100%;
    font-size: 18px;
  }

  .main-heading-copy.description-copy {
    font-size: 6vw;
  }

  .our-services-grid-copy-copy {
    -ms-grid-columns: 37px 0.9fr 1.5fr 37px;
    grid-template-columns: 37px 0.9fr 1.5fr 37px;
  }

  .container-copy-copy {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }

  .div-wrapper-copy {
    padding-right: 0px;
    padding-left: 0px;
  }

  .main-paragraph-copy-copy-copy {
    margin-bottom: 60px;
    font-size: 40px;
  }

  .main-paragraph-copy-copy-copy._50-copy {
    width: 100%;
    font-size: 18px;
  }

  .section-2-copy {
    margin-top: 90px;
  }
}

@media screen and (max-width: 479px) {
  .main.color-black.instruction {
    padding-top: 40px;
  }

  .hero {
    height: 80vh;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .background-video {
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .info-section.contact {
    padding-left: 0px;
  }

  .move-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .move-wrapper.contact {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main-heading.description.cases {
    font-size: 50px;
  }

  .main-heading._80-vw {
    width: auto;
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .main-heading.about-heading.first {
    white-space: normal;
  }

  .main-heading.stiky-outline {
    position: static;
    margin-top: 0px;
  }

  .image.contact {
    margin-top: 20px;
  }

  .section-video.no-padding {
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

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

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

  .container.instructions {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .main-paragraph.menu.white {
    font-size: 18px;
  }

  .main-paragraph.menu.white.space {
    margin-right: 5px;
  }

  .main-paragraph.menu.green {
    font-size: 18px;
  }

  .main-paragraph.menu.green.space {
    margin-right: 5px;
  }

  .main-paragraph.sub-heading {
    font-size: 15px;
  }

  .main-text {
    margin-bottom: 30px;
  }

  .wrapper-video.first {
    height: 400px;
  }

  .wrapper-video.second {
    height: 400px;
  }

  .wrapper-video.fourth {
    height: 400px;
  }

  .navbar {
    height: 100px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #273135;
  }

  .menu-button.w--open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .image-absolute.fourth {
    display: none;
    width: 35%;
  }

  .brand {
    padding-left: 0px;
  }

  .brand.w--current {
    margin-left: 0px;
  }

  .link-menu.margin {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
  }

  .link-menu.margin._404 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .wrapper-heading {
    padding-top: 0px;
  }

  .our-services-grid {
    margin-top: 20px;
    margin-bottom: 0px;
    padding-top: 0px;
    grid-template-areas: "Area Area Area Area"
      ". Area-2 Area-2 ."
      ". . Area-3 Area-3";
    -ms-grid-columns: 20px 0.9fr 1.5fr 20px;
    grid-template-columns: 20px 0.9fr 1.5fr 20px;
    text-align: center;
  }

  .faq-question-wrap {
    padding-right: 0px;
    padding-left: 27px;
  }

  .description {
    margin-top: 0px;
    font-size: 22vw;
  }

  .description.orange {
    font-size: 20px;
    font-weight: 700;
  }

  .container-dropdown.margin {
    bottom: 0px;
    padding-top: 61px;
  }

  .portfolio-link {
    padding-left: 0px;
  }

  .client-heading {
    font-size: 22px;
  }

  .faq-question-bar {
    padding: 15px 0px;
  }

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

  .container-text {
    padding: 0px 20px 30px;
    text-align: center;
  }

  .container-text.bottom {
    padding-left: 20px;
  }

  .sub-heading {
    margin-bottom: 20px;
    font-size: 15px;
  }

  .wrapper-about-image {
    overflow: hidden;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .about-heading {
    margin-top: 0px;
  }

  .about-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-areas: "."
      "Area-2"
      "Area"
      "Area-3"
      "Area-4";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 0px auto 0px 1fr 0px auto 0px auto;
    grid-template-rows: auto auto 1fr auto auto;
  }

  .crew-card {
    width: 85vw;
    height: 90vw;
  }

  .horizontal-scrollable-section-shop {
    width: 100%;
    margin-right: 0px;
  }

  .horizontal-scrollable-section-shop.auto {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .horizontal-scrollable-section-shop.auto._2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .horizzontal-shop {
    margin-left: 0px;
  }

  .project-grid {
    margin-top: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .play-container {
    width: 89vw;
    height: 400px;
  }

  .play-container.third {
    width: 89vw;
  }

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

  .wrapper-content-menu {
    padding-bottom: 0%;
    padding-left: 20px;
  }

  .wrapper-content-menu.second {
    padding-bottom: 12%;
  }

  .container-heading {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }

  .triangle-image {
    display: none;
  }

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

  .footer-grid {
    margin-left: 0px;
  }

  .footer-grid.bottom {
    margin-top: 5%;
    margin-right: 0px;
    margin-left: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .wrap-link-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .top-text {
    margin-right: 20px;
  }

  .grid-footer {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-bottom: 33px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-items: start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .social-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-grid {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .fixed-wrap.first {
    padding-top: 30%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .fixed-wrap.second {
    padding-top: 30%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .fixed-wrap.third {
    padding-top: 30%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .fixed-wrap.fourth {
    padding-top: 30%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .fixed-wrap.fifth {
    padding-top: 30%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .fixed-wrap.sixth {
    padding-top: 30%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .fixed-wrap.seventh {
    padding-top: 30%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .fixed-wrap.eighth {
    padding-top: 30%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .fixed-wrap.ninth {
    padding-top: 30%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .close-wrap.white {
    right: 4%;
  }

  .container-heading-hero {
    bottom: 0px;
    margin-bottom: 40px;
    padding-left: 10px;
  }

  .licensing-container {
    width: 90%;
    padding: 10px;
  }

  .section-licensing {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-heading-style.style-guide {
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero-style-guide {
    height: 300px;
  }

  .style-text.static {
    text-align: left;
  }

  .license-link {
    font-size: 16px;
  }

  .source-link {
    font-size: 16px;
  }

  .small-hero-heading {
    font-size: 38px;
  }

  .paragraph-2 {
    font-size: 16px;
  }

  .small-hero {
    min-height: 450px;
    padding-top: 25px;
  }

  .licensing-main-container {
    width: 95%;
    padding: 20px;
  }

  .licensing-heading {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .footer {
    padding: 60px 10px 60px 20px;
  }

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

  .licensing-section {
    padding: 25px 20px;
  }

  .licensing-paragraph {
    font-size: 16px;
  }

  .logo-and-text-wrapper {
    height: 50%;
  }

  .vdieo-overlay {
    height: 80vh;
  }

  .container-copy {
    padding: 0px 30px;
  }

  .div-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-inner-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .image-wrapper {
    margin-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .our-services-grid-copy {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    grid-template-areas: "Area Area Area Area"
      ". Area-2 Area-2 ."
      ". . Area-3 Area-3";
    -ms-grid-columns: 20px 0.9fr 1.5fr 20px;
    grid-template-columns: 20px 0.9fr 1.5fr 20px;
  }

  .about-grid-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-areas: "."
      "Area-2";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 0px auto;
    grid-template-rows: auto auto;
  }

  .icon-bg-copy.second {
    display: none;
  }

  .icon-bg-copy-copy {
    display: none;
  }

  .collection-list-wrapper {
    margin-top: 0px;
  }

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

  .image-card-2 {
    height: 100%;
  }

  .text-block-3 {
    font-size: 1rem;
    line-height: 1rem;
  }

  .text-block-4 {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .new-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .footer-text {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .footer-text-copy {
    display: none;
  }

  .section-2 {
    margin-top: 30px;
  }

  .div-inner-wrapper-copy {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .casting-text {
    padding-right: 15px;
    padding-left: 0px;
  }

  .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .column-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .columns {
    width: 100%;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .casting-text-1 {
    margin-bottom: 38px;
  }

  .div-block-17 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .script-text {
    padding-right: 25px;
    padding-left: 25px;
    border-left-style: none;
  }

  .casting-text-1-copy-copy {
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .our-services-grid-copy-copy {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    grid-template-areas: "Area Area Area Area"
      ". Area-2 Area-2 ."
      ". . Area-3 Area-3";
    -ms-grid-columns: 20px 0.9fr 1.5fr 20px;
    grid-template-columns: 20px 0.9fr 1.5fr 20px;
  }

  .container-copy-copy {
    padding: 0px 30px;
  }

  .div-wrapper-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-wrapper-copy {
    margin-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-inner-wrapper-copy {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .main-paragraph-copy-copy-copy-copy {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }

  .div-inner-wrapper-copy-copy {
    width: 100%;
    padding-right: 60px;
    padding-left: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .collection-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .section-2-copy {
    margin-top: 100px;
  }

  .columns-copy {
    width: 100%;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .casting-text-1-copy {
    margin-bottom: 38px;
  }

  .casting-text-copy {
    padding-right: 15px;
    padding-left: 0px;
  }

  .collection-list-wrapper-2 {
    margin-top: 20px;
  }
}

#w-node-ff445a2e-d3b1-2350-2fbd-83d3100ed28c-6720b9d1 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-grid-9-6720b9d1 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_024d98ef-c480-3023-e221-4d0582ca2a4a-6720b9d1 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_3c9d1aa2-0a8e-bb19-69e3-0f6a258de430-6720b9d1 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_986830ba-2140-0bd9-ed9e-26efb1584260-6720b9d1 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-_6cd2b764-3267-8d64-b394-a5806a12273f-6720b9d1 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: Area-4;
}

.contact-grid>#w-node-_6cd2b764-3267-8d64-b394-a5806a12273f-6720b9d1 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

#w-node-f5743613-8455-7cf8-0644-3a684435b4c6-6720b9d1 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-_20996295-735f-610f-aeb3-6679a8c2632d-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-area: Area;
}

.about-grid>#w-node-_20996295-735f-610f-aeb3-6679a8c2632d-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.div-wrapper>#w-node-_20996295-735f-610f-aeb3-6679a8c2632d-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.our-services-grid-copy>#w-node-_20996295-735f-610f-aeb3-6679a8c2632d-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
}

.about-grid-copy>#w-node-_20996295-735f-610f-aeb3-6679a8c2632d-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.div-block-6>#w-node-_20996295-735f-610f-aeb3-6679a8c2632d-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.our-services-grid-copy-copy>#w-node-_20996295-735f-610f-aeb3-6679a8c2632d-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
}

.div-wrapper-copy>#w-node-_20996295-735f-610f-aeb3-6679a8c2632d-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

#w-node-f4684287-852d-d6ee-42a1-f4f1f6688165-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area-2;
}

.contact-grid>#w-node-f4684287-852d-d6ee-42a1-f4f1f6688165-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.div-wrapper>#w-node-f4684287-852d-d6ee-42a1-f4f1f6688165-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.our-services-grid-copy>#w-node-f4684287-852d-d6ee-42a1-f4f1f6688165-6720b9d1 {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.about-grid-copy>#w-node-f4684287-852d-d6ee-42a1-f4f1f6688165-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.div-block-6>#w-node-f4684287-852d-d6ee-42a1-f4f1f6688165-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.our-services-grid-copy-copy>#w-node-f4684287-852d-d6ee-42a1-f4f1f6688165-6720b9d1 {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.div-wrapper-copy>#w-node-f4684287-852d-d6ee-42a1-f4f1f6688165-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

#w-node-f5743613-8455-7cf8-0644-3a684435b4ce-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area-2;
}

.contact-grid>#w-node-f5743613-8455-7cf8-0644-3a684435b4ce-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.div-wrapper>#w-node-f5743613-8455-7cf8-0644-3a684435b4ce-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.our-services-grid-copy>#w-node-f5743613-8455-7cf8-0644-3a684435b4ce-6720b9d1 {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.about-grid-copy>#w-node-f5743613-8455-7cf8-0644-3a684435b4ce-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.div-block-6>#w-node-f5743613-8455-7cf8-0644-3a684435b4ce-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.our-services-grid-copy-copy>#w-node-f5743613-8455-7cf8-0644-3a684435b4ce-6720b9d1 {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.div-wrapper-copy>#w-node-f5743613-8455-7cf8-0644-3a684435b4ce-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

#w-node-_0c59362e-eed1-3d1c-6856-3ede252b1e95-6720b9d1 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-_0c59362e-eed1-3d1c-6856-3ede252b1e97-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-area: Area;
}

.about-grid>#w-node-_0c59362e-eed1-3d1c-6856-3ede252b1e97-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.div-wrapper>#w-node-_0c59362e-eed1-3d1c-6856-3ede252b1e97-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.our-services-grid-copy>#w-node-_0c59362e-eed1-3d1c-6856-3ede252b1e97-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
}

.about-grid-copy>#w-node-_0c59362e-eed1-3d1c-6856-3ede252b1e97-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.div-block-6>#w-node-_0c59362e-eed1-3d1c-6856-3ede252b1e97-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.our-services-grid-copy-copy>#w-node-_0c59362e-eed1-3d1c-6856-3ede252b1e97-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
}

.div-wrapper-copy>#w-node-_0c59362e-eed1-3d1c-6856-3ede252b1e97-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

#w-node-_0c59362e-eed1-3d1c-6856-3ede252b1e9e-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area-2;
}

.contact-grid>#w-node-_0c59362e-eed1-3d1c-6856-3ede252b1e9e-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.div-wrapper>#w-node-_0c59362e-eed1-3d1c-6856-3ede252b1e9e-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.our-services-grid-copy>#w-node-_0c59362e-eed1-3d1c-6856-3ede252b1e9e-6720b9d1 {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.about-grid-copy>#w-node-_0c59362e-eed1-3d1c-6856-3ede252b1e9e-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.div-block-6>#w-node-_0c59362e-eed1-3d1c-6856-3ede252b1e9e-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.our-services-grid-copy-copy>#w-node-_0c59362e-eed1-3d1c-6856-3ede252b1e9e-6720b9d1 {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.div-wrapper-copy>#w-node-_0c59362e-eed1-3d1c-6856-3ede252b1e9e-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

#w-node-_0c59362e-eed1-3d1c-6856-3ede252b1e9f-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area-2;
}

.contact-grid>#w-node-_0c59362e-eed1-3d1c-6856-3ede252b1e9f-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.div-wrapper>#w-node-_0c59362e-eed1-3d1c-6856-3ede252b1e9f-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.our-services-grid-copy>#w-node-_0c59362e-eed1-3d1c-6856-3ede252b1e9f-6720b9d1 {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.about-grid-copy>#w-node-_0c59362e-eed1-3d1c-6856-3ede252b1e9f-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.div-block-6>#w-node-_0c59362e-eed1-3d1c-6856-3ede252b1e9f-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.our-services-grid-copy-copy>#w-node-_0c59362e-eed1-3d1c-6856-3ede252b1e9f-6720b9d1 {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.div-wrapper-copy>#w-node-_0c59362e-eed1-3d1c-6856-3ede252b1e9f-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

#w-node-fe1eec07-8406-48ec-d8ba-020b66e2ad33-6720b9d1 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-fe1eec07-8406-48ec-d8ba-020b66e2ad35-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-area: Area;
}

.about-grid>#w-node-fe1eec07-8406-48ec-d8ba-020b66e2ad35-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.div-wrapper>#w-node-fe1eec07-8406-48ec-d8ba-020b66e2ad35-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.our-services-grid-copy>#w-node-fe1eec07-8406-48ec-d8ba-020b66e2ad35-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
}

.about-grid-copy>#w-node-fe1eec07-8406-48ec-d8ba-020b66e2ad35-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.div-block-6>#w-node-fe1eec07-8406-48ec-d8ba-020b66e2ad35-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.our-services-grid-copy-copy>#w-node-fe1eec07-8406-48ec-d8ba-020b66e2ad35-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
}

.div-wrapper-copy>#w-node-fe1eec07-8406-48ec-d8ba-020b66e2ad35-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

#w-node-fe1eec07-8406-48ec-d8ba-020b66e2ad3c-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area-2;
}

.contact-grid>#w-node-fe1eec07-8406-48ec-d8ba-020b66e2ad3c-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.div-wrapper>#w-node-fe1eec07-8406-48ec-d8ba-020b66e2ad3c-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.our-services-grid-copy>#w-node-fe1eec07-8406-48ec-d8ba-020b66e2ad3c-6720b9d1 {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.about-grid-copy>#w-node-fe1eec07-8406-48ec-d8ba-020b66e2ad3c-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.div-block-6>#w-node-fe1eec07-8406-48ec-d8ba-020b66e2ad3c-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.our-services-grid-copy-copy>#w-node-fe1eec07-8406-48ec-d8ba-020b66e2ad3c-6720b9d1 {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.div-wrapper-copy>#w-node-fe1eec07-8406-48ec-d8ba-020b66e2ad3c-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

#w-node-fe1eec07-8406-48ec-d8ba-020b66e2ad3d-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area-2;
}

.contact-grid>#w-node-fe1eec07-8406-48ec-d8ba-020b66e2ad3d-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.div-wrapper>#w-node-fe1eec07-8406-48ec-d8ba-020b66e2ad3d-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.our-services-grid-copy>#w-node-fe1eec07-8406-48ec-d8ba-020b66e2ad3d-6720b9d1 {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.about-grid-copy>#w-node-fe1eec07-8406-48ec-d8ba-020b66e2ad3d-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.div-block-6>#w-node-fe1eec07-8406-48ec-d8ba-020b66e2ad3d-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.our-services-grid-copy-copy>#w-node-fe1eec07-8406-48ec-d8ba-020b66e2ad3d-6720b9d1 {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.div-wrapper-copy>#w-node-fe1eec07-8406-48ec-d8ba-020b66e2ad3d-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

#w-node-a2b34db8-8d62-b3f8-66c9-a6b85d5f98d2-6720b9d1 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-a2b34db8-8d62-b3f8-66c9-a6b85d5f98df-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-area: Area;
}

.about-grid>#w-node-a2b34db8-8d62-b3f8-66c9-a6b85d5f98df-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.div-wrapper>#w-node-a2b34db8-8d62-b3f8-66c9-a6b85d5f98df-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.our-services-grid-copy>#w-node-a2b34db8-8d62-b3f8-66c9-a6b85d5f98df-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
}

.about-grid-copy>#w-node-a2b34db8-8d62-b3f8-66c9-a6b85d5f98df-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.div-block-6>#w-node-a2b34db8-8d62-b3f8-66c9-a6b85d5f98df-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.our-services-grid-copy-copy>#w-node-a2b34db8-8d62-b3f8-66c9-a6b85d5f98df-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
}

.div-wrapper-copy>#w-node-a2b34db8-8d62-b3f8-66c9-a6b85d5f98df-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

#w-node-a2b34db8-8d62-b3f8-66c9-a6b85d5f98d4-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area-2;
}

.contact-grid>#w-node-a2b34db8-8d62-b3f8-66c9-a6b85d5f98d4-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.div-wrapper>#w-node-a2b34db8-8d62-b3f8-66c9-a6b85d5f98d4-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.our-services-grid-copy>#w-node-a2b34db8-8d62-b3f8-66c9-a6b85d5f98d4-6720b9d1 {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.about-grid-copy>#w-node-a2b34db8-8d62-b3f8-66c9-a6b85d5f98d4-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.div-block-6>#w-node-a2b34db8-8d62-b3f8-66c9-a6b85d5f98d4-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.our-services-grid-copy-copy>#w-node-a2b34db8-8d62-b3f8-66c9-a6b85d5f98d4-6720b9d1 {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.div-wrapper-copy>#w-node-a2b34db8-8d62-b3f8-66c9-a6b85d5f98d4-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

#w-node-f202f77e-5dae-1577-6cd3-ed59a70d2ccb-6720b9d1 {
  -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-cb2b2290-4ff3-82fa-7b10-cff70c8a792f-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-area: Area;
}

.about-grid>#w-node-cb2b2290-4ff3-82fa-7b10-cff70c8a792f-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.div-wrapper>#w-node-cb2b2290-4ff3-82fa-7b10-cff70c8a792f-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.our-services-grid-copy>#w-node-cb2b2290-4ff3-82fa-7b10-cff70c8a792f-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
}

.about-grid-copy>#w-node-cb2b2290-4ff3-82fa-7b10-cff70c8a792f-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.div-block-6>#w-node-cb2b2290-4ff3-82fa-7b10-cff70c8a792f-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.our-services-grid-copy-copy>#w-node-cb2b2290-4ff3-82fa-7b10-cff70c8a792f-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
}

.div-wrapper-copy>#w-node-cb2b2290-4ff3-82fa-7b10-cff70c8a792f-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

#w-node-cb2b2290-4ff3-82fa-7b10-cff70c8a7930-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-area: Area;
}

.about-grid>#w-node-cb2b2290-4ff3-82fa-7b10-cff70c8a7930-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.div-wrapper>#w-node-cb2b2290-4ff3-82fa-7b10-cff70c8a7930-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.our-services-grid-copy>#w-node-cb2b2290-4ff3-82fa-7b10-cff70c8a7930-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
}

.about-grid-copy>#w-node-cb2b2290-4ff3-82fa-7b10-cff70c8a7930-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.div-block-6>#w-node-cb2b2290-4ff3-82fa-7b10-cff70c8a7930-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.our-services-grid-copy-copy>#w-node-cb2b2290-4ff3-82fa-7b10-cff70c8a7930-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
}

.div-wrapper-copy>#w-node-cb2b2290-4ff3-82fa-7b10-cff70c8a7930-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

#w-node-cb2b2290-4ff3-82fa-7b10-cff70c8a7932-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-area: Area;
}

.about-grid>#w-node-cb2b2290-4ff3-82fa-7b10-cff70c8a7932-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.div-wrapper>#w-node-cb2b2290-4ff3-82fa-7b10-cff70c8a7932-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.our-services-grid-copy>#w-node-cb2b2290-4ff3-82fa-7b10-cff70c8a7932-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
}

.about-grid-copy>#w-node-cb2b2290-4ff3-82fa-7b10-cff70c8a7932-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.div-block-6>#w-node-cb2b2290-4ff3-82fa-7b10-cff70c8a7932-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.our-services-grid-copy-copy>#w-node-cb2b2290-4ff3-82fa-7b10-cff70c8a7932-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
}

.div-wrapper-copy>#w-node-cb2b2290-4ff3-82fa-7b10-cff70c8a7932-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

#w-node-cb2b2290-4ff3-82fa-7b10-cff70c8a7934-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area-2;
}

.contact-grid>#w-node-cb2b2290-4ff3-82fa-7b10-cff70c8a7934-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.div-wrapper>#w-node-cb2b2290-4ff3-82fa-7b10-cff70c8a7934-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.our-services-grid-copy>#w-node-cb2b2290-4ff3-82fa-7b10-cff70c8a7934-6720b9d1 {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.about-grid-copy>#w-node-cb2b2290-4ff3-82fa-7b10-cff70c8a7934-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.div-block-6>#w-node-cb2b2290-4ff3-82fa-7b10-cff70c8a7934-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.our-services-grid-copy-copy>#w-node-cb2b2290-4ff3-82fa-7b10-cff70c8a7934-6720b9d1 {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.div-wrapper-copy>#w-node-cb2b2290-4ff3-82fa-7b10-cff70c8a7934-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

#w-node-dd43cbed-7011-fc29-cd16-2af838cd0e19-2320b9de {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-dd43cbed-7011-fc29-cd16-2af838cd0e1b-2320b9de {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-dd43cbed-7011-fc29-cd16-2af838cd0e1d-2320b9de {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-dd43cbed-7011-fc29-cd16-2af838cd0e1f-2320b9de {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-dd43cbed-7011-fc29-cd16-2af838cd0e21-2320b9de {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-dd43cbed-7011-fc29-cd16-2af838cd0e23-2320b9de {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_966b3d47-2148-78c6-9a46-7ffa7a1e8d16-cd20b9df {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_966b3d47-2148-78c6-9a46-7ffa7a1e8d1b-cd20b9df {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_966b3d47-2148-78c6-9a46-7ffa7a1e8d21-cd20b9df {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_966b3d47-2148-78c6-9a46-7ffa7a1e8d25-cd20b9df {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_966b3d47-2148-78c6-9a46-7ffa7a1e8d29-cd20b9df {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_966b3d47-2148-78c6-9a46-7ffa7a1e8d2d-cd20b9df {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_966b3d47-2148-78c6-9a46-7ffa7a1e8d31-cd20b9df {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_966b3d47-2148-78c6-9a46-7ffa7a1e8d35-cd20b9df {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_966b3d47-2148-78c6-9a46-7ffa7a1e8d39-cd20b9df {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_40aa3333-efa3-16b2-d79f-f886ad40a085-cd20b9df {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_40aa3333-efa3-16b2-d79f-f886ad40a086-cd20b9df {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_40aa3333-efa3-16b2-d79f-f886ad40a087-cd20b9df {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_40aa3333-efa3-16b2-d79f-f886ad40a088-cd20b9df {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_40aa3333-efa3-16b2-d79f-f886ad40a089-cd20b9df {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_40aa3333-efa3-16b2-d79f-f886ad40a08a-cd20b9df {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_40aa3333-efa3-16b2-d79f-f886ad40a09d-cd20b9df {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_40aa3333-efa3-16b2-d79f-f886ad40a0a1-cd20b9df {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_40aa3333-efa3-16b2-d79f-f886ad40a0aa-cd20b9df {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_40aa3333-efa3-16b2-d79f-f886ad40a0e4-cd20b9df {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_40aa3333-efa3-16b2-d79f-f886ad40a0e8-cd20b9df {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-f4ed86f1-44d7-d275-dbe6-4b911a85f04c-3c20b9e1 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f4ed86f1-44d7-d275-dbe6-4b911a85f052-3c20b9e1 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f4ed86f1-44d7-d275-dbe6-4b911a85f058-3c20b9e1 {
  -ms-grid-column-align: center;
  justify-self: center;
}

@media screen and (min-width: 1440px) {
  #w-node-_6cd2b764-3267-8d64-b394-a5806a122730-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-area: Area;
  }

  .about-grid>#w-node-_6cd2b764-3267-8d64-b394-a5806a122730-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  #w-node-e096672e-6764-8bf2-22b1-6773d927986c-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-area: Area;
  }

  .about-grid>#w-node-e096672e-6764-8bf2-22b1-6773d927986c-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  #w-node-_966b3d47-2148-78c6-9a46-7ffa7a1e8d16-cd20b9df {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_966b3d47-2148-78c6-9a46-7ffa7a1e8d1b-cd20b9df {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_966b3d47-2148-78c6-9a46-7ffa7a1e8d21-cd20b9df {
    -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;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_966b3d47-2148-78c6-9a46-7ffa7a1e8d25-cd20b9df {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_966b3d47-2148-78c6-9a46-7ffa7a1e8d29-cd20b9df {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_966b3d47-2148-78c6-9a46-7ffa7a1e8d2d-cd20b9df {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_966b3d47-2148-78c6-9a46-7ffa7a1e8d35-cd20b9df {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_966b3d47-2148-78c6-9a46-7ffa7a1e8d39-cd20b9df {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-f4ed86f1-44d7-d275-dbe6-4b911a85f058-3c20b9e1 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

.div-wrapper>#w-node-e096672e-6764-8bf2-22b1-6773d927986c-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.our-services-grid-copy>#w-node-e096672e-6764-8bf2-22b1-6773d927986c-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
}

.about-grid-copy>#w-node-e096672e-6764-8bf2-22b1-6773d927986c-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.div-block-6>#w-node-e096672e-6764-8bf2-22b1-6773d927986c-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.our-services-grid-copy-copy>#w-node-e096672e-6764-8bf2-22b1-6773d927986c-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
}

.div-wrapper-copy>#w-node-e096672e-6764-8bf2-22b1-6773d927986c-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.div-wrapper>#w-node-_6cd2b764-3267-8d64-b394-a5806a122730-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.our-services-grid-copy>#w-node-_6cd2b764-3267-8d64-b394-a5806a122730-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
}

.about-grid-copy>#w-node-_6cd2b764-3267-8d64-b394-a5806a122730-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.div-block-6>#w-node-_6cd2b764-3267-8d64-b394-a5806a122730-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.our-services-grid-copy-copy>#w-node-_6cd2b764-3267-8d64-b394-a5806a122730-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
}

.div-wrapper-copy>#w-node-_6cd2b764-3267-8d64-b394-a5806a122730-6720b9d1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

@media screen and (max-width: 991px) {
  #w-node-_024d98ef-c480-3023-e221-4d0582ca2a4a-6720b9d1 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_40aa3333-efa3-16b2-d79f-f886ad40a0e8-cd20b9df {
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_40aa3333-efa3-16b2-d79f-f886ad40a0aa-cd20b9df {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    grid-area: Area-4;
  }

  .contact-grid>#w-node-_40aa3333-efa3-16b2-d79f-f886ad40a0aa-cd20b9df {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  #w-node-_40aa3333-efa3-16b2-d79f-f886ad40a0e4-cd20b9df {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-_40aa3333-efa3-16b2-d79f-f886ad40a0e8-cd20b9df {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6cd2b764-3267-8d64-b394-a5806a12273f-6720b9d1 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  .contact-grid>#w-node-_6cd2b764-3267-8d64-b394-a5806a12273f-6720b9d1 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }

  #w-node-_6cd2b764-3267-8d64-b394-a5806a12273f-6720b9d1 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  .about-grid>#w-node-_20996295-735f-610f-aeb3-6679a8c2632d-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .about-grid-copy>#w-node-_20996295-735f-610f-aeb3-6679a8c2632d-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  #w-node-f4684287-852d-d6ee-42a1-f4f1f6688165-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }

  .contact-grid>#w-node-f4684287-852d-d6ee-42a1-f4f1f6688165-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .about-grid-copy>#w-node-f4684287-852d-d6ee-42a1-f4f1f6688165-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }

  #w-node-f5743613-8455-7cf8-0644-3a684435b4ce-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }

  .contact-grid>#w-node-f5743613-8455-7cf8-0644-3a684435b4ce-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .about-grid-copy>#w-node-f5743613-8455-7cf8-0644-3a684435b4ce-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }

  .about-grid>#w-node-_0c59362e-eed1-3d1c-6856-3ede252b1e97-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .about-grid-copy>#w-node-_0c59362e-eed1-3d1c-6856-3ede252b1e97-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  #w-node-_0c59362e-eed1-3d1c-6856-3ede252b1e9e-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }

  .contact-grid>#w-node-_0c59362e-eed1-3d1c-6856-3ede252b1e9e-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .about-grid-copy>#w-node-_0c59362e-eed1-3d1c-6856-3ede252b1e9e-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }

  #w-node-_0c59362e-eed1-3d1c-6856-3ede252b1e9f-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }

  .contact-grid>#w-node-_0c59362e-eed1-3d1c-6856-3ede252b1e9f-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .about-grid-copy>#w-node-_0c59362e-eed1-3d1c-6856-3ede252b1e9f-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }

  .about-grid>#w-node-fe1eec07-8406-48ec-d8ba-020b66e2ad35-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .about-grid-copy>#w-node-fe1eec07-8406-48ec-d8ba-020b66e2ad35-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  #w-node-fe1eec07-8406-48ec-d8ba-020b66e2ad3c-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }

  .contact-grid>#w-node-fe1eec07-8406-48ec-d8ba-020b66e2ad3c-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .about-grid-copy>#w-node-fe1eec07-8406-48ec-d8ba-020b66e2ad3c-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }

  #w-node-fe1eec07-8406-48ec-d8ba-020b66e2ad3d-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }

  .contact-grid>#w-node-fe1eec07-8406-48ec-d8ba-020b66e2ad3d-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .about-grid-copy>#w-node-fe1eec07-8406-48ec-d8ba-020b66e2ad3d-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }

  .about-grid>#w-node-a2b34db8-8d62-b3f8-66c9-a6b85d5f98df-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .about-grid-copy>#w-node-a2b34db8-8d62-b3f8-66c9-a6b85d5f98df-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  #w-node-a2b34db8-8d62-b3f8-66c9-a6b85d5f98d4-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }

  .contact-grid>#w-node-a2b34db8-8d62-b3f8-66c9-a6b85d5f98d4-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .about-grid-copy>#w-node-a2b34db8-8d62-b3f8-66c9-a6b85d5f98d4-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }

  .about-grid>#w-node-cb2b2290-4ff3-82fa-7b10-cff70c8a792f-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .about-grid-copy>#w-node-cb2b2290-4ff3-82fa-7b10-cff70c8a792f-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .about-grid>#w-node-cb2b2290-4ff3-82fa-7b10-cff70c8a7930-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .about-grid-copy>#w-node-cb2b2290-4ff3-82fa-7b10-cff70c8a7930-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .about-grid>#w-node-cb2b2290-4ff3-82fa-7b10-cff70c8a7932-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .about-grid-copy>#w-node-cb2b2290-4ff3-82fa-7b10-cff70c8a7932-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  #w-node-cb2b2290-4ff3-82fa-7b10-cff70c8a7934-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }

  .contact-grid>#w-node-cb2b2290-4ff3-82fa-7b10-cff70c8a7934-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .about-grid-copy>#w-node-cb2b2290-4ff3-82fa-7b10-cff70c8a7934-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }

  .about-grid>#w-node-_6cd2b764-3267-8d64-b394-a5806a122730-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .about-grid-copy>#w-node-_6cd2b764-3267-8d64-b394-a5806a122730-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .about-grid>#w-node-e096672e-6764-8bf2-22b1-6773d927986c-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .about-grid-copy>#w-node-e096672e-6764-8bf2-22b1-6773d927986c-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  #w-node-_40aa3333-efa3-16b2-d79f-f886ad40a0aa-cd20b9df {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  .contact-grid>#w-node-_40aa3333-efa3-16b2-d79f-f886ad40a0aa-cd20b9df {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }

  #w-node-_40aa3333-efa3-16b2-d79f-f886ad40a0aa-cd20b9df {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6cd2b764-3267-8d64-b394-a5806a12273f-6720b9d1 {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }

  #w-node-_20996295-735f-610f-aeb3-6679a8c2632d-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }

  .about-grid>#w-node-_20996295-735f-610f-aeb3-6679a8c2632d-6720b9d1 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .our-services-grid-copy>#w-node-_20996295-735f-610f-aeb3-6679a8c2632d-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }

  .our-services-grid-copy-copy>#w-node-_20996295-735f-610f-aeb3-6679a8c2632d-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }

  #w-node-f4684287-852d-d6ee-42a1-f4f1f6688165-6720b9d1 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }

  #w-node-f4684287-852d-d6ee-42a1-f4f1f6688165-6720b9d1 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .our-services-grid-copy>#w-node-f4684287-852d-d6ee-42a1-f4f1f6688165-6720b9d1 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }

  .about-grid-copy>#w-node-f4684287-852d-d6ee-42a1-f4f1f6688165-6720b9d1 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .our-services-grid-copy-copy>#w-node-f4684287-852d-d6ee-42a1-f4f1f6688165-6720b9d1 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }

  #w-node-f5743613-8455-7cf8-0644-3a684435b4ce-6720b9d1 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }

  #w-node-f5743613-8455-7cf8-0644-3a684435b4ce-6720b9d1 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .our-services-grid-copy>#w-node-f5743613-8455-7cf8-0644-3a684435b4ce-6720b9d1 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }

  .about-grid-copy>#w-node-f5743613-8455-7cf8-0644-3a684435b4ce-6720b9d1 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .our-services-grid-copy-copy>#w-node-f5743613-8455-7cf8-0644-3a684435b4ce-6720b9d1 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }

  #w-node-_0c59362e-eed1-3d1c-6856-3ede252b1e97-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }

  .about-grid>#w-node-_0c59362e-eed1-3d1c-6856-3ede252b1e97-6720b9d1 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .our-services-grid-copy>#w-node-_0c59362e-eed1-3d1c-6856-3ede252b1e97-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }

  .our-services-grid-copy-copy>#w-node-_0c59362e-eed1-3d1c-6856-3ede252b1e97-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }

  #w-node-_0c59362e-eed1-3d1c-6856-3ede252b1e9e-6720b9d1 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }

  #w-node-_0c59362e-eed1-3d1c-6856-3ede252b1e9e-6720b9d1 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .our-services-grid-copy>#w-node-_0c59362e-eed1-3d1c-6856-3ede252b1e9e-6720b9d1 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }

  .about-grid-copy>#w-node-_0c59362e-eed1-3d1c-6856-3ede252b1e9e-6720b9d1 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .our-services-grid-copy-copy>#w-node-_0c59362e-eed1-3d1c-6856-3ede252b1e9e-6720b9d1 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }

  #w-node-_0c59362e-eed1-3d1c-6856-3ede252b1e9f-6720b9d1 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }

  #w-node-_0c59362e-eed1-3d1c-6856-3ede252b1e9f-6720b9d1 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .our-services-grid-copy>#w-node-_0c59362e-eed1-3d1c-6856-3ede252b1e9f-6720b9d1 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }

  .about-grid-copy>#w-node-_0c59362e-eed1-3d1c-6856-3ede252b1e9f-6720b9d1 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .our-services-grid-copy-copy>#w-node-_0c59362e-eed1-3d1c-6856-3ede252b1e9f-6720b9d1 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }

  #w-node-fe1eec07-8406-48ec-d8ba-020b66e2ad35-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }

  .about-grid>#w-node-fe1eec07-8406-48ec-d8ba-020b66e2ad35-6720b9d1 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .our-services-grid-copy>#w-node-fe1eec07-8406-48ec-d8ba-020b66e2ad35-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }

  .our-services-grid-copy-copy>#w-node-fe1eec07-8406-48ec-d8ba-020b66e2ad35-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }

  #w-node-fe1eec07-8406-48ec-d8ba-020b66e2ad3c-6720b9d1 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }

  #w-node-fe1eec07-8406-48ec-d8ba-020b66e2ad3c-6720b9d1 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .our-services-grid-copy>#w-node-fe1eec07-8406-48ec-d8ba-020b66e2ad3c-6720b9d1 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }

  .about-grid-copy>#w-node-fe1eec07-8406-48ec-d8ba-020b66e2ad3c-6720b9d1 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .our-services-grid-copy-copy>#w-node-fe1eec07-8406-48ec-d8ba-020b66e2ad3c-6720b9d1 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }

  #w-node-fe1eec07-8406-48ec-d8ba-020b66e2ad3d-6720b9d1 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }

  #w-node-fe1eec07-8406-48ec-d8ba-020b66e2ad3d-6720b9d1 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .our-services-grid-copy>#w-node-fe1eec07-8406-48ec-d8ba-020b66e2ad3d-6720b9d1 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }

  .about-grid-copy>#w-node-fe1eec07-8406-48ec-d8ba-020b66e2ad3d-6720b9d1 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .our-services-grid-copy-copy>#w-node-fe1eec07-8406-48ec-d8ba-020b66e2ad3d-6720b9d1 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }

  #w-node-a2b34db8-8d62-b3f8-66c9-a6b85d5f98df-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }

  .about-grid>#w-node-a2b34db8-8d62-b3f8-66c9-a6b85d5f98df-6720b9d1 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .our-services-grid-copy>#w-node-a2b34db8-8d62-b3f8-66c9-a6b85d5f98df-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }

  .our-services-grid-copy-copy>#w-node-a2b34db8-8d62-b3f8-66c9-a6b85d5f98df-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }

  #w-node-a2b34db8-8d62-b3f8-66c9-a6b85d5f98d4-6720b9d1 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }

  #w-node-a2b34db8-8d62-b3f8-66c9-a6b85d5f98d4-6720b9d1 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .our-services-grid-copy>#w-node-a2b34db8-8d62-b3f8-66c9-a6b85d5f98d4-6720b9d1 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }

  .about-grid-copy>#w-node-a2b34db8-8d62-b3f8-66c9-a6b85d5f98d4-6720b9d1 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .our-services-grid-copy-copy>#w-node-a2b34db8-8d62-b3f8-66c9-a6b85d5f98d4-6720b9d1 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }

  #w-node-cb2b2290-4ff3-82fa-7b10-cff70c8a792f-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }

  .about-grid>#w-node-cb2b2290-4ff3-82fa-7b10-cff70c8a792f-6720b9d1 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .our-services-grid-copy>#w-node-cb2b2290-4ff3-82fa-7b10-cff70c8a792f-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }

  .our-services-grid-copy-copy>#w-node-cb2b2290-4ff3-82fa-7b10-cff70c8a792f-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }

  #w-node-cb2b2290-4ff3-82fa-7b10-cff70c8a7930-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }

  .about-grid>#w-node-cb2b2290-4ff3-82fa-7b10-cff70c8a7930-6720b9d1 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .our-services-grid-copy>#w-node-cb2b2290-4ff3-82fa-7b10-cff70c8a7930-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }

  .our-services-grid-copy-copy>#w-node-cb2b2290-4ff3-82fa-7b10-cff70c8a7930-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }

  #w-node-cb2b2290-4ff3-82fa-7b10-cff70c8a7932-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }

  .about-grid>#w-node-cb2b2290-4ff3-82fa-7b10-cff70c8a7932-6720b9d1 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .our-services-grid-copy>#w-node-cb2b2290-4ff3-82fa-7b10-cff70c8a7932-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }

  .our-services-grid-copy-copy>#w-node-cb2b2290-4ff3-82fa-7b10-cff70c8a7932-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }

  #w-node-cb2b2290-4ff3-82fa-7b10-cff70c8a7934-6720b9d1 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }

  #w-node-cb2b2290-4ff3-82fa-7b10-cff70c8a7934-6720b9d1 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .our-services-grid-copy>#w-node-cb2b2290-4ff3-82fa-7b10-cff70c8a7934-6720b9d1 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }

  .about-grid-copy>#w-node-cb2b2290-4ff3-82fa-7b10-cff70c8a7934-6720b9d1 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .our-services-grid-copy-copy>#w-node-cb2b2290-4ff3-82fa-7b10-cff70c8a7934-6720b9d1 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }

  #w-node-_6cd2b764-3267-8d64-b394-a5806a122730-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }

  .about-grid>#w-node-_6cd2b764-3267-8d64-b394-a5806a122730-6720b9d1 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .our-services-grid-copy>#w-node-_6cd2b764-3267-8d64-b394-a5806a122730-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }

  .our-services-grid-copy-copy>#w-node-_6cd2b764-3267-8d64-b394-a5806a122730-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }

  #w-node-e096672e-6764-8bf2-22b1-6773d927986c-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }

  .about-grid>#w-node-e096672e-6764-8bf2-22b1-6773d927986c-6720b9d1 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .our-services-grid-copy>#w-node-e096672e-6764-8bf2-22b1-6773d927986c-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }

  .our-services-grid-copy-copy>#w-node-e096672e-6764-8bf2-22b1-6773d927986c-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }

  #w-node-_40aa3333-efa3-16b2-d79f-f886ad40a0aa-cd20b9df {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_20996295-735f-610f-aeb3-6679a8c2632d-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }

  .our-services-grid-copy>#w-node-_20996295-735f-610f-aeb3-6679a8c2632d-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }

  .our-services-grid-copy-copy>#w-node-_20996295-735f-610f-aeb3-6679a8c2632d-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }

  #w-node-f4684287-852d-d6ee-42a1-f4f1f6688165-6720b9d1 {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }

  .our-services-grid-copy>#w-node-f4684287-852d-d6ee-42a1-f4f1f6688165-6720b9d1 {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }

  .our-services-grid-copy-copy>#w-node-f4684287-852d-d6ee-42a1-f4f1f6688165-6720b9d1 {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }

  #w-node-f5743613-8455-7cf8-0644-3a684435b4ce-6720b9d1 {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }

  .our-services-grid-copy>#w-node-f5743613-8455-7cf8-0644-3a684435b4ce-6720b9d1 {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }

  .our-services-grid-copy-copy>#w-node-f5743613-8455-7cf8-0644-3a684435b4ce-6720b9d1 {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }

  #w-node-_0c59362e-eed1-3d1c-6856-3ede252b1e97-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }

  .our-services-grid-copy>#w-node-_0c59362e-eed1-3d1c-6856-3ede252b1e97-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }

  .our-services-grid-copy-copy>#w-node-_0c59362e-eed1-3d1c-6856-3ede252b1e97-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }

  #w-node-_0c59362e-eed1-3d1c-6856-3ede252b1e9e-6720b9d1 {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }

  .our-services-grid-copy>#w-node-_0c59362e-eed1-3d1c-6856-3ede252b1e9e-6720b9d1 {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }

  .our-services-grid-copy-copy>#w-node-_0c59362e-eed1-3d1c-6856-3ede252b1e9e-6720b9d1 {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }

  #w-node-_0c59362e-eed1-3d1c-6856-3ede252b1e9f-6720b9d1 {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }

  .our-services-grid-copy>#w-node-_0c59362e-eed1-3d1c-6856-3ede252b1e9f-6720b9d1 {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }

  .our-services-grid-copy-copy>#w-node-_0c59362e-eed1-3d1c-6856-3ede252b1e9f-6720b9d1 {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }

  #w-node-fe1eec07-8406-48ec-d8ba-020b66e2ad35-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }

  .our-services-grid-copy>#w-node-fe1eec07-8406-48ec-d8ba-020b66e2ad35-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }

  .our-services-grid-copy-copy>#w-node-fe1eec07-8406-48ec-d8ba-020b66e2ad35-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }

  #w-node-fe1eec07-8406-48ec-d8ba-020b66e2ad3c-6720b9d1 {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }

  .our-services-grid-copy>#w-node-fe1eec07-8406-48ec-d8ba-020b66e2ad3c-6720b9d1 {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }

  .our-services-grid-copy-copy>#w-node-fe1eec07-8406-48ec-d8ba-020b66e2ad3c-6720b9d1 {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }

  #w-node-fe1eec07-8406-48ec-d8ba-020b66e2ad3d-6720b9d1 {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }

  .our-services-grid-copy>#w-node-fe1eec07-8406-48ec-d8ba-020b66e2ad3d-6720b9d1 {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }

  .our-services-grid-copy-copy>#w-node-fe1eec07-8406-48ec-d8ba-020b66e2ad3d-6720b9d1 {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }

  #w-node-a2b34db8-8d62-b3f8-66c9-a6b85d5f98df-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }

  .our-services-grid-copy>#w-node-a2b34db8-8d62-b3f8-66c9-a6b85d5f98df-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }

  .our-services-grid-copy-copy>#w-node-a2b34db8-8d62-b3f8-66c9-a6b85d5f98df-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }

  #w-node-a2b34db8-8d62-b3f8-66c9-a6b85d5f98d4-6720b9d1 {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }

  .our-services-grid-copy>#w-node-a2b34db8-8d62-b3f8-66c9-a6b85d5f98d4-6720b9d1 {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }

  .our-services-grid-copy-copy>#w-node-a2b34db8-8d62-b3f8-66c9-a6b85d5f98d4-6720b9d1 {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }

  #w-node-cb2b2290-4ff3-82fa-7b10-cff70c8a792f-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }

  .our-services-grid-copy>#w-node-cb2b2290-4ff3-82fa-7b10-cff70c8a792f-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }

  .our-services-grid-copy-copy>#w-node-cb2b2290-4ff3-82fa-7b10-cff70c8a792f-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }

  #w-node-cb2b2290-4ff3-82fa-7b10-cff70c8a7930-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }

  .our-services-grid-copy>#w-node-cb2b2290-4ff3-82fa-7b10-cff70c8a7930-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }

  .our-services-grid-copy-copy>#w-node-cb2b2290-4ff3-82fa-7b10-cff70c8a7930-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }

  #w-node-cb2b2290-4ff3-82fa-7b10-cff70c8a7932-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }

  .our-services-grid-copy>#w-node-cb2b2290-4ff3-82fa-7b10-cff70c8a7932-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }

  .our-services-grid-copy-copy>#w-node-cb2b2290-4ff3-82fa-7b10-cff70c8a7932-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }

  #w-node-cb2b2290-4ff3-82fa-7b10-cff70c8a7934-6720b9d1 {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }

  .our-services-grid-copy>#w-node-cb2b2290-4ff3-82fa-7b10-cff70c8a7934-6720b9d1 {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }

  .our-services-grid-copy-copy>#w-node-cb2b2290-4ff3-82fa-7b10-cff70c8a7934-6720b9d1 {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }

  #w-node-_6cd2b764-3267-8d64-b394-a5806a122730-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }

  .our-services-grid-copy>#w-node-_6cd2b764-3267-8d64-b394-a5806a122730-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }

  .our-services-grid-copy-copy>#w-node-_6cd2b764-3267-8d64-b394-a5806a122730-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }

  #w-node-e096672e-6764-8bf2-22b1-6773d927986c-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }

  .our-services-grid-copy>#w-node-e096672e-6764-8bf2-22b1-6773d927986c-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }

  .our-services-grid-copy-copy>#w-node-e096672e-6764-8bf2-22b1-6773d927986c-6720b9d1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_024d98ef-c480-3023-e221-4d0582ca2a4a-6720b9d1 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_3c9d1aa2-0a8e-bb19-69e3-0f6a258de430-6720b9d1 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_40aa3333-efa3-16b2-d79f-f886ad40a0e8-cd20b9df {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }
}

