@import url("https://fonts.googleapis.com/css2?family=Gabarito:wght@400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,700&display=swap");
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  overflow-wrap: break-word;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: none;
}

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

picture {
  display: block;
  line-height: 0;
}

.detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: 100% 1000px;
  background-image: url("../images/img/background-26c9f51d4be5884a80bb85b4a25ec86a.png");
  background-position: center top;
}
.detail--top-img {
  margin: 0 auto;
  height: 325px;
  justify-content: center;
  display: flex;
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.detail--top-img img {
  height: 100%;
  width: auto;
}
.detail--wrapper {
  padding-top: 64px;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1295px;
}
@media (max-width: 767px) {
  .detail--wrapper {
    padding-top: 32px;
    display: grid;
  }
}
.detail--wrapper h1 {
  font-family: Gabarito, sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .detail--wrapper h1 {
    font-size: 32px;
    line-height: 32px;
  }
}
.detail--wrapper .switch-container {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .detail--wrapper .switch-container {
    margin-left: auto;
    margin-right: auto;
  }
}
.detail--meta-info {
  display: flex;
  justify-content: flex-start;
  margin: 32px 0;
}
.detail--meta-info .share {
  margin-left: auto;
}
.detail--meta-info .article-card--author {
  text-transform: uppercase;
}
.detail--data {
  display: flex;
  padding: 5px 10px 5px 5px;
  align-items: center;
  font-size: 12px;
  font-weight: 300;
  color: #181924;
  font-family: Poppins, sans-serif;
  line-height: normal;
}
.detail--content {
  padding: 64px 16px 32px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  max-width: 1032px;
}
@media (max-width: 767px) {
  .detail--content {
    padding-top: 32px;
  }
}
.detail--content-perex {
  font-weight: bold;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-style: normal;
  line-height: 30px;
}
.detail--content a {
  color: initial;
}
.detail--content > p {
  padding-bottom: 20px;
}
.detail--content > p:last-child {
  padding-bottom: 0;
}
.detail--content h1, .detail--content h2, .detail--content h3, .detail--content h4, .detail--content h5, .detail--content h6 {
  padding-bottom: 20px;
}
.detail--content strong {
  font-weight: bold;
}
.detail--content ul {
  list-style-type: disc;
  margin-left: 25px;
  padding-bottom: 20px;
}
.detail--content ol {
  list-style-type: decimal;
  margin-left: 25px;
  padding-bottom: 20px;
}
.detail--tags {
  display: flex;
  gap: 8px;
  width: 100%;
  flex-wrap: wrap;
  margin: 16px 0;
}
.detail--bottom {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0 0 60px;
}
.detail--footer .carrier,
.detail--footer .carrier--background {
  background: none;
}
.detail--footer .carrier--head p,
.detail--footer .job-post--description p,
.detail--footer .job-post--tags,
.detail--footer .job-post--desc {
  display: none;
}
.detail--footer .carrier--head {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  max-width: 1230px;
}
.detail--footer .carrier--cards {
  max-width: 1230px;
  width: 100%;
}
.detail--footer .job-post {
  flex-direction: row;
  width: 100%;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .detail--footer .job-post {
    flex-direction: column;
  }
  .detail--footer .job-post .job-post--bottom .button {
    width: 100%;
  }
}
.detail--footer .job-post--description {
  width: 100%;
}
.detail--footer .job-post--description h5 {
  margin-bottom: 0;
}
.detail--footer .job-post--description a {
  width: 100%;
}
.detail--footer .job-post--bottom {
  width: 280px;
}
@media (max-width: 767px) {
  .detail--footer .job-post--bottom {
    width: 100%;
  }
}
.detail--footer .articles {
  margin-top: 0;
}
.detail--footer .articles .articles-wrapper {
  justify-content: center;
}
@media screen and (max-width: 1249px) {
  .detail--footer .articles .articles-wrapper {
    max-width: 840px;
  }
}
@media screen and (max-width: 760px) {
  .detail--footer .articles .articles-wrapper {
    max-width: 320px;
  }
}
.detail--footer .articles .article-card.short {
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 10px;
}
.detail--footer .articles .article-card.short .article-card--button,
.detail--footer .articles .article-card.short .article-card--text {
  display: none;
}
.detail--footer .articles .article-card.short .article-card--image {
  height: 200px;
  width: auto;
}
.detail--footer .articles .article-card.short .article-card--title {
  font-size: 20px;
  letter-spacing: normal;
  font-weight: 600;
  line-height: 24px;
}
.detail--footer-articles-title {
  max-width: 1230px;
  width: 100%;
  margin: auto;
}
.detail--footer-articles-title h2 {
  padding-bottom: 60px;
}

.about-head {
  height: 425px;
  width: 100%;
  padding-top: 64px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/img/background-26c9f51d4be5884a80bb85b4a25ec86a.png");
  background-position: center bottom;
  position: relative;
}
@media screen and (max-width: 620px) {
  .about-head {
    height: 360px;
    padding-top: 32px;
  }
}
.about-head h2 {
  text-align: center;
  padding-bottom: 20px;
}
@media screen and (max-width: 620px) {
  .about-head h2 {
    text-align: left;
    width: 315px;
    margin: 0 auto;
  }
}
.about-head p {
  color: #222327;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 594px;
  margin: 0 auto;
  padding-bottom: 40px;
  background-image: url("../images/svg/arrow-down-2f3f4121c901e940f78f2a099db146ba.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 24px;
}
@media screen and (max-width: 620px) {
  .about-head p {
    text-align: left;
    width: 315px;
    margin: 0 auto;
  }
}
.about-head .switch-wrapper {
  margin: auto;
  width: 930px;
}

.about-list {
  display: flex;
  width: 1086px;
  margin: 50px auto 100px;
  gap: 80px;
}
@media screen and (max-width: 1110px) {
  .about-list {
    width: 830px;
    gap: 30px;
  }
}
@media screen and (max-width: 850px) {
  .about-list {
    width: 100%;
    flex-direction: column;
    margin: 0 auto;
    gap: 0;
  }
}
.about-list--image .planet {
  width: 480px;
  height: 480px;
  background-image: url("../images/img/planet-5424f8dc42f9fe7384f07294007dfd5a.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: transform 0.2s ease-out, opacity 2s ease-out;
}
@media screen and (max-width: 1110px) {
  .about-list--image .planet {
    width: 380px;
    height: 380px;
  }
}
@media screen and (max-width: 850px) {
  .about-list--image .planet {
    width: 100%;
    height: 380px;
    background-size: 470px;
  }
}
.about-list--image .planet.disappear {
  opacity: 0;
}
.about-list--description {
  max-width: 560px;
}
@media screen and (max-width: 1110px) {
  .about-list--description {
    width: 400px;
  }
}
@media screen and (max-width: 850px) {
  .about-list--description {
    width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
.about-list--description .button {
  margin-top: 30px;
  width: 240px;
}

.list-item {
  display: flex;
  align-items: center;
  gap: 35px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1110px) {
  .list-item {
    padding-bottom: 10px;
    gap: 20px;
  }
}
@media screen and (max-width: 850px) {
  .list-item {
    padding-bottom: 20px;
  }
}
.list-item--number {
  display: flex;
  align-items: center;
  color: #222327;
  font-family: Gabarito, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  width: 25px;
}
.list-item--number span {
  color: #CFFF11;
  margin-left: -8px;
}
.list-item--desc h5 {
  color: #222327;
  font-family: Gabarito, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
}
.list-item--desc p {
  color: #222327;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

* {
  box-sizing: inherit;
}

body {
  box-sizing: border-box;
  background-color: #F7F7F7;
}

a {
  text-decoration: none;
}

h2 {
  color: #000;
  font-size: 92px;
  font-style: normal;
  line-height: 60px;
  font-family: Playfair Display, sans-serif;
  font-weight: 400;
  padding-bottom: 100px;
  letter-spacing: -8.4px;
}
@media screen and (max-width: 1220px) {
  h2 {
    padding-bottom: 30px;
    font-size: 80px;
    line-height: 80px;
  }
}
@media screen and (max-width: 620px) {
  h2 {
    padding-bottom: 10px;
    font-size: 50px;
    line-height: 50px;
    letter-spacing: -3px;
  }
}
h2 span {
  font-family: Gabarito, sans-serif;
  font-weight: 700;
}
h2 span span {
  color: #CFFF11;
}

#didomi-host h2 {
  letter-spacing: normal;
  padding-bottom: 0;
  line-height: normal;
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  margin: auto;
}

.button {
  display: flex;
  height: 40px;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  font-family: Gabarito, serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
.button--color-green {
  border: 1px solid black;
  background-color: #CFFF11;
  color: black;
}
.button--color-green:hover {
  background-color: #ECFFA0;
}
.button--color-white {
  border: 1px solid black;
  background-color: white;
  color: black;
}
.button--color-white:hover {
  background-color: #999999;
}
.button--arrow-right:after, .button--arrow-down:after {
  content: "";
  display: block;
  background-image: url("../images/svg/arrow-button-0f2f540707ed387629eeef95239ba122.svg");
  height: 16px;
  width: 16px;
}
.button--arrow-down:after {
  transform: rotate(90deg);
}
.button--arrow-transparent:after {
  display: block;
  content: "";
  background-image: url("../images/svg/arrow-button-0f2f540707ed387629eeef95239ba122.svg");
  height: 36px;
  width: 36px;
  background-size: 36px;
}
.button--arrow-circle {
  border-radius: 50%;
  height: 41px;
  width: 41px;
  padding: 0;
}
.button--arrow-circle:after {
  content: "";
  display: block;
  background-image: url("../images/svg/arrow-button-0f2f540707ed387629eeef95239ba122.svg");
  height: 20px;
  width: 20px;
  background-size: 20px;
}
.button--arrow-newsletter:after {
  content: "";
  display: block;
  background-image: url("../images/svg/newsletter-e5192d9ab00440249b0dbc362585e194.svg");
  background-repeat: no-repeat;
  height: 16px;
  width: 19px;
}

.content-button {
  margin-top: 50px;
  width: 1230px;
}
@media screen and (max-width: 1249px) {
  .content-button {
    max-width: 813px;
  }
}
@media screen and (max-width: 830px) {
  .content-button {
    max-width: 320px;
  }
}
.content-button button {
  z-index: 1;
  position: relative;
}

.carrier {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background: linear-gradient(180deg, #F7F7F7 0%, #F4E5E4 111%);
}
.carrier.active .carrier--cards {
  display: flex;
}
.carrier.active .carrier--head {
  display: block;
}
.carrier.hide .carrier--background {
  height: 500px;
}
.carrier.hide .carrier--cards {
  display: none;
}
.carrier.hide .carrier--head {
  display: none;
}
.carrier--background {
  width: 1008px;
  height: 1000px;
  position: absolute;
  border-radius: 300px;
  background: rgba(146, 188, 220, 0.7);
  filter: blur(155px);
  top: -150px;
  left: calc(50% - 640px);
  z-index: 0;
}
@media screen and (max-width: 770px) {
  .carrier--background {
    width: auto;
  }
}
.carrier--head {
  max-width: 1186px;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 1;
}
@media screen and (max-width: 1220px) {
  .carrier--head {
    max-width: 600px;
  }
}
@media screen and (max-width: 620px) {
  .carrier--head {
    max-width: none;
  }
}
.carrier--head h2 {
  padding-bottom: 60px;
}
.carrier--head p {
  color: #181924;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.35px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1220px) {
  .carrier--head p {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 620px) {
  .carrier--head p {
    font-size: 14px;
  }
}
.carrier--cards {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1190px;
  padding-bottom: 70px;
}
@media screen and (max-width: 1220px) {
  .carrier--cards {
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
  }
}

.tag {
  display: flex;
  padding: 7px 8px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #EDEFED;
  font-family: DM Sans, sans-serif;
}

.back {
  position: absolute;
  top: 60px;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 10;
}
@media screen and (max-width: 620px) {
  .back {
    top: 30px;
  }
}
.back--wrapper {
  max-width: 1220px;
  width: 100%;
}
.back-link {
  display: inline-block;
  width: 41px;
  height: 41px;
  margin-left: 16px;
  background-image: url("../images/svg/home-b8ab18d6cfd473dfebe73cdad7bb29b4.svg");
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s;
  border: 1px solid black;
  border-radius: 99px;
  background-color: black;
}
.back-link:hover {
  transform: scale(1.1);
}

.our-projects {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-top: 150px;
  margin-bottom: 150px;
}
.our-projects .our-projects-wrapper {
  max-width: 1186px;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 1;
}
@media screen and (max-width: 1220px) {
  .our-projects .our-projects-wrapper {
    max-width: 970px;
  }
}
@media screen and (max-width: 1000px) {
  .our-projects .our-projects-wrapper {
    max-width: 600px;
  }
}

.articles {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -500px;
  margin-bottom: 60px;
}
@media screen and (max-width: 830px) {
  .articles {
    margin-top: -620px;
  }
}
.articles .articles-wrapper {
  flex-wrap: wrap;
  display: flex;
  gap: 12px;
  width: 1230px;
  justify-content: left;
}
@media screen and (max-width: 1249px) {
  .articles .articles-wrapper {
    max-width: 813px;
  }
}
@media screen and (max-width: 830px) {
  .articles .articles-wrapper {
    max-width: 320px;
  }
}
.articles .article-group {
  display: flex;
  width: 672px;
  flex-wrap: wrap;
  gap: 30px;
  align-content: start;
}
@media (min-width: 1220px) and (max-width: 1430px) {
  .articles .article-group {
    gap: 20px;
    width: 560px;
  }
}
.articles .article-group:nth-child(3) {
  margin-top: -440px;
}
@media screen and (max-width: 1430px) {
  .articles .article-group:nth-child(3) {
    margin-top: -650px;
  }
}
@media screen and (max-width: 1219px) {
  .articles .article-group:nth-child(3) {
    margin-top: 0;
  }
}

.content-section {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.content-section.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 600px) {
  .content-section {
    transform: translateY(30px);
  }
}
.share {
  z-index: 1;
  display: block;
  font-family: Gabarito, sans-serif;
}
@media (max-width: 767px) {
  .share {
    padding-left: 16px;
  }
}
.share-link {
  font-weight: 700;
  font-size: 12px;
  padding: 8px 12px;
  border-radius: 100px;
  display: inline-block;
  cursor: pointer;
  font-family: Gabarito, sans-serif;
  transition: all 0.3s;
  line-height: normal;
  color: black;
}
.share-link.transparent {
  border: 1px solid black;
}
.share-link.transparent:hover {
  background-color: #f5f5f5;
  transform: scale(1.1);
}
.share-link.green {
  background-color: #CFFF11;
  border: 1px solid black;
  gap: 8px;
  padding: 12px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.share-link.green:after {
  content: "";
  display: block;
  background-image: url("../images/svg/arrow-button-0f2f540707ed387629eeef95239ba122.svg");
  height: 16px;
  width: 16px;
  transform: rotate(270deg);
}
.share-link.green:hover {
  background-color: #ECFFA0;
  transform: scale(1.1);
}

@media (max-width: 767px) {
  .detail--bottom .share {
    padding-left: 0;
  }
}

.share-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}
.share-modal-content {
  background: #fff;
  margin: 15% auto;
  padding: 24px;
  border-radius: 8px;
  width: 80%;
  max-width: 365px;
  text-align: center;
}
.share-modal-content .share-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.share-modal-content .share-top h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 140% */
  font-family: Gabarito, sans-serif;
}
.share-modal-content .share-top .close-modal {
  background: transparent;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
}
.share-modal-content .share-options {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.share-modal-content .share-options a {
  padding: 12px;
  text-decoration: none;
  border: 1px solid #F6F6F6;
  border-radius: 8px;
  transition: background-color 0.3s;
  display: flex;
  justify-content: center;
  text-align: center;
  flex: 1 1 calc(50% - 12px);
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.share-modal-content .share-options a:hover {
  background-color: #f5f5f5;
}
.share-modal-content .share-options a span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  font-family: Gabarito, sans-serif;
  line-height: 120%; /* 19.2px */
  color: #000000;
}
.share-modal-content .share-options a .copy-link-hidden {
  display: none;
}
.share-modal .success-animation {
  animation: success-bounce 0.5s ease-in-out;
}
@keyframes success-bounce {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

header {
  height: 825px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/img/background-26c9f51d4be5884a80bb85b4a25ec86a.png");
  background-position: center bottom;
}
@media screen and (max-width: 1000px) {
  header {
    background-position: center top;
  }
}
header .header-wrapper nav {
  padding-top: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
header .header-wrapper nav a {
  color: rgba(0, 0, 0, 0.4);
  text-align: center;
  font-family: Gabarito, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background: #CFFF11;
  padding: 10px 20px;
  cursor: pointer;
}
header .header-wrapper nav a:first-child {
  border-radius: 30px 0 0 30px;
  border-left: 1px solid #000;
}
header .header-wrapper nav a:last-child {
  border-radius: 0 30px 30px 0;
  border-right: 1px solid #000;
}
header .header-wrapper nav a.active {
  color: rgba(0, 0, 0, 0.6);
}
header .header-wrapper nav a:hover {
  color: black;
}
header .header-wrapper--name {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding-top: 100px;
  text-align: center;
  font-size: 111px;
  font-family: Playfair Display, sans-serif;
  color: #000;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -11px;
  position: relative;
}
@media screen and (max-width: 830px) {
  header .header-wrapper--name {
    font-size: 50px;
    letter-spacing: -2px;
    padding-top: 20px;
    width: 305px;
  }
}
header .header-wrapper--name span {
  font-family: Gabarito, sans-serif;
  font-weight: 700;
  position: relative;
}
header .header-wrapper--name span span {
  color: #CFFF11;
}
header .header-wrapper--name .by-cnc {
  color: #181924;
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 33.25px; /* 98.862% */
  letter-spacing: -1.05px;
  text-transform: lowercase;
  position: absolute;
  bottom: -7px;
  right: -7px;
}
@media screen and (max-width: 830px) {
  header .header-wrapper--name .by-cnc {
    bottom: -25px;
    right: 0;
  }
}
header .header-wrapper--name .by-cnc img {
  animation: rotate infinite 10s;
  width: 60px;
}
header .header-wrapper--name .slogan {
  color: #181924;
  font-family: Gabarito, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px; /* 112.5% */
  letter-spacing: -1px;
}
@media screen and (max-width: 830px) {
  header .header-wrapper--name .slogan {
    font-size: 18px;
  }
}
header .header-wrapper--name .slogan span {
  color: #CFFF11;
  font-size: 52px;
}
header .header-wrapper--name .button {
  letter-spacing: normal;
  width: 175px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 830px) {
  header .header-wrapper--name .button {
    display: none;
  }
}

@keyframes rotate {
  85% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(360deg);
  }
}
.switch-wrapper {
  width: 1230px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1249px) {
  .switch-wrapper {
    max-width: 813px;
  }
}
@media screen and (max-width: 830px) {
  .switch-wrapper {
    max-width: 320px;
  }
}

.switch-container {
  border-radius: 10px;
  border: 0.2px solid rgba(0, 0, 0, 0.15);
  background: rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: row;
  padding: 5px 20px;
  gap: 5px;
  margin-bottom: 30px;
  width: fit-content;
}
@media screen and (max-width: 830px) {
  .switch-container {
    width: 315px;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.switch {
  cursor: pointer;
  padding: 5px 9px;
  border-radius: 10px;
  transition: background-color 0.3s;
  color: #181924;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: -0.17px;
  opacity: 0.4;
}
@media screen and (max-width: 830px) {
  .switch {
    font-size: 14px;
  }
}
.switch a {
  color: inherit;
}

.switch.active {
  background-color: white;
  opacity: 1;
  font-weight: 600;
  color: #898e9a;
}

@media screen and (max-width: 830px) {
  .newsletter-link {
    position: absolute;
    top: -195px;
    right: 10px;
  }
  .newsletter-link a span {
    display: none;
  }
}

.content {
  display: none;
}

.content.active {
  display: block;
}

.article-card {
  display: flex;
  flex-direction: row;
}
.article-card--content {
  display: flex;
  flex-direction: column;
  gap: 5px;
  overflow: hidden;
}
.article-card--title {
  color: #181924;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -1px;
  margin: 0;
}
@media screen and (max-width: 830px) {
  .article-card--title {
    font-size: 20px;
    letter-spacing: normal;
    font-weight: 600;
    line-height: 24px;
  }
}
.article-card--title a {
  color: #181924;
  text-decoration: none;
}
.article-card--title a:hover {
  text-decoration: underline;
}
.article-card--description {
  display: flex;
}
.article-card--author {
  display: flex;
  padding: 5px 10px 5px 0;
  align-items: center;
  gap: 5px;
  color: #181924;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.article-card--author img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.article-card--date {
  color: #181924;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-left: auto;
  display: flex;
  align-items: center;
  text-align: right;
}
.article-card--text {
  color: #181924;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.article-card--text a {
  text-decoration: none;
  color: #181924;
}
.article-card--text a:hover {
  text-decoration: none;
}
.article-card--text p {
  padding-bottom: 20px;
}
.article-card--text p:last-child {
  padding-bottom: 0;
}
.article-card--text strong {
  font-weight: bold;
}
.article-card--text ul {
  list-style-type: disc;
  margin-left: 25px;
  padding-bottom: 20px;
}
.article-card--button {
  display: flex;
}
.article-card--button .button {
  margin-left: auto;
}
.article-card.horizontal {
  gap: 40px;
  margin-bottom: 40px;
  padding: 11px 23px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.05);
}
.article-card.horizontal .article-card--image {
  width: 547px;
  height: 362px;
  background-color: #CED6E0;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}
.article-card.horizontal .article-card--image a {
  display: flex;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  .article-card.horizontal .article-card--image {
    display: none;
  }
}
.article-card.horizontal .article-card--content {
  width: 437px;
}
@media screen and (max-width: 1000px) {
  .article-card.horizontal .article-card--content {
    width: auto;
  }
}
.article-card.vertical-big {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 670px;
}
@media (min-width: 1220px) and (max-width: 1430px) {
  .article-card.vertical-big {
    width: 570px;
  }
}
@media screen and (max-width: 710px) {
  .article-card.vertical-big {
    width: 320px;
  }
}
.article-card.vertical-big .article-card--image {
  height: 987px;
  background-color: #fbd1db;
  background-size: cover;
  background-position: center;
}
@media (min-width: 1220px) and (max-width: 1430px) {
  .article-card.vertical-big .article-card--image {
    height: 600px;
  }
}
@media screen and (max-width: 710px) {
  .article-card.vertical-big .article-card--image {
    height: 480px;
  }
}
.article-card.vertical-big .article-card--content {
  width: 660px;
}
@media (min-width: 1220px) and (max-width: 1430px) {
  .article-card.vertical-big .article-card--content {
    width: auto;
  }
}
@media screen and (max-width: 710px) {
  .article-card.vertical-big .article-card--content {
    width: auto;
  }
}
.article-card.vertical-big:first-child {
  margin-top: -150px;
}
@media screen and (max-width: 710px) {
  .article-card.vertical-big:first-child {
    margin-top: -250px;
  }
}
.article-card.vertical-big .article-card--button {
  display: none;
}
.article-card.vertical-big .article-card--text {
  max-height: 220px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  text-overflow: ellipsis;
}
@media (min-width: 1220px) and (max-width: 1430px) {
  .article-card.vertical-big .article-card--text {
    max-height: 265px;
    -webkit-line-clamp: 12;
  }
}
.article-card.vertical-small {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 320px;
}
@media (min-width: 1220px) and (max-width: 1430px) {
  .article-card.vertical-small {
    width: 270px;
  }
}
.article-card.vertical-small .article-card--image {
  height: 480px;
  background-color: #cce8fd;
  background-size: cover;
  background-position: center;
}
@media (min-width: 1220px) and (max-width: 1430px) {
  .article-card.vertical-small .article-card--image {
    height: 400px;
  }
}
.article-card.vertical-small .article-card--button {
  display: none;
}
.article-card.vertical-small .article-card--text {
  max-height: 176px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  text-overflow: ellipsis;
}
@media (min-width: 1220px) and (max-width: 1430px) {
  .article-card.vertical-small .article-card--text {
    max-height: 200px;
    -webkit-line-clamp: 9;
  }
}
.article-card.short {
  width: 400px;
  padding: 20px 20px 45px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.05);
  position: relative;
  flex-direction: column;
  border: 0.2px solid rgba(0, 0, 0, 0.15);
  transition: opacity 0.5s ease, height 0.5s ease;
  height: auto;
  opacity: 1;
}
@media screen and (max-width: 830px) {
  .article-card.short {
    width: 315px;
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 10px;
  }
}
.article-card.short.hidden {
  display: none;
}
.article-card.short .article-card--image {
  width: 360px;
  height: 300px;
  background-color: #CED6E0;
  background-size: cover;
  background-position: center;
  margin-bottom: 10px;
}
.article-card.short .article-card--image a {
  display: flex;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  .article-card.short .article-card--image {
    height: 200px;
    width: auto;
  }
}
.article-card.short .article-card--text {
  max-height: 176px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  text-overflow: ellipsis;
}
@media screen and (max-width: 830px) {
  .article-card.short .article-card--text {
    display: none;
  }
}
.article-card.short .article-card--button {
  position: absolute;
  bottom: 15px;
  right: 21px;
}
@media screen and (max-width: 830px) {
  .article-card.short .article-card--button {
    bottom: 15px;
    right: 15px;
    display: none;
  }
}
.article-card.quote {
  width: 400px;
  padding: 70px 20px 69px;
  border-radius: 10px;
  position: relative;
  flex-direction: column;
  background: linear-gradient(111deg, #FFFAF1 0%, #F4E5E4 97%, #C8D4E5 100%, #99BFDC 100%);
}
@media screen and (max-width: 830px) {
  .article-card.quote {
    width: 315px;
    padding-left: 14px;
    padding-right: 14px;
  }
}
.article-card.quote .article-card--title {
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  background-image: url("../images/svg/quote-3386742baf1f1924ed436eb4e254e796.svg");
  background-repeat: no-repeat;
  padding-top: 45px;
}
.article-card.quote .article-card--title a {
  text-decoration: none;
}
.article-card.quote .article-card--title a:hover {
  text-decoration: underline;
}
.article-card.quote .article-card--content {
  height: 100%;
  justify-content: space-between;
  gap: 20px;
}
.article-card.quote .article-card--linkedin {
  background-image: url("../images/svg/linkedin-black-d5c6bbf2ddc68ad538fb9ec60249f5cd.svg");
  background-repeat: no-repeat;
  background-position: 4px center;
  background-size: 25px;
  border-radius: 20px;
  background-color: #F8F8F8;
  padding: 10px 10px 10px 35px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  width: fit-content;
}
.article-card.quote .article-card--linkedin a {
  color: #181924;
}

.job-post {
  align-items: baseline;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  position: relative;
  width: 583px;
  gap: 20px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 640px) {
  .job-post {
    width: auto;
    margin-right: 20px;
    margin-left: 20px;
  }
}
.job-post--header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.job-post--description h5 {
  color: black;
  font-family: Gabarito, sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
.job-post--description p {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.job-post--logo img {
  max-height: 65px;
  max-width: 180px;
}
.job-post--tags {
  display: flex;
  gap: 8px;
  width: 100%;
  flex-wrap: wrap;
  padding-left: 34px;
  background-image: url("../images/svg/jop-d65e9f8482f5b031272f06185626cbdf.svg");
  background-repeat: no-repeat;
}
.job-post--desc {
  font-size: 14px;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.job-post--bottom {
  display: flex;
  width: 100%;
}
.job-post--bottom .button {
  margin-left: auto;
}

.quantity {
  display: flex;
  justify-content: space-between;
  width: 1086px;
  margin: 160px auto;
}
@media screen and (max-width: 1100px) {
  .quantity {
    width: 830px;
  }
}
@media screen and (max-width: 850px) {
  .quantity {
    width: 370px;
    margin: 100px auto;
    gap: 30px;
  }
}
.quantity--item {
  color: #CFFF11;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 120px;
  font-style: normal;
  font-weight: 700;
  position: relative;
  width: 180px;
}
@media screen and (max-width: 850px) {
  .quantity--item {
    margin: 0 auto;
    font-size: 70px;
    width: 100px;
  }
}
.quantity--item span {
  color: black;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: black;
  color: #F6F6F6;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
}
.footer .footer-wrapper {
  width: 1086px;
  padding: 90px 0;
}
@media screen and (max-width: 1105px) {
  .footer .footer-wrapper {
    width: 730px;
  }
}
@media screen and (max-width: 750px) {
  .footer .footer-wrapper {
    width: 320px;
    padding: 50px 0;
  }
}
.footer .footer-wrapper--contacts {
  padding-bottom: 80px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .footer .footer-wrapper--contacts {
    flex-direction: column;
    gap: 20px;
    padding-bottom: 48px;
  }
}
.footer .footer-wrapper--contacts div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer .footer-wrapper--contacts div span {
  font-size: 20px;
  font-weight: 900;
  display: block;
  padding-bottom: 24px;
}
.footer .footer-wrapper--contacts .contacts-address a,
.footer .footer-wrapper--contacts .contacts-mail a {
  color: #F6F6F6;
}
.footer .footer-wrapper--contacts .contacts-address a:hover,
.footer .footer-wrapper--contacts .contacts-mail a:hover {
  text-decoration: underline;
}
.footer .footer-wrapper--contacts .contacts-button {
  max-width: 310px;
  font-size: 14px;
}
.footer .footer-wrapper--contacts .contacts-button a.button {
  width: 198px;
  font-size: 12px;
}
@media screen and (max-width: 830px) {
  .footer .footer-wrapper--contacts .contacts-button a.button {
    margin-top: 20px;
  }
}
.footer .footer-wrapper--social-icons {
  display: flex;
  gap: 24px;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .footer .footer-wrapper--social-icons {
    padding-bottom: 48px;
    justify-content: left;
  }
}
@media screen and (max-width: 750px) {
  .footer .footer-wrapper--cnc-logo {
    padding-bottom: 48px;
  }
}
.footer .footer-wrapper--caui-logo {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .footer .footer-wrapper--caui-logo {
    padding-bottom: 48px;
    text-align: left;
  }
}
.footer .footer-wrapper--copyright {
  margin-top: 60px;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .footer .footer-wrapper--copyright {
    margin-top: 0;
    text-align: left;
  }
}
.footer .footer-wrapper--copyright.contacts-menu {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 25px;
}
.footer .footer-wrapper--copyright.contacts-menu a::after {
  position: absolute;
  content: ".";
  right: -12px;
  bottom: 0;
}
@media screen and (max-width: 750px) {
  .footer .footer-wrapper--copyright.contacts-menu a::after {
    content: none;
  }
}
.footer .footer-wrapper--copyright.contacts-menu a:last-child::after {
  content: none;
}
.footer .footer-wrapper .contacts-menu a:not(.button) {
  color: #F6F6F6;
  text-decoration: underline;
  position: relative;
  margin-right: 15px;
  display: inline-block;
}
.footer .footer-wrapper .contacts-menu a:not(.button):hover {
  text-decoration: none;
}
.footer .footer-wrapper .contacts-menu a:not(.button):last-child {
  margin-right: 0;
}
@media screen and (max-width: 750px) {
  .footer .footer-wrapper .contacts-menu a:not(.button) {
    display: block;
  }
}

body.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
}

.close {
  color: black;
  font-size: 28px;
  font-weight: bold;
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.785px solid rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 4;
}

.close:hover,
.close:focus {
  text-decoration: none;
  cursor: pointer;
  background: #CFFF11;
  opacity: 0.4;
}

.open-modal {
  cursor: pointer;
}

.modal-desc {
  color: #181924;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
@media screen and (max-width: 620px) {
  .modal-desc {
    font-size: 12px;
  }
}

.modal-window {
  width: 960px;
  height: auto;
  margin: 3% auto;
  background-color: #d1e7f7;
  background-image: url("../images/svg/modal-bg-5a2b30bcb52e03d0251a0beafcda3886.svg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 100px;
  border: 1px solid #000;
  border-radius: 24px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .modal-window {
    width: 100%;
    padding: 20px 10px;
    background-position-x: center;
  }
}
.modal-window h2 {
  padding-bottom: 20px;
  text-align: center;
}
.modal-window form .input {
  margin-bottom: 10px;
}
.modal-window form .input label {
  display: block;
  color: #181924;
  font-family: Gabarito, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 10px;
}
.modal-window form .input .input--field {
  border-radius: 15px;
  border: 1px solid #000;
  background-color: #FFF;
  height: 65px;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25) inset, -3px -3px 4px 0px rgba(238, 249, 255, 0.25) inset;
  background-image: url("../images/svg/user-45a25581681fe79d712c10f224cc2e10.svg");
  background-repeat: no-repeat;
  background-position: 14px center;
  display: flex;
}
@media screen and (max-width: 620px) {
  .modal-window form .input .input--field {
    height: 40px;
  }
}
.modal-window form .input .input--field input {
  color: rgba(24, 25, 36, 0.5);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  background-color: transparent;
  width: 100%;
  border: none;
  text-indent: 40px;
  border-radius: 15px;
}
@media screen and (max-width: 620px) {
  .modal-window form .input .input--field input {
    font-size: 12px;
  }
}
.modal-window form .textarea {
  margin-bottom: 10px;
}
.modal-window form .textarea label {
  display: block;
  color: #181924;
  font-family: Gabarito, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 10px;
}
.modal-window form .textarea textarea {
  border-radius: 15px;
  border: 1px solid #000;
  background-color: #FFF;
  height: 130px;
  width: 100%;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25) inset, -3px -3px 4px 0px rgba(238, 249, 255, 0.25) inset;
  padding: 14px;
  resize: none;
  color: #808187;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 620px) {
  .modal-window form .textarea textarea {
    font-size: 12px;
  }
}
.modal-window form .button {
  font-size: 24px;
  padding-top: 25px;
  padding-bottom: 25px;
  cursor: pointer;
  width: 100%;
}
.modal-window form .file {
  margin-bottom: 10px;
}
.modal-window form .file > div {
  display: inline-block;
}
.modal-window form .file label {
  color: #181924;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-decoration-line: underline;
  cursor: pointer;
  background-image: url("../images/svg/attach-b67855fc73a545fcb40e8fc0345c0e96.svg");
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 25px;
}
@media screen and (max-width: 620px) {
  .modal-window form .file label {
    font-size: 16px;
  }
}
.modal-window form .file span {
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 620px) {
  .modal-window form .file span {
    font-size: 16px;
  }
}
.modal-window form .file input {
  width: 1px;
  height: 1px;
}
.modal-window form .checkbox {
  margin-bottom: 10px;
}
@media screen and (max-width: 620px) {
  .modal-window form .checkbox {
    font-size: 12px;
  }
}
.modal-window form .checkbox label {
  display: flex;
  position: relative;
  padding-left: 45px;
  min-height: 28px;
  align-items: center;
  cursor: pointer;
  color: #181924;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.modal-window form .checkbox label i {
  color: red;
}
.modal-window form .checkbox label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.modal-window form .checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 28px;
  width: 35px;
  border-radius: 15px;
  border: 1px solid #000;
  background-color: #FFF;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25) inset, -3px -3px 4px 0px rgba(238, 249, 255, 0.25) inset;
}
.modal-window form .checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.modal-window form .checkbox label input:checked ~ .checkmark:after {
  display: block;
}
.modal-window form .checkbox label .checkmark:after {
  left: 12px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid black;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal-window form .checkbox a {
  color: inherit;
  text-decoration: underline;
}
.modal-window form .checkbox a:hover {
  text-decoration: none;
}
.modal-window form .checkbox--important {
  padding-left: 45px;
  margin-top: 5px;
  color: #181924;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: none;
}
.modal-window form .checkbox--important i {
  color: red;
}
.modal-window form .input-hidden {
  display: none;
  margin-bottom: 10px;
}
.modal-window .was-send {
  display: none;
  padding: 200px 0 250px;
}
.modal-window .was-send .modal-desc {
  margin-bottom: 30px;
  font-size: 30px;
}
.modal-window .was-send .button {
  margin: 0 auto;
  width: 150px;
}

.tags {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-bottom: 30px;
}
.tags--head {
  max-width: 1186px;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 1;
}
@media screen and (max-width: 1220px) {
  .tags--head {
    max-width: 600px;
  }
}
@media screen and (max-width: 620px) {
  .tags--head {
    max-width: none;
  }
}
.tags--head h2 {
  padding-bottom: 60px;
}
.tags--head p {
  color: #181924;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.35px;
  padding-bottom: 5px;
}
@media screen and (max-width: 1220px) {
  .tags--head p {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 620px) {
  .tags--head p {
    font-size: 14px;
  }
}
.tags--background {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1190px;
  height: 400px;
  padding-bottom: 70px;
  background-image: url("../images/svg/tags-a9e08b16fbeb568c8d11cee4bb049292.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 1220px) {
  .tags--background {
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
  }
}
@media screen and (max-width: 850px) {
  .tags--background {
    background-image: url("../images/svg/tags-mobile-6e67e12f878afacaa67599aad2ad0dd3.svg");
  }
}

.artobject.media img {
  width: 100%;
}
.artobject.media .media-caption {
  font-size: 12px;
  color: #999999;
  display: block;
  margin-bottom: 20px;
}

/*# sourceMappingURL=app.output.css.map */
