@font-face {
  font-family: Pretendardvariable;
  src: url('../fonts/PretendardVariable.woff2') format("woff2");
  font-weight: 45 930;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Pretendard;
  src: url('../fonts/Pretendard-Black.woff') format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pretendard;
  src: url('../fonts/Pretendard-ExtraLight.woff') format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pretendard;
  src: url('../fonts/Pretendard-Light.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Pretendard;
  src: url('../fonts/Pretendard-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pretendard;
  src: url('../fonts/Pretendard-SemiBold.woff') format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pretendard;
  src: url('../fonts/Pretendard-Thin.woff') format("woff");
  font-weight: 100;
  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;
  --white-5-51: #ffffff0d;
  --yellow: #524e45;
  --white-1: #ffffff03;
  --white-90: #e6e6e6;
}

.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-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

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: Sora, 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-50);
  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 {
  background-color: #524e45;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  top: 0;
}

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

.section.without-bottom-spacing {
  box-sizing: border-box;
  float: none;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  background-color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
}

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

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

.base-container {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 94%;
  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;
  position: relative;
}

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

.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-size: 60px;
}

.h2-tablet {
  font-size: 45px;
}

.h1-mobile {
  font-size: 50px;
}

.h2-mobile {
  font-size: 40px;
}

.h3-mobile {
  font-size: 28px;
}

.h4-mobile {
  font-size: 24px;
}

.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-size: 12px;
}

.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(--yellow);
  text-align: center;
  align-items: flex-start;
  height: 620px;
  padding-top: 0;
  padding-bottom: 40px;
  position: relative;
  top: 0;
}

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

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

.footer-copyright {
  color: var(--white-50);
  letter-spacing: 1px;
  flex: 1;
  font-family: Josefin Sans, sans-serif;
  font-size: 20px;
  position: relative;
  top: auto;
}

.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-size: 18px;
}

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

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

.contacts-location-slider {
  background-color: #0000;
  height: auto;
  padding-right: 100px;
  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;
}

.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, .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 {
  margin-top: 20px;
  margin-bottom: 30px;
}

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

.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 {
  width: 100%;
  display: inline-block;
  position: static;
}

.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, #000000bf);
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: absolute;
  inset: 0%;
}

.h6-subtitle {
  width: auto;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 17px;
  font-weight: 600;
}

.clip {
  z-index: 0;
  flex-direction: column;
  flex: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
  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 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 30px;
  padding: 2px 0 2px 5px;
  display: block;
  position: static;
  left: 0;
}

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

.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;
  width: auto;
  height: 35px;
  min-height: 35px;
  max-height: 35px;
  padding: 15px 17px 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;
}

.button-transparent.w--current {
  width: auto;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
}

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

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

.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 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Josefin Sans, sans-serif;
}

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

.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: auto;
  min-width: 100%;
  height: 100%;
  font-family: Josefin Sans, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 2em;
  display: flex;
}

.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: -20px;
  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-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;
  padding: 32px 15px;
  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 {
  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 {
  color: #fff;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-family: Josefin Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.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 {
  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;
  font-size: 16px;
  display: none;
}

.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 {
  margin-top: 0;
  margin-bottom: 0;
}

.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: column;
  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 {
  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%;
}

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

.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: 22px;
}

.nav-menu-container {
  order: 0;
  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 {
  width: auto;
  height: 581.3px;
  padding-top: 0;
}

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

.video-large {
  width: auto;
  height: 581.36px;
}

.video-info-content {
  text-transform: uppercase;
  width: 50%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
}

.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: #00000040;
  background-image: linear-gradient(90deg, #0000008c, #0000);
  align-items: stretch;
  padding-top: 0;
  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;
  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;
}

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

.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;
  padding-left: 0;
}

.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;
  position: relative;
}

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

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

.view-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: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

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

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

.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: 0px;
  grid-template-rows: auto 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;
}

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

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

.work-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

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

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

.filled-title {
  margin: 0 35px;
  font-size: 120px;
  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;
  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;
  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;
}

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

.footer-navigation {
  grid-column-gap: 60px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr 1fr 1fr 1fr;
  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: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr auto;
  grid-auto-columns: 1fr;
  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%;
  padding-top: 0;
  display: flex;
  position: relative;
  top: 60px;
}

.footer-logo-text {
  color: var(--white);
  letter-spacing: 15px;
  -webkit-text-stroke-color: var(--white);
  text-transform: none;
  width: 100%;
  padding-top: 30px;
  padding-left: 0;
  font-family: Josefin Sans, sans-serif;
  font-size: 100px;
  font-weight: 600;
  line-height: 1em;
  display: inline-block;
}

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

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

.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);
  top: 80px;
}

.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: 400px;
}

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

.page-content-wrapper {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  bottom: 100px;
}

.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: #0000001a;
  background-image: radial-gradient(circle, #0000, #00000059);
  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-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;
}

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

.nav-footer-item {
  text-align: left;
  width: auto;
  margin-top: 0;
  margin-bottom: 30px;
}

.section-news {
  padding-top: 80px;
  padding-bottom: 80px;
  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;
}

.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 {
  box-sizing: border-box;
  object-fit: fill;
  flex-flow: wrap;
  order: -1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
  bottom: 30px;
}

.no-shrink-btn {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.no-shrink-btn-wrapper {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding-left: 0;
  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 {
  text-align: left;
  flex-flow: column wrap;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 30%;
  padding-top: 50px;
  padding-bottom: 0;
}

.flex-top-title.internal-indentation-centercontent {
  flex-wrap: wrap;
  width: 95%;
  padding-bottom: 5px;
}

.top-video-content {
  z-index: 10;
  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: #0d0d0e33;
  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;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  font-weight: 800;
  position: relative;
}

.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;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: -5vw;
  margin-right: -5vw;
  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 {
  grid-template-rows: 1fr 1fr 1fr;
  width: 85%;
  height: 260vh;
  padding-top: 15vh;
  padding-bottom: 0;
}

.video-strip.right-strip {
  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: none;
  position: relative;
}

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

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

.word-one {
  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;
}

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

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

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

.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-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 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
}

.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);
  font-size: 38px;
  font-weight: 600;
  line-height: 1.2em;
}

.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.two {
  background-image: url('../images/Member-Photo-Close-up-14_1Member-Photo-Close-up-14.webp');
}

.testimonial-avatar.three {
  background-image: url('../images/Member-Photo-Close-up-12_2Member-Photo-Close-up-12.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 {
  margin-bottom: 20px;
}

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

.button-link-text {
  z-index: 20;
  position: relative;
}

.section-background {
  padding-top: 80px;
  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;
  padding-bottom: 0;
  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: auto auto 30px;
}

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

.bg-video-banner-3 {
  width: 100%;
  height: 550px;
  display: flex;
  top: -85px;
}

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

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

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

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

.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: var(--white);
  background-color: #ffffff03;
  border-radius: 50px;
  min-height: 50px;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 18px;
  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 {
  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;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.contacts-content-wrapper-3 {
  width: 50%;
  padding-right: 40px;
}

.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;
  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-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-size: 55px;
  font-weight: 800;
}

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

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

.changelog-description {
  margin-top: 0;
  margin-bottom: 0;
}

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

.service-item {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template: "."
  / 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 {
  color: var(--white-90);
  letter-spacing: 3px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gowun Dodum, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.3em;
}

.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: 1;
  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;
  padding-top: 0;
  padding-bottom: 60px;
  padding-left: 0;
  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: 0;
  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: 70%;
  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);
  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 {
  letter-spacing: 3px;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Josefin Sans, sans-serif;
  font-size: 100px;
  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 {
  border-top: 1px #fff3;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 36px;
}

.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 {
  background-color: var(--white-5-51);
  position: absolute;
  inset: 0%;
}

.list-wrapper {
  align-items: center;
  display: flex;
}

.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: 30% 30% 40%;
  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;
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 1170px;
}

.price-description {
  letter-spacing: 0;
  text-transform: none;
  margin-top: 15px;
  margin-bottom: 40px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4em;
}

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

.starter-package {
  justify-content: space-between;
  align-items: center;
  min-height: 25px;
  display: flex;
}

.toggle-bg-mo {
  background-color: #ffffff1a;
  position: absolute;
  inset: 0%;
}

.save-monay {
  color: var(--primary-black);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1em;
}

.price-plan {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Josefin Sans, sans-serif;
  font-size: 20px;
}

.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: flex;
  position: relative;
}

.price-title {
  aspect-ratio: auto;
  text-align: left;
  letter-spacing: 1.2px;
  width: 180px;
  height: 140px;
  margin: 0 auto;
  padding-left: 15px;
  font-family: Pretendard, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
  position: relative;
  top: 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 {
  color: var(--white-50);
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

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

._1920-desktop-view {
  display: none;
}

.scroll-dark-video {
  background-image: linear-gradient(#000000a6, #000000a6);
  width: 100%;
  height: 100%;
  display: none;
  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;
}

.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-size: 17px;
  font-weight: 300;
}

.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-size: 12px;
  font-weight: 500;
}

.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-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  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;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Josefin Sans, sans-serif;
  font-size: 100px;
  font-weight: 700;
}

.hero-section-news {
  color: #fff;
  justify-content: center;
  min-height: 450px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.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 {
  letter-spacing: 3px;
  text-transform: capitalize;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Josefin Sans, sans-serif;
  font-size: 100px;
  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 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.member-name {
  margin-top: 0;
  margin-bottom: 0;
}

.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/Team-1_1Team 1.webp');
  background-position: 50%;
  background-size: cover;
  height: 300px;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.team-bg-wrap.team-bg-2 {
  background-image: url('../images/Team-2_1Team 2.webp');
}

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

.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;
  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: Sora, 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-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;
  background-color: #1c276d;
  border-radius: 4px;
  width: 100%;
  max-width: 290px;
  position: fixed;
  inset: auto auto 5px 5px;
}

.hire-popup-wrap {
  grid-row-gap: 10px;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.hire-paragraph {
  max-width: 93%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

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

.grid-project-d {
  grid-column-gap: 4vw;
  grid-row-gap: 3vw;
  perspective: 1000px;
  grid-template-rows: 9vw 9vw;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: 9vw;
  width: 85vw;
  margin-top: 3vw;
}

.lightbox-link-d {
  border-radius: 14px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.block-project {
  z-index: 20;
  background-image: linear-gradient(#0000, #000000b3);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding: 95px 40px 35px;
  display: flex;
  position: absolute;
}

.block-project.small {
  padding: 85px 30px 25px;
}

.overflow {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.heading-project {
  color: var(--white);
  margin-bottom: 0;
  font-family: Heebo, sans-serif;
  font-weight: 600;
}

.subheading-project {
  color: var(--white-90);
  text-transform: none;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 400;
}

.background-video-3, .background-video-4 {
  z-index: 0;
  background-color: #dad7d412;
  border-radius: 14px;
  width: 100%;
  height: 100%;
  display: block;
}

.hero-d {
  z-index: 100;
  mix-blend-mode: difference;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 1.7vw;
  padding-left: 2.53vw;
  display: flex;
  position: fixed;
  inset: auto auto 0% 0%;
}

.heading-hero-d {
  color: var(--white);
  letter-spacing: 50px;
  margin-bottom: 0;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 100%;
  display: inline-block;
}

.heading-hero-d-copy {
  letter-spacing: 50px;
  margin-bottom: 0;
  padding-left: 200px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 100%;
  display: inline-block;
}

.body {
  padding-top: 0;
}

.background-video-5 {
  z-index: 0;
  background-color: #dad7d412;
  border-radius: 14px;
  width: 100%;
  height: 100%;
  display: block;
}

.section-hero-d {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  min-height: 100vh;
  padding: 90px 1.7vw 240px;
  display: flex;
  overflow: hidden;
}

.color-contact {
  z-index: -1;
  background-color: #534e45;
  position: absolute;
  inset: 0%;
}

.color-contact.color-a2 {
  background-color: #534e45;
}

.color-contact.color-a3 {
  background-color: #d65245;
}

.color-contact.color-a1 {
  background-color: #534e45;
}

.color-contact.color-a5 {
  background-color: #1a99ee;
}

.color-contact.color-a4 {
  background-color: #006bdc;
}

.link-contact-a {
  z-index: 10;
  background-color: #dad7d412;
  border-radius: 14px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-2 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding-left: 1.7vw;
  padding-right: 1.7vw;
  display: flex;
}

.grid-contact-a {
  grid-column-gap: 1.2vw;
  grid-row-gap: 1.2vw;
  grid-template-rows: minmax(40vh, min-content);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: minmax(40vh, min-content);
  padding-top: 50px;
  padding-bottom: 35px;
}

.heading-contact-a {
  text-transform: uppercase;
  text-shadow: 0 65px #dad7d4;
  margin-bottom: 0;
  font-family: Josefin Sans, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 110%;
}

.text-contact {
  z-index: 10;
  color: #dad7d4;
  text-align: left;
  letter-spacing: .2em;
  text-transform: none;
  margin-left: auto;
  font-family: Josefin Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 153%;
  position: relative;
}

.nav {
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo {
  height: 24px;
}

.brand {
  padding: 10px 5px;
}

.nav-link {
  color: #fff;
  padding: 16px 22px;
  font-family: Cutive Mono, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 110%;
}

.nav-link.w--current {
  color: #fff;
}

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

.navbar {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px 1.7vw;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.bold-text {
  letter-spacing: 15px;
  text-transform: none;
  font-family: Cormorant Garamond, sans-serif;
  font-weight: 300;
  position: relative;
  top: 35px;
}

.btn-title-text-copy {
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
}

.btn-title-text-copy {
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  font-family: Noto Sans KR, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  overflow: visible;
}

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

.grid-work-c {
  background-color: #524e45;
}

.lightbox-link-work-c {
  border-top: 1px solid #dad7d42e;
  border-bottom: 1px solid #dad7d42e;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.overflow-2 {
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.heading-work-c {
  text-transform: none;
  text-shadow: 0 60px #dad7d4;
  margin-bottom: 0;
  padding-left: 35px;
  font-family: Heebo, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
}

.subheading-work-c {
  text-transform: none;
  margin-bottom: 0;
  font-family: Heebo, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}

.background-video-work-c {
  z-index: -50;
  background-color: #dad7d412;
  border-radius: 14px;
  width: 60vw;
  height: 60vh;
  margin: auto;
  display: block;
  position: fixed;
  inset: 0%;
}

.subheading-work-c-copy {
  text-transform: none;
  margin-bottom: 0;
  padding-left: 400px;
  padding-right: 35px;
  font-family: Heebo, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
}

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

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

.grid-work-b {
  grid-column-gap: 1.2vw;
  grid-row-gap: 1.2vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 0;
}

.lightbox-link-b {
  border-radius: 14px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 17vw;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.overflow-3 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.heading-project-2 {
  margin-bottom: 0;
  font-weight: 600;
}

.subheading-project-2 {
  text-transform: none;
  margin-bottom: 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}

.background-video-6 {
  z-index: 0;
  background-color: #dad7d412;
  border-radius: 14px;
  width: 100%;
  height: 100%;
  display: block;
}

.text-block {
  color: var(--white);
  letter-spacing: 7px;
  padding-left: 0;
  font-family: Josefin Sans, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 100%;
  position: relative;
  left: 17px;
  right: 0;
}

.text-block-2 {
  color: #fff;
  letter-spacing: 12px;
  padding-left: 0;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 100%;
}

.button-transparent-2 {
  grid-column-gap: 5px;
  -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: 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 .45s;
  display: flex;
}

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

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

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

.border-wrap-3 {
  display: flex;
}

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

.text-block-3 {
  letter-spacing: 15px;
  font-family: Noto Serif KR, sans-serif;
  font-size: 50px;
  font-weight: 200;
}

.no-margin-copy {
  color: var(--white);
  letter-spacing: 5px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Josefin Sans, sans-serif;
  font-size: 4vw;
  font-weight: 700;
}

.section-3 {
  height: 180px;
}

.btn-title-text-copy-copy {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
}

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

.button-transparent-copy {
  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;
  flex: 0 auto;
  justify-content: center;
  width: 100%;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  padding: 15px 20px;
  font-size: 12px;
  line-height: 1em;
  transition: all .45s;
  display: flex;
}

.footer-copy, .footer-copy-copy {
  background-color: var(--yellow);
  text-align: center;
  background-color: var(--yellow);
  text-align: center;
  align-items: flex-start;
  height: 620px;
  padding-top: 0;
  padding-bottom: 40px;
  position: relative;
  top: 15px;
}

.footer-copy-copy-copy {
  background-color: var(--yellow);
  text-align: center;
  align-items: flex-start;
  height: 620px;
  padding-top: 0;
  padding-bottom: 40px;
  position: relative;
  top: 160px;
}

.h6-subtitle-2 {
  width: auto;
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 15px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 20px;
}

.bottom-line-advantages-2 {
  background-color: #ffffff40;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.section-4 {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.sticky-circle-4 {
  border: 1px solid #ffffff40;
  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;
}

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

.four-column-2 {
  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;
}

.link {
  text-transform: none;
  font-family: Josefin Sans, sans-serif;
  font-size: 19px;
  font-weight: 400;
}

.text-block-5 {
  padding-bottom: 10px;
  font-weight: 400;
}

.text-block-6 {
  flex: 1;
  align-self: flex-end;
  width: 1200px;
  height: 40px;
  position: relative;
  top: 10px;
  left: -22px;
}

.empty-state {
  display: none;
}

.link-2 {
  text-transform: none;
  font-size: 35px;
  font-weight: 300;
}

.text-span-2 {
  font-weight: 200;
}

.text-block-7 {
  letter-spacing: 5px;
  font-family: Josefin Sans, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.5em;
}

.text-span-3 {
  font-weight: 300;
}

.text-span-4 {
  font-size: 1.5vw;
  font-weight: 300;
}

.text-span-5, .text-span-7, .text-span-8 {
  font-weight: 300;
}

.text-span-9 {
  font-weight: 200;
}

.button-transparent-copy {
  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;
  width: auto;
  height: auto;
  min-height: auto;
  max-height: 40px;
  padding: 15px 15px 15px 20px;
  font-size: 12px;
  line-height: 1em;
  transition: all .45s;
  display: flex;
}

.button-transparent-copy: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;
}

.button-transparent-copy.w--current {
  width: auto;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
}

.div-block-3 {
  justify-content: center;
  width: 100%;
  padding-bottom: 20px;
  display: flex;
}

.bold-text-2 {
  font-size: 1.4vw;
}

.bold-text-3 {
  font-size: 1.5vw;
}

.bold-text-4 {
  color: var(--white-90);
  letter-spacing: 2px;
  font-family: Gowun Dodum, sans-serif;
  font-size: 1.1vw;
}

.button-transparent-copy-copy {
  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;
  flex: 0 auto;
  justify-content: center;
  width: 100%;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  padding: 15px 20px;
  font-size: 12px;
  line-height: 1em;
  transition: all .45s;
  display: flex;
}

.button-transparent-copy-copy: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;
}

.heading-3 {
  letter-spacing: 5px;
  font-family: Josefin Sans, sans-serif;
  font-weight: 200;
}

.div-block-4, .paragraph {
  padding-left: 0;
}

.bold-text-5 {
  color: var(--white-90);
  letter-spacing: 2px;
  font-family: Gowun Dodum, sans-serif;
  font-size: 15px;
}

.paragraph-2 {
  padding-left: 0;
}

@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.without-bottom-spacing {
    margin-left: 0;
    padding-left: 0;
  }

  .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 {
    height: auto;
    padding-top: 100px;
    padding-bottom: 0;
  }

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

  .clip {
    padding-left: 0;
    padding-right: 5px;
  }

  .button-transparent {
    width: auto;
    min-height: 35px;
    padding-right: 14px;
  }

  .footer-form {
    width: 450px;
  }

  .home-1-section {
    min-height: 100vh;
  }

  .primary-link-btn {
    min-width: 120px;
  }

  .btn-title-text {
    line-height: 2em;
  }

  .nav-dropdown-intro-link {
    font-weight: 500;
  }

  .dropdown-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .right-header-wrap {
    margin-left: 20px;
    padding-left: 20px;
  }

  .nav-menu-3 {
    padding-right: 0;
  }

  .dropdown-nav-list.w--open {
    left: auto;
  }

  .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 {
    width: auto;
    height: 581.3px;
  }

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

  .video-large {
    width: auto;
  }

  .video-info-content {
    width: 45%;
  }

  .sectiohn-scroll-headings.top-spacing {
    padding-top: 130px;
  }

  .small-width {
    width: 70%;
  }

  .footer-navigation {
    width: 450px;
  }

  .hero-kakao-footer {
    padding-top: 0;
    top: -10px;
  }

  .footer-logo-text {
    padding-left: 0;
    font-size: 110px;
  }

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

  .subheading-work-c-copy {
    font-size: 13px;
    font-weight: 400;
  }

  .button-transparent-copy {
    width: 190px;
    height: 40px;
    min-height: 40px;
  }

  .footer-copy, .footer-copy-copy {
    height: 650px;
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .footer-copy-copy-copy {
    height: 600px;
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .section-4 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .button-transparent-copy {
    width: auto;
    min-height: 40px;
    padding-right: 15px;
  }

  .button-transparent-copy-copy {
    width: 190px;
    height: 40px;
    min-height: 40px;
    padding-left: 20px;
    padding-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

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

  .base-container {
    width: 90vw;
    max-width: 100%;
  }

  .footer {
    height: 650px;
  }

  .footer-copyright {
    font-size: 23px;
  }

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

  .clip {
    padding-left: 0;
  }

  .button-transparent {
    width: auto;
    height: 37px;
    min-height: 37px;
    max-height: 37px;
  }

  .icon-top {
    width: 15px;
    height: 15px;
  }

  .btn-title-text {
    font-size: 12px;
    line-height: 2em;
  }

  .nav-menu-3 {
    clear: none;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    aspect-ratio: auto;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-self: auto;
    width: auto;
    padding-right: 30px;
    display: flex;
    position: fixed;
    inset: 0% 0 auto auto;
    overflow: visible;
  }

  .nav-menu-wrapper-home-6 {
    padding-left: 0;
  }

  .home-hero-content {
    grid-row-gap: 220px;
    padding-bottom: 120px;
  }

  .nav-left-wrap {
    width: auto;
    padding-left: 0;
  }

  .menu-dark-container {
    border-radius: 100px;
  }

  .main-header {
    height: 110px;
  }

  .video-section {
    width: auto;
    height: 655px;
    padding-top: 0;
  }

  .video-large {
    width: auto;
    height: 655px;
  }

  .footer-logo-text {
    flex-flow: wrap;
    justify-content: center;
    padding-left: 0;
    font-size: 130px;
    display: inline-block;
  }

  .footer-brand-logo.w--current {
    width: 100%;
  }

  .sticky-image-box {
    min-height: 550px;
  }

  .intro-box {
    min-height: 500px;
  }

  .dark-fill {
    width: 7.5em;
  }

  .our-news-slider {
    padding-left: 7.5em;
  }

  .title-space-wrapper {
    width: 95%;
    max-width: 95%;
    padding-top: 0;
  }

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

  .service-info {
    max-width: none;
  }

  .play-icon {
    display: block;
  }

  .full-width-panel {
    padding-left: 8.5em;
  }

  .full-width-panel.left-description-content {
    padding-left: 8em;
  }

  .about-title-2 {
    font-size: 110px;
  }

  .tab-faq {
    grid-column-gap: 80px;
  }

  .pricing-3 {
    max-width: 95%;
  }

  .blog-3-card-content {
    grid-row-gap: 180px;
  }

  .banner-large-title-contacts {
    font-size: 110px;
  }

  .hero-inner-content {
    padding-top: 160px;
  }

  .large-inner-title {
    font-size: 110px;
  }

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

  .heading-project {
    font-size: 18px;
  }

  .subheading-project {
    font-size: 15px;
  }

  .heading-hero-d-copy {
    padding-left: 260px;
  }

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

  .subheading-work-c-copy {
    font-size: 14px;
  }

  .text-block {
    font-size: 33px;
    position: fixed;
    left: 3%;
  }

  .text-block-2 {
    font-size: 33px;
  }

  .no-margin-copy {
    font-size: 3vw;
    font-weight: 700;
  }

  .btn-title-text-copy-copy {
    font-size: 15px;
  }

  .button-transparent-copy {
    width: 210px;
    height: 45px;
    min-height: 45px;
    max-height: 45px;
  }

  .footer-copy {
    height: 680px;
  }

  .footer-copy-copy, .footer-copy-copy-copy {
    height: 650px;
  }

  .text-block-7 {
    line-height: 1.5em;
    position: relative;
    left: -36px;
  }

  .text-span-4 {
    font-size: 1.4vw;
  }

  .button-transparent-copy {
    width: auto;
    height: 45px;
    min-height: 45px;
    max-height: 45px;
    padding-right: 15px;
  }

  .bold-text-2 {
    font-size: 1.3vw;
  }

  .bold-text-3 {
    font-size: 1.4vw;
  }

  .bold-text-4 {
    font-size: 1vw;
  }

  .button-transparent-copy-copy {
    width: 210px;
    height: 45px;
    min-height: 45px;
    max-height: 45px;
    padding-right: 7px;
  }
}

@media screen and (min-width: 1920px) {
  .section {
    height: 100%;
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .section.without-bottom-spacing {
    margin-left: auto;
    padding-left: 0;
  }

  .section.style-guide-section {
    padding-top: 220px;
  }

  .base-container {
    width: 50%;
    max-width: none;
  }

  .spacing-wrapper-mobile {
    width: 50%;
  }

  .spacing-wrapper {
    width: 75%;
  }

  .footer {
    background-color: var(--yellow);
    height: 800px;
    position: relative;
    top: 0;
    bottom: auto;
  }

  .footer-copyright {
    font-family: Josefin Sans, sans-serif;
    font-size: 26px;
  }

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

  .button-transparent {
    width: auto;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
  }

  .button-transparent.w--current {
    width: 330px;
    height: auto;
    min-height: auto;
    max-height: 50px;
  }

  .methods-text {
    width: 70%;
  }

  .icon-top {
    width: 15px;
    height: 15px;
  }

  .methods-container {
    padding: 41px;
  }

  .btn-title-text {
    font-size: 14px;
    line-height: 2em;
  }

  .menu-wrapper-2 {
    width: 2300px;
    max-width: 2300px;
  }

  .nav-menu-shadow-overlay-3 {
    position: static;
    left: auto;
  }

  .nav-menu-item {
    text-align: right;
    font-family: Josefin Sans, sans-serif;
    font-size: 17px;
    font-weight: 600;
  }

  .nav-menu-3 {
    width: auto;
    left: auto;
  }

  .nav-menu-wrapper-home-6 {
    flex-flow: row;
    font-size: 45px;
    position: relative;
    top: 44px;
  }

  .home-hero-content {
    grid-row-gap: 300px;
  }

  .title-home-1 {
    font-size: 80px;
  }

  .banner-long-description {
    width: 35%;
  }

  .column-animations {
    width: 2329px;
    height: 100px;
  }

  .nav-left-wrap {
    aspect-ratio: auto;
    width: 0;
    min-width: 0;
    max-width: 0;
    position: static;
  }

  .menu-dark-container {
    max-width: 1615px;
  }

  .main-header {
    height: auto;
    line-height: 2em;
  }

  .nav-menu-container {
    width: 95%;
    max-width: 95%;
  }

  .video-section, .video-large {
    width: auto;
    height: 1323px;
  }

  .base-video-container {
    max-width: 1600px;
  }

  .four-column {
    padding-left: 0;
    left: -580px;
  }

  .project-item {
    width: 2300px;
  }

  .grid-wrapper {
    grid-template-columns: minmax(15px, auto) minmax(auto, 1570px) minmax(15px, auto);
  }

  .project-grid {
    margin-left: 330px;
  }

  .project-image {
    width: 100%;
    min-width: 1920px;
    height: 100%;
    min-height: 1080px;
    left: auto;
  }

  .card-info {
    padding-left: 30px;
  }

  .bg-video-content-wrap {
    max-width: 1600px;
  }

  .small-width {
    width: 55%;
  }

  .our-work-wrapper {
    grid-row-gap: 180px;
  }

  .project-item-middle {
    width: 2300px;
  }

  .hero-kakao-footer {
    top: 60px;
  }

  .footer-logo-text {
    text-align: left;
    padding-top: 40px;
    padding-left: 0;
    font-size: 130px;
    display: flex;
  }

  .middle-footer-con {
    width: 100%;
  }

  .footer-kakao-container {
    grid-column-gap: 150px;
    flex-flow: column;
    place-content: center;
    align-items: stretch;
    display: flex;
  }

  .circle-footer-lin {
    width: 180px;
    height: 180px;
  }

  .footer-brand-logo {
    width: 100%;
  }

  .page-content-wrapper {
    top: 78px;
  }

  .bottom-video-section {
    width: auto;
    height: 1615px;
  }

  .page-content-wrapper {
    padding-top: 20px;
  }

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

  .large-growing-images.small {
    width: 100%;
  }

  .dark-fill {
    width: 10.5em;
  }

  .our-news-slider {
    padding-left: 10.5em;
  }

  .title-space-wrapper {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .flex-top-title.internal-indentation-centercontent {
    width: 95%;
  }

  .fill-word {
    font-size: 120px;
  }

  .banner-2-title-mobile {
    font-size: 129px;
  }

  .bg-video-banner-3 {
    height: 1000px;
    top: -100px;
  }

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

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

  .service-item {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto;
    grid-template-columns: 41% 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: stretch;
    align-self: auto;
    justify-items: stretch;
    width: 100%;
    display: grid;
    overflow: visible;
  }

  .tabs-menu-style {
    margin-right: 343px;
  }

  .in-section-title-wrapper {
    font-size: 17%;
  }

  .no-margin {
    letter-spacing: 2.3px;
    font-family: Gowun Dodum, sans-serif;
    font-size: 20px;
    font-weight: 400;
  }

  .service-info {
    width: 100%;
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 100px;
  }

  .service-list {
    width: 150%;
  }

  .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: 120px;
  }

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

  .price-title {
    width: auto;
  }

  .all-desktop-view {
    margin-bottom: 0;
    padding-top: 140px;
    padding-bottom: 100px;
    display: block;
    overflow: visible;
  }

  ._1920-desktop-view {
    display: block;
  }

  .inner-banner-review {
    min-height: 500px;
  }

  .blog-sidebar-right-wrapper-2 {
    width: 30%;
  }

  .link-blog-3 {
    font-size: 35px;
  }

  .banner-large-title-contacts {
    font-size: 120px;
  }

  .hero-section-news {
    min-height: 550px;
  }

  .hero-inner-content {
    padding-top: 180px;
  }

  .large-inner-title {
    font-size: 120px;
  }

  .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 {
    font-family: Cutive Mono, sans-serif;
  }

  .heading-project {
    font-size: 21px;
    font-weight: 600;
  }

  .subheading-project {
    font-size: 17px;
  }

  .heading-hero-d {
    font-family: Cutive Mono, sans-serif;
    font-weight: 400;
  }

  .heading-hero-d-copy {
    padding-left: 300px;
    font-family: Cutive Mono, sans-serif;
    font-weight: 400;
  }

  .heading-contact-a {
    text-shadow: 0 65px #dad7d4;
    line-height: 110%;
  }

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

  .nav-link, .nav-link.w--current {
    font-family: Gilda Display, sans-serif;
    font-size: 20px;
    font-weight: 400;
  }

  .bold-text {
    float: none;
    direction: ltr;
    text-align: justify;
    font-family: Heebo, sans-serif;
    font-size: 90px;
    font-weight: 800;
  }

  .grid-work-c {
    grid-template-columns: 2.5fr .5fr;
  }

  .lightbox-link-work-c {
    text-align: right;
    padding-left: 50px;
  }

  .heading-work-c {
    text-transform: none;
    font-size: 25px;
  }

  .subheading-work-c-copy {
    text-align: right;
    padding-left: 0;
    font-size: 17px;
    font-weight: 400;
    position: static;
  }

  .grid-work-b {
    margin-top: 160px;
  }

  .text-block {
    letter-spacing: 7px;
    padding-top: 35px;
    padding-left: 100px;
    font-family: Josefin Sans, sans-serif;
    font-size: 45px;
    font-weight: 600;
    position: absolute;
    inset: 3% auto auto 0;
  }

  .text-block-2 {
    letter-spacing: 15px;
    padding-left: 0;
    font-family: Cormorant Garamond, sans-serif;
    font-size: 40px;
    font-weight: 300;
    position: absolute;
    inset: 3% auto auto 5%;
  }

  .nav-menu-shadow-overlay-4 {
    position: static;
    left: auto;
  }

  .no-margin-copy {
    width: 100%;
    height: 100%;
    font-size: 2vw;
    font-weight: 700;
  }

  .btn-title-text-copy-copy {
    font-size: 17px;
  }

  .button-transparent-copy {
    width: 230px;
    height: 50px;
    min-height: 50px;
    max-height: 50px;
    padding-right: 15px;
  }

  .footer-copy, .footer-copy-copy {
    background-color: var(--yellow);
    background-color: var(--yellow);
    height: 800px;
    position: relative;
    top: 0;
    bottom: auto;
  }

  .footer-copy-copy-copy {
    background-color: var(--yellow);
    height: 800px;
    position: relative;
    top: 155px;
    bottom: auto;
  }

  .our-work-wrapper-2 {
    grid-row-gap: 180px;
  }

  .link-2 {
    font-size: 45px;
  }

  .text-block-7 {
    letter-spacing: 7px;
    padding-top: 10px;
    font-size: 45px;
    line-height: 2em;
    position: static;
    top: -32px;
    left: -545px;
  }

  .div-block-2 {
    line-height: 1.2px;
    top: 0;
  }

  .text-span-4 {
    font-size: 1.4vw;
  }

  .button-transparent-copy {
    width: auto;
    height: 50px;
    min-height: 50px;
    max-height: 50px;
  }

  .button-transparent-copy.w--current {
    width: 330px;
    height: auto;
    min-height: auto;
    max-height: 50px;
  }

  .bold-text-2 {
    font-size: 1.3vw;
  }

  .bold-text-3 {
    font-size: 1.4vw;
  }

  .bold-text-4 {
    font-size: .9vw;
    line-height: 1.5em;
  }

  .button-transparent-copy-copy {
    flex: 0 auto;
    width: 230px;
    height: 50px;
    min-height: 50px;
    max-height: 50px;
    padding-left: 30px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 60px;
  }

  .section.without-bottom-spacing {
    padding-top: 0;
    padding-left: 0;
  }

  .section.style-guide-section {
    padding-top: 140px;
  }

  .base-container {
    width: 85%;
  }

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

  .footer {
    height: 530px;
    padding-bottom: 0;
    top: 0;
  }

  .footer-bottom-wrapper {
    padding-top: 0;
  }

  .footer-copyright {
    flex: 1;
    font-size: 16px;
    position: relative;
    top: 0;
    bottom: 0;
  }

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

  .button-group {
    order: 0;
    align-self: flex-start;
    padding-top: 10px;
    position: relative;
  }

  .hero-description {
    width: 85%;
  }

  .button-transparent {
    width: auto;
    height: 30px;
    min-height: 30px;
    max-height: 30px;
  }

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

  .h2-title-tag {
    font-size: 38px;
  }

  .play-video-button {
    grid-column-gap: 20px;
    background-color: #4451f6;
  }

  .line {
    width: 100%;
  }

  .methods-container {
    align-self: center;
    padding: 40px;
  }

  .btn-title-text {
    font-size: 10.5px;
  }

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

  .hover-link-arrow {
    width: 60px;
    height: 60px;
  }

  .banner-long-description {
    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-section, .video-large {
    width: auto;
    height: 349px;
  }

  .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;
    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;
    position: relative;
    top: -30px;
  }

  .project-card-info {
    width: 100%;
    padding-top: 36px;
  }

  .card-info {
    grid-row-gap: 20px;
  }

  .work-title {
    font-size: 28px;
  }

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

  .hero-kakao-footer {
    top: 70px;
  }

  .footer-logo-text {
    letter-spacing: 10px;
    width: auto;
    padding-top: 20px;
    padding-left: 0;
    font-size: 60px;
    display: inline-block;
    position: relative;
  }

  .footer-kakao-container {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .circle-footer-lin {
    width: 100px;
    height: 100px;
  }

  .page-content-wrapper {
    top: 120px;
  }

  .white-slide-arrow {
    bottom: 140px;
  }

  .bottom-video-section {
    padding-top: 150px;
  }

  .light-video {
    top: -78px;
  }

  .page-content-wrapper {
    top: 0;
    bottom: 0;
  }

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

  .title-space-wrapper {
    padding-top: 60px;
  }

  .flex-top-title.internal-indentation {
    flex: 1;
    padding-top: 0;
    padding-bottom: 0;
  }

  .flex-top-title.internal-indentation-centercontent {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 95%;
    display: flex;
  }

  .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 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .link-arrow-tablet {
    margin-left: auto;
  }

  .testimonial-text {
    font-size: 32px;
  }

  .sg-title {
    margin-bottom: 15px;
  }

  .section-background {
    padding-top: 20px;
    padding-bottom: 0;
  }

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

  .no-margin {
    font-family: Gowun Dodum, sans-serif;
    font-weight: 400;
  }

  .service-png-image {
    display: none;
  }

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

  .service-list {
    padding-left: 30px;
  }

  .growing-video {
    z-index: 0;
    width: 99%;
    height: 80%;
    display: none;
    position: sticky;
    top: 70px;
    left: 9px;
  }

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

  .about-title-2 {
    font-size: 75px;
  }

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

  .list-wrapper {
    position: relative;
    top: -21px;
  }

  .hero-price-item {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 40% 60%;
  }

  .pricing-3 {
    order: 0;
    grid-template-rows: auto auto;
    width: 100%;
  }

  .price-description {
    color: var(--white);
  }

  .price-top {
    border-style: none solid none none;
    border-width: 1px;
    border-color: black var(--white-25) black black;
    align-items: flex-end;
  }

  .price-bottom {
    border-top: 1px solid var(--white-25);
    margin-top: 20px;
    padding-top: 40px;
  }

  .color-bg-wrap {
    border-right: 0px none var(--white);
    border-radius: 9px;
    order: 0;
    transform: none;
  }

  .button-pricing-wrap {
    border-left-style: none;
    border-left-width: 0;
    border-right-style: none;
    border-right-width: 0;
    align-items: flex-start;
    margin-left: 0;
    padding-left: 0;
  }

  .starter-package {
    width: 100%;
  }

  .price-top-wrapper {
    width: 100%;
    padding-left: 10px;
    display: block;
    position: relative;
  }

  .price-plan {
    font-size: 17px;
    position: static;
    left: -110px;
  }

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

  .price-title {
    width: 330px;
    height: 80px;
    padding-left: 30px;
    font-size: 13px;
  }

  .list-item {
    color: var(--white);
    font-size: 12px;
  }

  .sticky-section {
    top: 80px;
  }

  .scroll-dark-video {
    background-image: linear-gradient(#000000bf, #000000bf);
    display: none;
  }

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

  .banner-large-title-contacts {
    font-size: 75px;
  }

  .hero-inner-content {
    padding-top: 160px;
  }

  .large-inner-title {
    font-size: 75px;
  }

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

  .block-project {
    padding: 85px 30px 25px;
  }

  .block-project.small {
    padding: 50px 20px 20px;
  }

  .heading-project {
    font-family: Heebo, sans-serif;
    font-size: 11px;
    font-weight: 600;
  }

  .subheading-project {
    font-size: 10px;
    font-weight: 500;
  }

  .heading-hero-d-copy {
    padding-left: 120px;
  }

  .section-hero-d {
    padding-bottom: 0;
  }

  .link-contact-a {
    padding: 30px;
  }

  .heading-contact-a {
    text-shadow: 0 50px #dad7d4;
    font-size: 30px;
    line-height: 160%;
  }

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

  .nav-link {
    font-size: 11px;
  }

  .grid-work-c {
    margin-top: 120px;
    margin-bottom: 0;
  }

  .heading-work-c {
    text-shadow: 0 50px #dad7d4;
    padding-left: 25px;
    font-size: 16px;
  }

  .subheading-work-c-copy {
    padding-left: 200px;
    font-size: 12px;
  }

  .project-item-copy {
    flex-direction: column;
  }

  .project-item-copy:nth-child(odd) {
    margin-right: 0;
  }

  .project-item-copy:nth-child(2n) {
    flex-direction: column;
    margin-right: 0;
  }

  .grid-work-b {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .lightbox-link-b {
    height: 25vw;
  }

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

  .tablet-menu-5 {
    background-color: #000;
    justify-content: flex-end;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 13px;
    display: flex;
  }

  .nav-menu-shadow-overlay-4 {
    background-color: #000;
    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;
  }

  .border-wrap-3 {
    background-color: #000;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .dropdown-menu-3 {
    background-color: #000;
    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-3 {
    background-color: #000;
    width: 100%;
  }

  .text-block-4 {
    text-align: left;
    letter-spacing: 6px;
    text-transform: none;
    font-family: Josefin Sans, sans-serif;
    font-size: 25px;
    font-weight: 500;
  }

  .btn-title-text-copy-copy {
    font-size: 12px;
  }

  .footer-copy, .footer-copy-copy {
    height: 530px;
    padding-bottom: 0;
    top: 85px;
  }

  .footer-copy-copy {
    height: 530px;
    padding-bottom: 0;
    position: relative;
    top: 0;
  }

  .footer-copy-copy-copy {
    height: 530px;
    padding-bottom: 0;
    top: 0;
  }

  .h6-subtitle-2 {
    font-weight: 700;
    display: none;
  }

  .sticky-circle-4 {
    width: 90px;
    height: 90px;
    display: none;
  }

  .our-work-wrapper-2 {
    grid-row-gap: 80px;
  }

  .four-column-2 {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    flex-direction: column;
    display: flex;
  }

  .text-block-6 {
    flex: 1;
    order: 0;
    font-size: 14px;
    display: flex;
  }

  .link-2 {
    font-size: 27px;
  }

  .text-block-7 {
    font-size: 30px;
  }

  .text-span-4 {
    font-size: 2.5vw;
  }

  .text-span-6 {
    font-weight: 300;
  }

  .bold-text-2 {
    font-size: 2.4vw;
  }

  .bold-text-3 {
    font-size: 2.5vw;
  }

  .bold-text-4 {
    font-size: 1.6vw;
  }

  .button-transparent-copy-copy {
    width: 190px;
    padding-right: 10px;
  }

  .bold-text-5 {
    font-size: 1.6vw;
    font-weight: 400;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 40px;
  }

  h4, blockquote {
    font-size: 24px;
  }

  .section {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .section.without-bottom-spacing {
    padding-top: 0;
    padding-left: 0;
  }

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

  .base-container {
    padding-top: 0;
    display: flex;
    position: relative;
  }

  .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 {
    height: auto;
    padding-top: 60px;
    top: 0;
  }

  .footer-bottom-wrapper {
    grid-row-gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
    height: 140.398px;
    padding-top: 0;
  }

  .footer-copyright {
    font-family: Josefin Sans, sans-serif;
    font-size: 15px;
    position: static;
    top: 0;
    bottom: 0;
  }

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

  .button-group {
    padding-top: 15px;
  }

  .h6-subtitle {
    margin-bottom: 15px;
  }

  .clip {
    padding-right: 0;
  }

  .hero-description {
    width: 100%;
    margin-top: 20px;
  }

  .our-pricing-width {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .button-transparent {
    width: auto;
    height: 15px;
    min-height: 15px;
    max-height: 15px;
  }

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

  .h2-title-tag {
    order: -1;
    font-size: 35px;
  }

  .methods-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .btn-title-text {
    text-align: center;
    font-size: 11px;
    line-height: 2em;
  }

  .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;
    align-items: center;
  }

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

  .banner-long-description {
    width: 100%;
  }

  .video-section {
    width: auto;
    height: 258px;
  }

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

  .video-large {
    width: auto;
    height: 258px;
  }

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

  .work-category-link {
    font-size: 11.5px;
  }

  .work-title {
    font-size: 23px;
  }

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

  .hero-kakao-footer {
    padding-top: 0;
    top: -10px;
  }

  .footer-logo-text {
    text-align: center;
    letter-spacing: 10px;
    padding-left: 20px;
    font-size: 45px;
    display: inline-block;
    position: relative;
    top: 0;
  }

  .footer-kakao-container {
    align-items: center;
  }

  .circle-footer-lin {
    width: 60px;
    height: 60px;
  }

  .footer-con {
    position: static;
  }

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

  .light-video {
    height: 120%;
    top: -80px;
  }

  .page-content-wrapper {
    top: 0;
  }

  .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: 0;
    padding-top: 0;
    padding-bottom: 10px;
    bottom: 0;
  }

  .flex-top-title {
    text-align: center;
    flex-direction: column;
  }

  .flex-top-title.internal-indentation {
    flex: 1;
    padding-top: 30px;
    padding-bottom: 0;
  }

  .flex-top-title.internal-indentation-centercontent {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 95%;
    padding-bottom: 0;
  }

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

  .no-margin {
    font-size: 14px;
    font-weight: 400;
  }

  .service-item-bottom {
    grid-row-gap: 40px;
  }

  .service-list {
    grid-row-gap: 60px;
    padding-left: 0;
  }

  .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: 55px;
  }

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

  .pricing-3 {
    grid-template-rows: auto auto;
  }

  .button-pricing-wrap {
    align-items: flex-start;
  }

  .monthly-wrapper {
    text-align: center;
    flex: 0 auto;
  }

  .yearly-wrapper {
    text-align: center;
  }

  .price-plan {
    font-size: 15px;
  }

  .price-title {
    height: 90px;
    padding-left: 15px;
    font-size: 12px;
  }

  .list-item {
    font-size: 11px;
  }

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

  .banner-large-title-contacts {
    font-size: 55px;
  }

  .hero-section-news {
    min-height: 400px;
  }

  .large-inner-title {
    font-size: 55px;
  }

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

  .grid-project-d {
    grid-row-gap: 6vw;
    grid-template-rows: 30vw 30vw 30vw;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 6vw;
  }

  .heading-project {
    font-size: 10px;
  }

  .subheading-project {
    font-size: 9.5px;
  }

  .hero-d {
    padding-bottom: 2.7vw;
    padding-left: 2.7vw;
  }

  .heading-hero-d {
    font-size: 10vw;
  }

  .heading-hero-d-copy {
    padding-left: 110px;
    font-size: 10vw;
  }

  .section-hero-d {
    padding-bottom: 0;
  }

  .color-contact {
    overflow: visible;
  }

  .link-contact-a {
    background-color: #534e45;
  }

  .section-2 {
    padding-left: 2.7vw;
    padding-right: 2.7vw;
  }

  .grid-contact-a {
    grid-template-columns: 1fr;
  }

  .heading-contact-a {
    text-shadow: 0 40px #dad7d4;
    font-size: 35px;
    line-height: 120%;
  }

  .text-contact {
    margin-right: 3px;
    font-size: 15px;
  }

  .nav-link {
    text-transform: uppercase;
    padding: 4px 10px;
    font-size: 50px;
    font-weight: 700;
  }

  .nav-menu {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    background-color: #000000bf;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding: 15px;
    display: flex;
    position: fixed;
    inset: 0%;
  }

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

  .menu-button {
    z-index: 200;
    color: #dad7d4;
    border-radius: 50%;
    padding: 0;
    font-size: 24px;
    line-height: 100%;
  }

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

  .icon-menu {
    width: 20px;
  }

  .block-icon-menu {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #dad7d412;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    display: flex;
  }

  .menu-button-6 {
    z-index: 200;
    color: #dad7d4;
    border-radius: 50%;
    padding: 0;
    font-size: 24px;
    line-height: 100%;
  }

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

  .grid-work-c {
    grid-template-columns: 1.75fr .5fr;
    margin-top: 100px;
    margin-bottom: 0;
  }

  .lightbox-link-work-c {
    grid-row-gap: 4px;
    text-align: right;
    border-top-style: none;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 13px;
  }

  .heading-work-c {
    text-shadow: none;
    padding-left: 15px;
    font-size: 14px;
  }

  .background-video-work-c {
    display: none;
  }

  .subheading-work-c-copy {
    text-align: right;
    width: 100%;
    padding-left: 0;
    font-size: 10px;
  }

  .grid-work-b {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 110px;
  }

  .lightbox-link-b {
    height: 54vw;
  }

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

  .dropdown-menu-3 {
    overflow: hidden;
  }

  .text-block-4 {
    letter-spacing: 5px;
    font-size: 24px;
  }

  .btn-title-text-copy-copy {
    font-size: 12px;
  }

  .button-transparent-copy {
    width: 180px;
    height: 35px;
    min-height: 35px;
    max-height: 35px;
    padding-right: 13px;
  }

  .footer-copy {
    height: 450px;
    padding-top: 60px;
    top: 60px;
  }

  .footer-copy-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 450px;
    margin-bottom: 0;
    padding-top: 60px;
    display: block;
    position: relative;
    top: 0;
  }

  .footer-copy-copy-copy {
    height: 420px;
    padding-top: 0;
    top: 20px;
  }

  .h6-subtitle-2 {
    margin-bottom: 15px;
  }

  .section-4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sticky-circle-4 {
    z-index: 50;
    background-color: #161a20;
    width: 80px;
    height: 80px;
    margin-top: 0;
    margin-bottom: 0;
    top: 101px;
    bottom: auto;
  }

  .four-column-2 {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .link, .text-block-5 {
    font-size: 15px;
  }

  .text-block-6 {
    flex: 1;
    align-self: flex-end;
    padding-top: 7px;
    font-size: 10.5px;
  }

  .link-2 {
    font-size: 24px;
  }

  .text-block-7 {
    font-size: 27px;
  }

  .text-span-4 {
    font-size: 2.5vw;
  }

  .button-transparent-copy {
    width: auto;
    min-height: 35px;
    max-height: 30px;
  }

  .div-block-3 {
    padding-bottom: 0;
  }

  .bold-text-2 {
    font-size: 2.4vw;
  }

  .bold-text-3 {
    font-size: 2.5vw;
  }

  .bold-text-4 {
    letter-spacing: 2px;
    font-size: 1.9vw;
    font-weight: 400;
  }

  .button-transparent-copy-copy {
    width: 180px;
    height: 35px;
    min-height: 35px;
    max-height: 35px;
    padding-right: 13px;
  }

  .bold-text-5 {
    font-size: 1.9vw;
    font-weight: 400;
  }
}

@media screen and (max-width: 479px) {
  .section {
    height: auto;
    padding-top: 40px;
    padding-bottom: 60px;
  }

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

  .base-container {
    width: auto;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .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 {
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 150px;
    height: 5px;
    font-size: 9px;
  }

  .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 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    aspect-ratio: auto;
    text-align: left;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 350px;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    position: relative;
    inset: auto 0%;
  }

  .footer-bottom-wrapper {
    flex-flow: wrap;
    place-content: flex-end space-between;
    align-self: center;
    width: auto;
    height: 0;
    padding-top: 40px;
    position: static;
    top: 15px;
  }

  .footer-rights {
    text-align: center;
  }

  .footer-copyright {
    grid-row-gap: 8px;
    text-align: center;
    flex-direction: column;
    order: 0;
    justify-content: flex-end;
    align-self: auto;
    width: 100%;
    font-size: 10px;
    display: block;
    position: relative;
    top: auto;
    bottom: 0;
  }

  .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 {
    top: 20px;
  }

  .btn-banner-text {
    font-size: 17px;
  }

  .clip {
    flex: 0 auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 10px;
    top: 0;
    left: 5px;
  }

  .button-icon {
    width: 15px;
    height: 15px;
    padding-right: 5px;
    position: relative;
  }

  .button-transparent {
    flex: 0 auto;
    width: auto;
    min-width: 55px;
    height: 25px;
    min-height: 25px;
    max-height: 35px;
    padding: 0 12px 0 0;
    position: relative;
    top: -30px;
  }

  .button-transparent.w--current {
    width: 150px;
    height: 28px;
    min-height: 28px;
    max-height: 25px;
  }

  .footer-form {
    width: 100%;
  }

  .our-testimoninal {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 30px 20px;
  }

  .home-1-section {
    padding-top: 280px;
  }

  .no-shrink-footer {
    width: 100%;
  }

  .h2-title-tag {
    padding-bottom: 0;
    padding-left: 10px;
    font-size: 22px;
    display: flex;
    position: relative;
    bottom: -10px;
  }

  .methods-title {
    margin-bottom: 15px;
  }

  .icon-top {
    width: 9px;
    max-width: 10px;
    height: 10px;
  }

  .app-btn {
    width: 100%;
  }

  .methods-container {
    padding: 20px;
  }

  .btn-title-text {
    box-sizing: border-box;
    text-align: center;
    letter-spacing: .05em;
    flex-flow: row;
    min-width: 30px;
    padding-left: 2px;
    padding-right: 0;
    font-size: 8.5px;
    line-height: 1.3em;
    display: flex;
  }

  .text-animation-wrapper {
    grid-row-gap: 20px;
  }

  .nav-menu-dropdown-white {
    align-items: center;
  }

  .dropdown-item {
    width: 100%;
  }

  .advantages-list {
    grid-template-columns: 1fr;
  }

  .wrapper-item-home-2 {
    width: 42px;
  }

  .dropdown-menu-2 {
    z-index: 5;
  }

  .top-tablet-menu-2 {
    z-index: 100;
  }

  .line-white {
    width: 30px;
  }

  .nav-menu-item {
    font-size: 13px;
  }

  .dropdown-nav-list.megamenu-main-home {
    align-items: center;
    padding-right: 0;
  }

  .megamenu-dropdown-wrapper-2 {
    align-items: center;
    width: 100%;
  }

  .nav-line-white {
    width: 30px;
  }

  .home-hero-content {
    text-align: center;
    align-items: center;
    padding-bottom: 60px;
  }

  .secondary-kakao-btn.mobile-full {
    width: 100%;
    font-size: 9px;
  }

  .column-animations {
    width: 428px;
    height: 245px;
  }

  .video-section {
    width: auto;
    height: 195px;
    padding-top: 0;
  }

  .video-large {
    width: auto;
    height: 195px;
  }

  .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 {
    height: 76%;
    min-height: 200px;
  }

  .project-image-wrapper {
    height: 70%;
  }

  .stacked-title {
    grid-row-gap: 0px;
    top: -20px;
  }

  .project-card-info {
    height: 34.9791%;
    margin-top: -50px;
    padding-top: 0;
  }

  .work-collection-list-wrapper {
    height: 29.8539%;
  }

  .view-link-cover-item {
    height: 70%;
  }

  .work-category-link {
    font-size: 8px;
  }

  .work-title {
    font-family: Heebo, sans-serif;
    font-size: 15px;
  }

  .work-bg-video {
    width: auto;
    height: auto;
    position: static;
  }

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

  .our-work-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

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

  .top-footer-grid {
    grid-template-rows: auto;
    padding-bottom: 12px;
  }

  .footer-list.last-list {
    width: 100%;
  }

  .hero-kakao-footer {
    top: 0;
  }

  .footer-logo-text {
    letter-spacing: 7px;
    width: 100%;
    padding-left: 0;
    font-size: 30px;
    top: 0;
  }

  .footer-licencing {
    text-align: center;
    justify-content: center;
    width: 100%;
  }

  .middle-footer-con {
    width: 100%;
    top: 0;
  }

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

  .page-content-wrapper {
    height: 158px;
    margin-top: -5px;
    top: 35px;
  }

  .white-slide-arrow {
    width: 40px;
    height: 40px;
    margin-left: -2vw;
    margin-right: -2vw;
  }

  .bottom-video-section {
    aspect-ratio: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    bottom: 40px;
  }

  .light-video {
    aspect-ratio: auto;
    width: auto;
    height: 188px;
    top: 0;
  }

  .page-content-wrapper {
    padding-top: 20px;
    top: 60px;
  }

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

  .title-space-wrapper {
    text-align: left;
    flex-flow: wrap;
    flex: none;
    order: -1;
    place-content: flex-start center;
    align-self: auto;
    align-items: flex-start;
    width: 100%;
    height: 46.3984px;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 60px;
    padding-left: 0;
    position: static;
    top: 0;
  }

  .no-shrink-btn {
    padding-bottom: 35px;
  }

  .flex-top-title.internal-indentation {
    flex: 1;
    padding-top: 0;
    padding-bottom: 0;
    top: 32px;
  }

  .flex-top-title.internal-indentation-centercontent {
    width: auto;
    min-width: 50%;
    height: 46.3984px;
    padding-bottom: 0;
    top: -25px;
    bottom: auto;
  }

  .fill-word {
    font-size: 45px;
  }

  .video-strip.left-strip {
    height: 160vh;
  }

  .video-strip.right-strip {
    grid-template-rows: .7fr .6fr 1fr;
    height: 140vh;
    padding-top: 2vh;
  }

  .video-item-scroll {
    width: 35vw;
  }

  .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-row-gap: 8px;
    flex-wrap: wrap;
    padding-left: 15px;
    padding-right: 15px;
  }

  .tab-link {
    width: 65px;
    height: 65px;
  }

  .testimonial-text {
    font-size: 24px;
  }

  .section-background {
    padding-top: 0;
  }

  .section-background-wrapper {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .bottom-circle-link {
    width: 100px;
    height: 100px;
  }

  .bg-video-banner-3 {
    width: 100%;
    height: 550px;
    top: -75px;
  }

  .banner-3-content-wrapper {
    text-align: center;
  }

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

  ._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: 550px;
    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%;
  }

  .no-margin {
    letter-spacing: 2.5px;
    font-family: Gowun Dodum, sans-serif;
    font-size: 11px;
    font-weight: 400;
  }

  .service-png-image {
    display: none;
  }

  .service-info {
    width: 100%;
    position: relative;
    left: 15px;
  }

  .btn-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .btn-wrapper.mt-40 {
    flex: 0 auto;
    align-content: stretch;
    width: 30%;
    height: 53px;
    margin-top: 23px;
    margin-bottom: 8px;
    padding-bottom: 15px;
    padding-left: 0;
    position: relative;
    left: 0;
  }

  .service-list {
    padding-top: 0;
    padding-left: 0;
  }

  .growing-video {
    top: 0;
  }

  .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-2-title-wrapper {
    text-align: center;
  }

  .about-title-2 {
    float: none;
    text-align: center;
    padding-left: 15px;
    font-size: 35px;
    position: relative;
  }

  .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: flex-start;
    top: -10px;
    left: -5px;
  }

  .hero-price-item {
    grid-template-rows: 140px auto;
    grid-template-columns: 40% 60%;
    width: auto;
    height: 280px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    top: -10px;
  }

  .our-mission-item {
    line-height: .5em;
    position: static;
  }

  .pricing-3 {
    align-self: stretch;
    width: auto;
  }

  .price-top {
    z-index: auto;
    border-right-style: none;
    align-items: flex-start;
    width: 100px;
    height: 80px;
    top: 20px;
    bottom: auto;
  }

  .price-bottom {
    width: 300px;
    margin-top: 40px;
    padding-top: 30px;
    position: fixed;
    top: 60px;
    left: 30px;
  }

  .color-bg-wrap {
    width: 71.35px;
  }

  .button-pricing-wrap {
    box-sizing: border-box;
    aspect-ratio: auto;
    border-top: 1px none var(--white-25);
    border-right-style: none;
    flex: 1;
    margin-top: 0;
    margin-left: auto;
    padding-top: 20px;
    padding-right: 0;
    position: relative;
    bottom: 0;
    overflow: visible;
  }

  .toggle-wrapper {
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .starter-package {
    border-radius: 0;
    width: 150%;
  }

  .monthly-wrapper {
    box-sizing: border-box;
    width: 120px;
    min-width: 120px;
    max-width: 120px;
    padding-top: 5px;
    padding-bottom: 0;
    padding-left: 0;
    position: relative;
    left: -32px;
  }

  .price-top-wrapper {
    padding-left: 12px;
    display: block;
  }

  .price-plan {
    width: 125px;
    padding-left: 3px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3em;
    position: relative;
    left: -10px;
  }

  .our-mission-list {
    text-align: left;
    font-size: 9px;
    display: flex;
  }

  .price-title {
    border-left: 1px solid #ffffff30;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 160px;
    height: 50px;
    margin-right: auto;
    padding-left: 20px;
    font-size: 10px;
    display: flex;
    left: 70px;
    overflow: visible;
  }

  .list-item {
    width: auto;
    font-size: 9px;
    position: static;
  }

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

  .banner-large-title-contacts, .large-inner-title {
    font-size: 35px;
  }

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

  .grid-project-d {
    grid-template-rows: 45vw 45vw 45vw;
    grid-template-columns: .25fr 2.5fr .25fr;
    padding-bottom: 0;
    padding-right: 0;
    position: static;
  }

  .block-project {
    padding: 45px 25px 22px;
  }

  .overflow {
    padding-top: 0;
    position: static;
    bottom: -10px;
  }

  .heading-project {
    font-size: 8px;
  }

  .subheading-project {
    margin-top: 0;
    font-size: 7px;
  }

  .heading-hero-d-copy {
    padding-left: 60px;
  }

  .body {
    height: 1712.34px;
  }

  .section-hero-d {
    padding-bottom: 370px;
  }

  .link-contact-a {
    background-color: #534e45;
    padding: 20px;
  }

  .heading-contact-a {
    text-shadow: 0 28px #dad7d4;
    font-size: 21px;
    font-weight: 700;
    line-height: 160%;
  }

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

  .nav-link.w--current {
    transition-property: none;
  }

  .btn-title-text-copy {
    font-size: 8px;
  }

  .grid-work-c {
    grid-template-columns: 1.75fr .75fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  .lightbox-link-work-c {
    flex-flow: wrap;
    align-content: stretch;
    height: 60px;
    padding-top: 7px;
    display: flex;
  }

  .overflow-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-end;
    align-items: baseline;
    font-size: 15px;
    display: block;
  }

  .heading-work-c {
    font-size: 12.5px;
  }

  .subheading-work-c-copy {
    box-sizing: border-box;
    text-align: justify;
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 9px;
    font-weight: 500;
    display: block;
    position: static;
  }

  .grid-work-b {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 0;
  }

  .background-video-6 {
    height: 50%;
  }

  .text-block {
    letter-spacing: 7px;
    font-size: 15px;
  }

  .dropdown-menu-3 {
    z-index: 5;
  }

  .top-tablet-menu-3 {
    z-index: 100;
  }

  .no-margin-copy {
    letter-spacing: 7px;
    font-size: 23px;
    font-weight: 700;
  }

  .text-block-4 {
    letter-spacing: 2px;
    font-size: 21px;
  }

  .btn-title-text-copy-copy {
    padding-left: 0;
    font-size: 10px;
    line-height: 2em;
  }

  .button-transparent-copy {
    width: 130px;
    height: 30px;
    min-height: 30px;
    max-height: 30px;
    margin-top: auto;
    margin-left: 0;
    padding: 0 10px 0 0;
    position: relative;
    top: auto;
  }

  .footer-copy {
    aspect-ratio: auto;
    text-align: left;
    aspect-ratio: auto;
    text-align: left;
    height: 330px;
    padding-top: 0;
    top: -313px;
  }

  .footer-copy-copy {
    aspect-ratio: auto;
    text-align: left;
    aspect-ratio: auto;
    text-align: left;
    height: 330px;
    padding-top: 0;
    top: 0;
    bottom: 0;
  }

  .footer-copy-copy-copy {
    aspect-ratio: auto;
    text-align: left;
    height: 400px;
    padding-top: 0;
    top: 100px;
  }

  .sticky-circle-4 {
    width: 72px;
    height: 72px;
    margin-bottom: 0;
    padding-left: 2px;
  }

  .link {
    font-size: 11px;
  }

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

  .text-block-6 {
    height: 20px;
    padding-top: 0;
    font-size: 8px;
    top: -10px;
    left: -35px;
  }

  .link-2 {
    font-size: 15px;
  }

  .text-block-7 {
    letter-spacing: 3px;
    font-size: 22px;
  }

  .text-span-4 {
    font-size: 13px;
  }

  .button-transparent-copy {
    width: 140px;
    height: 35px;
    min-height: 35px;
    max-height: 35px;
    padding: 0 7px 0 0;
    position: relative;
    top: -40px;
  }

  .button-transparent-copy.w--current {
    width: 150px;
    height: 28px;
    min-height: 28px;
    max-height: 25px;
  }

  .bold-text-2 {
    font-size: 12px;
    font-weight: 400;
  }

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

  .bold-text-4 {
    letter-spacing: 2px;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.5em;
  }

  .button-transparent-copy-copy {
    width: 130px;
    height: 30px;
    min-height: 30px;
    max-height: 30px;
    margin-top: auto;
    margin-left: 0;
    padding: 0 10px 0 0;
    position: relative;
    top: auto;
  }

  .bold-text-5 {
    font-size: 10px;
  }

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

#w-node-_1cb51f74-ae0e-368d-55e1-e4e130bb034c-72959aa8 {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-_1cb51f74-ae0e-368d-55e1-e4e130bb0355-72959aa8 {
  grid-area: 2 / 3 / 4 / 5;
}

#w-node-_1cb51f74-ae0e-368d-55e1-e4e130bb035e-72959aa8 {
  grid-area: 4 / 2 / 6 / 4;
}

#w-node-_6ebc4684-1515-d3db-c5c1-99539585ffd8-72959aa8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-b0dd0b0f-7fa2-0c11-c0e3-f1065a36f904-72959aab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_75386fa4-4435-3dd0-688e-096ba7ccd764-72959aab {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
}

#w-node-_75386fa4-4435-3dd0-688e-096ba7ccd765-72959aab {
  grid-area: 1 / 4 / 2 / 5;
  place-self: start end;
}

#w-node-e4d44a66-9b11-9cb1-f612-226c202c2d7e-72959aab {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e4d44a66-9b11-9cb1-f612-226c202c2d81-72959aab {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-e4d44a66-9b11-9cb1-f612-226c202c2d92-72959aab, #w-node-e4d44a66-9b11-9cb1-f612-226c202c2d9d-72959aab, #w-node-e4d44a66-9b11-9cb1-f612-226c202c2da8-72959aab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e2a4a664-c316-ef93-8ced-8fffef2e24a3-72959aab {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-e2a4a664-c316-ef93-8ced-8fffef2e24a6-72959aab, #w-node-e2a4a664-c316-ef93-8ced-8fffef2e24b0-72959aab {
  justify-self: center;
}

#w-node-f4b1feeb-1e33-1f67-2e01-c5e60a0142d9-72959aab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e2a4a664-c316-ef93-8ced-8fffef2e24ba-72959aab {
  justify-self: center;
}

#w-node-_17358bd7-5cba-a991-48ca-862556d06151-72959aab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17358bd7-5cba-a991-48ca-862556d06152-72959aab {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_17358bd7-5cba-a991-48ca-862556d06153-72959aab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_17358bd7-5cba-a991-48ca-862556d06158-72959aab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end start;
}

#w-node-_17358bd7-5cba-a991-48ca-862556d0615d-72959aab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_17358bd7-5cba-a991-48ca-862556d06162-72959aab {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_17358bd7-5cba-a991-48ca-862556d06163-72959aab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_17358bd7-5cba-a991-48ca-862556d06168-72959aab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_17358bd7-5cba-a991-48ca-862556d0616d-72959aab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_17358bd7-5cba-a991-48ca-862556d06172-72959aab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_17358bd7-5cba-a991-48ca-862556d06180-72959aab {
  place-self: center;
}

#w-node-e2cbcfaf-cf7a-94ce-fc8b-1a9601422576-72959aab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e2cbcfaf-cf7a-94ce-fc8b-1a9601422582-72959aab {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-e2cbcfaf-cf7a-94ce-fc8b-1a9601422584-72959aab {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-e2cbcfaf-cf7a-94ce-fc8b-1a9601422586-72959aab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e2cbcfaf-cf7a-94ce-fc8b-1a9601422592-72959aab {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-e2cbcfaf-cf7a-94ce-fc8b-1a9601422594-72959aab {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-e2cbcfaf-cf7a-94ce-fc8b-1a9601422596-72959aab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e2cbcfaf-cf7a-94ce-fc8b-1a96014225a2-72959aab {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-e2cbcfaf-cf7a-94ce-fc8b-1a96014225a4-72959aab {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-e2cbcfaf-cf7a-94ce-fc8b-1a96014225a7-72959aab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e2cbcfaf-cf7a-94ce-fc8b-1a96014225b3-72959aab {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-e2cbcfaf-cf7a-94ce-fc8b-1a96014225b5-72959aab {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-e2cbcfaf-cf7a-94ce-fc8b-1a96014225b7-72959aab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e2cbcfaf-cf7a-94ce-fc8b-1a96014225c3-72959aab {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-e2cbcfaf-cf7a-94ce-fc8b-1a96014225c5-72959aab {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-e2cbcfaf-cf7a-94ce-fc8b-1a96014225c7-72959aab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e2cbcfaf-cf7a-94ce-fc8b-1a96014225d3-72959aab {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-e2cbcfaf-cf7a-94ce-fc8b-1a96014225d5-72959aab {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-bcafdf5d-2b7e-e43d-0813-2e2d2a488845-72959aab {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bcafdf5d-2b7e-e43d-0813-2e2d2a488850-72959aab, #w-node-bcafdf5d-2b7e-e43d-0813-2e2d2a48885f-72959aab, #w-node-bcafdf5d-2b7e-e43d-0813-2e2d2a48886e-72959aab, #w-node-bcafdf5d-2b7e-e43d-0813-2e2d2a48887d-72959aab {
  justify-self: center;
}

#w-node-_998b9c5b-6b77-4ade-7cd2-4648cd11ad43-72959aab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_998b9c5b-6b77-4ade-7cd2-4648cd11ad49-72959aab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_998b9c5b-6b77-4ade-7cd2-4648cd11ad4a-72959aab {
  place-self: center;
}

#w-node-_998b9c5b-6b77-4ade-7cd2-4648cd11ad53-72959aab {
  place-self: start;
}

#w-node-_998b9c5b-6b77-4ade-7cd2-4648cd11ad58-72959aab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_998b9c5b-6b77-4ade-7cd2-4648cd11ad59-72959aab {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center end;
}

#w-node-_5a730425-243d-1d22-750e-63a86d6b24aa-6d6b246f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_62428f64-d2d1-a4af-2d6e-f3f4ac351caa-72959aac {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_62428f64-d2d1-a4af-2d6e-f3f4ac351cac-72959aac {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0d8db6e6-268b-96f9-828f-4ffac2b08494-72959aac {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_0d8db6e6-268b-96f9-828f-4ffac2b08496-72959aac {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6fd71a29-607d-5d41-8ec3-f4925b832402-72959aac {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_1dc95230-5fa5-5c37-1225-0a8698166cd2-72959aad {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_1dc95230-5fa5-5c37-1225-0a8698166cd3-72959aad {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_1dc95230-5fa5-5c37-1225-0a8698166cdb-72959aad {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_915a4409-68cc-abc3-fba9-a3b78538da93-72959aad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch start;
}

#w-node-_915a4409-68cc-abc3-fba9-a3b78538da94-72959aad {
  align-self: stretch;
}

#w-node-_915a4409-68cc-abc3-fba9-a3b78538da9e-72959aad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_915a4409-68cc-abc3-fba9-a3b78538dab0-72959aad, #w-node-_915a4409-68cc-abc3-fba9-a3b78538dad1-72959aad, #w-node-_915a4409-68cc-abc3-fba9-a3b78538daf2-72959aad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1cde66bf-0f1c-c2b0-5718-37880977b7e6-72959aad {
  grid-area: 2 / 2 / 3 / 3;
  place-self: center end;
}

#w-node-_860334a0-a557-ece0-4155-7689d28a9ba7-72959aad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_860334a0-a557-ece0-4155-7689d28a9ba8-72959aad {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_860334a0-a557-ece0-4155-7689d28a9ba9-72959aad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_860334a0-a557-ece0-4155-7689d28a9bae-72959aad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end start;
}

#w-node-_860334a0-a557-ece0-4155-7689d28a9bb3-72959aad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_860334a0-a557-ece0-4155-7689d28a9bb8-72959aad {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_860334a0-a557-ece0-4155-7689d28a9bb9-72959aad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_860334a0-a557-ece0-4155-7689d28a9bbe-72959aad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_860334a0-a557-ece0-4155-7689d28a9bc3-72959aad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_860334a0-a557-ece0-4155-7689d28a9bc8-72959aad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_860334a0-a557-ece0-4155-7689d28a9bd6-72959aad {
  place-self: center;
}

#w-node-_400fdf42-084d-d510-35ad-31b6ff9c62fd-72959aad {
  place-self: stretch start;
}

#w-node-efacde04-e4ee-4792-2a21-b6d88baed0cb-72959aad {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-efacde04-e4ee-4792-2a21-b6d88baed0cd-72959aad {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_400fdf42-084d-d510-35ad-31b6ff9c62ff-72959aad {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c857cbef-c36a-0e14-047a-2680611acc1e-72959aad {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-c857cbef-c36a-0e14-047a-2680611acc20-72959aad {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_400fdf42-084d-d510-35ad-31b6ff9c6301-72959aad {
  place-self: stretch start;
}

#w-node-d04f4ad5-bb94-c71d-fe4b-b77732680b34-72959aad {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-d04f4ad5-bb94-c71d-fe4b-b77732680b36-72959aad {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-f78c82f2-3477-a411-3f83-f17fdc546364-72959aad {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-f78c82f2-3477-a411-3f83-f17fdc546366-72959aad {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_003ffa52-697f-7de1-837e-5b33621c7ff8-72959aad {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_003ffa52-697f-7de1-837e-5b33621c7ffa-72959aad {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_0ff2c8ed-6318-f092-4869-3fd100287c96-72959aad {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_0ff2c8ed-6318-f092-4869-3fd100287c98-72959aad {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_47b856d2-8f7a-9768-1c23-a1e6a293989c-72959aad {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_47b856d2-8f7a-9768-1c23-a1e6a293989e-72959aad {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_6b8ae10d-5483-3b09-3485-16b6707a95bf-72959aae {
  align-self: start;
}

#w-node-cacbab23-28c1-ab5d-410e-94d8e7ffd604-72959ab0, #w-node-cacbab23-28c1-ab5d-410e-94d8e7ffd605-72959ab0, #w-node-cacbab23-28c1-ab5d-410e-94d8e7ffd608-72959ab0, #w-node-cacbab23-28c1-ab5d-410e-94d8e7ffd60b-72959ab0, #w-node-cacbab23-28c1-ab5d-410e-94d8e7ffd60e-72959ab0, #w-node-cacbab23-28c1-ab5d-410e-94d8e7ffd611-72959ab0, #w-node-cacbab23-28c1-ab5d-410e-94d8e7ffd612-72959ab0, #w-node-cacbab23-28c1-ab5d-410e-94d8e7ffd615-72959ab0, #w-node-cacbab23-28c1-ab5d-410e-94d8e7ffd618-72959ab0, #w-node-cacbab23-28c1-ab5d-410e-94d8e7ffd61b-72959ab0, #w-node-cacbab23-28c1-ab5d-410e-94d8e7ffd61f-72959ab0, #w-node-cacbab23-28c1-ab5d-410e-94d8e7ffd620-72959ab0, #w-node-cacbab23-28c1-ab5d-410e-94d8e7ffd623-72959ab0, #w-node-cacbab23-28c1-ab5d-410e-94d8e7ffd626-72959ab0, #w-node-cacbab23-28c1-ab5d-410e-94d8e7ffd629-72959ab0, #w-node-cacbab23-28c1-ab5d-410e-94d8e7ffd62c-72959ab0, #w-node-cacbab23-28c1-ab5d-410e-94d8e7ffd62d-72959ab0, #w-node-cacbab23-28c1-ab5d-410e-94d8e7ffd630-72959ab0, #w-node-cacbab23-28c1-ab5d-410e-94d8e7ffd633-72959ab0, #w-node-cacbab23-28c1-ab5d-410e-94d8e7ffd636-72959ab0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a8b3996-1e98-b442-0071-73e9733c8538-72959ab1, #w-node-_3a8b3996-1e98-b442-0071-73e9733c853f-72959ab1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3a8b3996-1e98-b442-0071-73e9733c8546-72959ab1 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-b6aff30b-f242-9544-e830-995085d99cae-72959ab2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b6aff30b-f242-9544-e830-995085d99cb0-72959ab2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: start;
}

#w-node-b6aff30b-f242-9544-e830-995085d99cbd-72959ab2 {
  grid-area: 1 / 4 / 2 / 5;
  place-self: end;
}

#w-node-_334ad2cc-ea53-c5cb-7600-f8b601b21a24-72959ab2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_334ad2cc-ea53-c5cb-7600-f8b601b21a25-72959ab2 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_817d03fc-191e-01f4-635e-537ef4c55b75-72959ab3 {
  align-self: start;
}

#w-node-_746d17b1-7575-2bb0-7ced-ae4a9626f9fa-72959ab4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_746d17b1-7575-2bb0-7ced-ae4a9626f9fb-72959ab4 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_746d17b1-7575-2bb0-7ced-ae4a9626fa04-72959ab4 {
  justify-self: center;
}

#w-node-_746d17b1-7575-2bb0-7ced-ae4a9626fa23-72959ab4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_746d17b1-7575-2bb0-7ced-ae4a9626fa09-72959ab4 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-_72bcb86c-2b61-6113-3ea5-a18d2597e6a4-72959ab4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_72bcb86c-2b61-6113-3ea5-a18d2597e6a5-72959ab4 {
  align-self: start;
}

#w-node-_746d17b1-7575-2bb0-7ced-ae4a9626fa36-72959ab4, #w-node-_746d17b1-7575-2bb0-7ced-ae4a9626fa3d-72959ab4, #w-node-_746d17b1-7575-2bb0-7ced-ae4a9626fa44-72959ab4, #w-node-_746d17b1-7575-2bb0-7ced-ae4a9626fa4b-72959ab4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_746d17b1-7575-2bb0-7ced-ae4a9626fa4f-72959ab4 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_5dc0740a-f1c2-55a3-4037-cebf92f642a1-72959ab4 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_5dc0740a-f1c2-55a3-4037-cebf92f642a3-72959ab4 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_96fd461d-5fcc-8895-92ef-98bd942849de-72959ab4 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_96fd461d-5fcc-8895-92ef-98bd942849e0-72959ab4 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-b85055b1-5712-f170-6e61-afd1cd621da5-72959ab4 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-b85055b1-5712-f170-6e61-afd1cd621da7-72959ab4 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_4a774841-73e9-9663-b0d5-fcb8b915616b-72959ab4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4a774841-73e9-9663-b0d5-fcb8b9156176-72959ab4, #w-node-_4a774841-73e9-9663-b0d5-fcb8b9156185-72959ab4, #w-node-_4a774841-73e9-9663-b0d5-fcb8b9156194-72959ab4, #w-node-_4a774841-73e9-9663-b0d5-fcb8b91561a3-72959ab4 {
  justify-self: center;
}

#w-node-_2a3bf26a-deca-7390-83af-c72412d0492b-72959ab4 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_2a3bf26a-deca-7390-83af-c72412d0492d-72959ab4 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_54a8b3fc-c574-e04e-e118-dbe753ebfef7-72959ab4 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_54a8b3fc-c574-e04e-e118-dbe753ebfef9-72959ab4 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_727bf50a-2403-7771-dd89-894c39424f97-72959ab4 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_727bf50a-2403-7771-dd89-894c39424f99-72959ab4 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_0ca572fa-3427-ba39-4d14-24fa88862b36-72959ab4 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_0ca572fa-3427-ba39-4d14-24fa88862b38-72959ab4 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_5ca11bfe-8508-f337-b8e9-430380e93289-72959ab4 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_5ca11bfe-8508-f337-b8e9-430380e9328b-72959ab4 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-bb59b541-e77c-c71e-138f-a5cc12134bb1-72959ab4 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-bb59b541-e77c-c71e-138f-a5cc12134bb3-72959ab4 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_87e05ae0-e9cb-9b97-b078-e0a73f397b59-72959ab5 {
  align-self: center;
}

#w-node-_87e05ae0-e9cb-9b97-b078-e0a73f397b64-72959ab5 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_87e05ae0-e9cb-9b97-b078-e0a73f397b66-72959ab5 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_87e05ae0-e9cb-9b97-b078-e0a73f397b6e-72959ab5, #w-node-_87e05ae0-e9cb-9b97-b078-e0a73f397b89-72959ab5 {
  align-self: center;
}

#w-node-_87e05ae0-e9cb-9b97-b078-e0a73f397b94-72959ab5 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_87e05ae0-e9cb-9b97-b078-e0a73f397b96-72959ab5 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_87e05ae0-e9cb-9b97-b078-e0a73f397b9e-72959ab5 {
  align-self: center;
}

#w-node-_30302935-52ec-8547-70d9-1ed21abb6d76-72959ab5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_1a58835e-a696-f030-ad45-4000d8fbb649-72959ab6 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_1a58835e-a696-f030-ad45-4000d8fbb64a-72959ab6 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_1a58835e-a696-f030-ad45-4000d8fbb652-72959ab6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_0169da01-5cc4-4601-43fa-eab3961df131-72959ab6 {
  grid-area: 3 / 1 / 4 / 4;
}

#w-node-_0169da01-5cc4-4601-43fa-eab3961df13f-72959ab6 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_0169da01-5cc4-4601-43fa-eab3961df141-72959ab6 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_0169da01-5cc4-4601-43fa-eab3961df14d-72959ab6 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_0169da01-5cc4-4601-43fa-eab3961df14f-72959ab6 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_0169da01-5cc4-4601-43fa-eab3961df15b-72959ab6 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_0169da01-5cc4-4601-43fa-eab3961df15d-72959ab6 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_0169da01-5cc4-4601-43fa-eab3961df169-72959ab6 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_0169da01-5cc4-4601-43fa-eab3961df16b-72959ab6 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_0169da01-5cc4-4601-43fa-eab3961df177-72959ab6 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_0169da01-5cc4-4601-43fa-eab3961df179-72959ab6 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_0169da01-5cc4-4601-43fa-eab3961df185-72959ab6 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_0169da01-5cc4-4601-43fa-eab3961df187-72959ab6 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-b95f3eda-c888-cc66-4b35-2b34676243bf-72959ab7, #w-node-_6b46c618-a997-65e9-bc76-f7a9361d0f02-72959ab7, #w-node-_53d66edd-38cf-6774-c1b5-01cbcd82c538-72959ab7, #w-node-fee9bbdc-ca47-74bf-1456-5108f4cf1b7b-72959ab7 {
  align-self: start;
}

#w-node-d748e9af-c1f2-b790-df57-b2dcd94eb2a5-72959ab7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d748e9af-c1f2-b790-df57-b2dcd94eb2a6-72959ab7 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-d748e9af-c1f2-b790-df57-b2dcd94eb2a7-72959ab7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-d748e9af-c1f2-b790-df57-b2dcd94eb2ac-72959ab7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end start;
}

#w-node-d748e9af-c1f2-b790-df57-b2dcd94eb2b1-72959ab7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-d748e9af-c1f2-b790-df57-b2dcd94eb2b6-72959ab7 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-d748e9af-c1f2-b790-df57-b2dcd94eb2b7-72959ab7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-d748e9af-c1f2-b790-df57-b2dcd94eb2bc-72959ab7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-d748e9af-c1f2-b790-df57-b2dcd94eb2c1-72959ab7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-d748e9af-c1f2-b790-df57-b2dcd94eb2c6-72959ab7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-d748e9af-c1f2-b790-df57-b2dcd94eb2d7-72959ab7 {
  place-self: center;
}

#w-node-_44d2b7b3-5a77-ea0c-2df4-64c5aa2f83dc-72959ab7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69c1927c-19f5-3c6d-3a0e-415f763613d9-72959ab7 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_69c1927c-19f5-3c6d-3a0e-415f763613db-72959ab7 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_44d2b7b3-5a77-ea0c-2df4-64c5aa2f83e1-72959ab7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5dfc117c-4ebd-d850-a4bf-8750ee688ce9-72959ab7 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_5dfc117c-4ebd-d850-a4bf-8750ee688ceb-72959ab7 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_44d2b7b3-5a77-ea0c-2df4-64c5aa2f83e6-72959ab7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74ac977c-c42e-167f-5a4c-a75037363aa1-72959ab7 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_74ac977c-c42e-167f-5a4c-a75037363aa3-72959ab7 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_44d2b7b3-5a77-ea0c-2df4-64c5aa2f83ec-72959ab7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26537de3-dbe5-3fa1-202c-18b91f6b866c-72959ab7 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_26537de3-dbe5-3fa1-202c-18b91f6b866e-72959ab7 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_44d2b7b3-5a77-ea0c-2df4-64c5aa2f83f1-72959ab7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a4163e9-e1b2-32d3-0c73-7224249a63f9-72959ab7 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_4a4163e9-e1b2-32d3-0c73-7224249a63fb-72959ab7 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_44d2b7b3-5a77-ea0c-2df4-64c5aa2f83f6-72959ab7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe47ce6b-1bb6-3090-375f-18d30fa83c36-72959ab7 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-fe47ce6b-1bb6-3090-375f-18d30fa83c38-72959ab7 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-e8f94463-c926-18cb-6771-bcd101ea1146-72959ab7 {
  align-self: center;
}

#w-node-e8f94463-c926-18cb-6771-bcd101ea1147-72959ab7, #w-node-e8f94463-c926-18cb-6771-bcd101ea1148-72959ab7, #w-node-e8f94463-c926-18cb-6771-bcd101ea114c-72959ab7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e8f94463-c926-18cb-6771-bcd101ea1154-72959ab7 {
  justify-self: start;
}

#w-node-e8f94463-c926-18cb-6771-bcd101ea1158-72959ab7 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-e8f94463-c926-18cb-6771-bcd101ea115a-72959ab7 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-e8f94463-c926-18cb-6771-bcd101ea115c-72959ab7 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: stretch;
}

#w-node-_57900d98-ca12-5c26-78a4-d181cd1e8c4a-72959ab7 {
  align-self: center;
}

#w-node-_57900d98-ca12-5c26-78a4-d181cd1e8c4b-72959ab7, #w-node-_57900d98-ca12-5c26-78a4-d181cd1e8c4c-72959ab7, #w-node-_57900d98-ca12-5c26-78a4-d181cd1e8c50-72959ab7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_57900d98-ca12-5c26-78a4-d181cd1e8c5b-72959ab7 {
  justify-self: start;
}

#w-node-_57900d98-ca12-5c26-78a4-d181cd1e8c5f-72959ab7 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_57900d98-ca12-5c26-78a4-d181cd1e8c61-72959ab7 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_57900d98-ca12-5c26-78a4-d181cd1e8c63-72959ab7 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: stretch;
}

#w-node-c29cad57-cc80-33dc-8533-8718d0fd134f-72959ab7 {
  align-self: center;
}

#w-node-c29cad57-cc80-33dc-8533-8718d0fd1350-72959ab7, #w-node-c29cad57-cc80-33dc-8533-8718d0fd1351-72959ab7, #w-node-c29cad57-cc80-33dc-8533-8718d0fd1355-72959ab7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c29cad57-cc80-33dc-8533-8718d0fd1360-72959ab7 {
  justify-self: start;
}

#w-node-c29cad57-cc80-33dc-8533-8718d0fd1364-72959ab7 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-c29cad57-cc80-33dc-8533-8718d0fd1366-72959ab7 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-c29cad57-cc80-33dc-8533-8718d0fd1368-72959ab7 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: stretch;
}

#w-node-e21d508c-dcb0-b42e-760c-dbbdc2e1a43a-72959ab7 {
  align-self: center;
}

#w-node-e21d508c-dcb0-b42e-760c-dbbdc2e1a43b-72959ab7, #w-node-e21d508c-dcb0-b42e-760c-dbbdc2e1a43c-72959ab7, #w-node-e21d508c-dcb0-b42e-760c-dbbdc2e1a440-72959ab7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e21d508c-dcb0-b42e-760c-dbbdc2e1a44b-72959ab7 {
  justify-self: start;
}

#w-node-e21d508c-dcb0-b42e-760c-dbbdc2e1a44f-72959ab7 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-e21d508c-dcb0-b42e-760c-dbbdc2e1a451-72959ab7 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-e21d508c-dcb0-b42e-760c-dbbdc2e1a453-72959ab7 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: stretch;
}

#w-node-_9d7d9601-ef26-2dc7-8f2b-1e2608422f00-72959ab7 {
  align-self: center;
}

#w-node-_9d7d9601-ef26-2dc7-8f2b-1e2608422f01-72959ab7, #w-node-_9d7d9601-ef26-2dc7-8f2b-1e2608422f02-72959ab7, #w-node-_9d7d9601-ef26-2dc7-8f2b-1e2608422f06-72959ab7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d7d9601-ef26-2dc7-8f2b-1e2608422f11-72959ab7 {
  justify-self: start;
}

#w-node-_9d7d9601-ef26-2dc7-8f2b-1e2608422f15-72959ab7 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_9d7d9601-ef26-2dc7-8f2b-1e2608422f17-72959ab7 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_9d7d9601-ef26-2dc7-8f2b-1e2608422f19-72959ab7 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: stretch;
}

#w-node-_35a817b5-d2be-1fc5-d83a-b5335820cb31-72959ab7 {
  align-self: center;
}

#w-node-_35a817b5-d2be-1fc5-d83a-b5335820cb32-72959ab7, #w-node-_35a817b5-d2be-1fc5-d83a-b5335820cb33-72959ab7, #w-node-_35a817b5-d2be-1fc5-d83a-b5335820cb37-72959ab7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_35a817b5-d2be-1fc5-d83a-b5335820cb42-72959ab7 {
  justify-self: start;
}

#w-node-_35a817b5-d2be-1fc5-d83a-b5335820cb46-72959ab7 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_35a817b5-d2be-1fc5-d83a-b5335820cb48-72959ab7 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_35a817b5-d2be-1fc5-d83a-b5335820cb4a-72959ab7 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: stretch;
}

#w-node-_7fc35567-b985-1d3c-a729-f18791b4ca72-72959ab7 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_7fc35567-b985-1d3c-a729-f18791b4ca74-72959ab7 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_7fc35567-b985-1d3c-a729-f18791b4ca7b-72959ab7 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_7fc35567-b985-1d3c-a729-f18791b4ca7d-72959ab7 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-f83fd364-2d57-79db-11db-8599dc2ca506-72959ab8 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-f83fd364-2d57-79db-11db-8599dc2ca509-72959ab8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f83fd364-2d57-79db-11db-8599dc2ca50a-72959ab8 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-f83fd364-2d57-79db-11db-8599dc2ca50d-72959ab8 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-f83fd364-2d57-79db-11db-8599dc2ca510-72959ab8 {
  grid-area: 2 / 2 / 4 / 3;
  align-self: end;
}

#w-node-f83fd364-2d57-79db-11db-8599dc2ca511-72959ab8 {
  grid-area: 3 / 1 / 5 / 2;
}

#w-node-_40aca130-3b99-267d-597a-203caed29959-72959ab8, #w-node-_40aca130-3b99-267d-597a-203caed2995c-72959ab8 {
  justify-self: center;
}

#w-node-f83fd364-2d57-79db-11db-8599dc2ca514-72959ab8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f83fd364-2d57-79db-11db-8599dc2ca515-72959ab8 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: end;
}

#w-node-f83fd364-2d57-79db-11db-8599dc2ca518-72959ab8 {
  grid-area: 1 / 1 / 3 / 3;
  place-self: end center;
}

#w-node-f83fd364-2d57-79db-11db-8599dc2ca51b-72959ab8 {
  grid-area: 3 / 1 / 4 / 3;
  justify-self: center;
}

#w-node-f83fd364-2d57-79db-11db-8599dc2ca51e-72959ab8 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-f6f7124f-41e0-d1e3-9791-ada6770407b8-72959ab8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f6f7124f-41e0-d1e3-9791-ada6770407bb-72959ab8 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f6f7124f-41e0-d1e3-9791-ada6770407cc-72959ab8, #w-node-f6f7124f-41e0-d1e3-9791-ada6770407d7-72959ab8, #w-node-f6f7124f-41e0-d1e3-9791-ada6770407e2-72959ab8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cdd3dba9-f09d-e8c4-568d-c7b4e8bc0654-72959ab8 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-f0c516a6-5aff-9c50-613b-da815869b289-72959ab8 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-f0c516a6-5aff-9c50-613b-da815869b28b-72959ab8 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-a5381dba-9af6-961d-6ffe-6e2eeccad244-72959ab8 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-a5381dba-9af6-961d-6ffe-6e2eeccad246-72959ab8 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_5f7db02d-4d32-06ea-0ab1-5b8d36af843a-72959ab8 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_5f7db02d-4d32-06ea-0ab1-5b8d36af843c-72959ab8 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_9ee712af-0aef-a20d-1094-dca3e88b30ce-72959ab8 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_9ee712af-0aef-a20d-1094-dca3e88b30d0-72959ab8 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-de90e101-0a71-8927-e0a3-0f81ec2b803b-72959ab8 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-de90e101-0a71-8927-e0a3-0f81ec2b803d-72959ab8 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_3f162899-6838-b61a-f726-ef21fc1b12f9-72959ab8 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_3f162899-6838-b61a-f726-ef21fc1b12fb-72959ab8 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_3f8d256f-d84b-05d6-aad0-30dbf4ad6d31-72959ab8 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_3f8d256f-d84b-05d6-aad0-30dbf4ad6d33-72959ab8 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_5dde5079-e831-9646-d0b9-9d8b252cd328-72959ab8 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_5dde5079-e831-9646-d0b9-9d8b252cd32a-72959ab8 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-c90a8e0d-ffe1-2c08-a070-a1701a7ab0c5-72959ab8 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-c90a8e0d-ffe1-2c08-a070-a1701a7ab0c7-72959ab8 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_5d059296-477b-19df-3674-398fe4c17e67-72959ab8 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_5d059296-477b-19df-3674-398fe4c17e69-72959ab8 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_2901ac66-11a7-96bb-7c60-53098e3446eb-72959ab8 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_2901ac66-11a7-96bb-7c60-53098e3446ed-72959ab8 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_1b18ca77-89e6-a1fe-cae6-71795d8158b2-72959ab8 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_1b18ca77-89e6-a1fe-cae6-71795d8158b4-72959ab8 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_88908da5-8cad-abc4-bbcf-cacc90c22c0c-72959ab8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4cd850a3-6c39-6e33-f445-840c769b2e36-72959ab8, #w-node-_7c64502d-e3a2-db8a-a692-7807927b7c61-72959ab8, #w-node-ccd6a670-5571-ce7c-3c6e-c17ef9b90a43-72959ab8, #w-node-_9aee886c-20e4-2514-0380-d2583a19a89f-72959ab8 {
  justify-self: center;
}

#w-node-a3750e76-cd05-fa06-2b2f-fb30fa60b053-72959ab8 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-a3750e76-cd05-fa06-2b2f-fb30fa60b064-72959ab8, #w-node-b68ee2e0-c059-910c-3200-4f71a8f05549-72959ab8, #w-node-_827797ed-ebc2-a02e-a737-ca8f91d3bc15-72959ab8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8c9352ed-1d23-5442-e81d-b7856fee49b1-72959ab8 {
  align-self: center;
}

#w-node-_8c9352ed-1d23-5442-e81d-b7856fee49b2-72959ab8, #w-node-_8c9352ed-1d23-5442-e81d-b7856fee49b3-72959ab8, #w-node-_8c9352ed-1d23-5442-e81d-b7856fee49b7-72959ab8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8c9352ed-1d23-5442-e81d-b7856fee49c2-72959ab8 {
  justify-self: start;
}

#w-node-_8c9352ed-1d23-5442-e81d-b7856fee49c6-72959ab8 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_8c9352ed-1d23-5442-e81d-b7856fee49c8-72959ab8 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_8c9352ed-1d23-5442-e81d-b7856fee49ca-72959ab8 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: stretch;
}

#w-node-a0259dfe-9031-08a2-a16a-5d9ec06573b7-72959ab9, #w-node-ddeffad2-6737-7dd4-1617-e047ea011f97-72959ab9, #w-node-f9b8ece2-953e-12a6-91e4-398ba2b29204-72959ab9, #w-node-_99717eb0-d3db-7fe1-f9d4-1d863fc02ec3-72959ab9, #w-node-_1b3cf961-0ce5-b291-fa49-26d12d372f3b-72959ab9, #w-node-_77ed8f29-3ffc-c027-a1be-787f7a06beab-72959ab9, #w-node-_1cc6275e-15f4-477a-d6ef-f483c14b36a5-72959ab9, #w-node-_60e8d72f-669d-07b1-2f48-a2416ca7773a-72959ab9, #w-node-_23bebd33-8494-cbfb-cb42-f6efaf1e62f4-72959ab9, #w-node-_5c893906-1c72-0bf9-3e46-3666a8b72fa3-72959ab9, #w-node-_20035d49-3e81-c7d9-d915-74f91bb87eaf-72959ab9, #w-node-fb6bb5f1-a9bb-d1bd-65b4-d28b35e023a0-72959ab9, #w-node-a16887a8-4ff2-07a6-83b7-c763bcf7737a-72959ab9, #w-node-_1a886fa8-feb4-aa76-268d-54deee7f985d-72959ab9, #w-node-_0dbe6db6-b830-519f-11fa-1811ca2f9585-72959ab9, #w-node-_1f46457b-cf81-9444-a7c1-c07933d7800e-72959ab9, #w-node-_41eaf406-5861-c81c-83af-28e14c89c05b-72959ab9, #w-node-_3183a63b-821f-18e9-8428-c854ca490475-72959ab9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e07238e6-d22d-e449-fb58-1eca830a8a8b-72959aba {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e07238e6-d22d-e449-fb58-1eca830a8a8c-72959aba {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-e07238e6-d22d-e449-fb58-1eca830a8a8e-72959aba {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e07238e6-d22d-e449-fb58-1eca830a8a8f-72959aba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e07238e6-d22d-e449-fb58-1eca830a8a91-72959aba {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-e07238e6-d22d-e449-fb58-1eca830a8a93-72959aba {
  align-self: start;
}

#w-node-e07238e6-d22d-e449-fb58-1eca830a8a98-72959aba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e07238e6-d22d-e449-fb58-1eca830a8a9b-72959aba {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e07238e6-d22d-e449-fb58-1eca830a8a9c-72959aba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e07238e6-d22d-e449-fb58-1eca830a8a9e-72959aba {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-e07238e6-d22d-e449-fb58-1eca830a8aa0-72959aba {
  align-self: start;
}

#w-node-e07238e6-d22d-e449-fb58-1eca830a8aa5-72959aba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e07238e6-d22d-e449-fb58-1eca830a8aa8-72959aba {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e07238e6-d22d-e449-fb58-1eca830a8aa9-72959aba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e07238e6-d22d-e449-fb58-1eca830a8aab-72959aba {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-e07238e6-d22d-e449-fb58-1eca830a8aad-72959aba {
  align-self: start;
}

#w-node-e07238e6-d22d-e449-fb58-1eca830a8ab2-72959aba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e07238e6-d22d-e449-fb58-1eca830a8ab5-72959aba {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e07238e6-d22d-e449-fb58-1eca830a8ab6-72959aba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e07238e6-d22d-e449-fb58-1eca830a8ab8-72959aba {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-e07238e6-d22d-e449-fb58-1eca830a8aba-72959aba {
  align-self: start;
}

#w-node-e07238e6-d22d-e449-fb58-1eca830a8abf-72959aba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e07238e6-d22d-e449-fb58-1eca830a8ac2-72959aba {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e07238e6-d22d-e449-fb58-1eca830a8ac3-72959aba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e07238e6-d22d-e449-fb58-1eca830a8ac5-72959aba {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-e07238e6-d22d-e449-fb58-1eca830a8ac7-72959aba {
  align-self: start;
}

#w-node-e07238e6-d22d-e449-fb58-1eca830a8acc-72959aba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e07238e6-d22d-e449-fb58-1eca830a8ad0-72959aba {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e07238e6-d22d-e449-fb58-1eca830a8ad4-72959aba {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e07238e6-d22d-e449-fb58-1eca830a8ad6-72959aba {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_046ef4b0-c842-34ef-8085-b0d949d8e77c-72959aba {
  place-self: stretch start;
}

#w-node-_046ef4b0-c842-34ef-8085-b0d949d8e786-72959aba {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_046ef4b0-c842-34ef-8085-b0d949d8e788-72959aba {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_046ef4b0-c842-34ef-8085-b0d949d8e78b-72959aba {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_046ef4b0-c842-34ef-8085-b0d949d8e795-72959aba {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_046ef4b0-c842-34ef-8085-b0d949d8e797-72959aba {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_046ef4b0-c842-34ef-8085-b0d949d8e79a-72959aba {
  place-self: stretch start;
}

#w-node-_046ef4b0-c842-34ef-8085-b0d949d8e7a4-72959aba {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_046ef4b0-c842-34ef-8085-b0d949d8e7a6-72959aba {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_046ef4b0-c842-34ef-8085-b0d949d8e7b3-72959aba {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_046ef4b0-c842-34ef-8085-b0d949d8e7b5-72959aba {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_046ef4b0-c842-34ef-8085-b0d949d8e7c2-72959aba {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_046ef4b0-c842-34ef-8085-b0d949d8e7c4-72959aba {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_046ef4b0-c842-34ef-8085-b0d949d8e7d1-72959aba {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_046ef4b0-c842-34ef-8085-b0d949d8e7d3-72959aba {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_046ef4b0-c842-34ef-8085-b0d949d8e7e0-72959aba {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_046ef4b0-c842-34ef-8085-b0d949d8e7e2-72959aba {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-e4e83fa0-e695-8317-0636-f9851150e21b-72959abb, #w-node-_41723851-4903-0cfb-a48b-2f4a2119ee18-72959abb, #w-node-ac985261-baa0-a22a-6236-4a543b679a02-72959abb, #w-node-_7832cffc-64b7-9e9e-2e37-3de799df6fba-72959abb, #w-node-_1de9e38d-45f8-3ee9-b476-1742bedecf33-72959abb, #w-node-_941c593e-b62a-832d-80c6-d7acb6ac87a0-72959abb, #w-node-_0cbf6fd6-6696-c447-1c4e-1f1f55d43dc2-72959abb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_819bba4f-543c-6273-ff2c-1ec3d4cd1c59-72959abb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-d0b48307-87e8-ef28-4b46-3b8e66ac948a-72959abb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a387bd21-6025-4e8f-75fc-ac531bfa806f-72959abb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-da4ed293-892f-5e2b-b578-2efe1ceeadb1-72959abb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_367f247a-550f-bdc1-4484-34384761b6b1-72959abb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_339475e3-f366-2544-0f94-a9c9d8a85737-72959abb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5474d3b-863e-dd70-fd57-a6d872b09e13-72959abb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-ef4f518d-a760-6d72-a451-7fc94987830e-72959abb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e8c2f897-a731-7278-1eaf-97bc734899a5-72959abb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_748e740c-f7ca-7ce6-4358-72c8c64ece51-72959abb, #w-node-f4363c30-914f-27f2-fdb2-54fb448af57c-72959abb, #w-node-a721321c-1ede-3057-f294-31780e5a54f6-72959abb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_872635c3-1efc-9452-17df-e30ed0bfa8bc-72959abb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-cb6e5458-4414-0b73-a73f-31215c7d37de-72959abb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f994f41-1f03-53de-c089-47ae1a1d2f68-72959abb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-ad4257f9-434a-ee0d-b1d6-cb477a838794-72959abb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d7ca5d1a-3be6-c494-b4a7-c9850784c760-72959abb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_6368b69b-5593-f6b1-558f-91ab7b2b42c9-72959abb, #w-node-_5c18b025-7922-055b-9dba-dd63868e0a46-72959abb, #w-node-c9ed5228-634f-dffe-ba8a-b588598ad96f-72959abb, #w-node-_8004c65f-375f-3089-4496-fe1a6875dfbc-72959abb, #w-node-df55abfa-2cf7-85f2-5200-28860029f7f0-72959abb, #w-node-e9aa7254-cdb1-a91f-cda0-3e374b384218-72959abb, #w-node-bfdce2b3-eff3-99ac-f41f-164dae1eebd6-72959abb, #w-node-_8915b311-fb4e-10d4-d502-f97baccad195-72959abb, #w-node-d5ce17f6-1851-f672-9357-0af025251a86-72959abb, #w-node-_41c0cfa4-ecff-c8c2-84b1-8f7637a23a65-72959abb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26ffa73b-c13a-83d3-618f-35bed25657e7-72959abb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-fb0aefab-6100-fb0d-f5f8-8a4dff5bbaf3-72959abc, #w-node-fb0aefab-6100-fb0d-f5f8-8a4dff5bbb1c-72959abc, #w-node-fb0aefab-6100-fb0d-f5f8-8a4dff5bbb46-72959abc, #w-node-fb0aefab-6100-fb0d-f5f8-8a4dff5bbb6f-72959abc, #w-node-_9c4c8c0a-520a-a987-2b4d-12705fedc82e-72959abc, #w-node-_9c4c8c0a-520a-a987-2b4d-12705fedc857-72959abc {
  align-self: start;
}

#w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3a9-72959abf, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ab-72959abf, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ad-72959abf, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3af-72959abf, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b1-72959abf, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b4-72959abf, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b6-72959abf, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b8-72959abf, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ba-72959abf, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3bc-72959abf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_591a0efe-ca8f-07ff-9165-7ce466478a18-72959ac1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_591a0efe-ca8f-07ff-9165-7ce466478a19-72959ac1 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_591a0efe-ca8f-07ff-9165-7ce466478a27-72959ac1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_591a0efe-ca8f-07ff-9165-7ce466478a28-72959ac1 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_591a0efe-ca8f-07ff-9165-7ce466478a36-72959ac1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_591a0efe-ca8f-07ff-9165-7ce466478a37-72959ac1 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_591a0efe-ca8f-07ff-9165-7ce466478a45-72959ac1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_591a0efe-ca8f-07ff-9165-7ce466478a46-72959ac1 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-cd543f91-9613-aee5-782b-68542c6aefa0-72959ac1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cd543f91-9613-aee5-782b-68542c6aefab-72959ac1, #w-node-cd543f91-9613-aee5-782b-68542c6aefba-72959ac1, #w-node-cd543f91-9613-aee5-782b-68542c6aefc9-72959ac1, #w-node-cd543f91-9613-aee5-782b-68542c6aefd8-72959ac1 {
  justify-self: center;
}

#w-node-_0958f881-28f5-be8f-2887-bb2727375e7c-72959ac2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0958f881-28f5-be8f-2887-bb2727375e7d-72959ac2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f144cc1-0f6b-baa6-f712-192bea9d403d-72959ac2 {
  align-self: center;
}

#w-node-_66ecff15-a4db-0632-e6c3-769998df7d82-72959ac2 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_66ecff15-a4db-0632-e6c3-769998df7d84-72959ac2 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_8f144cc1-0f6b-baa6-f712-192bea9d404b-72959ac2, #w-node-_129133c2-0f68-3140-d378-e6e08185c9b8-72959ac2 {
  align-self: center;
}

#w-node-_129133c2-0f68-3140-d378-e6e08185c9c3-72959ac2 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_129133c2-0f68-3140-d378-e6e08185c9c5-72959ac2 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_129133c2-0f68-3140-d378-e6e08185c9cd-72959ac2, #w-node-_87388891-1d9c-97f9-103f-c0d7ec68ec47-72959ac2 {
  align-self: center;
}

#w-node-_87388891-1d9c-97f9-103f-c0d7ec68ec52-72959ac2 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_87388891-1d9c-97f9-103f-c0d7ec68ec54-72959ac2 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_87388891-1d9c-97f9-103f-c0d7ec68ec5c-72959ac2, #w-node-_12880e83-b484-dbfc-7aff-3594d31c6285-72959ac2 {
  align-self: center;
}

#w-node-_12880e83-b484-dbfc-7aff-3594d31c6290-72959ac2 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_12880e83-b484-dbfc-7aff-3594d31c6292-72959ac2 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_12880e83-b484-dbfc-7aff-3594d31c629a-72959ac2, #w-node-d6e528d1-0429-cbd8-5d3a-09a915bed75f-72959ac2 {
  align-self: center;
}

#w-node-d6e528d1-0429-cbd8-5d3a-09a915bed76a-72959ac2 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-d6e528d1-0429-cbd8-5d3a-09a915bed76c-72959ac2 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-d6e528d1-0429-cbd8-5d3a-09a915bed774-72959ac2, #w-node-_7c86ede9-fcae-4c09-8a2f-0e25bde9ff3e-72959ac2 {
  align-self: center;
}

#w-node-_7c86ede9-fcae-4c09-8a2f-0e25bde9ff49-72959ac2 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_7c86ede9-fcae-4c09-8a2f-0e25bde9ff4b-72959ac2 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_7c86ede9-fcae-4c09-8a2f-0e25bde9ff53-72959ac2 {
  align-self: center;
}

#w-node-_0958f881-28f5-be8f-2887-bb2727375e86-72959ac2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0958f881-28f5-be8f-2887-bb2727375e8a-72959ac2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0958f881-28f5-be8f-2887-bb2727375e8c-72959ac2 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_18ca6c4b-29b5-4d2e-b2b8-066871a7fc01-72959ac2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_75386fa4-4435-3dd0-688e-096ba7ccd764-72959ac3 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
}

#w-node-_75386fa4-4435-3dd0-688e-096ba7ccd765-72959ac3 {
  grid-area: 1 / 4 / 2 / 5;
  place-self: start end;
}

#w-node-c5c78ac1-eb13-874c-b748-1df46b0bd6d0-72959ac3, #w-node-c5c78ac1-eb13-874c-b748-1df46b0bd6d1-72959ac3, #w-node-c5c78ac1-eb13-874c-b748-1df46b0bd6e0-72959ac3, #w-node-c5c78ac1-eb13-874c-b748-1df46b0bd6e5-72959ac3, #w-node-c5c78ac1-eb13-874c-b748-1df46b0bd6e6-72959ac3, #w-node-c5c78ac1-eb13-874c-b748-1df46b0bd6f5-72959ac3, #w-node-c5c78ac1-eb13-874c-b748-1df46b0bd6fa-72959ac3, #w-node-c5c78ac1-eb13-874c-b748-1df46b0bd6fb-72959ac3, #w-node-c5c78ac1-eb13-874c-b748-1df46b0bd70a-72959ac3, #w-node-c5c78ac1-eb13-874c-b748-1df46b0bd70f-72959ac3, #w-node-c5c78ac1-eb13-874c-b748-1df46b0bd710-72959ac3, #w-node-c5c78ac1-eb13-874c-b748-1df46b0bd71f-72959ac3, #w-node-c5c78ac1-eb13-874c-b748-1df46b0bd724-72959ac3, #w-node-c5c78ac1-eb13-874c-b748-1df46b0bd725-72959ac3, #w-node-c5c78ac1-eb13-874c-b748-1df46b0bd734-72959ac3, #w-node-c5c78ac1-eb13-874c-b748-1df46b0bd739-72959ac3, #w-node-c5c78ac1-eb13-874c-b748-1df46b0bd73a-72959ac3, #w-node-c5c78ac1-eb13-874c-b748-1df46b0bd749-72959ac3, #w-node-c5c78ac1-eb13-874c-b748-1df46b0bd74e-72959ac3, #w-node-c5c78ac1-eb13-874c-b748-1df46b0bd74f-72959ac3, #w-node-c5c78ac1-eb13-874c-b748-1df46b0bd75e-72959ac3, #w-node-c5c78ac1-eb13-874c-b748-1df46b0bd763-72959ac3, #w-node-c5c78ac1-eb13-874c-b748-1df46b0bd764-72959ac3, #w-node-c5c78ac1-eb13-874c-b748-1df46b0bd773-72959ac3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_998b9c5b-6b77-4ade-7cd2-4648cd11ad43-72959ac3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_998b9c5b-6b77-4ade-7cd2-4648cd11ad49-72959ac3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_998b9c5b-6b77-4ade-7cd2-4648cd11ad4a-72959ac3 {
  place-self: center;
}

#w-node-_998b9c5b-6b77-4ade-7cd2-4648cd11ad53-72959ac3 {
  place-self: start;
}

#w-node-_998b9c5b-6b77-4ade-7cd2-4648cd11ad58-72959ac3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_998b9c5b-6b77-4ade-7cd2-4648cd11ad59-72959ac3 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center end;
}

#w-node-_406e9a6d-b401-4bb0-45e3-e700a78dda51-72959ac4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_406e9a6d-b401-4bb0-45e3-e700a78dda5c-72959ac4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_406e9a6d-b401-4bb0-45e3-e700a78dda5f-72959ac4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_406e9a6d-b401-4bb0-45e3-e700a78dda8c-72959ac4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_406e9a6d-b401-4bb0-45e3-e700a78dda8f-72959ac4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_406e9a6d-b401-4bb0-45e3-e700a78ddaac-72959ac4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_406e9a6d-b401-4bb0-45e3-e700a78ddaaf-72959ac4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_406e9a6d-b401-4bb0-45e3-e700a78ddacc-72959ac4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_406e9a6d-b401-4bb0-45e3-e700a78ddacf-72959ac4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_406e9a6d-b401-4bb0-45e3-e700a78ddaec-72959ac4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_406e9a6d-b401-4bb0-45e3-e700a78ddaef-72959ac4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_406e9a6d-b401-4bb0-45e3-e700a78ddb0c-72959ac4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_406e9a6d-b401-4bb0-45e3-e700a78ddb0f-72959ac4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_406e9a6d-b401-4bb0-45e3-e700a78ddb2c-72959ac4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_406e9a6d-b401-4bb0-45e3-e700a78ddb2f-72959ac4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-da49fe5f-82ca-ad0f-bcac-1a713cd9e9c6-72959ac4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-da49fe5f-82ca-ad0f-bcac-1a713cd9e9c9-72959ac4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_518e93a8-009c-b487-3eed-8c3d74a4eb43-72959ac4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_518e93a8-009c-b487-3eed-8c3d74a4eb46-72959ac4, #w-node-_406e9a6d-b401-4bb0-45e3-e700a78ddb3e-72959ac4, #w-node-_406e9a6d-b401-4bb0-45e3-e700a78ddb42-72959ac4, #w-node-_406e9a6d-b401-4bb0-45e3-e700a78ddb46-72959ac4, #w-node-_406e9a6d-b401-4bb0-45e3-e700a78ddb4a-72959ac4, #w-node-_406e9a6d-b401-4bb0-45e3-e700a78ddb4e-72959ac4, #w-node-_406e9a6d-b401-4bb0-45e3-e700a78ddb52-72959ac4, #w-node-_406e9a6d-b401-4bb0-45e3-e700a78ddb56-72959ac4, #w-node-_406e9a6d-b401-4bb0-45e3-e700a78ddb5a-72959ac4, #w-node-_406e9a6d-b401-4bb0-45e3-e700a78ddb5e-72959ac4, #w-node-_406e9a6d-b401-4bb0-45e3-e700a78ddb62-72959ac4, #w-node-_406e9a6d-b401-4bb0-45e3-e700a78ddb66-72959ac4, #w-node-_406e9a6d-b401-4bb0-45e3-e700a78ddb6a-72959ac4, #w-node-_406e9a6d-b401-4bb0-45e3-e700a78ddb6e-72959ac4, #w-node-_406e9a6d-b401-4bb0-45e3-e700a78ddb72-72959ac4, #w-node-_406e9a6d-b401-4bb0-45e3-e700a78ddb76-72959ac4, #w-node-_406e9a6d-b401-4bb0-45e3-e700a78ddb7a-72959ac4, #w-node-_406e9a6d-b401-4bb0-45e3-e700a78ddb7e-72959ac4, #w-node-_406e9a6d-b401-4bb0-45e3-e700a78ddb82-72959ac4, #w-node-_406e9a6d-b401-4bb0-45e3-e700a78ddb86-72959ac4, #w-node-_406e9a6d-b401-4bb0-45e3-e700a78ddb8a-72959ac4, #w-node-_406e9a6d-b401-4bb0-45e3-e700a78ddb8e-72959ac4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_75386fa4-4435-3dd0-688e-096ba7ccd764-72959aab, #w-node-_75386fa4-4435-3dd0-688e-096ba7ccd764-72959ac3 {
    grid-area: 1 / 2 / 2 / 4;
    align-self: stretch;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_1dc95230-5fa5-5c37-1225-0a8698166cdb-72959aad {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_746d17b1-7575-2bb0-7ced-ae4a9626faed-72959ab4 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_1a58835e-a696-f030-ad45-4000d8fbb652-72959ab6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-e07238e6-d22d-e449-fb58-1eca830a8a91-72959aba, #w-node-e07238e6-d22d-e449-fb58-1eca830a8a9e-72959aba, #w-node-e07238e6-d22d-e449-fb58-1eca830a8aab-72959aba, #w-node-e07238e6-d22d-e449-fb58-1eca830a8ab8-72959aba, #w-node-e07238e6-d22d-e449-fb58-1eca830a8ac5-72959aba {
    grid-area: 2 / 2 / 3 / 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_75386fa4-4435-3dd0-688e-096ba7ccd765-72959aab {
    grid-column: 3 / 4;
  }

  #w-node-bcafdf5d-2b7e-e43d-0813-2e2d2a488845-72959aab {
    grid-column: 1 / 2;
  }

  #w-node-_62428f64-d2d1-a4af-2d6e-f3f4ac351caa-72959aac, #w-node-_0d8db6e6-268b-96f9-828f-4ffac2b08494-72959aac {
    grid-column: span 3 / span 3;
  }

  #w-node-_1dc95230-5fa5-5c37-1225-0a8698166cd3-72959aad {
    grid-column: 1 / 4;
  }

  #w-node-_1dc95230-5fa5-5c37-1225-0a8698166cdb-72959aad {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_1cde66bf-0f1c-c2b0-5718-37880977b7e6-72959aad {
    grid-column: 1 / 2;
    justify-self: center;
  }

  #w-node-_400fdf42-084d-d510-35ad-31b6ff9c62fd-72959aad {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_400fdf42-084d-d510-35ad-31b6ff9c62ff-72959aad {
    grid-column: span 1 / span 1;
  }

  #w-node-_400fdf42-084d-d510-35ad-31b6ff9c6301-72959aad {
    place-self: stretch start;
  }

  #w-node-_400fdf42-084d-d510-35ad-31b6ff9c6309-72959aad {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b6aff30b-f242-9544-e830-995085d99cb0-72959ab2 {
    grid-column: span 1 / span 1;
  }

  #w-node-b6aff30b-f242-9544-e830-995085d99cbd-72959ab2 {
    grid-column: 1 / 2;
    justify-self: start;
  }

  #w-node-_746d17b1-7575-2bb0-7ced-ae4a9626f9fb-72959ab4 {
    grid-column: span 3 / span 3;
  }

  #w-node-_72bcb86c-2b61-6113-3ea5-a18d2597e6a5-72959ab4 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: start;
  }

  #w-node-_746d17b1-7575-2bb0-7ced-ae4a9626fa4f-72959ab4 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_4a774841-73e9-9663-b0d5-fcb8b915616b-72959ab4 {
    grid-column: 1 / 2;
  }

  #w-node-_746d17b1-7575-2bb0-7ced-ae4a9626faee-72959ab4 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_30302935-52ec-8547-70d9-1ed21abb6d76-72959ab5 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: end;
  }

  #w-node-_1a58835e-a696-f030-ad45-4000d8fbb64a-72959ab6 {
    grid-column: 1 / 4;
  }

  #w-node-_1a58835e-a696-f030-ad45-4000d8fbb652-72959ab6 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_39acec92-4ed4-bd11-7a71-6eed20c75839-72959ab7, #w-node-_540dd487-72c7-6740-eefd-4e17f0c3562b-72959ab7, #w-node-_04c42826-b1db-2367-b6e0-229382ab1e9b-72959ab7, #w-node-ef1a4278-7af4-a544-2fd9-be99819ec8f9-72959ab7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f83fd364-2d57-79db-11db-8599dc2ca50a-72959ab8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f83fd364-2d57-79db-11db-8599dc2ca510-72959ab8 {
    grid-area: 3 / 1 / 4 / 2;
    align-self: end;
  }

  #w-node-f83fd364-2d57-79db-11db-8599dc2ca511-72959ab8 {
    align-self: end;
  }

  #w-node-f83fd364-2d57-79db-11db-8599dc2ca515-72959ab8 {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: end;
  }

  #w-node-f83fd364-2d57-79db-11db-8599dc2ca518-72959ab8 {
    grid-area: 2 / 2 / 3 / 3;
    place-self: end center;
  }

  #w-node-f83fd364-2d57-79db-11db-8599dc2ca51b-72959ab8 {
    grid-area: 3 / 2 / 4 / 3;
    justify-self: center;
  }

  #w-node-_88908da5-8cad-abc4-bbcf-cacc90c22c0c-72959ab8 {
    grid-column: 1 / 2;
  }

  #w-node-e07238e6-d22d-e449-fb58-1eca830a8a8b-72959aba {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e07238e6-d22d-e449-fb58-1eca830a8a8e-72959aba {
    grid-column: span 1 / span 1;
  }

  #w-node-e07238e6-d22d-e449-fb58-1eca830a8a91-72959aba {
    grid-column: 1 / 2;
  }

  #w-node-e07238e6-d22d-e449-fb58-1eca830a8a9b-72959aba {
    grid-column: span 1 / span 1;
  }

  #w-node-e07238e6-d22d-e449-fb58-1eca830a8a9e-72959aba {
    grid-column: 1 / 2;
  }

  #w-node-e07238e6-d22d-e449-fb58-1eca830a8aa8-72959aba {
    grid-column: span 1 / span 1;
  }

  #w-node-e07238e6-d22d-e449-fb58-1eca830a8aab-72959aba {
    grid-column: 1 / 2;
  }

  #w-node-e07238e6-d22d-e449-fb58-1eca830a8ab5-72959aba {
    grid-column: span 1 / span 1;
  }

  #w-node-e07238e6-d22d-e449-fb58-1eca830a8ab8-72959aba {
    grid-column: 1 / 2;
  }

  #w-node-e07238e6-d22d-e449-fb58-1eca830a8ac2-72959aba {
    grid-column: span 1 / span 1;
  }

  #w-node-e07238e6-d22d-e449-fb58-1eca830a8ac5-72959aba {
    grid-column: 1 / 2;
  }

  #w-node-_046ef4b0-c842-34ef-8085-b0d949d8e77c-72959aba {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_046ef4b0-c842-34ef-8085-b0d949d8e78b-72959aba {
    grid-column: span 1 / span 1;
  }

  #w-node-_046ef4b0-c842-34ef-8085-b0d949d8e79a-72959aba {
    place-self: stretch start;
  }

  #w-node-_046ef4b0-c842-34ef-8085-b0d949d8e7d6-72959aba {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-fb0aefab-6100-fb0d-f5f8-8a4dff5bbb01-72959abc, #w-node-fb0aefab-6100-fb0d-f5f8-8a4dff5bbb2a-72959abc, #w-node-fb0aefab-6100-fb0d-f5f8-8a4dff5bbb54-72959abc, #w-node-fb0aefab-6100-fb0d-f5f8-8a4dff5bbb7d-72959abc, #w-node-_9c4c8c0a-520a-a987-2b4d-12705fedc83c-72959abc, #w-node-_9c4c8c0a-520a-a987-2b4d-12705fedc865-72959abc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cd543f91-9613-aee5-782b-68542c6aefa0-72959ac1 {
    grid-column: 1 / 2;
  }

  #w-node-_0958f881-28f5-be8f-2887-bb2727375e7c-72959ac2, #w-node-_0958f881-28f5-be8f-2887-bb2727375e7d-72959ac2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_18ca6c4b-29b5-4d2e-b2b8-066871a7fc01-72959ac2 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: end;
  }

  #w-node-_75386fa4-4435-3dd0-688e-096ba7ccd765-72959ac3 {
    grid-column: 3 / 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1cb51f74-ae0e-368d-55e1-e4e130bb034c-72959aa8 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_1cb51f74-ae0e-368d-55e1-e4e130bb0355-72959aa8 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_1cb51f74-ae0e-368d-55e1-e4e130bb035e-72959aa8 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-bcafdf5d-2b7e-e43d-0813-2e2d2a488845-72959aab {
    grid-column: 1 / 4;
  }

  #w-node-_62428f64-d2d1-a4af-2d6e-f3f4ac351caa-72959aac, #w-node-_0d8db6e6-268b-96f9-828f-4ffac2b08494-72959aac {
    grid-column: span 1 / span 1;
  }

  #w-node-_3a8b3996-1e98-b442-0071-73e9733c8538-72959ab1, #w-node-_3a8b3996-1e98-b442-0071-73e9733c853f-72959ab1, #w-node-_3a8b3996-1e98-b442-0071-73e9733c8546-72959ab1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b6aff30b-f242-9544-e830-995085d99cb0-72959ab2 {
    grid-column: span 1 / span 1;
  }

  #w-node-_334ad2cc-ea53-c5cb-7600-f8b601b21a25-72959ab2 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_4a774841-73e9-9663-b0d5-fcb8b915616b-72959ab4 {
    grid-column: 1 / 4;
  }

  #w-node-f83fd364-2d57-79db-11db-8599dc2ca50d-72959ab8 {
    grid-area: 2 / 1 / 5 / 3;
    place-self: end center;
  }

  #w-node-f83fd364-2d57-79db-11db-8599dc2ca510-72959ab8 {
    grid-area: 3 / 1 / 4 / 3;
    place-self: end;
  }

  #w-node-f83fd364-2d57-79db-11db-8599dc2ca511-72959ab8 {
    grid-area: 3 / 1 / 5 / 3;
    place-self: end;
  }

  #w-node-_88908da5-8cad-abc4-bbcf-cacc90c22c0c-72959ab8 {
    grid-column: 1 / 4;
  }

  #w-node-e07238e6-d22d-e449-fb58-1eca830a8a8c-72959aba {
    grid-column: 1 / 2;
  }

  #w-node-e07238e6-d22d-e449-fb58-1eca830a8ad0-72959aba {
    grid-row-end: 2;
  }

  #w-node-_591a0efe-ca8f-07ff-9165-7ce466478a19-72959ac1, #w-node-_591a0efe-ca8f-07ff-9165-7ce466478a28-72959ac1, #w-node-_591a0efe-ca8f-07ff-9165-7ce466478a37-72959ac1, #w-node-_591a0efe-ca8f-07ff-9165-7ce466478a46-72959ac1 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-cd543f91-9613-aee5-782b-68542c6aefa0-72959ac1 {
    grid-column: 1 / 4;
  }

  #w-node-_0958f881-28f5-be8f-2887-bb2727375e86-72959ac2 {
    grid-row-end: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1cb51f74-ae0e-368d-55e1-e4e130bb034c-72959aa8 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_75386fa4-4435-3dd0-688e-096ba7ccd765-72959aab {
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-_998b9c5b-6b77-4ade-7cd2-4648cd11ad53-72959aab, #w-node-_1cde66bf-0f1c-c2b0-5718-37880977b7e6-72959aad {
    justify-self: center;
  }

  #w-node-_400fdf42-084d-d510-35ad-31b6ff9c6303-72959aad, #w-node-_400fdf42-084d-d510-35ad-31b6ff9c6305-72959aad {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_400fdf42-084d-d510-35ad-31b6ff9c6309-72959aad {
    grid-column: span 3 / span 3;
  }

  #w-node-b6aff30b-f242-9544-e830-995085d99cb0-72959ab2 {
    grid-column: span 1 / span 1;
  }

  #w-node-_746d17b1-7575-2bb0-7ced-ae4a9626fa23-72959ab4, #w-node-f83fd364-2d57-79db-11db-8599dc2ca510-72959ab8 {
    justify-self: center;
  }

  #w-node-f83fd364-2d57-79db-11db-8599dc2ca51e-72959ab8 {
    grid-area: 3 / 1 / 5 / 3;
  }

  #w-node-_1cc6275e-15f4-477a-d6ef-f483c14b36a5-72959ab9, #w-node-_60e8d72f-669d-07b1-2f48-a2416ca7773a-72959ab9, #w-node-_23bebd33-8494-cbfb-cb42-f6efaf1e62f4-72959ab9, #w-node-_5c893906-1c72-0bf9-3e46-3666a8b72fa3-72959ab9, #w-node-_20035d49-3e81-c7d9-d915-74f91bb87eaf-72959ab9, #w-node-fb6bb5f1-a9bb-d1bd-65b4-d28b35e023a0-72959ab9, #w-node-a16887a8-4ff2-07a6-83b7-c763bcf7737a-72959ab9, #w-node-_1a886fa8-feb4-aa76-268d-54deee7f985d-72959ab9, #w-node-_0dbe6db6-b830-519f-11fa-1811ca2f9585-72959ab9, #w-node-_1f46457b-cf81-9444-a7c1-c07933d7800e-72959ab9, #w-node-_41eaf406-5861-c81c-83af-28e14c89c05b-72959ab9, #w-node-_3183a63b-821f-18e9-8428-c854ca490475-72959ab9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e07238e6-d22d-e449-fb58-1eca830a8a8c-72959aba {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_046ef4b0-c842-34ef-8085-b0d949d8e7a9-72959aba, #w-node-_046ef4b0-c842-34ef-8085-b0d949d8e7b8-72959aba {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_046ef4b0-c842-34ef-8085-b0d949d8e7d6-72959aba {
    grid-column: span 3 / span 3;
  }

  #w-node-_75386fa4-4435-3dd0-688e-096ba7ccd765-72959ac3 {
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-c5c78ac1-eb13-874c-b748-1df46b0bd70f-72959ac3 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-c5c78ac1-eb13-874c-b748-1df46b0bd763-72959ac3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_998b9c5b-6b77-4ade-7cd2-4648cd11ad53-72959ac3 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Pretendardvariable';
  src: url('../fonts/PretendardVariable.woff2') format('woff2');
  font-weight: 45 930;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Bold.woff') format('woff'), url('../fonts/Pretendard-ExtraBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Thin.woff') format('woff');
  font-weight: 100;
  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;
}