/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
  box-sizing: border-box;
}

html {
  /* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji";
  line-height: 1.15;
  /* 1. Correct the line height in all browsers. */
  -webkit-text-size-adjust: 100%;
  /* 2. Prevent adjustments of font size after orientation changes in iOS. */
  tab-size: 4;
  /* 3. Use a more readable tab size (opinionated). */
}

/*
Sections
========
*/
body {
  margin: 0;
  /* Remove the margin in all browsers. */
}

/*
Text-level semantics
====================
*/
/**
Add the correct font weight in Chrome and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo,
    monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/
/**
Correct table border color inheritance in Chrome and Safari. (https://issues.chromium.org/issues/40615503, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
  border-color: currentcolor;
}

/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/Roboto-Light.woff2) format("woff2");
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Roboto-Regular.woff2) format("woff2");
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/Roboto-Medium.woff2) format("woff2");
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/Roboto-Bold.woff2) format("woff2");
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(../fonts/Roboto-Black.woff2) format("woff2");
}

@media (max-width: 1023px) {
  .tablet-hidden {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .tablet-show {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .mobile-hidden {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .mobile-show {
    display: none !important;
  }
}

@keyframes scrollLeft {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

#site-nav {
  margin-top: 155px;
  padding: 40px 15px;
}

*,
:after,
:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

html {
  font-size: 16px;
}

.scroll-margin-top {
  scroll-margin-top: 135px;
}

@media (max-width: 767px) {
  .scroll-margin-top {
    scroll-margin-top: 82px;
  }
}

body {
  scroll-behavior: smooth;
  margin: 0;
  font: 300 1.125rem/1.8 Roboto;
  color: #222;
  letter-spacing: 0;
  background-color: #fff;
}

@media (max-width: 767px) {
  body {
    font-size: 1rem;
  }
}

body:has(.header__burger-menu.opened) {
  overflow: hidden;
}

video {
  border: 0;
}

img,
video {
  outline: none;
}

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

p a:not(.btn) {
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  color: #007012;
  font-weight: 600;
}

p a:not(.btn):focus,
p a:not(.btn):hover {
  text-decoration: underline;
}

a {
  text-decoration: none;
}

a,
button {
  cursor: pointer;
  color: inherit;
}

button {
  background-color: transparent;
  border: none;
  font: inherit;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 1023px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.large-padding {
  padding-top: 200px;
  padding-bottom: 200px;
}

@media (max-width: 767px) {
  .large-padding {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.small-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 1023px) {
  .small-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.container {
  width: min(100%, 1440px);
  padding-left: 70px;
  padding-right: 70px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1023px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.no-scroll {
  overflow: hidden;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

@supports not selector(::-webkit-scrollbar-thumb) {
  * {
    scrollbar-color: #007012 #757575;
    scrollbar-width: thin;
  }
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

@media (max-width: 1023px) {
  ::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
}

@media (max-width: 767px) {
  ::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
}

::-webkit-scrollbar-track {
  background-color: #757575;
}

::-webkit-scrollbar-thumb {
  background-color: #007012;
  border-radius: 12px;
}

.title--01 {
  font: 900 3.125rem/1.2 Roboto;
  text-transform: uppercase;
}

@media (max-width: 1023px) {
  .title--01 {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .title--01 {
    font-size: 1.5rem;
  }
}

.title--02 {
  font: 600 2.8125rem/1.2 Roboto;
  text-transform: uppercase;
}

@media (max-width: 1023px) {
  .title--02 {
    font-size: 2.3125rem;
  }
}

@media (max-width: 767px) {
  .title--02 {
    font-size: 1.8125rem;
  }
}

.title--03 {
  font: 400 2.5rem/1.2 Roboto;
  text-transform: uppercase;
}

@media (max-width: 1023px) {
  .title--03 {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .title--03 {
    font-size: 1.5rem;
  }
}

.title--04 {
  font: 600 2rem/1.2 Roboto;
  text-transform: uppercase;
}

@media (max-width: 1023px) {
  .title--04 {
    font-size: 1.75rem;
  }
}

@media (max-width: 767px) {
  .title--04 {
    font-size: 1.25rem;
  }
}

.title--05 {
  font: 600 1.75rem/1.2 Roboto;
}

@media (max-width: 1023px) {
  .title--05 {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .title--05 {
    font-size: 1.125rem;
  }
}

.title--06 {
  font: 600 1.5rem/1.2 Roboto;
}

@media (max-width: 1023px) {
  .title--06 {
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .title--06 {
    font-size: 1rem;
  }
}

.btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 40px;
  color: #fff;
  text-transform: uppercase;
  width: fit-content;
  white-space: nowrap;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 500;
  border: 1px solid transparent;
  border-radius: 50px;
  transition: all 0.35s ease-in-out;
}

@media (max-width: 767px) {
  .btn {
    padding: 14px 25px;
    font-size: 0.875rem;
  }
}

.btn.disabled,
.btn[disabled] {
  pointer-events: none;
  cursor: not-allowed;
}

.btn--primary {
  border: 1px solid #007012;
  background: linear-gradient(139deg, #09594a, #29b992 50%, #08624e);
  background-size: 200% 200%;
  transition: all 0.35s ease-in-out;
}

.btn--primary:focus,
.btn--primary:hover {
  background-position: 100%;
}

.btn--green {
  background-color: #007012;
}

.btn--green:focus,
.btn--green:hover {
  background-color: #00440b;
}

.btn--orange {
  background-color: #fe9f00;
}

.btn--orange:focus,
.btn--orange:hover {
  background-color: #c27900;
}

.btn--gold {
  background-color: #b48d23;
}

.btn--gold:focus,
.btn--gold:hover {
  background-color: #99781d;
}

.btn--violet {
  background-color: #6a46f3;
}

.btn--violet:focus,
.btn--violet:hover {
  background-color: #36247c;
}

.btn--black {
  background-color: #000;
}

.btn--black:focus,
.btn--black:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.btn--blue {
  background-color: #273bcf;
}

.btn--blue:focus,
.btn--blue:hover {
  background-color: #172487;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 25px 0;
  background-color: transparent;
  transition: all 0.35s ease-in-out;
}

@media (max-width: 767px) {
  .header {
    padding: 16px 0;
  }
}

.header:has(.header__burger-menu.opened) {
  background-color: #222;
}

.header__holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

@media (max-width: 1200px) {
  .header__holder {
    gap: 20px;
  }
}

.header__left-part {
  display: flex;
  align-items: center;
  gap: 50px;
}

@media (max-width: 1200px) {
  .header__left-part {
    gap: 20px;
  }
}

@media (max-width: 1023px) {
  .header__right-part {
    display: flex;
    align-items: center;
    gap: 24px;
  }
}

.header__right-part .header__nav ul li:not(.btn) {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 20px;
  text-transform: none;
}

.header__logo {
  display: flex;
  width: 145px;
  height: 85px;
}

@media (max-width: 767px) {
  .header__logo {
    width: 100px;
    height: 50px;
  }
}

.header__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header__nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 24px;
}

@media (max-width: 1200px) {
  .header__nav ul {
    gap: 20px;
  }
}

.header__nav ul li:not(.btn) {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  transition: all 0.35s ease-in-out;
  color: #fff;
  text-align: center;
}

.header__nav ul li:not(.btn):focus,
.header__nav ul li:not(.btn):hover {
  color: #007012;
}

.header__burger-btn {
  display: flex;
  width: 24px;
  height: 24px;
}

.header__burger-btn svg {
  width: 100%;
  height: 100%;
}

.header__burger-btn .burger-close {
  display: none;
}

.header__burger-btn .burger-open,
.header__burger-btn.opened .burger-close {
  display: block;
}

.header__burger-btn.opened .burger-open {
  display: none;
}

.header__burger-menu {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 99;
  width: 100dvw;
  height: calc(100dvh - 135px);
  opacity: 0;
  pointer-events: none;
  transform: translateY(70%);
  transition: all 0.5s ease-in-out;
  backdrop-filter: blur(10px);
  background-color: #222;
}

@media (max-width: 767px) {
  .header__burger-menu {
    height: calc(100dvh - 82px);
  }
}

.header__burger-menu.opened {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(100%);
}

.header__burger-nav ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px 32px;
}

@media (max-width: 767px) {
  .header__burger-nav ul {
    padding: 20px 16px;
  }
}

.header__burger-nav ul li:not(.btn) {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  transition: all 0.35s ease-in-out;
  color: #fff;
  white-space: nowrap;
}

.header__burger-nav ul li:not(.btn):focus,
.header__burger-nav ul li:not(.btn):hover {
  color: #007012;
}

.hero__section {
  position: relative;
  background-image: url(../video/hero.mp4);
  background-position: cover;
  background-repeat: no-repeat;
  height: 100dvh;
}

.hero__section:before {
  content: "";
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}

.hero__section:before,
.hero__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero__video {
  z-index: 0;
  object-fit: cover;
}

.hero__container {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding-bottom: 250px;
  padding-top: 250px;
}

.hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 1000px;
  color: #fff;
}

.hero__partrers-block {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  padding-bottom: 20px;
}

.hero__partrers-title {
  padding: 16px 20px;
  background-color: #222;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: fit-content;
  margin-left: 70px;
}

@media (max-width: 1023px) {
  .hero__partrers-title {
    margin-left: 32px;
  }
}

@media (max-width: 767px) {
  .hero__partrers-title {
    margin-left: 16px;
    font-size: 0.625rem;
    padding: 10px;
  }

  .hero__container {
    padding-bottom: 180px;
    padding-top: 180px;
  }
}

.hero__partrers-list {
  position: relative;
  display: flex;
  width: 100%;
  gap: 4px;
  animation: scrollLeft 20s linear infinite;
}

.hero__partrers-list img {
  object-fit: contain;
  margin: 0;
  height: 200px;
  flex-shrink: 0;
  width: auto;
  padding: 62px;
  background: radial-gradient(
    102.8% 102.62% at 66.78% 25.27%,
    #161616 0%,
    rgba(22, 22, 22, 0) 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  width: 280px;
}

@media (max-width: 1023px) {
  .hero__partrers-list img {
    max-height: 70px;
    padding: 15px;
    width: 100px;
  }
}

.footer {
  background-color: #171717;
}

.footer__holder {
  display: flex;
  flex-direction: column;
  gap: 70px;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .footer__holder {
    gap: 50px;
  }
}

.footer__text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
}

@media (max-width: 767px) {
  .footer__text {
    font-size: 0.875rem;
  }
}

.footer__text h3 {
  margin-top: 70px;
  font-size: 1.5rem;
  font-weight: 600;
}

@media (max-width: 1023px) {
  .footer__text h3 {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .footer__text h3 {
    font-size: 1.125rem;
  }
}

.footer__socials-list {
  list-style: none;
  display: flex;
  gap: 15px;
}

.footer__socials-item {
  width: 30px;
  height: 30px;
  color: #007012;
  transition: all 0.35s ease-in-out;
}

.footer__socials-item:focus,
.footer__socials-item:hover {
  color: #00440b;
}

.footer__socials-item svg [fill] {
  fill: currentColor;
}

.footer__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 0.75rem;
  border-top: 1px solid #000;
  padding-top: 30px;
}

@media (max-width: 767px) {
  .footer__nav {
    margin-left: auto;
  }
}

.footer__nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 18px;
}

.footer__nav ul li a {
  white-space: nowrap;
  transition: all 0.35s ease-in-out;
}

.footer__nav ul li a:focus,
.footer__nav ul li a:hover {
  color: #007012;
}

.to-up-btn {
  position: fixed;
  bottom: 60px;
  right: 70px;
  z-index: 99;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #007012;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.35s ease-in-out;
}

@media (max-width: 1023px) {
  .to-up-btn {
    width: 40px;
    height: 40px;
    right: 32px;
  }
}

@media (max-width: 767px) {
  .to-up-btn {
    right: 16px;
  }
}

.to-up-btn.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.to-up-btn img {
  width: 24px;
  height: 24px;
}

.contact__section {
  background-color: #fff;
}

.contact__container {
  width: 100%;
  max-width: 930px;
  margin: 0 auto;
}

.contact__title {
  font: 600 2rem/1.2 Roboto;
  margin-bottom: 32px;
}

@media (max-width: 1023px) {
  .contact__title {
    font-size: 1.75rem;
  }
}

@media (max-width: 767px) {
  .contact__title {
    font-size: 1.625rem;
  }
}

.contact__form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
}

.contact__form .form-field.half-string {
  width: calc(50% - 15px);
}

@media (max-width: 767px) {
  .contact__form .form-field.half-string {
    width: 100%;
  }
}

.contact__form .form-field.full-string {
  width: 100%;
}

.contact__form .form-field .input,
.contact__form .form-field .textarea {
  width: 100%;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  box-shadow: inset 2px 2px 5px 0 rgba(0, 0, 0, 0.1);
  padding: 16px 20px;
  color: #222;
  font: 300 1rem/20px Roboto;
  outline: none;
  transition: all 0.35s ease-in-out;
}

.contact__form .form-field .input::placeholder,
.contact__form .form-field .textarea::placeholder {
  color: #757575;
  font-size: 1rem;
  line-height: 20px;
  font-weight: 300;
}

.contact__form .form-field .input:focus,
.contact__form .form-field .input:hover,
.contact__form .form-field .textarea:focus,
.contact__form .form-field .textarea:hover {
  box-shadow: inset 2px 2px 5px 0 rgba(0, 0, 0, 0.3);
}

.contact__form .form-field .textarea {
  height: 150px;
  min-height: 150px;
  resize: vertical;
}

.contact__form .btn {
  margin-top: 20px;
}

.team__section {
  background-color: #fff;
}

.team__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

@media (max-width: 1023px) {
  .team__container {
    gap: 30px;
  }
}

.team__title {
  text-align: center;
}

.team__directors-list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 60px;
}

@media (max-width: 1200px) {
  .team__directors-list {
    gap: 30px;
  }
}

.team__advisors-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}

@media (max-width: 1200px) {
  .team__advisors-list {
    gap: 30px;
  }
}

@media (max-width: 1023px) {
  .team__advisors-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .team__advisors-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.team__advisors-item,
.team__directors-item {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  background-color: #f2f2f2;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: #222;
  transition: all 0.35s ease-in-out;
}

.team__advisors-item:focus,
.team__advisors-item:hover,
.team__directors-item:focus,
.team__directors-item:hover {
  transform: translateY(-5%);
}

.team__advisors-item:focus:after,
.team__advisors-item:hover:after,
.team__directors-item:focus:after,
.team__directors-item:hover:after {
  opacity: 1;
}

.team__advisors-item:after,
.team__directors-item:after {
  content: "";
  position: absolute;
  z-index: 0;
  width: calc(100% - 14px);
  height: 8px;
  left: 7px;
  bottom: -7px;
  border-radius: 0 0 7px 7px;
  background: linear-gradient(270deg, #e5202f, #f06424);
  opacity: 0;
  transition: all 0.35s ease-in-out;
}

.team__advisors-item h3,
.team__directors-item h3 {
  text-transform: uppercase;
  font: 600 1.5rem/1.2 Roboto;
}

@media (max-width: 1023px) {
  .team__advisors-item h3,
  .team__directors-item h3 {
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .team__advisors-item h3,
  .team__directors-item h3 {
    font-size: 1rem;
  }
}

.team__advisors-item h4,
.team__directors-item h4 {
  text-transform: uppercase;
  font: 400 1rem/1.2 Roboto;
}

@media (max-width: 767px) {
  .team__advisors-item h4,
  .team__directors-item h4 {
    font-size: 0.875rem;
  }
}

.team__directors-item {
  width: calc(33% - 40px);
}

@media (max-width: 1023px) {
  .team__directors-item {
    width: calc(50% - 15px);
  }
}

@media (max-width: 767px) {
  .team__directors-item {
    width: 100%;
  }
}

.team__directors-item h4 {
  min-height: 87px;
}

.team__advisors-item {
  gap: 24px;
}

.simple-text__section {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.simple-text__section h2 {
  margin-top: -16px;
  margin-bottom: -40px;
  font: 700 1.125rem/1.8 Roboto;
}

@media (max-width: 767px) {
  .simple-text__section h2 {
    font-size: 1rem;
  }
}

.simple-text__section h3 {
  margin-top: -16px;
  margin-bottom: -40px;
  font: 600 1.125rem/1.8 Roboto;
}

@media (max-width: 767px) {
  .simple-text__section h3 {
    font-size: 1rem;
  }
}

.simple-text__section p a:not(.btn) {
  display: inline-block;
  font: inherit;
  color: inherit;
  text-decoration: underline;
  transition: all 0.35s ease-in-out;
}

.simple-text__section p a:not(.btn):focus,
.simple-text__section p a:not(.btn):hover {
  color: #007012;
}

.info-block {
  position: relative;
  background-size: cover;
  background-position: 50%;
  padding-top: 100px;
}

.info-block.section-left .info-block__container {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .info-block.section-left .info-block__container {
    flex-direction: column-reverse;
  }
}

.info-block.section-right .info-block__container {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

@media (max-width: 767px) {
  .info-block.section-right .info-block__container {
    flex-direction: column;
  }
}

.info-block.section-center .info-block__container {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .info-block.section-center .info-block__container {
    flex-direction: column-reverse;
  }
}

.info-block.section-center .info-block__main {
  align-items: center;
}

.info-block.section-center .info-block__text-wraper {
  align-items: center;
  text-align: center;
}

.info-block.white-text {
  color: #fff;
}

.info-block.black-text {
  color: #222;
}

.info-block.overlay:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}

.info-block__container {
  position: relative;
  z-index: 1;
  gap: 80px;
}

@media (max-width: 1023px) {
  .info-block__container {
    gap: 40px;
  }
}

@media (max-width: 767px) {
  .info-block__container {
    gap: 50px;
  }
}

.info-block__image {
  display: flex;
  width: calc(50% - 40px);
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .info-block__image {
    width: 100%;
  }
}

.info-block__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.info-block__main {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: calc(50% - 40px);
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .info-block__main {
    width: 100%;
  }
}

.info-block__text-wraper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.info-block__text-wraper h2 {
  font: 400 2.5rem/1.2 Roboto;
  text-transform: uppercase;
}

@media (max-width: 1023px) {
  .info-block__text-wraper h2 {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .info-block__text-wraper h2 {
    font-size: 1.5rem;
  }
}

.info-block__text-wraper h3 {
  font: 600 1.75rem/1.2 Roboto;
}

@media (max-width: 1023px) {
  .info-block__text-wraper h3 {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .info-block__text-wraper h3 {
    font-size: 1.125rem;
  }
}

.info-block__text-wraper h4 {
  font: 600 1.25rem/1.2 Roboto;
  text-transform: uppercase;
  margin-bottom: -16px;
}

@media (max-width: 1023px) {
  .info-block__text-wraper h4 {
    font-size: 1.125rem;
  }
}

@media (max-width: 767px) {
  .info-block__text-wraper h4 {
    font-size: 1rem;
  }
}

.info-block__text-wraper h5 {
  font: 600 1.25rem/1.2 Roboto;
  text-transform: uppercase;
  margin-bottom: 24px;
}

@media (max-width: 1023px) {
  .info-block__text-wraper h5 {
    font-size: 1.125rem;
  }
}

@media (max-width: 767px) {
  .info-block__text-wraper h5 {
    font-size: 1rem;
  }
}

.info-block__text-wraper p {
  font: 300 1.125rem/1.8 Roboto;
  font-size: 20px;
}

.info-block__text-wraper p.small {
  font-size: 14px;
} 

@media (max-width: 767px) {
  .info-block__text-wraper p {
    font-size: 1rem;
  }
}

.info-block__text-wraper img {
  width: 267px;
  height: auto;
  object-fit: contain;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .info-block__text-wraper img {
    width: 200px;
  }
}

.section-image-v1 {
  position: relative;
}

.section-image-v1:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}

.section-image-v1__container {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 80px;
}

@media (max-width: 1023px) {
  .section-image-v1__container {
    gap: 40px;
  }
}

@media (max-width: 767px) {
  .section-image-v1__container {
    flex-direction: column-reverse;
    gap: 20px;
  }
}

.section-image-v1__image {
  display: flex;
  width: calc(50% - 40px);
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .section-image-v1__image {
    width: 70%;
  }
}

.section-image-v1__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.section-image-v1__main {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: calc(50% - 40px);
  flex-shrink: 0;
  color: #fff;
}

@media (max-width: 767px) {
  .section-image-v1__main {
    width: 100%;
  }
}

.section-image-v1__text-wraper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.section-image-v1__text-wraper h2 {
  font: 400 2.5rem/1.2 Roboto;
  text-transform: uppercase;
}

@media (max-width: 1023px) {
  .section-image-v1__text-wraper h2 {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .section-image-v1__text-wraper h2 {
    font-size: 1.5rem;
  }
}

.section-image-v1__text-wraper h3 {
  font: 600 1.75rem/1.2 Roboto;
}

@media (max-width: 1023px) {
  .section-image-v1__text-wraper h3 {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .section-image-v1__text-wraper h3 {
    font-size: 1.125rem;
  }
}

.section-image-v1__text-wraper h4 {
  font: 600 1.25rem/1.2 Roboto;
  text-transform: uppercase;
  margin-bottom: -16px;
}

@media (max-width: 1023px) {
  .section-image-v1__text-wraper h4 {
    font-size: 1.125rem;
  }
}

@media (max-width: 767px) {
  .section-image-v1__text-wraper h4 {
    font-size: 1rem;
  }
}

.section-image-v1__text-wraper h5 {
  font: 600 1.25rem/1.2 Roboto;
  text-transform: uppercase;
  margin-bottom: 24px;
}

@media (max-width: 1023px) {
  .section-image-v1__text-wraper h5 {
    font-size: 1.125rem;
  }
}

@media (max-width: 767px) {
  .section-image-v1__text-wraper h5 {
    font-size: 1rem;
  }
}

.section-image-v1__text-wraper p {
  font: 300 1.125rem/1.8 Roboto;
}

@media (max-width: 767px) {
  .section-image-v1__text-wraper p {
    font-size: 1rem;
  }
}

.section-image-v1__text-wraper img {
  width: 267px;
  height: auto;
  object-fit: contain;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .section-image-v1__text-wraper img {
    width: 200px;
  }
}

.section-image-v2 {
  background-size: cover;
  background-position: 50%;
}

.section-image-v2__main {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: calc(50% - 40px);
  flex-shrink: 0;
  color: #fff;
}

@media (max-width: 767px) {
  .section-image-v2__main {
    width: 90%;
  }
}

.section-image-v2__text-wraper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.section-image-v2__text-wraper h2 {
  font: 400 2.5rem/1.2 Roboto;
  text-transform: uppercase;
}

@media (max-width: 1023px) {
  .section-image-v2__text-wraper h2 {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .section-image-v2__text-wraper h2 {
    font-size: 1.5rem;
  }
}

.section-image-v2__text-wraper h3 {
  font: 600 1.75rem/1.2 Roboto;
}

@media (max-width: 1023px) {
  .section-image-v2__text-wraper h3 {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .section-image-v2__text-wraper h3 {
    font-size: 1.125rem;
  }
}

.section-image-v2__text-wraper h4 {
  font: 600 1.25rem/1.2 Roboto;
  text-transform: uppercase;
  margin-bottom: -16px;
}

@media (max-width: 1023px) {
  .section-image-v2__text-wraper h4 {
    font-size: 1.125rem;
  }
}

@media (max-width: 767px) {
  .section-image-v2__text-wraper h4 {
    font-size: 1rem;
  }
}

.section-image-v2__text-wraper h5 {
  font: 600 1.25rem/1.2 Roboto;
  text-transform: uppercase;
  margin-bottom: 24px;
}

@media (max-width: 1023px) {
  .section-image-v2__text-wraper h5 {
    font-size: 1.125rem;
  }
}

@media (max-width: 767px) {
  .section-image-v2__text-wraper h5 {
    font-size: 1rem;
  }
}

.section-image-v2__text-wraper p {
  font: 300 1.125rem/1.8 Roboto;
}

@media (max-width: 767px) {
  .section-image-v2__text-wraper p {
    font-size: 1rem;
  }
}

.section-image-v2__text-wraper img {
  width: 267px;
  height: auto;
  object-fit: contain;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .section-image-v2__text-wraper img {
    width: 200px;
  }
}

.section-image-v3 {
  position: relative;
}

.section-image-v3__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  gap: 40px;
  color: #000;
}

.section-image-v3__text-wraper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}

.section-image-v3__text-wraper h2 {
  font: 400 2.5rem/1.2 Roboto;
  text-transform: uppercase;
}

@media (max-width: 1023px) {
  .section-image-v3__text-wraper h2 {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .section-image-v3__text-wraper h2 {
    font-size: 1.5rem;
  }
}

.section-image-v3__text-wraper h3 {
  font: 600 1.75rem/1.2 Roboto;
}

@media (max-width: 1023px) {
  .section-image-v3__text-wraper h3 {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .section-image-v3__text-wraper h3 {
    font-size: 1.125rem;
  }
}

.section-image-v3__text-wraper h4 {
  font: 600 1.25rem/1.2 Roboto;
  text-transform: uppercase;
  margin-bottom: -16px;
}

@media (max-width: 1023px) {
  .section-image-v3__text-wraper h4 {
    font-size: 1.125rem;
  }
}

@media (max-width: 767px) {
  .section-image-v3__text-wraper h4 {
    font-size: 1rem;
  }
}

.section-image-v3__text-wraper h5 {
  font: 600 1.25rem/1.2 Roboto;
  text-transform: uppercase;
  margin-bottom: 24px;
}

@media (max-width: 1023px) {
  .section-image-v3__text-wraper h5 {
    font-size: 1.125rem;
  }
}

@media (max-width: 767px) {
  .section-image-v3__text-wraper h5 {
    font-size: 1rem;
  }
}

.section-image-v3__text-wraper p {
  font: 300 1.125rem/1.8 Roboto;
}

@media (max-width: 767px) {
  .section-image-v3__text-wraper p {
    font-size: 1rem;
  }
}

.section-image-v3__text-wraper img {
  width: 267px;
  height: auto;
  object-fit: contain;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .section-image-v3__text-wraper img {
    width: 200px;
  }
}

.page {
  display: flex;
  flex-direction: column;
  align-content: center;
  min-height: 100vh;
}

.page__main {
  flex: 1;
  max-width: 100%;
  overflow: hidden;
}

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