:root {
  --black: #202124;
  --gray: #e7e6e9;
  --blue: #2376f2;
  --flowui-component-library-gray-100: #f7f9fd;
  --flowui-component-library-grey-300: #e4e6f1;
  --flowui-component-library-gray-900: #160042;
  --flowui-component-library-white: white;
  --flowui-component-library-grey-600: #393b6a;
  --flowui-component-library-gray-200: #f3f5fb;
  --flowui-component-library-gray-500: #6b7094;
  --untitled-ui-primary600: #7f56d9;
  --untitled-ui-white: white;
  --untitled-ui-primary700: #6941c6;
  --untitled-ui-primary100: #f4ebff;
  --untitled-ui-gray300: #d0d5dd;
  --untitled-ui-gray700: #344054;
  --untitled-ui-gray50: #f9fafb;
  --untitled-ui-gray800: #1d2939;
  --untitled-ui-gray100: #f2f4f7;
  --untitled-ui-gray600: #475467;
  --untitled-ui-gray900: #101828;
}

.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.f-slide-nav-hidden {
  display: none;
  bottom: -50px;
}

.f-icon-regular {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.f-testimonial-right-a {
  width: 40px;
  height: 40px;
  color: #fff;
  background-color: #160042;
  border: 1px solid #e4e6f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 6px;
  transition: all .3s;
  display: flex;
  top: -104px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.f-testimonial-right-a:hover {
  color: #fff;
  background-color: #160042;
  border-color: #160042;
}

.f-testimonial-left-a {
  width: 40px;
  height: 40px;
  color: #393b6a;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e4e6f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 6px;
  transition: all .3s;
  display: flex;
  top: -104px;
  bottom: auto;
  left: auto;
  right: 60px;
}

.f-testimonial-left-a:hover {
  color: #fff;
  background-color: #160042;
}

.portfolio-video {
  width: 100%;
  height: 100%;
  color: #160042;
  background-color: #fff;
  background-image: url('../images/1port.png');
  background-position: 0 0;
  background-size: 440px;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.f-testimonial-slide {
  width: 100%;
  margin-right: 40px;
}

.f-testimonial-slider-mask {
  width: 440px;
  overflow: visible;
}

.f-testimonial-slider-large {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 48px;
  display: none;
}

.f-h3-heading {
  color: var(--black);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 76px;
  font-weight: 600;
  line-height: 1;
}

.f-h3-heading.why {
  max-width: 920px;
  color: var(--gray);
  line-height: 1.1;
}

.f-margin-bottom-16 {
  justify-content: space-between;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.f-container-regular {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.s-portfolio {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  background-color: var(--gray);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  flex-direction: column;
  padding-top: 160px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.waves-image-gallery-3 {
  width: 100%;
  height: 100%;
  filter: grayscale();
  object-fit: cover;
  border-radius: 16px;
  transition: filter .5s cubic-bezier(.165, .84, .44, 1);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.waves-image-gallery-3:hover {
  filter: grayscale(0%);
}

.waves-small-image-wrap-gallery-3 {
  height: 70%;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.waves-big-image-wrap-gallery-3 {
  height: 100%;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.waves-medium-image-wrap-gallery-3 {
  height: 80%;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.waves-bottom-gird-gallery-3 {
  width: 120vw;
  height: 39vh;
  grid-template-rows: auto;
  grid-template-columns: .9fr .8fr 1.2fr .7fr;
  margin-bottom: 0;
}

.waves-top-grid-gallery-3 {
  width: 120vw;
  height: 39vh;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1.2fr .8fr .9fr;
  margin-bottom: 16px;
}

.waves-master-gallery-3 {
  height: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 10vh;
  overflow: hidden;
}

.waves---section-medium {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  background-color: var(--gray);
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 160px;
  display: none;
}

.waves-image-wrap-gallery-2 {
  max-height: 400px;
  padding-top: 64%;
  position: relative;
  overflow: hidden;
}

.waves-small-image-wrap-gallery-2 {
  max-height: 400px;
  padding-top: 64%;
  position: relative;
  overflow: visible;
}

.waves-grid-gallery-2 {
  width: 130vw;
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr .7fr;
  margin-bottom: 24px;
}

.waves-grid-gallery-2.bottom-grid {
  margin-bottom: 0;
}

.waves-wrap-gallery-2 {
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.s-main {
  height: 100vh;
  background-color: #0c0c0c;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-textblock {
  z-index: 3;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.heading {
  color: var(--gray);
  font-family: Inter Tight, sans-serif;
  font-size: 106px;
  font-weight: 600;
  line-height: 106px;
}

.main-textblock-subtitle {
  width: 400px;
  color: var(--gray);
  text-align: right;
  font-family: Inter Tight, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.main-textblock-description-wrap {
  padding-top: 32px;
}

.main-scroll-instagram {
  z-index: 3;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: rgba(32, 33, 36, .5);
  align-items: center;
  font-family: Inter Tight, sans-serif;
  display: flex;
  position: relative;
}

.div-block-2 {
  z-index: 1;
  height: 1px;
  background-color: var(--gray);
  opacity: .2;
  color: rgba(32, 33, 36, .1);
  flex: 1;
  position: relative;
}

.main-text {
  opacity: .5;
  color: var(--gray);
  text-transform: uppercase;
  font-weight: 700;
}

.main-lines-wrap {
  min-height: 120px;
  opacity: .07;
  border: 2px solid #f7f6f9;
  border-radius: 24px;
  flex: 1;
  display: flex;
  overflow: hidden;
}

.main-lines {
  width: 200%;
  height: 100%;
  min-width: 200%;
  background-image: url('../images/Lines2.png');
  background-position: 0 0;
  background-size: 4921px;
  flex: 0 auto;
}

.main-image {
  z-index: 2;
  width: 100%;
  height: auto;
  max-width: none;
  object-fit: cover;
  background-image: url('../images/укпваыва-1.png');
  background-position: 50% 0;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.main-content {
  width: 100%;
  grid-row-gap: 60px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 40px 60px;
  display: flex;
}

.header {
  z-index: 9999;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.header-content {
  grid-column-gap: 48px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.main-nav-link {
  z-index: 3;
  opacity: .5;
  color: var(--gray);
  text-transform: uppercase;
  flex: 1;
  font-weight: 700;
  position: relative;
  overflow: visible;
}

.main-nav-link.hover {
  opacity: 1;
  color: var(--blue);
}

.header-nav {
  grid-column-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-block {
  height: 20px;
  cursor: pointer;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.portfolio__caption {
  width: 100%;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.text-block {
  color: var(--black);
  font-family: Inter Tight, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.text-block-2 {
  max-width: 548px;
  color: rgba(32, 33, 36, .6);
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.portfolio-video-container {
  width: 100%;
  height: 248px;
  filter: grayscale();
  background-image: url('../images/2port.png');
  background-position: 0 0;
  background-size: 440px;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  transition: filter .5s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: static;
}

.portfolio-video-container:hover {
  filter: grayscale(0%);
}

.portfolio-video-container._1-case {
  background-image: url('../images/1port.png');
  display: none;
}

.video-icon-watch {
  position: absolute;
}

.video-play-icon {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-text-scroll {
  opacity: .5;
  color: var(--gray);
  text-transform: uppercase;
  font-weight: 700;
}

.div-block-4 {
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.portfolio__video {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 16px;
  overflow: hidden;
}

.quick-stack {
  grid-row-gap: 60px;
  flex: 0 auto;
  padding: 0 0 24px;
  overflow: visible;
}

.cell {
  grid-row-gap: 24px;
}

.portfolio__block {
  width: 100%;
  min-width: 490px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.button {
  color: var(--black);
  border: 1px solid rgba(32, 33, 36, .1);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 24px 32px;
  text-decoration: none;
  display: flex;
}

.button.black {
  z-index: 2;
  height: 100px;
  background-color: var(--blue);
  color: var(--gray);
  border-width: 0;
  font-size: 16px;
  transition: background-color .5s cubic-bezier(.165, .84, .44, 1);
  position: relative;
}

.button.black:hover {
  background-color: var(--gray);
  color: var(--black);
}

.button.black.mobile__off {
  display: none;
}

.button.big {
  height: 238px;
  color: var(--gray);
  background-color: #2376f2;
  border-width: 0;
  border-radius: 16px;
  justify-content: space-between;
  padding-left: 56px;
  padding-right: 56px;
  display: none;
}

.text-block-3 {
  font-family: Inter Tight, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.s-why {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  background-color: var(--black);
  border-radius: 20px;
  flex-direction: column;
  padding: 160px 40px;
  display: none;
  position: relative;
  overflow: hidden;
}

.body {
  background-color: #000;
}

.why-text {
  width: 100%;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding-top: 62px;
  display: flex;
  position: relative;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: rgba(231, 230, 233, .1);
}

.divider.black {
  background-color: var(--black);
  opacity: .1;
}

.quick-stack-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding: 0;
}

.why-blocks {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.why-block-heading {
  color: var(--gray);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
}

.why-block-heading.why {
  max-width: 920px;
  color: var(--gray);
  line-height: 1.1;
}

.why-block-cation {
  max-width: 315px;
  opacity: .6;
  color: var(--gray);
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.why-block-number {
  color: var(--blue);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
}

.why-block-number.why {
  max-width: 920px;
  color: var(--gray);
  line-height: 1.1;
}

.button-text-caption {
  max-width: 270px;
  letter-spacing: .2px;
  font-family: Inter Tight, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.div-block-5 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.div-block-6 {
  width: 24px;
  height: 24px;
  background-color: var(--gray);
  border-radius: 100px;
}

.why-block-button-heading {
  color: var(--gray);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
}

.why-block-button-heading.why {
  max-width: 920px;
  color: var(--gray);
  line-height: 1.1;
}

.photos-heading {
  z-index: 3;
  max-width: 400px;
  color: var(--gray);
  letter-spacing: -.02em;
  margin-top: -14px;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 1;
  position: relative;
}

.photos-heading.why {
  max-width: 920px;
  color: var(--gray);
  line-height: 1.1;
}

.photos-text {
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 0;
  display: flex;
}

.quick-stack-3 {
  width: 100%;
  grid-column-gap: 56px;
  grid-row-gap: 80px;
  padding: 0;
}

.footer-text {
  z-index: 2;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.cell-2 {
  justify-content: flex-end;
}

.footer-heading {
  max-width: 670px;
  color: var(--gray);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: -10px;
  font-family: Inter Tight, sans-serif;
  font-size: 76px;
  font-weight: 600;
  line-height: 1;
}

.footer-heading.why {
  max-width: 920px;
  color: var(--gray);
  line-height: 1.1;
}

.form-block {
  z-index: 2;
  flex-direction: row;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.form {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.form-field {
  height: 88px;
  background-color: var(--gray);
  border-radius: 8px;
  margin-bottom: 0;
  padding-left: 24px;
  font-size: 16px;
}

.footer {
  z-index: 1;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--gray);
  border-radius: 0;
  flex-direction: column;
  padding: 160px 60px;
  display: flex;
  position: relative;
}

.submit-button {
  width: 500px;
  background-color: var(--blue);
  border-radius: 8px;
  font-size: 16px;
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.submit-button:hover {
  background-color: var(--black);
}

.footer-text-block {
  width: 100%;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  padding: 0;
}

.div-block-7 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  padding-bottom: 150px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  overflow: auto;
}

.f-testimonial-background {
  width: 100%;
  height: 30%;
  background-color: var(--flowui-component-library-gray-100);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.f-slide-nav-hidden-2 {
  display: none;
  bottom: -50px;
}

.f-icon-regular-2 {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.f-testimonial-right-a-2 {
  width: 40px;
  height: 40px;
  border: 1px solid var(--flowui-component-library-grey-300);
  background-color: var(--flowui-component-library-gray-900);
  color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 6px;
  transition: all .3s;
  display: flex;
  top: -90px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.f-testimonial-right-a-2:hover {
  border-color: var(--flowui-component-library-gray-900);
  background-color: var(--flowui-component-library-gray-900);
  color: var(--flowui-component-library-white);
}

.f-testimonial-left-a-2 {
  width: 40px;
  height: 40px;
  border: 1px solid var(--flowui-component-library-grey-300);
  color: var(--flowui-component-library-grey-600);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 6px;
  transition: all .3s;
  display: flex;
  top: -90px;
  bottom: auto;
  left: auto;
  right: 60px;
}

.f-testimonial-left-a-2:hover {
  background-color: var(--flowui-component-library-gray-900);
  color: var(--flowui-component-library-white);
}

.f-paragraph-small {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular.f-text-weight-medium, .f-text-weight-medium {
  font-weight: 500;
}

.f-avatar-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.f-testimonial-avatar-small {
  width: 48px;
  height: 48px;
  min-height: 48px;
  min-width: 48px;
  background-color: var(--flowui-component-library-gray-200);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-testimonial-author {
  grid-column-gap: 16px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.f-testimonial-author:hover {
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 23px 23px 64px -16px rgba(57, 59, 106, .06);
}

.f-margin-bottom-40 {
  margin-bottom: 40px;
}

.f-testimonial-star-wrapper {
  grid-column-gap: 4px;
  margin-bottom: 16px;
  display: flex;
}

.f-testimonial-card {
  color: var(--flowui-component-library-gray-900);
  background-color: #fff;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 23px 23px 64px -16px rgba(57, 59, 106, .06);
}

.f-testimonial-slide-2 {
  margin-right: 40px;
}

.f-testimonial-slider-mask-2 {
  width: 500px;
  overflow: visible;
}

.f-testimonial-slider-large-2 {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 48px;
}

.f-h3-heading-2 {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-margin-bottom-41 {
  margin-bottom: 16px;
}

.f-heading-detail-small {
  color: var(--flowui-component-library-gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-12 {
  margin-bottom: 12px;
}

.f-text-weight-bold {
  font-weight: 700;
}

.f-container-regular-2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-testimonial-section {
  background-color: var(--flowui-component-library-white);
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.footer-description {
  max-width: 470px;
  opacity: .6;
  color: var(--gray);
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
}

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

.portfolio-description {
  max-width: 470px;
  opacity: .6;
  color: var(--black);
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  display: none;
}

.s-photos {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  background-color: var(--gray);
  flex-direction: column;
  padding: 0 60px 180px;
  display: flex;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-primary600);
  background-color: var(--untitled-ui-primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui-primary600);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui-gray50);
  color: var(--untitled-ui-gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui-white);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui-gray100);
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row.button-row-center {
  justify-content: center;
}

.uui-layout38_logo {
  height: 2.5rem;
}

.uui-layout38_logo-row {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 4rem;
  display: flex;
}

.uui-text-size-medium {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

.uui-text-size-large {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading {
  color: var(--untitled-ui-primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large.align-center, .align-center {
  margin-left: auto;
  margin-right: auto;
}

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

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.waves-master-logos-2 {
  width: 100%;
  max-width: 950px;
  grid-column-gap: 80px;
  grid-row-gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.waves---paragraph-big {
  font-size: 20px;
  line-height: 130%;
}

.waves---heading-2-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---center-heading {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---main-container {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.s-uslugi {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  background-color: var(--gray);
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 160px;
  padding-left: 60px;
  padding-right: 60px;
  display: none;
  position: relative;
  overflow: hidden;
}

.div-block-9 {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  background-color: var(--black);
  border-radius: 40px;
  flex-direction: column;
  padding: 80px;
  display: flex;
}

.uslugi-header {
  color: var(--black);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 76px;
  font-weight: 600;
  line-height: 1;
}

.uslugi-header.why {
  max-width: 920px;
  color: var(--gray);
  line-height: 1.1;
}

.div-block-10 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  flex: 1;
  display: flex;
}

.div-block-11 {
  flex: 0 auto;
}

.uslugi-name {
  color: var(--black);
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
}

.usluga {
  background-color: #dcdcdd;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 20px 24px;
  display: flex;
}

.usluga._60 {
  width: auto;
  background-color: var(--gray);
  border: 1px solid #bbbabd;
  padding-left: 60px;
  padding-right: 60px;
}

.usluga._40 {
  background-color: var(--gray);
  border: 1px solid #bbbabd;
  padding-left: 60px;
  padding-right: 60px;
}

.div-block-12 {
  width: 100%;
  height: 300px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.div-block-13 {
  width: 100%;
  max-width: 1060px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  align-items: center;
  display: flex;
}

.skobka {
  height: 410px;
}

.div-block-14 {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  background-color: #141414;
  flex-direction: column;
  padding: 56px 60px;
  display: flex;
  position: relative;
}

.footer-info {
  z-index: 2;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.footer-contact {
  opacity: .6;
  color: var(--gray);
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.footer-contact:hover {
  opacity: 1;
}

.footer-logo-contacts {
  grid-column-gap: 88px;
  grid-row-gap: 88px;
  align-items: center;
  display: flex;
}

.footer-social-icon-wrapper {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(231, 230, 233, .1);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.footer-social-icon-wrapper:hover {
  background-color: rgba(231, 230, 233, .05);
}

.footer-social {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.podlozhka {
  z-index: 1;
  background-color: #0c0c0c;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cell-3 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
}

.text-span {
  color: var(--black);
  font-size: 20px;
  line-height: 33px;
}

.div-block-16 {
  width: 100%;
  max-width: 680px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  display: flex;
}

.preloader {
  z-index: 99999999;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.preloader-logo {
  width: 240px;
  max-width: none;
  min-width: 240px;
}

.preloader-logo-wrap {
  width: 250px;
  height: 60px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.podlozhka-1 {
  z-index: 1;
  background-color: #141414;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.photos-video-wrapper {
  z-index: 3;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  align-items: flex-end;
  padding: 64px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.background-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.video-shadow {
  z-index: 2;
  background-color: rgba(17, 17, 17, .4);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

@media screen and (max-width: 991px) {
  .f-testimonial-slider-mask {
    width: 420px;
  }

  .f-margin-bottom-16 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 40px;
    padding-right: 40px;
  }

  .s-portfolio {
    padding-top: 120px;
  }

  .main-textblock {
    padding-bottom: 0;
  }

  .heading {
    font-size: 64px;
    line-height: 62px;
  }

  .main-textblock-subtitle {
    width: 300px;
  }

  .main-textblock-description-wrap {
    padding-top: 14px;
  }

  .main-content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .header-nav {
    display: none;
  }

  .quick-stack {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    padding-bottom: 0;
  }

  .button.black {
    height: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .button.big {
    height: 190px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .s-why {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 24px;
  }

  .why-blocks {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .why-block-heading {
    letter-spacing: 1px;
    font-size: 24px;
  }

  .button-text-caption {
    max-width: 230px;
    font-size: 12px;
    line-height: 17px;
  }

  .div-block-6 {
    flex: none;
  }

  .why-block-button-heading {
    font-size: 24px;
  }

  .photos-heading {
    position: relative;
  }

  .photos-text {
    padding-bottom: 0;
  }

  .quick-stack-3 {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .footer-text {
    padding-bottom: 0;
  }

  .footer {
    padding: 120px 40px;
  }

  .footer-text-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .div-block-7 {
    padding-bottom: 120px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .f-testimonial-background {
    height: 20%;
  }

  .f-testimonial-slider-mask-2 {
    width: 420px;
  }

  .portfolio-description {
    max-width: 510px;
  }

  .s-photos {
    grid-column-gap: 140px;
    grid-row-gap: 140px;
    padding-bottom: 160px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .uui-layout38_logo-row {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .waves-master-logos-2 {
    grid-column-gap: 40px;
  }

  .s-uslugi {
    padding-bottom: 140px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .uslugi-name {
    font-size: 16px;
  }

  .div-block-14 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-logo-contacts {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .image {
    margin-bottom: 14px;
  }

  .cell-3 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .photos-video-wrapper {
    padding: 33px;
  }
}

@media screen and (max-width: 767px) {
  .f-testimonial-right-a, .f-testimonial-left-a {
    display: none;
  }

  .f-testimonial-slider-mask {
    width: 400px;
  }

  .f-h3-heading {
    font-size: 48px;
  }

  .f-margin-bottom-16 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .s-portfolio {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding-top: 80px;
    padding-bottom: 8px;
  }

  .waves---section-medium {
    grid-column-gap: 88px;
    grid-row-gap: 88px;
    padding-top: 0;
    padding-bottom: 88px;
  }

  .s-main {
    min-height: 610px;
  }

  .main-textblock {
    flex-direction: column;
  }

  .main-textblock-subtitle {
    width: 100%;
    max-width: 450px;
    text-align: left;
  }

  .main-textblock-description-wrap {
    padding-top: 0;
  }

  .main-text {
    display: none;
  }

  .main-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block-2 {
    max-width: 450px;
  }

  .main-text-scroll {
    display: block;
  }

  .portfolio__video {
    border-radius: 8px;
  }

  .button.black.mobile__off {
    display: none;
  }

  .button.big {
    height: 140px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .s-why {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    padding: 80px 20px 88px;
  }

  .why-text {
    padding-top: 32px;
  }

  .why-blocks {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .why-block-cation {
    font-size: 12px;
    line-height: 16px;
  }

  .button-text-caption, .div-block-6 {
    display: none;
  }

  .photos-heading {
    max-width: 340px;
    font-size: 38px;
  }

  .quick-stack-3 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .footer-text {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-heading {
    max-width: 420px;
    font-size: 48px;
  }

  .form-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    border-radius: 0;
    padding-top: 80px;
    padding-bottom: 88px;
  }

  .footer-text-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .div-block-7 {
    padding-bottom: 80px;
  }

  .f-testimonial-right-a-2, .f-testimonial-left-a-2 {
    display: none;
  }

  .f-testimonial-slider-mask-2 {
    width: 400px;
  }

  .f-h3-heading-2 {
    font-size: 40px;
  }

  .footer-description, .portfolio-description {
    max-width: 450px;
  }

  .s-photos {
    grid-column-gap: 88px;
    grid-row-gap: 88px;
    padding-top: 0;
    padding-bottom: 88px;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui-white);
    color: var(--untitled-ui-gray700);
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-button-row.button-row-center.is-reverse-mobile-landscape, .uui-button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-layout38_logo-row {
    margin-bottom: 3rem;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .s-uslugi {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding-top: 80px;
    padding-bottom: 8px;
  }

  .uslugi-header {
    font-size: 48px;
  }

  .footer-contact {
    max-width: 450px;
  }

  .podlozhka {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .cell-3 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .podlozhka-1 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}

@media screen and (max-width: 479px) {
  .f-testimonial-slider-mask {
    width: 100%;
  }

  .f-margin-bottom-16 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .s-portfolio {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding-bottom: 8px;
  }

  .waves-small-image-wrap-gallery-3.last-image-top-grid {
    display: none;
  }

  .waves-bottom-gird-gallery-3 {
    height: 30vh;
    grid-template-columns: .8fr 1.2fr .7fr;
  }

  .waves-top-grid-gallery-3 {
    height: 30vh;
    grid-template-columns: .7fr 1.2fr .8fr;
    margin-bottom: 16px;
  }

  .waves---section-medium {
    padding-top: 0;
    padding-bottom: 88px;
  }

  .waves-grid-gallery-2.bottom-grid, .waves-grid-gallery-2.top-grid {
    width: 180vw;
  }

  .main-textblock {
    margin-bottom: 40px;
  }

  .heading {
    font-size: 16vw;
    line-height: 16vw;
  }

  .main-textblock-subtitle {
    width: 100%;
    max-width: 260px;
    font-size: 16px;
    line-height: 22px;
  }

  .main-image {
    height: auto;
  }

  .main-content {
    grid-row-gap: 16px;
    padding-bottom: 48px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .header {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .logo {
    width: 100px;
  }

  .text-block-2 {
    max-width: 352px;
  }

  .portfolio__video {
    aspect-ratio: 16 / 9;
  }

  .portfolio__block {
    min-width: 320px;
  }

  .button.big {
    padding-left: 32px;
  }

  .s-why {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .why-text {
    padding-top: 0;
  }

  .why-blocks {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .why-block-heading {
    font-size: 24px;
  }

  .why-block-button-heading {
    letter-spacing: .1px;
    font-size: 20px;
  }

  .photos-heading {
    max-width: 260px;
    font-size: 37px;
  }

  .footer-text {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-heading {
    font-size: 40px;
  }

  .form {
    flex-direction: column;
  }

  .footer {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding-bottom: 88px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .submit-button {
    width: 100%;
    height: 88px;
  }

  .div-block-7 {
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .f-testimonial-avatar-small {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .f-testimonial-author {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .f-testimonial-slider-mask-2 {
    width: 100%;
  }

  .footer-description {
    max-width: 295px;
  }

  .portfolio-description {
    max-width: 340px;
  }

  .s-photos {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding: 0 20px 88px;
  }

  .waves---heading-2-no-margins {
    font-size: 34px;
  }

  .waves---section-medium-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .s-uslugi {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding-bottom: 8px;
  }

  .uslugi-name {
    font-size: 12px;
    line-height: 12px;
  }

  .usluga {
    padding: 20px 16px;
  }

  .div-block-14 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-info {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .footer-contact {
    max-width: 352px;
  }

  .div-block-16 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .photos-video-wrapper {
    aspect-ratio: 2 / 3;
  }
}

#w-node-a64d0726-3c15-18de-15c8-98e83a9eff3b-b08e8f63 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-dd383ced-723e-6c61-31ad-64284875b34c-b08e8f63 {
  grid-template-rows: auto;
  grid-template-columns: 60% minmax(400px, 1fr);
}

#w-node-dd383ced-723e-6c61-31ad-64284875b358-b08e8f63, #w-node-dd383ced-723e-6c61-31ad-64284875b35a-b08e8f63, #w-node-dd383ced-723e-6c61-31ad-64284875b35c-b08e8f63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: stretch;
}

#w-node-dd383ced-723e-6c61-31ad-64284875b35f-b08e8f63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: stretch;
}

#w-node-dd383ced-723e-6c61-31ad-64284875b361-b08e8f63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: stretch;
}

#w-node-dd383ced-723e-6c61-31ad-64284875b363-b08e8f63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: stretch;
}

#w-node-c3fabb7b-0640-b27d-71a9-50709625ae64-b08e8f63 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0556d4b4-fdc9-5f3c-9a1c-d703dfd140b4-b08e8f63 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-a64d0726-3c15-18de-15c8-98e83a9eff3b-b08e8f63, #w-node-dd383ced-723e-6c61-31ad-64284875b34c-b08e8f63, #w-node-_0556d4b4-fdc9-5f3c-9a1c-d703dfd140b4-b08e8f63 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c3fabb7b-0640-b27d-71a9-50709625ae64-b08e8f63 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


