@charset "UTF-8";
/***** FONTS *****/
@font-face {
  font-family: "AeonikPro-Regular";
  font-display: swap;
  src: url("../fonts/AeonikPro-Regular.woff2") format("woff2"), url("../fonts/AeonikPro-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica-Bold";
  font-display: swap;
  src: url("../fonts/Helvetica-Bold.woff2") format("woff2"), url("../fonts/Helvetica-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica-Regular";
  font-display: swap;
  src: url("../fonts/Helvetica-Regular.woff2") format("woff2"), url("../fonts/Helvetica-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica-Light";
  font-display: swap;
  src: url("../fonts/Helvetica-Light.woff2") format("woff2"), url("../fonts/Helvetica-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
/***** GENERAL ELEMENTS *****/
:root {
  --light_green: #a6daff;
  --brunswick_green: #000;
  --deep_emerald: #08014b;
  --sky_blue: #a6daff;
  --cloudy_blue: #ecf1f9;
  --arable_land: #cfb589;
  --white: #fff;
  --black: #000;
  --gray_light: #eceff2;
  --gray_text:#4B5650;
  --gray_line: #ced6df;
  --gradient: linear-gradient(135deg, rgb(8, 1, 75), rgb(0, 0, 0) 60%, rgb(88, 2, 85));
}

html {
  font-size: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
@media (max-width: 1438px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  html {
    font-size: 13px;
  }
}
@media (max-width: 1080px) {
  html {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  html {
    font-size: 16px;
    overflow-x: hidden;
  }
}

body {
  font-family: "Helvetica-Light";
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: var(--gray_text);
  background-color: var(--white);
  margin: 0;
  width: 100%;
  position: relative;
}
@media (max-width: 992px) {
  body {
    overflow-x: hidden;
  }
}
@media (max-width: 680px) {
  body {
    font-size: 0.875rem;
  }
}
body.page-template, body.archive, body.blog, body.single-services, body.single-webinars, body.single-events, body.single-cases {
  width: 100%;
  overflow-x: hidden;
}
body.no-scroll {
  position: fixed;
}

main {
  width: 100%;
  position: relative;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}
@media (max-width: 992px) {
  .container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 680px) {
  .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.md-hidden {
  display: none;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.hidden {
  display: none !important;
}

@media (min-width: 992px) {
  /* Работает в Firefox */
  * {
    scrollbar-width: thin;
    scrollbar-color: var(--color_1) transparent;
  }
  /* Работает в Chrome, Edge и Safari */
  *::-webkit-scrollbar {
    width: 0.3125rem;
    height: 0.1875rem;
  }
  *::-webkit-scrollbar-track {
    background: transparent;
    border-left: 1px solid #d4d7e7;
  }
  *::-webkit-scrollbar-thumb {
    background-color: var(--color_1);
    border-radius: 1.25rem;
  }
  *::-webkit-scrollbar-thumb:hover {
    background-color: #434356;
  }
}
input:-internal-autofill-selected {
  appearance: menulist-button;
  background-image: none !important;
  background-color: transparent !important;
  color: fieldtext !important;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none !important;
}

a:hover,
button:hover {
  transition: 0.3s;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

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

a:active,
a:hover,
a:focus {
  outline: 0;
  color: var(--color_1);
  outline: none;
  outline-offset: 0;
  text-decoration: none;
}

a[role=button] {
  text-decoration: none;
}

figure {
  margin: 0;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

svg,
svg:hover,
path,
polygon {
  transition: 0.05s;
}

svg:not(:root) {
  overflow: hidden;
}

h1,
h2,
h3 {
  font-weight: normal;
  margin: 0;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

mark {
  background: none;
  font-weight: 600;
  color: red;
  margin-left: 0.3125rem;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
  border: 0;
  border-top: 1px solid #f2f2f2;
}

pre {
  overflow: auto;
}

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

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

input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: none;
  outline-offset: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 0.125rem;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

@media (min-width: 280px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 90rem;
  }
}
/*-----buttons----*/
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: content-box;
  gap: 1.25rem;
  min-height: 2.6875rem;
  min-width: 10.125rem;
  padding: 0.75rem 2.5rem;
  border: 0.125rem solid transparent;
  box-sizing: border-box;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  background: transparent;
  cursor: pointer;
}
@media (max-width: 680px) {
  .button {
    font-size: 0.875rem;
    min-height: 41px;
    min-width: 8.4375rem;
    padding: 0.5rem 2rem;
  }
}
.button-green {
  background: var(--gradient);
  color: var(--white);
}
.button-green:hover, .button-green:focus {
  background: var(--deep_emerald);
  color: var(--light_green);
}
.button-green:active {
  background: var(--brunswick_green);
  color: var(--light_green);
}
.button-blue {
  background: var(--sky_blue);
  color: var(--black);
}
.button-blue:hover, .button-blue:focus {
  background: #89c5f1;
  color: var(--black);
}
.button-blue:hover:active, .button-blue:focus:active {
  background: var(--sky_blue);
  color: var(--black);
}
.button-light {
  background: var(--light_green);
  color: var(--deep_emerald);
}
.button-light:hover, .button-light:focus {
  background: #99e7ae;
  color: var(--deep_emerald);
}
.button-light:hover:active, .button-light:focus:active {
  background: var(--light_green);
  color: var(--deep_emerald);
}
.button-black {
  background: var(--deep_emerald);
  color: var(--gray_light);
}
.button-black:hover, .button-black:focus {
  background: var(--deep_emerald);
  color: var(--gray_light);
}
.button-black:active {
  background: var(--deep_emerald);
  color: var(--gray_light);
  border-color: var(--light_green);
}

/*-----title-----*/
.section-title {
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: -0.03em;
}
@media (max-width: 992px) {
  .section-title {
    font-size: 3rem;
  }
}
@media (max-width: 680px) {
  .section-title {
    font-size: 2.5rem;
  }
}
@media (max-width: 480px) {
  .section-title {
    font-size: 2rem;
  }
}

.entry-title {
  font-size: 2rem;
  line-height: 0.95;
}
@media (max-width: 992px) {
  .entry-title {
    font-size: 2.25rem;
  }
}
@media (max-width: 680px) {
  .entry-title {
    font-size: 1.75rem;
  }
}

.post-title {
  font-size: 4.25rem;
  line-height: 0.95;
}

.subtitle {
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .subtitle {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 680px) {
  .subtitle {
    margin-bottom: 1rem;
  }
}

/*-----text-----*/
.text-large {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0;
}
@media (max-width: 992px) {
  .text-large {
    font-size: 1.625rem;
  }
}
@media (max-width: 680px) {
  .text-large {
    font-size: 1.25rem;
  }
}

.text-midle {
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: 0;
}
@media (max-width: 992px) {
  .text-midle {
    font-size: 1.25rem;
  }
}
@media (max-width: 680px) {
  .text-midle {
    font-size: 1.125rem;
  }
}

.text-normal {
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
@media (max-width: 680px) {
  .text-normal {
    font-size: 0.875rem;
  }
}

/***** BLOCKS GLOBAL *****/
/*----header-----*/
header {
  position: fixed;
  z-index: 9998;
  top: 1.875rem;
  left: 0;
  right: 0;
  transition: 0.4s;
}
@media (min-width: 992px) {
  header.sticky {
    top: 0;
    background: var(--white);
    transition: 0.4s;
  }
}
@media (min-width: 992px) {
  header:hover {
    background: var(--white);
    transition: 0.4s;
  }
}
header.active {
  background: var(--white);
}
@media (max-width: 992px) {
  header {
    position: absolute;
    top: 1rem;
  }
}
@media (max-width: 680px) {
  header {
    position: absolute;
    top: 1rem;
  }
}

.header {
  min-height: 4.25rem;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 4.625rem;
}
@media (max-width: 992px) {
  .header {
    min-height: 4rem;
    gap: 0 2rem;
  }
  .header .nav {
    display: none;
  }
  .header .site-bar {
    display: none;
  }
}
@media (max-width: 680px) {
  .header {
    min-height: 2.875rem;
    gap: 0 1.25rem;
  }
}

.logo img {
  width: 13rem;
  height: auto;
}
@media (max-width: 680px) {
  .logo img {
    width: 10rem;
  }
}

.site-bar {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-left: auto;
}
@media (max-width: 992px) {
  .site-bar {
    justify-content: space-between;
  }
}

.lang a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.6875rem;
  height: 2.6875rem;
  border: 1px solid var(--black);
  border-radius: 100%;
  font-size: 1rem;
  line-height: 1;
  color: var(--black);
}
.lang a:hover {
  border-color: var(--brunswick_green);
  color: var(--brunswick_green);
}

.toggle {
  display: none;
}
@media (max-width: 992px) {
  .toggle {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem;
    position: relative;
    padding: 0.25rem 0;
  }
}
.toggle span {
  display: block;
  width: 1.5rem;
  height: 1px;
  background: var(--black);
}
.toggle.active span:nth-child(1),
.toggle.active span:nth-child(2) {
  content: "";
  position: absolute;
  transition: 0.6s;
  top: 0.75rem;
}
.toggle.active span:nth-child(1) {
  transform: rotate(45deg);
}
.toggle.active span:nth-child(2) {
  transform: rotate(-45deg);
}

.toggle-search {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.toggle-search.toggle-search-mob {
  display: none;
}
@media (max-width: 992px) {
  .toggle-search.toggle-search-mob {
    display: flex;
    margin-left: auto;
  }
}
.toggle-search.active {
  opacity: 0;
}
.toggle-search svg {
  width: 1.25rem;
  height: auto;
}
.toggle-search svg circle,
.toggle-search svg path {
  stroke: var(--black);
}
.toggle-search:hover svg circle,
.toggle-search:hover svg path {
  stroke: var(--brunswick_green);
}

.head-search {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border-bottom: 1px solid var(--gray_line);
}
.head-search.active {
  display: flex;
}
.head-search .forma-search {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 1.25rem 0;
}
@media (max-width: 992px) {
  .head-search .forma-search {
    padding: 0.75rem 0;
  }
}
@media (max-width: 680px) {
  .head-search .forma-search {
    padding: 0.375rem 0;
  }
}
.head-search .forma-search.active {
  display: none;
}
.head-search .forma-search svg {
  width: 1.25rem;
  height: auto;
}
.head-search .forma-search svg circle,
.head-search .forma-search svg path {
  stroke: var(--black);
}
.head-search .forma-search .clear {
  width: 1.375rem;
  height: 1.375rem;
  position: relative;
  cursor: pointer;
}
.head-search .forma-search .clear:before, .head-search .forma-search .clear:after {
  content: "";
  display: block;
  width: 1.375rem;
  height: 1px;
  background: #000;
  position: absolute;
  transition: 0.6s;
  top: 0.65rem;
}
.head-search .forma-search .clear:before {
  transform: rotate(45deg);
}
.head-search .forma-search .clear:after {
  transform: rotate(-45deg);
}
.head-search .forma-search .clear:hover:before, .head-search .forma-search .clear:hover:after {
  background-color: var(--brunswick_green);
}
.head-search .forma-search input {
  height: 3rem;
  flex-grow: 1;
  font-size: 1.625rem;
  line-height: 1;
  letter-spacing: 0;
  border: none;
}
@media (max-width: 992px) {
  .head-search .forma-search input {
    font-size: 1.25rem;
    height: 2.5rem;
  }
}
@media (max-width: 680px) {
  .head-search .forma-search input {
    font-size: 1.125rem;
  }
}

/*----------navigation-------------*/
.nav {
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .nav {
    display: block;
    height: calc(100% - 5.5rem);
    overflow-y: auto;
    padding: 0 1rem;
    margin-left: -1rem;
    margin-right: -1rem;
    margin-bottom: 2.5rem;
  }
}
.nav .head-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 1.5rem;
  height: 100%;
}
@media (max-width: 992px) {
  .nav .head-menu {
    display: block;
  }
}
.nav .head-menu li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  height: 100%;
  padding: 0.875rem 1.25rem;
}
@media (max-width: 992px) {
  .nav .head-menu li {
    height: auto;
    padding: 1.25rem 0;
    border-top: 1px solid var(--gray_line);
    gap: 0 1.25rem;
    justify-content: space-between;
  }
}
@media (max-width: 680px) {
  .nav .head-menu li {
    padding: 0.875rem 0;
  }
}
.nav .head-menu li .togg {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
  background-color: var(--gray_line);
  background-image: url(../img/icons/plus.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition: 0.3s;
}
.nav .head-menu li .togg.active {
  background-color: var(--brunswick_green);
  transform: rotate(45deg);
  transition: 0.3s;
}
.nav .head-menu li a {
  font-size: 1.1rem;
  line-height: 1.2;
  color: var(--black);
}
.nav .head-menu li a:hover, .nav .head-menu li a.active {
  color: var(--brunswick_green);
}
@media (max-width: 992px) {
  .nav .head-menu li a {
    font-size: 2.25rem;
  }
}
@media (max-width: 680px) {
  .nav .head-menu li a {
    font-size: 1.75rem;
  }
}
.nav .head-menu li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0 3.75rem;
  padding: 0 3.75rem;
  background-color: var(--white);
  transition: 0.6s;
}
@media (min-width: 992px) {
  .nav .head-menu li .sub-menu {
    max-height: 0px;
    overflow: hidden;
    visibility: hidden;
    z-index: -1;
  }
}
@media (max-width: 992px) {
  .nav .head-menu li .sub-menu {
    width: 100%;
    position: static;
    padding: 0.875rem 0;
    gap: 2.5rem;
    display: none;
  }
  .nav .head-menu li .sub-menu.active {
    display: flex;
  }
}
@media (max-width: 680px) {
  .nav .head-menu li .sub-menu {
    padding: 0.625rem 0;
    gap: 2rem;
  }
}
.nav .head-menu li .sub-menu:before {
  content: "";
  height: 1px;
  background: var(--gray_line);
  position: absolute;
  z-index: 20;
  top: 0;
  left: 3.75rem;
  right: 3.75rem;
  display: block;
}
@media (max-width: 992px) {
  .nav .head-menu li .sub-menu:before {
    display: none;
  }
}
.nav .head-menu li .sub-menu:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: -150%;
  right: -150%;
  background-color: var(--white);
  transition: 0.5s;
}
@media (max-width: 992px) {
  .nav .head-menu li .sub-menu:after {
    display: none;
  }
}
.nav .head-menu li .sub-menu li {
  min-width: calc(33.33% - 3rem);
  width: auto;
  display: block;
  padding: 2.5rem 0;
  position: relative;
  z-index: 10;
}
@media (max-width: 992px) {
  .nav .head-menu li .sub-menu li {
    width: 100%;
    border: none;
    padding: 0;
  }
}
.nav .head-menu li .sub-menu li > a {
  text-transform: uppercase;
  font-size: 1rem;
  color: var(--arable_land);
}
@media (max-width: 992px) {
  .nav .head-menu li .sub-menu li > a {
    font-size: 0.9375rem;
  }
}
@media (max-width: 680px) {
  .nav .head-menu li .sub-menu li > a {
    font-size: 0.875rem;
  }
}
.nav .head-menu li .sub-menu li.recent-li {
  margin-left: auto;
  max-width: 50%;
}
@media (max-width: 992px) {
  .nav .head-menu li .sub-menu li.recent-li {
    max-width: 100%;
  }
}
.nav .head-menu li .sub-menu li.recent-li .posts {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-top: 1.5rem;
}
@media (max-width: 992px) {
  .nav .head-menu li .sub-menu li.recent-li .posts {
    gap: 40px;
  }
}
@media (max-width: 992px) {
  .nav .head-menu li .sub-menu li.recent-li .posts {
    gap: 20px;
  }
}
.nav .head-menu li .sub-menu li.recent-li .posts .insights-post {
  width: calc(50% - 0.75rem);
}
@media (max-width: 992px) {
  .nav .head-menu li .sub-menu li.recent-li .posts .insights-post {
    width: calc(50% - 20px);
  }
}
@media (max-width: 680px) {
  .nav .head-menu li .sub-menu li.recent-li .posts .insights-post {
    width: 100%;
  }
}
.nav .head-menu li .sub-menu li.recent-li .posts .insights-post .link {
  display: none;
}
.nav .head-menu li .sub-menu li.recent-li .posts .insights-post .stiker {
  display: none;
}
.nav .head-menu li .sub-menu li.recent-li .posts .insights-post .image {
  margin-bottom: 0.875rem;
}
.nav .head-menu li .sub-menu li.recent-li .posts .insights-post .image.image-webinar .box-spiker .spiker:last-child .label {
  display: block;
}
.nav .head-menu li .sub-menu li.all {
  padding-top: 0;
}
.nav .head-menu li .sub-menu li.all a {
  text-decoration: underline;
  text-transform: none;
  color: var(--brunswick_green);
}
.nav .head-menu li .sub-menu ul {
  padding: 0;
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 992px) {
  .nav .head-menu li .sub-menu ul {
    margin-top: 1rem;
    gap: 0.875rem;
  }
}
@media (max-width: 680px) {
  .nav .head-menu li .sub-menu ul {
    gap: 0.875rem;
  }
}
.nav .head-menu li .sub-menu ul li {
  width: 100%;
  padding: 0;
}
.nav .head-menu li .sub-menu ul li a {
  text-transform: none;
  font-size: 1.25rem;
  line-height: 1.1;
  letter-spacing: normal;
  color: var(--black);
}
@media (max-width: 992px) {
  .nav .head-menu li .sub-menu ul li a {
    font-size: 1.5rem;
  }
}
@media (max-width: 680px) {
  .nav .head-menu li .sub-menu ul li a {
    font-size: 1.25rem;
  }
}
.nav .head-menu li .sub-menu ul li a:hover {
  color: var(--deep_emerald);
}
.nav .head-menu li.menu-item-190, .nav .head-menu li.menu-item-191 {
  position: relative;
}
.nav .head-menu li.menu-item-190 .sub-menu, .nav .head-menu li.menu-item-191 .sub-menu {
  width: 21.875rem;
  padding: 0 1.25rem;
  border-radius: 0 0 1rem 1rem;
  transition: 0.6s;
}
@media (max-width: 992px) {
  .nav .head-menu li.menu-item-190 .sub-menu, .nav .head-menu li.menu-item-191 .sub-menu {
    width: 100%;
    padding: 0.875rem 0 0;
  }
}
.nav .head-menu li.menu-item-190 .sub-menu:before, .nav .head-menu li.menu-item-191 .sub-menu:before {
  content: "";
  position: absolute;
  top: 0.6rem;
  left: -1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  transform: rotate(-90deg);
  background-image: url(../img/decor/corner.svg);
  background-size: cover;
  background-color: transparent;
}
.nav .head-menu li.menu-item-190 .sub-menu:after, .nav .head-menu li.menu-item-191 .sub-menu:after {
  content: "";
  position: absolute;
  top: 0.6rem;
  right: -1.25rem;
  left: auto;
  width: 1.25rem;
  height: 1.25rem;
  transform: rotate(-180deg);
  background-image: url(../img/decor/corner.svg);
  background-size: cover;
  background-color: transparent;
}
.nav .head-menu li.menu-item-190 .sub-menu > li, .nav .head-menu li.menu-item-191 .sub-menu > li {
  padding: 1.5rem 0;
}
.nav .head-menu li.menu-item-190 .sub-menu .no-link, .nav .head-menu li.menu-item-191 .sub-menu .no-link {
  display: none;
  cursor: default;
}
.nav .head-menu li.menu-item-190 .sub-menu .sub-sub-menu, .nav .head-menu li.menu-item-191 .sub-menu .sub-sub-menu {
  margin-top: 0;
}
.nav .head-menu li.menu-item-190:hover:after, .nav .head-menu li.menu-item-190:hover:before, .nav .head-menu li.menu-item-191:hover:after, .nav .head-menu li.menu-item-191:hover:before {
  top: -1rem;
  transition: 0.1s;
}
@media (min-width: 992px) {
  .nav .head-menu li:hover .sub-menu {
    max-height: 93.75rem;
    transition: 0.6s;
    overflow: visible;
    visibility: visible;
    z-index: 10;
  }
}

.nav-mobile {
  width: 100%;
  position: fixed;
  top: 0;
  left: -100%;
  bottom: 0;
  z-index: 9997;
  background: var(--white);
  padding: 7.5rem 2.5rem 2.5rem;
  display: none;
  transition: 0.4s;
}
@media (max-width: 992px) {
  .nav-mobile {
    display: block;
  }
}
@media (max-width: 680px) {
  .nav-mobile {
    padding: 5rem 2rem 2.5rem;
  }
}
.nav-mobile.active {
  left: 0;
  transition: 0.4s;
}

footer {
  background: var(--gradient);
  color: var(--white);
}
.footer-top {
  padding: 6rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .footer-top {
    padding: 5rem 0;
  }
}
@media (max-width: 680px) {
  .footer-top {
    padding: 3.25rem 0;
  }
}

.footer-bottom {
  padding: 4.6875rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.25rem;
}
@media (max-width: 992px) {
  .footer-bottom {
    gap: 5rem 0;
  }
}
@media (max-width: 680px) {
  .footer-bottom {
    gap: 3.5rem 1.25rem;
  }
}

.widget:nth-child(1) {
  width: 12.75rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.25rem;
}
@media (max-width: 992px) {
  .widget:nth-child(1) {
    width: calc(100% - 31.25rem);
    order: 2;
    gap: 2.5rem 1.25rem;
  }
}
@media (max-width: 680px) {
  .widget:nth-child(1) {
    width: 100%;
    gap: 1rem;
  }
}
.widget:nth-child(2) {
  width: calc(100% - 35rem);
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (max-width: 992px) {
  .widget:nth-child(2) {
    width: 100%;
    order: 3;
  }
}
@media (max-width: 680px) {
  .widget:nth-child(2) {
    width: 100%;
    gap: 2.25rem;
  }
}
.widget:nth-child(3) {
  width: 19.6875rem;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.25rem;
}
@media (max-width: 992px) {
  .widget:nth-child(3) {
    width: 24rem;
    order: 2;
    gap: 2.5rem 1.25rem;
  }
}
@media (max-width: 680px) {
  .widget:nth-child(3) {
    width: 100%;
  }
}
.widget .logo img {
  width: 9.5rem;
  height: auto;
}
@media (max-width: 680px) {
  .widget .logo img {
    width: 12rem;
  }
}

.get {
  width: 40.625rem;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .get {
    order: 1;
    margin-bottom: 3.75rem;
    gap: 2rem;
  }
}
@media (max-width: 680px) {
  .get {
    width: 100%;
    margin-bottom: 3.5rem;
    gap: 1.5rem;
  }
}
.get.get-full {
  width: 100%;
  flex-direction: row;
  gap: 1.5rem;
}
@media (max-width: 680px) {
  .get.get-full {
    flex-direction: column;
    gap: 1rem;
    margin-bottom: -2rem;
  }
}
.get.get-full .time {
  margin-top: 1.5rem;
  text-transform: uppercase;
}
@media (max-width: 680px) {
  .get.get-full .time {
    margin-top: 1rem;
  }
}

.manager {
  width: 30rem;
  aspect-ratio: 480/250;
  background: var(--light_green);
  color: var(--deep_emerald);
  border-radius: 1.25rem;
  padding: 1.25rem;
  display: flex;
  gap: 1.5rem;
}
@media (max-width: 992px) {
  .manager {
    order: 2;
    margin-left: auto;
  }
}
@media (max-width: 680px) {
  .manager {
    width: 100;
    padding: 0.75rem;
    align-items: flex-start;
    gap: 0.8rem;
  }
}
.manager .expert {
  width: 100%;
  justify-content: space-between;
}
.manager .expert .image {
  width: 9.125rem;
  height: 100%;
  border-radius: 1rem;
  position: relative;
  display: flex;
  order: 2;
}
@media (max-width: 680px) {
  .manager .expert .image {
    width: 8.625rem;
    height: auto;
  }
}
.manager .expert .image img {
  height: 100%;
  width: auto;
  aspect-ratio: 100/137;
  object-fit: cover;
}
.manager .expert .image .link {
  background-image: url(../img/decor/link-green.svg);
}
.manager .expert .image .link a svg,
.manager .expert .image .link span svg {
  width: 1rem;
  height: auto;
}
.manager .expert .block {
  width: calc(100% - 10.625rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.5rem;
  order: 1;
}
@media (max-width: 680px) {
  .manager .expert .block {
    width: calc(100% - 9.75rem);
  }
}
@media (max-width: 680px) {
  .manager .expert .block .info {
    margin-bottom: 1rem;
  }
}
.manager .expert .block .info .name {
  font-size: 1.625rem;
  line-height: 1.1;
  letter-spacing: normal;
  margin-bottom: 0.25rem;
}
@media (max-width: 680px) {
  .manager .expert .block .info .name {
    font-size: 1.25rem;
  }
}
.manager .expert .block .info span {
  text-transform: uppercase;
}
@media (max-width: 680px) {
  .manager .expert .block .info span {
    font-size: 0.875rem;
  }
}
@media (max-width: 680px) {
  .manager .expert .block .time {
    font-size: 0.875rem;
  }
}

.social {
  display: flex;
  gap: 0.75rem;
}
.social a {
  width: 2rem;
  height: 2rem;
  border-radius: 0.5rem;
  background: var(--light_green);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 680px) {
  .social a {
    width: 1.75rem;
    height: 1.75rem;
  }
}
.social a svg,
.social a img {
  height: 1rem;
  width: auto;
}
@media (max-width: 680px) {
  .social a svg,
.social a img {
    width: 0.875rem;
  }
}
.social a:hover {
  background: #99e7ae;
}

.footer-nav {
  width: 12.5rem;
  border-top: 1px solid var(--light_green);
}
@media (max-width: 992px) {
  .footer-nav {
    width: calc(33.33% - 1rem);
  }
}
@media (max-width: 680px) {
  .footer-nav {
    width: 100%;
  }
}
.footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}
.footer-nav ul li {
  margin-bottom: 1rem;
}
.footer-nav ul li:last-child {
  margin-bottom: 0;
}
.footer-nav ul li a {
  font-size: 1rem;
  line-height: 1.2;
}
@media (max-width: 680px) {
  .footer-nav ul li a {
    font-size: 0.875rem;
  }
}
.footer-nav ul li a:hover {
  color: #99e7ae;
}

.search-block {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--brunswick_green);
}
.search-block button {
  width: 2rem;
  height: 2rem;
  border: none;
  background: transparent;
}
.search-block button img,
.search-block button svg {
  width: 1.5rem;
  height: auto;
}
.search-block button:hover svg path,
.search-block button:hover svg circle {
  stroke: var(--light_green);
}
.search-block input {
  width: calc(100% - 2rem);
  height: 3rem;
  border: none;
  background: transparent;
  font-size: 1.625rem;
  line-height: 1.1;
  letter-spacing: normal;
  color: var(--light_green);
}
@media (max-width: 680px) {
  .search-block input {
    font-size: 1.125rem;
  }
}
.search-block input::-webkit-input-placeholder {
  color: var(--brunswick_green);
}
.search-block input::-moz-placeholder {
  color: var(--brunswick_green);
}
.search-block input:-ms-input-placeholder {
  color: var(--brunswick_green);
}
.search-block input:-moz-placeholder {
  color: var(--brunswick_green);
}
.search-block input:focus::-webkit-input-placeholder {
  color: transparent;
}
.search-block input:focus::-moz-placeholder {
  color: transparent;
}
.search-block input:focus:-ms-input-placeholder {
  color: transparent;
}
.search-block input:focus:-moz-placeholder {
  color: transparent;
}

.footer-logos {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}
.footer-logos img {
  height: 2rem;
  width: auto;
}

/*------ accordion ------*/
.accordion {
  margin-top: 2.5rem;
}
@media (max-width: 680px) {
  .accordion {
    margin-top: 1.5rem;
  }
}
.accordion .accordion-box {
  border-top: 1px solid var(--brunswick_green);
}
.accordion .accordion-box .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.75rem 0;
  color: var(--brunswick_green);
}
.accordion .accordion-box .top:after {
  content: "";
  width: 0.875rem;
  height: 0.875rem;
  background-image: url(../img/icons/plus-green.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.accordion .accordion-box .accordion-body {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s ease-out;
  box-sizing: border-box;
}
.accordion .accordion-box .accordion-body .block {
  padding-bottom: 1.25rem;
}
.accordion .accordion-box .accordion-body .block .text {
  max-width: 13.0625rem;
  font-size: 0.875rem;
}
.accordion .accordion-box.active .top:after {
  background-image: url(../img/icons/minus-green.svg);
}

.swiper-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  position: absolute;
  z-index: 100;
  top: -4rem;
  right: 0;
}
@media (max-width: 680px) {
  .swiper-nav {
    top: -4.5rem;
  }
}

.swiper-button-next,
.swiper-button-prev {
  position: static;
  top: 0;
  width: 2rem;
  height: 2rem;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
}
@media (max-width: 680px) {
  .swiper-button-next,
.swiper-button-prev {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.swiper-button-next svg,
.swiper-button-prev svg {
  width: 1.5rem;
  height: auto;
}
@media (max-width: 680px) {
  .swiper-button-next svg,
.swiper-button-prev svg {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.swiper-button-next svg path,
.swiper-button-prev svg path {
  stroke: var(--gray_text);
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  color: var(--brunswick_green);
}
.swiper-button-next:hover svg path,
.swiper-button-prev:hover svg path {
  stroke: var(--brunswick_green);
}

.swiper-button-prev {
  transform: rotate(180deg);
}

.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-pagination {
  display: none;
}
@media (max-width: 992px) {
  .swiper-pagination {
    display: block;
    bottom: 0 !important;
  }
}

.swiper-pagination-bullet-active {
  background: #2c3345;
}

.swiper-button-lock {
  display: none;
}

/*-----form-----*/
.forma {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem 2.25rem;
}
@media (max-width: 680px) {
  .forma {
    gap: 20px 24px;
  }
}
.forma label {
  display: block;
}
.forma .wide-row {
  width: 100%;
  position: relative;
}
.forma .wide-50 {
  width: calc(50% - 1.125rem);
  position: relative;
}
@media (max-width: 680px) {
  .forma .wide-50 {
    width: calc(50% - 12px);
  }
}
@media (max-width: 480px) {
  .forma .wide-50 {
    width: 100%;
  }
}
.forma input {
  border: none;
  border-bottom: 1px solid rgba(14, 56, 56, 0.2);
  background-color: transparent;
  width: 100%;
  height: 3rem;
  padding: 1rem 0;
  font-size: 1rem;
  line-height: 1;
  color: var(--deep_emerald);
  box-shadow: none;
  margin: 0;
}
.forma input:focus {
  border-color: rgb(14, 56, 56);
}
.forma input.wpcf7-not-valid {
  border-color: #e24522;
}
.forma textarea {
  border: 1px solid #f0f2f5;
  background-color: #fff;
  border-radius: 0.5rem;
  width: 100%;
  height: 6.5rem;
  padding: 1rem;
  font-size: 1rem;
  line-height: 1;
  color: var(--deep_emerald);
  box-shadow: none;
}
.forma input[type=number]::-webkit-inner-spin-button,
.forma input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.forma .acept {
  width: 100%;
  text-align: center;
  font-size: 1rem;
  margin-top: 0.625rem;
  margin-left: auto;
}
@media (max-width: 680px) {
  .forma .acept {
    width: 100%;
    font-size: 0.9rem;
    margin-top: 0;
  }
}
.forma .acept a {
  text-decoration: underline;
  display: block;
}
.forma .acept a:hover {
  text-decoration: none;
}
.forma .danger {
  text-align: right;
  color: #e24522;
  font-size: 0.75rem;
  position: absolute;
  right: 0.3125rem;
  bottom: 0;
}
.forma .danger:nth-child(4), .forma .danger:nth-child(5) {
  display: none;
}

input::-webkit-input-placeholder {
  color: var(--deep_emerald);
}

input::-moz-placeholder {
  color: var(--deep_emerald);
}

input:-moz-placeholder {
  color: var(--deep_emerald);
}

input:-ms-input-placeholder {
  color: var(--deep_emerald);
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

:focus:-moz-placeholder {
  color: transparent;
}

:focus:-ms-input-placeholder {
  color: transparent;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  display: none;
}

.wpcf7-not-valid-tip {
  color: #e24522;
  font-size: 0.75rem;
  font-weight: normal;
  display: block;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0;
}

.agreement-check {
  display: flex;
  gap: 1rem;
  font-size: 1rem;
  color: rgba(14, 56, 56, 0.7);
}
.agreement-check a:hover {
  color: var(--deep_emerald);
}
.agreement-check p {
  margin: 0;
}

.wpcf7-acceptance label > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.wpcf7-acceptance label > span.wpcf7-list-item-label {
  display: inline-flex;
  align-items: flex-start;
  position: relative;
}

.wpcf7-acceptance label > span.wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid rgba(14, 56, 56, 0.7);
  margin-top: 0.125rem;
  border-radius: 0.125rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 65% 65%;
  cursor: pointer;
}

.wpcf7-acceptance label > input:not(:disabled):not(:checked) + span.wpcf7-list-item-label:hover::before {
  border-color: var(--deep_emerald);
}

.wpcf7-acceptance label > input:checked + span.wpcf7-list-item-label::before {
  border-color: var(--deep_emerald);
  background-color: var(--deep_emerald);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11 1.0625L4.125 7.9375L1 4.8125' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
}

/* стили для чекбокса, находящегося в состоянии disabled */
.wpcf7-acceptance label > input:disabled + span.wpcf7-list-item-label::before {
  background-color: #e9ecef;
}

.screen-reader-response,
.wpcf7-response-output {
  display: none !important;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  width: 100%;
  height: 3rem;
  padding: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container--default .select2-selection--single {
  border: none;
  border-bottom: 1px solid rgba(14, 56, 56, 0.2);
  background-color: transparent;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 1rem;
  line-height: 1;
  color: var(--gray_text);
  padding: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: flex;
  width: 1.125rem;
  height: 1.125rem;
  margin-left: auto;
  background-image: url(../img/icons/down.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: 0.4s;
  position: relative;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  transform: rotate(180deg);
  transition: 0.4s;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid rgb(240, 242, 245);
  border-radius: 0.5rem;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
  overflow: hidden;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 16.25rem;
  overflow-y: auto;
}

.select2-results__option {
  padding: 0.5rem 1rem;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #fff;
  color: var(--brunswick_green);
}

.select2-container--default .select2-results__option--selected {
  background-color: #fff;
  color: var(--brunswick_green);
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: var(--gray_light);
  color: var(--brunswick_green);
}

.select2-container--open {
  z-index: 99999;
}

.drop {
  position: relative;
}

/*------ modal ------*/
.state {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.state.active {
  visibility: visible;
  opacity: 1;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(1px);
}

.state-box {
  width: 63.125rem;
  max-width: 96%;
  max-height: 96%;
  height: auto;
  overflow-y: auto;
  background: #ffffff;
  border-radius: 1rem;
  position: relative;
  padding: 2.5rem;
}
@media (max-width: 992px) {
  .state-box {
    padding: 2rem;
  }
}
@media (max-width: 680px) {
  .state-box {
    padding: 2rem 1.25rem;
  }
}
.state-box .close {
  position: absolute;
  top: 1.5rem;
  right: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
}
@media (max-width: 30rem) {
  .state-box .close {
    top: 1.5rem;
    right: 1rem;
  }
}
.state-box .close:before, .state-box .close:after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1px;
  background: #000;
  position: absolute;
  transition: 0.6s;
  top: 0.3rem;
}
.state-box .close:before {
  transform: rotate(45deg);
}
.state-box .close:after {
  transform: rotate(-45deg);
}
.state-box .close:hover:before, .state-box .close:hover:after {
  background-color: var(--brunswick_green);
}

.to-state {
  cursor: pointer;
}

.pagination {
  width: 100%;
}
.pagination .screen-reader-text {
  display: none;
}
.pagination .nav-links {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 0.75rem;
}
.pagination .nav-links .prev,
.pagination .nav-links .next {
  display: none;
}
.pagination .nav-links .page-numbers {
  color: var(--gray_text);
  font-size: 1rem;
}
.pagination .nav-links .current {
  color: var(--brunswick_green);
}
.pagination .nav-links a:hover {
  color: var(--brunswick_green);
}

.tags {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
@media (max-width: 992px) {
  .tags {
    margin-top: 14px;
  }
}
@media (max-width: 680px) {
  .tags {
    margin-top: 12px;
  }
}
.tags .item {
  min-height: 1.75rem;
  padding: 0.25rem 0.6rem;
  border-radius: 0.25rem;
  background-color: var(--cloudy_blue);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media (max-width: 992px) {
  .tags .item {
    font-size: 12px;
  }
}
.tags a:hover {
  background-color: var(--sky_blue);
}

.author {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.author .avatar {
  min-width: 4.375rem;
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .author .avatar {
    min-width: 60px;
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 680px) {
  .author .avatar {
    min-width: 54px;
    width: 54px;
    height: 54px;
  }
}
.author .avatar img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.author .name {
  margin-bottom: 0.25rem;
  color: var(--black);
}

.expert {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (max-width: 992px) {
  .expert {
    gap: 1rem;
  }
}
.expert .block {
  width: calc(100% - 12rem);
  color: var(--deep_emerald);
}
@media (max-width: 380px) {
  .expert .block {
    width: 100%;
  }
}
.expert .block .name {
  margin-bottom: 0.3125rem;
}
.expert .block .position {
  text-transform: uppercase;
}
.expert .image {
  position: relative;
}
.expert .image .link {
  width: 3.125rem;
  height: 3.125rem;
  background-image: url(../img/decor/link-blue.svg);
  background-size: contain;
  position: absolute;
  bottom: -1px;
  left: -1px;
  z-index: 10;
  display: flex;
  align-items: flex-end;
}
.expert .image .link a {
  width: 2.3125rem;
  height: 2.3125rem;
  border-radius: 0.375rem;
  background: var(--deep_emerald);
  color: var(--gray_light);
  display: flex;
  align-items: center;
  justify-content: center;
}
.expert .image .link a:hover, .expert .image .link a:focus {
  background: var(--deep_emerald);
  color: var(--gray_light);
}
.expert .image .link a:active {
  background: var(--deep_emerald);
  color: var(--gray_light);
  border-color: var(--light_green);
}
.expert .image .link a img,
.expert .image .link a svg {
  width: 1.5rem;
  height: auto;
}
.expert .image img {
  width: 10.5rem;
  height: auto;
  border-radius: 0.75rem;
}
@media (max-width: 680px) {
  .expert .image img {
    width: 138px;
  }
}
.expert .text {
  width: 100%;
  margin-top: 1rem;
}

.share {
  display: flex;
  gap: 1rem;
}
@media (max-width: 992px) {
  .share {
    gap: 14px;
  }
}
.share a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 100%;
  background-color: var(--gray_text);
}
@media (max-width: 680px) {
  .share a {
    width: 2.375rem;
    height: 2.375rem;
  }
}
.share a:hover {
  background-color: var(--black);
}
.share a img {
  width: 1.575rem;
  height: auto;
}
@media (max-width: 680px) {
  .share a img {
    width: 1.375rem;
  }
}

.guide {
  width: calc(33.33% - 1.5rem);
}
@media (max-width: 992px) {
  .guide {
    width: calc(50% - 1rem);
  }
}
@media (max-width: 680px) {
  .guide {
    width: 100%;
  }
}
.guide .image {
  width: 100%;
  position: relative;
  margin-bottom: 1.25rem;
  border-radius: 0.5rem;
  overflow: hidden;
  display: block;
}
@media (max-width: 992px) {
  .guide .image {
    margin-bottom: 1rem;
  }
}
.guide .image img {
  width: 100%;
  aspect-ratio: 415/250;
  object-fit: cover;
  border-radius: 0.5rem;
  position: relative;
  z-index: 1;
}
.guide .title {
  color: var(--brunswick_green);
  display: block;
}
.guide .stiker {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--deep_emerald);
  border-radius: 0.5rem 0 0 0;
}
.guide .stiker:before {
  content: "";
  position: absolute;
  bottom: -0.02rem;
  left: -1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  transform: rotate(0deg);
  background-size: cover;
}
.guide .stiker:after {
  content: "";
  position: absolute;
  right: -0.02rem;
  top: -1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  transform: rotate(0deg);
  background-size: cover;
}
.guide .stiker.blue {
  background-color: var(--sky_blue);
}
.guide .stiker.blue:before {
  background-image: url(../img/decor/corner-blue.svg);
}
.guide .stiker.blue:after {
  background-image: url(../img/decor/corner-blue.svg);
}
.guide .stiker.green {
  background-color: var(--light_green);
}
.guide .stiker.green:before {
  background-image: url(../img/decor/corner-green.svg);
}
.guide .stiker.green:after {
  background-image: url(../img/decor/corner-green.svg);
}
.guide .stiker.bronze {
  background-color: var(--arable_land);
}
.guide .stiker.bronze:before {
  background-image: url(../img/decor/corner-bronze.svg);
}
.guide .stiker.bronze:after {
  background-image: url(../img/decor/corner-bronze.svg);
}

.post {
  width: calc(33.33% - 1.5rem);
}
@media (max-width: 992px) {
  .post {
    width: calc(50% - 1rem);
  }
}
@media (max-width: 540px) {
  .post {
    width: 100%;
  }
}
.post .image {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 1.25rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media (max-width: 992px) {
  .post .image {
    margin-bottom: 1rem;
  }
}
@media (max-width: 680px) {
  .post .image {
    margin-bottom: 14px;
  }
}
.post .image img {
  width: 100%;
  aspect-ratio: 415/250;
  object-fit: cover;
  border-radius: 0.5rem;
  position: relative;
  z-index: 1;
}
.post .title {
  display: block;
  color: var(--brunswick_green);
  margin-bottom: 1rem;
}
@media (max-width: 992px) {
  .post .title {
    margin-bottom: 14px;
  }
}
@media (max-width: 680px) {
  .post .title {
    margin-bottom: 12px;
  }
}

.date {
  margin-top: 2rem;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .date {
    font-size: 0.9375rem;
    margin-top: 1.5rem;
  }
}
@media (max-width: 680px) {
  .date {
    margin-top: 20px;
  }
}

.post-webinar {
  width: calc(33.33% - 1.6875rem);
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .post-webinar {
    width: calc(50% - 1rem);
  }
}
@media (max-width: 680px) {
  .post-webinar {
    width: 100%;
  }
}
.post-webinar .title {
  display: block;
  color: var(--brunswick_green);
  margin-bottom: 1.25rem;
}
@media (max-width: 992px) {
  .post-webinar .title {
    margin-bottom: 20px;
  }
}
@media (max-width: 680px) {
  .post-webinar .title {
    margin-bottom: 16px;
  }
}
.post-webinar .date {
  text-transform: none;
  margin: 0;
  margin-top: auto;
}

.image-webinar {
  display: flex;
  padding: 0.625rem;
  gap: 0.625rem;
  aspect-ratio: 412/270;
  border-radius: 0.5rem;
  overflow: hidden;
  margin-bottom: 1.25rem;
  position: relative;
}
@media (max-width: 992px) {
  .image-webinar {
    margin-bottom: 14px;
  }
}
@media (max-width: 680px) {
  .image-webinar {
    margin-bottom: 12px;
  }
}
.image-webinar .title {
  letter-spacing: -0.025em;
  margin-bottom: 0;
}
.image-webinar .webinar-logo {
  height: 3.25rem;
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  background: #fff;
  border-radius: 0 0 0.5rem 0;
  position: absolute;
  z-index: 10;
  top: -1px;
  left: -1px;
}
@media (max-width: 992px) {
  .image-webinar .webinar-logo {
    height: 2.5rem;
  }
}
.image-webinar .webinar-logo:before {
  content: "";
  position: absolute;
  bottom: -1.15rem;
  left: 0rem;
  width: 1.25rem;
  height: 1.25rem;
  transform: rotate(180deg);
  background-image: url(../img/decor/corner.svg);
  background-size: cover;
}
.image-webinar .webinar-logo:after {
  content: "";
  position: absolute;
  top: 0rem;
  right: -1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  transform: rotate(180deg);
  background-image: url(../img/decor/corner.svg);
  background-size: cover;
}
.image-webinar .webinar-logo img {
  height: 1.8rem;
  width: auto;
}
@media (max-width: 992px) {
  .image-webinar .webinar-logo img {
    height: 1.5rem;
  }
}
.image-webinar .box {
  width: calc(50% - 0.3125rem);
  padding-left: 0.625rem;
  padding-bottom: 0.625rem;
  gap: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.image-webinar .box .access {
  font-size: 0.6rem;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 0.25rem;
  letter-spacing: -0.025em;
}
.image-webinar .box .time {
  font-size: 0.875rem;
  line-height: 1;
}
.image-webinar .box-spiker {
  width: calc(50% - 0.3125rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.625rem;
}
.image-webinar .box-spiker .spiker {
  flex-grow: 1;
  max-height: 100%;
  position: relative;
}
.image-webinar .box-spiker .spiker.spiker-2 {
  max-height: calc(50% - 0.3125rem);
}
.image-webinar .box-spiker img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
}
.image-webinar .box-spiker .label {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  max-width: 80%;
  border-radius: 0.5rem 0 0 0;
  padding: 0.5rem;
  background: #fff;
  font-size: 0.5rem;
  line-height: 0.95;
  color: var(--deep_emerald);
}

article h2,
article h3,
article h4,
article h5 {
  margin: 1.6em 0 0.8em;
  width: 100%;
  color: var(--brunswick_green);
  font-weight: normal;
}
article h2:first-child,
article h3:first-child,
article h4:first-child,
article h5:first-child {
  margin-top: 0;
}
article h2:last-child,
article h3:last-child,
article h4:last-child,
article h5:last-child {
  margin-bottom: 0;
}
article h2 {
  font-size: 3rem;
  line-height: 0.95;
  letter-spacing: -0.02em;
}
@media (max-width: 992px) {
  article h2 {
    font-size: 2.25rem;
  }
}
@media (max-width: 680px) {
  article h2 {
    font-size: 1.75rem;
  }
}
article h3 {
  font-size: 2rem;
  line-height: 0.95;
  letter-spacing: 0;
}
@media (max-width: 992px) {
  article h3 {
    font-size: 1.625rem;
  }
}
@media (max-width: 680px) {
  article h3 {
    font-size: 1.25rem;
  }
}
article h4 {
  font-size: 1.5rem;
  line-height: 0.95;
}
@media (max-width: 992px) {
  article h4 {
    font-size: 1rem;
  }
}
@media (max-width: 680px) {
  article h4 {
    font-size: 1rem;
  }
}
article p {
  margin: 1.2em 0;
  font-size: 1.125rem;
  line-height: 1.3;
  letter-spacing: 0;
  color: var(--black);
}
@media (max-width: 992px) {
  article p {
    font-size: 1rem;
  }
}
@media (max-width: 680px) {
  article p {
    font-size: 0.9375rem;
  }
}
article p:first-child {
  margin-top: 0;
}
article p:last-child {
  margin-bottom: 0;
}
article .has-medium-font-size {
  font-size: 1.625rem !important;
  line-height: 1.1;
  letter-spacing: 0;
}
@media (max-width: 992px) {
  article .has-medium-font-size {
    font-size: 1.25rem !important;
  }
}
@media (max-width: 680px) {
  article .has-medium-font-size {
    font-size: 1.125rem !important;
  }
}
article b,
article strong {
  font-weight: 600;
}
article a {
  color: var(--brunswick_green);
}
article a:hover {
  color: var(--black);
}
article .wp-block-image {
  margin: 3rem 0;
}
@media (max-width: 992px) {
  article .wp-block-image {
    margin: 1.5rem 0;
  }
}
@media (max-width: 680px) {
  article .wp-block-image {
    margin: 1.25rem 0;
  }
}
article .wp-block-image:first-child {
  margin-top: 0;
}
article .wp-block-image:last-child {
  margin-bottom: 0;
}
article .wp-block-image img {
  border-radius: 1rem;
}
@media (max-width: 992px) {
  article .wp-block-image img {
    border-radius: 0.75rem;
  }
}
@media (max-width: 680px) {
  article .wp-block-image img {
    border-radius: 0.5rem;
  }
}
article .wp-element-caption {
  margin-top: 1rem;
  font-size: 1rem;
}
@media (max-width: 992px) {
  article .wp-element-caption {
    font-size: 1rem;
  }
}
@media (max-width: 680px) {
  article .wp-element-caption {
    font-size: 14px;
  }
}
article ul {
  list-style: none;
  padding: 0;
  margin: 1.2em 0;
  width: 100%;
}
article ul:first-child {
  margin-top: 0;
}
article ul:last-child {
  margin-bottom: 0;
}
article ul li {
  margin: 0.9em 0;
  position: relative;
  font-size: 1.125rem;
  line-height: 1.3;
  letter-spacing: 0;
  color: var(--black);
  padding-left: 2rem;
}
@media (max-width: 992px) {
  article ul li {
    font-size: 1rem;
    padding-left: 1.5rem;
  }
}
@media (max-width: 680px) {
  article ul li {
    font-size: 0.9375rem;
  }
}
article ul li:before {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  background: var(--brunswick_green);
  border-radius: 0.125rem;
  position: absolute;
  left: 0;
  top: 0.5rem;
}
@media (max-width: 992px) {
  article ul li:before {
    width: 0.57rem;
    height: 0.57rem;
    top: 0.4rem;
  }
}
@media (max-width: 680px) {
  article ul li:before {
    width: 0.5rem;
    height: 0.5rem;
    top: 0.35rem;
  }
}
article ul li:first-child {
  margin-top: 0;
}
article ul li:last-child {
  margin-bottom: 0;
}
article ol {
  padding: 0 0 0 1.75rem;
  margin: 1.2em 0;
  width: 100%;
  list-style-type: decimal-leading-zero;
}
article ol:first-child {
  margin-top: 0;
}
article ol:last-child {
  margin-bottom: 0;
}
article ol li {
  counter-increment: listCounter;
  padding-left: 0.3125rem;
  margin: 0.9em 0;
  font-size: 1.125rem;
  line-height: 1.3;
  letter-spacing: 0;
  color: var(--black);
  position: relative;
}
@media (max-width: 992px) {
  article ol li {
    font-size: 1rem;
  }
}
@media (max-width: 680px) {
  article ol li {
    font-size: 0.9375rem;
  }
}
article ol li:first-child {
  margin-top: 0;
}
article ol li:last-child {
  margin-bottom: 0;
}
article ol li::marker {
  color: inherit;
  margin-top: 0.3125rem;
  text-align: left;
}
article blockquote {
  padding: 1.25rem 1.5rem;
  margin: 3rem 0;
  border-left: 1px solid var(--gray_line);
}
article blockquote:first-child {
  margin-top: 0;
}
article blockquote:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  article blockquote {
    margin: 1.5rem 0;
    padding: 0.875rem 1.25rem;
  }
}
@media (max-width: 680px) {
  article blockquote {
    margin: 1.25rem 0;
    padding: 0.75rem 1rem;
  }
}
article blockquote p {
  font-size: 1.625rem;
  line-height: 1.1;
  letter-spacing: 0;
  color: var(--gray_text);
}
@media (max-width: 992px) {
  article blockquote p {
    font-size: 1.625rem;
  }
}
@media (max-width: 680px) {
  article blockquote p {
    font-size: 1.25rem;
  }
}

.quote-author {
  margin-top: 3rem;
}
@media (max-width: 992px) {
  .quote-author {
    margin-top: 2.25rem;
  }
}
@media (max-width: 680px) {
  .quote-author {
    margin-top: 1.75rem;
  }
}

.blue-block {
  margin: 3rem 0;
  padding: 1.875rem;
  border-radius: 1.25rem;
  background-color: var(--cloudy_blue);
}
@media (max-width: 992px) {
  .blue-block {
    margin: 2.25rem 0;
    padding: 1.5rem;
  }
}
@media (max-width: 680px) {
  .blue-block {
    margin: 1.75rem 0;
    padding: 1.25rem;
  }
}
.blue-block:first-child {
  margin-top: 0;
}
.blue-block:last-child {
  margin-bottom: 0;
}

.list-icons {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 2rem 0;
}
@media (max-width: 992px) {
  .list-icons {
    gap: 1.5rem;
    margin: 1.5rem 0;
  }
}
@media (max-width: 680px) {
  .list-icons {
    gap: 1.25rem;
    margin: 1.25rem 0;
  }
}
.list-icons .item {
  display: flex;
  gap: 1.25rem;
}
@media (max-width: 992px) {
  .list-icons .item {
    gap: 1rem;
  }
}
@media (max-width: 680px) {
  .list-icons .item {
    gap: 0.875rem;
  }
}
.list-icons .item .ico {
  width: 3.125rem;
}
@media (max-width: 992px) {
  .list-icons .item .ico {
    width: 3rem;
  }
}
@media (max-width: 680px) {
  .list-icons .item .ico {
    width: 2.5rem;
  }
}
.list-icons .item .ico img {
  width: 100%;
  border-radius: 0.5rem;
}
.list-icons .item .block {
  width: calc(100% - 5.125rem);
}
@media (max-width: 992px) {
  .list-icons .item .block {
    width: calc(100% - 4rem);
  }
}
@media (max-width: 680px) {
  .list-icons .item .block {
    width: calc(100% - 3.375rem);
  }
}
.list-icons .item .block .title {
  color: var(--black);
  margin-bottom: 0.5rem;
}
@media (max-width: 992px) {
  .list-icons .item .block .title {
    margin-bottom: 0.375rem;
  }
}
@media (max-width: 680px) {
  .list-icons .item .block .title {
    margin-bottom: 0.25rem;
  }
}
.list-icons .item .block .subtitle {
  font-size: 1.125rem;
  line-height: 1.3;
  color: var(--gray_text);
  margin-bottom: 1rem;
}
@media (max-width: 992px) {
  .list-icons .item .block .subtitle {
    font-size: 1rem;
    margin-bottom: 0.375rem;
  }
}
@media (max-width: 680px) {
  .list-icons .item .block .subtitle {
    font-size: 0.9375rem;
    margin-bottom: 0.75rem;
  }
}

.single-webinars article p,
.single-webinars article ul li,
.single-events article p,
.single-events article ul li {
  font-size: 1.625rem;
  line-height: 1.1;
  letter-spacing: 0;
  color: var(--gray_text);
}
@media (max-width: 992px) {
  .single-webinars article p,
.single-webinars article ul li,
.single-events article p,
.single-events article ul li {
    font-size: 1.25rem;
  }
}
@media (max-width: 680px) {
  .single-webinars article p,
.single-webinars article ul li,
.single-events article p,
.single-events article ul li {
    font-size: 1.125rem;
  }
}

.new-post .date {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .new-post .date {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 680px) {
  .new-post .date {
    margin-bottom: 1rem;
  }
}
.new-post .entry-title {
  margin-bottom: 3rem;
  color: var(--brunswick_green);
}
@media (max-width: 992px) {
  .new-post .entry-title {
    margin-bottom: 2.25rem;
  }
}
@media (max-width: 680px) {
  .new-post .entry-title {
    margin-bottom: 1.75rem;
  }
}
.new-post article h2,
.new-post article h3 {
  font-size: 1.625rem;
  line-height: 1.1;
  color: var(--black);
}
@media (max-width: 992px) {
  .new-post article h2,
.new-post article h3 {
    font-size: 1.25rem;
  }
}
@media (max-width: 680px) {
  .new-post article h2,
.new-post article h3 {
    font-size: 1.125rem;
  }
}
.new-post article h4 {
  font-size: 1rem;
  line-height: 1.1;
  color: var(--black);
  font-weight: 0;
}
@media (max-width: 992px) {
  .new-post article h4 {
    font-size: 1rem;
  }
}
@media (max-width: 680px) {
  .new-post article h4 {
    font-size: 0.875rem;
  }
}
.new-post article p {
  margin: 1em 0;
  font-size: 1rem;
  line-height: 1.2;
}
@media (max-width: 992px) {
  .new-post article p {
    font-size: 1rem;
  }
}
@media (max-width: 680px) {
  .new-post article p {
    font-size: 0.875rem;
  }
}
.new-post article p:first-child {
  margin-top: 0;
}
.new-post article p:last-child {
  margin-bottom: 0;
}
.new-post article a {
  text-decoration: underline;
}
.new-post article a:hover {
  text-decoration: none;
}
.new-post article ul li,
.new-post article ol li {
  font-size: 1rem;
  line-height: 1.2;
}
@media (max-width: 992px) {
  .new-post article ul li,
.new-post article ol li {
    font-size: 1rem;
  }
}
@media (max-width: 680px) {
  .new-post article ul li,
.new-post article ol li {
    font-size: 0.875rem;
  }
}
.new-post article blockquote p {
  font-size: 1.625rem;
  line-height: 1.1;
  letter-spacing: 0;
  color: var(--brunswick_green);
}
@media (max-width: 992px) {
  .new-post article blockquote p {
    font-size: 1.25rem;
  }
}
@media (max-width: 680px) {
  .new-post article blockquote p {
    font-size: 1.125rem;
  }
}
.new-post article blockquote .quote-author {
  margin-top: 1.5rem;
}
@media (max-width: 992px) {
  .new-post article blockquote .quote-author {
    margin-top: 1.25rem;
  }
}
.new-post article blockquote .quote-author .author .name {
  color: var(--gray_text);
}

.post-event .row {
  border-top: 1px solid var(--gray_line);
  border-bottom: 1px solid var(--gray_line);
  justify-content: space-between;
}
.post-event .entry-title {
  display: block;
  color: var(--brunswick_green);
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .post-event .entry-title {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 680px) {
  .post-event .entry-title {
    margin-bottom: 20px;
  }
}
.post-event .detail {
  width: 26.6875rem;
  max-width: 100%;
  border-left: 1px solid var(--gray_line);
}
@media (max-width: 992px) {
  .post-event .detail {
    width: 17.3125rem;
  }
}
@media (max-width: 680px) {
  .post-event .detail {
    width: 100%;
    order: 1;
    border-right: 1px solid var(--gray_line);
    border-bottom: 1px solid var(--gray_line);
  }
}
.post-event .block {
  width: calc(100% - 28.75rem);
  padding: 1.875rem;
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .post-event .block {
    width: calc(100% - 18rem);
    padding: 20px;
  }
}
@media (max-width: 680px) {
  .post-event .block {
    width: 100%;
    padding: 1rem;
    order: 2;
    border-right: 1px solid var(--gray_line);
    border-left: 1px solid var(--gray_line);
  }
}
.post-event .text-event {
  max-width: 50.625rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .post-event .text-event {
    margin-bottom: 36px;
  }
}
@media (max-width: 680px) {
  .post-event .text-event {
    margin-bottom: 28px;
  }
}
.post-event .text-event p {
  margin: 0;
}
.post-event .title {
  width: 100%;
  margin-bottom: 1.5rem;
  color: var(--brunswick_green);
}
@media (max-width: 992px) {
  .post-event .title {
    margin-bottom: 20px;
  }
}
@media (max-width: 680px) {
  .post-event .title {
    margin-bottom: 16px;
  }
}
.post-event .events-authors {
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
  gap: 1.875rem 3.5625rem;
}
@media (max-width: 992px) {
  .post-event .events-authors {
    gap: 1rem 2.5rem;
  }
}
.post-event .events-authors .title {
  margin-bottom: 0;
}
.post-event .events-authors .author {
  width: auto;
  max-width: 18.75rem;
}
.post-event .events-authors .author .name {
  color: var(--gray_text);
}
.post-event .image img {
  width: 100%;
  height: auto;
  aspect-ratio: 427/200;
  object-fit: cover;
}
.post-event .box {
  padding: 2.125rem 1.875rem;
}
@media (max-width: 992px) {
  .post-event .box {
    padding: 20px;
  }
}
@media (max-width: 680px) {
  .post-event .box {
    padding: 1rem;
  }
}
.post-event .box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.post-event .box ul li {
  display: flex;
  margin-bottom: 1rem;
}
@media (max-width: 992px) {
  .post-event .box ul li {
    flex-direction: column;
    gap: 4px;
    margin-bottom: 14px;
  }
}
@media (max-width: 680px) {
  .post-event .box ul li {
    margin-bottom: 1rem;
  }
}
.post-event .box ul li span:nth-child(1) {
  width: 5rem;
}
@media (max-width: 992px) {
  .post-event .box ul li span:nth-child(1) {
    width: 100%;
  }
}
.post-event .box ul li span:nth-child(2) {
  width: calc(100% - 5rem);
}
@media (max-width: 992px) {
  .post-event .box ul li span:nth-child(2) {
    width: 100%;
  }
}

.case {
  width: calc(33.33% - 0.875rem);
}
@media (max-width: 992px) {
  .case {
    width: calc(50% - 0.5rem);
  }
}
@media (max-width: 680px) {
  .case {
    width: 100%;
  }
}
.case .title {
  display: block;
  color: var(--black);
}

.image-case {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 1.5rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media (max-width: 992px) {
  .image-case {
    margin-bottom: 20px;
  }
}
@media (max-width: 680px) {
  .image-case {
    margin-bottom: 16px;
  }
}
.image-case .img {
  width: 100%;
  aspect-ratio: 415/250;
  object-fit: cover;
  object-position: bottom;
  border-radius: 0.5rem;
  position: relative;
  z-index: 1;
}
.image-case .title-case {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  bottom: 3rem;
  z-index: 10;
  color: #fff;
  max-width: 80%;
}
.image-case .logos {
  min-height: 3.875rem;
  padding: 0.25rem 1rem;
  background-color: #fff;
  border-radius: 1.25rem 0 0 0;
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .image-case .logos {
    border-radius: 8px 0 0 0;
  }
}
@media (max-width: 680px) {
  .image-case .logos {
    border-radius: 6px 0 0 0;
  }
}
.image-case .logos:before {
  content: "";
  position: absolute;
  bottom: -0.02rem;
  left: -1.15rem;
  width: 1.25rem;
  height: 1.25rem;
  transform: rotate(0deg);
  background-image: url(../img/decor/corner.svg);
  background-size: cover;
}
.image-case .logos:after {
  content: "";
  position: absolute;
  right: -0.02rem;
  top: -1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  transform: rotate(0deg);
  background-image: url(../img/decor/corner.svg);
  background-size: cover;
}
.image-case .logos img {
  height: 2.25rem;
  width: auto;
}

.related-services {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.related-services a:hover {
  color: var(--deep_emerald);
}
.related-services span {
  width: 1px;
  height: 1.25rem;
  background-color: var(--gray_line);
}
.related-services span:last-child {
  display: none;
}

.service {
  width: calc(33.33% - 0.875rem);
  aspect-ratio: 427/516;
  border-radius: 1.25rem;
  background-color: #ecf1f9;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .service {
    width: calc(50% - 0.5rem);
    aspect-ratio: 328/406;
  }
}
@media (max-width: 680px) {
  .service {
    width: 100%;
    aspect-ratio: 280/338;
  }
}
.service .img {
  width: 100%;
  aspect-ratio: 425/516;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .service .img {
    aspect-ratio: 328/406;
  }
}
@media (max-width: 680px) {
  .service .img {
    aspect-ratio: 280/338;
  }
}
.service .buttons {
  position: absolute;
  top: 0;
  right: 0;
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 0 0 0 1.25rem;
  background: #fff;
  z-index: 100;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.service .buttons:before {
  content: "";
  position: absolute;
  top: -0.02rem;
  left: -1.15rem;
  width: 1.25rem;
  height: 1.25rem;
  transform: rotate(-90deg);
  background-image: url(../img/decor/corner.svg);
  background-size: cover;
}
.service .buttons:after {
  content: "";
  position: absolute;
  right: -0.02rem;
  bottom: -1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  transform: rotate(-90deg);
  background-image: url(../img/decor/corner.svg);
  background-size: cover;
}
@media (max-width: 992px) {
  .service .buttons {
    width: 5rem;
    height: 5rem;
  }
}
@media (max-width: 680px) {
  .service .buttons {
    width: 4.375rem;
    height: 4.375rem;
  }
}
.service .buttons a {
  width: 5.625rem;
  height: 5.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  background: var(--gray_light);
}
@media (max-width: 992px) {
  .service .buttons a {
    width: 4.375rem;
    height: 4.375rem;
  }
}
@media (max-width: 680px) {
  .service .buttons a {
    width: 4rem;
    height: 4rem;
  }
}
.service .buttons a svg {
  width: 1.5rem;
  height: auto;
}
.service .buttons a svg path {
  stroke: var(--black);
}
.service .buttons a:hover {
  background: var(--light_green);
}
.service .caption {
  position: absolute;
  bottom: -0.125rem;
  left: -1px;
  right: -0.125rem;
  z-index: 10;
  padding: 10rem 2rem 2rem;
  background: linear-gradient(180deg, rgba(236, 241, 249, 0) 5%, rgb(236, 241, 249) 58.521%);
  border-radius: 0 0 1.25rem 1.25rem;
  transition: 1s;
}
.service .entry-title {
  color: var(--brunswick_green);
  margin-bottom: 0.25rem;
}
.service .info {
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #91c9d0;
}
.service .text {
  max-height: 0;
  transition: 1s;
  opacity: 0;
  border-top: 1px solid transparent;
}
.service .text ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.375rem;
  line-height: 1.1;
  letter-spacing: 0;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.service:hover .caption {
  transition: 1s;
}
.service:hover .caption .text {
  max-height: 25rem;
  transition: 1s;
  margin-top: 1.875rem;
  padding-top: 1.875rem;
  border-top: 1px solid var(--gray_line);
  opacity: 1;
}

.specialists {
  width: calc(25% - 1rem);
}
@media (max-width: 992px) {
  .specialists {
    width: calc(33.33% - 0.75rem);
  }
}
@media (max-width: 680px) {
  .specialists {
    width: calc(50% - 0.5rem);
  }
}
@media (max-width: 480px) {
  .specialists {
    width: 100%;
  }
}
.specialists .image {
  position: relative;
  margin-bottom: 1.5rem;
  overflow: hidden;
}
.specialists .image img {
  width: 100%;
  aspect-ratio: 310/400;
  object-fit: cover;
  border-radius: 0.5rem;
}
.specialists .title {
  color: var(--brunswick_green);
  margin-bottom: 0.5rem;
}
.specialists .link {
  width: 3.125rem;
  height: 3.125rem;
  position: absolute;
  bottom: -1px;
  right: -1px;
  z-index: 10;
  background: #fff;
  border-radius: 0.5rem 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.specialists .link:before {
  content: "";
  position: absolute;
  bottom: -0.02rem;
  left: -1rem;
  width: 1rem;
  height: 1rem;
  transform: rotate(0deg);
  background-image: url(../img/decor/corner.png);
  background-size: 100% 100%;
}
.specialists .link:after {
  content: "";
  position: absolute;
  right: 0;
  top: -0.95rem;
  width: 1rem;
  height: 1rem;
  transform: rotate(0deg);
  background-image: url(../img/decor/corner.png);
  background-size: 100% 100%;
}
.specialists .link .to-state {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--gray_light);
  cursor: pointer;
}
.specialists .link .to-state svg,
.specialists .link .to-state img {
  width: 0.875rem;
  height: auto;
}
.specialists .link .to-state svg path,
.specialists .link .to-state img path {
  fill: var(--brunswick_green);
}
.specialists .link .to-state:hover {
  background-color: var(--light_green);
}

.spec-modal {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
.spec-modal .block-left {
  width: calc(100% - 25rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
}
@media (max-width: 680px) {
  .spec-modal .block-left {
    width: 100%;
  }
}
.spec-modal .block-left .name {
  color: var(--brunswick_green);
  margin-bottom: 0.75rem;
}
.spec-modal .block-left .qute {
  color: var(--brunswick_green);
}
.spec-modal .block-left .qute:before {
  content: "“";
}
.spec-modal .block-left .qute:after {
  content: "”";
}
.spec-modal .block-right {
  width: 22rem;
}
@media (max-width: 680px) {
  .spec-modal .block-right {
    width: 100%;
  }
}
.spec-modal .block-right .image {
  width: 10.9375rem;
  margin-bottom: 1.25rem;
  position: relative;
}
.spec-modal .block-right .image img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
}
.spec-modal .block-right .image .link {
  width: 2.875rem;
  height: 2.875rem;
  border-radius: 0.5rem 0 0 0;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.spec-modal .block-right .image .link:before {
  content: "";
  position: absolute;
  bottom: -0.02rem;
  left: -1rem;
  width: 1rem;
  height: 1rem;
  transform: rotate(0deg);
  background-image: url(../img/decor/corner.png);
  background-size: 100% 100%;
}
.spec-modal .block-right .image .link:after {
  content: "";
  position: absolute;
  right: -0.02rem;
  top: -0.95rem;
  width: 1rem;
  height: 1rem;
  transform: rotate(0deg);
  background-image: url(../img/decor/corner.png);
  background-size: 100% 100%;
}
.spec-modal .block-right .image .link a,
.spec-modal .block-right .image .link span {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--brunswick_green);
  color: var(--gray_light);
}
.spec-modal .block-right .image .link a img,
.spec-modal .block-right .image .link a svg,
.spec-modal .block-right .image .link span img,
.spec-modal .block-right .image .link span svg {
  height: 1.75rem;
  width: auto;
}
.spec-modal .block-right .image .link a:hover, .spec-modal .block-right .image .link a:focus {
  background: #0b5644;
  color: var(--light_green);
}
.spec-modal .block-right .image .link a:hover:active, .spec-modal .block-right .image .link a:focus:active {
  background: var(--brunswick_green);
  color: var(--light_green);
}
.spec-modal .block-right .text p:first-child {
  margin-top: 0;
}
.spec-modal .block-right .text p:last-child {
  margin-bottom: 0;
}

.vacancy {
  width: 100%;
  border-radius: 1rem;
  background: var(--cloudy_blue);
  padding: 1.875rem;
}
@media (max-width: 992px) {
  .vacancy {
    padding: 1.25rem;
  }
}
.vacancy .title {
  color: var(--brunswick_green);
  min-height: 4.375rem;
  margin-bottom: 2.125rem;
  display: block;
}
@media (max-width: 992px) {
  .vacancy .title {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 680px) {
  .vacancy .title {
    min-height: 3rem;
  }
}
.vacancy .vacancy-info {
  margin: 2.125rem 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (max-width: 992px) {
  .vacancy .vacancy-info {
    margin: 1.5rem 0;
  }
}
.vacancy .vacancy-info li {
  display: flex;
  gap: 0.5rem;
}
.vacancy .vacancy-info li span:first-child {
  width: 6.25rem;
}
.vacancy .button {
  width: 100%;
}

.section-title.word-title {
  position: relative;
  min-height: 5rem;
}
@media (max-width: 992px) {
  .section-title.word-title {
    min-height: 64px;
  }
}
@media (max-width: 680px) {
  .section-title.word-title {
    min-height: 35px;
  }
}

.word {
  position: absolute;
  width: 0;
  display: inline-flex;
  opacity: 0;
  gap: 0.055em;
}
.word span:empty {
  min-width: 0.2em;
}
.word .letter {
  display: inline-block;
  position: relative;
  transform: translateZ(1.5rem);
  transform-origin: 50% 50% 1.5rem;
}
.word .letter:empty {
  min-width: 0.2em;
}
.word .letter.out {
  transform: rotateX(90deg);
  transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.word .letter.behind {
  transform: rotateX(-90deg);
}
.word .letter.in {
  transform: rotateX(0deg);
  transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/***** Sections *****/
.section-intro {
  padding: 1.875rem 0;
}
@media (max-width: 992px) {
  .section-intro {
    padding: 1.25rem 0;
  }
}
@media (max-width: 680px) {
  .section-intro {
    padding: 1rem 0;
  }
}

.intro {
  min-height: 46.5625rem;
  border-radius: 1.25rem;
  padding: 2.5rem 1.875rem;
  margin: 0 -1.875rem;
  background-image: url(../img/intro.svg);
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  overflow: hidden;
  color: var(--brunswick_green);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .intro {
    min-height: 57.375rem;
    padding-bottom: 4.25rem;
    margin: 0 -1.25rem;
  }
}
@media (max-width: 680px) {
  .intro {
    min-height: 29.375rem;
    padding: 5rem 1rem;
    margin: 0 -0.625rem;
  }
}
.intro .section-title {
  max-width: 47.625rem;
  order: 2;
  position: relative;
  z-index: 10;
}
@media (max-width: 992px) {
  .intro .section-title {
    max-width: 32.1875rem;
  }
}
.intro .text {
  width: 27rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--brunswick_green);
  order: 1;
  margin-bottom: auto;
  margin-top: 7.6875rem;
  margin-left: 58%;
  position: relative;
  z-index: 10;
}
@media (max-width: 992px) {
  .intro .text {
    width: 22rem;
    margin-left: auto;
    margin-top: 5rem;
    padding-top: 1rem;
  }
}
@media (max-width: 680px) {
  .intro .text {
    width: 14.5rem;
    order: 3;
    padding-top: 0;
    border: none;
    margin: 1.5rem 0 0;
  }
}
.intro .button {
  order: 4;
  margin-left: 58%;
  margin-top: -2.75rem;
  position: relative;
  z-index: 10;
}
@media (max-width: 992px) {
  .intro .button {
    margin-top: 3rem;
    margin-left: 0;
  }
}
@media (max-width: 680px) {
  .intro .button {
    margin-top: 2rem;
  }
}
.intro .logos {
  width: 8.875rem;
  height: auto;
  position: absolute;
  z-index: 3;
  bottom: 0.75rem;
  right: 0.625rem;
}
@media (max-width: 680px) {
  .intro .logos {
    width: 7rem;
    right: 0.5rem;
    bottom: 0.5rem;
  }
}
.intro video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 1;
}

.intro-contacts {
  border-radius: 0;
  padding: 8.125rem 1.875rem 4.375rem;
  margin: 0 -1.875rem;
  background-color: var(--cloudy_blue);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .intro-contacts {
    padding: 120px 1.55rem 48px;
    margin: 0 -1.25rem;
  }
}
@media (max-width: 680px) {
  .intro-contacts {
    padding: 100px 1.55rem 48px;
    margin: 0 -0.625rem;
  }
}
.intro-contacts .block {
  width: 41.875rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2.125rem;
}
@media (max-width: 992px) {
  .intro-contacts .block {
    width: 100%;
    margin-bottom: 1.5rem;
    flex-direction: row;
  }
}
@media (max-width: 680px) {
  .intro-contacts .block {
    flex-direction: column;
    margin-bottom: 1rem;
  }
}
.intro-contacts .block-right {
  width: calc(100% - 43.75rem);
  padding-left: 3.125rem;
  border-left: 1px solid var(--gray_line);
  padding-top: 1.875rem;
}
@media (max-width: 992px) {
  .intro-contacts .block-right {
    width: 100%;
    border-top: 1px solid var(--gray_line);
    border-left: none;
    padding-left: 0;
    padding-top: 1.5rem;
  }
}
.intro-contacts .block-right .title {
  color: var(--brunswick_green);
  margin-bottom: 2rem;
}
.intro-contacts .block-right .form-box a {
  text-decoration: underline;
}
.intro-contacts .block-right .form-box a:hover {
  text-decoration: none;
}
.intro-contacts .section-title {
  color: var(--brunswick_green);
}
.intro-contacts .text {
  max-width: 26.25rem;
  margin-top: 1.25rem;
}
@media (max-width: 992px) {
  .intro-contacts .box {
    width: calc(100% - 244px);
  }
}
@media (max-width: 680px) {
  .intro-contacts .box {
    width: 100%;
  }
}
.intro-contacts .contacts {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 1.25rem;
}
.intro-contacts .expert {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 992px) {
  .intro-contacts .expert {
    width: 220px;
  }
}
@media (max-width: 680px) {
  .intro-contacts .expert {
    width: 100%;
  }
}
.intro-contacts .expert .image .link {
  background-image: url(../img/decor/link-grey.svg);
  background-position: 100% 100%;
}
.intro-contacts .expert .block {
  width: calc(100% - 12rem);
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .intro-contacts .expert .block {
    justify-content: flex-start;
    width: 100%;
  }
}
.intro-contacts .expert .block .name {
  color: var(--brunswick_green);
}
.intro-contacts .expert .block .position {
  text-transform: none;
  color: var(--gray_text);
}

.section-partners {
  margin: 3.75rem 0 2rem;
}
.section-partners .text {
  width: 26.25rem;
  margin: 0 auto 3rem;
  text-align: center;
  color: var(--brunswick_green);
}
@media (max-width: 992px) {
  .section-partners .text {
    width: 21.125rem;
  }
}
@media (max-width: 680px) {
  .section-partners .text {
    width: 17.5rem;
    max-width: 100%;
  }
}

.marquee {
  display: flex;
  flex-wrap: nowrap;
  width: 150%;
  margin-left: -25%;
}
.marquee .js-marquee-wrapper {
  display: flex;
  flex-wrap: nowrap;
}
.marquee .js-marquee {
  display: flex;
  flex-wrap: nowrap;
  flex-shrink: 0;
}
.marquee .item {
  display: inline-flex;
  padding: 0 2rem;
  flex-shrink: 0;
  position: relative;
}
.marquee .item:after {
  content: "";
  width: 1px;
  height: 2rem;
  background: var(--gray_line);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
}
@media (max-width: 992px) {
  .marquee .item {
    padding: 0 1rem;
  }
}
.marquee .item img {
  height: 2rem;
  min-height: 2rem;
  width: auto;
}
@media (max-width: 992px) {
  .marquee .item img {
    height: 1.75rem;
    min-height: 1.75rem;
  }
}

.section-services .row {
  justify-content: space-between;
}
@media (max-width: 680px) {
  .section-services {
    padding: 2.25rem 0 3.5rem;
  }
}
.section-services .accordion {
  display: none;
}
@media (max-width: 680px) {
  .section-services .accordion {
    display: block;
  }
}

.left-block {
  width: 20rem;
  padding: 3.125rem 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  position: relative;
  z-index: 100;
}
@media (max-width: 992px) {
  .left-block {
    width: 12rem;
    justify-content: flex-start;
  }
}
@media (max-width: 680px) {
  .left-block {
    width: 100%;
    padding: 0;
  }
}
.left-block .link {
  display: none;
  gap: 0.5rem;
  align-items: center;
  padding: 0 0.75rem;
}
@media (max-width: 992px) {
  .left-block .link {
    display: none;
  }
}
.left-block .link:after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-top: 1px solid var(--gray_text);
  border-right: 1px solid var(--gray_text);
  display: block;
  transform: rotate(45deg);
}
.left-block .link:hover {
  color: var(--brunswick_green);
}
.left-block .link:hover::after {
  border-color: var(--brunswick_green);
}

.slider-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 992px) {
  .slider-menu {
    gap: 0.875rem;
    margin-top: 3rem;
  }
}
@media (max-width: 680px) {
  .slider-menu {
    display: none;
  }
}
.slider-menu li {
  padding: 0 0.75rem;
  font-size: 1.5rem;
  line-height: 1.1;
  letter-spacing: 0;
  color: var(--gray_text);
  position: relative;
  cursor: pointer;
  transition: 0.4s;
}
@media (max-width: 992px) {
  .slider-menu li {
    gap: 0.875rem;
    font-size: 1.25rem;
  }
}
.slider-menu li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 1px;
  background: var(--brunswick_green);
  transition: 0.6s;
}
.slider-menu li:hover {
  color: var(--brunswick_green);
  transition: 0.4s;
}
.slider-menu li.active {
  color: var(--brunswick_green);
  transition: 0.4s;
}
.slider-menu li.active:before {
  height: 100%;
  transition: 0.6s;
}

.slider-tabs {
  width: calc(100% - 20rem);
}
@media (max-width: 992px) {
  .slider-tabs {
    width: calc(100% - 12rem);
  }
}
@media (max-width: 680px) {
  .slider-tabs {
    display: none;
  }
}
.slider-tabs .swiper {
  overflow: visible;
}
.slider-tabs .swiper-slide {
  height: 55rem;
  background-size: auto 100%;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .slider-tabs .swiper-slide {
    height: 52rem;
    padding: 8rem 1.5rem;
    justify-content: flex-start;
    align-items: flex-start;
    background-size: 120% auto;
    background-position: 100% 100%;
  }
}
.slider-tabs .swiper-slide img {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  bottom: 0;
  width: auto;
  max-width: 200%;
}
@media (max-width: 992px) {
  .slider-tabs .swiper-slide img {
    max-width: 150%;
    left: -30%;
    top: auto;
    bottom: 3rem;
  }
}
.slider-tabs .swiper-slide .block {
  width: 38.0625rem;
  text-align: center;
  position: relative;
  z-index: 10;
}
@media (max-width: 992px) {
  .slider-tabs .swiper-slide .block {
    width: 100%;
    text-align: left;
  }
}
.slider-tabs .swiper-slide .section-title {
  color: var(--brunswick_green);
}
.slider-tabs .swiper-slide .text {
  max-width: 27.625rem;
  margin: 1rem auto 0;
}
.slider-tabs .swiper-slide .button {
  margin-top: 2.5rem;
}
.slider-tabs .swiper-creative .swiper-slide {
  overflow: visible !important;
}

.section-about {
  padding: 6.25rem 0;
  position: relative;
  color: var(--black);
}
@media (max-width: 992px) {
  .section-about {
    padding: 5rem 0;
  }
}
@media (max-width: 680px) {
  .section-about {
    padding: 3.75rem 0;
  }
}
.section-about:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50%;
  right: -50%;
  z-index: 1;
  background: var(--cloudy_blue);
}
.section-about .row {
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  z-index: 10;
  gap: 5rem 3.375rem;
  margin-bottom: 5rem;
}
@media (max-width: 992px) {
  .section-about .row {
    gap: 3.75rem 1.25rem;
    margin-bottom: 3.75rem;
  }
}
@media (max-width: 680px) {
  .section-about .row {
    gap: 2.5rem 1.25rem;
    margin-bottom: 3rem;
  }
}
.section-about .section-title {
  width: calc(50% - 1.6875rem);
}
@media (max-width: 992px) {
  .section-about .section-title {
    width: calc(50% - 1rem);
  }
}
@media (max-width: 680px) {
  .section-about .section-title {
    width: 100%;
  }
  .section-about .section-title br {
    display: none;
  }
}
.section-about .text {
  width: calc(50% - 1.6875rem);
  border-top: 1px solid var(--light_green);
  padding-top: 1.5rem;
}
@media (max-width: 992px) {
  .section-about .text {
    width: calc(50% - 1rem);
    padding-top: 1rem;
  }
}
@media (max-width: 680px) {
  .section-about .text {
    margin-left: auto;
    width: 100%;
  }
}
.section-about .video-block {
  width: 100%;
  aspect-ratio: 1380/642;
  border-radius: 1.625rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .section-about .video-block {
    aspect-ratio: 724/440;
  }
}
@media (max-width: 680px) {
  .section-about .video-block {
    aspect-ratio: 1/1;
  }
}

.video-block {
  position: relative;
}
.video-block .plyr--video {
  background: #000;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  object-fit: cover;
}
.video-block .js-player {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  object-fit: cover;
}
.video-block .plyr__poster {
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}
.video-block .plyr__control--overlaid {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  width: 7.625rem;
  height: 7.625rem;
  border-radius: 100%;
  color: var(--white);
  background: var(--deep_emerald);
  left: 50%;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  z-index: 2;
}
@media (max-width: 992px) {
  .video-block .plyr__control--overlaid {
    width: 5.625rem;
    height: 5.625rem;
  }
}
@media (max-width: 680px) {
  .video-block .plyr__control--overlaid {
    width: 3.75rem;
    height: 3.75rem;
  }
}
.video-block .plyr__control--overlaid:hover {
  background: var(--brunswick_green);
  color: var(--white);
}
.video-block .plyr audio,
.video-block .plyr iframe,
.video-block .plyr video {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.video-block .plyr__control.plyr__control--overlaid svg {
  display: block;
  fill: currentColor;
  height: 5rem;
  width: 5rem;
  margin-left: 0.625rem;
}
@media (max-width: 992px) {
  .video-block .plyr__control.plyr__control--overlaid svg {
    width: 3.75rem;
    height: 3.75rem;
  }
}
@media (max-width: 680px) {
  .video-block .plyr__control.plyr__control--overlaid svg {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.video-block .plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: flex;
}
.video-block .plyr--full-ui input[type=range] {
  color: var(--brunswick_green);
  cursor: pointer;
}
.video-block .plyr--video .plyr__control.plyr__tab-focus,
.video-block .plyr--video .plyr__control:hover,
.video-block .plyr--video .plyr__control[aria-expanded=true] {
  background: var(--brunswick_green);
}
.video-block .plyr__controls {
  opacity: 0;
}
.video-block:hover .plyr__controls {
  opacity: 1;
}

.statistick {
  position: relative;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3.75rem 2.5rem;
}
@media (max-width: 992px) {
  .statistick {
    gap: 3rem 2rem;
  }
}
@media (max-width: 680px) {
  .statistick {
    gap: 2.25rem 1.5rem;
  }
}
.statistick .item {
  width: calc(50% - 1.25rem);
  border-top: 1px solid var(--white);
  padding-top: 2rem;
}
@media (max-width: 992px) {
  .statistick .item {
    width: calc(50% - 1rem);
    padding-top: 1rem;
  }
}
@media (max-width: 680px) {
  .statistick .item {
    width: 100%;
  }
}
.statistick .item span {
  font-size: 10rem;
  line-height: 0.95;
}
@media (max-width: 992px) {
  .statistick .item span {
    font-size: 8.125rem;
  }
}
@media (max-width: 680px) {
  .statistick .item span {
    font-size: 5rem;
  }
}
.statistick .item .label {
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .statistick .item .label {
    font-size: 1.625rem;
  }
}
@media (max-width: 680px) {
  .statistick .item .label {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.statistick .about-link {
  width: calc(50% - 1.25rem);
  background: var(--gradient);
  color: var(--white);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
  aspect-ratio: 640/267;
  padding: 2rem;
  position: relative;
}
@media (max-width: 992px) {
  .statistick .about-link {
    width: calc(50% - 1rem);
  }
}
@media (max-width: 680px) {
  .statistick .about-link {
    width: 100%;
    height: 15rem;
    aspect-ratio: 1/1;
  }
}
.statistick .about-link .entry-title {
  margin-top: 2rem;
}
.statistick .about-link a {
  width: 2.6875rem;
  height: 2.6875rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--deep_emerald);
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  transition: 0.3s;
}
@media (max-width: 992px) {
  .statistick .about-link a {
    width: 2rem;
    height: 2rem;
  }
}
.statistick .about-link a svg,
.statistick .about-link a img {
  width: 1.5rem;
  height: auto;
  transition: 0.3s;
}
.statistick .about-link a:hover {
  background-color: var(--brunswick_green);
  transition: 0.3s;
}
.statistick .about-link:hover a {
  transform: scale(1.1);
  transition: 0.3s;
}
.statistick .statistick-link {
  width: calc(50% - 1.25rem);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
  aspect-ratio: 640/267;
  padding: 2rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1.5rem;
}
@media (max-width: 992px) {
  .statistick .statistick-link {
    width: calc(50% - 15px);
    padding: 1.25rem;
  }
}
@media (max-width: 680px) {
  .statistick .statistick-link {
    width: 100%;
    padding: 1;
  }
}
.statistick .statistick-link .title {
  font-size: 2rem;
  line-height: 0.95;
  color: var(--light_green);
}
@media (max-width: 992px) {
  .statistick .statistick-link .title {
    font-size: 1.625rem;
  }
}
@media (max-width: 680px) {
  .statistick .statistick-link .title {
    font-size: 1.25rem;
  }
}

.section-about-home {
  margin: 6.25rem 0;
}
@media (max-width: 992px) {
  .section-about-home {
    margin: 5rem 0;
  }
}
@media (max-width: 680px) {
  .section-about-home {
    margin: 3.75rem 0;
  }
}
.section-about-home .section-title {
  max-width: 54.375rem;
  color: var(--brunswick_green);
}
.section-about-home .block {
  max-width: 53.125rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--gray_line);
  margin-left: auto;
  margin-top: 3.75rem;
}
@media (max-width: 992px) {
  .section-about-home .block {
    margin-top: 3rem;
  }
}
@media (max-width: 680px) {
  .section-about-home .block {
    margin-top: 2.25rem;
  }
}
.section-about-home .block article {
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .section-about-home .block article {
    margin-bottom: 2.25rem;
  }
}
@media (max-width: 680px) {
  .section-about-home .block article {
    margin-bottom: 1.75rem;
  }
}
.section-about-home .block article p,
.section-about-home .block article ul li {
  font-size: 1.625rem;
  line-height: 1.1;
  letter-spacing: 0;
  color: var(--brunswick_green);
}
@media (max-width: 992px) {
  .section-about-home .block article p,
.section-about-home .block article ul li {
    font-size: 1.25rem;
  }
}
@media (max-width: 680px) {
  .section-about-home .block article p,
.section-about-home .block article ul li {
    font-size: 1.125rem;
  }
}
.section-about-home .logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 540px) {
  .section-about-home .logos {
    flex-wrap: wrap;
  }
}
.section-about-home .logos .item {
  padding: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 540px) {
  .section-about-home .logos .item {
    width: 50%;
    height: 58px;
    border-bottom: 1px solid var(--gray_line);
  }
  .section-about-home .logos .item:last-of-type {
    border: none;
  }
}
.section-about-home .logos .item img {
  height: 4rem;
  width: auto;
}
@media (max-width: 540px) {
  .section-about-home .logos .item img {
    height: 3rem;
  }
}
.section-about-home .logos span {
  display: block;
  width: 1px;
  height: 1.625rem;
  background: var(--gray_line);
}
@media (max-width: 540px) {
  .section-about-home .logos span {
    display: none;
  }
}
.section-about-home .logos span:last-child {
  justify-content: flex-end;
  border: none;
  display: none;
}
.section-about-home .image {
  margin-top: 5rem;
}
@media (max-width: 992px) {
  .section-about-home .image {
    margin-top: 3.75rem;
  }
}
@media (max-width: 680px) {
  .section-about-home .image {
    margin-top: 3rem;
  }
}
.section-about-home .image img {
  border-radius: 1rem;
  width: 100%;
  aspect-ratio: 1319/703;
  object-fit: cover;
}
@media (max-width: 992px) {
  .section-about-home .image img {
    aspect-ratio: 688/366;
  }
}
@media (max-width: 680px) {
  .section-about-home .image img {
    aspect-ratio: 1/1;
  }
}

.section-testimonials {
  margin: 6.25rem 0;
}
@media (max-width: 992px) {
  .section-testimonials {
    margin: 5rem 0;
  }
}
@media (max-width: 680px) {
  .section-testimonials {
    margin: 3.75rem 0;
  }
}
.section-testimonials .section-title {
  max-width: 60rem;
  color: var(--brunswick_green);
}
@media (max-width: 680px) {
  .section-testimonials .section-title {
    max-width: 204px;
  }
}

.home .section-testimonials .section-title {
  max-width: 45rem;
}

.testimonials {
  margin-top: 5rem;
  width: 100%;
  max-width: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .testimonials {
    margin-top: 3.75rem;
  }
}
@media (max-width: 680px) {
  .testimonials {
    margin-top: 3rem;
  }
}
.testimonials .swiper {
  overflow: visible;
}
.testimonials .item {
  min-height: 26.6875rem;
  border-left: 1px solid var(--gray_line);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 1.5rem 5rem 1.5rem 1.5rem;
}
@media (max-width: 992px) {
  .testimonials .item {
    padding: 1rem 2rem 1rem 1rem;
    min-height: 24rem;
  }
}
@media (max-width: 680px) {
  .testimonials .item {
    padding: 1rem 2rem 1rem 1rem;
    min-height: 20rem;
  }
}
.testimonials .item .block {
  width: 100%;
  margin-bottom: auto;
}
.testimonials .item .block p {
  margin: 0;
}
.testimonials .item .author {
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.testimonials .item .button {
  display: none;
  margin-top: 3.5rem;
}
@media (max-width: 992px) {
  .testimonials .item .button {
    margin-top: 2.5rem;
  }
}
@media (max-width: 680px) {
  .testimonials .item .button {
    margin-top: 2rem;
  }
}

.section-insights {
  padding: 1.875rem 0;
  margin: 6.25rem 0;
}
@media (max-width: 992px) {
  .section-insights {
    margin: 5rem 0;
  }
}
@media (max-width: 680px) {
  .section-insights {
    margin: 3.75rem 0;
  }
}

.insights {
  margin-top: 3.75rem;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
@media (max-width: 992px) {
  .insights {
    margin-top: 2.5rem;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
@media (max-width: 680px) {
  .insights {
    margin-top: 2.5rem;
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
@media (max-width: 540px) {
  .insights {
    margin-left: 0;
    margin-right: 0;
  }
}
.insights::before {
  content: "";
  height: 1px;
  background: var(--gray_line);
  position: absolute;
  top: 0;
  left: -150%;
  right: -150%;
}
.insights:after {
  content: "";
  height: 1px;
  background: var(--gray_line);
  position: absolute;
  bottom: 0;
  left: -150%;
  right: -150%;
}
@media (max-width: 30rem) {
  .insights:after {
    display: none;
  }
}
.insights .item {
  width: 33.33%;
  padding: 1.5rem;
  border-right: 1px solid var(--gray_line);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4rem;
}
@media (max-width: 992px) {
  .insights .item {
    width: 50%;
    padding: 1.25rem;
  }
  .insights .item:nth-child(2) {
    border-right: none;
  }
}
@media (max-width: 680px) {
  .insights .item {
    padding: 1rem;
  }
}
@media (max-width: 540px) {
  .insights .item {
    width: 100%;
    border-right: none;
    gap: 2.5rem;
    position: relative;
    padding: 1.5rem 0;
  }
  .insights .item:after {
    content: "";
    height: 1px;
    background: var(--gray_line);
    position: absolute;
    bottom: 0;
    left: -150%;
    right: -150%;
  }
}
.insights .item:last-child {
  border-right: none;
}
@media (max-width: 992px) {
  .insights .item:last-child {
    display: none;
  }
}
@media (max-width: 540px) {
  .insights .item:last-child {
    display: flex;
  }
}

.insights-post .block {
  width: 100%;
}
.insights-post .stiker {
  position: absolute;
  bottom: -1px;
  right: -1px;
  z-index: 10;
  min-width: 9.5rem;
  height: 2.875rem;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  color: var(--deep_emerald);
  border-radius: 1rem 0 0 0;
}
.insights-post .stiker:before {
  content: "";
  position: absolute;
  bottom: -0.02rem;
  left: -1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  transform: rotate(0deg);
  background-size: cover;
}
.insights-post .stiker:after {
  content: "";
  position: absolute;
  right: -0.02rem;
  top: -1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  transform: rotate(0deg);
  background-size: cover;
}
@media (max-width: 680px) {
  .insights-post .stiker {
    height: 2.25rem;
    min-width: 7.5rem;
  }
}
.insights-post .stiker.green {
  color: var(--deep_emerald);
  background-color: var(--light_green);
}
.insights-post .stiker.green:before {
  background-image: url(../img/decor/corner-green.svg);
}
.insights-post .stiker.green:after {
  background-image: url(../img/decor/corner-green.svg);
}
.insights-post .stiker.bronze {
  color: var(--deep_emerald);
  background-color: var(--arable_land);
}
.insights-post .stiker.bronze:before {
  background-image: url(../img/decor/corner-bronze.svg);
}
.insights-post .stiker.bronze:after {
  background-image: url(../img/decor/corner-bronze.svg);
}
.insights-post .stiker.dark {
  color: var(--light_green);
  background-color: var(--deep_emerald);
}
.insights-post .stiker.dark:before {
  background-image: url(../img/decor/corner-dark.svg);
}
.insights-post .stiker.dark:after {
  background-image: url(../img/decor/corner-dark.svg);
}
.insights-post .title {
  color: var(--black);
  display: block;
}
@media (max-width: 992px) {
  .insights-post .title {
    font-size: 1.25rem;
  }
}
@media (max-width: 680px) {
  .insights-post .title {
    font-size: 1.125rem;
  }
}
.insights-post .image {
  border-radius: 0.5rem;
  overflow: hidden;
  display: block;
  margin-bottom: 1.5rem;
  position: relative;
}
@media (max-width: 992px) {
  .insights-post .image {
    border-radius: 0.5rem;
    margin-bottom: 20px;
  }
}
.insights-post .image img.img {
  width: 100%;
  aspect-ratio: 412/270;
  object-fit: cover;
  position: relative;
  z-index: 1;
  border-radius: 0.5rem;
}
.insights-post .image.image-webinar {
  display: flex;
  padding: 0.625rem;
  gap: 0.625rem;
  aspect-ratio: 412/270;
}
.insights-post .image.image-webinar .box-spiker .spiker:last-child .label {
  display: none;
}
.insights-post .link {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--black);
}
@media (max-width: 992px) {
  .insights-post .link {
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media (max-width: 680px) {
  .insights-post .link {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.insights-post .link svg,
.insights-post .link img {
  width: 0.875rem;
  height: auto;
}
@media (max-width: 992px) {
  .insights-post .link svg,
.insights-post .link img {
    width: 0.75rem;
  }
}
@media (max-width: 680px) {
  .insights-post .link svg,
.insights-post .link img {
    width: 0.65rem;
  }
}
.insights-post .link:hover {
  background-color: var(--brunswick_green);
}
.insights-post:hover .block .title {
  color: var(--brunswick_green);
}

.section-interested {
  margin: 3.75rem 0 6.25rem;
}
@media (max-width: 992px) {
  .section-interested {
    margin: 3rem 0 3.75rem;
  }
}
@media (max-width: 680px) {
  .section-interested {
    margin: 3rem 0;
  }
}

.interested {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}
@media (max-width: 992px) {
  .interested {
    margin-top: 2rem;
  }
}
@media (max-width: 680px) {
  .interested {
    margin-top: 1.75rem;
  }
}
.interested .item {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem;
  gap: 0.5rem;
  min-height: 5rem;
  border-radius: 1rem;
  padding: 0.625rem;
  background-color: var(--cloudy_blue);
  transition: 0.3s;
}
@media (max-width: 992px) {
  .interested .item {
    min-height: 70px;
  }
}
@media (max-width: 680px) {
  .interested .item {
    min-height: 58px;
  }
}
.interested .item:hover {
  background-color: var(--light_green);
  transition: 0.3s;
}
.interested .item .ico {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 0.5rem;
  background-color: #fff;
}
@media (max-width: 992px) {
  .interested .item .ico {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 680px) {
  .interested .item .ico {
    width: 42px;
    height: 42px;
  }
}
.interested .item .ico img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 0.5rem;
}
.interested .item .name {
  padding: 0 0.625rem;
  color: var(--deep_emerald);
}

.section-top-posts {
  width: 100%;
  position: relative;
  padding: 5rem 0;
  margin: 1.25rem 0;
}
@media (max-width: 992px) {
  .section-top-posts {
    padding: 3.75rem 0;
  }
}
@media (max-width: 680px) {
  .section-top-posts {
    padding: 3rem 0;
  }
}
.section-top-posts .entry-title {
  color: var(--brunswick_green);
}
.section-top-posts:before {
  content: "";
  height: 1px;
  background: var(--gray_line);
  position: absolute;
  top: 0;
  left: -150%;
  right: -150%;
}
.section-top-posts:after {
  content: "";
  height: 1px;
  background: var(--gray_line);
  position: absolute;
  bottom: 0;
  left: -150%;
  right: -150%;
}

.post-column {
  display: flex;
  flex-wrap: wrap;
  gap: 3.75rem 3rem;
  margin-top: 3.75rem;
}
@media (max-width: 992px) {
  .post-column {
    margin-top: 3rem;
  }
}
@media (max-width: 680px) {
  .post-column {
    margin-top: 20px;
    gap: 3rem;
  }
}
.post-column .block-left {
  width: 47.5rem;
}
@media (max-width: 992px) {
  .post-column .block-left {
    width: 100%;
  }
}
.post-column .block-right {
  width: calc(100% - 50.5rem);
}
@media (max-width: 992px) {
  .post-column .block-right {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0 2rem;
  }
}
.post-column .post {
  width: 100%;
}
.post-column .post.post-top .image {
  margin-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .post-column .post.post-top .image {
    margin-bottom: 20px;
  }
}
@media (max-width: 680px) {
  .post-column .post.post-top .image {
    margin-bottom: 1rem;
  }
}
.post-column .post.post-top .title {
  margin-bottom: 1.25rem;
}
@media (max-width: 992px) {
  .post-column .post.post-top .title {
    margin-bottom: 1rem;
  }
}
@media (max-width: 680px) {
  .post-column .post.post-top .title {
    margin-bottom: 0.75rem;
  }
}
.post-column .post.post-top .tags {
  margin-top: 1.25rem;
}
@media (max-width: 992px) {
  .post-column .post.post-top .tags {
    margin-top: 1rem;
  }
}
@media (max-width: 680px) {
  .post-column .post.post-top .tags {
    margin-top: 0.75rem;
  }
}
.post-column .post.post-top-2 {
  display: flex;
  gap: 1.25rem;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid var(--gray_line);
}
@media (max-width: 992px) {
  .post-column .post.post-top-2 {
    width: calc(50% - 1rem);
  }
  .post-column .post.post-top-2:nth-child(3) {
    border-bottom: none;
  }
}
@media (max-width: 680px) {
  .post-column .post.post-top-2 {
    width: 100%;
    gap: 1rem;
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .post-column .post.post-top-2:nth-child(3) {
    border-bottom: 1px solid var(--gray_line);
  }
}
.post-column .post.post-top-2:last-child {
  margin-bottom: 0;
  border: none;
}
.post-column .post.post-top-2 .image {
  width: 5.625rem;
}
@media (max-width: 992px) {
  .post-column .post.post-top-2 .image {
    width: 5rem;
  }
}
@media (max-width: 680px) {
  .post-column .post.post-top-2 .image {
    width: 4.375rem;
  }
}
.post-column .post.post-top-2 .image img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.post-column .post.post-top-2 .title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 1rem;
}
.post-column .post.post-top-2 .caption {
  width: calc(100% - 6.875rem);
}

.section-post-related {
  padding: 6.875rem 0;
  margin-top: 5rem;
  position: relative;
  background-color: var(--cloudy_blue);
}
@media (max-width: 992px) {
  .section-post-related {
    margin-top: 3.75rem;
    padding: 5rem 0;
  }
}
@media (max-width: 680px) {
  .section-post-related {
    margin-top: 3rem;
    padding: 3.75rem 0;
  }
}
.section-post-related .entry-title {
  color: var(--brunswick_green);
  margin-bottom: 2.5rem;
  position: relative;
  z-index: 10;
}

.related-carousel {
  width: 100%;
  position: relative;
}
.related-carousel .post {
  width: 100%;
}
.related-carousel .post .tags {
  gap: 0.5rem 1rem;
}
.related-carousel .post .tags .item {
  min-height: 0.75rem;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
}
.related-carousel .post .tags .item:hover {
  background-color: transparent;
  color: var(--deep_emerald);
}
.related-carousel .post .date {
  display: none;
}

.section-subscribe {
  margin: 6.25rem 0;
}
@media (max-width: 992px) {
  .section-subscribe {
    margin: 5rem 0;
  }
}
@media (max-width: 680px) {
  .section-subscribe {
    margin: 3.75rem 0;
  }
}

.subscribe {
  width: 100%;
  padding: 2rem;
  background-image: url(../img/decor/form-bg.svg);
  background-size: cover;
  border-radius: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2.25rem;
}
@media (max-width: 992px) {
  .subscribe {
    padding: 20px;
  }
}
@media (max-width: 680px) {
  .subscribe {
    padding: 1rem;
  }
}
.subscribe .entry-title {
  max-width: 31.25rem;
  color: var(--deep_emerald);
}
.subscribe .form-box {
  max-width: 35.625rem;
}
@media (max-width: 680px) {
  .subscribe .forma .wide-50 {
    width: 100%;
  }
}
.subscribe .forma .button {
  margin-top: 1rem;
}

.page-template-template-events .subscribe .entry-title {
  font-size: 4.125rem;
}
@media (max-width: 992px) {
  .page-template-template-events .subscribe .entry-title {
    font-size: 56px;
  }
}
@media (max-width: 680px) {
  .page-template-template-events .subscribe .entry-title {
    font-size: 32px;
  }
}

.section-video {
  margin-top: 5rem;
  padding: 6.25rem 0;
  position: relative;
  color: var(--light_green);
}
@media (max-width: 992px) {
  .section-video {
    padding: 5.25rem 0 6.25rem;
  }
}
@media (max-width: 680px) {
  .section-video {
    padding: 2.5rem 0 5rem;
  }
}
.section-video:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -150%;
  right: -150%;
  z-index: 1;
  background-color: var(--deep_emerald);
}
.section-video .row {
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}
.section-video .section-title {
  width: 100%;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .section-video .section-title {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 680px) {
  .section-video .section-title {
    font-size: 20px;
  }
}
.section-video .text {
  width: 48.4375rem;
  max-width: 100%;
}
.section-video .video-block {
  width: 100%;
  aspect-ratio: 1320/700;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
  margin-top: 5rem;
}
@media (max-width: 992px) {
  .section-video .video-block {
    aspect-ratio: 724/440;
    margin-top: 3.75rem;
  }
}
@media (max-width: 992px) {
  .section-video .video-block {
    margin-top: 3rem;
  }
}

.section-partners-detail {
  padding: 0;
}

.partners-detail {
  margin: 6.25rem 0;
  padding-bottom: 1.875rem;
}
@media (max-width: 992px) {
  .partners-detail {
    margin: 5rem 0;
    padding-bottom: 1.25rem;
  }
}
@media (max-width: 680px) {
  .partners-detail {
    margin: 3.75rem 0;
    padding-bottom: 0.625rem;
  }
}
.partners-detail .section-title {
  color: var(--brunswick_green);
  margin-bottom: 5rem;
}
@media (max-width: 992px) {
  .partners-detail .section-title {
    margin-bottom: 60px;
  }
}
@media (max-width: 680px) {
  .partners-detail .section-title {
    margin-bottom: 48px;
  }
}
.partners-detail .row {
  border-top: 1px solid var(--gray_line);
}
@media (max-width: 992px) {
  .partners-detail .row {
    border-left: 1px solid var(--gray_line);
  }
}
.partners-detail .partner {
  width: 33.33%;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid var(--gray_line);
  border-right: 1px solid var(--gray_line);
  padding: 1.875rem;
  position: relative;
}
@media (max-width: 992px) {
  .partners-detail .partner {
    width: 50%;
    padding: 1rem !important;
  }
}
@media (max-width: 680px) {
  .partners-detail .partner {
    width: 100%;
    padding: 0.75rem !important;
  }
}
.partners-detail .partner:nth-child(3n+3) {
  border-right: none;
}
@media (max-width: 992px) {
  .partners-detail .partner:nth-child(3n+3) {
    border-right: 1px solid var(--gray_line);
  }
}
.partners-detail .partner:nth-child(1), .partners-detail .partner:nth-child(3n+1) {
  padding-left: 0.625rem;
}
.partners-detail .partner .brand {
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 0.75rem;
  border: 1px solid var(--gray_line);
  margin-bottom: 5.625rem;
  overflow: hidden;
}
@media (max-width: 992px) {
  .partners-detail .partner .brand {
    width: 70px;
    height: 70px;
    margin-bottom: 3.75rem;
  }
}
@media (max-width: 680px) {
  .partners-detail .partner .brand {
    width: 60px;
    height: 60px;
    margin-bottom: 3rem;
  }
}
.partners-detail .partner .title {
  color: var(--brunswick_green);
  margin-bottom: 1rem;
}
.partners-detail .partner .text {
  margin-bottom: 2.125rem;
}
@media (max-width: 680px) {
  .partners-detail .partner .text {
    margin-bottom: 1.5rem;
  }
}
.partners-detail .partner .tags {
  margin-top: auto;
}
.partners-detail .partner .image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.partners-detail .partner .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.partners-detail .partner .info-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2.125rem;
  background: var(--sky_blue);
}
.partners-detail .partner .info-box .entry-title {
  color: var(--deep_emerald);
}

@media (max-width: 992px) {
  .partners-detail-1 .partner,
.partners-detail-3 .partner {
    order: 2;
  }
  .partners-detail-1 .partner.partner-img,
.partners-detail-3 .partner.partner-img {
    order: 1;
    width: 100%;
    height: 360px;
  }
  .partners-detail-2 .partner.partner-info {
    width: 100%;
    height: 200px;
  }
}
@media (max-width: 680px) {
  .partner.partner-img {
    width: 100%;
    height: 360px;
  }
}
.section-get-in {
  margin: 6.25rem 0;
}
@media (max-width: 992px) {
  .section-get-in {
    margin: 5rem 0;
  }
}
@media (max-width: 680px) {
  .section-get-in {
    margin: 3.75rem 0;
  }
}

.get-in {
  width: 100%;
  padding: 2.5rem;
  border-radius: 1.25rem;
  background-image: url(../img/decor/get-in-bg.png);
  background-size: cover;
  background-position: 100% 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .get-in {
    padding: 2rem 1.5rem;
    gap: 24px;
    flex-wrap: wrap;
  }
}
.get-in .block {
  max-width: 30rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
}
@media (max-width: 992px) {
  .get-in .block {
    max-width: 20rem;
  }
}
@media (max-width: 680px) {
  .get-in .block {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.get-in .block .info .time {
  text-transform: uppercase;
  margin-top: 1.5rem;
  color: var(--deep_emerald);
}
.get-in .block .title {
  font-size: 4.125rem;
  line-height: 0.95;
  color: var(--deep_emerald);
}
@media (max-width: 992px) {
  .get-in .block .title {
    font-size: 56px;
  }
}
@media (max-width: 680px) {
  .get-in .block .title {
    font-size: 32px;
  }
}
.get-in .block .section-title {
  color: var(--deep_emerald);
}
.get-in .expert {
  width: 31.75rem;
}
@media (max-width: 992px) {
  .get-in .expert {
    max-width: 16.25rem;
  }
}
@media (max-width: 680px) {
  .get-in .expert {
    width: 100%;
  }
}
.get-in .tags {
  margin-top: 0;
}
.get-in .tags .tag {
  background: var(--white);
  color: var(--deep_emerald);
  padding: 0.25rem 0.6rem;
  display: inline-flex;
  border-radius: 0.375rem;
}

.single-services .get-in .block {
  max-width: 37.5rem;
}
@media (max-width: 992px) {
  .single-services .get-in .block {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.single-services .get-in .expert {
  width: 35.625rem;
}
@media (max-width: 992px) {
  .single-services .get-in .expert {
    width: 100%;
    max-width: 100%;
  }
}
.single-services .get-in .expert .image img {
  width: 8.5rem;
  aspect-ratio: 136/186;
  object-fit: cover;
}
.single-services .get-in .expert .image .link {
  background-image: url(../img/decor/link-blue.svg);
}
.single-services .get-in .expert .image .link a {
  color: var(--gray_light);
}
.single-services .get-in .expert .image .link a:hover, .single-services .get-in .expert .image .link a:focus {
  background: #0b5644;
}
.single-services .get-in .expert .image .link a:active {
  background: var(--brunswick_green);
}
@media (max-width: 992px) {
  .single-services .get-in .expert .block {
    width: calc(100% - 12rem);
  }
}
@media (max-width: 380px) {
  .single-services .get-in .expert .block {
    width: 100%;
    margin-bottom: 0;
  }
}
.single-services .get-in .expert .text {
  color: var(--deep_emerald);
}

@media (max-width: 992px) {
  .page-template-template-services .get-in .expert .block {
    width: 100%;
  }
}

.section-upcoming-webinars {
  position: relative;
  padding: 6.25rem 0;
}
@media (max-width: 992px) {
  .section-upcoming-webinars {
    padding: 5rem 0;
  }
}
@media (max-width: 680px) {
  .section-upcoming-webinars {
    padding: 3.75rem 0;
  }
}
.section-upcoming-webinars:after {
  content: "";
  height: 1px;
  background: var(--gray_line);
  position: absolute;
  bottom: 0;
  left: -150%;
  right: -150%;
}
.section-upcoming-webinars .entry-title {
  color: var(--brunswick_green);
}

.upcoming-carousel {
  position: relative;
  margin-top: 3.75rem;
}
.upcoming-carousel .swiper-slide {
  display: flex;
  align-self: stretch;
  height: 100%;
}
.upcoming-carousel .post-webinar {
  width: 100%;
  flex-grow: 1;
}

.subscribe-events {
  width: 100%;
  aspect-ratio: 416/272;
  padding: 1.875rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  border-radius: 0.5rem;
  background-image: url(../img/decor/events-bg.png);
}
.subscribe-events .text {
  font-size: 1.625rem;
  line-height: 1.1;
  text-align: center;
  color: var(--light_green);
}

.section-past-webinars {
  position: relative;
  margin: 6.25rem 0;
}
@media (max-width: 992px) {
  .section-past-webinars {
    margin: 5rem 0;
  }
}
@media (max-width: 680px) {
  .section-past-webinars {
    margin: 3.75rem 0;
  }
}
.section-past-webinars .entry-title {
  color: var(--brunswick_green);
}

.webinar-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem 2.5rem;
  margin-top: 3rem;
}
@media (max-width: 992px) {
  .webinar-grid {
    gap: 3.75rem 2rem;
  }
}
@media (max-width: 680px) {
  .webinar-grid {
    gap: 40px;
  }
}

.section-events {
  margin: 6.25rem 0;
}
@media (max-width: 992px) {
  .section-events {
    margin: 5rem 0;
  }
}
@media (max-width: 680px) {
  .section-events {
    margin: 3.75rem 0;
  }
}
.section-events .section-title {
  margin-bottom: 2.5rem;
  color: var(--brunswick_green);
}
@media (max-width: 992px) {
  .section-events .section-title {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 680px) {
  .section-events .section-title {
    margin-bottom: 20px;
  }
}
.section-events .desc {
  max-width: 550px;
}

.events-grid {
  margin: 5rem 0;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
@media (max-width: 992px) {
  .events-grid {
    margin: 3.75rem 0;
    gap: 3.75rem;
  }
}
@media (max-width: 680px) {
  .events-grid {
    margin: 3rem 0;
    gap: 3rem;
  }
}

.section-gallery {
  padding: 2rem 0;
}
@media (max-width: 992px) {
  .section-gallery {
    padding-bottom: 0;
  }
}

.slider-gallery {
  position: relative;
}
.slider-gallery .swiper {
  overflow: visible;
}
.slider-gallery .swiper-slide {
  height: 37.5rem;
  width: auto;
  display: flex;
}
@media (max-width: 992px) {
  .slider-gallery .swiper-slide {
    height: 360px;
  }
}
@media (max-width: 680px) {
  .slider-gallery .swiper-slide {
    height: 240px;
  }
}
.slider-gallery .swiper-slide img {
  border-radius: 1rem;
  height: 100%;
  width: auto;
}
@media (max-width: 992px) {
  .slider-gallery .swiper-slide img {
    aspect-ratio: 570/347;
    object-fit: cover;
  }
}
@media (max-width: 680px) {
  .slider-gallery .swiper-slide img {
    aspect-ratio: 280/240;
  }
}

.section-about-team {
  margin: 6.25rem 0;
}
@media (max-width: 992px) {
  .section-about-team {
    margin: 5rem 0;
  }
}
@media (max-width: 680px) {
  .section-about-team {
    margin: 3.75rem 0;
  }
}
.section-about-team .section-title {
  color: var(--brunswick_green);
}
.section-about-team .statistick {
  max-width: 68.5rem;
  margin-left: auto;
  margin-top: 3rem;
  gap: 3.75rem 2.5rem;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .section-about-team .statistick {
    gap: 48px 30px;
  }
}
@media (max-width: 680px) {
  .section-about-team .statistick {
    gap: 36px;
  }
}
.section-about-team .statistick .item {
  border-color: var(--gray_line);
}
@media (max-width: 992px) {
  .section-about-team .statistick .item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 680px) {
  .section-about-team .statistick .item {
    width: 100%;
  }
}
.section-about-team .statistick .item span {
  font-size: 5.25rem;
  color: var(--brunswick_green);
}
@media (max-width: 992px) {
  .section-about-team .statistick .item span {
    font-size: 68px;
  }
}
@media (max-width: 680px) {
  .section-about-team .statistick .item span {
    font-size: 36px;
  }
}
.section-about-team .statistick .item .label {
  color: var(--brunswick_green);
  margin-bottom: 1.5rem;
  margin-top: 0.75rem;
}
@media (max-width: 992px) {
  .section-about-team .statistick .item .label {
    margin-top: 6px;
  }
}
@media (max-width: 680px) {
  .section-about-team .statistick .item .label {
    margin-top: 4px;
  }
}
.section-about-team .statistick .item .desc {
  max-width: 22.9375rem;
}

.section-team {
  margin: 6.25rem 0 3.75rem;
}
@media (max-width: 992px) {
  .section-team {
    margin: 5rem 0 3rem;
  }
}
@media (max-width: 680px) {
  .section-team {
    margin: 3.75rem 0 1.25rem;
  }
}
.section-team .section-title {
  color: var(--brunswick_green);
}
.section-team .desc {
  margin-top: 2rem;
  max-width: 47.625rem;
}
@media (max-width: 992px) {
  .section-team .desc {
    max-width: 35.875rem;
    margin-top: 1.5rem;
  }
}
@media (max-width: 680px) {
  .section-team .desc {
    margin-top: 20px;
  }
}
.section-team .meta-filter {
  max-width: 72.1875rem;
  margin-top: 5rem;
  justify-content: flex-start;
}
@media (max-width: 992px) {
  .section-team .meta-filter {
    margin-top: 3.75rem;
  }
}
@media (max-width: 680px) {
  .section-team .meta-filter {
    margin-top: 3rem;
  }
}

.team-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem 1.25rem;
  margin-top: 3.75rem;
}
@media (max-width: 992px) {
  .team-grid {
    margin-top: 3rem;
    gap: 3.75rem 1rem;
  }
}
@media (max-width: 680px) {
  .team-grid {
    margin-top: 2.25rem;
    gap: 3rem 1rem;
  }
}

.section-cases {
  margin: 6.25rem 0;
}
@media (max-width: 992px) {
  .section-cases {
    margin: 5rem 0;
  }
}
@media (max-width: 680px) {
  .section-cases {
    margin: 3.75rem 0;
  }
}
.section-cases .section-title {
  color: var(--brunswick_green);
}
.section-cases .meta-filter {
  max-width: 72.1875rem;
  margin-top: 5rem;
  justify-content: flex-start;
}
@media (max-width: 992px) {
  .section-cases .meta-filter {
    margin-top: 3.75rem;
  }
}
@media (max-width: 680px) {
  .section-cases .meta-filter {
    margin-top: 3rem;
  }
}

.section-cases-challenge {
  margin: 6.25rem 0;
}
@media (max-width: 992px) {
  .section-cases-challenge {
    margin: 5rem 0;
  }
}
@media (max-width: 680px) {
  .section-cases-challenge {
    margin: 3.75rem 0;
  }
}
.section-cases-challenge .subtitle {
  margin-bottom: 2.5rem;
}
@media (max-width: 992px) {
  .section-cases-challenge .subtitle {
    margin-bottom: 1.5em;
  }
}
@media (max-width: 680px) {
  .section-cases-challenge .subtitle {
    margin-bottom: 1.25rem;
  }
}

.case-about {
  max-width: 70rem;
  color: var(--brunswick_green);
  margin-bottom: 6.25rem;
}
@media (max-width: 992px) {
  .case-about {
    margin-bottom: 5rem;
  }
}
@media (max-width: 680px) {
  .case-about {
    margin-bottom: 3.75rem;
  }
}

.case-banner {
  height: 41.25rem;
  position: relative;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .case-banner {
    height: 25rem;
  }
}
@media (max-width: 680px) {
  .case-banner {
    height: 28.125rem;
  }
}
.case-banner .image {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  width: 160%;
  max-width: 100vw;
}
.case-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.case-objective {
  display: flex;
  flex-wrap: wrap;
  gap: 3.75rem 1.875rem;
  margin: 6.25rem 0;
}
@media (max-width: 992px) {
  .case-objective {
    margin: 5rem 0;
  }
}
@media (max-width: 680px) {
  .case-objective {
    margin: 3.75rem 0;
  }
}
.case-objective .entry-title {
  width: 19.1875rem;
  color: var(--brunswick_green);
}
@media (max-width: 992px) {
  .case-objective .entry-title {
    width: 100%;
  }
}
.case-objective .objective {
  width: calc(100% - 21.0625rem);
  display: flex;
  flex-wrap: wrap;
  gap: 3.75rem 4.75rem;
}
@media (max-width: 992px) {
  .case-objective .objective {
    width: 100%;
    gap: 2.25rem;
  }
}
.case-objective .objective .item {
  width: calc(50% - 2.375rem);
}
@media (max-width: 680px) {
  .case-objective .objective .item {
    width: 100%;
  }
}
.case-objective .objective .item .num {
  color: var(--brunswick_green);
  margin-bottom: 1.875rem;
}
@media (max-width: 992px) {
  .case-objective .objective .item .num {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 680px) {
  .case-objective .objective .item .num {
    margin-bottom: 1.25rem;
  }
}
.case-objective .objective .item .text {
  max-width: 22.5rem;
}

.section-cases-company {
  margin: 6.25rem 0;
}
@media (max-width: 992px) {
  .section-cases-company {
    margin: 5rem 0;
  }
}
@media (max-width: 680px) {
  .section-cases-company {
    margin: 3.75rem 0;
  }
}
.section-cases-company .section-title {
  max-width: 51.25rem;
  color: var(--brunswick_green);
}

.case-company {
  margin: 5rem 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.875rem;
}
@media (max-width: 992px) {
  .case-company {
    margin: 3.75rem 0;
    gap: 2.25rem;
  }
}
@media (max-width: 680px) {
  .case-company {
    margin: 3rem 0;
    gap: 1.75rem;
  }
}
.case-company .company-logo {
  width: 10rem;
  height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  border: 1px solid var(--gray_line);
  overflow: hidden;
}
@media (max-width: 992px) {
  .case-company .company-logo {
    width: 7.5rem;
    height: 7.5rem;
  }
}
@media (max-width: 680px) {
  .case-company .company-logo {
    width: 5rem;
    height: 5rem;
  }
}
.case-company .company-logo img {
  width: 100%;
  height: auto;
}
.case-company .company-description {
  width: calc(100% - 21.0625rem);
}
@media (max-width: 992px) {
  .case-company .company-description {
    width: 100%;
  }
}
.case-company .company-description .text p:first-child {
  margin-top: 0;
}
.case-company .company-description .text p:last-child {
  margin-bottom: 0;
}

.company-info {
  margin-top: 3.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2.125rem 2.5rem;
}
@media (max-width: 992px) {
  .company-info {
    margin-top: 3rem;
    gap: 1.5rem 2rem;
  }
}
@media (max-width: 680px) {
  .company-info {
    margin-top: 2.25rem;
    gap: 1.25rem 2rem;
  }
}
.company-info .item {
  width: calc(50% - 1.25rem);
}
.company-info .item .text {
  margin-top: 0.375rem;
  color: var(--brunswick_green);
}

.section-cases-solution {
  margin: 6.25rem 0;
}
@media (max-width: 992px) {
  .section-cases-solution {
    margin: 5rem 0;
  }
}
@media (max-width: 680px) {
  .section-cases-solution {
    margin: 3.75rem 0;
  }
}

.case-solution {
  padding: 3rem 2.375rem;
  border-radius: 1rem;
  background-color: var(--deep_emerald);
  color: var(--light_green);
}
@media (max-width: 992px) {
  .case-solution {
    padding: 36px 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
  }
}
@media (max-width: 680px) {
  .case-solution {
    padding: 28px 16px;
    gap: 48px;
  }
}
.case-solution .section-title {
  max-width: 45rem;
  margin-bottom: 5rem;
}
@media (max-width: 992px) {
  .case-solution .section-title {
    width: calc(50% - 30px);
  }
}
@media (max-width: 680px) {
  .case-solution .section-title {
    width: 100%;
    margin-bottom: 0;
  }
}
.case-solution .solution {
  display: flex;
  flex-wrap: wrap;
  gap: 4.625rem;
}
@media (max-width: 992px) {
  .case-solution .solution {
    gap: 40px;
    width: calc(50% - 30px);
  }
}
@media (max-width: 680px) {
  .case-solution .solution {
    width: 100%;
    gap: 30px;
  }
}
.case-solution .solution .item {
  width: calc(33.33% - 3.125rem);
}
@media (max-width: 992px) {
  .case-solution .solution .item {
    width: 100%;
  }
}
.case-solution .solution .item .num {
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .case-solution .solution .item .num {
    margin-bottom: 1rem;
  }
}
@media (max-width: 680px) {
  .case-solution .solution .item .num {
    margin-bottom: 14px;
  }
}
.case-solution .solution .item .title {
  margin-bottom: 1rem;
}
@media (max-width: 992px) {
  .case-solution .solution .item .title {
    margin-bottom: 14px;
  }
}
@media (max-width: 680px) {
  .case-solution .solution .item .title {
    margin-bottom: 12px;
  }
}
.case-solution .solution .item .text {
  opacity: 0.7;
}

.section-cases-outcomes {
  margin: 6.25rem 0;
}
@media (max-width: 992px) {
  .section-cases-outcomes {
    margin: 5rem 0;
  }
}
@media (max-width: 680px) {
  .section-cases-outcomes {
    margin: 3.75rem 0;
  }
}
.section-cases-outcomes .section-title {
  color: var(--brunswick_green);
  margin-bottom: 2.5rem;
}
.section-cases-outcomes .desc {
  max-width: 50rem;
}

.case-outcomes {
  margin-top: 5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem 1.5rem;
}
@media (max-width: 992px) {
  .case-outcomes {
    margin-top: 3.75rem;
    gap: 1rem;
  }
}
@media (max-width: 680px) {
  .case-outcomes {
    margin-top: 3rem;
    gap: 1.5rem;
  }
}
.case-outcomes .item {
  width: calc(33.33% - 1.25rem);
  padding: 1.25rem;
  border-left: 1px solid var(--gray_line);
}
@media (max-width: 992px) {
  .case-outcomes .item {
    padding: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 680px) {
  .case-outcomes .item {
    padding: 0.75rem 0;
    width: 100%;
    border-top: 1px solid var(--gray_line);
    border-left: 0;
  }
}
.case-outcomes .item .ico {
  width: 2.875rem;
  margin-bottom: 3.75rem;
}
@media (max-width: 992px) {
  .case-outcomes .item .ico {
    width: 40px;
    margin-bottom: 48px;
  }
}
@media (max-width: 680px) {
  .case-outcomes .item .ico {
    width: 36px;
    margin-bottom: 36px;
  }
}
.case-outcomes .item .ico img {
  width: 100%;
}
.case-outcomes .item .entry-title {
  color: var(--brunswick_green);
  margin-bottom: 1.25rem;
}

.section-cases-testimonial {
  margin: 6.25rem 0;
}
@media (max-width: 992px) {
  .section-cases-testimonial {
    margin: 5rem 0;
  }
}
@media (max-width: 680px) {
  .section-cases-testimonial {
    margin: 3.75rem 0;
  }
}
.section-cases-testimonial .section-title {
  color: var(--brunswick_green);
}

.case-testimonial {
  max-width: 53.375rem;
  margin-top: 5rem;
  padding-top: 1.5rem;
  margin-left: auto;
  border-top: 1px solid var(--gray_line);
}
@media (max-width: 992px) {
  .case-testimonial {
    margin-top: 3.75rem;
  }
}
@media (max-width: 680px) {
  .case-testimonial {
    margin-top: 3rem;
  }
}
.case-testimonial .block {
  margin-bottom: 3.375rem;
}
@media (max-width: 992px) {
  .case-testimonial .block {
    margin-bottom: 48px;
  }
}
@media (max-width: 680px) {
  .case-testimonial .block {
    margin-bottom: 36px;
  }
}
.case-testimonial .author {
  max-width: 22rem;
}
.case-testimonial .author .name {
  color: var(--brunswick_green);
}

.section-cases-related {
  margin: 6.25rem 0;
}
@media (max-width: 992px) {
  .section-cases-related {
    margin: 5rem 0;
  }
}
@media (max-width: 680px) {
  .section-cases-related {
    margin: 3.75rem 0;
  }
}
.section-cases-related .section-title {
  color: var(--brunswick_green);
}
@media (max-width: 992px) {
  .section-cases-related .cases-related .case:last-child {
    display: none;
  }
}
@media (max-width: 680px) {
  .section-cases-related .cases-related .case:last-child {
    display: block;
  }
}

.section-key-numbers {
  position: relative;
  color: var(--cloudy_blue);
  padding: 6.25rem 0;
}
@media (max-width: 992px) {
  .section-key-numbers {
    padding: 5rem 0;
  }
}
@media (max-width: 680px) {
  .section-key-numbers {
    padding: 3.75rem 0;
  }
}
.section-key-numbers:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -150%;
  right: -150%;
  z-index: 1;
  background: var(--gradient);
}
.section-key-numbers .row {
  position: relative;
  z-index: 10;
  justify-content: space-between;
}
.section-key-numbers .block {
  width: 43.125rem;
  max-width: 100%;
}

.key-numbers {
  margin-top: 5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 3.125rem 3.75rem;
}
@media (max-width: 992px) {
  .key-numbers {
    margin-top: 3.75rem;
    gap: 36px 48px;
  }
}
@media (max-width: 680px) {
  .key-numbers {
    margin-top: 3rem;
    gap: 28px;
  }
}
.key-numbers .item {
  width: calc(50% - 1.875rem);
  padding-top: 1rem;
  border-top: 1px solid var(--light_green);
}
@media (max-width: 680px) {
  .key-numbers .item {
    width: 100%;
  }
}
.key-numbers .item .entry-title {
  margin-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .key-numbers .item .entry-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 680px) {
  .key-numbers .item .entry-title {
    margin-bottom: 16px;
  }
}
.key-numbers .item .text {
  opacity: 0.7;
}

.logos-box {
  width: 27.25rem;
  position: absolute;
  z-index: 10;
  top: -6rem;
  bottom: -6rem;
  right: 2rem;
  display: flex;
  gap: 1rem;
  overflow: hidden;
}
@media (max-width: 992px) {
  .logos-box {
    position: static;
    width: 100%;
    margin-top: 48px;
    flex-direction: column;
    gap: 12px;
    overflow: visible;
  }
}
@media (max-width: 680px) {
  .logos-box {
    margin-top: 36px;
    gap: 6px;
  }
}

.marquee-down {
  height: 55rem;
  width: calc(50% - 0.5rem);
}
.marquee-down:nth-child(2) {
  margin-top: 2rem;
  height: 60rem;
}
@media (max-width: 992px) {
  .marquee-down {
    display: none;
  }
}

.marquee-left {
  display: none;
  width: 100%;
}
.marquee-left:last-child {
  width: 110%;
  margin-left: -5%;
}
@media (max-width: 992px) {
  .marquee-left {
    display: flex;
    flex-wrap: nowrap;
  }
}
.marquee-left .js-marquee-wrapper {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
}
.marquee-left .js-marquee {
  display: flex;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 12px;
  margin: 0 !important;
}
.marquee-left .item {
  flex-shrink: 0;
}

.marquee-down .item,
.marquee-left .item {
  aspect-ratio: 1/1;
  height: 13.125rem;
  border: 1px solid #385243;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(178, 252, 191, 0), rgba(178, 252, 191, 0.1) 100%);
  margin-bottom: 1rem;
}
@media (max-width: 992px) {
  .marquee-down .item,
.marquee-left .item {
    width: 190px;
    height: 190px;
    margin-bottom: 0;
  }
}
@media (max-width: 680px) {
  .marquee-down .item,
.marquee-left .item {
    width: 100px;
    height: 100px;
  }
}
.marquee-down .item img,
.marquee-left .item img {
  height: 3rem;
  width: auto;
}
@media (max-width: 992px) {
  .marquee-down .item img,
.marquee-left .item img {
    height: 2.5rem;
  }
}
@media (max-width: 680px) {
  .marquee-down .item img,
.marquee-left .item img {
    height: 1.75rem;
  }
}

.section-faq {
  margin: 6.25rem 0;
}
@media (max-width: 992px) {
  .section-faq {
    margin: 5rem 0;
  }
}
@media (max-width: 680px) {
  .section-faq {
    margin: 3.75rem 0;
  }
}

.accordion.faq {
  max-width: 61.5625rem;
  margin-top: 5rem;
  margin-left: auto;
}
@media (max-width: 992px) {
  .accordion.faq {
    margin-top: 3.75rem;
  }
}
@media (max-width: 680px) {
  .accordion.faq {
    margin-top: 3rem;
  }
}
.accordion.faq .accordion-box {
  border-top: 1px solid var(--gray_line);
}
.accordion.faq .accordion-box .top {
  padding: 2rem 0;
  gap: 2rem;
  color: var(--deep_emerald);
  cursor: pointer;
}
@media (max-width: 992px) {
  .accordion.faq .accordion-box .top {
    padding: 1.5rem 0;
  }
}
@media (max-width: 680px) {
  .accordion.faq .accordion-box .top {
    padding: 1.25rem 0;
  }
}
.accordion.faq .accordion-box .top:after {
  display: none;
}
.accordion.faq .accordion-box .top .plus {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 1.75rem;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 100%;
  background-color: var(--gray_light);
  transition: 0.3s;
}
@media (max-width: 992px) {
  .accordion.faq .accordion-box .top .plus {
    min-width: 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media (max-width: 680px) {
  .accordion.faq .accordion-box .top .plus {
    min-width: 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
  }
}
.accordion.faq .accordion-box .top .plus img,
.accordion.faq .accordion-box .top .plus svg {
  width: 0.875rem;
  height: auto;
}
@media (max-width: 992px) {
  .accordion.faq .accordion-box .top .plus img,
.accordion.faq .accordion-box .top .plus svg {
    width: 0.75rem;
  }
}
@media (max-width: 680px) {
  .accordion.faq .accordion-box .top .plus img,
.accordion.faq .accordion-box .top .plus svg {
    width: 0.625rem;
  }
}
.accordion.faq .accordion-box .accordion-body {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s ease-out;
  box-sizing: border-box;
}
.accordion.faq .accordion-box .accordion-body .block {
  padding-bottom: 1.25rem;
}
.accordion.faq .accordion-box .accordion-body .block .text {
  max-width: 47.5rem;
  font-size: 1rem;
}
@media (max-width: 992px) {
  .accordion.faq .accordion-box .accordion-body .block .text {
    width: calc(100% - 3.25rem);
  }
}
@media (max-width: 680px) {
  .accordion.faq .accordion-box .accordion-body .block .text {
    font-size: 0.875rem;
    width: calc(100% - 2.625rem);
  }
}
.accordion.faq .accordion-box.active .top .plus {
  background-color: var(--brunswick_green);
  transition: 0.3s;
  transform: rotate(45deg);
}
.accordion.faq .accordion-box.active .top .plus svg path {
  fill: #eceff2;
}

.section-scan {
  margin: 6.25rem 0;
}
@media (max-width: 992px) {
  .section-scan {
    margin: 5rem 0;
  }
}
@media (max-width: 680px) {
  .section-scan {
    margin: 3.75rem 0;
  }
}

.scan {
  width: 100%;
  aspect-ratio: 1320/587;
  border-radius: 1.25rem;
  padding: 2.5rem 2.5rem 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  text-align: center;
  background-color: var(--deep_emerald);
  color: var(--light_green);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 100%;
}
@media (max-width: 992px) {
  .scan {
    aspect-ratio: 688/460;
  }
}
@media (max-width: 480px) {
  .scan {
    aspect-ratio: 280/380;
    padding: 3.75rem 2rem;
    justify-content: flex-start;
  }
}
.scan .section-title {
  width: 100%;
}
.section-progress {
  margin: 6.25rem 0;
}
@media (max-width: 992px) {
  .section-progress {
    margin: 5rem 0;
  }
}
@media (max-width: 680px) {
  .section-progress {
    margin: 3.75rem 0;
  }
}
.section-progress .section-title {
  color: var(--brunswick_green);
}
.section-progress .desc {
  color: var(--brunswick_green);
  margin-top: 2.5rem;
  max-width: 43.625rem;
}

.progress {
  margin-top: 5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .progress {
    margin-top: 3.75rem;
    gap: 20px;
  }
}
@media (max-width: 680px) {
  .progress {
    margin-top: 3rem;
    gap: 24px;
  }
}
.progress .item {
  min-height: 18.5rem;
  width: calc(33.33% - 2.5rem);
  padding: 0 1.25rem;
  border-left: 1px solid var(--gray_line);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .progress .item {
    padding: 0 1rem;
    min-height: 220px;
  }
}
@media (max-width: 680px) {
  .progress .item {
    width: 100%;
    padding: 1rem 0 0;
    min-height: 100px;
    border-left: none;
    border-top: 1px solid var(--gray_line);
    display: flex;
    flex-direction: column;
    gap: 36px;
  }
}
.progress .item .entry-title {
  color: var(--brunswick_green);
}
@media (max-width: 992px) {
  .progress .item .text br {
    display: none;
  }
}

.section-approach {
  padding: 6.25rem 0;
  position: relative;
  color: var(--cloudy_blue);
}
@media (max-width: 992px) {
  .section-approach {
    padding: 5rem 0;
  }
}
@media (max-width: 680px) {
  .section-approach {
    padding: 3.75rem 0;
  }
}
.section-approach:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -150%;
  right: -150%;
  z-index: 1;
  background: var(--gradient);
}
.section-approach .row {
  position: relative;
  z-index: 10;
  justify-content: space-between;
  align-items: flex-start;
}
.section-approach .block {
  max-width: 49.5rem;
}
@media (max-width: 992px) {
  .section-approach .box {
    display: flex;
    gap: 2rem;
  }
}
@media (max-width: 992px) {
  .section-approach .box {
    gap: 1.5rem;
  }
}
.section-approach .logos {
  min-width: 7.6875rem;
  width: 7.6875rem;
  height: 7.6875rem;
  border: 1px solid #385243;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(178, 252, 191, 0), rgba(178, 252, 191, 0.1) 100%);
  position: absolute;
  top: 2.5rem;
  right: 0;
}
@media (max-width: 992px) {
  .section-approach .logos {
    position: static;
    min-width: 90px;
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 992px) {
  .section-approach .logos {
    position: static;
    min-width: 64px;
    width: 64px;
    height: 64px;
  }
}
.section-approach .logos img {
  height: 4rem;
  width: auto;
}
@media (max-width: 992px) {
  .section-approach .logos img {
    height: 54px;
  }
}
@media (max-width: 680px) {
  .section-approach .logos img {
    height: 40px;
  }
}
.section-approach .section-title {
  margin-bottom: 2.5rem;
}
@media (max-width: 992px) {
  .section-approach .section-title {
    margin-bottom: 36px;
  }
}
.section-approach .approach {
  width: 100%;
  margin-top: 5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
@media (max-width: 992px) {
  .section-approach .approach {
    margin-top: 3.75rem;
    gap: 12px;
  }
}
@media (max-width: 680px) {
  .section-approach .approach {
    margin-top: 3rem;
  }
}
.section-approach .approach .item {
  width: calc(33.33% - 0.875rem);
  border: 1px solid var(--cloudy_blue);
  border-radius: 1rem;
  padding: 1.875rem;
}
@media (max-width: 992px) {
  .section-approach .approach .item {
    width: calc(33.33% - 0.5rem);
    padding: 1rem;
  }
}
@media (max-width: 680px) {
  .section-approach .approach .item {
    width: 100%;
    padding: 1rem;
  }
}
.section-approach .approach .item .ico {
  width: 2.5rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .section-approach .approach .item .ico {
    width: 2rem;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 680px) {
  .section-approach .approach .item .ico {
    margin-bottom: 20px;
  }
}
.section-approach .approach .item .ico img {
  width: 100%;
  height: auto;
}
.section-approach .approach .item .title {
  margin-bottom: 1.25rem;
}
@media (max-width: 992px) {
  .section-approach .approach .item .title {
    margin-bottom: 1rem;
  }
}
@media (max-width: 680px) {
  .section-approach .approach .item .title {
    margin-bottom: 14px;
  }
}
.section-approach .approach .item .text {
  max-width: 21.25rem;
}

.section-why {
  margin: 6.25rem 0;
}
@media (max-width: 992px) {
  .section-why {
    margin: 5rem 0;
  }
}
@media (max-width: 680px) {
  .section-why {
    margin: 3.75rem 0;
  }
}
.section-why .section-title {
  color: var(--brunswick_green);
}
.section-why .block {
  margin-top: 5rem;
  max-width: 58.75rem;
  margin-left: auto;
  padding-top: 1.5rem;
  border-top: 1px solid var(--gray_line);
}
@media (max-width: 992px) {
  .section-why .block {
    margin-top: 3.75rem;
    padding-top: 20px;
  }
}
@media (max-width: 680px) {
  .section-why .block {
    padding-top: 1rem;
  }
}
.section-why .decs {
  color: var(--brunswick_green);
}

.why {
  margin-top: 5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 2.5rem;
}
@media (max-width: 992px) {
  .why {
    margin-top: 3.75rem;
  }
}
@media (max-width: 680px) {
  .why {
    margin-top: 3rem;
  }
}
.why .item {
  width: calc(25% - 2rem);
}
@media (max-width: 680px) {
  .why .item {
    width: 100%;
  }
}
.why .item .entry-title {
  color: var(--brunswick_green);
}
.why .item .text {
  margin-top: 1.5rem;
  max-width: 13.75rem;
}
@media (max-width: 992px) {
  .why .item .text {
    margin-top: 20px;
  }
}
@media (max-width: 680px) {
  .why .item .text {
    margin-top: 1rem;
    max-width: 240px;
  }
}

.section-assessments {
  margin: 6.25rem 0;
}
@media (max-width: 992px) {
  .section-assessments {
    margin: 5rem 0;
  }
}
@media (max-width: 680px) {
  .section-assessments {
    margin: 3.75rem 0;
  }
}
.section-assessments .section-title {
  color: var(--brunswick_green);
}
.section-assessments .row {
  margin-top: 5rem;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .section-assessments .row {
    margin-top: 3.75rem;
  }
}
@media (max-width: 680px) {
  .section-assessments .row {
    margin-top: 3rem;
  }
}
.section-assessments .slider-menu {
  width: 33.5rem;
  gap: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .section-assessments .slider-menu {
    width: calc(50% - 12px);
  }
}
.section-assessments .slider-menu li {
  border-top: 1px solid var(--gray_line);
  padding: 0;
}
.section-assessments .slider-menu li .top {
  padding: 2rem 0;
  color: var(--gray_text);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.25rem;
  cursor: pointer;
}
@media (max-width: 992px) {
  .section-assessments .slider-menu li .top {
    padding: 1.5rem 0;
  }
}
@media (max-width: 680px) {
  .section-assessments .slider-menu li .top {
    padding: 1.25rem 0;
  }
}
.section-assessments .slider-menu li .top .plus {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 100%;
  background-color: var(--light_green);
  transition: 0.3s;
}
@media (max-width: 992px) {
  .section-assessments .slider-menu li .top .plus {
    min-width: 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media (max-width: 680px) {
  .section-assessments .slider-menu li .top .plus {
    min-width: 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
  }
}
.section-assessments .slider-menu li .top .plus img,
.section-assessments .slider-menu li .top .plus svg {
  width: 0.875rem;
  height: auto;
}
@media (max-width: 992px) {
  .section-assessments .slider-menu li .top .plus img,
.section-assessments .slider-menu li .top .plus svg {
    width: 0.75rem;
  }
}
@media (max-width: 680px) {
  .section-assessments .slider-menu li .top .plus img,
.section-assessments .slider-menu li .top .plus svg {
    width: 0.625rem;
  }
}
.section-assessments .slider-menu li .body {
  display: none;
  max-width: 24.375rem;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: var(--gray_text);
  padding-bottom: 2rem;
}
.section-assessments .slider-menu li:before {
  display: none;
}
.section-assessments .slider-menu li:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 0;
  background: var(--brunswick_green);
  transition: 0;
}
.section-assessments .slider-menu li.active .top {
  color: var(--deep_emerald);
}
.section-assessments .slider-menu li.active .top .plus {
  background-color: var(--brunswick_green);
  transition: 0.3s;
  transform: rotate(45deg);
}
.section-assessments .slider-menu li.active .top .plus svg path {
  fill: var(--light_green);
}
.section-assessments .slider-menu li.active .body {
  display: block;
}
.section-assessments .slider-menu li.active:after {
  width: 100%;
  transition: 3.5s;
}
.section-assessments .slider-tabs {
  width: 45.625rem;
}
@media (max-width: 992px) {
  .section-assessments .slider-tabs {
    width: calc(50% - 12px);
  }
}
.section-assessments .slider-tabs .swiper-slide {
  height: auto;
  display: block;
  padding: 0;
}

.as-block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  padding: 2.5rem;
  border-radius: 1rem;
  gap: 3.75rem;
  background-color: var(--deep_emerald);
  color: var(--light_green);
}
@media (max-width: 992px) {
  .as-block {
    padding: 1.5rem;
    gap: 1rem;
  }
}
@media (max-width: 680px) {
  .as-block {
    padding: 20px;
    margin-top: 20px;
  }
}
.as-block .title {
  width: 55%;
  order: 1;
}
@media (max-width: 992px) {
  .as-block .title {
    width: 100%;
  }
}
.as-block .button {
  order: 2;
  margin: 0 !important;
}
@media (max-width: 992px) {
  .as-block .button {
    order: 3;
    margin-top: 1rem !important;
  }
}
@media (max-width: 992px) {
  .as-block .button {
    width: 100%;
  }
}

.assessments {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  order: 3;
}
@media (max-width: 992px) {
  .assessments {
    order: 2;
    margin-top: 1rem;
    gap: 1.5rem;
  }
}
@media (max-width: 680px) {
  .assessments {
    margin-top: 0.5rem;
    gap: 1.25rem;
  }
}
.assessments .item {
  width: calc(50% - 1.25rem);
}
@media (max-width: 992px) {
  .assessments .item {
    width: 100%;
  }
}
.assessments .item .num {
  margin-bottom: 1rem;
}
@media (max-width: 992px) {
  .assessments .item .num {
    font-size: 14px;
  }
}
@media (max-width: 680px) {
  .assessments .item .num {
    font-size: 1rem;
  }
}

.accordion.as-tabs {
  display: none;
}
@media (max-width: 680px) {
  .accordion.as-tabs {
    display: block;
    margin: 0;
  }
}
.accordion.as-tabs .accordion-box {
  border-top: 1px solid var(--gray_line);
}
.accordion.as-tabs .accordion-box .top {
  padding: 2rem 0;
  gap: 2rem;
  color: var(--deep_emerald);
  cursor: pointer;
}
@media (max-width: 992px) {
  .accordion.as-tabs .accordion-box .top {
    padding: 1.5rem 0;
  }
}
@media (max-width: 680px) {
  .accordion.as-tabs .accordion-box .top {
    padding: 1.25rem 0;
  }
}
.accordion.as-tabs .accordion-box .top:after {
  display: none;
}
.accordion.as-tabs .accordion-box .top .plus {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 100%;
  background-color: var(--light_green);
  transition: 0.3s;
}
@media (max-width: 992px) {
  .accordion.as-tabs .accordion-box .top .plus {
    min-width: 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media (max-width: 680px) {
  .accordion.as-tabs .accordion-box .top .plus {
    min-width: 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
  }
}
.accordion.as-tabs .accordion-box .top .plus img,
.accordion.as-tabs .accordion-box .top .plus svg {
  width: 0.875rem;
  height: auto;
}
@media (max-width: 992px) {
  .accordion.as-tabs .accordion-box .top .plus img,
.accordion.as-tabs .accordion-box .top .plus svg {
    width: 0.75rem;
  }
}
@media (max-width: 680px) {
  .accordion.as-tabs .accordion-box .top .plus img,
.accordion.as-tabs .accordion-box .top .plus svg {
    width: 0.625rem;
  }
}
.accordion.as-tabs .accordion-box .accordion-body {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s ease-out;
  box-sizing: border-box;
}
.accordion.as-tabs .accordion-box .accordion-body .block {
  padding-bottom: 1.25rem;
}
.accordion.as-tabs .accordion-box .accordion-body .block .text {
  max-width: 47.5rem;
  font-size: 1rem;
}
@media (max-width: 992px) {
  .accordion.as-tabs .accordion-box .accordion-body .block .text {
    width: calc(100% - 3.25rem);
  }
}
@media (max-width: 680px) {
  .accordion.as-tabs .accordion-box .accordion-body .block .text {
    font-size: 0.875rem;
    width: calc(100% - 2.625rem);
  }
}
.accordion.as-tabs .accordion-box.active .top .plus {
  background-color: var(--brunswick_green);
  transition: 0.3s;
  transform: rotate(45deg);
}
.accordion.as-tabs .accordion-box.active .top .plus svg path {
  fill: #eceff2;
}

.section-solutions {
  margin: 6.25rem 0;
}
@media (max-width: 992px) {
  .section-solutions {
    margin: 5rem 0;
  }
}
@media (max-width: 680px) {
  .section-solutions {
    margin: 3.75rem 0;
  }
}

.solutions-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
@media (max-width: 992px) {
  .solutions-grid {
    gap: 1rem;
  }
}

.section-approach-solutions {
  margin: 6.25rem 0;
  padding: 6.25rem 0;
  position: relative;
  color: var(--light_green);
}
@media (max-width: 992px) {
  .section-approach-solutions {
    padding: 5rem 0;
    margin: 5rem 0;
  }
}
@media (max-width: 680px) {
  .section-approach-solutions {
    padding: 3.75rem 0;
    margin: 3.75rem 0;
  }
}
.section-approach-solutions:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -150%;
  right: -150%;
  z-index: 1;
  background-color: var(--deep_emerald);
}
.section-approach-solutions .decs {
  max-width: 38.3125rem;
  margin-top: 3.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--light_green);
}
@media (max-width: 992px) {
  .section-approach-solutions .decs {
    max-width: 27.8125rem;
    padding-top: 20px;
    margin-top: 3rem;
  }
}
@media (max-width: 680px) {
  .section-approach-solutions .decs {
    max-width: 100%;
    padding-top: 1rem;
    margin-top: 2.25rem;
  }
}
.section-approach-solutions .image {
  margin-top: 0;
  margin-bottom: 6.25rem;
}
@media (max-width: 992px) {
  .section-approach-solutions .image {
    margin-bottom: 5rem;
  }
}
@media (max-width: 680px) {
  .section-approach-solutions .image {
    margin-top: 20px;
    margin-bottom: 3.75rem;
  }
}
.section-approach-solutions .image svg {
  width: 100%;
  height: auto;
}
@media (max-width: 680px) {
  .section-approach-solutions .image.img-decs {
    display: none;
  }
}
.section-approach-solutions .image.img-mob {
  display: none;
}
@media (max-width: 680px) {
  .section-approach-solutions .image.img-mob {
    display: block;
  }
}
.section-approach-solutions .block {
  position: relative;
  z-index: 10;
}
.section-approach-solutions .stages {
  display: flex;
  flex-wrap: wrap;
  gap: 3.75rem 2.625rem;
  margin: 6.25rem 0;
}
@media (max-width: 992px) {
  .section-approach-solutions .stages {
    margin: 5rem 0;
    gap: 3.75rem 1.5rem;
  }
}
@media (max-width: 680px) {
  .section-approach-solutions .stages {
    margin: 3.75rem 0;
    gap: 2rem 1rem;
  }
}
.section-approach-solutions .stages .item {
  width: calc(33.33% - 1.75rem);
  opacity: 0.4;
  transition: 0.6s;
  cursor: pointer;
}
@media (max-width: 992px) {
  .section-approach-solutions .stages .item {
    width: calc(33.33% - 1rem);
  }
}
@media (max-width: 680px) {
  .section-approach-solutions .stages .item {
    width: calc(50% - 0.5rem);
  }
}
@media (max-width: 480px) {
  .section-approach-solutions .stages .item {
    width: 100%;
  }
}
.section-approach-solutions .stages .item .subtitle {
  margin-bottom: 1rem;
}
.section-approach-solutions .stages .item .entry-title {
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .section-approach-solutions .stages .item .entry-title {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 680px) {
  .section-approach-solutions .stages .item .entry-title {
    margin-bottom: 20px;
  }
}
.section-approach-solutions .stages .item .text {
  max-width: 20.375rem;
}
.section-approach-solutions .stages .item:hover, .section-approach-solutions .stages .item.active {
  opacity: 1;
  transition: 0.6s;
}

.get-solution {
  width: 100%;
  aspect-ratio: 1320/540;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 3rem;
  padding: 2.5rem;
  border-radius: 1rem;
  margin-top: 5rem;
  border: 1px solid #417562;
  background-image: url(../img/decor/get-sol-bg.png);
  background-size: cover;
  background-position: 50% 100%;
}
@media (max-width: 992px) {
  .get-solution {
    margin-top: 3.75rem;
    aspect-ratio: 688/540;
  }
}
@media (max-width: 680px) {
  .get-solution {
    margin-top: 3rem;
    aspect-ratio: 280/420;
  }
}

.stage-1,
.stage-2,
.stage-3,
.stage-4,
.stage-5,
.stage-text-1,
.stage-text-2,
.stage-text-3,
.stage-text-4,
.stage-text-5 {
  opacity: 0;
  cursor: pointer;
}
.stage-1:hover, .stage-1.active,
.stage-2:hover,
.stage-2.active,
.stage-3:hover,
.stage-3.active,
.stage-4:hover,
.stage-4.active,
.stage-5:hover,
.stage-5.active,
.stage-text-1:hover,
.stage-text-1.active,
.stage-text-2:hover,
.stage-text-2.active,
.stage-text-3:hover,
.stage-text-3.active,
.stage-text-4:hover,
.stage-text-4.active,
.stage-text-5:hover,
.stage-text-5.active {
  opacity: 1 !important;
}

.start .stage-1 {
  animation: stage 0.5s linear 0s forwards;
}
.start .stage-2 {
  animation: stage 0.5s linear 0.5s forwards;
}
.start .stage-3 {
  animation: stage 0.5s linear 1s forwards;
}
.start .stage-4 {
  animation: stage 0.5s linear 1.5s forwards;
}
.start .stage-5 {
  animation: stage 0.5s linear 2s forwards;
}
.start .stage-text-1 {
  animation: stage_text 0.5s linear 0.5s forwards;
}
.start .stage-text-2 {
  animation: stage_text 0.5s linear 1s forwards;
}
.start .stage-text-3 {
  animation: stage_text 0.5s linear 1.5s forwards;
}
.start .stage-text-4 {
  animation: stage_text 0.5s linear 2s forwards;
}
.start .stage-text-5 {
  animation: stage_text 0.5s linear 2.5s forwards;
}

.PbIRvWJK_0 {
  stroke-dasharray: 159 161;
  stroke-dashoffset: 160;
}

.start .PbIRvWJK_0 {
  animation: PbIRvWJK_draw 1333ms linear 0ms forwards;
}

.PbIRvWJK_1 {
  stroke-dasharray: 407 409;
  stroke-dashoffset: 408;
}

.start .PbIRvWJK_1 {
  animation: PbIRvWJK_draw 1333ms linear 24ms forwards;
}

.PbIRvWJK_2 {
  stroke-dasharray: 190 192;
  stroke-dashoffset: 191;
}

.start .PbIRvWJK_2 {
  animation: PbIRvWJK_draw 1333ms linear 49ms forwards;
}

.PbIRvWJK_3 {
  stroke-dasharray: 407 409;
  stroke-dashoffset: 408;
}

.start .PbIRvWJK_3 {
  animation: PbIRvWJK_draw 1333ms linear 74ms forwards;
}

.PbIRvWJK_4 {
  stroke-dasharray: 261 263;
  stroke-dashoffset: 262;
}

.start .PbIRvWJK_4 {
  animation: PbIRvWJK_draw 1333ms linear 98ms forwards;
}

.PbIRvWJK_5 {
  stroke-dasharray: 407 409;
  stroke-dashoffset: 408;
}

.start .PbIRvWJK_5 {
  animation: PbIRvWJK_draw 1333ms linear 123ms forwards;
}

.PbIRvWJK_6 {
  stroke-dasharray: 397 399;
  stroke-dashoffset: 398;
}

.start .PbIRvWJK_6 {
  animation: PbIRvWJK_draw 1333ms linear 148ms forwards;
}

.PbIRvWJK_7 {
  stroke-dasharray: 407 409;
  stroke-dashoffset: 408;
}

.start .PbIRvWJK_7 {
  animation: PbIRvWJK_draw 1333ms linear 172ms forwards;
}

.PbIRvWJK_8 {
  stroke-dasharray: 640 642;
  stroke-dashoffset: 641;
}

.start .PbIRvWJK_8 {
  animation: PbIRvWJK_draw 1333ms linear 197ms forwards;
}

.PbIRvWJK_9 {
  stroke-dasharray: 407 409;
  stroke-dashoffset: 408;
}

.start .PbIRvWJK_9 {
  animation: PbIRvWJK_draw 1333ms linear 222ms forwards;
}

.PbIRvWJK_10 {
  stroke-dasharray: 6 8;
  stroke-dashoffset: 7;
}

.start .PbIRvWJK_10 {
  animation: PbIRvWJK_draw 1333ms linear 246ms forwards;
}

.PbIRvWJK_11 {
  stroke-dasharray: 9 11;
  stroke-dashoffset: 10;
}

.start .PbIRvWJK_11 {
  animation: PbIRvWJK_draw 1333ms linear 271ms forwards;
}

.PbIRvWJK_12 {
  stroke-dasharray: 243 245;
  stroke-dashoffset: 244;
}

.start .PbIRvWJK_12 {
  animation: PbIRvWJK_draw 1333ms linear 296ms forwards;
}

.PbIRvWJK_13 {
  stroke-dasharray: 32 34;
  stroke-dashoffset: 33;
}

.start .PbIRvWJK_13 {
  animation: PbIRvWJK_draw 1333ms linear 320ms forwards;
}

.PbIRvWJK_14 {
  stroke-dasharray: 290 292;
  stroke-dashoffset: 291;
}

.start .PbIRvWJK_14 {
  animation: PbIRvWJK_draw 1333ms linear 345ms forwards;
}

.PbIRvWJK_15 {
  stroke-dasharray: 32 34;
  stroke-dashoffset: 33;
}

.start .PbIRvWJK_15 {
  animation: PbIRvWJK_draw 1333ms linear 370ms forwards;
}

.PbIRvWJK_16 {
  stroke-dasharray: 254 256;
  stroke-dashoffset: 255;
}

.start .PbIRvWJK_16 {
  animation: PbIRvWJK_draw 1333ms linear 395ms forwards;
}

.PbIRvWJK_17 {
  stroke-dasharray: 32 34;
  stroke-dashoffset: 33;
}

.start .PbIRvWJK_17 {
  animation: PbIRvWJK_draw 1333ms linear 419ms forwards;
}

.PbIRvWJK_18 {
  stroke-dasharray: 188 190;
  stroke-dashoffset: 189;
}

.start .PbIRvWJK_18 {
  animation: PbIRvWJK_draw 1333ms linear 444ms forwards;
}

.PbIRvWJK_19 {
  stroke-dasharray: 32 34;
  stroke-dashoffset: 33;
}

.start .PbIRvWJK_19 {
  animation: PbIRvWJK_draw 1333ms linear 469ms forwards;
}

.PbIRvWJK_20 {
  stroke-dasharray: 325 327;
  stroke-dashoffset: 326;
}

.start .PbIRvWJK_20 {
  animation: PbIRvWJK_draw 1333ms linear 493ms forwards;
}

.PbIRvWJK_21 {
  stroke-dasharray: 32 34;
  stroke-dashoffset: 33;
}

.start .PbIRvWJK_21 {
  animation: PbIRvWJK_draw 1333ms linear 518ms forwards;
}

.PbIRvWJK_22 {
  stroke-dasharray: 1126 1128;
  stroke-dashoffset: 1127;
}

.start .PbIRvWJK_22 {
  animation: PbIRvWJK_draw 1333ms linear 543ms forwards;
}

.PbIRvWJK_23 {
  stroke-dasharray: 678 680;
  stroke-dashoffset: 679;
}

.start .PbIRvWJK_23 {
  animation: PbIRvWJK_draw 1333ms linear 567ms forwards;
}

.PbIRvWJK_24 {
  stroke-dasharray: 678 680;
  stroke-dashoffset: 679;
}

.start .PbIRvWJK_24 {
  animation: PbIRvWJK_draw 1333ms linear 592ms forwards;
}

.PbIRvWJK_25 {
  stroke-dasharray: 678 680;
  stroke-dashoffset: 679;
}

.start .PbIRvWJK_25 {
  animation: PbIRvWJK_draw 1333ms linear 617ms forwards;
}

.PbIRvWJK_26 {
  stroke-dasharray: 678 680;
  stroke-dashoffset: 679;
}

.start .PbIRvWJK_26 {
  animation: PbIRvWJK_draw 1333ms linear 641ms forwards;
}

.PbIRvWJK_27 {
  stroke-dasharray: 678 680;
  stroke-dashoffset: 679;
}

.start .PbIRvWJK_27 {
  animation: PbIRvWJK_draw 1333ms linear 666ms forwards;
}

@keyframes PbIRvWJK_draw {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes PbIRvWJK_fade {
  0% {
    stroke-opacity: 1;
  }
  93.54838709677419% {
    stroke-opacity: 1;
  }
  100% {
    stroke-opacity: 0;
  }
}
.KcZWmNXh_0 {
  stroke-dasharray: 607 609;
  stroke-dashoffset: 608;
}

.start .KcZWmNXh_0 {
  animation: KcZWmNXh_draw 2000ms linear 0ms forwards;
}

.KcZWmNXh_1 {
  stroke-dasharray: 1395 1397;
  stroke-dashoffset: 1396;
}

.start .KcZWmNXh_1 {
  animation: KcZWmNXh_draw 2000ms linear 37ms forwards;
}

.KcZWmNXh_2 {
  stroke-dasharray: 654 656;
  stroke-dashoffset: 655;
}

.start .KcZWmNXh_2 {
  animation: KcZWmNXh_draw 2000ms linear 74ms forwards;
}

.KcZWmNXh_3 {
  stroke-dasharray: 1395 1397;
  stroke-dashoffset: 1396;
}

.start .KcZWmNXh_3 {
  animation: KcZWmNXh_draw 2000ms linear 111ms forwards;
}

.KcZWmNXh_4 {
  stroke-dasharray: 765 767;
  stroke-dashoffset: 766;
}

.start .KcZWmNXh_4 {
  animation: KcZWmNXh_draw 2000ms linear 148ms forwards;
}

.KcZWmNXh_5 {
  stroke-dasharray: 1395 1397;
  stroke-dashoffset: 1396;
}

.start .KcZWmNXh_5 {
  animation: KcZWmNXh_draw 2000ms linear 185ms forwards;
}

.KcZWmNXh_6 {
  stroke-dasharray: 975 977;
  stroke-dashoffset: 976;
}

.start .KcZWmNXh_6 {
  animation: KcZWmNXh_draw 2000ms linear 222ms forwards;
}

.KcZWmNXh_7 {
  stroke-dasharray: 1395 1397;
  stroke-dashoffset: 1396;
}

.start .KcZWmNXh_7 {
  animation: KcZWmNXh_draw 2000ms linear 259ms forwards;
}

.KcZWmNXh_8 {
  stroke-dasharray: 1361 1363;
  stroke-dashoffset: 1362;
}

.start .KcZWmNXh_8 {
  animation: KcZWmNXh_draw 2000ms linear 296ms forwards;
}

.KcZWmNXh_9 {
  stroke-dasharray: 1395 1397;
  stroke-dashoffset: 1396;
}

.start .KcZWmNXh_9 {
  animation: KcZWmNXh_draw 2000ms linear 333ms forwards;
}

.KcZWmNXh_10 {
  stroke-dasharray: 16 18;
  stroke-dashoffset: 17;
}

.start .KcZWmNXh_10 {
  animation: KcZWmNXh_draw 2000ms linear 370ms forwards;
}

.KcZWmNXh_11 {
  stroke-dasharray: 16 18;
  stroke-dashoffset: 17;
}

.start .KcZWmNXh_11 {
  animation: KcZWmNXh_draw 2000ms linear 407ms forwards;
}

.KcZWmNXh_12 {
  stroke-dasharray: 431 433;
  stroke-dashoffset: 432;
}

.start .KcZWmNXh_12 {
  animation: KcZWmNXh_draw 2000ms linear 444ms forwards;
}

.KcZWmNXh_13 {
  stroke-dasharray: 63 65;
  stroke-dashoffset: 64;
}

.start .KcZWmNXh_13 {
  animation: KcZWmNXh_draw 2000ms linear 481ms forwards;
}

.KcZWmNXh_14 {
  stroke-dasharray: 515 517;
  stroke-dashoffset: 516;
}

.start .KcZWmNXh_14 {
  animation: KcZWmNXh_draw 2000ms linear 518ms forwards;
}

.KcZWmNXh_15 {
  stroke-dasharray: 63 65;
  stroke-dashoffset: 64;
}

.start .KcZWmNXh_15 {
  animation: KcZWmNXh_draw 2000ms linear 555ms forwards;
}

.KcZWmNXh_16 {
  stroke-dasharray: 452 454;
  stroke-dashoffset: 453;
}

.start .KcZWmNXh_16 {
  animation: KcZWmNXh_draw 2000ms linear 592ms forwards;
}

.KcZWmNXh_17 {
  stroke-dasharray: 63 65;
  stroke-dashoffset: 64;
}

.start .KcZWmNXh_17 {
  animation: KcZWmNXh_draw 2000ms linear 629ms forwards;
}

.KcZWmNXh_18 {
  stroke-dasharray: 334 336;
  stroke-dashoffset: 335;
}

.start .KcZWmNXh_18 {
  animation: KcZWmNXh_draw 2000ms linear 666ms forwards;
}

.KcZWmNXh_19 {
  stroke-dasharray: 63 65;
  stroke-dashoffset: 64;
}

.start .KcZWmNXh_19 {
  animation: KcZWmNXh_draw 2000ms linear 703ms forwards;
}

.KcZWmNXh_20 {
  stroke-dasharray: 577 579;
  stroke-dashoffset: 578;
}

.start .KcZWmNXh_20 {
  animation: KcZWmNXh_draw 2000ms linear 740ms forwards;
}

.KcZWmNXh_21 {
  stroke-dasharray: 63 65;
  stroke-dashoffset: 64;
}

.start .KcZWmNXh_21 {
  animation: KcZWmNXh_draw 2000ms linear 777ms forwards;
}

.KcZWmNXh_22 {
  stroke-dasharray: 3596 3598;
  stroke-dashoffset: 3597;
}

.start .KcZWmNXh_22 {
  animation: KcZWmNXh_draw 2000ms linear 814ms forwards;
}

.KcZWmNXh_23 {
  stroke-dasharray: 1484 1486;
  stroke-dashoffset: 1485;
}

.start .KcZWmNXh_23 {
  animation: KcZWmNXh_draw 2000ms linear 851ms forwards;
}

.KcZWmNXh_24 {
  stroke-dasharray: 1484 1486;
  stroke-dashoffset: 1485;
}

.start .KcZWmNXh_24 {
  animation: KcZWmNXh_draw 2000ms linear 888ms forwards;
}

.KcZWmNXh_25 {
  stroke-dasharray: 1484 1486;
  stroke-dashoffset: 1485;
}

.start .KcZWmNXh_25 {
  animation: KcZWmNXh_draw 2000ms linear 925ms forwards;
}

.KcZWmNXh_26 {
  stroke-dasharray: 1484 1486;
  stroke-dashoffset: 1485;
}

.start .KcZWmNXh_26 {
  animation: KcZWmNXh_draw 2000ms linear 962ms forwards;
}

.KcZWmNXh_27 {
  stroke-dasharray: 1484 1486;
  stroke-dashoffset: 1485;
}

.start .KcZWmNXh_27 {
  animation: KcZWmNXh_draw 2000ms linear 1000ms forwards;
}

@keyframes KcZWmNXh_draw {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes KcZWmNXh_fade {
  0% {
    stroke-opacity: 1;
  }
  94.44444444444444% {
    stroke-opacity: 1;
  }
  100% {
    stroke-opacity: 0;
  }
}
@keyframes stage {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.4;
  }
}
@keyframes stage_text {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.section-nexio {
  position: relative;
  color: var(--light_green);
  background-color: var(--deep_emerald);
  padding: 6.25rem 0;
}
@media (max-width: 992px) {
  .section-nexio {
    padding: 5rem 0;
  }
}
@media (max-width: 680px) {
  .section-nexio {
    padding: 3.75rem 0;
  }
}
.section-nexio .row {
  position: relative;
  z-index: 10;
  gap: 3rem;
}
@media (max-width: 992px) {
  .section-nexio .row {
    gap: 3.75rem;
  }
}
@media (max-width: 680px) {
  .section-nexio .row {
    gap: 3rem;
  }
}
.section-nexio .item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 2.5rem;
}
@media (max-width: 992px) {
  .section-nexio .item {
    gap: 1.5rem;
  }
}
@media (max-width: 680px) {
  .section-nexio .item {
    gap: 1.25rem;
  }
}
.section-nexio .item .block {
  width: calc(50% - 1.25rem);
}
@media (max-width: 992px) {
  .section-nexio .item .block {
    width: 100%;
    order: 2;
  }
}
.section-nexio .item .block .entry-title {
  margin-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .section-nexio .item .block .entry-title {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 680px) {
  .section-nexio .item .block .entry-title {
    margin-bottom: 1rem;
  }
}
.section-nexio .item .block .text {
  max-width: 28.75rem;
  opacity: 0.7;
}
@media (max-width: 992px) {
  .section-nexio .item .block .text {
    width: 100%;
    max-width: 100%;
  }
}
.section-nexio .item .image {
  width: calc(50% - 1.25rem);
}
@media (max-width: 992px) {
  .section-nexio .item .image {
    width: 100%;
    order: 1;
  }
}
.section-nexio .item .image img {
  width: 100%;
  aspect-ratio: 650/450;
  border-radius: 1rem;
}
@media (max-width: 680px) {
  .section-nexio .item .image img {
    border-radius: 0.5rem;
  }
}
.section-nexio .item:nth-child(even) .image {
  order: 1;
}
.section-nexio .item:nth-child(even) .block {
  order: 2;
}

.section-reasons {
  margin: 6.25rem 0;
}
@media (max-width: 992px) {
  .section-reasons {
    margin: 5rem 0;
  }
}
@media (max-width: 680px) {
  .section-reasons {
    margin: 3.75rem 0;
  }
}
.section-reasons .section-title {
  color: var(--brunswick_green);
}

.reasons {
  margin-top: 5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3rem 1.25rem;
}
@media (max-width: 992px) {
  .reasons {
    margin-top: 3.75rem;
  }
}
@media (max-width: 680px) {
  .reasons {
    margin-top: 3rem;
  }
}
.reasons .item {
  width: calc(33.33% - 0.875rem);
}
@media (max-width: 992px) {
  .reasons .item {
    width: 100%;
    display: flex;
    gap: 2rem;
  }
}
@media (max-width: 680px) {
  .reasons .item {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}
.reasons .item .image {
  width: 8.75rem;
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .reasons .item .image {
    width: 7.5rem;
    margin-bottom: 0;
  }
}
@media (max-width: 680px) {
  .reasons .item .image {
    width: 6.25rem;
  }
}
.reasons .item .image img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .reasons .item .caption {
    width: calc(100% - 9.5rem);
  }
}
@media (max-width: 680px) {
  .reasons .item .caption {
    width: 100%;
  }
}
.reasons .item .entry-title {
  color: var(--brunswick_green);
  margin-bottom: 1.25rem;
}
.reasons .item .text {
  max-width: 21.25rem;
}

.section-hiring-process {
  margin: 6.25rem 0;
}
@media (max-width: 992px) {
  .section-hiring-process {
    margin: 5rem 0;
  }
}
@media (max-width: 680px) {
  .section-hiring-process {
    margin: 3.75rem 0;
  }
}
.section-hiring-process .section-title {
  color: var(--brunswick_green);
}
.section-hiring-process .row {
  margin-top: 5rem;
  justify-content: space-between;
  gap: 1.875rem;
}
@media (max-width: 992px) {
  .section-hiring-process .row {
    margin-top: 3.75rem;
    gap: 1rem;
  }
}
@media (max-width: 680px) {
  .section-hiring-process .row {
    margin-top: 3rem;
  }
}
.section-hiring-process .hiring-process {
  width: 24.375rem;
  margin-left: 1.25rem;
  position: relative;
}
@media (max-width: 992px) {
  .section-hiring-process .hiring-process {
    width: 18rem;
  }
}
@media (max-width: 680px) {
  .section-hiring-process .hiring-process {
    width: 100%;
    margin-left: 0.75rem;
  }
}
.section-hiring-process .hiring-process:before {
  content: "";
  width: 1px;
  position: absolute;
  top: 0.375rem;
  bottom: 1.375rem;
  background: var(--gray_line);
}
.section-hiring-process .hiring-process:after {
  content: "";
  width: 1px;
  position: absolute;
  top: 0.375rem;
  height: 0;
  background: var(--brunswick_green);
  transition: 4s;
}
.section-hiring-process .hiring-process.active:after {
  height: calc(100% - 1.8rem);
  transition: 4s;
}
.section-hiring-process .hiring-process.active .item:nth-child(1):before {
  animation: pic 0.2s linear 0s forwards;
}
.section-hiring-process .hiring-process.active .item:nth-child(2):before {
  animation: pic 0.2s linear 0.66s forwards;
}
.section-hiring-process .hiring-process.active .item:nth-child(3):before {
  animation: pic 0.2s linear 1.32s forwards;
}
.section-hiring-process .hiring-process.active .item:nth-child(4):before {
  animation: pic 0.2s linear 1.98s forwards;
}
.section-hiring-process .hiring-process.active .item:nth-child(5):before {
  animation: pic 0.2s linear 2.64s forwards;
}
.section-hiring-process .hiring-process.active .item:nth-child(6):before {
  animation: pic 0.2s linear 3.3s forwards;
}
.section-hiring-process .hiring-process .item {
  padding-bottom: 3.375rem;
  padding-left: 3.125rem;
  position: relative;
}
@media (max-width: 992px) {
  .section-hiring-process .hiring-process .item {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
  }
}
.section-hiring-process .hiring-process .item:before {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 100%;
  background: var(--gray_line);
  position: absolute;
  top: 0.375rem;
  left: -0.375rem;
}
.section-hiring-process .hiring-process .item:last-child {
  padding-bottom: 0;
}
.section-hiring-process .hiring-process .item .title {
  color: var(--brunswick_green);
  display: block;
}
.section-hiring-process .hiring-process .item .text {
  max-width: 16.125rem;
  margin-top: 0.75rem;
}
.section-hiring-process .image {
  width: calc(100% - 28.75rem);
}
@media (max-width: 992px) {
  .section-hiring-process .image {
    width: calc(100% - 22rem);
  }
}
@media (max-width: 680px) {
  .section-hiring-process .image {
    width: 100%;
  }
}
.section-hiring-process .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
}

@keyframes pic {
  0% {
    background: var(--gray_line);
  }
  100% {
    background: var(--brunswick_green);
  }
}
.section-ready-apply {
  margin: 6.25rem 0;
}
@media (max-width: 992px) {
  .section-ready-apply {
    margin: 5rem 0;
  }
}
@media (max-width: 680px) {
  .section-ready-apply {
    margin: 3.75rem 0;
  }
}

.ready-apply {
  background: var(--sky_blue);
  color: var(--deep_emerald);
  padding: 2.5rem;
  border-radius: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.5rem;
}
@media (max-width: 992px) {
  .ready-apply {
    padding: 1.875rem;
    gap: 2.5rem;
  }
}
@media (max-width: 680px) {
  .ready-apply {
    padding: 1.25rem;
    gap: 2rem;
  }
}
.ready-apply .title {
  font-size: 4.125rem;
  line-height: 0.95;
  letter-spacing: -0.02em;
}
@media (max-width: 992px) {
  .ready-apply .title {
    font-size: 3.5rem;
  }
}
@media (max-width: 680px) {
  .ready-apply .title {
    font-size: 2rem;
  }
}
.ready-apply .block-left {
  width: 37.6875rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
}
@media (max-width: 992px) {
  .ready-apply .block-left {
    width: 100%;
  }
}
.ready-apply .block-right {
  width: 33.125rem;
  padding: 0.5rem 1.875rem;
  border-left: 1px solid rgba(14, 14, 56, 0.5);
}
@media (max-width: 992px) {
  .ready-apply .block-right {
    width: 100%;
    border-left: none;
    border-top: 1px solid rgba(14, 14, 56, 0.5);
    padding: 20px 0 0;
  }
}
@media (min-width: 992px) {
  .ready-apply .block-right .button {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.ready-apply .block-right .text ol {
  margin: 1.5rem 0 0.875rem;
  list-style-type: decimal-leading-zero;
}
@media (max-width: 992px) {
  .ready-apply .block-right .text ol {
    margin: 20px 0;
  }
}
@media (max-width: 680px) {
  .ready-apply .block-right .text ol {
    margin: 16px 0;
  }
}
.ready-apply .block-right .text ol li {
  counter-increment: listCounter;
  padding-left: 0.3125rem;
  margin: 0.5em 0;
}
.ready-apply .block-right .text ol li::marker {
  color: inherit;
  margin-top: 0.3125rem;
  text-align: left;
}
.ready-apply .block-right .text p {
  font-size: 1rem;
  line-height: 120%;
  letter-spacing: 0.02em;
  opacity: 0.7;
}
@media (max-width: 680px) {
  .ready-apply .block-right .text p {
    font-size: 0.875rem;
  }
}

.section-vacancy-related {
  margin: 6.25rem 0;
}
@media (max-width: 992px) {
  .section-vacancy-related {
    margin: 5rem 0;
  }
}
@media (max-width: 680px) {
  .section-vacancy-related {
    margin: 3.75rem 0;
  }
}
.section-vacancy-related .section-title {
  color: var(--brunswick_green);
  max-width: 70%;
}

.vacancy-related-carousel {
  width: 100%;
  margin-top: 3.75rem;
  position: relative;
}
@media (max-width: 992px) {
  .vacancy-related-carousel {
    margin-top: 3rem;
  }
}
@media (max-width: 680px) {
  .vacancy-related-carousel {
    margin-top: 2.25rem;
  }
}
.vacancy-related-carousel .swiper-nav {
  top: -6rem;
}
@media (max-width: 992px) {
  .vacancy-related-carousel .swiper-nav {
    top: -5rem;
  }
}
@media (max-width: 680px) {
  .vacancy-related-carousel .swiper-nav {
    top: -4rem;
  }
}
@media (max-width: 480px) {
  .vacancy-related-carousel .swiper-nav {
    display: none;
  }
}
@media (max-width: 480px) {
  .vacancy-related-carousel .swiper-wrapper {
    flex-direction: column;
    gap: 1rem;
  }
}

.section-vacancy-open {
  padding: 6.25rem 0 3.75rem;
  position: relative;
}
@media (max-width: 992px) {
  .section-vacancy-open {
    padding: 5rem 0 3rem;
  }
}
@media (max-width: 680px) {
  .section-vacancy-open {
    padding: 3.75rem 0 2.25rem;
  }
}
.section-vacancy-open:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -150%;
  right: -150%;
  z-index: -1;
  background-color: var(--cloudy_blue);
}
.section-vacancy-open .section-title {
  color: var(--brunswick_green);
  position: relative;
  z-index: 10;
}
.section-vacancy-open .desc {
  margin-top: 2.5rem;
  max-width: 45rem;
}
@media (max-width: 992px) {
  .section-vacancy-open .desc {
    display: none;
  }
}
.section-vacancy-open .vacancy-related-carousel {
  margin-top: 3.75rem;
}
@media (max-width: 992px) {
  .section-vacancy-open .vacancy-related-carousel {
    margin-top: 3rem;
  }
}
@media (max-width: 680px) {
  .section-vacancy-open .vacancy-related-carousel {
    margin-top: 2.25rem;
  }
}
.section-vacancy-open .vacancy-related-carousel .vacancy {
  background: #fff;
}

.section-benefits {
  margin: 6.25rem 0;
}
@media (max-width: 992px) {
  .section-benefits {
    margin: 5rem 0;
  }
}
@media (max-width: 680px) {
  .section-benefits {
    margin: 3.75rem 0;
  }
}
.section-benefits .section-title {
  color: var(--brunswick_green);
}
.section-benefits .desc {
  margin-top: 2.5rem;
  max-width: 45rem;
}
@media (max-width: 992px) {
  .section-benefits .desc {
    max-width: 512px;
  }
}

.benefits-carousel {
  margin-top: 5rem;
  position: relative;
  padding-bottom: 1.875rem;
}
@media (max-width: 992px) {
  .benefits-carousel {
    margin-top: 3.75rem;
    padding-bottom: 1.25rem;
  }
}
@media (max-width: 680px) {
  .benefits-carousel {
    margin-top: 6rem;
    padding-bottom: 0.625rem;
  }
}
@media (max-width: 480px) {
  .benefits-carousel {
    margin-top: 3rem;
  }
}
@media (max-width: 480px) {
  .benefits-carousel .swiper-nav {
    display: none;
  }
}
@media (max-width: 480px) {
  .benefits-carousel .swiper-wrapper {
    flex-direction: column;
    gap: 40px;
  }
}
.benefits-carousel .item .image {
  margin-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .benefits-carousel .item .image {
    margin-bottom: 20px;
  }
}
@media (max-width: 680px) {
  .benefits-carousel .item .image {
    margin-bottom: 1rem;
  }
}
.benefits-carousel .item .image img {
  width: 100%;
  aspect-ratio: 300/200;
  object-fit: cover;
  border-radius: 1rem;
}
.benefits-carousel .item .entry-title {
  color: var(--brunswick_green);
  margin-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .benefits-carousel .item .entry-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 680px) {
  .benefits-carousel .item .entry-title {
    margin-bottom: 1rem;
  }
}

.section-activity {
  position: relative;
  padding: 6.25rem 0;
}
@media (max-width: 992px) {
  .section-activity {
    padding: 5rem 0;
  }
}
@media (max-width: 680px) {
  .section-activity {
    padding: 3.75rem 0;
  }
}
.section-activity:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -150%;
  right: -150%;
  z-index: 1;
  background-color: var(--deep_emerald);
}
.section-activity .row {
  position: relative;
  z-index: 10;
  flex-direction: column;
  gap: 3rem;
  align-items: flex-start;
}
.section-activity .text {
  color: var(--light_green);
}
.section-activity .text p {
  margin: 0;
}
.section-activity .text img {
  width: 4.375rem;
}
@media (max-width: 680px) {
  .section-activity .text img {
    width: 2.5rem;
  }
}

.section-values {
  margin: 6.25rem 0;
}
@media (max-width: 992px) {
  .section-values {
    margin: 5rem 0;
  }
}
@media (max-width: 680px) {
  .section-values {
    margin: 3.75rem 0;
  }
}
.section-values .section-title {
  color: var(--brunswick_green);
}
.section-values .desc {
  max-width: 49rem;
  margin-top: 2.5rem;
}

.values {
  margin-top: 5rem;
  display: flex;
  border-top: 1px solid var(--gray_line);
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .values {
    margin-top: 3.75rem;
  }
}
@media (max-width: 680px) {
  .values {
    margin-top: 3rem;
  }
}
.values .item {
  width: 33.33%;
  display: flex;
  align-items: center;
  padding: 2rem;
  position: relative;
  border-bottom: 1px solid var(--gray_line);
  order: 1;
}
.values .item:last-child {
  border-left: 1px solid var(--gray_line);
}
@media (min-width: 541px) {
  .values .item {
    aspect-ratio: 1/1;
  }
}
@media (max-width: 992px) {
  .values .item {
    width: 50%;
    padding: 1.25rem;
  }
  .values .item:nth-child(5) {
    order: 2;
    border-left: 1px solid var(--gray_line);
  }
  .values .item:nth-child(4) {
    order: 3;
  }
  .values .item:nth-child(6) {
    order: 4;
  }
}
@media (max-width: 540px) {
  .values .item {
    width: 100%;
    min-height: 200px;
    border-left: none !important;
  }
  .values .item.item-img {
    aspect-ratio: 280/200;
  }
}
.values .item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.values .item .block {
  max-width: 20.625rem;
}
.values .item .entry-title {
  color: var(--brunswick_green);
  margin-bottom: 1.25rem;
}
@media (max-width: 992px) {
  .values .item .entry-title {
    margin-bottom: 1rem;
  }
}

.section-mission {
  margin: 6.25rem 0;
}
@media (max-width: 992px) {
  .section-mission {
    margin: 5rem 0;
  }
}
@media (max-width: 680px) {
  .section-mission {
    margin: 3.75rem 0;
  }
}
.section-mission .section-title {
  color: var(--brunswick_green);
}
.section-mission .desc {
  margin-top: 2rem;
  max-width: 47.625rem;
}
@media (max-width: 992px) {
  .section-mission .desc {
    max-width: 35.875rem;
    margin-top: 1.5rem;
  }
}
@media (max-width: 680px) {
  .section-mission .desc {
    margin-top: 20px;
  }
}
.section-mission .row {
  margin-top: 5rem;
  justify-content: space-between;
  gap: 2.5rem;
  padding-bottom: 1.875rem;
}
@media (max-width: 992px) {
  .section-mission .row {
    margin-top: 3rem;
    gap: 1rem;
    padding-bottom: 1.25rem;
  }
}
@media (max-width: 680px) {
  .section-mission .row {
    margin-top: 2.25rem;
    padding-bottom: 0.625rem;
  }
}
.section-mission .block {
  width: calc(100% - 29.0625rem);
}
@media (max-width: 992px) {
  .section-mission .block {
    width: calc(100% - 22rem);
  }
}
@media (max-width: 680px) {
  .section-mission .block {
    width: 100%;
    order: 2;
  }
}
.section-mission .image {
  width: 26.5625rem;
  margin-top: -7rem;
}
@media (max-width: 992px) {
  .section-mission .image {
    width: 21rem;
    margin-top: 0;
  }
}
@media (max-width: 680px) {
  .section-mission .image {
    width: 100%;
    order: 1;
    margin-bottom: 28px;
  }
}
.section-mission .image img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 1rem;
}

.mission {
  display: flex;
  flex-wrap: wrap;
  gap: 3.75rem 2rem;
}
@media (max-width: 992px) {
  .mission {
    margin-top: 0;
    gap: 2.25rem;
  }
}
@media (max-width: 680px) {
  .mission {
    gap: 1.75rem;
  }
}
.mission .item {
  width: calc(50% - 1rem);
}
@media (max-width: 992px) {
  .mission .item {
    width: 100%;
  }
}
.mission .title {
  color: var(--brunswick_green);
  margin-bottom: 1rem;
}
@media (max-width: 992px) {
  .mission .title {
    margin-bottom: 14px;
  }
}
@media (max-width: 680px) {
  .mission .title {
    margin-bottom: 12px;
  }
}
.mission .text {
  max-width: 21.25rem;
}

.section-careers {
  padding: 6.5rem 0;
  position: relative;
}
@media (max-width: 992px) {
  .section-careers {
    padding: 5rem 0;
  }
}
@media (max-width: 680px) {
  .section-careers {
    padding: 3.75rem 0;
  }
}
.section-careers:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -150%;
  right: -150%;
  z-index: -1;
  background-color: var(--sky_blue);
}
.section-careers .block {
  position: relative;
  z-index: 10;
}
.section-careers .entry-title {
  max-width: 68.4375rem;
  text-align: center;
  color: var(--deep_emerald);
  margin: 0 auto 5rem;
}
@media (max-width: 992px) {
  .section-careers .entry-title {
    margin-bottom: 3.75rem;
  }
}
@media (max-width: 680px) {
  .section-careers .entry-title {
    margin-bottom: 3rem;
  }
}
.section-careers .entry-title p:first-child {
  margin-top: 0;
}
.section-careers .entry-title p:last-child {
  margin-bottom: 0;
}
.section-careers .buttons {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}
@media (max-width: 992px) {
  .section-careers .buttons {
    margin-top: 3.75rem;
  }
}
@media (max-width: 680px) {
  .section-careers .buttons {
    margin-top: 3rem;
  }
}

.slider-careers-1 {
  position: relative;
  margin-bottom: 1.5rem;
  margin-right: -15%;
  padding: 0;
}
@media (max-width: 992px) {
  .slider-careers-1 {
    margin-bottom: 20px;
  }
}
@media (max-width: 680px) {
  .slider-careers-1 {
    margin-bottom: 0.5rem;
  }
}
.slider-careers-1 .swiper {
  overflow: visible;
}
.slider-careers-1 .swiper-slide {
  width: 18.0625rem;
  padding: 0 0.75rem;
  margin: 0;
}
@media (max-width: 992px) {
  .slider-careers-1 .swiper-slide {
    width: 13.75rem;
    padding: 0 0.625rem;
  }
}
@media (max-width: 680px) {
  .slider-careers-1 .swiper-slide {
    width: 6.75rem;
    padding: 0 0.25rem;
  }
}
.slider-careers-1 .swiper-slide img {
  border-radius: 1rem;
}
@media (max-width: 680px) {
  .slider-careers-1 .swiper-slide img {
    border-radius: 0.25rem;
  }
}

.slider-careers-2 {
  position: relative;
  padding: 0;
  margin-left: -15%;
}
.slider-careers-2 .swiper {
  overflow: visible;
}
.slider-careers-2 .swiper-slide {
  width: 16.8125rem;
  padding: 0 0.75rem;
  margin: 0;
}
@media (max-width: 992px) {
  .slider-careers-2 .swiper-slide {
    width: 13.75rem;
    padding: 0 0.625rem;
  }
}
@media (max-width: 680px) {
  .slider-careers-2 .swiper-slide {
    width: 6.75rem;
    padding: 0 0.5rem;
  }
}
.slider-careers-2 .swiper-slide img {
  border-radius: 1rem;
}
@media (max-width: 680px) {
  .slider-careers-2 .swiper-slide img {
    border-radius: 0.5rem;
  }
}

/***** Pages *****/
.page-head {
  padding: 11.25rem 0 6.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media (max-width: 992px) {
  .page-head {
    padding: 147px 0 5rem;
  }
}
@media (max-width: 680px) {
  .page-head {
    padding: 104px 0 3.75rem;
  }
}
.page-head .section-title {
  max-width: 58.75rem;
  color: var(--brunswick_green);
}
.page-head .text {
  max-width: 35rem;
  color: var(--brunswick_green);
}
.page-head .button {
  margin-top: 2rem;
}
@media (max-width: 992px) {
  .page-head .button {
    margin-top: 1rem;
  }
}

@media (max-width: 992px) {
  .blog .page-head {
    padding: 147px 0 60px;
  }
}
@media (max-width: 680px) {
  .blog .page-head {
    padding: 104px 0 48px;
  }
}

.error404 .entry-title {
  color: var(--brunswick_green);
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .error404 .entry-title {
    margin-bottom: 2rem;
  }
}
@media (max-width: 680px) {
  .error404 .entry-title {
    margin-bottom: 1.5rem;
    margin-top: 1rem;
  }
}

.page-template-template-careers .page-head .text,
.page-template-template-customers .page-head .text {
  font-size: 1.625rem;
  line-height: 1.1;
  letter-spacing: 0;
}
@media (max-width: 992px) {
  .page-template-template-careers .page-head .text,
.page-template-template-customers .page-head .text {
    font-size: 1.25rem;
  }
}
@media (max-width: 680px) {
  .page-template-template-careers .page-head .text,
.page-template-template-customers .page-head .text {
    font-size: 1.125rem;
  }
}

.meta-filter {
  max-width: 58.75rem;
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}
@media (max-width: 680px) {
  .meta-filter {
    gap: 0.5rem;
  }
}
.meta-filter a {
  height: 2.6875rem;
  padding: 0.5rem 1.5rem;
  display: inline-flex;
  align-items: center;
  user-select: none;
  border-radius: 0.5rem;
  background: var(--cloudy_blue);
  color: var(--deep_emerald);
  cursor: pointer;
  transition: 0.3s;
}
@media (max-width: 680px) {
  .meta-filter a {
    height: 40px;
    padding: 0.5rem 1rem;
    font-size: 14px;
  }
}
.meta-filter a:hover, .meta-filter a.active {
  background: var(--sky_blue);
}
.meta-filter .meta-radio input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.meta-filter .meta-radio span {
  height: 2.6875rem;
  padding: 0.5rem 1.5rem;
  display: inline-flex;
  align-items: center;
  user-select: none;
  border-radius: 0.5rem;
  background: var(--cloudy_blue);
  color: var(--deep_emerald);
  cursor: pointer;
  transition: 0.3s;
}
@media (max-width: 680px) {
  .meta-filter .meta-radio span {
    height: 40px;
    padding: 0.5rem 1rem;
    font-size: 14px;
  }
}
.meta-filter .meta-radio input:checked + span {
  background: var(--sky_blue);
}

.guides-content {
  margin: 0 0 6.25rem;
}
@media (max-width: 992px) {
  .guides-content {
    margin: 0 0 5rem;
  }
}
@media (max-width: 680px) {
  .guides-content {
    margin: 0 0 3.75rem;
  }
}

.guides-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem 2.25rem;
  margin-bottom: 5rem;
}
@media (max-width: 992px) {
  .guides-grid {
    margin-bottom: 3.75rem;
    gap: 3.75rem 2rem;
  }
}
@media (max-width: 680px) {
  .guides-grid {
    margin-bottom: 3.75rem;
    gap: 40px;
  }
}

.single-knowledge_centre .page-head .text {
  color: var(--gray_text);
}

.section-detail {
  margin: 0 0 6.25rem;
}
@media (max-width: 992px) {
  .section-detail {
    margin: 0 0 5rem;
  }
}
@media (max-width: 680px) {
  .section-detail {
    margin: 0 0 3.75rem;
  }
}
.section-detail .detail {
  border-radius: 1rem;
  padding: 1.875rem;
  background-color: var(--cloudy_blue);
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .section-detail .detail {
    padding: 20px;
    gap: 36px;
  }
}
.section-detail .detail .block-left {
  width: calc(50% - 2rem);
}
@media (max-width: 992px) {
  .section-detail .detail .block-left {
    width: 100%;
  }
}
.section-detail .detail .block-left .image {
  margin-bottom: 1.5rem;
}
.section-detail .detail .block-left .image img {
  width: 100%;
  aspect-ratio: 614/423;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 680px) {
  .section-detail .detail .block-left .image img {
    aspect-ratio: 1/1;
  }
}
.section-detail .detail .block-right {
  width: calc(50% - 2rem);
}
@media (max-width: 992px) {
  .section-detail .detail .block-right {
    width: 100%;
  }
  .section-detail .detail .block-right .button {
    margin-top: 12px;
  }
}
.section-detail .detail .block-right .title {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 2.5rem;
}
@media (max-width: 992px) {
  .section-detail .detail .block-right .title {
    margin-bottom: 36px;
    font-size: 26px;
  }
}
@media (max-width: 680px) {
  .section-detail .detail .block-right .title {
    margin-bottom: 28px;
    font-size: 20px;
  }
}
.section-detail .single-authors {
  margin: 0;
}
.section-detail .single-authors .author {
  width: 100%;
}

.detail-info {
  max-width: 40.25rem;
}

.single-webinars .single-head {
  padding: 11.125rem 0 5rem;
}
@media (max-width: 992px) {
  .single-webinars .single-head {
    padding: 9.1875rem 0 3.75rem;
  }
}
@media (max-width: 680px) {
  .single-webinars .single-head {
    padding: 6.5rem 0 3rem;
  }
}

.webinar-detail {
  width: 23.125rem;
  max-width: 100%;
  position: sticky;
  top: 5rem;
  right: 0;
  order: 2;
  padding: 0.625rem 0 0.625rem 1.5rem;
  border-left: 1px solid var(--gray_line);
}
@media (max-width: 992px) {
  .webinar-detail {
    margin-top: 48px;
    padding: 10px 20px;
  }
}
@media (max-width: 680px) {
  .webinar-detail {
    margin-top: 36px;
    padding: 8px 16px;
  }
}
.webinar-detail .single-authors {
  margin-bottom: 0;
  margin-top: 0;
  gap: 3rem;
}
@media (max-width: 992px) {
  .webinar-detail .single-authors {
    gap: 36px;
  }
}
@media (max-width: 680px) {
  .webinar-detail .single-authors {
    gap: 28px;
  }
}
.webinar-detail .author {
  width: 100%;
}
.webinar-detail .author .text .name {
  color: var(--brunswick_green);
}

.webinar-forms .entry-title {
  color: var(--deep_emerald);
  margin-bottom: 2rem;
}
.webinar-forms .form-box {
  border-radius: 1rem;
  padding: 2.5rem;
  background-image: url(../img/decor/form-bg.svg);
  background-size: cover;
  background-position: 100% 100%;
}
.webinar-forms .form-box .forma .button {
  margin-top: 1rem;
}
@media (max-width: 680px) {
  .webinar-forms .form-box .forma .wide-50 {
    width: 100%;
  }
}

.blog-content {
  margin-bottom: 6.25rem;
}
@media (max-width: 992px) {
  .blog-content {
    margin-bottom: 3.75rem;
  }
}
@media (max-width: 680px) {
  .blog-content {
    margin-bottom: 3rem;
  }
}
.blog-content .search-block {
  margin: 0 0 3.75rem;
  width: calc(33.33% - 1.5rem);
  border-color: var(--gray_line);
}
@media (max-width: 992px) {
  .blog-content .search-block {
    margin-bottom: 3.75rem;
    width: calc(50% - 1rem);
  }
}
@media (max-width: 680px) {
  .blog-content .search-block {
    margin-bottom: 3rem;
    width: 100%;
  }
}
.blog-content .search-block input {
  height: 2.625rem;
  font-size: 1rem;
  line-height: 1.1;
  letter-spacing: normal;
  color: var(--black);
}
.blog-content .search-block input::-webkit-input-placeholder {
  color: var(--gray_text);
}
.blog-content .search-block input::-moz-placeholder {
  color: var(--gray_text);
}
.blog-content .search-block input:-ms-input-placeholder {
  color: var(--gray_text);
}
.blog-content .search-block input:-moz-placeholder {
  color: var(--gray_text);
}
.blog-content .search-block input:focus::-webkit-input-placeholder {
  color: transparent;
}
.blog-content .search-block input:focus::-moz-placeholder {
  color: transparent;
}
.blog-content .search-block input:focus:-ms-input-placeholder {
  color: transparent;
}
.blog-content .search-block input:focus:-moz-placeholder {
  color: transparent;
}
.blog-content .search-block button {
  width: 1.625rem;
  height: 1.625rem;
}
.blog-content .search-block button img,
.blog-content .search-block button svg {
  width: 1.25rem;
  height: auto;
}
.blog-content .search-block button img path,
.blog-content .search-block button img circle,
.blog-content .search-block button svg path,
.blog-content .search-block button svg circle {
  stroke: var(--gray_text);
}
.blog-content .search-block button:hover svg path,
.blog-content .search-block button:hover svg circle {
  stroke: var(--brunswick_green);
}

.posts-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem 2.25rem;
  margin-bottom: 5rem;
}
@media (max-width: 992px) {
  .posts-grid {
    gap: 3.75rem 2rem;
  }
}
@media (max-width: 540px) {
  .posts-grid {
    gap: 2.5rem;
  }
}
@media (max-width: 992px) {
  .posts-grid .post {
    order: 5;
  }
}
@media (max-width: 992px) {
  .posts-grid .post:nth-child(1) {
    order: 1;
  }
  .posts-grid .post:nth-child(2) {
    order: 2;
  }
}
@media (max-width: 680px) {
  .posts-grid .post:nth-child(3) {
    order: 3;
  }
}
@media (max-width: 992px) {
  .posts-grid .section-top-posts {
    order: 3;
  }
}
@media (max-width: 680px) {
  .posts-grid .section-top-posts {
    order: 4;
  }
}

.single-content {
  padding-bottom: 1.875rem;
}
@media (max-width: 992px) {
  .single-content {
    padding-bottom: 1.25rem;
  }
}
@media (max-width: 680px) {
  .single-content {
    padding-bottom: 0.625rem;
  }
}

.single-head {
  padding: 11.125rem 0 1.875rem;
}
@media (max-width: 992px) {
  .single-head {
    padding: 9.1875rem 0 1.25rem;
  }
}
@media (max-width: 680px) {
  .single-head {
    padding: 6.5rem 0 0.625rem;
  }
}
.single-head .section-title {
  max-width: 60rem;
  color: var(--brunswick_green);
}
.single-head .subtitle {
  font-size: 1.625rem;
  line-height: 1.1;
  margin-bottom: 0;
  margin-top: 2rem;
}
@media (max-width: 992px) {
  .single-head .subtitle {
    margin-top: 1.5rem;
    font-size: 1.25rem;
  }
}
@media (max-width: 680px) {
  .single-head .subtitle {
    margin-top: 1.25rem;
    font-size: 1.125rem;
  }
}

.single-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 680px) {
  .single-meta {
    margin-bottom: 1.25rem;
    gap: 1rem;
  }
}
.single-meta .date {
  margin-left: auto;
  margin-top: 0;
}
@media (max-width: 680px) {
  .single-meta .date {
    width: 100%;
  }
}

.single-image {
  width: 100%;
  margin: 1.875rem 0 6.25rem;
}
@media (max-width: 992px) {
  .single-image {
    margin: 1.25rem 0;
  }
}
@media (max-width: 680px) {
  .single-image {
    margin: 0.625rem 0;
  }
}
.single-image img {
  width: 100%;
  aspect-ratio: 1320/600;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 680px) {
  .single-image img {
    aspect-ratio: 280/200;
    border-radius: 0.5rem;
  }
}

.single-authors {
  display: flex;
  flex-wrap: wrap;
  margin: 5rem 0;
  gap: 1.5rem 4rem;
}
@media (max-width: 992px) {
  .single-authors {
    margin: 5rem 0;
  }
}
@media (max-width: 680px) {
  .single-authors {
    margin: 3.75rem 0 3rem;
    gap: 1rem 4rem;
  }
}
.single-authors .author {
  width: 18.75rem;
}

.single-read {
  margin: 3rem 0;
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
@media (max-width: 992px) {
  .single-read {
    margin: 2.25rem 0;
  }
}
@media (max-width: 680px) {
  .single-read {
    margin: 1.75rem 0;
  }
}
.single-read:before {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 100%;
  background-color: var(--brunswick_green);
}

.single-article {
  margin-bottom: 6.25rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 680px) {
  .single-article {
    margin-bottom: 3.75rem;
  }
}
.single-article article {
  width: 47.625rem;
  order: 1;
}
@media (max-width: 992px) {
  .single-article article {
    width: 100%;
  }
}
.single-article .single-nav {
  width: 23.75rem;
  position: sticky;
  top: 5rem;
  right: 0;
  order: 2;
}
@media (max-width: 992px) {
  .single-article .single-nav {
    display: none;
  }
}
.single-article .single-nav .progress {
  position: absolute;
  left: 0.375rem;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 1px;
  background: var(--gray_line);
  height: 100%;
  margin: 0;
}
.single-article .single-nav .progress .line {
  position: absolute;
  top: 0;
  height: 0;
  z-index: 1;
  width: 1px;
  background: var(--brunswick_green);
}
.single-article .single-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  position: relative;
  z-index: 10;
}
.single-article .single-nav ul li {
  font-size: 1.125rem;
  line-height: 1.3;
  padding-left: 2.5rem;
  position: relative;
}
.single-article .single-nav ul li:before {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 100%;
  background: var(--gray_line);
  position: absolute;
  top: 0.375rem;
  left: 0;
}
.single-article .single-nav ul li.active {
  color: var(--brunswick_green);
}
.single-article .single-nav ul li.active:before {
  background: var(--brunswick_green);
}

.page-template-template-news .page-head,
.tax-news-years .page-head {
  padding: 1.875rem 0;
  margin: 0 -1.875rem;
}
@media (max-width: 992px) {
  .page-template-template-news .page-head,
.tax-news-years .page-head {
    padding: 1.25rem 0;
    margin: 0 -1.25rem;
  }
}
@media (max-width: 680px) {
  .page-template-template-news .page-head,
.tax-news-years .page-head {
    padding: 0.625rem 0;
    margin: 0 -0.625rem;
  }
}
.page-template-template-news .page-head .block,
.tax-news-years .page-head .block {
  width: 100%;
  min-height: 33.75rem;
  padding: 5rem 3rem 7rem;
  border-radius: 1.25rem;
  position: relative;
  background-image: url(../img/decor/news.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .page-template-template-news .page-head .block,
.tax-news-years .page-head .block {
    padding: 3.75rem 3rem 5rem;
    min-height: 35rem;
  }
}
@media (max-width: 680px) {
  .page-template-template-news .page-head .block,
.tax-news-years .page-head .block {
    min-height: 35rem;
    padding: 3.75rem 2rem 5rem;
  }
}
.page-template-template-news .page-head .block:before,
.tax-news-years .page-head .block:before {
  content: "";
  width: 11.75rem;
  height: 5.5rem;
  background-image: url(../img/decor/intro-before.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: block;
}
@media (max-width: 992px) {
  .page-template-template-news .page-head .block:before,
.tax-news-years .page-head .block:before {
    width: 10.125rem;
  }
}
@media (max-width: 680px) {
  .page-template-template-news .page-head .block:before,
.tax-news-years .page-head .block:before {
    width: 8rem;
    height: 4rem;
  }
}
.page-template-template-news .page-head .block .section-title,
.tax-news-years .page-head .block .section-title {
  margin: 0 auto;
}
.page-template-template-news .page-head .block .text,
.tax-news-years .page-head .block .text {
  max-width: 26.25rem;
  margin: 1rem auto 0;
}
.page-template-template-news .page-head .block .text br,
.tax-news-years .page-head .block .text br {
  display: none;
}
.page-template-template-news .page-head .block .meta-filter,
.tax-news-years .page-head .block .meta-filter {
  margin: 3rem auto 0;
}
@media (max-width: 992px) {
  .page-template-template-news .page-head .block .meta-filter,
.tax-news-years .page-head .block .meta-filter {
    margin: 2.25rem auto 0;
  }
}
@media (max-width: 680px) {
  .page-template-template-news .page-head .block .meta-filter,
.tax-news-years .page-head .block .meta-filter {
    margin: 1.75rem auto 0;
  }
}
.page-template-template-news .page-head .block .meta-filter a.active, .page-template-template-news .page-head .block .meta-filter a:hover,
.tax-news-years .page-head .block .meta-filter a.active,
.tax-news-years .page-head .block .meta-filter a:hover {
  background: var(--light_green);
}

.content-news {
  max-width: 54.625rem;
  margin: 3.75rem auto 6.25rem;
  display: flex;
  flex-direction: column;
  gap: 6.25rem;
}
@media (max-width: 992px) {
  .content-news {
    max-width: 39.375rem;
    margin: 3rem 0 5rem;
    gap: 5rem;
  }
}
@media (max-width: 680px) {
  .content-news {
    max-width: 100%;
    margin: 2.25rem 0 3.75rem;
    gap: 3.75rem;
  }
}

.single-cases .page-head {
  padding: 1.875rem 0;
  margin: 0 -1.875rem;
}
@media (max-width: 992px) {
  .single-cases .page-head {
    padding: 1.25rem 0;
    margin: 0 -1.25rem;
  }
}
@media (max-width: 680px) {
  .single-cases .page-head {
    padding: 0.625rem 0;
    margin: 0 -0.625rem;
  }
}
.single-cases .page-head .block {
  min-width: 100%;
  min-height: 35rem;
  padding: 5rem 3rem 7rem;
  border-radius: 1.25rem;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .single-cases .page-head .block {
    padding: 3.75rem 3rem 5rem;
    min-height: 27.125rem;
  }
}
@media (max-width: 680px) {
  .single-cases .page-head .block {
    min-height: 18.75rem;
    padding: 3.75rem 2rem 5rem;
  }
}
.single-cases .page-head .block:before {
  content: "";
  width: 11.75rem;
  height: 5.5rem;
  background-image: url(../img/decor/intro-before.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: block;
}
@media (max-width: 992px) {
  .single-cases .page-head .block:before {
    width: 10.125rem;
  }
}
@media (max-width: 680px) {
  .single-cases .page-head .block:before {
    width: 8rem;
    height: 4rem;
  }
}
.single-cases .page-head .block .logos {
  min-height: 4.5rem;
  padding: 0.25rem 1.5rem;
  background-color: #fff;
  border-radius: 1.25rem 0 0 0;
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 680px) {
  .single-cases .page-head .block .logos {
    min-height: 2.5rem;
    padding: 0.25rem 1rem;
    border-radius: 1rem 0 0 0;
  }
}
.single-cases .page-head .block .logos:before {
  content: "";
  position: absolute;
  bottom: -0.02rem;
  left: -1.15rem;
  width: 1.25rem;
  height: 1.25rem;
  transform: rotate(0deg);
  background-image: url(../img/decor/corner.svg);
  background-size: cover;
}
.single-cases .page-head .block .logos:after {
  content: "";
  position: absolute;
  right: -0.02rem;
  top: -1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  transform: rotate(0deg);
  background-image: url(../img/decor/corner.svg);
  background-size: cover;
}
.single-cases .page-head .block .logos img {
  height: 3rem;
  width: auto;
}
@media (max-width: 680px) {
  .single-cases .page-head .block .logos img {
    height: 2rem;
  }
}
.single-cases .page-head .block .section-title {
  margin: 0 auto 1.5rem;
}
.single-cases .page-head .block .text {
  margin: 1rem auto 0;
}

.cases-grid {
  width: 100%;
  margin-top: 3.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 5rem 1.25rem;
}
@media (max-width: 992px) {
  .cases-grid {
    gap: 60px 1rem;
    margin-top: 48px;
  }
}
@media (max-width: 680px) {
  .cases-grid {
    gap: 40px 0;
    margin-top: 36px;
  }
}

.single-services .page-head {
  padding: 1.875rem 0;
  margin: 0 -1.875rem;
}
@media (max-width: 992px) {
  .single-services .page-head {
    padding: 1.25rem 0;
    margin: 0 -1.25rem;
  }
}
@media (max-width: 680px) {
  .single-services .page-head {
    padding: 0.625rem 0;
    margin: 0 -0.625rem;
  }
}
.single-services .page-head .block {
  width: 100%;
  min-height: 45rem;
  padding: 5rem 3rem 7rem;
  border-radius: 1.25rem;
  position: relative;
  background-color: var(--gray_light);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
@media (max-width: 992px) {
  .single-services .page-head .block {
    padding: 3.75rem 3rem 5rem;
    min-height: 50rem;
  }
}
@media (max-width: 680px) {
  .single-services .page-head .block {
    min-height: 37.5rem;
    padding: 2.75rem 2rem 8rem;
  }
}
.single-services .page-head .block:before {
  content: "";
  width: 11.75rem;
  height: 5.5rem;
  background-image: url(../img/decor/intro-before.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: block;
}
@media (max-width: 992px) {
  .single-services .page-head .block:before {
    width: 10.125rem;
  }
}
@media (max-width: 680px) {
  .single-services .page-head .block:before {
    width: 8rem;
    height: 4rem;
  }
}
.single-services .page-head .block .logos img {
  height: 4rem;
  width: auto;
}
@media (max-width: 680px) {
  .single-services .page-head .block .logos img {
    height: 54px;
  }
}
.single-services .page-head .block .box {
  max-width: 48.75rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
}
@media (max-width: 992px) {
  .single-services .page-head .block .box {
    max-width: 460px;
    gap: 20px;
  }
  .single-services .page-head .block .box .text br {
    display: none;
  }
}
@media (max-width: 680px) {
  .single-services .page-head .block .box {
    gap: 16px;
  }
  .single-services .page-head .block .box .button {
    margin-top: 12px;
  }
}
.single-services .page-head .block .image {
  position: absolute;
  bottom: -5rem;
  left: 55%;
  z-index: 1;
  width: auto;
  height: 40rem;
}
@media (max-width: 992px) {
  .single-services .page-head .block .image {
    left: 40%;
    height: 35rem;
  }
}
@media (max-width: 680px) {
  .single-services .page-head .block .image {
    width: 100%;
    height: auto;
    left: 0;
    bottom: -7rem;
  }
}
.single-vacancies .single-head {
  padding: 11.125rem 0 6.25rem;
}
@media (max-width: 992px) {
  .single-vacancies .single-head {
    padding: 9.1875rem 0 5rem;
  }
}
@media (max-width: 680px) {
  .single-vacancies .single-head {
    padding: 6.5rem 0 3.75rem;
  }
}
.single-vacancies .single-article {
  margin: 3.75rem 0 6.25rem;
}
@media (max-width: 992px) {
  .single-vacancies .single-article {
    margin: 3rem 0 5rem;
  }
}
@media (max-width: 680px) {
  .single-vacancies .single-article {
    margin: 2.25rem 0 3.75rem;
  }
}

.jobs-detail {
  width: 26.6875rem;
  position: sticky;
  top: 5rem;
  right: 0;
  order: 2;
  border-radius: 1rem;
  background: var(--sky_blue);
  color: var(--deep_emerald);
  padding: 1.875rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 2.125rem;
}
@media (max-width: 992px) {
  .jobs-detail {
    width: 100%;
    margin-top: 3rem;
    padding: 1.25rem;
    gap: 1.5rem;
  }
}
@media (max-width: 680px) {
  .jobs-detail {
    margin-top: 2.25rem;
    gap: 1.25rem;
  }
}
.jobs-detail ul {
  margin: 0;
  padding: 0;
}
.jobs-detail ul li {
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.3;
  letter-spacing: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
@media (max-width: 992px) {
  .jobs-detail ul li {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 680px) {
  .jobs-detail ul li {
    font-size: 0.9375rem;
    gap: 0.25rem;
  }
}
.jobs-detail ul li span:first-child {
  width: 6.875rem;
}
@media (max-width: 680px) {
  .jobs-detail ul li span:first-child {
    width: 100%;
  }
}
.jobs-detail ul li span:last-child {
  width: calc(100% - 8.125rem);
  opacity: 0.7;
}
@media (max-width: 680px) {
  .jobs-detail ul li span:last-child {
    width: 100%;
  }
}

.search-row {
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
  padding-top: 15.4375rem;
  margin-bottom: 3.75rem;
}
@media (max-width: 992px) {
  .search-row {
    padding-top: 13rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 992px) {
  .search-row {
    padding-top: 9rem;
    margin-bottom: 2.25rem;
  }
}
.search-row .title {
  color: var(--black);
}

.search-nav {
  width: 19.6875rem;
}
@media (max-width: 992px) {
  .search-nav {
    display: none;
  }
}
.search-nav ul {
  margin: 1rem 0;
  padding: 0;
  list-style: none;
}
.search-nav ul li {
  padding: 0.375rem 0;
}
.search-nav ul li a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: var(--black);
}
.search-nav ul li a:before {
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 100%;
  border: 1px solid var(--deep_emerald);
}
.search-nav ul li a.active:before {
  content: "";
  background-color: #fff;
  background-size: 0.75rem 0.75rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%230E3838'/%3e%3c/svg%3e");
}

.sort-mobil {
  display: none;
  margin-left: auto;
  margin-top: -0.75rem;
}
@media (max-width: 992px) {
  .sort-mobil {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
}
@media (max-width: 540px) {
  .sort-mobil {
    margin: 0;
  }
}
.sort-mobil span {
  color: var(--black);
}
.sort-mobil .sort-select {
  position: relative;
}
.sort-mobil .sort-select .select {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 11.25rem;
  height: 2.75rem;
  padding: 1rem;
  border-radius: 0.5rem;
  border: 1px solid var(--gray_line);
  color: var(--black);
  line-height: 1;
}
.sort-mobil .sort-select .select:after {
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  background-image: url(../img/icons/down-black.svg);
  background-size: cover;
  background-position: 50% 50%;
}
.sort-mobil .sort-select .select.active {
  border-color: var(--brunswick_green);
}
.sort-mobil .sort-select .select.active:after {
  transform: rotate(180deg);
}
.sort-mobil .sort-select .drop-select {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 0.5rem;
  padding: 0.25rem 1rem;
  border-radius: 0.5rem;
  border: 1px solid var(--gray_line);
  background: #fff;
  display: none;
}
.sort-mobil .sort-select .drop-select.active {
  display: block;
}
.sort-mobil .sort-select .drop-select ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sort-mobil .sort-select .drop-select ul li {
  padding: 0.5rem 0;
}
.sort-mobil .sort-select .drop-select ul li a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: var(--black);
}
.sort-mobil .sort-select .drop-select ul li a.active {
  color: var(--brunswick_green);
}

.search-content {
  width: calc(100% - 21rem);
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
@media (max-width: 992px) {
  .search-content {
    width: 100%;
    gap: 2.25rem;
  }
}
.search-content .subtitle {
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  color: var(--arable_land);
}

.search-post {
  width: 100%;
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--gray_line);
  display: flex;
  gap: 1.25rem;
}
@media (max-width: 540px) {
  .search-post {
    flex-direction: column;
  }
}
.search-post:last-child {
  border: none;
}
.search-post .image {
  width: 20.9375rem;
  border-radius: 0.5rem;
  background-color: var(--gray_light);
  aspect-ratio: 335/205;
  display: block;
  overflow: hidden;
}
@media (max-width: 992px) {
  .search-post .image {
    width: 17.375rem;
    aspect-ratio: 278/170;
  }
}
@media (max-width: 540px) {
  .search-post .image {
    width: 100%;
    aspect-ratio: 280/170;
  }
}
.search-post .image img {
  width: 100%;
  aspect-ratio: 335/205;
  object-fit: cover;
}
@media (max-width: 992px) {
  .search-post .image img {
    aspect-ratio: 278/170;
  }
}
.search-post .caption {
  width: calc(100% - 22.1875rem);
  padding: 0.5rem 0;
}
@media (max-width: 992px) {
  .search-post .caption {
    width: calc(100% - 18.625rem);
    padding: 0.25rem 0;
  }
}
@media (max-width: 540px) {
  .search-post .caption {
    width: 100%;
  }
}
.search-post .caption .date {
  margin-top: 0;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .search-post .caption .date {
    margin-bottom: 1.25rem;
  }
}
.search-post .caption .title {
  color: var(--brunswick_green);
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}
.search-post .caption .text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (max-width: 540px) {
  .search-post .caption .text {
    -webkit-line-clamp: 5;
  }
}

.search-excerpt {
  position: relative;
  z-index: -1;
  background-color: #fff1c2;
  box-shadow: 0.2em 0 0 #fff1c2, -0.2em 0 0 #fff1c2;
}

.related-search-carousel {
  width: 100%;
  position: relative;
}
@media (max-width: 480px) {
  .related-search-carousel .swiper-nav {
    display: none;
  }
}
@media (max-width: 480px) {
  .related-search-carousel .swiper-wrapper {
    flex-direction: column;
    gap: 40px;
  }
}
.related-search-carousel .post {
  width: 100%;
}
.related-search-carousel .post .tags {
  gap: 0.5rem 1rem;
}
.related-search-carousel .post .tags .item {
  min-height: 0.75rem;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
}
.related-search-carousel .post .tags .item:hover {
  background-color: transparent;
  color: var(--deep_emerald);
}
.related-search-carousel .post .date {
  display: none;
}