@charset "UTF-8";
@import "../fonts/Lora/stylesheet.css";
@import "../fonts/Open Sans/stylesheet.css";
@import "../fonts/PlusJakartaSans/stylesheet.css";
@import 'plugins/swiper.css';
@import 'plugins/fancybox.css';
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

*:focus {
  outline: none;
  outline-offset: -1px;
}

a:focus {
  outline: none;
  box-shadow: none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

b,
strong {
  font-weight: bolder;
}

em,
i {
  font-style: italic;
}

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

img {
  display: block;
  height: auto;
  max-width: 100%;
}

textarea {
  resize: vertical;
  width: 100%;
  min-height: 76px;
  display: block;
  line-height: 1.3;
}

input {
  line-height: 1.1;
}

input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}
input:focus,
textarea:focus {
  outline: none;
  border-color: #ccc;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: inherit;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: inherit;
}
input:focus + .search-form-button:before,
textarea:focus + .search-form-button:before {
  color: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  text-decoration: none;
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline dotted;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*
 * Grid
 */
body {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #000000;
}
body.fixed {
  overflow: hidden;
}

.mobile {
  display: none;
}
@media (max-width: 600px) {
  .mobile {
    display: block;
  }
}

.desktop {
  display: block;
}
@media (max-width: 600px) {
  .desktop {
    display: none;
  }
}

#main {
  overflow-x: hidden;
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.modal.active {
  opacity: 1;
  visibility: visible;
}
.modal-close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.modal-close svg {
  width: 100%;
}
.modal-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
}
.modal-wrap {
  padding: 40px 20px;
  border-radius: 8px;
  width: 100%;
  max-width: 1100px;
  background: white;
  position: relative;
  z-index: 2;
  max-height: 95vh;
  overflow: auto;
}
.modal-iframe {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.modal-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.errorpage {
  min-height: 800px;
  background: linear-gradient(95deg, #5CA547 -75%, #3A6C6C 98.66%);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .errorpage {
    min-height: 57.1428571429vw;
  }
}
@media (max-width: 600px) {
  .errorpage {
    min-height: auto;
    padding: 21.3333333333vw 0;
  }
}
.errorpage:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url("../img/svg/error-bg.svg") top center no-repeat;
  background-size: cover;
}
.errorpage h1 {
  color: #FFF;
  text-align: center;
  font-family: "Lora", sans-serif;
  font-size: 96px;
  font-style: normal;
  font-weight: 500;
  line-height: 100px;
  letter-spacing: -1.92px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .errorpage h1 {
    font-size: 6.8571428571vw;
    line-height: 7.1428571429vw;
  }
}
@media (max-width: 600px) {
  .errorpage h1 {
    font-size: 8.5333333333vw;
    line-height: 10.6666666667vw;
  }
}
.errorpage p {
  margin: 16px 0 32px;
  color: #FFF;
  font-family: "Lora", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.64px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .errorpage p {
    font-size: 2.2857142857vw;
    margin: 1.1428571429vw 0 2.2857142857vw;
  }
}
@media (max-width: 600px) {
  .errorpage p {
    font-size: 6.4vw;
    margin: 4.2666666667vw 0 4.2666666667vw;
  }
}
.errorpage a {
  padding: 20px 30px;
  border-radius: 8px;
  background-color: #FFF;
  backdrop-filter: blur(15px);
  color: #168FBE;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.36px;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .errorpage a {
    font-size: 1.2857142857vw;
    line-height: 1.7142857143vw;
    padding: 1.4285714286vw 2.1428571429vw;
  }
}
@media (max-width: 600px) {
  .errorpage a {
    font-size: 4.2666666667vw;
    line-height: 5.3333333333vw;
    padding: 4vw 4.2666666667vw;
  }
}
.errorpage a:hover {
  background-color: #168FBE;
  color: #fff;
  backdrop-filter: blur(0px);
}

.lightgallery div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body {
  /*!
      Grid Overflow ver: 1.2.7 -  https://github.com/Roman-Flossler/Grid-Overflow
      Copyright (c) 2023 Roman Flössler - Grid Overflow is licensed under MIT license
  */
  /* ---------- Masonry mode ---------- */
  /* ---------- zoom effect ---------- */
}
body .gridOverflow {
  --itemMinWidth: 200px;
  --itemAspectRatio: 1;
  --gridGap: 10px;
  --linkActionIcon: "⤢";
  --itemRounding: 6px;
  --masonryItemHeight: 180px;
  margin: auto;
  display: grid;
  grid-gap: var(--gridGap);
  grid-template-columns: repeat(auto-fit, minmax(min(50% - var(--gridGap), var(--itemMinWidth)), 1fr));
  grid-auto-flow: dense;
}
body .go_gridItem {
  padding-bottom: calc(100% * var(--itemAspectRatio));
  height: 0;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  display: block;
  border-radius: var(--itemRounding);
}
body .go_gridItem > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-sizing: border-box;
}
body .go_gridItem-centered > * {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6%;
  hyphens: auto;
}
body .go_caption {
  background-color: rgba(0, 0, 0, 0.5);
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  height: auto;
  color: white;
  box-sizing: border-box;
  line-height: 1.33em;
  padding: 0.15rem 4%;
  width: auto;
  text-align: center;
  position: absolute;
  hyphens: auto;
}
body .go_caption-full {
  width: 100% !important;
  display: block;
}
body .go_gridItem-panorama {
  grid-column: span 2;
  padding-bottom: calc((100% - var(--gridGap)) / 2 * var(--itemAspectRatio));
}
body .go_gridItem-vertigo {
  grid-row: span 2;
  padding-bottom: calc(100% * var(--itemAspectRatio) * 2 + var(--gridGap));
}
body .go_gridItem-VIP {
  grid-column: span 2;
  grid-row: span 2;
  padding-bottom: calc((100% - var(--gridGap)) * var(--itemAspectRatio) + var(--gridGap));
}
body .go-masonry {
  gap: var(--gridGap);
  display: flex;
  flex-wrap: wrap;
}
body .go-masonry .go_gridItem {
  padding-bottom: 0;
  display: flex;
  flex-grow: 1;
  height: var(--masonryItemHeight);
  flex-basis: fit-content;
}
body .go-masonry .go_gridItem > * {
  position: static;
  flex-grow: 1;
  width: auto;
}
body .go-masonry .go_gridItem-centered,
body .go-masonry .go_gridItem-noImage {
  flex-basis: var(--itemMinWidth);
}
body .go-masonry .go_caption {
  position: absolute;
}
body .go-actionIcon > .go_gridItem::after {
  transition: all 0.13s ease-in;
}
body .go-zoomFx > .go_gridItem {
  transition: all 0.1s ease-in;
}
body .gridOverflow.go-masonry {
  --gridGap: 30px;
  --itemMinWidth: 278px;
  --itemRounding: 0;
  --linkActionIcon: "»";
  --masonryItemHeight: 290px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  body .gridOverflow.go-masonry {
    --itemMinWidth: vw(278px);
    --gridGap: 20px;
  }
}
@media (max-width: 600px) {
  body .gridOverflow.go-masonry {
    --itemMinWidth: vwm(200px);
    --masonryItemHeight: 220px;
    --gridGap: 15px;
  }
}
@media all and (max-width: 600px) {
  body .gridOverflow.go-masonry {
    --masonryItemHeight: auto;
  }
}
body .go_gridItem img {
  transition: transform 0.8s ease !important;
}
body .go_gridItem:hover img {
  cursor: pointer;
  transform: scale(1.08);
}

body h2, body h3 {
  overflow: hidden;
  display: inline-block;
}

/*
 * Grid
 */
.wrapper {
  overflow: hidden;
}

.container {
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .container {
    padding: 0 40px;
  }
}

.big-title {
  color: var(--text-main, #FFF);
  font-family: "Lora", sans-serif;
  font-size: 80px;
  line-height: 84px;
  font-weight: 500;
  letter-spacing: -1.6px;
  font-style: normal;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .big-title {
    font-size: 5.7142857143vw;
    line-height: 6vw;
  }
}
@media (max-width: 600px) {
  .big-title {
    font-size: 10.1333333333vw;
    line-height: 110%;
    letter-spacing: -0.76px;
  }
}
.big-title span {
  font-style: italic;
}

.middle-title {
  color: #000;
  font-family: "Lora", sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 140%;
  letter-spacing: -0.96px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .middle-title {
    font-size: 3.4285714286vw;
  }
}
@media (max-width: 600px) {
  .middle-title {
    font-size: 7.4666666667vw;
    letter-spacing: -0.56px;
  }
}

.white-color {
  color: #fff;
}

a {
  color: #fff;
}

.black-color {
  color: #000;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
  background-color: transparent;
  transition: background-color 0.4s ease, transform 0.4s ease;
}
@media (max-width: 600px) {
  .header {
    overflow-x: clip;
  }
}
.header-wrap {
  display: flex;
  flex-direction: column;
}
.header-top {
  padding: 15px 0 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  justify-content: flex-end;
}
.header-top:hover {
  color: black;
}
@media (max-width: 600px) {
  .header-top {
    display: none;
  }
}
.header-top__btn {
  font-weight: 600;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 1;
  cursor: pointer;
  transition: color 0.4s ease;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .header-top__btn {
    font-size: 1.0714285714vw;
  }
}
@media all and (max-width: 991px) {
  .header-top__btn {
    font-size: 12px;
  }
}
.header-top__btn span {
  transition: color 0.4s ease;
}
.header-top__btn-wrap {
  position: relative;
  z-index: 3;
  transition: color 0.4s ease;
}
.header-top__btn-wrap svg {
  vertical-align: middle;
  transform-origin: center;
  transition: transform 0.4s ease;
}
.header-top__btn-wrap svg path {
  transition: stroke 0.4s ease;
}
.header-top__btn-wrap span {
  color: #fff;
  transition: color 0.4s ease;
}
.header-top__btn:hover .header-top__btn-wrap {
  color: #000;
}
.header-top__btn:hover .header-top__btn-wrap span {
  color: #000;
  transition: color 0.4s ease;
}
.header-top__btn:hover .header-top__btn-wrap svg {
  transform: rotate(180deg);
}
.header-top__btn:hover .header-top__btn-wrap svg path {
  stroke: #000;
}
.header-top__btn:hover .header-partners {
  opacity: 1;
  visibility: visible;
}
.header-logo svg, .header-logo img {
  width: 147px;
  height: 42px;
  transition: filter 0.4s ease;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .header-logo svg, .header-logo img {
    width: 10.5vw;
    height: 3vw;
  }
}
@media (max-width: 600px) {
  .header-logo svg, .header-logo img {
    width: 84px;
    height: 24px;
    position: relative;
    z-index: 2;
  }
}
.header-logo svg path, .header-logo img path {
  transition: fill 0.4s ease;
}
.header-logo:hover svg path:last-child {
  fill: #416464;
}
.header-logo:hover svg path:nth-last-child(2) {
  fill: #168FBE;
}
.header-logo:hover svg path:nth-last-child(3) {
  fill: #5CA547;
}
.header-bottom {
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
}
@media (max-width: 600px) {
  .header-middle {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    padding: 134px 30px;
    overflow: auto;
    max-height: 100vh;
    display: flex;
    transform: translateX(100%);
    transition: transform 0.4s ease;
    z-index: 10;
  }
}
.header-nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .header-nav {
    gap: 1.4285714286vw;
  }
}
@media (max-width: 600px) {
  .header-nav {
    display: none;
    gap: 32px;
  }
}
.header-nav a {
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  position: relative;
  transition: color 0.4s ease;
}
@media all and (max-width: 991px) {
  .header-nav a {
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  .header-nav a {
    color: #333;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.48px;
    text-align: left;
  }
}
.header-nav a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.header-nav li {
  position: relative;
  display: flex;
}
.header-nav li.has-submenu {
  position: relative;
}
.header-nav li.has-submenu:after {
  content: "";
  display: block;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  background: url("../img/arrow-down.svg") center center no-repeat;
  background-size: cover;
  width: 12px;
  height: 8px;
  transition: transform 0.4s ease;
}
.header-nav li.has-submenu:hover:after {
  transform: translateY(-50%) rotate(0);
}
.header-nav li.has-submenu:hover .submenu {
  opacity: 1;
  visibility: visible;
}
.header-nav li .submenu {
  position: absolute;
  left: -211px;
  top: 100%;
  padding-top: 10px;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.4s ease, opacity 0.4s ease;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .header-nav li .submenu {
    left: -14.2857142857vw;
    padding-top: 0.7142857143vw;
  }
}
@media (max-width: 600px) {
  .header-nav li .submenu {
    display: none;
  }
}
.header-nav li .submenu-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 15px 15px 15px 30px;
  gap: 50px;
  border-radius: 8px;
  background: #FFF;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .header-nav li .submenu-wrap {
    padding: 1.0714285714vw 1.0714285714vw 1.0714285714vw 2.1428571429vw;
    gap: 3.5714285714vw;
  }
}
.header-nav li .submenu-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  gap: 14px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .header-nav li .submenu-item {
    gap: 1vw;
  }
}
.header-nav li .submenu-item img {
  max-height: 20px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .header-nav li .submenu-item img {
    max-height: 1.4285714286vw;
  }
}
.header-nav li .submenu-item__title {
  display: flex;
  margin-top: 5px;
  white-space: nowrap;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.32px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .header-nav li .submenu-item__title {
    margin-top: 0.3571428571vw;
    font-size: 1.1428571429vw;
    line-height: 1.4285714286vw;
  }
}
.header-nav li .submenu-item a {
  padding-bottom: 2px;
}
.header-nav li .submenu-item a svg {
  transition: transform 0.4s ease;
  width: 32px;
  height: 32px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .header-nav li .submenu-item a svg {
    width: 2.2857142857vw;
    height: 2.2857142857vw;
  }
}
.header-nav li .submenu-item a svg rect {
  fill: transparent;
  transition: fill 0.4s ease;
}
.header-nav li .submenu-item a svg path {
  transform-origin: center;
  transition: fill 0.4s ease, stroke 0.4s ease, transform 0.4s ease;
}
.header-nav li .submenu-item a:hover svg rect {
  fill: rgb(92, 165, 71);
}
.header-nav li .submenu-item a:hover svg path {
  fill: white;
  transform: rotate(45deg);
}
.header-nav li .submenu-item__link {
  padding: 20px 25px !important;
  border-radius: 8px;
  background-color: #7A9191;
  backdrop-filter: blur(15px);
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.28px;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.4s ease;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .header-nav li .submenu-item__link {
    padding: 1.4285714286vw 1.4285714286vw !important;
    font-size: 1vw;
    line-height: 1.8571428571vw;
  }
}
.header-nav li .submenu-item__link:hover {
  background-color: rgb(92, 165, 71);
}
@media (max-width: 600px) {
  .header-nav__item {
    width: 100%;
  }
}
.header-btn {
  padding: 15px 20px;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(20px);
  color: #fff;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .header-btn {
    padding: 1.0714285714vw 1.4285714286vw;
    font-size: 14px;
  }
}
@media all and (max-width: 991px) {
  .header-btn {
    font-size: 12px;
  }
}
.header-btn:hover {
  backdrop-filter: blur(40px);
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8);
}
.header .burger {
  width: 24px;
  height: 24px;
  position: relative;
  z-index: 2;
}
.header .mobile-start {
  padding: 15px;
  width: 100%;
  border-radius: 8px;
  background: #168FBE;
  backdrop-filter: blur(10px);
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.28px;
  text-align: center;
  margin-top: 30px;
}
.header .header-project {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.header .header-project__title {
  color: rgba(0, 0, 0, 0.7);
  text-align: right;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.header .header-project__item-media {
  width: 100%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
}
.header .header-project__item-img {
  width: 100%;
  height: 184px;
  object-fit: cover;
}
.header .header-project__item-icon {
  position: absolute;
  left: 17px;
  bottom: 17px;
  max-height: 27px;
}
.header .header-project__item-desc {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.28px;
  opacity: 0.7;
  margin-top: 16px;
}
.header .header-project__item-link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  gap: 10px;
  border-radius: 8px;
  border: 1px solid rgba(122, 145, 145, 0.5);
  backdrop-filter: blur(15px);
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.28px;
  margin-top: 16px;
}
.header .header-project__item:not(:last-child) {
  margin-bottom: 32px;
}
@media (max-width: 600px) {
  .header .header-project__item:first-child {
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.7);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 24px;
  }
}
.header-mobile .header-nav {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.header.open {
  z-index: 3;
  height: 100vh;
}
.header.open .header-logo svg path {
  fill: black;
}
.header.open .header-logo img {
  filter: invert(1);
}
.header.open #nav-icon3 span {
  background: #000;
}
.header.open .header-middle {
  display: flex;
  transform: translateY(0);
}
.header.open .header-bottom {
  z-index: 11;
  background: #fff;
  transition-delay: 0.4s;
}
@media (max-width: 600px) {
  .header.open .header-bottom {
    padding-bottom: 10px;
  }
}
.header.open .container {
  padding: 0 30px 0 20px;
}
.header-partners {
  position: absolute;
  top: 0;
  padding-top: 59px;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s ease, visibility 0.15s ease;
}
.header-partners:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: -1;
}
.header-partners__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1440px;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  border-top: 1px solid rgba(188, 200, 200, 0.3);
}
.header-partner {
  padding: 30px 20px 37px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .header-partner {
    padding: 2.1428571429vw 1.4285714286vw 2.6428571429vw;
  }
}
.header-partner:not(:last-child) {
  border-right: 1px solid rgba(122, 145, 145, 0.5);
}
.header-partner:is(div) {
  cursor: default;
}
.header-partner:hover .header-partner__img {
  transform: scale(1.1);
}
.header-partner__media {
  border-radius: 20px;
  overflow: hidden;
  width: 416px;
  height: 213px;
  position: relative;
  display: flex;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .header-partner__media {
    width: 29.7142857143vw;
    height: 15.2142857143vw;
  }
}
.header-partner__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.header-partner__icon {
  position: absolute;
  left: 20px;
  bottom: 20px;
  max-height: 30px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .header-partner__icon {
    left: 1.4285714286vw;
    bottom: 1.4285714286vw;
    max-height: 2.1428571429vw;
  }
}
.header-partner__desc {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  opacity: 0.7;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .header-partner__desc {
    margin-top: 2.1428571429vw;
    margin-bottom: 2.1428571429vw;
    font-size: 10px;
    line-height: 14px;
  }
}
.header-partner__link {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  max-width: max-content;
  padding: 20px 30px;
  border-radius: 8px;
  border: 1px solid rgba(122, 145, 145, 0.5);
  background: #FFF;
  backdrop-filter: blur(15px);
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.28px;
  gap: 10px;
  transition: background-color 0.4s ease, color 0.4s ease;
  margin-top: auto;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .header-partner__link {
    padding: 10px 18px 12px 18px;
    font-size: 12px;
    line-height: 16px;
    gap: 0.7142857143vw;
  }
}
.header-partner__link svg {
  width: 11px;
  height: 11px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .header-partner__link svg {
    width: 0.7857142857vw;
    height: 0.7857142857vw;
  }
}
.header-partner__link svg path {
  transition: fill 0.4s ease;
}
.header-partner__link:hover {
  background: #168FBE;
  color: white;
}
.header-partner__link:hover svg path {
  fill: white;
}
.header #nav-icon3 {
  width: 30px;
  height: 24px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.header #nav-icon3 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.header #nav-icon3 span:nth-child(1) {
  top: 0px;
}
.header #nav-icon3 span:nth-child(2), .header #nav-icon3 span:nth-child(3) {
  top: 9px;
}
.header #nav-icon3 span:nth-child(4) {
  top: 18px;
}
.header #nav-icon3.open span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}
.header #nav-icon3.open span:nth-child(2) {
  transform: rotate(45deg);
}
.header #nav-icon3.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.header #nav-icon3.open span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
}
.header.fixed {
  background-color: #fff;
  border-radius: 0px 0px 6px 6px;
  transform: translateY(-59px);
}
@media (max-width: 600px) {
  .header.fixed {
    transform: translateY(0);
  }
}
.header.fixed .header-top {
  border-color: #D6E4E6;
  opacity: 0;
  visibility: hidden;
}
.header.fixed .header-bottom {
  padding-top: 11px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .header.fixed .header-bottom {
    padding-top: 11px;
  }
}
.header.fixed .header-nav li.has-submenu:after {
  background: url(../img/arrow-down-black.svg) center center no-repeat;
  background-size: cover;
}
.header.fixed .header-logo svg path:last-child, .header.fixed .header-logo img path:last-child {
  fill: #416464;
}
.header.fixed .header-logo svg path:nth-last-child(2), .header.fixed .header-logo img path:nth-last-child(2) {
  fill: #168FBE;
}
.header.fixed .header-logo svg path:nth-last-child(3), .header.fixed .header-logo img path:nth-last-child(3) {
  fill: #5CA547;
}
.header.fixed .header-logo svg path:first-child, .header.fixed .header-logo img path:first-child {
  fill: #416464;
}
.header.fixed .header-nav li > a {
  color: #000;
}
.header.fixed .header-nav li > a:hover {
  color: rgba(0, 0, 0, 0.7);
}
.header.fixed .header-btn {
  background-color: #fff;
  border: 1px solid #D6E4E6;
  color: #000;
  backdrop-filter: none;
}
.header.fixed .header-btn:hover {
  background-color: #f3f3f3;
}
.header.fixed .header-top__btn {
  color: rgba(0, 0, 0, 0.7);
}
.header.fixed .header-top__btn span {
  color: #000;
}
.header.fixed .header-top__btn .header-top__btn-wrap > svg path {
  stroke: #000;
}
.header.fixed .burger {
  filter: invert(1);
}
.header.fixed .burger.open {
  filter: none;
}

.footer {
  padding: 60px 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%), linear-gradient(180deg, var(--DLC-Blue, #168FBE) 0%, var(--DLC-Dark-Green, #416464) 100%);
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .footer {
    padding: 4.2857142857vw 0;
  }
}
@media (max-width: 600px) {
  .footer {
    padding: 10.6666666667vw 0 14.6666666667vw;
  }
}
.footer-nav {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 100px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .footer-nav {
    gap: 7.1428571429vw;
  }
}
@media (max-width: 600px) {
  .footer-nav {
    gap: 2.6666666667vw;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.footer-nav a {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  position: relative;
  padding-bottom: 1px;
  max-width: max-content;
  overflow: hidden;
  display: inline-block;
  color: #fff;
  transition: color 0.4s ease;
}
.footer-nav a:hover {
  color: rgba(255, 255, 255, 0.7);
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .footer-nav a {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 600px) {
  .footer-nav a {
    font-size: 4.8vw;
    line-height: 9.6vw;
    text-decoration: none;
  }
}
.footer-middle {
  margin: 60px 0;
  padding: 70px 0 60px;
  border-top: 1px solid rgba(122, 145, 145, 0.5);
  border-bottom: 1px solid rgba(122, 145, 145, 0.5);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .footer-middle {
    margin: 4.2857142857vw 0;
    padding: 5vw 0 4.2857142857vw;
    gap: 3.5714285714vw;
  }
}
@media (max-width: 600px) {
  .footer-middle {
    margin: 13.3333333333vw 0;
    padding: 13.3333333333vw 0;
    flex-direction: column;
    gap: 13.3333333333vw;
  }
}
.footer-left {
  max-width: 416px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .footer-left {
    max-width: 29.7142857143vw;
  }
}
@media (max-width: 600px) {
  .footer-left {
    max-width: none;
  }
}
.footer-desc {
  margin-top: 25px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #F2F2F2;
  opacity: 0.8;
  letter-spacing: -0.28px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .footer-desc {
    margin-top: 1.7857142857vw;
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  .footer-desc {
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 140%;
    letter-spacing: 0.28px;
  }
}
@media (max-width: 600px) {
  .footer-right {
    width: 100%;
  }
}
.footer-right__title {
  color: #F2F2F2;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: right;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .footer-right__title {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 600px) {
  .footer-right__title {
    font-size: 3.7333333333vw;
    line-height: 5.3333333333vw;
    text-align: left;
  }
}
.footer-right__list {
  margin-top: 39px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 25px 50px;
  flex-wrap: wrap;
  max-width: 420px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .footer-right__list {
    margin-top: 2.7857142857vw;
    gap: 1.7857142857vw 3.5714285714vw;
    max-width: 30vw;
  }
}
@media (max-width: 600px) {
  .footer-right__list {
    margin-top: 6.9333333333vw;
    gap: 4vw 5.3333333333vw;
    max-width: none;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.footer-right__item a {
  display: flex;
}
.footer-right__item img {
  max-height: 30px;
  opacity: 0.8;
  transition: opacity 0.4s ease;
}
.footer-right__item img:hover {
  opacity: 1;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .footer-right__item img {
    max-height: 2.1428571429vw;
  }
}
@media (max-width: 600px) {
  .footer-right__item img {
    max-height: 5.3333333333vw;
    opacity: 1;
  }
}
.footer-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 600px) {
  .footer-bottom {
    align-items: flex-end;
  }
}
.footer-bottom .menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 50px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .footer-bottom .menu {
    gap: 3.5714285714vw;
  }
}
@media (max-width: 600px) {
  .footer-bottom .menu {
    flex-direction: column;
    gap: 5.3333333333vw;
  }
}
.footer-bottom .menu li {
  display: flex;
}
.footer-copyright {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .footer-copyright {
    gap: 1.7142857143vw;
  }
}
@media (max-width: 600px) {
  .footer-copyright {
    gap: 6.4vw;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.footer-copyright span {
  color: #F2F2F2;
  font-size: 13px;
  line-height: 24px;
  position: relative;
}
.footer-copyright span:before {
  content: "";
  display: block;
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background: #fff;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .footer-copyright span:before {
    right: -0.8571428571vw;
    width: 0.0714285714vw;
    height: 0.8571428571vw;
  }
}
@media (max-width: 600px) {
  .footer-copyright span:before {
    display: none;
  }
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .footer-copyright span {
    font-size: 13px;
    line-height: 24px;
  }
}
@media (max-width: 600px) {
  .footer-copyright span {
    font-size: 3.7333333333vw;
    line-height: 4.8vw;
  }
}
.footer-copyright a {
  font-weight: 700;
  font-size: 13px;
  line-height: 24px;
  text-decoration: none;
  position: relative;
}
.footer-copyright a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  opacity: 0.8;
  background: #FFF;
  transition: opacity 0.4s ease;
}
.footer-copyright a:hover:before {
  opacity: 0;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .footer-copyright a {
    font-size: 13px;
    line-height: 24px;
  }
}
@media (max-width: 600px) {
  .footer-copyright a {
    font-size: 3.4666666667vw;
    line-height: 6.4vw;
  }
}
.footer-create {
  font-weight: 700;
  font-size: 13px;
  line-height: 24px;
  position: relative;
}
.footer-create:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  opacity: 0.8;
  background: #FFF;
  transition: opacity 0.4s ease;
}
.footer-create:hover:before {
  opacity: 0;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .footer-create {
    font-size: 13px;
    line-height: 24px;
  }
}
@media (max-width: 600px) {
  .footer-create {
    font-size: 3.4666666667vw;
    line-height: 6.4vw;
  }
}
.footer #menu-footer-menu-second {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-logo svg path {
  transition: fill 0.4s ease;
}
.footer-logo:hover svg path:last-child {
  fill: #416464;
}
.footer-logo:hover svg path:nth-last-child(2) {
  fill: #168FBE;
}
.footer-logo:hover svg path:nth-last-child(3) {
  fill: #5CA547;
}

.btn.btn-default {
  padding: 8px 16px;
  color: var(--text-main, #FFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
}
.btn.btn-default:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #6A3DC2 -21.02%, #4946E4 99.94%);
}
.btn.btn-default:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--light-violet, #5D3D9E);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}
.btn.btn-default span {
  position: relative;
  z-index: 2;
}
.btn.btn-default:hover:after {
  opacity: 1;
}

.btn-skew {
  padding: 16px 40px;
  color: var(--text-main, #FFF);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  position: relative;
  transform: skew(-40deg);
  overflow: hidden;
  max-width: max-content;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .btn-skew {
    padding: 1.1428571429vw 2.8571428571vw;
    font-size: 1.2857142857vw;
  }
}
@media (max-width: 600px) {
  .btn-skew {
    padding: 3.2vw 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.btn-skew span {
  position: relative;
  z-index: 1;
  transform: skew(40deg);
}
.btn-skew.btn-filled:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--gradient-for-btn, linear-gradient(90deg, #2E0582 -21.02%, #5E3D9E 99.94%));
  transition: transform 0.4s ease;
}
.btn-skew.btn-filled span:after {
  content: "";
  height: 155px;
  left: -75px;
  position: absolute;
  top: -50px;
  transition: all 900ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 15px;
  z-index: -10;
  transform: skew(-40deg);
  opacity: 0.1;
  background: #FFEFAF;
  background-blend-mode: overlay;
  filter: blur(12px);
}
.btn-skew.btn-transparent:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--gradient-for-btn, linear-gradient(90deg, #2E0582 -21.02%, #5E3D9E 99.94%));
  transition: transform 0.4s ease;
}
.btn-skew.btn-transparent:after {
  content: "";
  display: block;
  position: absolute;
  left: 1.5px;
  top: 1.5px;
  width: calc(100% - 3px);
  height: calc(100% - 3px);
  background: #080808;
  transition: transform 0.4s ease;
}
.btn-skew:hover span:after {
  left: 130%;
  transition: all 900ms cubic-bezier(0.19, 1, 0.22, 1);
}

.hero {
  padding: 211px 0 184px;
  position: relative;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .hero {
    padding: 170px 0 13.1428571429vw;
  }
}
@media (max-width: 600px) {
  .hero {
    padding: 45.0666666667vw 0 23.7333333333vw;
  }
}
.hero .big-title {
  max-width: 720px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .hero .big-title {
    max-width: 51.4285714286vw;
  }
}
@media (max-width: 600px) {
  .hero .big-title {
    max-width: none;
    text-align: center;
  }
}
.hero-wrap {
  position: relative;
  z-index: 1;
}
.hero-desc {
  margin-top: 40px;
  max-width: 648px;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  letter-spacing: -0.48px;
  font-weight: 400;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .hero-desc {
    margin-top: 2.8571428571vw;
    max-width: 46.2857142857vw;
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 600px) {
  .hero-desc {
    margin-top: 3.2vw;
    max-width: none;
    width: 100%;
    font-size: 4.2666666667vw;
    line-height: 5.8666666667vw;
    text-align: center;
    letter-spacing: -0.32px;
  }
}
.hero-btn {
  padding: 10px 10px 10px 26px;
  margin-top: 50px;
  display: flex;
  max-width: max-content;
  justify-content: center;
  align-items: center;
  gap: 19px;
  border-radius: 6px;
  background-color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -2%;
  color: #000000;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .hero-btn {
    padding: 0.7142857143vw 0.7142857143vw 0.7142857143vw 1.8571428571vw;
    margin-top: 3.5714285714vw;
    font-size: 12px;
    line-height: 24px;
    gap: 1.3571428571vw;
  }
}
@media (max-width: 600px) {
  .hero-btn {
    padding: 2.6666666667vw 3.2vw 2.6666666667vw 4vw;
    margin: 9.0666666667vw auto 0;
    font-size: 3.7333333333vw;
    line-height: 4.5333333333vw;
    gap: 4vw;
  }
}
.hero-btn svg {
  width: 53px;
  height: 52px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .hero-btn svg {
    width: 3.7857142857vw;
    height: 3.7142857143vw;
  }
}
@media (max-width: 600px) {
  .hero-btn svg {
    width: 42px;
    height: 36px;
  }
}
.hero-btn svg rect {
  transition: fill 0.4s ease;
}
.hero-btn svg path {
  transform-origin: center;
}
.hero-btn:hover svg rect {
  fill: #168FBE;
}
.hero-btn:hover svg path {
  animation: heroArrow 1s ease-in-out forwards;
}
@keyframes heroArrow {
  0% {
    transform: translateX(0) rotate(45deg);
    opacity: 1;
  }
  30% {
    transform: translateX(20px) rotate(45deg);
    opacity: 0;
  }
  50% {
    transform: translateX(-20px) rotate(45deg);
    opacity: 0;
  }
  100% {
    transform: translateX(0) rotate(45deg);
    opacity: 1;
  }
}
.hero-media {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.hero-media:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-secondary {
  padding: 206px 0 100px;
  background: linear-gradient(98deg, #3A6C6C 6.4%, #5CA547 121.54%);
  position: relative;
  min-height: 566px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .hero-secondary {
    padding: 206px 0 7.1428571429vw;
    min-height: 450px;
  }
}
@media all and (max-width: 991px) {
  .hero-secondary {
    min-height: 360px;
  }
}
@media (max-width: 600px) {
  .hero-secondary {
    padding: 49.0666666667vw 0 22.6666666667vw;
    min-height: auto;
  }
}
.hero-secondary:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url("../img/svg/hero-lines.svg") top center no-repeat;
  background-size: cover;
}
.hero-secondary p {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.07px;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: white;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .hero-secondary p {
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 0.4285714286vw;
  }
}
@media (max-width: 600px) {
  .hero-secondary p {
    font-size: 4.8vw;
    letter-spacing: -0.36px;
    line-height: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
    opacity: 0.7;
  }
}
.hero-secondary h1 {
  font-family: "Lora", sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 500;
  line-height: 84px;
  letter-spacing: -1.6px;
  color: #fff;
  position: relative;
  z-index: 1;
  max-width: 760px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .hero-secondary h1 {
    font-size: 5.7142857143vw;
    line-height: 6vw;
    max-width: 54.2857142857vw;
  }
}
@media (max-width: 600px) {
  .hero-secondary h1 {
    font-size: 10.1333333333vw;
    line-height: 110%;
    letter-spacing: -0.76px;
    max-width: none;
  }
}
.hero-secondary.contact-hero {
  padding: 230px 0 160px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .hero-secondary.contact-hero {
    padding: 190px 0 11.4285714286vw;
  }
}
@media (max-width: 600px) {
  .hero-secondary.contact-hero {
    padding: 38.4vw 0 33.3333333333vw;
  }
}
.hero-secondary.projects-hero h1 {
  max-width: 520px;
  text-transform: capitalize;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .hero-secondary.projects-hero h1 {
    max-width: 37.1428571429vw;
  }
}
@media (max-width: 600px) {
  .hero-secondary.projects-hero h1 {
    max-width: 80vw;
  }
}

.trusted {
  padding: 60px 0;
  overflow: hidden;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .trusted {
    padding: 4.2857142857vw 0;
  }
}
@media (max-width: 600px) {
  .trusted {
    padding: 8vw 0;
  }
}
.trusted-slider {
  position: relative;
}
.trusted-slider:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0) 7.21%, rgba(255, 255, 255, 0) 93%, #FFF 100%);
  z-index: 3;
}
.trusted-item {
  height: 92px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.trusted-item img {
  max-height: 92px;
  object-fit: contain;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .trusted-item img {
    max-height: 6.5714285714vw;
  }
}
@media (max-width: 600px) {
  .trusted-item img {
    max-height: 10.6666666667vw;
  }
}
.trusted-wrap {
  overflow: hidden;
  width: 100vw;
}
.trusted .swiper {
  width: 100%;
  height: 100%;
}
.trusted .swiper-slide {
  width: 120px;
  overflow: hidden;
}
.trusted .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.trusted-title {
  color: #000;
  font-family: "Lora", sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.15px;
  opacity: 0.5;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #D1D1D1;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .trusted-title {
    font-size: 14px;
    margin-bottom: 2.1428571429vw;
    padding-bottom: 2.1428571429vw;
  }
}
@media (max-width: 600px) {
  .trusted-title {
    font-size: 4.2666666667vw;
    margin-bottom: 8vw;
    padding-bottom: 8vw;
  }
}

.expertise {
  background: rgb(92, 165, 71);
  background: linear-gradient(95deg, #5CA547 -75%, #3A6C6C 98.66%);
  padding: 150px 0 200px;
  position: relative;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .expertise {
    padding: 10.7142857143vw 0 14.2857142857vw;
  }
}
@media (max-width: 600px) {
  .expertise {
    padding: 21.3333333333vw 0 22.1333333333vw;
  }
}
.expertise:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/svg/expertise-bg.svg") center center no-repeat;
  background-size: cover;
}
@media (max-width: 600px) {
  .expertise:before {
    display: none;
  }
}
.expertise-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .expertise-wrap {
    gap: 1.4285714286vw;
  }
}
@media (max-width: 600px) {
  .expertise-wrap {
    gap: 33.0666666667vw;
  }
}
.expertise-media {
  position: relative;
}
@media (max-width: 600px) {
  .expertise-media {
    width: 100%;
  }
}
.expertise-img {
  position: relative;
  max-width: max-content;
}
.expertise-img__big {
  width: 576px;
  height: 371px;
  object-fit: cover;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 32px 64px 0px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .expertise-img__big {
    width: 41.1428571429vw;
    height: 26.5vw;
  }
}
@media (max-width: 600px) {
  .expertise-img__big {
    width: 69.0666666667vw;
    height: 49.6vw;
  }
}
.expertise-img__small {
  position: absolute;
  bottom: -53px;
  right: -84px;
  width: 271px;
  height: 194px;
  border-radius: 5px 5px 50px 5px;
  overflow: hidden;
  box-shadow: 0px 32px 64px 0px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .expertise-img__small {
    width: 19.3571428571vw;
    height: 13.8571428571vw;
    bottom: -3.7857142857vw;
    right: -6vw;
  }
}
@media (max-width: 600px) {
  .expertise-img__small {
    width: 49.0666666667vw;
    height: 35.2vw;
    bottom: -21.0666666667vw;
    right: -18.6666666667vw;
  }
}
.expertise-content {
  width: 524px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .expertise-content {
    width: 37.4285714286vw;
  }
}
@media (max-width: 600px) {
  .expertise-content {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .expertise .middle-title {
    max-width: 72vw;
  }
}
.expertise-desc {
  margin-top: 35px;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: -0.36px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .expertise-desc {
    margin-top: 2.5vw;
    font-size: 14px;
    line-height: 21px;
  }
}
@media (max-width: 600px) {
  .expertise-desc {
    margin-top: 5.8666666667vw;
    font-size: 4.2666666667vw;
    line-height: 5.8666666667vw;
    max-width: 74.4vw;
    letter-spacing: -0.32px;
  }
}
.expertise .expertise-content__letters {
  display: contents;
}
.expertise .scramble {
  display: inline-block;
  position: relative;
}
.expertise .word {
  display: inline-block;
}
.expertise .char {
  display: inline-block;
  overflow: hidden;
  position: relative;
  height: 1em;
  width: 1ch;
  vertical-align: baseline;
  padding-top: 2px;
  text-align: center;
}
.expertise .char span {
  display: block;
  transform: translateY(0%);
  transition: transform 0.3s;
  will-change: transform;
  line-height: 1;
}

.home h2 span {
  display: inline-flex !important;
  position: relative !important;
  overflow: hidden !important;
}

.home h2 .char {
  display: inline-flex !important;
  position: relative !important;
  overflow: hidden !important;
}

.retail {
  padding-top: 115px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .retail {
    padding-top: 8.2142857143vw;
  }
}
@media (max-width: 600px) {
  .retail {
    padding-top: 21.3333333333vw;
  }
}
.retail-slider {
  margin-top: 60px;
  overflow: hidden;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .retail-slider {
    margin-top: 4.2857142857vw;
  }
}
@media (max-width: 600px) {
  .retail-slider {
    margin: 8.8vw -20px 0;
    padding: 30px 20px;
    overflow-x: clip;
    overflow-y: visible;
  }
}
.retail-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-left: -7px;
  margin-right: -7px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .retail-list {
    margin-left: -0.5vw;
    margin-right: -0.5vw;
  }
}
@media (max-width: 600px) {
  .retail-list {
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
  }
}
.retail .swiper-slide {
  width: calc(33.33% - 14px);
  margin: 0 7px;
  height: auto;
  align-self: stretch;
  border: 1px solid #D6E4E6;
  padding: 30px 20px;
  border-radius: 6px;
  overflow: hidden;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .retail .swiper-slide {
    width: calc(33.33% - 1vw);
    padding: 2.1428571429vw 1.4285714286vw;
    margin: 0 0.5vw;
  }
}
@media (max-width: 600px) {
  .retail .swiper-slide {
    padding: 5.3333333333vw 4vw;
    width: 100%;
    margin: 0;
    border: none;
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.16);
  }
}
.retail-item {
  display: flex;
  flex-direction: column;
  background-color: transparent;
  transition: background-color 0.4s ease;
}
.retail-item:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #7A9191;
  transition: opacity 0.4s ease;
  z-index: -1;
}
.retail-item__top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .retail-item__top {
    gap: 1.4285714286vw;
    margin-bottom: 2.1428571429vw;
  }
}
@media (max-width: 600px) {
  .retail-item__top {
    flex-wrap: nowrap;
    margin-bottom: 6.9333333333vw;
  }
}
.retail-item__icon {
  height: 34px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .retail-item__icon {
    height: 2.4285714286vw;
  }
}
@media (max-width: 600px) {
  .retail-item__icon {
    height: 6.6666666667vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.retail-item__icon img, .retail-item__icon svg {
  max-height: 34px;
  transition: filter 0.4s ease;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .retail-item__icon img, .retail-item__icon svg {
    max-height: 2.4285714286vw;
  }
}
@media (max-width: 600px) {
  .retail-item__icon img, .retail-item__icon svg {
    max-height: 6.6666666667vw;
  }
}
.retail-item__year {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: #000000;
  letter-spacing: 0.28px;
  transition: color 0.4s ease;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .retail-item__year {
    font-size: 10px;
    line-height: 16px;
  }
}
@media (max-width: 600px) {
  .retail-item__year {
    font-size: 3.2vw;
    line-height: 4.2666666667vw;
    letter-spacing: 0.24px;
    flex-shrink: 0;
  }
}
.retail-item__media {
  border-top: 1px solid #D6E4E6;
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
  height: 272px;
  transition: height 0.8s ease;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .retail-item__media {
    height: 19.4285714286vw;
  }
}
@media (max-width: 600px) {
  .retail-item__media {
    height: 48.5333333333vw !important;
  }
}
.retail-item__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.4s ease;
}
.retail-item__info {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .retail-item__info {
    margin-top: 2.1428571429vw;
    gap: 1.7142857143vw;
    align-items: flex-start;
  }
}
@media (max-width: 600px) {
  .retail-item__info {
    margin-top: 6.9333333333vw;
    gap: 12px;
  }
}
.retail-item__text {
  width: calc(100% - 74px);
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .retail-item__text {
    width: calc(100% - 5.2857142857vw);
  }
}
@media (max-width: 600px) {
  .retail-item__text {
    width: 100%;
  }
}
.retail-item__text h6, .retail-item__text a {
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  transition: color 0.4s ease;
  color: #000;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .retail-item__text h6, .retail-item__text a {
    font-size: 1.5714285714vw;
    line-height: 2vw;
  }
}
@media all and (max-width: 991px) {
  .retail-item__text h6, .retail-item__text a {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 600px) {
  .retail-item__text h6, .retail-item__text a {
    font-size: 5.3333333333vw;
    line-height: 6.4vw;
  }
}
.retail-item__text p {
  margin-top: 15px;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  transition: color 0.4s ease;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .retail-item__text p {
    margin-top: 1.0714285714vw;
    font-size: 14px;
    line-height: 18px;
  }
}
@media all and (max-width: 991px) {
  .retail-item__text p {
    font-size: 14px;
    line-height: 18px;
  }
}
@media all and (max-width: 700px) {
  .retail-item__text p {
    font-size: 13px;
    line-height: 16px;
  }
}
@media (max-width: 600px) {
  .retail-item__text p {
    font-size: 14px;
    line-height: 18px;
    margin-top: 2.6666666667vw;
  }
}
.retail-item__link {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  transition: background-color 0.8s ease;
  flex-shrink: 0;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .retail-item__link {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 600px) {
  .retail-item__link {
    width: 40px;
    height: 40px;
  }
  .retail-item__link svg {
    width: 100%;
    height: 100%;
  }
  .retail-item__link svg rect {
    fill: #478435;
  }
  .retail-item__link svg path {
    fill: #fff;
  }
}
.retail-item__link svg {
  width: 100%;
  height: 100%;
}
.retail-item__link svg rect, .retail-item__link svg path {
  transition: fill 0.4s ease, transform 0.4s ease;
  transform-origin: center;
}
.retail-item__link:hover svg path {
  transform: rotate(45deg);
}
.retail-item:hover .retail-item__link svg rect {
  fill: #478435;
}
.retail-item:hover .retail-item__link svg path {
  fill: #fff;
}
.retail-item:hover .retail-item__media img {
  transform: scale(1.15);
}

.services {
  margin-top: 150px;
  overflow: hidden;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .services {
    margin-top: 10.7142857143vw;
  }
}
@media (max-width: 600px) {
  .services {
    margin-top: 21.3333333333vw;
  }
}
.services-list {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .services-list {
    margin-top: 4.2857142857vw;
  }
}
@media (max-width: 600px) {
  .services-list {
    margin-top: 9.3333333333vw;
  }
}
.services-item {
  border-radius: 6px;
  overflow: hidden;
  height: 532px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .services-item {
    height: 38vw;
  }
}
@media all and (max-width: 991px) {
  .services-item {
    height: 46.4285714286vw;
  }
}
@media all and (max-width: 991px) {
  .services-item {
    border-radius: 6px;
  }
}
@media (max-width: 600px) {
  .services-item {
    height: 100%;
  }
}
.services-item__media {
  height: 100%;
  flex: 1;
  overflow: hidden;
  transition: all 0.4s ease;
}
@media (max-width: 600px) {
  .services-item__media {
    height: 63.2vw;
  }
}
.services-item__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.15);
  transform-origin: center;
  transition: all 0.4s ease;
}
@media (max-width: 600px) {
  .services-item__media img {
    transform: scale(1);
  }
}
.services-item__info {
  padding: 32px 20px 15px;
  overflow: hidden;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .services-item__info {
    padding: 2.2857142857vw 1.4285714286vw 1.0714285714vw;
  }
}
@media all and (max-width: 1200px) {
  .services-item__info {
    padding: 2.2857142857vw 1.4285714286vw 2.2857142857vw;
  }
}
@media (max-width: 600px) {
  .services-item__info {
    padding: 8vw 5.3333333333vw;
    overflow: visible;
  }
}
.services-item__info.hover {
  padding: 32px 20px 32px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .services-item__info.hover {
    padding: 2.2857142857vw 1.4285714286vw 2.2857142857vw;
  }
}
.services-item__info img, .services-item__info svg {
  max-height: 10px;
}
@media (max-width: 600px) {
  .services-item__info img, .services-item__info svg {
    max-height: 5.3333333333vw;
    filter: brightness(0) invert(1);
  }
}
.services-item__info h6 {
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  margin-top: 11px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .services-item__info h6 {
    font-size: 14px;
    line-height: 18px;
    margin-top: 0.7857142857vw;
    margin-bottom: 1.0714285714vw;
  }
}
@media (max-width: 600px) {
  .services-item__info h6 {
    font-size: 5.3333333333vw;
    line-height: 6.4vw;
  }
}
.services-item__info p {
  overflow: hidden;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  height: 0;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .services-item__info p {
    font-size: 11px;
    line-height: 16px;
    opacity: 0.7;
  }
}
@media all and (max-width: 1200px) {
  .services-item__info p {
    height: auto;
  }
}
@media (max-width: 600px) {
  .services-item__info p {
    font-size: 3.7333333333vw;
    line-height: 4.8vw;
    height: auto;
  }
}
.services-item:hover .services-item__media img {
  transform: scale(1);
}
.services .swiper-slide:first-child .services-item {
  border-radius: 6px 6px 6px 50px;
}
@media all and (max-width: 1200px) {
  .services .swiper-slide:first-child .services-item {
    border-radius: 6px 6px 6px 20px;
  }
}
@media all and (max-width: 991px) {
  .services .swiper-slide:first-child .services-item {
    border-radius: 6px;
  }
}
.services .swiper-slide:last-child .services-item {
  border-radius: 6px 50px 6px 6px;
}
@media all and (max-width: 1200px) {
  .services .swiper-slide:last-child .services-item {
    border-radius: 6px 50px 6px 6px;
  }
}
@media all and (max-width: 991px) {
  .services .swiper-slide:last-child .services-item {
    border-radius: 6px;
  }
}

.action {
  background-color: #5CA547;
  transition: background-color 0.4s ease;
}
.action:hover {
  background-color: #539a3e !important;
}
.action--blue {
  background-color: #29afe3;
}
.action--blue:hover {
  background-color: #2ea6d5 !important;
}
.action-title {
  font-size: 56px;
  line-height: 120%;
  font-weight: 400;
  font-family: "Lora", sans-serif;
  color: #fff;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .action-title {
    font-size: 4vw;
  }
}
@media (max-width: 600px) {
  .action-title {
    font-size: 7.4666666667vw;
    line-height: 9.0666666667vw;
    max-width: 52vw;
  }
}
.action-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  transition: opacity 0.4s ease;
  padding: 57px 0 64px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .action-wrap {
    padding: 4.0714285714vw 0 4.5714285714vw;
  }
}
@media (max-width: 600px) {
  .action-wrap {
    opacity: 1;
    padding: 9.6vw 0 13.3333333333vw;
  }
}
.action-wrap svg {
  transition: transform 0.8s ease;
  width: 69px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .action-wrap svg {
    width: 4.9285714286vw;
  }
}
@media (max-width: 600px) {
  .action-wrap svg {
    width: 9.0666666667vw;
  }
}
.action-wrap:hover {
  opacity: 1;
}
.action-wrap:hover svg {
  transform: translateX(30%);
}

.partnership {
  padding: 150px 0 160px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .partnership {
    padding: 10.7142857143vw 0 11.4285714286vw;
  }
}
@media (max-width: 600px) {
  .partnership {
    padding: 32vw 0 9.0666666667vw;
  }
}
.partnership .middle-title {
  max-width: 420px;
  line-height: 130%;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .partnership .middle-title {
    max-width: 30vw;
  }
}
@media (max-width: 600px) {
  .partnership .middle-title {
    max-width: none;
  }
}
.partnership .middle-title span {
  font-style: italic;
}
.partnership-media {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 542px;
  height: 579px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .partnership-media {
    width: 38.7142857143vw;
    height: 41.3571428571vw;
  }
}
@media (max-width: 600px) {
  .partnership-media {
    width: 100%;
    height: auto;
  }
}
.partnership-media svg {
  width: 100%;
  height: auto;
}
@media (max-width: 600px) {
  .partnership-media svg {
    width: 100%;
  }
}
.partnership-media svg path {
  transition: fill 0.4s ease;
  cursor: pointer;
}
.partnership-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 33px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .partnership-wrap {
    gap: 2.3571428571vw;
  }
}
@media (max-width: 600px) {
  .partnership-wrap {
    gap: 8.8vw;
  }
}
.partnership-content {
  width: 608px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .partnership-content {
    width: 43.4285714286vw;
  }
}
@media (max-width: 600px) {
  .partnership-content {
    width: 100%;
  }
}
.partnership-info {
  padding-top: 30px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .partnership-info {
    padding-top: 2.1428571429vw;
  }
}
@media (max-width: 600px) {
  .partnership-info {
    padding-top: 15.7333333333vw;
  }
}
.partnership-head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 60px;
  overflow: hidden;
  border-bottom: 1px solid #D1D1D1;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .partnership-head {
    gap: 1.4285714286vw;
  }
}
@media all and (max-width: 991px) {
  .partnership-head {
    overflow: auto;
  }
}
@media (max-width: 600px) {
  .partnership-head {
    overflow: auto;
    gap: 5.3333333333vw;
  }
}
.partnership-head__item {
  color: #000;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.28px;
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  padding: 0 0 12px;
  transition: border-color 0.4s ease;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .partnership-head__item {
    font-size: 14px;
    white-space: normal;
  }
}
@media all and (max-width: 991px) {
  .partnership-head__item {
    font-size: 13px;
    line-height: 18px;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .partnership-head__item {
    font-size: 14px;
    font-weight: 700;
    line-height: 4.8vw;
    padding: 0 0 16px;
    border: none;
    min-width: auto;
    border-bottom: 3px solid transparent;
    letter-spacing: -0.24px;
    white-space: normal;
  }
}
@media all and (max-width: 450px) {
  .partnership-head__item {
    font-size: 13px;
    letter-spacing: -0.4px;
  }
}
.partnership-head__item img, .partnership-head__item svg {
  max-height: 15px;
  transition: width 0.4s ease;
  width: 0;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .partnership-head__item img, .partnership-head__item svg {
    max-height: 1.0714285714vw;
  }
}
@media (max-width: 600px) {
  .partnership-head__item img, .partnership-head__item svg {
    display: none;
  }
}
.partnership-head__item.active {
  border-color: #000;
}
.partnership-tabs {
  padding-top: 30px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .partnership-tabs {
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  .partnership-tabs {
    padding-top: 16px;
  }
}
.partnership-tab {
  display: none;
}
.partnership-tab img {
  width: auto;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .partnership-tab img {
    margin-bottom: 16px;
    max-height: 25px;
  }
}
@media (max-width: 600px) {
  .partnership-tab img {
    margin-bottom: 16px;
    max-height: 25px;
  }
}
.partnership-tab p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  opacity: 0.8;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .partnership-tab p {
    font-size: 16px;
  }
}
@media all and (max-width: 991px) {
  .partnership-tab p {
    font-size: 14px;
    line-height: 20px;
  }
}
.partnership-tab ul {
  padding-left: 10px;
  margin-top: 10px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .partnership-tab ul {
    padding-left: 0.7142857143vw;
    margin-top: 0.7142857143vw;
  }
}
@media all and (max-width: 991px) {
  .partnership-tab ul {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 600px) {
  .partnership-tab ul {
    padding-left: 3.2vw;
    margin: 2px;
  }
}
.partnership-tab ul li {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 11px;
  display: flex;
  position: relative;
  padding-left: 14px;
  opacity: 0.8;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .partnership-tab ul li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0.7857142857vw;
    padding-left: 1vw;
  }
}
@media all and (max-width: 991px) {
  .partnership-tab ul li {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 600px) {
  .partnership-tab ul li {
    padding-left: 3.2vw;
    margin-bottom: 2px;
  }
}
.partnership-tab ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #000;
  opacity: 0.8;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .partnership-tab ul li:before {
    top: 0.5vw;
    width: 4px;
    height: 4px;
  }
}
@media all and (max-width: 991px) {
  .partnership-tab ul li:before {
    top: 7px;
    width: 3px;
    height: 3px;
  }
}
@media (max-width: 600px) {
  .partnership-tab ul li:before {
    width: 4px;
    height: 4px;
  }
}
.partnership-tab__action {
  margin-top: 23px;
  padding: 19px 30px;
  border-radius: 6px;
  border: 1px solid var(--stroke, #D1D1D1);
  background: #FFF;
  backdrop-filter: blur(15px);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  max-width: max-content;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.28px;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .partnership-tab__action {
    margin-top: 1.6428571429vw;
    padding: 1.3571428571vw 2.1428571429vw;
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width: 600px) {
  .partnership-tab__action {
    margin-top: 30px;
    font-size: 14px;
    line-height: 18px;
    padding: 15px 30px;
  }
}
.partnership-tab__action svg {
  transform-origin: center;
  transition: transform 0.4s ease;
  width: 14px;
  height: 14px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .partnership-tab__action svg {
    width: 1vw;
    height: 1vw;
  }
}
@media (max-width: 600px) {
  .partnership-tab__action svg {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
}
.partnership-tab__action:hover {
  background-color: #168FBE;
  color: #fff;
}
.partnership-tab__action:hover svg {
  transform: rotate(45deg);
}
.partnership-tab__action:hover svg path {
  fill: #fff;
}
.partnership-tab.active {
  display: block;
}

.privacy {
  padding: 80px 40px 190px;
  color: #041D26;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.32px;
  display: block;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .privacy {
    padding: 5.7142857143vw 2.8571428571vw 13.5714285714vw;
  }
}
@media (max-width: 600px) {
  .privacy {
    padding: 14.1333333333vw 0 49.6vw;
  }
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .privacy {
    margin-bottom: 2.1428571429vw;
    font-size: 1.1428571429vw;
    line-height: 1.7142857143vw;
  }
}
@media (max-width: 600px) {
  .privacy {
    margin-bottom: 3.7333333333vw;
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
  }
}
.privacy p {
  margin-bottom: 30px;
  color: #041D26;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.32px;
  display: block;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .privacy p {
    margin-bottom: 2.1428571429vw;
    font-size: 1.1428571429vw;
    line-height: 1.7142857143vw;
  }
}
@media (max-width: 600px) {
  .privacy p {
    margin-bottom: 3.7333333333vw;
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
  }
}
.privacy strong, .privacy h6 {
  color: #041D26;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.32px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .privacy strong, .privacy h6 {
    font-size: 1.1428571429vw;
    line-height: 1.7142857143vw;
  }
}
@media (max-width: 600px) {
  .privacy strong, .privacy h6 {
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
  }
}
.privacy a {
  color: #041D26;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.32px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .privacy a {
    font-size: 1.1428571429vw;
    line-height: 1.7142857143vw;
  }
}
@media (max-width: 600px) {
  .privacy a {
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
  }
}
.privacy ol {
  margin-bottom: 30px;
  padding-left: 30px;
  list-style-type: lower-latin;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .privacy ol {
    margin-bottom: 2.1428571429vw;
    padding-left: 2.1428571429vw;
  }
}
@media (max-width: 600px) {
  .privacy ol {
    margin-bottom: 3.7333333333vw;
    padding-left: 3.7333333333vw;
  }
}
.privacy ol li {
  color: #041D26;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.32px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .privacy ol li {
    font-size: 1.1428571429vw;
    line-height: 1.7142857143vw;
  }
}
@media (max-width: 600px) {
  .privacy ol li {
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
  }
}

.contacts {
  position: relative;
  overflow: hidden;
}
.contacts-wrap {
  padding: 80px 0 70px 77px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .contacts-wrap {
    padding: 5.7142857143vw 0 5vw 5.5vw;
  }
}
@media all and (max-width: 991px) {
  .contacts-wrap {
    padding: 5.7142857143vw 0 5vw 0;
  }
}
@media (max-width: 600px) {
  .contacts-wrap {
    padding: 22.9333333333vw 0 24.8vw;
  }
}
.contacts-title {
  font-family: "Lora", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.25px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .contacts-title {
    font-size: 28px;
    margin-bottom: 1.0714285714vw;
  }
}
@media (max-width: 600px) {
  .contacts-title {
    font-size: 9.6vw;
    margin-bottom: 5.3333333333vw;
    letter-spacing: -0.72px;
  }
}
.contacts-desc {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #D6E4E6;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .contacts-desc {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 2.1428571429vw;
    padding-bottom: 2.1428571429vw;
  }
}
@media (max-width: 600px) {
  .contacts-desc {
    font-size: 4.2666666667vw;
    margin-bottom: 8vw;
    padding-bottom: 8vw;
    border: none;
    opacity: 0.8;
  }
}
.contacts .contact-form-box {
  position: relative;
  width: 515px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .contacts .contact-form-box {
    width: 36.7857142857vw;
  }
}
@media all and (max-width: 991px) {
  .contacts .contact-form-box {
    width: 41.4285714286vw;
  }
}
@media (max-width: 600px) {
  .contacts .contact-form-box {
    width: 100%;
  }
}
.contacts .contact-form-box .form__loader {
  position: absolute;
  left: 50%;
  top: 40%;
  width: 32px;
  height: 32px;
  z-index: 111;
  display: none;
}
.contacts .success-message {
  min-height: 400px;
}
.contacts .success-message h2 {
  font-size: 28px;
  margin-bottom: 7px;
}
.contacts .success-message p {
  font-size: 15px;
}
.contacts .contact-form {
  width: 515px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .contacts .contact-form {
    width: 36.7857142857vw;
  }
}
@media all and (max-width: 991px) {
  .contacts .contact-form {
    width: 41.4285714286vw;
  }
}
@media (max-width: 600px) {
  .contacts .contact-form {
    width: 100%;
  }
}
.contacts .contact-form .file-row {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .contacts .contact-form .file-row {
    margin-bottom: 1.4285714286vw;
  }
}
@media (max-width: 600px) {
  .contacts .contact-form .file-row {
    margin-bottom: 6.4vw;
  }
}
.contacts .contact-form .file-row__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  border-radius: 8px;
  border: 1px solid rgba(122, 145, 145, 0.5);
  position: relative;
  padding: 12px;
  cursor: pointer;
}
@media (max-width: 600px) {
  .contacts .contact-form .file-row__wrap {
    height: 38px;
  }
}
@media (max-width: 600px) {
  .contacts .contact-form .file-row__wrap {
    border: 1px solid var(--DLC-Blue, #168FBE);
    background: rgba(214, 228, 230, 0.2);
  }
}
.contacts .contact-form .file-row input {
  display: none;
}
.contacts .contact-form .file-row__label {
  color: #041D26;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.28px;
  margin-bottom: 8px;
  display: inline-block;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .contacts .contact-form .file-row__label {
    margin-bottom: 0.5714285714vw;
  }
}
@media (max-width: 600px) {
  .contacts .contact-form .file-row__label {
    font-size: 4.2666666667vw;
    line-height: 150%;
    margin-bottom: 2.1333333333vw;
  }
}
.contacts .contact-form .file-row__btn {
  color: #0F6080;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.28px;
}
@media (max-width: 600px) {
  .contacts .contact-form .file-row__btn {
    font-size: 4.2666666667vw;
    line-height: 4.2666666667vw;
    font-weight: "Plus Jakarta Sans", sans-serif;
  }
}
.contacts .contact-form .file-row__btn b {
  color: var(--DLC-Blue, #168FBE);
  font-weight: 600;
  letter-spacing: 0.28px;
}
.contacts .contact-form .file-row__name {
  color: #041D26;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #FFF;
  display: none;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 600px) {
  .contacts .contact-form .file-row__name {
    font-size: 4.2666666667vw;
    line-height: 4.2666666667vw;
    font-weight: "Plus Jakarta Sans", sans-serif;
  }
}
.contacts .contact-form .file-row .error {
  position: absolute;
  font-size: 12px;
  right: 0px;
  bottom: -20px;
  color: #d90c0c;
}
.contacts .message .error {
  font-size: 10px;
  color: #d90c0c;
  text-align: right;
}
.contacts .form-col {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .contacts .form-col {
    gap: 1.4285714286vw;
  }
}
@media (max-width: 600px) {
  .contacts .form-col {
    flex-direction: column;
    gap: 0;
  }
}
.contacts .form-col .form-row {
  width: calc(50% - 7.5px);
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .contacts .form-col .form-row {
    width: calc(50% - 0.5357142857vw);
  }
}
@media (max-width: 600px) {
  .contacts .form-col .form-row {
    width: 100%;
  }
}
.contacts .form-col .form-row .error {
  font-size: 10px;
  color: #d90c0c;
  text-align: right;
}
.contacts .form-row {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 14px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .contacts .form-row {
    margin-bottom: 1vw;
  }
}
@media (max-width: 600px) {
  .contacts .form-row {
    margin-bottom: 6.4vw;
  }
}
.contacts .form-row__label {
  display: block;
  color: #041D26;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.28px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .contacts .form-row__label {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 600px) {
  .contacts .form-row__label {
    font-size: 16px;
    line-height: 18px;
    font-weight: "Plus Jakarta Sans", sans-serif;
  }
}
.contacts .form-row__label span {
  color: #F7341F;
}
.contacts .form-row select {
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgba(122, 145, 145, 0.5);
  height: 40px;
  padding: 0 12px;
  color: rgba(0, 0, 0, 0.5);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.28px;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDAuNUw2IDUuNUwxMSAwLjUiIHN0cm9rZT0iYmxhY2siLz4KPC9zdmc+Cg==);
  background-position: calc(100% - 13px);
  background-repeat: no-repeat;
  cursor: pointer;
  background-color: white;
}
@media (max-width: 600px) {
  .contacts .form-row select {
    font-size: 3.7333333333vw;
    height: 38px;
    line-height: 38px;
  }
}
.contacts .form-row input {
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgba(122, 145, 145, 0.5);
  height: 40px;
  padding: 0 12px;
  color: rgba(4, 29, 38, 0.8);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  letter-spacing: 0.28px;
  font-weight: 400;
  line-height: 150%;
  background-color: white;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .contacts .form-row input {
    line-height: 1;
  }
}
@media (max-width: 600px) {
  .contacts .form-row input {
    font-size: 3.7333333333vw;
    height: 38px;
    line-height: 38px;
  }
}
.contacts .form-row textarea {
  color: #041D26;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding: 12px;
  height: 120px;
  border-radius: 8px;
  border: 1px solid rgba(122, 145, 145, 0.5);
  background-color: white;
}
@media (max-width: 600px) {
  .contacts .form-row textarea {
    font-size: 3.7333333333vw;
    height: 48vw;
  }
}
.contacts .form-row textarea::placeholder {
  color: rgba(122, 145, 145, 0.5);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 600px) {
  .contacts .form-row textarea::placeholder {
    font-size: 3.7333333333vw;
  }
}
.contacts .form-action {
  display: flex;
  width: 100%;
}
.contacts .form-action button {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background-color: #168FBE;
  padding: 20px;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.36px;
  border: none;
  cursor: pointer;
  transition: background-color 0.4s ease;
}
.contacts .form-action button svg path {
  transform-origin: center;
  transition: transform 0.4s ease;
}
.contacts .form-action button:hover {
  background-color: #13789f;
}
.contacts .form-action button:hover svg path {
  transform: rotate(45deg) scale(0.8);
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .contacts .form-action button {
    padding: 1.4285714286vw;
  }
}
@media (max-width: 600px) {
  .contacts .form-action button {
    font-size: 4.8vw;
    line-height: 6.6666666667vw;
    padding: 5.3333333333vw;
    font-family: "Plus Jakarta Sans", sans-serif;
  }
}
.contacts-map {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 48.5%;
}
@media (max-width: 600px) {
  .contacts-map {
    position: static;
    width: 100%;
  }
}
.contacts-map iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 600px) {
  .contacts-map iframe {
    height: 91.2vw;
  }
}
.contacts-map__info {
  position: absolute;
  left: 6px;
  top: 6px;
  width: calc(100% - 12px);
  padding: 25px 40px 25px 29px;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 4px 15px 15px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .contacts-map__info {
    left: 0.4285714286vw;
    top: 0.4285714286vw;
    width: calc(100% - 0.8571428571vw);
    padding: 1.7857142857vw 2.8571428571vw 1.7857142857vw 2.1428571429vw;
  }
}
@media (max-width: 600px) {
  .contacts-map__info {
    position: static;
    padding: 15.4666666667vw 8vw 24.8vw;
    width: 100%;
    border-radius: 0;
    box-shadow: none;
  }
}
.contacts-map__info-title {
  color: #000;
  font-family: "Lora", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.56px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .contacts-map__info-title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 2.1428571429vw;
  }
}
@media (max-width: 600px) {
  .contacts-map__info-title {
    font-size: 8.5333333333vw;
    line-height: 9.6vw;
    margin-bottom: 4.2666666667vw;
    letter-spacing: -1.38px;
    font-weight: 400;
  }
}
.contacts-map__info-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 600px) {
  .contacts-map__info-wrap {
    flex-direction: column;
    gap: 6.4vw;
  }
}
.contacts-map__info-address {
  max-width: 251px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.28px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .contacts-map__info-address {
    max-width: 17.9285714286vw;
    font-size: 13px;
    line-height: 24px;
  }
}
@media (max-width: 600px) {
  .contacts-map__info-address {
    max-width: none;
    width: 100%;
    font-size: 4.8vw;
    line-height: 6.9333333333vw;
    letter-spacing: -0.288px;
    font-weight: 700;
  }
}
.contacts-map__info-address a {
  display: block;
  color: #000;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.4s ease;
}
@media (max-width: 600px) {
  .contacts-map__info-address a {
    font-weight: 400;
  }
}
.contacts-map__info-address a:hover {
  text-decoration-color: #000;
}
.contacts-map__info-email {
  max-width: 190px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.28px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .contacts-map__info-email {
    max-width: 150px;
    font-size: 13px;
    line-height: 24px;
    word-break: break-all;
  }
}
@media (max-width: 600px) {
  .contacts-map__info-email {
    max-width: none;
    width: 100%;
    font-size: 4.8vw;
    line-height: 6.9333333333vw;
    letter-spacing: -0.288px;
  }
}
.contacts-map__info-email p {
  font-weight: 600;
}
@media (max-width: 600px) {
  .contacts-map__info-email p {
    font-weight: 700;
  }
}
.contacts-map__info-email a {
  color: #000;
  text-decoration-line: underline;
  display: block;
  transition: text-decoration-color 0.4s ease;
}
.contacts-map__info-email a:hover {
  text-decoration-color: transparent;
}

.projects {
  padding: 140px 77px 100px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .projects {
    padding: 10vw 5.5vw 7.1428571429vw;
  }
}
@media all and (max-width: 991px) {
  .projects {
    padding: 10vw 0 7.1428571429vw;
  }
}
@media (max-width: 600px) {
  .projects {
    padding: 24.5333333333vw 0 14.6666666667vw;
  }
}
.projects-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .projects-top {
    gap: 1.4285714286vw;
  }
}
@media (max-width: 600px) {
  .projects-top {
    gap: 5.3333333333vw;
  }
}
.projects-filters {
  padding-top: 3px;
}
.projects-title {
  color: #000;
  font-family: "Lora", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -1.12px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .projects-title {
    font-size: 4vw;
  }
}
@media (max-width: 600px) {
  .projects-title {
    font-size: 7.4666666667vw;
    line-height: 10.6666666667vw;
    letter-spacing: -0.56px;
  }
}
.projects-title span {
  font-style: italic;
}
.projects-filters select {
  padding: 15px 54px 15px 30px;
  border-radius: 8px;
  border: 1px solid rgba(122, 145, 145, 0.5);
  backdrop-filter: blur(15px);
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.28px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDE0IDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik03LjIwMDM5IDZMMC45NjUwMDggLTYuNDYxMjRlLTA4TDEzLjQzNTggOC44MDU2NWUtMDdMNy4yMDAzOSA2WiIgZmlsbD0iIzdBOTE5MSIgZmlsbC1vcGFjaXR5PSIwLjciLz4KPC9zdmc+Cg==);
  background-position: calc(100% - 30px);
  background-repeat: no-repeat;
  appearance: none;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .projects-filters select {
    padding: 1.0714285714vw 3.8571428571vw 1.0714285714vw 2.1428571429vw;
    font-size: 1vw;
    line-height: 1.1428571429vw;
  }
}
@media (max-width: 600px) {
  .projects-filters select {
    padding: 5.3333333333vw 14.9333333333vw 5.3333333333vw 8vw;
    font-size: 3.2vw;
    line-height: 3.7333333333vw;
    letter-spacing: -0.24px;
    background-position: calc(100% - 20px);
  }
}
.projects-list {
  margin-top: 78px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .projects-list {
    margin-top: 5.5714285714vw;
    gap: 2.8571428571vw 2.1428571429vw;
  }
}
@media (max-width: 600px) {
  .projects-list {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 13.0666666667vw;
    gap: 13.3333333333vw;
  }
}
.projects-item__media {
  width: 100%;
  height: 329px;
  overflow: hidden;
  display: flex;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .projects-item__media {
    height: 23.5vw;
  }
}
@media (max-width: 600px) {
  .projects-item__media {
    height: 66.6666666667vw;
    border-radius: 8px;
  }
}
.projects-item__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.projects-item__bottom {
  padding: 30px 0 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 52px;
  background-color: transparent;
  transition: background-color 0.4s ease, padding 0.4s ease;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .projects-item__bottom {
    padding: 2.1428571429vw 0 1.0714285714vw;
    gap: 3.7142857143vw;
  }
}
@media (max-width: 600px) {
  .projects-item__bottom {
    padding: 4vw 0 0;
    gap: 5.8666666667vw;
  }
}
.projects-item__info {
  max-width: 280px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .projects-item__info {
    max-width: 20vw;
  }
}
@media (max-width: 600px) {
  .projects-item__info {
    max-width: 67.7333333333vw;
  }
}
.projects-item__info h6 {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.44px;
  transition: color 0.4s ease;
  font-family: "Lora", sans-serif;
}
@media all and (max-width: 991px) {
  .projects-item__info h6 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.4px;
  }
}
.projects-item__info span {
  color: #168FBE;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.28px;
  display: block;
  transition: color 0.4s ease;
  margin-top: 15px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .projects-item__info span {
    font-size: 1vw;
    margin-top: 1.0714285714vw;
  }
}
@media all and (max-width: 991px) {
  .projects-item__info span {
    font-size: 12px;
    line-height: 120%;
    letter-spacing: -0.24px;
  }
}
@media (max-width: 600px) {
  .projects-item__info span {
    font-weight: 700;
    margin-top: 2.9333333333vw;
  }
}
.projects-item__link {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .projects-item__link {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 600px) {
  .projects-item__link {
    width: 40px;
    height: 40px;
  }
}
.projects-item__link svg {
  width: 100%;
  height: 100%;
}
.projects-item__link svg rect {
  transition: fill 0.4s ease;
  fill: transparent;
}
.projects-item__link svg path {
  transition: fill 0.4s ease, transform 0.4s ease;
  transform-origin: center;
}
.projects-item__link:hover svg rect {
  fill: #478435;
}
.projects-item__link:hover svg path {
  fill: #fff;
  transform: rotate(45deg);
}
@media all and (min-width: 1200px) {
  .projects-item:hover .projects-item__media img {
    transform: scale(1.25);
  }
  .projects-item:hover .projects-item__bottom {
    background: #7A9191;
    padding: 25px 20px 20px;
  }
  .projects-item:hover .projects-item__info h6,
  .projects-item:hover .projects-item__info span {
    color: #fff;
  }
  .projects-item:hover .projects-item__link svg rect {
    fill: #fff;
  }
  .projects-item:hover .projects-item__link svg path {
    fill: #7A9191;
  }
}
.projects .projects-loader {
  width: 32px;
  height: 32px;
  margin-top: 15px;
}

/*
 * Grid
 */
.counts {
  display: flex;
  background: #FFF;
  height: 100%;
}
.counts .container {
  padding: 100px 40px 130px;
  position: relative;
  height: 100%;
  min-height: 833px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .counts .container {
    padding: 7.1428571429vw 40px 6vw;
  }
}
@media (max-width: 600px) {
  .counts .container {
    padding: 15.7333333333vw 20px 19.2vw;
    min-height: auto;
  }
}
.counts-wrap {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.counts-logo {
  margin-bottom: 40px;
  max-height: 33px;
}
.counts-title {
  color: #000;
  font-family: "Lora", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -1.12px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .counts-title {
    font-size: 4vw;
    line-height: 140%;
    margin-bottom: 2.8571428571vw;
  }
}
@media (max-width: 600px) {
  .counts-title {
    font-size: 7.4666666667vw;
    margin-bottom: 3.7333333333vw;
    color: #444;
    letter-spacing: -0.56px;
  }
}
.counts-title span {
  font-style: italic;
}
.counts-title--small {
  font-size: 40px;
  line-height: 58px;
  font-weight: 400;
  max-width: 568px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .counts-title--small {
    font-size: 28px;
    line-height: 46px;
    max-width: 40.5714285714vw;
  }
}
@media (max-width: 600px) {
  .counts-title--small {
    font-size: 7.4666666667vw;
    line-height: 10.1333333333vw;
    max-width: none;
  }
}
.counts-desc {
  max-width: 543px;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .counts-desc {
    font-size: 16px;
    line-height: 28px;
    max-width: 38.7857142857vw;
  }
}
@media (max-width: 600px) {
  .counts-desc {
    font-size: 4.2666666667vw;
    line-height: 5.8666666667vw;
    color: #444;
    max-width: none;
  }
}
.counts-desc p:not(:last-of-type) {
  margin-bottom: 18px;
}
.counts-desc p {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .counts-desc p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 600px) {
  .counts-desc p {
    font-size: 16px;
    line-height: 150%;
    color: #444;
  }
}
.counts-desc ul {
  padding-left: 12px;
  margin-top: 26px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .counts-desc ul {
    padding-left: 0.8571428571vw;
    margin-top: 1.8571428571vw;
  }
}
@media (max-width: 600px) {
  .counts-desc ul {
    padding-left: 0;
    margin-top: 3.7333333333vw;
  }
}
.counts-desc ul li {
  display: flex;
  gap: 20px;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.36px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .counts-desc ul li {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 600px) {
  .counts-desc ul li {
    font-size: 16px;
    line-height: 150%;
    height: auto;
    gap: 10px;
    color: #444;
  }
}
.counts-desc ul li::before {
  content: "";
  margin-top: 6px;
  min-width: 11px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #7A9191;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .counts-desc ul li::before {
    min-width: 0.7857142857vw;
    width: 0.7857142857vw;
    height: 0.7857142857vw;
    margin-top: 0.4285714286vw;
  }
}
@media (max-width: 600px) {
  .counts-desc ul li::before {
    min-width: 2.9333333333vw;
    width: 2.9333333333vw;
    height: 2.9333333333vw;
    margin-top: 1.6vw;
  }
}
.counts-desc ul li:not(:last-of-type) {
  margin-bottom: 15px;
}
@media (max-width: 600px) {
  .counts-desc ul li:not(:last-of-type) {
    margin-bottom: 3.2vw;
  }
}
.counts-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: auto;
  position: absolute;
  right: 0;
  bottom: 84px;
  width: 100%;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .counts-list {
    margin-top: 16.4285714286vw;
  }
}
@media (max-width: 600px) {
  .counts-list {
    margin-top: 16vw;
    flex-direction: column;
    width: 100%;
    position: static;
  }
}
.counts-item {
  padding: 0 30px;
  border-left: 2px solid #D6E4E6;
  min-width: 170px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .counts-item {
    padding: 0 2.1428571429vw;
    min-width: 12.1428571429vw;
  }
}
@media (max-width: 600px) {
  .counts-item {
    padding: 8vw 0;
    width: 100%;
    border-left: none;
    border-bottom: 2px solid #D6E4E6;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    min-width: auto;
  }
}
.counts-item:last-child {
  padding: 0 15px 0 30px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .counts-item:last-child {
    padding: 0 1.0714285714vw 0 2.1428571429vw;
  }
}
@media (max-width: 600px) {
  .counts-item:last-child {
    padding: 8vw 0;
    border-bottom: none;
  }
}
.counts-item__number, .counts-item__title {
  max-width: 182px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .counts-item__number, .counts-item__title {
    max-width: 13vw;
  }
}
@media (max-width: 600px) {
  .counts-item__number, .counts-item__title {
    max-width: none;
  }
}
.counts-item__number {
  color: #168FBE;
  font-family: "Lora", sans-serif;
  font-size: 81px;
  font-style: italic;
  font-weight: 400;
  line-height: 84px;
  letter-spacing: -1.62px;
  display: flex;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .counts-item__number {
    font-size: 5.7857142857vw;
    line-height: 6vw;
  }
}
@media (max-width: 600px) {
  .counts-item__number {
    font-size: 17.0666666667vw;
    line-height: 17.0666666667vw;
    letter-spacing: -1.28px;
    max-width: 34.6666666667vw;
  }
}
.counts-item__title {
  margin-top: 10px;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  opacity: 0.8;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .counts-item__title {
    font-size: 16px;
    line-height: 24px;
    margin-top: 0.7142857143vw;
  }
}
@media (max-width: 600px) {
  .counts-item__title {
    margin-top: 0;
    font-size: 4.2666666667vw;
    line-height: 5.3333333333vw;
    max-width: 44.5333333333vw;
    letter-spacing: -0.32px;
    opacity: 1;
    color: #444;
  }
}

.faq {
  padding: 120px 0 102px;
  background: #FAF9F6;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .faq {
    padding: 8.5714285714vw 0 7.2857142857vw;
  }
}
@media (max-width: 600px) {
  .faq {
    padding: 21.3333333333vw 0 22.4vw;
  }
}
.faq-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .faq-wrap {
    gap: 1.4285714286vw;
  }
}
@media (max-width: 600px) {
  .faq-wrap {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 37.3333333333vw;
  }
}
.faq-media {
  width: 660px;
  height: 425px;
  position: relative;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .faq-media {
    width: 44.2857142857vw;
    height: 30.3571428571vw;
  }
}
@media (max-width: 600px) {
  .faq-media {
    width: 77.3333333333vw;
    height: 49.3333333333vw;
  }
}
.faq-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  border-radius: 6px 50px 6px 6px;
}
@media (max-width: 600px) {
  .faq-media img {
    border-radius: 5px;
  }
}
.faq-media img.faq-media__small {
  width: 275px;
  height: 213px;
  border-radius: 6px 6px 50px 6px;
  position: absolute;
  right: -34px;
  bottom: -65px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .faq-media img.faq-media__small {
    width: 19.6428571429vw;
    height: 15.2142857143vw;
    right: -2.4285714286vw;
    bottom: -4.6428571429vw;
  }
}
@media (max-width: 600px) {
  .faq-media img.faq-media__small {
    width: 57.0666666667vw;
    height: 35.7333333333vw;
    right: -4.8vw;
    bottom: -20.8vw;
    border-radius: 5px 5px 50px 5px;
  }
}
.faq-list {
  width: 583px;
  display: flex;
  flex-direction: column;
  user-select: none;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .faq-list {
    width: 41.6428571429vw;
  }
}
@media (max-width: 600px) {
  .faq-list {
    width: 100%;
  }
}
.faq-item {
  transition: opacity 0.4s ease;
}
.faq-item:not(:last-child) {
  border-bottom: 1px solid rgba(122, 145, 145, 0.7);
}
.faq-item:hover {
  opacity: 0.5;
}
.faq-item__head {
  padding: 20px 0;
  color: #000;
  font-family: "Lora", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.56px;
  cursor: pointer;
  padding-right: 60px;
  position: relative;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .faq-item__head {
    padding: 1.4285714286vw 0;
    font-size: 20px;
    line-height: 32px;
  }
}
@media (max-width: 600px) {
  .faq-item__head {
    padding: 4vw 0;
    font-size: 5.3333333333vw;
    line-height: 6.4vw;
    letter-spacing: -0.4px;
    font-weight: 500;
  }
}
.faq-item__head:before {
  content: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><g><path d="M13.334 16.6666L20.0006 23.3333L26.6673 16.6666" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g></svg>');
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.4s ease;
}
@media (max-width: 600px) {
  .faq-item__head:before {
    content: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><g><path d="M13.334 16.6666L20.0006 23.3333L26.6673 16.6666" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g></svg>');
  }
}
.faq-item__body {
  margin: 0 0 15px;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  display: none;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .faq-item__body {
    margin: 0 0 1.0714285714vw;
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .faq-item__body {
    margin: 0 0 4vw;
    font-size: 4.2666666667vw;
    line-height: 5.8666666667vw;
    letter-spacing: -0.32px;
  }
}
.faq-item.active {
  opacity: 1;
}
.faq-item.active .faq-item__head:before {
  transform: translateY(-50%) rotate(180deg);
}

.quote {
  padding: 168px 0 132px;
  background: #FFF;
  position: relative;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .quote {
    padding: 12vw 0 9.4285714286vw;
  }
}
@media (max-width: 600px) {
  .quote {
    padding: 21.3333333333vw 0 21.3333333333vw;
    border: none;
  }
}
.quote-wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 160px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .quote-wrap {
    gap: 11.4285714286vw;
  }
}
@media (max-width: 600px) {
  .quote-wrap {
    gap: 16.5333333333vw;
  }
}
.quote-media {
  width: 362px;
  height: 480px;
  border-radius: 50px 6px 6px 6px;
  overflow: hidden;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .quote-media {
    width: 25.8571428571vw;
    height: 34.2857142857vw;
  }
}
@media (max-width: 600px) {
  .quote-media {
    width: 100%;
    height: 91.4666666667vw;
  }
}
.quote-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.quote-content {
  width: 644px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .quote-content {
    width: 46vw;
  }
}
@media (max-width: 600px) {
  .quote-content {
    width: 100%;
  }
}
.quote-content blockquote {
  color: #000;
  font-family: "Lora", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.56px;
  opacity: 0.8;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .quote-content blockquote {
    font-size: 18px;
    line-height: 140%;
  }
}
@media (max-width: 600px) {
  .quote-content blockquote {
    color: var(--DLC-Dark-Green, #416464);
    font-size: 5.3333333333vw;
    line-height: 120%;
    letter-spacing: -0.4px;
    opacity: 1;
  }
}
.quote-content p {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #D6E4E6;
  color: #416464;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.44px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .quote-content p {
    margin-top: 2.1428571429vw;
    padding-top: 2.1428571429vw;
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 600px) {
  .quote-content p {
    margin-top: 5.3333333333vw;
    padding-top: 5.3333333333vw;
    font-size: 4.8vw;
    line-height: 5.3333333333vw;
    letter-spacing: -0.36px;
    opacity: 1;
  }
}
.quote-content p span {
  font-weight: 600;
}

.collaborate {
  padding: 120px 0;
  background: #FAF9F6;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .collaborate {
    padding: 8.5714285714vw 0;
  }
}
@media (max-width: 600px) {
  .collaborate {
    padding: 21.3333333333vw 0 20.2666666667vw;
  }
}
.collaborate-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 90px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .collaborate-wrap {
    gap: 6.4285714286vw;
  }
}
@media (max-width: 600px) {
  .collaborate-wrap {
    gap: 16vw;
    flex-wrap: wrap;
  }
}
.collaborate-info {
  width: 578px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .collaborate-info {
    width: 41.2857142857vw;
  }
}
@media (max-width: 600px) {
  .collaborate-info {
    width: 100%;
  }
}
.collaborate-info h3 {
  color: #000;
  font-family: "Lora", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.96px;
  margin-bottom: 40px;
  max-width: 440px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .collaborate-info h3 {
    font-size: 3.4285714286vw;
    margin-bottom: 2.8571428571vw;
    max-width: 31.4285714286vw;
  }
}
@media (max-width: 600px) {
  .collaborate-info h3 {
    font-size: 7.4666666667vw;
    line-height: 10.1333333333vw;
    max-width: none;
    margin-bottom: 5.3333333333vw;
    letter-spacing: -0.56px;
    color: #444;
  }
}
.collaborate-content {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  opacity: 0.7;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .collaborate-content {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 600px) {
  .collaborate-content {
    font-size: 4.2666666667vw;
    line-height: 5.8666666667vw;
    color: #444;
  }
}
.collaborate-content p + p {
  margin-top: 20px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .collaborate-content p + p {
    margin-top: 1.4285714286vw;
  }
}
@media (max-width: 600px) {
  .collaborate-content p + p {
    margin-top: 5.3333333333vw;
  }
}
.collaborate-media {
  width: 660px;
  height: 425px;
  border-radius: 6px 6px 50px 6px;
  overflow: hidden;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .collaborate-media {
    width: 47.1428571429vw;
    height: 30.3571428571vw;
  }
}
@media (max-width: 600px) {
  .collaborate-media {
    width: 100%;
    height: 109.0666666667vw;
  }
}
.collaborate-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*
 * Grid
 */
.careers {
  position: relative;
  margin-top: 120px;
  padding-bottom: 299px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .careers {
    margin-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 600px) {
  .careers {
    margin-top: 12.8vw;
    padding-bottom: 12.8vw;
  }
}
.careers-block {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}
@media (max-width: 600px) {
  .careers-block {
    flex-direction: column;
  }
}
.careers-block:first-of-type {
  align-items: center;
  gap: 57px;
  min-height: 410px;
  height: 100%;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .careers-block:first-of-type {
    min-height: auto;
  }
}
@media (max-width: 600px) {
  .careers-block:first-of-type {
    gap: 28px;
    min-height: auto;
  }
}
.careers-block:first-of-type .careers-media {
  max-width: none;
  border-radius: 50px 0 0 0;
}
.careers-block:first-of-type .careers-txt {
  padding: 0;
  max-width: none;
}
.careers-block:first-of-type .careers-txt p {
  max-width: 506px;
}
@media (max-width: 600px) {
  .careers-block:first-of-type .careers-txt p {
    height: auto;
  }
}
.careers-block:not(:last-of-type) {
  margin-bottom: 74px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .careers-block:not(:last-of-type) {
    margin-bottom: 60px;
  }
}
@media (max-width: 600px) {
  .careers-block:not(:last-of-type) {
    margin-bottom: 14.6666666667vw;
    padding-bottom: 14.6666666667vw;
    border-bottom: 1px solid #D1D1D1;
  }
}
.careers-block:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media (max-width: 600px) {
  .careers-block:nth-of-type(even) {
    flex-direction: column;
  }
}
.careers-block:nth-of-type(even) .careers-txt {
  padding-left: 5%;
  padding-right: 37px;
  max-width: 50%;
}
@media (max-width: 600px) {
  .careers-block:nth-of-type(even) .careers-txt {
    padding: 0;
    max-width: 100%;
  }
}
.careers-block:last-of-type .careers-media {
  border-radius: 0 0 50px 0;
}
.careers-title {
  margin-bottom: 40px;
  color: #000;
  font-family: "Lora", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -1.12px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .careers-title {
    font-size: 4vw;
    margin-bottom: 1.4285714286vw;
  }
}
@media (max-width: 600px) {
  .careers-title {
    font-size: 36px;
    line-height: 48px;
    letter-spacing: -0.56px;
    margin-bottom: 5.8666666667vw;
  }
}
.careers-title span {
  font-style: italic;
}
.careers p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .careers p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media all and (max-width: 991px) {
  .careers p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 600px) {
  .careers p {
    opacity: 0.8;
  }
}
.careers p:not(:last-child) {
  margin-bottom: 42px;
}
@media all and (max-width: 991px) {
  .careers p:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .careers p:not(:last-child) {
    margin-bottom: 20px;
  }
}
.careers ul {
  margin-left: 20px;
}
@media all and (max-width: 991px) {
  .careers ul {
    font-size: 14px;
    line-height: 22px;
    margin-left: 16px;
  }
}
@media (max-width: 600px) {
  .careers ul {
    margin-left: 0;
    border-radius: 6px;
  }
}
.careers ul li {
  display: flex;
  gap: 14px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .careers ul li {
    font-size: 16px;
    gap: 10px;
  }
}
@media all and (max-width: 991px) {
  .careers ul li {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 600px) {
  .careers ul li {
    height: auto;
    gap: 10px;
    opacity: 0.8;
  }
}
.careers ul li::before {
  content: "";
  margin-top: 6px;
  min-width: 11px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #7A9191;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .careers ul li::before {
    min-width: 0.7857142857vw;
    width: 0.7857142857vw;
    height: 0.7857142857vw;
    margin-top: 0.4285714286vw;
  }
}
@media all and (max-width: 991px) {
  .careers ul li::before {
    width: 7px;
    height: 7px;
    min-width: 7px;
    margin-top: 7px;
  }
}
@media (max-width: 600px) {
  .careers ul li::before {
    width: 7px;
    height: 7px;
    min-width: 7px;
    margin-top: 7px;
  }
}
.careers ul li:not(:last-of-type) {
  margin-bottom: 15px;
}
@media (max-width: 600px) {
  .careers ul li:not(:last-of-type) {
    margin-bottom: 3.2vw;
  }
}
.careers-media {
  max-width: 583px;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}
@media (max-width: 600px) {
  .careers-media {
    max-width: 100%;
  }
}
.careers-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.careers-media.careers-video .careers-media__btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  transition: 0.6s all;
}
.careers-media.careers-video .careers-media__btn svg {
  width: 42px;
  height: 42px;
  transition: 0.6s all;
}
.careers-media.careers-video .careers-media__btn svg:hover {
  transform: scale(1.1);
}
.careers-txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 12px;
  padding-left: 38px;
  padding-right: 5%;
  max-width: 48%;
  width: 100%;
}
@media (max-width: 600px) {
  .careers-txt {
    margin-top: 0;
    max-width: 100%;
    padding: 0;
  }
}

/*
 * Grid
 */
.meet-team {
  margin-top: -50px;
  margin-bottom: 128px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .meet-team {
    margin-top: -30px;
    margin-bottom: 50px;
  }
}
@media (max-width: 600px) {
  .meet-team {
    margin-top: 8px;
    margin-bottom: 35px;
  }
}
.meet-team__content {
  display: flex;
  align-items: center;
  gap: 71px;
  padding: 46px;
  border-radius: 10px;
  background: linear-gradient(260deg, #246B6E 32.92%, #168FBE 101.73%);
}
@media (max-width: 600px) {
  .meet-team__content {
    flex-direction: column;
    gap: 27px;
    padding: 18px 15px 28px;
  }
}
.meet-team__media {
  max-width: 46%;
}
@media (max-width: 600px) {
  .meet-team__media {
    max-width: 100%;
  }
}
.meet-team__txt {
  padding: 0;
}
@media (max-width: 600px) {
  .meet-team__txt {
    display: flex;
    flex-direction: column;
    padding: 0 5px;
  }
}
.meet-team__txt h2 {
  margin-bottom: 30px;
  color: #FFF;
  font-family: "Lora", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -1.12px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .meet-team__txt h2 {
    margin-bottom: 20px;
    font-size: 4vw;
  }
}
@media (max-width: 600px) {
  .meet-team__txt h2 {
    font-size: 9.6vw;
    line-height: 12.8vw;
    letter-spacing: -0.56px;
  }
}
.meet-team__txt h2 span {
  font-style: italic;
}
.meet-team__txt p {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  line-height: 28px;
  letter-spacing: -0.44px;
  opacity: 0.7;
}
.meet-team__txt p:empty {
  display: none;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .meet-team__txt p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 600px) {
  .meet-team__txt p {
    font-size: 14px;
    line-height: 18pox;
    letter-spacing: -0.36px;
  }
}
.meet-team__btn {
  transition: color 0.4s ease, background-color 0.4s ease;
}
@media (max-width: 600px) {
  .meet-team__btn {
    margin: 5.3333333333vw 0 0;
  }
}
.meet-team__btn svg rect {
  transition: fill 0.4s ease;
}
.meet-team__btn:hover svg rect {
  fill: #5CA547;
}

.team {
  padding: 120px 0 150px;
  background: #FAF9F6;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .team {
    padding: 8.5714285714vw 0 10.7142857143vw;
  }
}
@media (max-width: 600px) {
  .team {
    padding: 21.3333333333vw 0;
  }
}
.team-title {
  color: #000;
  font-family: "Lora", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -1.12px;
  max-width: 467px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .team-title {
    font-size: 56px;
  }
}
@media (max-width: 600px) {
  .team-title {
    font-size: 28px;
    line-height: 38px;
    max-width: none;
    letter-spacing: -0.56px;
    color: #444;
  }
}
.team-title span {
  font-style: italic;
}
.team-list {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px 30px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .team-list {
    margin-top: 5.7142857143vw;
    gap: 4.2857142857vw 2.1428571429vw;
  }
}
@media all and (max-width: 991px) {
  .team-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .team-list {
    margin-top: 13.0666666667vw;
    gap: 7.2vw 4.2666666667vw;
  }
}
.team-item {
  width: 100%;
}
.team-item__photo {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  aspect-ratio: 317/372;
}
@media (max-width: 600px) {
  .team-item__photo {
    aspect-ratio: 172/200;
  }
}
.team-item__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.team-item__name {
  margin: 20px 0 15px;
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.44px;
  font-family: "Lora", sans-serif;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .team-item__name {
    margin: 1.4285714286vw 0 1.0714285714vw;
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .team-item__name {
    margin: 5.3333333333vw 0 0.8vw;
    font-size: 18px;
    line-height: 26px;
    color: #444;
    letter-spacing: -0.36px;
  }
}
.team-item__position {
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.28px;
}
@media (max-width: 600px) {
  .team-item__position {
    font-size: 14px;
    line-height: 20px;
    color: #444;
    letter-spacing: 0.28px;
  }
}
.team-item:hover img {
  transform: scale(1.15);
}

/*
 * Grid
 */
.images-grid {
  padding: 170px 0 138px;
  background-color: #FAF9F6;
}
@media (max-width: 600px) {
  .images-grid {
    padding: 48px 0;
  }
}
.images-grid--indented .images-grid__template {
  gap: 30px;
}
.images-grid--indented .images-grid__items {
  gap: 30px;
  width: 100%;
  max-width: 25%;
  flex-shrink: 1;
}
@media (max-width: 600px) {
  .images-grid--indented .images-grid__items {
    max-width: none;
  }
}
.images-grid--indented .images-grid__items .images-grid__item {
  min-width: auto;
  width: 100%;
}
.images-grid--indented .images-grid__item:not(.images-grid__item--half) {
  min-width: calc(25% - 24px);
}
.images-grid__container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.images-grid__template {
  display: flex;
  gap: 8px;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .images-grid__template {
    flex-direction: column;
  }
}
.images-grid__items {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-shrink: 2;
  max-height: 400px;
  height: 100%;
  min-width: 17%;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .images-grid__items {
    max-height: 400px;
  }
}
@media (max-width: 600px) {
  .images-grid__items {
    max-height: none;
  }
}
.images-grid__items .images-grid__item {
  height: calc(50% - 5px);
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .images-grid__items .images-grid__item {
    height: calc(50% - 5px);
  }
}
@media (max-width: 600px) {
  .images-grid__items .images-grid__item {
    height: 400px;
  }
}
.images-grid__item {
  flex-grow: 1;
  flex-basis: auto;
  flex-shrink: 1;
  width: auto;
  height: 400px;
  overflow: hidden;
}
.images-grid__item--half {
  min-width: 49%;
}
.images-grid__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}
.images-grid__item img:hover {
  transform: scale(1.05);
}

.hero-secondary + .images-grid {
  padding-top: 100px;
}
@media (max-width: 600px) {
  .hero-secondary + .images-grid {
    padding-top: 48px;
  }
}

/*
 * Grid
 */
.colaborations {
  padding: 100px 0;
}
@media (max-width: 600px) {
  .colaborations {
    padding: 52px 0;
  }
}
.colaborations h2 {
  color: #000;
  font-family: "Lora", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.96px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .colaborations h2 {
    font-size: 3.4285714286vw;
    margin-bottom: 7.1428571429vw;
  }
}
@media (max-width: 600px) {
  .colaborations h2 {
    font-size: 7.4666666667vw;
    line-height: 9.0666666667vw;
    margin-bottom: 5.3333333333vw;
    letter-spacing: -0.56px;
  }
}
.colaborations-blocks {
  position: relative;
  z-index: 1;
  background-color: #FFF;
  display: flex;
  width: 100%;
  min-height: 469px;
  gap: 15px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .colaborations-blocks {
    min-height: 33.5vw;
  }
}
@media (max-width: 600px) {
  .colaborations-blocks {
    grid-template-columns: 1fr;
    gap: 0;
    min-height: auto;
  }
}
.colaborations-blocks:first-child {
  margin-top: 40px;
}
@media (max-width: 600px) {
  .colaborations-blocks:first-child {
    margin-top: 8px;
  }
}
.colaborations .block {
  display: flex;
  flex-direction: column;
  padding: 20px;
  border: 1px solid rgba(122, 145, 145, 0.5);
  transition: background-color 0.8s ease;
  height: 100%;
  border-radius: 6px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .colaborations .block {
    padding: 1.4285714286vw;
  }
}
@media (max-width: 600px) {
  .colaborations .block {
    padding: 5.3333333333vw 4vw;
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.16);
    border: none;
  }
}
.colaborations .block:not(:has(.block-header)) .block-media {
  margin-top: 100px;
}
@media (max-width: 600px) {
  .colaborations .block:not(:has(.block-header)) .block-media {
    margin-top: 0;
  }
}
.colaborations .block-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .colaborations .block-header {
    margin-bottom: 24px;
  }
}
.colaborations .block-header p {
  color: #000;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.28px;
  text-transform: capitalize;
  transition: color 0.8s ease;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .colaborations .block-header p {
    font-size: 1vw;
    line-height: 1.1428571429vw;
  }
}
@media (max-width: 600px) {
  .colaborations .block-header p {
    font-size: 3.2vw;
    letter-spacing: -0.24px;
    line-height: 4.2666666667vw;
    opacity: 0.8;
  }
}
.colaborations .block-logo img, .colaborations .block-logo svg {
  transition: filter 0.8s ease;
  max-height: 34px;
}
@media (max-width: 600px) {
  .colaborations .block-logo img, .colaborations .block-logo svg {
    max-height: 20px;
  }
}
.colaborations .block-media {
  max-height: 0;
  margin-bottom: 20px;
  transition: max-height 0.8s ease, margin 0.8s ease;
  overflow: hidden;
  border-radius: 6px;
}
@media (max-width: 600px) {
  .colaborations .block-media {
    height: 54.1333333333vw;
    max-height: 100%;
  }
}
.colaborations .block-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
  transition-delay: 0.4s;
}
.colaborations .block-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 34px;
  margin-top: 20px;
  transition: margin 0.8s ease;
}
@media (max-width: 600px) {
  .colaborations .block-container {
    margin-top: 3.7333333333vw;
  }
}
.colaborations .block-txt h6 {
  font-weight: 500;
  font-size: 26px;
  line-height: 120%;
  transition: color 0.8s ease;
  font-family: "Lora", sans-serif;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .colaborations .block-txt h6 {
    font-size: 1.8571428571vw;
  }
}
@media all and (max-width: 991px) {
  .colaborations .block-txt h6 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.4px;
  }
}
.colaborations .block-txt p {
  margin-top: 10px;
  max-width: 329px;
  font-size: 14px;
  line-height: 150%;
  color: #000000;
  letter-spacing: 0.25px;
  transition: color 0.8s ease;
  opacity: 0.8;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .colaborations .block-txt p {
    margin-top: 0.7142857143vw;
  }
}
@media all and (max-width: 991px) {
  .colaborations .block-txt p {
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -0.24px;
    margin-top: 10px;
  }
}
.colaborations .block-link {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  transition: background-color 0.8s ease;
  flex-shrink: 0;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .colaborations .block-link {
    width: 40px;
    height: 40px;
  }
}
@media all and (max-width: 600px) {
  .colaborations .block-link {
    width: 40px;
    height: 40px;
  }
}
.colaborations .block-link svg {
  width: 100%;
  height: 100%;
}
.colaborations .block-link svg rect, .colaborations .block-link svg path {
  transition: fill 0.8s ease, transform 0.8s ease;
  transform-origin: center;
}
.colaborations .block-link svg path {
  fill: #337E39;
}
@media (max-width: 600px) {
  .colaborations .block-link svg rect {
    fill: #5CA547;
  }
  .colaborations .block-link svg path {
    fill: #fff;
  }
}
.colaborations .block-link:hover svg rect {
  fill: #5CA547;
}
.colaborations .block-link:hover svg path {
  fill: #fff;
  transform: rotate(45deg);
}
.colaborations .block--featured h6 {
  color: #29afe3;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.56px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .colaborations .block--featured h6 {
    font-size: 2vw;
    line-height: 2.2857142857vw;
  }
}
@media (max-width: 600px) {
  .colaborations .block--featured h6 {
    font-size: 8.5333333333vw;
    line-height: 9.6vw;
    letter-spacing: -1.38px;
    font-weight: 400;
  }
}
.colaborations .block--featured p {
  font-weight: 700;
}
.colaborations .block.active:not(:has(.block-header)) .block-media {
  margin-top: 0;
}
.colaborations .block.active .block-media {
  max-height: 276px;
}
@media only screen and (max-width: 1399px) and (min-width: 601px) {
  .colaborations .block.active .block-media {
    max-height: 19.7142857143vw;
  }
}
@media (max-width: 600px) {
  .colaborations .block.active .block-media {
    max-height: 100%;
  }
}
.colaborations .block.active .block-media img {
  transform: scale(1.1);
}
@media (max-width: 600px) {
  .colaborations .block.active .block-media img {
    transform: scale(1);
  }
}
.colaborations .block.active .block-container {
  margin-top: 0;
}
@media (max-width: 600px) {
  .colaborations .block.active .block-container {
    margin-top: 3.7333333333vw;
  }
}
.colaborations .block.active .block-link svg rect {
  fill: #5CA547;
}
.colaborations .block.active .block-link svg path {
  fill: #fff;
}
.colaborations .swiper-wrapper {
  gap: 15px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media all and (max-width: 700px) {
  .colaborations .swiper-wrapper {
    gap: 8px;
  }
}
@media (max-width: 600px) {
  .colaborations .swiper-wrapper {
    gap: 0;
  }
}
@media all and (max-width: 600px) {
  .colaborations .container {
    overflow-x: clip;
  }
}

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