@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
/* RESET
------------------------------ */
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,
font,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

ul {
  list-style: none; }

ol {
  list-style-position: inside; }

blockquote,
q {
  quotes: none; }

:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a:hover {
  cursor: pointer; }

html {
  -webkit-text-size-adjust: 100%;
  /* Prevent font scaling in landscape while allowing user zoom */
  scroll-padding-top: 100px;
  scroll-behavior: smooth; }

/* WOW ANIMATIONS
------------------------------ */
.wow {
  visibility: hidden; }

/* GENERAL STYLES
------------------------------ */
/* elements */
body {
  font: normal 100% "Outfit", sans-serif;
  background: #101010;
  color: #fff;
  padding: 0;
  font-size: 16px; }
  @media (max-width: 1025px) {
    body {
      padding: 0; } }

a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  a:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }

a:hover {
  text-decoration: none; }

p {
  margin: 0 0 1em; }

button {
  cursor: pointer; }

.widthWrapper {
  width: 95%;
  max-width: 1295px;
  margin: 0 auto; }
  @media (max-width: 768px) {
    .widthWrapper {
      width: 100%;
      padding: 0 25px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; } }
  .widthWrapper--small {
    max-width: 855px; }
  .widthWrapper--mid {
    max-width: 1050px; }
  .widthWrapper--xl {
    max-width: 1600px; }
  .widthWrapper--fs {
    max-width: 1920px; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

@media (max-width: 1025px) {
  .m_hide {
    display: none !important; } }

@media (min-width: 1026px) {
  .d_hide {
    display: none !important; } }

@media (min-width: 1026px) {
  .m_show {
    display: none !important; } }

.flex {
  display: flex; }
  .flex--equal > * {
    flex: 1; }
  .flex--center {
    align-items: center; }
  .flex--middle {
    justify-content: center; }
  .flex--end {
    justify-content: flex-end; }
  .flex--space_between {
    justify-content: space-between; }
  .flex--column {
    flex-direction: column; }
  @media (max-width: 1025px) {
    .flex--m-column {
      flex-direction: column; } }
  @media (max-width: 1025px) {
    .flex--m-center {
      align-items: center; } }
  @media (max-width: 1025px) {
    .flex--m-left {
      align-items: flex-start; } }
  @media (max-width: 1025px) {
    .flex--m-bottom {
      align-items: flex-end; } }
  @media (max-width: 1025px) {
    .flex--m-end {
      justify-content: flex-end; } }
  @media (max-width: 1025px) {
    .flex--m-middle {
      justify-content: center; } }
  @media (max-width: 1025px) {
    .flex--m-wrap {
      flex-wrap: wrap; } }
  .flex--wrap {
    flex-wrap: wrap; }
  .flex--row3 > * {
    width: 33.333%; }
  .flex--row3.flex--gap25 > * {
    width: calc(33.333% - 25px); }
  .flex--m-row2 > * {
    width: 50%; }
  .flex--m-row2.flex--gap40 > * {
    width: calc(50% - 25px); }
  @media (max-width: 1025px) {
    .flex--m-full {
      width: 100%; }
      .flex--m-full > * {
        flex: 1;
        width: 100%; }
      .flex--m-full.flex--gap25 > * {
        width: 100%; } }
  .flex--gap5 {
    gap: 5px; }
  .flex--gap10 {
    gap: 10px; }
  .flex--gap15 {
    gap: 15px; }
  .flex--gap20 {
    gap: 20px; }
  .flex--gap25 {
    gap: 25px; }
  .flex--gap30 {
    gap: 30px; }
  .flex--gap35 {
    gap: 35px; }
  .flex--gap40 {
    gap: 40px; }
  .flex--gap45 {
    gap: 45px; }
  .flex--gap50 {
    gap: 50px; }
  .flex--gap55 {
    gap: 55px; }
  .flex--gap60 {
    gap: 60px; }
  .flex--gap65 {
    gap: 65px; }
  .flex--gap70 {
    gap: 70px; }
  .flex--gap75 {
    gap: 75px; }
  .flex--gap80 {
    gap: 80px; }
  .flex--gap85 {
    gap: 85px; }
  .flex--gap90 {
    gap: 90px; }
  .flex--gap95 {
    gap: 95px; }
  .flex--gap100 {
    gap: 100px; }
  @media (max-width: 1025px) {
    .flex--mgap5 {
      gap: 5px; }
    .flex--mgap10 {
      gap: 10px; }
    .flex--mgap15 {
      gap: 15px; }
    .flex--mgap20 {
      gap: 20px; }
    .flex--mgap25 {
      gap: 25px; }
    .flex--mgap30 {
      gap: 30px; }
    .flex--mgap35 {
      gap: 35px; }
    .flex--mgap40 {
      gap: 40px; }
    .flex--mgap45 {
      gap: 45px; }
    .flex--mgap50 {
      gap: 50px; }
    .flex--mgap55 {
      gap: 55px; }
    .flex--mgap60 {
      gap: 60px; }
    .flex--mgap65 {
      gap: 65px; }
    .flex--mgap70 {
      gap: 70px; }
    .flex--mgap75 {
      gap: 75px; }
    .flex--mgap80 {
      gap: 80px; }
    .flex--mgap85 {
      gap: 85px; }
    .flex--mgap90 {
      gap: 90px; }
    .flex--mgap95 {
      gap: 95px; }
    .flex--mgap100 {
      gap: 100px; } }

.hero {
  height: 100vh;
  width: 100%;
  position: relative;
  color: #fff; }
  @media (max-width: 1025px) {
    .hero {
      height: 90vh; } }
  .hero__content {
    min-width: 100%; }
  .hero__title {
    max-width: 800px;
    font-size: 44px;
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    line-height: 1.6em;
    padding-top: 150px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    @media (max-width: 1025px) {
      .hero__title {
        font-size: 38px; } }
    @media (max-width: 768px) {
      .hero__title {
        font-size: 30px; } }
    @media (max-width: 500px) {
      .hero__title {
        font-size: 25px; }
        .hero__title br {
          display: none; } }
  .hero__type {
    font-size: 18px;
    margin-top: 1.5em; }
  .hero__contact {
    padding: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #bbb;
    line-height: 1.8em;
    font-size: 14px; }
    .hero__contact a {
      color: #bbb; }
      .hero__contact a:hover {
        color: #4bffa5; }
    @media (max-width: 768px) {
      .hero__contact {
        padding: 25px; } }

#typed {
  display: inline; }

.txt--primary {
  color: #4bffa5; }
.txt--grey {
  color: rgba(255, 255, 255, 0.7); }
.txt--white {
  color: white; }
.txt--center {
  text-align: center; }
.txt--default p {
  font-size: 1.1em;
  line-height: 1.6em;
  font-weight: 300; }
  .txt--default p:last-child {
    margin-bottom: 0; }

.header {
  padding: 25px 50px;
  background: linear-gradient(0deg, rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, 0.9) 30%, rgba(16, 16, 16, 0.9) 100%);
  position: fixed;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  z-index: 100;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  @media (max-width: 768px) {
    .header {
      padding: 25px; } }
  .header.overwriteWow {
    visibility: visible !important; }
  .scrolled .header {
    padding: 15px 50px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    @media (max-width: 768px) {
      .scrolled .header {
        padding: 10px 25px; } }
  .header__logo {
    font-size: 16px;
    font-weight: 600; }
    .header__logo svg path {
      fill: #fff;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .header__logo:hover svg path {
      fill: #4bffa5;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
  .header__nav {
    position: relative;
    padding: 10px 0;
    overflow: hidden; }
    .header__nav .line {
      position: absolute;
      bottom: 0;
      left: -80px;
      height: 4px;
      width: 70px;
      background-color: #4bffa5;
      -webkit-transition: all cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s;
      -moz-transition: all cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s;
      -ms-transition: all cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s;
      -o-transition: all cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s;
      transition: all cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s; }
      @media (max-width: 768px) {
        .header__nav .line {
          display: none; } }
    .header__nav a {
      color: #fff;
      font-size: 16px;
      font-weight: 600; }
      .header__nav a.selected {
        color: white; }
      @media (max-width: 768px) {
        .header__nav a {
          display: none; } }
      .header__nav a:hover {
        color: #4bffa5; }

.scroll_demo {
  height: 300vh; }

.hamburger {
  display: none;
  width: 26px;
  height: 20px;
  position: relative;
  z-index: 2; }
  @media (max-width: 768px) {
    .hamburger {
      display: block !important; } }
  .hamburger .line1 {
    width: 26px;
    height: 2px;
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: top left;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
    .menu_opened .hamburger .line1 {
      background-color: #101010;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
  .hamburger .line2 {
    width: 20px;
    height: 2px;
    background-color: white;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateX(0) translateY(-1px);
    -moz-transform: translateX(0) translateY(-1px);
    -ms-transform: translateX(0) translateY(-1px);
    -o-transform: translateX(0) translateY(-1px);
    transform: translateX(0) translateY(-1px);
    left: 0; }
    .menu_opened .hamburger .line2 {
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transform: translateX(100%) translateY(-1px);
      -moz-transform: translateX(100%) translateY(-1px);
      -ms-transform: translateX(100%) translateY(-1px);
      -o-transform: translateX(100%) translateY(-1px);
      transform: translateX(100%) translateY(-1px); }
  .hamburger .line3 {
    width: 28px;
    height: 2px;
    background-color: white;
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: bottom left;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateX(0) translateY(-2px);
    -moz-transform: translateX(0) translateY(-2px);
    -ms-transform: translateX(0) translateY(-2px);
    -o-transform: translateX(0) translateY(-2px);
    transform: translateX(0) translateY(-2px); }
    .menu_opened .hamburger .line3 {
      width: 26px;
      background-color: #101010;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      -webkit-transform: translateX(0) translateY(-2px) rotate(-45deg);
      -moz-transform: translateX(0) translateY(-2px) rotate(-45deg);
      -ms-transform: translateX(0) translateY(-2px) rotate(-45deg);
      -o-transform: translateX(0) translateY(-2px) rotate(-45deg);
      transform: translateX(0) translateY(-2px) rotate(-45deg); }

.mobile_menu {
  position: fixed;
  top: 0;
  right: 0;
  color: white;
  width: 80vw;
  max-width: 300px;
  display: none;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 80px 50px 50px 50px;
  pointer-events: none; }
  @media (max-width: 768px) {
    .mobile_menu {
      display: block; } }
  .mobile_menu a {
    display: block;
    color: #101010;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 1s ease 0.6s;
    -moz-transition: all 1s ease 0.6s;
    -ms-transition: all 1s ease 0.6s;
    -o-transition: all 1s ease 0.6s;
    transition: all 1s ease 0.6s; }
    .menu_opened .mobile_menu a {
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transition: all 1s ease 0.6s;
      -moz-transition: all 1s ease 0.6s;
      -ms-transition: all 1s ease 0.6s;
      -o-transition: all 1s ease 0.6s;
      transition: all 1s ease 0.6s; }
  .mobile_menu:before {
    content: "";
    z-index: 1;
    position: absolute;
    bottom: -20%;
    left: -20%;
    width: 150%;
    height: 150%;
    border-radius: 30% 70% 37% 63% / 34% 36% 64% 66%;
    background-color: #4bffa5;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    -webkit-transform: translateX(35%) translateY(-35%) scale(0.1);
    -moz-transform: translateX(35%) translateY(-35%) scale(0.1);
    -ms-transform: translateX(35%) translateY(-35%) scale(0.1);
    -o-transform: translateX(35%) translateY(-35%) scale(0.1);
    transform: translateX(35%) translateY(-35%) scale(0.1); }
    .menu_opened .mobile_menu:before {
      -webkit-transition: all 1s;
      -moz-transition: all 1s;
      -ms-transition: all 1s;
      -o-transition: all 1s;
      transition: all 1s;
      -webkit-transform: translateX(0%) translateY(0%) scale(1);
      -moz-transform: translateX(0%) translateY(0%) scale(1);
      -ms-transform: translateX(0%) translateY(0%) scale(1);
      -o-transform: translateX(0%) translateY(0%) scale(1);
      transform: translateX(0%) translateY(0%) scale(1); }
  .menu_opened .mobile_menu {
    pointer-events: all; }

a.linkedin {
  display: block;
  width: 24px;
  height: 24px; }
  a.linkedin svg path {
    fill: #bbb; }
  a.linkedin:hover svg path {
    fill: #4bffa5; }

@media (max-width: 1025px) {
  section {
    margin-bottom: 80px; } }
section.hero {
  padding: 0; }
  @media (max-width: 1025px) {
    section.hero {
      margin-bottom: 0px; } }
section p {
  line-height: 1.6em; }

h2 {
  font-size: 35px;
  margin-bottom: 1em; }
  @media (max-width: 1025px) {
    h2 {
      font-size: 30px; } }

.about_me {
  min-height: 800px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 1.1em; }
  .about_me strong {
    font-weight: 800; }
  .about_me__logo {
    flex: 0 0 40vw; }
    .about_me__logo .logo_container__wrap {
      position: relative;
      width: 100%;
      height: 100%; }
    .about_me__logo .logo_container {
      position: absolute;
      width: 800px;
      height: 800px;
      right: 0; }
  .about_me .logo_container svg.filler {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0; }
    .about_me .logo_container svg.filler rect {
      transform: rotate(-45deg);
      transform-origin: center center; }
  .about_me .logo_container svg {
    display: block;
    position: absolute;
    overflow: visible; }
    .about_me .logo_container svg rect {
      transform: rotate(-45deg);
      transform-origin: center center; }
  .about_me .logo_container .circle {
    height: 10px;
    width: 10px;
    position: absolute;
    background-color: #4bffa5;
    box-shadow: 0 0 20px 0 rgba(75, 255, 165, 0.6);
    border-radius: 50%;
    display: block;
    offset-path: path("M459.751 375.504V375.15L287.562 547.34C279.674 558.305 266.905 565.521 252.367 565.521C228.385 565.521 208.966 546.102 208.966 522.12V375.15L31.8602 550.735C30.3039 552.15 7.41845 484.237 5.26078 456.081C2.32494 436.626 0.80396 416.712 0.80396 396.444C0.768589 176.539 179.077 -1.76953 398.982 -1.76953C552.071 -1.76953 684.891 84.6433 751.567 211.344L546.553 416.358V278.126C549.347 264.331 545.456 249.44 534.739 238.758C526.143 230.162 514.86 225.988 503.576 226.094C503.435 226.094 503.258 226.059 503.116 226.059C488.685 226.059 476.022 233.169 468.134 243.957L295.733 416.358V289.056V278.161C298.527 264.367 294.636 249.475 283.954 238.758C275.358 230.162 264.075 225.988 252.827 226.094C252.65 226.094 252.508 226.059 252.367 226.059C237.935 226.059 225.272 233.169 217.349 243.993L4.83633 453.322C6.25119 477.693 32.2493 551.832 32.2493 551.832C92.8056 694.556 234.221 794.658 399.018 794.658C552.813 794.658 686.165 707.396 752.522 579.74L629.252 456.47L690.621 395.065L785.983 490.427C793.305 460.29 797.231 428.809 797.231 396.409C797.231 364.008 793.093 331.007 785.453 300.163L690.586 395.029L629.181 456.434L538.347 547.233C530.459 558.199 517.689 565.414 503.152 565.414C479.17 565.414 459.751 545.995 459.751 522.013V375.044"); }
  .about_me .logo_container.d_hide .circle {
    offset-path: path("M172.782 140.814V140.681L108.211 205.252C105.253 209.364 100.464 212.07 95.0127 212.07C86.0195 212.07 78.7373 204.788 78.7373 195.794V140.681L12.4686 206.95M12.4686 206.95C11.885 207.48 2.52034 178.352 2.33464 171.03M12.4686 206.95C12.4686 206.95 2.86521 180.169 2.33464 171.03M12.4686 206.95C35.1772 260.471 88.2081 298.009 150.007 298.009C207.68 298.009 257.687 265.286 282.571 217.415L236.344 171.189L259.358 148.162L295.119 183.923C297.865 172.622 299.337 160.816 299.337 148.666C299.337 136.516 297.785 124.14 294.92 112.574L259.345 148.149L236.318 171.176L202.255 205.225C199.297 209.337 194.509 212.043 189.057 212.043C180.064 212.043 172.782 204.761 172.782 195.768V140.654M2.33464 171.03C1.2337 163.734 0.66333 156.267 0.66333 148.666C0.66333 66.2016 67.529 -0.664062 149.993 -0.664062C207.402 -0.664062 257.209 31.7408 282.213 79.2537L205.332 156.134V104.297C206.38 99.1237 204.921 93.5394 200.902 89.5336C197.679 86.3103 193.448 84.7451 189.216 84.7849C189.163 84.7849 189.097 84.7717 189.044 84.7717C183.632 84.7717 178.883 87.4378 175.925 91.4834L111.275 156.134V108.395V104.31C112.323 99.137 110.864 93.5527 106.858 89.5336C103.635 86.3103 99.4032 84.7451 95.1851 84.7849C95.1188 84.7849 95.0658 84.7717 95.0127 84.7717C89.6008 84.7717 84.8522 87.4378 81.881 91.4967L2.33464 171.03Z");
    top: 12.5px;
    left: 12.5px;
    height: 5px;
    width: 5px; }
  .about_me__txt {
    padding-right: 5vw;
    max-width: 800px; }
  .about_me__btns {
    margin-top: 3em; }

.btn {
  width: auto;
  height: 50px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: bold;
  color: white;
  padding: 0 60px 0 25px;
  display: inline-flex;
  align-items: center;
  position: relative; }
  .btn:before {
    content: "";
    height: 50px;
    width: 100%;
    z-index: -1;
    border-radius: 30px;
    background-color: rgba(75, 255, 165, 0.6);
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    max-width: 50px;
    -webkit-transition: all cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.45s;
    -moz-transition: all cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.45s;
    -ms-transition: all cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.45s;
    -o-transition: all cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.45s;
    transition: all cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.45s; }
  .btn:after {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M16.172 8.51353L8.58229 1.92625C8.52403 1.87603 8.4497 1.8479 8.37136 1.8479H6.59345C6.44479 1.8479 6.37649 2.03272 6.48899 2.12915L13.5243 8.23629H1.76801C1.67961 8.23629 1.60729 8.30862 1.60729 8.39701V9.60237C1.60729 9.69076 1.67961 9.76308 1.76801 9.76308H13.5222L6.48698 15.8702C6.37448 15.9687 6.44278 16.1515 6.59144 16.1515H8.42961C8.46778 16.1515 8.50595 16.1374 8.53408 16.1113L16.172 9.48585C16.2416 9.42537 16.2973 9.35068 16.3355 9.26681C16.3738 9.18294 16.3935 9.09185 16.3935 8.99969C16.3935 8.90752 16.3738 8.81643 16.3355 8.73256C16.2973 8.6487 16.2416 8.574 16.172 8.51353V8.51353Z' fill='%23101010'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
  .btn--right:after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  .btn--temp:hover:before {
    max-width: 100%;
    -webkit-transition: all cubic-bezier(0.6, -0.28, 0.735, 0.045) 0.45s;
    -moz-transition: all cubic-bezier(0.6, -0.28, 0.735, 0.045) 0.45s;
    -ms-transition: all cubic-bezier(0.6, -0.28, 0.735, 0.045) 0.45s;
    -o-transition: all cubic-bezier(0.6, -0.28, 0.735, 0.045) 0.45s;
    transition: all cubic-bezier(0.6, -0.28, 0.735, 0.045) 0.45s; }
  .btn--primary:hover:before {
    background-color: #4bffa5;
    left: calc(100% - 50px);
    -webkit-transition: all cubic-bezier(0.6, -0.28, 0.735, 0.045) 0.45s;
    -moz-transition: all cubic-bezier(0.6, -0.28, 0.735, 0.045) 0.45s;
    -ms-transition: all cubic-bezier(0.6, -0.28, 0.735, 0.045) 0.45s;
    -o-transition: all cubic-bezier(0.6, -0.28, 0.735, 0.045) 0.45s;
    transition: all cubic-bezier(0.6, -0.28, 0.735, 0.045) 0.45s; }

.clients-logos {
  flex: 0 0 35vw;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px; }
  @media (max-width: 500px) {
    .clients-logos {
      grid-template-columns: repeat(3, 1fr); } }

.clients-logos .logo-holder {
  display: inline-flex;
  align-items: center;
  justify-content: center; }

.clients-logos svg {
  width: auto;
  height: auto;
  max-width: 100%; }

.clients-logos svg path,
.clients-logos svg polygon,
.clients-logos svg rect {
  fill: white; }

@media (max-width: 768px) {
  .nzs svg,
  .sdh svg,
  .coo svg {
    height: 35px !important; }

  .honda svg,
  .bigbang svg {
    height: 20px !important; }

  .vezenjenina svg {
    height: 25px !important; }

  .bbnepremicnine svg,
  .beko svg,
  .sorianatural svg,
  .trampuz svg {
    height: 30px !important; } }
.services {
  min-height: 100vh;
  margin-top: 200px;
  margin-bottom: 200px; }
  .services#services {
    min-height: 100px;
    padding: 0; }

@media (min-width: 1026px) {
  .contact_wrap {
    height: 100vh;
    max-height: 600px; } }
@media (max-width: 1025px) {
  .contact_wrap .contact__contacts {
    width: 100%;
    text-align: left !important; } }
@media (max-width: 500px) {
  .contact_wrap .contact {
    width: 100%; } }

.work-images {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 60px; }
  @media (max-width: 1025px) {
    .work-images {
      grid-template-columns: repeat(3, 1fr);
      grid-row-gap: 30px; } }
  @media (max-width: 768px) {
    .work-images {
      grid-template-columns: repeat(2, 1fr);
      grid-column-gap: 20px;
      grid-row-gap: 40px; } }
  @media (max-width: 500px) {
    .work-images {
      grid-template-columns: repeat(2, 1fr); } }
  .work-images .img {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 10px; }
    .work-images .img img,
    .work-images .img svg {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      object-fit: cover;
      min-width: 100%;
      min-height: 100%; }
    .work-images .img.milka img {
      left: 0;
      -webkit-transform: translateX(0%) translateY(-50%);
      -moz-transform: translateX(0%) translateY(-50%);
      -ms-transform: translateX(0%) translateY(-50%);
      -o-transform: translateX(0%) translateY(-50%);
      transform: translateX(0%) translateY(-50%);
      object-fit: none;
      object-fit: contain;
      height: 100%;
      width: auto;
      max-width: 5000px; }
      @media (max-width: 500px) {
        .work-images .img.milka img {
          width: 100%;
          height: auto; } }
  .work-images .bottom-text {
    padding: 20px;
    line-height: 1.4em; }
    @media (max-width: 1025px) {
      .work-images .bottom-text {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0; } }
    @media (max-width: 1025px) {
      .work-images .bottom-text p {
        font-size: 13px;
        line-height: 1.4em; }
        .work-images .bottom-text p:last-child {
          margin-bottom: 0; } }
    .work-images .bottom-text .text {
      color: white;
      font-weight: bold;
      font-size: 1.2em;
      margin-bottom: 15px; }

.contact__title {
  font-size: 44px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  line-height: 1.6em;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  @media (max-width: 1025px) {
    .contact__title {
      font-size: 38px; } }
  @media (max-width: 768px) {
    .contact__title {
      font-size: 30px; } }
  @media (max-width: 500px) {
    .contact__title {
      font-size: 25px; } }
.contact .big {
  font-size: 20px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  line-height: 1.6em;
  margin-top: 50px; }
  @media (max-width: 1025px) {
    .contact .big {
      font-size: 1.2em; } }
.contact__contacts {
  flex: 1;
  font-size: 30px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  line-height: 1em;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  @media (max-width: 1025px) {
    .contact__contacts {
      font-size: 25px; } }
  @media (max-width: 768px) {
    .contact__contacts {
      font-size: 1.2em; } }
  @media (max-width: 500px) {
    .contact__contacts {
      font-size: 1.2em; } }
  .contact__contacts span {
    font-size: 14px;
    display: block;
    font-weight: 400; }
  .contact__contacts .spacer {
    width: 100%;
    height: 40px; }
  .contact__contacts a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .contact__contacts a:hover {
      text-decoration: underline;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }

.cs {
  color: white;
  font-weight: 200;
  font-size: 19px; }
  .cs section {
    margin: 120px 0; }
    .cs section.bg2 {
      background-color: #171717;
      padding: 120px 0; }
  .cs .h1 {
    font-size: 50px;
    font-weight: 800;
    max-width: 620px;
    margin-bottom: 0.5em;
    margin-top: 0.25em; }
    @media (max-width: 1025px) {
      .cs .h1 {
        font-size: 35px;
        max-width: 100%; } }
  .cs ul {
    margin: 0.5em 0 1em 0; }
    .cs ul li {
      list-style-type: disc;
      margin: 0.5em 0 0.5em 1.5em; }
  .cs h2 {
    color: #4bffa5;
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 0.6em; }
    @media (max-width: 1025px) {
      .cs h2 {
        font-size: 35px;
        max-width: 100%; } }

.cs_hero__content {
  display: flex;
  flex-direction: column;
  gap: 50px;
  flex: 1; }
.cs_hero .text {
  font-size: 24px;
  max-width: 620px; }
  @media (max-width: 1025px) {
    .cs_hero .text {
      max-width: 100%;
      font-size: 20px; } }
.cs_hero__split {
  display: flex;
  min-height: calc(100vh - 120px);
  padding-bottom: 120px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 1025px) {
    .cs_hero__split {
      flex-direction: column;
      height: auto;
      padding-bottom: 0;
      width: 100%; } }
.cs_hero__img {
  flex: 0 1 60%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; }
  @media (max-width: 1025px) {
    .cs_hero__img {
      flex: 1;
      flex-direction: column; } }
  .cs_hero__img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain; }
    @media (max-width: 768px) {
      .cs_hero__img img {
        margin: 40px 0; } }

.cs_intro {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 720px; }
  @media (max-width: 1025px) {
    .cs_intro {
      max-width: 100%; } }
  .cs_intro__row {
    display: flex;
    gap: 15px; }
  .cs_intro__label {
    font-weight: 700;
    color: #4bffa5;
    font-size: 19px;
    flex: 0 0 100px; }

.cs_images_row {
  display: flex;
  gap: 30px;
  margin-top: 70px; }
  .cs_images_row img {
    flex: 1; }

.cs strong {
  font-weight: 800; }

.approach {
  display: flex;
  flex-direction: column;
  margin-top: 70px; }
  .approach__item {
    display: flex;
    gap: 40px; }
    @media (max-width: 768px) {
      .approach__item {
        gap: 20px; } }
    .approach__item:first-child .approach__no:before {
      background-color: transparent; }
    .approach__item:last-child .approach__no:after {
      background-color: transparent; }
  .approach__no {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .approach__no span {
      display: inline-flex;
      width: 50px;
      height: 50px;
      color: #4bffa5;
      align-items: center;
      justify-content: center;
      font-weight: 800;
      font-size: 20px;
      border-radius: 100px;
      border: 2px solid #4bffa5; }
      @media (max-width: 768px) {
        .approach__no span {
          width: 35px;
          height: 35px;
          font-size: 16px; } }
    .approach__no:before {
      content: "";
      width: 2px;
      flex: 0 0 25px;
      background-color: #818181; }
    .approach__no:after {
      content: "";
      width: 2px;
      flex: 1;
      background-color: #818181; }
  .approach__value {
    background-color: #171717;
    padding: 30px;
    margin-bottom: 15px;
    flex: 1; }
    .bg2 .approach__value {
      background-color: #101010; }
    .approach__value p:last-child {
      margin-bottom: 0; }
  .approach__title {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 0.5em; }

.tiles {
  display: flex;
  gap: 20px;
  margin-top: 70px; }
  .tiles__tile {
    background-color: #101010;
    flex: 1; }
  .tiles__title {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 0.5em; }

.ki_split {
  display: flex;
  gap: 60px;
  align-items: center;
  margin: 60px 0; }
  @media (max-width: 768px) {
    .ki_split {
      flex-direction: column;
      gap: 30px; } }
  .ki_split--reverse {
    flex-direction: row-reverse; }
    @media (max-width: 768px) {
      .ki_split--reverse {
        flex-direction: column; } }
  .ki_split__content {
    flex: 1; }
  .ki_split__img {
    flex: 0 1 55%; }
  .ki_split__title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 0.5em; }

.solution h3 {
  color: #4bffa5;
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 0.5em; }
  @media (max-width: 768px) {
    .solution h3 {
      font-size: 25px; } }
.solution__item {
  margin: 80px 0; }
  .solution__item img {
    margin-top: 2em; }
    @media (max-width: 768px) {
      .solution__item img {
        margin-top: 1em; } }

.usp {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  gap: 30px; }
  @media (max-width: 768px) {
    .usp {
      gap: 20px; } }
  .cs .usp {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 80%;
    -webkit-transform: translateX(-50%) translateY(80px);
    -moz-transform: translateX(-50%) translateY(80px);
    -ms-transform: translateX(-50%) translateY(80px);
    -o-transform: translateX(-50%) translateY(80px);
    transform: translateX(-50%) translateY(80px); }
    @media (max-width: 1025px) {
      .cs .usp {
        width: 100%;
        max-width: 850px; } }
    @media (max-width: 768px) {
      .cs .usp {
        flex-direction: column;
        position: initial;
        -webkit-transform: translateX(0) translateY(0);
        -moz-transform: translateX(0) translateY(0);
        -ms-transform: translateX(0) translateY(0);
        -o-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0); } }
  .usp__item {
    display: flex;
    flex-direction: column;
    gap: 15px;
    background-color: rgba(23, 23, 23, 0.5);
    border-radius: 10px;
    text-align: center;
    padding: 30px;
    flex: 1;
    justify-content: center; }
    @media (max-width: 768px) {
      .usp__item {
        gap: 10px;
        padding: 15px; } }
  .usp__value {
    font-size: 35px;
    font-weight: 900;
    color: #4bffa5; }
    @media (max-width: 1025px) {
      .usp__value {
        font-size: 25px; } }
  .usp__label {
    font-size: 16px; }
    @media (max-width: 1025px) {
      .usp__label {
        font-size: 13px; } }

.mt70 {
  margin-top: 70px; }

.txt--center {
  text-align: center; }

.work_cs {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px;
  border: 1px solid #2d2d2d;
  border-radius: 15px; }
  @media (max-width: 1025px) {
    .work_cs {
      padding: 35px 25px; } }
  .work_cs--reverse {
    flex-direction: row-reverse; }
    @media (max-width: 1025px) {
      .work_cs--reverse {
        flex-direction: column; } }
  @media (max-width: 1025px) {
    .work_cs svg {
      max-width: 200px;
      height: auto; } }
  .work_cs h1 {
    color: white;
    font-size: 40px;
    list-style: 1.5em;
    margin-bottom: 0.5em;
    margin-top: 0.5em; }
    @media (max-width: 1025px) {
      .work_cs h1 {
        font-size: 30px; } }
    .work_cs h1 a:hover {
      color: #4bffa5; }
  .work_cs .text {
    font-size: 1.2em;
    line-height: 1.5em;
    margin-bottom: 1em; }
    @media (max-width: 1025px) {
      .work_cs .text {
        font-size: 1.2em;
        line-height: 1.6em; } }
  .work_cs .usp {
    position: relative;
    gap: 20px;
    margin-bottom: 2em; }
    @media (max-width: 1025px) {
      .work_cs .usp {
        gap: 10px;
        flex-direction: column; } }
    .work_cs .usp__item {
      padding: 20px;
      gap: 10px; }
      @media (max-width: 1025px) {
        .work_cs .usp__item {
          padding: 15px; } }
    .work_cs .usp__value {
      font-size: 25px; }
      @media (max-width: 1025px) {
        .work_cs .usp__value {
          font-size: 20px; } }
    .work_cs .usp__label {
      font-size: 14px; }

/*# sourceMappingURL=default.css.map */
