/*
Website Portfolio
Author: Inna Drozd
*/ 

@charset 'utf-8';

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
  padding-block: 0px;
  padding-inline: 0px;
  box-sizing: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	scroll-behavior: smooth;
}

ul {
  padding-inline-start: 24px;
}

ul.idea {
  list-style-type: "\1F4A1  ";
  font-size:  24px;
}

li {
    margin-bottom: 16px;
}

li:last-child {
    margin-bottom: 0px;
}

body {
	line-height: 1;
  font-family: 'Inter';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  color: var(--Black);
  background-color: var(--Grey-1) ;
  overflow-x: hidden;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* unvisited link */
a {
  text-decoration: underline;
  color: var(--Black);
  transition: 0.3s ease;
}

/* visited link */
a:visited {
  color: var(--Blue-3);
}

/* mouse over link */
a:hover {
  color: var(--Blue-2);
}

/* selected link */
a:active {
  color: var(--Blue-3);
}

/* unvisited link */
a.single-case:link {
  text-decoration: none;
  width: -webkit-fill-available;
  color: var(--Black);
  transition: 0.3s ease;
}

/* visited link */
a.single-case:visited {
  color: var(--Black);
}

/* mouse over link */
a.single-case:hover {
  color: var(--Blue-2);
}

/* selected link */
a.single-case:active {
  color: var(--Blue-3);
}

a.large:link {
  width: fit-content;
  transition: 0.3s ease;
  text-decoration: none;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  color: var(--Blue-1);
}


/* mouse over link */
a.large:hover {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  color: var(--Blue-2);
}

/* selected link */
a.large:active {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  color: var(--Blue-3);
}

:root {
  --White: #FFF;
  --Black: #10162F;
  --Green: #24B36B;
  --Red: #F0592A;
  --Cool-Breeze: linear-gradient(90deg, #D1D3F2 0%, #C8EEE6 100%);
  --Lilac-Sky: linear-gradient(90deg, #C5E3F7 0%, #E7DDF7 100%);
  --Peach-Mist: linear-gradient(90deg, #C8E6E0 0%, #FFECD3 100%);
  --Sunset-Cloud: linear-gradient(90deg, #FFE5C2 0%, #D1D3F2 100%);
  --Dusty-Lavender: linear-gradient(90deg, #C2CAE6 0%, #E6E2F0 100%);
  --Blush-Veil: linear-gradient(90deg, #FDECF3 0%, #E4E6F5 100%);
  --Grey-1: #F2F3F5;
  --Grey-2: #858D9B;
  --Blue-1: #3A10E5;
  --Blue-2: #360FD5;
  --Blue-3: #320EC4;
}

h1 {
font-size: 36px;
font-style: normal;
font-weight: 600;
line-height: 44px;
color: var(--Black);
}

h2 {
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 38px;
color: var(--Black);
}

h3 {
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 34px;
color: var(--Black);
}

h4 {
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 34px;
color: var(--Black);
}

h5 {
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 28px;
color: var(--Black);
}

.main-text {
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px;
color: var(--Black);
}

.main-text--bold  {
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 22px;
color: var(--Black);
}

.caption  {
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px;
color: var(--Black);
}

.title-small  {
font-size: 12px;
font-style: normal;
text-transform: uppercase;
font-weight: 500;
line-height: 20px;
color: var(--Grey-2);
}

.footnote-text  {
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 20px;
color: var(--Grey-2);
}

#wrapper {
  display: flex;
  padding: 0px 60px;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
}

@media screen and (max-width: 767px) {
  #wrapper {
    padding: 0px 16px;
  }
}

#header {
  display: flex;
  max-width: 1160px;
  width: 100%;
  padding: 19px 0px;
  flex-direction: column;
}

.button--primary {
  padding: 6px 16px;
  border-radius: 8px;
  background-color: var(--Blue-1);
  transition: 0.3s ease;
  text-decoration: none;
  color: var(--White);
  display: flex;
  gap: 12px;
  align-items: center;
  width: fit-content;
  justify-content: center;
  cursor:pointer;
  position:relative;
  overflow:hidden;
}

.button--primary:hover {
  background-color: var(--Blue-2);
  color: var(--White);
  text-decoration: none;
}

.button--primary:active {
  background-color: var(--Blue-3);
  color: var(--White);
  text-decoration: none;
}

.button--secondary {
  padding: 6px 16px;
  border-radius: 8px;
  transition: 0.3s ease;
  text-decoration: none;
  box-shadow: inset 0 0 0 1px var(--Grey-2);
  display: flex;
  gap: 12px;
  align-items: center;
  width: fit-content;
  justify-content: center;
  cursor:pointer;
  position:relative;
  overflow:hidden;
  box-sizing: border-box;
}

.button--secondary:hover {
  box-shadow: inset 0 0 0 1px var(--Blue-2);
  color: var(--Blue-2);
  text-decoration: none;
}

.button--secondary:active {
  box-shadow: inset 0 0 0 1px var(--Blue-3);
  color: var(--Blue-3);
  text-decoration: none;
}

.btns {
  display: flex;
  flex-direction: row;
  gap: 16px;
}

#container {
  display: flex;
  max-width: 1160px;
  width: 100%;
  padding: 60px 0px;
  flex-direction: column;
  align-items: flex-start;;
  gap: 100px;
}

@media screen and (max-width: 767px) {
  #container {
    padding: 32px 0px;
    gap: 60px;
  }
}

#about {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
  flex-direction: column;
}

.profile-photo {
  width: 80px;
  height: 80px;
}

#bio {
  display: flex;
  align-items: flex-start;
  gap: 80px;
  align-self: stretch;
}

@media screen and (max-width: 767px) {
  #bio {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
  }
}

.about-column {
  width: -webkit-fill-available;
  display: flex;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  flex-direction: column;
}

#cases {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 60px;
  align-self: stretch;
}

@media screen and (max-width: 767px) {
  #cases {
    gap: 48px;
  }
}

#cases .case {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}

#cases .case .picture-bg {
  border-radius: 16px;
  display: flex;
  height: 60vh;
  max-height: 500px;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  align-self: stretch;
  flex-wrap: wrap;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #cases .case .picture-bg {
    display: block;
    height: 460px;
  }
}

#cases .case .picture-bg .thumb {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  gap: 32px;
  flex: 1 0 0;
  align-self: stretch;
  flex-wrap: wrap;
  margin-top: 60px;
  transition: 0.5s ease;
}

#cases .case .picture-bg .thumb:hover {
  transition: 0.3s ease;
  cursor: pointer;
  margin-top: 50px;
  gap: 24px 32px;
  transition: 0.5s ease;
}

@media screen and (max-width: 480px) {
  #cases .case .picture-bg .thumb {
    justify-content: normal;
    clip-path: border-box;
    margin: 32px 0px 0px 32px;;
    clip-path: border-box;
    width: -webkit-fill-available;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  #cases .case .picture-bg .thumb {
    justify-content: center;
  }
}

@media (min-width: 769px) and (max-width: 1279px) {
  #cases .case .picture-bg .thumb {
    max-width: 80%;;
  }
}

#cases .case .picture-bg .thumb .layout-customization-img {
  aspect-ratio: auto;
  border-radius: 8px;
  box-shadow: 0px 0px 12px 0px rgba(16, 22, 47, 0.08);
  width: 420px;
}

#cases .case .picture-bg .thumb .settlement-accounts-img {
  aspect-ratio: auto;
  border-radius: 8px;
  box-shadow: 0px 0px 12px 0px rgba(16, 22, 47, 0.08);
  width: 400px;
}

#cases .case .picture-bg .thumb .live-bid-dashboard-img {
  aspect-ratio: auto;
  border-radius: 8px;
  box-shadow: 0px 0px 12px 0px rgba(16, 22, 47, 0.08);
  width: 440px;
}

#cases .case .picture-bg .thumb .election-notice-img {
  aspect-ratio: auto;
  border-radius: 8px;
  box-shadow: 0px 0px 12px 0px rgba(16, 22, 47, 0.08);
  width: 800px;
}

#cases .case .picture-bg .thumb .election-notice-img {
  aspect-ratio: auto;
  border-radius: 8px;
  box-shadow: 0px 0px 12px 0px rgba(16, 22, 47, 0.08);
  width: 800px;
}

#cases .case .picture-bg .thumb .due-diligence-img {
  aspect-ratio: auto;
  border-radius: 8px;
  box-shadow: 0px 0px 12px 0px rgba(16, 22, 47, 0.08);
  width: 420px;
  }

#cta-banner {
  display: flex;
  width: -webkit-fill-available;
  padding: 24px 32px;
  align-items: center;
  gap: 48px;
  justify-content: space-between;
  align-self: stretch;
  border-radius: 8px;
  box-shadow: 0px 0px 24px 0px rgba(16, 22, 47, 0.04);
  background: var(--Blush-Veil);
}

@media screen and (max-width: 767px) {
  #cta-banner {
    flex-direction: column;
    justify-content: center;
    gap: 16px;
}
}

#footer {
  display: flex;
  max-width: 1160px;
  width: 100%;
  padding: 40px 0px;
  justify-content: space-between;
  align-items: center;
}

#footer .links {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 80px;
}

@media screen and (max-width: 767px) {
  #footer {
    padding: 24px 0px;
    flex-direction: column;
    gap: 32px;
    align-items: center;
  }

  #footer .links {
    gap: 48px;;
  }
}

/* Case page styles */

#hero {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
  align-self: stretch;
}

#hero .previous-page {
  display: flex;
  align-items: center;
  gap: 8px;
  transition: 0.3s ease;
  color: var(--Black);
}

#hero .previous-page .icon {
  width: 24px;
  height: 24px;
}

#hero .previous-page:hover {
  margin-left: -8px;
  gap: 16px;
  transition: 0.3s ease;
  cursor: pointer;
  color: var(--Blue-1);
}

#hero .previous-page p {
  color: inherit;
  text-transform: none;
}

#hero .hero-picture {
  display: flex;
  height: 320px;
  padding: 48px 48px 0px 48px;
  justify-content: center;
  align-items: flex-start;
  gap: 48px;
  align-self: stretch;
  border-radius: 16px;
  border: 1px solid var(--Grey-1);
  overflow: hidden;
}

#hero .hero-picture .left {
  display: flex;
  padding-bottom: 48px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
}

#hero .hero-picture .left .description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}

#hero .hero-picture .hero-image-container {
  display: flex;
  width: 600px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  border-radius: 8px 8px 0 0;
}

#hero .hero-picture .hero-image {
  border-radius: 8px 8px 0 0;
  aspect-ratio: auto;
  box-shadow: 0px 0px 12px 0px rgba(16, 22, 47, 0.08);
  width: 100%;
}

@media screen and (max-width: 1023px) {
  #hero {
    gap: 32px;
  }

  #hero .hero-picture {
    padding: 32px;
    height: auto;
  }

  #hero .hero-picture .left {
    padding: 0px;
  }

  #hero .hero-picture .left .description {
    display: none;
  }

  #hero .hero-picture .hero-image-container {
    display: none;    
  }
}

.columns {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
}

@media screen and (max-width: 1023px) {
  .columns {
    flex-direction: column;
  }
}

.text-32 {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
}

.text-16 {
  display: flex;
  width: 100%;
  max-width: 900px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

.block-60 {
  display: flex;
  width: -webkit-fill-available;
  padding: 60px;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  align-self: stretch;
  border-radius: 16px;
  background: var(--Grey-1);
}

.block-60 .case-image {
  aspect-ratio: auto;
  width: 100%;
  border-radius: 8px;
  box-shadow: 0px 0px 12px 0px rgba(16, 22, 47, 0.08);
}

.block-60 .cards {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

.block-60 .footnote {
  display: flex;
  gap: 16px;
  align-self: stretch;
  flex-direction: column;
}

.block-60 .cards .card {
  display: flex;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex: 1 0 0;
  border-radius: 16px;
  background: var(--White);
  box-shadow: 0px 0px 24px 0px rgba(16, 22, 47, 0.04);
}

.block-60 .cards .card-new {
  width: -webkit-fill-available;
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
  border-radius: 16px;
  background: var(--White);
  box-shadow: 0px 0px 24px 0px rgba(16, 22, 47, 0.04);
}

.block-60 .cards .card-new .value {
  display: flex;
  width: -webkit-fill-available;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

@media screen and (max-width: 1023px) {
  .block-60 {
    padding: 16px;
    gap: 48px;
  }

  .block-60 .cards {
    flex-direction: column;
  }

  .block-60 .cards .card {
    width: -webkit-fill-available;
  }
}

.block-32 {
  display: flex;
  width: -webkit-fill-available;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
  border-radius: 16px;
  background: var(--Grey-1);
}

.block-32-problem {
  display: flex;
  width: -webkit-fill-available;
  padding: 32px 32px 0 32px;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  align-self: stretch;
  border-radius: 16px;
  overflow: hidden;
  background: var(--Grey-1);
}

.block-32-problem .problem-image {
  aspect-ratio: auto;
  max-width: 800px;
  width: -webkit-fill-available;
  border-radius: 8px 8px 0 0;
  box-shadow: 0px 0px 12px 0px rgba(16, 22, 47, 0.08);
}

@media screen and (max-width: 767px) {
  .block-32-problem {
    display: none;
  }
}

.block-32--blush {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 32px;
  align-self: stretch;
  border-radius: 16px;
  background: var(--Blush-Veil);
  align-items: center;
  padding: 60px 0 60px;
  justify-content: center;
}

.cases-links {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  align-self: stretch;
}

@media screen and (max-width: 1023px) {
  .cases-links {
    flex-direction: column;
    gap: 32px;
  }
}

.block-60 .grid {
 display: flex;
 width: -webkit-fill-available;
 align-items: flex-start;
 align-content: flex-start;
 gap: 32px;
 flex-wrap: wrap;
 justify-content: center;
}

.block-60 .grid .grid-image {
  aspect-ratio: auto;
  width: 100%;
  border-radius: 8px;
  box-shadow: 0px 0px 12px 0px rgba(16, 22, 47, 0.08);
  max-width: 236px;
  flex-shrink: 0;
}