@font-face {
  font-family: eUkraine;
  src: url('../fonts/e-Ukraine-Light.woff2') format("woff2"), url('../fonts/e-Ukraine-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: eUkraine;
  src: url('../fonts/e-Ukraine-Regular.woff2') format("woff2"), url('../fonts/e-Ukraine-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: eUkraine;
  src: url('../fonts/e-Ukraine-Medium.woff2') format("woff2"), url('../fonts/e-Ukraine-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --white: white;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.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(--black);
  color: #fff;
  font-family: eUkraine, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2rem;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: none;
  display: inline-block;
}

.section.hero {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100vh;
  max-height: 100vh;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.container {
  max-width: none;
  padding-left: 4rem;
  padding-right: 4rem;
}

.container.hero {
  background-color: #191919;
  background-image: url('../images/photo.avif');
  background-position: 92%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 2rem;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: 100%;
  display: flex;
}

.loader {
  z-index: 999;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.g-style {
  width: 0;
  height: 0;
}

.ui-flex-grid {
  grid-column-gap: 3.2rem;
  grid-row-gap: 3.2rem;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.h1 {
  letter-spacing: -.1rem;
  font-size: 6.6rem;
  font-weight: 500;
  line-height: 1;
}

.h2 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 2.4rem;
}

.button {
  color: #fff;
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.grid-col-3 {
  grid-column-gap: 3.2rem;
  grid-row-gap: 3.2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-col-2 {
  grid-column-gap: 3.2rem;
  grid-row-gap: 3.2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.grid-col-6 {
  grid-column-gap: 3.2rem;
  grid-row-gap: 3.2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.ui-grid-item {
  background-color: #ffd1d1;
  height: 10rem;
}

.ui-flex {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.logo {
  flex: none;
  height: 8rem;
}

.textbox {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: flex;
}

.soc-flex {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  align-self: flex-start;
}

.soc-item {
  color: #fff;
  background-color: #000;
  border-radius: 1rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 6.4rem;
  padding-left: 3.6rem;
  padding-right: 3.6rem;
  transition: all .2s;
  display: flex;
}

.soc-item:hover {
  color: #000;
  background-color: #fff;
}

.soc-icon {
  width: 3.4rem;
  height: 3.4rem;
}

.photo {
  align-self: stretch;
  width: auto;
  height: auto;
}

.logo-box {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media screen and (max-width: 991px) {
  .section.hero {
    height: auto;
    max-height: none;
  }

  .container {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }

  .container.hero {
    background-position: 50% 100%;
    background-size: 110%;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 68rem;
  }

  .ui-flex-grid, .grid-col-3, .grid-col-2, .grid-col-6 {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }

  .container.hero {
    padding-bottom: 52rem;
  }

  .ui-flex-grid {
    grid-template-columns: 1fr;
  }

  .grid-col-3, .grid-col-2, .grid-col-6 {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
  }

  .textbox {
    flex: 0 auto;
  }
}

@media screen and (max-width: 479px) {
  .section.hero {
    min-height: 100vh;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .container.hero {
    background-size: 140%;
    border-radius: 1.2rem;
    flex: 0 auto;
    margin-top: auto;
    padding-bottom: 45rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .h1 {
    font-size: 4rem;
  }

  .h2 {
    font-size: 1.6rem;
    line-height: 1.2;
  }

  .grid-col-3, .grid-col-6 {
    grid-template-columns: 1fr 1fr;
  }

  .logo {
    height: 6.2rem;
  }

  .textbox {
    grid-column-gap: 2.4rem;
    grid-row-gap: 2.4rem;
    margin-top: 3rem;
    margin-bottom: 0;
  }

  .soc-flex {
    margin-top: 1rem;
  }

  .soc-item {
    border-radius: .7rem;
    height: 5rem;
    padding-left: 2.6rem;
    padding-right: 2.6rem;
  }

  .soc-icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}

#w-node-f15ca17c-4a4b-5da9-b39e-cbf84d4d5269-343ed8cb, #w-node-_30bb9cbe-5e58-a0f2-f9dc-c7db10e195e6-343ed8cb, #w-node-c705282d-09fd-cf28-f326-6d29f972ee1a-343ed8cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'eUkraine';
  src: url('../fonts/e-Ukraine-Light.woff2') format('woff2'), url('../fonts/e-Ukraine-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'eUkraine';
  src: url('../fonts/e-Ukraine-Regular.woff2') format('woff2'), url('../fonts/e-Ukraine-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'eUkraine';
  src: url('../fonts/e-Ukraine-Medium.woff2') format('woff2'), url('../fonts/e-Ukraine-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}