@import url(../js/library/slick/slick.scss);
@font-face {
  font-family: "Stabil Grotesk";
  src: url("../fonts/StabilGrotesk-Regular.woff2") format("woff2"), url("../fonts/StabilGrotesk-Regular.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Attila Sans Sharp";
  src: url("../fonts/AttilaSansSharp-Regular.woff2") format("woff2"), url("../fonts/AttilaSansSharp-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Attila Sans Sharp";
  src: url("../fonts/AttilaSansSharp-Medium.woff2") format("woff2"), url("../fonts/AttilaSansSharp-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* PLUGINS */
/* MAIN DESIGN */
/* common border radius */
/* disable text selection */
html {
  --secondary-color: #1F3F2F;
  --primary-color: #C8F564;
  --body-text: #D5EFDB;
  --brown: #FFF7EF;
  --lord-icon-primary: var(--primary-color);
  --lord-icon-secondary: var(--primary-color);
}

/*
FONT WEIGHTS:
    black:    900;
    heavy:    800;
    bold:     700;
    semiBold: 600;
    medium:   500;
    regular:  400;
    light:    300;
    thin:     100;
*/
/* #region GENERAL SETTINGS ============================================================= */
html, body {
  background-color: #1F3F2F;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  color: #d5efdb;
  font-family: "Stabil Grotesk", Arial, sans-serif;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 1500px) {
  html, body {
    font-size: 58%;
  }
}
@media screen and (max-width: 1240px) {
  html, body {
    font-size: 55%;
  }
}

html.withMenu,
body.withMenu {
  overflow: hidden;
}

* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */ /* Firefox 1 - 28 */
  box-sizing: border-box; /* Safari 5.1+, Chrome 10+, Firefox 29+, Opera 7+, IE 8+, Android 4.0+, iOS any */
}
*:focus {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

input, textarea, select {
  color: black;
  font-size: 14px;
  font-family: "Open Sans", Arial, sans-serif;
}

textarea {
  resize: vertical;
}

a {
  color: black;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

a, label, input[type=button], input[type=submit] {
  cursor: pointer;
}

.clear,
.clearfix:after {
  content: " ";
  width: 100%;
  height: 0px;
  display: block;
  overflow: hidden;
  clear: both;
}

.hidden {
  display: none;
}

.container {
  --container-padding: 5rem;
  margin: 0 auto;
  position: relative;
  padding: 0 2.5rem;
  width: 100%;
  max-width: calc(1136px + var(--container-padding));
}
.container.container--full {
  max-width: calc(1920px + var(--container-padding));
}
.container.container--wider {
  max-width: calc(1242px + var(--container-padding));
}
.container.container--middle {
  max-width: calc(944px + var(--container-padding));
}
.container.container--narrow {
  max-width: calc(752px + var(--container-padding));
}
@media screen and (max-width: 700px) {
  .container {
    padding: 0 1.7rem;
    --container-padding: 3.4rem;
  }
}

img, svg {
  max-width: 100%;
  height: auto;
}

/* #endregion */
/* #region MOBILE MENU ICON ============================================================= */
.hamburger {
  width: 20px;
  height: 20px;
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  /* active state, i.e. menu opened */
}
.hamburger:before {
  content: " ";
  width: 40px;
  height: 40px;
  position: absolute;
  left: -10px;
  top: -10px;
  z-index: 0;
  display: block;
  background: transparent;
  position: absolute;
  border-radius: 4px;
}
.hamburger:focus {
  outline: none;
}
.hamburger span {
  height: 1px;
  position: absolute;
  top: 9px;
  left: 0px;
  right: 0px;
  display: block;
  background: white;
  border-radius: 1.5px;
}
.hamburger span:before, .hamburger span:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: white;
  border-radius: 1.5px;
}
.hamburger span:before {
  top: -6px;
}
.hamburger span:after {
  bottom: -6px;
}
.hamburger--htx {
  background: transparent;
}
.hamburger--htx span:before, .hamburger--htx span:after {
  -webkit-transition-duration: 0.3s, 0.3s;
          transition-duration: 0.3s, 0.3s;
}
.hamburger--htx span:before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform;
}
.hamburger--htx span:after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}
.hamburger--htx.is-active {
  background: transparent;
}
.hamburger--htx.is-active span {
  background: none;
}
.hamburger--htx.is-active span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hamburger--htx.is-active span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* #endregion */
/* #region SITE HEADER ======================================================================= */
body {
  padding-top: var(--site-header-height, 53px);
}

body.admin-bar .site-header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}

.site-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  background: transparent;
  padding: 1rem 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  --logoWidth: 12rem;
}
.site-header.in-view {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.site-header.scrolled {
  background: #1F3F2F;
}
.site-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header .site-header__left-col {
  width: var(--logoWidth);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 var(--logoWidth);
          flex: 0 0 var(--logoWidth);
}
.site-header .site-header__left-col a {
  display: block;
  font-size: 0;
}
.site-header .site-header__right-col {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.site-header .site-header__right-col .services-submenu {
  width: 119.6rem;
  position: absolute;
  background: #1F3F2F;
  padding: 3.2rem;
  right: 0;
  top: 5.8rem;
  text-align: left;
  -webkit-transform: translateY(4rem);
          transform: translateY(4rem);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-header .site-header__right-col .services-submenu:hover, .site-header .site-header__right-col .services-submenu.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}
@media screen and (max-width: 1100px) {
  .site-header .site-header__right-col .services-submenu {
    display: none;
  }
}
.site-header .site-header__right-col .services-submenu:before {
  position: absolute;
  content: "";
  left: 0;
  top: -4rem;
  width: 100%;
  height: 4rem;
}
.site-header .site-header__right-col .header__langs {
  position: relative;
  padding-left: 2.4rem;
}
@media screen and (max-width: 650px) {
  .site-header .site-header__right-col .header__langs {
    margin-right: 5rem;
    padding-left: 0;
  }
}
.site-header .site-header__right-col .header__langs:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  border-left: 1px solid #D5EFDB;
  opacity: 0.5;
}
@media screen and (max-width: 650px) {
  .site-header .site-header__right-col .header__langs:before {
    display: none;
  }
}
.site-header .site-header__right-col .header__langs a {
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-header .site-header__right-col .header__langs a:hover {
  color: white;
}
.site-header #mobileMenu {
  display: none;
}
.site-header nav {
  display: inline-block;
  vertical-align: middle;
}
.site-header nav ul {
  list-style-type: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.4rem;
  margin: 0;
}
.site-header nav ul li.current-menu-item a {
  color: #C8F564;
}
.site-header nav ul li.with-submenu a:hover:after, .site-header nav ul li.with-submenu a.active:after {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(calc(100% + 0.4rem));
          transform: translateX(-50%) translateY(calc(100% + 0.4rem));
}
.site-header nav ul li.with-submenu a:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../svg/menu-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%) translateY(calc(100% - 1.6rem));
          transform: translateX(-50%) translateY(calc(100% - 1.6rem));
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1100px) {
  .site-header nav ul li.with-submenu a:after {
    display: none;
  }
}
.site-header nav ul li a {
  position: relative;
  color: #D5EFDB;
  font-size: 1.6rem;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-header nav ul li a:hover {
  color: #C8F564;
}

.academy .site-header .site-header__right-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 2.4rem;
}
.academy .site-header .site-header__right-col nav {
  margin-right: auto;
}

.site-header__search {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 2rem;
}
.site-header__search.active input {
  padding: 0 5rem 0 2rem;
  width: 30rem;
}
.site-header__search form {
  font-size: 0;
}
.site-header__search input {
  position: absolute;
  z-index: 1;
  right: 1px;
  top: 0;
  height: 100%;
  padding: 0;
  width: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: white;
}
.site-header__search button {
  position: relative;
  z-index: 2;
  font-size: 0;
  background: black;
  color: white;
  width: 40px;
  text-align: center;
  border: none;
  aspect-ratio: 1/1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-header__search button:hover {
  cursor: pointer;
  color: red;
}

/* MOBILE VERSION */
@media screen and (max-width: 650px) {
  .site-header #mobileMenu {
    margin-top: -10px;
    position: absolute;
    right: 0;
    top: 50%;
    right: 0;
    display: block;
  }
  .site-header .menu-primary {
    max-height: 0px;
    position: fixed;
    left: 0;
    right: 0;
    top: calc(var(--site-header-height) + var(--adminbar-height));
    bottom: 0;
    display: block;
    overflow: hidden;
    background: #1F3F2F;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .site-header .menu-primary ul {
    display: block;
    text-align: center;
  }
  .site-header .menu-primary ul li {
    margin: 1rem 0;
  }
  .site-header .menu-primary ul li a {
    padding: 1.5rem 0;
  }
  .site-header.withMenu {
    background: #1F3F2F;
  }
  .site-header.withMenu .menu-primary {
    height: 100svh;
    overflow: auto;
    max-height: 100svh;
  }
  .academy .site-header .site-header__right-col {
    padding-right: 4rem;
    padding-left: 0;
  }
}
/* #endregion */
/* #region SITE FOOTER ======================================================================= */
.site-footer {
  background: white;
  position: relative;
  overflow: hidden;
}
.site-footer > img {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: initial;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1200px) {
  .site-footer > img {
    display: none;
  }
}
.site-footer p, .site-footer ul, .site-footer ol, .site-footer a {
  color: #1F3F2F;
}
.site-footer .container {
  position: relative;
  z-index: 2;
}
.site-footer .container.container--first {
  padding-top: 18rem;
  padding-bottom: 12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  .site-footer .container.container--first {
    padding-top: 10rem;
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 730px) {
  .site-footer .container.container--first {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }
}
.site-footer .container.container--first .left-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666%;
          flex: 0 0 66.6666666%;
}
@media screen and (max-width: 1000px) {
  .site-footer .container.container--first .left-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
  }
}
@media screen and (max-width: 730px) {
  .site-footer .container.container--first .left-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center;
    margin-bottom: 5rem;
  }
}
.site-footer .container.container--first .left-col p.footer-title {
  max-width: 35rem;
  margin-bottom: 2.4rem;
  font-size: 4rem;
}
@media screen and (max-width: 730px) {
  .site-footer .container.container--first .left-col p.footer-title {
    max-width: 730px;
  }
}
@media screen and (max-width: 850px) {
  .site-footer .container.container--first .left-col p.footer-title {
    font-size: 3.1rem;
  }
}
@media screen and (max-width: 600px) {
  .site-footer .container.container--first .left-col p.footer-title {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 450px) {
  .site-footer .container.container--first .left-col p.footer-title {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 345px) {
  .site-footer .container.container--first .left-col p.footer-title {
    font-size: 2.3rem;
  }
}
.site-footer .container.container--first .left-col .footer-person-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  margin-top: 1rem;
}
@media screen and (max-width: 730px) {
  .site-footer .container.container--first .left-col .footer-person-contacts {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.site-footer .container.container--first .left-col .footer-person-contacts a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #1F3F2F;
  font-size: 14px;
  gap: 0.8rem;
}
.site-footer .container.container--first .left-col .footer-person-contacts a:hover span {
  text-decoration: none;
}
.site-footer .container.container--first .left-col .footer-person-contacts a svg {
  color: #A9BAA8;
}
.site-footer .container.container--first .left-col .footer-person-contacts a span {
  text-decoration: underline;
}
.site-footer .container.container--first .left-col .socials {
  margin-top: 3.2rem;
}
.site-footer .container.container--first .left-col .footer-socials {
  margin-top: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
}
@media screen and (max-width: 730px) {
  .site-footer .container.container--first .left-col .footer-socials {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.site-footer .container.container--first .left-col .footer-socials .footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5.6rem;
  aspect-ratio: 1/1;
  border-radius: 2.8rem;
  border: 1px solid #A9BAA8;
  font-size: 0;
  text-decoration: none;
  color: #1F3F2F;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-footer .container.container--first .left-col .footer-socials .footer-social:hover {
  background: #C8F564;
  border-color: #C8F564;
}
.site-footer .container.container--first .left-col .footer-socials .footer-social svg {
  stroke-width: 1;
}
.site-footer .container.container--first .right-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333%;
          flex: 0 0 33.3333333%;
}
@media screen and (max-width: 1000px) {
  .site-footer .container.container--first .right-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
}
@media screen and (max-width: 730px) {
  .site-footer .container.container--first .right-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center;
  }
}
.site-footer .container.container--first .right-col .logo {
  color: #1F3F2F;
}
.site-footer .container.container--first .right-col .logo path {
  fill: #1F3F2F;
}
.site-footer .container.container--first .right-col ul {
  margin: 5rem 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
}
@media screen and (max-width: 1000px) {
  .site-footer .container.container--first .right-col ul {
    margin: 2rem 0;
    gap: 1rem;
  }
}
@media screen and (max-width: 730px) {
  .site-footer .container.container--first .right-col ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.site-footer .container.container--first .right-col ul li a {
  color: #1F3F2F;
  text-decoration: none;
  text-transform: uppercase;
}
.site-footer .container.container--first .right-col ul li a:hover {
  text-decoration: underline;
}
.site-footer .container.container--first .right-col .text {
  margin-bottom: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.site-footer .container.container--first .right-col .text p {
  font-size: 14px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media screen and (max-width: 730px) {
  .site-footer .container.container--first .right-col .footer-contacts {
    text-align: left;
    margin: 0 auto;
    max-width: 22rem;
  }
}
.site-footer .container.container--first .right-col .footer-contact {
  margin-bottom: 0.8rem;
}
.site-footer .container.container--first .right-col .footer-contact:last-of-type {
  margin-bottom: 0;
}
.site-footer .container.container--first .right-col .footer-contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #1F3F2F;
  gap: 0.8rem;
}
.site-footer .container.container--first .right-col .footer-contact a:hover {
  text-decoration: none;
}
.site-footer .container.container--first .right-col .footer-contact a .arrow {
  font-size: 0;
  color: #A9BAA8;
}
.site-footer .after-footer-content {
  padding-top: 0;
  padding-bottom: 2.4rem;
}
.site-footer .after-footer-content .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.site-footer .after-footer-content .container .left-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 2.4rem;
}
@media screen and (max-width: 600px) {
  .site-footer .after-footer-content .container .left-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-right: 0;
    margin-bottom: 1.6rem;
    text-align: center;
  }
}
.site-footer .after-footer-content .container .left-col p {
  font-size: 14px;
}
.site-footer .after-footer-content .container .right-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14rem;
          flex: 0 0 14rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 600px) {
  .site-footer .after-footer-content .container .right-col {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
  }
}
.site-footer .after-footer-content .container .right-col .madeby {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
}
.site-footer .after-footer-content .container .right-col .madeby p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.site-footer .after-footer-content .container .right-col .madeby a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8rem;
          flex: 0 0 8rem;
}

.academy .site-footer {
  background: white;
}
.academy .site-footer .container.container--first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1.1rem;
  padding-bottom: 2.4rem;
}
.academy .site-footer .container.container--first .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12rem;
          flex: 0 0 12rem;
}
@media screen and (max-width: 600px) {
  .academy .site-footer .container.container--first .left {
    margin-left: auto;
    margin-right: auto;
  }
}
.academy .site-footer .container.container--first .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2.4rem;
}
@media screen and (max-width: 600px) {
  .academy .site-footer .container.container--first .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    gap: 1.6rem;
    margin-top: 1.6rem;
    padding-left: 0;
  }
}
.academy .site-footer .container.container--first .right .sub-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1050px) {
  .academy .site-footer .container.container--first .right .sub-right.sub-right--menu {
    display: none;
  }
}
.academy .site-footer .container.container--first .right .sub-right.sub-right--buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 600px) {
  .academy .site-footer .container.container--first .right .sub-right.sub-right--buttons {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  .academy .site-footer .container.container--first .right .sub-right.sub-right--buttons nav {
    width: 100%;
    text-align: center;
  }
}
.academy .site-footer .container.container--first .right .btn:hover {
  color: #1F3F2F;
}
.academy .site-footer .container.container--first nav {
  display: inline-block;
  vertical-align: middle;
}
.academy .site-footer .container.container--first nav ul {
  list-style-type: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.4rem;
  margin: 0;
}
@media screen and (max-width: 600px) {
  .academy .site-footer .container.container--first nav ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.academy .site-footer .container.container--first nav ul li.current-menu-item a {
  color: #C8F564;
}
.academy .site-footer .container.container--first nav ul li a {
  position: relative;
  color: #1F3F2F;
  font-size: 1.6rem;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.academy .site-footer .container.container--first nav ul li a:hover {
  color: #C8F564;
}

/* #endregion */
h1, .h1 {
  font-family: "Attila Sans Sharp", Arial, sans-serif;
  font-size: 6rem;
  line-height: 1.2;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  h1, .h1 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 850px) {
  h1, .h1 {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 600px) {
  h1, .h1 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 450px) {
  h1, .h1 {
    font-size: 2.9rem;
  }
}
@media screen and (max-width: 360px) {
  h1, .h1 {
    font-size: 2.7rem;
  }
}
h1 strong, .h1 strong {
  font-weight: 500;
  color: #C8F564;
}

h2, .h2 {
  font-family: "Attila Sans Sharp", Arial, sans-serif;
  font-size: 5rem;
  line-height: 1.2;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  h2, .h2 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 850px) {
  h2, .h2 {
    font-size: 3.1rem;
  }
}
@media screen and (max-width: 600px) {
  h2, .h2 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 450px) {
  h2, .h2 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 345px) {
  h2, .h2 {
    font-size: 2.3rem;
  }
}
h2 strong, .h2 strong {
  font-weight: 500;
  color: #C8F564;
}

h3, .h3 {
  font-family: "Attila Sans Sharp", Arial, sans-serif;
  font-size: 3.2rem;
  line-height: 1.1875;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  h3, .h3 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 850px) {
  h3, .h3 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 450px) {
  h3, .h3 {
    font-size: 2.2rem;
  }
}
h3 strong, .h3 strong {
  font-weight: 500;
  color: #C8F564;
}

h4, .h4 {
  font-family: "Attila Sans Sharp", Arial, sans-serif;
  font-size: 2.4rem;
  line-height: 1.2083333333;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  h4, .h4 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 850px) {
  h4, .h4 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 450px) {
  h4, .h4 {
    font-size: 1.8rem;
  }
}
h4 strong, .h4 strong {
  font-weight: 500;
  color: #C8F564;
}

h5, .h5 {
  font-family: "Attila Sans Sharp", Arial, sans-serif;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 500;
  color: #fff;
}
h5 strong, .h5 strong {
  font-weight: 500;
  color: #C8F564;
}

h6, .h6 {
  font-family: "Attila Sans Sharp", Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 1.1666666667;
  font-weight: 500;
  color: #fff;
}
h6 strong, .h6 strong {
  font-weight: 500;
  color: #C8F564;
}

p, ul, ol {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #D5EFDB;
  font-weight: 400;
}

ul, ol {
  margin-left: 2.7rem;
  text-align: left;
  display: inline-block;
}
ul li::marker, ol li::marker {
  color: #C8F564;
}

a:not(.btn) {
  color: #C8F564;
  text-decoration: underline;
}
a:not(.btn):hover {
  text-decoration: none;
}

.subheader {
  font-size: 14px;
  line-height: 1.7142857143;
  color: #D5EFDB;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1000px) {
  .subheader {
    font-size: 12px;
  }
}

.big-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 8rem;
  aspect-ratio: 1/1;
  border-radius: 4rem;
  background-color: #C8F564;
  color: #1F3F2F;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1000px) {
  .big-arrow {
    width: 6rem;
  }
}
@media screen and (max-width: 450px) {
  .big-arrow {
    width: 4.5rem;
  }
}

.section {
  position: relative;
  padding: 6rem 0;
}
@media screen and (max-width: 1000px) {
  .section {
    padding: 5rem 0;
  }
}
.section.section--top {
  padding-top: 8rem;
}
.section.section--brown {
  padding: 12rem 0;
  background: #FFF7EF;
}
@media screen and (max-width: 1000px) {
  .section.section--brown {
    padding: 7rem 0;
  }
}
.section.section--brown .section__arrow {
  color: #1F3F2F;
  bottom: 4.5rem;
}
@media screen and (max-width: 1000px) {
  .section.section--brown .section__arrow {
    bottom: 2.1rem;
  }
}
.section.section--brown h1, .section.section--brown .h1, .section.section--brown h2, .section.section--brown .h2, .section.section--brown h3, .section.section--brown .h3, .section.section--brown h4, .section.section--brown .h4, .section.section--brown h5, .section.section--brown .h5, .section.section--brown h6, .section.section--brown .h6, .section.section--brown p, .section.section--brown ul, .section.section--brown ol, .section.section--brown a {
  color: #1F3F2F;
}
.section.section--brown .btn:hover {
  color: #1F3F2F;
}
.section.section--white {
  background: white;
}
.section.section--white h1, .section.section--white .h1, .section.section--white h2, .section.section--white .h2, .section.section--white h3, .section.section--white .h3, .section.section--white h4, .section.section--white .h4, .section.section--white h5, .section.section--white .h5, .section.section--white h6, .section.section--white .h6, .section.section--white p, .section.section--white ul, .section.section--white ol, .section.section--white a {
  color: #1F3F2F;
}
.section.section--white .section__header svg {
  color: #1F3F2F;
}
.section.section--white .service-item {
  --border-color: #E8E8E8;
  --hover-bg-color: var(--primary-color);
}
.section.section--white .service-item:hover .service-item__icon {
  --icon-color: var(--secondary-color);
}
.section.section--white .service-item:hover .hover {
  border-color: var(--hover-bg-color);
}
.section.section--white .service-item .service-item__icon {
  --icon-color: #A9BAA8;
  --lord-icon-primary: var(--icon-color);
  --lord-icon-secondary: var(--icon-color);
}
.section.section--white .service-item .service-item__subservices li a {
  color: var(--secondary-color);
}
.section.section--white .service-item .service-item__subservices li .arrow {
  color: #A9BAA8;
}
.section.section--white .service-item hr {
  display: none;
}
.section.section--white .btn:hover {
  color: var(--secondary-color);
}
.section__header {
  text-align: center;
  max-width: 75rem;
  margin: 0 auto 3.2rem auto;
}
.section__header.section__header--left {
  text-align: left;
  max-width: 100%;
}
@media screen and (max-width: 600px) {
  .section__header.section__header--left {
    text-align: center;
  }
}
.section__header .tags {
  margin-top: 2.2rem;
}
.section__header .text {
  max-width: 56rem;
  margin: 0.8rem auto 0 auto;
}
.section__header svg {
  margin-top: 3.2rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #C8F564;
}
.section__footer {
  margin-top: 4rem;
  text-align: center;
}

.white-text h1, .white-text .h1, .white-text h2, .white-text .h2, .white-text h3, .white-text .h3, .white-text h4, .white-text .h4, .white-text h5, .white-text .h5, .white-text h6, .white-text .h6 {
  color: white !important;
}
.white-text p, .white-text ul, .white-text ol {
  color: #D5EFDB !important;
}
.white-text a {
  color: #C8F564 !important;
}

.section__arrow {
  position: absolute;
  left: 50%;
  bottom: 1.2rem;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  color: #C8F564;
}

.section--team.section--in-view .section__header {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.section--team.section--in-view .team-item {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.section--team .section__header {
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transform: translateX(-5rem);
  transform: translateX(-5rem);
  opacity: 0;
}
@media screen and (max-width: 1290px) {
  .section--team .section__header {
    -webkit-transform: translateX(-1.5rem);
    transform: translateX(-1.5rem);
  }
}

.team-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.6rem;
}
@media screen and (max-width: 1000px) {
  .team-items {
    gap: 0.8rem;
  }
}
@media screen and (max-width: 800px) {
  .team-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 420px) {
  .team-items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.team-items.team-items--3 {
  max-width: 92.8rem;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 800px) {
  .team-items.team-items--3 {
    grid-template-columns: repeat(4, 1fr);
  }
  .team-items.team-items--3 .team-item:nth-of-type(1), .team-items.team-items--3 .team-item:nth-of-type(2) {
    grid-column: span 2;
  }
  .team-items.team-items--3 .team-item:nth-of-type(3) {
    grid-column: 2/4;
  }
}
@media screen and (max-width: 420px) {
  .team-items.team-items--3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .team-items.team-items--3 .team-item:nth-of-type(1), .team-items.team-items--3 .team-item:nth-of-type(2) {
    grid-column: auto;
  }
  .team-items.team-items--3 .team-item:nth-of-type(3) {
    grid-column: auto;
  }
}
.team-items .team-item {
  display: block;
  text-decoration: none;
  border: 1px solid #274F37;
  font-size: 0;
  border-radius: 0.8rem;
  overflow: hidden;
  -webkit-transition-duration: 0.4s, 0.5s, 0.5s, 0.5s;
          transition-duration: 0.4s, 0.5s, 0.5s, 0.5s;
  -webkit-transition-delay: 0s, 0s, 0s, 0s;
          transition-delay: 0s, 0s, 0s, 0s;
  -webkit-transition-timing-function: ease, ease-out, ease-out;
          transition-timing-function: ease, ease-out, ease-out;
  -webkit-transition-property: background-color, opacity, -webkit-transform;
  transition-property: background-color, opacity, -webkit-transform;
  transition-property: background-color, opacity, transform;
  transition-property: background-color, opacity, transform, -webkit-transform;
  -webkit-transform: translateY(5rem);
          transform: translateY(5rem);
  opacity: 0;
}
.team-items .team-item:nth-of-type(2) {
  -webkit-transition-delay: 0s, 0.2s, 0.2s, 0.2s;
          transition-delay: 0s, 0.2s, 0.2s, 0.2s;
}
.team-items .team-item:nth-of-type(3) {
  -webkit-transition-delay: 0s, 0.4s, 0.4s, 0.4s;
          transition-delay: 0s, 0.4s, 0.4s, 0.4s;
}
.team-items .team-item:nth-of-type(4) {
  -webkit-transition-delay: 0s, 0.6s, 0.4s, 0.4s;
          transition-delay: 0s, 0.6s, 0.4s, 0.4s;
}
.team-items .team-item:hover {
  background: #FFF7EF;
}
.team-items .team-item:hover .team-item__content p.subheader {
  color: #A9BAA8;
}
.team-items .team-item:hover .team-item__content p.h4, .team-items .team-item:hover .team-item__content p.field {
  color: #1F3F2F;
}
.team-items .team-item:hover .team-item__content .big-arrow {
  opacity: 1;
  -webkit-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
}
.team-items .team-item__thumb img {
  width: 100%;
}
.team-items .team-item__content {
  position: relative;
  padding: 3.2rem 1.6rem 2.4rem 1.6rem;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1000px) {
  .team-items .team-item__content {
    padding: 1.2rem;
    padding-top: 2.6rem;
  }
}
.team-items .team-item__content p {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.team-items .team-item__content p.subheader {
  font-size: 13px;
}
.team-items .team-item__content .big-arrow {
  position: absolute;
  top: 0;
  right: 1.6rem;
  -webkit-transform: translateY(-50%) translateX(-4rem);
          transform: translateY(-50%) translateX(-4rem);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 5rem;
}
@media screen and (max-width: 1000px) {
  .team-items .team-item__content .big-arrow {
    right: 1.2rem;
  }
}
.team-items .team-item__content p.field {
  font-size: 15px;
}

p.field {
  color: #C8F564;
  text-transform: uppercase;
}

.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

a.tag, .tag {
  display: inline-block;
  background: #274F37;
  padding: 0 1.6rem;
  white-space: nowrap;
  height: 2.6rem;
  line-height: 2.6rem;
  border-radius: 1.3rem;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  color: #D5EFDB;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.tag.tag--academy, .tag.tag--academy {
  border-radius: 0.6rem;
  text-transform: initial;
}
a.tag.tag--secondary, .tag.tag--secondary {
  border: 1px solid #A9BAA8;
  color: #1F3F2F;
  background: white;
  line-height: calc(2.6rem - 2px);
}
a.tag.tag--secondary:hover, .tag.tag--secondary:hover {
  background: #1F3F2F;
  border-color: #1F3F2F;
  color: white;
  cursor: pointer;
}

a.tag:hover, a.tag.active {
  background: #D5EFDB;
  color: #1F3F2F;
}

.posts-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
}
@media screen and (max-width: 1000px) {
  .posts-items {
    gap: 0.8rem;
  }
}
@media screen and (max-width: 900px) {
  .posts-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .posts-items {
    grid-template-columns: repeat(1, 1fr);
  }
}

a.post-item {
  position: relative;
  display: block;
  border: 1px solid #274F37;
  text-decoration: none;
  padding-bottom: 3.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.post-item:hover {
  background: #FFF7EF;
}
a.post-item:hover .post-item__header .right p {
  color: #A9BAA8;
}
a.post-item:hover p.h5 {
  color: #1F3F2F;
}
a.post-item:hover .text p {
  color: #A9BAA8;
}
a.post-item:hover .post-item__author .icon {
  color: #1F3F2F;
}
a.post-item:hover .link-btn {
  color: #1F3F2F;
}
a.post-item .post-item__thumb {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #274F37;
  aspect-ratio: 368/236;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
a.post-item .post-item__thumb.with-image {
  display: block;
}
a.post-item .post-item__thumb.with-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
a.post-item .post-item__thumb svg {
  width: 80%;
  max-width: 20rem;
}
a.post-item .post-item__content {
  position: relative;
  padding: 2.4rem;
}
@media screen and (max-width: 1000px) {
  a.post-item .post-item__content {
    padding: 1.6rem;
  }
}
a.post-item .post-item__content .h5 {
  margin: 2.4rem 0;
}
@media screen and (max-width: 1000px) {
  a.post-item .post-item__content .h5 {
    margin: 1.6rem 0;
  }
}
a.post-item .post-item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1100px) {
  a.post-item .post-item__header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.8rem;
  }
}
a.post-item .post-item__header .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1100px) {
  a.post-item .post-item__header .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
a.post-item .post-item__header .right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10rem;
          flex: 0 0 10rem;
  text-align: right;
}
@media screen and (max-width: 1100px) {
  a.post-item .post-item__header .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: left;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
a.post-item .post-item__header .right p {
  color: #A9BAA8;
}
a.post-item .post-item__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.6rem;
  gap: 0.8rem;
}
a.post-item .post-item__author .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.4rem;
          flex: 0 0 2.4rem;
  font-size: 0;
  color: #C8F564;
}
a.post-item .post-item__author .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
a.post-item p {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.post-item .link-btn {
  position: absolute;
  left: 2.4rem;
  bottom: 1.6rem;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8rem;
  margin-top: 9rem;
}
.pagination .page-numbers {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #D5EFDB;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagination .page-numbers.next, .pagination .page-numbers.prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 8rem;
  aspect-ratio: 1/1;
  border-radius: 4rem;
  background-color: #C8F564;
  color: #1F3F2F;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 0;
}
@media screen and (max-width: 1000px) {
  .pagination .page-numbers.next, .pagination .page-numbers.prev {
    width: 6rem;
  }
}
@media screen and (max-width: 450px) {
  .pagination .page-numbers.next, .pagination .page-numbers.prev {
    width: 4.5rem;
  }
}
.pagination .page-numbers.next:hover, .pagination .page-numbers.prev:hover {
  background: #274F37;
}
.pagination .page-numbers.prev {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.pagination .page-numbers.current {
  color: #C8F564;
}
.pagination .page-numbers:hover {
  color: #C8F564;
}

.section--partners .section__header {
  margin-bottom: 5.8rem;
}
.section--partners .logos-wrap {
  padding: 8.8rem 0;
  background: white;
}
.section--partners .logos-wrap.part--in-view .partner-item {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  .section--partners .logos-wrap {
    padding: 4rem 0;
  }
}

.partners-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1000px) {
  .partners-items {
    gap: 5rem;
  }
}
@media screen and (max-width: 600px) {
  .partners-items {
    gap: 3rem;
  }
}

.partner-item {
  max-width: 30rem;
  min-width: 14rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transform: translateY(5rem);
  transform: translateY(5rem);
  opacity: 0;
}
.partner-item:nth-of-type(2) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.partner-item:nth-of-type(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.workshops-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
}
@media screen and (max-width: 1100px) {
  .workshops-items {
    gap: 0.8rem;
  }
}
@media screen and (max-width: 900px) {
  .workshops-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .workshops-items {
    grid-template-columns: repeat(1, 1fr);
  }
}

a.workshop-item {
  position: relative;
  display: block;
  background: #F8F8F8;
  text-decoration: none;
  padding-bottom: 9.4rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0.8rem;
  overflow: hidden;
}
a.workshop-item:hover {
  background: #FFF7EF;
}
@media screen and (max-width: 1100px) {
  a.workshop-item {
    padding-bottom: 7.6rem;
  }
}
a.workshop-item .workshop-item__thumb {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #1F3F2F;
  aspect-ratio: 368/236;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
a.workshop-item .workshop-item__thumb.with-image {
  display: block;
}
a.workshop-item .workshop-item__thumb.with-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
a.workshop-item .workshop-item__thumb svg {
  width: 80%;
  max-width: 20rem;
}
a.workshop-item .workshop-item__thumb .tag {
  position: absolute;
  z-index: 5;
  left: 2.4rem;
  bottom: 1.6rem;
}
@media screen and (max-width: 1100px) {
  a.workshop-item .workshop-item__thumb .tag {
    left: 1.2rem;
  }
}
a.workshop-item .workshop-item__thumb .top-icon {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 1.6rem;
  top: 1.6rem;
  width: 3rem;
  height: 3rem;
  border-radius: 1.5rem;
  z-index: 5;
  color: #1F3F2F;
  background-color: #C8F564;
}
a.workshop-item .workshop-item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.3rem 2.4rem;
  border-bottom: 1px solid white;
}
@media screen and (max-width: 1100px) {
  a.workshop-item .workshop-item__header {
    padding: 1rem 1.2rem;
  }
}
a.workshop-item .workshop-item__header .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  /* @include media(1100px) {
      flex: 0 0 100%;
      order: 2;
  } */
}
a.workshop-item .workshop-item__header .right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  text-align: right;
  /* @include media(1100px) {
      flex: 0 0 100%;
      text-align: left;
      order: 1;
  } */
}
a.workshop-item .workshop-item__header p {
  font-size: 14px;
  line-height: 1;
}
a.workshop-item .workshop-item__format {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
}
a.workshop-item .workshop-item__format .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.4rem;
          flex: 0 0 2.4rem;
}
@media screen and (max-width: 1100px) {
  a.workshop-item .workshop-item__format .icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 2rem;
            flex: 0 0 2rem;
  }
}
a.workshop-item .workshop-item__format .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
a.workshop-item .workshop-item__content {
  position: relative;
  padding: 2.4rem;
}
@media screen and (max-width: 1100px) {
  a.workshop-item .workshop-item__content {
    padding: 1.6rem 1.2rem;
  }
}
a.workshop-item .workshop-item__content .h5 {
  margin: 2.4rem 0;
}
@media screen and (max-width: 1000px) {
  a.workshop-item .workshop-item__content .h5 {
    margin: 1.6rem 0;
  }
}
a.workshop-item .workshop-item__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.6rem;
}
a.workshop-item .workshop-item__price .price-tag {
  font-size: 1.6rem;
  line-height: 2.9rem;
  border-radius: 0.6rem;
  text-transform: uppercase;
  padding: 0 0.8rem;
  background: white;
  color: #1F3F2F;
}
a.workshop-item .workshop-item__price .price-tag.price-tag--partners {
  background: #D5EFDB;
}
a.workshop-item .workshop-item__lectors {
  margin-top: 1.6rem;
}
a.workshop-item .workshop-item__lectors p {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.6rem;
}
a.workshop-item .workshop-item__lectors p span.name {
  text-decoration: underline;
}
a.workshop-item p {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.workshop-item .btn {
  position: absolute;
  left: 2.4rem;
  bottom: 2.4rem;
  width: calc(100% - 4.8rem);
}
@media screen and (max-width: 1100px) {
  a.workshop-item .btn {
    width: calc(100% - 2.4rem);
    left: 1.2rem;
    bottom: 1.2rem;
  }
}

.positions-list-items {
  gap: 3.2rem 1.6rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  --elemnt-width: 37rem;
}
@media screen and (max-width: 900px) {
  .positions-list-items {
    grid-template-columns: 1fr !important;
    max-width: var(--elemnt-width);
  }
}
.positions-list-items:has(> :last-child:nth-child(1)) { /* 1 element */
  grid-template-columns: 1fr;
  max-width: var(--elemnt-width);
}
.positions-list-items:has(> :last-child:nth-child(2)) { /* 2 elements */
  grid-template-columns: 1fr 1fr;
  max-width: calc(2 * var(--elemnt-width));
}

a.position-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0;
  text-decoration: none;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transform: translateY(5rem);
  transform: translateY(5rem);
  opacity: 0;
}
a.position-list-item:hover .h3 {
  color: #C8F564;
}
a.position-list-item:nth-of-type(2) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
a.position-list-item:nth-of-type(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
a.position-list-item .position-list-item__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.4rem;
          flex: 0 0 2.4rem;
  color: #C8F564;
  font-size: 0;
  padding-top: 0.4rem;
}
a.position-list-item .position-list-item__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 1.6rem;
}
a.position-list-item .position-list-item__content .h3 {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* COMPONENTS */
/* common border radius */
/* disable text selection */
html {
  --secondary-color: #1F3F2F;
  --primary-color: #C8F564;
  --body-text: #D5EFDB;
  --brown: #FFF7EF;
  --lord-icon-primary: var(--primary-color);
  --lord-icon-secondary: var(--primary-color);
}

a.btn,
.btn,
.editor-styles-wrapper .gt-block a.btn,
.wp-block-button__link {
  position: relative;
  padding: 0 3.2rem;
  height: 7rem;
  line-height: 7rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  color: #1F3F2F;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  border-radius: 3.5rem;
  background: transparent;
}
@media screen and (max-width: 800px) {
  a.btn,
  .btn,
  .editor-styles-wrapper .gt-block a.btn,
  .wp-block-button__link {
    padding: 0 2.5rem;
    height: 5.5rem;
  }
}
a.btn.btn--smaller,
.btn.btn--smaller,
.editor-styles-wrapper .gt-block a.btn.btn--smaller,
.wp-block-button__link.btn--smaller {
  height: 5.2rem;
  line-height: 5.2rem;
  padding: 0 2.4rem;
  font-size: 14px;
}
a.btn:hover,
.btn:hover,
.editor-styles-wrapper .gt-block a.btn:hover,
.wp-block-button__link:hover {
  color: white;
  border: 1px solid #274F37;
}
a.btn:hover:before,
.btn:hover:before,
.editor-styles-wrapper .gt-block a.btn:hover:before,
.wp-block-button__link:hover:before {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0);
          transform: translateX(-50%) translateY(-50%) scale(0);
}
a.btn span,
.btn span,
.editor-styles-wrapper .gt-block a.btn span,
.wp-block-button__link span {
  position: relative;
  z-index: 2;
}
a.btn:before,
.btn:before,
.editor-styles-wrapper .gt-block a.btn:before,
.wp-block-button__link:before {
  position: absolute;
  content: "";
  z-index: 1;
  background: #C8F564;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform-origin: center;
          transform-origin: center;
  border-radius: 3.5rem;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a.btn.btn--secondary,
.btn.btn--secondary,
.editor-styles-wrapper .gt-block a.btn.btn--secondary,
.wp-block-button__link.btn--secondary {
  background: transparent;
  border-color: #C8F564;
  color: white;
}
a.btn.btn--secondary:hover,
.btn.btn--secondary:hover,
.editor-styles-wrapper .gt-block a.btn.btn--secondary:hover,
.wp-block-button__link.btn--secondary:hover {
  border-color: #274F37;
}
a.btn.btn--secondary:before,
.btn.btn--secondary:before,
.editor-styles-wrapper .gt-block a.btn.btn--secondary:before,
.wp-block-button__link.btn--secondary:before {
  display: none;
}
a.btn.btn--white,
.btn.btn--white,
.editor-styles-wrapper .gt-block a.btn.btn--white,
.wp-block-button__link.btn--white {
  border-color: #A9BAA8;
  color: #1F3F2F;
}
a.btn.btn--white:before,
.btn.btn--white:before,
.editor-styles-wrapper .gt-block a.btn.btn--white:before,
.wp-block-button__link.btn--white:before {
  background: white;
}

.wp-block-buttons .wp-block-button__link {
  background: #C8F564;
  color: #1F3F2F;
}
.wp-block-buttons .wp-block-button__link:hover {
  color: white;
  background: transparent;
  border: 1px solid #274F37;
}
.wp-block-buttons .wp-block-button__link:before {
  display: none;
}

.is-style-outline .wp-block-button__link {
  background: transparent;
  border-color: #C8F564;
  color: white;
}
.is-style-outline .wp-block-button__link:hover {
  border-color: #274F37;
}
.is-style-outline .wp-block-button__link:before {
  display: none;
}

.link-btn {
  font-size: 1.6rem;
  line-height: 1;
  text-decoration: underline;
  text-transform: uppercase;
  color: #C8F564;
}
.link-btn:hover {
  text-decoration: none;
}

/* #endregion */
/* common border radius */
/* disable text selection */
html {
  --secondary-color: #1F3F2F;
  --primary-color: #C8F564;
  --body-text: #D5EFDB;
  --brown: #FFF7EF;
  --lord-icon-primary: var(--primary-color);
  --lord-icon-secondary: var(--primary-color);
}

.icheckbox {
  width: 2.4rem;
  height: 2.4rem;
  margin: 0 1.6rem 0 0;
  display: inline-block;
  vertical-align: top;
  background: #274F37;
  border: 1px solid #407154;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.icheckbox:after {
  content: " ";
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' stroke-width='2' stroke='white' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'%3E%3C/path%3E%3Cpath d='M5 12l5 5l10 -10'%3E%3C/path%3E%3C/svg%3E");
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.icheckbox.hover {
  cursor: pointer;
}
.icheckbox.checked:after {
  opacity: 1;
}

label.checkbox {
  position: relative;
  text-transform: initial !important;
  padding-left: 4rem;
}
label.checkbox .icheckbox {
  position: absolute;
  left: 0;
  top: 0;
}

/* common border radius */
/* disable text selection */
html {
  --secondary-color: #1F3F2F;
  --primary-color: #C8F564;
  --body-text: #D5EFDB;
  --brown: #FFF7EF;
  --lord-icon-primary: var(--primary-color);
  --lord-icon-secondary: var(--primary-color);
}

.slick-arrow {
  width: 8rem;
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  display: block;
  border-radius: 50%;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 2.4rem auto;
  background-image: url("../svg/slick-arrow.svg");
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #1F3F2F;
  font-size: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.slick-arrow:hover {
  border-color: #A9BAA8;
  cursor: pointer;
}
.slick-arrow.slick-prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}
.slick-arrow.slick-next {
  right: 0;
}
.slick-arrow.slick-hidden, .slick-arrow.slick-disabled {
  display: none;
}
@media screen and (max-width: 1000px) {
  .slick-arrow {
    width: 6rem;
  }
}
@media screen and (max-width: 450px) {
  .slick-arrow {
    width: 4.5rem;
  }
}

.slick-dots {
  width: 100%;
  list-style: none;
  text-align: center;
  margin-left: 0;
}
.slick-dots li {
  padding: 0 0.4rem;
  display: inline-block;
  vertical-align: top;
}
.slick-dots li button {
  width: 8px;
  height: 8px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 50px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #1F3F2F;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.slick-dots li button:hover {
  background: #1F3F2F;
}
.slick-dots li.slick-active button {
  background: #1F3F2F;
}

/* common border radius */
/* disable text selection */
html {
  --secondary-color: #1F3F2F;
  --primary-color: #C8F564;
  --body-text: #D5EFDB;
  --brown: #FFF7EF;
  --lord-icon-primary: var(--primary-color);
  --lord-icon-secondary: var(--primary-color);
}

.gt-block form,
.editor-styles-wrapper .gt-block form,
form.form-kariera,
form.form-kontakt,
form.form-pozice,
form.form-newsletter,
form.form-registrace,
form.academy-filters {
  position: relative;
  /* clear */
  /* loading */
}
.gt-block form:after,
.editor-styles-wrapper .gt-block form:after,
form.form-kariera:after,
form.form-kontakt:after,
form.form-pozice:after,
form.form-newsletter:after,
form.form-registrace:after,
form.academy-filters:after {
  content: " ";
  width: 100%;
  height: 0px;
  display: block;
  overflow: hidden;
  clear: both;
}
.gt-block form:before,
.editor-styles-wrapper .gt-block form:before,
form.form-kariera:before,
form.form-kontakt:before,
form.form-pozice:before,
form.form-newsletter:before,
form.form-registrace:before,
form.academy-filters:before {
  position: absolute;
  content: " ";
  width: calc(100% + 2rem);
  height: calc(100% + 2rem);
  position: absolute;
  left: -1rem;
  right: -1rem;
  top: 0;
  z-index: 10;
  background: rgba(31, 63, 47, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background-size: 80px auto;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.gt-block form:after,
.editor-styles-wrapper .gt-block form:after,
form.form-kariera:after,
form.form-kontakt:after,
form.form-pozice:after,
form.form-newsletter:after,
form.form-registrace:after,
form.academy-filters:after {
  position: absolute;
  z-index: 11;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  width: 9em;
  height: 9em;
  color: inherit;
  vertical-align: middle;
  pointer-events: none;
  border: 0.6em solid #C8F564;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
}
@-webkit-keyframes loader-06 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
@keyframes loader-06 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
.gt-block form.loading:before,
.editor-styles-wrapper .gt-block form.loading:before,
form.form-kariera.loading:before,
form.form-kontakt.loading:before,
form.form-pozice.loading:before,
form.form-newsletter.loading:before,
form.form-registrace.loading:before,
form.academy-filters.loading:before {
  opacity: 1;
  pointer-events: all;
}
.gt-block form.loading:after,
.editor-styles-wrapper .gt-block form.loading:after,
form.form-kariera.loading:after,
form.form-kontakt.loading:after,
form.form-pozice.loading:after,
form.form-newsletter.loading:after,
form.form-registrace.loading:after,
form.academy-filters.loading:after {
  -webkit-animation: loader-06 1s ease-out infinite;
          animation: loader-06 1s ease-out infinite;
}
.gt-block form input[type=text],
.gt-block form select,
.gt-block form textarea,
.editor-styles-wrapper .gt-block form input[type=text],
.editor-styles-wrapper .gt-block form select,
.editor-styles-wrapper .gt-block form textarea,
form.form-kariera input[type=text],
form.form-kariera select,
form.form-kariera textarea,
form.form-kontakt input[type=text],
form.form-kontakt select,
form.form-kontakt textarea,
form.form-pozice input[type=text],
form.form-pozice select,
form.form-pozice textarea,
form.form-newsletter input[type=text],
form.form-newsletter select,
form.form-newsletter textarea,
form.form-registrace input[type=text],
form.form-registrace select,
form.form-registrace textarea,
form.academy-filters input[type=text],
form.academy-filters select,
form.academy-filters textarea {
  width: 100%;
  height: 4.8rem;
  line-height: 4.8rem;
  padding: 0 2.4rem;
  border: 1px solid #407154;
  background: #274F37;
  color: #D5EFDB;
  font-size: 16px;
  font-weight: regular;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0.4rem;
}
.gt-block form input[type=text]::-webkit-input-placeholder,
.gt-block form select::-webkit-input-placeholder,
.gt-block form textarea::-webkit-input-placeholder,
.editor-styles-wrapper .gt-block form input[type=text]::-webkit-input-placeholder,
.editor-styles-wrapper .gt-block form select::-webkit-input-placeholder,
.editor-styles-wrapper .gt-block form textarea::-webkit-input-placeholder,
form.form-kariera input[type=text]::-webkit-input-placeholder,
form.form-kariera select::-webkit-input-placeholder,
form.form-kariera textarea::-webkit-input-placeholder,
form.form-kontakt input[type=text]::-webkit-input-placeholder,
form.form-kontakt select::-webkit-input-placeholder,
form.form-kontakt textarea::-webkit-input-placeholder,
form.form-pozice input[type=text]::-webkit-input-placeholder,
form.form-pozice select::-webkit-input-placeholder,
form.form-pozice textarea::-webkit-input-placeholder,
form.form-newsletter input[type=text]::-webkit-input-placeholder,
form.form-newsletter select::-webkit-input-placeholder,
form.form-newsletter textarea::-webkit-input-placeholder,
form.form-registrace input[type=text]::-webkit-input-placeholder,
form.form-registrace select::-webkit-input-placeholder,
form.form-registrace textarea::-webkit-input-placeholder,
form.academy-filters input[type=text]::-webkit-input-placeholder,
form.academy-filters select::-webkit-input-placeholder,
form.academy-filters textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(213, 239, 219, 0.5);
  opacity: 1;
}
.gt-block form input[type=text]::-moz-placeholder,
.gt-block form select::-moz-placeholder,
.gt-block form textarea::-moz-placeholder,
.editor-styles-wrapper .gt-block form input[type=text]::-moz-placeholder,
.editor-styles-wrapper .gt-block form select::-moz-placeholder,
.editor-styles-wrapper .gt-block form textarea::-moz-placeholder,
form.form-kariera input[type=text]::-moz-placeholder,
form.form-kariera select::-moz-placeholder,
form.form-kariera textarea::-moz-placeholder,
form.form-kontakt input[type=text]::-moz-placeholder,
form.form-kontakt select::-moz-placeholder,
form.form-kontakt textarea::-moz-placeholder,
form.form-pozice input[type=text]::-moz-placeholder,
form.form-pozice select::-moz-placeholder,
form.form-pozice textarea::-moz-placeholder,
form.form-newsletter input[type=text]::-moz-placeholder,
form.form-newsletter select::-moz-placeholder,
form.form-newsletter textarea::-moz-placeholder,
form.form-registrace input[type=text]::-moz-placeholder,
form.form-registrace select::-moz-placeholder,
form.form-registrace textarea::-moz-placeholder,
form.academy-filters input[type=text]::-moz-placeholder,
form.academy-filters select::-moz-placeholder,
form.academy-filters textarea::-moz-placeholder { /* Firefox 19+ */
  color: rgba(213, 239, 219, 0.5);
  opacity: 1;
}
.gt-block form input[type=text]:-ms-input-placeholder,
.gt-block form select:-ms-input-placeholder,
.gt-block form textarea:-ms-input-placeholder,
.editor-styles-wrapper .gt-block form input[type=text]:-ms-input-placeholder,
.editor-styles-wrapper .gt-block form select:-ms-input-placeholder,
.editor-styles-wrapper .gt-block form textarea:-ms-input-placeholder,
form.form-kariera input[type=text]:-ms-input-placeholder,
form.form-kariera select:-ms-input-placeholder,
form.form-kariera textarea:-ms-input-placeholder,
form.form-kontakt input[type=text]:-ms-input-placeholder,
form.form-kontakt select:-ms-input-placeholder,
form.form-kontakt textarea:-ms-input-placeholder,
form.form-pozice input[type=text]:-ms-input-placeholder,
form.form-pozice select:-ms-input-placeholder,
form.form-pozice textarea:-ms-input-placeholder,
form.form-newsletter input[type=text]:-ms-input-placeholder,
form.form-newsletter select:-ms-input-placeholder,
form.form-newsletter textarea:-ms-input-placeholder,
form.form-registrace input[type=text]:-ms-input-placeholder,
form.form-registrace select:-ms-input-placeholder,
form.form-registrace textarea:-ms-input-placeholder,
form.academy-filters input[type=text]:-ms-input-placeholder,
form.academy-filters select:-ms-input-placeholder,
form.academy-filters textarea:-ms-input-placeholder { /* IE 10+ */
  color: rgba(213, 239, 219, 0.5);
  opacity: 1;
}
.gt-block form input[type=text]:-moz-placeholder,
.gt-block form select:-moz-placeholder,
.gt-block form textarea:-moz-placeholder,
.editor-styles-wrapper .gt-block form input[type=text]:-moz-placeholder,
.editor-styles-wrapper .gt-block form select:-moz-placeholder,
.editor-styles-wrapper .gt-block form textarea:-moz-placeholder,
form.form-kariera input[type=text]:-moz-placeholder,
form.form-kariera select:-moz-placeholder,
form.form-kariera textarea:-moz-placeholder,
form.form-kontakt input[type=text]:-moz-placeholder,
form.form-kontakt select:-moz-placeholder,
form.form-kontakt textarea:-moz-placeholder,
form.form-pozice input[type=text]:-moz-placeholder,
form.form-pozice select:-moz-placeholder,
form.form-pozice textarea:-moz-placeholder,
form.form-newsletter input[type=text]:-moz-placeholder,
form.form-newsletter select:-moz-placeholder,
form.form-newsletter textarea:-moz-placeholder,
form.form-registrace input[type=text]:-moz-placeholder,
form.form-registrace select:-moz-placeholder,
form.form-registrace textarea:-moz-placeholder,
form.academy-filters input[type=text]:-moz-placeholder,
form.academy-filters select:-moz-placeholder,
form.academy-filters textarea:-moz-placeholder { /* Firefox 18- */
  color: rgba(213, 239, 219, 0.5);
  opacity: 1;
}
.gt-block form textarea,
.editor-styles-wrapper .gt-block form textarea,
form.form-kariera textarea,
form.form-kontakt textarea,
form.form-pozice textarea,
form.form-newsletter textarea,
form.form-registrace textarea,
form.academy-filters textarea {
  height: 180px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 30px;
  resize: none;
}
.gt-block form div.input,
.editor-styles-wrapper .gt-block form div.input,
form.form-kariera div.input,
form.form-kontakt div.input,
form.form-pozice div.input,
form.form-newsletter div.input,
form.form-registrace div.input,
form.academy-filters div.input {
  width: 100%;
  margin-bottom: 1.6rem;
}
.gt-block form input[type=file],
.editor-styles-wrapper .gt-block form input[type=file],
form.form-kariera input[type=file],
form.form-kontakt input[type=file],
form.form-pozice input[type=file],
form.form-newsletter input[type=file],
form.form-registrace input[type=file],
form.academy-filters input[type=file] {
  color: #D5EFDB;
}
.gt-block form span.errorEmpty,
.gt-block form span.errorFormat,
.gt-block form span.errorData,
.editor-styles-wrapper .gt-block form span.errorEmpty,
.editor-styles-wrapper .gt-block form span.errorFormat,
.editor-styles-wrapper .gt-block form span.errorData,
form.form-kariera span.errorEmpty,
form.form-kariera span.errorFormat,
form.form-kariera span.errorData,
form.form-kontakt span.errorEmpty,
form.form-kontakt span.errorFormat,
form.form-kontakt span.errorData,
form.form-pozice span.errorEmpty,
form.form-pozice span.errorFormat,
form.form-pozice span.errorData,
form.form-newsletter span.errorEmpty,
form.form-newsletter span.errorFormat,
form.form-newsletter span.errorData,
form.form-registrace span.errorEmpty,
form.form-registrace span.errorFormat,
form.form-registrace span.errorData,
form.academy-filters span.errorEmpty,
form.academy-filters span.errorFormat,
form.academy-filters span.errorData {
  display: block;
  overflow: hidden;
  color: #FF778D;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-height: 0px;
  padding: 0;
  opacity: 0;
}
.gt-block form .hasErrorEmpty input[type=text],
.gt-block form .hasErrorEmpty select,
.gt-block form .hasErrorEmpty textarea,
.gt-block form .hasErrorFormat input[type=text],
.gt-block form .hasErrorFormat select,
.gt-block form .hasErrorFormat textarea,
.gt-block form .hasErrorData input[type=text],
.gt-block form .hasErrorData select,
.gt-block form .hasErrorData textarea,
.editor-styles-wrapper .gt-block form .hasErrorEmpty input[type=text],
.editor-styles-wrapper .gt-block form .hasErrorEmpty select,
.editor-styles-wrapper .gt-block form .hasErrorEmpty textarea,
.editor-styles-wrapper .gt-block form .hasErrorFormat input[type=text],
.editor-styles-wrapper .gt-block form .hasErrorFormat select,
.editor-styles-wrapper .gt-block form .hasErrorFormat textarea,
.editor-styles-wrapper .gt-block form .hasErrorData input[type=text],
.editor-styles-wrapper .gt-block form .hasErrorData select,
.editor-styles-wrapper .gt-block form .hasErrorData textarea,
form.form-kariera .hasErrorEmpty input[type=text],
form.form-kariera .hasErrorEmpty select,
form.form-kariera .hasErrorEmpty textarea,
form.form-kariera .hasErrorFormat input[type=text],
form.form-kariera .hasErrorFormat select,
form.form-kariera .hasErrorFormat textarea,
form.form-kariera .hasErrorData input[type=text],
form.form-kariera .hasErrorData select,
form.form-kariera .hasErrorData textarea,
form.form-kontakt .hasErrorEmpty input[type=text],
form.form-kontakt .hasErrorEmpty select,
form.form-kontakt .hasErrorEmpty textarea,
form.form-kontakt .hasErrorFormat input[type=text],
form.form-kontakt .hasErrorFormat select,
form.form-kontakt .hasErrorFormat textarea,
form.form-kontakt .hasErrorData input[type=text],
form.form-kontakt .hasErrorData select,
form.form-kontakt .hasErrorData textarea,
form.form-pozice .hasErrorEmpty input[type=text],
form.form-pozice .hasErrorEmpty select,
form.form-pozice .hasErrorEmpty textarea,
form.form-pozice .hasErrorFormat input[type=text],
form.form-pozice .hasErrorFormat select,
form.form-pozice .hasErrorFormat textarea,
form.form-pozice .hasErrorData input[type=text],
form.form-pozice .hasErrorData select,
form.form-pozice .hasErrorData textarea,
form.form-newsletter .hasErrorEmpty input[type=text],
form.form-newsletter .hasErrorEmpty select,
form.form-newsletter .hasErrorEmpty textarea,
form.form-newsletter .hasErrorFormat input[type=text],
form.form-newsletter .hasErrorFormat select,
form.form-newsletter .hasErrorFormat textarea,
form.form-newsletter .hasErrorData input[type=text],
form.form-newsletter .hasErrorData select,
form.form-newsletter .hasErrorData textarea,
form.form-registrace .hasErrorEmpty input[type=text],
form.form-registrace .hasErrorEmpty select,
form.form-registrace .hasErrorEmpty textarea,
form.form-registrace .hasErrorFormat input[type=text],
form.form-registrace .hasErrorFormat select,
form.form-registrace .hasErrorFormat textarea,
form.form-registrace .hasErrorData input[type=text],
form.form-registrace .hasErrorData select,
form.form-registrace .hasErrorData textarea,
form.academy-filters .hasErrorEmpty input[type=text],
form.academy-filters .hasErrorEmpty select,
form.academy-filters .hasErrorEmpty textarea,
form.academy-filters .hasErrorFormat input[type=text],
form.academy-filters .hasErrorFormat select,
form.academy-filters .hasErrorFormat textarea,
form.academy-filters .hasErrorData input[type=text],
form.academy-filters .hasErrorData select,
form.academy-filters .hasErrorData textarea {
  border-color: #FF778D;
}
.gt-block form .hasErrorEmpty span.errorEmpty,
.gt-block form .hasErrorFormat span.errorFormat,
.gt-block form .hasErrorData span.errorData,
.editor-styles-wrapper .gt-block form .hasErrorEmpty span.errorEmpty,
.editor-styles-wrapper .gt-block form .hasErrorFormat span.errorFormat,
.editor-styles-wrapper .gt-block form .hasErrorData span.errorData,
form.form-kariera .hasErrorEmpty span.errorEmpty,
form.form-kariera .hasErrorFormat span.errorFormat,
form.form-kariera .hasErrorData span.errorData,
form.form-kontakt .hasErrorEmpty span.errorEmpty,
form.form-kontakt .hasErrorFormat span.errorFormat,
form.form-kontakt .hasErrorData span.errorData,
form.form-pozice .hasErrorEmpty span.errorEmpty,
form.form-pozice .hasErrorFormat span.errorFormat,
form.form-pozice .hasErrorData span.errorData,
form.form-newsletter .hasErrorEmpty span.errorEmpty,
form.form-newsletter .hasErrorFormat span.errorFormat,
form.form-newsletter .hasErrorData span.errorData,
form.form-registrace .hasErrorEmpty span.errorEmpty,
form.form-registrace .hasErrorFormat span.errorFormat,
form.form-registrace .hasErrorData span.errorData,
form.academy-filters .hasErrorEmpty span.errorEmpty,
form.academy-filters .hasErrorFormat span.errorFormat,
form.academy-filters .hasErrorData span.errorData {
  max-height: 40px;
  padding: 4px 0 6px 0;
  opacity: 1;
}
.gt-block form .sending,
.editor-styles-wrapper .gt-block form .sending,
form.form-kariera .sending,
form.form-kontakt .sending,
form.form-pozice .sending,
form.form-newsletter .sending,
form.form-registrace .sending,
form.academy-filters .sending {
  height: 300px;
  background: url(images/loading.gif) no-repeat center center;
  background-size: 90px auto;
}
.gt-block form label,
.editor-styles-wrapper .gt-block form label,
form.form-kariera label,
form.form-kontakt label,
form.form-pozice label,
form.form-newsletter label,
form.form-registrace label,
form.academy-filters label {
  font-size: 14px;
  line-height: 1.7142857143;
  color: #D5EFDB;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  display: block;
}
@media screen and (max-width: 1000px) {
  .gt-block form label,
  .editor-styles-wrapper .gt-block form label,
  form.form-kariera label,
  form.form-kontakt label,
  form.form-pozice label,
  form.form-newsletter label,
  form.form-registrace label,
  form.academy-filters label {
    font-size: 12px;
  }
}
.gt-block form div.inputs,
.editor-styles-wrapper .gt-block form div.inputs,
form.form-kariera div.inputs,
form.form-kontakt div.inputs,
form.form-pozice div.inputs,
form.form-newsletter div.inputs,
form.form-registrace div.inputs,
form.academy-filters div.inputs {
  /* clear */
}
.gt-block form div.inputs:after,
.editor-styles-wrapper .gt-block form div.inputs:after,
form.form-kariera div.inputs:after,
form.form-kontakt div.inputs:after,
form.form-pozice div.inputs:after,
form.form-newsletter div.inputs:after,
form.form-registrace div.inputs:after,
form.academy-filters div.inputs:after {
  content: " ";
  width: 100%;
  height: 0px;
  display: block;
  overflow: hidden;
  clear: both;
}
.gt-block form .btn-wrap,
.editor-styles-wrapper .gt-block form .btn-wrap,
form.form-kariera .btn-wrap,
form.form-kontakt .btn-wrap,
form.form-pozice .btn-wrap,
form.form-newsletter .btn-wrap,
form.form-registrace .btn-wrap,
form.academy-filters .btn-wrap {
  text-align: center;
  margin-top: 4rem;
}
.gt-block form .btn:hover,
.editor-styles-wrapper .gt-block form .btn:hover,
form.form-kariera .btn:hover,
form.form-kontakt .btn:hover,
form.form-pozice .btn:hover,
form.form-newsletter .btn:hover,
form.form-registrace .btn:hover,
form.academy-filters .btn:hover {
  cursor: pointer;
}
.gt-block form div.sent,
.editor-styles-wrapper .gt-block form div.sent,
form.form-kariera div.sent,
form.form-kontakt div.sent,
form.form-pozice div.sent,
form.form-newsletter div.sent,
form.form-registrace div.sent,
form.academy-filters div.sent {
  color: black;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  background: #C8F564;
  padding: 1.3rem;
  border-radius: 4px;
  margin-top: 1.6rem;
}
.gt-block form div.sent p,
.editor-styles-wrapper .gt-block form div.sent p,
form.form-kariera div.sent p,
form.form-kontakt div.sent p,
form.form-pozice div.sent p,
form.form-newsletter div.sent p,
form.form-registrace div.sent p,
form.academy-filters div.sent p {
  color: #1F3F2F;
}
.gt-block form div.sent a,
.editor-styles-wrapper .gt-block form div.sent a,
form.form-kariera div.sent a,
form.form-kontakt div.sent a,
form.form-pozice div.sent a,
form.form-newsletter div.sent a,
form.form-registrace div.sent a,
form.academy-filters div.sent a {
  text-decoration: underline;
}
.gt-block form div.sent a:hover,
.editor-styles-wrapper .gt-block form div.sent a:hover,
form.form-kariera div.sent a:hover,
form.form-kontakt div.sent a:hover,
form.form-pozice div.sent a:hover,
form.form-newsletter div.sent a:hover,
form.form-registrace div.sent a:hover,
form.academy-filters div.sent a:hover {
  text-decoration: none;
}

form.form-registrace input[type=text],
form.form-registrace select,
form.form-registrace textarea {
  width: 100%;
  height: 4rem;
  line-height: 4rem;
  padding: 0 1.6rem;
  border: 1px solid #407154;
  background: #274F37;
  color: #D5EFDB;
  font-size: 16px;
  font-weight: regular;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0.4rem;
}
form.form-registrace input[type=text]::-webkit-input-placeholder,
form.form-registrace select::-webkit-input-placeholder,
form.form-registrace textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(213, 239, 219, 0.5);
  opacity: 1;
}
form.form-registrace input[type=text]::-moz-placeholder,
form.form-registrace select::-moz-placeholder,
form.form-registrace textarea::-moz-placeholder { /* Firefox 19+ */
  color: rgba(213, 239, 219, 0.5);
  opacity: 1;
}
form.form-registrace input[type=text]:-ms-input-placeholder,
form.form-registrace select:-ms-input-placeholder,
form.form-registrace textarea:-ms-input-placeholder { /* IE 10+ */
  color: rgba(213, 239, 219, 0.5);
  opacity: 1;
}
form.form-registrace input[type=text]:-moz-placeholder,
form.form-registrace select:-moz-placeholder,
form.form-registrace textarea:-moz-placeholder { /* Firefox 18- */
  color: rgba(213, 239, 219, 0.5);
  opacity: 1;
}
form.form-registrace a {
  color: #C8F564 !important;
}
form.form-registrace .btn-wrap {
  margin-top: 2.4rem;
}

/* PAGES (better to include direct CSS file on the page) */
/*@import url(pages/XXX.scss);*/
/* BLOCKS  (better to include direct CSS file with the block) */
/* common border radius */
/* disable text selection */
html {
  --secondary-color: #1F3F2F;
  --primary-color: #C8F564;
  --body-text: #D5EFDB;
  --brown: #FFF7EF;
  --lord-icon-primary: var(--primary-color);
  --lord-icon-secondary: var(--primary-color);
}

section.gt-block,
.editor-styles-wrapper section.gt-block {
  position: relative;
}
section.gt-block .center,
.editor-styles-wrapper section.gt-block .center {
  width: 1140px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1200px) {
  section.gt-block .center,
  .editor-styles-wrapper section.gt-block .center {
    width: auto;
    margin: 0 30px;
  }
}

/*@import url(blocks/XXX.scss);*/
.section--how-we-do-it .services-items-list,
.services-submenu .services-items-list,
.section--top:not(.with-subservices) .services-items-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
}
@media screen and (max-width: 780px) {
  .section--how-we-do-it .services-items-list,
  .services-submenu .services-items-list,
  .section--top:not(.with-subservices) .services-items-list {
    gap: 0.8rem;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .section--how-we-do-it .services-items-list,
  .services-submenu .services-items-list,
  .section--top:not(.with-subservices) .services-items-list {
    grid-template-columns: 1fr;
  }
}
.section--how-we-do-it .service-item,
.services-submenu .service-item,
.section--top:not(.with-subservices) .service-item {
  --horizontalPadding: 2.6rem;
  --footerHeight: 12.8rem;
  --hover-bg-color: var(--brown);
  position: relative;
  overflow: hidden;
  --border-color: #274F37;
  border: 1px solid var(--border-color);
  padding-bottom: var(--footerHeight);
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0.8rem;
}
@media screen and (max-width: 1000px) {
  .section--how-we-do-it .service-item,
  .services-submenu .service-item,
  .section--top:not(.with-subservices) .service-item {
    --footerHeight: 11rem;
    --horizontalPadding: 1.6rem;
  }
}
@media screen and (max-width: 780px) {
  .section--how-we-do-it .service-item,
  .services-submenu .service-item,
  .section--top:not(.with-subservices) .service-item {
    grid-column: span 2;
  }
}
@media screen and (max-width: 780px) and (max-width: 500px) {
  .section--how-we-do-it .service-item,
  .services-submenu .service-item,
  .section--top:not(.with-subservices) .service-item {
    grid-column: auto;
  }
}
@media screen and (max-width: 780px) {
  .section--how-we-do-it .service-item:nth-of-type(3),
  .services-submenu .service-item:nth-of-type(3),
  .section--top:not(.with-subservices) .service-item:nth-of-type(3) {
    grid-column: 2/4;
  }
}
@media screen and (max-width: 780px) and (max-width: 500px) {
  .section--how-we-do-it .service-item:nth-of-type(3),
  .services-submenu .service-item:nth-of-type(3),
  .section--top:not(.with-subservices) .service-item:nth-of-type(3) {
    grid-column: auto;
  }
}
@media screen and (max-width: 780px) {
  .section--how-we-do-it .service-item:hover,
  .services-submenu .service-item:hover,
  .section--top:not(.with-subservices) .service-item:hover {
    background: #FFF7EF;
  }
}
.section--how-we-do-it .service-item:hover .big-arrow,
.services-submenu .service-item:hover .big-arrow,
.section--top:not(.with-subservices) .service-item:hover .big-arrow {
  border-color: #1F3F2F;
  background: transparent;
}
.section--how-we-do-it .service-item:hover .service-item__subcontent p,
.services-submenu .service-item:hover .service-item__subcontent p,
.section--top:not(.with-subservices) .service-item:hover .service-item__subcontent p {
  color: #1F3F2F;
}
.section--how-we-do-it .service-item:hover .hover,
.services-submenu .service-item:hover .hover,
.section--top:not(.with-subservices) .service-item:hover .hover {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  border: 1px solid #C8F564;
}
.section--how-we-do-it .service-item:hover p.subheader, .section--how-we-do-it .service-item:hover .service-item__icon,
.services-submenu .service-item:hover p.subheader,
.services-submenu .service-item:hover .service-item__icon,
.section--top:not(.with-subservices) .service-item:hover p.subheader,
.section--top:not(.with-subservices) .service-item:hover .service-item__icon {
  --icon-color: #A9BAA8;
  --title-color: #A9BAA8;
}
.section--how-we-do-it .service-item:hover p.h3, .section--how-we-do-it .service-item:hover p.subheader,
.services-submenu .service-item:hover p.h3,
.services-submenu .service-item:hover p.subheader,
.section--top:not(.with-subservices) .service-item:hover p.h3,
.section--top:not(.with-subservices) .service-item:hover p.subheader {
  color: #1F3F2F;
}
.section--how-we-do-it .service-item:hover hr,
.services-submenu .service-item:hover hr,
.section--top:not(.with-subservices) .service-item:hover hr {
  border-color: #A9BAA8;
  width: calc(100% + 2.6rem + 2.6rem);
}
.section--how-we-do-it .service-item:hover .service-item__subservices ul li a,
.services-submenu .service-item:hover .service-item__subservices ul li a,
.section--top:not(.with-subservices) .service-item:hover .service-item__subservices ul li a {
  color: #1F3F2F;
}
.section--how-we-do-it .service-item:hover .service-item__subservices ul li a:hover,
.services-submenu .service-item:hover .service-item__subservices ul li a:hover,
.section--top:not(.with-subservices) .service-item:hover .service-item__subservices ul li a:hover {
  color: #C8F564;
}
.section--how-we-do-it .service-item:hover .service-item__subservices ul li a .arrow,
.services-submenu .service-item:hover .service-item__subservices ul li a .arrow,
.section--top:not(.with-subservices) .service-item:hover .service-item__subservices ul li a .arrow {
  color: #A9BAA8;
}
.section--how-we-do-it .service-item:hover .service-item__footer .more .text p,
.services-submenu .service-item:hover .service-item__footer .more .text p,
.section--top:not(.with-subservices) .service-item:hover .service-item__footer .more .text p {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.section--how-we-do-it .service-item__header,
.services-submenu .service-item__header,
.section--top:not(.with-subservices) .service-item__header {
  position: relative;
  z-index: 3;
  display: block;
  text-decoration: none;
  padding: 3.2rem var(--horizontalPadding) 1.6rem var(--horizontalPadding);
}
@media screen and (max-width: 780px) {
  .section--how-we-do-it .service-item__header,
  .services-submenu .service-item__header,
  .section--top:not(.with-subservices) .service-item__header {
    padding-top: 1.6rem;
  }
}
.section--how-we-do-it .service-item__icon,
.services-submenu .service-item__icon,
.section--top:not(.with-subservices) .service-item__icon {
  margin-bottom: 1.6rem;
  --icon-color: $secondaryColor;
  --title-color: $secondaryColor;
  --lord-icon-primary: var(--icon-color);
  --lord-icon-secondary: var(--icon-color);
  color: var(--icon-color);
}
@media screen and (max-width: 780px) {
  .section--how-we-do-it .service-item__icon,
  .services-submenu .service-item__icon,
  .section--top:not(.with-subservices) .service-item__icon {
    margin-bottom: 0.3rem;
  }
}
.section--how-we-do-it .service-item__icon path, .section--how-we-do-it .service-item__icon line, .section--how-we-do-it .service-item__icon circle, .section--how-we-do-it .service-item__icon rect,
.services-submenu .service-item__icon path,
.services-submenu .service-item__icon line,
.services-submenu .service-item__icon circle,
.services-submenu .service-item__icon rect,
.section--top:not(.with-subservices) .service-item__icon path,
.section--top:not(.with-subservices) .service-item__icon line,
.section--top:not(.with-subservices) .service-item__icon circle,
.section--top:not(.with-subservices) .service-item__icon rect {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section--how-we-do-it .service-item p, .section--how-we-do-it .service-item h3,
.services-submenu .service-item p,
.services-submenu .service-item h3,
.section--top:not(.with-subservices) .service-item p,
.section--top:not(.with-subservices) .service-item h3 {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section--how-we-do-it .service-item h3,
.services-submenu .service-item h3,
.section--top:not(.with-subservices) .service-item h3 {
  color: var(--title-color);
}
.section--how-we-do-it .service-item hr,
.services-submenu .service-item hr,
.section--top:not(.with-subservices) .service-item hr {
  width: var(--horizontalPadding);
  height: 0;
  display: block;
  margin: 0.7rem auto 0 calc(var(--horizontalPadding) * -1);
  border-top: 1px solid #274F37;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: none;
}
.section--how-we-do-it .service-item__subcontent,
.services-submenu .service-item__subcontent,
.section--top:not(.with-subservices) .service-item__subcontent {
  position: relative;
  z-index: 3;
  display: block;
  text-decoration: none;
  padding: 0 var(--horizontalPadding);
}
.section--how-we-do-it .service-item__subcontent .inner,
.services-submenu .service-item__subcontent .inner,
.section--top:not(.with-subservices) .service-item__subcontent .inner {
  max-width: 27rem;
}
.section--how-we-do-it .service-item__subcontent p,
.services-submenu .service-item__subcontent p,
.section--top:not(.with-subservices) .service-item__subcontent p {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section--how-we-do-it .service-item__subservices,
.services-submenu .service-item__subservices,
.section--top:not(.with-subservices) .service-item__subservices {
  position: relative;
  z-index: 3;
  display: block;
}
.section--how-we-do-it .service-item__subservices ul,
.services-submenu .service-item__subservices ul,
.section--top:not(.with-subservices) .service-item__subservices ul {
  list-style-type: none;
  margin: 0;
  display: block;
}
.section--how-we-do-it .service-item__subservices li a,
.services-submenu .service-item__subservices li a,
.section--top:not(.with-subservices) .service-item__subservices li a {
  padding: 0.1rem var(--horizontalPadding) 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  color: var(--body-text);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1500px) {
  .section--how-we-do-it .service-item__subservices li a,
  .services-submenu .service-item__subservices li a,
  .section--top:not(.with-subservices) .service-item__subservices li a {
    padding-top: 0.3rem;
  }
}
@media screen and (max-width: 1240px) {
  .section--how-we-do-it .service-item__subservices li a,
  .services-submenu .service-item__subservices li a,
  .section--top:not(.with-subservices) .service-item__subservices li a {
    padding-top: 0.5rem;
    padding-bottom: 0.2rem;
  }
}
.section--how-we-do-it .service-item__subservices li a:hover,
.services-submenu .service-item__subservices li a:hover,
.section--top:not(.with-subservices) .service-item__subservices li a:hover {
  background: #1F3F2F;
  color: #C8F564;
  text-decoration: underline;
}
.section--how-we-do-it .service-item__subservices li a:hover .arrow,
.services-submenu .service-item__subservices li a:hover .arrow,
.section--top:not(.with-subservices) .service-item__subservices li a:hover .arrow {
  -webkit-transform: translateX(0.4rem);
          transform: translateX(0.4rem);
}
@media screen and (max-width: 1500px) {
  .section--how-we-do-it .service-item__subservices li a:hover .arrow,
  .services-submenu .service-item__subservices li a:hover .arrow,
  .section--top:not(.with-subservices) .service-item__subservices li a:hover .arrow {
    -webkit-transform: translateX(0.4rem) translateY(-0.2rem);
            transform: translateX(0.4rem) translateY(-0.2rem);
  }
}
.section--how-we-do-it .service-item__subservices li a .arrow,
.services-submenu .service-item__subservices li a .arrow,
.section--top:not(.with-subservices) .service-item__subservices li a .arrow {
  --color: var(--primary-color);
  color: var(--color);
  font-size: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1500px) {
  .section--how-we-do-it .service-item__subservices li a .arrow,
  .services-submenu .service-item__subservices li a .arrow,
  .section--top:not(.with-subservices) .service-item__subservices li a .arrow {
    -webkit-transform: translateY(-0.2rem);
            transform: translateY(-0.2rem);
  }
}
.section--how-we-do-it .service-item__footer,
.services-submenu .service-item__footer,
.section--top:not(.with-subservices) .service-item__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 2.4rem var(--horizontalPadding);
  z-index: 3;
  text-decoration: none;
  height: var(--footerHeight);
}
.section--how-we-do-it .service-item__footer .more,
.services-submenu .service-item__footer .more,
.section--top:not(.with-subservices) .service-item__footer .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  .section--how-we-do-it .service-item__footer .more,
  .services-submenu .service-item__footer .more,
  .section--top:not(.with-subservices) .service-item__footer .more {
    gap: 1.6rem;
  }
}
@media screen and (max-width: 780px) {
  .section--how-we-do-it .service-item__footer .more,
  .services-submenu .service-item__footer .more,
  .section--top:not(.with-subservices) .service-item__footer .more {
    gap: 0.8rem;
  }
}
.section--how-we-do-it .service-item__footer .more .text p,
.services-submenu .service-item__footer .more .text p,
.section--top:not(.with-subservices) .service-item__footer .more .text p {
  text-transform: uppercase;
  color: #1F3F2F;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  -webkit-transform: translateX(-0.8rem);
          transform: translateX(-0.8rem);
}
@media screen and (max-width: 780px) {
  .section--how-we-do-it .service-item__footer .more .text p,
  .services-submenu .service-item__footer .more .text p,
  .section--top:not(.with-subservices) .service-item__footer .more .text p {
    font-size: 1.4rem;
  }
}
.section--how-we-do-it .service-item .big-arrow,
.services-submenu .service-item .big-arrow,
.section--top:not(.with-subservices) .service-item .big-arrow {
  border: 1px solid transparent;
  position: relative;
  z-index: 2;
}
.section--how-we-do-it .service-item .hover,
.services-submenu .service-item .hover,
.section--top:not(.with-subservices) .service-item .hover {
  position: absolute;
  z-index: 1;
  width: 85rem;
  aspect-ratio: 1/1;
  background: var(--hover-bg-color);
  left: 6.6rem;
  bottom: -78.6rem;
  border-radius: 100rem;
  -webkit-transform: translate(-50%, -50%) scale(0.09);
          transform: translate(-50%, -50%) scale(0.09);
  -webkit-transition: center;
  transition: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1500px) {
  .section--how-we-do-it .service-item .hover,
  .services-submenu .service-item .hover,
  .section--top:not(.with-subservices) .service-item .hover {
    width: 90rem;
    -webkit-transform: translate(-50%, -50%) scale(0.08);
            transform: translate(-50%, -50%) scale(0.08);
    bottom: -83.6rem;
  }
}
@media screen and (max-width: 1000px) {
  .section--how-we-do-it .service-item .hover,
  .services-submenu .service-item .hover,
  .section--top:not(.with-subservices) .service-item .hover {
    left: 4.6rem;
    bottom: -84.6rem;
    -webkit-transform: translate(-50%, -50%) scale(0.06);
            transform: translate(-50%, -50%) scale(0.06);
  }
}
@media screen and (max-width: 780px) {
  .section--how-we-do-it .service-item .hover,
  .services-submenu .service-item .hover,
  .section--top:not(.with-subservices) .service-item .hover {
    display: none;
  }
}

.services-submenu .service-item__icon {
  --icon-color: #D5EFDB;
}

.image-with-gradient-wrap {
  position: relative;
}
.image-with-gradient-wrap img {
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: 0.8rem;
}
.image-with-gradient-wrap:before {
  position: absolute;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  background: #1F3F2F;
  left: 0;
  top: 0;
  mix-blend-mode: color;
}
@media screen and (max-width: 800px) {
  .image-with-gradient-wrap:before {
    height: auto;
    aspect-ratio: 1235/820;
  }
}
.image-with-gradient-wrap:after {
  position: absolute;
  z-index: 3;
  content: "";
  width: 100%;
  height: 100%;
  background: #1F3F2F;
  left: 0;
  top: 0;
  opacity: 0.71;
}
@media screen and (max-width: 800px) {
  .image-with-gradient-wrap:after {
    height: auto;
    aspect-ratio: 1235/820;
  }
}
.image-with-gradient-wrap .gradient {
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 60%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,1f3f2f+100&0+0,0.65+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgb(31, 63, 47)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(31, 63, 47) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#a61f3f2f",GradientType=0 ); /* IE6-9 */
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 800px) {
  .image-with-gradient-wrap .gradient {
    height: auto;
    aspect-ratio: 1235/820;
    bottom: auto;
    top: 0;
  }
}
.image-with-gradient-wrap .inner {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: 1rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 69rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0 1.5rem;
}
@media screen and (max-width: 800px) {
  .image-with-gradient-wrap .inner {
    position: relative;
    padding-bottom: 2rem;
    margin-top: -16rem;
  }
}
@media screen and (max-width: 550px) {
  .image-with-gradient-wrap .inner {
    margin-top: -10rem;
  }
}
.image-with-gradient-wrap .inner p.name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6rem;
  margin: 1.6rem 0;
}
.image-with-gradient-wrap .inner p.name span {
  color: #C8F564;
}
@media screen and (max-width: 750px) {
  .image-with-gradient-wrap .inner .signature {
    max-width: 15rem;
    margin: 0 auto;
  }
}

@media screen and (max-width: 600px) {
  .scroll-text {
    display: none;
  }
}

.text-wrapper {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .text-wrapper {
    display: none;
  }
}
.text-wrapper .text {
  width: auto;
  height: 100%;
  -webkit-transform: translateX(-20%);
          transform: translateX(-20%);
}
.text-wrapper .text svg {
  max-width: initial;
}

.numbers-items {
  display: grid;
  gap: 1.6rem;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1000px) {
  .numbers-items {
    gap: 0.8rem;
  }
}
@media screen and (max-width: 700px) {
  .numbers-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 400px) {
  .numbers-items {
    grid-template-columns: 1fr;
  }
}

.number-item {
  padding: 3.2rem 2.4rem;
  border: 1px solid #274F37;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .number-item {
    padding: 2.4rem 1rem;
  }
}
.number-item__icon {
  margin-bottom: 2.4rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 2.4rem;
  color: #C8F564;
}

.section--references {
  background: #FFF7EF;
  padding: 12rem 0;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .section--references {
    padding: 7rem 0;
  }
}
.section--references p.subheader {
  color: #A9BAA8;
}
.section--references .section__arrow {
  position: relative;
  color: #1F3F2F;
  margin-top: 2.5rem;
  position: static;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  display: inline-block;
}

.references-slider-items {
  padding: 0 19rem;
}
@media screen and (max-width: 1000px) {
  .references-slider-items {
    padding: 0 10rem;
  }
}
@media screen and (max-width: 700px) {
  .references-slider-items {
    padding: 0;
  }
}
.references-slider-items .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.references-slider-items .slick-track .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.references-slider-items .slick-track .slick-slide .inner {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.reference-slide-item {
  text-align: center;
}
.reference-slide-item__text p.h2 {
  color: #1F3F2F;
}
.reference-slide-item__author {
  margin: 1.8rem 0 2.4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.reference-slide-item__author .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.8rem;
          flex: 0 0 2.8rem;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 1.4rem;
}
.reference-slide-item__author .image img {
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reference-slide-item__author p {
  color: #1F3F2F;
}
.reference-slide-item__author p span {
  color: #A9BAA8;
}

@media screen and (max-width: 600px) {
  .section--text-image {
    padding: 3rem 0;
  }
}
.section--text-image.section--in-view .container.container--image-right .left-col {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.section--text-image.section--in-view .container.container--image-right .right-col {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.section--text-image.section--in-view .container.container--image-left .left-col {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.section--text-image.section--in-view .container.container--image-left .right-col {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.section--text-image .container {
  --spacing: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section--text-image .container.container--image-right .left-col {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-right: var(--spacing);
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transform: translateX(-5rem);
  transform: translateX(-5rem);
  opacity: 0;
}
@media screen and (max-width: 1290px) {
  .section--text-image .container.container--image-right .left-col {
    -webkit-transform: translateX(-1.5rem);
    transform: translateX(-1.5rem);
  }
}
@media screen and (max-width: 700px) {
  .section--text-image .container.container--image-right .left-col {
    padding-right: 0;
  }
}
.section--text-image .container.container--image-right .right-col {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transform: translateX(5rem);
  transform: translateX(5rem);
  opacity: 0;
}
@media screen and (max-width: 1290px) {
  .section--text-image .container.container--image-right .right-col {
    -webkit-transform: translateX(1.5rem);
    transform: translateX(1.5rem);
  }
}
.section--text-image .container.container--image-left .left-col {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-left: var(--spacing);
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transform: translateX(5rem);
  transform: translateX(5rem);
  opacity: 0;
}
@media screen and (max-width: 1290px) {
  .section--text-image .container.container--image-left .left-col {
    -webkit-transform: translateX(1.5rem);
    transform: translateX(1.5rem);
  }
}
@media screen and (max-width: 700px) {
  .section--text-image .container.container--image-left .left-col {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 0;
  }
}
.section--text-image .container.container--image-left .right-col {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transform: translateX(-5rem);
  transform: translateX(-5rem);
  opacity: 0;
}
@media screen and (max-width: 1290px) {
  .section--text-image .container.container--image-left .right-col {
    -webkit-transform: translateX(-1.5rem);
    transform: translateX(-1.5rem);
  }
}
@media screen and (max-width: 700px) {
  .section--text-image .container.container--image-left .right-col {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.section--text-image .container .left-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
@media screen and (max-width: 700px) {
  .section--text-image .container .left-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center;
    margin-bottom: 3.5rem;
  }
}
.section--text-image .container .left-col .text {
  max-width: 37rem;
  margin-top: 0.8rem;
}
@media screen and (max-width: 700px) {
  .section--text-image .container .left-col .text {
    margin-left: auto;
    margin-right: auto;
  }
}
.section--text-image .container .left-col .btn {
  margin-top: 4rem;
}
@media screen and (max-width: 700px) {
  .section--text-image .container .left-col .btn {
    margin-top: 2.5rem;
  }
}
.section--text-image .container .right-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 50%;
          flex: 0 50%;
}
@media screen and (max-width: 700px) {
  .section--text-image .container .right-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center;
  }
}
.section--text-image .container .right-col img {
  width: 100%;
  border-radius: 0.8rem;
}

body.error404 {
  padding-top: 0;
}
body.error404 main {
  background-image: url("../images/404-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.section--404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: calc(100svh - var(--adminbar-height, 32px));
  min-height: 40rem;
}
.section--404 .center {
  text-align: center;
  max-width: 56rem;
  padding: 0 1.5rem;
}
.section--404 .center .icon {
  width: 10rem;
  color: #C8F564;
  margin: 0 auto 3.2rem auto;
  stroke-width: 1.5;
  font-size: 0;
}
.section--404 .center .icon svg {
  margin-bottom: 0;
}
.section--404 .center h1 {
  margin-bottom: 0.8rem;
}
.section--404 .center p {
  max-width: 39rem;
  margin-left: auto;
  margin-right: auto;
}
.section--404 .center .btn {
  margin-top: 4rem;
}

.section--heading-text.section--in-view .container .left-col {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.section--heading-text.section--in-view .container .right-col {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.section--heading-text .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section--heading-text .container .left-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 51%;
          flex: 0 0 51%;
  padding-right: 5rem;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transform: translateX(-5rem);
  transform: translateX(-5rem);
  opacity: 0;
}
@media screen and (max-width: 1290px) {
  .section--heading-text .container .left-col {
    -webkit-transform: translateX(-1.5rem);
    transform: translateX(-1.5rem);
  }
}
@media screen and (max-width: 600px) {
  .section--heading-text .container .left-col {
    padding-right: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center;
    margin-bottom: 3rem;
  }
}
.section--heading-text .container .right-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.4rem;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transform: translateX(5rem);
  transform: translateX(5rem);
  opacity: 0;
}
@media screen and (max-width: 1290px) {
  .section--heading-text .container .right-col {
    -webkit-transform: translateX(1.5rem);
    transform: translateX(1.5rem);
  }
}
@media screen and (max-width: 600px) {
  .section--heading-text .container .right-col {
    padding-right: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.icon-heading-text-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media screen and (max-width: 1000px) {
  .icon-heading-text-items {
    gap: 2.5rem;
  }
}
@media screen and (max-width: 700px) {
  .icon-heading-text-items {
    grid-template-columns: 1fr 1fr;
    gap: 4rem 2rem;
  }
}
@media screen and (max-width: 550px) {
  .icon-heading-text-items {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 550px) {
  .icon-heading-text-item {
    text-align: center;
  }
}
.icon-heading-text-item__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 5.6rem;
  aspect-ratio: 1/1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #C8F564;
  font-size: 0;
  border-radius: 2.8rem;
  border: 1px solid #274F37;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 550px) {
  .icon-heading-text-item__icon {
    margin-left: auto;
    margin-right: auto;
  }
}
.icon-heading-text-item .h4 {
  margin-bottom: 0.8rem;
}
.icon-heading-text-item .btn {
  margin-top: 4rem;
}

.icons-with-headline-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
}
@media screen and (max-width: 500px) {
  .icons-with-headline-items {
    grid-template-columns: 1fr 1fr;
  }
}

.icon-with-headline-item__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 5.6rem;
  aspect-ratio: 1/1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #C8F564;
  font-size: 0;
  border-radius: 2.8rem;
  border: 1px solid #274F37;
  margin-bottom: 1.6rem;
}

.contacts-and-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3rem;
  max-width: 37rem;
}
@media screen and (max-width: 740px) {
  .contacts-and-social {
    margin-left: auto;
    margin-right: auto;
  }
}
.contacts-and-social .contacts {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 740px) {
  .contacts-and-social .contacts {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24rem;
            flex: 0 0 24rem;
    margin: 0 auto;
    padding-right: 0;
  }
}
.contacts-and-social .contacts .contact-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #D5EFDB;
}
.contacts-and-social .contacts .contact-item__icon {
  color: #C8F564;
}
.contacts-and-social .contacts .contact-item.contact-item--address {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contacts-and-social .contacts .contact-item.contact-item--address .contact-item__text {
  text-align: left;
}
.contacts-and-social .socials {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5.6rem;
          flex: 0 0 5.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8rem;
}
@media screen and (max-width: 740px) {
  .contacts-and-social .socials {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 2rem;
  }
}
.contacts-and-social .socials .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5.6rem;
  aspect-ratio: 1/1;
  border-radius: 2.8rem;
  border: 1px solid white;
  font-size: 0;
  text-decoration: none;
  color: #1F3F2F;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #C8F564;
}
.contacts-and-social .socials .social:hover {
  background: #C8F564;
  border-color: #C8F564;
  color: #1F3F2F;
}
/*# sourceMappingURL=style.css.map */
