:root {
  --bg: #1e1e1e;
  --light: #95a9ad;
  --less-light: #60696b;
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  background-color: var(--bg);
  margin-left: auto;
  margin-right: auto;
  font-family: Oswald, sans-serif;
  font-size: 1vw;
  font-weight: 200;
  line-height: 1.3;
}

.hero-section {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.tabs-menu {
  justify-content: center;
  display: flex;
}

.tabs {
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tabs-content {
  min-height: 100%;
}

.div-block {
  background-color: rgba(14, 73, 82, .7);
  border-radius: 50%;
  width: 20em;
  height: 20em;
}

.hero-bg-img {
  width: 90em;
  max-width: 712px;
  display: none;
}

.logo-grad, .logo-light {
  position: absolute;
}

.image-3 {
  width: 550px;
  position: absolute;
  top: 20%;
  left: 30%;
}

.nav-conteiner {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #162c2f;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 39px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar {
  background-color: rgba(221, 221, 221, 0);
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-link {
  border: 1px none var(--light);
  color: var(--light);
  text-transform: uppercase;
  border-radius: 20px;
  padding: 7px 20px 8px;
  font-family: Oswald, sans-serif;
  font-weight: 300;
  text-decoration: none;
  transition: all .2s ease-out;
  display: block;
}

.nav-link:hover {
  color: #bec9cd;
  background-color: rgba(25, 52, 57, 0);
  border-style: none;
}

.nav-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.nav-bar {
  z-index: 100;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.logo-shad-holder {
  background-image: url('../images/logo-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 50em;
  max-width: 712px;
  height: 100%;
  display: flex;
  position: relative;
}

.logo-shad-bg {
  aspect-ratio: 1;
  object-fit: contain;
  height: 79%;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.nav-butt {
  background-color: #1b1b1b;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: .5em 20px .55em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-butt__txt {
  z-index: 2;
  color: #748083;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 300;
  position: relative;
}

.nav-butt__link {
  z-index: 3;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-4 {
  z-index: 1;
  aspect-ratio: 1;
  opacity: .6;
  object-fit: cover;
  max-width: 200%;
  display: none;
  position: absolute;
}

.portrait-sect {
  z-index: 2;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.reveal-div {
  height: 100%;
}

.content-rev {
  height: 100%;
  padding-top: 90px;
  padding-bottom: 90px;
}

.container {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  height: 100%;
  display: flex;
  position: relative;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  order: -1;
  grid-template-rows: auto;
}

.h1 {
  color: var(--light);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 5px;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.1;
}

.h1.light-fw {
  font-weight: 200;
  line-height: 1.1;
}

.text-span {
  color: var(--less-light);
  font-weight: 200;
}

.image-5 {
  z-index: 2;
  position: relative;
  bottom: 0;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 332px;
  height: 4px;
  display: grid;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: auto;
}

.div-block-3 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-4 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-direction: column;
  align-items: center;
  height: 100%;
  display: flex;
}

.content-bg {
  z-index: 300;
  background-image: linear-gradient(to top, var(--bg) 43%, rgba(255, 255, 255, 0));
  height: 100%;
}

.text-block {
  color: var(--light);
  margin-top: 20px;
  font-family: Pt Root Ui, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.div-block-5 {
  flex-direction: column;
  align-items: flex-start;
  height: 213.344px;
  display: flex;
}

.div-block-6 {
  overflow: hidden;
}

.grid-frst {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  order: 1;
  grid-template-rows: auto;
}

.image-6 {
  aspect-ratio: 1;
  object-fit: contain;
  height: 35%;
}

.portrait {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 21.6em;
  height: 100%;
  display: flex;
  position: relative;
}

.container-portr {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  height: 100%;
  display: flex;
  position: relative;
}

.section-short {
  z-index: 3;
}

.section-short.dnone {
  display: none;
}

.container-next {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.content {
  z-index: 300;
  height: 100%;
}

.paragraph-txt {
  z-index: 2;
  color: var(--light);
  font-family: Pt Root Ui, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
}

.paragraph-txt.sec {
  padding-top: 10px;
}

.content__block {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.content__block.logos {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: flex-end;
  padding-right: 20px;
}

.content__block.reversed {
  justify-content: flex-start;
  align-items: flex-end;
}

.heading {
  color: var(--light);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Pt Root Ui, sans-serif;
  font-size: 36px;
  font-weight: 300;
}

.hello {
  z-index: 2;
  position: relative;
}

.next-section {
  z-index: 3;
  position: relative;
  top: 0;
}

.div-block-5-copy {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 213.344px;
  display: flex;
}

.grid-frst-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  order: -1;
  grid-template-rows: auto;
}

.heading-2 {
  color: var(--less-light);
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 3px;
  margin-bottom: 0;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 200;
  line-height: 1;
}

.heading-2.reversed {
  text-align: left;
  padding-right: 0;
}

.text-block-copy {
  color: var(--light);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pt Root Ui, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.div-block-9 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-10 {
  align-items: flex-start;
  display: flex;
}

.link {
  z-index: 2;
  color: var(--light);
  text-transform: uppercase;
  padding-bottom: 8px;
  font-size: 36px;
  font-weight: 200;
  line-height: 1;
  text-decoration: underline;
  transition: all .2s ease-out;
  position: relative;
}

.link:hover {
  color: #0e4952;
}

.link.be {
  color: #0057ff;
  border: 1px solid #0057ff;
  border-radius: 20px;
  padding: 3px 12px 4px;
  text-decoration: none;
}

.link.be:hover {
  color: #0e4952;
  border-color: #0e4952;
}

.text-span-2 {
  color: var(--less-light);
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 200;
}

.cases-holder {
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.cases-holder.reversed {
  padding-right: 20px;
}

.title-holder {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 213.344px;
  padding-right: 20px;
  display: flex;
}

.ui_cols {
  margin-left: 6rem;
  margin-right: 6rem;
}

.delay_image_margin_right {
  margin-right: 2rem;
}

.flex-align-center {
  align-items: center;
  display: flex;
}

.description_2-4 {
  font-size: 2.4rem;
}

.ui_header {
  background-color: #303030;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6rem;
  padding: 4.1rem;
  font-size: 4rem;
  display: flex;
}

.delay_wrapper {
  border: 1px solid rgba(178, 178, 178, .16);
  border-radius: 3rem;
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: 8rem;
  margin-right: 4rem;
  display: flex;
}

.section-2 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.margin-left-2 {
  margin-left: 2rem;
}

.divider_vertical {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #979797;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1px;
  height: 5rem;
  margin-right: 4rem;
}

.text_lime {
  color: #e8f824;
}

.ui_example {
  color: #ded9dd;
  background-color: #202020;
  margin-left: 8rem;
  margin-right: 8rem;
}

.ui_left1 {
  background-color: #505050;
  justify-content: space-between;
  align-items: flex-start;
  height: 30rem;
  margin-bottom: 4rem;
  padding: 4.1rem;
  font-size: 4rem;
  display: flex;
}

.px_guy {
  object-fit: contain;
  width: 100%;
  height: 55rem;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ui_left2 {
  background-color: #303030;
  justify-content: space-between;
  align-items: flex-start;
  height: 20rem;
  margin-bottom: 4rem;
  padding: 4.1rem;
  font-size: 4rem;
  display: flex;
}

.ui_right {
  background-color: #303030;
  justify-content: space-between;
  align-items: flex-start;
  height: 73rem;
  margin-bottom: 6rem;
  margin-left: 4rem;
  padding: 4.1rem;
  font-size: 4rem;
  display: flex;
  position: relative;
}

.text_bold {
  font-weight: 700;
}

.ui_left3 {
  background-color: #303030;
  justify-content: space-between;
  align-items: flex-start;
  height: 15rem;
  margin-bottom: 4rem;
  padding: 4.1rem;
  font-size: 4rem;
  display: flex;
}

.divider {
  background-color: #979797;
  height: 1px;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.text_right {
  text-align: right;
}

.heading1 {
  letter-spacing: -4px;
}

.pi_animation {
  background-color: #2a2a2a;
  justify-content: space-between;
  align-items: flex-end;
  height: 20rem;
  padding: 3rem;
  display: flex;
  transform: perspective(200px)perspective(200px)perspective(200px);
}

.container-2 {
  margin-left: 8rem;
  margin-right: 8rem;
}

.animations_grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 6rem;
}

.contactlink {
  color: var(--light);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 20px;
  font-weight: 200;
  line-height: 1;
  text-decoration: underline;
  transition: all .2s ease-out;
}

.contactlink:hover {
  color: #0e4952;
}

.contactlink.wolink {
  text-decoration: none;
}

.contactlink.wolink:hover {
  color: var(--light);
}

.contact-title {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.contact-info {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.contact-info.logos {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: flex-end;
  padding-right: 20px;
}

.image-7 {
  z-index: 1;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
  max-width: 60%;
  position: absolute;
  bottom: 40%;
  left: 17%;
}

.fact-button {
  z-index: 512;
  cursor: pointer;
  background-color: #162c2f;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  display: none;
  position: relative;
}

.x-line-1 {
  background-color: var(--light);
  width: 27px;
  height: 1px;
  margin-bottom: 5px;
  position: relative;
}

.x-line-2 {
  background-color: var(--light);
  width: 27px;
  height: 1px;
  position: relative;
}

.div-block-11 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-conteiner__mob {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #162c2f;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 39px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 10px;
  display: none;
  position: relative;
  overflow: hidden;
}

.nav-butt__link-mob {
  z-index: 3;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

@media screen and (min-width: 1440px) {
  .portrait {
    max-width: 310px;
  }

  .paragraph-txt {
    font-size: 16px;
  }

  .paragraph-txt.sec {
    color: var(--light);
  }

  .content__block.logos {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: flex-end;
    padding-right: 20px;
  }

  .heading-2.reversed {
    text-align: left;
    padding-right: 0;
  }

  .div-block-9 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .contact-info.logos {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: flex-end;
    padding-right: 20px;
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    font-size: 1.8em;
  }

  .menu-button {
    background-color: var(--bg);
    color: var(--light);
    border-radius: 100%;
  }

  .logo-shad-holder {
    width: 100%;
    height: 100vh;
  }

  .nav-butt {
    padding-top: 7px;
    padding-bottom: 8px;
  }

  .portrait {
    width: 40.4em;
  }

  .container-next {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content__block.logos {
    align-items: flex-start;
  }

  .heading-2.reversed {
    text-align: right;
    padding-right: 20px;
  }

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

  .div-block-10 {
    justify-content: flex-end;
  }
}

@media screen and (max-width: 479px) {
  .logo-grad, .logo-light {
    width: 16em;
  }

  .nav-conteiner {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-position: 50% 100%;
    flex-direction: column;
    width: 90%;
    height: auto;
    padding-top: 0;
    display: none;
  }

  .nav-link {
    font-size: 17px;
  }

  .nav-menu {
    background-color: rgba(200, 200, 200, 0);
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .nav-bar {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: auto;
  }

  .logo-shad-holder, .nav-butt {
    width: 100%;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .image-5 {
    display: none;
  }

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

  .grid-frst {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .portrait {
    width: 43.6em;
  }

  .content__block.logos {
    padding-right: 0;
  }

  .content__block.reversed {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .grid-frst-content {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .heading-2 {
    text-align: left;
    padding-bottom: 10px;
  }

  .heading-2.reversed {
    text-align: left;
  }

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

  .title-holder {
    height: auto;
  }

  .fact-button {
    z-index: 503;
    display: flex;
  }

  .nav-conteiner__mob {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-position: 50% 100%;
    border-radius: 26px;
    flex-direction: column;
    width: 90%;
    height: auto;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }
}

#w-node-eca66e7d-7aa1-1f56-31ff-baa83de70a87-36b62f42, #w-node-eca66e7d-7aa1-1f56-31ff-baa83de70a88-36b62f42, #w-node-ab819267-7c55-998f-addf-69851310b819-36b62f42, #w-node-ab819267-7c55-998f-addf-69851310b81a-36b62f42, #w-node-_71a03384-d72a-8512-73f8-895da731ebc5-36b62f42, #w-node-_593a7129-fe5e-6d9f-89bf-b43225609100-36b62f42, #w-node-_593a7129-fe5e-6d9f-89bf-b43225609101-36b62f42, #w-node-bb194d6c-6ca3-2b45-5221-bc413e49d46a-36b62f42, #w-node-bb194d6c-6ca3-2b45-5221-bc413e49d46d-36b62f42, #w-node-_921cd890-898e-dd47-f2e0-7abf09b026a2-36b62f42, #w-node-_921cd890-898e-dd47-f2e0-7abf09b026a5-36b62f42, #w-node-a14783c8-9fce-3c90-aa70-fc96a5617191-36b62f42, #w-node-a14783c8-9fce-3c90-aa70-fc96a5617194-36b62f42, #w-node-c1c34d56-2d9c-2cf8-16c9-7459d533b702-36b62f42, #w-node-c1c34d56-2d9c-2cf8-16c9-7459d533b705-36b62f42, #w-node-_0d446cd1-b8e8-71e3-1224-19327bb05f55-36b62f42, #w-node-_0d446cd1-b8e8-71e3-1224-19327bb05f52-36b62f42, #w-node-_5111b2ab-567d-74db-1ec5-0358ad182ee9-36b62f42, #w-node-_5111b2ab-567d-74db-1ec5-0358ad182eeb-36b62f42, #w-node-_5111b2ab-567d-74db-1ec5-0358ad182eee-36b62f42, #w-node-_56b84492-5829-bacd-0cea-210746bdbe05-36b62f42 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56b84492-5829-bacd-0cea-210746bdbe0c-36b62f42 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_69762842-9085-9eb0-9313-96b8fe3bf62d-36b62f42, #w-node-_69762842-9085-9eb0-9313-96b8fe3bf632-36b62f42, #w-node-_69762842-9085-9eb0-9313-96b8fe3bf639-36b62f42, #w-node-_9d1338ee-7780-75aa-02f2-55496e51105d-36b62f42, #w-node-_9d1338ee-7780-75aa-02f2-55496e511060-36b62f42 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_0d446cd1-b8e8-71e3-1224-19327bb05f55-36b62f42, #w-node-_0d446cd1-b8e8-71e3-1224-19327bb05f52-36b62f42 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_0d446cd1-b8e8-71e3-1224-19327bb05f52-36b62f42 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_56b84492-5829-bacd-0cea-210746bdbe05-36b62f42 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_56b84492-5829-bacd-0cea-210746bdbe0c-36b62f42 {
    grid-row: 2 / 3;
  }
}


@font-face {
  font-family: 'Pt Root Ui';
  src: url('../fonts/PT-Root-UI_Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}