/*!******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/archive-project.scss ***!
  \******************************************************************************************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  position: relative;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  -moz-osx-font-smoothing: grayscale; /*(For Firefox)*/
  -webkit-font-smoothing: antialiased; /*(For Chrome and Safari)*/
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
blockquote {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  display: block;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*
  Custom Fonts
 */
@font-face {
  font-family: "Avenir";
  src: url(../fonts/Avenir-Light.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir";
  src: url(../fonts/Avenir-Book.woff2) format("woff2");
  font-weight: 350;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir";
  src: url(../fonts/Avenir-Roman.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir";
  src: url(../fonts/Avenir-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir";
  src: url(../fonts/Avenir-Heavy.woff2) format("woff2");
  font-weight: 750;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir";
  src: url(../fonts/Avenir-Black.woff2) format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font: 800 18px/1.3 "Avenir", sans-serif;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  background: #F51922;
  outline: 0;
  border: 0;
  padding: 20px 40px;
  cursor: pointer;
}
.btn--small {
  font-size: 14px;
  padding: 10px 20px;
}
.btn--tab {
  font-size: 14px;
  padding: 6px 20px 4px;
  border: 1px solid #FFFFFF;
  background: transparent;
}
.btn--tab.active {
  background: #FFFFFF;
  color: #00040B;
}

.container {
  width: 100%;
  max-width: 1800px;
  padding: 0 15px 0 30px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .container {
    padding: 0 30px 0 200px;
  }
}
@media (min-width: 1280px) {
  .container {
    padding: 0 30px 0 360px;
  }
}
.h1 {
  font: 900 50px/1.1 "Avenir", sans-serif;
}

@media (min-width: 1280px) {
  .h1 {
    font-size: 90px;
  }
}
.header .container {
  position: fixed;
  top: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  z-index: 995;
}
.header__container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
}
.header__logo {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  z-index: 996;
}
.header__logo-img {
  width: 100px;
}
.header__logo-label {
  font: 400 12px/1 "Avenir", sans-serif;
  color: #FFFFFF;
  letter-spacing: 2.56px;
  text-transform: uppercase;
  padding-left: 12px;
  border-left: 1px solid #FFFFFF;
}
.header__menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  background: #00040B;
  transition: transform 300ms ease-in-out;
  transform: translateY(-100%);
  padding-top: 120px;
  z-index: 995;
}
.header__menu-content {
  padding: 0 15px 0 30px;
}
.header .menu {
  list-style: none;
  padding: 0;
}
.header .menu-item a,
.header .menu-item button {
  display: inline-block;
  font: 800 30px/1.1 "Avenir", sans-serif;
  color: #FFFFFF;
  text-decoration: none;
  padding: 8px 0;
  outline: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.header .menu-item--cta {
  background: transparent;
  outline: 0;
  border: 0;
  padding: 8px 0;
}
.header .menu .current-menu-item a {
  color: #F51922;
}
.header__langs {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 20px;
}
.header__lang {
  font: 800 20px/1.1 "Avenir", sans-serif;
  color: #FFFFFF;
  text-decoration: none;
  opacity: 0.5;
}
.header__lang.current {
  opacity: 1;
}
.header__socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 0 15px 0 30px;
}
.header__social-icon {
  width: 45px;
  height: auto;
}
.header__socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 0 15px 0 35px;
}
.header__social-icon {
  width: 45px;
  height: auto;
}
.header__sponsors {
  position: relative;
  padding: 15px 15px 30px 30px;
}
.header__sponsors-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.header__sponsors-label {
  font: 400 12px/1.3 "Avenir", sans-serif;
}
.header__sponsors-list {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}
.header__sponsors-main-img, .header__sponsors-secondary-img {
  height: 32px;
}
.header__sponsors-secondary {
  border-top: 1px solid #FFFFFF;
  padding-top: 20px;
  margin-top: 20px;
}
.header__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header__hamburger {
  position: relative;
  z-index: 996;
}
.header__hamburger-line {
  display: block;
  width: 30px;
  height: 2px;
  background: #FFFFFF;
  margin: 5px 0;
}
.header.active .header__menu {
  transform: translateY(0);
}
.header__contact {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: space-between;
  background: #FFFFFF;
  padding-top: 20px;
  transition: transform 300ms ease-in-out;
  transform: translateY(-100%);
  z-index: 999;
}
.header__contact-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 15px 0 30px;
  margin-bottom: 10px;
}
.header__contact-title {
  font-size: 36px;
  color: #00040B;
}
.header__contact-close {
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
}
.header__contact-close svg {
  display: block;
  width: 26px;
  height: auto;
}
.header__contact-form {
  width: 100%;
  padding: 0 15px 0 30px;
}
.header__contact-sponsors {
  position: relative;
  width: 100%;
  padding: 15px 15px 30px 30px;
}
.header__contact-sponsors-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.header__contact-sponsors-label {
  font: 400 12px/1.3 "Avenir", sans-serif;
}
.header__contact-sponsors-list {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 30px;
}
.header__contact-sponsors-secondary {
  border-top: 1px solid #FFFFFF;
  padding-top: 20px;
  margin-top: 20px;
}
.header__contact.active {
  transform: translateY(0);
}

.graphics {
  position: fixed;
  pointer-events: none;
  z-index: 997;
}
.graphics__container {
  position: relative;
}
.graphics-horizontal, .graphics-vertical, .graphics-dot {
  position: absolute;
  z-index: 99;
}
.graphics-horizontal {
  width: 100vw;
  height: 1px;
  top: 80px;
  background: #FFFFFF;
}
.graphics-vertical {
  left: -15px;
  width: 1px;
  height: 100svh;
  background: #FFFFFF;
}
.graphics-dot {
  bottom: 0;
  top: 80px;
  width: 10px;
  height: 10px;
  background: #F51922;
  transform: translate(-19px, -50%);
}

.wpcf7-form {
  position: relative;
}
.wpcf7-form p {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.wpcf7-form label {
  font: 400 18px/1.3 "Avenir", sans-serif;
  color: #00040B;
}
.wpcf7-form-control-wrap[data-name=email] {
  grid-column: span 2;
}
.wpcf7-form .drop-multi-heading {
  position: relative;
}
.wpcf7-form .drop-multi-heading,
.wpcf7-form .drop-multi {
  grid-column: span 2;
}
.wpcf7-form .drop-multi-heading-disclaimer,
.wpcf7-form .drop-multi-disclaimer {
  display: inline-block;
  font: 400 12px/1.3 "Avenir", sans-serif;
  color: #00040B;
}
.wpcf7-form-control[type=text], .wpcf7-form-control[type=email],
.wpcf7-form select {
  width: 100%;
  font: 400 18px/1.3 "Avenir", sans-serif;
  color: #00040B;
  border: 0;
  border-bottom: 1px solid #00040B;
  border-radius: 0;
  background: transparent;
  padding: 6px 0;
}
.wpcf7-form-control[type=text]::-moz-placeholder, .wpcf7-form-control[type=email]::-moz-placeholder, .wpcf7-form select::-moz-placeholder {
  color: #00040B;
}
.wpcf7-form-control[type=text]::placeholder, .wpcf7-form-control[type=email]::placeholder,
.wpcf7-form select::placeholder {
  color: #00040B;
}
.wpcf7-form-control[type=text]:active, .wpcf7-form-control[type=text]:focus, .wpcf7-form-control[type=text]:hover, .wpcf7-form-control[type=email]:active, .wpcf7-form-control[type=email]:focus, .wpcf7-form-control[type=email]:hover,
.wpcf7-form select:active,
.wpcf7-form select:focus,
.wpcf7-form select:hover {
  outline: 0;
}
.wpcf7-form-control[type=submit] {
  grid-column: span 2;
  margin: 30px auto 0;
}
.wpcf7-form .drop-multi {
  position: relative;
  display: block;
  width: 100%;
}
.wpcf7-form .drop-multi-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #00040B;
  padding: 8px 0;
}
.wpcf7-form .drop-multi-heading.active svg {
  transform: rotate(180deg);
}
.wpcf7-form .drop-multi-icon {
  display: block;
  width: 30px;
  height: auto;
  padding: 5px;
}
.wpcf7-form .drop-multi .wpcf7-form-control-wrap {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 200px;
  background: #FFFFFF;
  padding: 5px;
  overflow-y: auto;
  z-index: 9999;
}
.wpcf7-form .drop-multi .wpcf7-form-control-wrap.active {
  display: block;
}
.wpcf7-form .drop-multi .wpcf7-checkbox {
  display: grid;
  gap: 2px;
}
.wpcf7-form .drop-multi .wpcf7-list-item {
  margin: 0 !important;
}
.wpcf7-form .drop-multi .wpcf7-list-item label {
  cursor: pointer;
}
.wpcf7-form.invalid .wpcf7-response-output {
  color: #F51922;
}
.wpcf7-form.sent .wpcf7-response-output {
  color: #689700;
}
.wpcf7-spinner {
  display: none !important;
}
.wpcf7-not-valid-tip {
  position: absolute;
  right: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  font-size: 14px !important;
  font-family: "Avenir", sans-serif;
  text-align: right;
  z-index: 2;
}
.wpcf7-response-output {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  transform: translateY(100%);
  font-family: "Avenir", sans-serif;
  font-size: 14px !important;
  text-align: center;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  z-index: 2;
}

@media (min-width: 768px) {
  .graphics {
    position: relative;
  }
  .header__logo {
    left: -30px;
    transform: translateX(-100%);
  }
  .header__logo-img {
    width: 120px;
  }
  .header__actions {
    display: none;
  }
  .header__menu {
    position: absolute;
    transform: translate(0);
    background: transparent;
    width: 180px;
    justify-content: center;
    gap: 20px;
    left: -200px;
  }
  .header .menu {
    height: 100%;
  }
  .header__menu-content {
    flex: 0 0 50%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
    align-items: flex-end;
    text-align: right;
  }
  .header__socials {
    flex: 0 0 50%;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-end;
  }
  .header__sponsors {
    display: none;
  }
  .header__contact {
    max-width: 800px;
    max-height: 950px;
    left: 50%;
    transform: translate(-50%, -100%);
    border-radius: 0 0 30px 30px;
    overflow: hidden;
  }
  .header__contact.active {
    transform: translate(-50%, 0);
  }
  .wpcf7-form .drop-multi-heading {
    border: 0;
    padding-bottom: 0;
  }
  .wpcf7-form .drop-multi-heading svg {
    display: none;
  }
  .wpcf7-form .drop-multi-disclaimer {
    margin-bottom: 10px;
  }
  .wpcf7-form .drop-multi .wpcf7-form-control-wrap {
    position: relative;
    display: block;
    padding: 0;
    max-height: initial;
  }
  .wpcf7-form .drop-multi .wpcf7-checkbox {
    display: grid;
    gap: 10px;
  }
  .header__contact--standard .wpcf7-form .drop-multi .wpcf7-checkbox {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1280px) {
  .graphics-vertical, .graphics-dot {
    left: -70px;
  }
  .graphics-dot {
    width: 20px;
    height: 20px;
    transform: translate(-11px, -10px);
  }
  .header__logo {
    left: -100px;
  }
  .header__logo-img {
    width: 240px;
  }
  .header__menu {
    left: -330px;
    width: 250px;
  }
}
@media (min-width: 1280px) {
  .header__logo-img {
    width: 240px;
  }
  .header__actions {
    display: none;
  }
  .header__menu {
    transform: translate(0);
    background: transparent;
    width: 300px;
    justify-content: center;
    padding-right: 60px;
  }
  .header .menu {
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .header .menu-menu-container {
    flex: 0 0 50%;
  }
  .header__socials {
    flex: 0 0 50%;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-end;
  }
  .header__sponsors {
    display: none;
  }
  .header__contact {
    padding-top: 50px;
  }
}
html {
  color: #FFFFFF;
  margin: 0 !important;
}

#wpadminbar {
  display: none !important;
}

.projects {
  height: 100svh;
}
.projects .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.projects .container, .projects__container {
  height: 100%;
}
.projects__container {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  gap: 40px;
  padding: 120px 0 0;
}
.projects__list {
  flex: 1;
  display: grid;
  gap: 20px;
  overflow: auto;
  padding: 0 10px 60px 0;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.projects__list::-webkit-scrollbar {
  width: 4px;
}
.projects__list::-webkit-scrollbar-track {
  background: #333435;
}
.projects__list::-webkit-scrollbar-thumb {
  background: #FFFFFF;
}
.projects__list::-webkit-scrollbar-thumb:hover {
  background: #FFFFFF;
}

@media (min-width: 1280px) {
  .graphics-horizontal, .graphics-dot {
    top: 120px;
  }
  .projects .container {
    padding-left: 330px;
  }
  .projects__container {
    padding: 10px 0 0;
    gap: 40px;
  }
  .projects__list {
    grid-template-columns: 1fr 1fr;
  }
}
/*!******************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./components/card-project/card-project.scss ***!
  \******************************************************************************************************************************************************************************/
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.card-project {
  box-sizing: border-box;
  display: block;
  background: rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  -webkit-backdrop-filter: blur(18px);
          backdrop-filter: blur(18px);
  padding: 12px 10px;
}
.card-project__header {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.card-project__logo {
  height: auto;
  width: auto;
  max-height: 60px;
}
.card-project__thumbnail {
  width: 64px;
  height: 64px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}
.card-project__text {
  display: grid;
  gap: 8px;
}
.card-project__text::before {
  content: "";
  display: block;
  width: 30%;
  height: 1px;
  background: #FFFFFF;
}
.card-project__title {
  font: 800 15px/1.5 "Avenir", sans-serif;
  text-transform: uppercase;
}
.card-project__excerpt {
  font: 400 14px/1.3 "Avenir", sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-project__action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  font: 400 15px/1.5 "Avenir", sans-serif;
  text-decoration: none;
  color: #FFFFFF;
  margin-top: 24px;
}
.card-project__arrow {
  display: block;
  width: 32px;
  height: auto;
}

@media (min-width: 1280px) {
  .card-project {
    padding: 50px 60px 30px;
  }
  .card-project__thumbnail {
    width: 120px;
    height: 120px;
  }
  .card-project__title {
    font-size: 24px;
  }
  .card-project__excerpt {
    font-size: 18px;
    -webkit-line-clamp: 5;
  }
  .card-project__action {
    font-size: 24px;
  }
}
