html {
  overflow: hidden;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch
}

body,
html {
  height: 100%;
  font-size: 62.5%
}

body::-webkit-scrollbar {
  width: 5px;
}

body::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.35);
  border-radius: 3px;
}

body::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {

  /* for Chrome, Safari, and Opera */
  body::-webkit-scrollbar {
    display: none;
    width: none;
  }

  /* for IE and Edge */
  body {
    -ms-overflow-style: none;
  }

  /* for Firefox */
  html,
  body {
    scrollbar-width: none;
  }
}

#root {
  height: 100%
}

:root {
  --tablet-site-width: 600px;
  --desktop-site-width: 1240px
}

:root {
  --layout-margin: 32px;
  --layout-max-width: 100%;
  --layout-cover-height: 145px;
  --layout-profile-bottom: 51px;
  --layout-block-height: 49px
}

@media only screen and (min-width: 300px)and (max-width: 599px) {
  .site {
    --layout-margin: 2px;
    --layout-max-width: 400px
  }
}

@media only screen and (min-width: 600px) {
  .site {
    --layout-margin: 32px;
    --layout-max-width: 600px
  }
}


*:not(input, textarea) {
  -webkit-user-select: none;
  user-select: none
}

.email {
  cursor: pointer;
  -webkit-user-select: text;
  user-select: text
}

* {
  -webkit-tap-highlight-color: transparent
}

:focus {
  outline: 0
}

::-webkit-resizer {
  display: none
}

::selection {
  background-color: #1F1F24;
  color: #ffffff;
}

::-moz-selection {
  background-color: #1F1F24;
  color: #ffffff;
}

.site {
  display: flex;
  flex-direction: column;
  align-items: center
}

.site-builder {
  height: 100%;
  width: 100%;
  position: relative
}

.layout {
  height: auto;
  min-height: 100%;
  position: relative;
  box-sizing: border-box
}

.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: default;
  opacity: 0.5;
  padding: 10px;
  font-family: "Nunito", sans-serif;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: -0.2px
}

.social {
  transition: transform .15s ease-in-out
}

.social:hover {
  transform: scale(1.05)
}

.social:active {
  opacity: .4;
  transform: scale(0.95)
}

.social:disabled {
  opacity: .2
}

.block {
  overflow: hidden
}

.simple-name {
  font-size: 39px;
  text-align: center;
  margin-top: 0px
}

.simple-title {
  font-size: 14px;
  text-align: center;
  white-space: pre-wrap;
  margin-top: 0px
}

.simple-social-view {
  display: flex;
  justify-content: center;
  flex-wrap: wrap
}

.simple-social {
  margin: 0 10px 6px
}

.social-icon {
  width: 25px;
  height: 20px
}

.simple-layout>*:not(.header-picture):not(.simple-background-image):not(.separator) {
  width: calc(100% - var(--layout-margin) * 2);
  max-width: var(--layout-max-width)
}

.simple-layout:not(.with-cover-picture):not(.with-profile-picture) {
  padding-top: 42px
}

.simple-layout {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center
}

.simple-layout .name {
  margin-bottom: 4px
}

.simple-layout .title {
  margin-bottom: 24px
}

.simple-layout .email {
  margin-bottom: 10px
}

.simple-layout .social-view {
  margin-bottom: 0px
}

.gallery-layout {
  --layout-cover-height: 167px;
  --layout-profile-bottom: 0px;
  font-family: "Raleway Bold", sans-serif
}

.gallery-layout .name {
  font-size: 39px;
  text-transform: uppercase
}

.gallery-layout .title {
  font-size: 11px;
  white-space: nowrap;
  font-weight: 500;
  opacity: 0.7;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  line-height: 19px
}

.gallery-layout .email {
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  line-height: 19px
}

.gallery-layout .link-title {
  font-size: 14px;
  text-transform: uppercase
}

.layout-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden
}

.layout-background-color {
  height: 100vh
}

.layout-background-asset {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.layout-background-asset video,
.layout-background-asset img {
  height: 100%;
  width: 100%;
  object-fit: cover
}

.gallery-blocks {
  display: grid;
  grid-auto-columns: calc((100% - calc(var(--grig-columns-num) - 1) * var(--grid-gap)) / var(--grig-columns-num));
  grid-gap: var(--grid-gap)
}

.gallery-blocks {
  --grid-gap: 9px;
  --grig-columns-num: 1
}

.separator {
  width: 195px;
  height: 0.5px;
  margin-top: 5px;
  margin-bottom: 10px;
  background-color: #1F1F24;
  border-radius: 0.25px
}

b,
strong {
  font-weight: bolder
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
select {
  text-transform: none
}

button,
input,
textarea {
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  color: inherit
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: inherit
}

@font-face {
  font-family: "Raleway Bold";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("https://unishkov.com/fonts/raleway/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pbCIPrcVIT9d0c8.woff") format("woff")
}

@font-face {
  font-family: Nunito;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://unishkov.com/fonts/nunito/XRXV3I6Li01BKofINeaBTMnFcQ.woff2") format("woff2")
}