@font-face {
  font-family: Helvetica Neue;
  src: url('../fonts/HelveticaNeueCyr-Black.ttf') format("truetype"), url('../fonts/HelveticaNeueCyr-Heavy.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue;
  src: url('../fonts/HelveticaNeueCyr-BlackItalic.ttf') format("truetype"), url('../fonts/HelveticaNeueCyr-HeavyItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue;
  src: url('../fonts/HelveticaNeueCyr-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue;
  src: url('../fonts/HelveticaNeueCyr-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue;
  src: url('../fonts/HelveticaNeueCyr-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue;
  src: url('../fonts/HelveticaNeueCyr-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue;
  src: url('../fonts/HelveticaNeueCyr-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue;
  src: url('../fonts/HelveticaNeueCyr-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue;
  src: url('../fonts/HelveticaNeueCyr-Roman.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue;
  src: url('../fonts/HelveticaNeueCyr-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue;
  src: url('../fonts/HelveticaNeueCyr-UltraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue;
  src: url('../fonts/HelveticaNeueCyr-ThinItalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue;
  src: url('../fonts/HelveticaNeueCyr-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue;
  src: url('../fonts/HelveticaNeueCyr-UltraLightItalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

:root {
  --conversion-flow-library-medium-purple: #b16cea;
  --conversion-flow-library-light-coral: #ff5e69;
  --conversion-flow-library-coral: #ff8a56;
  --conversion-flow-library-sandy-brown: #ffa84b;
}

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

.head {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  object-fit: cover;
  border-top-left-radius: 250px;
  border-top-right-radius: 250px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 671px;
  padding: 24px;
  display: flex;
}

.column-2 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  background-image: url('../images/cent-img.avif');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 250px;
  border-top-right-radius: 250px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 671px;
  min-height: 671px;
  display: flex;
}

.text {
  color: #fff;
  letter-spacing: -.05em;
  font-size: 8.375rem;
  font-weight: 400;
  line-height: 61.4%;
}

.text-2 {
  color: #000;
  letter-spacing: -.05em;
  font-size: 8.375rem;
  font-weight: 400;
  line-height: 61.4%;
  position: absolute;
  top: 649px;
  left: 82px;
}

.head-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 791px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.column-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  object-fit: cover;
  border-top-left-radius: 250px;
  border-top-right-radius: 250px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 671px;
  padding: 24px;
  display: flex;
}

.column-4 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  background-image: url('../images/cent-img.avif');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 250px;
  border-top-right-radius: 250px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 671px;
  min-height: 671px;
  display: flex;
}

.text-3 {
  color: #fff;
  letter-spacing: -.05em;
  font-size: 8.375rem;
  font-weight: 400;
  line-height: 61.4%;
}

.text-4 {
  color: #000;
  letter-spacing: -.05em;
  font-size: 8.375rem;
  font-weight: 400;
  line-height: 61.4%;
  position: absolute;
  top: 649px;
  left: 82px;
}

.head-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 791px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.f2wf-columns-3 {
  height: 100%;
}

.column-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  object-fit: cover;
  border-top-left-radius: 250px;
  border-top-right-radius: 250px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 33.6111vw;
  height: 671px;
  padding: 24px;
  display: flex;
}

.column-6 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  background-image: url('../images/cent-img.avif');
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 250px;
  border-top-right-radius: 250px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 33.6111vw;
  height: 658px;
  min-height: 100%;
  display: flex;
}

.text-5 {
  color: #fff;
  letter-spacing: -.05em;
  margin-left: auto;
  margin-right: auto;
  font-family: Forum, sans-serif;
  font-size: 8.375rem;
  font-weight: 400;
  line-height: 61.4%;
}

.text-6 {
  color: #000;
  letter-spacing: -.05em;
  font-family: Forum, sans-serif;
  font-size: 8.375rem;
  font-weight: 400;
  line-height: 61.4%;
  position: absolute;
  top: 649px;
  left: 82px;
}

.column-7 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  object-fit: cover;
  border-top-left-radius: 250px;
  border-top-right-radius: 250px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 32.133vw;
  height: 671px;
  padding: 0;
  display: flex;
}

.column-8 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  background-image: url('../images/cent-img.avif');
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 250px;
  border-top-right-radius: 250px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 32.133vw;
  height: 671px;
  min-height: 671px;
  display: flex;
}

.body {
  background-color: #f5f5f5;
  overflow: visible;
}

._1_description {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding: 24px;
  display: flex;
}

.error-d3b4c6df-f04f-dd20-d1e7-bb0724fb4474 {
  color: #000;
  text-align: center;
  letter-spacing: 0;
  text-transform: undefined;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 41px;
}

.frame-20 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 50px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.text-7 {
  color: #fff;
  letter-spacing: -.01em;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 34px;
}

.hero-works {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 103px;
  display: flex;
  position: relative;
}

.container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.header {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 24px;
  display: flex;
}

.text-8 {
  color: #000;
  text-align: center;
  letter-spacing: 0;
  text-transform: undefined;
  font-family: Helveticaneuecyr;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 30px;
}

._3-columns {
  grid-column-gap: -117px;
  grid-row-gap: -117px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.column-9 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  object-fit: cover;
  background-color: #f8f8f800;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 318px;
  height: 422px;
  padding: 24px;
  display: flex;
}

.column-10 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: url('../images/cent-img.avif');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 748px;
  height: 515px;
  min-height: 515px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.frame-15 {
  object-fit: cover;
}

.column-11 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  object-fit: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 308px;
  height: 435px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 24px;
  display: flex;
}

.bottum-desc {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.text-9 {
  color: #858585;
  letter-spacing: .12em;
  text-transform: undefined;
  font-size: 1rem;
  font-weight: 500;
  line-height: 30px;
}

.frame-45 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
  display: flex;
  position: absolute;
  top: 406px;
  left: 1357px;
}

.text-10 {
  color: #000;
  letter-spacing: -.03em;
  font-size: 4rem;
  font-weight: 100;
  line-height: 120%;
}

.frame-44 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
  display: flex;
  position: absolute;
  top: 405px;
  left: 24px;
}

.style-guide-heading {
  color: #000c;
  letter-spacing: -.02em;
  width: 100%;
  max-width: 340px;
  font-size: 42px;
  font-weight: 700;
  line-height: 64px;
}

.style-guide-infotext-large {
  color: #0000004d;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.style-guide-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 0 solid #dcdcdc;
  border-top-width: 1px;
  flex-direction: row;
  justify-content: center;
  padding: 24px;
  display: flex;
}

.text-styles-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  padding: 0;
  display: flex;
}

.styles-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 0 solid #dcdcdc;
  border-top-width: 1px;
  flex-direction: row;
  justify-content: center;
  padding: 24px;
  display: flex;
}

.color-styles-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
}

.styles-guide-section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: none;
}

.head-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 791px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.f2wf-columns-6 {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  color: #fff;
  -webkit-text-stroke-color: #fff;
  background-image: linear-gradient(#0000004a, #00000082), url('../images/4E10975F-AB98-431D-9D92-0582ADD9F30B.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.left-img {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  object-fit: cover;
  border-top-left-radius: 250px;
  border-top-right-radius: 250px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 32.2222vw;
  height: 600px;
  padding: 0;
  display: flex;
}

.left-img.right {
  opacity: 1;
  object-fit: cover;
  object-position: 87% 50%;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  width: auto;
  height: 52vw;
  margin-left: auto;
  margin-right: auto;
  transition: all .2s;
  position: relative;
}

.left-img.left {
  opacity: 1;
  object-position: 90% 50%;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  flex-direction: column;
  width: auto;
  height: 52vw;
  margin-left: auto;
  margin-right: auto;
  transition: all .2s;
  position: relative;
}

.left-img.left:hover {
  opacity: 1;
}

.cent-img {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  background-image: url('../images/cent-img.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 250px;
  border-top-right-radius: 250px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 30vw;
  height: 46.5972vw;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  transition: all .2s;
  display: flex;
  position: relative;
}

.text-11 {
  color: #fff;
  letter-spacing: -.05em;
  font-family: Forum, sans-serif;
  font-size: 8.375rem;
  font-weight: 400;
  line-height: 61.4%;
}

.text-12 {
  color: #111;
  text-align: center;
  letter-spacing: -.01em;
  object-fit: fill;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  font-family: Forum, sans-serif;
  font-size: 4vw;
  font-weight: 400;
  line-height: 61.4%;
  position: static;
  top: auto;
  left: auto;
  right: auto;
}

.error-d51582ad-eba0-e92b-7ed1-424dff18a6eb {
  color: #000;
  text-align: center;
  letter-spacing: 0;
  text-transform: undefined;
  font-family: Helvetica Neue, sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 41px;
}

.error-a21ae9fd-236b-8f6b-5d16-dcb3bfb1353a {
  color: #000;
  text-align: center;
  letter-spacing: 0;
  text-transform: undefined;
  width: 39.3056vw;
  margin-left: auto;
  margin-right: auto;
  font-family: Helvetica Neue, sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 41px;
  display: block;
}

.button {
  box-sizing: border-box;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  text-align: left;
  background-color: #fff;
  border: 1px solid #c2c2c2;
  border-radius: 50px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-top: 15px;
  margin-left: 0;
  margin-right: auto;
  padding: 10px 40px;
  font-family: Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 40px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: relative;
}

.button:hover {
  background-color: #0000;
}

.text-13 {
  color: #000;
  text-align: center;
  letter-spacing: .03rem;
  font-family: Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 33px;
  transition: all .2s;
  display: block;
}

.text-13:hover {
  color: #000;
}

.container-2 {
  margin-left: auto;
  margin-right: auto;
}

.hero-works-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 103px;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  display: flex;
  overflow: hidden;
}

.miniheader {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 24px;
  display: flex;
}

.f2wf-columns-7 {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.text-14 {
  color: #000;
  text-align: left;
  letter-spacing: 0;
  text-transform: undefined;
  width: 462px;
  font-family: Helvetica Neue, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 114%;
}

._3colportaolio {
  grid-column-gap: -117px;
  grid-row-gap: -117px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.colport {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  object-fit: scale-down;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 29.8611vw;
  padding: 0;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.colport:hover {
  transform: scale(1.2);
}

._2colport {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  object-fit: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 40vw;
  max-width: none;
  height: 48vw;
  margin-left: -65px;
  margin-right: -65px;
  padding-top: 0;
  padding-bottom: 0;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

._2colport:hover {
  transform: scale(1.1);
}

._3colport {
  z-index: 3;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  object-fit: scale-down;
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 29.8611vw;
  padding: 0;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

._3colport:hover {
  transform: scale(1.1);
}

.bottum-desc-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-15 {
  color: #858585;
  letter-spacing: .12em;
  text-transform: undefined;
  font-family: Helvetica Neue, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 30px;
}

.frame-46 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.text-16 {
  color: #000;
  letter-spacing: -.03em;
  font-family: Oswald, sans-serif;
  font-size: 4rem;
  font-weight: 200;
  line-height: 120%;
}

.frame-47 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
  display: none;
  position: absolute;
  top: 405px;
  left: 24px;
}

.steps {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #eee;
  border-radius: 50px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 130px;
  padding-bottom: 130px;
  display: none;
}

.container-4 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.text-17 {
  color: #000;
  letter-spacing: -.04em;
  text-transform: undefined;
  font-family: Forum, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 120%;
}

.frame-36 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #c2c2c2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 710px;
  padding: 7px;
  display: flex;
}

.frame-28 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #c2c2c2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 696px;
  padding: 30px;
  display: flex;
}

.frame-57 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.frame-58 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 25px;
  display: flex;
}

.frame-59 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-18 {
  color: #000;
  letter-spacing: -.03em;
  text-transform: undefined;
  font-family: Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 34px;
}

.text-19 {
  color: #000;
  letter-spacing: -.03em;
  text-transform: undefined;
  font-family: Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 100;
  line-height: 34px;
}

.text-20 {
  color: #0000006b;
  letter-spacing: -.03em;
  text-transform: undefined;
  font-family: Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 19px;
  text-decoration: none;
}

.vectors-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 2px;
  display: flex;
}

.text-21 {
  color: #858585;
  letter-spacing: -.03em;
  text-transform: undefined;
  font-family: Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 34px;
}

.text-22 {
  color: #858585;
  letter-spacing: -.03em;
  text-transform: undefined;
  font-family: Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 100;
  line-height: 34px;
}

.vectors-wrapper-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 0;
  display: flex;
}

._1 {
  color: #0000006b;
  letter-spacing: -.03em;
  text-transform: undefined;
  font-family: Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 19px;
  text-decoration: underline;
}

._2_description {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.container-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding: 280px 24px;
  display: flex;
}

.error-ebf3b63c-318f-60bb-4b00-1d8f61d32ab0 {
  color: #000;
  text-align: center;
  letter-spacing: 0;
  font-family: Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 30px;
}

._2_description-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 0;
  display: none;
}

.container-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding: 280px 24px;
  display: none;
}

.heading {
  color: #1d1d1d;
  text-align: center;
  letter-spacing: 0;
  width: 688.391px;
  margin: 10px auto 15px;
  font-family: Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 110%;
}

._3_points {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #2c2a2a;
  border-radius: 50px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.container-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #2c2a2a;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

._3-columns-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 346px;
  display: flex;
}

.column-12 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #2c2a2a;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.frame-69 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

._01 {
  color: #fff;
  letter-spacing: -.04em;
  text-transform: undefined;
  font-family: Forum, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 120%;
}

.frame-68 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 346px;
  display: flex;
}

._01-02-03-04-05-06-07-08-09-10-11-12-13-14-15-16-17-18-19 {
  color: #fff;
  letter-spacing: -.03em;
  text-transform: undefined;
  font-family: Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 25px;
}

.column-13 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

._2-5-3---3d {
  color: #fff;
  letter-spacing: 0;
  font-family: Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 30px;
}

.column-14 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.column-15 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #2c2a2a;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 24px;
  display: flex;
  position: relative;
}

._2 {
  object-fit: cover;
  position: absolute;
  top: 24px;
  left: -53.5px;
}

._3 {
  color: #fff;
  letter-spacing: 0;
  font-family: Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 30px;
}

._3_points-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #414040;
  border-radius: 50px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
  position: relative;
  overflow: visible;
}

.container-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  overflow: visible;
}

._3-columns-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 346px;
  display: flex;
}

.f2wf-columns-9 {
  flex-direction: column;
  max-width: 380px;
  overflow: hidden;
}

.column-16 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #363636;
  border-radius: 10px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 24px;
  display: flex;
  position: sticky;
}

.frame-70 {
  z-index: auto;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 850px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
  top: 0;
  overflow: visible;
}

._01-2 {
  color: #fff;
  letter-spacing: -.04em;
  text-transform: undefined;
  font-family: Forum, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 100%;
}

.frame-71 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 346px;
  font-family: Helvetica Neue, sans-serif;
  font-weight: 300;
  display: flex;
}

._01-02-03-04-05-06-07-08-09-10-11-12-13-14-15-16-17-18-20 {
  color: #fff;
  letter-spacing: 0;
  text-transform: undefined;
  flex: 1;
  font-family: Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 25px;
}

.column-17 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #222;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  position: sticky;
}

._2-5-3---3d-2 {
  color: #fff;
  letter-spacing: 0;
  font-family: Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 120%;
}

.column-18 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #3a3a3a;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  position: sticky;
}

.column-19 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 24px;
  display: flex;
  position: sticky;
  top: 0;
  left: 42%;
  overflow: visible;
}

._4 {
  z-index: auto;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 800px;
  max-height: 881px;
  position: relative;
  inset: 0 267% 0% 26%;
  overflow: visible;
}

.visual_var {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #eee;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: -19px;
  padding-top: 90px;
  padding-bottom: 130px;
  display: none;
}

.text-23 {
  color: #000;
  letter-spacing: -.04em;
  text-transform: lowercase;
  font-family: Forum, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 100%;
  transition: opacity .2s;
}

._3-columns-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 761px;
  display: flex;
}

.column-20 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 761px;
  padding-top: 24px;
  display: flex;
}

.text-24 {
  color: #000;
  letter-spacing: -.03em;
  text-transform: undefined;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 34px;
  position: relative;
  top: 674px;
  left: -82px;
}

.frame-72 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  object-fit: cover;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 85vh;
  padding: 0;
  display: flex;
  position: relative;
}

.frame-73 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: 85vh;
  padding: 0;
  display: flex;
  position: relative;
}

.price {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
}

.container-9 {
  grid-column-gap: 61px;
  grid-row-gap: 61px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding: 24px 24px 60px;
  display: flex;
}

.grid-2-x-2 {
  grid-column-gap: 18px;
  grid-row-gap: 54px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  display: flex;
}

._2-columns {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.column-21 {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  background-color: #fff;
  border: 0 solid #989898;
  border-left-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 60px;
  transition: all .2s;
  display: flex;
}

.column-21:hover {
  opacity: 1;
  background-color: #f5f4f4;
}

.frame-74 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.frame-75 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-25 {
  color: #8e8e8e;
  text-transform: undefined;
  font-family: Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 300;
  line-height: 22.5px;
}

.text-26 {
  color: #000;
  letter-spacing: -.03em;
  text-transform: undefined;
  font-family: Helvetica Neue, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 34px;
}

.frame-76 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-27 {
  color: #000;
  letter-spacing: 0;
  text-transform: lowercase;
  font-family: Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 22.5px;
}

.frame-77 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-78 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-28 {
  color: #8e8e8e;
  letter-spacing: -.03em;
  text-transform: undefined;
  font-family: Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 22.5px;
}

.frame-79 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff0;
  border: 0 solid #000;
  border-bottom-width: 1px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-79:hover {
  opacity: .65;
  background-color: #0000;
}

.text-29 {
  color: #000;
  letter-spacing: 0;
  font-family: Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 21.5px;
  text-decoration: none;
}

.text-29:hover {
  letter-spacing: 0;
}

.column-22 {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  background-color: #fff;
  border: 0 solid #989898;
  border-left-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 60px;
  display: flex;
}

.column-22:hover {
  background-color: #f5f4f4;
}

.column-23 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border: 0 solid #888;
  border-left-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 470px;
  padding: 30px 50px 30px 65px;
  display: flex;
}

.column-23.btn {
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 69px;
}

.section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.finish_projects {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #232323;
  border-radius: 50px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.text-30 {
  color: #fff;
  text-align: center;
  letter-spacing: -.04em;
  text-transform: lowercase;
  font-family: Forum, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 100%;
}

._3-columns-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 730px;
  display: flex;
}

.column-24 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 628px;
  padding-top: 24px;
  display: flex;
}

.frame-80 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  object-fit: cover;
  border-radius: 250px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 546px;
  padding: 10px;
  display: flex;
}

.text-31 {
  color: #fff;
  letter-spacing: -.03em;
  text-transform: undefined;
  font-family: Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 34px;
}

.column-25 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 740px;
  padding-top: 24px;
  display: flex;
}

.frame-81 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  object-fit: cover;
  border-radius: 250px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 490px;
  height: 100%;
  padding: 10px 0;
  display: flex;
}

.about_me {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 118px;
  display: flex;
}

.header-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 130px 24px 84px;
  display: flex;
}

.frame-23 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  object-fit: cover;
  border: 0 solid #fff;
  border-top-left-radius: 250px;
  border-top-right-radius: 250px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
  display: flex;
  box-shadow: 0 4px 62px #0000001f;
}

._3-columns-6 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 16px;
  display: flex;
}

.column-26 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 24px;
  display: flex;
}

.column-27 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.error-86b6b056-be13-a428-8f24-09c5ff8a8a48 {
  color: #000;
  letter-spacing: 0;
  text-transform: undefined;
  font-family: Helvetica Neue, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 40px;
}

._3-columns-7 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.column-28 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 6px 15px 6px 101px;
  display: flex;
}

.frame-82 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-32 {
  color: #818181;
  letter-spacing: 0;
  text-transform: undefined;
  font-family: Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 22px;
}

.frame-83 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-84 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-33 {
  color: #000;
  text-align: right;
  letter-spacing: 0;
  text-transform: undefined;
  font-family: Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 22px;
}

.frame-85 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 14px;
  padding-bottom: 6px;
  display: flex;
}

.column-29 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.text-34 {
  color: #818181;
  letter-spacing: 0;
  text-transform: undefined;
  font-family: Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 22px;
}

.column-30 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 6px 24px 11px 101px;
  display: flex;
}

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

.text-35 {
  color: #818181;
  letter-spacing: 0;
  text-transform: undefined;
  font-family: Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 28px;
}

.about_me-2 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 118px;
  display: flex;
}

.header-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 130px 24px 84px;
  display: flex;
}

.frame-86 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  object-fit: cover;
  border: 0 solid #fff;
  border-top-left-radius: 250px;
  border-top-right-radius: 250px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
  display: flex;
  box-shadow: 0 4px 62px #0000001f;
}

._3-columns-8 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 16px;
  display: flex;
}

.column-32 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 24px;
  display: flex;
}

.column-33 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.error-3790a8d5-4605-4870-8527-ade1e6f917cc {
  color: #000;
  letter-spacing: 0;
  text-transform: undefined;
  font-family: Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 40px;
}

._3-columns-9 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.column-34 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 6px 15px 6px 101px;
  display: flex;
}

.frame-87 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-36 {
  color: #818181;
  letter-spacing: 0;
  text-transform: undefined;
  font-family: Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 22px;
}

.frame-88 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-89 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-37 {
  color: #000;
  text-align: right;
  letter-spacing: 0;
  text-transform: undefined;
  font-family: Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 22px;
}

.frame-90 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 14px;
  padding-bottom: 6px;
  display: flex;
}

.column-35 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.text-38 {
  color: #818181;
  letter-spacing: 0;
  text-transform: undefined;
  font-family: Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 22px;
}

.column-36 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 6px 24px 11px 101px;
  display: flex;
}

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

.text-39 {
  color: #818181;
  letter-spacing: 0;
  text-transform: undefined;
  font-family: Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 28px;
}

.about_me-3 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 118px;
  display: flex;
}

.header-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 130px 24px 84px;
  display: flex;
}

.frame-91 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  object-fit: cover;
  border: 0 solid #fff;
  border-top-left-radius: 250px;
  border-top-right-radius: 250px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
  display: flex;
  box-shadow: 0 4px 62px #0000001f;
}

._3-columns-10 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 16px;
  display: flex;
}

.column-38 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 24px;
  display: flex;
}

.column-39 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.error-6b77612f-ac82-0600-e4d3-1eea610e9e33 {
  color: #000;
  letter-spacing: 0;
  text-transform: undefined;
  font-family: Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 40px;
}

._3-columns-11 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.column-40 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 6px 15px 6px 101px;
  display: flex;
}

.frame-92 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-40 {
  color: #818181;
  letter-spacing: 0;
  text-transform: undefined;
  font-family: Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 22px;
}

.frame-93 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-94 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-41 {
  color: #000;
  text-align: right;
  letter-spacing: 0;
  text-transform: undefined;
  font-family: Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 22px;
}

.frame-95 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 14px;
  padding-bottom: 6px;
  display: flex;
}

.column-41 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.column-42 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 6px 24px 11px 101px;
  display: flex;
}

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

.text-42 {
  color: #818181;
  letter-spacing: 0;
  text-transform: undefined;
  font-family: Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 28px;
}

.about_me-4 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 118px;
  display: flex;
}

.header-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 130px 24px 84px;
  display: flex;
}

.frame-96 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  object-fit: cover;
  border: 0 solid #fff;
  border-top-left-radius: 250px;
  border-top-right-radius: 250px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
  display: flex;
}

._3-columns-12 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 16px;
  display: flex;
}

.column-44 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 24px;
  display: flex;
}

.column-45 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.error-7814d523-c72e-3fc7-d75e-58ce49162efb {
  color: #000;
  letter-spacing: 0;
  text-transform: undefined;
  font-family: Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 40px;
}

._3-columns-13 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.column-46 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 6px 15px 6px 101px;
  display: flex;
}

.frame-97 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-43 {
  color: #818181;
  letter-spacing: 0;
  text-transform: undefined;
  font-family: Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 22px;
}

.frame-98 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-99 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-44 {
  color: #000;
  text-align: right;
  letter-spacing: 0;
  text-transform: undefined;
  font-family: Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 22px;
}

.frame-100 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 14px;
  padding-bottom: 6px;
  display: flex;
}

.column-47 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.column-48 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 6px 24px 11px 101px;
  display: flex;
}

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

.text-45 {
  color: #818181;
  letter-spacing: 0;
  text-transform: undefined;
  font-family: Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 28px;
}

.about_me-5 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 118px;
  display: flex;
}

.header-6 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 130px 24px 84px;
  display: flex;
}

.frame-101 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  object-fit: cover;
  border: 0 solid #fff;
  border-top-left-radius: 250px;
  border-top-right-radius: 250px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
  display: flex;
}

._3-columns-14 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 16px;
  display: flex;
}

.column-50 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 24px;
  display: flex;
}

.column-51 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.error-981f978a-6e13-737f-36e9-3b03afd06561 {
  color: #000;
  letter-spacing: 0;
  text-transform: undefined;
  font-family: Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 40px;
}

._3-columns-15 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.column-52 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 6px 15px 6px 101px;
  display: flex;
}

.frame-102 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-46 {
  color: #818181;
  letter-spacing: 0;
  text-transform: undefined;
  font-family: Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 22px;
}

.frame-103 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-104 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-47 {
  color: #000;
  text-align: right;
  letter-spacing: 0;
  text-transform: undefined;
  font-family: Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 22px;
}

.frame-105 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 14px;
  padding-bottom: 6px;
  display: flex;
}

.column-53 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.column-54 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 6px 24px 11px 101px;
  display: flex;
}

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

.text-48 {
  color: #818181;
  letter-spacing: 0;
  text-transform: undefined;
  font-family: Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 28px;
}

.about_me-6 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  background-color: #d8d8d8;
  border: 0 #000;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: -20px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-7 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 130px 24px 84px;
  display: flex;
}

.f2wf-columns-15 {
  z-index: 2;
  padding-top: 50px;
  padding-bottom: 0;
  position: static;
}

.frame-106 {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  object-position: 50% 50%;
  border: 0 solid #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 0;
  display: flex;
  box-shadow: 9px 9px 20px 20px #0000000a;
}

.bottum {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #232323;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 55px;
  display: flex;
  position: relative;
}

.text-49 {
  color: #fff;
  letter-spacing: -.04em;
  text-transform: undefined;
  border-bottom: 1px solid #fff;
  font-family: Forum, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.navbar {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  mix-blend-mode: luminosity;
  background-color: #f5f5f5;
  border: 1px #000;
  border-bottom: 1px solid #b3b3b3;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  transition: opacity .2s;
  display: block;
  position: relative;
  top: 0;
}

.container-10 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 2px 24px 0;
  line-height: 20px;
  display: block;
  position: relative;
}

.text-50 {
  color: #000;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: normal;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: Forum, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 140%;
  display: flex;
  position: sticky;
}

.frame-107 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff0;
  border: 1px solid #538dff;
  border-radius: 50px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: absolute;
  top: 15px;
  left: 857px;
}

.text-51 {
  color: #000;
  letter-spacing: -.01em;
  font-family: Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 34px;
}

.link-block {
  justify-content: flex-end;
  display: flex;
  position: sticky;
}

.div-block {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
}

.section-2 {
  margin-top: 26px;
  margin-bottom: 162px;
}

.heading-2 {
  color: #1d1d1d;
  text-align: center;
  letter-spacing: -2px;
  white-space: nowrap;
  font-family: Forum, sans-serif;
  font-size: 8rem;
  font-weight: 400;
  line-height: 79%;
}

.heading-2.top {
  color: #e0e0e0;
  white-space: nowrap;
  margin-top: 34px;
  margin-bottom: 0;
  font-family: Forum, sans-serif;
  font-size: 8.1rem;
  font-weight: 400;
  display: none;
}

.heading-3 {
  text-align: center;
  padding-bottom: 0;
  font-family: Forum, sans-serif;
  font-size: 3.5rem;
  line-height: 120%;
}

.heading-4 {
  color: #1d1d1d;
  text-align: center;
  white-space: nowrap;
  margin-top: -11px;
  font-family: Forum, sans-serif;
  font-size: 8rem;
  font-weight: 400;
  line-height: 78%;
}

.heading-4.bott {
  font-family: Playfair Display, sans-serif;
  font-size: 6.3rem;
  display: none;
}

.section-3 {
  border: 1px #b3b3b3;
  border-radius: 0;
  width: 96%;
  margin: 15px auto 30px;
  padding-top: 17px;
  padding-bottom: 30px;
  transition: opacity .2s;
  position: relative;
}

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

.cf-slide-nav {
  opacity: .5;
  color: #007e60;
  text-align: left;
  transform-style: preserve-3d;
  flex: none;
  display: none;
  inset: 97% 0% auto 75.8%;
  transform: scale3d(1.6, .3, 1);
}

.cf-right-arrow {
  width: auto;
  right: -8px;
}

.cf-left-arrow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: block;
}

.cf-review-author-job-title {
  letter-spacing: .6px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.cf-review-author-name {
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

.cf-review-author-info-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-review-author-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.cf-review-author-image-wrapper {
  border-radius: 100%;
  width: 56px;
  height: 56px;
  margin-right: 20px;
  overflow: hidden;
}

.cf-review-author-wrapper {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.cf-review-para-text {
  letter-spacing: .3px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}

.cf-review-head-text {
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

.cf-review-content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-review-star {
  margin-right: 10px;
}

.cf-review-star-wrapper {
  flex: none;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.cf-review-slide-content {
  flex-direction: column;
  align-items: flex-start;
  height: 400px;
  display: flex;
}

.cf-review-slide {
  width: auto;
  max-width: none;
  height: 400px;
  margin-right: 30px;
}

.cf-review-no-mask {
  height: 45vw;
  overflow: visible;
}

.cf-review-slider {
  background-color: #0000;
  flex-direction: row;
  align-items: flex-end;
  height: 45vw;
  display: flex;
}

.cf-reviewer-container {
  width: 100%;
  margin-bottom: 0;
  padding-top: 0;
  transition: opacity .2s;
  position: relative;
  left: 0%;
  overflow: visible;
}

.cf-reviewer-container:hover {
  filter: none;
}

.cf-colourful-text {
  background-image: linear-gradient(135deg, var(--conversion-flow-library-medium-purple), var(--conversion-flow-library-light-coral) 49%, var(--conversion-flow-library-coral) 75%, var(--conversion-flow-library-sandy-brown));
  white-space: normal;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-right: 3px;
  padding-bottom: 0;
  display: inline-block;
}

.cf-testimonial-h2-heading {
  color: #747474;
  letter-spacing: 1px;
  width: 300px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Helvetica Neue, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 129%;
}

.cf-green-top-heading {
  color: #00000080;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-family: Helvetica Neue, sans-serif;
  font-size: .7rem;
  font-weight: 400;
  display: block;
}

.cf-review-header-wrapper {
  max-width: 500px;
  margin-bottom: 60px;
}

.cf-review-wrapper {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.cf-wrapper-1200px {
  border: 1px #000;
  justify-content: space-between;
  align-items: center;
  width: 96%;
  max-width: 96%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.cf-review-section {
  background-color: #f5f5f5;
  border-radius: 0;
  padding-top: 5px;
  padding-bottom: 0;
  display: block;
  overflow: hidden;
}

.image {
  height: auto;
}

.image-2 {
  max-width: none;
}

.image-slide {
  height: 400px;
}

.image-2-copy {
  max-width: none;
  height: 400px;
}

.cf-right-arrow-2 {
  border-top: 0 #b3b3b3;
  width: 77%;
  display: block;
  right: -35%;
}

.cf-left-arrow-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 77%;
  display: block;
  inset: 0% auto 0% -20%;
}

.cf-review-slide-content-2 {
  border-radius: 4px;
  flex-direction: column;
  align-items: flex-start;
  height: 420px;
  display: flex;
}

.cf-review-slide-2 {
  z-index: 0;
  border-radius: 4px;
  width: auto;
  max-width: 100%;
  height: 450px;
  margin-right: 20px;
}

.cf-review-no-mask-2 {
  z-index: 3;
  border-radius: 4px;
  width: auto;
  height: 420px;
  margin-top: 0;
  margin-bottom: 14px;
  padding-top: 0;
  overflow: visible;
}

.cf-review-slider-2 {
  z-index: 2;
  background-color: #0000;
  border-radius: 4px;
  flex-direction: row;
  align-items: flex-end;
  height: auto;
  display: flex;
  overflow: visible;
}

.image-3 {
  max-width: 100%;
  height: 450px;
}

.image-3.imslider {
  height: 420px;
}

.image-4 {
  height: 450px;
}

.image-4.imslider {
  border-radius: 4px;
  height: 420px;
  padding-top: 0;
}

.image-5, .image-6, .image-7, .image-8 {
  height: 420px;
}

.columns {
  border: 1px #000;
  border-top-color: #b3b3b3;
  border-radius: 0;
  width: 100%;
  margin-bottom: 5px;
  transition: opacity .2s;
  display: flex;
}

.columns.clmnpading {
  border-top-style: solid;
  border-top-color: #a0a0a0;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 15px;
  display: flex;
}

.columns-2.prcols {
  border-top: 1px #b3b3b3;
  width: 100%;
  margin-bottom: 12px;
  padding-top: 60px;
  transition: opacity .2s;
}

.columns-2.prcols.clmnpading {
  border-top: .5px solid #8f8f8f;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  display: flex;
}

.imslide {
  border-radius: 4px;
  height: 420px;
}

.columns-3 {
  border-top: 1px solid #a0a0a0;
  align-items: stretch;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  transition: opacity .2s;
  display: flex;
}

.columns-4.prcols {
  border-top: 1px #b3b3b3;
  width: 100%;
  margin-top: 6px;
  margin-bottom: 12px;
  padding-top: 60px;
  transition: opacity .2s;
}

.columns-4.prcols.clmnpading {
  border-top-style: solid;
  border-top-color: #a0a0a0;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  display: flex;
}

.cf-faq-answer {
  color: #0d0e10bf;
  letter-spacing: -.32px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.cf-down-arrow {
  filter: sepia();
}

.cf-faq-question {
  color: #000;
  margin-right: 5%;
  font-family: Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 142%;
}

.cf-faq-question-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.cf-faq-wrapper {
  cursor: pointer;
  border-bottom: 1px #0000001a;
  max-width: none;
}

.faq-right-contain {
  grid-row-gap: 40px;
  flex-direction: column;
  width: 100%;
  max-width: none;
  display: flex;
}

.cf-faq-left-contain {
  grid-row-gap: 40px;
  flex-direction: column;
  width: 50%;
  max-width: 530px;
  display: flex;
}

.cf-faq-contain {
  grid-column-gap: 80px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 100px;
  display: flex;
}

.cf-h2-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 110%;
}

.cf-h2-heading.left {
  letter-spacing: -1px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Forum, sans-serif;
  font-size: 4rem;
  font-weight: 400;
}

.cf-faq-main-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 160px;
  display: flex;
}

.cf-faq-section-1 {
  background-color: #dfdfdf;
  border-radius: 14px;
  position: relative;
}

.cf-absolute-tab-image {
  width: 100%;
  max-width: 315px;
  position: absolute;
  inset: 7% -8% auto auto;
}

.cf-tab-image-2 {
  object-fit: contain;
}

.cf-flex-image-wrapper {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.cf-tabs-content-2 {
  width: 55%;
  max-width: 600px;
  margin-right: 9%;
  overflow: visible;
}

.cf-18px-paragraph-dim-grey {
  color: #646464;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.cf-18px-paragraph-dim-grey._16px-margin {
  margin-bottom: 16px;
}

.cf-tab-paragraph-contain {
  padding-left: 40px;
  display: block;
}

.cf-tab-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 120%;
}

.cf-tab-heading-contain {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.cf-tab-content {
  grid-row-gap: 12px;
  flex-direction: column;
  padding-top: 24px;
  display: flex;
}

.cf-tab-link {
  background-color: #0000;
  border-bottom: 1px solid #e7e7e7;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 0 24px;
  display: flex;
}

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

.cf-tab-main-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 110%;
}

.cf-tabs-menu-2 {
  flex-direction: column;
  width: 40%;
  max-width: 448px;
  display: flex;
}

.cf-tabs {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.cf-feature-tabs-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.cf-feature-tabs-section {
  width: 100%;
}

.heading-5 {
  clear: none;
  direction: ltr;
  color: #1d1d1d;
  text-align: center;
  column-count: auto;
  white-space: normal;
  justify-content: flex-start;
  width: 590px;
  margin: 0 auto;
  font-family: Helvetica Neue, sans-serif;
  font-size: 2rem;
  font-style: italic;
  font-weight: 300;
  line-height: 120%;
  display: inline-block;
  position: relative;
}

.prcol2 {
  border: 1px #000;
  border-top: 0 #979797;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.section-4 {
  margin-top: 150px;
  margin-bottom: 50px;
  display: none;
}

.prdesc {
  color: #333;
  width: 100%;
  margin-bottom: 0;
  font-family: Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 19px;
  text-decoration: none;
}

.prdesc.mob {
  display: none;
}

.prdesc.desktop {
  width: auto;
  padding-left: 0;
  padding-right: 30px;
  font-family: Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 123%;
  display: block;
}

.columns-5 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
}

.prhead {
  color: #000;
  text-align: left;
  margin-top: 7px;
  margin-bottom: -5px;
  font-family: Helvetica Neue, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 100%;
  display: none;
}

.column-56 {
  padding-left: 0;
  padding-right: 0;
}

.columns-6 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}

.cf-bottom-line-2 {
  background-color: #ccc;
  width: 100%;
  height: 1px;
}

.cf-faq-content-2 {
  color: #121212;
  margin-bottom: 0;
  padding-bottom: 32px;
  font-family: Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}

.cf-faq-answer-wrap-2 {
  color: #121212;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 7%;
}

.cf-faq-line-vertical {
  background-color: #121212;
  border-radius: 100px;
  width: 2px;
  height: 10px;
  position: absolute;
}

.cf-faq-line {
  background-color: #121212;
  border-radius: 100px;
  width: 10px;
  height: 2px;
}

.cf-faq-icon-contain {
  border: 2px solid #121212;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.cf-faq-questions-2 {
  color: #0d0e10;
  width: 90%;
  font-family: Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 133%;
}

.cf-faq-question-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cf-faq-question-container-3 {
  cursor: pointer;
  border-top: 1px #000;
  padding-top: 25px;
  padding-bottom: 25px;
}

.cf-faq-question-container-3.first {
  padding-top: 15px;
  padding-bottom: 15px;
}

.cf-faq-plus-card {
  color: #181818;
  border-top: 1px #000;
  width: 100%;
  max-width: none;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.cf-faqs-container {
  z-index: 2;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 0;
  display: flex;
  position: relative;
}

.cf-faq-main-heading {
  color: #000;
  text-align: center;
  width: 90%;
  margin-top: 0;
  margin-bottom: 80px;
  font-family: Forum, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 110%;
}

.cf-faq-container {
  flex-direction: column;
  align-items: center;
  margin-bottom: 140px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.stepswrap1 {
  border: 1px solid #b8b8b8;
  padding: 5px;
}

.stepswrap2 {
  border: 1px solid #b8b8b8;
  border-radius: 1px;
  width: 70vw;
  max-width: 840px;
  padding: 50px;
}

.cf-bottom-line-3 {
  background-color: #e5e5e5;
  width: 100%;
  height: 1px;
}

.cf-faq-content-3 {
  color: #121212;
  margin-bottom: 0;
  padding-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 178%;
}

.cf-faq-questions-3 {
  color: #0d0e10;
  width: 90%;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 133%;
}

.cf-faq-question-container-4 {
  cursor: pointer;
  padding-top: 32px;
  padding-bottom: 32px;
}

.cf-faq-question-container-4.first {
  border-top: 1px solid #e5e5e5;
}

.cf-faq-plus-card-2 {
  color: #181818;
  width: 100%;
  max-width: 730px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.cf-faq-main-heading-2 {
  color: #000;
  text-align: center;
  width: 90%;
  margin-top: 0;
  margin-bottom: 80px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-faq-container-2 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 140px;
  padding-top: 100px;
  display: flex;
}

.cf-bottom-line {
  background-color: #0d0e101a;
  width: 100%;
  height: 1px;
}

.cf-faq-content {
  color: #0d0e10bf;
  margin-bottom: 0;
  padding-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.cf-faq-answer-wrap {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 10%;
}

.cf-faq-questions {
  color: #0d0e10;
  width: 90%;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 34px;
}

.cf-faq-question-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cf-faq-question-container-2 {
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cf-faq-question-container-2.first {
  border-top: 1px solid #0d0e101a;
}

.cf-faq-card {
  color: #181818;
  width: 100%;
  max-width: 730px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.cf-faqs-wrapper {
  width: 60%;
  padding-top: 0;
}

.cf-call-arrow-down {
  margin-bottom: -18px;
  margin-left: -18px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.cf-call-arrow-down.gradient {
  margin-bottom: -22px;
  margin-left: -22px;
}

.cf-call-arrow-contain {
  background-color: #0d0e10;
  border-top-right-radius: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 32px;
  height: 32px;
  margin-left: 12px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-call-arrow-contain.cf-gradient {
  background-color: #b16cea;
  background-image: linear-gradient(135deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  width: 40px;
  height: 40px;
  padding-bottom: 6px;
  padding-left: 6px;
}

.cf-gradient-span {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Montserrat, sans-serif;
}

.cf-call-button {
  color: #0d0e10;
  letter-spacing: -.32px;
  align-items: center;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.cf-call-button._24px-bold {
  color: #b16cea;
  letter-spacing: normal;
  padding-left: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}

.cf-faq-bold-text {
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.cf-faq-paragraph {
  color: #0d0e10bf;
  letter-spacing: -.32px;
  max-width: 640px;
  margin-top: 24px;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.cf-h2-heading-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 110%;
}

.cf-h2-heading-2.left {
  letter-spacing: -1px;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
}

.cf-faqs-text-wrap {
  width: 35%;
  max-width: 383px;
}

.cf-faq-main-wrapper-2 {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 160px;
  display: flex;
}

.cf-faq-main-wrapper-2.horizontal {
  flex-direction: row;
  padding-top: 100px;
}

.cf-faq-section-2 {
  position: relative;
}

.cf-bottom-line-4 {
  background-color: #e5e5e5;
  width: 100%;
  height: 1px;
}

.cf-faq-content-4 {
  color: #121212;
  margin-bottom: 0;
  padding-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 178%;
}

.cf-faq-answer-wrap-3 {
  color: #121212;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 7%;
}

.cf-faq-line-vertical-2 {
  background-color: #121212;
  border-radius: 100px;
  width: 2px;
  height: 10px;
  position: absolute;
}

.cf-faq-line-2 {
  background-color: #121212;
  border-radius: 100px;
  width: 10px;
  height: 2px;
}

.cf-faq-icon-contain-2 {
  border: 2px solid #121212;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.cf-faq-questions-4 {
  color: #0d0e10;
  width: 90%;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 133%;
}

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

.cf-faq-question-container-5 {
  cursor: pointer;
  padding-top: 32px;
  padding-bottom: 32px;
}

.cf-faq-question-container-5.first {
  border-top: 1px solid #e5e5e5;
}

.cf-faq-plus-card-3 {
  color: #181818;
  width: 100%;
  max-width: 730px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.cf-faqs-container-2 {
  z-index: 2;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 0;
  display: flex;
  position: relative;
}

.cf-faq-main-heading-3 {
  color: #000;
  text-align: center;
  width: 90%;
  margin-top: 0;
  margin-bottom: 80px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-faq-container-3 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 140px;
  padding-top: 100px;
  display: flex;
}

.cf-bottom-line-5 {
  background-color: #0d0e1061;
  width: 100%;
  height: 1px;
}

.cf-faq-content-5 {
  color: #0d0e10bf;
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-left: 25px;
  font-family: Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 125%;
}

.cf-faq-answer-wrap-4 {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 10%;
}

.cf-faq-icon-2 {
  filter: grayscale();
  mix-blend-mode: difference;
}

.cf-faq-questions-5 {
  color: #0d0e10;
  width: 90%;
  font-family: Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 34px;
}

.cf-faq-question-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  padding-right: 15px;
  display: flex;
}

.cf-faq-question-container-6 {
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 25px;
}

.cf-faq-question-container-6.first {
  border-top: 1px #0d0e1059;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 25px;
}

.cf-faq-card-2 {
  color: #181818;
  width: 100%;
  max-width: 730px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.cf-faqs-wrapper-2 {
  border: 0 #b4b4b4;
  border-radius: 0;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.cf-call-arrow-down-2 {
  margin-bottom: -18px;
  margin-left: -18px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.cf-call-arrow-down-2.gradient {
  margin-bottom: -22px;
  margin-left: -22px;
}

.cf-call-arrow-contain-2 {
  background-color: #0d0e10;
  border-top-right-radius: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 32px;
  height: 32px;
  margin-left: 12px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-call-arrow-contain-2.cf-gradient {
  background-color: #b16cea;
  background-image: linear-gradient(135deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  width: 40px;
  height: 40px;
  padding-bottom: 6px;
  padding-left: 6px;
}

.cf-gradient-span-2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Montserrat, sans-serif;
}

.cf-call-button-2 {
  color: #0d0e10;
  letter-spacing: -.32px;
  align-items: center;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.cf-call-button-2._24px-bold {
  color: #b16cea;
  letter-spacing: normal;
  padding-left: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}

.cf-faq-bold-text-2 {
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.cf-faq-paragraph-2 {
  color: #0d0e10bf;
  letter-spacing: -.32px;
  max-width: 640px;
  margin-top: 24px;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.cf-h2-heading-3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 110%;
}

.cf-h2-heading-3.left {
  letter-spacing: -1px;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
}

.cf-faqs-text-wrap-2 {
  width: 35%;
  max-width: 383px;
}

.cf-faq-main-wrapper-3 {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 160px;
  display: flex;
}

.cf-faq-main-wrapper-3.horizontal {
  flex-direction: row;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.cf-faq-section-3 {
  background-color: #ececec;
  border: 1px #a0a0a0;
  border-radius: 0;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 90px 2%;
  display: flex;
  position: relative;
}

.cf-faq-section-3._2 {
  display: none;
}

.heading-6 {
  color: #333;
  text-align: left;
  letter-spacing: -.03rem;
  text-transform: lowercase;
  width: auto;
  margin: 16px auto 30px;
  font-family: Forum, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 100%;
  transition: opacity .2s;
  position: sticky;
  top: 50px;
}

.div-block-3 {
  border: 1px #a0a0a0;
  border-style: none solid;
  border-radius: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: relative;
}

.div-block-4 {
  border: 1px #a0a0a0;
  border-radius: 0;
  justify-content: flex-start;
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
}

.columns-7 {
  height: auto;
  line-height: 0;
}

.column-57 {
  height: 29px;
}

.column-58 {
  height: 20px;
  bottom: auto;
}

.column-59 {
  justify-content: flex-start;
  padding-top: 32px;
  padding-left: 0;
  display: flex;
}

.column-60 {
  padding-top: 6px;
}

.column-61 {
  align-items: center;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  top: 85px;
}

.h3-name-work {
  direction: ltr;
  color: #333;
  text-align: left;
  letter-spacing: -.03rem;
  text-indent: 0;
  text-transform: none;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 120%;
  transition: opacity .2s;
}

.section-32 {
  background-color: #0000;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-top: 60px;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 10px;
  transition: opacity .2s;
  display: none;
  position: relative;
}

.text-span {
  color: #bdbdbd;
}

.italic-text {
  font-size: 6rem;
}

.text-span-2 {
  color: #d4d4d4;
}

.tag-works {
  color: #a1a1a1;
  text-align: left;
  width: auto;
  font-family: Helvetica Neue, sans-serif;
  font-size: 14px;
}

.column-62 {
  grid-row-gap: 0px;
  border-top: 0 #d6d6d6;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 0 40px 0 0;
  display: flex;
}

.column-63 {
  grid-row-gap: 6px;
  border-top: 0 #979797;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 40px 20px 0;
  display: flex;
}

.column-64, .column-65 {
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 40px 20px 0;
  display: flex;
}

.italic-text-2 {
  color: #d8d8d8;
}

.column-66 {
  padding-left: 0;
}

.text-span-3 {
  color: #c9c9c9;
}

.text-span-4 {
  color: #b3b3b3;
  letter-spacing: -.5px;
}

.text-span-5, .text-span-6 {
  color: #979797;
}

.italic-text-3 {
  color: #333;
  font-style: normal;
}

.section-33 {
  display: none;
  overflow: hidden;
}

.italic-text-4 {
  color: #d6d6d6;
  font-style: normal;
}

.scroll-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  background-color: #222;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: visible;
}

.scroll-img-wrap {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  display: block;
  overflow: visible;
}

.scroll-visual {
  object-position: 100% 50%;
  background-color: #0000;
  width: 100%;
  height: 650px;
  padding-top: 0;
  padding-bottom: 0;
  position: sticky;
  top: 14em;
  left: auto;
  right: auto;
  overflow: visible;
}

.scroll-img-list {
  border-left: 1px #a0a0a0;
  width: 100%;
  height: 100%;
  position: relative;
}

.scroll-img-item {
  opacity: 0;
  width: 0%;
  height: 100%;
  transition: opacity .2s linear;
  position: absolute;
  inset: 0%;
}

.scroll-img-item.is-active {
  opacity: 1;
  white-space: nowrap;
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.scroll-img {
  width: 100%;
  height: 100%;
}

.scroll-content {
  border-right: 1px #a0a0a0;
  padding: 4em 6em;
  position: sticky;
  top: 4px;
}

.scroll-text-wrap {
  padding-bottom: 0;
}

.scroll-text-list {
  position: relative;
  inset: 0%;
}

.scroll-text-item {
  grid-column-gap: 1.75em;
  grid-row-gap: 1.75px;
  opacity: .2;
  background-color: #0000;
  border-radius: 5px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 10em;
  padding-bottom: 10em;
  transition: opacity .1s;
  display: flex;
  position: static;
  top: 7px;
}

.scroll-text-item.is-active {
  opacity: 1;
}

.page-wrapper {
  width: 100%;
  position: relative;
}

.h2section {
  background-color: #222;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-top: 49px;
  padding-bottom: 30px;
  overflow: visible;
}

.h2section.over {
  margin-top: 0;
  padding-top: 90px;
  padding-bottom: 90px;
  overflow: visible;
}

.h2section.over.display-no {
  display: none;
}

.heading-8 {
  color: #fff;
  text-align: center;
  text-transform: lowercase;
  background-color: #0000;
  width: 495px;
  margin-left: auto;
  margin-right: auto;
  font-family: Forum, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 100%;
  transition: opacity .2s;
}

.text-span-7 {
  color: #979797;
}

.stckhwwrap {
  background-color: #0000;
  margin-bottom: 80px;
  padding-bottom: 60px;
  position: sticky;
  top: 44px;
}

.scrollh3 {
  font-family: Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}

.scroll-text {
  font-family: Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 22.5px;
}

.stack-section {
  display: none;
}

.stack-wrapper {
  grid-row-gap: 5rem;
  flex-direction: column;
  display: flex;
}

.stack-card {
  background-color: var(--conversion-flow-library-medium-purple);
  border-radius: 7px;
  height: 22.5rem;
  position: sticky;
  top: 10rem;
}

.stack-card.crd-2 {
  background-color: var(--conversion-flow-library-light-coral);
  top: 12.5rem;
}

.stack-card.crd-3 {
  background-color: var(--conversion-flow-library-coral);
  top: 15rem;
}

.stack-card.crd-4 {
  background-color: var(--conversion-flow-library-sandy-brown);
  top: 12.5rem;
}

.stack-card.crd-5 {
  top: 15rem;
}

.scroll-container {
  overflow: visible;
}

.scroll-visual-over {
  object-fit: fill;
  width: 100%;
  height: 47vw;
  position: relative;
  overflow: hidden;
}

.new-3-columns {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 680px;
  display: flex;
}

.f2wf-columns-16 {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  height: 85vh;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.new-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 85vh;
  padding-top: 0;
  transition: opacity .2s;
  display: flex;
}

.new-frame-70 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 250px 250px 4px 4px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 52vw;
  min-height: auto;
  padding: 0;
  display: flex;
  position: relative;
}

.new-text {
  color: #fff;
  letter-spacing: -.01em;
  text-transform: undefined;
  margin-bottom: 25px;
  padding-left: 30px;
  font-family: Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 34px;
  position: absolute;
}

.new-frame-71 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: 85vh;
  min-height: auto;
  padding: 0;
  display: flex;
  position: relative;
}

.new-frame-72 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 85vh;
  min-height: auto;
  padding: 0;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.gradient-div {
  background-image: linear-gradient(#fff0, #000000cf);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  height: 200px;
  position: absolute;
  inset: auto 0% 0%;
}

.gradient-div2 {
  position: absolute;
}

.image-9 {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 250px 250px 4px 4px;
  height: 52vw;
  position: relative;
}

.clmn-arc {
  height: 52vw;
  padding-left: 0;
  padding-right: 0;
  transition: opacity .2s;
}

.clmn-arc.mob {
  padding-right: 0;
  transition: opacity .2s;
}

.columns-8 {
  grid-column-gap: 20px;
  border: 1px #000;
  border-color: #000 #b3b3b3;
  justify-content: space-around;
  display: none;
}

.container-gallary {
  max-width: 1200px;
}

.section-gallary {
  background-color: #302e2e;
  border-radius: 20px 20px 0 0;
  margin-top: -20px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
}

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 60px;
  padding-bottom: 60px;
}

.image-10.gallaryimg {
  object-fit: cover;
  height: 70vh;
}

.gallaryimg {
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  height: 70vh;
}

.bold-text-2 {
  font-family: Helvetica Neue, sans-serif;
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
}

.bold-text-3, .bold-text-4 {
  font-weight: 400;
}

.linabg {
  z-index: 1;
  white-space: nowrap;
  mix-blend-mode: luminosity;
  object-fit: fill;
  flex: 1;
  order: 0;
  justify-content: center;
  align-self: auto;
  width: 100%;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 9px auto auto 0%;
  overflow: hidden;
}

.linabgimg {
  clear: none;
  text-align: center;
  mix-blend-mode: normal;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  overflow: visible;
}

.section-about-text {
  background-color: #d8d8d8;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 128px;
}

.h4bye {
  width: 100%;
  margin-bottom: 22px;
  font-family: Helvetica Neue, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 120%;
  position: relative;
}

.edtext {
  margin-bottom: 10px;
  font-family: Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 16px;
}

.edyear {
  color: #9b9b9b;
  justify-content: flex-end;
  margin-bottom: 0;
  font-family: Helvetica Neue, sans-serif;
  font-size: .9rem;
  font-weight: 300;
  display: flex;
}

.colyear {
  justify-content: flex-end;
  display: flex;
}

.colyear.mn {
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 0;
  line-height: 16px;
  display: block;
}

.columns-9 {
  margin-top: 20px;
}

.column-67 {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: visible;
}

.columns-10, .columns-11, .columns-12, .column-68 {
  line-height: 16px;
}

.container-12 {
  flex-flow: column;
  justify-content: center;
  max-width: 92%;
  margin-top: 40px;
  display: flex;
}

.img-mob-scroll, .content-mob-scroll {
  display: none;
}

.btn-col {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  background-color: #0000;
  border: 1px solid #252525;
  border-radius: 250px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  margin: 30px auto;
  font-family: Helvetica Neue, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 100%;
  transition: opacity .2s;
  display: flex;
}

.btn-col:hover {
  color: #fff;
  background-color: #333;
}

.btn-docs {
  color: #0f0f0f;
  text-align: center;
  white-space: normal;
  background-color: #ececec;
  border-radius: 100px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  font-family: Helvetica Neue, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 100%;
  transition: opacity .2s;
  display: inline-block;
  position: relative;
}

.btn-docs:hover {
  color: #fff;
  background-color: #363636;
}

.wrap-btn-docs {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wrap-btn-docs.newbtn {
  display: none;
}

.cl-project {
  padding-right: 0;
}

.h4-ed {
  clear: none;
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 auto;
  font-family: Helvetica Neue, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 16px;
  display: block;
  position: relative;
}

.column-72 {
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.lineh2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 23px;
  margin-bottom: auto;
  font-family: Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 100%;
}

.line-div {
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  display: none;
}

.elipse-line-img {
  opacity: 1;
  width: 9px;
  height: 9px;
  margin-right: 15px;
}

.tag-div {
  border: .5px solid #979797;
  border-bottom-color: #686868;
  border-radius: 20px;
  margin-bottom: 5px;
  padding-top: 2px;
  padding-left: 11px;
  padding-right: 11px;
}

.tag-text {
  color: gray;
  text-transform: uppercase;
  font-family: Helvetica Neue, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.tags-wrap {
  grid-column-gap: 5px;
  flex-flow: wrap;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.column-73 {
  flex-direction: row;
  align-items: stretch;
  display: block;
}

.stick-h2-works-wrap {
  display: block;
  position: relative;
  top: 0;
}

.cl-title {
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-end;
  margin-bottom: 9px;
  display: flex;
}

.column-74 {
  justify-content: flex-start;
  align-items: flex-end;
  padding-left: 0;
  display: flex;
}

.column-75 {
  align-items: flex-end;
  padding-left: 0;
  display: flex;
}

.column-76, .column-77 {
  padding-left: 0;
}

.text-desc-work {
  font-family: Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 100%;
}

.pr-block {
  border-left: .5px #8f8f8f;
  width: 100%;
  margin-bottom: 60px;
  padding: 3px 0% 8px;
  transition: opacity .2s;
}

.faq-cols {
  border-top: 1px solid #a0a0a0;
  border-bottom: 1px solid #a0a0a0;
  flex: 1;
  position: relative;
}

.column-78 {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.column-79 {
  padding-left: 0;
  padding-right: 0;
}

.modal_outer-wrapper {
  z-index: 999;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #00000040;
  justify-content: center;
  align-items: center;
  transition: opacity .275s;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal_inner-wrapper {
  z-index: 2;
  background-color: #e6e6e6;
  border-radius: 12px;
  flex-direction: column;
  padding: 40px 30px 30px;
  line-height: 20px;
  display: flex;
  position: relative;
}

.form-h4 {
  text-align: center;
  margin-bottom: 15px;
  font-family: Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 120%;
}

.modal_close-btn {
  opacity: 1;
  cursor: pointer;
  width: 32px;
  padding: 5px;
  position: absolute;
  inset: 3% 3% auto auto;
}

.form-p {
  text-align: center;
  width: 450px;
  margin-bottom: 0;
  font-family: Helvetica Neue, sans-serif;
  font-size: 16px;
}

.form-name {
  color: #333;
  font-family: Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}

.form-block {
  margin-top: 21px;
}

.btn-form {
  letter-spacing: .03rem;
  background-color: #222;
  border: 1px solid #000;
  border-radius: 20px;
  width: auto;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 14px;
}

.btn-form:hover {
  color: #333;
  background-color: #2220;
  border: 1px solid #000;
}

.form-name-field {
  border-radius: 5px;
  height: 42px;
  margin-bottom: 15px;
}

.formt-tel-field {
  border-radius: 5px;
  height: 42px;
}

.form {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 340px;
  margin: 0 auto;
  padding: 0;
  display: flex;
}

.modal_click-outside-wrapper {
  z-index: 1;
  display: block;
  position: absolute;
  inset: 0%;
}

.the-end-p {
  text-transform: none;
  flex-flow: column;
  width: 100%;
  margin-bottom: 10px;
  font-family: Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 108%;
  display: block;
  position: relative;
}

.modal-bottom_outer-wrapper, .modal-calc_outer-wrapper, .modal-bounce_outer-wrapper {
  z-index: 999;
  background-color: #00000040;
  justify-content: center;
  align-items: center;
  transition: opacity .275s;
  display: none;
  position: fixed;
  inset: 0%;
}

.form-pollitic {
  text-align: center;
  margin-top: 20px;
  font-family: Helvetica Neue, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 120%;
}

.docs-link {
  color: #c780e4;
}

.docs-link:hover {
  color: #e272e2;
}

.modal-docs-llist_outer-wrapper {
  z-index: 999;
  background-color: #00000040;
  justify-content: center;
  align-items: center;
  transition: opacity .275s;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-p-black {
  color: #e4e4e4;
  text-align: left;
  width: 700px;
  margin-bottom: 0;
  font-family: Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 120%;
}

.modal-black_inner-wrapper {
  z-index: 2;
  background-color: #2a2a2a;
  border-radius: 12px;
  flex-direction: column;
  padding: 30px;
  line-height: 20px;
  display: flex;
  position: relative;
}

.form-h4-black {
  color: #d6d6d6;
  text-align: left;
  margin-bottom: 15px;
  font-family: Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 120%;
}

.bold-text-5 {
  color: #bbb;
}

.slider-css {
  height: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.splide {
  width: 100%;
  position: relative;
}

.splide.slider1.pill {
  padding-right: 14em;
  overflow: hidden;
}

.splide__list {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 90vh;
  display: flex;
}

.header-8 {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-top: 8.7em;
  padding-bottom: 6.2em;
  display: block;
}

.header_sub-line {
  background-color: #242022;
  flex: 0 auto;
  width: 4em;
  height: 1px;
}

.header_sub {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 2em;
  display: flex;
}

.header_sub-text {
  letter-spacing: .2em;
  text-transform: uppercase;
  flex: 1;
  margin-left: 1em;
  font-size: .8em;
  font-weight: 500;
}

.splide__slide {
  flex: none;
  width: auto;
  max-width: none;
  height: auto;
  display: block;
  position: static;
}

.container-13 {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
}

.splide__track {
  width: auto;
}

.button-2 {
  color: #242022;
  text-align: center;
  background-color: #0000;
  border: 1px solid #242022;
  border-radius: 100vw;
  padding: .5em 2.4em;
  font-size: .9em;
  font-weight: 500;
  transition: all .2s cubic-bezier(.165, .84, .44, 1);
}

.button-2:hover {
  color: #dfdad5;
  background-color: #242022;
}

.splide__arrows {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.splide__arrows.is--mobile-center {
  display: none;
}

.slider-pill {
  text-align: center;
  flex-direction: row;
  justify-content: flex-start;
  width: auto;
  max-width: none;
  height: 90vh;
  display: block;
  position: relative;
}

.slider-pill_img {
  object-fit: cover;
  background-color: #24202224;
  border-radius: 5px;
  width: auto;
  max-width: none;
  height: 90vh;
  position: static;
  overflow: visible;
}

.slider-pill_photo {
  object-fit: cover;
  width: auto;
  max-width: none;
  height: 100%;
  transition: transform .35s;
  position: static;
  inset: 0%;
}

.sliders_text2 {
  font-style: italic;
}

.scroll-text-mob {
  font-family: Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 22.5px;
}

.modal_close-btn-black {
  opacity: 1;
  filter: invert();
  cursor: pointer;
  width: 32px;
  padding: 5px;
  position: absolute;
  inset: 3% 3% auto auto;
}

.container-slider-finish {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: none;
}

.gallaryimg-slider {
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  height: 420px;
}

.splide__slide-fin {
  flex: none;
  width: auto;
  max-width: none;
  height: 420px;
  display: block;
  position: static;
}

.slider-pill-fin {
  text-align: center;
  flex-direction: row;
  justify-content: flex-start;
  width: auto;
  max-width: none;
  height: 420px;
  display: block;
  position: relative;
}

.slider-pill_img-copy, .slider-pill_img-fin {
  object-fit: cover;
  background-color: #24202224;
  border-radius: 5px;
  width: auto;
  max-width: none;
  height: 420px;
  position: static;
  overflow: hidden;
}

.columns-13 {
  float: none;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.column-80 {
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.columns-9-copy {
  margin-top: 10px;
}

.cf-wrapper-1200px-copy {
  border: 1px #000;
  justify-content: space-between;
  align-items: center;
  width: 96%;
  max-width: 96%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.heading-copy {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  width: auto;
  margin: 10px auto 15px;
  font-family: Forum, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 110%;
  text-decoration: none;
}

@media screen and (min-width: 1440px) {
  .f2wf-columns-6 {
    object-fit: fill;
    height: 100vh;
  }

  .button {
    font-size: 14px;
  }

  .text-13 {
    font-size: 1.1rem;
  }

  .steps {
    display: none;
  }

  .column-19 {
    position: sticky;
    top: 0;
    left: auto;
  }

  ._4 {
    position: relative;
  }

  .frame-72, .frame-73 {
    height: 85vh;
  }

  .price {
    padding-bottom: 0;
  }

  .about_me-6 {
    display: block;
  }

  .frame-106 {
    justify-content: center;
    align-items: flex-end;
    width: 430px;
    height: 100%;
    position: relative;
  }

  .bottum {
    margin-top: 0;
  }

  .cf-slide-nav {
    opacity: .3;
    text-align: left;
    padding-top: 10px;
    display: none;
    top: 99%;
    left: 22.8%;
  }

  .cf-review-no-mask {
    overflow: visible;
  }

  .cf-review-slider {
    height: 46vw;
  }

  .cf-testimonial-h2-heading {
    letter-spacing: 0;
    width: 371px;
    font-size: 1rem;
    font-weight: 300;
  }

  .cf-review-header-wrapper {
    margin-bottom: 2px;
  }

  .cf-review-no-mask-2 {
    overflow: visible;
  }

  .image-4.imslider {
    height: 420px;
  }

  .columns {
    margin-bottom: 12px;
  }

  .columns-2 {
    height: 650px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .columns-2.prcols {
    height: auto;
  }

  .imslide {
    height: 420px;
  }

  .columns-3 {
    margin-bottom: 12px;
  }

  .columns-4 {
    height: 650px;
    margin-bottom: 0;
  }

  .columns-4.prcols {
    height: auto;
    margin-bottom: 12px;
  }

  .cf-faq-section-1 {
    background-color: #ebebeb;
    border-radius: 50px;
  }

  .heading-5 {
    text-align: center;
    margin-top: 0;
  }

  .prcol2 {
    border: 1px #000;
  }

  .container-11 {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
  }

  .section-4 {
    margin-top: 309px;
  }

  .prdesc {
    width: 400px;
    font-family: Helvetica Neue, sans-serif;
    font-size: .95rem;
  }

  .columns-5 {
    margin-bottom: 0;
  }

  .prhead {
    margin-top: 6px;
    font-family: Helvetica Neue, sans-serif;
    font-weight: 400;
    display: none;
  }

  .bold-text {
    font-weight: 400;
  }

  .cf-faq-main-wrapper-3.horizontal {
    justify-content: flex-start;
    margin-left: auto;
    display: flex;
    position: relative;
    left: 0;
  }

  .div-block-3 {
    width: 100%;
  }

  .div-block-4 {
    justify-content: flex-start;
    display: flex;
  }

  .column-59 {
    justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .scroll-content {
    padding-top: 30vh;
    padding-bottom: 30vh;
  }

  .scroll-text-wrap {
    max-width: 30em;
  }

  .scroll-text-item {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .h2section.over {
    border-radius: 0;
  }

  .f2wf-columns-16, .new-column, .new-frame-71, .new-frame-72 {
    height: 85vh;
  }

  .h4bye {
    box-sizing: border-box;
    flex-flow: column;
    align-items: flex-start;
    width: 460px;
    font-size: 1.4rem;
    display: flex;
    position: relative;
  }

  .edtext, .edyear {
    position: relative;
  }

  .colyear.mn {
    justify-content: flex-end;
  }

  .columns-9 {
    position: relative;
  }

  .column-67 {
    box-sizing: border-box;
    object-fit: fill;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .columns-10, .columns-11, .columns-12 {
    position: relative;
  }

  .container-12 {
    flex-flow: column;
    align-items: stretch;
    display: flex;
    position: relative;
  }

  .h4-ed {
    text-align: right;
    margin-bottom: 0;
    display: block;
    position: relative;
  }

  .the-end-p {
    flex-flow: column;
    align-items: flex-start;
    width: 460px;
    font-size: 1.2rem;
    display: block;
    position: relative;
  }

  .columns-13 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: flex-start;
    position: relative;
  }

  .bold-text-6, .italic-text-5, .bold-text-7, .bold-text-8 {
    position: relative;
  }

  .columns-9-copy {
    align-self: auto;
    margin-top: 10px;
    position: relative;
  }
}

@media screen and (max-width: 991px) {
  .f2wf-columns, .f2wf-columns-2, .f2wf-columns-3, .f2wf-columns-4, .f2wf-columns-5 {
    flex-direction: column;
    align-items: center;
  }

  .style-guide-wrapper, .styles-wrapper {
    flex-direction: column;
  }

  .f2wf-columns-6 {
    flex-direction: column;
    align-items: center;
    height: 100vh;
  }

  .left-img.right, .left-img.left {
    height: 52vw;
  }

  .button {
    border-radius: 50px;
    width: auto;
    height: auto;
  }

  .text-13 {
    font-size: 1rem;
    line-height: 36px;
  }

  .f2wf-columns-7 {
    flex-direction: column;
    align-items: center;
  }

  .heading {
    font-size: 1.25rem;
    font-weight: 300;
  }

  .f2wf-columns-8, .f2wf-columns-9 {
    flex-direction: column;
    align-items: center;
  }

  .visual_var {
    margin-top: -22px;
    padding-top: 60px;
    padding-bottom: 110px;
  }

  .text-23 {
    font-size: 2.25rem;
  }

  .f2wf-columns-10 {
    flex-direction: column;
    align-items: center;
  }

  .frame-72, .frame-73 {
    height: 590px;
  }

  .price {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .column-23 {
    display: flex;
  }

  .column-23.btn {
    justify-content: center;
    align-items: center;
  }

  .f2wf-columns-11, .f2wf-columns-12, .f2wf-columns-13, .f2wf-columns-14, .f2wf-columns-15 {
    flex-direction: column;
    align-items: center;
  }

  .frame-106 {
    width: 100%;
    max-width: 100%;
    height: 60vh;
  }

  .cf-slide-nav {
    text-align: right;
    display: block;
    left: 68.8%;
  }

  .cf-review-wrapper {
    padding-bottom: 0;
  }

  .cf-review-section {
    padding-bottom: 20px;
  }

  .cf-right-arrow-2, .cf-left-arrow-2 {
    display: none;
  }

  .columns.clmnpading {
    margin-bottom: 5px;
  }

  .cf-faq-wrapper {
    max-width: none;
  }

  .faq-right-contain {
    width: 100%;
    max-width: none;
    margin-left: 0;
  }

  .cf-faq-left-contain {
    width: 100%;
    max-width: none;
    margin-right: 0;
  }

  .cf-faq-contain {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: center;
    margin-top: 80px;
  }

  .cf-h2-heading, .cf-h2-heading.left {
    font-size: 42px;
  }

  .cf-tabs-content-2 {
    width: 100%;
    margin-right: 0%;
  }

  .cf-tabs-menu-2 {
    width: 100%;
    max-width: 500px;
  }

  .cf-tabs {
    grid-row-gap: 80px;
    flex-direction: column;
    max-width: 550px;
  }

  .cf-feature-tabs-wrapper {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .prcol2 {
    object-position: 50% 50%;
    margin-bottom: 15px;
  }

  .prdesc.mob {
    width: 100%;
    margin-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .prdesc.desktop {
    display: none;
  }

  .columns-5 {
    margin-bottom: 0;
    display: none;
  }

  .prhead {
    font-size: 1.25rem;
    font-weight: 400;
  }

  .cf-faq-content-2 {
    padding-bottom: 24px;
  }

  .cf-faq-answer-wrap-2 {
    padding-bottom: 0;
    padding-right: 7%;
  }

  .cf-faqs-container {
    width: 90%;
    padding-top: 0;
  }

  .cf-faq-main-heading {
    text-align: center;
    font-size: 30px;
  }

  .cf-faq-content-3 {
    padding-bottom: 24px;
  }

  .cf-faq-main-heading-2 {
    text-align: center;
    font-size: 30px;
  }

  .cf-faq-content {
    padding-bottom: 24px;
  }

  .cf-faq-answer-wrap {
    padding-bottom: 0;
    padding-right: 7%;
  }

  .cf-faqs-wrapper {
    width: 100%;
    padding-top: 0;
  }

  .cf-h2-heading-2, .cf-h2-heading-2.left {
    font-size: 42px;
  }

  .cf-faqs-text-wrap {
    width: 100%;
    max-width: 420px;
    margin-bottom: 100px;
  }

  .cf-faq-main-wrapper-2.horizontal {
    flex-direction: column;
    padding-bottom: 120px;
  }

  .cf-faq-content-4 {
    padding-bottom: 24px;
  }

  .cf-faq-answer-wrap-3 {
    padding-bottom: 0;
    padding-right: 7%;
  }

  .cf-faqs-container-2 {
    width: 90%;
    padding-top: 0;
  }

  .cf-faq-main-heading-3 {
    text-align: center;
    font-size: 30px;
  }

  .cf-faq-content-5 {
    padding-bottom: 24px;
  }

  .cf-faq-answer-wrap-4 {
    padding-bottom: 0;
    padding-right: 7%;
  }

  .cf-faqs-wrapper-2 {
    width: 100%;
    padding-top: 0;
  }

  .cf-h2-heading-3, .cf-h2-heading-3.left {
    font-size: 42px;
  }

  .cf-faqs-text-wrap-2 {
    width: 100%;
    max-width: 420px;
    margin-bottom: 100px;
  }

  .cf-faq-main-wrapper-3.horizontal {
    flex-direction: column;
    padding-bottom: 40px;
  }

  .cf-faq-section-3 {
    width: 100%;
    overflow: visible;
  }

  .heading-6 {
    width: auto;
    margin-bottom: 40px;
    padding-right: 20px;
    font-size: 2rem;
  }

  .tag-works {
    width: 200px;
  }

  .column-62 {
    padding-top: 0;
  }

  .column-63, .column-64 {
    padding-top: 2px;
  }

  .column-65 {
    white-space: normal;
    padding-top: 2px;
  }

  .scroll-content {
    padding: 10em 1.4em 10em 2.5em;
  }

  .scroll-text-item {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .h2section.over {
    margin-top: 0;
    padding-top: 75px;
  }

  .heading-8 {
    width: 510px;
    font-size: 2.25rem;
  }

  .scroll-visual-over {
    height: 41vw;
    margin-top: 100px;
  }

  .f2wf-columns-16 {
    grid-column-gap: 14px;
    flex-direction: row;
    align-items: center;
    height: 590px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .new-column {
    justify-content: flex-end;
    height: 590px;
  }

  .new-frame-70 {
    justify-content: flex-end;
    height: 590px;
    min-height: auto;
  }

  .new-frame-71, .new-frame-72 {
    height: 590px;
    min-height: auto;
  }

  .image-9 {
    height: 52vw;
  }

  .columns-8 {
    grid-column-gap: 14px;
  }

  .image-10.gallaryimg, .gallaryimg {
    height: 40vh;
  }

  .linabg {
    width: 1210px;
    margin-left: 0;
    margin-right: auto;
    display: block;
    top: 14px;
    bottom: auto;
    left: -20%;
  }

  .linabgimg {
    width: 110%;
    max-width: 120%;
    margin-left: 0;
    margin-right: auto;
  }

  .h4bye {
    width: 46vw;
  }

  .colyear.mn {
    flex-flow: row;
    display: block;
  }

  .column-67 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .container-12 {
    flex-flow: column;
    display: flex;
    position: relative;
  }

  .img-mob-scroll, .content-mob-scroll {
    display: none;
  }

  .btn-col {
    width: 250px;
    height: 250px;
    margin-top: 0;
    font-size: 2rem;
  }

  .h4-ed {
    text-align: right;
    margin-bottom: 0;
  }

  .pr-block {
    width: 100%;
    overflow: hidden;
  }

  .form-p {
    width: 442px;
  }

  .the-end-p {
    width: 46vw;
    font-size: 1rem;
  }

  .modal-docs-llist_outer-wrapper {
    display: none;
  }

  .modal-p-black {
    width: auto;
  }

  .splide.slider1.pill {
    padding-right: 6vw;
  }

  .splide__list {
    width: 100%;
    height: 80vh;
  }

  .header-8 {
    width: 100%;
    height: auto;
  }

  .splide__slide, .slider-pill {
    height: 80vh;
  }

  .slider-pill_img {
    height: 80vh;
    overflow: visible;
  }

  .modal_close-btn-black {
    filter: invert();
  }

  .gallaryimg-slider {
    height: 40vh;
  }

  .splide__slide-fin, .slider-pill-fin, .slider-pill_img-copy, .slider-pill_img-fin {
    height: 400px;
  }

  .columns-13 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
  }

  .columns-9-copy {
    margin-top: 5px;
  }

  .heading-copy {
    font-size: 1.25rem;
    font-weight: 300;
  }
}

@media screen and (max-width: 767px) {
  .color-styles-wrapper {
    grid-template-columns: 1fr;
  }

  .f2wf-columns-6 {
    height: 100vh;
    padding-top: 8px;
  }

  .left-img.right, .left-img.left {
    height: 58vw;
  }

  .button {
    border-radius: 50px;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    margin-top: 40px;
    padding: 10px 40px;
    display: flex;
  }

  .heading {
    width: 100%;
    margin-top: -1px;
    font-size: 1.25rem;
  }

  .visual_var {
    align-items: flex-start;
    padding-top: 45px;
    padding-left: 4%;
    padding-right: 4%;
  }

  .text-23 {
    text-align: left;
    display: block;
  }

  .f2wf-columns-10 {
    margin-bottom: -50px;
  }

  .frame-72, .frame-73 {
    border-radius: 15px;
    height: 85vh;
  }

  .price {
    margin-top: 0;
    padding-top: 45px;
  }

  .container-9 {
    align-items: flex-start;
    padding-top: 0;
    padding-left: 4%;
    padding-right: 4%;
  }

  .grid-2-x-2 {
    margin-top: -15px;
  }

  .column-21 {
    justify-content: flex-start;
    height: auto;
    margin-bottom: 40px;
    padding: 40px;
  }

  .column-22 {
    height: auto;
    margin-bottom: 40px;
    padding: 40px;
  }

  .column-23.btn {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-30 {
    text-align: left;
    justify-content: flex-start;
    width: 100%;
    padding-left: 4%;
    font-size: 2.25rem;
    display: flex;
  }

  .about_me-6 {
    margin-top: -21px;
    padding-top: 0;
    padding-bottom: 20px;
    overflow: hidden;
  }

  .frame-106 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-slide-nav {
    opacity: .23;
    width: 100%;
    display: block;
    top: 97%;
    left: -61%;
  }

  .cf-review-author-image-wrapper {
    width: 48px;
    height: 48px;
  }

  .cf-review-head-text {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .cf-review-star-wrapper {
    margin-bottom: 20px;
  }

  .cf-review-slide {
    max-width: 380px;
    margin-right: 40px;
  }

  .cf-reviewer-container {
    width: auto;
  }

  .cf-colourful-text {
    padding-bottom: 0;
  }

  .cf-review-header-wrapper {
    max-width: 320px;
  }

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

  .cf-right-arrow-2 {
    width: 56%;
    right: -7%;
  }

  .cf-left-arrow-2 {
    width: 71%;
  }

  .cf-review-slide-content-2 {
    border-radius: 0;
    height: 320px;
  }

  .cf-review-slide-2 {
    border-radius: 0;
    width: auto;
    max-width: none;
    height: 320px;
    margin-right: 15px;
  }

  .cf-review-no-mask-2 {
    border-radius: 0;
    height: 320px;
  }

  .cf-review-slider-2 {
    border-radius: 0;
  }

  .image-4.imslider {
    object-fit: cover;
    object-position: 70% 50%;
    border-radius: 4px;
    height: 320px;
    position: static;
  }

  .imslide {
    height: 320px;
  }

  .cf-faq-question {
    margin-right: 0;
    font-size: 20px;
  }

  .cf-faq-contain {
    margin-top: 60px;
  }

  .cf-h2-heading {
    text-align: center;
    max-width: 400px;
    font-size: 40px;
  }

  .cf-h2-heading.left {
    text-align: left;
    font-size: 40px;
  }

  .cf-faq-main-wrapper {
    width: 90%;
    padding-bottom: 90px;
  }

  .cf-absolute-tab-image {
    width: 60%;
    right: -3%;
  }

  .cf-18px-paragraph-dim-grey {
    font-size: 16px;
  }

  .cf-tab-heading {
    font-size: 22px;
  }

  .cf-feature-tabs-wrapper {
    padding-bottom: 20px;
  }

  .prcol2 {
    margin-bottom: 15px;
  }

  .prdesc.mob {
    margin-top: 0;
    padding-bottom: 0;
  }

  .prhead {
    margin-bottom: 0;
    font-size: 1.25rem;
  }

  .cf-faq-answer-wrap-2 {
    padding-right: 7%;
  }

  .cf-faq-questions-2 {
    font-size: 22px;
  }

  .cf-faq-main-heading {
    font-size: 28px;
  }

  .cf-faq-container {
    margin-bottom: 100px;
  }

  .cf-faq-questions-3 {
    font-size: 22px;
  }

  .cf-faq-main-heading-2 {
    font-size: 28px;
  }

  .cf-faq-container-2 {
    margin-bottom: 100px;
  }

  .cf-h2-heading-2 {
    text-align: center;
    max-width: 400px;
    font-size: 40px;
  }

  .cf-h2-heading-2.left {
    text-align: left;
    font-size: 40px;
  }

  .cf-faq-main-wrapper-2 {
    width: 90%;
    padding-bottom: 90px;
  }

  .cf-faq-answer-wrap-3 {
    padding-right: 7%;
  }

  .cf-faq-questions-4 {
    font-size: 22px;
  }

  .cf-faq-main-heading-3 {
    font-size: 28px;
  }

  .cf-faq-container-3 {
    margin-bottom: 100px;
  }

  .cf-faq-content-5 {
    padding-bottom: 25px;
    padding-left: 25px;
  }

  .cf-faq-question-container-6 {
    padding-left: 25px;
  }

  .cf-faq-question-container-6.first {
    padding-left: 20px;
  }

  .cf-faqs-wrapper-2 {
    border-top: 1px solid #979798;
    border-bottom: 1px solid #979798;
  }

  .cf-h2-heading-3 {
    text-align: center;
    max-width: 400px;
    font-size: 40px;
  }

  .cf-h2-heading-3.left {
    text-align: left;
    font-size: 40px;
  }

  .cf-faq-main-wrapper-3 {
    width: 90%;
    padding-bottom: 90px;
  }

  .cf-faq-main-wrapper-3.horizontal {
    padding-bottom: 0;
  }

  .cf-faq-section-3 {
    padding-top: 0;
  }

  .heading-6 {
    text-align: left;
    width: auto;
    margin-bottom: 40px;
    margin-left: 0;
    padding-bottom: 73px;
    padding-left: 2%;
    font-size: 2.25rem;
    position: relative;
  }

  .column-57, .column-58 {
    display: none;
  }

  .h3-name-work {
    text-align: left;
  }

  .section-32 {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .tag-works {
    text-align: left;
  }

  .column-62, .column-63, .column-64, .column-65 {
    grid-row-gap: 0px;
    align-items: flex-start;
    padding-left: 0;
  }

  .italic-text-4 {
    font-style: italic;
  }

  .scroll-section {
    display: none;
  }

  .scroll-content {
    padding-left: 0;
    padding-right: 0;
  }

  .h2section.over {
    padding: 20px 0% 30px 4%;
  }

  .heading-8 {
    text-align: left;
    width: 100%;
    margin-left: 0;
    padding-right: 4%;
  }

  .stckhwwrap {
    margin-bottom: 20px;
    position: relative;
    top: 40px;
  }

  .f2wf-columns-16 {
    grid-row-gap: 25px;
    flex-direction: column;
    height: auto;
    margin-top: -15px;
    padding-left: 0;
    padding-right: 0;
  }

  .new-column {
    border-radius: 15px;
    height: 85vh;
  }

  .new-frame-70 {
    border-radius: 15px;
    height: 90vh;
  }

  .new-frame-71, .new-frame-72 {
    border-radius: 15px;
    height: 85vh;
  }

  .gradient-div {
    border-radius: 15px;
  }

  .image-9, .clmn-arc {
    height: 58vw;
  }

  .columns-8 {
    grid-column-gap: 8px;
  }

  .section-gallary {
    padding-top: 60px;
  }

  .grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
    padding-top: 60px;
    padding-left: 1%;
    padding-right: 1%;
    display: none;
  }

  .image-10.gallaryimg, .gallaryimg {
    height: 50vh;
  }

  .linabg {
    width: 1110px;
    top: 34px;
    bottom: auto;
    left: -36.2vw;
    overflow: hidden;
  }

  .linabgimg {
    overflow: visible;
  }

  .h4bye {
    width: auto;
    font-size: 1.4rem;
    line-height: 120%;
  }

  .edtext {
    margin-bottom: 14px;
  }

  .edyear {
    justify-content: flex-start;
    margin-bottom: 0;
  }

  .colyear {
    justify-content: flex-start;
    padding-left: 0;
  }

  .colyear.mn {
    flex-direction: column;
    margin-top: 0;
  }

  .columns-9 {
    margin-top: 10px;
  }

  .column-67 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 0;
  }

  .column-68, .column-69, .column-70, .column-71 {
    padding-left: 0;
  }

  .container-12 {
    flex-flow: column;
    align-items: flex-start;
    margin-top: 20px;
    padding-left: 0%;
  }

  .img-mob-scroll {
    margin-bottom: -20px;
    display: block;
  }

  .content-mob-scroll {
    display: block;
  }

  .mob-text-block-scroll.is1 {
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Helvetica Neue, sans-serif;
    font-size: 1rem;
  }

  .h3scroll {
    font-size: 1.25rem;
    font-weight: 400;
  }

  .btn-docs {
    width: 96%;
    margin-left: 0;
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .btn-docs.newbtn.black {
    color: #fff;
    background-color: #222;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .wrap-btn-docs {
    margin-top: 0;
    margin-bottom: 40px;
    position: relative;
  }

  .wrap-btn-docs.newbtn {
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .h4-ed {
    box-sizing: border-box;
    text-align: left;
    justify-content: flex-start;
    display: flex;
    position: relative;
  }

  .column-75 {
    justify-content: flex-end;
  }

  .column-76, .column-77 {
    justify-content: flex-end;
    display: flex;
  }

  .pr-block {
    width: 100%;
  }

  .faq-cols {
    border-top-style: none;
    border-bottom-style: none;
  }

  .column-78 {
    height: auto;
  }

  .modal_inner-wrapper {
    width: 90%;
    padding: 40px 30px;
  }

  .form-p {
    width: auto;
  }

  .form {
    width: 349px;
  }

  .the-end-p {
    width: auto;
    margin-bottom: 0;
    font-size: 1.1rem;
  }

  .modal-docs-llist_outer-wrapper {
    display: none;
  }

  .modal-p-black {
    object-fit: fill;
  }

  .splide.slider1.pill {
    width: auto;
    height: 90vh;
    padding-right: 0;
  }

  .splide__list {
    width: auto;
    height: 90vh;
  }

  .splide__list.fin {
    height: 65vh;
  }

  .splide__slide, .splide__track {
    height: 90vh;
  }

  .splide__arrows.is--mobile-center {
    justify-content: center;
    padding-left: 1em;
  }

  .slider-pill, .slider-pill_img {
    width: auto;
    height: 90vh;
  }

  .slider-pill_photo {
    height: 90vh;
  }

  .text-block, .text-block-2 {
    font-weight: 300;
  }

  .container-slider-finish {
    margin-top: 50px;
    margin-bottom: 75px;
    display: block;
  }

  .gallaryimg-slider {
    height: 65vh;
  }

  .splide__slide-fin {
    height: 420px;
  }

  .slider-pill-fin {
    height: 65vh;
  }

  .slider-pill_img-copy {
    height: 420px;
  }

  .slider-pill_img-fin {
    height: 65vh;
  }

  .columns-13 {
    flex-flow: column;
  }

  .column-80 {
    text-align: center;
  }

  .columns-9-copy {
    margin-top: 0;
  }

  .heading-copy {
    width: 100%;
    margin-top: -1px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  .f2wf-columns-6 {
    background-image: repeating-linear-gradient(#09080869, #000000b3), url('../images/4E10975F-AB98-431D-9D92-0582ADD9F30B.avif');
    background-position: 0 0, 50%;
    height: 100vh;
    padding-top: 25px;
  }

  .button {
    clear: none;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding: 17px 30px;
    display: block;
    position: relative;
  }

  .text-13 {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.1rem;
    line-height: 100%;
  }

  .heading {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 1.25rem;
    line-height: 109%;
  }

  .visual_var {
    padding: 45px 4% 85px;
  }

  .text-23 {
    text-align: left;
    font-size: 2rem;
    line-height: 91%;
  }

  .frame-72, .frame-73 {
    border-radius: 15px;
    height: 60vh;
  }

  .price {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .container-9 {
    grid-column-gap: 45px;
    align-items: flex-start;
    padding-bottom: 8px;
    padding-left: 4%;
    padding-right: 4%;
  }

  .grid-2-x-2 {
    grid-column-gap: 18px;
    margin-top: -10px;
  }

  .column-21, .column-22 {
    padding: 15px;
  }

  .column-23.btn {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .text-30 {
    text-align: left;
    justify-content: flex-start;
    width: 92%;
    margin-left: 4%;
    margin-right: auto;
    padding-left: 0%;
    font-size: 2rem;
    line-height: 91%;
    display: flex;
  }

  .about_me-6 {
    border: 0 #000;
    border-radius: 0;
    margin-top: -20px;
    padding-bottom: 30px;
    overflow: hidden;
  }

  .f2wf-columns-15 {
    z-index: 3;
    padding: 0 0% 45px;
    position: relative;
  }

  .frame-106 {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: auto;
  }

  .bottum {
    clear: none;
    margin-top: -30px;
    padding-top: 40px;
    padding-bottom: 60px;
    position: relative;
  }

  .text-49 {
    border-bottom: 1px solid #fff;
    font-size: 2.25rem;
    text-decoration: none;
  }

  .section-3 {
    margin-bottom: 60px;
    padding-bottom: 15px;
  }

  .cf-slide-nav {
    opacity: .19;
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    display: flex;
    inset: auto 0% -10% 29%;
  }

  .cf-review-author-image-wrapper {
    margin-bottom: 20px;
  }

  .cf-review-author-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .cf-review-para-text {
    font-size: 15px;
    line-height: 145%;
  }

  .cf-review-head-text {
    font-size: 18px;
  }

  .cf-review-star {
    width: auto;
    margin-left: 2px;
    margin-right: 2px;
  }

  .cf-review-star-wrapper {
    justify-content: center;
    width: 60%;
  }

  .cf-review-slide {
    max-width: 240px;
  }

  .cf-reviewer-container {
    height: 220px;
  }

  .cf-colourful-text {
    padding-bottom: 0;
  }

  .cf-green-top-heading {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .cf-review-header-wrapper {
    margin-bottom: 40px;
  }

  .cf-wrapper-1200px {
    flex-direction: column;
    align-items: flex-start;
    width: 92%;
    display: block;
    overflow: hidden;
  }

  .cf-review-section {
    padding-top: 20px;
  }

  .cf-right-arrow-2 {
    width: 50%;
    right: -2%;
  }

  .cf-left-arrow-2 {
    width: 70%;
  }

  .cf-review-slide-content-2 {
    width: auto;
    height: 210px;
  }

  .cf-review-slide-2 {
    max-width: 100%;
    height: 210px;
    margin-right: 10px;
  }

  .cf-review-no-mask-2 {
    width: auto;
    height: 210px;
  }

  .cf-review-slider-2 {
    height: 226px;
  }

  .image-4.imslider {
    height: 210px;
  }

  .columns {
    margin-bottom: 0;
  }

  .columns.clmnpading {
    flex-direction: column;
    margin-bottom: 25px;
  }

  .columns-2.prcols {
    margin-bottom: 0;
  }

  .columns-2.prcols.clmnpading {
    flex-direction: column;
  }

  .imslide {
    object-fit: cover;
    width: auto;
    height: 220px;
  }

  .columns-3 {
    flex-direction: column;
    margin-bottom: 0;
  }

  .columns-4.prcols {
    margin-bottom: 0;
  }

  .columns-4.prcols.clmnpading {
    flex-direction: column;
  }

  .cf-faq-answer {
    font-size: 16px;
  }

  .cf-faq-question {
    padding-right: 20px;
    font-size: 18px;
  }

  .cf-h2-heading, .cf-h2-heading.left {
    font-size: 36px;
  }

  .cf-18px-paragraph-dim-grey {
    font-size: 16px;
  }

  .cf-tab-heading {
    font-size: 20px;
  }

  .cf-tab-content {
    grid-row-gap: 8px;
    padding-top: 16px;
  }

  .prcol2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .prdesc.mob {
    margin-top: 0;
  }

  .prhead {
    font-size: 1.25rem;
  }

  .cf-faq-content-2 {
    font-size: 16px;
  }

  .cf-faq-answer-wrap-2 {
    padding-right: 7%;
  }

  .cf-faq-questions-2 {
    font-size: 18px;
    line-height: 140%;
  }

  .cf-faq-main-heading {
    text-align: center;
    margin-bottom: 60px;
    font-size: 24px;
  }

  .cf-faq-container {
    margin-bottom: 100px;
  }

  .cf-faq-content-3 {
    font-size: 16px;
  }

  .cf-faq-questions-3 {
    font-size: 18px;
    line-height: 140%;
  }

  .cf-faq-main-heading-2 {
    text-align: center;
    margin-bottom: 60px;
    font-size: 24px;
  }

  .cf-faq-container-2 {
    margin-bottom: 100px;
  }

  .cf-faq-content {
    font-size: 16px;
  }

  .cf-faq-questions {
    font-size: 18px;
    line-height: 140%;
  }

  .cf-gradient-span {
    line-height: 110%;
  }

  .cf-h2-heading-2, .cf-h2-heading-2.left {
    font-size: 36px;
  }

  .cf-faq-main-wrapper-2.horizontal {
    padding-bottom: 60px;
  }

  .cf-faq-content-4 {
    font-size: 16px;
  }

  .cf-faq-answer-wrap-3 {
    padding-right: 7%;
  }

  .cf-faq-questions-4 {
    font-size: 18px;
    line-height: 140%;
  }

  .cf-faq-main-heading-3 {
    text-align: center;
    margin-bottom: 60px;
    font-size: 24px;
  }

  .cf-faq-container-3 {
    margin-bottom: 100px;
  }

  .cf-faq-content-5 {
    padding-bottom: 20px;
    padding-left: 20px;
    font-size: 16px;
  }

  .cf-faq-questions-5 {
    font-size: 18px;
    line-height: 140%;
  }

  .cf-faq-question-container-6, .cf-faq-question-container-6.first {
    padding-left: 20px;
  }

  .cf-gradient-span-2 {
    line-height: 110%;
  }

  .cf-h2-heading-3, .cf-h2-heading-3.left {
    font-size: 36px;
  }

  .cf-faq-main-wrapper-3.horizontal {
    padding-bottom: 0;
  }

  .cf-faq-section-3 {
    padding: 0 2% 30px;
  }

  .heading-6 {
    text-align: left;
    width: 100%;
    margin-bottom: 40px;
    padding-bottom: 46px;
    padding-left: 2%;
    font-size: 2rem;
    line-height: 91%;
    position: relative;
  }

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

  .h3-name-work {
    text-align: left;
    white-space: normal;
    width: 100%;
    margin-bottom: 0;
    line-height: 91%;
  }

  .section-32 {
    margin-bottom: -6px;
    padding-top: 45px;
    padding-bottom: 0;
  }

  .tag-works {
    font-weight: 300;
  }

  .column-62 {
    padding-top: 0;
  }

  .scroll-section {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: none;
  }

  .scroll-visual {
    display: none;
    position: sticky;
  }

  .scroll-visual.mob {
    display: block;
  }

  .scroll-content {
    padding: 2em .7em 2em 0;
    position: sticky;
  }

  .h2section.over {
    border-radius: 0;
    padding: 20px 0% 40px 4%;
  }

  .heading-8 {
    text-align: left;
    width: 100%;
    padding-left: 0%;
    font-size: 2rem;
    line-height: 91%;
  }

  .stckhwwrap {
    width: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 45px;
    position: relative;
    top: 39px;
  }

  .f2wf-columns-16 {
    grid-row-gap: 20px;
    flex-direction: column;
    height: auto;
    margin-top: -15px;
    padding-left: 0;
    padding-right: 0;
  }

  .new-column {
    grid-row-gap: 20px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    height: 60vh;
  }

  .new-frame-70 {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    height: 60vh;
  }

  .new-text {
    margin-bottom: 5px;
    padding-left: 15px;
  }

  .new-frame-71 {
    border-radius: 15px;
    height: 60vh;
  }

  .new-frame-72 {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    height: 60vh;
  }

  .gradient-div {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    height: 80px;
  }

  .image-9 {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    width: 86%;
    height: 110vw;
    margin-left: auto;
    margin-right: auto;
  }

  .clmn-arc {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    height: 110vw;
    margin-left: auto;
    margin-right: auto;
    padding-left: 7px;
    padding-right: 7px;
    display: flex;
  }

  .clmn-arc.mob {
    height: 80vh;
    display: none;
  }

  .columns-8 {
    grid-column-gap: 0px;
    width: 95%;
    height: 110vw;
    margin-left: auto;
    margin-right: auto;
  }

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

  .grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 45px;
    padding-bottom: 80px;
  }

  .gallaryimg {
    border-radius: 3px;
  }

  .linabg {
    z-index: 2;
    object-fit: cover;
    width: 450px;
    display: block;
    top: 99px;
    bottom: auto;
    left: -53.4vw;
    overflow: visible;
  }

  .linabgimg {
    flex: 1;
    width: 210%;
    max-width: none;
  }

  .section-about-text {
    z-index: 1;
    padding-bottom: 110px;
    position: static;
    overflow: visible;
  }

  .edtext {
    margin-bottom: 0;
  }

  .colyear {
    justify-content: flex-start;
    padding-left: 0%;
  }

  .colyear.mn {
    margin-top: 12px;
    padding-left: 0%;
  }

  .columns-9 {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .column-67 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-bottom: 0;
    padding-left: 0%;
  }

  .columns-10, .columns-11 {
    margin-bottom: 20px;
  }

  .columns-12 {
    margin-bottom: 15px;
  }

  .column-68, .column-69, .column-70, .column-71 {
    padding-left: 0%;
  }

  .container-12 {
    z-index: 0;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 0;
    padding-left: 0%;
    position: relative;
    overflow: visible;
  }

  .img-mob-scroll {
    margin-top: 20px;
  }

  .content-mob-scroll {
    color: #fff;
    font-family: Helvetica Neue, sans-serif;
    font-size: 1rem;
    font-weight: 400;
  }

  .mob-text-block-scroll.is1 {
    width: 95%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .h3scroll {
    font-size: 1.25rem;
    font-weight: 400;
  }

  .btn-col {
    justify-content: center;
  }

  .wrap-btn-docs {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .cl-title {
    flex-direction: row;
    align-items: flex-end;
  }

  .column-78 {
    height: auto;
  }

  .modal_inner-wrapper {
    width: 98%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-p, .form {
    width: auto;
  }

  .modal-docs-llist_outer-wrapper {
    display: none;
  }

  .modal-p-black {
    font-size: 11px;
    position: static;
  }

  .modal-black_inner-wrapper {
    padding: 0 2% 10px;
  }

  .splide.slider1.pill, .splide__list, .splide__list.fin {
    height: 60vh;
  }

  .header_sub-line {
    width: 2em;
  }

  .embed {
    background-color: #000;
  }

  .splide__slide {
    flex: none;
    height: 60vh;
  }

  .container-13 {
    overflow: hidden;
  }

  .splide__track {
    height: 60vh;
  }

  .splide__arrows.is--mobile-center {
    display: none;
  }

  .slider-pill, .slider-pill_img, .slider-pill_photo {
    width: auto;
    height: 60vh;
  }

  .text-block, .text-block-2 {
    font-weight: 300;
    line-height: 22.5px;
  }

  .container-slider-finish {
    margin-top: 45px;
    margin-bottom: 75px;
    overflow: hidden;
  }

  .gallaryimg-slider {
    border-radius: 3px;
    width: auto;
    max-width: none;
    height: 60vh;
  }

  .slider-pill-fin {
    height: 60vh;
  }

  .slider-pill_img-copy {
    height: 230px;
  }

  .slider-pill_img-fin {
    height: 60vh;
  }

  .columns-13 {
    margin-bottom: 0;
  }

  .columns-9-copy {
    margin-top: 15px;
    margin-bottom: 0;
  }

  .cf-wrapper-1200px-copy {
    flex-direction: column;
    align-items: flex-start;
    width: 92%;
    display: block;
    overflow: hidden;
  }

  .heading-copy {
    text-align: center;
    mix-blend-mode: normal;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 1.3rem;
    line-height: 109%;
  }
}

#w-node-_8a7c7682-340f-e1d2-0292-2ad3208b78a3-6b06fda6, #w-node-_37540c02-7fa6-565e-16fc-c5399cc0f212-6b06fda6, #w-node-_4744d60a-981b-52e2-9021-e51199e9900d-6b06fda6, #w-node-eac8f312-8751-5147-6c8c-6f25e7e26e59-6b06fda6, #w-node-_44c4c445-29ca-f520-965a-c39fc2bcb8f7-6b06fda6, #w-node-_33035eec-41bf-ef64-f469-3ba8301d2901-6b06fda6, #w-node-_0833d880-d253-c5f5-bbfd-138fddc5afbb-6b06fda6, #w-node-_7ac35ba8-efe2-6a77-cbc1-daa9056d7cbb-6b06fda6, #w-node-_4bc42909-e7d9-5305-b495-15254708dfa8-6b06fda6, #w-node-_733ddae9-948b-77b3-4b56-fa82afb48462-6b06fda6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueCyr-Black.ttf') format('truetype'), url('../fonts/HelveticaNeueCyr-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueCyr-BlackItalic.ttf') format('truetype'), url('../fonts/HelveticaNeueCyr-HeavyItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueCyr-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueCyr-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueCyr-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueCyr-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueCyr-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueCyr-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueCyr-Roman.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueCyr-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueCyr-UltraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueCyr-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueCyr-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueCyr-UltraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}