@font-face {
  font-family: D Din;
  src: url('../fonts/D-DIN-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: D Din;
  src: url('../fonts/D-DIN.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary-black: black;
  --white: white;
  --white-50: #ffffff80;
  --white-25: #ffffff40;
  --h1-tablet: "D Din", sans-serif;
  --h1-tablet-60: 60px;
  --h2-tablet: "D Din", sans-serif;
  --h2-tablet-45px: 45px;
  --h1-mobile: "D Din", sans-serif;
  --h1-70px: 70px;
  --h2-mobile: "D Din", sans-serif;
  --h2-mobile-40px: 40px;
  --h3-mobile: "D Din", sans-serif;
  --h3-mobile-28: 28px;
  --h3-tablet: "D Din", sans-serif;
  --h3-tablet-28px: 28px;
  --h4-tablet: var(--h4);
  --h4-tablet-26px: 26px;
  --h5-tablet: var(--h5);
  --h5-tablet-22px: 22px;
  --h6-tablet: "D Din", sans-serif;
  --h6-tablet-14px: 14px;
  --h4: "D Din", sans-serif;
  --h4-mobile-24: 24px;
  --h5-mobile: "D Din", sans-serif;
  --h5-mobile-22px: 22px;
  --white-5-51: #ffffff0d;
  --paragraph: "D Din", sans-serif;
  --paragraph-large: 18px;
  --h2: "D Din", sans-serif;
  --h1: "D Din", sans-serif;
  --white-1: #ffffff03;
  --relume-library-lite-rl-black: black;
  --relume-library-lite-rl-white: white;
  --h3: "D Din", sans-serif;
  --h5: "D Din", sans-serif;
  --h2-45px: 45px;
  --h3-28px: 28px;
  --h4-26px: 26px;
  --h5-22px: 22px;
  --h6: "D Din", sans-serif;
  --paragraph-17px: 17px;
  --link-type: "D Din", sans-serif;
}

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  background-color: var(--primary-black);
  color: var(--white);
  font-family: Heebo, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.2em;
}

h1 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Sora, sans-serif;
  font-size: 70px;
  font-weight: 500;
  line-height: 1.2em;
}

h2 {
  color: var(--white);
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: D Din, sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 1.2em;
}

h3 {
  color: var(--white);
  margin-top: 10px;
  font-family: Sora, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2em;
}

h4 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Sora, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2em;
}

h5 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Sora, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2em;
}

h6 {
  color: var(--white);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Heebo, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2em;
}

p {
  color: var(--white-50);
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.5em;
}

a {
  color: var(--white);
  letter-spacing: .2em;
  text-transform: uppercase;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5em;
  text-decoration: none;
  transition: all .45s;
  display: inline-block;
}

a:hover {
  opacity: .5;
}

ul {
  grid-row-gap: 15px;
  background-color: var(--white);
  color: var(--white);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

li {
  align-items: center;
  line-height: 1.4em;
}

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

label {
  margin-bottom: 10px;
  display: block;
}

blockquote {
  border-left: 2px solid var(--white);
  text-align: left;
  margin-top: 25px;
  margin-bottom: 0;
  padding: 30px 20px 30px 30px;
  font-size: 36px;
  line-height: 1.2em;
}

figure {
  margin-bottom: 10px;
}

.section {
  padding-top: 80px;
  padding-bottom: 40px;
  display: block;
  position: relative;
  overflow: visible;
}

.section.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.section.without-bottom-spacing {
  padding-bottom: 0;
  display: none;
}

.section.without-top-spacing {
  display: none;
}

.section.style-guide-section {
  padding-top: 160px;
  padding-bottom: 0;
}

.section.no-spacing {
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.base-container {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.base-container.align-left {
  align-items: flex-start;
}

.base-container.pos-relative {
  z-index: 90;
  width: 75%;
  min-width: auto;
  max-width: none;
  position: relative;
}

.base-container.banner-3 {
  z-index: 90;
  justify-content: center;
  position: relative;
}

.base-container.booking-and-cancel {
  padding-left: 60px;
  padding-right: 60px;
}

.grid-system-wrapper {
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.grid-system {
  border-top: 1px solid var(--white);
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.grid-description {
  border-right: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  justify-content: center;
  align-items: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-description.first-description {
  border-right: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  border-left: 1px solid var(--white);
  width: 24%;
}

.grid-description.last-description {
  border-right-style: solid;
  border-right-width: 1px;
}

.spacing-system-column {
  padding-right: 20px;
}

.spacing-wrapper-mobile {
  width: 70%;
  margin-top: 30px;
  position: relative;
}

.typography-wrapper {
  margin-top: 30px;
}

.spacing-columns {
  margin-top: 50px;
}

.bottom-style-spacing-desktop {
  color: var(--white);
  font-weight: 700;
  position: absolute;
  inset: auto 0% 10% auto;
}

.top-style-spacing-desktop {
  color: var(--white);
  font-weight: 700;
  position: absolute;
  top: 8%;
  bottom: auto;
  right: 0;
}

.spacing-wrapper {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.middle-style-spacing-desktop {
  color: var(--white);
  font-weight: 700;
  position: absolute;
  inset: 33% 0% auto auto;
}

.primary-style-guide {
  border: 1px solid var(--white-25);
  background-color: var(--primary-black);
  width: 75px;
  height: 75px;
}

.gray-style-guide {
  background-color: #e9e9e9;
  width: 75px;
  height: 75px;
}

.colors-container {
  grid-column-gap: 60px;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.color-container {
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.white-style-guide {
  background-color: var(--white);
  width: 75px;
  height: 75px;
}

.headings-typography-wrapper {
  flex-flow: wrap;
  width: 47%;
  margin-bottom: 30px;
  margin-right: 40px;
  display: flex;
}

.headings-typography-wrapper.last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.headers-wrapper {
  width: 100%;
  margin-top: 10px;
}

.h1-tablet {
  font-family: var(--h1-tablet);
  font-size: var(--h1-tablet-60);
  font-weight: 700;
}

.h2-tablet {
  font-family: var(--h2-tablet);
  font-size: var(--h2-tablet-45px);
  font-weight: 700;
}

.h1-mobile {
  font-family: var(--h1-mobile);
  font-size: var(--h1-70px);
  font-weight: 700;
}

.h2-mobile {
  font-family: var(--h2-mobile);
  font-size: var(--h2-mobile-40px);
  font-weight: 700;
}

.h3-mobile {
  font-family: var(--h3-mobile);
  font-size: var(--h3-mobile-28);
  font-weight: 700;
}

.h3-tablet {
  font-family: var(--h3-tablet);
  font-size: var(--h3-tablet-28px);
  font-weight: 700;
}

.h4-tablet {
  font-family: var(--h4-tablet);
  font-size: var(--h4-tablet-26px);
  font-weight: 700;
}

.h5-tablet {
  font-family: var(--h5-tablet);
  font-size: var(--h5-tablet-22px);
  font-weight: 700;
}

.h6-tablet {
  font-family: var(--h6-tablet);
  font-size: var(--h6-tablet-14px);
  font-weight: 700;
}

.h4-mobile {
  font-family: var(--h4);
  font-size: var(--h4-mobile-24);
  font-weight: 700;
}

.h5-mobile {
  font-family: var(--h5-mobile);
  font-size: var(--h5-mobile-22px);
  font-weight: 700;
}

.h6-mobile {
  font-family: D Din, sans-serif;
  font-weight: 700;
}

.primary-button {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--primary-black);
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  padding: 18px 24px;
  font-weight: 500;
  line-height: 1em;
  transition: all .45s;
  display: flex;
}

.primary-button:hover {
  background-color: var(--white-5-51);
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--white);
  box-shadow: 0 0 20px #e0fd6033;
}

.primary-button.serch-button {
  margin-left: auto;
  margin-right: auto;
}

.primary-button.pagination {
  margin-top: 60px;
}

.primary-button.contacts {
  width: 100%;
  font-family: D Din, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.style-guide-div {
  width: 100%;
  margin-top: 50px;
}

.top-style-spacing-mobile {
  color: var(--white);
  font-weight: 700;
  position: absolute;
  top: 5%;
  right: 0;
}

.middlr-style-spacing-mobile {
  color: var(--white);
  font-weight: 700;
  position: absolute;
  top: 29%;
  right: 0;
}

.bottom-style-spacing-mobile {
  color: var(--white);
  font-weight: 700;
  position: absolute;
  bottom: 7%;
  right: 0;
}

.link-wrapper {
  width: 50%;
  margin-top: 20px;
}

.licensing-title-wrapper {
  grid-row-gap: 10px;
  border-bottom: 1px #5e5e5e80;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.licensing-images-wrapper {
  width: 100%;
  padding-top: 40px;
  position: relative;
}

.licensing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px #5e5e5e80;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-bottom: 60px;
}

.licensing-grid.last-child {
  border-bottom-style: none;
  padding-bottom: 0;
}

.licensing-image {
  object-fit: cover;
  width: 100%;
  height: 320px;
}

.licensing-title {
  width: 100%;
  padding-bottom: 30px;
}

.licensing-image-link {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.licensing-image-link:hover {
  opacity: 1;
}

.licensing-heading {
  margin-bottom: 20px;
}

.licensing-icon-link-wrapper {
  margin-right: 25px;
}

.icon-style-guide {
  font-family: "Fa brands 400", sans-serif;
  font-size: 24px;
}

.icon-style-guide.dribble {
  font-family: "Fa solid 900", sans-serif;
}

.licensing-fonts-wrapper {
  grid-column-gap: 40px;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.licensing-icon-link {
  margin-top: 0;
  margin-bottom: 20px;
}

.licensing-paragraph {
  width: 50%;
}

.licensing-font-title {
  text-transform: capitalize;
}

.licensing-icons-wrapper {
  margin-top: 30px;
  margin-bottom: 20px;
}

.utility-page-content {
  z-index: 90;
  text-align: center;
  flex-direction: column;
  width: 280px;
  display: flex;
  position: relative;
}

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

.password-image {
  height: 120px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.password-title-wrapper {
  margin-bottom: 40px;
}

.blog-sidebar-right {
  flex-direction: column;
  position: sticky;
  top: 60px;
}

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

.sidebar-categories-wrapper {
  margin-top: 20px;
}

.footer {
  background-color: var(--primary-black);
  text-align: center;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 40px;
}

.footer-bottom-wrapper {
  grid-row-gap: 5px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-rights {
  grid-column-gap: 5px;
  color: var(--white-50);
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: var(--white-50);
}

.footer-copyright-link {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.footer-copyright-link:hover {
  opacity: 1;
  color: var(--white-50);
}

.style-guide-buttons-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.style-guide-button-wrapper {
  width: 47%;
}

.style-guide-button-wrapper.last-child {
  margin-right: 0;
}

.text-button-icon {
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.paragraph-large {
  font-family: var(--paragraph);
  font-size: var(--paragraph-large);
}

.link-with-icon {
  grid-column-gap: 10px;
  transition: all .3s;
  display: flex;
}

.link-with-icon:hover {
  grid-column-gap: 20px;
  opacity: .7;
}

.contacts-detail-wrapper {
  width: 100%;
}

.contacts-location-slider {
  background-color: #0000;
  height: auto;
  padding-right: 100px;
  display: none;
  position: relative;
}

.hidden {
  display: none;
}

.contacts-right-arrow {
  color: #afafaf80;
  max-width: 40px;
  padding: 10px 15px;
  inset: 0% 19px auto auto;
}

.white-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  display: none;
}

.search-wrap-input {
  color: #0e0e0e;
  background-color: #0000;
  border: 1px solid #0000;
  height: 60px;
  margin-bottom: 0;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.search-wrap-input:focus {
  border-style: none;
}

.search-wrap-input::placeholder {
  color: #afafaf;
}

.search-desktop {
  z-index: 1000;
  background-color: #ffffffe6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.search-close-button {
  cursor: pointer;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  inset: 50px 50px auto auto;
}

.search-bottom-line {
  background-color: var(--primary-black);
  width: 100%;
  height: 3px;
  margin-bottom: 20px;
  display: flex;
}

.search-wrapper {
  flex-direction: column;
  width: 100%;
  max-width: 1140px;
  display: flex;
}

.without-top-spacing {
  padding-top: 0;
}

.search-result-item {
  margin-bottom: 30px;
}

.search-link {
  margin-bottom: 10px;
  transition: all .3s;
  display: inline-block;
}

.search-link:hover {
  opacity: .7;
}

.search-result-wrapper {
  width: 100%;
  margin-top: 0;
}

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

.dark-gray-style-guide {
  background-color: #afafaf;
  width: 75px;
  height: 75px;
}

.headings-container {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.button-wrapper {
  margin-top: 30px;
  display: flex;
}

.service-list-item {
  position: relative;
}

.style-guide-content-wrapper {
  display: flex;
}

.slide-3 {
  max-height: 580px;
}

.about-3-tab-link {
  color: var(--white);
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  margin-bottom: -12px;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 19px;
  line-height: 32px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.about-3-tab-link.w--current {
  color: var(--white);
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
}

.portfolio-grid-collection-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px #00000014;
}

.portfolio-masonry-image-wrapper {
  position: relative;
}

.testimonials {
  padding-top: 80px;
  padding-bottom: 80px;
}

.blog-section-title {
  text-align: center;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

.map-wrapper {
  position: relative;
}

.map-wrapper.home-page {
  width: 100%;
  margin-bottom: 60px;
}

.contacts-wrapper-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 30px;
  padding-right: 30px;
}

.section-title-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 780px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.courses-collection {
  width: 100%;
}

.home-4-testimonials-wrapper, .testimonials-wrapper-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.top-banner-button-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 38px;
  display: flex;
  position: relative;
}

.about-img {
  object-fit: cover;
  position: absolute;
}

.about-img._1 {
  z-index: 2;
  width: 350px;
  inset: 0% 0% auto 12%;
}

.about-img._5 {
  z-index: 4;
  width: 350px;
  inset: 60% 0% auto 24%;
}

.about-img._3 {
  z-index: 1;
  width: 300px;
  inset: 19% 4% 0% auto;
}

.about-img._4 {
  z-index: 5;
  width: 220px;
  inset: 47% 30% 0% 50%;
}

.about-img._2 {
  z-index: 3;
  width: 300px;
  inset: 31% auto 0% 2%;
}

.subtitle {
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.our-services-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  display: flex;
}

.central-alignment-heaading {
  text-align: center;
  margin-bottom: 75px;
}

.heading-wrapper {
  margin-top: 40px;
  margin-bottom: 30px;
}

.content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 190px;
  display: flex;
}

.content {
  border-radius: 5px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.industries-block-wrapper {
  background-color: #0000;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  max-width: 35vw;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.industries-block-wrapper:hover {
  box-shadow: 0 10px 20px #14173326;
}

.home-9-team-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 31%;
  position: relative;
}

.about-4-team-slide {
  width: 23%;
  margin-right: 30px;
}

.about-6-projects-item {
  text-align: center;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 370px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-with-blue-bg {
  background-color: var(--primary-black);
  justify-content: center;
  display: flex;
}

.subtitle-2 {
  color: #fc8e44;
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.dropdown-nav-link {
  color: #999;
  margin-left: -20px;
  padding: 5px 0;
  font-family: Poppins;
  transition: color .2s;
  display: flex;
}

.dropdown-nav-link:hover, .dropdown-nav-link.w--current {
  color: #004ae2;
}

.gallery-image-link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-19-gallery-img-link {
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rich-text-style h2 {
  font-family: var(--h2);
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 700;
}

.rich-text-style h3, .rich-text-style h4 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.rich-text-style h5, .rich-text-style h6 {
  margin-top: 20px;
}

.rich-text-style ul {
  font-family: var(--paragraph);
  margin-top: 20px;
  margin-bottom: 30px;
}

.rich-text-style img {
  margin-top: 0;
  margin-bottom: 0;
}

.rich-text-style p {
  font-family: var(--paragraph);
}

.rich-text-style figure {
  border-radius: 6px;
  margin-top: 40px;
  margin-bottom: 40px;
  overflow: hidden;
}

.home-banner-left-arrow {
  align-items: center;
  height: 40px;
  display: flex;
  inset: 0% auto 0% 2%;
}

.home-23-team-item {
  width: 33%;
}

.center-title {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.style-guide-tab-content-wrapper {
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.style-guide-tab-content-wrapper.no-spacing {
  grid-row-gap: 0px;
}

.tabs-style-guide {
  width: 100%;
}

.spacing-system-image-2 {
  filter: grayscale();
  max-width: 80%;
}

.grid-header {
  margin-top: 55px;
}

.main-style-guide-body-wrapper {
  width: 47%;
  margin-right: 40px;
}

.main-style-guide-body-wrapper.last-child {
  margin-right: 0;
}

.style-guide-tab-link {
  border-top: 1px solid var(--white);
  border-right: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  background-color: var(--primary-black);
  color: var(--white);
  letter-spacing: 2.4px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px 20px;
  display: flex;
}

.style-guide-tab-link.w--current {
  background-color: var(--white);
  color: var(--primary-black);
}

.style-guide-tabs-menu {
  border-left: 1px solid var(--white);
  margin-bottom: 80px;
  display: flex;
}

.grid-title {
  border-right: 1px solid var(--white);
  border-left: 1px none var(--white);
  color: #fff;
  background-color: #000;
  justify-content: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-title.first-grid {
  border-left-style: solid;
  border-left-color: var(--white);
  width: 24%;
  height: 100%;
  margin-top: 0;
}

.spasing-system-image-mobile-2 {
  filter: grayscale();
  max-width: 70%;
}

.banner-title-wrapper-2 {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  max-width: 840px;
  display: flex;
  position: relative;
}

.album-2-title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1em;
}

.landing-section-title {
  width: 70%;
  margin: 0 auto;
}

.section-ttile-description {
  text-align: center;
  margin-top: 20px;
}

.landing-home-pages-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer-rights-wrapper {
  grid-column-gap: 5px;
  flex-wrap: wrap;
  display: flex;
}

.scroll-color-bg-wrap {
  background-color: var(--white-5-51);
  position: absolute;
  inset: 0%;
  transform: translate(-100%);
}

.button-group {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.btn-banner-text.button-text-bottom {
  position: absolute;
  bottom: -100%;
}

.blog-slide {
  border-radius: 6px;
  height: 100%;
}

.banner-video-ov {
  z-index: 2;
  background-color: #00000059;
  background-image: linear-gradient(45deg, #0000001a, #0000 35%), linear-gradient(#0000000d 67%, #000);
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: absolute;
  inset: 0%;
}

.h6-subtitle {
  width: auto;
  margin-top: 0;
  margin-bottom: 30px;
}

.clip {
  z-index: 10;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-1-video {
  z-index: 1;
  object-fit: cover;
  height: 100%;
  min-height: 100vh;
  margin-bottom: 0;
  position: absolute;
  inset: 0 0% 0%;
}

.footer-socials {
  z-index: 90;
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #ffffff0d;
  border: 1px solid #ffffff1a;
  border-radius: 12px;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 18px;
  line-height: 1em;
  display: flex;
  position: relative;
}

.hero-description {
  margin-top: 30px;
}

.button-icon {
  justify-content: center;
  align-items: center;
  padding: 2px;
  display: flex;
}

.button-icon.button-icon-top {
  position: absolute;
  top: -100%;
  left: -100%;
}

.button-icon.button-icon-bottom {
  position: absolute;
  bottom: -100%;
  left: -100%;
}

.left-color-wrap {
  z-index: 2;
  background-image: linear-gradient(135deg, #fb0357, #f84cfd);
  display: none;
  position: absolute;
  inset: 0%;
}

.error-message-white {
  color: #fff;
  text-align: center;
  background-color: #0000;
  margin-top: 25px;
  padding: 0;
}

.our-pricing-width {
  grid-column-gap: 60px;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.our-pricing-width:hover {
  opacity: 1;
}

.video-ov-banner {
  z-index: 3;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100vw;
  height: 100%;
  display: flex;
}

.blog-items {
  position: relative;
}

.home-2-share-open-up {
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: none;
}

.button-transparent {
  grid-column-gap: 5px;
  border: 1px solid var(--white-50);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: none;
  background-clip: border-box;
  border-radius: 100px;
  justify-content: center;
  height: auto;
  min-height: 45px;
  max-height: 45px;
  padding: 15px 20px;
  font-size: 12px;
  line-height: 1em;
  transition: all .45s;
  display: flex;
}

.button-transparent:hover {
  border-color: var(--white);
  background-color: var(--white-5-51);
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  box-shadow: 0 0 20px #fff3;
}

.footer-form {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 420px;
  display: flex;
}

.services-item-card {
  z-index: 1;
  background-color: #ffffff03;
  background-image: url('../images/Img-2_1Img-2.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 400px;
  padding: 30px;
  display: flex;
  position: relative;
}

.success-message-transparent {
  color: #fff;
  text-align: center;
  background-color: #0000;
  padding: 20px;
}

.success-message-transparent.with-borders {
  border: 1px solid var(--white-25);
  border-radius: 100px;
}

.btn-circle {
  border: 1px solid var(--white-50);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: none;
}

.btn-circle:hover {
  border-color: var(--white);
  background-color: var(--white-5-51);
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  box-shadow: 0 0 20px #fff3;
}

.btn-circle.about {
  display: none;
}

.review-wrapper {
  border: 1px solid #0000001a;
  border-radius: 6px;
  height: auto;
  padding: 25px;
  transition: all .45s;
  position: relative;
  overflow: hidden;
}

.review-wrapper:hover {
  border-color: #fff3;
}

.our-testimoninal {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  border: 1px solid #fff3;
  border-radius: 6px;
  grid-template: ". ."
                 ". ."
                 ". ."
                 / auto 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  padding: 40px;
  position: relative;
  overflow: hidden;
}

.methods-text {
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.home-1-section {
  z-index: 90;
  align-items: flex-end;
  height: auto;
  min-height: 780px;
  padding-top: 500px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.no-shrink-footer {
  flex: none;
}

.no-shrink-footer.full-mobile {
  position: relative;
}

.metods-content-card {
  z-index: 10;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
  position: relative;
}

.h2-title-tag {
  font-family: var(--h1);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.methods-title {
  margin-top: 0;
  margin-bottom: 0;
}

.play-video-button {
  background-color: #181818;
  align-items: center;
  padding-right: 20px;
  display: flex;
}

.icon-top {
  width: 12px;
  height: 12px;
  transform: rotate(-45deg);
}

.line {
  background-color: #fff3;
  height: 1px;
}

.primary-link-btn {
  border: 1px solid var(--white);
  background-color: var(--white);
  border-radius: 50px;
  justify-content: center;
  padding: 18px 24px;
  line-height: 1em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-link-btn:hover {
  opacity: 1;
}

.app-btn {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff0d;
  border: 1px solid #ffffff1a;
  border-radius: 12px;
  padding: 15px 25px;
}

.icon-bottom {
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
}

.methods-container {
  background-color: var(--white-1);
  border-radius: 6px;
  width: 100%;
  padding: 20px;
  position: relative;
  overflow: hidden;
}

.btn-title-text {
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  font-family: D Din, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1em;
}

.btn-title-text.color {
  color: #e0fd60;
}

.grid-blog {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-top: 1px solid var(--white-25);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.menu-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.brand-logo {
  padding-left: 0;
  transition-property: opacity;
  position: relative;
}

.brand-logo:hover {
  opacity: 1;
}

.brand-logo.w--current {
  transition-property: opacity;
}

.brand-logo.w--current:hover {
  opacity: 1;
}

.services-top {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 20px;
  display: flex;
}

.advantages-wrap {
  grid-row-gap: 60px;
  flex-direction: column;
  padding-top: 40px;
  display: flex;
  position: relative;
}

.nav-dropdown-intro-link {
  color: var(--white-50);
  width: 100%;
  margin-left: 0;
  padding: 8px 8px 8px 0;
  transition: all .35s;
  display: flex;
}

.nav-dropdown-intro-link:hover {
  opacity: 1;
  color: var(--white);
  margin-left: 0;
}

.nav-dropdown-intro-link.w--current, .nav-dropdown-intro-link.w--current:hover {
  color: var(--white);
}

.text-animation-wrapper {
  height: 100%;
  position: relative;
}

.general-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-menu-dropdown-white {
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  font-family: D Din, sans-serif;
  font-weight: 500;
  transition: all .3s;
  display: inline-block;
}

.flex-container {
  grid-column-gap: 80px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.dropdown-item {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 32px 0;
  transition: opacity .5s;
  display: flex;
}

.dropdown-item.w--open:hover {
  color: #a8a4a4;
  text-decoration: none;
}

.top-line-advantages {
  background-color: var(--white-25);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% 0% auto;
}

.advantages-list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.nav-dropdowm-link-line-2 {
  background-color: var(--white);
  opacity: 1;
  width: 16px;
  height: 2px;
  margin-right: 15px;
  display: inline-block;
}

.border-wrap-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.base-container-7 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.right-header-wrap {
  grid-column-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-menu-shadow-overlay-3 {
  align-items: center;
  display: flex;
}

.logo-mobile-4 {
  padding-left: 0;
  display: none;
}

.dropdown-menu-2 {
  z-index: 0;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.about-us-left-con {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.line-white {
  color: #fff;
  background-color: #fff;
  width: 42px;
  height: 2px;
  margin-bottom: 3px;
}

.left-info {
  width: 650px;
}

.menu-dark-con {
  opacity: 0;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-menu-item {
  font-family: var(--paragraph);
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
}

.megamenu-dropdown-wrap {
  width: 50%;
}

.user-wrap {
  -webkit-text-fill-color: inherit;
  background-color: #ffffff0d;
  background-image: none;
  background-clip: border-box;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.user-wrap:hover {
  opacity: 1;
}

.nav-menu-3 {
  text-align: right;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu-wrapper-home-6 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.dropdown-nav-list {
  border: 1px solid var(--white-25);
  background-color: var(--primary-black);
  border-radius: 12px;
  width: 200px;
  padding: 15px 20px;
}

.dropdown-nav-list.w--open {
  width: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.dropdown-nav-list.megamenu-main-home {
  width: 620px;
  left: -130px;
}

.dropdown-nav-list.medium-width {
  width: 240px;
}

.nav-dropdown-item-icon {
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 16px;
  display: block;
  position: static;
}

.megamenu-dropdown-wrapper-2 {
  justify-content: center;
  display: flex;
}

.nav-line-white {
  color: #fff;
  background-color: #fff;
  width: 42px;
  height: 2px;
  margin-bottom: 3px;
}

.text-animation {
  font-family: var(--h1);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.home-hero-content {
  grid-row-gap: 200px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-bottom: 100px;
}

.h6-color-2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #fb0357, #f84cfd);
  -webkit-background-clip: text;
  background-clip: text;
  width: auto;
  margin-top: 0;
  margin-bottom: 20px;
}

.home-1-hero-title {
  text-align: left;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  display: flex;
}

.hover-link-arrow {
  z-index: 100;
  border: 1px solid var(--white-50);
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  font-size: 11px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.parallax-video-banner {
  z-index: -1;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.title-home-1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
}

.secondary-kakao-btn {
  border: 1px solid var(--white-5-51);
  background-color: var(--white-5-51);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--white);
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  border-radius: 50px;
  justify-content: center;
  min-width: 120px;
  padding: 18px 24px;
  font-weight: 500;
  line-height: 1em;
  transition: all .45s;
  display: flex;
}

.secondary-kakao-btn:hover {
  border-color: var(--white);
  background-color: var(--white);
  opacity: 1;
  color: var(--primary-black);
  box-shadow: 0 0 20px #fff3;
}

.secondary-kakao-btn.pagination {
  margin-top: 60px;
}

.video-item-con {
  background-color: #0000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-item-con:hover {
  opacity: 1;
  border-radius: 20px;
}

.banner-long-description {
  font-family: var(--paragraph);
  color: var(--white);
  width: 55%;
  margin-top: 30px;
  margin-bottom: 0;
}

.column-animations {
  z-index: 100;
  flex-direction: column;
  width: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.column-animations.event-is-none {
  pointer-events: none;
}

.top-color {
  background-color: var(--primary-black);
  width: 100%;
  height: 100%;
  position: relative;
}

.top-color.event-is-none {
  pointer-events: none;
}

.secondary-link-btn {
  border: 1px solid var(--white);
  color: #ffffff80;
  border-radius: 50px;
  justify-content: center;
  align-self: flex-start;
  padding: 10px 15px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.secondary-link-btn:hover {
  opacity: 1;
  border-color: #e0fd60;
  box-shadow: 0 0 20px #e0fd6033;
}

.nav-dropdown-link-wrapper-3 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.login-tablet-wrapper {
  grid-column-gap: 30px;
  justify-content: space-between;
  margin-left: 30px;
  display: none;
}

.nav-left-wrap {
  grid-column-gap: 40px;
  align-items: center;
  display: flex;
}

.menu-dark-container {
  z-index: -1;
  opacity: 0;
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  border-radius: 100px;
  max-width: 1205px;
  height: 80%;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 15px;
}

.tablet-menu-4 {
  display: none;
}

.main-header {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.style-guide-tabs {
  overflow: visible;
}

.kakao-logo {
  height: 50px;
}

.nav-menu-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.social-link {
  grid-column-gap: 5px;
  border: 1px solid var(--white-50);
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: none;
  background-clip: border-box;
  border-radius: 100px;
  justify-content: center;
  width: 45px;
  height: 45px;
  font-size: 12px;
  line-height: 1em;
  transition: all .45s;
  display: flex;
}

.social-link:hover {
  background-color: var(--white-5-51);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-color: #e0fd60;
  box-shadow: 0 0 20px #e0fd6033;
}

.header-socials {
  display: none;
}

.video-section {
  height: 660px;
  display: block;
}

.video-section.mt-80 {
  margin-top: 80px;
}

.video-large {
  width: 100%;
  height: 100%;
}

.video-info-content {
  font-family: var(--h1);
  text-transform: capitalize;
  width: 50%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
  font-weight: 700;
}

.vertical-video-line {
  background-color: var(--white-50);
  flex-direction: column;
  justify-content: space-between;
  width: 1px;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.vertical-video-line.top {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.vertical-video-line.bottom-max {
  min-height: 20vh;
}

.video-button {
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
}

.hero-video-wrapper-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: 1fr auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  width: 30%;
  height: 100%;
  margin-left: -60px;
  display: flex;
}

.video-content-tablet {
  color: #fff;
  width: 70%;
  margin-right: auto;
  display: none;
}

.base-video-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.play-button-icon-2 {
  z-index: 7;
  color: #fff;
  margin-left: 4px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  position: relative;
}

.img-overlay {
  z-index: 50;
  background-color: #00000008;
  background-image: linear-gradient(90deg, #0000008c, #0000);
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0%;
}

.outline-clip {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.outline-clip.top {
  width: 50%;
  display: flex;
}

.outline-clip.bottom {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.four-column {
  z-index: 25;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.left-sidebar {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.outline-circle-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 120px;
  height: 120px;
  display: grid;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.project-item {
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
  overflow: visible;
}

.project-item:nth-child(2n) {
  flex-direction: row-reverse;
  margin-left: 0;
  margin-right: -9px;
}

.grid-wrapper {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(15px, auto) minmax(auto, 1170px) minmax(15px, auto);
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 0;
  display: grid;
  position: relative;
  overflow: visible;
}

.grid-wrapper.mt-40 {
  margin-top: 40px;
}

.outline-circle {
  border: 1px solid #fff;
  border-radius: 100%;
  width: 120px;
  min-width: 120px;
  height: 120px;
  min-height: 120px;
}

.sticky-circle {
  border: 1px solid var(--white-25);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-top: 355px;
  padding-left: 4px;
  text-decoration: none;
  display: flex;
  position: sticky;
  bottom: 80px;
}

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

.circle-link-text {
  z-index: 20;
  font-family: D Din, sans-serif;
  font-weight: 700;
  position: relative;
}

.project-image {
  z-index: 25;
  flex: 0 auto;
  width: 100%;
  min-height: 475px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: visible;
}

.project-image:hover {
  opacity: 1;
}

.view-link {
  z-index: 26;
  background-color: var(--white);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  pointer-events: auto;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 15px;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.view-link-cover {
  z-index: 25;
  position: absolute;
  inset: 0%;
}

.project-image-wrapper {
  border-radius: 0;
  width: 100%;
  height: 100%;
  padding-right: 10px;
  position: relative;
  overflow: hidden;
}

.project-image-wrapper.event-is-none {
  pointer-events: none;
}

.background {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: -5px;
  display: none;
  position: absolute;
  inset: 0%;
}

.stacked-title {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-card-info {
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  width: 28%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.hover-line {
  height: 1px;
  position: absolute;
  inset: auto 0% -1px;
  overflow: hidden;
}

.hover-line-fill {
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.card-info {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between;
  height: 100%;
  display: grid;
}

.underline-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #0000;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff40;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 6px;
  text-decoration: none;
  position: relative;
}

.work-wrap.is-sticky {
  position: sticky;
  top: 10rem;
}

.work-collection-list-wrapper {
  overflow: hidden;
}

.view-link-cover-item {
  z-index: 25;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.view-more {
  color: var(--primary-black);
  font-family: D Din, sans-serif;
  font-weight: 700;
}

.work-category-link {
  font-family: D Din, sans-serif;
}

.work-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: D Din, sans-serif;
  font-weight: 700;
}

.work-bg-video {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.scroll-top {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.filled-title {
  margin: 0 35px;
  font-size: 120px;
  font-weight: 700;
  line-height: 1.5em;
}

.large-dot {
  background-color: #fff;
  border-radius: 50%;
  width: 15px;
  min-width: 15px;
  height: 15px;
  min-height: 15px;
}

.stroke-title {
  color: var(--primary-black);
  text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
  margin: 0 35px;
  font-size: 120px;
  font-weight: 700;
  line-height: 1.5em;
}

.scroll-bottom {
  color: #fff;
  align-items: center;
  display: flex;
}

.sectiohn-scroll-headings {
  padding-top: 80px;
  position: relative;
  overflow: hidden;
}

.bg-video-black-bar {
  z-index: 4;
  border: 7vw solid var(--primary-black);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: 0%;
}

.sticky-wrapper {
  align-items: center;
  display: block;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.section-scroll-video {
  height: 350vh;
  display: block;
  position: static;
}

.bg-video-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.video-dark-overlay {
  background-color: var(--primary-black);
  opacity: .25;
  position: absolute;
  inset: 0%;
}

.bg-video-content-wrap {
  z-index: 5;
  width: 100%;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.scroll-bg-video {
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  width: 100vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 140px;
  display: flex;
}

.circle-link {
  z-index: 3;
  border: 1px solid var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.circle-link.light {
  border-color: var(--white-50);
}

.large-width {
  max-width: 800px;
}

.link-hover-fill {
  background-color: var(--white);
  border-radius: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.button-text {
  z-index: 20;
  position: relative;
  transform: rotate(18deg);
}

.video-content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.small-width {
  width: 65%;
}

.video-title-wrap {
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.lets-create-content {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.gradient-ov {
  background-image: linear-gradient(135deg, #000c, #0000 46%, #0003 102%);
  position: absolute;
  inset: 0%;
}

.btn-circle-2 {
  border: 1px solid #ffffff80;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

.blog-clip-heading {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.list-news-item {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--white-25);
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: grid;
  position: relative;
}

.list-news-item:hover {
  opacity: 1;
}

.news-line {
  background-color: var(--white-25);
  width: 60px;
  height: 1px;
}

.news-title-wrapper {
  color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 180px;
  display: flex;
  overflow: hidden;
}

.icon-hidden {
  display: none;
}

.news-list {
  border-top: 1px solid var(--white-25);
}

.title {
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.news-dot {
  background-color: #fff;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  margin-top: 8px;
}

.news-title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: start;
  place-items: end start;
  display: grid;
}

.clip-blog-heading {
  margin-top: 0;
  margin-bottom: 0;
}

.news-title-wrap {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 180px;
  display: flex;
  overflow: hidden;
}

.our-work-wrapper {
  grid-row-gap: 160px;
  flex-direction: column;
  display: flex;
}

.project-item-middle {
  flex-direction: row-reverse;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.project-item-middle:nth-child(2n) {
  flex-direction: row-reverse;
  margin-left: 0;
  margin-right: -9px;
}

.medium-width {
  max-width: 600px;
}

.button-text-wrapper {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.footer-items {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  font-family: D Din, sans-serif;
  display: flex;
}

.footer-navigation {
  grid-column-gap: 60px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-between;
  place-items: start end;
  width: 420px;
  display: grid;
}

.top-footer-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr auto;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.footer-list {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.footer-arrow-link {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--white-50);
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  align-items: center;
  display: flex;
}

.footer-arrow-link:hover {
  opacity: 1;
  color: var(--white);
}

.hero-kakao-footer {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.footer-logo-text {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Sora, sans-serif;
  font-size: 115px;
  font-weight: 600;
  line-height: 1em;
  display: inline-block;
}

.link-text.large {
  font-size: 14px;
}

.link-text.left-align {
  text-align: left;
}

.footer-licencing {
  color: var(--white-50);
  letter-spacing: 0;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 300;
}

.footer-licencing:hover {
  opacity: 1;
  color: var(--white);
}

.middle-footer-con {
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.bottom-line-advantages {
  background-color: var(--white-25);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.footer-kakao-container {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: grid;
}

.footer-video {
  border-radius: 100px;
  display: none;
  position: relative;
  overflow: hidden;
}

.footer-bg-video {
  z-index: 10;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
}

.footer-ov {
  background-color: #00000080;
  justify-content: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.circle-footer-lin {
  border: 1px solid var(--white);
  background-color: var(--white-1);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.circle-footer-lin:hover {
  opacity: 1;
}

.footer-brand-logo.w--current {
  letter-spacing: 0;
}

.footer-brand-logo.w--current:hover {
  opacity: 1;
}

.top-page-content {
  z-index: 10;
  background-color: var(--primary-black);
  position: relative;
}

.page-content-wrapper {
  background-color: var(--primary-black);
}

.button {
  color: #000;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 14px 23px 14px 28px;
  font-size: 11px;
  line-height: 1.5em;
  text-decoration: none;
  display: flex;
}

.arrow-cover {
  z-index: 100;
  position: absolute;
  inset: 0%;
}

.underline-link-2 {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  color: #667479;
  letter-spacing: 4px;
  text-transform: uppercase;
  border-bottom: 1px #e4e9ec;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
  font-size: 11px;
  line-height: 1.5em;
  text-decoration: none;
  display: grid;
}

.white-slide-arrow {
  background-color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  bottom: 90px;
}

.footer-con {
  background-color: var(--primary-black);
  position: sticky;
  inset: auto 0% 0%;
}

.footer-link-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  align-items: center;
  font-size: 11px;
  line-height: 1.5em;
  text-decoration: none;
  display: grid;
}

.bottom-video-section {
  height: 720px;
}

.light-video {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  display: flex;
}

.light-video.overlay {
  background-color: #00000052;
}

.light-video.studio-video-overlay {
  background-color: #0000005e;
}

.page-content-wrapper {
  display: block;
}

.bottom-page-content {
  background-color: var(--primary-black);
  position: sticky;
  inset: auto 0% 0%;
}

.stacked-info {
  grid-row-gap: 50px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.sticky-image-wrapper {
  border-radius: 6px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.sticky-image-bar {
  grid-row-gap: 100px;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch center;
  align-items: stretch;
  width: 100%;
  height: 90vh;
  display: flex;
  position: sticky;
  top: 100px;
}

.sticky-box-list {
  grid-row-gap: 200px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.sticky-image-box {
  height: 100%;
}

.mobile-intro-box-image {
  width: 100%;
  height: 400px;
  margin-top: 40px;
  display: block;
  position: relative;
}

.best-work-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
}

.stacked-info-wrap {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.sticky-image {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  position: sticky;
  top: 100px;
  overflow: hidden;
}

.top-title-con {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.intro-box {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.services-description {
  margin-top: 30px;
  margin-bottom: 0;
  display: none;
}

.best-recent-work-wrapper {
  z-index: 20;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1500px) minmax(5vw, 1fr);
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.recent-work-grid {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.transparent-btn-wrapper {
  display: none;
}

.best-work {
  width: auto;
  margin-top: 0;
  margin-bottom: 30px;
}

.best-video-work {
  width: 100%;
  height: 100%;
}

.light-overlay {
  background-color: #00000040;
  background-image: radial-gradient(circle, #0000, #00000059);
  display: block;
  position: absolute;
  inset: 0%;
}

.form-wrap {
  flex-direction: row;
  align-items: center;
  width: 100%;
  position: relative;
}

.arrow-wrap {
  z-index: 1;
  color: #fff;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  transition: all .3s;
  display: flex;
}

.input-footer {
  border-style: none none solid;
  border-width: 1px;
  border-color: #fff #fff var(--white-25);
  color: var(--white);
  background-color: #0000;
  border-radius: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding: 0 60px 8px 0;
  font-family: D Din, sans-serif;
  font-size: 17px;
  transition: all .5s;
}

.input-footer:focus {
  border: 1px #2a8bac;
  border-bottom: 1px solid #fff;
  padding-left: 10px;
}

.input-footer::placeholder {
  color: var(--white-50);
  font-size: 17px;
}

.footer-hero-form {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.form-submit-result-wrap {
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 7px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.form-icon {
  filter: invert();
  flex: none;
  width: auto;
  max-width: none;
  height: 13px;
  display: block;
}

.footer-white-paradraph {
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: D Din, sans-serif;
}

.form-submit {
  z-index: 2;
  opacity: 0;
  background-color: #0000;
  padding: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.form-submit-wrap {
  z-index: 1;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 12px auto;
}

.form-submit-result {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 13px;
  display: flex;
  overflow: hidden;
}

.footer-left-navigation {
  width: 100%;
  height: 100%;
}

.nav-footer-item {
  text-align: left;
  width: auto;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: D Din, sans-serif;
}

.section-news {
  padding-top: 80px;
  padding-bottom: 80px;
  display: none;
  position: relative;
  overflow: visible;
}

.fixed-hover-image {
  z-index: 200;
  border-radius: 100%;
  width: 260px;
  height: 260px;
  display: none;
  position: fixed;
  inset: auto auto 36px 36px;
  overflow: hidden;
}

.background-blog {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: -5px;
  position: absolute;
  inset: 0%;
}

.service-video-wrap {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.video-services {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.view-link-best-work {
  z-index: 20;
  background-color: var(--white);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 15px;
  display: flex;
  position: absolute;
  inset: auto;
}

.best-work-link-wrap {
  background-color: #00000073;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.best-work-link-wrap:hover {
  opacity: 1;
}

.mini-video-lightbox {
  letter-spacing: 0;
  text-transform: none;
  border-radius: 6px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.5em;
  display: flex;
}

.mini-video-lightbox:hover {
  opacity: 1;
}

.circle-ov {
  z-index: 1;
  background-color: var(--white-1);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  position: absolute;
  inset: 0%;
}

.bg-video-border-wrapper {
  z-index: 2;
  border: 15vw solid #000;
  border-width: 10vw 15vw 8vw;
  position: absolute;
  inset: 0%;
}

.background-video {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.nav-bottom {
  z-index: 3;
  color: #fff;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.sticky-wrap {
  z-index: 5;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.bg-video-wrap {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.bg-video-inner-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.banner-link {
  z-index: 100;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  position: relative;
}

.scroll-down {
  z-index: 11;
  opacity: .4;
  flex-direction: column;
  justify-content: center;
  align-self: end;
  align-items: center;
  width: auto;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.hero-scroll-conteiner {
  border: 1px solid #fff;
  border-radius: 100px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 28px;
  height: 48px;
  margin-top: 5px;
  padding-top: 10px;
  display: flex;
}

.scroll-circle {
  background-color: #fff;
  border-radius: 100px;
  width: 8px;
  height: 8px;
}

.banner-2-content {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.banner-2-title {
  z-index: 100;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 800;
  position: relative;
}

.large-growing-images {
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  min-height: 550px;
  display: flex;
}

.large-growing-images.small {
  height: 35vw;
  min-height: 100%;
}

.growing-image {
  flex: 1;
  width: 40%;
  position: relative;
}

.growing-image.small {
  flex: 0 auto;
  width: 35%;
  margin-right: 0;
  overflow: visible;
}

.growing-image.right {
  margin-left: 24px;
}

.growing-image.left {
  margin-right: 24px;
}

.growing-image.single {
  margin-right: 0;
}

.gallery-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.growing-background {
  position: absolute;
  inset: 0%;
}

.growing-background.four, .growing-background.five, .growing-background.six {
  background-image: none;
}

.video-growing {
  border-radius: 6px;
  width: 100%;
  height: 100%;
}

.button-2 {
  color: #000;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 200;
}

.button-2.is-icon {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  background-color: #0000;
  border: 1px solid #cfcfcc;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: .65rem 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.cards-mask {
  width: 40%;
  max-width: 525px;
  overflow: visible;
}

.cards-slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
  display: flex;
}

.collection-blog-item {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.news-container {
  width: 100%;
  height: 100%;
}

.video-outline {
  border: 2px solid var(--white);
  border-radius: 100%;
  width: 48px;
  height: 48px;
  position: absolute;
}

.video-outline.bottom {
  inset: auto 0% 0% auto;
}

.news-collection {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.invert-small {
  z-index: 15;
  position: relative;
}

.card-slide {
  margin-right: 30px;
}

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

.video-outline-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-outline-wrapper.top {
  position: absolute;
  inset: 0% auto auto 0%;
}

.video-outline-wrapper.bottom {
  position: absolute;
  inset: auto 0% 0% auto;
}

.left-arrow {
  z-index: 25;
  border: 1px #eef0f6;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-left: 0;
  display: flex;
  inset: auto auto -84px 0%;
  overflow: visible;
}

.left-arrow.right {
  left: 60px;
}

.video-button-outline {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border: 1px #fff3;
  border-radius: 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 48px;
  height: 48px;
  margin-right: 1px;
  padding: 0;
  display: grid;
  position: absolute;
  inset: auto;
}

.dark-fill {
  z-index: 20;
  background-color: var(--primary-black);
  width: 15px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.slider-arrow-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.solid-video-button-outline {
  border: 1px solid var(--white-25);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.our-news-slider {
  width: 100%;
  padding-bottom: 85px;
  padding-left: 15px;
  display: flex;
  position: relative;
}

.card-cursur {
  z-index: 25;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr 24px 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  width: 60px;
  height: 60px;
  text-decoration: none;
  display: grid;
  position: absolute;
  top: auto;
  left: auto;
}

.card-cursur.on {
  top: -42px;
  left: -30px;
}

.schedule-border-top {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  border-style: solid solid none;
  border-width: 1px;
  border-color: var(--white-25);
  color: #000;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  grid-template-rows: auto;
  grid-template-columns: auto 1px 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  min-height: 80px;
  padding: 24px;
  text-decoration: none;
  display: grid;
}

.news-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
  overflow: hidden;
}

.overlay {
  z-index: 3;
  background-color: #00000059;
  position: absolute;
  inset: 0%;
}

.cursur-wrapper {
  z-index: 10;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: auto;
}

.template-screen-content {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between;
  padding: 36px;
  display: grid;
  position: absolute;
  inset: 0%;
}

.template-screen-content.small {
  padding: 24px;
}

.background-wrapper {
  border-radius: 0 0 6px 6px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.schedule-bottom {
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 100%;
  min-height: 300px;
  padding: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.date {
  grid-row-gap: 15px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  line-height: 1.2em;
  display: flex;
}

.blog-top-content {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.cursur-text {
  white-space: nowrap;
  max-height: 24px;
  padding-left: 4px;
  position: absolute;
  inset: auto;
}

.bg-blog-link {
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.bg-blog-link:hover {
  opacity: 1;
}

.blog-background {
  z-index: 2;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.cursor-top {
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 18px;
  max-height: 18px;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.cursor-top.bottom {
  margin-top: auto;
  margin-bottom: 0;
  inset: auto 0% 0%;
}

.verticle-line {
  background-color: var(--white-25);
  width: 1px;
  height: 100%;
}

.template-hover-top {
  z-index: 25;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
  position: relative;
}

.cursur-top-outline {
  border: 1px solid var(--white-25);
  border-radius: 100%;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  position: absolute;
  inset: 0% 0% auto;
}

.cursur-top-outline.bottom {
  inset: auto 0% 0%;
}

.blog-title-text {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
}

.blog-link {
  letter-spacing: 0;
  text-transform: none;
}

.week-day-title, .number-day-title {
  margin-top: 0;
  margin-bottom: 0;
}

.blog-title-wrapper {
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.our-news {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 5px;
  overflow: hidden;
}

.main-section-2 {
  background-color: #000;
  justify-content: center;
  align-items: flex-start;
  min-height: 300vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.title-space-wrapper {
  width: 100%;
  margin-bottom: 60px;
}

.no-shrink-btn {
  display: inline-block;
}

.no-shrink-btn-wrapper {
  align-items: center;
  display: flex;
}

.flex-top-title {
  grid-column-gap: 40px;
  grid-row-gap: 25px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.flex-top-title.internal-indentation, .flex-top-title.internal-indentation-centercontent {
  flex-wrap: wrap;
  padding-bottom: 40px;
}

.top-video-content {
  z-index: 10;
  pointer-events: none;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.word-three {
  display: inline-block;
}

.button-3 {
  color: #000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #d2d2cf;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  min-height: 2.65rem;
  padding: .75rem .95rem;
  font-weight: 200;
  text-decoration: none;
  display: flex;
}

.button-3.is-icon {
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.video-overlay {
  z-index: 5;
  background-color: #00000042;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.video-holder {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.clip-title {
  z-index: 200;
  border-bottom: 1px #d2d2cf;
  position: relative;
  overflow: hidden;
}

.fill-word {
  z-index: 10;
  color: var(--relume-library-lite-rl-black);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--white);
  text-transform: uppercase;
  text-overflow: clip;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: D Din, sans-serif;
  font-size: 70px;
  font-weight: 700;
  position: relative;
}

.fill-word.bottom {
  font-family: var(--h1);
  color: var(--relume-library-lite-rl-white);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--primary-black);
  text-transform: none;
}

.video-height {
  justify-content: space-between;
  padding-top: 100%;
  display: flex;
}

.video-content-sticky {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: sticky;
  top: 60px;
  overflow: hidden;
}

.videos-container {
  z-index: 5;
  grid-column-gap: 10vw;
  grid-row-gap: 0px;
  pointer-events: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  display: grid;
  position: absolute;
  inset: 0%;
}

.word-two {
  display: inline-block;
}

.video-strip {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  height: 200vh;
  margin-top: 0;
  padding-top: 20vh;
  display: grid;
  position: relative;
}

.video-strip.left-strip {
  pointer-events: none;
  grid-template-rows: 1fr 1fr 1fr;
  width: 85%;
  height: 260vh;
  padding-top: 15vh;
  padding-bottom: 0;
}

.video-strip.right-strip {
  pointer-events: none;
  grid-template-rows: .7fr 2fr 1fr;
  height: 280vh;
  padding-top: 10vh;
  padding-bottom: 0;
}

.bottom-video-content {
  z-index: 100;
  grid-row-gap: 40px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 22rem;
  display: block;
  position: relative;
}

.video-item-scroll {
  border-radius: .625rem;
  width: 17vw;
  position: relative;
  overflow: visible;
}

.video-item-scroll.slow-paralax.hide {
  display: none;
}

.video-item-scroll.fast-paralax {
  width: 17vw;
}

.video-item-scroll.fast-paralax.hide {
  display: none;
}

.contact-us-sticky-con {
  flex-direction: column;
  height: 200vh;
  display: flex;
  position: sticky;
}

.word-one {
  font-family: var(--h1);
  color: var(--primary-black);
  text-transform: capitalize;
  text-shadow: -1px 0 0 var(--white), 0 1px 0 var(--white), 1px 0 0 var(--white), 0 -1px 0 var(--white);
  display: inline-block;
}

.video-sticky-trigger {
  flex: 1;
  margin-top: -100vh;
  padding: 0;
}

.section-video-scroll {
  display: none;
  position: relative;
}

.about-us-video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.large-title {
  position: relative;
}

.letter-2 {
  display: inline-block;
}

.letter-3 {
  text-align: left;
  display: inline-block;
}

.home-2-gallery-work {
  flex-direction: column;
  height: 200vh;
  display: flex;
}

.home-video-gallery-trigger {
  flex: 1;
}

.clip-video-title {
  flex-direction: column;
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 2px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-gallery-intro {
  z-index: 100;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1.5rem;
  display: flex;
  position: absolute;
}

.video-work-scrolling {
  display: none;
}

.video-background {
  border-radius: 6px;
  position: absolute;
  inset: 0%;
}

.video-work-gallery-strip {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: start;
  padding-right: 15px;
  display: grid;
}

.video-gallery-works {
  width: 100%;
  display: flex;
  overflow: hidden;
}

.video-gallery-height {
  border-radius: 6px;
  height: 43vw;
  min-height: 30rem;
  max-height: 80vh;
}

.video-gallery-item {
  border-radius: 6px;
  width: 33.33vw;
  position: relative;
  overflow: hidden;
}

.heading-letter-animation {
  letter-spacing: -.15rem;
  font-size: 6rem;
  line-height: 1.1;
}

.video-gallery {
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100vh;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: sticky;
  top: 20px;
  overflow: hidden;
}

.our-video-title-animation {
  text-align: center;
}

.video-work {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.banner-2-title-mobile {
  z-index: 100;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 800;
  display: none;
  position: relative;
}

.hidden-link-text {
  color: #0000;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.video-work-button {
  cursor: pointer;
  border: 1px #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: relative;
}

.video-work-outline {
  border: 1px solid #fff;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  position: absolute;
}

.video-work-outline.bottom {
  inset: auto 0% 0% auto;
}

.video-button-fill {
  background-color: #fff3;
  border: 1px solid #fff0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 70%;
  display: flex;
  position: relative;
}

.video-icon {
  width: 16px;
  margin-left: 2px;
}

.video-btn-outline {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border: 1px #fff3;
  border-radius: 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100px;
  height: 100px;
  margin-right: 1px;
  padding: 0;
  display: grid;
  position: absolute;
  inset: auto;
}

.video-button-wrapper {
  padding: 60px;
}

.solid-video-work-button-outline {
  border: 1px solid #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.video-outline-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-outline-wrap.bottom {
  position: absolute;
  inset: auto 0% 0% auto;
}

.video-outline-wrap.top {
  position: absolute;
  inset: 0% auto auto 0%;
}

.our-video-ligxtbox {
  border-radius: 6px;
  width: 100%;
  height: 100%;
}

.our-video-ligxtbox:hover {
  opacity: 1;
}

.collection-our-work, .our-video-work-list, .video-work-item {
  width: 100%;
  height: 100%;
}

.link-arrow {
  width: 12px;
}

.work-video-title {
  font-family: var(--h4);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
  font-weight: 700;
}

.subtitle-home-1 {
  font-family: var(--paragraph);
}

.hover-video-line-fill {
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.video-work-card-content {
  z-index: 25;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.video-work-card {
  color: #fff;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 60px 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-work-card-strip {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--white-25);
  border-bottom: 1px solid var(--white-25);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: center;
  height: 36px;
  padding-left: 36px;
  padding-right: 36px;
  display: grid;
  position: relative;
  overflow: visible;
}

.hover-video-line {
  height: 1px;
  position: absolute;
  inset: auto 0% -1px;
  overflow: hidden;
}

.hover-video-line.top {
  top: -1px;
  bottom: auto;
}

.video-work-link {
  letter-spacing: 0;
  text-transform: capitalize;
}

.our-work-card-info {
  grid-row-gap: 15px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 0 36px;
  display: flex;
}

.current-video-work {
  display: none;
}

.video-work-card-strip-tablet {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--white-25);
  border-bottom: 1px solid var(--white-25);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: center;
  height: 36px;
  padding-left: 36px;
  padding-right: 36px;
  display: grid;
  position: relative;
  overflow: visible;
}

.link-arrow-tablet {
  width: 12px;
}

.tabs-menu-2 {
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: center;
  margin-top: 60px;
  display: grid;
}

.tab-link-outline {
  z-index: 1;
  border: 1px solid var(--primary-black);
  border-radius: 100px;
  position: absolute;
  inset: 0%;
}

.tab-link {
  background-color: #0000;
  border: 1px #8e93a526;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 9px;
  display: flex;
}

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

.tab-link.w--current {
  background-color: #0000;
}

.subtitle-wrapper {
  margin-bottom: 24px;
}

.testimonial-text {
  color: var(--primary-black);
  text-transform: none;
  font-family: D Din, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: none;
}

.testimonial-text.span {
  text-decoration: underline;
}

.centered-intro {
  text-align: center;
  max-width: 775px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-tabs {
  flex-direction: column;
  display: flex;
}

.stacked-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.testimonial-avatar {
  z-index: 2;
  background-image: url('../images/Member-Photo-Close-up-9_1Member-Photo-Close-up-9.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.testimonial-avatar.one, .testimonial-avatar.two, .testimonial-avatar.three {
  background-image: url('../images/user_1user.webp');
}

.section-white {
  background-color: var(--white);
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.h6-subtitle-black {
  color: var(--primary-black);
  width: auto;
  margin-top: 0;
  margin-bottom: 30px;
}

.black-preloader {
  z-index: 1;
  background-color: var(--primary-black);
  justify-content: space-between;
  position: absolute;
  inset: 0%;
}

.line-preloader-top {
  background-color: var(--white-25);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.line-preloader-bottom {
  background-color: var(--white-25);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.line-wrapper {
  z-index: 50;
  position: absolute;
  inset: 0%;
}

.relative-bottom {
  z-index: 90;
  background-color: var(--primary-black);
  position: relative;
}

.sticky-top {
  position: sticky;
  top: 100px;
}

.sg-title {
  font-family: var(--h4);
  margin-bottom: 20px;
  font-weight: 700;
}

.corner-arrow {
  z-index: 25;
  width: 25px;
  position: relative;
}

.button-link-text {
  z-index: 20;
  font-family: D Din, sans-serif;
  font-weight: 700;
  position: relative;
}

.section-background {
  position: absolute;
  inset: 0%;
}

.corner-link {
  z-index: 50;
  border: 1px #add4e01f;
  border-radius: 100%;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

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

.section-background-wrapper {
  margin: 18px 10px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.circle-hover-cover {
  background-color: var(--white);
  border-radius: 100%;
  position: absolute;
  inset: 0%;
}

.link-outline {
  border: 1px solid var(--white-25);
  border-radius: 100%;
  margin: 12px;
  position: absolute;
  inset: 0%;
}

.hover-corner {
  background-color: var(--primary-black);
  width: 200px;
  height: 200px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.hover-corner-wrapper {
  width: 120px;
  height: 120px;
  position: absolute;
  inset: auto -70px -70px auto;
  overflow: hidden;
  transform: rotate(45deg);
}

.bottom-circle-link {
  z-index: 20;
  background-color: var(--primary-black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  padding: 12px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.bottom-circle-link:hover {
  opacity: 1;
}

.bg-video-banner-3 {
  width: 100%;
  height: 100%;
}

.bg-video-banner-3.none {
  display: none;
}

.video-banner-overlay {
  z-index: 3;
  background-color: #00000059;
  position: absolute;
  inset: 0%;
}

.video-banner-overlay.dark {
  background-color: #0000008c;
  background-image: linear-gradient(to top, #0009, #0000);
}

.animation-link {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--white-50);
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  align-items: center;
  display: inline-block;
}

.animation-link:hover {
  opacity: 1;
  color: var(--white);
}

.banner-3-title {
  margin-top: 0;
  margin-bottom: 0;
}

.banner-3-content-wrapper {
  grid-row-gap: 30px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 75%;
  display: flex;
}

.banner-3-description {
  color: #fff;
  width: 90%;
  margin-top: 0;
  margin-bottom: 0;
}

.grid-cards-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  display: grid;
  position: relative;
}

.card-cover {
  z-index: 15;
  background-color: var(--white);
  width: 110%;
  height: 110%;
  position: absolute;
  inset: auto;
}

.card-link {
  color: #000;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.dark-video-overlay {
  background-color: #00000059;
  position: absolute;
  inset: 0%;
}

.background-video-wrapper {
  z-index: 2;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.card-center-info {
  z-index: 20;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: center;
  display: flex;
  position: relative;
}

.three-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bg-video-about-us {
  width: 100%;
  height: 100%;
}

.underline-hover-link {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border-bottom: 1px solid #fff3;
  padding-bottom: 6px;
  padding-left: 0;
  font-size: 14px;
  line-height: 1.2em;
  text-decoration: none;
  position: relative;
}

.circle-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  cursor: pointer;
  grid-template-rows: auto 36px auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100px;
  height: 100px;
  max-height: 100px;
  font-size: 10px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.span-avatar {
  text-align: left;
  white-space: nowrap;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 3.75rem 3.75rem;
  border: 2px solid #0000;
  border-radius: .5rem;
  width: 3rem;
  height: 3rem;
  margin-left: .5rem;
  margin-right: .5rem;
  text-decoration: none;
  transition: border-radius .4s cubic-bezier(.25, .46, .45, .94), border-color .4s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
  position: relative;
  bottom: -.5em;
}

.span-avatar:hover {
  border-color: #3f8ef1;
  border-radius: 2rem;
}

.work-indicator-number {
  font-size: 14px;
}

.work-indicator-way {
  background-color: #0000001a;
  border-radius: 10px;
  width: 1.5px;
  height: 100%;
  position: absolute;
  inset: 0% auto;
}

.content-section {
  z-index: 10;
  background-color: var(--primary-black);
  position: relative;
}

.work-sticky-video-work {
  z-index: 10;
  background-color: var(--primary-black);
  border-radius: 12px;
  width: 100%;
  padding-top: 56.25%;
  transition: all .5s;
  position: relative;
  overflow: hidden;
}

.work-sticky-video-work:hover {
  opacity: 1;
  border-radius: 100px;
}

.work-indicator-progress-dot {
  background-color: var(--white);
  border-radius: 10px;
  width: 4.5px;
  height: 4.5px;
  position: absolute;
  bottom: 0;
  box-shadow: 0 0 0 2px #fff;
}

.work-sticky-list {
  grid-row-gap: 150px;
  flex-direction: column;
  padding: 10vh 5vw 27vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-sticky-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-bottom: 100px;
  display: flex;
  position: sticky;
  top: 100px;
  overflow: hidden;
}

.work-sticky-item-1 {
  perspective: 100vw;
  perspective-origin: 50%;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin-top: -20vh;
  margin-bottom: -20vh;
  display: flex;
  position: relative;
}

.work-indicator-progress {
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 1.5px;
  height: 100%;
  display: flex;
  position: relative;
}

.work-indicator-wrapper {
  grid-row-gap: .5em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5vw;
  display: none;
  position: absolute;
  inset: auto auto auto 0%;
  transform: none;
}

.work-indicator-way-wrapper {
  flex-direction: column;
  align-items: center;
  width: 7px;
  height: 64px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.width-medium {
  max-width: 580px;
}

.slide-nav {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 48px;
  min-height: 12px;
  margin: auto;
  padding: 0;
  font-size: 6px;
  display: none;
  inset: auto 0 48px;
  transform: none;
}

.slider-background-base {
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slider-blog-posts {
  background-color: #080808;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1500px;
  height: 100%;
}

.slider-blog-posts.clip {
  background-color: var(--primary-black);
  border-radius: 6px;
  overflow: hidden;
}

.video-mask {
  overflow: visible;
}

.slide-arrow {
  border: 1px solid #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  display: none;
  inset: auto auto 48px 0;
}

.slide-arrow.right {
  left: auto;
  right: 0;
}

.hero-slide-content {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 140px;
  display: flex;
}

.slider-video-background-wrapper {
  justify-content: center;
  width: 100vw;
  display: flex;
  position: absolute;
  inset: 0% auto;
  overflow: hidden;
}

.slider-arrow-wrapper-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.slider-background {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.slider-background.three, .slider-background.four {
  background-image: none;
}

.slide-intro-con {
  z-index: 100;
  grid-column-gap: 24px;
  grid-row-gap: 36px;
  color: #fff;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 100%;
  position: relative;
}

.hero-section-home-3 {
  color: #fff;
  justify-content: center;
  min-height: 775px;
  padding: 200px 0;
  display: flex;
  position: relative;
}

.video-slider {
  background-color: #080808;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
}

.info-top-container {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.video-project {
  z-index: 80;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.work-project-link-wrap {
  background-color: #00000073;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.work-project-link-wrap:hover {
  opacity: 1;
}

.view-details-link {
  z-index: 20;
  background-color: var(--white);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 15px;
  display: flex;
  position: absolute;
  inset: auto;
}

.letter-top {
  color: var(--primary-black);
  text-align: center;
  letter-spacing: -.04em;
  text-transform: uppercase;
  text-shadow: -1px 0 0 var(--white), 0 1px 0 var(--white), 1px 0 0 var(--white), 0 -1px 0 var(--white);
  white-space: nowrap;
  margin-left: -.05em;
  padding-top: .1em;
  font-family: Syne, sans-serif;
  font-size: 31.5vw;
  font-weight: 700;
  line-height: .8;
}

.letter-bottom {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.letter-bottom-1 {
  color: var(--primary-black);
  text-align: center;
  letter-spacing: -.04em;
  text-transform: uppercase;
  text-shadow: -1px 0 0 var(--white), 0 1px 0 var(--white), 1px 0 0 var(--white), 0 -1px 0 var(--white);
  white-space: nowrap;
  margin-left: -.05em;
  padding-top: .1em;
  font-family: Syne, sans-serif;
  font-size: 31.5vw;
  font-weight: 700;
  line-height: .8;
}

.slide-nav-hidden {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 48px;
  min-height: 12px;
  margin: auto;
  padding: 0;
  font-size: 6px;
  display: none;
  inset: auto 0 48px;
  transform: none;
}

.slider-dark-arrow {
  filter: invert();
}

.basic-lightbox-video-slider {
  background-color: #ddd0;
  justify-content: center;
  width: 100%;
  max-width: 1500px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.basic-slide-wrapper {
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 700px;
  margin-left: 6px;
  margin-right: 6px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.basic-video-mask {
  width: 100%;
  overflow: visible;
}

.full-width-slider-wrapper {
  justify-content: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.lightbox-wrapper {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.main-lightbox-video {
  z-index: 40;
  width: 100%;
  height: 100%;
}

.slider-video-overlay {
  background-color: #00000008;
  background-image: linear-gradient(#0000, #000000d9);
  align-items: flex-end;
  padding: 80px 80px 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.full-video-slider {
  padding-bottom: 80px;
  display: none;
  position: relative;
  overflow: hidden;
}

.video-slider-grid {
  z-index: 25;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1500px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.video-lightbox {
  letter-spacing: 0;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.video-lightbox:hover {
  opacity: 1;
}

.slider-content {
  justify-content: space-between;
  align-items: center;
}

.view-our-works-wrapper {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  width: 70%;
  overflow: hidden;
}

.our-news-container {
  grid-column-gap: 15px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.discover-our-blog {
  grid-column-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 45% 1fr;
  grid-auto-columns: 1fr;
  padding: 0 15px;
  display: grid;
}

.slider-background-wrapper {
  justify-content: center;
  width: 100vw;
  display: flex;
  position: absolute;
  inset: 0% auto;
  overflow: hidden;
}

.slider-background-wrapper.small {
  border-radius: 12px;
  align-items: center;
  width: 100%;
  height: 100%;
}

.slide-title-blog {
  color: #fff;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
}

.mask-bog {
  height: 100%;
  overflow: visible;
}

.video-blog-cotent {
  max-height: 100vh;
  margin-bottom: -115px;
  padding-bottom: 115px;
  position: sticky;
  top: 115px;
  overflow: hidden;
}

.testimonials-with-bg-slide-nav-2 {
  z-index: 100;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  padding-top: 5px;
  padding-bottom: 0;
  font-size: 10px;
  line-height: 10px;
  display: flex;
  inset: auto 0% 40px auto;
}

.slide-arrow-hidden {
  display: none;
}

.button-news-wrap {
  align-self: center;
}

.section-our-news {
  z-index: 10;
  background-color: var(--primary-black);
  justify-content: center;
  width: 100%;
  padding-top: 80px;
  display: flex;
  position: relative;
}

.slide-intro {
  z-index: 100;
  grid-column-gap: 24px;
  grid-row-gap: 36px;
  color: #fff;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  max-width: 800px;
  display: grid;
  position: relative;
}

.slide-intro.small {
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto;
  width: 100%;
  max-width: 440px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.slider-arrow-2 {
  width: 15px;
}

.slide-blog-content {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 140px;
  display: flex;
}

.slide-blog-content.flex-bottom {
  border-radius: 12px;
  align-items: flex-end;
  padding-bottom: 120px;
}

.news-grid-wrapper {
  z-index: 25;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1500px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100vw;
  display: grid;
  position: relative;
}

.blog-video-bg {
  width: 100%;
  height: 100%;
  min-height: 100vh;
}

.blog-ov {
  background-color: #0003;
  background-image: linear-gradient(#0000, #000000a6);
  position: absolute;
  inset: 0%;
}

.main-subtitle {
  color: #712fff;
  text-transform: capitalize;
}

.strip-wrapper {
  z-index: 5;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.strip-wrapper.right {
  z-index: 25;
  inset: 0% 0% 0% auto;
}

.preview-hero {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
}

.section-hero-home {
  flex-direction: column;
  justify-content: flex-end;
}

.hero-home-3-content {
  z-index: 15;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  flex-direction: row;
  flex: 1;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  margin-bottom: -100vh;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: sticky;
  top: 0;
  overflow: visible;
}

.hero-image-strip {
  z-index: 10;
  grid-column-gap: 26vw;
  grid-row-gap: 26vw;
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start center;
  width: 100%;
  padding-top: 15vh;
  display: grid;
}

.hero-image-strip.right-side {
  z-index: 25;
  grid-column-gap: 3vw;
  grid-template-columns: 1fr 1fr;
  align-items: flex-end;
  padding-top: 50vh;
  inset: 0% 0% 0% auto;
}

.hero-image-strip.left {
  grid-column-gap: 3vw;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  position: relative;
}

.hero-wrapper {
  height: 300vh;
  position: relative;
}

.feature-wrap-horizontal {
  background-color: #fff;
  border-radius: 20px;
  align-items: center;
  padding: 10px 20px;
  display: flex;
  box-shadow: 0 0 15px #9696961a;
}

.home-hero {
  z-index: 25;
  flex-direction: column;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.team-avatar {
  z-index: 20;
  border-radius: 100%;
  width: 6rem;
  height: 6rem;
  position: relative;
  overflow: hidden;
}

.hero-bottom {
  z-index: 15;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 700px;
  max-width: 1200px;
  height: 100%;
  padding-top: 140px;
  display: flex;
  position: static;
}

.hero-banner-image {
  border-radius: 20px;
  width: 18vw;
  height: 18vw;
  min-height: 18vw;
  position: relative;
  left: 0%;
  overflow: hidden;
}

.hero-banner-image.four {
  margin-right: 20px;
}

.hero-banner-image.fourteen {
  left: 1vw;
}

.hero-banner-image.thirteen {
  margin-top: -50vw;
}

.hero-banner-image.two {
  margin-left: 20px;
}

.page-sections {
  z-index: 10;
  background-color: var(--primary-black);
  position: relative;
}

.hero-home-info {
  z-index: 25;
  border-top: 1px #484858;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.35;
  display: flex;
  position: static;
}

.hero-trigger {
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.best-mini-video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.video-overlay-light {
  z-index: 5;
  background-color: #0d0d0e0d;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.video-overlay-dark {
  z-index: 5;
  background-color: #0d0d0e59;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.next-video-level {
  z-index: 100;
  grid-row-gap: 50px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.white-preloader {
  background-color: var(--white);
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0 0% 0%;
}

.video-big-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 600;
}

.top-line-our-work {
  background-color: var(--white-25);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% 0% auto;
}

.stroke-video-title {
  color: var(--primary-black);
  text-shadow: -1px 0 0 var(--white), 0 1px 0 var(--white), 1px 0 0 var(--white), 0 -1px 0 var(--white);
}

.paragraph-white {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: D Din, sans-serif;
  font-weight: 400;
}

.video-slide-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  transition: opacity .35s;
}

.video-slide-title:hover {
  opacity: .5;
}

.testimonial {
  text-align: center;
  width: 100%;
  max-width: 600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-name-wrap {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.stacked-review-content {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  display: grid;
  position: relative;
}

.stacked-review-content.small {
  grid-row-gap: 26px;
}

.width-extra-large {
  max-width: 975px;
}

.reviev-dark-text {
  color: var(--primary-black);
  font-weight: 700;
}

.testimonial-autor-photo {
  background-image: url('../images/Member-Photo-Close-up-5_1Member-Photo-Close-up-5.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  width: 60px;
  height: 60px;
}

.testimonial-autor-photo.autor-2 {
  background-image: url('../images/Member-Photo-Close-up-14_1Member-Photo-Close-up-14.webp');
}

.testimonial-autor-photo.autor-3 {
  background-image: url('../images/Member-Photo-Close-up-9_1Member-Photo-Close-up-9.webp');
}

.testimonial-autor-photo.autor-4 {
  background-image: url('../images/Member-Photo-Close-up-3_1Member-Photo-Close-up-3.webp');
}

.testimonial-autor-name, .testimonial-autor-job {
  color: var(--primary-black);
  margin-top: 0;
  margin-bottom: 0;
}

.autor-info-wrap {
  grid-row-gap: 5px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.they-say {
  color: var(--primary-black);
  margin-top: 0;
  margin-bottom: 40px;
}

.section-white-review {
  background-color: var(--white);
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.testimonial-item-arrow {
  border: 1px #e4e9ec;
  justify-content: center;
  align-items: center;
  width: 20%;
  display: flex;
}

.testimonial-item-arrow.right-arrow {
  border-color: #0af;
}

.testimonial-item-arrow.left-arrow {
  height: auto;
  position: absolute;
  inset: 0%;
}

.slider-mask-testimonials {
  width: 60%;
  overflow: visible;
}

.slider-info-testimonials {
  background-color: #ddd0;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.arrow-item-cover {
  z-index: 25;
  position: absolute;
  inset: 0%;
}

.wrapper-testimonials-content {
  display: block;
  overflow: visible;
}

.grid-testimonials {
  z-index: 25;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1500px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.grid-testimonials.clip {
  justify-content: center;
  justify-items: center;
  display: block;
  overflow: hidden;
}

.hover-hero-arrow {
  z-index: 5;
  background-color: var(--primary-black);
  border: 1px #e4e9ec;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: fixed;
  top: -38px;
  left: -30px;
}

.testimonial-slider-nav {
  height: 12px;
  padding-top: 0;
  font-size: 10px;
  display: none;
  inset: auto 0% 0%;
}

.video-lightbox-tablet {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: none;
}

.video-lightbox-tablet:hover {
  opacity: 1;
}

.text-message-field {
  border: 1px solid var(--white-25);
  color: var(--white);
  background-color: #ffffff03;
  border-radius: 9px;
  min-width: 100%;
  max-width: 100%;
  min-height: 200px;
  max-height: 100%;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 18px;
  font-family: D Din, sans-serif;
  font-size: 17px;
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
}

.text-message-field:focus {
  border-color: var(--white);
  padding-left: 24px;
}

.text-message-field::placeholder {
  color: var(--white-50);
  font-size: 17px;
}

.no-shrink-form-btn {
  flex: none;
  width: 100%;
}

.form-info {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  display: flex;
  position: relative;
}

.form-info.mt-20 {
  margin-top: 20px;
}

.support-map-link {
  font-family: D Din, sans-serif;
}

.contacts-arrows-divider-3 {
  background-color: var(--white-25);
  width: 1px;
  height: 20px;
  position: absolute;
  inset: 12px 60px auto auto;
}

.contacts-title-3 {
  width: 100%;
  margin-bottom: 30px;
}

.text-field {
  border: 1px solid var(--white-25);
  color: #fff;
  background-color: #ffffff03;
  border-radius: 50px;
  min-height: 50px;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 18px;
  font-family: D Din, sans-serif;
  font-size: 17px;
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
}

.text-field:focus {
  border-color: var(--white);
  padding-left: 24px;
}

.text-field::placeholder {
  color: var(--white-50);
  font-size: 17px;
}

.text-field.mb-20 {
  margin-bottom: 20px;
}

.contact-us-form {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.contacts-form-wrap {
  background-color: #0000;
  width: 50%;
}

.contacts-divider-2 {
  width: 100%;
  height: 2px;
  margin-top: 30px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.benefits-line {
  background-color: #0d0d0d4d;
  width: 100vw;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.benefits-line.support {
  background-color: var(--white-25);
}

.contacts-detail-3 {
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 4px;
  display: flex;
}

.contacts-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: start stretch;
  width: 100%;
  display: grid;
}

.contact-us-icon {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
}

.support-color-link {
  color: var(--white);
  font-family: D Din, sans-serif;
  font-size: 12px;
}

.contacts-content-wrapper-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-right: 0;
  display: flex;
}

.contacts-slider-arrow-icon-2 {
  color: var(--white);
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.contacts-left-arrow-2 {
  max-width: 40px;
  padding: 10px 15px;
  position: absolute;
  inset: 0% 60px auto auto;
}

.passwotd {
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 12px;
  line-height: 1em;
}

.protected-page-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.password-video-bg {
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.dark-ov {
  background-color: #0009;
  background-image: radial-gradient(circle, #0000004d, #0000);
  position: absolute;
  inset: 0%;
}

._404-logo-wrapper-2 {
  z-index: 100;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 40px 0% auto;
}

._404-title {
  z-index: 100;
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 150px;
  font-weight: 800;
  display: none;
  position: relative;
}

._404-content {
  z-index: 100;
  position: relative;
}

._404-content-wrapper-2 {
  z-index: 100;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  display: flex;
  position: relative;
}

._404-wrapper {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 60px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.clip-group-section {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.logo-brand {
  z-index: 100;
  width: auto;
  min-width: 65px;
  height: 24px;
  padding-left: 0;
}

.logo-brand:hover {
  opacity: 1;
}

.primary-link-btn-2 {
  color: #ffffff80;
  letter-spacing: .5px;
  text-transform: capitalize;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #fff;
  border-radius: 22px;
  justify-content: center;
  padding: 13px 26px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.1em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-link-btn-2:hover {
  opacity: 1;
}

.error-404-text {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

._404-text {
  color: var(--white);
  text-align: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
}

.bg-404-video {
  background-image: linear-gradient(#000c, #000c);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

._404-title-wrapper {
  z-index: 100;
  margin-bottom: 30px;
}

._404-png-title {
  z-index: 100;
  height: 130px;
  font-family: D Din, sans-serif;
  font-weight: 700;
  position: relative;
}

.no-shrink-button {
  flex: none;
}

.loop-container {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: flex;
}

.loop-image-wrapper {
  width: 100%;
  height: 100%;
  padding-top: 120%;
  position: relative;
}

.coming-soon-wrapper-2 {
  flex-direction: column;
  align-items: flex-start;
  max-width: 690px;
  display: flex;
}

.coming-soon-overlay {
  z-index: 1;
  background-color: #00000026;
  position: absolute;
  inset: 0%;
}

.loop-section {
  width: 100%;
}

.form-input {
  border: 1px solid var(--white-25);
  color: #fff;
  letter-spacing: .5px;
  text-transform: capitalize;
  background-color: #0000;
  border-radius: 100px;
  height: 50px;
  margin-bottom: 0;
  padding: 10px 20px;
  font-family: D Din, sans-serif;
  font-size: 17px;
  transition: all .5s ease-in-out;
}

.form-input:focus {
  border-style: solid;
  border-color: var(--white);
  padding-left: 30px;
}

.form-input::placeholder {
  color: var(--white-50);
  font-size: 17px;
}

.coming-soon-form-con {
  flex-flow: wrap;
  justify-content: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.coming-soon-heading-2 {
  text-transform: uppercase;
  width: 95%;
  margin-top: 60px;
  margin-bottom: 0;
  font-family: D Din, sans-serif;
  font-size: 55px;
  font-weight: 700;
}

.image-content-right {
  grid-column-gap: 1rem;
  align-items: center;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.images-layout {
  grid-column-gap: 1rem;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.coming-soon-text {
  color: var(--white);
  width: 90%;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: D Din, sans-serif;
  font-weight: 400;
}

.loop-image-list-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  column-count: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  column-gap: 1.5rem;
  width: 100%;
  height: 100%;
  margin-top: -60%;
  display: grid;
}

.loop-image-list-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.coming-soon-page-wrap-2 {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.subscribe-form-footer {
  z-index: 10;
  grid-column-gap: 15px;
  border: 1px solid var(--white-25);
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  padding: 6px 8px;
  display: flex;
  position: relative;
}

.h1-stroke-span {
  color: var(--primary-black);
  text-shadow: -1px 0 0 var(--white), 0 1px 0 var(--white), 1px 0 0 var(--white), 0 -1px 0 var(--white);
}

.loop-image-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.hero-form-coming-soon {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.loop-video-bg {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.primary-form-button {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--primary-black);
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  padding: 18px 24px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  transition: all .45s;
  display: flex;
}

.primary-form-button:hover {
  background-color: var(--white-5-51);
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--white);
  box-shadow: 0 0 20px #e0fd6033;
}

.primary-form-button.full-mobile-width {
  font-family: D Din, sans-serif;
  font-weight: 700;
}

.primary-form-button.full-width-btn {
  width: 100%;
}

.search-form {
  z-index: 10;
  grid-column-gap: 15px;
  border: 1px solid var(--white-25);
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 6px 8px;
  display: flex;
  position: relative;
}

.search-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 800;
}

.results-link {
  margin-top: 0;
  margin-bottom: 0;
}

.search-video-bg {
  background-image: linear-gradient(#00000005 65%, #000), linear-gradient(#000000b3, #000000b3);
  height: auto;
  padding-top: 220px;
  padding-bottom: 80px;
  position: relative;
  inset: 0% 0% auto;
}

.search-center-wrap {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-white-changelog {
  background-color: var(--white);
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.changelog-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: D Din, sans-serif;
  font-weight: 700;
}

.changelog-description {
  text-align: center;
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: D Din, sans-serif;
  font-weight: 400;
}

.inner-video-bg {
  background-image: linear-gradient(#0009, #0009);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  display: flex;
  position: absolute;
}

.inner-banner {
  min-height: 450px;
  position: relative;
}

.black-preloader-changelog {
  z-index: 1;
  background-color: var(--primary-black);
  justify-content: space-between;
  position: absolute;
  inset: 0%;
}

.line-changelog-bottom {
  background-color: var(--white-25);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.search-result-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.scroll-banner-3-link {
  z-index: 70;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  padding: 36px 150px 150px 36px;
  display: flex;
  position: absolute;
  inset: auto -150px -114px auto;
}

.hero-slider-banner {
  background-color: #0000;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.hero-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 80px;
  padding-top: 100px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.scroll-elements {
  z-index: 100;
  display: none;
  position: absolute;
  inset: auto 0% 0;
}

.hero-slide-home-3 {
  width: 100%;
  height: 400px;
}

.success-message-transparent-3 {
  color: #fff;
  text-align: center;
  background-color: #0000;
}

.scroll-arrow-icon {
  width: 24px;
}

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

.slider-arrow-icon {
  width: 16px;
}

.hero-banner-wrapper {
  z-index: 20;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1500px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  display: flex;
  position: relative;
}

.hero-slider-mask {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.slider-background-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.slider-background-home-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.background-2 {
  z-index: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.background-2.one {
  background-image: none;
}

.overlay-about-us-banner {
  background-color: #0000001a;
  background-image: linear-gradient(#0000, #000000bf);
  position: absolute;
  inset: 0%;
}

.video-banner-about-us {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.about-us-1-banner {
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.flex-about-us-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: auto 41%;
  grid-auto-columns: 1fr;
  place-content: space-between;
  align-items: center;
  display: grid;
}

.about-description {
  color: var(--white);
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
}

.grid-circle-link-wrapper {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(15px, 15px) minmax(auto, 1200px) minmax(15px, 15px);
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  margin-bottom: -70px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: absolute;
  inset: auto 0% 0%;
}

.content-link-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.link-circle-wrapper {
  margin-top: -70px;
  position: relative;
}

.circle-link-about-us {
  background-color: var(--primary-black);
  border: 1px #ffffff1a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  padding: 6px;
  display: flex;
  position: relative;
}

.circle-link-about-us:hover {
  opacity: 1;
}

.button-text-link {
  z-index: 25;
  position: relative;
}

.outline {
  border: 1px solid var(--white-25);
  border-radius: 100%;
  margin: 9px;
  position: absolute;
  inset: 0%;
}

.circle-link-hover {
  background-color: #fff;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.hero-title-animation {
  grid-column-gap: 15px;
  flex-wrap: wrap;
  display: flex;
}

.word-container {
  display: flex;
}

.about-title-letter {
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sora, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.2em;
}

.card-title {
  color: var(--primary-black);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 800;
}

.card-description {
  color: var(--primary-black);
  margin-top: 0;
  margin-bottom: 0;
}

.awards-video-item {
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  height: 100%;
  margin-top: 5rem;
  padding-left: 4rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.awards-item-text {
  grid-row-gap: 40px;
  padding-bottom: 20px;
  display: flex;
}

.awards-background {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.awards-item {
  z-index: 50;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 80px;
  display: flex;
  position: relative;
}

.awards-item.z-index {
  z-index: 60;
}

.awards-item.z-index-2 {
  z-index: 70;
}

.awards-item.z-index-3 {
  z-index: 80;
}

.awards-data-wrapper {
  width: 14vw;
  padding-top: 5px;
  display: flex;
}

.speaker-list {
  border-top: 1px solid #d3e5e9;
  width: 100%;
  margin-bottom: 9rem;
  position: relative;
}

.awards-video-wrap {
  z-index: 5;
  border-radius: 6px;
  width: 20vw;
  height: 20vw;
  position: relative;
  overflow: hidden;
}

.awards-data {
  margin-top: 0;
  margin-bottom: 0;
}

.awards-title-item {
  z-index: 10;
  flex: 1;
  position: relative;
  overflow: hidden;
}

.awards-title {
  color: var(--primary-black);
  letter-spacing: .1em;
  text-transform: uppercase;
  text-shadow: -1px 0 1px var(--white), 0 1px 0 var(--white), 1px 0 0 var(--white), 0 -1px 0 var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 800;
}

.awards-list {
  border-top: 1px solid var(--white-25);
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}

.black-line-vertical {
  z-index: 100;
  background-color: var(--primary-black);
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.black-line-vertical.right {
  inset: auto 0% 0% auto;
}

.award-overlay {
  background-color: #00000040;
  position: absolute;
  inset: 0%;
}

.bottom-underlining {
  background-color: var(--white-25);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.bottom-fill-underlining {
  background-color: var(--white);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.video-awards-title {
  align-self: flex-start;
  width: auto;
  margin-top: 0;
  margin-bottom: 30px;
}

.awards-title-container {
  flex: none;
  position: relative;
}

.awards-title-fill {
  z-index: 50;
  letter-spacing: .1em;
  text-transform: uppercase;
  width: 100%;
  height: 54px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 800;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.small-fill-video-wrapper {
  z-index: 5;
  border-radius: 6px;
  position: absolute;
  inset: 0%;
}

.large-video-fill {
  z-index: 5;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.video-contacts {
  z-index: 1;
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
  position: absolute;
  transform: rotate(-10deg);
}

.video-contacts.medium-video {
  width: 145px;
  height: 145px;
  bottom: 29%;
  transform: rotate(10deg);
}

.video-contacts.small-video {
  width: 130px;
  height: 130px;
  position: absolute;
  inset: 17% 0% auto;
}

.video-contacts.large-video {
  z-index: 90;
  width: 140px;
  height: 140px;
  inset: auto auto 22% -7%;
  transform: rotate(8.5deg);
}

.medium-video-fill {
  z-index: 5;
  border-radius: 6px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.button-4 {
  color: #f5e2ca;
  text-align: center;
  background-color: #0000;
  border: 1px solid #f5e2ca;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  min-height: 2.1rem;
  padding: .75rem 1rem;
  font-weight: 200;
  text-decoration: none;
  display: flex;
}

.button-4.is-circle {
  align-self: center;
  width: 3.8rem;
  min-height: 2.1rem;
  margin-right: -1px;
  padding: 0;
}

.contacts-hero-strip {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 15%;
  margin-left: -1rem;
  margin-right: -1rem;
  position: relative;
}

.contacts-container {
  z-index: 100;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.let-s-create-wrapper {
  width: 100%;
  position: relative;
}

.contact-us-video-item {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.center-video-wrapper {
  text-align: center;
  justify-content: center;
  width: 80%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.let-s-create-item-container {
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.link-lets-create {
  opacity: .5;
}

.link-lets-create:hover {
  opacity: 1;
}

.hero-title-animation-bottom {
  grid-column-gap: 15px;
  flex-wrap: wrap;
  display: flex;
}

.section-contacts {
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.tablet-title {
  display: none;
}

.hero-section-about-us {
  color: #fff;
  justify-content: center;
  min-height: 600px;
  padding: 200px 0;
  display: flex;
  position: relative;
}

.about-2-description {
  color: #fff;
  text-align: left;
  width: 90%;
  margin-top: 0;
  margin-bottom: 0;
}

.banner-5-hero-section {
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 600px;
  padding-top: 200px;
  padding-bottom: 180px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-5-hero-section.faq-section {
  min-height: 450px;
  padding-bottom: 140px;
}

.banner-3-wrap {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 60%;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.left-video-con {
  background-color: #0000;
  border-bottom-right-radius: 150px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 62%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.home-5-video {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  position: absolute;
  inset: 0%;
}

.about-us-3 {
  grid-row-gap: 30px;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.ov-about-3 {
  background-color: #00000026;
  background-image: linear-gradient(#00000073, #0000);
  position: absolute;
  inset: 0%;
}

.about-2-description-text {
  color: #fff;
  width: 90%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: D Din, sans-serif;
}

.service-item {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 50% 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.service-item.left {
  grid-template-columns: 1fr 50%;
  width: 100%;
}

.tabs-menu-style {
  z-index: 999;
  grid-column-gap: 6px;
  border: 1px solid var(--white-25);
  border-radius: 12px;
  margin-top: 50px;
  margin-bottom: -90px;
  margin-right: 75px;
  padding: 6px;
  display: flex;
}

.tabs-menu-style.left-menu {
  margin-right: 0;
}

.services-tabs {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.services-tabs.left-tabs {
  align-items: flex-start;
}

.secondary-gradient-button {
  opacity: 1;
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: #0000;
  background-image: linear-gradient(#ffffff1a, #ffffff1a);
  border-radius: 12px;
  justify-content: center;
  min-height: 47px;
  padding: 15px 20px;
  font-size: 12px;
  line-height: 1em;
  transition: all .35s;
  display: flex;
  box-shadow: 0 0 10px #ffffff1a;
}

.secondary-gradient-button:hover {
  opacity: .7;
}

.in-section-title-wrapper {
  margin-bottom: 30px;
}

.primary-gradient-button {
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: #0000;
  background-image: linear-gradient(315deg, #3f0efa, #90f);
  border-radius: 12px;
  justify-content: center;
  height: auto;
  min-height: 47px;
  padding: 15px 20px;
  font-size: 12px;
  line-height: 1em;
  transition: all .35s;
  display: flex;
  box-shadow: 0 -1px 10px #9900ff26;
}

.primary-gradient-button:hover {
  opacity: .7;
}

.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.gradient-con {
  position: absolute;
  inset: 0%;
}

.tabs-content {
  width: 100%;
}

.growing-image-2 {
  border-radius: 6px;
  flex: 1;
  width: 40%;
  position: relative;
  overflow: hidden;
}

.growing-image-2.small {
  flex: 0 auto;
  width: 35%;
  margin-right: 0;
  overflow: hidden;
}

.growing-image-2.right {
  margin-left: 24px;
}

.growing-image-2.left {
  margin-right: 24px;
}

.service-info {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between center;
  place-items: flex-start start;
  max-width: 500px;
  padding-top: 140px;
  padding-bottom: 60px;
  display: flex;
}

.btn-wrapper {
  grid-column-gap: 20px;
  display: flex;
}

.btn-wrapper.mt-40 {
  margin-top: 40px;
}

.tab-pane-tab-1 {
  width: 100%;
  height: 100%;
}

.service-item-bottom {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 50%;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.service-list {
  grid-row-gap: 80px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 100%;
  padding-top: 40px;
  display: flex;
}

.services-tab {
  color: #fff;
  background-color: #ffffff1a;
  border-radius: 6px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 6px 10px;
  transition-duration: .5s;
  display: flex;
}

.services-tab:hover {
  opacity: 1;
  background-color: #ffffff26;
}

.services-tab.w--current {
  background-color: var(--white);
  color: var(--primary-black);
}

.growing-video {
  width: 100%;
  height: 100%;
}

.benefits-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  flex-direction: column;
  width: 100%;
  padding-top: 5px;
  display: flex;
  overflow: hidden;
}

.benefits-progress-50-opasity {
  background-color: #ffffff1a;
  border-radius: 3px;
  width: 100%;
  height: 3px;
}

.history-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 80px 0;
  display: flex;
}

.tab-content-home-4 {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 720px;
  height: 100%;
  display: flex;
}

.benefit {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.content-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.circle-link-hover-2 {
  background-color: var(--white);
  border-radius: 100%;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.video-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.space-text {
  margin-top: 20px;
  margin-bottom: 40px;
}

.video-cover {
  align-items: center;
  width: 50vw;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: visible;
}

.benefits-progress-bar-wrapper {
  margin-top: 10px;
}

.benefits-number {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  inset: auto 0% 10px auto;
}

.video-grid-wrapper {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(15px, 15px) minmax(auto, 1170px) minmax(15px, 15px);
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
}

.section-video-content {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.benefits-bar-90-white {
  background-color: var(--white);
  border-radius: 3px;
  width: 0%;
  height: 3px;
  margin-top: -3px;
  position: relative;
}

.outline-2 {
  border: 1px solid #fff3;
  border-radius: 100%;
  margin: 9px;
  position: absolute;
  inset: 0%;
}

.play-icon {
  z-index: 25;
  width: 20px;
  margin-left: 4px;
  position: relative;
}

.background-video-2 {
  z-index: 20;
  border-top-left-radius: 150px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.benefits-bar-85-white {
  background-color: var(--white);
  width: 0%;
  height: 3px;
  margin-top: -3px;
  position: relative;
}

.overlay-dark {
  background-color: #00000026;
  position: absolute;
  inset: 0%;
}

.full-width-panel {
  background-color: var(--primary-black);
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 15px;
  padding-right: 140px;
  display: flex;
  position: relative;
}

.full-width-panel.left-description-content {
  padding-right: 60px;
}

.benefits-bar-95-white {
  background-color: var(--white);
  width: 0%;
  height: 3px;
  margin-top: -3px;
  position: relative;
}

.lightbox-link {
  z-index: 30;
  background-color: var(--primary-black);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  margin-left: -70px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto auto auto 0%;
}

.lightbox-link:hover, .best-video-lightbox:hover {
  opacity: 1;
}

.paralax-background {
  margin-top: -36px;
  margin-bottom: -36px;
  position: absolute;
  inset: 0%;
}

.small-image {
  border-radius: 6px;
  width: 100%;
  margin-top: 36px;
  margin-bottom: 36px;
  position: relative;
  overflow: hidden;
}

.medium-image {
  border-radius: 5px;
  margin-top: -36px;
  position: relative;
  overflow: hidden;
}

.team-images {
  z-index: 100;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr .5fr .5fr .5fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 18px;
  padding-right: 18px;
  display: grid;
  position: relative;
}

.large-image {
  border-radius: 6px;
  min-height: 300px;
  position: relative;
  overflow: hidden;
}

.lightbox-video-item {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.video-lightbox-about-us-3 {
  letter-spacing: 0;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  position: absolute;
}

.video-lightbox-about-us-3:hover {
  opacity: 1;
}

.about-3-ov {
  z-index: 1;
  background-color: #0000000d;
  position: absolute;
  inset: 0%;
}

.video-about-us-button-wrapper {
  z-index: 90;
  padding: 60px;
  position: relative;
}

.images {
  z-index: 10;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.photo-list {
  grid-column-gap: 15px;
  justify-content: space-between;
  height: auto;
  display: flex;
}

.animals-images-wrapper {
  width: 100vw;
  position: relative;
  overflow: hidden;
}

.background-load-bottom {
  z-index: 25;
  background-color: var(--primary-black);
  height: 50%;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.lightbox-section {
  background-color: var(--primary-black);
  display: none;
  overflow: hidden;
}

.background-load-top {
  z-index: 25;
  background-color: var(--primary-black);
  height: 50%;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.hero-photo-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(80px, 1fr) minmax(auto, 1400px) minmax(80px, 1fr);
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.video-lightbox-item {
  color: #fff;
  text-align: center;
  border-radius: 6px;
  flex: none;
  width: 25vw;
  min-width: 25vw;
  height: 25vw;
  min-height: 25vw;
  margin-left: -1px;
  margin-right: -1px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.video-lightbox-item:hover {
  opacity: 1;
}

.image-lightbox {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 36px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.photo-list {
  justify-content: flex-start;
}

.hover-slider-arrow {
  border: 1px solid #ffffff80;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 10vw;
  max-width: 120px;
  height: 10vw;
  max-height: 120px;
  display: flex;
}

.projects-arrow {
  z-index: 15;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  min-height: 100vh;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  top: 0;
  bottom: 0;
  overflow: visible;
}

.testimonial-slide-2 {
  z-index: 20;
  position: relative;
}

.about-title-2 {
  color: var(--white-1);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--white);
  text-transform: uppercase;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: D Din, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.2em;
}

.horizontal-faq-line {
  background-color: #fff;
  width: 16px;
  height: 2px;
}

.tab-faq-title {
  z-index: 25;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.tab-bottom-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px #fff3;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 36px;
  display: block;
}

.subtitle-faq {
  font-size: 20px;
  line-height: 1.2em;
}

.tab-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 36px 0;
  transition: padding .5s cubic-bezier(.25, .46, .45, .94);
  position: relative;
  overflow: hidden;
}

.tab-top:hover {
  padding-left: 24px;
  padding-right: 24px;
}

.close-wrapp {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.faq-description {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.tab-faq {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.tab-bottom {
  border-top: 1px none var(--white-25);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff12;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.skills-item {
  border-top: 1px solid var(--white-25);
  border-bottom: 1px none var(--white-25);
  flex-direction: column;
  display: flex;
}

.skills-item.left-top {
  border-top: 1px solid var(--white-25);
  border-bottom-style: none;
  border-bottom-color: var(--white-25);
}

.skills-item.left-top-last-one-left, .skills-item.left-top-last-one {
  border-top: 1px solid var(--white-25);
  border-bottom-style: solid;
  border-bottom-color: var(--white-25);
}

.faq-list {
  flex-direction: column;
  width: 50%;
  display: flex;
}

.hover-cover {
  background-color: #8ea5b60d;
  display: none;
  position: absolute;
  inset: 0%;
}

.vertical-faq-line {
  background-color: #fff;
  width: 2px;
  height: 16px;
  position: absolute;
}

.video-methods {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.radio-button-label {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2em;
}

.video-wrapper-con {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-form {
  margin-top: 30px;
  margin-bottom: 20px;
  display: inline-block;
}

.text-form.top-text {
  margin-top: 0;
}

.inputs-container {
  grid-column-gap: 15px;
  justify-content: space-between;
  display: flex;
}

.tab-radio-button-field {
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-bottom: 0;
  padding-left: 20px;
  display: flex;
}

.tab-radio-button-field:focus {
  color: #010524;
}

.big-form-container {
  z-index: 100;
  width: 100%;
  max-width: 640px;
  margin-bottom: 0;
  position: relative;
}

.form-con-home-3 {
  grid-column-gap: 60px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.tab-radio-button {
  z-index: 100;
  border: 1px solid var(--white-25);
  flex: none;
  width: 25px;
  height: 25px;
  margin-top: 0;
  margin-right: 10px;
  position: relative;
}

.tab-radio-button:focus {
  border-color: #ff2a0e;
}

.tab-radio-button.w--redirected-checked {
  background-image: url('../images/V-1_1V-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-width: 1px;
  border-color: #ffffff80;
}

.tab-radio-button.w--redirected-focus {
  border-color: #ffffff80;
  box-shadow: 0 0 3px 1px #0000;
}

.radio-buttons-block {
  z-index: 100;
  grid-column-gap: 10px;
  place-content: stretch space-between;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.photo-form {
  border-radius: 6px;
  flex: 1;
  justify-content: flex-end;
  width: 30%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.price-ov {
  background-color: #11111173;
  width: 110%;
  height: 110%;
  position: absolute;
}

.thx-title {
  margin-top: 0;
  margin-bottom: 20px;
}

.testimoninal-home-3 {
  width: 57%;
}

.team-grid {
  grid-column-gap: 0px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.review-photo {
  border-radius: 6px;
  width: 35%;
  position: relative;
  overflow: hidden;
}

.avatar-position {
  color: var(--white);
  letter-spacing: .1em;
  text-transform: uppercase;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}

.quote-large {
  width: 40px;
}

.avatar-photo {
  background-image: url('../images/Member-Photo-Close-up-3_1Member-Photo-Close-up-3.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  flex: none;
  width: 80px;
  height: 80px;
}

.avatar-photo.photo-3 {
  background-image: url('../images/Member-Photo-Close-up-12_1Member-Photo-Close-up-12.webp');
}

.avatar-photo.photo-2 {
  background-image: url('../images/Member-Photo-Close-up-6_1Member-Photo-Close-up-6.webp');
}

.avatar-photo.photo-4 {
  background-image: url('../images/Member-Photo-Close-up-14_1Member-Photo-Close-up-14.webp');
}

.photo-autor {
  position: absolute;
  inset: 0%;
}

.sticky-portrait-wrapper {
  border: 1px solid var(--white-25);
  background-color: var(--primary-black);
  border-radius: 6px;
  width: 100%;
  padding: 40px;
  position: sticky;
  top: 140px;
  overflow: hidden;
}

.avatar-info {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.white-review {
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 20px;
}

.main-avatar-wrap {
  grid-column-gap: 20px;
  display: flex;
}

.avatar-name {
  margin-top: 0;
  margin-bottom: 0;
}

.general-review-wrap {
  grid-column-gap: 60px;
  justify-content: space-between;
  display: flex;
}

.general-review-wrap.reverse {
  flex-direction: row-reverse;
}

.faq-title {
  text-align: left;
  text-transform: capitalize;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sora, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.2em;
}

.faq-wrap {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 72%;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.top-video-description {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(15px, 15px) minmax(auto, 1170px) minmax(15px, 15px);
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.text-description {
  margin-top: 20px;
  margin-bottom: 0;
}

.text-description.par-width {
  width: 95%;
}

.left-text-container {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 60px 0;
  display: flex;
}

.left-title-wrapper {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 720px;
  height: 100%;
  display: flex;
}

.background-video-faq {
  z-index: 20;
  border-top-left-radius: 150px;
  width: 94%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.faq-top-wrapper {
  grid-row-gap: 30px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.tab-hover {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white-5-51);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: absolute;
  inset: 0%;
}

.list-wrapper {
  align-items: center;
  display: none;
}

.scroll-color-bg-wrap-2 {
  background-image: linear-gradient(#00000059, #00000059), linear-gradient(135deg, #fb0357, #f84cfd);
  position: absolute;
  inset: 0%;
  transform: translate(-100%);
}

.toggle-round-yr {
  z-index: 1;
  grid-column-gap: 30px;
  cursor: pointer;
  border-radius: 6px;
  justify-content: space-between;
  padding: 6px 10px;
  position: relative;
  overflow: hidden;
}

.hero-price-item {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-text-fill-color: inherit;
  background-color: #ffffff03;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #fff3;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  padding: 30px;
  transition: all .35s;
  display: grid;
  position: relative;
  overflow: hidden;
}

.pricing-3 {
  grid-column-gap: 0px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 1170px;
}

.price-description {
  font-family: var(--paragraph);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 15px;
  margin-bottom: 40px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4em;
  display: none;
}

.price-top {
  z-index: 80;
  flex-direction: column;
  justify-content: space-between;
  width: auto;
  display: flex;
  position: relative;
}

.toggle-bg {
  background-color: #ffffff1a;
  position: absolute;
  inset: 0%;
}

.price-bottom {
  z-index: 80;
  width: auto;
  position: relative;
}

.toggle-round-mo {
  z-index: 1;
  grid-column-gap: 30px;
  cursor: pointer;
  border-radius: 6px;
  justify-content: space-between;
  padding: 6px 10px;
  position: relative;
  overflow: hidden;
}

.color-bg-wrap {
  position: absolute;
  inset: 0%;
  transform: translate(-100%);
}

.button-pricing-wrap {
  z-index: 80;
  grid-row-gap: 10px;
  border-right: 1px solid var(--white-25);
  border-left: 1px solid var(--white-25);
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.button-home-5 {
  grid-column-gap: 5px;
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #ffffff80;
  border-radius: 100px;
  justify-content: center;
  height: auto;
  min-height: 45px;
  max-height: 45px;
  padding: 15px 20px;
  font-size: 12px;
  line-height: 1em;
  transition: all .35s;
  display: flex;
}

.btn-circle-3 {
  border: 1px solid #ffffff80;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

.toggle-wrapper {
  justify-content: center;
  align-items: center;
  display: none;
}

.starter-package {
  justify-content: space-between;
  align-items: center;
  min-height: 25px;
  margin-bottom: 2rem;
  display: flex;
}

.toggle-bg-mo {
  background-color: #ffffff1a;
  position: absolute;
  inset: 0%;
}

.yearly-wrapper {
  display: none;
}

.save-monay {
  color: var(--primary-black);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1em;
}

.price-plan {
  font-family: var(--h2);
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}

.our-mission-list {
  margin-top: 0;
  margin-bottom: 0;
}

.price-fill-circle {
  background-color: var(--white);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  display: none;
  position: relative;
}

.price-title {
  margin-top: 0;
  margin-bottom: 0;
}

.toggle-price {
  grid-column-gap: 6px;
  background-color: #0000;
  border: 1px solid #ffffff1a;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 6px;
  display: flex;
  position: relative;
}

.plan-type {
  z-index: 10;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}

.list-item {
  margin-top: 0;
  margin-bottom: 0;
}

.sticky-section {
  background-color: var(--primary-black);
  position: sticky;
  inset: 140px 0% 0;
}

._1920-desktop-view {
  display: none;
}

.scroll-dark-video {
  background-image: linear-gradient(#000000a6, #000000a6);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.review-video {
  border-radius: 6px;
  width: 100%;
  height: 100%;
}

.inner-banner-review {
  min-height: 450px;
  position: relative;
}

.banner-large-title-reviews {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.reviews-title-mobile {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  display: none;
}

.collection-item {
  justify-content: center;
  align-items: center;
  width: 48%;
  display: flex;
  position: relative;
}

.collection-item:nth-child(odd) {
  margin-bottom: -80px;
}

.collection-item:nth-child(2n) {
  margin-top: 80px;
  margin-bottom: -80px;
}

.blog-sidebar-right-wrapper-2 {
  width: 36%;
  position: sticky;
  top: 220px;
}

.sidebar-recent-posts-wrapper-2 {
  margin-top: 20px;
}

.blog-3-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  display: flex;
}

.blog-sidebar-wrapper-2 {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.sidebar-categories-2 {
  border: 1px solid var(--white-25);
  background-color: #0000;
  border-radius: 6px;
  padding: 30px 20px;
}

.sidebar-search-2 {
  background-color: #0000;
}

.recent-title {
  margin-top: 0;
}

.collection-list-8 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.blog-sidebar-left-wrapper-2 {
  width: 64%;
  padding-bottom: 80px;
}

.sidebar-recent-posts-2 {
  border: 1px solid var(--white-25);
  background-color: #0000;
  border-radius: 6px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px 20px;
}

.sidebar-categories-list-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  display: flex;
}

.sidebar-recent-post-item-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.news {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.link-blog-3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: D Din, sans-serif;
  font-weight: 700;
}

.subtitle-home-2 {
  color: #fff;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: 12px;
}

.overlay-blog-3 {
  background-color: #0d0d0d80;
  position: absolute;
  inset: 0%;
}

.hover-blog-3-line-fill {
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.blog-3-card-content {
  z-index: 25;
  grid-row-gap: 140px;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.blog-3-card {
  color: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-background {
  width: 110%;
  height: 120%;
  position: absolute;
  inset: auto;
}

.blog-3-card-info {
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 0 36px;
  display: flex;
}

.background-blog-image {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.blog-card-strip {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  border-top: 1px solid #afafaf80;
  border-bottom: 1px solid #afafaf80;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: center;
  height: 36px;
  padding-left: 36px;
  padding-right: 36px;
  display: grid;
  position: relative;
  overflow: visible;
}

.blog-card-strip:hover {
  opacity: 1;
}

.hover-blog-line {
  height: 1px;
  position: absolute;
  inset: auto 0% -1px;
  overflow: hidden;
}

.hover-blog-line.top {
  top: -1px;
  bottom: auto;
}

.blog-title-link {
  letter-spacing: 0;
  text-transform: capitalize;
}

.blog-title-link:hover {
  opacity: 1;
}

.article-2 {
  width: 100%;
}

.subtitle-gray {
  margin-top: 0;
  margin-bottom: 0;
  font-family: D Din, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.hover-cover-2 {
  background-color: var(--white-5-51);
  border-radius: 6px;
  position: absolute;
  inset: 0%;
}

.subtitle-blog {
  color: #fff;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-top: 0;
  font-family: D Din, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.tab-top-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 36px;
  padding-bottom: 36px;
  transition: padding .5s cubic-bezier(.25, .46, .45, .94);
  position: relative;
  overflow: hidden;
}

.tab-top-2:hover {
  padding-left: 36px;
  padding-right: 36px;
}

.tab-top-2.recent-posts {
  padding: 0;
}

.tab-top-2.recent-posts:hover {
  padding-right: 20px;
}

.sidebar-recent-post-2 {
  z-index: 100;
  letter-spacing: 0;
  text-transform: capitalize;
  align-items: center;
  height: 100%;
  display: flex;
}

.sidebar-recent-post-2:hover {
  opacity: 1;
}

.sidebar-recent-post-image-2 {
  z-index: 100;
  object-fit: cover;
  border-radius: 6px;
  width: 80px;
  height: 80px;
  margin-right: 15px;
}

.let-s-work-together {
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: D Din, sans-serif;
  font-size: 60px;
  font-weight: 700;
}

.h2-stroke-span {
  color: var(--primary-black);
  text-shadow: -1px 0 0 var(--white), 0 1px 0 var(--white), 1px 0 0 var(--white), 0 -1px 0 var(--white);
  display: inline-block;
}

.banner-large-title-contacts {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: D Din, sans-serif;
  font-weight: 700;
}

.hero-section-news {
  color: #fff;
  justify-content: center;
  min-height: 350px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.hero-section-news.more {
  min-height: 270px;
}

.hero-inner-content {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 180px;
  padding-bottom: 140px;
  display: flex;
}

.large-inner-title {
  color: var(--white-5-51);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--white);
  text-transform: uppercase;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: D Din, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.2em;
}

.news-search-form {
  z-index: 10;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 1px solid var(--white-25);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  padding: 20px 8px;
  display: flex;
  position: relative;
}

.categories-tab-link {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--primary-black);
  text-align: center;
  border-radius: 6px;
  justify-content: center;
  padding: 5px 10px;
  transition-duration: .5s;
  display: flex;
}

.categories-tab-link:hover {
  background-color: var(--white-5-51);
  opacity: 1;
  color: var(--white);
}

.team-item-con {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.image-member-fill {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-2-share-link {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 0 1px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 17px;
  display: flex;
}

.home-2-share-link:hover {
  opacity: .7;
}

.all-our-team-grid {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.member-name {
  font-family: var(--h5);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.member-position {
  color: var(--white);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2em;
}

.our-experienced-team {
  width: 100%;
}

.share-icon-white {
  color: #fff;
  font-family: "Fa solid 900", sans-serif;
  font-size: 15px;
  line-height: 1em;
}

.member-info-item {
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.team-item-top {
  border-radius: 6px;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-image-overlay {
  z-index: 5;
  background-image: linear-gradient(315deg, #000000a3, #0000 59%);
  justify-content: flex-end;
  align-items: flex-end;
  padding: 15px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.dropdown-toggle {
  opacity: 1;
  background-color: #ffffff0d;
  border: 1px solid #fff3;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  padding: 0;
  transition: all .35s;
  display: flex;
}

.dropdown-toggle:hover {
  opacity: .7;
  border-color: #ffffff80;
}

.team-bg-wrap {
  background-image: url('../images/5e978dc12344690004df2958_Self-Portrait-4-1_15e978dc12344690004df2958_Self Portrait-4-1.webp');
  background-position: 77% 29%;
  background-size: 380%;
  height: 300px;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.team-bg-wrap.team-bg-2 {
  background-image: url('../images/Kevin-Bowen-Business-Portrait-0002_1Kevin Bowen Business Portrait-0002.webp');
  background-position: 50% 8%;
  background-size: cover;
  background-attachment: scroll;
}

.team-bg-wrap.team-bg-3 {
  background-image: url('../images/Team-3_1Team 3.webp');
}

.team-bg-wrap.team-bg-4 {
  background-image: url('../images/Team-6_1Team 6.webp');
}

.team-bg-wrap.team-bg-5 {
  background-image: url('../images/Team-5_1Team 5.webp');
}

.team-bg-wrap.team-bg-6 {
  background-image: url('../images/Team-4_1Team 4.webp');
}

.team-bg-wrap.team-bg-7 {
  background-image: url('../images/Team-8_1Team 8.webp');
}

.team-bg-wrap.team-bg-8 {
  background-image: url('../images/Team-7_1Team 7.webp');
}

.home-2-share-open-up-list {
  background-color: #0000;
  width: 38px;
  bottom: 50px;
  right: 0;
}

.home-2-share-open-up-list.w--open {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.team-title {
  text-transform: capitalize;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sora, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.2em;
}

.team-banner {
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.member-clip-name {
  overflow: hidden;
}

.work-stages-column {
  z-index: 25;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.subtitle-home-3 {
  color: #fff;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}

.work-stages-title {
  grid-row-gap: 20px;
  border-right: 1px solid var(--white-25);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 40%;
  margin-right: 60px;
  padding-right: 60px;
  display: flex;
}

.grid-work-wrapper {
  z-index: 20;
  grid-template-rows: auto;
  grid-template-columns: 30% 70%;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
  position: relative;
}

.grid-work-wrapper.indicator-wrapper {
  z-index: 10;
  grid-template-columns: 30%;
  align-content: end;
  height: 0;
}

.outline-line {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.outline-line.bottom {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.outline-line.top {
  width: 50%;
  display: flex;
}

.work-stages-item {
  border-top: 1px solid var(--white-25);
  border-bottom: 1px none var(--white-25);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.work-stages-item.first-item {
  border-top-style: none;
  padding-top: 0;
}

.work-stages-item.last-item {
  padding-bottom: 0;
}

.scrol-indicator-wrapper {
  z-index: 20;
  justify-content: center;
  align-items: flex-end;
  width: 30%;
  height: 0;
  max-height: 0;
  margin-bottom: -60px;
  padding-bottom: 60px;
  display: flex;
  position: sticky;
  bottom: 0;
}

.scrol-indicator-wrapper.is-none {
  display: none;
}

.heading-2 {
  line-height: 1.3em;
}

.heading-2.large {
  font-size: 52px;
}

.work-stages-list {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.work-stages-description {
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: auto;
  display: flex;
}

.sticky-circle-2 {
  z-index: 50;
  border: 1px solid var(--white-25);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-top: 0;
  padding-left: 4px;
  display: flex;
  position: sticky;
  bottom: 80px;
}

.sticky-circle-2:hover {
  opacity: 1;
}

.section-dark {
  background-color: var(--primary-black);
  padding-top: 80px;
  display: none;
  position: relative;
}

.work-stages-subtitle {
  color: #fff;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}

.page-wrapper-2 {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.work-stages-video-wrapper {
  height: 350px;
  display: none;
}

.video-stage {
  width: 100%;
  height: 100%;
}

.stages-link {
  align-self: flex-start;
  display: none;
}

.link-category-wrapper {
  align-self: flex-start;
}

.clip-blog-link {
  overflow: hidden;
}

.collection-list-wrapper-category {
  width: 100%;
}

.blog-category-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  display: flex;
}

.collection-item-blog {
  justify-content: center;
  align-items: center;
  width: 48%;
  display: flex;
  position: relative;
}

.blog-category-title {
  text-transform: uppercase;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sora, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.2em;
}

.circle-link-wrapper-2 {
  margin: -48px;
  padding: 48px;
}

.subtitle-data {
  color: #fff;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2em;
}

.data-wrap {
  z-index: 100;
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
  position: relative;
}

.previ-post-arrow {
  color: #afafaf;
  margin-right: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.next-post-arrow-icon {
  color: #afafaf;
  margin-left: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.top-text-blog {
  display: inline-block;
}

.blog-details-title {
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 55px;
}

.scroll-blog-link {
  z-index: 100;
  background-color: var(--primary-black);
  border: 1px #8c9fac33;
  border-radius: 100%;
  margin-bottom: -70px;
  padding: 6px;
  position: absolute;
  inset: auto 0 0% auto;
  overflow: hidden;
}

.banner-paragraph {
  width: 90%;
  margin-top: 0;
  margin-bottom: 0;
}

.data-line-container {
  width: 40px;
  position: relative;
  overflow: hidden;
}

.section-blog {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.photo-autor-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Img-5-1_1Img-5 (1).webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.content-blog-details-wrap {
  z-index: 100;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.review-blog-details {
  color: #000;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  margin-top: 50px;
  margin-bottom: 30px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.blog-details-link {
  letter-spacing: 0;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
}

.blog-intro-content {
  grid-column-gap: 180px;
  grid-row-gap: 12px;
  flex-direction: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start start;
  width: 65%;
  min-height: 450px;
  padding-top: 160px;
  padding-bottom: 80px;
  display: flex;
}

.rich-blog-post-text h4, .rich-blog-post-text h3 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.rich-blog-post-text figure {
  border-radius: 6px;
  margin-top: 40px;
  margin-bottom: 40px;
  overflow: hidden;
}

.rich-blog-post-text h5 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.rich-blog-post-text ul {
  margin-top: 30px;
  margin-bottom: 40px;
}

.title-blog-container {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.instagram-background {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.scroll-blog-circle {
  z-index: 100;
  border: 1px solid #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  display: flex;
  position: relative;
}

.scroll-blog-circle:hover {
  opacity: 1;
}

.blog-details-background-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.data-line {
  background-color: #fff;
  width: 40px;
  height: 1px;
}

.blog-template-wrapper-2 {
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.blog-template-wrapper-2.banner {
  max-width: 100%;
}

.instagram-image {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 16vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-arrow {
  z-index: 100;
  filter: invert(0%);
  height: 30px;
  position: relative;
  transform: rotate(45deg);
}

.background-blog-wrapper {
  z-index: -1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.blog-template-pagination-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 80px;
  display: flex;
}

.section-blog-details {
  justify-content: center;
  align-items: stretch;
  height: 500px;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-template-pagination-link-2 {
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  align-items: center;
  width: auto;
  display: flex;
}

.blog-template-pagination-link-2:hover {
  opacity: 1;
}

.slider-blog-arrow {
  border-right: 1px solid var(--white-25);
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 80px;
  display: flex;
  top: auto;
  bottom: 0;
}

.slider-blog-arrow.right {
  border-right-style: none;
  justify-content: flex-end;
  padding-left: 80px;
  padding-right: 0;
  left: auto;
}

.link-hover-fill-2 {
  background-color: var(--white);
  border-radius: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.short-title {
  margin-bottom: 20px;
}

.review-blog-detail {
  border: 1px solid var(--white-25);
  background-color: var(--primary-black);
  border-radius: 6px;
  width: 100%;
  padding: 40px;
  position: sticky;
  top: 140px;
  overflow: hidden;
}

.blog-clip-details-link {
  overflow: hidden;
}

.post-container {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.post-container.right-align {
  text-align: right;
}

.project-stage-title {
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 850px;
  display: flex;
}

.content-grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.subtitle-video-details {
  margin-top: 0;
  margin-bottom: 0;
}

.content-portfolio-details {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.next-portfolio {
  color: #fff;
  margin-right: 20px;
}

.gallery-lightbox {
  width: 100%;
}

.gallery-lightbox:hover {
  opacity: 1;
}

.project-arrow {
  object-fit: cover;
  width: auto;
}

.link-wrap {
  z-index: 90;
  align-self: center;
  margin-top: -70px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 41px;
  position: absolute;
}

.slider-arrow-icon-right {
  width: 12px;
}

.stage-details-description h2, .stage-details-description h4, .stage-details-description h3, .stage-details-description h5, .stage-details-description h6 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.stage-details-description ul {
  margin-top: 30px;
  margin-bottom: 40px;
}

.medium-width-2 {
  width: 87%;
}

.client-quote-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 140px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.hero-top-content {
  margin-top: 100px;
  padding-top: 60px;
  padding-bottom: 140px;
}

.hero-top-content.portfolio-details {
  z-index: 30;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 120px;
  position: relative;
}

.subtitle-wrapper-2 {
  width: 30%;
  margin-left: auto;
  margin-right: auto;
}

.gallery-image-wrapper {
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.portfolio-main-title {
  z-index: 100;
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.portfolio-meta {
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.anchor-link {
  border-bottom: 1px solid var(--white-25);
  padding-top: 24px;
  padding-bottom: 24px;
  transition: background-color .5s, padding .5s cubic-bezier(.25, .46, .45, .94);
  position: relative;
  overflow: hidden;
}

.anchor-link:hover {
  padding-left: 24px;
  padding-right: 24px;
}

.anchor-link.w--current {
  background-color: var(--white-5-51);
  padding-left: 24px;
  padding-right: 24px;
}

.slider-arrow-icon-left {
  width: 12px;
}

.arrow-wrapper {
  z-index: 25;
  position: relative;
  overflow: hidden;
}

.orange-link-wrapper {
  overflow: hidden;
}

.background-video-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-stage-list {
  grid-row-gap: 80px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  width: 60%;
  display: flex;
}

.socials-icon {
  border: 1px solid var(--primary-black);
  background-color: var(--primary-black);
  border-radius: 100%;
  justify-content: center;
  width: 35px;
  height: 35px;
  padding: 10px 8px 8px 11px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.socials-icon:hover {
  background-color: var(--white);
  opacity: 1;
  color: var(--primary-black);
}

.gallery-image-background {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: -100px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.centered-intro-2 {
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.circle-link-portfolio-details {
  z-index: 100;
  background-color: var(--primary-black);
  border: 1px #ffffff1a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  padding: 6px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.circle-link-portfolio-details:hover {
  opacity: 1;
}

.button-link-text-2 {
  z-index: 25;
  color: var(--white);
  position: relative;
}

.team-intro-social-wrapper {
  z-index: 10;
  grid-column-gap: 15px;
  border-top: 1px solid #afafaf80;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  margin-top: 10px;
  padding-top: 20px;
  display: flex;
}

.team-intro-social-wrapper.portfolio-details {
  border-top-style: none;
  justify-content: center;
  margin-bottom: 10px;
  padding-top: 0;
}

.portfolio-main-section {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.outline-3 {
  border: 1px solid var(--white-25);
  border-radius: 100%;
  margin: 9px;
  position: absolute;
  inset: 0%;
}

.details-title {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
}

.anchor-list {
  border-top: 1px solid var(--white-25);
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.animal-slider-arrow {
  border: 1px solid var(--white-25);
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 80px;
  display: flex;
  top: auto;
  bottom: 0;
}

.animal-slider-arrow:hover {
  opacity: 1;
}

.animal-slider-arrow.right {
  border-style: solid none none;
  border-width: 1px;
}

.animal-slider-arrow.top {
  border-top-style: solid;
  border-bottom-style: none;
  border-left-style: none;
}

.stages-sidebar {
  grid-row-gap: 25px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 40%;
  padding-right: 40px;
  display: flex;
  position: sticky;
  top: 140px;
}

.info-services {
  color: var(--primary-black);
}

.portfolio-hero-banner {
  z-index: 50;
  justify-content: center;
  height: auto;
  position: relative;
}

.grid-wrap {
  z-index: 20;
  grid-template-rows: 1fr;
  grid-template-columns: 15px 100% 15px;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.portfolio-details-title {
  z-index: 200;
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.item-hover-details {
  background-color: var(--white-5-51);
  position: absolute;
  inset: 0%;
}

.background-video-stage {
  justify-content: space-between;
  margin-right: 0;
}

.stage-banner {
  border-radius: 6px;
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
}

.h2-work-details {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
}

.tab-title {
  z-index: 25;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.grid-wrapper-3 {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1500px) minmax(5vw, 1fr);
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
}

.gallery-image-portfolio-details {
  height: 400px;
  position: relative;
  overflow: hidden;
}

.meta-card {
  grid-row-gap: 20px;
  border-right: 1px solid var(--primary-black);
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  width: 100%;
  display: flex;
}

.meta-card.last-card {
  border-right-style: none;
}

.large-width-2 {
  width: 100%;
}

.gallery-image-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.meta-subtitle {
  color: var(--primary-black);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.prev-portfolio {
  color: #fff;
  margin-left: 20px;
}

.project-stage {
  grid-row-gap: 60px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: flex;
}

.overlay-img-details {
  background-color: #00000026;
  position: absolute;
  inset: 0%;
}

.portfolio-stage-info {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 875px;
  display: flex;
}

.animal-pagination-wrapper {
  align-items: stretch;
  display: flex;
}

.circle-link-hover-3 {
  background-color: var(--white);
  border-radius: 100%;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.white-section {
  background-color: var(--white);
}

.work-title-link {
  letter-spacing: 0;
  text-transform: none;
}

.lightbox-play {
  z-index: 60;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.work-subtitle {
  margin-top: 0;
  margin-bottom: 0;
}

.detail-work-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.work-banner-text {
  margin-top: 0;
  margin-bottom: 0;
}

.anchor-link-2 {
  border-bottom: 1px solid #202926;
  padding-top: 24px;
  padding-bottom: 24px;
  transition: background-color .5s, padding .5s cubic-bezier(.25, .46, .45, .94);
  position: relative;
  overflow: hidden;
}

.anchor-link-2:hover {
  padding-left: 24px;
  padding-right: 24px;
}

.anchor-link-2.w--current {
  background-color: #0000;
  padding-left: 24px;
  padding-right: 24px;
}

.stage-banner-2 {
  border-radius: 6px;
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
}

.h2-shop-details {
  font-size: 40px;
}

.video-lightbox-details {
  width: 100%;
  height: 100%;
}

.section-video-details {
  padding-top: 80px;
  padding-bottom: 80px;
}

.play-video-stage {
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.stage-video-wrap {
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
}

.stage-video-wrap:hover {
  opacity: 1;
}

.form-input-blog {
  border: 1px solid var(--white-25);
  color: #fff;
  letter-spacing: .5px;
  text-transform: capitalize;
  background-color: #0000;
  border-radius: 100px;
  height: 50px;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 17px;
  transition: all .5s ease-in-out;
}

.form-input-blog:focus {
  border-style: solid;
  border-color: var(--white);
  padding-left: 30px;
}

.form-input-blog::placeholder {
  color: var(--white-50);
  font-size: 17px;
}

.collection-portfolio-3-list-wrapper {
  width: 100%;
}

.grid-work-wrapper-2 {
  z-index: 20;
  grid-template-rows: auto;
  grid-template-columns: 30% 70%;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
  position: relative;
}

.grid-work-wrapper-2.indicator-wrapper {
  z-index: 10;
  grid-template-columns: 30%;
  align-content: end;
  height: 0;
}

.portfolio-3 {
  z-index: 25;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
}

.projects-3-grid {
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-right: 0;
  display: grid;
}

.sticky-circle-3 {
  z-index: 50;
  border: 1px solid #afafaf80;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-top: 0;
  padding-left: 4px;
  display: flex;
  position: sticky;
  bottom: 80px;
}

.page-wrapper-3 {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.subtitle-home-5 {
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.underline-hover-wrapper {
  height: 1px;
  display: flex;
  position: absolute;
  inset: auto 0% -1px;
  overflow: hidden;
}

.background-portfolio-3 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.portfolio-3-card {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  color: #000;
  border: 1px #eff3f6;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  margin-bottom: -1px;
  padding: 2px 2px 1px;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.portfolio-3-image {
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 400px;
  padding: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-3-card-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--white-25);
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  padding-bottom: 18px;
  display: grid;
  position: relative;
}

.project-3-card-bottom:hover {
  opacity: .7;
}

.scroll-cover {
  z-index: 100;
  background-color: var(--primary-black);
  height: 100%;
  position: absolute;
  inset: -100% 0% 0%;
}

.underline-hover-fill {
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.portfolio-3-card-top {
  z-index: 90;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: stretch;
  padding: 20px;
  display: grid;
  position: absolute;
  inset: 0% 0% auto;
}

.ov-gradient {
  z-index: 1;
  background-image: linear-gradient(#000000b3, #0000);
  position: absolute;
  inset: 0%;
}

.video-list {
  width: 100%;
}

.projects-3-grid-category {
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-right: 0;
  display: grid;
}

.large-inner-category-title {
  text-transform: uppercase;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: D Din, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.2em;
}

.category-content-wrapper {
  grid-row-gap: 30px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 75%;
  display: flex;
}

.banner-large-title-changelog {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: D Din, sans-serif;
  font-weight: 700;
}

.licencing-line {
  background-color: var(--white-25);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.license-link-wrapper {
  grid-column-gap: 50px;
  display: flex;
}

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

.hire-popup {
  z-index: 1000;
  color: #fff;
  background-color: #1c276d;
  border-radius: 4px;
  width: 100%;
  max-width: 296px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2em;
  position: fixed;
  inset: auto auto 5px 5px;
}

.hire-popup-wrap {
  grid-row-gap: 10px;
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.hire-popup-wrap:hover {
  color: #fff;
}

.hire-paragraph {
  max-width: 93%;
  font-size: 12px;
}

.hire-link {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: underline;
  transition-property: none;
}

.hire-link:hover {
  opacity: 1;
  color: #fff;
  text-transform: none;
}

.hire-buttons-wrap {
  grid-column-gap: 20px;
  display: flex;
}

.hire-buttons {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
  transition-property: none;
}

.hire-buttons:hover {
  opacity: 1;
  color: #fff;
}

.hire-popup-close {
  cursor: pointer;
  padding: 10px 20px;
  position: absolute;
  top: -7px;
  right: -14px;
}

.close-popup-image {
  width: 12px;
  height: 12px;
}

.buy-this-template {
  z-index: 1000;
  opacity: 1;
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #4353ff;
  border: 1px solid #4353ff;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  transition-property: none;
  display: flex;
  position: fixed;
  inset: auto 12px 48px auto;
}

.buy-this-template:hover {
  opacity: 1;
  color: #fff;
}

.btn-icon {
  margin-right: 8px;
}

.all-templates {
  z-index: 1000;
  color: #4353ff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  width: 140px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
  position: fixed;
  inset: auto 12px 12px auto;
}

.all-templates:hover {
  opacity: 1;
  color: #4353ff;
}

.link-header-item {
  background-color: #0000;
  padding: 32px 15px;
  display: flex;
}

.link-header-item.w--open:hover {
  color: #a8a4a4;
  text-decoration: none;
}

.circle-button {
  aspect-ratio: auto;
  width: 150px;
  height: 150px;
}

.heading-3 {
  font-family: D Din, sans-serif;
  font-weight: 700;
}

.heading-4 {
  font-family: var(--h1);
  font-size: var(--h1-70px);
  font-weight: 700;
}

.heading-5 {
  font-family: var(--h2);
  font-size: var(--h2-45px);
  font-weight: 700;
}

.heading-6 {
  font-family: var(--h3);
  font-size: var(--h3-28px);
  font-weight: 700;
}

.heading-7 {
  font-family: var(--h4);
  font-size: var(--h4-26px);
  font-weight: 700;
}

.heading-8 {
  font-family: var(--h5);
  font-size: var(--h5-22px);
  font-weight: 700;
}

.heading-9 {
  font-family: var(--h6);
  font-size: var(--h6-tablet-14px);
  font-weight: 700;
}

.heading-10 {
  font-family: var(--h4);
  font-weight: 700;
}

.heading-11 {
  font-family: var(--h4);
  font-size: var(--h4-26px);
}

.heading-12 {
  font-family: D Din, sans-serif;
  font-weight: 700;
}

.paragraph {
  font-family: var(--paragraph);
  font-size: var(--paragraph-17px);
  font-weight: 400;
}

.link {
  font-family: var(--link-type);
  font-size: 15px;
  font-weight: 700;
}

.list-item-2 {
  font-family: var(--paragraph);
  font-weight: 400;
}

.block-quote {
  font-family: D Din, sans-serif;
  font-weight: 400;
}

.hero-copy-wrapper {
  padding-left: 0;
}

.home-section-studio {
  display: block;
  position: relative;
}

.home-section-photography {
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
}

.home-section-photography.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.home-section-photography.without-bottom-spacing {
  padding-bottom: 0;
}

.home-section-photography.style-guide-section {
  padding-top: 160px;
  padding-bottom: 0;
}

.home-section-photography.no-spacing {
  padding-top: 0;
  padding-bottom: 0;
}

.heading-13 {
  font-family: var(--h1);
  letter-spacing: 0;
  font-weight: 700;
}

.contact-section {
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: visible;
}

.contact-section.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.contact-section.without-bottom-spacing {
  padding-bottom: 0;
}

.contact-section.without-top-spacing {
  display: none;
}

.contact-section.style-guide-section {
  padding-top: 160px;
  padding-bottom: 0;
}

.contact-section.no-spacing {
  padding-top: 0;
  padding-bottom: 0;
}

.about-section-ourteam {
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: visible;
}

.about-section-ourteam.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.about-section-ourteam.without-bottom-spacing {
  padding-bottom: 0;
}

.about-section-ourteam.without-top-spacing {
  display: none;
}

.about-section-ourteam.style-guide-section {
  padding-top: 160px;
  padding-bottom: 0;
}

.about-section-ourteam.no-spacing {
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.aboutus-section-services {
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: visible;
}

.aboutus-section-services.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.aboutus-section-services.without-bottom-spacing {
  padding-bottom: 0;
}

.aboutus-section-services.without-top-spacing {
  display: none;
}

.aboutus-section-services.style-guide-section {
  padding-top: 160px;
  padding-bottom: 0;
}

.aboutus-section-services.no-spacing {
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.home-section-videoportfolio {
  padding-top: 80px;
  padding-bottom: 80px;
  display: none;
  position: relative;
  overflow: visible;
}

.home-section-videoportfolio.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.home-section-videoportfolio.without-bottom-spacing {
  padding-bottom: 0;
}

.home-section-videoportfolio.without-top-spacing {
  display: none;
}

.home-section-videoportfolio.style-guide-section {
  padding-top: 160px;
  padding-bottom: 0;
}

.home-section-videoportfolio.no-spacing {
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.community-subscription {
  padding-top: 80px;
  padding-bottom: 80px;
  display: none;
  position: relative;
  overflow: visible;
}

.community-subscription.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.community-subscription.without-bottom-spacing {
  padding-bottom: 0;
}

.community-subscription.without-top-spacing {
  display: none;
}

.community-subscription.style-guide-section {
  padding-top: 160px;
  padding-bottom: 0;
}

.community-subscription.no-spacing {
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.home-section-services {
  padding-top: 80px;
  padding-bottom: 80px;
  display: none;
  position: relative;
  overflow: visible;
}

.home-section-services.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.home-section-services.without-bottom-spacing {
  padding-bottom: 0;
}

.home-section-services.without-top-spacing {
  display: none;
}

.home-section-services.style-guide-section {
  padding-top: 160px;
  padding-bottom: 0;
}

.home-section-services.no-spacing {
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.home-section-brands {
  background-color: var(--white);
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.rl_logo1_logo {
  max-width: 150px;
  max-height: 150px;
}

.rl_logo1_logo-list {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.rl_logo1_spacing-block-1 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-heading-style-h6 {
  font-family: var(--h1);
  color: var(--relume-library-lite-rl-black);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl_logo1_heading-wrapper {
  text-align: center;
  justify-content: center;
  width: 100%;
  max-width: 48rem;
  display: flex;
}

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

.rl-padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.rl-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_logo1 {
  background-color: var(--relume-library-lite-rl-white);
}

.spline-scene {
  z-index: 0;
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.heading-14 {
  font-family: var(--h4);
  font-size: var(--h4-26px);
}

.heading-14.text-centered {
  font-size: var(--h5-22px);
  text-align: center;
  font-weight: 700;
  line-height: 1.2em;
}

.map {
  width: 100%;
  height: 20rem;
}

.pricing-section-wrapper {
  justify-content: center;
  align-items: center;
  height: auto;
  display: none;
}

.pricing-section-pricelist {
  padding-top: 80px;
  padding-bottom: 40px;
  display: block;
  position: relative;
  overflow: visible;
}

.pricing-section-pricelist.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.pricing-section-pricelist.without-bottom-spacing {
  padding-bottom: 0;
}

.pricing-section-pricelist.without-top-spacing {
  display: none;
}

.pricing-section-pricelist.style-guide-section {
  padding-top: 160px;
  padding-bottom: 0;
}

.pricing-section-pricelist.no-spacing {
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.about-section-awards {
  padding-top: 80px;
  padding-bottom: 40px;
  display: none;
  position: relative;
  overflow: visible;
}

.about-section-awards.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.about-section-awards.without-bottom-spacing {
  padding-bottom: 0;
}

.about-section-awards.without-top-spacing {
  display: none;
}

.about-section-awards.style-guide-section {
  padding-top: 160px;
  padding-bottom: 0;
}

.about-section-awards.no-spacing {
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.project-image-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.gallery-list {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 37%;
  background-size: cover;
  border-radius: 0;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  height: 500px;
  margin-bottom: 6px;
  padding-bottom: 0;
  display: flex;
}

.project-card-info-2 {
  z-index: 10;
  flex-direction: column;
  justify-content: space-between;
  padding: 68px 24px;
  display: flex;
  position: relative;
}

.project-card-info-2.border {
  justify-content: center;
  align-items: center;
  padding: 1.8rem;
}

.hover-link-wrapper {
  z-index: 100;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 148px;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto 0 5vw auto;
}

.hover-link-wrapper.project-view-link {
  position: relative;
  bottom: auto;
  right: auto;
}

.hover-link-wrapper.project-view-link.top {
  z-index: 110;
  position: absolute;
}

.hover-link {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #f3f6fc;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 11px;
  text-decoration: none;
  display: flex;
}

.project-hover-link-wrapper {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.gallery-list-wrapper {
  width: 100%;
  max-width: none;
}

.project-item-2 {
  grid-column-gap: 18px;
  grid-row-gap: 24px;
  color: #fff;
  flex-direction: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  width: 40vw;
  height: 30vw;
  min-height: 300px;
  max-height: 465px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.background-image {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.background-image.hide {
  display: none;
}

.gallery-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: .6rem;
  display: flex;
}

.photography-hero {
  height: 500px;
  display: block;
}

.photography-hero.mt-80 {
  margin-top: 80px;
}

.four-column-copy {
  z-index: 25;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.photography-section-cta {
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.text-block {
  font-family: D Din, sans-serif;
  font-weight: 400;
}

.gallery-hero-section {
  background-color: #12151a;
  flex-flow: column wrap;
  place-content: center;
  align-items: center;
  width: 100vw;
  min-height: 30vh;
  padding: 7.1rem 3% 4%;
  display: flex;
  overflow: hidden;
}

.portfolio-subtitle {
  color: #12151a;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: .8rem;
}

.page-header {
  opacity: .76;
  color: #af915d;
  flex: none;
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
  font-size: 12vw;
  font-weight: 400;
  line-height: 1em;
}

.page-header.portfolio {
  color: #fff;
  margin-top: 1.2rem;
}

.gallery-list-wrapper-2 {
  width: 100%;
  max-width: 1200px;
}

.gallery-list-2 {
  flex-wrap: wrap;
  justify-content: space-around;
  display: flex;
}

.new-print-release-form {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.form-block-2 {
  margin-top: 20px;
}

.form {
  min-width: 400px;
}

.field-label-2 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
}

.button-5 {
  color: #000;
  text-transform: uppercase;
  background-color: #3898ec00;
  border: 3px solid #000;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 131px;
  min-height: 40px;
  margin: 50px auto 1px;
  padding: 5px 50px;
  font-weight: 700;
  transition: all .2s ease-in-out, background-color .2s;
  display: flex;
}

.button-5:hover {
  color: #fff;
  background-color: #000;
}

.button-5:active {
  background-color: #353535;
  border-color: #353535;
  transform: scale(.95);
}

.success-wrapper {
  color: #000;
  background-color: #fff;
}

.text-block-5 {
  font-weight: 700;
}

.radio-button.w--redirected-checked {
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  background-color: #fff1f1;
  padding: 0;
}

.rich-text-block {
  text-align: justify;
}

.promo-image-wrapper {
  background-image: url('../images/TNT-1920x500-1_1TNT 1920x500 (1).avif');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 280px;
  display: flex;
  overflow: hidden;
}

.promo-image {
  width: 100%;
  max-width: none;
  height: auto;
}

.promo-hero-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.promo-hero-text-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.promo-details-wrapper {
  border: 1px solid var(--white);
  color: var(--primary-black);
  border-radius: 10px;
  padding: 1rem;
}

.text-span-2 {
  letter-spacing: 5px;
}

.text-span-3 {
  letter-spacing: 1px;
}

.heading-15 {
  font-family: D Din, sans-serif;
  font-weight: 700;
}

.rich-text-block-2 {
  color: var(--white);
  text-align: left;
  font-family: D Din, sans-serif;
  font-weight: 400;
}

.heading-16, .heading-template-black {
  color: var(--primary-black);
  font-family: D Din, sans-serif;
  font-weight: 700;
}

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

.heading-17 {
  color: var(--primary-black);
}

.list-item-3, .paragraph-2 {
  color: var(--white);
}

.paragraph-2.center {
  text-align: center;
  font-size: 17px;
}

.spacer-small {
  padding-top: 0;
  padding-bottom: 2rem;
}

.spacer-tiny {
  padding-top: 0;
  padding-bottom: 1rem;
}

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

.google-container-s {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.google-section {
  padding: 40px 10% 0 0%;
}

.google-badge-s {
  grid-column-gap: 12px;
  text-align: center;
  border: 1px solid #eceff9;
  border-radius: 40px;
  flex-wrap: wrap;
  align-items: center;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
}

.google-badge-wrap {
  justify-content: flex-start;
  align-items: center;
  font-family: D Din, sans-serif;
  font-weight: 700;
  display: flex;
}

.google-review-detail {
  grid-column-gap: 4px;
  align-items: center;
  display: flex;
}

.google-review-block {
  grid-column-gap: 2px;
  color: #67718e;
  align-items: center;
  display: flex;
}

.div-block-116 {
  align-items: center;
  display: flex;
}

.google-icon-large {
  width: 32px;
}

.google-star-wrap {
  grid-column-gap: 2px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.google-star {
  align-items: center;
  display: flex;
}

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

.tab-bottom-content-copy, .tab-bottom-content-copy-copy, .tab-bottom-content-copy {
  border-top: 1px #fff3;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 36px;
}

.code-embed {
  padding-top: 10px;
}

.promo-image-wrapper-birthday {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  display: flex;
  overflow: hidden;
}

.promo-image-wrapper_brithday {
  background-image: url('../images/LEVEL-UP-1920x500_1LEVEL UP 1920x500.avif');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  display: flex;
  overflow: hidden;
}

.base-container-8 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.base-container-8.banner-3 {
  z-index: 90;
  justify-content: center;
  position: relative;
}

.bottom-line-advantages-2 {
  background-color: #ffffff40;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.hover-corner-2 {
  background-color: #000;
  width: 200px;
  height: 200px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.large-inner-title-2 {
  color: #ffffff0d;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  text-transform: capitalize;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: D Din, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.2em;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.photo-gallery {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  display: flex;
}

.gallery5_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery5_grid-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

.margin-bottom, .margin-bottom.margin-xxlarge, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-size-medium {
  font-size: 1.125rem;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.gallery5_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-medium\>);
  width: 100%;
  overflow: hidden;
}

.gallery5_lightbox-link {
  width: auto;
  height: 100%;
}

.gallery5_row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.section_gallery5 {
  object-fit: cover;
}

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

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.stroke-title-2, .stroke-title-3 {
  color: #000;
  text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
  margin: 0 35px;
  font-size: 120px;
  font-weight: 700;
  line-height: 1.5em;
}

.large-inner-title-3 {
  color: #ffffff0d;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  text-transform: capitalize;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: D Din, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.2em;
}

.base-container-9 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.base-container-9.banner-3 {
  z-index: 90;
  justify-content: center;
  position: relative;
}

.bottom-line-advantages-3 {
  background-color: #ffffff40;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.base-container-10 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.base-container-10.banner-3 {
  z-index: 90;
  justify-content: center;
  position: relative;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 80px;
  }

  h2 {
    font-size: 50px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 24px;
  }

  .section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section.style-guide-section {
    padding-top: 200px;
  }

  .spacing-system-column {
    padding-right: 30px;
  }

  .headings-typography-wrapper {
    width: 48%;
  }

  .h3-tablet {
    font-size: 28px;
  }

  .h4-tablet {
    font-size: 26px;
  }

  .h5-tablet, .h5-mobile {
    font-size: 22px;
  }

  .footer {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: nowrap;
  }

  .without-top-spacing {
    padding-top: 0;
  }

  .testimonials {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .blog-section-title {
    margin-bottom: 70px;
  }

  .map-wrapper {
    padding-right: 70px;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .about-img._3 {
    width: 340px;
  }

  .about-img._4 {
    width: 280px;
  }

  .about-img._2 {
    width: 340px;
  }

  .industries-block-wrapper {
    position: relative;
  }

  .section-with-blue-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .center-title {
    padding-right: 140px;
  }

  .main-style-guide-body-wrapper {
    margin-right: 60px;
  }

  .banner-title-wrapper-2 {
    margin-top: 0;
  }

  .footer-form {
    width: 450px;
  }

  .home-1-section {
    min-height: 100vh;
  }

  .primary-link-btn {
    min-width: 120px;
  }

  .nav-dropdown-intro-link {
    font-weight: 500;
  }

  .dropdown-item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    padding: 26px 0 26px 20px;
  }

  .right-header-wrap {
    margin-left: 20px;
    padding-left: 20px;
  }

  .dropdown-nav-list.w--open {
    left: auto;
  }

  .nav-dropdown-item-icon {
    margin-top: 11px;
    display: block;
  }

  .title-home-1 {
    font-size: 70px;
  }

  .banner-long-description {
    width: 48%;
  }

  .secondary-link-btn {
    min-width: 120px;
  }

  .menu-dark-container {
    max-width: 1200px;
    left: 0;
    right: 0;
  }

  .nav-menu-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .video-section {
    height: 550px;
  }

  .video-section.mt-80 {
    margin-top: 130px;
  }

  .video-info-content {
    width: 45%;
  }

  .sectiohn-scroll-headings.top-spacing {
    padding-top: 130px;
  }

  .small-width {
    width: 70%;
  }

  .footer-navigation {
    width: 450px;
  }

  .footer-logo-text {
    font-size: 150px;
  }

  .middle-footer-con {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .best-work-title {
    font-size: 54px;
  }

  .intro-box {
    min-height: 475px;
  }

  .recent-work-grid {
    grid-column-gap: 120px;
  }

  .section-news {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .banner-2-title {
    font-size: 95px;
  }

  .dark-fill {
    width: 3.5em;
  }

  .our-news-slider {
    padding-left: 3.5em;
  }

  .our-news {
    padding-top: 130px;
  }

  .fill-word {
    font-size: 90px;
  }

  .video-content-sticky {
    padding-top: 130px;
    padding-bottom: 130px;
    top: 20px;
  }

  .video-gallery {
    padding-top: 130px;
    padding-bottom: 130px;
    top: 0;
  }

  .banner-2-title-mobile {
    font-size: 95px;
  }

  .video-work-card-content {
    grid-row-gap: 160px;
  }

  .section-white {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-background-wrapper {
    margin-left: 18px;
    margin-right: 18px;
  }

  .banner-3-content-wrapper {
    width: 70%;
  }

  .banner-3-description {
    width: 80%;
  }

  .work-sticky-list {
    grid-row-gap: 100px;
  }

  .slider-blog-posts.clip {
    border-radius: 12px;
  }

  .hero-section-home-3 {
    min-height: 800px;
  }

  .full-video-slider {
    padding-bottom: 130px;
  }

  .discover-our-blog {
    grid-template-columns: 1fr 1fr;
  }

  .section-our-news {
    padding-top: 130px;
  }

  .slide-intro.small {
    max-width: 480px;
  }

  .hero-bottom {
    width: 750px;
    padding-top: 160px;
  }

  .video-big-title {
    font-size: 70px;
  }

  .video-slide-title {
    font-size: 45px;
  }

  .testimonial {
    max-width: 700px;
  }

  .section-white-review {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .contacts-wrap {
    grid-column-gap: 60px;
  }

  .contacts-content-wrapper-3 {
    padding-right: 60px;
  }

  .primary-link-btn-2 {
    min-width: 120px;
  }

  .loop-container {
    grid-column-gap: 60px;
  }

  .coming-soon-heading-2 {
    width: 100%;
    font-size: 70px;
  }

  .coming-soon-text {
    width: 100%;
  }

  .hero-form-coming-soon {
    width: 95%;
  }

  .search-video-bg {
    padding-top: 300px;
    padding-bottom: 130px;
  }

  .section-white-changelog {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .hero-slide-home-3 {
    height: 500px;
  }

  .flex-about-us-wrap {
    grid-template-columns: auto 50%;
  }

  .awards-video-item {
    margin-top: 6rem;
  }

  .awards-title {
    font-size: 53px;
  }

  .awards-title-fill {
    height: 63.5938px;
    font-size: 53px;
  }

  .video-contacts.large-video {
    width: 160px;
    height: 160px;
    bottom: 29%;
    left: -10%;
  }

  .section-contacts {
    padding-bottom: 130px;
  }

  .about-2-description {
    text-align: center;
    width: 80%;
  }

  .banner-3-wrap {
    width: 70%;
  }

  .left-video-con {
    width: 60%;
  }

  .about-us-3 {
    align-items: center;
  }

  .about-2-description-text {
    width: 80%;
  }

  .service-item {
    grid-column-gap: 100px;
  }

  .tabs-menu-style {
    margin-right: 142px;
  }

  .service-item-bottom {
    grid-column-gap: 100px;
  }

  .service-list {
    grid-row-gap: 130px;
  }

  .history-intro {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .full-width-panel {
    padding-left: 3.5em;
  }

  .full-width-panel.left-description-content {
    padding-left: 3.3em;
  }

  .large-image {
    min-height: 350px;
  }

  .lightbox-section {
    position: relative;
    overflow: hidden;
  }

  .tab-faq {
    grid-column-gap: 72px;
  }

  .form-con-home-3 {
    grid-column-gap: 80px;
  }

  .testimoninal-home-3 {
    width: 53%;
  }

  .team-grid {
    grid-row-gap: 80px;
  }

  .review-photo {
    flex: 1;
  }

  .general-review-wrap {
    grid-column-gap: 100px;
  }

  .faq-title {
    text-align: center;
  }

  .faq-wrap {
    width: 70%;
  }

  .background-video-faq {
    width: 95%;
  }

  .pricing-3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .blog-3-grid {
    grid-row-gap: 30px;
  }

  .news {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .blog-3-card-content {
    grid-row-gap: 160px;
  }

  .let-s-work-together {
    font-size: 70px;
  }

  .news-search-form {
    border-radius: 100px;
    flex-direction: row;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .all-our-team-grid {
    grid-column-gap: 30px;
  }

  .team-bg-wrap {
    height: 400px;
  }

  .grid-work-wrapper.indicator-wrapper {
    grid-template-columns: 40%;
  }

  .section-dark {
    padding-top: 130px;
  }

  .blog-category-grid {
    grid-row-gap: 30px;
  }

  .blog-details-title {
    font-size: 60px;
  }

  .banner-paragraph {
    width: 80%;
  }

  .section-blog {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .review-blog-details {
    grid-column-gap: 60px;
  }

  .blog-intro-content {
    width: 60%;
    padding-top: 180px;
  }

  .section-blog-details {
    height: 650px;
  }

  .medium-width-2 {
    width: 68%;
  }

  .hero-top-content.portfolio-details {
    padding-top: 80px;
    padding-bottom: 140px;
  }

  .centered-intro-2 {
    max-width: 900px;
  }

  .team-intro-social-wrapper.portfolio-details {
    grid-column-gap: 25px;
  }

  .stages-sidebar {
    padding-right: 60px;
  }

  .stage-banner, .gallery-image-portfolio-details, .stage-banner-2 {
    height: 450px;
  }

  .section-video-details {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .grid-work-wrapper-2.indicator-wrapper {
    grid-template-columns: 40%;
  }

  .portfolio-3-image {
    height: 450px;
  }

  .category-content-wrapper {
    width: 70%;
  }

  .link-header-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-section-photography {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .home-section-photography.style-guide-section {
    padding-top: 200px;
  }

  .contact-section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .contact-section.style-guide-section {
    padding-top: 200px;
  }

  .about-section-ourteam {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .about-section-ourteam.style-guide-section {
    padding-top: 200px;
  }

  .aboutus-section-services {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .aboutus-section-services.style-guide-section {
    padding-top: 200px;
  }

  .home-section-videoportfolio {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .home-section-videoportfolio.style-guide-section {
    padding-top: 200px;
  }

  .community-subscription {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .community-subscription.style-guide-section {
    padding-top: 200px;
  }

  .home-section-services {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .home-section-services.style-guide-section {
    padding-top: 200px;
  }

  .home-section-brands, .pricing-section-pricelist {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .pricing-section-pricelist.style-guide-section {
    padding-top: 200px;
  }

  .about-section-awards {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .about-section-awards.style-guide-section {
    padding-top: 200px;
  }

  .photography-hero {
    height: 550px;
  }

  .photography-hero.mt-80 {
    margin-top: 130px;
  }
}

@media screen and (min-width: 1440px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .about-img._1 {
    width: 380px;
  }

  .about-img._3 {
    width: 400px;
  }

  .about-img._4 {
    width: 300px;
  }

  .about-img._2 {
    width: 390px;
  }

  .our-services-wrap {
    align-items: center;
  }

  .section-with-blue-bg {
    padding-left: 100px;
    padding-right: 100px;
  }

  .home-hero-content {
    grid-row-gap: 220px;
    padding-bottom: 120px;
  }

  .menu-dark-container {
    border-radius: 100px;
  }

  .video-section {
    height: 600px;
  }

  .sticky-image-box {
    min-height: 550px;
  }

  .intro-box {
    min-height: 500px;
  }

  .dark-fill {
    width: 7.5em;
  }

  .our-news-slider {
    padding-left: 7.5em;
  }

  .fill-word {
    font-size: 100px;
  }

  .video-work-card-content {
    grid-row-gap: 180px;
  }

  .hero-slide-content {
    padding-top: 120px;
  }

  .hero-section-home-3 {
    min-height: 700px;
  }

  .view-our-works-wrapper {
    width: 65%;
  }

  ._404-title {
    font-size: 140px;
  }

  .error-404-text {
    font-size: 40px;
  }

  ._404-title-wrapper {
    font-size: 140px;
  }

  .awards-video-item {
    margin-top: 8rem;
  }

  .video-contacts.medium-video {
    width: 150px;
    height: 150px;
  }

  .video-contacts.small-video {
    top: 29%;
  }

  .banner-5-hero-section.faq-section {
    min-height: 400px;
    padding-top: 180px;
    padding-bottom: 120px;
  }

  .play-icon {
    display: block;
  }

  .full-width-panel {
    padding-left: 8.5em;
  }

  .full-width-panel.left-description-content {
    padding-left: 8em;
  }

  .tab-faq {
    grid-column-gap: 80px;
  }

  .blog-3-card-content {
    grid-row-gap: 180px;
  }

  .hero-inner-content {
    padding-top: 160px;
  }

  .grid-work-wrapper {
    grid-template-columns: 20% 80%;
  }

  .grid-work-wrapper.indicator-wrapper {
    grid-template-columns: 30%;
  }

  .review-blog-details {
    grid-column-gap: 80px;
  }

  .blog-intro-content {
    padding-top: 160px;
  }

  .hero-top-content.portfolio-details {
    padding-top: 60px;
    padding-bottom: 120px;
  }

  .stage-banner, .stage-banner-2 {
    height: 500px;
  }

  .grid-work-wrapper-2 {
    grid-template-columns: 20% 80%;
  }

  .grid-work-wrapper-2.indicator-wrapper {
    grid-template-columns: 30%;
  }

  .projects-3-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .portfolio-3-image {
    height: 500px;
  }

  .projects-3-grid-category {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .gallery-list-wrapper {
    max-width: 1400px;
  }

  .photography-hero {
    height: 600px;
  }

  .gallery-list-wrapper-2 {
    max-width: 1400px;
  }
}

@media screen and (min-width: 1920px) {
  .section.style-guide-section {
    padding-top: 220px;
  }

  .base-container {
    max-width: 1600px;
  }

  .spacing-wrapper-mobile {
    width: 50%;
  }

  .spacing-wrapper {
    width: 75%;
  }

  .about-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-img._4 {
    left: 48%;
  }

  .section-with-blue-bg {
    padding-left: 180px;
    padding-right: 180px;
  }

  .h6-subtitle {
    display: none;
  }

  .methods-text {
    width: 70%;
  }

  .methods-container {
    padding: 41px;
  }

  .dropdown-item {
    padding-top: 25px;
  }

  .home-hero-content {
    grid-row-gap: 300px;
  }

  .title-home-1 {
    font-size: 80px;
  }

  .banner-long-description {
    font-family: var(--paragraph);
    width: 35%;
  }

  .menu-dark-container {
    max-width: 1615px;
  }

  .nav-menu-container {
    max-width: 1600px;
  }

  .video-section {
    height: 750px;
  }

  .base-video-container {
    max-width: 1600px;
  }

  .grid-wrapper {
    grid-template-columns: minmax(15px, auto) minmax(auto, 1570px) minmax(15px, auto);
  }

  .project-image {
    min-height: 600px;
  }

  .sectiohn-scroll-headings {
    overflow: hidden;
  }

  .bg-video-content-wrap {
    max-width: 1600px;
  }

  .small-width {
    width: 55%;
  }

  .our-work-wrapper {
    grid-row-gap: 180px;
  }

  .footer-logo-text {
    font-size: 180px;
  }

  .footer-kakao-container {
    grid-column-gap: 150px;
    align-content: center;
  }

  .circle-footer-lin {
    width: 180px;
    height: 180px;
  }

  .bottom-video-section {
    height: 810px;
  }

  .mobile-intro-box-image {
    height: 500px;
  }

  .best-recent-work-wrapper {
    max-width: 1600px;
  }

  .recent-work-grid {
    grid-column-gap: 140px;
    grid-template-columns: 1.3fr 1fr;
  }

  .banner-2-content {
    max-width: 1600px;
  }

  .banner-2-title {
    font-size: 129px;
  }

  .dark-fill {
    width: 10.5em;
  }

  .our-news-slider {
    padding-left: 10.5em;
  }

  .fill-word {
    font-size: 120px;
  }

  .banner-2-title-mobile {
    font-size: 129px;
  }

  .banner-3-content-wrapper {
    width: 55%;
  }

  .work-sticky-list {
    padding-bottom: 50vh;
  }

  .hero-slide-content {
    padding-top: 100px;
  }

  .hero-section-home-3 {
    min-height: 800px;
  }

  .view-our-works-wrapper {
    width: 55%;
  }

  ._404-title {
    font-size: 180px;
  }

  .error-404-text {
    font-size: 52px;
  }

  ._404-title-wrapper {
    font-size: 180px;
  }

  ._404-png-title {
    height: 150px;
  }

  .coming-soon-text {
    font-size: 22px;
  }

  .inner-banner {
    min-height: 500px;
  }

  .search-result-list {
    grid-column-gap: 100px;
    grid-template-columns: 1fr 1fr;
  }

  .scroll-banner-3-link:hover {
    opacity: 1;
  }

  .hero-slide-home-3 {
    height: 650px;
  }

  .flex-about-us-wrap {
    grid-template-columns: 1fr .6fr;
  }

  .grid-circle-link-wrapper {
    grid-template-columns: minmax(15px, 15px) minmax(auto, 1600px) minmax(15px, 15px);
  }

  .about-title-letter {
    font-size: 100px;
  }

  .awards-video-item {
    margin-top: 12rem;
  }

  .awards-title {
    font-size: 70px;
  }

  .awards-title-fill {
    height: 84px;
    font-size: 70px;
  }

  .video-contacts.small-video {
    width: 200px;
    height: 200px;
  }

  .video-contacts.large-video {
    width: 220px;
    height: 220px;
  }

  .section-contacts {
    overflow: hidden;
  }

  .hero-section-about-us {
    min-height: 700px;
  }

  .banner-5-hero-section.faq-section {
    min-height: 500px;
    padding-top: 200px;
    padding-bottom: 140px;
  }

  .banner-3-wrap {
    width: 55%;
    margin-right: auto;
  }

  .left-video-con {
    width: 50%;
  }

  .tabs-menu-style {
    margin-right: 343px;
  }

  .service-info {
    padding-top: 80px;
  }

  .benefits-wrap {
    padding-top: 40px;
  }

  .tab-content-home-4 {
    max-width: 600px;
  }

  .full-width-panel {
    justify-content: center;
  }

  .full-width-panel.left-description-content {
    padding-left: 3em;
  }

  .large-image {
    min-height: 450px;
  }

  .about-title-2 {
    font-size: 100px;
  }

  .testimoninal-home-3 {
    width: 39%;
  }

  .faq-title {
    font-size: 100px;
  }

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

  .text-description.par-width {
    width: 85%;
  }

  .left-title-wrapper {
    max-width: 600px;
  }

  .background-video-faq {
    width: 96%;
  }

  .pricing-3 {
    align-self: flex-end;
  }

  .all-desktop-view {
    display: none;
  }

  ._1920-desktop-view {
    display: block;
  }

  .inner-banner-review {
    min-height: 500px;
  }

  .blog-sidebar-right-wrapper-2 {
    width: 30%;
  }

  .link-blog-3 {
    font-size: 35px;
  }

  .hero-section-news {
    min-height: 550px;
  }

  .hero-inner-content {
    padding-top: 180px;
  }

  .large-inner-title, .team-title {
    font-size: 100px;
  }

  .grid-work-wrapper {
    max-width: 1600px;
  }

  .grid-work-wrapper.indicator-wrapper {
    grid-template-columns: 67%;
  }

  .scrol-indicator-wrapper {
    width: 15%;
  }

  .blog-category-title {
    font-size: 100px;
  }

  .blog-details-title {
    font-size: 65px;
  }

  .banner-paragraph {
    width: 60%;
  }

  .blog-intro-content {
    width: 65%;
    padding-top: 200px;
    padding-bottom: 100px;
  }

  .blog-template-wrapper-2 {
    max-width: 1230px;
  }

  .section-blog-details {
    height: 700px;
  }

  .hero-top-content.portfolio-details {
    padding-top: 100px;
    padding-bottom: 160px;
  }

  .project-stage-list {
    width: 70%;
  }

  .stages-sidebar {
    width: 30%;
    padding-right: 100px;
  }

  .stage-banner {
    height: 650px;
  }

  .gallery-image-portfolio-details {
    height: 500px;
  }

  .grid-work-wrapper-2.indicator-wrapper {
    grid-template-columns: 67%;
  }

  .portfolio-3-image {
    height: 550px;
  }

  .category-content-wrapper {
    width: 70%;
  }

  .link-header-item.w--current {
    padding-right: 20px;
  }

  .home-section-photography.style-guide-section {
    padding-top: 220px;
  }

  .heading-13 {
    font-family: var(--h1);
    font-weight: 700;
  }

  .contact-section.style-guide-section, .about-section-ourteam.style-guide-section, .aboutus-section-services.style-guide-section, .home-section-videoportfolio.style-guide-section, .community-subscription.style-guide-section, .home-section-services.style-guide-section, .pricing-section-pricelist.style-guide-section, .about-section-awards.style-guide-section {
    padding-top: 220px;
  }

  .gallery-list-wrapper {
    width: 100%;
    max-width: 3000px;
  }

  .project-item-2 {
    width: 46vw;
    max-height: 700px;
  }

  .photography-hero {
    height: 750px;
  }

  .gallery-list-wrapper-2 {
    width: 100%;
    max-width: 3000px;
  }

  .base-container-8 {
    max-width: 1600px;
  }

  .large-inner-title-2, .large-inner-title-3 {
    font-size: 100px;
  }

  .base-container-9, .base-container-10 {
    max-width: 1600px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 60px;
  }

  .section.style-guide-section {
    padding-top: 140px;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: 6%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

  .colors-container {
    flex-wrap: wrap;
  }

  .headings-typography-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .headings-typography-wrapper.last-child {
    margin-bottom: 30px;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .licensing-grid, .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .blog-sidebar-right {
    width: 100%;
    position: static;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .contacts-location-slider {
    padding-right: 70px;
  }

  .contacts-right-arrow {
    right: 0;
  }

  .search-desktop {
    display: none;
  }

  .search-bottom-line {
    display: flex;
  }

  .headings-container, .style-guide-content-wrapper {
    flex-wrap: wrap;
  }

  .testimonials {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-section-title {
    margin-bottom: 60px;
  }

  .contacts-wrapper-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title-center {
    margin-bottom: 60px;
  }

  .home-4-testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .testimonials-wrapper-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .about-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .about-4-team-slide {
    width: 100%;
  }

  .subtitle-2 {
    margin-bottom: 30px;
  }

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .dropdown-nav-link.w--current {
    color: #004ae2;
  }

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .style-guide-tab-content-wrapper {
    grid-row-gap: 40px;
  }

  .spacing-system-image-2 {
    width: 75%;
  }

  .main-style-guide-body-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .style-guide-tab-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .style-guide-tab-link:hover {
    opacity: 1;
  }

  .spacing-title {
    font-size: 23px;
  }

  .spasing-system-image-mobile-2 {
    width: 70%;
  }

  .landing-section-title {
    width: 80%;
  }

  .landing-home-pages-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .hero-description {
    width: 85%;
  }

  .footer-form {
    text-align: center;
    width: 45%;
    margin-left: auto;
  }

  .review-wrapper {
    padding: 30px;
  }

  .our-testimoninal {
    grid-row-gap: 30px;
    margin-top: 60px;
    margin-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .methods-text {
    color: var(--white);
    text-align: right;
  }

  .home-1-section {
    min-height: 750px;
    padding-top: 300px;
  }

  .metods-content-card {
    grid-row-gap: 50px;
  }

  .play-video-button {
    grid-column-gap: 20px;
    background-color: #4451f6;
  }

  .line {
    width: 100%;
  }

  .methods-container {
    align-self: center;
    padding: 40px;
  }

  .menu-wrapper-2 {
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-dropdown-intro-link {
    justify-content: flex-start;
    width: auto;
    margin-left: 0;
    margin-right: auto;
    padding-right: 0;
    font-weight: 500;
  }

  .nav-dropdown-intro-link.w--current:hover {
    color: #0f0f14;
  }

  .nav-menu-dropdown-white {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .dropdown-item {
    background-color: #0000;
    justify-content: space-between;
    width: 100%;
    padding: 0;
  }

  .advantages-list {
    grid-template-columns: 1fr;
  }

  .nav-dropdowm-link-line-2 {
    display: none;
  }

  .border-wrap-2 {
    background-color: var(--primary-black);
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .wrapper-item-home-2 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    height: 10px;
  }

  .right-header-wrap {
    grid-column-gap: 30px;
    border-left-style: none;
    margin-left: 0;
    margin-right: 30px;
    display: none;
  }

  .nav-menu-shadow-overlay-3 {
    background-color: var(--primary-black);
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 320px;
    position: fixed;
    inset: 0% auto 0% 0%;
    box-shadow: 0 0 30px #00000026;
  }

  .logo-mobile-4 {
    justify-content: center;
    margin-bottom: 27px;
    display: flex;
  }

  .logo-mobile-4:hover {
    opacity: 1;
  }

  .dropdown-menu-2 {
    background-color: var(--primary-black);
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-top: 28px;
    padding-bottom: 100px;
    padding-left: 15px;
    overflow: hidden;
  }

  .top-tablet-menu-2 {
    background-color: var(--primary-black);
    width: 100%;
  }

  .line-white {
    background-color: #fff;
  }

  .left-info {
    width: 90%;
  }

  .nav-menu-item {
    color: #fff;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .megamenu-dropdown-wrap {
    justify-content: center;
    width: 100%;
  }

  .user-wrap {
    width: 30px;
    height: 30px;
    display: none;
  }

  .nav-menu-3 {
    background-color: #0000;
    flex-direction: column;
    width: 100%;
    position: absolute;
    inset: 0% auto auto 0%;
    overflow: visible;
  }

  .dropdown-nav-list {
    border-style: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 0 0 10px;
    display: none;
    position: static;
  }

  .dropdown-nav-list.w--open {
    box-shadow: none;
    border-style: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .dropdown-nav-list.megamenu-main-home {
    padding-right: 0;
  }

  .dropdown-nav-list.megamenu-main-home.w--open {
    border-style: none;
    width: 100%;
    height: 180px;
    overflow: auto;
  }

  .nav-dropdown-item-icon {
    color: #fff;
    justify-content: space-between;
    display: block;
    inset: 0% 0% 0% auto;
  }

  .megamenu-dropdown-wrapper-2 {
    flex-direction: column;
    width: 100%;
  }

  .nav-line-white {
    background-color: #fff;
    height: 1px;
    margin-bottom: 5px;
  }

  .home-hero-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .home-1-hero-title {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: none;
  }

  .hover-link-arrow {
    width: 60px;
    height: 60px;
  }

  .banner-long-description {
    text-align: center;
    width: 70%;
  }

  .nav-dropdown-link-wrapper-3 {
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper-3:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-close-icon-4 {
    filter: invert();
    align-self: stretch;
    max-width: 60%;
  }

  .close-menu-button-3.w--open {
    z-index: 10;
    background-color: #0000;
    padding: 10px 0 0 20px;
    position: absolute;
    inset: 15px 15px auto auto;
  }

  .login-tablet-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
    padding-right: 15px;
    display: flex;
  }

  .menu-button-5 {
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    height: 40px;
    padding: 15px 0;
  }

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

  .tablet-menu-4 {
    background-color: var(--primary-black);
    justify-content: flex-end;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 13px;
    display: flex;
  }

  .video-info-content {
    display: none;
  }

  .video-button {
    width: 100px;
    height: 100px;
  }

  .hero-video-wrapper-2 {
    justify-content: center;
    margin-left: 0;
    margin-right: 48px;
  }

  .video-content-tablet {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 50px;
    font-weight: 700;
    display: block;
  }

  .four-column {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    flex-direction: column;
    display: flex;
  }

  .outline-circle-wrapper {
    width: 90px;
    height: 90px;
  }

  .project-item {
    flex-direction: column;
  }

  .project-item:nth-child(odd) {
    margin-right: 0;
  }

  .project-item:nth-child(2n) {
    flex-direction: column;
    margin-right: 0;
  }

  .outline-circle {
    width: 90px;
    min-width: 90px;
    height: 90px;
    min-height: 90px;
  }

  .sticky-circle {
    width: 90px;
    height: 90px;
    display: none;
  }

  .project-grid {
    grid-row-gap: 80px;
  }

  .circle-link-text {
    text-align: center;
    font-size: 7.5px;
  }

  .project-image {
    flex-direction: column;
    width: 100%;
    min-height: 400px;
    display: flex;
  }

  .project-image-wrapper {
    width: 100%;
    position: absolute;
    inset: 0%;
  }

  .stacked-title {
    grid-row-gap: 18px;
  }

  .project-card-info {
    width: 100%;
    padding-top: 36px;
  }

  .card-info {
    grid-row-gap: 20px;
  }

  .filled-title {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 80px;
  }

  .large-dot {
    width: 10px;
    min-width: 10px;
    height: 10px;
    min-height: 10px;
  }

  .stroke-title {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 80px;
  }

  .bg-video-black-bar {
    border-width: 7vw;
  }

  .circle-link {
    width: 160px;
    height: 160px;
  }

  .video-content-wrapper {
    grid-row-gap: 50px;
    text-align: center;
    grid-template-columns: 1fr;
  }

  .small-width {
    width: 75%;
  }

  .video-title-wrap {
    align-items: center;
  }

  .list-news-item {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .news-title-wrapper {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .title {
    color: #fff;
    -webkit-text-fill-color: transparent;
    background-color: #fff;
    -webkit-background-clip: text;
    background-clip: text;
    margin-top: auto;
  }

  .title.right, .news-dot {
    display: none;
  }

  .news-title {
    white-space: normal;
    grid-template-columns: 1fr;
  }

  .news-title-wrap {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .our-work-wrapper {
    grid-row-gap: 80px;
  }

  .project-item-middle {
    flex-direction: column;
  }

  .project-item-middle:nth-child(odd) {
    margin-right: 0;
  }

  .project-item-middle:nth-child(2n) {
    flex-direction: column;
    margin-right: 0;
  }

  .top-footer-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .footer-logo-text {
    font-size: 90px;
  }

  .footer-kakao-container {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .circle-footer-lin {
    width: 100px;
    height: 100px;
  }

  .white-slide-arrow {
    bottom: 140px;
  }

  .stacked-info {
    grid-row-gap: 25px;
  }

  .sticky-image-wrapper {
    border-radius: 6px;
    overflow: hidden;
  }

  .sticky-image-bar {
    display: none;
  }

  .sticky-box-list {
    grid-row-gap: 80px;
    width: 100%;
  }

  .mobile-intro-box-image {
    width: 100%;
    height: 400px;
    margin-top: 30px;
    display: flex;
  }

  .intro-box {
    grid-row-gap: 40px;
    flex-direction: column-reverse;
    min-height: auto;
  }

  .services-description {
    display: block;
  }

  .best-recent-work-wrapper {
    grid-row-gap: 48px;
  }

  .recent-work-grid {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .transparent-btn-wrapper {
    display: block;
  }

  .footer-white-paradraph {
    text-align: right;
  }

  .nav-footer-item.left-item {
    display: none;
  }

  .video-services {
    background-image: linear-gradient(#0009, #0009);
  }

  .best-work-link-wrap {
    display: none;
  }

  .bg-video-border-wrapper {
    border-top-width: 13vw;
    border-bottom-width: 13vw;
  }

  .banner-2-title {
    font-size: 60px;
  }

  .large-growing-images.small {
    height: 45vw;
    min-height: 400px;
  }

  .growing-image.right {
    margin-left: 15px;
  }

  .growing-image.left, .growing-image.single {
    margin-right: 15px;
  }

  .gallery-wrapper {
    grid-row-gap: 15px;
  }

  .cards-mask {
    width: 60%;
  }

  .news-container {
    height: auto;
  }

  .news-collection {
    grid-template-columns: 1fr 1fr;
  }

  .card-slide {
    margin-right: 20px;
  }

  .template-hover-top {
    display: none;
  }

  .flex-top-title.internal-indentation-centercontent {
    text-align: center;
    justify-content: center;
  }

  .fill-word {
    font-size: 60px;
  }

  .video-content-sticky {
    height: auto;
    min-height: 700px;
  }

  .video-strip.left-strip {
    padding-top: 10vh;
  }

  .video-strip.right-strip {
    height: 200vh;
    padding-top: 4vh;
  }

  .video-item-scroll {
    width: 23vw;
  }

  .home-2-gallery-work {
    height: auto;
  }

  .home-video-gallery-trigger {
    display: none;
  }

  .video-background {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .video-gallery-works {
    padding-bottom: 10px;
    overflow: auto;
  }

  .video-gallery-height {
    height: 75vw;
    min-height: 22.5rem;
    display: none;
  }

  .video-gallery-item {
    width: 380px;
    height: 550px;
  }

  .heading-letter-animation {
    font-size: 6rem;
  }

  .video-gallery {
    min-height: auto;
    position: static;
  }

  .banner-2-title-mobile {
    font-size: 60px;
  }

  .our-video-ligxtbox {
    position: relative;
  }

  .video-work-card {
    display: none;
  }

  .video-work-card-strip {
    width: 100%;
  }

  .current-video-work {
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    padding-bottom: 40px;
    display: flex;
  }

  .video-work-card-strip-tablet {
    grid-column-gap: 20px;
    justify-content: space-between;
    width: 100%;
    height: auto;
    padding: 10px 20px;
    display: flex;
  }

  .more {
    font-family: var(--h3);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
  }

  .link-arrow-tablet {
    margin-left: auto;
  }

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

  .sg-title {
    margin-bottom: 15px;
  }

  .section-background-wrapper {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .circle-hover-cover {
    display: block;
  }

  .banner-3-content-wrapper {
    width: 100%;
  }

  .banner-3-description {
    width: 95%;
  }

  .card-link {
    border-bottom: 1px solid #8e93a526;
    height: 101%;
    min-height: 250px;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .dark-video-overlay {
    background-color: #00000080;
  }

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

  .span-avatar {
    border-radius: .35rem;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 6;
  }

  .work-sticky-video-work {
    border-radius: 1em;
  }

  .work-sticky-video-work:hover {
    border-radius: 40px;
  }

  .work-sticky-list {
    grid-row-gap: 30px;
    padding-top: 0;
    padding-bottom: 80px;
  }

  .work-sticky-wrapper {
    height: auto;
    padding-top: 80px;
    padding-bottom: 100px;
    top: 140px;
  }

  .work-sticky-item-1 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .slide-nav, .slide-arrow {
    bottom: 36px;
  }

  .hero-section-home-3 {
    min-height: 700px;
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .view-details-link {
    display: none;
  }

  .letter-top, .letter-bottom-1 {
    font-size: 31vw;
  }

  .slide-nav-hidden {
    bottom: 36px;
  }

  .basic-slide-wrapper {
    min-height: 500px;
  }

  .slider-video-overlay {
    background-image: linear-gradient(#0000, #0000008c);
    padding: 0;
  }

  .video-lightbox {
    text-align: center;
    flex-direction: column;
  }

  .slider-content {
    display: none;
  }

  .discover-our-blog {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .video-blog-cotent {
    min-height: 90vw;
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
    top: 0;
  }

  .slide-blog-content.flex-bottom {
    min-height: 700px;
  }

  .hero-home-3-content {
    padding-top: 60px;
    padding-bottom: 20vh;
  }

  .hero-image-strip.right-side {
    grid-template-columns: 1fr;
    padding-top: 25vh;
  }

  .hero-image-strip.left {
    grid-template-columns: 1fr;
  }

  .hero-wrapper {
    height: auto;
  }

  .home-hero {
    height: auto;
    min-height: 800px;
  }

  .hero-banner-image {
    width: 20vw;
    height: 20vw;
    min-height: 20vw;
  }

  .hero-banner-image.ten {
    z-index: 10;
  }

  .hero-banner-image.two {
    margin-left: 0;
  }

  .hero-banner-image.nine {
    margin-right: 40px;
  }

  .white-preloader {
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    display: none;
  }

  .video-slide-title {
    font-size: 33px;
  }

  .testimonial-item-arrow {
    z-index: 100;
    width: 48px;
    height: 48px;
    top: auto;
    bottom: 0%;
    right: auto;
  }

  .testimonial-item-arrow.right-arrow {
    inset: auto 42% 0% auto;
  }

  .testimonial-item-arrow.left-arrow {
    height: 48px;
    inset: auto auto 0% 42%;
  }

  .slider-mask-testimonials {
    width: 100%;
  }

  .slider-info-testimonials {
    padding-bottom: 80px;
  }

  .arrow-item-cover {
    display: none;
  }

  .grid-testimonials.clip {
    display: flex;
  }

  .hover-hero-arrow {
    transition: all .3s;
    position: static;
  }

  .hover-hero-arrow:hover {
    background-color: #000c;
  }

  .video-lightbox-tablet {
    text-align: center;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 20px;
    display: flex;
  }

  .contacts-arrows-divider-3 {
    right: 40px;
  }

  .contacts-form-wrap {
    width: 100%;
  }

  .benefits-line {
    display: none;
  }

  .benefits-line.support {
    display: block;
  }

  .contacts-wrap {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .contacts-content-wrapper-3 {
    width: 100%;
    padding-right: 0;
  }

  .contacts-left-arrow-2 {
    right: 41px;
  }

  ._404-title, ._404-title-wrapper {
    font-size: 140px;
  }

  ._404-png-title {
    height: 120px;
  }

  .loop-container {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
  }

  .coming-soon-wrapper-2 {
    align-items: center;
  }

  .coming-soon-heading-2 {
    text-align: center;
    width: 75%;
  }

  .image-content-right {
    display: none;
  }

  .coming-soon-text {
    text-align: center;
    width: 100%;
  }

  .subscribe-form-footer {
    grid-column-gap: 8px;
  }

  .hero-form-coming-soon {
    align-items: center;
    width: 85%;
  }

  .search-form {
    grid-column-gap: 8px;
    margin-top: 30px;
  }

  .search-video-bg {
    padding-top: 200px;
  }

  .inner-video-bg {
    padding-top: 80px;
  }

  .inner-banner {
    min-height: 350px;
  }

  .scroll-banner-3-link {
    display: none;
  }

  .hero-slider-banner {
    background-position: 0 0;
    width: 100%;
    height: 107vh;
    max-height: 100%;
  }

  .hero-content {
    margin-top: 60px;
    padding-top: 80px;
    padding-bottom: 120px;
  }

  .overlay-about-us-banner {
    background-image: linear-gradient(#0000, #00000080);
  }

  .flex-about-us-wrap {
    text-align: center;
    flex-direction: column;
    display: flex;
  }

  .about-description {
    text-align: center;
    width: 80%;
  }

  .grid-circle-link-wrapper {
    grid-row-gap: 48px;
  }

  .content-link-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .hero-title-animation {
    justify-content: center;
  }

  .awards-video-item {
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0;
    padding-left: 0;
    position: relative;
  }

  .awards-item-text {
    flex-direction: column;
  }

  .awards-item {
    border-bottom-style: none;
    flex-direction: column-reverse;
  }

  .awards-data-wrapper {
    align-self: flex-start;
    width: auto;
    padding-top: 0;
  }

  .speaker-list {
    grid-column-gap: 2.5vw;
    grid-row-gap: 0vw;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 7rem;
    display: flex;
  }

  .awards-video-wrap {
    width: 100%;
    height: 400px;
  }

  .black-line-vertical {
    width: 100%;
    height: 1px;
  }

  .video-contacts.medium-video {
    width: 40%;
  }

  .video-contacts.small-video {
    width: 45%;
  }

  .video-contacts.large-video {
    width: 50%;
    display: none;
  }

  .contacts-hero-strip {
    min-height: 80vw;
    margin-left: -2rem;
    margin-right: -2rem;
    display: none;
  }

  .let-s-create-wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .center-video-wrapper {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .let-s-create-item-container, .hero-title-animation-bottom {
    justify-content: center;
  }

  .tablet-title {
    display: block;
  }

  .space-wrap {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 60px;
    display: flex;
  }

  .hero-section-about-us {
    min-height: 500px;
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .about-2-description {
    text-align: center;
  }

  .banner-5-hero-section {
    min-height: 500px;
    padding-bottom: 120px;
  }

  .banner-5-hero-section.faq-section {
    min-height: 400px;
    padding-top: 180px;
    padding-bottom: 100px;
  }

  .banner-3-wrap {
    text-align: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }

  .left-video-con {
    background-image: none;
    border-bottom-right-radius: 0;
    width: 100%;
  }

  .about-us-3 {
    align-items: center;
    width: 100%;
  }

  .ov-about-3 {
    background-color: #0000008c;
  }

  .about-2-description-text {
    width: 95%;
  }

  .service-item {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .service-item.left {
    grid-template-columns: 1fr;
  }

  .tabs-menu-style {
    margin-top: 0;
    margin-bottom: 50px;
    margin-right: 0;
  }

  .services-tabs {
    align-items: flex-start;
  }

  .services-tabs.left-tabs {
    align-items: flex-end;
  }

  .in-section-title-wrapper {
    width: 85%;
  }

  .growing-image-2.right {
    margin-left: 15px;
  }

  .growing-image-2.left {
    margin-right: 15px;
  }

  .service-info {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .service-item-bottom {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .benefits-wrap {
    padding-top: 0;
  }

  .history-intro {
    padding-top: 0;
    padding-bottom: 120px;
  }

  .tab-content-home-4 {
    max-width: 100%;
  }

  .content-grid {
    grid-row-gap: 0px;
    flex-direction: column-reverse;
    grid-template-columns: 1fr 1fr 1fr;
    display: flex;
  }

  .video-cover {
    justify-content: center;
    width: auto;
    height: 500px;
    position: relative;
  }

  .video-grid-wrapper {
    grid-row-gap: 48px;
  }

  .section-video-content {
    padding-top: 80px;
  }

  .play-icon {
    width: 16px;
  }

  .background-video-2 {
    border-top-left-radius: 0;
  }

  .full-width-panel {
    width: 100%;
    padding: 0 15px;
  }

  .full-width-panel.left-description-content {
    padding-right: 15px;
  }

  .lightbox-link {
    width: 120px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
    inset: -60px 0% auto;
  }

  .paralax-background.about-one {
    background-position: 50% 0;
  }

  .small-image {
    min-height: 300px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .medium-image {
    min-height: 300px;
    margin-top: 0;
  }

  .team-images {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: .5fr .5fr .5fr;
    padding-left: 15px;
    padding-right: 15px;
  }

  .video-lightbox-about-us-3 {
    text-align: center;
    flex-direction: column;
  }

  .video-about-us-button-wrapper {
    display: none;
  }

  .images {
    overflow: auto;
  }

  .hero-photo-wrapper {
    grid-template-columns: minmax(65px, 1fr) minmax(auto, 1400px) minmax(65px, 1fr);
  }

  .hover-slider-arrow {
    width: 100%;
    max-width: 45px;
    height: 100%;
    max-height: 45px;
  }

  .projects-arrow {
    justify-content: flex-start;
    width: 60px;
    height: 60px;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    inset: auto 0 100px 90px;
  }

  .tab-top:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .tab-faq {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .skills-item.left-top-last-one-left {
    border-bottom-style: none;
  }

  .faq-list {
    width: 100%;
  }

  .hover-cover {
    display: none;
  }

  .tab-radio-button-field {
    justify-content: flex-start;
    width: 45%;
  }

  .big-form-container {
    max-width: none;
  }

  .form-con-home-3 {
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .radio-buttons-block {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .photo-form {
    flex: 0 auto;
    width: 100%;
    height: 400px;
  }

  .testimoninal-home-3 {
    width: 60%;
  }

  .review-photo {
    width: 40%;
  }

  .sticky-portrait-wrapper {
    padding: 30px;
  }

  .white-review {
    font-size: 18px;
  }

  .general-review-wrap {
    grid-column-gap: 40px;
  }

  .faq-title {
    text-align: center;
    font-size: 60px;
  }

  .faq-wrap {
    text-align: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }

  .top-video-description {
    grid-row-gap: 48px;
  }

  .text-description.par-width {
    width: 80%;
  }

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

  .left-title-wrapper {
    max-width: 100%;
  }

  .background-video-faq {
    border-top-left-radius: 0;
    width: 100%;
  }

  .faq-top-wrapper {
    width: 100%;
  }

  .tab-hover {
    display: none;
  }

  .hero-price-item {
    grid-row-gap: 0px;
    grid-template-columns: 40% 60%;
  }

  .price-description {
    color: var(--white);
  }

  .price-top {
    align-items: flex-end;
  }

  .price-bottom {
    border-top: 1px solid var(--white-25);
    margin-top: 40px;
    padding-top: 40px;
  }

  .color-bg-wrap {
    transform: none;
  }

  .button-pricing-wrap {
    border-left-style: none;
    align-items: flex-start;
    margin-left: 0;
    padding-left: 0;
  }

  .starter-package, .price-top-wrapper {
    width: 100%;
  }

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

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

  .sticky-section {
    top: 80px;
  }

  .scroll-dark-video {
    background-image: linear-gradient(#000000bf, #000000bf);
  }

  .inner-banner-review {
    min-height: 400px;
  }

  .blog-sidebar-right-wrapper-2 {
    width: 100%;
    margin-bottom: 40px;
    position: static;
  }

  .sidebar-recent-posts-wrapper-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    width: 100%;
    height: 100%;
  }

  .blog-3-grid {
    grid-row-gap: 30px;
  }

  .blog-sidebar-wrapper-2 {
    flex-wrap: wrap-reverse;
  }

  .collection-list-8 {
    flex-flow: wrap;
    width: 100%;
  }

  .blog-sidebar-left-wrapper-2 {
    flex: none;
    width: 100%;
  }

  .sidebar-recent-post-item-2 {
    flex-direction: row;
    align-items: center;
    width: 48%;
    display: flex;
  }

  .article-2 {
    height: 100%;
  }

  .hover-cover-2 {
    display: none;
  }

  .tab-top-2:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .tab-top-2.recent-posts:hover {
    padding-right: 0;
  }

  .let-s-work-together {
    font-size: 50px;
  }

  .hero-inner-content {
    padding-top: 160px;
  }

  .news-search-form {
    grid-column-gap: 8px;
    border-radius: 100px;
    flex-direction: row;
    margin-top: 30px;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .all-our-team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .team-bg-wrap {
    height: 350px;
  }

  .work-stages-column {
    grid-row-gap: 48px;
  }

  .work-stages-title {
    grid-template-columns: 1fr;
    width: 33%;
    margin-right: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-work-wrapper {
    grid-template-columns: 100%;
  }

  .work-stages-item {
    grid-template-columns: 1fr;
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .heading-2.large {
    font-size: 42px;
  }

  .work-stages-description {
    align-items: flex-start;
    padding-left: 0;
  }

  .sticky-circle-2 {
    width: 90px;
    height: 90px;
  }

  .work-stages-subtitle {
    display: none;
  }

  .stages-link {
    display: block;
  }

  .blog-category-grid {
    grid-row-gap: 30px;
  }

  .blog-details-title {
    font-size: 50px;
  }

  .scroll-blog-link {
    margin-bottom: -80px;
  }

  .banner-paragraph {
    width: 75%;
  }

  .content-blog-details-wrap {
    grid-template-columns: 1fr;
  }

  .blog-intro-content {
    width: 100%;
    min-height: auto;
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .blog-template-wrapper-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .blog-template-wrapper-2.banner {
    padding-left: 0;
    padding-right: 0;
  }

  .instagram-image {
    min-height: 18vw;
  }

  .blog-template-pagination-2 {
    margin-top: 60px;
  }

  .section-blog-details {
    height: 450px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .slider-blog-arrow {
    padding-right: 60px;
  }

  .slider-blog-arrow.right {
    padding-left: 60px;
  }

  .short-title {
    font-size: 40px;
  }

  .review-blog-detail {
    padding: 30px;
  }

  .content-grid-2 {
    flex-direction: column;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .content-portfolio-details {
    grid-row-gap: 80px;
  }

  .client-quote-wrapper {
    grid-row-gap: 80px;
    flex-direction: column;
  }

  .hero-top-content.portfolio-details {
    margin-top: 90px;
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .subtitle-wrapper-2 {
    width: 100%;
    margin-left: 0;
    padding-bottom: 40px;
  }

  .portfolio-meta {
    grid-column-gap: 40px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    grid-template-columns: auto auto;
    grid-auto-flow: row;
    justify-content: space-around;
  }

  .anchor-link {
    width: 47%;
  }

  .project-stage-list {
    width: 100%;
  }

  .anchor-list {
    border-top-style: none;
    border-bottom: 1px #ffffff1a;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    width: 100%;
  }

  .stages-sidebar {
    grid-row-gap: 20px;
    width: 100%;
    max-width: none;
    padding-right: 0;
    position: relative;
    top: 0;
  }

  .item-hover-details {
    display: none;
  }

  .stage-banner {
    height: 500px;
  }

  .grid-wrapper-3 {
    grid-row-gap: 48px;
  }

  .gallery-image-portfolio-details {
    height: 350px;
  }

  .meta-card {
    grid-row-gap: 5px;
    border-bottom: 1px solid var(--primary-black);
    border-right-style: none;
    width: 40%;
    padding-bottom: 20px;
  }

  .gallery-image-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .anchor-link-2 {
    width: 47%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .stage-banner-2 {
    height: 500px;
  }

  .grid-work-wrapper-2 {
    grid-template-columns: 100%;
  }

  .portfolio-3 {
    grid-row-gap: 48px;
  }

  .projects-3-grid {
    grid-template-columns: 1fr;
  }

  .sticky-circle-3 {
    width: 90px;
    height: 90px;
  }

  .portfolio-3-card {
    cursor: default;
  }

  .portfolio-3-image {
    height: 450px;
  }

  .projects-3-grid-category {
    grid-template-columns: 1fr;
  }

  .category-content-wrapper {
    width: 100%;
  }

  .hire-popup-wrap {
    display: none;
  }

  .link-header-item {
    background-color: #0000;
    justify-content: space-between;
    width: 100%;
    padding: 0;
  }

  .hero-copy-wrapper {
    flex-direction: column;
    align-items: center;
    width: auto;
    display: flex;
  }

  .home-section-photography.style-guide-section, .contact-section.style-guide-section, .about-section-ourteam.style-guide-section, .aboutus-section-services.style-guide-section, .home-section-videoportfolio.style-guide-section, .community-subscription.style-guide-section, .home-section-services.style-guide-section {
    padding-top: 140px;
  }

  .rl-padding-section-medium {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .map {
    margin-bottom: 2rem;
  }

  .pricing-section-pricelist.style-guide-section, .about-section-awards.style-guide-section {
    padding-top: 140px;
  }

  .card-link-text {
    display: none;
  }

  .hover-link-wrapper.project-view-link.top {
    width: 100%;
    height: 100%;
  }

  .hover-link {
    border-style: none;
    border-radius: 0%;
  }

  .project-item-2 {
    min-height: 375px;
    max-height: 550px;
  }

  .four-column-copy {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    flex-direction: column;
    display: flex;
  }

  .gallery-hero-section {
    align-items: center;
    min-height: 100%;
    padding-bottom: 5%;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .page-header {
    margin-top: 4rem;
    margin-bottom: 1.5rem;
    font-size: 16vw;
  }

  .promo-image-wrapper {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }

  .promo-image {
    flex: 0 auto;
  }

  .google-section {
    text-align: left;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0%;
    display: block;
  }

  .google-badge-s {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .promo-image-wrapper-birthday, .promo-image-wrapper_brithday {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .stroke-title-2, .stroke-title-3 {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 80px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 40px;
  }

  h4, blockquote {
    font-size: 24px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.without-top-spacing {
    padding-top: 0;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid var(--white);
    flex-direction: column;
  }

  .grid-description {
    border-top: 1px solid var(--white);
    border-bottom-style: none;
    border-right-width: 1px;
    align-items: center;
    width: 100%;
  }

  .grid-description.first-description {
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: #a7a7a7;
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
  }

  .grid-description.last-description {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-width: 1px;
  }

  .spacing-system-column {
    margin-top: 20px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

  .typography-wrapper {
    margin-top: 20px;
  }

  .spacing-columns {
    margin-top: 0;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

  .spacing-wrapper {
    margin-top: 30px;
  }

  .middle-style-spacing-desktop {
    top: 34%;
  }

  .colors-container {
    grid-row-gap: 20px;
    margin-top: 20px;
  }

  .headers-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .h1-tablet {
    font-size: 50px;
  }

  .h2-tablet {
    font-size: 40px;
  }

  .primary-button.pagination {
    margin-top: 40px;
  }

  .style-guide-div {
    margin-top: 35px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-images-wrapper {
    padding-top: 10px;
  }

  .licensing-grid {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 40px;
  }

  .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .licensing-fonts-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .licensing-font-title {
    margin-bottom: 10px;
  }

  .licensing-icons-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .utility-page-content {
    width: 70%;
  }

  .footer {
    padding-top: 60px;
  }

  .footer-bottom-wrapper {
    grid-row-gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .style-guide-button-wrapper.last-child {
    margin-bottom: 0;
  }

  .contacts-location-slider {
    padding-right: 100px;
  }

  .search-result-item {
    margin-bottom: 20px;
  }

  .search-section {
    margin-bottom: -20px;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-section-title {
    margin-bottom: 40px;
  }

  .contacts-wrapper-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .section-title-center {
    margin-bottom: 40px;
  }

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    grid-row-gap: 10px;
    width: 100%;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-9-team-item {
    width: 48%;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

  .home-23-team-item {
    width: 70%;
  }

  .grid-header {
    width: 100%;
    margin-top: 35px;
  }

  .main-style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .style-guide-tab-link {
    border-top-style: none;
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }

  .style-guide-tabs-menu {
    border-top: 1px solid var(--white);
    flex-direction: column;
    margin-bottom: 40px;
  }

  .grid-title {
    border-bottom: 1px solid var(--white);
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-right-style: none;
    flex: 1;
    width: 100%;
  }

  .landing-section-title {
    width: 70%;
  }

  .landing-home-pages-wrapper {
    grid-row-gap: 40px;
  }

  .footer-rights-wrapper {
    text-align: center;
  }

  .h6-subtitle {
    margin-bottom: 15px;
  }

  .hero-description {
    width: 100%;
    margin-top: 20px;
  }

  .our-pricing-width {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .footer-form {
    width: 80%;
    margin-left: 0;
  }

  .our-testimoninal {
    margin-top: 40px;
  }

  .home-1-section {
    padding-top: 300px;
  }

  .no-shrink-footer.full-mobile {
    width: 100%;
  }

  .methods-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .brand-logo.w--current {
    padding-left: 0;
  }

  .slide-item-1.left, .slide-item-1.right {
    height: auto;
  }

  .dropdown-menu-2 {
    overflow: hidden;
  }

  .right-arrow-wrap {
    display: none;
  }

  .left-info {
    width: 100%;
  }

  .nav-menu-3 {
    max-width: none;
  }

  .home-hero-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .h6-color-2 {
    margin-bottom: 15px;
  }

  .home-1-hero-title {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .secondary-kakao-btn.pagination {
    margin-top: 40px;
  }

  .banner-long-description {
    width: 100%;
    margin-top: 10px;
  }

  .video-section.mt-80 {
    margin-top: 60px;
  }

  .hero-video-wrapper-2 {
    margin-right: 0;
  }

  .video-content-tablet {
    width: 68%;
    font-size: 45px;
  }

  .four-column {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .left-sidebar {
    flex-direction: row;
    align-items: flex-start;
  }

  .outline-circle-wrapper {
    width: 80px;
    height: 80px;
  }

  .outline-circle {
    width: 80px;
    min-width: 80px;
    height: 80px;
    min-height: 80px;
  }

  .sticky-circle {
    z-index: 50;
    background-color: #161a20;
    width: 80px;
    height: 80px;
    margin-top: 0;
    margin-bottom: 0;
    top: 101px;
    bottom: auto;
  }

  .circle-link-text {
    text-align: center;
    font-size: 9px;
    line-height: 1.3em;
  }

  .scroll-top {
    margin-bottom: 0;
  }

  .filled-title, .stroke-title {
    font-size: 60px;
  }

  .sectiohn-scroll-headings {
    padding-top: 60px;
  }

  .circle-link {
    width: 160px;
    height: 160px;
  }

  .small-width {
    width: 90%;
  }

  .footer-navigation {
    grid-template-rows: auto;
    justify-items: start;
    width: 100%;
  }

  .top-footer-grid {
    justify-items: center;
  }

  .footer-logo-text {
    font-size: 60px;
  }

  .footer-kakao-container {
    align-items: center;
  }

  .circle-footer-lin {
    width: 60px;
    height: 60px;
  }

  .footer-con {
    position: static;
  }

  .bottom-video-section {
    height: 350px;
  }

  .stacked-info {
    grid-row-gap: 40px;
  }

  .mobile-intro-box-image {
    height: 350px;
  }

  .best-work {
    margin-bottom: 15px;
  }

  .footer-white-paradraph {
    text-align: center;
  }

  .nav-footer-item {
    margin-bottom: 15px;
  }

  .section-news {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .bg-video-border-wrapper {
    border-top-width: 20vw;
    border-bottom-width: 20vw;
  }

  .banner-2-title {
    text-align: center;
    font-size: 55px;
  }

  .large-growing-images {
    height: 65vw;
    min-height: 300px;
  }

  .large-growing-images.small {
    height: 60vw;
    min-height: auto;
  }

  .cards-mask {
    width: 80%;
  }

  .cards-slider {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .news-collection {
    grid-template-columns: 1fr;
  }

  .our-news-slider {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .our-news {
    padding-top: 60px;
  }

  .title-space-wrapper {
    margin-bottom: 40px;
  }

  .flex-top-title {
    text-align: center;
    flex-direction: column;
  }

  .fill-word {
    font-size: 50px;
  }

  .video-content-sticky {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .video-strip.left-strip {
    height: 240vh;
  }

  .video-strip.right-strip {
    height: 160vh;
  }

  .video-item-scroll {
    width: 25vw;
  }

  .video-gallery-height {
    height: 110vw;
    min-height: 10rem;
    max-height: 100vh;
  }

  .video-gallery-item {
    width: 500px;
  }

  .heading-letter-animation {
    font-size: 4rem;
  }

  .video-gallery {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .banner-2-title-mobile {
    text-align: center;
    font-size: 55px;
  }

  .tab-link {
    width: 72px;
    height: 72px;
    padding: 6px;
  }

  .testimonial-text {
    font-size: 28px;
  }

  .section-white {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .h6-subtitle-black {
    margin-bottom: 15px;
  }

  .banner-3-description {
    width: 100%;
  }

  .card-link {
    min-height: 225px;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .circle-button {
    width: 80px;
    height: 80px;
  }

  .span-avatar {
    background-size: 2.5rem 2.5rem;
    height: 2.2rem;
    margin-top: -2rem;
    bottom: -.3em;
  }

  .work-sticky-video-work {
    border-radius: 1em;
    padding-top: 75%;
  }

  .work-sticky-list {
    padding-bottom: 60px;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .work-sticky-wrapper {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .work-indicator-wrapper {
    width: 10vw;
  }

  .hero-section-home-3 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .letter-top, .letter-bottom-1 {
    font-size: 30vw;
  }

  .basic-slide-wrapper {
    min-height: 450px;
  }

  .full-video-slider {
    padding-bottom: 60px;
  }

  .our-news-container {
    grid-template-columns: 1fr;
  }

  .slide-title-blog {
    font-size: 48px;
  }

  .video-blog-cotent {
    min-height: 70vw;
    max-height: 70vh;
  }

  .testimonials-with-bg-slide-nav-2 {
    padding-right: 0;
    top: auto;
    left: 0%;
    right: 0%;
  }

  .section-our-news {
    padding-top: 60px;
  }

  .slide-intro.small {
    max-width: 100%;
  }

  .slide-blog-content.flex-bottom {
    min-height: 525px;
    padding-top: 65vw;
  }

  .hero-home-3-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-image-strip.right-side {
    padding-top: 50vh;
  }

  .hero-image-strip.left {
    grid-template-columns: 1fr 1fr;
  }

  .hero-bottom {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-banner-image.ten {
    width: 25vw;
    height: 25vw;
    min-height: 25vw;
  }

  .hero-banner-image.twelve {
    display: none;
  }

  .hero-banner-image.two {
    width: 25vw;
    height: 25vw;
    min-height: 25vw;
    margin-bottom: 40px;
  }

  .hero-banner-image.nine {
    width: 25vw;
    height: 25vw;
    min-height: 25vw;
    margin-top: 40px;
  }

  .video-overlay-light {
    background-color: #0d0d0e4d;
  }

  .white-preloader {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
  }

  .testimonial {
    max-width: none;
  }

  .reviev-dark-text {
    font-size: 36px;
  }

  .section-white-review {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .testimonial-item-arrow.right-arrow {
    right: 39%;
  }

  .testimonial-item-arrow.left-arrow {
    left: 39%;
  }

  .testimonial-item-slider {
    padding-left: 40px;
    padding-right: 40px;
  }

  .wrapper-testimonials-content {
    justify-content: center;
    width: 100%;
    overflow: hidden;
  }

  .video-lightbox-tablet {
    padding: 0;
  }

  .form-info {
    grid-row-gap: 25px;
    flex-direction: column;
  }

  .contacts-title-3 {
    margin-bottom: 20px;
  }

  ._404-title, ._404-title-wrapper {
    font-size: 120px;
  }

  ._404-png-title {
    height: 100px;
  }

  .coming-soon-wrapper-2 {
    text-align: center;
    margin-left: 0%;
  }

  .coming-soon-heading-2 {
    width: 85%;
    font-size: 50px;
  }

  .image-content-right {
    height: 30rem;
  }

  .coming-soon-text {
    width: 70%;
  }

  .subscribe-form-footer {
    grid-row-gap: 15px;
    border-radius: 12px;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-form-coming-soon, .primary-form-button.full-mobile-width {
    width: 100%;
  }

  .search-form {
    grid-row-gap: 15px;
    border-radius: 12px;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .search-video-bg {
    padding-top: 180px;
    padding-bottom: 60px;
  }

  .search-center-wrap {
    width: 100%;
  }

  .section-white-changelog {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .inner-banner {
    min-height: 300px;
  }

  .slider-background-wrap {
    flex-direction: row;
  }

  .about-description {
    width: 90%;
  }

  .about-title-letter {
    font-size: 70px;
  }

  .awards-item {
    padding-top: 60px;
  }

  .speaker-list {
    flex-direction: column;
    margin-bottom: 4rem;
  }

  .awards-video-wrap {
    height: 350px;
  }

  .awards-list {
    flex-direction: column;
  }

  .video-contacts.medium-video {
    width: 40%;
  }

  .video-contacts.small-video, .video-contacts.large-video {
    width: 50%;
  }

  .contacts-hero-strip {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .section-contacts {
    padding-bottom: 60px;
  }

  .space-wrap {
    margin-bottom: 40px;
  }

  .hero-section-about-us {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .about-2-description {
    width: 100%;
  }

  .banner-5-hero-section {
    padding-bottom: 100px;
  }

  .about-2-description-text {
    width: 100%;
  }

  .service-item {
    grid-row-gap: 40px;
  }

  .tabs-menu-style {
    margin-bottom: 40px;
  }

  .in-section-title-wrapper {
    margin-bottom: 20px;
  }

  .service-item-bottom {
    grid-row-gap: 40px;
  }

  .service-list {
    grid-row-gap: 60px;
  }

  .history-intro {
    padding-bottom: 90px;
  }

  .video-cover {
    height: 350px;
  }

  .section-video-content {
    padding-top: 60px;
  }

  .play-icon {
    width: 14px;
  }

  .lightbox-link {
    width: 100px;
    height: 100px;
    top: -50px;
  }

  .small-image, .medium-image, .large-image {
    min-height: 200px;
  }

  .hero-photo-wrapper {
    grid-template-columns: minmax(36px, 1fr) minmax(auto, 1400px) minmax(36px, 1fr);
  }

  .video-lightbox-item {
    min-width: 200px;
    min-height: 200px;
  }

  .about-title-2 {
    font-size: 70px;
  }

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

  .form-con-home-3 {
    grid-row-gap: 40px;
  }

  .photo-form {
    width: 100%;
    height: 350px;
  }

  .testimoninal-home-3 {
    width: 100%;
  }

  .team-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .review-photo {
    width: 100%;
    height: 250px;
  }

  .sticky-portrait-wrapper {
    padding: 20px;
    position: relative;
    top: 0;
  }

  .general-review-wrap {
    grid-row-gap: 40px;
    flex-direction: column-reverse;
  }

  .general-review-wrap.reverse {
    flex-direction: column-reverse;
  }

  .faq-title {
    font-size: 55px;
  }

  .top-video-description {
    margin-bottom: 40px;
  }

  .text-description.par-width {
    width: 100%;
  }

  .hero-price-item {
    grid-template-columns: auto 1fr;
  }

  .pricing-3 {
    grid-template-columns: 1fr;
  }

  .button-pricing-wrap {
    align-items: flex-start;
  }

  .monthly-wrapper, .yearly-wrapper {
    text-align: center;
  }

  .inner-banner-review {
    min-height: 350px;
  }

  .collection-item {
    width: 100%;
  }

  .collection-item:nth-child(odd) {
    margin-bottom: 0;
  }

  .collection-item:nth-child(2n) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .blog-3-grid {
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .blog-sidebar-left-wrapper-2 {
    column-count: 1;
    padding-bottom: 0;
  }

  .sidebar-recent-post-item-2 {
    width: 47%;
  }

  .news {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .let-s-work-together {
    font-size: 40px;
  }

  .hero-section-news {
    min-height: 400px;
  }

  .large-inner-title {
    font-size: 70px;
  }

  .news-search-form {
    border-radius: 12px;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .team-item-con {
    grid-row-gap: 20px;
  }

  .team-bg-wrap {
    height: 300px;
  }

  .home-2-share-open-up-list.w--open {
    grid-column-gap: 20px;
    justify-content: flex-end;
    bottom: 40px;
  }

  .team-title {
    font-size: 70px;
  }

  .work-stages-column {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .work-stages-title {
    grid-row-gap: 0px;
    border-right-style: none;
    width: 100%;
    margin-right: 0;
    padding-right: 0;
  }

  .work-stages-item {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .scrol-indicator-wrapper {
    z-index: 30;
    padding-bottom: 36px;
  }

  .heading-2, .heading-2.large {
    font-size: 36px;
  }

  .work-stages-description {
    grid-row-gap: 10px;
    flex-direction: column-reverse;
  }

  .sticky-circle-2 {
    z-index: 50;
    background-color: #161a20;
    width: 80px;
    height: 80px;
    margin-top: 0;
    margin-bottom: 0;
    top: 101px;
    bottom: auto;
  }

  .section-dark {
    padding-top: 60px;
  }

  .blog-category-grid {
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .collection-item-blog {
    width: 100%;
  }

  .collection-item-blog:nth-child(odd) {
    margin-bottom: 0;
  }

  .collection-item-blog:nth-child(2n) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .blog-category-title {
    font-size: 70px;
  }

  .blog-details-title {
    font-size: 45px;
  }

  .scroll-blog-link {
    margin-bottom: -60px;
  }

  .banner-paragraph {
    width: 100%;
  }

  .section-blog {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .review-blog-details {
    grid-template-columns: 1fr;
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .blog-intro-content {
    width: 100%;
  }

  .scroll-blog-circle {
    width: 120px;
    height: 120px;
  }

  .blog-details-background-image {
    background-position: 35% 0;
  }

  .blog-template-wrapper-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .instagram-image {
    min-height: 30vw;
  }

  .blog-template-pagination-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .slider-blog-arrow {
    border-bottom: 1px solid var(--white-25);
    border-right-style: none;
    width: 100%;
    padding-top: 0;
    padding-bottom: 30px;
    padding-right: 0;
  }

  .slider-blog-arrow.right {
    border-bottom-style: none;
    padding-top: 30px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .short-title {
    font-size: 35px;
  }

  .review-blog-detail {
    padding: 20px;
    position: relative;
    top: 0;
  }

  .content-portfolio-details {
    grid-row-gap: 80px;
  }

  .medium-width-2 {
    width: 100%;
  }

  .portfolio-main-title {
    grid-row-gap: 10px;
  }

  .portfolio-meta {
    grid-template-columns: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .project-stage-list {
    grid-row-gap: 60px;
  }

  .anchor-list {
    grid-template-columns: 1fr;
  }

  .animal-slider-arrow {
    height: 70px;
  }

  .info-services {
    font-size: 20px;
  }

  .portfolio-details-title {
    grid-row-gap: 10px;
  }

  .stage-banner {
    height: 400px;
  }

  .h2-work-details {
    font-size: 35px;
  }

  .gallery-image-portfolio-details {
    height: 400px;
  }

  .gallery-image-grid {
    grid-template-columns: 1fr;
  }

  .project-stage {
    grid-row-gap: 40px;
  }

  .stage-banner-2 {
    height: 400px;
  }

  .h2-shop-details {
    font-size: 35px;
  }

  .section-video-details {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .portfolio-3 {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .sticky-circle-3 {
    z-index: 50;
    background-color: #161a20;
    width: 80px;
    height: 80px;
    margin-top: 0;
    margin-bottom: 0;
    top: 101px;
    bottom: auto;
  }

  .large-inner-category-title {
    font-size: 70px;
  }

  .hire-popup {
    display: none;
  }

  .hire-buttons-wrap {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: stretch;
  }

  .circle-button {
    width: 140px;
  }

  .hero-copy-wrapper {
    width: auto;
    margin-bottom: 20px;
  }

  .home-section-photography {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .home-section-photography.without-top-spacing {
    padding-top: 0;
  }

  .contact-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-section.without-top-spacing {
    padding-top: 0;
  }

  .about-section-ourteam {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-section-ourteam.without-top-spacing {
    padding-top: 0;
  }

  .aboutus-section-services {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .aboutus-section-services.without-top-spacing {
    padding-top: 0;
  }

  .home-section-videoportfolio {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .home-section-videoportfolio.without-top-spacing {
    padding-top: 0;
  }

  .community-subscription {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .community-subscription.without-top-spacing {
    padding-top: 0;
  }

  .home-section-services {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .home-section-services.without-top-spacing {
    padding-top: 0;
  }

  .home-section-brands {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .rl_logo1_logo {
    max-height: 150px;
  }

  .rl_logo1_logo-list {
    padding-top: 1rem;
  }

  .rl_logo1_spacing-block-1 {
    padding-bottom: 1.5rem;
  }

  .rl-heading-style-h6 {
    font-size: 1.125rem;
  }

  .rl-padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .map {
    margin-bottom: 2rem;
  }

  .pricing-section-pricelist {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pricing-section-pricelist.without-top-spacing {
    padding-top: 0;
  }

  .about-section-awards {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-section-awards.without-top-spacing {
    padding-top: 0;
  }

  .gallery-list {
    flex-wrap: wrap;
  }

  .hover-link-wrapper {
    display: none;
  }

  .hover-link-wrapper.project-view-link {
    display: flex;
  }

  .project-item-2 {
    width: 100%;
    height: auto;
  }

  .gallery-item {
    width: 95vw;
  }

  .gallery-item:nth-child(odd) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .photography-hero.mt-80 {
    margin-top: 60px;
  }

  .four-column-copy {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .gallery-hero-section {
    padding-left: 0%;
    padding-right: 0%;
  }

  .page-header {
    margin-top: 4.8rem;
    margin-bottom: 1.7rem;
    font-size: 16vw;
  }

  .gallery-list-2 {
    flex-wrap: wrap;
  }

  .promo-image-wrapper, .promo-image-wrapper-birthday, .promo-image-wrapper_brithday {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }

  .large-inner-title-2 {
    font-size: 70px;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .gallery5_grid-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .gallery5_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .stroke-title-2, .stroke-title-3 {
    font-size: 60px;
  }

  .large-inner-title-3 {
    font-size: 70px;
  }
}

@media screen and (max-width: 479px) {
  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: #fff3;
  }

  .grid-description.first-description {
    border-bottom: 1px #fff3;
    border-left-style: none;
    border-right-style: solid;
  }

  .grid-description.last-description {
    border-bottom-color: var(--white);
  }

  .bottom-style-spacing-desktop {
    bottom: 8%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

  .color-container {
    flex-wrap: wrap;
  }

  .primary-button.mobole-full {
    width: 100%;
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .licensing-title-wrapper {
    grid-column-gap: 20px;
    flex-wrap: wrap;
  }

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

  .utility-page-content {
    width: 100%;
  }

  .footer {
    text-align: left;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
  }

  .footer-rights {
    text-align: center;
  }

  .footer-copyright {
    grid-row-gap: 8px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .contacts-location-slider {
    padding-right: 70px;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

  .our-services-wrap, .home-9-team-item, .home-23-team-item {
    width: 100%;
  }

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

  .grid-title {
    align-items: center;
  }

  .grid-title.first-grid {
    text-align: center;
    width: 100%;
  }

  .landing-section-title {
    width: 100%;
  }

  .footer-rights-wrapper {
    grid-row-gap: 8px;
    justify-content: center;
  }

  .button-group {
    display: none;
  }

  .footer-form {
    width: 100%;
  }

  .our-testimoninal {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 30px 20px;
  }

  .home-1-section {
    padding-top: 220px;
  }

  .no-shrink-footer {
    width: 100%;
  }

  .methods-title {
    margin-bottom: 15px;
  }

  .app-btn {
    width: 100%;
  }

  .methods-container {
    padding: 20px;
  }

  .text-animation-wrapper {
    grid-row-gap: 20px;
  }

  .nav-menu-dropdown-white {
    align-items: center;
  }

  .dropdown-item {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .advantages-list {
    grid-template-columns: 1fr;
  }

  .dropdown-menu-2 {
    z-index: 5;
  }

  .top-tablet-menu-2 {
    z-index: 100;
  }

  .dropdown-nav-list.megamenu-main-home {
    align-items: center;
    padding-right: 0;
  }

  .megamenu-dropdown-wrapper-2 {
    align-items: center;
    width: 100%;
  }

  .home-hero-content {
    text-align: center;
    align-items: center;
    padding-bottom: 60px;
  }

  .secondary-kakao-btn.mobile-full {
    width: 100%;
  }

  .video-section {
    height: 550px;
  }

  .vertical-video-line.top {
    display: none;
  }

  .vertical-video-line.bottom-max {
    min-height: 7vh;
    display: none;
  }

  .video-button {
    width: 85px;
    height: 85px;
  }

  .hero-video-wrapper-2 {
    width: 100%;
    height: auto;
  }

  .video-content-tablet {
    width: 100%;
  }

  .base-video-container {
    grid-row-gap: 40px;
    text-align: center;
    flex-direction: column-reverse;
    justify-content: center;
  }

  .img-overlay {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .outline-circle-wrapper {
    width: 72px;
    height: 72px;
    margin-top: -1px;
    margin-left: -1px;
  }

  .outline-circle {
    width: 72px;
    min-width: 72px;
    height: 72px;
    min-height: 72px;
  }

  .sticky-circle {
    width: 72px;
    height: 72px;
    margin-bottom: 0;
    padding-left: 2px;
  }

  .circle-link-text {
    letter-spacing: 2px;
    font-size: 7px;
    line-height: 1.4em;
  }

  .project-image {
    min-height: 350px;
  }

  .scroll-top {
    margin-bottom: 0;
  }

  .filled-title, .stroke-title {
    font-size: 40px;
  }

  .scroll-bg-video {
    height: auto;
    padding-top: 160px;
    padding-bottom: 100px;
  }

  .circle-link {
    width: 140px;
    height: 140px;
    font-size: 10px;
  }

  .video-content-wrapper {
    text-align: center;
  }

  .small-width {
    width: 100%;
  }

  .footer-items.last {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }

  .footer-navigation {
    grid-column-gap: 60px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: auto;
    margin-top: 40px;
    display: flex;
  }

  .top-footer-grid {
    grid-template-rows: auto;
    padding-bottom: 12px;
  }

  .footer-list.last-list {
    width: 100%;
  }

  .footer-licencing {
    text-align: center;
    justify-content: center;
    width: 100%;
  }

  .footer-kakao-container {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .footer-video {
    width: 100%;
    height: 80px;
  }

  .circle-footer-lin {
    width: 80px;
    height: 80px;
    font-size: 10px;
  }

  .white-slide-arrow {
    width: 40px;
    height: 40px;
    margin-left: -2vw;
    margin-right: -2vw;
  }

  .bottom-video-section {
    height: 100vh;
  }

  .footer-white-paradraph {
    margin-top: 20px;
  }

  .footer-left-navigation {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .bg-video-border-wrapper {
    border-top-width: 25vw;
    border-bottom-width: 25vw;
  }

  .banner-2-title {
    display: none;
  }

  .large-growing-images {
    min-height: auto;
  }

  .large-growing-images.small {
    height: 55vw;
    min-height: auto;
  }

  .cards-mask {
    width: 90%;
    max-width: none;
    height: 100%;
  }

  .cards-slider {
    align-items: stretch;
    display: block;
  }

  .card-slide {
    height: 100%;
  }

  .schedule-border-top {
    grid-row-gap: 15px;
    grid-template-rows: auto 1px auto;
    grid-template-columns: 1fr;
  }

  .template-screen-content {
    padding: 24px;
  }

  .date {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .verticle-line {
    width: 100%;
    height: 1px;
  }

  .fill-word {
    font-size: 45px;
  }

  .video-content-sticky {
    min-height: 700px;
  }

  .videos-container {
    pointer-events: none;
  }

  .video-strip.left-strip {
    pointer-events: none;
    height: 160vh;
  }

  .video-strip.right-strip {
    pointer-events: none;
    grid-template-rows: .7fr .6fr 1fr;
    height: 140vh;
    padding-top: 2vh;
  }

  .video-item-scroll {
    width: 35vw;
  }

  .video-item-scroll.slow-paralax {
    width: 40vw;
  }

  .video-item-scroll.fast-paralax {
    width: 50vw;
    padding: 5px;
  }

  .video-gallery-height {
    height: 150vw;
  }

  .video-gallery-item {
    width: 340px;
    height: 500px;
  }

  .heading-letter-animation {
    font-size: 3.25rem;
  }

  .banner-2-title-mobile {
    display: block;
  }

  .video-work-card {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .video-work-card-strip, .our-work-card-info {
    padding-left: 24px;
    padding-right: 24px;
  }

  .video-work-card-strip-tablet {
    grid-column-gap: 0px;
    grid-row-gap: 8px;
    flex-wrap: wrap;
    padding-left: 15px;
    padding-right: 15px;
  }

  .more {
    font-family: var(--h1);
    font-size: 14px;
  }

  .tab-link {
    width: 65px;
    height: 65px;
  }

  .testimonial-text {
    font-size: 24px;
  }

  .section-background-wrapper {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .banner-3-content-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .card-link {
    min-height: 200px;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .work-sticky-list {
    grid-row-gap: 20px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

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

  .slider-blog-posts.clip {
    max-width: none;
  }

  .hero-section-home-3 {
    min-height: 750px;
    padding: 150px 12px 185px;
  }

  .our-news-container {
    grid-template-columns: 1fr;
  }

  .discover-our-blog {
    overflow: hidden;
  }

  .slide-title-blog {
    font-size: 40px;
  }

  .slide-blog-content.flex-bottom {
    padding-top: 60vw;
    padding-bottom: 100px;
  }

  .hero-home-3-content {
    padding-bottom: 60px;
  }

  .hero-image-strip.right-side {
    padding-top: 55vh;
  }

  .hero-image-strip.left {
    padding-top: 75vh;
  }

  .hero-wrapper {
    height: 110vh;
  }

  .feature-wrap-horizontal {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .team-avatar {
    width: 3.5rem;
    height: 3.5rem;
  }

  .hero-bottom {
    justify-content: flex-start;
  }

  .hero-banner-image {
    width: 30vw;
    height: 30vw;
    min-height: 30vw;
  }

  .hero-banner-image.four {
    margin-right: -40px;
  }

  .hero-banner-image.twelve {
    left: 0%;
  }

  .hero-banner-image.two, .hero-banner-image.nine {
    display: none;
  }

  .hero-trigger {
    margin-top: 92vh;
  }

  .white-preloader {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }

  .stacked-review-content {
    grid-row-gap: 36px;
  }

  .reviev-dark-text {
    font-size: 30px;
  }

  .testimonial-item-arrow.right-arrow {
    right: 33%;
  }

  .testimonial-item-arrow.left-arrow {
    left: 33%;
  }

  .testimonial-item-slider {
    padding-left: 15px;
    padding-right: 15px;
  }

  .no-shrink-form-btn, .contacts-title-3 {
    width: 100%;
  }

  .contacts-wrap {
    grid-template-columns: 1fr;
  }

  ._404-title, ._404-title-wrapper {
    font-size: 100px;
  }

  ._404-png-title {
    height: 80px;
  }

  .loop-container {
    grid-template-columns: 1fr;
  }

  .coming-soon-form-con {
    grid-row-gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .coming-soon-heading-2 {
    width: 100%;
    font-size: 45px;
  }

  .coming-soon-text {
    width: 100%;
  }

  .subscribe-form-footer, .search-form {
    grid-row-gap: 15px;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .changelog-title {
    font-size: 35px;
  }

  .scroll-banner-3-link {
    display: none;
  }

  .hero-slider-banner {
    background-position: 50% 0;
    min-height: 100%;
  }

  .slider-background-wrap {
    min-height: auto;
    position: relative;
  }

  .about-description {
    width: 100%;
  }

  .about-title-letter {
    font-size: 50px;
  }

  .speaker-list {
    margin-bottom: 1rem;
  }

  .awards-video-wrap {
    height: 300px;
  }

  .video-contacts.large-video {
    width: 65%;
    margin-top: -5rem;
    margin-left: 0;
  }

  .contacts-hero-strip {
    min-height: 60vh;
  }

  .hero-section-about-us {
    min-height: 600px;
    padding: 150px 12px 185px;
  }

  .banner-5-hero-section {
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .left-video-con {
    background-position: 50% 0;
    min-height: 100%;
  }

  .tabs-menu-style {
    grid-row-gap: 10px;
    text-align: center;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .in-section-title-wrapper {
    width: 100%;
  }

  .btn-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .btn-wrapper.mt-40 {
    width: 100%;
  }

  .tab-content-home-4 {
    justify-content: flex-start;
  }

  .video-cover {
    min-height: 275px;
  }

  .small-image, .medium-image {
    min-height: 120px;
  }

  .team-images {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .large-image {
    min-height: 120px;
  }

  .hero-photo-wrapper {
    grid-template-columns: minmax(24px, 1fr) minmax(auto, 1400px) minmax(24px, 1fr);
  }

  .about-title-2 {
    font-size: 50px;
  }

  .tab-bottom-content {
    padding: 36px 24px;
  }

  .inputs-container {
    grid-row-gap: 10px;
    flex-flow: wrap;
    place-content: space-between;
  }

  .tab-radio-button-field {
    width: auto;
  }

  .sticky-portrait-wrapper {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .faq-title {
    font-size: 50px;
  }

  .left-title-wrapper {
    justify-content: flex-start;
  }

  .list-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero-price-item {
    grid-template-columns: 1fr;
  }

  .price-top {
    align-items: flex-start;
  }

  .button-pricing-wrap {
    border-top: 1px solid var(--white-25);
    border-right-style: none;
    margin-top: 40px;
    margin-right: 0;
    padding-top: 40px;
    padding-right: 0;
  }

  .toggle-wrapper {
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .our-mission-list {
    text-align: left;
  }

  .price-fill-circle {
    padding-left: 12px;
    padding-right: 12px;
    display: none;
  }

  .banner-large-title-reviews {
    display: none;
  }

  .reviews-title-mobile {
    font-size: 50px;
    display: block;
  }

  .sidebar-recent-posts-wrapper-2 {
    column-count: 1;
  }

  .sidebar-categories-list-2 {
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .sidebar-recent-post-item-2 {
    width: 100%;
  }

  .blog-3-card {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .blog-3-card-info, .blog-card-strip {
    padding-left: 24px;
    padding-right: 24px;
  }

  .large-inner-title {
    font-size: 50px;
  }

  .news-search-form {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .all-our-team-grid {
    grid-template-columns: 1fr;
  }

  .team-title {
    font-size: 50px;
  }

  .work-stages-item {
    flex-direction: column;
  }

  .heading-2, .heading-2.large {
    font-size: 32px;
  }

  .work-stages-list {
    flex-direction: column;
  }

  .sticky-circle-2 {
    width: 72px;
    height: 72px;
    margin-bottom: 0;
    padding-left: 2px;
  }

  .blog-category-title {
    font-size: 48px;
  }

  .circle-link-wrapper-2 {
    margin-left: -48px;
  }

  .data-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .data-line-container {
    width: 30px;
  }

  .blog-details-background-image {
    background-position: 24% 0;
  }

  .data-line {
    width: 30px;
  }

  .instagram-image {
    min-height: 48vw;
  }

  .slider-blog-arrow {
    border-right-style: none;
    width: 100%;
    padding-bottom: 25px;
  }

  .slider-blog-arrow.right {
    border-bottom-style: none;
    padding-top: 25px;
  }

  .review-blog-detail {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .content-portfolio-details {
    grid-row-gap: 60px;
  }

  .hero-top-content {
    padding-top: 48px;
  }

  .portfolio-meta {
    flex-direction: column;
  }

  .anchor-link {
    width: 100%;
  }

  .animal-slider-arrow {
    border-right-style: none;
    width: 100%;
  }

  .animal-slider-arrow.top {
    border-bottom-style: none;
  }

  .stage-banner, .gallery-image-portfolio-details {
    height: 300px;
  }

  .meta-card {
    width: 100%;
  }

  .gallery-image-grid {
    grid-row-gap: 24px;
  }

  .animal-pagination-wrapper {
    flex-flow: column wrap;
    justify-content: space-between;
  }

  .detail-work-title {
    font-size: 45px;
  }

  .anchor-link-2 {
    width: 100%;
  }

  .stage-banner-2 {
    height: 300px;
  }

  .sticky-circle-3 {
    width: 72px;
    height: 72px;
    margin-bottom: 0;
    padding-left: 2px;
  }

  .portfolio-3-image {
    height: 400px;
  }

  .project-3-card-bottom {
    grid-row-gap: 9px;
    text-align: left;
  }

  .portfolio-3-card-top {
    grid-column-gap: 6px;
    grid-row-gap: 9px;
  }

  .large-inner-category-title {
    font-size: 45px;
  }

  .banner-large-title-changelog {
    font-size: 45px;
    display: block;
  }

  .license-link-wrapper {
    grid-column-gap: 30px;
  }

  .link-header-item {
    width: 100%;
  }

  .hero-copy-wrapper {
    width: auto;
  }

  .rl_logo1_logo {
    max-height: 150px;
  }

  .rl_logo1_logo-list {
    justify-content: center;
  }

  .map {
    width: 100%;
    height: 15rem;
  }

  .project-card-info-2 {
    padding: 18px 12px;
  }

  .photography-hero {
    height: 550px;
  }

  .gallery-hero-section {
    padding: 4.8rem 0% 4%;
  }

  .page-header {
    text-align: center;
    width: 100%;
    font-size: 60px;
  }

  .page-header.portfolio {
    margin-top: .3rem;
  }

  .form-block-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 95vw;
    max-width: none;
    display: flex;
  }

  .form {
    min-width: 95vw;
    max-width: 95vw;
  }

  .field-label-2 {
    padding-right: 20px;
  }

  .button-5 {
    text-align: center;
    flex-direction: column;
  }

  .promo-image-wrapper {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 370px;
  }

  .promo-image {
    width: 450%;
  }

  .promo-hero-text-wrapper {
    width: 100vw;
    overflow: visible;
  }

  .promo-details-wrapper {
    flex-flow: column;
    display: flex;
  }

  .google-container-s {
    max-width: none;
  }

  .google-badge-s {
    justify-content: center;
    align-items: center;
  }

  .tab-bottom-content-copy, .tab-bottom-content-copy-copy, .tab-bottom-content-copy {
    padding: 36px 24px;
  }

  .promo-image-wrapper-birthday, .promo-image-wrapper_brithday {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 370px;
  }

  .large-inner-title-2 {
    font-size: 50px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .stroke-title-2, .stroke-title-3 {
    font-size: 40px;
  }

  .large-inner-title-3 {
    font-size: 50px;
  }
}

#BG-video.w-node-bd1cbc60-077b-0eeb-98c4-c170d090ec1d-62f20533 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

#w-node-bd1cbc60-077b-0eeb-98c4-c170d090ec1f-62f20533, #w-node-f056a79b-94b5-de78-cce6-a57aa0fbdff8-62f20533 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f056a79b-94b5-de78-cce6-a57aa0fbdff9-62f20533 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-f056a79b-94b5-de78-cce6-a57aa0fbdffa-62f20533 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f056a79b-94b5-de78-cce6-a57aa0fbdfff-62f20533 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end start;
}

#w-node-f056a79b-94b5-de78-cce6-a57aa0fbe004-62f20533 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-f056a79b-94b5-de78-cce6-a57aa0fbe009-62f20533 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-f056a79b-94b5-de78-cce6-a57aa0fbe00a-62f20533 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-f056a79b-94b5-de78-cce6-a57aa0fbe00f-62f20533 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-f056a79b-94b5-de78-cce6-a57aa0fbe014-62f20533 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-f056a79b-94b5-de78-cce6-a57aa0fbe019-62f20533 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f056a79b-94b5-de78-cce6-a57aa0fbe027-62f20533 {
  place-self: center;
}

#w-node-_46ceabcb-d989-50d0-f890-9500807c576e-62f20533, #w-node-_46ceabcb-d989-50d0-f890-9500807c5797-62f20533, #w-node-_46ceabcb-d989-50d0-f890-9500807c57c1-62f20533, #w-node-_46ceabcb-d989-50d0-f890-9500807c57ea-62f20533, #w-node-_395c3684-2046-f892-ceb1-d7d4d4f657a1-62f20533, #w-node-_395c3684-2046-f892-ceb1-d7d4d4f657c0-62f20533 {
  align-self: start;
}

#w-node-_6eed7597-876c-9219-30fa-00dd96ea70fd-62f20533 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_295f2ac4-6769-314c-6f13-d8c57377d109-62f20533 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-df6ce8cb-439e-de31-1da6-3751b435b23a-62f20533, #w-node-_001034bc-a625-d06b-8bef-c1341427cf02-62f20533, #w-node-_4b42da0d-52b6-b48d-9644-74c6d7a51ccc-62f20533 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_41adf324-56a4-046a-b606-9aedb502ab92-62f20533 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch start;
}

#w-node-_41adf324-56a4-046a-b606-9aedb502ab93-62f20533 {
  align-self: stretch;
}

#w-node-_41adf324-56a4-046a-b606-9aedb502aba3-62f20533 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_41adf324-56a4-046a-b606-9aedb502abae-62f20533, #w-node-_41adf324-56a4-046a-b606-9aedb502abbd-62f20533, #w-node-_41adf324-56a4-046a-b606-9aedb502abcc-62f20533 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0349aad-8392-b3bd-66ba-40d4af0eebe5-62f20533 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_1fa657f2-2a49-ec56-894e-32eb0772da6b-62f20533 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1fa657f2-2a49-ec56-894e-32eb0772da6c-62f20533 {
  align-self: stretch;
}

#w-node-_1fa657f2-2a49-ec56-894e-32eb0772da74-62f20533 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1fa657f2-2a49-ec56-894e-32eb0772da76-62f20533 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_935df64f-9cae-75df-6124-3c83142f0935-62f20533 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8da39067-b1d1-3af7-b072-f264738592c8-62f20533 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a949b443-892a-eff5-d528-b47bce753511-62f20533 {
  grid-area: 2 / 2 / 3 / 3;
  place-self: center end;
}

#w-node-_5a730425-243d-1d22-750e-63a86d6b2473-6d6b246f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_5a730425-243d-1d22-750e-63a86d6b2477-6d6b246f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5a730425-243d-1d22-750e-63a86d6b24aa-6d6b246f {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-b0dd0b0f-7fa2-0c11-c0e3-f1065a36f904-62f20536 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_75386fa4-4435-3dd0-688e-096ba7ccd764-62f20536 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
}

#w-node-_75386fa4-4435-3dd0-688e-096ba7ccd765-62f20536 {
  grid-area: 1 / 4 / 2 / 5;
  place-self: start end;
}

#w-node-e4d44a66-9b11-9cb1-f612-226c202c2d7e-62f20536 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e4d44a66-9b11-9cb1-f612-226c202c2d81-62f20536 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-e4d44a66-9b11-9cb1-f612-226c202c2d92-62f20536, #w-node-e4d44a66-9b11-9cb1-f612-226c202c2d9d-62f20536, #w-node-e4d44a66-9b11-9cb1-f612-226c202c2da8-62f20536, #w-node-_09190570-84db-b52c-0235-5c4b04d2013f-62f20536, #w-node-_09190570-84db-b52c-0235-5c4b04d20140-62f20536, #w-node-_09190570-84db-b52c-0235-5c4b04d2014e-62f20536, #w-node-_09190570-84db-b52c-0235-5c4b04d20154-62f20536, #w-node-_09190570-84db-b52c-0235-5c4b04d20155-62f20536, #w-node-_09190570-84db-b52c-0235-5c4b04d20163-62f20536 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e2a4a664-c316-ef93-8ced-8fffef2e24a3-62f20536 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-e2a4a664-c316-ef93-8ced-8fffef2e24a6-62f20536, #w-node-e2a4a664-c316-ef93-8ced-8fffef2e24b0-62f20536 {
  justify-self: center;
}

#w-node-f4b1feeb-1e33-1f67-2e01-c5e60a0142d9-62f20536 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e2a4a664-c316-ef93-8ced-8fffef2e24ba-62f20536 {
  justify-self: center;
}

#w-node-_17358bd7-5cba-a991-48ca-862556d06151-62f20536 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17358bd7-5cba-a991-48ca-862556d06152-62f20536 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_17358bd7-5cba-a991-48ca-862556d06153-62f20536 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_17358bd7-5cba-a991-48ca-862556d06158-62f20536 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end start;
}

#w-node-_17358bd7-5cba-a991-48ca-862556d0615d-62f20536 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_17358bd7-5cba-a991-48ca-862556d06162-62f20536 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_17358bd7-5cba-a991-48ca-862556d06163-62f20536 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_17358bd7-5cba-a991-48ca-862556d06168-62f20536 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_17358bd7-5cba-a991-48ca-862556d0616d-62f20536 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_17358bd7-5cba-a991-48ca-862556d06172-62f20536 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_17358bd7-5cba-a991-48ca-862556d06180-62f20536 {
  place-self: center;
}

#w-node-e2cbcfaf-cf7a-94ce-fc8b-1a9601422576-62f20536 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e2cbcfaf-cf7a-94ce-fc8b-1a9601422582-62f20536 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-e2cbcfaf-cf7a-94ce-fc8b-1a9601422584-62f20536 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-e2cbcfaf-cf7a-94ce-fc8b-1a9601422586-62f20536 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e2cbcfaf-cf7a-94ce-fc8b-1a9601422592-62f20536 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-e2cbcfaf-cf7a-94ce-fc8b-1a9601422594-62f20536 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-e2cbcfaf-cf7a-94ce-fc8b-1a9601422596-62f20536 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e2cbcfaf-cf7a-94ce-fc8b-1a96014225a2-62f20536 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-e2cbcfaf-cf7a-94ce-fc8b-1a96014225a4-62f20536 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-e2cbcfaf-cf7a-94ce-fc8b-1a96014225a7-62f20536 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e2cbcfaf-cf7a-94ce-fc8b-1a96014225b3-62f20536 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-e2cbcfaf-cf7a-94ce-fc8b-1a96014225b5-62f20536 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-e2cbcfaf-cf7a-94ce-fc8b-1a96014225b7-62f20536 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e2cbcfaf-cf7a-94ce-fc8b-1a96014225c3-62f20536 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-e2cbcfaf-cf7a-94ce-fc8b-1a96014225c5-62f20536 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-e2cbcfaf-cf7a-94ce-fc8b-1a96014225c7-62f20536 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e2cbcfaf-cf7a-94ce-fc8b-1a96014225d3-62f20536 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-e2cbcfaf-cf7a-94ce-fc8b-1a96014225d5-62f20536 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_998b9c5b-6b77-4ade-7cd2-4648cd11ad43-62f20536 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_998b9c5b-6b77-4ade-7cd2-4648cd11ad49-62f20536 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_998b9c5b-6b77-4ade-7cd2-4648cd11ad4a-62f20536 {
  place-self: center;
}

#w-node-_998b9c5b-6b77-4ade-7cd2-4648cd11ad53-62f20536 {
  place-self: start;
}

#w-node-_998b9c5b-6b77-4ade-7cd2-4648cd11ad58-62f20536 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_998b9c5b-6b77-4ade-7cd2-4648cd11ad59-62f20536 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center end;
}

#w-node-_1af6bd49-f504-e59d-9aec-ae5a313de826-62f2053b {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_1af6bd49-f504-e59d-9aec-ae5a313de829-62f2053b, #w-node-_1af6bd49-f504-e59d-9aec-ae5a313de833-62f2053b {
  justify-self: center;
}

#w-node-_1af6bd49-f504-e59d-9aec-ae5a313de835-62f2053b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1af6bd49-f504-e59d-9aec-ae5a313de83f-62f2053b {
  justify-self: center;
}

#w-node-e07238e6-d22d-e449-fb58-1eca830a8a8b-62f20544 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e07238e6-d22d-e449-fb58-1eca830a8a8c-62f20544 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-e07238e6-d22d-e449-fb58-1eca830a8a8e-62f20544 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e07238e6-d22d-e449-fb58-1eca830a8a8f-62f20544 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e07238e6-d22d-e449-fb58-1eca830a8a91-62f20544 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-e07238e6-d22d-e449-fb58-1eca830a8a93-62f20544 {
  align-self: start;
}

#w-node-e07238e6-d22d-e449-fb58-1eca830a8a98-62f20544 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e07238e6-d22d-e449-fb58-1eca830a8a9b-62f20544 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e07238e6-d22d-e449-fb58-1eca830a8a9c-62f20544 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e07238e6-d22d-e449-fb58-1eca830a8a9e-62f20544 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-e07238e6-d22d-e449-fb58-1eca830a8aa0-62f20544 {
  align-self: start;
}

#w-node-e07238e6-d22d-e449-fb58-1eca830a8aa5-62f20544 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e07238e6-d22d-e449-fb58-1eca830a8aa8-62f20544 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e07238e6-d22d-e449-fb58-1eca830a8aa9-62f20544 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e07238e6-d22d-e449-fb58-1eca830a8aab-62f20544 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-e07238e6-d22d-e449-fb58-1eca830a8aad-62f20544 {
  align-self: start;
}

#w-node-e07238e6-d22d-e449-fb58-1eca830a8ab2-62f20544 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e07238e6-d22d-e449-fb58-1eca830a8ab5-62f20544 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e07238e6-d22d-e449-fb58-1eca830a8ab6-62f20544 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e07238e6-d22d-e449-fb58-1eca830a8ab8-62f20544 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-e07238e6-d22d-e449-fb58-1eca830a8aba-62f20544 {
  align-self: start;
}

#w-node-e07238e6-d22d-e449-fb58-1eca830a8abf-62f20544 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e07238e6-d22d-e449-fb58-1eca830a8ac2-62f20544 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e07238e6-d22d-e449-fb58-1eca830a8ac3-62f20544 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e07238e6-d22d-e449-fb58-1eca830a8ac5-62f20544 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-e07238e6-d22d-e449-fb58-1eca830a8ac7-62f20544 {
  align-self: start;
}

#w-node-e07238e6-d22d-e449-fb58-1eca830a8acc-62f20544 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e07238e6-d22d-e449-fb58-1eca830a8ad0-62f20544 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e07238e6-d22d-e449-fb58-1eca830a8ad4-62f20544 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e07238e6-d22d-e449-fb58-1eca830a8ad6-62f20544 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_046ef4b0-c842-34ef-8085-b0d949d8e77c-62f20544 {
  place-self: stretch start;
}

#w-node-_046ef4b0-c842-34ef-8085-b0d949d8e786-62f20544 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_046ef4b0-c842-34ef-8085-b0d949d8e788-62f20544 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_046ef4b0-c842-34ef-8085-b0d949d8e78b-62f20544 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_046ef4b0-c842-34ef-8085-b0d949d8e795-62f20544 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_046ef4b0-c842-34ef-8085-b0d949d8e797-62f20544 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_046ef4b0-c842-34ef-8085-b0d949d8e79a-62f20544 {
  place-self: stretch start;
}

#w-node-_046ef4b0-c842-34ef-8085-b0d949d8e7a4-62f20544 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_046ef4b0-c842-34ef-8085-b0d949d8e7a6-62f20544 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_046ef4b0-c842-34ef-8085-b0d949d8e7b3-62f20544 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_046ef4b0-c842-34ef-8085-b0d949d8e7b5-62f20544 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_046ef4b0-c842-34ef-8085-b0d949d8e7c2-62f20544 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_046ef4b0-c842-34ef-8085-b0d949d8e7c4-62f20544 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_046ef4b0-c842-34ef-8085-b0d949d8e7d1-62f20544 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_046ef4b0-c842-34ef-8085-b0d949d8e7d3-62f20544 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_046ef4b0-c842-34ef-8085-b0d949d8e7e0-62f20544 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_046ef4b0-c842-34ef-8085-b0d949d8e7e2-62f20544 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-d8edf805-4c34-d3b3-0b4a-b6d67d93de58-62f20548, #w-node-d8edf805-4c34-d3b3-0b4a-b6d67d93de94-62f20548, #w-node-d8edf805-4c34-d3b3-0b4a-b6d67d93ded0-62f20548 {
  align-self: center;
}

#w-node-_517d17d6-6e06-2dc5-3688-dde18d9acc6d-62f20548 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_517d17d6-6e06-2dc5-3688-dde18d9acc70-62f20548 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_1f7dd5ba-7768-2b2b-6590-082f24b76984-62f20548 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_1f7dd5ba-7768-2b2b-6590-082f24b76997-62f20548 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_1f7dd5ba-7768-2b2b-6590-082f24b76999-62f20548 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_1f7dd5ba-7768-2b2b-6590-082f24b769a2-62f20548 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_1f7dd5ba-7768-2b2b-6590-082f24b769a4-62f20548 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_1f7dd5ba-7768-2b2b-6590-082f24b769b6-62f20548 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_1f7dd5ba-7768-2b2b-6590-082f24b769b8-62f20548 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_1f7dd5ba-7768-2b2b-6590-082f24b769c1-62f20548 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_1f7dd5ba-7768-2b2b-6590-082f24b769c3-62f20548 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_1f7dd5ba-7768-2b2b-6590-082f24b769d5-62f20548 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_1f7dd5ba-7768-2b2b-6590-082f24b769d7-62f20548 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_1f7dd5ba-7768-2b2b-6590-082f24b769e0-62f20548 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_1f7dd5ba-7768-2b2b-6590-082f24b769e2-62f20548 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_1f7dd5ba-7768-2b2b-6590-082f24b769f4-62f20548 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_1f7dd5ba-7768-2b2b-6590-082f24b769f6-62f20548 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_1f7dd5ba-7768-2b2b-6590-082f24b769ff-62f20548 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_1f7dd5ba-7768-2b2b-6590-082f24b76a01-62f20548 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_1f7dd5ba-7768-2b2b-6590-082f24b76a13-62f20548 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_1f7dd5ba-7768-2b2b-6590-082f24b76a15-62f20548 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_1f7dd5ba-7768-2b2b-6590-082f24b76a1e-62f20548 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_1f7dd5ba-7768-2b2b-6590-082f24b76a20-62f20548 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_1f7dd5ba-7768-2b2b-6590-082f24b76a32-62f20548 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_1f7dd5ba-7768-2b2b-6590-082f24b76a34-62f20548 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_1f7dd5ba-7768-2b2b-6590-082f24b76a3d-62f20548 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_1f7dd5ba-7768-2b2b-6590-082f24b76a3f-62f20548 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_987da82a-5dd8-b876-e2d2-4fdd95509fce-62f20548 {
  grid-area: 3 / 1 / 4 / 4;
}

#w-node-_987da82a-5dd8-b876-e2d2-4fdd95509fdc-62f20548 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_987da82a-5dd8-b876-e2d2-4fdd95509fde-62f20548 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_987da82a-5dd8-b876-e2d2-4fdd95509fea-62f20548 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_987da82a-5dd8-b876-e2d2-4fdd95509fec-62f20548 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_987da82a-5dd8-b876-e2d2-4fdd95509ff8-62f20548 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_987da82a-5dd8-b876-e2d2-4fdd95509ffa-62f20548 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_987da82a-5dd8-b876-e2d2-4fdd9550a006-62f20548 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_987da82a-5dd8-b876-e2d2-4fdd9550a008-62f20548 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_987da82a-5dd8-b876-e2d2-4fdd9550a014-62f20548 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_987da82a-5dd8-b876-e2d2-4fdd9550a016-62f20548 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_987da82a-5dd8-b876-e2d2-4fdd9550a022-62f20548 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_987da82a-5dd8-b876-e2d2-4fdd9550a024-62f20548 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3a9-62f2054a, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ab-62f2054a, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ad-62f2054a, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3af-62f2054a, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b1-62f2054a, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b4-62f2054a, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b6-62f2054a, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b8-62f2054a, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ba-62f2054a, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3bc-62f2054a, #w-node-_8f339961-ac1d-7353-aa48-2c14df46840f-3f2b98f8, #w-node-_8f339961-ac1d-7353-aa48-2c14df468412-3f2b98f8, #w-node-_8f339961-ac1d-7353-aa48-2c14df468415-3f2b98f8, #w-node-_8f339961-ac1d-7353-aa48-2c14df468419-3f2b98f8, #w-node-_8f339961-ac1d-7353-aa48-2c14df46841c-3f2b98f8, #w-node-_8f339961-ac1d-7353-aa48-2c14df46841f-3f2b98f8, #w-node-_424a1fdc-9267-f102-d07d-59263cd10e1d-3f2b98f8, #w-node-_424a1fdc-9267-f102-d07d-59263cd10e20-3f2b98f8, #w-node-_424a1fdc-9267-f102-d07d-59263cd10e23-3f2b98f8, #w-node-f4b9a4ac-fb9d-bcc6-fec6-d4043199a633-3f2b98f8, #w-node-f4b9a4ac-fb9d-bcc6-fec6-d4043199a636-3f2b98f8, #w-node-f4b9a4ac-fb9d-bcc6-fec6-d4043199a639-3f2b98f8, #w-node-b522f6a3-8c80-12ce-d164-0dc41431e02f-3f2b98f8, #w-node-b522f6a3-8c80-12ce-d164-0dc41431e032-3f2b98f8, #w-node-b522f6a3-8c80-12ce-d164-0dc41431e035-3f2b98f8, #w-node-a6b2e83c-c224-8f98-44b0-8ce480dbbbfc-3f2b98f8, #w-node-a6b2e83c-c224-8f98-44b0-8ce480dbbbff-3f2b98f8, #w-node-a6b2e83c-c224-8f98-44b0-8ce480dbbc02-3f2b98f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a48fe52-7fcc-921b-3209-096bef64d633-3f2b98f8, #w-node-_2a48fe52-7fcc-921b-3209-096bef64d64d-3f2b98f8 {
  align-self: start;
}

#w-node-_8f339961-ac1d-7353-aa48-2c14df46840f-c87cf889, #w-node-_8f339961-ac1d-7353-aa48-2c14df468412-c87cf889, #w-node-_8f339961-ac1d-7353-aa48-2c14df468415-c87cf889, #w-node-_8f339961-ac1d-7353-aa48-2c14df468419-c87cf889, #w-node-_8f339961-ac1d-7353-aa48-2c14df46841c-c87cf889, #w-node-_8f339961-ac1d-7353-aa48-2c14df46841f-c87cf889, #w-node-_424a1fdc-9267-f102-d07d-59263cd10e1d-c87cf889, #w-node-_424a1fdc-9267-f102-d07d-59263cd10e20-c87cf889, #w-node-_424a1fdc-9267-f102-d07d-59263cd10e23-c87cf889, #w-node-f4b9a4ac-fb9d-bcc6-fec6-d4043199a633-c87cf889, #w-node-f4b9a4ac-fb9d-bcc6-fec6-d4043199a636-c87cf889, #w-node-f4b9a4ac-fb9d-bcc6-fec6-d4043199a639-c87cf889, #w-node-b522f6a3-8c80-12ce-d164-0dc41431e02f-c87cf889, #w-node-b522f6a3-8c80-12ce-d164-0dc41431e032-c87cf889, #w-node-b522f6a3-8c80-12ce-d164-0dc41431e035-c87cf889, #w-node-a6b2e83c-c224-8f98-44b0-8ce480dbbbfc-c87cf889 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1bfc7c70-6646-53ea-a17c-3d873c2e1806-c87cf889, #w-node-_1bfc7c70-6646-53ea-a17c-3d873c2e1817-c87cf889 {
  align-self: start;
}

#w-node-_8f339961-ac1d-7353-aa48-2c14df46840f-7084d763, #w-node-_8f339961-ac1d-7353-aa48-2c14df468412-7084d763, #w-node-_8f339961-ac1d-7353-aa48-2c14df468415-7084d763, #w-node-_8f339961-ac1d-7353-aa48-2c14df468419-7084d763, #w-node-_8f339961-ac1d-7353-aa48-2c14df46841c-7084d763, #w-node-_8f339961-ac1d-7353-aa48-2c14df46841f-7084d763, #w-node-_424a1fdc-9267-f102-d07d-59263cd10e1d-7084d763, #w-node-_424a1fdc-9267-f102-d07d-59263cd10e20-7084d763, #w-node-_424a1fdc-9267-f102-d07d-59263cd10e23-7084d763, #w-node-f4b9a4ac-fb9d-bcc6-fec6-d4043199a633-7084d763, #w-node-f4b9a4ac-fb9d-bcc6-fec6-d4043199a636-7084d763, #w-node-f4b9a4ac-fb9d-bcc6-fec6-d4043199a639-7084d763, #w-node-b522f6a3-8c80-12ce-d164-0dc41431e02f-7084d763, #w-node-b522f6a3-8c80-12ce-d164-0dc41431e032-7084d763, #w-node-b522f6a3-8c80-12ce-d164-0dc41431e035-7084d763, #w-node-a6b2e83c-c224-8f98-44b0-8ce480dbbbfc-7084d763, #w-node-_1dae785d-3b7a-eb41-fe6b-bd42f6d0eb02-7084d763, #w-node-_283ae08a-acd8-2d2b-2b0a-23b45312817e-7084d763, #w-node-af363c50-2794-c2d4-3f96-88c0cf7f189b-7084d763, #w-node-b147b2b4-7fc2-f21d-d4bd-299b48ae8e4d-7084d763, #w-node-a8596bfb-4b2f-4635-749f-2959d96df1ce-7084d763, #w-node-d1d9aa9a-9f63-9c1e-be2b-da4c6f4b9cc1-7084d763, #w-node-_20aa8db4-e24f-9d9f-3d93-320eabaab265-7084d763, #w-node-_32bdf0e5-d6da-ade1-dbd3-8162564702b0-7084d763, #w-node-e88d60c6-71d9-feaf-d1d2-f247668137fd-7084d763, #w-node-b082acd9-0438-652f-d090-9e71316799c8-7084d763, #w-node-a4ac6195-a86f-6626-2b90-4f9c2e9bd99d-7084d763, #w-node-_7ffa431f-c43b-7c1f-c4ed-c3716e421029-7084d763, #w-node-_0f9dcea4-e2b9-3dfe-4b93-974ddd39db9d-7084d763, #w-node-_2536aa43-cdec-7947-a226-a5ace6613d12-7084d763 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61ca1d01-b2a1-ce07-ecad-69eca1620ac4-7084d763, #w-node-_61ca1d01-b2a1-ce07-ecad-69eca1620ad5-7084d763 {
  align-self: start;
}

#w-node-_8f339961-ac1d-7353-aa48-2c14df46840f-b320fc43, #w-node-_8f339961-ac1d-7353-aa48-2c14df468412-b320fc43, #w-node-_8f339961-ac1d-7353-aa48-2c14df468415-b320fc43, #w-node-_8f339961-ac1d-7353-aa48-2c14df468419-b320fc43, #w-node-_8f339961-ac1d-7353-aa48-2c14df46841c-b320fc43, #w-node-_8f339961-ac1d-7353-aa48-2c14df46841f-b320fc43, #w-node-_424a1fdc-9267-f102-d07d-59263cd10e1d-b320fc43, #w-node-_424a1fdc-9267-f102-d07d-59263cd10e20-b320fc43, #w-node-_424a1fdc-9267-f102-d07d-59263cd10e23-b320fc43, #w-node-f4b9a4ac-fb9d-bcc6-fec6-d4043199a633-b320fc43, #w-node-f4b9a4ac-fb9d-bcc6-fec6-d4043199a636-b320fc43, #w-node-f4b9a4ac-fb9d-bcc6-fec6-d4043199a639-b320fc43, #w-node-b522f6a3-8c80-12ce-d164-0dc41431e02f-b320fc43, #w-node-b522f6a3-8c80-12ce-d164-0dc41431e032-b320fc43, #w-node-b522f6a3-8c80-12ce-d164-0dc41431e035-b320fc43, #w-node-a6b2e83c-c224-8f98-44b0-8ce480dbbbfc-b320fc43, #w-node-e2417a9d-0e43-96a0-3f58-3e176a290622-b320fc43, #w-node-_5f9c5e31-354e-c0d0-71cf-b4b0354e3014-b320fc43 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d90a7e5-05d1-4794-9e74-68d9116c7306-b320fc43, #w-node-_9d90a7e5-05d1-4794-9e74-68d9116c7320-b320fc43 {
  align-self: start;
}

#w-node-_8f339961-ac1d-7353-aa48-2c14df46840f-b3e9d322, #w-node-_8f339961-ac1d-7353-aa48-2c14df468412-b3e9d322, #w-node-_8f339961-ac1d-7353-aa48-2c14df468415-b3e9d322, #w-node-_8f339961-ac1d-7353-aa48-2c14df468419-b3e9d322, #w-node-_8f339961-ac1d-7353-aa48-2c14df46841f-b3e9d322, #w-node-_8f339961-ac1d-7353-aa48-2c14df46841c-b3e9d322, #w-node-_424a1fdc-9267-f102-d07d-59263cd10e1d-b3e9d322, #w-node-_424a1fdc-9267-f102-d07d-59263cd10e20-b3e9d322, #w-node-_424a1fdc-9267-f102-d07d-59263cd10e23-b3e9d322, #w-node-f4b9a4ac-fb9d-bcc6-fec6-d4043199a636-b3e9d322, #w-node-f4b9a4ac-fb9d-bcc6-fec6-d4043199a633-b3e9d322, #w-node-f4b9a4ac-fb9d-bcc6-fec6-d4043199a639-b3e9d322, #w-node-b522f6a3-8c80-12ce-d164-0dc41431e02f-b3e9d322, #w-node-b522f6a3-8c80-12ce-d164-0dc41431e032-b3e9d322, #w-node-b522f6a3-8c80-12ce-d164-0dc41431e035-b3e9d322, #w-node-a6b2e83c-c224-8f98-44b0-8ce480dbbbfc-b3e9d322, #w-node-_1dae785d-3b7a-eb41-fe6b-bd42f6d0eb02-b3e9d322, #w-node-_283ae08a-acd8-2d2b-2b0a-23b45312817e-b3e9d322, #w-node-af363c50-2794-c2d4-3f96-88c0cf7f189b-b3e9d322, #w-node-b147b2b4-7fc2-f21d-d4bd-299b48ae8e4d-b3e9d322, #w-node-a8596bfb-4b2f-4635-749f-2959d96df1ce-b3e9d322, #w-node-d1d9aa9a-9f63-9c1e-be2b-da4c6f4b9cc1-b3e9d322, #w-node-_20aa8db4-e24f-9d9f-3d93-320eabaab265-b3e9d322, #w-node-_32bdf0e5-d6da-ade1-dbd3-8162564702b0-b3e9d322, #w-node-e88d60c6-71d9-feaf-d1d2-f247668137fd-b3e9d322, #w-node-eb2cf067-3de4-6d71-d34d-2708c1f1de34-b3e9d322 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_00b5198c-b47b-cf8a-1410-70f50e3bd523-b3e9d322, #w-node-_00b5198c-b47b-cf8a-1410-70f50e3bd53d-b3e9d322 {
  align-self: start;
}

#w-node-_8f339961-ac1d-7353-aa48-2c14df46840f-4a2555b1, #w-node-_8f339961-ac1d-7353-aa48-2c14df468412-4a2555b1, #w-node-_8f339961-ac1d-7353-aa48-2c14df468415-4a2555b1, #w-node-_8f339961-ac1d-7353-aa48-2c14df468419-4a2555b1, #w-node-_8f339961-ac1d-7353-aa48-2c14df46841f-4a2555b1, #w-node-_8f339961-ac1d-7353-aa48-2c14df46841c-4a2555b1, #w-node-_424a1fdc-9267-f102-d07d-59263cd10e1d-4a2555b1, #w-node-_424a1fdc-9267-f102-d07d-59263cd10e20-4a2555b1, #w-node-_424a1fdc-9267-f102-d07d-59263cd10e23-4a2555b1, #w-node-f4b9a4ac-fb9d-bcc6-fec6-d4043199a636-4a2555b1, #w-node-f4b9a4ac-fb9d-bcc6-fec6-d4043199a633-4a2555b1, #w-node-f4b9a4ac-fb9d-bcc6-fec6-d4043199a639-4a2555b1, #w-node-b522f6a3-8c80-12ce-d164-0dc41431e02f-4a2555b1, #w-node-b522f6a3-8c80-12ce-d164-0dc41431e032-4a2555b1, #w-node-b522f6a3-8c80-12ce-d164-0dc41431e035-4a2555b1, #w-node-a6b2e83c-c224-8f98-44b0-8ce480dbbbfc-4a2555b1, #w-node-_1dae785d-3b7a-eb41-fe6b-bd42f6d0eb02-4a2555b1, #w-node-_283ae08a-acd8-2d2b-2b0a-23b45312817e-4a2555b1, #w-node-af363c50-2794-c2d4-3f96-88c0cf7f189b-4a2555b1, #w-node-b147b2b4-7fc2-f21d-d4bd-299b48ae8e4d-4a2555b1, #w-node-a8596bfb-4b2f-4635-749f-2959d96df1ce-4a2555b1, #w-node-d1d9aa9a-9f63-9c1e-be2b-da4c6f4b9cc1-4a2555b1, #w-node-_20aa8db4-e24f-9d9f-3d93-320eabaab265-4a2555b1, #w-node-_32bdf0e5-d6da-ade1-dbd3-8162564702b0-4a2555b1, #w-node-e88d60c6-71d9-feaf-d1d2-f247668137fd-4a2555b1, #w-node-eb2cf067-3de4-6d71-d34d-2708c1f1de34-4a2555b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f6277d60-8e87-ef75-a152-1e4771361055-4a2555b1, #w-node-f6277d60-8e87-ef75-a152-1e477136106f-4a2555b1 {
  align-self: start;
}

@media screen and (min-width: 1920px) {
  #w-node-_75386fa4-4435-3dd0-688e-096ba7ccd764-62f20536 {
    grid-area: 1 / 2 / 2 / 4;
    align-self: stretch;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-e07238e6-d22d-e449-fb58-1eca830a8a91-62f20544, #w-node-e07238e6-d22d-e449-fb58-1eca830a8a9e-62f20544, #w-node-e07238e6-d22d-e449-fb58-1eca830a8aab-62f20544, #w-node-e07238e6-d22d-e449-fb58-1eca830a8ab8-62f20544, #w-node-e07238e6-d22d-e449-fb58-1eca830a8ac5-62f20544 {
    grid-area: 2 / 2 / 3 / 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_46ceabcb-d989-50d0-f890-9500807c57a5-62f20533, #w-node-_46ceabcb-d989-50d0-f890-9500807c57cf-62f20533, #w-node-_46ceabcb-d989-50d0-f890-9500807c57f8-62f20533, #w-node-_395c3684-2046-f892-ceb1-d7d4d4f657ae-62f20533, #w-node-_395c3684-2046-f892-ceb1-d7d4d4f657cd-62f20533 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e0349aad-8392-b3bd-66ba-40d4af0eebe5-62f20533 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: end;
  }

  #w-node-_8da39067-b1d1-3af7-b072-f264738592c8-62f20533 {
    grid-column: 1 / 2;
  }

  #w-node-a949b443-892a-eff5-d528-b47bce753511-62f20533 {
    grid-column: 1 / 2;
    justify-self: center;
  }

  #w-node-_5a730425-243d-1d22-750e-63a86d6b2477-6d6b246f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_75386fa4-4435-3dd0-688e-096ba7ccd765-62f20536 {
    grid-column: 3 / 4;
  }

  #w-node-e07238e6-d22d-e449-fb58-1eca830a8a8b-62f20544 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e07238e6-d22d-e449-fb58-1eca830a8a8e-62f20544 {
    grid-column: span 1 / span 1;
  }

  #w-node-e07238e6-d22d-e449-fb58-1eca830a8a91-62f20544 {
    grid-column: 1 / 2;
  }

  #w-node-e07238e6-d22d-e449-fb58-1eca830a8a9b-62f20544 {
    grid-column: span 1 / span 1;
  }

  #w-node-e07238e6-d22d-e449-fb58-1eca830a8a9e-62f20544 {
    grid-column: 1 / 2;
  }

  #w-node-e07238e6-d22d-e449-fb58-1eca830a8aa8-62f20544 {
    grid-column: span 1 / span 1;
  }

  #w-node-e07238e6-d22d-e449-fb58-1eca830a8aab-62f20544 {
    grid-column: 1 / 2;
  }

  #w-node-e07238e6-d22d-e449-fb58-1eca830a8ab5-62f20544 {
    grid-column: span 1 / span 1;
  }

  #w-node-e07238e6-d22d-e449-fb58-1eca830a8ab8-62f20544 {
    grid-column: 1 / 2;
  }

  #w-node-e07238e6-d22d-e449-fb58-1eca830a8ac2-62f20544 {
    grid-column: span 1 / span 1;
  }

  #w-node-e07238e6-d22d-e449-fb58-1eca830a8ac5-62f20544 {
    grid-column: 1 / 2;
  }

  #w-node-_046ef4b0-c842-34ef-8085-b0d949d8e77c-62f20544 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_046ef4b0-c842-34ef-8085-b0d949d8e78b-62f20544 {
    grid-column: span 1 / span 1;
  }

  #w-node-_046ef4b0-c842-34ef-8085-b0d949d8e79a-62f20544 {
    place-self: stretch start;
  }

  #w-node-_046ef4b0-c842-34ef-8085-b0d949d8e7d6-62f20544 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d8edf805-4c34-d3b3-0b4a-b6d67d93de58-62f20548 {
    order: -9999;
  }

  #w-node-d8edf805-4c34-d3b3-0b4a-b6d67d93de5f-62f20548 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d8edf805-4c34-d3b3-0b4a-b6d67d93de94-62f20548 {
    order: -9999;
  }

  #w-node-d8edf805-4c34-d3b3-0b4a-b6d67d93de9b-62f20548 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d8edf805-4c34-d3b3-0b4a-b6d67d93ded0-62f20548 {
    order: -9999;
  }

  #w-node-d8edf805-4c34-d3b3-0b4a-b6d67d93ded7-62f20548 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2fceeac1-e9dc-6ae0-d4c2-a2af3fa7989b-62f20548 {
    order: -9999;
  }

  #w-node-_2fceeac1-e9dc-6ae0-d4c2-a2af3fa798a2-62f20548 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2fceeac1-e9dc-6ae0-d4c2-a2af3fa798d5-62f20548 {
    order: -9999;
  }

  #w-node-_2fceeac1-e9dc-6ae0-d4c2-a2af3fa798dc-62f20548 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2fceeac1-e9dc-6ae0-d4c2-a2af3fa7990f-62f20548 {
    order: -9999;
  }

  #w-node-_2fceeac1-e9dc-6ae0-d4c2-a2af3fa79916-62f20548 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2a48fe52-7fcc-921b-3209-096bef64d641-3f2b98f8, #w-node-_2a48fe52-7fcc-921b-3209-096bef64d65b-3f2b98f8, #w-node-_1bfc7c70-6646-53ea-a17c-3d873c2e1825-c87cf889, #w-node-_61ca1d01-b2a1-ce07-ecad-69eca1620ae3-7084d763, #w-node-_9d90a7e5-05d1-4794-9e74-68d9116c7314-b320fc43, #w-node-_9d90a7e5-05d1-4794-9e74-68d9116c732e-b320fc43, #w-node-_00b5198c-b47b-cf8a-1410-70f50e3bd531-b3e9d322, #w-node-_00b5198c-b47b-cf8a-1410-70f50e3bd54b-b3e9d322, #w-node-f6277d60-8e87-ef75-a152-1e4771361063-4a2555b1, #w-node-f6277d60-8e87-ef75-a152-1e477136107d-4a2555b1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1fa657f2-2a49-ec56-894e-32eb0772da6c-62f20533 {
    order: -9999;
    grid-area: 1 / 1 / 3 / 2;
    align-self: stretch;
  }

  #w-node-_8da39067-b1d1-3af7-b072-f264738592c8-62f20533 {
    grid-column: 1 / 4;
  }

  #w-node-e07238e6-d22d-e449-fb58-1eca830a8a8c-62f20544 {
    grid-column: 1 / 2;
  }

  #w-node-e07238e6-d22d-e449-fb58-1eca830a8ad0-62f20544 {
    grid-row-end: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a949b443-892a-eff5-d528-b47bce753511-62f20533 {
    justify-self: center;
  }

  #w-node-_5a730425-243d-1d22-750e-63a86d6b2473-6d6b246f {
    place-self: center;
  }

  #w-node-_75386fa4-4435-3dd0-688e-096ba7ccd765-62f20536 {
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-_998b9c5b-6b77-4ade-7cd2-4648cd11ad53-62f20536 {
    justify-self: center;
  }

  #w-node-e07238e6-d22d-e449-fb58-1eca830a8a8c-62f20544 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_046ef4b0-c842-34ef-8085-b0d949d8e7a9-62f20544, #w-node-_046ef4b0-c842-34ef-8085-b0d949d8e7b8-62f20544 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_046ef4b0-c842-34ef-8085-b0d949d8e7d6-62f20544 {
    grid-column: span 3 / span 3;
  }

  #w-node-d8edf805-4c34-d3b3-0b4a-b6d67d93de38-62f20548 {
    order: -9999;
  }

  #w-node-d8edf805-4c34-d3b3-0b4a-b6d67d93de5f-62f20548 {
    grid-column: span 1 / span 1;
  }

  #w-node-d8edf805-4c34-d3b3-0b4a-b6d67d93de74-62f20548 {
    order: -9999;
  }

  #w-node-d8edf805-4c34-d3b3-0b4a-b6d67d93de9b-62f20548 {
    grid-column: span 1 / span 1;
  }

  #w-node-d8edf805-4c34-d3b3-0b4a-b6d67d93deb0-62f20548 {
    order: -9999;
  }

  #w-node-d8edf805-4c34-d3b3-0b4a-b6d67d93ded7-62f20548 {
    grid-column: span 1 / span 1;
  }

  #w-node-_2fceeac1-e9dc-6ae0-d4c2-a2af3fa7987b-62f20548 {
    order: -9999;
  }

  #w-node-_2fceeac1-e9dc-6ae0-d4c2-a2af3fa798a2-62f20548 {
    grid-column: span 1 / span 1;
  }

  #w-node-_2fceeac1-e9dc-6ae0-d4c2-a2af3fa798b5-62f20548 {
    order: -9999;
  }

  #w-node-_2fceeac1-e9dc-6ae0-d4c2-a2af3fa798dc-62f20548 {
    grid-column: span 1 / span 1;
  }

  #w-node-_2fceeac1-e9dc-6ae0-d4c2-a2af3fa798ef-62f20548 {
    order: -9999;
  }

  #w-node-_2fceeac1-e9dc-6ae0-d4c2-a2af3fa79916-62f20548 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'D Din';
  src: url('../fonts/D-DIN-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'D Din';
  src: url('../fonts/D-DIN.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}