/* CSS Document */
/* line 6, /Volumes/Docs HD/Work/Projects/tilda/git/style/style.scss */
body,
html {
  margin: 0;
  padding: 0;
  font-family: 'tilda', sans-serif;
  font-size: 13px;
  line-height: 1.34;
  height: 100%;
  width: 100%;
  color: #fefefe;
  font-weight: normal;
  background-color: #0a0a0a; }

/* line 20, /Volumes/Docs HD/Work/Projects/tilda/git/style/style.scss */
.ui_container {
  min-height: 100%;
  min-height: 100vh;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column; }

/* line 29, /Volumes/Docs HD/Work/Projects/tilda/git/style/style.scss */
.ui_content {
  position: relative;
  box-sizing: border-box;
  flex: 1; }

/* line 35, /Volumes/Docs HD/Work/Projects/tilda/git/style/style.scss */
.ui_content .logo {
  padding: 4rem; }

/* line 39, /Volumes/Docs HD/Work/Projects/tilda/git/style/style.scss */
.ui_content .logo img {
  height: 12rem; }

/* line 43, /Volumes/Docs HD/Work/Projects/tilda/git/style/style.scss */
form {
  display: block;
  margin: 0 auto; }

/* line 48, /Volumes/Docs HD/Work/Projects/tilda/git/style/style.scss */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.2; }

/* line 53, /Volumes/Docs HD/Work/Projects/tilda/git/style/style.scss */
::-moz-placeholder {
  color: inherit;
  opacity: 0.2; }

/* line 58, /Volumes/Docs HD/Work/Projects/tilda/git/style/style.scss */
:-ms-input-placeholder {
  color: inherit;
  opacity: 0.2; }

/* line 63, /Volumes/Docs HD/Work/Projects/tilda/git/style/style.scss */
:-moz-placeholder {
  color: inherit;
  opacity: 0.2; }

/* line 68, /Volumes/Docs HD/Work/Projects/tilda/git/style/style.scss */
input,
button {
  border-radius: 0.3rem;
  padding: 1em 1.5em;
  line-height: 1.5;
  height: 3.5em;
  outline: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  margin: 0;
  vertical-align: middle;
  font-family: 'tilda', sans-serif; }

/* line 82, /Volumes/Docs HD/Work/Projects/tilda/git/style/style.scss */
input.text {
  border: 1px solid HSLA(0, 0%, 0%, 0.1);
  background-color: HSLA(0, 0%, 50%, 0.1); }

/* line 87, /Volumes/Docs HD/Work/Projects/tilda/git/style/style.scss */
input.text:hover {
  border-color: HSLA(0, 0%, 0%, 0.25); }

/* line 91, /Volumes/Docs HD/Work/Projects/tilda/git/style/style.scss */
input.text:focus {
  border-color: HSLA(0, 0%, 0%, 0.5); }

/* line 95, /Volumes/Docs HD/Work/Projects/tilda/git/style/style.scss */
button {
  background-color: #333;
  padding-left: 2em;
  padding-right: 2em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  background-image: linear-gradient(to top, HSLA(0, 0%, 0%, 0.1) 0%, HSLA(0, 0%, 0%, 0.3) 100%);
  cursor: pointer;
  color: #fff;
  border: 1px solid HSLA(0, 0%, 0%, 0.1);
  border-bottom-width: 2px; }

/* line 109, /Volumes/Docs HD/Work/Projects/tilda/git/style/style.scss */
button:hover {
  background-image: linear-gradient(to top, HSLA(0, 0%, 0%, 0.1) 0%, HSLA(0, 0%, 0%, 0.2) 100%); }

/* line 113, /Volumes/Docs HD/Work/Projects/tilda/git/style/style.scss */
button:active {
  border-top-width: 2px;
  border-bottom-width: 1px; }

/* line 118, /Volumes/Docs HD/Work/Projects/tilda/git/style/style.scss */
a {
  color: #fff; }

/* line 122, /Volumes/Docs HD/Work/Projects/tilda/git/style/style.scss */
.bigwords {
  font-size: 3rem;
  margin: 2rem;
  line-height: 1; }

/* line 128, /Volumes/Docs HD/Work/Projects/tilda/git/style/style.scss */
.colorblock {
  margin: 2rem;
  padding: 2rem;
  border: 1px dashed #fff; }

/* line 134, /Volumes/Docs HD/Work/Projects/tilda/git/style/style.scss */
big {
  font-size: 1.5em; }

/* line 138, /Volumes/Docs HD/Work/Projects/tilda/git/style/style.scss */
small {
  font-size: 0.7em; }

/* line 142, /Volumes/Docs HD/Work/Projects/tilda/git/style/style.scss */
.header {
  padding: 4rem 2rem;
  background-image: url("img/bg/triangle-01.png");
  background-position: center;
  background-size: 50rem; }

/* line 149, /Volumes/Docs HD/Work/Projects/tilda/git/style/style.scss */
.footer {
  border-top: 1px solid #343434;
  background-color: HSLA(0, 0%, 0%, 0.2);
  margin-top: 2rem; }

/* line 155, /Volumes/Docs HD/Work/Projects/tilda/git/style/style.scss */
.pageblock {
  padding: 2rem;
  max-width: 120rem;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative; }

/* line 163, /Volumes/Docs HD/Work/Projects/tilda/git/style/style.scss */
.pageblock_title {
  font-size: 1.3rem;
  text-transform: uppercase;
  margin: 2rem auto;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: inherit;
  z-index: 100;
  padding: 1rem; }

/* line 175, /Volumes/Docs HD/Work/Projects/tilda/git/style/style.scss */
.pageblock_title:after,
.pageblock_title:before {
  content: '~';
  margin: 0 1rem; }

/* line 181, /Volumes/Docs HD/Work/Projects/tilda/git/style/style.scss */
p {
  margin: 0.3em 0; }

/* line 185, /Volumes/Docs HD/Work/Projects/tilda/git/style/style.scss */
.dottedlink {
  border-bottom: 1px dashed currentcolor;
  cursor: pointer; }

/* line 190, /Volumes/Docs HD/Work/Projects/tilda/git/style/style.scss */
.sticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: sticky; }

/* line 196, /Volumes/Docs HD/Work/Projects/tilda/git/style/style.scss */
.sticky_top {
  top: 0; }

/* line 200, /Volumes/Docs HD/Work/Projects/tilda/git/style/style.scss */
.sticky_top {
  bottom: 0; }

/* line 208, /Volumes/Docs HD/Work/Projects/tilda/git/style/style.scss */
.partners_logo img {
  height: 2.5rem;
  margin: 2rem 1rem; }

/* line 213, /Volumes/Docs HD/Work/Projects/tilda/git/style/style.scss */
.partners_logo img:not(:hover) {
  -webkit-filter: grayscale(100) saturate(0);
  -moz-filter: grayscale(100) saturate(0);
  filter: grayscale(100) saturate(0); }

/* line 219, /Volumes/Docs HD/Work/Projects/tilda/git/style/style.scss */
.tilda_projects {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  margin: auto;
  justify-content: space-between; }

/* line 227, /Volumes/Docs HD/Work/Projects/tilda/git/style/style.scss */
.tilda_projects_item {
  padding: 2rem;
  flex: 1 1 25rem;
  max-width: 35rem;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 2rem; }

/* line 236, /Volumes/Docs HD/Work/Projects/tilda/git/style/style.scss */
.tilda_projects_item_preview_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  height: 100%;
  width: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  background-color: rgba(10, 10, 10, 0.8);
  animation-duration: 300ms;
  animation-direction: normal;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
  animation-name: showpreview_wrapper_show;
  animation-iteration-count: 1;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px); }

@keyframes showpreview_wrapper_show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* line 267, /Volumes/Docs HD/Work/Projects/tilda/git/style/style.scss */
a[close] {
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer; }

/* line 274, /Volumes/Docs HD/Work/Projects/tilda/git/style/style.scss */
.tilda_projects_item_preview_info {
  animation-duration: 300ms;
  animation-direction: normal;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
  animation-name: showpreview_info_show;
  animation-iteration-count: 1; }

@keyframes showpreview_info_show {
  0% {
    transform: scale(0.9); }
  100% {
    transform: scale(1); } }

/* line 292, /Volumes/Docs HD/Work/Projects/tilda/git/style/style.scss */
.tilda_projects_item_preview_info h3 {
  display: block;
  padding: 1rem 3rem;
  margin: 1rem auto 5px;
  width: 10rem;
  z-index: 100;
  position: relative;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border-bottom: 1px solid #333; }

/* line 305, /Volumes/Docs HD/Work/Projects/tilda/git/style/style.scss */
.tilda_projects_item_preview_info img {
  max-width: 80%;
  max-height: 80%;
  z-index: 50;
  position: relative; }

/* line 312, /Volumes/Docs HD/Work/Projects/tilda/git/style/style.scss */
.tilda_projects_item:hover {
  background-color: HSLA(0, 0%, 0%, 0.1); }

/* line 316, /Volumes/Docs HD/Work/Projects/tilda/git/style/style.scss */
.tilda_projects_item_title {
  font-weight: 700;
  margin-bottom: 2rem;
  margin-top: 2rem;
  font-size: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333; }

/* line 327, /Volumes/Docs HD/Work/Projects/tilda/git/style/style.scss */
.tilda_projects_item_logo {
  margin-bottom: 1rem;
  min-height: 5rem;
  cursor: pointer; }

/* line 333, /Volumes/Docs HD/Work/Projects/tilda/git/style/style.scss */
.tilda_projects_item_logo img {
  display: block;
  height: 8rem;
  margin: 0 auto; }

/* line 339, /Volumes/Docs HD/Work/Projects/tilda/git/style/style.scss */
.tilda_projects_item_desc {
  text-align: justify; }

/* line 343, /Volumes/Docs HD/Work/Projects/tilda/git/style/style.scss */
.tilda_team_list {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 2rem;
  align-self: center; }

/* line 351, /Volumes/Docs HD/Work/Projects/tilda/git/style/style.scss */
.tilda_team_member {
  position: relative;
  margin: 2rem 1rem;
  min-height: 10rem;
  flex-basis: 35rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  text-align: left;
  flex-shrink: 1;
  flex-grow: 1;
  max-width: 50rem; }

/* line 368, /Volumes/Docs HD/Work/Projects/tilda/git/style/style.scss */
.tilda_team_member_photo {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  overflow: hidden;
  background-color: rgba(10, 10, 10, 0.5);
  flex: none;
  margin-right: 2rem;
  background-image: url("img/team/base.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 2rem;
  position: relative; }

/* line 384, /Volumes/Docs HD/Work/Projects/tilda/git/style/style.scss */
.tilda_team_member_photo:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #a5a5a5;
  box-shadow: inset 0 0 0 0.2rem currentcolor;
  display: block;
  flex: none;
  content: '';
  border-radius: 50%; }

/* line 398, /Volumes/Docs HD/Work/Projects/tilda/git/style/style.scss */
.tilda_team_member_info {
  flex: 1 0 17rem; }

/* line 402, /Volumes/Docs HD/Work/Projects/tilda/git/style/style.scss */
.tilda_team_member_photo img {
  width: inherit;
  height: inherit;
  object-fit: cover; }

/* line 408, /Volumes/Docs HD/Work/Projects/tilda/git/style/style.scss */
.tilda_team_member_name {
  font-size: 1.6rem;
  text-transform: uppercase;
  white-space: nowrap; }

/* line 414, /Volumes/Docs HD/Work/Projects/tilda/git/style/style.scss */
.tilda_team_member_job {
  font-size: 0.9rem;
  text-transform: uppercase; }

/* line 419, /Volumes/Docs HD/Work/Projects/tilda/git/style/style.scss */
.tilda_team_member_desc {
  font-size: 0.9rem;
  margin-top: 1rem;
  word-break: normal;
  color: #a5a5a5; }

/* line 426, /Volumes/Docs HD/Work/Projects/tilda/git/style/style.scss */
.tilda_team_member:hover .tilda_team_member_desc {
  color: #fefefe; }

/* line 430, /Volumes/Docs HD/Work/Projects/tilda/git/style/style.scss */
.tilda_team_member:hover .tilda_team_member_photo:after {
  color: #fefefe; }

/* line 434, /Volumes/Docs HD/Work/Projects/tilda/git/style/style.scss */
.social_links {
  display: flex;
  flex-direction: row;
  justify-content: center; }
  /* line 438, /Volumes/Docs HD/Work/Projects/tilda/git/style/style.scss */
  .social_links a {
    display: block;
    margin: 0.5rem;
    padding: 0.5rem; }
  /* line 443, /Volumes/Docs HD/Work/Projects/tilda/git/style/style.scss */
  .social_links img {
    display: block;
    width: 2rem;
    height: 2rem;
    object-fit: contain;
    fill: #fff; }

@media screen and (min-width: 2100px) {
  /* line 453, /Volumes/Docs HD/Work/Projects/tilda/git/style/style.scss */
  .tilda_team_list {
    flex-wrap: nowrap; }
  /* line 456, /Volumes/Docs HD/Work/Projects/tilda/git/style/style.scss */
  .tilda_team_member {
    flex-basis: 10rem;
    flex-grow: 1;
    margin: 2rem 1rem; }
  /* line 461, /Volumes/Docs HD/Work/Projects/tilda/git/style/style.scss */
  .tilda_team_member_info {
    flex-basis: 10rem; } }

@media screen and (min-width: 1801px) {
  /* line 467, /Volumes/Docs HD/Work/Projects/tilda/git/style/style.scss */
  body,
  html {
    font-size: 14px !important; } }

@media screen and (max-width: 1800px) {
  /* line 474, /Volumes/Docs HD/Work/Projects/tilda/git/style/style.scss */
  body,
  html {
    font-size: 13.5px !important; } }

@media screen and (max-width: 1500px) {
  /* line 481, /Volumes/Docs HD/Work/Projects/tilda/git/style/style.scss */
  body,
  html {
    font-size: 13px !important; } }

@media screen and (max-width: 1300px) {
  /* line 488, /Volumes/Docs HD/Work/Projects/tilda/git/style/style.scss */
  body,
  html {
    font-size: 12.5px !important; }
  /* line 492, /Volumes/Docs HD/Work/Projects/tilda/git/style/style.scss */
  .tilda_team_member {
    flex-basis: 25rem; } }

@media screen and (max-width: 1100px) {
  /* line 498, /Volumes/Docs HD/Work/Projects/tilda/git/style/style.scss */
  body,
  html {
    font-size: 12px !important; } }

@media screen and (max-width: 700px) {
  /* line 505, /Volumes/Docs HD/Work/Projects/tilda/git/style/style.scss */
  .tilda_team_member {
    flex-basis: auto; }
  /* line 508, /Volumes/Docs HD/Work/Projects/tilda/git/style/style.scss */
  .tilda_team_member_photo {
    width: 7rem;
    height: 7rem; }
  /* line 512, /Volumes/Docs HD/Work/Projects/tilda/git/style/style.scss */
  .tilda_projects_item {
    max-width: none;
    flex-basis: auto; } }

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