html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  font-family: "Figtree", sans-serif;
  font-size: 24px;
  line-height: 1.8;
  margin: 0;
  padding: 0;
  border: 0;
  color: #fff;
  letter-spacing: 0;
}

img {
  max-width: 100%;
  height: auto;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, time, img {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Figtree", sans-serif;
}

ol, ul {
  list-style: none;
}

p, li {
  color: #fff;
  font-weight: 400;
}

p, li, a {
  font-size: 24px;
  line-height: 1.8;
  color: #fff;
  font-weight: 400;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:hover, a:active, a:link {
  text-decoration: none;
}

input[type=text], input[type=email], input[type=password], input[type=tel], textarea, button {
  -webkit-appearance: none;
}

@font-face {
  font-family: "Figtree";
  src: url("fonts/Figtree-Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "Figtree";
  src: url("fonts/Figtree-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Figtree";
  src: url("fonts/Figtree-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Figtree";
  src: url("fonts/Figtree-SemiBold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "Figtree";
  src: url("fonts/Figtree-Bold.ttf");
  font-weight: 700;
}
@font-face {
  font-family: "Inter Display";
  src: url("fonts/InterDisplay-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Inter Display";
  src: url("fonts/InterDisplay-SemiBold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "Inter Display";
  src: url("fonts/InterDisplay-Bold.ttf");
  font-weight: 700;
}
@font-face {
  font-family: "Instrument Serif";
  src: url("fonts/InstrumentSerif-Italic.ttf");
  font-weight: 400;
}
html {
  margin-top: 0 !important;
}

* html body {
  margin-top: 0 !important;
}

@media screen and (max-width: 782px) {
  html {
    margin-top: 0 !important;
  }
  * html body {
    margin-top: 0 !important;
  }
}
body {
  -webkit-font-smoothing: antialiased;
}

html, body {
  height: auto;
}

.has-lenis {
  scroll-behavior: auto;
}

#so-wrapper {
  position: relative;
  overflow-x: hidden;
}
#so-wrapper.so-active {
  overflow: hidden;
  height: 100vh;
}

svg.mask {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

body {
  font-family: "Figtree", sans-serif;
  overflow-x: hidden;
  background-color: #0D0907;
}
.so-row {
  max-width: 1380px;
  width: 100%;
  display: inline-block;
  margin: auto;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
}

.so-content {
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Inter Display", sans-serif;
  font-weight: 600;
  margin-bottom: 30px;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  letter-spacing: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  color: #FCC6A5;
}

h1 {
  font-size: 60px;
  line-height: 1.2;
}

h2 {
  font-size: 50px;
  line-height: 1.3;
}

.so-bubble {
  font-size: 13px;
  line-height: 1.5;
  font-weight: 500;
  background-color: #574135;
  border-radius: 200px;
  display: inline-block;
  position: relative;
  padding: 12px 20px 12px 40px;
}
.so-bubble:before {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 20px;
  border-radius: 100%;
  background-color: #FCC6A5;
  margin-top: -5px;
  content: "";
}

.plyr .plyr__time, .plyr .plyr__control {
  color: #fff;
}
.plyr > .plyr__control {
  background: #FCC6A5;
}
.plyr > .plyr__control:hover {
  background: #FCC6A5;
}
.plyr .plyr__control:hover, .plyr .plyr--video .plyr__control[aria-expanded=true],
.plyr .plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before,
.plyr .plyr__control.plyr__tab-focus {
  background: #FCC6A5;
}
.plyr input[type=range] {
  color: #FCC6A5;
}

.so-button_simple {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #FCC6A5;
  border-radius: 8px;
  display: inline-block;
  padding: 12px 20px;
  line-height: 1;
  cursor: pointer;
  overflow: hidden;
  border: 2px solid #FCC6A5;
}
.so-button_simple span {
  font-size: 18px;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 600;
  color: #0E0A01;
  position: relative;
  z-index: 4;
}
.so-button_simple:hover {
  background-color: transparent;
}
.so-button_simple:hover span {
  color: #FCC6A5;
}
.so-button_simple-hole {
  -webkit-transition: all 0.3s cubic-bezier(0.74, 0, 0.24, 0.99);
  -o-transition: all 0.3s cubic-bezier(0.74, 0, 0.24, 0.99);
  transition: all 0.3s cubic-bezier(0.74, 0, 0.24, 0.99);
  padding-right: 64px;
  position: relative;
}
.so-button_simple-hole span {
  -webkit-transition: all 0.3s cubic-bezier(0.74, 0, 0.24, 0.99);
  -o-transition: all 0.3s cubic-bezier(0.74, 0, 0.24, 0.99);
  transition: all 0.3s cubic-bezier(0.74, 0, 0.24, 0.99);
}
.so-button_simple-hole i {
  -webkit-transition: all 0.3s cubic-bezier(0.74, 0, 0.24, 0.99);
  -o-transition: all 0.3s cubic-bezier(0.74, 0, 0.24, 0.99);
  transition: all 0.3s cubic-bezier(0.74, 0, 0.24, 0.99);
  position: absolute;
  width: 16px;
  height: 16px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background-color: #0E0A01;
  border-radius: 100%;
  top: 50%;
  margin-top: -8px;
  right: 20px;
  border-radius: 100%;
  display: inline-block;
  z-index: 2;
}
.so-button_simple-hole:hover {
  padding-left: 42px;
  padding-right: 42px;
}
.so-button_simple-hole:hover span {
  color: #FCC6A5;
}
.so-button_simple-hole:hover i {
  -webkit-transform: scale(20);
  -moz-transform: scale(20);
  -o-transform: scale(20);
  -ms-transform: scale(20);
  transform: scale(20);
}

.so-button_glow {
  padding: 14px 27px;
  border-radius: 8px;
  display: inline-block;
  background-color: #D1D1D1;
  overflow: hidden;
  position: relative;
  line-height: 1;
  z-index: 2;
}
.so-button_glow-wrap {
  display: inline-block;
  line-height: 1;
  position: relative;
}
.so-button_glow-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  color: #0E0A01;
  position: relative;
  z-index: 4;
  gap: 24px;
}
.so-button_glow-text img {
  width: 24px;
  height: 24px;
  border-radius: 100%;
}
.so-button_glow-light {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: absolute;
  width: 160px;
  height: auto;
  transition: transform 0.05s ease;
  transform: translateX(90px);
  top: 0;
  bottom: 0;
  z-index: 2;
}
.so-button_glow-light span {
  position: absolute;
  width: 160px;
  height: 125px;
  top: 50%;
  transform: translateY(-50%);
  background-image: radial-gradient(43.3% 44.23% at 50% 49.51%, #fffff7 29%, #fffacd 48.5%, #f4d2bf 60.71%, hsla(15, 5%, 83%, 0) 100%);
  filter: blur(5px);
}
.so-button_glow-halo {
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -2px;
  z-index: 1;
}
.so-button_glow-halo span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
.so-button_glow-halo span:nth-child(1) {
  transform: scaleX(-1);
}
.so-button_glow-halo span:nth-child(2) {
  opacity: 1;
}
.so-button_glow-halo span i {
  position: relative;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  display: block;
  background: linear-gradient(transparent, transparent) padding-box, linear-gradient(103.7deg, hsla(15, 25%, 65%, 0.1) 38.66%, rgba(233, 132, 99, 0.1) 68.55%, #e98463 85.01%, #fff 92.12%) border-box;
  border-radius: 10px;
}
.so-button_glow-halo span i:before {
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  z-index: 20;
  border-radius: 10px;
  border-width: 2px;
  border-color: transparent;
  filter: blur(7px);
  background: linear-gradient(transparent, transparent) padding-box, linear-gradient(91.96deg, rgba(255, 177, 153, 0) 6.11%, rgba(255, 177, 153, 0.2) 53.57%, #ff7950 93.6%) border-box;
  content: "";
}
.so-button_glow-halo span:before {
  position: absolute;
  top: -2px;
  right: -2px;
  left: 20px;
  bottom: -2px;
  z-index: 10;
  border-radius: 10px;
  background: linear-gradient(transparent, transparent) padding-box, linear-gradient(97.68deg, rgba(255, 177, 153, 0) 38.1%, rgba(255, 177, 153, 0.2) 82.47%, #ff7950 93.3%) border-box;
  filter: blur(4px);
  content: "";
}
.so-button_glow-halo span:after {
  position: absolute;
  top: -4px;
  right: -4px;
  left: 20px;
  bottom: -4px;
  background: linear-gradient(transparent, transparent) padding-box, linear-gradient(91.88deg, rgba(255, 137, 100, 0.2) 46.45%, #cd3100 98.59%) border-box;
  filter: blur(15px);
  z-index: 20;
  border-radius: 10px;
  content: "";
}

.so-form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  line-height: 1;
  border-radius: 8px;
  overflow: hidden;
}
.so-form-row-wrap {
  margin-bottom: 20px;
}
.so-form-row label {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  width: 134px;
  display: block;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 20px 10px 20px 20px;
  flex-shrink: 0;
}
.so-form-row input, .so-form-row textarea {
  font-size: 16px;
  line-height: 1.3;
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  width: 100%;
  border-width: 0;
  box-sizing: border-box;
  outline: none;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.04);
  color: #fff;
}
.so-form-row input:focus, .so-form-row textarea:focus {
  border-left: 3px solid #FCC6A5;
}
.so-form-row textarea {
  height: 230px;
  resize: none;
}
.so-form-row.so-error {
  border-color: #f7454c;
}
.so-form-row.so-error label {
  background-color: rgba(247, 69, 76, 0.3);
}
.so-form .so-button_simple {
  padding-left: 38px;
  padding-right: 38px;
}

.so-powered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  gap: 10px;
}
.so-powered span {
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 1;
  position: relative;
  z-index: 3;
}
.so-powered span:before {
  position: absolute;
  width: 100px;
  height: 100px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 149, 70, 0.1) 0%, rgba(255, 149, 70, 0) 100%);
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  z-index: 1;
  content: "";
}
.so-powered span svg {
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 2;
}
.so-powered span svg:nth-child(2) {
  display: none;
}
.so-powered span svg:nth-child(2) #chargeicon {
  opacity: 1;
  animation: charge-blink 0.5s steps(1, end) infinite;
}
@keyframes charge-blink {
  0%, 80% {
    opacity: 1;
  }
  80.001%, 100% {
    opacity: 0;
  }
}
.so-powered.so_charged p {
  background: -webkit-linear-gradient(0deg, #497338, #666666);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.so-powered.so_charged span:before {
  background: radial-gradient(50% 50% at 50% 50%, rgba(111, 206, 73, 0.1) 0%, rgba(111, 206, 73, 0) 100%);
}
.so-powered.so_charged span svg:nth-child(1) {
  display: none;
}
.so-powered.so_charged span svg:nth-child(2) {
  display: block;
}
.so-powered p {
  font-size: 14px;
  line-height: 1.3;
  font-family: "Inter Display", sans-serif;
  font-weight: 500;
  position: relative;
  background: -webkit-linear-gradient(0deg, #8F6D54, #666666);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 1;
}

@keyframes soFadeHold {
  0% {
    opacity: 0.4;
  }
  15% {
    opacity: 0.7;
  } /* fade in */
  70% {
    opacity: 0.7;
  } /* long hold */
  85% {
    opacity: 0.4;
  } /* fade out */
  100% {
    opacity: 0.4;
  } /* hold off */
}
@keyframes soLedMostlyOn {
  0%, 70%, 100% {
    opacity: 0.7;
  } /* mostly on */
  72% {
    opacity: 0.25;
  } /* quick dip */
  74% {
    opacity: 0.7;
  } /* back on */
  76% {
    opacity: 0.5;
  } /* tiny flicker */
  78% {
    opacity: 0.7;
  } /* stable */
}
.so-header {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  z-index: 100;
}
.so-header .so-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.so-header .so-button_simple {
  display: none;
}
.so-header-available {
  font-size: 14px;
  line-height: 1;
  position: relative;
  display: none;
  display: inline-block;
  padding-right: 18px;
}
.so-header-available:before {
  position: absolute;
  width: 220px;
  height: 60px;
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
  top: -70px;
  right: -70px;
  background-color: #6FDA44;
  opacity: 0;
  animation: soLedMostlyOn 2.6s ease-in-out infinite;
  filter: blur(50px);
  content: "";
}
.so-header-available i {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #6FDA44;
  top: 50%;
  margin-top: -4px;
  right: 0;
}
.so-header-available i:before {
  position: absolute;
  width: auto;
  height: auto;
  top: -2px;
  right: -2px;
  left: -2px;
  bottom: -2px;
  background-color: #6FDA44;
  border-radius: 100%;
  filter: blur(7px);
  content: "";
}
.so-header-available span {
  font-size: 14px;
  line-height: 1;
  color: #6FDA44;
}
@media screen and (max-width: 1024px) {
  .so-header .so-button_simple {
    display: none;
  }
  .so-header-available {
    display: inline-block;
  }
}
@media screen and (max-width: 600px) {
  .so-header {
    top: 20px;
  }
  .so-header img {
    max-width: 90px;
  }
}

.so-home-intro {
  position: relative;
  z-index: 10;
  padding-top: 250px;
}
.so-home-intro .so-row {
  max-width: 820px;
  text-align: center;
}
.so-home-intro h1 {
  font-weight: 700;
  margin-bottom: 25px;
}
.so-home-intro p {
  font-size: 21px;
  line-height: 1.7;
  font-weight: 400;
  margin-bottom: 25px;
}
.so-home-intro-test {
  position: absolute;
  width: calc(100% - 100px);
  height: 470px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("img/test_1.png");
  top: 30px;
  left: 50px;
}
@media screen and (max-width: 600px) {
  .so-home-intro {
    padding-top: 170px;
  }
  .so-home-intro h1 {
    font-size: 36px;
    padding-bottom: 0;
    margin-bottom: 20px;
  }
  .so-home-intro p {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.so-home-bg {
  overflow: hidden;
  position: relative;
  margin-top: 2600px;
  padding-top: 200px;
}
.so-home-bg:before {
  position: absolute;
  width: auto;
  height: 350px;
  top: 0;
  left: 0;
  right: 0;
  background: #0D0907;
  background: linear-gradient(180deg, rgb(13, 9, 7) 15%, rgba(13, 9, 7, 0) 100%);
  z-index: 2;
  content: "";
}
.so-home-bg .so-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100%;
  max-width: none;
  z-index: 1;
  background: #0D0907;
}
.so-home-bg .so-background video {
  mix-blend-mode: lighten;
}
.so-home-bg .so-background video:nth-child(1) {
  position: absolute;
  width: 1880px;
  height: 1440px;
  z-index: 5;
  top: -50px;
  right: -540px;
}
.so-home-bg .so-background video:nth-child(2) {
  position: absolute;
  width: 1100px;
  height: 860px;
  z-index: 5;
  top: 1200px;
  left: -510px;
}
.so-home-bg .so-background video:nth-child(3) {
  -webkit-transform: rotate(210deg);
  -moz-transform: rotate(210deg);
  -o-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
  position: absolute;
  width: 1640px;
  height: 1240px;
  z-index: 5;
  top: 1700px;
  right: -410px;
}
.so-home-bg .so-background video:nth-child(4) {
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
  position: absolute;
  width: 1100px;
  height: 860px;
  z-index: 5;
  bottom: 900px;
  left: -310px;
}
.so-home-bg .so-background video:nth-child(5) {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  position: absolute;
  width: 1880px;
  height: 1440px;
  z-index: 5;
  bottom: -50px;
  left: -380px;
}
.so-home-bg .so-background video:nth-child(6) {
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
  position: absolute;
  width: 1100px;
  height: 860px;
  z-index: 5;
  bottom: -400px;
  right: -410px;
}
.so-home-bg .so-background:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  content: "";
  background-position: center;
  background-repeat: repeat;
  background-size: 1440px;
  background-image: url("img/bg-grid.png");
  mix-blend-mode: overlay;
}
@media screen and (max-width: 1024px) {
  .so-home-bg {
    margin-top: 90vw;
    padding-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .so-home-bg {
    margin-top: 120vw;
  }
  .so-home-bg .so-background video:nth-child(1) {
    top: -150px;
  }
  .so-home-bg .so-background video:nth-child(2) {
    top: 840px;
  }
  .so-home-bg .so-background video:nth-child(4) {
    bottom: 730px;
  }
  .so-home-bg .so-background video:nth-child(6) {
    bottom: -510px;
  }
  .so-home-bg .so-background:before {
    background-size: 375px;
    background-image: url("img/bg-grid-mobile.png");
  }
}
.so-home-proof {
  position: relative;
  z-index: 2;
}
.so-home-proof .so-row {
  text-align: center;
  max-width: 980px;
}
.so-home-proof .so-bubble {
  margin: auto;
}
.so-home-proof-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  padding-top: 40px;
}
.so-home-proof-main .so-col {
  box-sizing: border-box;
}
.so-home-proof-main .so-col:nth-child(1) {
  width: 350px;
}
.so-home-proof-main .so-col:nth-child(1) > div {
  box-sizing: border-box;
  border: 1px solid #3B3836;
  border-radius: 10px;
  padding: 30px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(4px);
}
.so-home-proof-main .so-col:nth-child(1) > div:before {
  position: absolute;
  width: 150px;
  height: 1px;
  bottom: -1px;
  right: 40px;
  background: linear-gradient(90deg, rgb(59, 56, 54) 0%, rgb(161, 133, 115) 50%, rgb(59, 56, 54) 100%);
  opacity: 1;
  z-index: 2;
  content: "";
}
.so-home-proof-main .so-col:nth-child(1) > div:nth-child(1) {
  margin-bottom: 20px;
}
.so-home-proof-main .so-col:nth-child(1) > div:nth-child(1):before {
  right: auto;
  left: 20px;
}
.so-home-proof-main .so-col:nth-child(1) > div:nth-child(2) {
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(2px);
}
.so-home-proof-main .so-col:nth-child(1) > div:nth-child(2) > span {
  font-size: 12px;
  line-height: 1.3;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-weight: 600;
  position: absolute;
  bottom: -34px;
  left: 50%;
  display: inline-block;
  padding-left: 30px;
}
.so-home-proof-main .so-col:nth-child(1) > div:nth-child(2) > span:before {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  margin-top: -12px;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("img/upwork-badge.svg");
  content: "";
}
.so-home-proof-main .so-col:nth-child(1) > div img {
  margin-bottom: 20px;
}
.so-home-proof-main .so-col:nth-child(1) > div div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: left;
}
.so-home-proof-main .so-col:nth-child(1) > div div span {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("img/star.svg");
}
.so-home-proof-main .so-col:nth-child(1) > div div p {
  font-size: 14px;
  line-height: 1.5;
  position: relative;
  top: 1px;
  font-weight: 300;
  margin-left: 10px;
}
.so-home-proof-main .so-col:nth-child(2) {
  width: calc(100% - 350px - 30px);
}
.so-home-proof-main .so-col:nth-child(2) > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #3B3836;
  border-radius: 10px;
  padding: 30px;
  position: relative;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(2px);
}
.so-home-proof-main .so-col:nth-child(2) > div:before, .so-home-proof-main .so-col:nth-child(2) > div:after {
  position: absolute;
  width: 65px;
  height: 130px;
  left: 40px;
  top: 50%;
  margin-top: -75px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("img/branch.svg");
  opacity: 0.1;
  content: "";
}
.so-home-proof-main .so-col:nth-child(2) > div:after {
  left: auto;
  right: 40px;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.so-home-proof-main .so-col:nth-child(2) > div > i {
  position: absolute;
  width: 280px;
  height: 1px;
  bottom: -1px;
  right: 50px;
  background: linear-gradient(90deg, rgb(59, 56, 54) 0%, rgb(161, 133, 115) 50%, rgb(59, 56, 54) 100%);
  opacity: 1;
  z-index: 2;
  content: "";
}
.so-home-proof-main .so-col:nth-child(2) > div > p {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 300;
  max-width: 340px;
  margin-bottom: 20px;
}
.so-home-proof-main .so-col:nth-child(2) > div > span {
  display: block;
}
.so-home-proof-main .so-col:nth-child(2) > div > span:nth-child(2) {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 5px;
}
.so-home-proof-main .so-col:nth-child(2) > div > span:nth-child(3) {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 300;
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  .so-home-proof {
    z-index: 12;
  }
  .so-home-proof-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-top: 25px;
    max-width: 700px;
    margin: auto;
  }
  .so-home-proof-main .so-col:nth-child(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    width: 100%;
  }
  .so-home-proof-main .so-col:nth-child(1) > div {
    width: calc(50% - 8px);
  }
  .so-home-proof-main .so-col:nth-child(1) > div:nth-child(1) {
    margin-bottom: 0;
  }
  .so-home-proof-main .so-col:nth-child(2) {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 600px) {
  .so-home-proof-main .so-col:nth-child(2) > div {
    padding: 30px 30px 45px 30px;
  }
  .so-home-proof-main .so-col:nth-child(2) > div > i {
    width: 140px;
  }
  .so-home-proof-main .so-col:nth-child(2) > div > p {
    max-width: none;
    font-size: 14px;
    margin-bottom: 35px;
  }
  .so-home-proof-main .so-col:nth-child(2) > div:before {
    width: 35px;
    height: 70px;
    top: auto;
    margin-top: 0;
    bottom: 30px;
    left: 25px;
  }
  .so-home-proof-main .so-col:nth-child(2) > div:after {
    width: 35px;
    height: 70px;
    top: auto;
    margin-top: 0;
    bottom: 30px;
    right: 25px;
  }
  .so-home-proof-main .so-col:nth-child(1) > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px;
  }
  .so-home-proof-main .so-col:nth-child(1) > div:before {
    width: 90px;
  }
  .so-home-proof-main .so-col:nth-child(1) > div img {
    max-width: 80px;
    margin-bottom: 20px;
  }
  .so-home-proof-main .so-col:nth-child(1) > div div {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .so-home-proof-main .so-col:nth-child(1) > div div span {
    width: 18px;
    height: 18px;
  }
  .so-home-proof-main .so-col:nth-child(1) > div div p {
    width: 100%;
    margin-left: 0;
    margin-top: 7px;
  }
  .so-home-proof-main .so-col:nth-child(1) > div:nth-child(2) > span {
    font-size: 10px;
    text-align: left;
    padding-left: 23px;
    bottom: -25px;
    white-space: nowrap;
  }
  .so-home-proof-main .so-col:nth-child(1) > div:nth-child(2) > span:before {
    width: 18px;
    height: 18px;
    margin-top: -9px;
  }
}
.so-home-reel {
  margin-top: 240px;
  position: relative;
  z-index: 2;
}
.so-home-reel .so-row {
  max-width: 740px;
  position: relative;
}
.so-home-reel .so-bubble {
  position: absolute;
  top: -22px;
  left: 100px;
}
.so-home-reel-player {
  mask: url("#videoMask");
  -webkit-mask-image: url("#videoMask");
  mask-mode: alpha;
  -webkit-mask-mode: alpha;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: cover;
  -webkit-mask-size: cover;
  border-radius: 12px;
  overflow: hidden;
  max-height: 388px;
}
.so-home-reel-player video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
  display: block;
}
.so-home-reel-player-play {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  border-radius: 100%;
  background-color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 4;
  cursor: pointer;
}
.so-home-reel-player-play:hover {
  background-color: #FCC6A5;
}
.so-home-reel-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}
.so-home-reel-controls-play {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-sizing: border-box;
  border-radius: 10px;
  width: 38px;
  height: 38px;
  background-color: #574135;
  cursor: pointer;
  line-height: 1;
  flex-shrink: 0;
}
.so-home-reel-controls-play svg {
  width: 24px;
  height: 24px;
}
.so-home-reel-controls-play svg path {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.so-home-reel-controls-play svg:nth-child(2) {
  display: none;
}
.so-home-reel-controls-play:hover {
  background-color: #FCC6A5;
}
.so-home-reel-controls-play:hover svg path {
  fill: #0E0A01;
}
.so-home-reel-controls-timeline {
  position: relative;
  width: 100%;
}
.so-home-reel-controls-timeline-bar {
  position: relative;
  width: 100%;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  cursor: pointer;
}
.so-home-reel-controls-timeline-progress {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  width: 0;
  top: 0;
  left: 0;
  height: 6px;
  background-color: #FCC6A5;
  border-radius: 3px;
  cursor: pointer;
}
.so-home-reel-controls-timeline-shadow {
  position: absolute;
  width: 0;
  top: 0;
  left: 0;
  width: 50%;
  height: 6px;
  background-color: #FCC6A5;
  border-radius: 3px;
  opacity: 0.3;
  cursor: pointer;
}
.so-home-reel-controls-sound {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 140px;
  height: 38px;
  box-sizing: border-box;
  border-radius: 10px;
  background-color: #574135;
  cursor: pointer;
  flex-shrink: 0;
}
.so-home-reel-controls-sound svg {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.so-home-reel-controls-sound svg path {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.so-home-reel-controls-sound svg:nth-child(2) {
  display: none;
}
.so-home-reel-controls-sound > span {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 600;
  color: #fff;
}
.so-home-reel-controls-sound:hover {
  background-color: #FCC6A5;
}
.so-home-reel-controls-sound:hover svg path {
  fill: #0E0A01;
}
.so-home-reel-controls-sound:hover > span {
  color: #0E0A01;
}
.so-home-reel-controls.is-playing .so-home-reel-controls-play svg:nth-child(1) {
  display: none;
}
.so-home-reel-controls.is-playing .so-home-reel-controls-play svg:nth-child(2) {
  display: inline-block;
}
.so-home-reel-controls.is-muted .so-home-reel-controls-sound svg:nth-child(1) {
  display: none;
}
.so-home-reel-controls.is-muted .so-home-reel-controls-sound svg:nth-child(2) {
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .so-home-reel {
    margin-top: 140px;
  }
  .so-home-reel .so-row {
    text-align: center;
  }
  .so-home-reel .so-bubble {
    left: unset;
    top: unset;
    position: relative;
    margin: auto;
    margin-bottom: 20px;
  }
  .so-home-reel-player {
    mask: unset;
    -webkit-mask-image: unset;
  }
  .so-home-reel-player-play {
    width: 50px;
    height: 50px;
  }
}
.so-home-services {
  margin-top: 240px;
  padding-bottom: 200px;
  position: relative;
  z-index: 2;
}
.so-home-services .so-row {
  max-width: 1380px;
  text-align: center;
}
.so-home-services .so-bubble {
  margin-bottom: 30px;
}
.so-home-services h2 {
  margin-bottom: 40px;
}
.so-home-services-list {
  position: relative;
}
.so-home-services-list-sticky {
  position: absolute;
  width: 340px;
  height: auto;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  transform: translate3d(0, -30px, 0);
  right: 410px;
  will-change: transform;
  z-index: 10;
  line-height: 1;
  pointer-events: none;
  opacity: 0;
}
.so-home-services-list-sticky img, .so-home-services-list-sticky video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 200px;
  border-radius: 12px;
}
.so-home-services-list-sticky > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  gap: 12px;
  margin-top: 15px;
}
.so-home-services-list-sticky > div img {
  width: 34px;
  height: 34px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100%;
}
.so-home-services-list-sticky > div p {
  font-size: 13px;
  line-height: 1.4;
  font-weight: 500;
  text-align: left;
}
.so-home-services-list-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  min-height: 120px;
  padding-top: 30px;
  padding-bottom: 30px;
  cursor: pointer;
  position: relative;
}
.so-home-services-list-single:after, .so-home-services-list-single:before {
  position: absolute;
  width: 45%;
  height: 2px;
  background: #FCC6A5;
  background: linear-gradient(90deg, #fcc6a5 0%, #fcc6a5 80%, rgba(255, 255, 255, 0) 100%);
  left: 0;
  bottom: 0;
  opacity: 0.08;
  content: "";
}
.so-home-services-list-single:before {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  width: 32%;
  left: auto;
  right: 0;
}
.so-home-services-list-single:last-child:after, .so-home-services-list-single:last-child:before {
  display: none;
}
.so-home-services-list-single > span {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 300;
  opacity: 0.4;
}
.so-home-services-list-single > h4 {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 34px;
  line-height: 1.2;
  max-width: 300px;
  width: 100%;
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  opacity: 0.4;
}
.so-home-services-list-single > p {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 16px;
  line-height: 1.7;
  max-width: 340px;
  width: 100%;
  font-weight: 300;
  text-align: left;
  opacity: 0.4;
}
.so-home-services-list-single:hover > span, .so-home-services-list-single:hover > h4, .so-home-services-list-single:hover > p {
  opacity: 1;
}
.so-home-services-list.is-active .so-home-services-list-sticky {
  opacity: 1;
}
.so-home-services-slider {
  display: none;
}
@media screen and (max-width: 1400px) {
  .so-home-services-list-sticky {
    right: 365px;
  }
  .so-home-services-list-single:after {
    width: 35%;
  }
  .so-home-services-list-single > h4 {
    margin-left: 50px;
    margin-right: auto;
  }
}
@media screen and (max-width: 1100px) {
  .so-home-services .so-row {
    padding-left: 0;
    padding-right: 0;
  }
  .so-home-services-list {
    display: none;
  }
  .so-home-services-slider {
    overflow: visible;
    display: block;
  }
  .so-home-services-slider-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 280px;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background-color: rgba(255, 255, 255, 0.04);
    border-radius: 10px;
    backdrop-filter: blur(2px);
    text-align: left;
  }
  .so-home-services-slider-single-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }
  .so-home-services-slider-single-head span {
    font-size: 18px;
    line-height: 1.3;
    display: block;
    width: 60px;
    text-align: center;
    font-weight: 300;
    flex-shrink: 0;
  }
  .so-home-services-slider-single-head h4 {
    text-align: right;
    width: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.14);
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0;
    padding-right: 15px;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .so-home-services-slider-single video {
    width: 100%;
    height: 165px;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }
  .so-home-services-slider-single p {
    font-size: 16px;
    line-height: 1.7;
    font-weight: 300;
    padding: 15px;
  }
  .so-home-services-slider .swiper-progress {
    position: absolute;
    width: 100px;
    height: 6px;
    left: 50%;
    margin-left: -50px;
    bottom: -40px;
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.1);
    overflow: hidden;
  }
  .so-home-services-slider .swiper-progress-line {
    background-color: #FCC6A5;
    height: 100%;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
  }
}
@media screen and (max-width: 600px) {
  .so-home-services {
    margin-top: 120px;
    padding-bottom: 120px;
  }
  .so-home-services .so-bubble {
    margin-bottom: 20px;
  }
  .so-home-services h2 {
    font-size: 36px;
    margin-bottom: 30px;
  }
}
.so-home-featured {
  position: relative;
  z-index: 2;
  padding-bottom: 140px;
}
.so-home-featured .so-row {
  max-width: 1440px;
  padding-left: 0;
  padding-right: 0;
}
.so-home-featured h2 span {
  font-size: 290px;
  line-height: 1;
  color: #191412;
  display: block;
  position: relative;
  z-index: 1;
}
.so-home-featured h2 span:nth-child(2) {
  position: absolute;
  inset: 0;
  color: #fff;
  top: 0;
  left: 0;
  z-index: 2;
  clip-path: inset(0 calc(100% - var(--p)) -40px 0);
  will-change: clip-path;
}
.so-home-featured h2 div {
  position: relative;
  line-height: 1.3;
  --p: 0%;
}
.so-home-featured h2 div:nth-child(2) {
  text-align: right;
}
.so-home-featured h2 div:nth-child(2) span:nth-child(2) {
  left: auto;
  right: 0;
  clip-path: inset(0 0 -40px calc(100% - var(--p)));
}
@media screen and (max-width: 1300px) {
  .so-home-featured h2 span {
    font-size: 200px;
    line-height: 1;
  }
}
@media screen and (max-width: 1024px) {
  .so-home-featured h2 span {
    font-size: 160px;
  }
}
@media screen and (max-width: 768px) {
  .so-home-featured h2 span {
    font-size: 130px;
  }
}
@media screen and (max-width: 600px) {
  .so-home-featured {
    padding-bottom: 40px;
  }
  .so-home-featured .so-row {
    padding-left: 20px;
    padding-right: 20px;
  }
  .so-home-featured h2 {
    margin-bottom: 0;
  }
  .so-home-featured h2 span {
    font-size: 70px;
  }
}
.so-home-projects-lines {
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.so-home-projects-lines:before {
  position: absolute;
  width: 1px;
  height: auto;
  background-color: #0E0A01;
  opacity: 0.1;
  top: 0;
  bottom: 0;
  left: 50%;
  content: "";
}
.so-home-projects-lines:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  content: "";
  background-position: center bottom;
  background-repeat: repeat;
  background-size: 1440px;
  background-image: url("img/bg-grid.png");
  mix-blend-mode: overlay;
}
.so-home-projects-lines_1 {
  top: 0;
}
.so-home-projects-lines span {
  width: 100%;
  height: 100px;
  background-color: #0D0907;
  clip-path: inset(calc(var(--p)) 0 0 0);
  will-change: clip-path;
  display: block;
}
.so-home-projects-lines_2 {
  bottom: 0;
}
.so-home-projects-lines_2 span {
  clip-path: inset(0 0 calc(100% - var(--p)) 0);
}
@media screen and (max-width: 600px) {
  .so-home-projects-lines span {
    height: 50px;
  }
}
.so-home-projects {
  position: relative;
  z-index: 2;
  background-color: #fff;
  min-height: calc(var(--screens, 5) * 100vh);
}
.so-home-projects:before {
  position: absolute;
  width: 1px;
  height: auto;
  background-color: #0E0A01;
  opacity: 0.1;
  top: 0;
  bottom: 0;
  left: 50%;
  content: "";
}
.so-home-projects .so-projects {
  position: sticky;
  width: 100%;
  height: 100vh;
  left: 0;
  right: 0;
  top: 0;
}
.so-home-projects .so-projects-block {
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (max-width: 600px) {
  .so-home-projects {
    min-height: calc(var(--screens, 5) * 50vh);
  }
}
.so-home-contact {
  padding-top: 300px;
  padding-bottom: 315px;
  position: relative;
  z-index: 2;
}
.so-home-contact .so-row {
  max-width: 1240px;
}
.so-home-contact-form {
  box-sizing: border-box;
  width: 100%;
  position: relative;
  border: 1px solid #312D2B;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(2px);
  border-radius: 10px;
}
.so-home-contact-form:before {
  position: absolute;
  width: 260px;
  height: 1px;
  top: -1px;
  left: 40px;
  background: linear-gradient(90deg, #312D2B 0%, rgb(161, 133, 115) 50%, #312D2B 100%);
  opacity: 1;
  z-index: 2;
  content: "";
}
.so-home-contact-form:after {
  position: absolute;
  width: 412px;
  height: 1px;
  bottom: -1px;
  right: 40px;
  background: linear-gradient(90deg, #312D2B 0%, rgb(161, 133, 115) 50%, #312D2B 100%);
  opacity: 1;
  z-index: 2;
  content: "";
}
.so-home-contact-form-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  border-radius: 10px;
  padding: 50px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.so-home-contact-form h2 {
  max-width: 400px;
  margin-bottom: 38px;
}
.so-home-contact-form ul li {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
  color: #fff;
  padding-left: 30px;
  position: relative;
  margin-bottom: 15px;
}
.so-home-contact-form ul li:before {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  margin-top: -10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("img/check.svg");
  content: "";
}
.so-home-contact-form ul li:last-child {
  margin-bottom: 0;
}
.so-home-contact-form-button {
  line-height: 1;
  padding-top: 65px;
  padding-bottom: 60px;
  text-align: center;
}
.so-home-contact-form-button .so-button_glow {
  padding-right: 40px;
  padding-left: 20px;
}
.so-home-contact-form-button p {
  font-size: 13px;
  line-height: 1.3;
  font-weight: 500;
  color: #FCC6A5;
  margin-top: 6px;
}
.so-home-contact-form-bottom > a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 16px;
  line-height: 1.3;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 15px;
  text-decoration: underline;
}
.so-home-contact-form-bottom > a:hover {
  color: #FCC6A5;
}
.so-home-contact-form-bottom-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  gap: 10px;
}
.so-home-contact-form-bottom-list a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: rgba(252, 198, 165, 0.1);
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.so-home-contact-form-bottom-list a svg {
  position: relative;
  z-index: 2;
}
.so-home-contact-form-bottom-list a svg path {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.so-home-contact-form-bottom-list a:before {
  position: absolute;
  width: 40px;
  height: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #FCC6A5;
  z-index: 1;
  content: "";
}
.so-home-contact-form-bottom-list a:hover svg path {
  fill: #0E0A01;
}
.so-home-contact-form-bottom-list a:hover:before {
  height: 40px;
}
.so-home-contact-form .so-form > p {
  font-size: 16px;
  line-height: 1.3;
  color: #FCC6A5;
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px;
}
.so-home-contact-form .so-form-done {
  height: 500px;
  text-align: center;
  position: relative;
  display: none;
}
.so-home-contact-form .so-form-done.so-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.so-home-contact-form .so-form-done h4 {
  padding-top: 100px;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
}
.so-home-contact-form .so-form-done h4:before {
  position: absolute;
  width: 140px;
  height: 140px;
  top: -40px;
  left: 50%;
  margin-left: -70px;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("img/branches-2.svg");
  opacity: 0.1;
  content: "";
}
.so-home-contact-form .so-form-done p {
  position: relative;
  z-index: 2;
  font-size: 18px;
}
.so-home-contact-form_mobile {
  display: none;
}
.so-home-contact .so-col {
  position: relative;
  z-index: 2;
}
.so-home-contact .so-col:nth-child(1) {
  max-width: 524px;
  width: 100%;
}
.so-home-contact .so-col:nth-child(2) {
  max-width: 470px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .so-home-contact {
    padding-top: 150px;
  }
  .so-home-contact-form {
    max-width: 700px;
    margin: auto;
  }
  .so-home-contact-form-bottom {
    text-align: center;
  }
  .so-home-contact-form-bottom-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .so-home-contact .so-col:nth-child(1) {
    max-width: none;
  }
  .so-home-contact .so-col:nth-child(2) {
    display: none;
  }
  .so-home-contact-form_mobile {
    max-width: 700px;
    margin: auto;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    border: 1px solid #312D2B;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(2px);
    border-radius: 10px;
    margin-top: 50px;
    display: block;
  }
  .so-home-contact-form_mobile:before {
    position: absolute;
    width: 260px;
    height: 1px;
    top: -1px;
    left: 40px;
    background: linear-gradient(90deg, #312D2B 0%, rgb(161, 133, 115) 50%, #312D2B 100%);
    opacity: 1;
    z-index: 2;
    content: "";
  }
  .so-home-contact-form_mobile:after {
    position: absolute;
    width: 412px;
    height: 1px;
    bottom: -1px;
    right: 40px;
    background: linear-gradient(90deg, #312D2B 0%, rgb(161, 133, 115) 50%, #312D2B 100%);
    opacity: 1;
    z-index: 2;
    content: "";
    display: none;
  }
  .so-home-contact-form_mobile-wrap {
    padding: 50px;
  }
  .so-home-contact-form_mobile .so-form > p {
    font-size: 16px;
    line-height: 1.3;
    color: #FCC6A5;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
  }
  .so-home-contact-form_mobile .so-form-row {
    border-width: 0;
    border-radius: 0;
  }
  .so-home-contact-form_mobile .so-form-row.so-error input, .so-home-contact-form_mobile .so-form-row.so-error textarea {
    border-color: #f7454c;
  }
  .so-home-contact-form_mobile .so-form input, .so-home-contact-form_mobile .so-form textarea {
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    font-weight: 500;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
  }
  .so-home-contact-form_mobile .so-form input.placeholder, .so-home-contact-form_mobile .so-form textarea.placeholder {
    font-family: "Figtree", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    opacity: 0.7;
    font-weight: 700;
  }
  .so-home-contact-form_mobile .so-form input:-moz-placeholder, .so-home-contact-form_mobile .so-form textarea:-moz-placeholder {
    font-family: "Figtree", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    opacity: 0.7;
    font-weight: 700;
  }
  .so-home-contact-form_mobile .so-form input::-moz-placeholder, .so-home-contact-form_mobile .so-form textarea::-moz-placeholder {
    font-family: "Figtree", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    opacity: 0.7;
    font-weight: 700;
  }
  .so-home-contact-form_mobile .so-form input:-ms-input-placeholder, .so-home-contact-form_mobile .so-form textarea:-ms-input-placeholder {
    font-family: "Figtree", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    opacity: 0.7;
    font-weight: 700;
  }
  .so-home-contact-form_mobile .so-form input::-webkit-input-placeholder, .so-home-contact-form_mobile .so-form textarea::-webkit-input-placeholder {
    font-family: "Figtree", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    opacity: 0.7;
    font-weight: 700;
  }
  .so-home-contact-form_mobile .so-form-done {
    text-align: center;
    position: relative;
    display: none;
  }
  .so-home-contact-form_mobile .so-form-done.so-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .so-home-contact-form_mobile .so-form-done h4 {
    font-size: 20px;
    padding-top: 100px;
    position: relative;
    z-index: 2;
    margin-bottom: 10px;
  }
  .so-home-contact-form_mobile .so-form-done h4:before {
    position: absolute;
    width: 110px;
    height: 110px;
    top: -20px;
    left: 50%;
    margin-left: -55px;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("img/branches-2.svg");
    opacity: 0.1;
    content: "";
  }
  .so-home-contact-form_mobile .so-form-done p {
    position: relative;
    z-index: 2;
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .so-home-contact {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .so-home-contact-form:before {
    width: 130px;
  }
  .so-home-contact-form:after {
    width: 120px;
  }
  .so-home-contact-form-wrap {
    padding: 25px 25px 30px 25px;
  }
  .so-home-contact-form h2 {
    font-size: 36px;
    margin-bottom: 25px;
  }
  .so-home-contact-form-button {
    padding-top: 45px;
    padding-bottom: 40px;
  }
  .so-home-contact-form_mobile:before {
    width: 160px;
  }
  .so-home-contact-form_mobile-wrap {
    padding: 40px 20px 30px 20px;
  }
  .so-home-contact-form_mobile .so-form input, .so-home-contact-form_mobile .so-form textarea {
    padding: 13px 15px;
  }
  .so-home-contact-form_mobile .so-form textarea {
    height: 120px;
  }
  .so-home-contact-form_mobile .so-form > p {
    margin-bottom: 20px;
  }
}
.so-home-cta {
  padding-bottom: 310px;
  position: relative;
  z-index: 2;
}
.so-home-cta .so-row {
  max-width: 780px;
  text-align: center;
}
.so-home-cta h2 {
  font-size: 60px;
  line-height: 1.45;
  font-weight: 700;
  margin-bottom: 10px;
}
.so-home-cta h2 span {
  font-family: "Instrument Serif", sans-serif;
  font-weight: 400;
  color: #fff;
}
.so-home-cta h2 + div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.so-home-cta h2 + div > p {
  font-family: "Inter Display", sans-serif;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .so-home-cta .so-row {
    max-width: 660px;
  }
  .so-home-cta h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 600px) {
  .so-home-cta {
    padding-bottom: 170px;
  }
  .so-home-cta .so-row {
    max-width: 360px;
  }
  .so-home-cta h2 {
    font-size: 26px;
    margin-bottom: 5px;
  }
}

.so-void_cta {
  position: absolute;
  width: 100vw;
  height: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  pointer-events: none;
}
.so-void_cta.so-fixed {
  position: fixed;
  bottom: 0;
  top: auto;
  pointer-events: unset;
}
.so-void_cta.so-active {
  display: inline-flex;
  width: auto;
  height: auto;
  left: auto;
}
.so-void_cta-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  border: 1px solid transparent;
  background-color: transparent;
  pointer-events: none;
}
.so-void_cta-box span {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
  width: 0;
  opacity: 0;
}
.so-void_cta-box-wrap:before {
  position: absolute;
  width: 150px;
  height: 1px;
  bottom: 30px;
  right: 67px;
  background: linear-gradient(90deg, rgb(59, 56, 54) 0%, rgb(161, 133, 115) 50%, rgb(59, 56, 54) 100%);
  opacity: 0;
  z-index: 2;
  content: "";
}
.so-void_cta-box-wrap.so-active:before {
  -webkit-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  opacity: 1;
}
.so-void_cta-box.so-active {
  border: 1px solid #3B3836;
  background-color: #0D0907;
  border-radius: 10px;
  overflow: hidden;
  height: 70px;
  position: relative;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  box-shadow: 1px 2px 35px -10px #ff7950;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  pointer-events: unset;
}
.so-void_cta-box.so-active .so-void {
  top: 0 !important;
  right: 0 !important;
}
.so-void_cta-box.so-active span {
  -webkit-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  width: 154px;
  opacity: 1;
}

.so-void {
  position: relative;
  width: 100vw;
  height: 100vw;
  right: 0;
  top: 200px;
  border-radius: 100%;
}
@media screen and (max-width: 1024px) {
  .so-void {
    width: 150vw;
    height: 150vw;
    right: -25vw;
    top: 660px;
    border-radius: 0;
  }
}
@media screen and (max-width: 600px) {
  .so-void {
    width: 170vw;
    height: 170vw;
    right: -35vw;
    top: 530px;
  }
}

@media screen and (max-width: 1024px) {
  .so-void_cta.so-fixed .so-void,
  .so-void_cta.so-active .so-void {
    border-radius: 100%;
  }
}
@media screen and (max-width: 600px) {
  .so-void_cta.so-fixed {
    width: 100%;
  }
  .so-void_cta.so-fixed .so-void_cta-box-wrap {
    width: 100%;
  }
  .so-void_cta.so-fixed .so-void_cta-box-wrap:before {
    width: 90px;
    bottom: 20px;
    right: 107px;
  }
  .so-void_cta.so-fixed .so-void_cta-box.so-active {
    width: calc(100% - 150px);
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    right: auto;
  }
  .so-void_cta.so-fixed .so-void_cta-box.so-active .so-void {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 600px) {
  html, body, div, span, applet, object, iframe,
  p, blockquote, pre,
  a, abbr, acronym, address, big, cite, code,
  del, dfn, em, img, ins, kbd, q, s, samp,
  small, strike, strong, sub, sup, tt, var,
  b, u, i, center,
  dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td,
  article, aside, canvas, details, embed,
  figure, figcaption, footer, header, hgroup,
  menu, nav, output, ruby, section, summary,
  time, mark, audio, video {
    font-size: 18px;
    line-height: 1.8;
  }
  .so-bubble {
    font-size: 12px;
    padding: 8px 15px 8px 30px;
  }
  .so-bubble:before {
    width: 8px;
    height: 8px;
    left: 15px;
    margin-top: -4px;
  }
  .so-powered span {
    width: 24px;
    height: 24px;
  }
  .so-powered span svg {
    width: 24px;
    height: 24px;
  }
  .so-powered span:before {
    width: 70px;
    height: 70px;
    margin-top: -35px;
    margin-left: -35px;
  }
  .so-powered p {
    font-size: 12px;
  }
}

/*# sourceMappingURL=style.css.map */
