@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Stack+Sans+Headline:wght@200..700&family=Stack+Sans+Notch:wght@200..700&display=swap");
.extra-bold {
  font-weight: 800;
}

.bold {
  font-weight: 700;
}

.semi-bold {
  font-weight: 600;
}

.medium {
  font-weight: 500;
}

.regular {
  font-weight: 400;
}

.light {
  font-weight: 300;
}

.fs15 {
  font-size: 0.938rem;
}

.fs14 {
  font-size: 0.875rem;
}

.fs18 {
  font-size: 1.125rem;
}

.fs26 {
  font-size: 1.625rem;
}

.black {
  color: 900;
}

.blue {
  color: #3A83FF;
}

.orange {
  color: #F09662;
}

.secondary-text {
  color: #898989;
}

.secondary-black {
  color: #3E3E3E;
}

.slash-grey {
  color: #A1A0A0;
}

.text-grey {
  color: #535353;
}

.text-light-grey {
  color: #7C7C7C;
}

.underline {
  text-decoration: underline;
}

html {
  font-size: 16px;
}

h2 {
  font-size: 4.0625rem;
  letter-spacing: 0px;
  font-weight: 400;
  font-family: "Stack Sans Notch", sans-serif;
  line-height: 4.6875rem;
  color: #FF4345;
}
h2 span {
  color: #1E232B;
  font-family: "Stack Sans Notch", sans-serif;
}

h3 {
  font-size: 2.8125rem;
  letter-spacing: 0;
  font-weight: 400;
  font-family: "Stack Sans Notch", sans-serif;
  line-height: 3.4375rem;
  color: #FF4345;
}
h3 span {
  color: #1E232B;
  font-family: "Stack Sans Notch", sans-serif;
}

@media only screen and (max-width: 1020px) {
  h2 {
    line-height: 2.692rem;
    font-size: 2.308rem;
  }
  h3 {
    font-size: 1.923rem;
    line-height: 2.308rem !important;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  align-content: flex-start;
  transition: 0.3s ease-out;
}

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #FFF9F5;
}

body * {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
  /* WebKit */
}

body *::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

/* Thumb – běžný stav */
::-webkit-scrollbar-thumb {
  background: #FF4345;
  cursor: pointer;
}

/* Thumb – hover */
::-webkit-scrollbar-thumb:hover {
  background: #BF3536;
}

html {
  scroll-behavior: smooth;
}

.hidden {
  display: none;
}

html {
  overflow-x: hidden;
}

input:-internal-autofill-selected {
  appearance: menulist-button;
  background-image: none !important;
  background-color: rgba(0, 0, 0, 0) !important;
}

* {
  font-family: "Stack Sans Headline", sans-serif;
}

.mobile {
  display: none !important;
}

@media only screen and (max-width: 1920px) {
  html {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1820px) {
  html {
    font-size: 14.5px;
  }
}
@media only screen and (max-width: 1720px) {
  html {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1620px) {
  html {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1520px) {
  html {
    font-size: 12.5px;
  }
}
@media only screen and (max-width: 1420px) {
  html {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1320px) {
  html {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1220px) {
  html {
    font-size: 11px;
  }
}
@media only screen and (max-width: 1120px) {
  html {
    font-size: 9.5px;
  }
}
@media only screen and (max-width: 1020px) {
  html {
    font-size: 13px;
  }
  .desktop {
    display: none !important;
  }
  .mobile {
    display: flex !important;
  }
}
@media only screen and (max-width: 380px) {
  html {
    font-size: 12px;
  }
}
.renvue {
  color: #FFF9F5;
  gap: 0.875rem;
  font-weight: 500;
  display: flex;
  height: 2.3125rem;
  align-items: center;
  font-family: "Stack Sans Headline", sans-serif;
  cursor: pointer;
  transition: all 0.3s ease-out;
  opacity: 0.5;
  height: fit-content;
}
.renvue button {
  border: 0.0625rem solid #FFF9F5;
  background-color: rgba(0, 0, 0, 0);
  height: 2.5rem;
  padding-inline: 0.875rem;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.renvue:hover {
  opacity: 1;
}
.renvue:hover button {
  border-radius: 1.4375rem;
}

.button {
  height: 3.1875rem;
  padding-inline: 1.5625rem;
  color: #1E232B;
  font-size: 1.125rem;
  transition: all 0.3s ease-out;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border: 0;
  cursor: pointer;
}
.button.big {
  height: 3.75rem;
  font-size: 1.25rem;
  padding-inline: 1.9375rem;
}
.button.grey {
  border: 1px solid #DDD8D3;
}
.button.grey:hover {
  background-color: #A59687;
  border-color: #A59687;
  color: #FFF2E8;
}
.button.white {
  color: #FFF9F5;
  border: 1px solid #FFF9F5;
}
.button.white:hover {
  background-color: #87232D;
  border-color: #87232D;
}
.button.red {
  background-color: #FF4345;
  color: #FFF2E8;
}
.button.red:hover {
  background-color: #87232D;
}

@media only screen and (max-width: 1020px) {
  .button {
    height: 3.923rem !important;
    font-size: 1.231rem;
    padding-inline: 2.077rem;
  }
}
.add-form-container {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  z-index: 100;
  background-color: rgba(147, 146, 151, 0.2039215686);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  width: 100%;
  height: 100vh;
  transition: 0.15s ease-out;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.add-form-container hr {
  border: 0;
  border-bottom: 1px solid #DCDCDC;
}
.add-form-container .add-form {
  scrollbar-width: none; /* Pro Firefox */
  -ms-overflow-style: none; /* Pro IE a Edge */
}
.add-form-container .add-form::-webkit-scrollbar {
  display: none; /* Pro Chrome, Safari, Opera */
}
.add-form-container .add-form {
  transform: scale(0);
  width: 32.688rem;
  max-height: 80vh;
  background-color: white;
  border: 1px solid #DCDCDC;
  border-radius: 1rem;
  padding: 0 1.25rem 1.25rem 1.25rem;
  position: relative;
  overflow-y: scroll;
}
.add-form-container .add-form nav {
  padding-top: 1.25rem;
  width: 100%;
  position: sticky;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  z-index: 2000;
  background-color: white;
  top: 0;
}
.add-form-container .add-form nav .top {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  border-bottom: 1px solid #DCDCDC;
  padding-bottom: 1.4rem;
}
.add-form-container .add-form nav .bottom {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  padding: 1.125rem 0;
  border-bottom: 1px solid #DCDCDC;
}
.add-form-container .add-form nav .bottom h5 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.625rem;
  color: #5C5E62;
  font-size: 1rem;
  font-weight: 500;
}
.add-form-container .add-form nav .bottom .info {
  font-size: 1rem;
  color: #0B1C30;
  font-weight: 500;
}
.add-form-container .add-form nav .bottom .info .value {
  color: #939297;
}
.add-form-container .add-form .section-heading {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  padding: 0.875rem 0;
  font-size: 1.125rem;
  font-weight: 500;
  border-bottom: 1px solid #DCDCDC;
}
.add-form-container.active {
  pointer-events: all;
  opacity: 1;
}
.add-form-container.active .add-form {
  transform: scale(1);
}

.alert {
  width: max-content;
  max-width: 95vw;
  position: fixed;
  bottom: 5vh;
  z-index: 1100;
  min-height: 4rem;
  left: 50%;
  padding: 1.125rem 2.125rem;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 3vw;
  padding-inline: 1.25rem;
  transition: ease-out 0.2s;
  border-radius: 0;
  border: 1px solid #3A83FF;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  z-index: 1000;
}
.alert svg {
  flex-shrink: 0;
}
.alert .left {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.625rem;
}
.alert .left span {
  font-size: 0.938rem;
  min-width: 18vw;
  max-width: 530px;
  color: rgb(11, 28, 48);
  flex-shrink: 0;
}
.alert .left h6 {
  font-size: 1.125rem;
  font-weight: 600;
  flex-shrink: 0;
}
.alert .close {
  cursor: pointer;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 0.875rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  border: 0;
  background-color: rgba(0, 0, 0, 0);
  outline: none;
}
.alert .close:hover svg path {
  fill: white;
}
.alert.error {
  background-color: #FF4345;
  border-color: #FF4345;
}
.alert.error h6 {
  color: #FF4345;
}
.alert.error span {
  color: white;
}
.alert.info {
  background-color: rgba(204, 223, 255, 0.28);
  border-color: #3A83FF;
}
.alert.info h6 {
  color: #3A83FF;
}
.alert.info .close:hover {
  background-color: #3A83FF;
}
.alert.success {
  background-color: rgba(237, 229, 220, 0.28);
  border-color: #1E232B;
}
.alert.success h6 {
  color: #1E232B;
}
.alert.closed {
  opacity: 0;
  pointer-events: none;
}

.input-row {
  padding-top: 0.938rem;
  padding-inline: 1.2%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
.input-row.bottom {
  padding-bottom: 0.938rem;
}
.input-row h6 {
  color: #0B1C30;
  font-size: 1.125rem;
  font-weight: 400;
  flex-shrink: 0;
}

.item-text-input {
  cursor: text;
  height: 2.125rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  width: 100%;
  border-radius: 1.063rem;
  padding-right: 1rem;
  box-shadow: inset 0 0 0 1px rgb(220, 220, 220);
}
.item-text-input input {
  margin-inline: 1rem;
  width: 100%;
  font-size: 0.875rem;
  color: #0B1C30;
  font-weight: 500;
  border: 0;
  outline: 0;
  background-color: rgba(0, 0, 0, 0);
}
.item-text-input input::placeholder {
  color: rgb(147, 146, 151);
}
.item-text-input:hover {
  box-shadow: inset 0 0 0 1px #CCDFFF;
}
.item-text-input:focus-within {
  box-shadow: inset 0 0 0 1px rgb(58, 131, 255);
}
.item-text-input:focus-within input::placeholder {
  color: rgb(220, 220, 220);
}
.item-text-input svg {
  flex-shrink: 0;
}
.item-text-input.locked {
  pointer-events: none;
}
.item-text-input.locked svg path {
  fill: #FF0045;
}
.item-text-input.date-time input {
  margin-right: 0 !important;
}

.contact-select-input {
  width: 100%;
  margin: 0;
  position: relative;
  height: 5.3125rem;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
  /* Optional: Hide the dropdown indicator in IE */
}
.contact-select-input :focus-within {
  box-shadow: inset 0 0 0 1px #FF4345;
}
.contact-select-input select:invalid {
  color: #A59687 !important; /* barva placeholderu */
}
.contact-select-input .styled-select option {
  color: #1E232B;
}
.contact-select-input svg {
  position: absolute;
  right: 2.75rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.contact-select-input select {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  width: 100%;
  padding: 0 2.6rem 0 1.5625rem;
  background-color: rgba(24, 7, 47, 0);
  border: 0;
  outline: 0;
  font-size: 1.25rem;
  font-weight: 400;
  color: #0B1C30;
  height: 100%;
}
.contact-select-input select {
  appearance: none; /* Standard */
  -webkit-appearance: none; /* Safari & Chrome */
  -moz-appearance: none; /* Firefox */
  cursor: pointer;
}
.contact-select-input select::-ms-expand {
  display: none;
}
.contact-select-input:has(select:focus) {
  box-shadow: inset 0 0 0 1px #FF4345;
}
.contact-select-input:has(select:focus) svg {
  transform: translateY(-50%) scale(-1);
}
.contact-select-input:hover {
  box-shadow: inset 0 0 0 1px #FF4345;
}

.show-form {
  width: 100%;
  padding: 1.125rem 1.2%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}
.show-form h6 {
  color: #0B1C30;
  font-size: 1.125rem;
  font-weight: 400;
  flex-shrink: 0;
}
.show-form .show-btn-wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.563rem;
}
.show-form .show-btn-wrap.unshow .show-text {
  display: none;
}
.show-form .show-btn-wrap.unshow .unshow-text {
  display: flex;
}
.show-form .show-btn-wrap.unshow .main-icon {
  opacity: 0;
}
.show-form .show-btn-wrap.unshow .unshow-icon {
  opacity: 0.8;
}
.show-form .show-btn-wrap.unshow:hover .main-icon {
  opacity: 0;
}
.show-form .show-btn-wrap.unshow:hover .unshow-icon {
  opacity: 1;
}
.show-form .show-btn-wrap.show .show-text {
  display: flex;
}
.show-form .show-btn-wrap.show .unshow-text {
  display: none;
}
.show-form .show-btn-wrap.show .main-icon {
  opacity: 0.8;
}
.show-form .show-btn-wrap.show .unshow-icon {
  opacity: 0;
}
.show-form .show-btn-wrap.show:hover .main-icon {
  opacity: 1;
}
.show-form .show-btn-wrap.show:hover .unshow-icon {
  opacity: 0;
}
.show-form .show-btn-wrap span {
  color: #5C5E62;
  font-weight: 400;
  font-size: 1.125rem;
}
.show-form .show-btn-wrap .show-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.show-form .show-btn-wrap .show-btn svg {
  position: absolute;
  flex-shrink: 0;
}

.upload-photos {
  margin: 0.563rem 0 0 0;
  padding-inline: 1.2%;
}
.upload-photos .uploaded-photos {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
}
.upload-photos .uploaded-photos .photo {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  width: 100%;
  height: 3.75rem;
  border-bottom: 1px solid #DCDCDC;
}
.upload-photos .uploaded-photos .photo .left {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1.563rem;
}
.upload-photos .uploaded-photos .photo .left h6 {
  font-size: 1.125rem;
  color: #0B1C30;
  font-weight: 500;
}
.upload-photos .uploaded-photos .photo img {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 0.625rem;
  object-fit: cover;
  object-position: center;
  background-color: #DCDCDC;
  border: 0;
}
.upload-photos .upload-photo-btn {
  height: 3.125rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  border-radius: 0.625rem;
  border: 1px dashed #CCDFFF;
  margin: 0.563rem 0;
  width: 100%;
  color: #3A83FF;
  outline: none;
  font-weight: 400;
  font-size: 1.125rem;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
.upload-photos .upload-photo-btn.no-margin-top {
  margin-top: -0.5rem;
}

.search-bar {
  width: 100%;
  height: 2.4rem;
  background-color: rgb(248, 248, 248);
  cursor: text;
  padding: 0 1.063rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1.063rem;
  border-radius: 0.625rem;
}
.search-bar input {
  width: 100%;
  border: 0;
  background-color: rgba(248, 248, 248, 0);
  outline: none;
  color: rgb(11, 28, 48);
  font-size: 1rem;
}
.search-bar input::placeholder {
  color: rgb(147, 146, 151);
  font-size: 1rem;
}
.search-bar:hover {
  box-shadow: inset 0 0 0 1px rgb(220, 220, 220);
}
.search-bar:focus-within {
  box-shadow: inset 0 0 0 2px rgb(58, 131, 255);
}
.search-bar:focus-within input::placeholder {
  color: rgb(220, 220, 220);
}

.search-bar:has(input:not(:placeholder-shown)) {
  box-shadow: inset 0 0 0 2px rgb(58, 131, 255);
}

.select {
  min-width: 10.188rem;
  position: relative;
  height: 2.4rem;
  background-color: white;
  box-shadow: inset 0 0 0 1px rgb(220, 220, 220);
  border-radius: 0.625rem;
  width: fit-content;
  /* Optional: Hide the dropdown indicator in IE */
}
.select svg {
  position: absolute;
  right: 1.188rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.select select {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  width: 100%;
  padding-inline: 1.188rem;
  padding-right: 2.6rem;
  background-color: rgba(24, 7, 47, 0);
  border: 0;
  outline: 0;
  font-size: 1rem;
  font-weight: 400;
  color: rgb(11, 28, 48);
  height: 100%;
}
.select select {
  appearance: none; /* Standard */
  -webkit-appearance: none; /* Safari & Chrome */
  -moz-appearance: none; /* Firefox */
  cursor: pointer;
}
.select select::-ms-expand {
  display: none;
}
.select:has(select:focus) {
  background-color: rgb(245, 245, 245);
}
.select:has(select:focus) svg {
  transform: translateY(-50%) scale(-1);
}
.select:hover {
  background-color: rgb(245, 245, 245);
}

footer {
  display: flex;
  background-color: #FF4345;
  width: 100%;
  position: relative;
  overflow: hidden;
}
footer .decor-left {
  position: absolute;
  bottom: 0;
  left: 0;
}
footer .decor-right {
  position: absolute;
  bottom: 0;
  right: 20%;
}
footer .inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0 4.0625rem;
  margin: 3rem 0;
  display: flex;
  justify-content: space-between;
}
footer .inner .left {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}
footer .inner .left p {
  color: #FFF9F5;
  font-size: 0.8125rem;
  font-weight: 300;
}
footer .inner .left .logo svg path {
  fill: #FFF9F5;
}
footer .inner .links {
  display: flex;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 2.3125rem;
  align-items: center;
  gap: 1.5625rem;
}
footer .inner .links .wrapper {
  display: flex;
  align-items: center;
  gap: 2.8125rem;
}
footer .inner .links .vl {
  height: 1.4375rem;
  width: 0.0625rem;
  align-items: center;
  background-color: #BF3536;
}
footer .inner .links a {
  text-wrap: none;
  word-wrap: none;
  font-weight: 500;
  display: flex;
  font-family: "Stack Sans Notch", sans-serif;
  font-size: 1.125rem;
  color: #FFF9F5;
}
footer .inner .links a svg {
  display: none;
}
footer .inner .links a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 1020px) {
  footer .decor-left {
    bottom: 9.32rem;
    width: 13rem;
    height: auto;
  }
  footer .decor-right {
    top: 0;
    right: 1.385rem;
    width: 7rem;
    height: auto;
  }
  footer .inner {
    flex-direction: column-reverse;
    margin: 2.692rem 0;
    align-items: left;
    text-align: center;
    gap: 2rem;
    padding: 0 2.769rem;
  }
  footer .inner .left {
    flex-direction: row;
    align-items: left;
    justify-content: space-between;
  }
  footer .inner .left p {
    text-align: right;
    font-size: 0.846;
    max-width: 10.154rem;
  }
  footer .inner .left .logo {
    margin-top: 0.308rem;
  }
  footer .inner .left .logo svg {
    width: 8rem;
    height: auto;
  }
  footer .inner .links {
    position: static;
    flex-direction: column;
    height: auto;
    margin: 0;
    transform: none;
    gap: 1.231rem;
  }
  footer .inner .links .wrapper {
    flex-direction: column;
    gap: 1.231rem;
    width: 100%;
  }
  footer .inner .links .vl {
    height: 0;
    width: 100%;
    border-top: #FFF9F5 1px solid;
  }
  footer .inner .links a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 1.231rem;
  }
  footer .inner .links a svg {
    display: flex;
  }
  footer .inner .links a svg path {
    fill: #FFF9F5;
  }
}
header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
}

.default-header {
  padding: 0 2.8125rem;
  height: 5.9375rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #FFF9F5;
}
.default-header.gdpr .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.default-header .left {
  display: flex;
  align-items: center;
  gap: 4.0625rem;
}
.default-header .left .links {
  display: flex;
  gap: 1.25rem;
  align-items: center;
}
.default-header .left .links a {
  font-family: "Stack Sans Notch", sans-serif;
  height: 3.3125rem;
  font-size: 1.125rem;
  padding-inline: 1.5625rem;
  display: flex;
  align-items: center;
  color: #1E232B;
  text-decoration: none;
  transition: all 0.3s ease-out;
}
.default-header .left .links a:hover {
  background-color: #EDE5DC;
}
.default-header .right {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
}

.logo {
  display: flex;
}

.burger-menu-nav {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.burger-menu-nav button {
  position: absolute;
  background-color: transparent;
  border: 0;
  padding: 0.923rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer !important;
  transition: opacity 0.35s ease, transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  transform-origin: center;
}
.burger-menu-nav button svg {
  width: auto;
  height: auto;
  pointer-events: none;
  transform-origin: center;
}
.burger-menu-nav .open-menu {
  opacity: 1;
  transform: rotate(0deg) scale(1);
}
.burger-menu-nav .open-menu svg {
  transform: scale(1);
}
.burger-menu-nav .close-menu {
  opacity: 0;
  pointer-events: none;
  transform: rotate(-40deg) scale(0.6);
}
.burger-menu-nav .close-menu svg {
  transform: scale(1.6666666667);
}

.mobile-menu {
  transform: translateY(-100%);
  transition: all 0.15s ease-out;
  display: flex;
  position: fixed;
  top: 5.385rem;
  flex-direction: column;
  z-index: 98;
  width: 100%;
  align-items: center;
  background-color: #FFF9F5;
}
.mobile-menu .decor-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 45.8%;
  aspect-ratio: 1/1;
  height: auto !important;
  max-width: 15.154rem;
}
.mobile-menu .decor-right {
  position: absolute;
  right: 0;
  bottom: 4.077rem;
  width: 36%;
  max-width: 12rem;
  height: auto !important;
}
.mobile-menu .inner {
  z-index: 99;
  gap: 1.231rem;
  width: 83.2vw;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 3.462rem 0;
  border-top: 1px solid #DDD8D3;
}
.mobile-menu .inner a {
  font-weight: 500;
  display: flex;
  font-family: "Stack Sans Notch", sans-serif;
  font-size: 1.231rem;
  color: #1E232B;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
}

.menu-backdrop {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  z-index: 97;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  background-color: rgba(30, 35, 43, 0.2);
  transition: all 0.2s ease-out;
}

html.no-smooth {
  scroll-behavior: auto !important;
}

body.menu-visible {
  touch-action: none;
}
body.menu-visible .menu-backdrop {
  opacity: 1;
  pointer-events: all;
  touch-action: none;
}
body.menu-visible .burger-menu-nav .open-menu {
  opacity: 0;
  pointer-events: none;
  transform: rotate(40deg) scale(0.6);
}
body.menu-visible .burger-menu-nav .open-menu svg {
  transform: scale(1.6666666667);
}
body.menu-visible .burger-menu-nav .close-menu {
  opacity: 1;
  pointer-events: all;
  transform: rotate(0deg) scale(1);
}
body.menu-visible .burger-menu-nav .close-menu svg {
  transform: scale(1);
}
body.menu-visible .mobile-menu {
  transform: translateY(0);
}

@media only screen and (max-width: 1020px) {
  .logo svg {
    width: 8.385rem;
    height: 2.077rem;
  }
  .default-header {
    height: 5.385rem;
    padding-left: 1.923rem;
    padding-right: 1rem;
  }
  .default-header.gdpr .left a {
    width: 2.692rem !important;
    height: 2.692rem !important;
    padding: 0;
    justify-content: center;
    align-items: center;
  }
  .default-header.gdpr .left a:hover {
    background-color: rgba(0, 0, 0, 0);
    border-color: inherit;
  }
}
main {
  margin-top: 5.9375rem;
}

@media only screen and (max-width: 1020px) {
  main {
    margin-top: 5.385rem;
  }
}
.project-main {
  background-color: #FFF9F5;
}
.project-main .top {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 7.75rem 8.75rem 12.125rem 8.75rem;
}
.project-main .top .decor1 {
  position: absolute;
  right: 0;
}
.project-main .top .heading {
  width: 45%;
}
.project-main .top .heading .nav {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.project-main .top .heading .nav:hover {
  transform: translateX(0.5rem);
}
.project-main .top .heading .nav a {
  font-size: 18px;
  color: #A59687;
}
.project-main .top .heading .nav a:hover {
  text-decoration: underline;
}
.project-main .top .heading .nav span {
  color: #FF4345;
  font-size: 18px;
}
.project-main .top .heading .h3-wrap {
  margin: 1.5625rem 0 4.6875rem 0;
  align-items: center;
  display: flex;
}
.project-main .top .row {
  gap: 5%;
  display: flex;
  justify-content: space-between;
}
.project-main .top .row .left {
  width: 45%;
}
.project-main .top .row .left .info-wrap {
  padding: 2.8125rem;
  width: 100%;
  background-color: #FFF2E8;
}
.project-main .top .row .left .info-wrap .points {
  margin-bottom: 4.0625rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5625rem;
}
.project-main .top .row .left .info-wrap .points .point {
  padding: 0 1.6875rem;
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  color: #87232D;
  font-weight: 300;
  height: 3.3125rem;
  border: 1px solid #DDD8D3;
  font-family: "Stack Sans Notch", sans-serif;
}
.project-main .top .row .left .info-wrap .rows {
  display: flex;
  flex-direction: column;
  gap: 1.9375rem;
}
.project-main .top .row .left .info-wrap .rows .info-row {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.project-main .top .row .left .info-wrap .rows .info-row h5 {
  color: #FF4345;
  font-size: 2.1875rem;
  font-weight: 300;
  font-family: "Stack Sans Notch", sans-serif;
}
.project-main .top .row .left .info-wrap .rows .info-row h6 {
  color: #1E232B;
  font-size: 1.375rem;
  font-weight: 300;
}
.project-main .top .row .left .paragraphs {
  margin: 3.875rem 0 4.0625rem 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 2.25rem;
}
.project-main .top .row .left .paragraphs p {
  color: #1E232B;
  font-size: 1.125rem;
  line-height: 2rem;
}
.project-main .top .row .left .paragraphs p.first {
  font-size: 1.375rem;
}
.project-main .top .row .right {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 4.875rem;
}
.project-main .top .row .right img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 820/473;
  background-color: #EFDCCF;
  object-position: center;
  object-fit: cover;
}
.project-main .bottom {
  background-color: #EDE5DC;
  padding: 5.9375rem 8.75rem 13.6875rem 8.75rem;
  position: relative;
}
.project-main .bottom .decor1 {
  position: absolute;
  left: 0;
  bottom: 19.5625rem;
  width: 34.6%;
  height: auto;
}
.project-main .bottom .decor2 {
  position: absolute;
  right: 17%;
  top: 0;
  width: 18.75%;
  height: auto;
}
.project-main .bottom h3 {
  position: relative;
  z-index: 2;
  margin-bottom: 4.0625rem;
}
.project-main .bottom h3 span {
  color: #87232D !important;
}
.project-main .bottom .projects {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 4.7%;
  align-items: stretch;
}
.project-main .bottom .projects .project {
  background-color: #FFF9F5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30.2%;
  height: 100%;
  aspect-ratio: 495/595 !important;
  min-height: 37.188rem;
  height: auto;
}
.project-main .bottom .projects .project .top {
  padding: 2.8125rem 2.8125rem 0 2.8125rem;
}
.project-main .bottom .projects .project .top h6 {
  font-weight: 500;
  font-size: 1.375rem;
  margin-bottom: 1.875rem;
  color: #FF4345;
}
.project-main .bottom .projects .project .top h5 {
  font-family: "Stack Sans Notch", sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  color: #1E232B;
}
.project-main .bottom .projects .project .img-wrap {
  width: 100%;
  padding: 1.375rem;
}
.project-main .bottom .projects .project img {
  width: 100%;
  aspect-ratio: 451/300;
  object-fit: cover;
  object-position: center;
  background-color: #494a4c;
  background-color: #FFF2E8;
  object-position: center;
  object-fit: cover;
}
.project-main .bottom .projects .project:hover {
  background-color: #FF4345;
  border-color: #FF4345;
}
.project-main .bottom .projects .project:hover h5,
.project-main .bottom .projects .project:hover h6 {
  color: #FFF9F5;
}

@media only screen and (max-width: 1020px) {
  .project-main .top {
    padding: 3.615rem 0;
  }
  .project-main .top .heading {
    padding: 0 2.692rem;
    width: 100%;
  }
  .project-main .top .heading .nav {
    gap: 1.154rem;
  }
  .project-main .top .heading .nav a, .project-main .top .heading .nav span {
    font-size: 1.231rem;
  }
  .project-main .top .heading .nav svg {
    height: 0.615rem;
    width: 0.385rem;
  }
  .project-main .top .heading .h3-wrap {
    margin: 0.769rem 0 3.462rem 0;
  }
  .project-main .top .heading h3 {
    font-size: 2.308rem;
  }
  .project-main .top .row .left {
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .project-main .top .row .left .info-wrap {
    width: calc(100% - 5.385rem);
    padding: 2.615rem 1.923rem 1.923rem 1.923rem;
  }
  .project-main .top .row .left .info-wrap .points {
    gap: 0.769rem;
    margin-bottom: 3.462rem;
  }
  .project-main .top .row .left .info-wrap .points .point {
    height: 3.462rem;
    padding: 0 1.231rem;
    font-size: 1.077rem;
  }
  .project-main .top .row .left .info-wrap .rows {
    gap: 1.154rem;
  }
  .project-main .top .row .left .info-wrap .rows .info-row h5 {
    font-size: 1.538rem !important;
  }
  .project-main .top .row .left .info-wrap .rows .info-row h6 {
    font-size: 1rem;
  }
  .project-main .top .images {
    width: 100%;
    padding: 0 2.692rem;
    overflow: scroll;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 2.692rem;
    margin: 3.462rem 0;
    gap: 1.923rem;
  }
  .project-main .top .images img {
    width: calc(100vw - 8rem);
    aspect-ratio: 325/240;
    background-color: #EFDCCF;
    scroll-snap-align: start;
    max-width: 28rem;
    object-position: center;
    object-fit: cover;
  }
  .project-main .top .paragraphs {
    padding: 0 2.692rem;
    margin: 0 !important;
    gap: 1.5rem !important;
  }
  .project-main .top .paragraphs p {
    line-height: 1.692rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
  }
  .project-main .top .paragraphs p.first {
    font-size: 1.231rem !important;
  }
  .project-main .bottom {
    padding: 6.385rem 0 !important;
  }
  .project-main .bottom .decor1 {
    width: 58.1%;
    bottom: 5.538rem;
  }
  .project-main .bottom .decor2 {
    width: 31.2%;
    right: 2.231rem;
  }
  .project-main .bottom h3 {
    padding-left: 2.692rem;
    font-size: 2.308rem;
  }
  .project-main .bottom .projects {
    overflow: scroll;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 2.692rem;
    gap: 1.923rem;
    padding: 0 2.692rem;
  }
  .project-main .bottom .projects .project {
    height: auto;
    min-height: auto;
    flex-shrink: 0;
    width: 23.077rem;
    scroll-snap-align: start;
    padding: 1.923rem;
    aspect-ratio: 300/385 !important;
  }
  .project-main .bottom .projects .project .top {
    padding: 0;
  }
  .project-main .bottom .projects .project .img-wrap {
    padding: 0;
  }
  .project-main .bottom .projects .project .img-wrap img {
    aspect-ratio: 249/150;
    object-position: center;
    object-fit: cover;
  }
  .project-main .bottom .projects .project h5 {
    font-size: 1.538rem !important;
    font-weight: 400 !important;
  }
  .project-main .bottom .projects .project h6 {
    font-size: 1.231rem !important;
    font-weight: 400 !important;
    margin-bottom: 1.923rem !important;
    font-family: "Stack Sans Notch", sans-serif !important;
  }
}
main.newsletter .content .items-wrap {
  position: relative;
  flex: 1;
  width: 100%;
  border-color: 1px solid rgb(220, 220, 220);
  height: 100%;
}
main.newsletter .content .items-wrap .utility {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  padding: 0 1.3% 2vh 1.3%;
}
main.newsletter .content .items-wrap .items-table-header {
  width: 100%;
  padding-inline: 1.3%;
  padding-bottom: 0.65vh;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 2%;
  border-bottom: #DCDCDC 1px solid;
}
main.newsletter .content .items-wrap .items-table-header h6 {
  flex: 1;
  color: #807F83;
  font-size: 1rem;
  font-weight: 400;
}
main.newsletter .content .items-wrap .items-table-header h6.flex0 {
  flex: 0;
}
main.newsletter .content .items-wrap .items-table-header h6.flex2 {
  flex: 2;
}
main.newsletter .content .items-wrap .items-table-header h6.right {
  text-align: right;
}
main.newsletter .content .items-wrap .items-table-header h6.center {
  text-align: center;
}
main.newsletter .content .items-wrap .items-table {
  padding: 2vh 0 6vh 0;
  overflow: scroll;
  scrollbar-width: none;
  height: calc(94vh - 1.125rem - 0.563rem - 1.25rem - 13vh - 4vh - 2.4rem);
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
}
main.newsletter .content .items-wrap .items-table ::-webkit-scrollbar {
  display: none;
}
main.newsletter .content .items-wrap .items-table .newsletter {
  flex-shrink: 0;
  height: 2.688rem;
  width: 100%;
  background-color: white;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 2%;
  padding-inline: 1.3%;
  position: relative;
  margin-bottom: 1px;
}
main.newsletter .content .items-wrap .items-table .newsletter span {
  color: #0B1C30;
  font-weight: 500;
  flex: 1;
}
main.newsletter .content .items-wrap .items-table .newsletter span.right {
  text-align: right;
}
main.newsletter .content .items-wrap .items-table .newsletter span.center {
  text-align: center;
}
main.newsletter .content .items-wrap .items-table .newsletter .customer-name {
  flex: 2;
}
main.newsletter .content .items-wrap .items-table .newsletter .email {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  gap: 2%;
}
main.newsletter .content .items-wrap .items-table .newsletter .email .status {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 0.313rem;
  border-radius: 1.188rem;
  padding: 0 1rem 0 0;
}
main.newsletter .content .items-wrap .items-table .newsletter .email .status span {
  font-size: 1rem;
  font-weight: 500;
}
main.newsletter .content .items-wrap .items-table .newsletter .email .status.new span {
  color: #3A83FF;
}
main.newsletter .content .items-wrap .items-table .newsletter::before {
  content: "";
  display: block;
  width: 97.4%;
  border-bottom: 1px solid #DCDCDC;
  position: absolute; /* Optional: If you want to control the positioning */
  bottom: -1px;
  left: 50%;
  height: 1px;
  transform: translateX(-50%);
  z-index: 200;
}
main.newsletter .content .items-wrap .items-table hr {
  width: 97.4%;
  align-self: center;
  border: 0;
  border-top: 1px solid #DCDCDC;
}
main.newsletter .content .items-wrap .items-table-footer {
  width: 100%;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  background-color: rgba(255, 255, 255, 0.8);
  border-top: 1px solid #DCDCDC;
  height: 4.4444vh;
  position: absolute;
  bottom: 0;
  z-index: 3;
}
main.newsletter .content .items-wrap .white-cover {
  width: 100%;
  height: 8vh;
  position: fixed;
  bottom: 0;
  z-index: 2;
  background-color: white;
}

.coupon-margin2 {
  margin-bottom: 1.125rem !important;
}

.coupon-margin1 {
  margin-top: 1.125rem !important;
}

main.users .content {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4%;
}
main.users .content .items-wrap {
  position: relative;
  flex: 1;
  width: 100%;
  border-color: 1px solid rgb(220, 220, 220);
  height: 100%;
}
main.users .content .items-wrap .utility {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 5%;
  padding: 0 1.3% 2vh 1.3%;
}
main.users .content .items-wrap .items-table-header {
  width: 100%;
  padding-inline: 1.3%;
  padding-bottom: 0.65vh;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 2%;
  border-bottom: #DCDCDC 1px solid;
}
main.users .content .items-wrap .items-table-header h6 {
  flex: 1;
  color: #807F83;
  font-size: 1rem;
  font-weight: 400;
}
main.users .content .items-wrap .items-table-header h6.flex0 {
  flex: 0;
}
main.users .content .items-wrap .items-table-header h6.flex2 {
  flex: 2;
}
main.users .content .items-wrap .items-table-header h6.right {
  text-align: right;
}
main.users .content .items-wrap .items-table-header h6.center {
  text-align: center;
}
main.users .content .items-wrap .items-table-header h6.placeholder {
  min-width: 2rem;
  flex: 0;
  background-color: white;
  height: 1rem;
  display: flex;
  color: white;
}
main.users .content .items-wrap .items-table {
  padding: 2vh 0 6vh 0;
  overflow: scroll;
  scrollbar-width: none;
  height: calc(94vh - 1.125rem - 0.563rem - 1.25rem - 13vh - 4vh - 2.4rem);
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
}
main.users .content .items-wrap .items-table ::-webkit-scrollbar {
  display: none;
}
main.users .content .items-wrap .items-table .user {
  flex-shrink: 0;
  height: 2.688rem;
  width: 100%;
  background-color: white;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 2%;
  padding-inline: 1.3%;
  position: relative;
  cursor: pointer;
  margin-bottom: 1px;
}
main.users .content .items-wrap .items-table .user .status {
  width: 2rem;
  display: flex;
  padding: 0;
}
main.users .content .items-wrap .items-table .user:hover {
  background-color: #F5F5F5;
}
main.users .content .items-wrap .items-table .user span {
  color: #0B1C30;
  font-weight: 500;
  flex: 1;
  text-wrap: nowrap;
}
main.users .content .items-wrap .items-table .user span.right {
  text-align: right;
}
main.users .content .items-wrap .items-table .user span.center {
  text-align: center;
}
main.users .content .items-wrap .items-table .user span.flex2 {
  flex: 2;
}
main.users .content .items-wrap .items-table .user span.flex0 {
  flex: 0;
}
main.users .content .items-wrap .items-table .user span.number {
  flex: 1;
}
main.users .content .items-wrap .items-table .user .customer-name {
  flex: 2;
}
main.users .content .items-wrap .items-table .user::before {
  content: "";
  display: block;
  width: 97.4%;
  border-bottom: 1px solid #DCDCDC;
  position: absolute; /* Optional: If you want to control the positioning */
  bottom: -1px;
  left: 50%;
  height: 1px;
  transform: translateX(-50%);
  z-index: 200;
}
main.users .content .items-wrap .items-table hr {
  width: 97.4%;
  align-self: center;
  border: 0;
  border-top: 1px solid #DCDCDC;
}
main.users .content .items-wrap .items-table-footer {
  width: 100%;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  background-color: rgba(255, 255, 255, 0.8);
  border-top: 1px solid #DCDCDC;
  height: 4.4444vh;
  position: absolute;
  bottom: 0;
  z-index: 3;
}
main.users .content .items-wrap .white-cover {
  width: 100%;
  height: 8vh;
  position: fixed;
  bottom: 0;
  z-index: 2;
  background-color: white;
}
main.users .content .one-item-wrap {
  flex-shrink: 0;
  width: 38%;
  min-width: 32.688rem;
  border: 1px solid rgb(220, 220, 220);
  max-height: 100%;
  z-index: 3;
  position: relative;
  border-radius: 1rem;
}
main.users .content .one-item-wrap .one-item {
  width: 100%;
  padding: 0 5% 1.3rem 5%;
  max-height: calc(96vh - 1.125rem - 0.563rem - 1.25rem - 13vh - 4vh - 2.4rem);
  overflow-y: scroll;
  scrollbar-width: none;
  position: relative;
}
main.users .content .one-item-wrap .one-item ::-webkit-scrollbar {
  display: none;
}
main.users .content .one-item-wrap .one-item .heading {
  position: sticky;
  top: 0;
  background-color: white;
  width: 100%;
  z-index: 5;
  border-bottom: 1px solid #DCDCDC;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  height: 5.2rem;
  padding-top: 1.3rem;
}
main.users .content .one-item-wrap .one-item .heading .user-number {
  color: #0B1C30;
  font-size: 1rem;
  font-weight: 500;
}
main.users .content .one-item-wrap .one-item .heading h5 {
  color: #5C5E62;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.75rem;
  text-wrap: nowrap;
}
main.users .content .one-item-wrap .one-item .heading h5 svg {
  flex-shrink: 0;
}
main.users .content .one-item-wrap .one-item .order-header {
  width: 100%;
  padding: 0.875rem 1.2%;
  border-bottom: 1px solid #DCDCDC;
}
main.users .content .one-item-wrap .one-item .order-header h4 {
  font-size: 1.375rem;
  font-weight: 500;
}
main.users .content .one-item-wrap .one-item .order-header h4 .order-number {
  color: #807F83;
}
main.users .content .one-item-wrap .one-item .order-header .row {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}
main.users .content .one-item-wrap .one-item .order-header .row .info {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.625rem;
  margin-top: 0.5rem;
}
main.users .content .one-item-wrap .one-item .order-header .row .info .vl {
  height: 1.438rem;
  border-left: 1px solid #DCDCDC;
}
main.users .content .one-item-wrap .one-item .order-header .row .info .date, main.users .content .one-item-wrap .one-item .order-header .row .info .content-count, main.users .content .one-item-wrap .one-item .order-header .row .info .paid {
  font-weight: 400;
  color: #0B1C30;
  font-size: 1.125rem;
}
main.users .content .one-item-wrap .one-item .order-header .row .info .paid {
  color: #04A22D;
  font-weight: 500;
}
main.users .content .one-item-wrap .one-item .order-header .row .status {
  height: 2.125rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 0.313rem;
  border-radius: 1.188rem;
  padding: 0 1rem 0.438rem 1rem;
  background-color: #F8F8F8;
}
main.users .content .one-item-wrap .one-item .order-header .row .status span {
  font-size: 1rem;
  font-weight: 500;
}
main.users .content .one-item-wrap .one-item .order-header .row .status.new span {
  color: #3A83FF;
}
main.users .content .one-item-wrap .one-item .order-content-header {
  border-bottom: 1px dashed #DCDCDC;
  border-image: repeating-linear-gradient(to right, #DCDCDC 0, #DCDCDC 7px, transparent 7px, transparent 14px) 1;
  padding: 0.938rem 1.2%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}
main.users .content .one-item-wrap .one-item .order-content-header h6 {
  font-size: 1.125rem;
  font-weight: 400;
  color: #0B1C30;
}
main.users .content .one-item-wrap .one-item .order-content-header h6 .count {
  color: #939297;
}
main.users .content .one-item-wrap .one-item .order-items {
  padding: 0.938rem 1.2%;
  width: 100%;
  border-bottom: 1px solid #DCDCDC;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.938rem;
}
main.users .content .one-item-wrap .one-item .order-items .item {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 4%;
}
main.users .content .one-item-wrap .one-item .order-items .item .icon {
  width: 3.313rem;
  height: 3.313rem;
  box-shadow: inset 0 0 0 1px #DCDCDC;
  border-radius: 0.625rem;
  background-color: #F5F5F5;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-shrink: 0;
}
main.users .content .one-item-wrap .one-item .order-items .item .right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
}
main.users .content .one-item-wrap .one-item .order-items .item .right .top {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
}
main.users .content .one-item-wrap .one-item .order-items .item .right .top h6 {
  font-size: 1rem;
  font-weight: 500;
}
main.users .content .one-item-wrap .one-item .order-items .item .right .top .price {
  color: #3A83FF;
  font-size: 1rem;
  font-weight: 500;
}
main.users .content .one-item-wrap .one-item .order-items .item .right .top .course-heading {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
main.users .content .one-item-wrap .one-item .order-items .item .right .top .course-heading .course-code {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.438rem;
}
main.users .content .one-item-wrap .one-item .order-items .item .right .top .course-heading .course-code .copy {
  font-size: 0.875rem;
  color: #A508F8;
  font-weight: 500;
}
main.users .content .one-item-wrap .one-item .order-items .item .right .bottom {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
}
main.users .content .one-item-wrap .one-item .order-items .item .right .bottom .info {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
}
main.users .content .one-item-wrap .one-item .order-items .item .right .bottom .info .count, main.users .content .one-item-wrap .one-item .order-items .item .right .bottom .info .item-code span {
  font-size: 0.875rem;
  color: #5C5E62;
  font-weight: 500;
}
main.users .content .one-item-wrap .one-item .order-items .item .right .bottom .info .count .copy, main.users .content .one-item-wrap .one-item .order-items .item .right .bottom .info .item-code span .copy {
  color: #0B1C30;
}
main.users .content .one-item-wrap .one-item .order-items .item .right .bottom .info .vl {
  height: 0.938rem;
  border-left: 1px solid #DCDCDC;
  margin-inline: 0.625rem;
}
main.users .content .one-item-wrap .one-item .order-items .item .right .bottom .info .copy-btn {
  margin-left: 0.375rem;
}
main.users .content .one-item-wrap .one-item .order-items .item .right .bottom .warning {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.313rem;
  font-size: 0.875rem;
  color: #0B1C30;
  font-weight: 500;
  align-self: center;
}
main.users .content .one-item-wrap .one-item .order-footer hr {
  border: 0;
  border-bottom: 1px solid #DCDCDC;
}
main.users .content .one-item-wrap .one-item .order-footer .cost-row {
  width: 100%;
  padding: 0.938rem 1.2%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  border-bottom: 1px solid #DCDCDC;
}
main.users .content .one-item-wrap .one-item .order-footer .cost-row h6 {
  font-size: 1.125rem;
  font-weight: 400;
}
main.users .content .one-item-wrap .one-item .order-footer .cost-row span {
  color: #3A83FF;
  font-size: 1rem;
  font-weight: 500;
}
main.users .content .one-item-wrap .one-item .order-footer .section-heading {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  padding: 0.875rem 0;
  font-size: 1.125rem;
  font-weight: 500;
  border-bottom: 1px solid #DCDCDC;
}
main.users .content .one-item-wrap .one-item .order-footer .info-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  padding: 0.938rem 1.2% 0 1.2%;
}
main.users .content .one-item-wrap .one-item .order-footer .info-row.bottom {
  padding-bottom: 0.938rem;
}
main.users .content .one-item-wrap .one-item .order-footer .info-row h6 {
  font-size: 1.125rem;
  font-weight: 400;
}
main.users .content .one-item-wrap .one-item .order-footer .info-row span {
  color: #5C5E62;
  font-size: 1.125rem;
  font-weight: 400;
}
main.users .content .one-item-wrap .one-item .order-footer .info-row .copy-wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
}

.two-step-form {
  margin-top: 1rem;
  position: relative;
  height: 2.813rem;
}
.two-step-form .step1, .two-step-form .step2 {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0 ease, position 0 ease;
  transform: scale(0);
}
.two-step-form .step1.active, .two-step-form .step2.active {
  opacity: 1;
  transform: scale(1);
  opacity: 1;
  pointer-events: all;
}
.two-step-form .step2 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 4.2%;
  width: 100%;
}

.contact-main {
  background-color: #FFF9F5;
}
.contact-main .contacts {
  width: 100%;
  padding: 5.9375rem 8.75rem 13.6875rem 8.75rem;
  background-color: #EDE5DC;
  display: flex;
  flex-direction: column;
  position: relative;
}
.contact-main .contacts .contact-slider {
  top: calc(-5.9375rem - 3vh);
  position: absolute;
  width: 10px;
  height: 10px;
  left: 0;
}
.contact-main .contacts .decor1 {
  position: absolute;
  width: 34%;
  height: auto;
  bottom: 11.9375rem;
  left: 0;
}
.contact-main .contacts .decor2 {
  position: absolute;
  width: 18.75%;
  height: auto;
  right: 17%;
  top: 0;
}
.contact-main .contacts h3 {
  margin-bottom: 65px;
  position: relative;
  z-index: 2;
  color: #87232D;
}
.contact-main .contacts h3 span {
  color: #FF4345;
}
.contact-main .contacts .articles {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 2.66666666%;
  row-gap: calc(0.026666 * (100vw - 17.5rem));
}
.contact-main .contacts .articles article {
  align-items: stretch;
  aspect-ratio: 375/475;
  height: auto;
  padding: 2.8125rem;
  width: 23%;
  background-color: #FFF9F5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.875rem;
}
.contact-main .contacts .articles article h4 {
  color: #FF4345;
  font-size: 2.1875rem;
  font-weight: 400;
  font-family: "Stack Sans Notch", sans-serif;
}
.contact-main .contacts .articles article .bottom {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
.contact-main .contacts .articles article .bottom .map {
  color: #FF4345;
  font-size: 1.375rem;
  font-family: "Stack Sans Notch", sans-serif;
  text-decoration: none;
}
.contact-main .contacts .articles article .paragraph {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}
.contact-main .contacts .articles article .paragraph .items {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.contact-main .contacts .articles article .paragraph a {
  font-size: 1rem;
  color: #1E232B;
  font-weight: 300;
  text-decoration: underline;
}
.contact-main .contacts .articles article .paragraph h5 {
  font-size: 1.25rem;
  font-weight: 400;
  color: #1E232B;
  font-family: "Stack Sans Notch", sans-serif;
}
.contact-main .contacts .articles article .paragraph p {
  font-size: 1rem;
  color: #1E232B;
  font-weight: 300;
}
.contact-main .form-section {
  width: 100%;
  padding: 4.0625rem 8.75rem 10.75rem 0;
  display: flex;
  justify-content: space-between;
}
.contact-main .form-section .left {
  width: 38%;
}
.contact-main .form-section .left .inner {
  padding-left: 8.75rem;
}
.contact-main .form-section .left .inner p {
  margin: 2.8125rem 0 6.9375rem 0;
  font-size: 1.375rem;
  letter-spacing: 0.0344rem;
  line-height: 2rem;
  font-weight: 300;
  color: #1E232B;
}
.contact-main .form-section .left svg {
  width: 100%;
  height: auto;
}
.contact-main .form-section form {
  padding: 0;
  display: flex;
  flex-direction: column;
  width: 53.4%;
}
.contact-main .form-section form .check {
  margin-top: 1.5625rem;
  display: flex;
  align-items: flex-start !important;
  gap: 0.9375rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1.25rem;
}
.contact-main .form-section form .check p {
  color: #1E232B;
  font-size: 0.875rem;
  font-weight: 300;
}
.contact-main .form-section form .check p a {
  color: #FF4345;
  text-decoration: underline;
}
.contact-main .form-section form .check.wrap2 {
  margin-top: 2.25rem;
}
.contact-main .form-section form .check.wrap3 {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}
.contact-main .form-section form .check span {
  font-size: 1.125rem;
  font-weight: 500;
}
.contact-main .form-section form .check label {
  min-width: 1.5625rem;
  height: 1.5625rem;
  width: 1.5625rem;
  position: relative;
  cursor: pointer;
  transition: ease-out 0.3s;
  box-shadow: inset 0 0 0 0.16rem rgba(0, 0, 0, 0);
}
.contact-main .form-section form .check label:hover {
  box-shadow: inset 0 0 0 0.16rem #87232D;
}
.contact-main .form-section form .check label input {
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}
.contact-main .form-section form .check label span {
  border: 0.125rem solid #87232D;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  transition: ease-out 0.1s;
}
.contact-main .form-section form .check label span {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.contact-main .form-section form .check label span svg {
  flex-shrink: 0;
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  opacity: 0;
  transition: ease-out 0.1s;
}
.contact-main .form-section form .check label input:checked + span svg {
  opacity: 1;
}
.contact-main .form-section form .check label input:checked + span {
  background-color: #87232D;
}
.contact-main .form-section form .bottom {
  display: flex;
  width: 100%;
  margin-top: 2.8125rem;
  justify-content: space-between;
}
.contact-main .form-section form .bottom h6 {
  font-size: 1rem;
  color: #A59687;
  font-weight: 400;
}
.contact-main .form-section form .bottom h6 span {
  color: #FF4345;
}
.contact-main .form-section form .input-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 1px solid #DDD8D3;
}
.contact-main .form-section form .input-wrapper .two-inputs {
  display: flex;
  justify-content: space-between;
}
.contact-main .form-section form .input-wrapper .two-inputs .vl {
  height: 100%;
  border-left: 1px solid #DDD8D3;
}
.contact-main .form-section form .input-wrapper .text-input {
  height: 5.3125rem;
  width: 100%;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
  align-items: center;
}
.contact-main .form-section form .input-wrapper .text-input.textarea {
  height: 14.375rem;
  align-items: flex-start;
}
.contact-main .form-section form .input-wrapper .text-input.textarea label {
  top: 1.9rem;
}
.contact-main .form-section form .input-wrapper .text-input.textarea textarea {
  border: 0;
  background-color: rgba(0, 0, 0, 0);
  resize: none;
  padding: 0 1.5625rem 1rem 1.5625rem;
  outline: none;
  font-size: 1.125rem;
  width: 100%;
  scroll-padding: 2.6rem 0 1rem 0;
  height: calc(100% - 2.6rem);
  align-self: flex-end;
  color: #1E232B;
}
.contact-main .form-section form .input-wrapper .text-input.textarea textarea:valid, .contact-main .form-section form .input-wrapper .text-input.textarea textarea:not(:placeholder-shown) {
  /* posuneme label, pokud je input validní nebo focus */
}
.contact-main .form-section form .input-wrapper .text-input.textarea textarea:valid ~ label, .contact-main .form-section form .input-wrapper .text-input.textarea textarea:not(:placeholder-shown) ~ label {
  font-size: 1rem;
  transform: translateY(-1.2rem);
}
.contact-main .form-section form .input-wrapper .text-input label {
  position: absolute;
  left: 1.5625rem;
  font-size: 1.25rem;
  color: #A59687;
  pointer-events: none;
}
.contact-main .form-section form .input-wrapper .text-input label span {
  color: #FF4345;
}
.contact-main .form-section form .input-wrapper .text-input:hover, .contact-main .form-section form .input-wrapper .text-input:focus-within {
  box-shadow: inset 0 0 0 1px #FF4345;
}
.contact-main .form-section form .input-wrapper .text-input:focus-within label {
  font-size: 1rem;
  transform: translateY(-1.2rem);
}
.contact-main .form-section form .input-wrapper .text-input input {
  width: 100%;
  height: 100%;
  padding: 1.5rem 1.5625rem 0 1.5625rem;
  border: 0;
  outline: none !important;
  background-color: rgba(0, 0, 0, 0);
  font-size: 1.125rem;
  color: #1E232B;
  font-weight: 400;
}
.contact-main .form-section form .input-wrapper .text-input input:valid, .contact-main .form-section form .input-wrapper .text-input input:not(:placeholder-shown) {
  /* posuneme label, pokud je input validní nebo focus */
}
.contact-main .form-section form .input-wrapper .text-input input:valid ~ label, .contact-main .form-section form .input-wrapper .text-input input:not(:placeholder-shown) ~ label {
  font-size: 1rem;
  transform: translateY(-1.2rem);
}
.contact-main .form-section form .hr {
  width: 100%;
  border-top: 1px solid #DDD8D3;
}

@media only screen and (max-width: 1020px) {
  .contact-main {
    flex-direction: column;
  }
  .contact-main .form-section {
    flex-direction: column;
    padding: 3.462rem 2.692rem 6.385rem 0;
    gap: 6.462rem;
  }
  .contact-main .form-section .left {
    width: 100%;
  }
  .contact-main .form-section .left h3 {
    font-size: 2.308rem !important;
  }
  .contact-main .form-section .left svg {
    width: 81%;
  }
  .contact-main .form-section .left .inner {
    padding: 0 0 0 2.692rem;
    flex-direction: column;
  }
  .contact-main .form-section .left .inner p {
    margin-bottom: 1.846rem;
    font-size: 1.231rem;
    font-weight: 300;
    line-height: 1.692rem;
    letter-spacing: 0;
  }
  .contact-main .form-section form {
    width: 100%;
    padding-left: 2.692rem;
  }
  .contact-main .form-section form .input-wrapper .two-inputs {
    flex-direction: column !important;
  }
  .contact-main .form-section form .input-wrapper .two-inputs .vl {
    width: 100%;
    border-top: 1px solid #DDD8D3;
  }
  .contact-main .form-section form .input-wrapper .contact-select-input {
    height: 4.615rem !important;
  }
  .contact-main .form-section form .input-wrapper .contact-select-input select {
    font-size: 1.231rem;
  }
  .contact-main .form-section form .input-wrapper .text-input {
    height: 4.615rem !important;
  }
  .contact-main .form-section form .input-wrapper .text-input.textarea {
    height: 11.692rem !important;
  }
  .contact-main .form-section form .input-wrapper .text-input label {
    font-size: 1.231rem;
  }
  .contact-main .form-section form .check {
    margin-top: 1.923rem;
  }
  .contact-main .form-section form .check label {
    width: 1.923rem !important;
    min-width: 1.923rem !important;
    height: 1.923rem !important;
  }
  .contact-main .form-section form .check label svg {
    width: 1rem;
    height: 0.769rem;
  }
  .contact-main .form-section form .check p {
    font-size: 0.846rem;
    font-weight: 300;
  }
  .contact-main .form-section form .bottom {
    margin-top: 1.923rem;
    flex-direction: column-reverse;
    gap: 1.154rem;
    align-items: center;
  }
  .contact-main .form-section form .bottom button {
    width: 100%;
  }
  .contact-main .contacts {
    padding: 6.385rem 0 6.385rem 0;
  }
  .contact-main .contacts .decor2 {
    width: 31.16% !important;
    right: 2.231rem;
  }
  .contact-main .contacts .decor1 {
    bottom: 5.538rem;
    width: 58.139% !important;
  }
  .contact-main .contacts h3 {
    margin-bottom: 3.462rem;
    font-size: 2.308rem;
    padding-left: 2.692rem;
  }
  .contact-main .contacts .articles {
    padding: 0 2.692rem;
    overflow-x: scroll;
    flex-wrap: nowrap;
    gap: 1.923rem;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 2.692rem;
  }
  .contact-main .contacts .articles article {
    padding: 1.923rem;
    scroll-snap-align: start;
    flex-shrink: 0;
    aspect-ratio: auto;
    width: 23.077rem;
    min-height: 29.615rem;
  }
  .contact-main .contacts .articles article .bottom {
    gap: 3.462rem;
  }
  .contact-main .contacts .articles article .map {
    font-size: 1.385rem;
  }
  .contact-main .contacts .articles article .paragraph {
    gap: 1.923rem;
  }
  .contact-main .contacts .articles article h4 {
    font-size: 2.308rem;
  }
}
.projects-main {
  background-color: #FFF9F5;
}
.projects-main .heading {
  gap: 14%;
  display: flex;
  justify-content: space-between;
  padding: 4.0625rem 0 5.9375rem 8.75rem;
}
.projects-main .heading .left {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 7.875rem;
  justify-content: flex-start;
}
.projects-main .heading .left .counter {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
}
.projects-main .heading .left .counter h3 {
  font-size: 2.1875rem;
  height: auto;
  line-height: normal;
}
.projects-main .heading .left .counter h3 span {
  color: #A59687;
}
.projects-main .heading .left svg {
  width: 1.5rem;
  height: 1.5rem;
  align-self: center;
}
.projects-main .heading .left h2 {
  max-width: 45.75rem;
}
.projects-main .heading svg {
  width: 100%;
  align-self: flex-start;
}
.projects-main .projects {
  display: flex;
  flex-wrap: wrap;
  padding: 0 8.75rem 5.9375rem 8.75rem;
  gap: 4.7%;
  row-gap: calc(0.047 * (100vw - 17.5rem));
  align-items: stretch;
}
.projects-main .projects .project {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #DDD8D3;
  width: 30.2%;
  height: 100%;
  aspect-ratio: 495/595 !important;
  min-height: 37.188rem;
  height: auto;
}
.projects-main .projects .project .top {
  padding: 2.8125rem 2.8125rem 0 2.8125rem;
}
.projects-main .projects .project .top h6 {
  font-weight: 500;
  font-size: 1.375rem;
  margin-bottom: 1.875rem;
  color: #FF4345;
}
.projects-main .projects .project .top h5 {
  font-family: "Stack Sans Notch", sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  color: #1E232B;
}
.projects-main .projects .project .img-wrap {
  width: 100%;
  padding: 1.375rem;
}
.projects-main .projects .project img {
  width: 100%;
  aspect-ratio: 451/300;
  object-fit: cover;
  object-position: center;
  background-color: #494a4c;
}
.projects-main .projects .project:hover {
  background-color: #FF4345;
  border-color: #FF4345;
}
.projects-main .projects .project:hover h5, .projects-main .projects .project:hover h6 {
  color: #FFF9F5;
}

@media only screen and (max-width: 1020px) {
  .projects-main .heading {
    padding: 3.462rem 2.692rem 1.923rem 2.692rem;
  }
  .projects-main .heading .left {
    gap: 3.462rem;
  }
  .projects-main .heading .left .counter {
    gap: 1.154rem;
  }
  .projects-main .heading .left h3 {
    font-size: 1.538rem !important;
  }
  .projects-main .heading .left svg {
    width: 1.615rem;
    height: 1.615rem;
  }
  .projects-main .projects {
    flex-wrap: nowrap;
    padding: 0 2.692rem 0 2.692rem;
    overflow-x: scroll;
    gap: 1.923rem;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 2.692rem;
  }
  .projects-main .projects .project {
    height: auto;
    min-height: auto;
    flex-shrink: 0;
    width: 23.077rem;
    scroll-snap-align: start;
    padding: 1.923rem;
    aspect-ratio: 300/385 !important;
  }
  .projects-main .projects .project .top {
    padding: 0;
  }
  .projects-main .projects .project .img-wrap {
    padding: 0;
  }
  .projects-main .projects .project .img-wrap img {
    aspect-ratio: 249/150;
  }
  .projects-main .projects .project h5 {
    font-size: 1.538rem !important;
    font-weight: 400 !important;
  }
  .projects-main .projects .project h6 {
    font-size: 1.231rem !important;
    font-weight: 400 !important;
    margin-bottom: 1.923rem !important;
    font-family: "Stack Sans Notch", sans-serif !important;
  }
  .projects-main .decor {
    margin: 3.462rem 0 5rem 0;
    display: flex;
    justify-content: flex-end;
    padding-left: 2.692rem;
  }
  .projects-main .decor svg {
    width: 100%;
    height: auto;
  }
}
.about-main {
  background-color: #FFF9F5;
}
.about-main .results {
  padding-bottom: 12.1875rem;
}
.about-main .about-heading {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  padding: 4.0625rem 8.75rem 9.0625rem 8.75rem;
}
.about-main .about-heading h3 {
  max-width: 42rem;
}
.about-main .about-heading p {
  font-size: 1.25rem;
  color: #1E232B;
  font-weight: 400;
  letter-spacing: 0.0313rem;
  line-height: 1.6875rem;
  max-width: 37.3125rem;
}
.about-main .team {
  padding: 0 8.75rem 16.9375rem 8.75rem;
}
.about-main .team .container {
  width: 100%;
  display: flex;
  position: relative;
}
.about-main .team .container .left {
  width: 86%;
  background-color: #FFF2E8;
  padding: 2.875rem;
}
.about-main .team .container .left .wrapper {
  width: 41%;
  display: flex;
  flex-direction: column;
  gap: 2.1875rem;
}
.about-main .team .container .left .wrapper h4 {
  font-size: 2.1875rem;
  letter-spacing: 0rem;
  font-family: "Stack Sans Notch", sans-serif;
  font-weight: 400;
  color: #87232D;
}
.about-main .team .container .left .wrapper .articles {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.about-main .team .container .left .wrapper .articles article {
  border-top: 1px solid #DDD8D3;
  display: flex;
  flex-direction: column;
  pointer-events: all;
  cursor: pointer;
}
.about-main .team .container .left .wrapper .articles article p {
  color: #1E232B;
  font-size: 1.25rem;
  height: 0;
  overflow: hidden;
  line-height: 1.875rem;
  letter-spacing: 0.0313rem;
}
.about-main .team .container .left .wrapper .articles article .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 1rem;
}
.about-main .team .container .left .wrapper .articles article .top h5 {
  font-size: 1.5625rem;
  color: #FF4345;
  font-weight: 400;
  font-family: "Stack Sans Notch", sans-serif;
}
.about-main .team .container .left .wrapper .articles article .top h6 {
  color: #A59687;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Stack Sans Notch", sans-serif;
  text-transform: uppercase;
}
.about-main .team .container .left .wrapper .articles article.active {
  cursor: text;
}
.about-main .team .container .left .wrapper .articles article.active p {
  margin-top: 2.8125rem;
  height: auto;
}
.about-main .team .container .left .wrapper .articles article.active:hover .top h5 {
  color: #FF4345 !important;
}
.about-main .team .container .left .wrapper .articles article:hover .top h5 {
  color: #BF3536 !important;
}
.about-main .team .container .images {
  gap: 4.0625rem;
  position: absolute;
  width: 100%;
  right: 0;
  justify-content: flex-end;
  top: 4.3125rem;
  display: flex;
  pointer-events: none;
}
.about-main .team .container .images .img-wrap1,
.about-main .team .container .images .img-wrap2 {
  width: 27.4%;
  aspect-ratio: 449/575;
  background-color: #EFDCCF;
}
.about-main .team .container .images .img-wrap1 img,
.about-main .team .container .images .img-wrap2 img {
  width: 100%;
  height: 100%;
  aspect-ratio: 449/575;
  object-fit: cover;
  object-position: center;
}
.about-main .references {
  padding: 0 8.75rem 12.1875rem 8.75rem;
}
.about-main .references h3.top {
  color: #87232D !important;
  text-align: center;
}
.about-main .references .bottom {
  margin-top: 12.1875rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 5.7%;
}
.about-main .references .bottom .left {
  width: 34.6%;
  flex-shrink: 0;
}
.about-main .references .bottom .left p {
  margin-top: 2.8125rem;
  color: #1E232B;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0.0313rem;
}
.about-main .references .bottom .articles {
  display: flex;
  flex-wrap: wrap;
  gap: 2.8125rem;
  width: 65.4%;
  align-items: stretch;
}
.about-main .references .bottom .articles article {
  flex: 0 0 calc(50% - 1.40625rem);
  background-color: #FFF2E8;
  padding: 45px;
  height: auto;
  gap: 45px;
  aspect-ratio: 465/450;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about-main .references .bottom .articles article p {
  color: #1E232B;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.025rem;
}
.about-main .bullets {
  width: 100%;
  padding: 0 8.75rem 12.1875rem 8.75rem;
  display: flex;
  justify-content: space-between;
}
.about-main .bullets article {
  width: 47.6%;
  padding: 2.8125rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2.8125rem;
  aspect-ratio: 780/616;
  position: relative;
}
.about-main .bullets article a {
  position: relative;
  z-index: 2;
}
.about-main .bullets article h3 {
  max-width: 28.4375rem;
  position: relative;
  z-index: 2;
}
.about-main .bullets article.white {
  border: 1px solid #DDD8D3;
}
.about-main .bullets article.white svg {
  position: absolute;
  width: 46%;
  height: auto;
  bottom: -1px;
  right: -1px;
}
.about-main .bullets article.red {
  background-color: #FF4345;
  overflow: hidden;
}
.about-main .bullets article.red h3 {
  color: #FFF9F5;
}
.about-main .bullets article.red svg {
  position: absolute;
  width: 55%;
  height: auto;
  bottom: -1px;
  right: -1px;
}
.about-main .references-slider {
  padding-top: 5.938rem !important;
  padding-bottom: 12.125rem !important;
}

@media only screen and (max-width: 1020px) {
  .about-main .about-heading {
    padding: 3.462rem 2.692rem;
    gap: 3.462rem;
    flex-direction: column;
    display: flex;
  }
  .about-main .about-heading h3 {
    align-self: flex-start;
    font-size: 2.308rem;
    line-height: 2.692rem;
  }
  .about-main .about-heading p {
    align-self: flex-start;
    line-height: 1.692rem;
    letter-spacing: 0;
    font-weight: 300;
  }
  .about-main .team {
    padding: 0 0 7.308rem 0;
  }
  .about-main .team .container {
    gap: 3.462rem;
    flex-direction: column-reverse;
  }
  .about-main .team .container .left {
    align-self: center;
    width: calc(100% - 5.385rem);
    padding: 1.923rem;
  }
  .about-main .team .container .left .wrapper {
    width: 100%;
  }
  .about-main .team .container .left .wrapper .articles {
    gap: 1.923rem;
  }
  .about-main .team .container .left .wrapper .articles article.active p {
    margin-top: 1.846rem !important;
  }
  .about-main .team .container .left .wrapper .articles article p {
    font-size: 1rem;
    letter-spacing: 0.025rem;
    line-height: 1.385rem;
  }
  .about-main .team .container .left .wrapper .articles article .top {
    padding-top: 0.846rem;
  }
  .about-main .team .container .left .wrapper .articles article .top h5 {
    font-size: 1.385rem;
  }
  .about-main .team .container .left .wrapper h4 {
    font-size: 1.923rem;
  }
  .about-main .team .container .images {
    padding: 0 2.692rem;
    scroll-padding-left: 2.692rem;
    position: static;
    justify-content: flex-start;
    overflow-x: scroll;
    overflow-y: hidden;
    pointer-events: all;
    height: auto;
    gap: 1.923rem;
    scroll-snap-type: x mandatory;
  }
  .about-main .team .container .images .img-wrap1, .about-main .team .container .images .img-wrap2 {
    scroll-snap-align: start;
    width: 23.077rem;
    height: 29.615rem;
    aspect-ratio: auto;
    flex-shrink: 0;
  }
  .about-main .team .container .images .img-wrap1 img, .about-main .team .container .images .img-wrap2 img {
    aspect-ratio: auto;
  }
  .about-main .references {
    padding: 0 0 7.308rem 0;
  }
  .about-main .references h3.top {
    width: 100%;
    padding: 0 2.692rem 0 2.692rem;
    font-size: 1.538rem;
    line-height: 1.923rem !important;
  }
  .about-main .references .bottom {
    gap: 3.462rem;
    margin-top: 7.308rem;
    flex-direction: column;
  }
  .about-main .references .bottom .left {
    width: calc(100% - 5.385rem);
    align-self: center;
  }
  .about-main .references .bottom .left h3 {
    font-size: 2.308rem;
  }
  .about-main .references .bottom .left p {
    margin-top: 3.462rem;
    font-weight: 300;
    font-size: 1.231rem;
    line-height: 1.692rem;
  }
  .about-main .references .bottom .articles {
    width: 100%;
    padding: 0 2.692rem 0 2.692rem;
    scroll-padding-left: 2.692rem;
    flex-wrap: nowrap;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
  }
  .about-main .references .bottom .articles article {
    padding: 1.923rem;
    scroll-snap-align: start;
    flex-shrink: 0;
    width: 25rem;
    aspect-ratio: 1/1;
    flex: 0 0 25rem;
  }
  .about-main .references .bottom .articles article p {
    font-size: 1rem;
    line-height: 1.385rem;
    letter-spacing: 0.025rem;
  }
  .about-main .bullets {
    padding: 0 2.692rem 5.077rem 2.692rem;
    flex-direction: column;
    gap: 1.923rem;
  }
  .about-main .bullets article {
    width: 100%;
    aspect-ratio: 361/300;
    padding: 1.923rem;
  }
  .about-main .bullets article h3 {
    max-width: 21rem;
  }
  .about-main .bullets article.red svg {
    width: 52%;
  }
  .about-main .bullets article.white svg {
    width: 43%;
  }
  .about-main .references-slider {
    padding: 5.077rem 2.692rem !important;
  }
}
main.inventory .content {
  width: 100%;
  height: calc(94vh - 2.813rem - 1.125rem - 0.563rem - 1.25rem - 13vh);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4%;
}
main.inventory .content .items-wrap {
  position: relative;
  flex: 1;
  border-top: 1px solid rgb(220, 220, 220);
  width: 100%;
  border-color: 1px solid rgb(220, 220, 220);
  height: 100%;
}
main.inventory .content .items-wrap .utility {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  padding: 2vh 1.3%;
}
main.inventory .content .items-wrap .items-table-header {
  width: 100%;
  padding-inline: 1.3%;
  padding-bottom: 0.65vh;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 2%;
  border-bottom: #DCDCDC 1px solid;
}
main.inventory .content .items-wrap .items-table-header h6 {
  flex: 1;
  color: #807F83;
  font-size: 1rem;
  font-weight: 400;
}
main.inventory .content .items-wrap .items-table-header h6.flex0 {
  flex: 0;
}
main.inventory .content .items-wrap .items-table-header h6.flex2 {
  flex: 2;
}
main.inventory .content .items-wrap .items-table-header h6.right {
  text-align: right;
}
main.inventory .content .items-wrap .items-table-header h6.center {
  text-align: center;
}
main.inventory .content .items-wrap .items-table-header h6.flex1 {
  flex: 1;
}
main.inventory .content .items-wrap .items-table-header h6.flex3 {
  flex: 3;
}
main.inventory .content .items-wrap .items-table-header h6.placeholder {
  min-width: 2rem;
  flex: 0;
  background-color: white;
  height: 1rem;
  display: flex;
  color: white;
}
main.inventory .content .items-wrap .items-table {
  padding: 2vh 0 9.2vh 0;
  overflow: scroll;
  scrollbar-width: none;
  height: calc(94vh - 2.813rem - 1.125rem - 0.563rem - 1.25rem - 13vh - 4vh - 2.4rem);
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
}
main.inventory .content .items-wrap .items-table ::-webkit-scrollbar {
  display: none;
}
main.inventory .content .items-wrap .items-table .inventory {
  flex-shrink: 0;
  height: 2.688rem;
  width: 100%;
  background-color: white;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 2%;
  padding-inline: 1.3%;
}
main.inventory .content .items-wrap .items-table .inventory .status {
  height: 100%;
  width: 2rem;
  overflow: visible;
  position: relative;
}
main.inventory .content .items-wrap .items-table .inventory .status svg {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  z-index: 5;
  flex-shrink: 0;
}
main.inventory .content .items-wrap .items-table .inventory span {
  color: #0B1C30;
  font-weight: 500;
  flex: 1;
}
main.inventory .content .items-wrap .items-table .inventory span.right {
  text-align: right;
}
main.inventory .content .items-wrap .items-table .inventory span.center {
  text-align: center;
}
main.inventory .content .items-wrap .items-table .inventory span.flex1 {
  flex: 1;
}
main.inventory .content .items-wrap .items-table .inventory span.flex3 {
  flex: 3;
}
main.inventory .content .items-wrap .items-table .inventory .customer-name {
  flex: 2;
}
main.inventory .content .items-wrap .items-table .inventory form {
  flex: 3;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}
main.inventory .content .items-wrap .items-table .inventory form .item-text-input {
  max-width: 8.25rem;
}
main.inventory .content .items-wrap .items-table .inventory form .empty-warning {
  padding-inline: 1.25rem;
  color: #FF0045;
  font-size: 1rem;
  font-weight: 500;
  height: 2.125rem;
  border-radius: 1.188rem;
  background-color: #FAF0F3;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex: 0;
  text-wrap: nowrap;
}
main.inventory .content .items-wrap .items-table .inventory form .right {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
main.inventory .content .items-wrap .items-table .inventory form .save-btn {
  height: 2.125rem;
  padding-inline: 1.125rem;
  min-width: 5.313rem;
  background-color: #3A83FF;
  border-radius: 1.063rem;
  border: 0;
  outline: none;
  cursor: pointer;
}
main.inventory .content .items-wrap .items-table .inventory form .save-btn .empty-text {
  display: none;
}
main.inventory .content .items-wrap .items-table .inventory form .save-btn span {
  color: white;
  font-size: 0.875rem;
  font-weight: 500;
}
main.inventory .content .items-wrap .items-table .inventory form .save-btn:hover {
  background-color: #326ED5;
}
main.inventory .content .items-wrap .items-table .inventory .empty-warning {
  opacity: 0 !important;
  width: 0 !important;
}
main.inventory .content .items-wrap .items-table .inventory .empty-icon {
  opacity: 0 !important;
}
main.inventory .content .items-wrap .items-table .inventory.empty .empty-warning {
  opacity: 1 !important;
  width: fit-content !important;
}
main.inventory .content .items-wrap .items-table .inventory.empty .full-icon {
  opacity: 0 !important;
}
main.inventory .content .items-wrap .items-table .inventory.empty .empty-icon {
  opacity: 1 !important;
}
main.inventory .content .items-wrap .items-table .inventory.empty .save-btn {
  background-color: #FF0045 !important;
}
main.inventory .content .items-wrap .items-table .inventory.empty .save-btn:hover {
  background-color: #D10039 !important;
}
main.inventory .content .items-wrap .items-table .inventory.empty .save-btn .empty-text {
  display: inline;
}
main.inventory .content .items-wrap .items-table .inventory.empty .save-btn .full-text {
  display: none;
}
main.inventory .content .items-wrap .items-table .inventory.empty .item-text-input svg path {
  fill: #FF0045 !important;
}
main.inventory .content .items-wrap .items-table .inventory.empty .item-text-input:hover {
  box-shadow: inset 0 0 0 1px #FFCEDB !important;
}
main.inventory .content .items-wrap .items-table .inventory.empty .item-text-input:focus-within {
  box-shadow: inset 0 0 0 1px #FF0045 !important;
}
main.inventory .content .items-wrap .items-table hr {
  width: 97.4%;
  align-self: center;
  border: 0;
  border-top: 1px solid #DCDCDC;
}
main.inventory .content .items-wrap .items-table-footer {
  width: 100%;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  background-color: rgba(255, 255, 255, 0.8);
  border-top: 1px solid #DCDCDC;
  height: 4.4444vh;
  position: absolute;
  bottom: 0;
  z-index: 3;
}
main.inventory .content .items-wrap .white-cover {
  width: 100%;
  height: 10vh;
  position: fixed;
  bottom: 0;
  z-index: 2;
  background-color: white;
}

.info-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 11;
}
.info-card .popup {
  transform: translateY(-60%) scale(0);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  position: absolute;
  pointer-events: none;
  transform-origin: bottom;
  transition: 0.2s ease-out;
  opacity: 0;
}
.info-card .popup .arrow {
  width: 1.25rem;
  background-color: white;
  height: 1.25rem;
  transform: rotate(45deg);
  position: relative;
  bottom: 0.7rem;
  box-shadow: -0.188rem 0.188rem 1.25rem rgba(0, 0, 0, 0.1607843137);
  border: 0.25px solid rgba(173, 173, 173, 0.3843137255);
}
.info-card .popup .content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.313rem;
  position: relative;
  box-shadow: 0px 0.188rem 1.25rem rgba(0, 0, 0, 0.1607843137);
  width: 14.375rem;
  padding: 0.813rem;
  height: fit-content;
  background-color: white;
  border: 0.25px solid rgba(173, 173, 173, 0.3843137255);
  border-radius: 0.625rem;
}
.info-card .popup .content h6 {
  color: #0B1C30;
  font-size: 1rem;
  font-weight: 500;
  position: relative;
  z-index: 15;
}
.info-card .popup .content p {
  text-align: left;
  color: #5C5E62;
  font-size: 0.813rem;
  text-shadow: 0px 0.188rem 1.25rem rgba(0, 0, 0, 0.1607843137);
  position: relative;
  z-index: 15;
}
.info-card .popup .content .cover {
  border-radius: 0.625rem;
  position: absolute;
  height: 100%;
  width: 14.375rem;
  z-index: 14;
  top: 0;
  left: 0;
  background-color: white;
}
.info-card svg {
  flex-shrink: 0;
  cursor: help;
}
.info-card svg:hover ~ .popup {
  transform: translateY(-60%) scale(1);
  opacity: 1;
}

.gdpr-main {
  padding: 4.0625rem 2.692rem 14.9375rem 2.692rem;
  background-color: #FFF9F5;
  display: flex;
  justify-content: center;
}
.gdpr-main section {
  width: 100%;
  max-width: 58.5625rem;
}
.gdpr-main section h4 {
  font-size: 2.1875rem;
  font-weight: 400;
  width: 100%;
  padding-bottom: 2.8125rem;
  margin-bottom: 4.0625rem;
  border-bottom: 1px solid #DDD8D3;
  font-family: "Stack Sans Notch", sans-serif;
  color: #FF4345;
}
.gdpr-main section h4 span {
  color: #1E232B;
  font-family: "Stack Sans Notch", sans-serif;
}
.gdpr-main section p {
  font-size: 1.125rem;
  color: #1E232B;
  font-weight: 300;
  letter-spacing: 0.0281rem;
  line-height: 2rem;
}
.gdpr-main section p a {
  color: #FF4345;
  text-decoration: underline;
}
.gdpr-main section h6 {
  color: #A59687;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.0281rem;
  line-height: 2rem;
  margin-top: 4.0625rem;
}

@media only screen and (max-width: 1020px) {
  .gdpr-main {
    padding-top: 3.462rem !important;
    padding-bottom: 15.846rem !important;
  }
  .gdpr-main section h4 {
    font-size: 1.923rem;
    text-align: center;
    padding-bottom: 3.462rem;
    margin-bottom: 3.462rem;
  }
  .gdpr-main section p {
    font-size: 1rem;
    line-height: 1.538rem;
    letter-spacing: 0;
  }
  .gdpr-main section h6 {
    font-size: 1rem;
    line-height: 1.538rem;
    letter-spacing: 0;
    font-weight: 500;
    margin-top: 3.462rem;
  }
}
.home-main .results, .about-main .results {
  background-color: #FFF9F5;
  display: flex;
  gap: 5rem;
  padding-inline: 8.75rem;
}
.home-main .results .left, .about-main .results .left {
  flex: 0 0 30%;
  padding: 2.8125rem;
  background: linear-gradient(0deg, #FF4345 0%, #87232D 100%);
  position: relative;
  overflow: hidden;
  /* nový wrapper */
}
.home-main .results .left .decor1, .about-main .results .left .decor1 {
  position: absolute;
  left: 0;
  top: 8.7rem;
  z-index: 2;
}
.home-main .results .left .decor2, .about-main .results .left .decor2 {
  position: absolute;
  z-index: 1;
  right: 15%;
  top: 23.8rem;
}
.home-main .results .left .decor4, .about-main .results .left .decor4 {
  position: absolute;
  right: 15%;
  bottom: 17rem;
  z-index: 1;
}
.home-main .results .left .inner, .about-main .results .left .inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  z-index: 2;
}
.home-main .results .left .inner .top, .about-main .results .left .inner .top {
  display: flex;
  flex-direction: column;
  gap: 2.8125rem;
}
.home-main .results .left .inner .top h3, .about-main .results .left .inner .top h3 {
  color: #FFF9F5;
  max-width: 16.875rem;
  line-height: 3.4375rem;
}
.home-main .results .left .inner .top a, .about-main .results .left .inner .top a {
  color: #FFF9F5;
}
.home-main .results .left .inner .top a:hover, .about-main .results .left .inner .top a:hover {
  background-color: #87232D;
  border-color: #87232D;
}
.home-main .results .left .inner h5, .about-main .results .left .inner h5 {
  color: #FFF9F5;
  font-size: 1.375rem;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Stack Sans Notch", sans-serif;
  margin-top: auto;
}
.home-main .results .right-wrap, .about-main .results .right-wrap {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
  align-content: stretch;
  row-gap: 5.9375rem;
}
.home-main .results .right-wrap article, .about-main .results .right-wrap article {
  aspect-ratio: 501/214;
  background-color: #FFF9F5;
  flex: 1 1 calc(50% - 2.5rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
.home-main .results .right-wrap article .top-border, .about-main .results .right-wrap article .top-border {
  width: 100%;
  border: 1px solid #DDD8D3;
  border-bottom: 0;
  height: 2.5rem;
}
.home-main .results .right-wrap article .bottom-border, .about-main .results .right-wrap article .bottom-border {
  width: 100%;
  height: 2.5rem;
  border: 1px solid #DDD8D3;
  border-top: 0;
}
.home-main .results .right-wrap article .inner, .about-main .results .right-wrap article .inner {
  padding-inline: 2.6875rem;
  display: flex;
  flex-direction: column;
  gap: 1.5625rem;
}
.home-main .results .right-wrap article .inner .top, .about-main .results .right-wrap article .inner .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.home-main .results .right-wrap article .inner .top .counter, .about-main .results .right-wrap article .inner .top .counter {
  display: flex;
  gap: 0.9375rem;
}
.home-main .results .right-wrap article .inner .top h4, .about-main .results .right-wrap article .inner .top h4 {
  text-align: left;
  font-size: 2.1875rem;
  color: #FF4345;
  font-weight: 400;
  width: 100%;
  max-width: 25.75rem;
  font-family: "Stack Sans Notch", sans-serif;
}
.home-main .results .right-wrap article .inner p, .about-main .results .right-wrap article .inner p {
  color: #1E232B;
  font-size: 1.125rem;
  letter-spacing: 0.0281rem;
  line-height: 1.875rem;
}
.home-main .references-slider, .about-main .references-slider {
  padding: 6.6875rem 8.75rem 12.1875rem 8.75rem;
  background-color: #FFF9F5;
  display: flex;
  align-items: flex-start;
  gap: 4rem;
  position: relative;
  justify-content: space-between;
  gap: 8%;
}
.home-main .references-slider .heading, .about-main .references-slider .heading {
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
  flex-shrink: 0;
}
.home-main .references-slider .heading p, .about-main .references-slider .heading p {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #1E232B;
}
.home-main .references-slider .slider-wrapper, .about-main .references-slider .slider-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 5rem;
  display: flex;
  align-items: center;
}
.home-main .references-slider .slider-wrapper .slider-track, .about-main .references-slider .slider-wrapper .slider-track {
  display: flex;
  gap: 7rem;
  animation: scroll 25s linear infinite;
  padding-right: 7rem;
}
.home-main .references-slider .slider-wrapper .slider-track.clone, .about-main .references-slider .slider-wrapper .slider-track.clone {
  animation: scroll 25s linear infinite;
}
.home-main .references-slider .slider-wrapper .slider-track img, .about-main .references-slider .slider-wrapper .slider-track img {
  height: 1.625rem;
  width: auto;
  object-fit: contain;
  user-select: none;
  pointer-events: none;
}
.home-main .references-slider .slider-wrapper .fade-left,
.home-main .references-slider .slider-wrapper .fade-right, .about-main .references-slider .slider-wrapper .fade-left,
.about-main .references-slider .slider-wrapper .fade-right {
  position: absolute;
  top: 0;
  width: 8.5rem;
  height: 100%;
  pointer-events: none;
  z-index: 5;
}
.home-main .references-slider .slider-wrapper .fade-left, .about-main .references-slider .slider-wrapper .fade-left {
  left: 0;
  background: linear-gradient(to right, #FFF9F5 0%, rgba(255, 249, 245, 0) 100%);
}
.home-main .references-slider .slider-wrapper .fade-right, .about-main .references-slider .slider-wrapper .fade-right {
  right: 0;
  background: linear-gradient(to left, #FFF9F5 0%, rgba(255, 249, 245, 0) 100%);
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.home-main .hero {
  display: flex;
  background-color: #FFF9F5;
  justify-content: space-between;
  padding: 4.0625rem 8.75rem 12.1875rem 8.75rem;
}
.home-main .hero ul {
  list-style: none;
  margin: 4.5rem 0 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}
.home-main .hero ul li {
  display: flex;
  font-size: 1.125rem;
  color: #A59687;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.home-main .hero .left {
  margin-right: -11rem;
}
.home-main .hero .left .heading {
  height: calc(19.875rem - 2px);
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.home-main .hero .left .heading p {
  margin-top: 1.5625rem;
  letter-spacing: 0.0281rem;
  color: #1E232B;
  font-size: 1.125rem;
  line-height: 1.5625rem;
}
.home-main .hero .left .buttons {
  display: flex;
  gap: 1.5625rem;
}
.home-main .hero .image {
  width: 62%;
  aspect-ratio: 1020/667;
  background-color: #494a4c;
  flex-shrink: 0;
  background-position: center;
  background-size: cover;
}
.home-main .hero .image svg {
  width: 14rem;
  height: auto;
  margin-top: -2px;
  margin-left: -2px;
}
.home-main .help-section {
  background-color: #FFF9F5;
  display: flex;
  gap: 5rem;
  padding-inline: 8.75rem;
  position: relative;
}
.home-main .help-section .sluzby {
  top: calc(-5.9375rem - 5vh);
  position: absolute;
  width: 10px;
  height: 10px;
  left: 0;
}
.home-main .help-section .left {
  flex: 0 0 30%;
  padding: 2.8125rem;
  background: linear-gradient(0deg, #FF4345 0%, #87232D 100%);
  position: relative;
  overflow: hidden;
  /* nový wrapper */
}
.home-main .help-section .left .decor1 {
  position: absolute;
  left: 31%;
  top: 0;
  z-index: 1;
}
.home-main .help-section .left .decor2 {
  position: absolute;
  z-index: 2;
  right: 15%;
  bottom: 0;
}
.home-main .help-section .left .decor3 {
  position: absolute;
  left: 0;
  bottom: 22%;
  z-index: 2;
}
.home-main .help-section .left .decor4 {
  position: absolute;
  right: 15%;
  bottom: 19rem;
  z-index: 1;
}
.home-main .help-section .left .inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  z-index: 2;
}
.home-main .help-section .left .inner .top {
  display: flex;
  flex-direction: column;
  gap: 2.8125rem;
}
.home-main .help-section .left .inner .top h3 {
  color: #FFF9F5;
  max-width: 16.875rem;
  line-height: 3.4375rem;
}
.home-main .help-section .left .inner .top a {
  color: #FFF9F5;
}
.home-main .help-section .left .inner .top a:hover {
  background-color: #87232D;
  border-color: #87232D;
}
.home-main .help-section .left .inner h5 {
  color: #FFF9F5;
  font-size: 1.375rem;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Stack Sans Notch", sans-serif;
  margin-top: auto;
}
.home-main .help-section .right-wrap {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
  align-content: stretch;
}
.home-main .help-section .right-wrap article {
  aspect-ratio: 500/332;
  background-color: #FFF9F5;
  border: 1px solid #DDD8D3;
  flex: 1 1 calc(50% - 2.5rem);
  border: 1px solid #DDD8D3;
  padding: 2.8125rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
.home-main .help-section .right-wrap article .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.home-main .help-section .right-wrap article .top .counter {
  display: flex;
  gap: 0.9375rem;
}
.home-main .help-section .right-wrap article h4 {
  text-align: right;
  font-size: 1.5625rem;
  color: #A59687;
  font-weight: 500;
  width: 100%;
  max-width: 25.75rem;
  font-family: "Stack Sans Notch", sans-serif;
}
.home-main .help-section .right-wrap article.different {
  background-color: #FFF2E8;
  border-color: #FFF2E8;
  flex-direction: row;
  justify-content: space-between;
}
.home-main .help-section .right-wrap article.different h4 {
  text-align: left;
  font-size: 1.875rem;
  color: #1E232B;
  font-weight: 400;
  max-width: 19.5625rem;
  align-self: flex-start;
}
.home-main .safeties {
  padding: 12.1875rem 8.75rem 23.0625rem 8.75rem;
  background-color: #FFF9F5;
  display: flex;
  justify-content: space-between;
}
.home-main .safeties article {
  background-color: #FFF2E8;
  padding: 4.0625rem 2.8125rem 2.8125rem 2.8125rem;
  display: flex;
  flex-direction: column;
  width: 41.1%;
}
.home-main .safeties article h3 {
  max-width: 27.3125rem;
}
.home-main .safeties article p {
  margin: 1.5625rem 0 5rem 0;
  color: #1E232B;
  font-size: 1.375rem;
  letter-spacing: 0.0344rem;
  line-height: 2.1875rem;
}
.home-main .safeties svg {
  width: 44%;
  height: auto;
}
.home-main .qualities {
  background-color: #EDE5DC;
  padding: 5.9375rem 8.75rem 8.5rem 8.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.home-main .qualities .decor1 {
  position: absolute;
  left: 0;
  top: 9rem;
}
.home-main .qualities .decor2 {
  position: absolute;
  right: 3.125rem;
  bottom: 0;
}
.home-main .qualities h3 {
  font-weight: 500;
}
.home-main .qualities h3 span {
  color: #87232D;
}
.home-main .qualities .articles-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 4.875rem;
  scroll-snap-type: x mandatory;
  scroll-padding-left: 2.188rem;
}
.home-main .qualities .articles-wrap article {
  width: 28.4%;
  scroll-snap-align: start;
  aspect-ratio: 465/673;
  background-color: #FFF9F5;
  padding: 2.8125rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home-main .qualities .articles-wrap article:hover {
  background-color: #FF4345;
}
.home-main .qualities .articles-wrap article:hover svg path {
  fill: #FFFFFF;
}
.home-main .qualities .articles-wrap article:hover .bottom h5 {
  color: #EFDCCF;
}
.home-main .qualities .articles-wrap article:hover .bottom h5 span {
  color: #FFF9F5;
}
.home-main .qualities .articles-wrap article:hover .bottom p {
  margin-top: 2.8125rem;
  height: fit-content;
}
.home-main .qualities .articles-wrap article .bottom h5 {
  font-size: 2.1875rem;
  color: #A59687;
  font-weight: 400;
}
.home-main .qualities .articles-wrap article .bottom h5 span {
  font-weight: 500;
  font-family: "Stack Sans Notch", sans-serif;
  color: #1E232B;
}
.home-main .qualities .articles-wrap article .bottom p {
  height: 0;
  margin: 0;
  overflow: hidden;
  font-size: 1.125rem;
  color: #FFF9F5;
  font-weight: 300;
}
.home-main .projects {
  padding: 17.125rem 8.75rem 13.5rem 8.75rem;
  display: flex;
  justify-content: space-between;
  gap: 4.6875rem;
  background-color: #FFF9F5;
}
.home-main .projects .article {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home-main .projects .article .top {
  padding: 2.8125rem 2.8125rem 0 2.8125rem;
}
.home-main .projects .article .top h6 {
  font-weight: 500;
  font-size: 1.375rem;
  margin-bottom: 1.875rem;
}
.home-main .projects .article .top h5 {
  font-family: "Stack Sans Notch", sans-serif;
  font-size: 2.1875rem;
  font-weight: 500;
}
.home-main .projects .article .img-wrap {
  width: 100%;
  padding: 1.375rem;
}
.home-main .projects .article img {
  width: 100%;
  aspect-ratio: 451/300;
  object-fit: cover;
  object-position: center;
  background-color: #494a4c;
}
.home-main .projects .left {
  display: flex;
  flex-direction: column;
  gap: 2.8125rem;
  width: 65%;
}
.home-main .projects .left h3 {
  max-width: 58.25rem;
}
.home-main .projects .left .articles {
  width: 100%;
  display: flex;
  gap: 4.6875rem;
}
.home-main .projects .left .articles .article {
  width: 50%;
  aspect-ratio: 495/622;
  background-color: #FFF2E8;
}
.home-main .projects .left .articles .article h6 {
  color: #FF4345;
}
.home-main .projects .left .articles .article h5 {
  color: #1E232B;
}
.home-main .projects .left .articles .article:hover {
  background-color: #FF4345;
}
.home-main .projects .left .articles .article:hover h5 {
  color: #FFF9F5;
}
.home-main .projects .left .articles .article:hover h6 {
  color: #FFF9F5;
}
.home-main .projects .right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2.8125rem;
  width: 30.1%;
}
.home-main .projects .right .article {
  position: relative;
  background-color: #FF4345;
  width: 100%;
  aspect-ratio: 495/676;
}
.home-main .projects .right .article .decor {
  position: absolute;
  width: 61%;
  height: auto;
  right: 8%;
  top: 0;
}
.home-main .projects .right .article h6 {
  color: #FFF9F5;
}
.home-main .projects .right .article h5 {
  color: #FFF9F5;
}
.home-main .projects .right .article .top {
  position: relative;
  z-index: 2;
}
.home-main .projects .right .article img {
  position: relative;
  z-index: 2;
}
.home-main .projects .right .article:hover {
  background-color: #87232D;
}
.home-main .projects .right .article:hover svg path {
  fill: #FF4345;
}
.home-main .pre-footer {
  padding: 19rem 0 19rem 8.875rem;
  position: relative;
  z-index: 3;
  background-color: #FFF9F5;
  justify-content: space-between;
  display: flex;
  gap: 10%;
}
.home-main .pre-footer article {
  min-width: 37.3125rem;
  width: 33.5%;
}
.home-main .pre-footer article h2 {
  font-weight: 500;
}
.home-main .pre-footer article p {
  margin: 2.8125rem 0 4.0625rem 0;
  letter-spacing: 0.0344rem;
  color: #1E232B;
  font-size: 1.375rem;
  line-height: 2.1875rem;
}
.home-main .pre-footer svg {
  width: 100%;
  height: auto;
  align-self: flex-start;
}

@media only screen and (max-width: 1020px) {
  .home-main .references-slider, .about-main .references-slider {
    flex-direction: column;
    padding: 7.231rem 0 7.231rem 2.769rem;
    gap: 1.6rem;
    position: relative;
  }
  .home-main .references-slider:before, .about-main .references-slider:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    width: 2.9rem;
    height: 100%;
    z-index: 6;
    background-color: #FFF9F5;
  }
  .home-main .references-slider .heading, .about-main .references-slider .heading {
    z-index: 7;
    position: relative;
  }
  .home-main .references-slider .heading p, .about-main .references-slider .heading p {
    font-size: 1.231rem;
  }
  .home-main .references-slider .slider-wrapper, .about-main .references-slider .slider-wrapper {
    height: 3.923rem;
  }
  .home-main .references-slider .slider-wrapper .slider-track, .about-main .references-slider .slider-wrapper .slider-track {
    gap: 3.692rem;
    padding-right: 3.692rem;
  }
  .home-main .references-slider .slider-wrapper .slider-track img, .about-main .references-slider .slider-wrapper .slider-track img {
    height: 1.385rem;
  }
  .home-main .references-slider .slider-wrapper .fade-left,
  .home-main .references-slider .slider-wrapper .fade-right, .about-main .references-slider .slider-wrapper .fade-left,
  .about-main .references-slider .slider-wrapper .fade-right {
    width: 6rem;
  }
  .home-main .results, .about-main .results {
    padding-inline: 2.692rem;
    gap: 3.462rem;
    flex-direction: column;
  }
  .home-main .results article, .about-main .results article {
    width: 100%;
  }
  .home-main .results .left, .about-main .results .left {
    flex: auto;
    height: 19.231rem !important;
    padding: 1.923rem;
  }
  .home-main .results .left .top, .about-main .results .left .top {
    height: 100%;
    justify-content: space-between;
  }
  .home-main .results .left .decor4, .about-main .results .left .decor4 {
    bottom: 4.462rem;
    right: 10%;
    width: 1.231rem;
    height: auto;
  }
  .home-main .results .left .decor2, .about-main .results .left .decor2 {
    height: 1.231rem;
    width: auto;
    left: -26.8rem;
    bottom: 6.923rem;
    top: auto;
  }
  .home-main .results .left .decor1, .about-main .results .left .decor1 {
    width: 15.154rem;
    height: 15.154rem;
    left: 0;
    bottom: 0;
    top: auto;
  }
  .home-main .results .right-wrap, .about-main .results .right-wrap {
    flex-direction: column;
    gap: 1.923rem;
  }
  .home-main .results .right-wrap article .top-border, .home-main .results .right-wrap article .bottom-border, .about-main .results .right-wrap article .top-border, .about-main .results .right-wrap article .bottom-border {
    height: 3.077rem;
  }
  .home-main .results .right-wrap article .inner, .about-main .results .right-wrap article .inner {
    flex: auto;
    min-height: 9.7rem !important;
    padding-inline: 1.923rem;
    justify-content: space-between;
  }
  .home-main .results .right-wrap article .inner p, .about-main .results .right-wrap article .inner p {
    font-size: 1.231rem;
  }
  .home-main .results .right-wrap article .top h4, .about-main .results .right-wrap article .top h4 {
    font-size: 1.538rem !important;
  }
  .home-main .results .right-wrap article .top .counter, .about-main .results .right-wrap article .top .counter {
    gap: 0.769rem !important;
  }
  .home-main .results .right-wrap article .top .counter svg, .about-main .results .right-wrap article .top .counter svg {
    width: 0.692rem;
    height: auto;
  }
  .home-main .results .right-wrap article .top-border, .about-main .results .right-wrap article .top-border {
    margin-bottom: -1.3rem;
  }
  .home-main .results .right-wrap article .bottom-border, .about-main .results .right-wrap article .bottom-border {
    margin-top: -1.3rem;
  }
  .home-main .hero {
    padding: 0;
    padding-left: 2.769rem;
    flex-direction: column;
    padding-bottom: 7.231rem;
  }
  .home-main .hero .left {
    padding-left: 0;
    padding-top: 3.462rem;
    padding-right: 1.615rem;
    width: 100%;
  }
  .home-main .hero .left .heading {
    padding-right: 1, 154rem;
    margin: 0;
    width: 100%;
    height: auto;
    z-index: 7;
    position: relative;
  }
  .home-main .hero .left .heading .text {
    width: 100%;
  }
  .home-main .hero .left .heading .text p {
    margin-top: 3.462rem;
    font-size: 1rem;
    line-height: 1.385rem;
    letter-spacing: 0.025rem;
    font-weight: 400;
  }
  .home-main .hero .left .buttons {
    margin-top: 1.923rem;
    z-index: 3;
    position: relative;
    padding-bottom: 1.154rem;
    padding-right: 1.154rem;
    background-color: #FFF9F5;
    flex-direction: column;
    margin-bottom: -5.077rem;
  }
  .home-main .hero .left .buttons a {
    width: 100%;
  }
  .home-main .hero .image {
    width: 100%;
    aspect-ratio: 394/316;
  }
  .home-main .hero .image svg {
    display: none;
  }
  .home-main .hero ul {
    margin-top: 3.462rem;
  }
  .home-main .hero ul li {
    font-size: 1.231rem;
    gap: 0.846rem;
  }
  .home-main .help-section {
    flex-direction: column;
    padding-inline: 2.692rem;
    gap: 3.462rem;
  }
  .home-main .help-section .right-wrap {
    width: 100%;
    gap: 3.462rem;
    flex-direction: column;
  }
  .home-main .help-section .right-wrap article {
    order: 1;
    padding: 1.923rem;
    aspect-ratio: auto;
    height: 16.308rem;
    flex: 0 0 auto;
    gap: 0;
    align-items: flex-start;
  }
  .home-main .help-section .right-wrap article.different {
    order: 0;
    flex-direction: column;
    height: 15.231rem;
  }
  .home-main .help-section .right-wrap article.different h4 {
    font-size: 1.538rem;
  }
  .home-main .help-section .right-wrap article.different .pipe {
    width: 100%;
    display: flex;
  }
  .home-main .help-section .right-wrap article.different .pipe svg {
    flex-shrink: 0;
  }
  .home-main .help-section .right-wrap article.different .pipe .center {
    height: 1.0625rem;
    width: 100%;
    background-color: #FF4345;
    margin-inline: -1px;
  }
  .home-main .help-section .right-wrap article.one .top svg {
    width: 1.923rem;
    height: auto;
  }
  .home-main .help-section .right-wrap article.two .top svg {
    width: 3.077rem;
    height: auto;
  }
  .home-main .help-section .right-wrap article.three .top svg {
    width: 3.462rem;
    height: auto;
  }
  .home-main .help-section .right-wrap article .top {
    flex-direction: row-reverse;
  }
  .home-main .help-section .right-wrap article .top .counter svg {
    width: 0.692rem;
    height: auto;
  }
  .home-main .help-section .right-wrap article h4 {
    text-align: left;
    max-width: 23.923rem;
  }
  .home-main .help-section .left {
    padding: 1.923rem;
    height: 30.308rem;
    aspect-ratio: auto;
    flex: auto;
  }
  .home-main .help-section .left .decor1 {
    width: 1.231rem;
    height: auto;
    bottom: 18.7rem;
    top: auto;
    left: 7.3rem;
  }
  .home-main .help-section .left .decor3 {
    width: 15.154rem;
    height: 15.154rem;
    bottom: 5rem;
  }
  .home-main .help-section .left .decor2 {
    width: 1.231rem;
    height: auto;
    right: 2rem;
    bottom: -2px;
  }
  .home-main .help-section .left .decor4 {
    height: 1.231rem;
    width: auto;
    bottom: 8rem;
    left: -25.7rem;
  }
  .home-main .help-section .left .top {
    gap: 3.462rem;
  }
  .home-main .help-section .left h3 {
    max-width: 15rem !important;
  }
  .home-main .help-section .left h5 {
    font-weight: 500 !important;
    font-size: 1.231rem !important;
    font-weight: 400;
  }
  .home-main .safeties {
    padding: 7.231rem 2.692rem;
    flex-direction: column-reverse;
    gap: 5rem;
  }
  .home-main .safeties svg {
    width: 100%;
  }
  .home-main .safeties article {
    width: 100%;
    padding: 1.923rem;
  }
  .home-main .safeties p {
    margin: 1.923rem 0 3.462rem 0 !important;
    font-size: 1.077rem !important;
    line-height: 1.385rem !important;
    letter-spacing: 0.027rem !important;
    font-weight: 300 !important;
  }
  .home-main .safeties h3 {
    max-width: 20rem !important;
    font-weight: 400;
  }
  .home-main .safeties h3 span {
    color: #FF4345;
  }
  .home-main .qualities {
    align-items: flex-start;
    padding: 6.385rem 0 6.385rem 0;
  }
  .home-main .qualities h3 {
    font-size: 2.308rem;
    font-weight: 400;
    text-align: left;
    padding-left: 2.692rem;
    position: relative;
    z-index: 2;
  }
  .home-main .qualities .decor1 {
    width: 15.154rem;
    height: 15.154rem;
    top: 2.692rem;
  }
  .home-main .qualities .decor2 {
    right: auto;
    top: auto;
    left: -10%;
    transform-origin: left bottom; /* důležité */
    transform: rotate(90deg);
    width: 1.538rem;
    height: auto;
    bottom: 4rem;
  }
  .home-main .qualities .articles-wrap {
    padding-right: 1.923rem;
    overflow-x: scroll;
    gap: 1.923rem;
    padding-left: 2.692rem;
  }
  .home-main .qualities .articles-wrap article {
    aspect-ratio: 300/434 !important;
    padding: 1.923rem;
    flex-shrink: 0;
    width: 23.077rem;
    background-color: #FF4345;
  }
  .home-main .qualities .articles-wrap article svg {
    display: block;
    height: 3.462rem;
    width: fit-content;
  }
  .home-main .qualities .articles-wrap article svg path {
    fill: #FFFFFF;
  }
  .home-main .qualities .articles-wrap article h5 {
    margin-bottom: 3.538rem;
    color: #EFDCCF !important;
    font-size: 1.692rem !important;
  }
  .home-main .qualities .articles-wrap article h5 span {
    color: #FFF9F5 !important;
    font-size: 1.923rem;
  }
  .home-main .qualities .articles-wrap article p {
    height: fit-content !important;
    line-height: 1.385rem !important;
    font-size: 1rem !important;
    font-weight: 300 !important;
  }
  .home-main .projects {
    padding: 7.231rem 2.692rem;
    flex-direction: column;
    gap: 1.923rem;
  }
  .home-main .projects .article {
    min-height: 33.846rem;
    aspect-ratio: auto !important;
    padding: 1.923rem;
    gap: 2.5rem;
  }
  .home-main .projects .article.middle {
    position: relative;
    background-color: #FF4345 !important;
    min-height: 35.538rem !important;
  }
  .home-main .projects .article.middle h5, .home-main .projects .article.middle h6 {
    color: #FFF9F5 !important;
    position: relative;
    z-index: 2;
  }
  .home-main .projects .article.middle img {
    position: relative;
    z-index: 2;
  }
  .home-main .projects .article.middle .decor {
    width: 15.154rem;
    height: 15.154rem;
    position: absolute;
    top: 0;
    right: 1.923rem;
  }
  .home-main .projects .article .top {
    padding: 0;
  }
  .home-main .projects .article .top h6 {
    font-size: 1.231rem;
    font-weight: 400;
    margin-bottom: 1.923rem;
  }
  .home-main .projects .article .top h5 {
    font-size: 1.538rem;
  }
  .home-main .projects .article .img-wrap {
    padding: 0;
  }
  .home-main .projects .article .img-wrap img {
    aspect-ratio: 310/195;
  }
  .home-main .projects .left {
    width: 100%;
    gap: 3.462rem;
  }
  .home-main .projects .left .articles {
    flex-direction: column;
    gap: 1.923rem;
  }
  .home-main .projects .left .articles .article {
    width: 100%;
  }
  .home-main .projects .right {
    gap: 3.462rem;
    width: 100%;
  }
  .home-main .projects .right a {
    width: 100%;
  }
  .home-main .projects .right .article {
    min-height: 33.846rem;
    aspect-ratio: auto;
    background-color: #FFF2E8;
  }
  .home-main .projects .right .article h6 {
    color: #FF4345;
  }
  .home-main .projects .right .article h5 {
    color: #1E232B;
  }
  .home-main .projects .right .article:hover {
    background-color: #FF4345;
  }
  .home-main .projects .right .article:hover h5, .home-main .projects .right .article:hover h6 {
    color: #FFF9F5 !important;
  }
  .home-main .pre-footer {
    flex-direction: column;
    padding: 7.231rem 0 8.846rem 2.692rem;
    gap: 4.0625rem;
  }
  .home-main .pre-footer article {
    width: 100%;
    min-width: unset;
  }
  .home-main .pre-footer article h2 {
    font-size: 2.625rem;
    line-height: 3.375rem;
    width: calc(100% - 2.769rem);
    font-weight: 400;
  }
  .home-main .pre-footer article p {
    font-size: 1.231rem;
    line-height: 1.692rem;
    margin: 1.923rem 0;
    width: calc(100% - 2.769rem);
  }
  .home-main .pre-footer article a {
    margin-top: 3.385rem;
    width: calc(100% - 2.769rem);
  }
  .home-main .pre-footer article svg {
    width: 80%;
    margin-left: auto;
    align-self: flex-end;
    min-width: 280px;
  }
  .home-main .pre-footer svg {
    order: -1;
  }
}