:root {
  --app-height: 100%;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
* {
  box-sizing: border-box;
}

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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

blockquote,
q {
  quotes: none;
}

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

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

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

img {
  max-width: 100%;
}

* {
  box-sizing: border-box;
}


@font-face {
  font-family: "Fs Albert";
  src: url("../../assets/fonts/FSAlbert-Bold.ttf");
  font-weight: 700;
}
@font-face {
  font-family: "Fs Albert";
  src: url("../../assets/fonts/FSAlbert-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Fs Albert";
  src: url("../../assets/fonts/FSAlbert-Italic.ttf");
  font-style: italic;
}
@font-face {
  font-family: "Tiempos";
  src: url("../../assets/fonts/TiemposText-Regular.otf");
  font-style: normal;
  font-weight: 400;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.font-primary-bold {
  font-family: "Fs Albert";
  font-weight: 700;
  font-style: normal;
}

.font-primary-regular {
  font-family: "Fs Albert";
  font-weight: 400;
  font-style: normal;
}

.font-body {
  font-family: "Tiempos";
  font-weight: 400;
}

.text-heading1 {
  font-size: 130px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1030px) {
  .text-heading1 {
    font-size: 60px;
    line-height: 60px;
  }
}

.text-heading2 {
  font-size: 64px;
  line-height: 64px;
}
@media screen and (max-width: 1030px) {
  .text-heading2 {
    font-size: 33px;
    line-height: 33px;
  }
}

.text-heading3 {
  font-size: 56px;
  line-height: 56px;
}
@media screen and (max-width: 1030px) {
  .text-heading3 {
    font-size: 32px;
    line-height: 32px;
  }
}

.text-heading4 {
  font-size: 36px;
  line-height: 36px;
}
@media screen and (max-width: 1030px) {
  .text-heading4 {
    font-size: 27px;
    line-height: 27px;
  }
}

.text-heading5 {
  font-size: 28px;
  line-height: 39px;
}

.text-heading6 {
  font-size: 27px;
  line-height: 32px;
}

.text-subheading {
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.text-body {
  font-size: 21px;
  font-weight: normal;
  line-height: 1.4;
}
@media screen and (max-width: 1030px) {
  .text-body {
    font-size: 18px;
    line-height: 25px;
  }
}

p {
  font-family: "Tiempos";
  font-size: 21px;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (max-width: 1030px) {
  p {
    font-size: 18px;
    line-height: 25px;
  }
}

.text-body-large {
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.02em;
  text-align: center;
}

.text-body-bold {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: -0.02em;
}

.line {
  overflow: hidden;
  padding-bottom: 20px;
  margin-top: -20px;
  white-space: nowrap;
}

.span-hline,
.span-line,
.span-plines,
.span-blines {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  padding-bottom: 20px;
  margin-bottom: -20px;
}

.span-hline-inner,
.span-pline-inner,
.span-line-inner,
.span-bline-inner {
  display: inline-block;
}

.container {
  padding: 0 30px;
}
@media screen and (max-width: 400px) {
  .container {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    padding: 0 75px;
  }
}
.absolute {
  position: absolute;
}

.btn {
  position: relative;
  display: flex;
  width: max-content;
  padding: 15px 35px;
  font-family: "Fs Albert";
  font-size: 17px;
  line-height: 1;
  font-weight: 700;
  border-radius: 40px;
  text-decoration: none;
  gap: 25px;
  align-items: center;
  overflow: hidden;
  color: #1a1a1a;
  cursor: pointer;
  box-sizing: border-box;
}
.btn .btn-text {
  position: relative;
  z-index: 2;
  transition: all 0.3s;
}
.btn .icon {
  position: relative;
  margin-top: 4px;
  z-index: 2;
}
.btn .icon svg path {
  transition: all 0.3s;
}
.btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-150%);
  transform-origin: left;
  transition: transform 0.4s ease-in-out;
  background: #C6FF24;
  border-radius: 60px;
  z-index: 1;
  box-sizing: border-box;
}
.btn::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  transform-origin: left;
  transition: transform 0.4s ease-in-out;
  border-radius: 60px;
  box-sizing: border-box;
}
.btn.btnPrimary {
  color: #1a1a1a;
}
.btn.btnPrimary::before {
  background: #000000;
}
.btn.btnPrimary::after {
  background: #C6FF24;
}
.btn.btnBlack {
  background: #000000;
  color: #ffffff;
  border: 1px solid #000000;
}
.btn.btnBlack svg path {
  fill: #ffffff;
}
.btn.btnsmall {
  font-size: 14px;
  padding: 10px 25px;
}
.btn.btnTrans {
  background: transparent;
  color: #ffffff;
  border: 1px solid;
  border-color: #ffffff;
}
.btn.btnTrans .icon svg path {
  fill: #ffffff;
}
.btn.border {
  border: 1px solid #000000;
  background: transparent;
}
.btn:hover::before {
  transform: translateX(-50%);
}
.btn:hover.btnTrans {
  border-color: #8fc100;
}
.btn:hover.btnTrans .btn-text {
  color: #000000;
}
.btn:hover.btnTrans svg path {
  fill: #000000;
}
.btn:hover.btnBlack .btn-text {
  color: #000000;
}
.btn:hover.btnBlack svg path {
  fill: #000000;
}
.btn:hover.btnPrimary .btn-text {
  color: #ffffff;
}
.btn:hover.btnPrimary svg path {
  fill: #ffffff;
}

.linkbtn {
  position: relative;
  display: inline-flex;
  font-family: "Fs Albert";
  font-size: 17px;
  font-weight: 700;
  line-height: 17px;
  text-align: left;
  color: #1a1a1a;
  text-decoration: none;
}
.linkbtn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #1a1a1a;
  left: 0;
  bottom: -2px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
}
.linkbtn:hover::before {
  transform: scaleX(1);
}

.btnwrapper {
  position: relative;
  overflow: hidden;
}

.header {
  position: relative;
  padding: 35px 0;
  z-index: 2000;
  background: transparent;
}
.header.headerwhite {
  background: #ffffff;
}
.header__wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1030px) {
  .header__wrapper {
    padding: 0 30px;
  }
}
.header__circle {
  position: absolute;
  right: 60px;
  top: -10px;
}
@media screen and (max-width: 768px) {
  .header__circle {
    right: 30px;
  }
}
.header__circle--bg {
  position: absolute;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: #000000;
  margin-top: 6.5px;
  margin-left: 6.5px;
  top: 0;
}
.header__circle--strock {
  border-radius: 50%;
  width: 52px;
  height: 52px;
  background: #575757;
  margin-bottom: 20px;
}
.header__logo {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1030px) {
  .header__logo svg {
    width: 180px;
  }
}
.header__mbhumb {
  display: none;
}
@media screen and (max-width: 1030px) {
  .header__mbhumb {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 33px;
    height: 33px;
    border: 0;
    justify-content: center;
    align-items: center;
    background: rgba(217, 217, 217, 0.3);
    z-index: 2;
  }
  .header__mbhumb span {
    width: 20px;
    height: 1px;
    border: 1px solid rgb(255, 255, 255);
    transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .header__mbhumb.active span:nth-child(1) {
    transform: rotate(48deg) translateX(4px) translateY(2px);
  }
  .header__mbhumb.active span:nth-child(2) {
    transform: rotate(-48deg) translateX(5px) translateY(-3px);
  }
}
@media screen and (max-width: 1030px) {
  .header__nav {
    position: absolute;
    width: 100%;
    height: var(--app-height);
    background: #000000;
    top: -35px;
    left: 0;
    z-index: 1;
    padding: 120px 30px 30px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    overflow-y: auto;
  }
  .header__nav.show {
    opacity: 1;
    visibility: visible;
  }
}
.header__nav--menu {
  display: flex;
  gap: 40px;
  list-style: none;
}
@media screen and (max-width: 1030px) {
  .header__nav--menu {
    flex-direction: column;
    gap: 10px;
  }
}
.header__nav--menu--item a {
  font-family: "Fs Albert";
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s;
}
.header__nav--menu--item a.active {
  font-weight: 700;
}
@media screen and (max-width: 1030px) {
  .header__nav--menu--item a {
    font-size: 36px;
    font-weight: 700;
    line-height: 43.2px;
  }
}
.header__nav--menu--item a:hover {
  text-shadow: 0 0 1px white, 0 0 1px white;
}
.header__nav--menu--item a.active {
  font-weight: 700;
}
.header__nav--mobileinfo {
  display: none;
}
@media screen and (max-width: 1030px) {
  .header__nav--mobileinfo {
    display: block;
    margin-top: 60px;
    color: #ffffff;
  }
  .header__nav--mobileinfo--logo {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1030px) and (max-width: 575px) and (max-height: 700px) {
  .header__nav--mobileinfo--logo {
    display: none;
  }
}
@media screen and (max-width: 1030px) {
  .header__nav--mobileinfo--text {
    margin-bottom: 20px;
    display: none;
  }
  .header__nav--mobileinfo--text p {
    font-size: 18px;
  }
  .header__nav--mobileinfo--widget h5 {
    margin-bottom: 30px;
  }
  .header__nav--mobileinfo--widget P {
    font-family: "Fs Albert";
    font-size: 12px;
    margin-bottom: 10px;
    font-weight: 600;
  }
  .header__nav--mobileinfo--widget P a {
    font-family: "Tiempos";
    font-weight: 400;
    position: relative;
    color: #ffffff;
    display: block;
    width: max-content;
    margin-top: -5px;
  }
  .header__nav--mobileinfo--widget P a::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #C6FF24;
    transform: scaleX(1);
    transform-origin: right;
    transition: transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .header__nav--mobileinfo--widget P a.social {
    margin-top: 10px;
  }
  .header__nav--mobileinfo--widget P a.social::before {
    display: none;
  }
  .header__nav--mobileinfo--bottom {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1030px) and (max-width: 575px) and (max-height: 700px) {
  .header__nav--mobileinfo--bottom {
    display: none;
  }
}
@media screen and (max-width: 1030px) {
  .header__nav--mobileinfo--bottom p {
    font-size: 17px;
    font-weight: 400;
    line-height: 23.8px;
  }
  .header__nav--mobileinfo--bottom ul {
    display: flex;
    list-style: none;
    margin-top: 5px;
  }
  .header__nav--mobileinfo--bottom ul li {
    margin-right: 15px;
  }
  .header__nav--mobileinfo--bottom ul li a {
    font-family: "Tiempos";
    font-size: 17px;
    font-weight: 400;
    line-height: 23.8px;
    color: #ffffff;
    text-decoration: none;
  }
}
.header.headersn .header__logo svg path {
  fill: #000000;
}
.header.headersn .header__nav--menu--item a {
  color: rgb(26, 26, 26);
}
.header.headersn .header__nav--menu--item a:hover:not(.active) {
  text-shadow: 0 0 0.65px black, 0 0 0.65px black;
}
.header.headersn .header__mbhumb {
  background: rgba(26, 26, 26, 0.1);
}
.header.headersn .header__mbhumb span {
  border-color: #000000;
}
.header.headersn.active .header__nav {
  background: #ffffff;
}
.header.headersn.active .header__nav--mobileinfo--logo svg path {
  fill: #000000;
}
.header.headersn.active .header__nav--mobileinfo {
  color: #000000;
}
.header.headersn.active .header__nav--mobileinfo a {
  color: #000000;
}
.header.headersn.active .header__nav--mobileinfo a svg path {
  fill: #000000;
}
.header.opheader {
  position: sticky;
  top: 0;
}
.header.opheader .header__nav {
  display: none;
}
.header.opheader .header__logo.black svg path {
  fill: #000000;
}

.footer {
  position: relative;
  padding: 50px 0 40px;
  background: #000000;
  color: #ffffff;
}
.footer__top {
  display: flex;
}
@media screen and (max-width: 1030px) {
  .footer__top {
    flex-direction: column;
  }
}
.footer__left {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 1030px) {
  .footer__left {
    width: 100%;
  }
}
.footer__left p {
  max-width: 460px;
  margin-top: 24px;
}
@media screen and (max-width: 575px) {
  .footer__left p {
    max-width: 300px;
  }
}
.footer__right {
  display: flex;
  width: 50%;
  justify-content: space-between;
}
@media screen and (max-width: 1030px) {
  .footer__right {
    width: 100%;
    flex-direction: column;
  }
}
.footer__widget {
  width: 50%;
}
@media screen and (max-width: 1030px) {
  .footer__widget {
    width: 100%;
    margin-top: 30px;
  }
  .footer__widget:first-child {
    display: none;
  }
}
.footer__widget h5 {
  margin-bottom: 20px;
}
.footer__widget ul {
  list-style: none;
}
.footer__widget ul li a {
  position: relative;
  width: max-content;
  font-family: "Tiempos";
  font-size: 17px;
  font-weight: 400;
  line-height: 23.8px;
  text-align: left;
  text-decoration: none;
}
.footer__widget ul li a:not(.social) {
  background-image: linear-gradient(to right, #C6FF24, #C6FF24 50%, #fff 50%);
  background-size: 200% 100%;
  background-position: 100%;
  display: block;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
}
.footer__widget ul li a:hover {
  background-position: 0;
}
.footer__widget p {
  font-size: 14px;
  font-weight: 700;
  line-height: 19.6px;
  text-align: left;
  font-family: "Fs Albert";
}
.footer__widget p:not(:last-child) {
  margin-bottom: 10px;
}
.footer__widget p a {
  font-family: "Tiempos";
  position: relative;
  display: flex;
  width: max-content;
  font-size: 17px;
  font-weight: 400;
  line-height: 23.8px;
  text-align: left;
  color: #ffffff;
  text-decoration: none;
}
.footer__widget p a::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #C6FF24;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.footer__widget p a:hover::before {
  transform: scaleX(1);
}
.footer__widget p a.social::before {
  display: none;
}
.footer__widget:last-child p a:not(.social) {
  background-image: linear-gradient(to right, #C6FF24, #C6FF24 50%, #fff 50%);
  background-size: 200% 100%;
  background-position: 100%;
  display: block;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
}
.footer__widget:last-child p a:hover {
  background-position: 0;
}
.footer__bottom {
  display: flex;
  margin-top: 40px;
  gap: 20px;
}
@media screen and (max-width: 1030px) {
  .footer__bottom {
    flex-direction: column;
    gap: 10px;
  }
}
.footer__bottom p {
  font-size: 17px;
  font-weight: 400;
  line-height: 23.8px;
  text-align: left;
  color: #ffffff;
}
.footer__bottom ul {
  display: flex;
  gap: 20px;
  align-items: center;
  list-style: none;
}
.footer__bottom ul li a {
  position: relative;
  font-family: "Tiempos";
  font-size: 17px;
  font-weight: 400;
  line-height: 23.8px;
  text-align: left;
  color: #ffffff;
  text-decoration: none;
}
.footer__bottom ul li a::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #C6FF24;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.footer__bottom ul li a:hover::before {
  transform: scaleX(1);
}

.hero {
  position: relative;
  padding: 100px 0 120px;
  background: #000000;
  margin-top: -106px;
}
@media screen and (max-width: 1030px) {
  .hero {
    padding: 100px 0 50px;
  }
}
.hero::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  bottom: -50%;
  left: 0;
  background: #000000;
}
@media screen and (max-width: 1030px) {
  .hero::before {
    bottom: -18%;
  }
}
.hero__content {
  position: relative;
  max-width: 812px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
}
.hero__logo video {
  max-width: 270px;
}
.hero__heading {
  margin-bottom: 30px;
}
.hero__text {
  position: relative;
  max-width: 510px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 575px) {
  .hero__text {
    max-width: 300px;
  }
}

.videobanner {
  position: relative;
  overflow: hidden;
  margin-top: -2.5%;
}
.videobanner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 70%;
  background: #000000;
}
.videobanner__heading {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #ffffff;
}
@media screen and (max-width: 1030px) {
  .videobanner__heading {
    padding: 0 30px;
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .videobanner__heading {
    max-width: 300px;
  }
}
.videobanner__video {
  position: relative;
  width: 100%;
}
.videobanner__video video {
  width: 100%;
}
@media screen and (max-width: 575px) {
  .videobanner.alt {
    height: 337px;
  }
  .videobanner.alt .videobanner__video {
    height: 100%;
  }
  .videobanner.alt .videobanner__video video {
    height: 100%;
    object-fit: cover;
  }
}
.videobanner.alt .videobanner__heading {
  text-align: center;
}
@media screen and (max-width: 575px) {
  .videobanner.alt .videobanner__heading {
    max-width: 335px;
  }
  .videobanner.alt .videobanner__heading br {
    display: none;
  }
}

.ectextblock {
  position: relative;
  padding: 80px 0 110px;
}
@media screen and (max-width: 1030px) {
  .ectextblock {
    padding: 70px 0;
  }
}
.ectextblock__wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1030px) {
  .ectextblock__wrapper {
    flex-direction: column;
  }
}
.ectextblock__heading {
  position: relative;
  max-width: 382px;
  width: 100%;
  color: #1a1a1a;
}
@media screen and (max-width: 1030px) {
  .ectextblock__heading {
    max-width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 575px) {
  .ectextblock__heading h3 {
    max-width: 220px;
  }
}
.ectextblock__heading a {
  margin-top: 140px;
}
@media screen and (max-width: 1030px) {
  .ectextblock__heading a {
    margin-top: 30px;
  }
}
.ectextblock__text {
  position: relative;
  max-width: 578px;
  width: 100%;
  color: #1a1a1a;
  margin-top: 25px;
  margin-right: 50px;
}
@media screen and (max-width: 1030px) {
  .ectextblock__text {
    max-width: 100%;
  }
}
.ectextblock__text P:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 575px) {
  .ectextblock .btnwrapper {
    margin-top: 40px;
  }
}

.projectreeler {
  position: relative;
  overflow: hidden;
  z-index: 20;
}
.projectreeler__wrapper {
  display: flex;
  gap: 20px;
  width: max-content;
}
.projectreeler__wrapper.pscrollright {
  margin-top: 27px;
}
.projectreeler__block {
  position: relative;
  display: flex;
  gap: 30px;
  align-items: center;
}
.projectreeler__project img {
  width: 235px;
  height: 155px;
  border-radius: 10px;
  object-fit: cover;
}

.viewworkblock {
  position: relative;
  padding: 90px 0 30px;
  transition: background-color 0.6s;
  margin-top: 50px;
}
.viewworkblock.pt0 {
  padding-top: 0;
}
.viewworkblock::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 400px;
  left: 0;
  top: -45%;
  background: linear-gradient(0deg, #000000 22.84%, rgba(13, 13, 13, 0) 100%);
  transition: all 0.5s;
  display: none;
}
.viewworkblock__text {
  position: relative;
  max-width: 410px;
  width: 100%;
  color: #ffffff;
}
.viewworkblock__text p {
  margin-bottom: 80px;
  transition: color 0.3s;
}
.viewworkblock__reeler {
  position: relative;
  color: #ffffff;
  overflow: hidden;
  margin-top: 150px;
}
.viewworkblock__reeler.mt0 {
  margin-top: 0;
}
.viewworkblock__reelerwrapper {
  position: relative;
  display: flex;
  width: max-content;
}
.viewworkblock__reelerwrapper:last-child {
  margin-top: 45px;
}
.viewworkblock__reelerwrapper.mt0 {
  margin-top: 0;
}
.viewworkblock__reelerblock h2 {
  white-space: nowrap;
  margin-right: 30px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1030px) {
  .viewworkblock__reelerblock h2 {
    font-size: 60px;
    line-height: 60px;
  }
}
.viewworkblock.alt {
  padding-bottom: 80px;
  background: #000000;
  margin-top: 0;
}
.viewworkblock.alt::before {
  display: none;
}
.viewworkblock.alt .viewworkblock__reelerblock {
  display: flex;
  align-items: center;
}
.viewworkblock.alt .viewworkblock__reelerblock video {
  width: 150px;
}
.viewworkblock.alt.op {
  margin-top: 0;
}
.viewworkblock.alt.op::before {
  display: block;
  top: -18%;
}
@media screen and (max-width: 768px) {
  .viewworkblock.alt.op::before {
    top: -11%;
  }
}
.viewworkblock.alt.op .viewworkblock__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .viewworkblock.alt.op .viewworkblock__wrapper {
    flex-direction: column;
  }
}
.viewworkblock.alt.op .viewworkblock__innerrow {
  position: relative;
  max-width: 536px;
  width: 100%;
  display: flex;
  background: rgb(26, 26, 26);
  border-radius: 15px;
  padding: 40px 35px;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .viewworkblock.alt.op .viewworkblock__innerrow {
    padding: 25px 20px;
    justify-content: space-between;
  }
}
.viewworkblock.alt.op .viewworkblock__innerrow .viewworkblock__col {
  position: relative;
}
@media screen and (max-width: 768px) {
  .viewworkblock.alt.op .viewworkblock__innerrow .viewworkblock__col {
    width: 140px;
  }
}
.viewworkblock.alt.op .viewworkblock__innerrow .viewworkblock__col h5 {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .viewworkblock.alt.op .viewworkblock__innerrow .viewworkblock__col h5 {
    font-size: 14px;
    line-height: 16px;
    max-width: 90px;
  }
}
.viewworkblock.alt.op .viewworkblock__innerrow .viewworkblock__col ul {
  list-style: none;
}
.viewworkblock.alt.op .viewworkblock__innerrow .viewworkblock__col ul li {
  position: relative;
  padding-left: 15px;
}
.viewworkblock.alt.op .viewworkblock__innerrow .viewworkblock__col ul li::before {
  position: absolute;
  content: "-";
  font-family: "Tiempos";
  width: 10px;
  height: 5px;
  top: 0px;
  left: 0;
  font-size: 16px;
}
@media screen and (max-width: 700px) {
  .viewworkblock.alt.op .viewworkblock__innerrow .viewworkblock__col ul li::before {
    content: "";
    width: 9px;
    height: 1px;
    top: 6px;
    left: 0;
    background: #ffffff;
  }
}
.viewworkblock.alt.op .viewworkblock__innerrow .viewworkblock__col ul li p {
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .viewworkblock.alt.op .viewworkblock__innerrow .viewworkblock__col ul li p {
    font-size: 14px;
    line-height: 16.8px;
  }
}
.viewworkblock.alt.op .viewworkblock__text {
  position: relative;
  max-width: 565px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .viewworkblock.alt.op .viewworkblock__text {
    margin-top: 70px;
    max-width: 100%;
  }
}
.viewworkblock.alt.op .viewworkblock__text h4 {
  margin-bottom: 30px;
}
@media screen and (max-width: 1030px) {
  .viewworkblock.alt.op .viewworkblock__text h4 {
    max-width: 320px;
  }
}
.viewworkblock.alt.op .viewworkblock__text p:not(:last-child) {
  margin-bottom: 30px;
}
.viewworkblock.white::before {
  opacity: 0;
}
.viewworkblock.white .viewworkblock__text p {
  color: #ffffff;
}
.viewworkblock.white .btn.btnTrans {
  border: 1px solid #ffffff;
  background: #000000;
}
.viewworkblock.white .btn.btnTrans .btn-text {
  color: #ffffff;
}
.viewworkblock.white .btn.btnTrans:hover {
  border-color: #8fc100;
}
.viewworkblock.white .viewworkblock__reeler h2 {
  color: #ffffff;
}

.howweworkblock {
  position: relative;
  padding: 130px 0 90px;
  background: #000000;
}
@media screen and (max-width: 1030px) {
  .howweworkblock {
    margin-top: -5px;
  }
}
.howweworkblock__wrapper {
  position: relative;
  padding: 70px 55px 60px;
  background: #202020;
  border-radius: 20px;
  color: #ffffff;
  overflow: hidden;
}
@media screen and (max-width: 1030px) {
  .howweworkblock__wrapper {
    padding: 50px 30px 25px;
    border-radius: 10px;
  }
}
.howweworkblock__text {
  position: relative;
  max-width: 575px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .howweworkblock__text {
    max-width: 450px;
  }
}
.howweworkblock__text h5 {
  margin-bottom: 20px;
}
@media screen and (max-width: 575px) {
  .howweworkblock__text h5 {
    max-width: 200px;
  }
}
.howweworkblock__text a {
  margin-top: 150px;
}
@media screen and (max-width: 1030px) {
  .howweworkblock__text a {
    margin-top: 40px;
  }
}
.howweworkblock__text a::after {
  border: 2px solid #202020;
}
.howweworkblock__anim {
  position: absolute;
  right: -10%;
  top: 50%;
  max-width: 730px;
  width: 100%;
  transform: translateY(-50%) rotate(-90deg) !important;
}
@media screen and (max-width: 1300px) {
  .howweworkblock__anim {
    right: -15%;
  }
}
@media screen and (max-width: 1030px) {
  .howweworkblock__anim {
    position: relative;
    right: unset;
    transform: translate(0) !important;
    top: unset;
    margin-top: 55px;
  }
}
.howweworkblock.alt {
  padding: 85px 0 75px;
  background: #C6FF24;
  color: #1a1a1a;
}
.howweworkblock.alt .sparkevolution {
  position: relative;
  margin-bottom: 85px;
}
.howweworkblock.alt .sparkevolution h3 {
  margin-bottom: 75px;
  max-width: 770px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .howweworkblock.alt .sparkevolution h3 {
    margin-bottom: 25px;
  }
}
.howweworkblock.alt .sparkevolution__listwrapper {
  position: relative;
}
@media screen and (max-width: 768px) {
  .howweworkblock.alt .sparkevolution__listwrapper {
    width: 100%;
  }
}
.howweworkblock.alt .sparkevolution__list {
  display: flex;
  flex-wrap: wrap;
  max-width: 900px;
  gap: 20px;
  list-style: none;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .howweworkblock.alt .sparkevolution__list {
    flex-wrap: wrap;
    width: 100%;
    gap: 10px;
  }
}
.howweworkblock.alt .sparkevolution__list li {
  display: flex;
  width: 270px;
  height: 53px;
  justify-content: center;
  align-items: center;
  background: rgba(26, 26, 26, 0.1);
  font-family: "Fs Albert";
  font-size: 17px;
  font-weight: 700;
  line-height: 17px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .howweworkblock.alt .sparkevolution__list li {
    width: max-content;
    font-size: 11px;
    line-height: 12px !important;
    height: unset;
    line-height: 16px;
    border-radius: 30px;
    padding: 5px 10px !important;
  }
  .howweworkblock.alt .sparkevolution__list li:last-child {
    margin-right: 10px;
  }
}
.howweworkblock.alt .howweworkblock__wrapper {
  display: flex;
  justify-content: space-between;
  background: transparent;
  color: #1a1a1a;
  padding: 0;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .howweworkblock.alt .howweworkblock__wrapper {
    flex-direction: column;
  }
}
.howweworkblock.alt .howweworkblock__wrapper .howweworkblock__text {
  position: relative;
  max-width: 575px;
  width: 100%;
}
@media screen and (min-width: 740px) {
  .howweworkblock.alt .howweworkblock__wrapper .howweworkblock__text {
    padding-right: 60px;
  }
}
@media screen and (max-width: 768px) {
  .howweworkblock.alt .howweworkblock__wrapper .howweworkblock__text {
    padding-right: 0;
    max-width: 100%;
    margin-top: 30px;
  }
}
.howweworkblock.alt .howweworkblock__wrapper .howweworkblock__text h5 {
  font-size: 56px;
  line-height: 56px;
  max-width: 80%;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .howweworkblock.alt .howweworkblock__wrapper .howweworkblock__text h5 {
    max-width: 100%;
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 30px;
    max-width: 250px;
  }
}
.howweworkblock.alt .howweworkblock__wrapper .howweworkblock__anim {
  position: relative;
  right: unset;
  top: unset;
  max-width: 630px;
  width: 100%;
  padding: 40px;
  background: rgb(26, 26, 26);
  border-radius: 20px;
  transform: translate(0) !important;
}

.ctablock {
  position: relative;
  background: #000000;
  z-index: 20;
}
@media screen and (max-width: 575px) {
  .ctablock {
    padding-top: 10px;
  }
}
.ctablock__inner {
  position: relative;
  padding: 85px 0 60px;
  background: #C6FF24;
  transform: scale(0.9);
  border-radius: 20px;
}
@media screen and (max-width: 1030px) {
  .ctablock__inner {
    padding: 70px 20px 60px;
  }
}
.ctablock__content {
  position: relative;
  max-width: 915px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.ctablock__content h2 {
  margin-bottom: 42px;
}
.ctablock__content h2 br {
  display: none;
}
@media screen and (max-width: 768px) {
  .ctablock__content h2 {
    font-size: 38px;
    line-height: 38px;
  }
  .ctablock__content h2 br {
    display: block;
  }
}
.ctablock__content--btn {
  min-width: 200px;
}
@media screen and (max-width: 575px) {
  .ctablock__content {
    max-width: 360px;
  }
}
@media screen and (min-width: 1200px) {
  .ctablock.hastopgap {
    padding-top: 50px;
  }
}

@keyframes smoothBg {
  from {
    background-position: 50% 50%, 50% 50%;
  }
  to {
    background-position: 350% 50%, 350% 50%;
  }
}
.approachhero {
  position: relative;
  padding: 100px 0 150px;
}
.approachhero__bg {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% + 105px);
  top: -105px;
  left: 0;
  --stripe-color: #fff;
  --bg: var(--stripe-color);
  --maincolor: var(--bg);
  --stripes: repeating-linear-gradient(100deg,
          var(--stripe-color) 0%,
          var(--stripe-color) 7%,
          transparent 10%,
          transparent 12%,
          var(--stripe-color) 16%);
  --rainbow: repeating-linear-gradient(100deg,
          #F2F8F0 10%,
          #E0F2B3 15%,
          #D3ECC7 20%,
          #C6FF24 25%,
          #B2F98F 30%);
  background-image: var(--stripes), var(--rainbow);
  background-size: 300%, 200%;
  background-position: 50% 50%, 50% 50%;
  filter: blur(10px) invert(100%);
  mask-image: radial-gradient(ellipse at 100% 0%, black 40%, transparent 70%);
}
.approachhero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--stripes), var(--rainbow);
  background-size: 200%, 100%;
  animation: smoothBg 60s linear infinite;
  background-attachment: fixed;
  mix-blend-mode: difference;
}
.approachhero__heading {
  position: relative;
  max-width: 850px;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .approachhero__heading .text-heading2 {
    font-size: 42px;
    line-height: 42px;
    max-width: 350px;
  }
}

.textblock {
  position: relative;
}
.textblock__wrapper {
  position: relative;
  width: 100%;
  padding: 100px 0 90px;
  background: rgb(26, 26, 26);
  border-radius: 20px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .textblock__wrapper {
    padding: 50px 25px;
  }
}
.textblock__wrapper h5 {
  position: relative;
  max-width: 650px;
  width: 100%;
  line-height: 39px;
}
@media screen and (max-width: 768px) {
  .textblock__wrapper h5 {
    font-size: 22px;
    line-height: 32px;
  }
}
.textblock.sn {
  margin-top: -8%;
}
.textblock.sn .textblock__wrapper {
  padding: 110px 0 105px;
}
@media screen and (max-width: 768px) {
  .textblock.sn .textblock__wrapper {
    padding: 50px 30px;
    margin-top: -20%;
  }
}
.textblock.sn h5 {
  max-width: 855px;
}

.whatwedoblock {
  position: relative;
  padding: 90px 0;
}
.whatwedoblock__heading {
  color: #000000;
  margin-bottom: 45px;
}
.whatwedoblock__single {
  position: relative;
  padding: 45px 45px 35px;
  border: 1px solid #000000;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  background: rgb(255, 255, 255);
  transition: all 0.3s;
}
@media screen and (min-width: 1200px) {
  .whatwedoblock__single {
    min-height: 280px;
  }
}
.whatwedoblock__single:not(:last-child) {
  margin-bottom: 25px;
}
.whatwedoblock__single.green {
  background: #C6FF24;
  border-color: #C6FF24;
}
@media screen and (max-width: 768px) {
  .whatwedoblock__single {
    flex-direction: column;
    padding: 30px;
  }
}
.whatwedoblock__sheading {
  position: relative;
  max-width: 590px;
  width: 100%;
  color: #000000;
}
.whatwedoblock__sheading h4 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .whatwedoblock__sheading h4 {
    font-size: 27px;
    line-height: 27px;
  }
}
.whatwedoblock__service {
  position: relative;
  max-width: 365px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .whatwedoblock__service {
    margin-top: 30px;
  }
}
.whatwedoblock__service h6 {
  font-family: "Fs Albert";
  font-size: 17px;
  font-weight: 700;
  line-height: 17px;
  text-align: left;
  margin-bottom: 20px;
}
.whatwedoblock__service p {
  font-size: 17px;
  font-weight: 400;
  line-height: 23.8px;
  text-align: left;
}
.whatwedoblock__service ul {
  list-style: none;
  padding-left: 25px;
}
.whatwedoblock__service ul li {
  position: relative;
}
.whatwedoblock__service ul li::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  left: -15px;
  top: 7px;
  border-radius: 100%;
  background: #000000;
}
.whatwedoblock.alt .whatwedoblock__heading {
  color: #ffffff;
}

.frameworkblock {
  padding: 0 0 90px;
}
@media screen and (max-width: 768px) {
  .frameworkblock {
    padding: 0 0 50px;
  }
}
.frameworkblock__row {
  display: flex;
  justify-content: space-between;
}
.frameworkblock__text {
  position: relative;
  max-width: 430px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .frameworkblock__text {
    max-width: 100%;
  }
}
.frameworkblock__text h3 {
  margin-bottom: 50px;
}
.frameworkblock__text p {
  margin-bottom: 50px;
}
.frameworkblock__diagram {
  position: relative;
  max-width: 630px;
  width: 100%;
  padding: 65px 65px 50px;
  background: #1A1A1A;
  border-radius: 20px;
}
@media screen and (max-width: 1030px) {
  .frameworkblock__diagram {
    display: none;
  }
}
.frameworkblock__group {
  position: absolute;
  top: 42%;
  left: 45%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #575757;
}
.frameworkblock__group h6 {
  margin-bottom: 8px;
  font-size: 22px;
}
.frameworkblock__group h6.active {
  color: #ffffff;
}
.frameworkblock__group .btn {
  margin: 20px auto 0;
  min-width: 152px;
  justify-content: center;
  cursor: unset;
}
.frameworkblock__group .btn::before {
  display: none;
}
.frameworkblock__group .btn:hover .btn-text {
  color: unset;
}
.frameworkblock__bottomtext {
  margin-top: 50px;
  display: flex;
  align-items: center;
  gap: 25px;
  color: #ffffff;
  padding: 24px 30px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
}
.frameworkblock__bottomtext p {
  font-size: 17px;
}
.frameworkblock__diagrampath {
  position: relative;
}
.frameworkblock__diagrampath svg path {
  transition: all 0.3s;
}
.frameworkblock__diagrampath svg path.active {
  fill: #C6FF24;
}
.frameworkblock__singleicon {
  position: absolute;
  z-index: 2;
  width: 35px;
  height: 35px;
  background: #88A23B;
  border: 3px solid #1A1A1A;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  cursor: pointer;
}
.frameworkblock__singleicon svg {
  transform: scale(0.9);
}
.frameworkblock__singleicon:hover, .frameworkblock__singleicon.active {
  transform: scale(1.4);
  background: #C6FF24;
}
.frameworkblock__singleicon.pplmicicon {
  top: 5.5%;
  left: 36.5%;
}
.frameworkblock__singleicon.tvicon {
  top: 6%;
  left: 48%;
}
.frameworkblock__singleicon.cplanningicon {
  top: 9%;
  left: 59%;
}
.frameworkblock__singleicon.styleboardicon {
  top: 16%;
  left: 68%;
}
.frameworkblock__singleicon.vaicon {
  top: 25%;
  left: 75%;
}
.frameworkblock__singleicon.cdicon {
  top: 35%;
  left: 79.5%;
}
.frameworkblock__singleicon.pticon {
  top: 46%;
  left: 81.5%;
}
.frameworkblock__singleicon.refineicon {
  top: 57%;
  left: 80%;
}
.frameworkblock__singleicon.iiicon {
  top: 67%;
  left: 76%;
}
.frameworkblock__singleicon.iicon {
  top: 76%;
  left: 69%;
}
.frameworkblock__singleicon.hoicon {
  top: 83%;
  left: 60%;
}
.frameworkblock__singleicon.lsicon {
  top: 87%;
  left: 49%;
}
.frameworkblock__singleicon.isicon {
  top: 87.5%;
  left: 38%;
}
.frameworkblock__singleicon.oiicon {
  top: 85%;
  left: 27%;
}
.frameworkblock__singleicon.dpicon {
  top: 79.5%;
  left: 17%;
}
.frameworkblock__singleicon.miicon {
  top: 70.5%;
  left: 9%;
}
.frameworkblock__singleicon.bb1icon {
  top: 59.5%;
  left: 3.5%;
}
.frameworkblock__singleicon.bb2icon {
  top: 47.5%;
  left: 2%;
}
.frameworkblock__singleicon.bb3icon {
  top: 36%;
  left: 3.5%;
}
.frameworkblock__singleicon.bb4icon {
  top: 25%;
  left: 8%;
}
.frameworkblock__singleicon.bb5icon {
  top: 15.5%;
  left: 15.5%;
}
.frameworkblock__singleicon.bb6icon {
  top: 9%;
  left: 25.5%;
}

.brandtips {
  position: relative;
  padding: 100px 0;
  background: #000000;
  overflow: hidden;
}
.brandtips__heading {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .brandtips__heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}
.brandtips__heading h4 {
  color: #ffffff;
  max-width: 320px;
}
.brandtips__nav {
  display: flex;
  gap: 14px;
}
.brandtips__nav button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s;
}
.brandtips__nav button:hover:not(.swiper-button-disabled) {
  background: #C6FF24;
  border-color: #C6FF24;
}
.brandtips__nav button:hover:not(.swiper-button-disabled) svg path {
  fill: #000000;
}
.brandtips__card {
  position: relative;
  padding: 27px;
  min-height: 400px;
  height: auto;
  box-shadow: 0px 15px 20px 0px #000000;
  background: url("../../assets/img/cardbg1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
  color: #ffffff;
}
.brandtips__card h6 {
  margin-bottom: 90px;
}
.brandtips__card h5 {
  color: #C6FF24;
  margin-bottom: 20px;
}
.brandtips__card p {
  font-size: 17px;
}
.brandtips__card:nth-child(2) {
  background: url("../../assets/img/cardbg2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.brandtips__card:nth-child(3) {
  background: url("../../assets/img/cardbg3.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.brandtips__card:nth-child(4) {
  background: url("../../assets/img/cardbg4.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.brandtips__card:nth-child(5) {
  background: url("../../assets/img/cardbg2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.brandtips__card:nth-child(6) {
  background: url("../../assets/img/cardbg3.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.brandtips__card:nth-child(7) {
  background: url("../../assets/img/cardbg4.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.brandtips__card:nth-child(8) {
  background: url("../../assets/img/cardbg3.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.brandtips__card:nth-child(9) {
  background: url("../../assets/img/cardbg4.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.brandtips__progress {
  position: relative;
  margin-top: 55px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  border-radius: 40px;
  overflow: hidden;
}
.brandtips__progress span {
  background: #ffffff !important;
}

.abouthero {
  position: relative;
  min-height: 120vh;
  padding: 220px 0;
  background: #ccff4a;
  margin-top: -105px;
}
@media screen and (max-width: 768px) {
  .abouthero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 0;
    overflow: hidden;
  }
}
.abouthero .container {
  display: flex;
  gap: 65px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .abouthero .container {
    flex-direction: column;
    align-items: unset;
  }
}
.abouthero__heading {
  position: relative;
  max-width: 747px;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .abouthero__heading {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .abouthero__heading .text-heading2 {
    font-size: 42px;
    line-height: 42px;
    max-width: 350px;
  }
}
.abouthero__video {
  position: absolute;
  max-width: 100%;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .abouthero__video {
    max-width: 160%;
    width: 160%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: 20px;
    transform: translate(-50%, -50%);
  }
}
.abouthero__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.textcolblock {
  position: relative;
  padding: 150px 0;
}
@media screen and (max-width: 768px) {
  .textcolblock {
    padding: 80px 0;
    overflow: scroll;
  }
}
.textcolblock .container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .textcolblock .container {
    flex-direction: column;
  }
}
.textcolblock__heading {
  position: relative;
  max-width: 414px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .textcolblock__heading {
    max-width: 100%;
  }
}
.textcolblock__text {
  position: relative;
  max-width: 570px;
  width: 100%;
  margin-right: 45px;
}
@media screen and (max-width: 768px) {
  .textcolblock__text {
    max-width: 100%;
    margin-right: 0;
    margin-top: 30px;
  }
}
.textcolblock__text p:not(:last-child) {
  margin-bottom: 20px;
}

.circleblock {
  position: relative;
  padding: 100px 0;
  background: #000000;
  color: #ffffff;
}
.circleblock__wrapper {
  position: relative;
  max-width: 950px;
  width: 100%;
  margin-left: auto;
  padding: 75px 50px 50px;
  background: #1a1a1a;
  border-radius: 20px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .circleblock__wrapper {
    padding: 50px 25px;
  }
}
.circleblock__inner {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 90px;
}
@media screena and (max-width: 1400px) {
  .circleblock__inner {
    max-width: 900px;
  }
}
.circleblock__mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .circleblock__mobile {
    display: block;
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
  }
  .circleblock__mobile img {
    width: 100%;
  }
}
.circleblock__circle {
  position: relative;
  width: 415px;
  height: 415px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #575757;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .circleblock__circle {
    width: 50%;
    height: auto;
    background: transparent;
    margin-top: 30px;
  }
}
.circleblock__circle--content {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .circleblock__circle--content {
    opacity: 1;
    margin-left: 20px;
  }
}
.circleblock__circle--inner {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
@media screen and (max-width: 768px) {
  .circleblock__circle--inner {
    display: none;
  }
}
.circleblock__circle h5 {
  max-width: 220px;
}
@media screen and (max-width: 768px) {
  .circleblock__circle h5 {
    font-size: 16px;
    line-height: 22px;
    max-width: 100px;
    text-align: center;
  }
}
.circleblock__circle ul {
  margin-top: 30px;
}
.circleblock__circle ul li {
  list-style: none;
}
@media screen and (max-width: 768px) {
  .circleblock__circle ul li p {
    font-size: 12px;
    line-height: 18px;
  }
}
@media screen and (max-width: 768px) {
  .circleblock__circle.circleright .circleblock__circle--content {
    margin-left: 0;
    margin-right: 10px;
  }
}
.circleblock__intersect {
  position: absolute;
  top: 50.2%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  max-width: 81px;
  z-index: 2;
  opacity: 0;
}
.circleblock__intersect img {
  animation: glowing 3s linear infinite;
}
.circleblock__text {
  position: relative;
  max-width: 430px;
}

.duelcolortext {
  position: relative;
  max-width: 590px;
  width: 100%;
}
.duelcolortext p {
  color: #ffffff;
}
.duelcolortext p b {
  color: #C6FF24;
}
@media screen and (max-width: 575px) {
  .duelcolortext p {
    font-size: 21px;
    line-height: 30px;
    max-width: 340px;
  }
}

.clarityblock {
  position: relative;
  padding: 95px 0 65px;
  background: #F5F5F5;
}
@media screen and (max-width: 1030px) {
  .clarityblock {
    padding: 40px 0 65px;
  }
}
.clarityblock .container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .clarityblock .container {
    flex-direction: column;
  }
}
.clarityblock__text {
  position: relative;
  max-width: 415px;
  width: 100%;
  margin-top: 30px;
}
.clarityblock__text h4 {
  margin-bottom: 25px;
}
@media screen and (max-width: 1030px) {
  .clarityblock__text h4 {
    font-size: 32px;
    line-height: 32px;
  }
}
.clarityblock__textwrapper {
  position: relative;
  width: 100%;
  height: 140px;
  overflow: hidden;
  margin-bottom: 25px;
  padding-top: 20px;
}
.clarityblock__textwrapper p:not(:last-child) {
  margin-bottom: 20px;
}
.clarityblock__tab {
  position: relative;
  max-width: 630px;
  height: max-content;
  width: 100%;
  padding: 40px 45px;
  background: #ffffff;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .clarityblock__tab {
    margin-top: 60px;
    padding: 40px 25px;
  }
}
.clarityblock__tabheading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.clarityblock__tabheading .arrowmobile {
  display: none;
}
@media screen and (max-width: 700px) {
  .clarityblock__tabheading h5 {
    font-size: 18px;
    line-height: 32px;
  }
}
@media screen and (max-width: 768px) {
  .clarityblock__tabheading .arrow {
    display: none;
  }
  .clarityblock__tabheading .arrowmobile {
    display: flex;
    align-items: center;
  }
}
.clarityblock__tabnav {
  display: flex;
  gap: 8px;
  list-style: none;
  margin-top: 32px;
}
.clarityblock__tabnav li {
  position: relative;
  width: 33.33%;
}
.clarityblock__tabnav li button {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 9px;
  font-family: "Fs Albert";
  font-size: 14px;
  font-weight: 700;
  line-height: 19.6px;
  text-align: center;
  background: rgba(26, 26, 26, 0.1);
  color: #1a1a1a;
  text-decoration: none;
  transition: all 0.3s;
  border-radius: 10px;
  border: 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .clarityblock__tabnav li button {
    font-size: 11px;
    line-height: 16px;
    border-radius: 30px;
    padding: 6px;
  }
}
.clarityblock__tabnav li button:hover, .clarityblock__tabnav li button.active {
  background: #C6FF24;
}
.clarityblock__tabcontent {
  display: none;
  min-height: 230px;
}
@media screen and (max-width: 768px) {
  .clarityblock__tabcontent {
    min-height: 145px;
  }
}
.clarityblock__tabcontent.active {
  display: block;
}

.ieblock {
  position: relative;
  padding: 85px 0 65px;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .ieblock {
    padding: 65px 0 0;
  }
}
.ieblock .container {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .ieblock .container {
    flex-direction: column;
  }
}
.ieblock__heading {
  position: relative;
  max-width: 415px;
  width: 100%;
}
.ieblock__heading h4 {
  margin-bottom: 30px;
  max-width: 390px;
}
@media screen and (max-width: 1030px) {
  .ieblock__heading h4 {
    font-size: 32px;
    line-height: 32px;
    max-width: 280px;
  }
}
.ieblock__heading p:not(:last-child) {
  margin-bottom: 20px;
}
.ieblock__listblock {
  position: relative;
  max-width: 630px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .ieblock__listblock {
    margin-top: 60px;
  }
}
.ieblock__listblock h5 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .ieblock__listblock h5 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 28px;
  }
}
.ieblock__list {
  position: relative;
  padding: 20px 25px 30px;
  background: rgba(26, 26, 26, 0.05);
  list-style: none;
  border-radius: 20px;
}
.ieblock__list li {
  display: flex;
  gap: 15px;
  align-items: center;
  overflow: hidden;
}
.ieblock__list li p {
  font-family: "Fs Albert";
  font-weight: 700;
  font-size: 17px;
  line-height: 30px;
}
@media screen and (max-width: 1030px) {
  .ieblock__list li p {
    font-size: 12px;
    line-height: 22px;
  }
}
.ieblock__list li p .line {
  padding: 0;
  margin: 0;
}

.partnershipblock {
  position: relative;
  padding: 70px 0;
  overflow: hidden;
}
.partnershipblock__heading {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 1030px) {
  .partnershipblock__heading {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1030px) {
  .partnershipblock__heading h5 {
    font-size: 20px;
    line-height: 28px;
  }
}
.partnershipblock__reeler {
  position: relative;
  display: flex;
  width: max-content;
  gap: 30px;
}
.partnershipblock__reelerinner {
  position: relative;
  display: flex;
  gap: 40px;
}
.partnershipblock__reelerinner:last-child {
  margin-right: 40px;
}

.vbblock {
  position: relative;
  padding: 90px 0;
  background: #C6FF24;
  color: #1a1a1a;
}
@media screen and (max-width: 768px) {
  .vbblock {
    padding: 70px 0;
  }
}
.vbblock__heading {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .vbblock__heading {
    flex-direction: column;
    align-items: flex-start;
  }
}
.vbblock__heading h3 {
  position: relative;
  max-width: 590px;
  width: 100%;
}
.vbblock__heading p {
  position: relative;
  max-width: 568px;
  width: 100%;
  font-size: 28px;
  font-weight: 400;
  line-height: 39.2px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .vbblock__heading p {
    margin-top: 30px;
    font-size: 17px;
    line-height: 28px;
  }
}
.vbblock__row {
  position: relative;
  display: flex;
  gap: 35px;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .vbblock__row {
    flex-wrap: wrap;
  }
}
.vbblock__col {
  position: relative;
  width: 33.33%;
}
@media screen and (max-width: 768px) {
  .vbblock__col {
    width: 100%;
  }
}
.vbblock__card {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.vbblock__card--text {
  padding: 40px 70px 30px 40px;
  background: #ffffff;
  min-height: 52%;
}
@media screen and (max-width: 575px) {
  .vbblock__card--text {
    padding: 40px 30px 30px;
  }
}
.vbblock__card--text h4 {
  max-width: 55%;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .vbblock__card--text h4 {
    max-width: 100%;
    font-size: 26px;
    line-height: 26px;
  }
}
.vbblock__card--text p {
  font-size: 17px;
  font-weight: 400;
  line-height: 23.8px;
  text-align: left;
}
.vbblock__card--img {
  position: relative;
  width: 100%;
  height: 48%;
}
.vbblock__card--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.youhero {
  position: relative;
  min-height: 575px;
  display: flex;
  align-items: center;
  margin-top: -105px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .youhero {
    min-height: 400px;
  }
}
.youhero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.youhero__bg img {
  width: 100%;
  height: 120%;
  object-fit: cover;
}
.youhero__content {
  position: relative;
  z-index: 2;
  color: #ffffff;
}
.youhero__heading {
  max-width: 830px;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .youhero__heading h1 {
    font-size: 42px;
    line-height: 42px;
    max-width: 350px;
  }
}

.yfaq {
  position: relative;
  padding: 100px 0;
  background: #f5f5f5;
}
.yfaq__heading {
  position: relative;
  max-width: 630px;
  width: 100%;
  margin-bottom: 55px;
}
@media screen and (max-width: 575px) {
  .yfaq__heading h5 {
    font-size: 22px;
    line-height: 32px;
  }
}
.yfaq__wrapper {
  position: relative;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}
.yfaq__item {
  position: relative;
  display: flex;
  padding: 40px 30px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .yfaq__item {
    padding: 25px;
  }
}
.yfaq__item:not(:last-child) {
  border-bottom: 2px solid #f5f5f5;
}
@media screen and (max-width: 768px) {
  .yfaq__item:not(:last-child) {
    border-color: rgba(26, 26, 26, 0.1);
  }
}
.yfaq__item:hover {
  background: #f5f5f5;
}
.yfaq__item.active {
  background: #C6FF24;
}
.yfaq__subheading {
  position: relative;
  max-width: 320px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .yfaq__subheading {
    display: none;
  }
}
.yfaq__subheading h6 {
  font-size: 21px;
  font-weight: 600;
  line-height: 21px;
  text-align: left;
  text-transform: uppercase;
}
.yfaq__mbtitle {
  display: none;
}
@media screen and (max-width: 768px) {
  .yfaq__mbtitle {
    display: block;
  }
}
.yfaq__content {
  position: relative;
  width: 100%;
}
.yfaq__content--heading {
  cursor: pointer;
  position: relative;
  display: flex;
  gap: 90px;
}
@media screen and (max-width: 768px) {
  .yfaq__content--heading {
    flex-direction: column;
  }
}
.yfaq__content--heading h3 {
  position: relative;
  max-width: 560px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .yfaq__content--heading h3 {
    display: none;
  }
}
.yfaq__content--text {
  height: 0;
  overflow: hidden;
  max-width: 560px;
  width: 100%;
  margin-left: 410px;
}
@media screen and (max-width: 768px) {
  .yfaq__content--text {
    margin-left: 0;
  }
}
.yfaq__content--text h3 {
  display: none;
}
@media screen and (max-width: 768px) {
  .yfaq__content--text h3 {
    display: block;
    font-size: 22px;
    line-height: 28px;
    margin-top: 30px;
  }
}
.yfaq__content--text p {
  margin-top: 30px;
  opacity: 0;
  transition: all 0.3s;
}
.yfaq__icon {
  position: absolute;
  right: 30px;
  display: flex;
  width: 44px;
  height: 44px;
  background: #C6FF24;
  border-radius: 50%;
  pointer-events: none;
}
.yfaq__icon::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000000;
}
.yfaq__icon::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  background: #000000;
  transition: all 0.3s;
  transform-origin: center;
}
.yfaq .yfaq__item.active .yfaq__content--text p {
  opacity: 1;
}
.yfaq .yfaq__item.active .yfaq__icon {
  background: #ffffff;
}
.yfaq .yfaq__item.active .yfaq__icon::after {
  transform: translate(-50%, -50%) rotate(0);
  opacity: 0;
}

.workhero {
  position: relative;
  padding: 90px 0 30px;
  background: #f5f5f5;
}
@media screen and (max-width: 768px) {
  .workhero {
    padding-top: 65px;
  }
}
.workhero__content {
  position: relative;
  max-width: 850px;
  width: 100%;
}
.workhero__heading {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .workhero__heading .text-heading2 {
    font-size: 42px;
    line-height: 42px;
  }
}
.workhero__filter h6 {
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  text-align: left;
  margin-bottom: 15px;
}
.workhero__filter--list {
  display: flex;
  gap: 12px;
  align-items: center;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .workhero__filter--list {
    width: 100%;
    flex-wrap: wrap;
    gap: 10px;
  }
}
.workhero__filter--list--item input {
  position: absolute;
  opacity: 0;
}
.workhero__filter--list--item label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px 25px;
  font-family: "Fs Albert";
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  text-align: center;
  background: rgba(217, 217, 217, 0.3);
  text-decoration: none;
  color: #1a1a1a;
  border-radius: 40px;
  cursor: pointer;
}
@media screen and (max-width: 575px) {
  .workhero__filter--list--item label {
    padding: 5px 10px;
    font-size: 11px;
    line-height: 12px;
  }
}
.workhero__filter--list--item label .icon {
  line-height: 0;
  transition: all 0.3s;
  display: none;
}
.workhero__filter--list--item label.active {
  background: #C6FF24;
}
.workhero__filter--list--item label.active .filtercancelbtn {
  display: block;
}
.workhero__filter--list--item input:checked ~ label {
  background: #C6FF24;
}
.workhero__filter--list--item input:checked ~ label .icon {
  display: block;
}
.workhero__filterwrapper {
  position: relative;
}
@media screen and (max-width: 768px) {
  .workhero__filterwrapper {
    width: 100%;
  }
}

.works {
  position: relative;
  padding: 30px 0 150px;
  background: #f5f5f5;
}
.works__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
}
@media screen and (max-width: 1030px) {
  .works__row {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 30px;
  }
}
@media screen and (max-width: 575px) {
  .works__row {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 30px;
  }
}
.works__col {
  display: none;
}
.works__col a {
  text-decoration: none;
}
.works__col.show {
  display: block;
}
.works__img {
  position: relative;
  width: 100%;
  aspect-ratio: 1/0.67;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.works__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.works__info {
  text-align: center;
  color: #1a1a1a;
}

.wshero {
  position: relative;
  min-height: 575px;
  display: flex;
  align-items: center;
  margin-top: -104px;
}
.wshero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wshero__bg img {
  width: 100%;
  height: 100%;
}
.wshero__content {
  position: relative;
  z-index: 2;
  color: #ffffff;
}
.wshero__heading {
  max-width: 830px;
  width: 100%;
  color: #1a1a1a;
}
.wshero__heading h4 {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .wshero__heading .text-heading2 {
    font-size: 42px;
    line-height: 42px;
    max-width: 350px;
  }
}

.wscontent {
  position: relative;
  padding: 80px 0;
}
@media screen and (max-width: 575px) {
  .wscontent {
    padding: 35px 0 80px;
  }
}
.wscontent__banner {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .wscontent__banner {
    height: 250px;
  }
}
.wscontent__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wscontent__banner:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .wscontent__banner:not(:last-child) {
    margin-bottom: 40px;
  }
}
.wscontent__info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .wscontent__info {
    flex-direction: column;
  }
}
.wscontent__heading {
  max-width: 333px;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .wscontent__heading {
    display: flex;
    flex-direction: column;
    order: 2;
    margin-top: 20px;
  }
}
@media screen and (max-width: 575px) {
  .wscontent__heading h6 {
    font-size: 22px;
    line-height: 28px;
  }
}
.wscontent__heading p {
  font-size: 17px;
  margin-top: 20px;
}
@media screen and (max-width: 575px) {
  .wscontent__heading p {
    margin-top: 15px;
  }
}
.wscontent__text {
  max-width: 570px;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .wscontent__text {
    margin-top: 20px;
  }
}
.wscontent__text p:not(:last-child) {
  margin-bottom: 20px;
}
.wscontent__text h6 {
  display: none;
}
@media screen and (max-width: 575px) {
  .wscontent__text h6 {
    font-size: 32px;
    line-height: 32px;
    order: 3;
    display: block;
  }
}
.wscontent__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wscontent__nav button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #000000;
  border-radius: 50%;
  background: #ffffff;
  transition: all 0.3s;
  cursor: pointer;
}
.wscontent__nav button svg path {
  transition: all 0.3s;
}
.wscontent__nav button:hover {
  background: #C6FF24;
  border-color: #C6FF24;
}

.frameworkhero {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  margin-top: -105px;
  background: #C6FF24;
}
@media screen and (max-width: 575px) {
  .frameworkhero {
    min-height: 300px;
    padding-top: 30px;
  }
}
.frameworkhero__heading {
  max-width: 965px;
  width: 100%;
  color: #000000;
}

.fwcontent {
  position: relative;
}
.fwcontent__header {
  position: sticky;
  top: 0;
  background: #C6FF24;
  z-index: 300;
}
@media screen and (max-width: 768px) {
  .fwcontent__header {
    top: 0;
    height: 6px;
  }
}
@media screen and (max-width: 768px) {
  .fwcontent__header .container {
    width: 100%;
    overflow: auto;
  }
}
.fwcontent__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .fwcontent__nav {
    width: max-content;
    display: none;
  }
}
.fwcontent__nav li a {
  position: relative;
  display: inline-flex;
  padding: 20px 0;
  font-family: "Fs Albert";
  font-size: 21px;
  font-weight: 600;
  line-height: 21px;
  color: #000000;
  opacity: 0.5;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .fwcontent__nav li a {
    padding: 15px 20px;
  }
}
.fwcontent__nav li a.active {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .fwcontent__nav li:first-child a {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .fwcontent__nav li:last-child a {
    padding-right: 0;
  }
}
.fwcontent__headerprogress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  transition: all 0.3s;
}
.fwcontent .fwapproach {
  position: relative;
  padding: 60px 0 80px;
  background: #ffffff;
  color: #1a1a1a;
}
.fwcontent .fwapproach .container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .fwcontent .fwapproach .container {
    flex-direction: column;
  }
}
.fwcontent .fwapproach__heading {
  max-width: 50%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .fwcontent .fwapproach__heading {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.fwcontent .fwapproach__text {
  position: relative;
  max-width: 50%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .fwcontent .fwapproach__text {
    max-width: 100%;
  }
}
.fwcontent .fwapproach__text p {
  max-width: 600px;
  width: 100%;
  font-size: 28px;
  line-height: 39px;
}
@media screen and (max-width: 575px) {
  .fwcontent .fwapproach__text p {
    font-size: 18px;
    line-height: 28px;
  }
}
.fwcontent .fwapproach.fwblock {
  padding: 60px 0 80px;
  background: #ffffff;
}
.fwcontent .fwblock {
  position: relative;
  padding: 70px 0;
  background: #F5F5F5;
  overflow: hidden;
}
.fwcontent .fwblock__heading {
  margin-bottom: 80px;
}
.fwcontent .fwblock__heading .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .fwcontent .fwblock__heading .container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.fwcontent .fwblock__heading p {
  max-width: 523px;
  font-size: 28px;
  line-height: 39px;
}
@media screen and (max-width: 768px) {
  .fwcontent .fwblock__heading p {
    margin-top: 20px;
    font-size: 18px;
    line-height: 28px;
  }
}
.fwcontent .fwblock__content:not(:last-child) {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .fwcontent .fwblock__content:not(:last-child) {
    margin-bottom: 60px;
  }
}
.fwcontent .fwblock__subheader {
  margin-bottom: 25px;
}
.fwcontent .fwblock__subheader .container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .fwcontent .fwblock__subheader .container {
    align-items: center;
  }
}
.fwcontent .fwblock__nav {
  display: flex;
  gap: 14px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .fwcontent .fwblock__nav {
    margin-top: 0;
  }
}
.fwcontent .fwblock__nav button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border: 0;
  background: rgba(26, 26, 26, 0.05);
  border-radius: 50%;
  transition: all 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 575px) {
  .fwcontent .fwblock__nav button {
    width: 38px;
    height: 38px;
  }
}
.fwcontent .fwblock__nav button:hover {
  background: #C6FF24;
}
.fwcontent .fwblock__nav button.swiper-button-lock {
  display: none;
}
.fwcontent .fwblock__slider {
  position: relative;
}
.fwcontent .fwblock__card {
  position: relative;
  padding: 35px 45px 50px 35px;
  background: #ffffff;
  color: #1a1a1a;
  border-radius: 7px;
  height: unset;
}
@media screen and (max-width: 575px) {
  .fwcontent .fwblock__card {
    padding: 35px 35px 50px 35px;
  }
}
.fwcontent .fwblock__card:last-child {
  margin-right: 75px;
}
.fwcontent .fwblock__card--icon {
  display: flex;
  width: 48px;
  height: 48px;
  background: #C6FF24;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .fwcontent .fwblock__card--icon img {
    width: 55%;
  }
}
.fwcontent .fwblock__card--heading {
  margin-bottom: 20px;
}
.fwcontent .fwblock__card--heading h6 {
  font-size: 17px;
}
.fwcontent .fwblock__card--text {
  margin-bottom: 20px;
}
.fwcontent .fwblock__card--text p {
  font-size: 17px;
}
.fwcontent .fwblock__card--list {
  list-style: none;
}
.fwcontent .fwblock__card--list li p {
  font-family: "Fs Albert";
  font-size: 14px;
  font-weight: 600;
}
.fwcontent .fwblock__slider.noslider .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (min-width: 1200px) {
  .fwcontent .fwblock__slider.noslider .fwblock__card {
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.fwcontent .fwblock__progress {
  position: relative;
  width: calc(100% - 150px);
  margin: 50px auto 0;
  background: rgba(26, 26, 26, 0.02);
}
@media screen and (max-width: 575px) {
  .fwcontent .fwblock__progress {
    background: rgba(26, 26, 26, 0.08);
  }
}
@media screen and (max-width: 768px) {
  .fwcontent .fwblock__progress {
    width: calc(100% - 60px);
    margin: 30px auto 0;
  }
}
.fwcontent .fwblock__progress span {
  background: rgba(26, 26, 26, 0.05);
}
@media screen and (max-width: 575px) {
  .fwcontent .fwblock__progress span {
    background: rgba(26, 26, 26, 0.2);
  }
}
.fwcontent .fwblock__tags {
  margin-top: 55px;
}
.fwcontent .fwblock__tags--taglist {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .fwcontent .fwblock__tags--taglist {
    display: flex;
    flex-wrap: wrap;
    grid-template-columns: unset;
    gap: 10px;
  }
}
.fwcontent .fwblock__tags--item {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 53px;
  font-family: "Fs Albert";
  font-size: 12px;
  font-weight: 700;
  line-height: 38px;
  text-align: left;
  align-items: center;
  padding: 0 20px;
  background: rgba(26, 26, 26, 0.05);
}
@media screen and (max-width: 768px) {
  .fwcontent .fwblock__tags--item {
    width: max-content;
    gap: 10px;
    padding: 0 10px;
    height: 35px;
  }
  .fwcontent .fwblock__tags--item span:last-child {
    line-height: 0;
  }
}
.fwcontent .fwblock.bggrey {
  background: rgba(26, 26, 26, 0.1);
}

.contacthero {
  position: relative;
  padding: 100px 0 80px;
}
.contacthero__content {
  position: relative;
  color: #1a1a1a;
}
.contacthero__content h2 {
  margin-bottom: 65px;
}
@media screen and (max-width: 575px) {
  .contacthero__content h2 {
    max-width: 330px;
    font-size: 42px;
    line-height: 42px;
  }
}
.contacthero__content p {
  max-width: 630px;
  width: 100%;
  margin-bottom: 30px;
  font-size: 28px;
  line-height: 39px;
}
@media screen and (max-width: 575px) {
  .contacthero__content p {
    font-size: 22px;
    line-height: 32px;
    max-width: 330px;
  }
}

.contactcontent {
  position: relative;
  padding: 0 0 100px;
}
.contactcontent__wrapper {
  position: relative;
  padding: 45px 40px;
  background: #C6FF24;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .contactcontent__wrapper {
    padding: 40px 25px;
    flex-direction: column;
  }
}
.contactcontent__form {
  position: relative;
  max-width: 590px;
  width: 100%;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .contactcontent__form {
    margin-top: 30px;
  }
}
.contactcontent__form.hide {
  opacity: 0;
  visibility: hidden;
}
.contactcontent__form form {
  width: 100%;
}
.contactcontent__form--input {
  position: relative;
}
.contactcontent__form--input input,
.contactcontent__form--input textarea {
  position: relative;
  font-family: "Tiempos";
  width: 100%;
  border: 0;
  background: transparent;
  outline: 0;
  padding: 20px 10px;
  font-size: 28px;
  line-height: 39px;
  color: #1a1a1a;
}
@media screen and (max-width: 768px) {
  .contactcontent__form--input input,
  .contactcontent__form--input textarea {
    font-size: 18px;
    line-height: 22px;
  }
}
.contactcontent__form--input input::placeholder,
.contactcontent__form--input textarea::placeholder {
  color: #1a1a1a;
}
.contactcontent__form--input textarea {
  height: 180px;
}
.contactcontent__form--input::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: rgba(26, 26, 26, 0.1);
}
.contactcontent__form--input::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #000000;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s;
}
.contactcontent__form--input:has(input:focus, textarea:focus)::after {
  transform: scaleX(1);
}
.contactcontent__form button {
  margin-top: 50px;
  width: 207px;
  justify-content: center;
}
.contactcontent__form button.inactive {
  opacity: 0.5;
  cursor: not-allowed;
}
.contactcontent .backhome {
  position: absolute;
  bottom: 40px;
  left: 40px;
  opacity: 0;
  visibility: hidden;
}
.contactcontent .backhome.show {
  opacity: 1;
  visibility: visible;
}

.contactfaq {
  position: relative;
  padding: 95px 0 120px;
  background: #000000;
  color: #ffffff;
}
.contactfaq .container {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .contactfaq .container {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .contactfaq__heading {
    margin-bottom: 30px;
  }
}
.contactfaq__heading h3 {
  margin-bottom: 20px;
}
.contactfaq__heading p {
  color: rgb(255, 255, 255);
}
.contactfaq__accordion {
  position: relative;
  max-width: 850px;
  width: 100%;
}
.contactfaq__accordion--item {
  position: relative;
  padding: 30px 0;
}
.contactfaq__accordion--item:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.contactfaq__accordion--heading {
  position: relative;
  cursor: pointer;
}
.contactfaq__accordion--heading h4 {
  position: relative;
  max-width: 636px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contactfaq__accordion--heading h4 {
    font-size: 22px;
    line-height: 28px;
    max-width: 70%;
  }
}
.contactfaq__accordion--heading .icon {
  position: absolute;
  right: 45px;
  top: 50%;
  width: 44px;
  height: 44px;
  background: rgba(87, 87, 87, 0.5);
  border-radius: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .contactfaq__accordion--heading .icon {
    right: 0;
  }
}
.contactfaq__accordion--heading .icon::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  left: 50%;
  top: 50%;
  background: #ffffff;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.contactfaq__accordion--heading .icon::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  left: 50%;
  top: 50%;
  background: #ffffff;
  transform: translate(-50%, -50%) rotate(90deg);
  transition: all 0.3s;
}
.contactfaq__accordion--heading.active .icon {
  background: #C6FF24;
}
.contactfaq__accordion--heading.active .icon::after {
  opacity: 0;
}
.contactfaq__accordion--heading.active .icon::before {
  background: #000000;
}
.contactfaq__accordion--text {
  position: relative;
  height: 0;
  overflow: hidden;
}
.contactfaq__accordion--text p {
  margin-top: 25px;
}

.cursor {
  position: fixed;
  width: 15px;
  height: 15px;
  left: -6px;
  top: -6px;
  background: #ffffff;
  border-radius: 50%;
  mix-blend-mode: difference;
  z-index: 3000;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .cursor {
    display: none;
  }
}

body {
  background: #ffffff;
  transition: all 0.3s;
}
body.bgblack {
  background: #000000;
}
body.no-cursor .cursor {
  opacity: 0;
}

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