@charset "UTF-8";
/** import base files */
/* Media queries */
/*====================================
    Fonts
====================================*/
@font-face {
  font-family: "EBGaramond Regular";
  src: url("../fonts/EBGaramond-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "EBGaramond Medium";
  src: url("../../../fonts/EBGaramond-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Ebgaramond Semi";
  src: url("../fonts/EBGaramond-SemiBold.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Inter Regular";
  src: url("../fonts/Inter-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Inter Semi";
  src: url("../fonts/Inter-SemiBold.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Metropolis Regular";
  src: url("../fonts/Metropolis-Regular.otf");
  font-weight: 400;
}
@font-face {
  font-family: "Metropolis Light";
  src: url("../fonts/Metropolis-Light.otf");
  font-weight: 300;
}
@font-face {
  font-family: "Metropolis Semi";
  src: url("../fonts/Metropolis-SemiBold.otf");
  font-weight: 600;
}
@font-face {
  font-family: "Metropolis Bold";
  src: url("../fonts/Metropolis-Bold.otf");
  font-weight: 600;
}
/*====================================
    Fonts Variables
====================================*/
/*====================================
    Colors Variables
====================================*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* 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 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-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.
 */
[type=search]::-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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 0;
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

*:focus {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
  background: url("../images/Noise.png");
  background-color: #f9feff;
}

body {
  overflow-x: hidden;
  font-family: "Ebgaramond Regular";
  max-width: 1600px;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

.hidden {
  visibility: hidden !important;
  opacity: 0 !important;
}

.visible {
  visibility: visible !important;
  opacity: 1 !important;
}

.flex {
  display: flex;
  justify-content: space-between;
}

.bullet_title {
  font-family: "EBGaramond Regular";
  font-size: 40px;
  line-height: 100%;
  font-weight: 400;
}
@media only screen and (max-width: 1024px) {
  .bullet_title {
    font-size: 25px;
    line-height: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .bullet_title {
    font-size: 15px;
    line-height: 100%;
  }
}
.bullet_title::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  background: #0d6582;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 11px;
  margin-bottom: 1px;
}
@media only screen and (max-width: 1024px) {
  .bullet_title::before {
    width: 12px;
    height: 12px;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 599px) {
  .bullet_title::before {
    width: 8px;
    height: 8px;
    margin-right: 5px;
  }
}

.bold_title {
  font-weight: bold !important;
}

.no_bullet_title {
  font-family: "EBGaramond Regular";
  font-size: 40px;
  line-height: 100%;
  font-weight: 400;
}
@media only screen and (max-width: 1024px) {
  .no_bullet_title {
    font-size: 25px;
    line-height: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .no_bullet_title {
    font-size: 15px;
    line-height: 100%;
  }
}

.green_btn {
  font-family: "Ebgaramond Regular";
  padding: 6px 13px;
  background: #072510;
  color: #e5e5e5;
  border-radius: 50px;
  width: max-content;
  cursor: pointer;
  border: 1px solid #072510;
  transition: all 0.4s ease-in-out;
}
.green_btn:hover {
  background: #e5e5e5;
  color: #072510;
  border: 1px solid #072510;
}

.green_button {
  font-family: "Ebgaramond Regular";
  padding: 15px 30px;
  background: #072510;
  color: #e5e5e5;
  font-size: 20px;
  line-height: 100%;
  border: 1px solid #072510;
  border-radius: 50px;
  height: fit-content;
  white-space: nowrap;
  width: min-content;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .green_button {
    font-size: 16px;
    line-height: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .green_button {
    font-size: 12px;
    line-height: 100%;
    padding: 6px 13px;
  }
}
.green_button:hover {
  color: #072510;
  background: transparent;
}

.light_green_button {
  font-family: "EBGaramond Regular";
  padding: 15px 30px;
  color: #90ba3c;
  background: transparent;
  font-size: 20px;
  line-height: 100%;
  border: 1px solid #90ba3c;
  border-radius: 50px;
  height: fit-content;
  white-space: nowrap;
  width: min-content;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .light_green_button {
    font-size: 16px;
    line-height: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .light_green_button {
    font-size: 12px;
    line-height: 100%;
    padding: 6px 13px;
  }
}
.light_green_button:hover {
  color: white;
  background: #90ba3c;
}

.white_button {
  font-family: "EBGaramond Regular";
  padding: 15px 30px;
  background: #ffffff;
  color: #072510;
  font-size: 20px;
  line-height: 100%;
  border: 1px solid #ffffff;
  border-radius: 50px;
  height: fit-content;
  white-space: nowrap;
  width: min-content;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .white_button {
    font-size: 16px;
    line-height: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .white_button {
    font-size: 12px;
    line-height: 100%;
    padding: 6px 13px;
  }
}

.transparent_button {
  font-family: "EBGaramond Regular";
  padding: 15px 30px;
  background: transparent;
  color: #ffffff;
  font-size: 20px;
  line-height: 100%;
  border: 1px solid #ffffff;
  border-radius: 50px;
  height: fit-content;
  white-space: nowrap;
  width: min-content;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .transparent_button {
    font-size: 16px;
    line-height: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .transparent_button {
    font-size: 12px;
    line-height: 100%;
    padding: 6px 13px;
  }
}

.main_paragraph {
  font-family: "Metropolis Semi";
  margin-top: 37px;
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  .main_paragraph {
    margin-top: 15px;
    font-size: 25px;
    line-height: 110%;
  }
}
@media only screen and (max-width: 599px) {
  .main_paragraph {
    margin-top: 5px;
    font-size: 18px;
    line-height: 120%;
  }
}
.main_paragraph .span {
  font-family: "EBGaramond Regular";
  color: #0d6582;
  font-size: 45px;
}
@media only screen and (max-width: 1024px) {
  .main_paragraph .span {
    font-size: 30px;
  }
}
@media only screen and (max-width: 599px) {
  .main_paragraph .span {
    font-size: 21px;
  }
}

.descriptive_paragraph {
  font-family: "Metropolis Regular";
  font-size: 20px;
  line-height: 115%;
  color: #41590c;
  margin-top: 24px;
}
@media only screen and (max-width: 1024px) {
  .descriptive_paragraph {
    font-size: 16px;
    line-height: 115%;
  }
}
@media only screen and (max-width: 599px) {
  .descriptive_paragraph {
    font-size: 12px;
    line-height: 115%;
  }
}

.trans-visible {
  transform: translateX(0) !important;
  visibility: visible !important;
  opacity: 1 !important;
}

@media only screen and (max-width: 599px) {
  .center-mobile {
    text-align: center;
  }
}

.blogpage_section_main {
  overflow-y: hidden;
}

.disabled {
  background: #ccc;
  pointer-events: none;
}

.z-99 {
  z-index: 99;
}

/** import layout files */
header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  max-width: 100%;
  padding: 0.8rem 2rem;
  z-index: 9999;
  max-width: 1600px;
  margin: 0 auto;
  transition: all 400ms ease-in;
}
@media only screen and (min-width: 600px) {
  header {
    padding: 1.2rem 5.3rem 1.2rem 5.3rem;
  }
}
header .header-container {
  display: flex;
  align-items: center;
}
header .header-container .header-logo {
  margin-right: auto;
  cursor: pointer;
}
header .header-container .header-logo .header_logo_img_mobile,
header .header-container .header-logo .header_logo_img_desktop {
  object-fit: contain;
}
header .header-container .header-logo .header_logo_img_mobile {
  max-width: 4rem;
  height: 3.3rem;
}
@media only screen and (min-width: 600px) {
  header .header-container .header-logo .header_logo_img_mobile {
    display: none;
  }
}
header .header-container .header-logo .header_logo_img_desktop {
  max-width: 26.2rem;
  height: 5rem;
  display: none;
}
@media only screen and (min-width: 600px) {
  header .header-container .header-logo .header_logo_img_desktop {
    display: block;
  }
}
header .header-container .header-burger_menu_container {
  width: 80px;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  header .header-container .header-burger_menu_container {
    width: 56px;
  }
}
@media only screen and (max-width: 599px) {
  header .header-container .header-burger_menu_container {
    width: 33px;
  }
}
header .header-container .header-burger_menu_container .header-burger_img {
  width: 100%;
}
header .burger_menu_container {
  visibility: hidden;
  opacity: 0;
  transform: translateX(100%);
  position: fixed;
  inset: 0;
  height: 100vh;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  transition: transform 0.4s linear, visibility 0.4s linear, opacity 0.4s;
  background-image: url("../../../../../themes/wordplate/images/burger-bg-tablet.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1025px) {
  header .burger_menu_container {
    background-image: url("../../../../../themes/wordplate/images/burger-bg.png");
  }
}
header .burger_menu_container .burger-content_wrapper {
  max-width: 920px;
  margin: 12px 50px 80px auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 1441px) {
  header .burger_menu_container .burger-content_wrapper {
    max-width: 920px;
  }
}
@media screen and (max-width: 1400px) {
  header .burger_menu_container .burger-content_wrapper {
    max-width: 760px;
  }
}
@media only screen and (max-width: 1279px) {
  header .burger_menu_container .burger-content_wrapper {
    max-width: 715px;
  }
}
@media only screen and (max-width: 1024px) {
  header .burger_menu_container .burger-content_wrapper {
    width: 100%;
    margin: 30px;
    max-height: 732px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  header .burger_menu_container .burger-content_wrapper {
    margin: 20px;
  }
}
header .burger_menu_container .burger-content_wrapper .burger-active-header-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  header .burger_menu_container .burger-content_wrapper .burger-active-header-menu {
    flex-wrap: wrap;
  }
}
header .burger_menu_container .burger-content_wrapper .burger-active-header-menu .burger-header-logo-container .burger-header_logo_img_mobile {
  width: 4.4rem;
}
@media only screen and (min-width: 600px) {
  header .burger_menu_container .burger-content_wrapper .burger-active-header-menu .burger-header-logo-container .burger-header_logo_img_mobile {
    display: none;
  }
}
header .burger_menu_container .burger-content_wrapper .burger-active-header-menu .burger-header-logo-container .burger-header_logo_img_desktop {
  display: none;
  max-width: 291px;
  object-fit: contain;
}
@media only screen and (min-width: 600px) {
  header .burger_menu_container .burger-content_wrapper .burger-active-header-menu .burger-header-logo-container .burger-header_logo_img_desktop {
    display: block;
  }
}
header .burger_menu_container .burger-content_wrapper .burger-active-header-menu .burger-header_buttons_container {
  gap: 20px;
  display: flex;
}
header .burger_menu_container .burger-content_wrapper .burger-active-header-menu .burger-header_buttons_container .burger-btn_header {
  padding: 13px 30px;
  border-radius: 50px;
  text-align: center;
  font-size: 2rem;
  line-height: 2rem;
  font-family: "Ebgaramond Regular";
  display: none;
}
@media only screen and (min-width: 600px) {
  header .burger_menu_container .burger-content_wrapper .burger-active-header-menu .burger-header_buttons_container .burger-btn_header {
    display: block;
  }
}
@media only screen and (max-width: 1279px) {
  header .burger_menu_container .burger-content_wrapper .burger-active-header-menu .burger-header_buttons_container .burger-btn_header {
    font-size: 1.6rem;
    line-height: 1.4rem;
  }
}
@media only screen and (max-width: 599px) {
  header .burger_menu_container .burger-content_wrapper .burger-active-header-menu .burger-header_buttons_container .burger-header_close_icon .burger-header_close_icon_img {
    width: 3.3rem;
    height: 3.3rem;
  }
}
header .burger_menu_container .burger-content_wrapper .burger-active-header-menu .burger-header_buttons_container .burger_btn_contact {
  background: #072510;
  border: 1px solid #072510;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.4s ease-in;
}
header .burger_menu_container .burger-content_wrapper .burger-active-header-menu .burger-header_buttons_container .burger_btn_contact:hover {
  color: #072510;
  background: #F0F6EA;
}
header .burger_menu_container .burger-content_wrapper .burger-active-header-menu .burger-header_buttons_container .burger_btn_report {
  border: 1px solid #90ba3c;
  color: #90ba3c;
  cursor: pointer;
  transition: all 0.4s ease-in;
}
header .burger_menu_container .burger-content_wrapper .burger-active-header-menu .burger-header_buttons_container .burger_btn_report:hover {
  color: #ffffff;
  background: #90ba3c;
}
header .burger_menu_container .burger-content_wrapper .burger-links_contact_container {
  display: flex;
  justify-content: space-between;
  padding-bottom: 3rem;
  border-bottom: 1px solid #072510;
  flex-direction: column;
}
@media only screen and (max-width: 1024px) {
  header .burger_menu_container .burger-content_wrapper .burger-links_contact_container {
    flex-wrap: wrap;
    gap: 4rem;
    padding-bottom: 27px;
    justify-content: flex-start;
    margin-top: 2.5rem;
  }
}
@media only screen and (max-width: 599px) {
  header .burger_menu_container .burger-content_wrapper .burger-links_contact_container {
    border: none;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1025px) {
  header .burger_menu_container .burger-content_wrapper .burger-links_contact_container {
    padding-top: 5rem;
  }
}
header .burger_menu_container .burger-content_wrapper .burger-links_contact_container .menu-nav-list .burger-nav-menu-list {
  font-family: "Ebgaramond Semi";
  font-size: 1.8rem;
  line-height: 2rem;
  color: #072510;
  counter-reset: list;
  list-style: none;
}
@media only screen and (max-width: 1024px) {
  header .burger_menu_container .burger-content_wrapper .burger-links_contact_container .menu-nav-list .burger-nav-menu-list {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
}
header .burger_menu_container .burger-content_wrapper .burger-links_contact_container .menu-nav-list .burger-nav-menu-list > li {
  counter-increment: list;
  position: relative;
  margin-bottom: 1.5rem;
}
header .burger_menu_container .burger-content_wrapper .burger-links_contact_container .menu-nav-list .burger-nav-menu-list > li a:hover {
  color: #0D6582;
}
header .burger_menu_container .burger-content_wrapper .burger-links_contact_container .menu-nav-list .burger-nav-menu-list > li:last-child {
  margin-bottom: 0;
}
header .burger_menu_container .burger-content_wrapper .burger-links_contact_container .menu-nav-list .burger-nav-menu-list > li::before {
  content: "0" counter(list);
  margin-right: 5px;
  position: absolute;
  right: 100%;
  left: 0;
  width: max-content;
  top: 26px;
  transform: translateY(-50%);
  color: #0D6582;
  font-size: 18px;
}
@media only screen and (max-width: 599px) {
  header .burger_menu_container .burger-content_wrapper .burger-links_contact_container .menu-nav-list .burger-nav-menu-list > li::before {
    top: 12px;
    font-size: 14px;
  }
}
header .burger_menu_container .burger-content_wrapper .burger-links_contact_container .menu-nav-list .burger-nav-menu-list > li a {
  font-family: "Ebgaramond Semi";
  font-size: 4rem;
  line-height: 4.4rem;
  color: #072510;
  margin-left: 4.6rem;
}
@media only screen and (max-width: 599px) {
  header .burger_menu_container .burger-content_wrapper .burger-links_contact_container .menu-nav-list .burger-nav-menu-list > li a {
    font-size: 2rem;
    line-height: 2.2rem;
    margin-left: 3rem;
  }
}
header .burger_menu_container .burger-content_wrapper .burger-links_contact_container .menu-nav-list .burger-nav-menu-list > li .sub-menu {
  padding-top: 15px;
  list-style-type: none;
}
header .burger_menu_container .burger-content_wrapper .burger-links_contact_container .menu-nav-list .burger-nav-menu-list > li .sub-menu li {
  position: relative;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1024px) {
  header .burger_menu_container .burger-content_wrapper .burger-links_contact_container .menu-nav-list .burger-nav-menu-list > li .sub-menu li {
    margin-bottom: 9px;
  }
}
@media only screen and (max-width: 599px) {
  header .burger_menu_container .burger-content_wrapper .burger-links_contact_container .menu-nav-list .burger-nav-menu-list > li .sub-menu li {
    margin-bottom: 5px;
  }
}
header .burger_menu_container .burger-content_wrapper .burger-links_contact_container .menu-nav-list .burger-nav-menu-list > li .sub-menu li::before {
  content: "";
  position: absolute;
  left: 48px;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  background-color: #0D6582;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 599px) {
  header .burger_menu_container .burger-content_wrapper .burger-links_contact_container .menu-nav-list .burger-nav-menu-list > li .sub-menu li::before {
    width: 5px;
    height: 5px;
    left: 30px;
  }
}
header .burger_menu_container .burger-content_wrapper .burger-links_contact_container .menu-nav-list .burger-nav-menu-list > li .sub-menu li a {
  font-family: "Ebgaramond Semi";
  font-size: 2rem;
  line-height: 2.2rem;
  padding-left: 23px;
}
header .burger_menu_container .burger-content_wrapper .burger-links_contact_container .menu-nav-list .burger-nav-menu-list > li .sub-menu li a:hover {
  color: #0D6582;
}
@media only screen and (max-width: 1024px) {
  header .burger_menu_container .burger-content_wrapper .burger-links_contact_container .menu-nav-list .burger-nav-menu-list > li .sub-menu li a {
    font-size: 1.6rem;
    line-height: 1.7rem;
  }
}
@media only screen and (max-width: 599px) {
  header .burger_menu_container .burger-content_wrapper .burger-links_contact_container .menu-nav-list .burger-nav-menu-list > li .sub-menu li a {
    font-size: 1.2rem;
    line-height: 1.3rem;
    padding-left: 15px;
  }
}
header .burger_menu_container .burger-content_wrapper .burger-links_contact_container .burger-header_buttons_container_mobile {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 0 auto;
}
@media only screen and (min-width: 600px) {
  header .burger_menu_container .burger-content_wrapper .burger-links_contact_container .burger-header_buttons_container_mobile {
    display: none;
  }
}
header .burger_menu_container .burger-content_wrapper .burger-links_contact_container .burger-header_buttons_container_mobile .burger-btn_header {
  padding: 9px 70px;
  border-radius: 50px;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-family: "Ebgaramond Regular";
}
header .burger_menu_container .burger-content_wrapper .burger-links_contact_container .burger-header_buttons_container_mobile .burger_btn_contact {
  background: #072510;
  border: 1px solid #072510;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.4s ease-in;
}
header .burger_menu_container .burger-content_wrapper .burger-links_contact_container .burger-header_buttons_container_mobile .burger_btn_contact:hover {
  color: #072510;
  background: #F0F6EA;
}
header .burger_menu_container .burger-content_wrapper .burger-links_contact_container .burger-header_buttons_container_mobile .burger_btn_report {
  border: 1px solid #90ba3c;
  color: #90ba3c;
  cursor: pointer;
  transition: all 0.4s ease-in;
}
header .burger_menu_container .burger-content_wrapper .burger-links_contact_container .burger-header_buttons_container_mobile .burger_btn_report:hover {
  color: #ffffff;
  background: #90ba3c;
}
header .burger_menu_container .burger-content_wrapper .burger-links_contact_container .contact_and_social_container {
  margin-top: auto;
  display: flex;
  gap: 41px;
  width: 100%;
  justify-content: flex-end;
  margin-top: auto;
  padding-top: 7rem;
}
@media only screen and (max-width: 599px) {
  header .burger_menu_container .burger-content_wrapper .burger-links_contact_container .contact_and_social_container {
    padding-top: 5.7rem;
    gap: initial;
    justify-content: space-between;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 599px) {
  header .burger_menu_container .burger-content_wrapper .burger-links_contact_container .contact_and_social_container .contact_info_wrapper {
    flex: 0 0 60%;
  }
}
header .burger_menu_container .burger-content_wrapper .burger-links_contact_container .contact_and_social_container .label {
  font-family: "Ebgaramond Semi";
  font-size: 2rem;
  line-height: 2.2rem;
  color: #072510;
  margin-bottom: 1.7rem;
}
@media only screen and (max-width: 599px) {
  header .burger_menu_container .burger-content_wrapper .burger-links_contact_container .contact_and_social_container .label {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.7rem;
  }
}
@media only screen and (max-width: 599px) {
  header .burger_menu_container .burger-content_wrapper .burger-links_contact_container .contact_and_social_container .contact_label {
    text-align: right;
  }
}
header .burger_menu_container .burger-content_wrapper .burger-links_contact_container .contact_and_social_container .text {
  font-family: "Ebgaramond Regular";
  color: #072510;
  font-size: 1.7rem;
  line-height: 1.7rem;
  margin-bottom: 7px;
  word-wrap: break-word;
}
@media only screen and (max-width: 599px) {
  header .burger_menu_container .burger-content_wrapper .burger-links_contact_container .contact_and_social_container .text {
    text-align: right;
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
}
header .burger_menu_container .burger-content_wrapper .burger-links_contact_container .contact_and_social_container .social_info_container {
  width: max-content;
}
header .burger_menu_container .burger-content_wrapper .burger-links_contact_container .contact_and_social_container .social_logos_container {
  display: flex;
  align-items: center;
  gap: 35px;
}
@media only screen and (max-width: 599px) {
  header .burger_menu_container .burger-content_wrapper .burger-links_contact_container .contact_and_social_container .social_logos_container {
    justify-content: space-around;
    gap: 20px;
  }
  header .burger_menu_container .burger-content_wrapper .burger-links_contact_container .contact_and_social_container .social_logos_container img {
    width: 25px;
  }
}
header .burger_menu_container .burger-content_wrapper .burger-links_contact_container .contact_and_social_container .social_logos_container .social_logo_card .social_logo_img, header .burger_menu_container .burger-content_wrapper .burger-links_contact_container .contact_and_social_container .social_logos_container .social_logo_card .social_logo_img_hover {
  width: 30px;
}
header .burger_menu_container .burger-content_wrapper .burger-links_contact_container .contact_and_social_container .social_logos_container .social_logo_card .twitter_img:hover ~ .linkedin_img path {
  fill: #ccc;
}
header .burger_menu_container .burger-content_wrapper .burger-links_contact_container .contact_and_social_container .social_logos_container .social_logo_card .linkedin_img:hover ~ .twitter_img path {
  fill: #ccc;
}
header .burger_menu_container .burger-content_wrapper .burger-links_contact_container .contact_and_social_container .social_logos_container .twitter_img_card:hover ~ .linkedin_img_card .linkedin_img path {
  fill: #ccc;
}
header .burger_menu_container .burger-content_wrapper .burger_footer_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  display: none;
}
header .burger_menu_container .burger-content_wrapper .burger_footer_container .menu_burger_nav_footer .burger-footer-nav-menu-list {
  font-family: "Inter Regular";
  font-size: 1.2rem;
  line-height: 2.4rem;
  color: #072510;
  display: flex;
  gap: 25px;
  align-items: center;
  list-style: none;
}
header .burger_menu_container .burger-content_wrapper .burger_footer_container .menu_burger_nav_footer .burger-footer-nav-menu-list li a {
  font-family: "Inter Regular";
  font-size: 1.2rem;
  line-height: 2.4rem;
  color: #212121;
}
header .burger_menu_container .burger-content_wrapper .burger_footer_container .copyright {
  font-family: "Inter Regular";
  color: #212121;
  font-size: 1.2rem;
  line-height: 2.4rem;
}

.header-filter_blur {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  backdrop-filter: blur(4px);
}

.icon_hover path {
  fill: #ccc;
}

footer {
  background-color: #054D65;
  padding: 2.5rem;
  z-index: 9999;
}
@media only screen and (max-width: 599px) {
  footer {
    padding-left: 53px;
    padding-right: 53px;
  }
}
@media only screen and (min-width: 600px) {
  footer {
    padding: 3.6rem 3rem;
  }
}
@media only screen and (min-width: 1025px) {
  footer {
    padding: 3rem 5rem;
  }
}
footer .footer-main_wrapper .footer_top_part {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 2rem;
}
@media only screen and (min-width: 600px) {
  footer .footer-main_wrapper .footer_top_part {
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 1025px) {
  footer .footer-main_wrapper .footer_top_part {
    padding-right: 1rem;
  }
}
footer .footer-main_wrapper .footer_top_part .logo_container {
  max-width: 20rem;
  margin: 0 auto 2rem auto;
}
@media only screen and (min-width: 600px) {
  footer .footer-main_wrapper .footer_top_part .logo_container {
    margin: 0;
    margin-right: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  footer .footer-main_wrapper .footer_top_part .logo_container {
    max-width: 27rem;
  }
}
@media only screen and (min-width: 1280px) {
  footer .footer-main_wrapper .footer_top_part .logo_container {
    position: relative;
    top: 42px;
  }
}
footer .footer-main_wrapper .footer_top_part .logo_container .footer-logo_img_mobile {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
footer .footer-main_wrapper .footer_top_part .social_logo_container {
  display: grid;
  grid-template-areas: "phone loc" "email loc";
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  column-gap: 2.3rem;
  max-width: 56rem;
}
@media only screen and (max-width: 599px) {
  footer .footer-main_wrapper .footer_top_part .social_logo_container {
    display: flex;
    flex-direction: column;
    gap: 2.6rem;
    padding-left: 4.2rem;
  }
}
@media only screen and (min-width: 599px) and (max-width: 1279px) {
  footer .footer-main_wrapper .footer_top_part .social_logo_container {
    width: 420px;
  }
}
footer .footer-main_wrapper .footer_top_part .social_logo_container .contact_card {
  align-items: center;
  display: flex;
  gap: 1rem;
  grid-area: phone;
  margin-bottom: 0;
}
@media only screen and (min-width: 600px) {
  footer .footer-main_wrapper .footer_top_part .social_logo_container .contact_card {
    gap: 1.5rem;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 1025px) {
  footer .footer-main_wrapper .footer_top_part .social_logo_container .contact_card {
    max-width: 162px;
  }
}
footer .footer-main_wrapper .footer_top_part .social_logo_container .contact_card:last-child {
  margin-bottom: 0;
}
footer .footer-main_wrapper .footer_top_part .social_logo_container .contact_card .logo_contact_card_container {
  cursor: pointer;
}
@media only screen and (min-width: 600px) {
  footer .footer-main_wrapper .footer_top_part .social_logo_container .contact_card .logo_contact_card_container {
    width: 1.8rem;
    height: 1.8rem;
    max-width: 1.8rem;
    flex: 22%;
    margin-top: 0.5rem;
  }
}
footer .footer-main_wrapper .footer_top_part .social_logo_container .contact_card .logo_contact_card_container .logo_contact_card {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
@media only screen and (max-width: 599px) {
  footer .footer-main_wrapper .footer_top_part .social_logo_container .contact_card .logo_contact_card_container .logo_contact_card {
    width: unset;
    height: unset;
  }
}
footer .footer-main_wrapper .footer_top_part .social_logo_container .email_card {
  grid-area: email;
}
@media only screen and (min-width: 1025px) {
  footer .footer-main_wrapper .footer_top_part .social_logo_container .email_card {
    max-width: max-content;
  }
}
footer .footer-main_wrapper .footer_top_part .social_logo_container .location_desktop {
  grid-area: loc;
}
@media only screen and (min-width: 1025px) {
  footer .footer-main_wrapper .footer_top_part .social_logo_container .location_desktop {
    justify-content: flex-start;
    max-width: none;
  }
}
footer .footer-main_wrapper .footer_top_part .social_logo_container .contact_card_text {
  font-family: "Ebgaramond Regular";
  color: #e5e5e5;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4rem;
  word-break: normal;
  cursor: pointer;
  white-space: nowrap;
}
footer .footer-main_wrapper .footer_top_part .social_logo_container .contact_card_text#location_link {
  width: 20rem;
  white-space: normal;
}
@media only screen and (min-width: 600px) {
  footer .footer-main_wrapper .footer_top_part .social_logo_container .contact_card_text {
    font-size: 1.6rem;
    line-height: 2.4rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
footer .footer-main_wrapper .footer_bottom_part {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 2rem;
  border-top: 1px solid #E5E5E5;
}
@media only screen and (min-width: 600px) {
  footer .footer-main_wrapper .footer_bottom_part {
    flex-direction: row;
    justify-content: space-between;
    padding-left: 4rem;
  }
}
@media only screen and (min-width: 1025px) {
  footer .footer-main_wrapper .footer_bottom_part {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media only screen and (min-width: 1280px) {
  footer .footer-main_wrapper .footer_bottom_part {
    max-width: 80rem;
    margin-left: auto;
    padding-top: 0.7rem;
  }
}
footer .footer-main_wrapper .footer_bottom_part .social_links_container {
  display: flex;
  align-items: center;
  gap: 4rem;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 600px) {
  footer .footer-main_wrapper .footer_bottom_part .social_links_container {
    margin-bottom: 0;
  }
}
footer .footer-main_wrapper .footer_bottom_part .social_links_container .link_text {
  font-family: "Ebgaramond Regular";
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #E5E5E5;
}
footer .footer-main_wrapper .footer_bottom_part .confidentiality_container ul {
  display: flex;
  gap: 2rem;
  align-items: center;
  color: #E5E5E5;
  list-style-type: none;
}
@media only screen and (min-width: 600px) {
  footer .footer-main_wrapper .footer_bottom_part .confidentiality_container ul {
    gap: 2.5rem;
  }
}
footer .footer-main_wrapper .footer_bottom_part .confidentiality_container ul li:last-child a {
  position: relative;
}
footer .footer-main_wrapper .footer_bottom_part .confidentiality_container ul li:last-child a::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  left: -10px;
  transform: translateY(-50%);
  top: 50%;
}
@media only screen and (min-width: 600px) {
  footer .footer-main_wrapper .footer_bottom_part .confidentiality_container ul li:last-child a::before {
    left: -16px;
  }
}
footer .footer-main_wrapper .footer_bottom_part .confidentiality_container ul li a {
  font-family: "Inter Regular";
  color: #E5E5E5;
  font-size: 1rem;
  line-height: 1.3rem;
}
@media only screen and (min-width: 600px) {
  footer .footer-main_wrapper .footer_bottom_part .confidentiality_container ul li a {
    font-size: 1.2rem;
    line-height: 2.4rem;
  }
}

/** import homepage files */
.homepage-section {
  position: relative;
  max-width: 100vw;
  overflow: hidden;
}
.homepage-section .title {
  position: absolute;
  top: 20vw;
  left: 51px;
  width: 75vw;
  font-family: "Ebgaramond Semi";
  color: white;
  font-size: 72px;
  line-height: 100%;
}
@media only screen and (max-width: 1024px) {
  .homepage-section .title {
    font-size: 40px;
    line-height: 100%;
    top: 172px;
    left: 15vw;
    width: 70vw;
  }
}
@media only screen and (max-width: 599px) {
  .homepage-section .title {
    font-size: 30px;
    line-height: 100%;
    top: 289px;
    left: 5vw;
    width: 90vw;
  }
}

@media only screen and (max-width: 599px) {
  .desktop-hero {
    display: none;
  }
}

.mobile-hero {
  display: none;
}
@media only screen and (max-width: 599px) {
  .mobile-hero {
    display: block;
  }
}

.hero-image {
  width: 100%;
}
@media only screen and (max-width: 599px) {
  .hero-image {
    height: 646px;
    object-fit: cover;
  }
}

.homepage .project-section {
  padding: 87px 38px 0 38px;
}
@media only screen and (max-width: 1024px) {
  .homepage .project-section {
    padding: 31px 23px 0 23px;
  }
}
@media only screen and (max-width: 599px) {
  .homepage .project-section {
    padding: 32px 21px 0 21px;
  }
}
.homepage .project-section .description_bloc {
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .homepage .project-section .description_bloc {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 599px) {
  .homepage .project-section .description_bloc {
    margin-bottom: 12px;
  }
}
.homepage .project-section .description_bloc .img {
  width: 508px;
  height: 508px;
}
@media only screen and (max-width: 1024px) {
  .homepage .project-section .description_bloc .img {
    display: none;
  }
}
.homepage .project-section .description_bloc .img_filter {
  position: absolute;
  right: 0;
  top: 75px;
  width: 508px;
  height: 508px;
  mix-blend-mode: color-burn;
  filter: blur(100px);
}
@media only screen and (max-width: 1024px) {
  .homepage .project-section .description_bloc .img_filter {
    display: none;
  }
}
.homepage .project-section .description_bloc .img_tablet {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .homepage .project-section .description_bloc .img_tablet {
    display: block;
    width: 201.83px;
    height: 201.83px;
  }
}
@media only screen and (max-width: 599px) {
  .homepage .project-section .description_bloc .img_tablet {
    float: right;
    width: 135px;
    height: 135px;
    shape-outside: circle(36%);
    margin: 30px 5px 18px 20px;
  }
}
.homepage .project-section .description_bloc .img_filter_tablet {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .homepage .project-section .description_bloc .img_filter_tablet {
    display: block;
    position: absolute;
    right: 0;
    top: 30px;
    width: 201.83px;
    height: 201.83px;
    mix-blend-mode: color-burn;
  }
}
@media only screen and (max-width: 599px) {
  .homepage .project-section .description_bloc .img_filter_tablet {
    top: 30px;
    width: 135px;
    height: 135px;
  }
}
.homepage .project-section .schema_bloc {
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .homepage .project-section .schema_bloc {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 599px) {
  .homepage .project-section .schema_bloc {
    margin-top: 12px;
    flex-direction: column;
  }
}
.homepage .project-section .schema_bloc .schema {
  position: relative;
  margin-left: 58px;
  margin-top: 12px;
}
@media only screen and (max-width: 1024px) {
  .homepage .project-section .schema_bloc .schema {
    margin-left: 46px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 599px) {
  .homepage .project-section .schema_bloc .schema {
    margin-top: -10px;
    margin-left: 7px;
  }
}
.homepage .project-section .schema_bloc .schema .img {
  width: 731px;
  height: 463px;
}
@media only screen and (max-width: 1024px) {
  .homepage .project-section .schema_bloc .schema .img {
    width: calc(100vw - 310px);
    height: 263px;
  }
}
@media only screen and (max-width: 599px) {
  .homepage .project-section .schema_bloc .schema .img {
    display: none;
  }
}
.homepage .project-section .schema_bloc .schema .img-mobile {
  display: none;
}
@media only screen and (max-width: 599px) {
  .homepage .project-section .schema_bloc .schema .img-mobile {
    display: block;
    width: 165.01px;
    height: 145.01px;
  }
}
.homepage .project-section .schema_bloc .schema .info {
  position: absolute;
  text-align: center;
}
.homepage .project-section .schema_bloc .schema .info h1 {
  font-family: "EBGaramond Regular";
  color: #0d6582;
  font-weight: 600;
  font-size: 45px;
  line-height: 110%;
}
@media only screen and (max-width: 1024px) {
  .homepage .project-section .schema_bloc .schema .info h1 {
    font-size: 30px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 599px) {
  .homepage .project-section .schema_bloc .schema .info h1 {
    font-size: 20px;
    line-height: 150%;
  }
}
.homepage .project-section .schema_bloc .schema .info p {
  font-family: "Metropolis Regular";
  font-size: 24px;
  line-height: 115%;
  color: #41590c;
}
@media only screen and (max-width: 1024px) {
  .homepage .project-section .schema_bloc .schema .info p {
    font-size: 18px;
    line-height: 27px;
  }
}
@media only screen and (max-width: 599px) {
  .homepage .project-section .schema_bloc .schema .info p {
    font-size: 14px;
    line-height: 21px;
  }
}
.homepage .project-section .schema_bloc .schema .info1 {
  top: 26px;
  left: 23px;
}
@media only screen and (max-width: 1024px) {
  .homepage .project-section .schema_bloc .schema .info1 {
    width: fit-content;
    top: 23px;
    left: -30px;
  }
}
@media only screen and (max-width: 599px) {
  .homepage .project-section .schema_bloc .schema .info1 {
    top: 0;
    width: 118px;
    left: 155px;
  }
}
.homepage .project-section .schema_bloc .schema .info2 {
  width: 312px;
  top: 272px;
  right: 32px;
}
@media only screen and (max-width: 1024px) {
  .homepage .project-section .schema_bloc .schema .info2 {
    width: 227px;
    top: 140px;
    right: 15px;
  }
}
@media only screen and (max-width: 599px) {
  .homepage .project-section .schema_bloc .schema .info2 {
    width: 115px;
    top: 125px;
    right: auto;
    left: 15px;
    text-align: start;
  }
}
.homepage .descriptive_paragraph_container {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 599px) {
  .homepage .descriptive_paragraph_container {
    display: block;
  }
}

.vision-section .vision_main_bloc {
  display: flex;
  margin-right: 60px;
}
@media only screen and (max-width: 1024px) {
  .vision-section .vision_main_bloc {
    margin-right: 35px;
  }
}
@media only screen and (max-width: 599px) {
  .vision-section .vision_main_bloc {
    margin-right: 20px;
    margin-top: 130px;
  }
}
.vision-section .vision-schema {
  width: 329.5px;
  height: 1010px;
}
@media only screen and (max-width: 1024px) {
  .vision-section .vision-schema {
    height: 716.31px;
    width: 180px;
  }
}
@media only screen and (max-width: 599px) {
  .vision-section .vision-schema {
    display: none;
  }
}
.vision-section .vision-schema-mobile {
  display: none;
}
@media only screen and (max-width: 599px) {
  .vision-section .vision-schema-mobile {
    display: block;
    height: 607.19px;
    width: 130.5px;
  }
}
.vision-section .vision_content {
  margin-left: 40px;
}
@media only screen and (max-width: 1024px) {
  .vision-section .vision_content {
    margin-left: 21px;
  }
}
@media only screen and (max-width: 599px) {
  .vision-section .vision_content {
    margin-left: -7px;
  }
}
.vision-section .vision_content button {
  margin-top: 35px;
}
@media only screen and (max-width: 1024px) {
  .vision-section .vision_content button {
    margin-top: 17px;
  }
}
@media only screen and (max-width: 599px) {
  .vision-section .vision_content button {
    margin-top: 20px;
  }
}
.vision-section .vision_content .intro_bloc {
  height: 422px;
}
@media only screen and (max-width: 1024px) {
  .vision-section .vision_content .intro_bloc {
    height: 277px;
  }
}
@media only screen and (max-width: 599px) {
  .vision-section .vision_content .intro_bloc .main_paragraph {
    margin-top: 15px;
    margin-left: -5px;
  }
}
.vision-section .vision_content .description_bloc {
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .vision-section .vision_content .description_bloc {
    flex-direction: column;
  }
}
@media only screen and (max-width: 599px) {
  .vision-section .vision_content .description_bloc .text {
    height: 335px;
    margin-left: -7px;
    width: 187px;
  }
}
.vision-section .vision_content .description_bloc .text ol {
  margin-left: 25px;
}
@media only screen and (max-width: 1024px) {
  .vision-section .vision_content .description_bloc .text ol {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 599px) {
  .vision-section .vision_content .description_bloc .text ol {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 599px) {
  .vision-section .vision_content .description_bloc .text .descriptive_paragraph {
    margin-top: 13px;
  }
}
.vision-section .vision_content .description_bloc .text .descriptive_paragraph li:nth-child(2) {
  margin-top: 30px;
}
@media only screen and (max-width: 1024px) {
  .vision-section .vision_content .description_bloc .text .descriptive_paragraph li:nth-child(2) {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 599px) {
  .vision-section .vision_content .description_bloc .text .descriptive_paragraph li:nth-child(2) {
    margin-top: 15px;
  }
}
.vision-section .vision_content .description_bloc .no_bullet_title {
  margin-bottom: 35px;
}
@media only screen and (max-width: 1024px) {
  .vision-section .vision_content .description_bloc .no_bullet_title {
    margin-bottom: 21px;
  }
}
@media only screen and (max-width: 599px) {
  .vision-section .vision_content .description_bloc .no_bullet_title {
    margin-bottom: 11px;
  }
}
@media only screen and (max-width: 1024px) {
  .vision-section .vision_content .description_bloc button {
    margin-top: 38px;
  }
}
@media only screen and (max-width: 599px) {
  .vision-section .vision_content .description_bloc button {
    margin-top: 24px;
  }
}
.vision-section .vision_content .description_bloc .swiper_container {
  position: relative;
  margin-right: -60px;
}
@media only screen and (max-width: 1024px) {
  .vision-section .vision_content .description_bloc .swiper_container {
    margin-right: 0;
  }
}
.vision-section .vision_content .description_bloc .swiper_container .swiper_bg {
  margin-top: -146px;
  width: 592px;
  height: 810px;
}
@media only screen and (max-width: 1024px) {
  .vision-section .vision_content .description_bloc .swiper_container .swiper_bg {
    display: none;
  }
}
.vision-section .vision_content .description_bloc .swiper_container .swiper_content {
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 40px;
  width: 515px;
  height: 592px;
}
@media only screen and (max-width: 1024px) {
  .vision-section .vision_content .description_bloc .swiper_container .swiper_content {
    width: 405px;
    height: 400px;
    top: 105px;
    left: calc(-180px + (100vw - 408px) / 2);
  }
}
@media only screen and (max-width: 599px) {
  .vision-section .vision_content .description_bloc .swiper_container .swiper_content {
    width: 290px;
    height: 284px;
    top: 230px;
    left: calc(-130px + (100vw - 295px) / 2);
  }
}
.vision-section .vision_content .description_bloc .swiper_container .swiper_content h6 {
  font-family: "Ebgaramond Semi";
  color: rgba(13, 101, 130, 0.8);
  text-align: center;
  font-size: 30px;
  line-height: 110%;
}
@media only screen and (max-width: 1024px) {
  .vision-section .vision_content .description_bloc .swiper_container .swiper_content h6 {
    font-size: 25px;
    line-height: 110%;
  }
}
@media only screen and (max-width: 599px) {
  .vision-section .vision_content .description_bloc .swiper_container .swiper_content h6 {
    font-size: 13px;
    line-height: 110%;
  }
}
.vision-section .vision_content .description_bloc .swiper_container .swiper_content .swiper-wrapper {
  margin-top: 36px;
}
@media only screen and (max-width: 1024px) {
  .vision-section .vision_content .description_bloc .swiper_container .swiper_content .swiper-wrapper {
    margin-top: 26px;
  }
}
@media only screen and (max-width: 599px) {
  .vision-section .vision_content .description_bloc .swiper_container .swiper_content .swiper-wrapper {
    margin-top: 18px;
  }
}
.vision-section .vision_content .description_bloc .swiper_container .swiper_content .swiper-wrapper .swiper-slide {
  text-align: center;
}
.vision-section .vision_content .description_bloc .swiper_container .swiper_content .swiper-wrapper .swiper-slide img {
  border: 1px solid #90ba3c;
  border-radius: 50%;
  width: 402px;
  height: 402px;
  margin: 15px 0;
}
@media only screen and (max-width: 1024px) {
  .vision-section .vision_content .description_bloc .swiper_container .swiper_content .swiper-wrapper .swiper-slide img {
    width: 243px;
    height: 243px;
  }
}
@media only screen and (max-width: 599px) {
  .vision-section .vision_content .description_bloc .swiper_container .swiper_content .swiper-wrapper .swiper-slide img {
    width: 167px;
    height: 168.86px;
  }
}
.vision-section .vision_content .description_bloc .swiper_container .swiper_content .swiper-button-next,
.vision-section .vision_content .description_bloc .swiper_container .swiper_content .swiper-button-prev {
  height: 16px;
  width: 16px;
}
.vision-section .vision_content .description_bloc .swiper_container .swiper_content .swiper-button-next::after,
.vision-section .vision_content .description_bloc .swiper_container .swiper_content .swiper-button-prev::after {
  color: #072510;
  font-size: 16px;
}
.vision-section .vision_content .description_bloc .swiper_container .swiper_content .swiper-button-next {
  right: 0;
}
.vision-section .vision_content .description_bloc .swiper_container .swiper_content .swiper-button-prev {
  left: 0;
}
.vision-section .vision_content .description_bloc .swiper_container .swiper_content .swiper-pagination {
  bottom: 65px;
}
@media only screen and (max-width: 1024px) {
  .vision-section .vision_content .description_bloc .swiper_container .swiper_content .swiper-pagination {
    bottom: 50px;
  }
}
@media only screen and (max-width: 599px) {
  .vision-section .vision_content .description_bloc .swiper_container .swiper_content .swiper-pagination {
    bottom: 45px;
  }
}
.vision-section .vision_content .description_bloc .swiper_container .swiper_content .swiper-pagination .swiper-pagination-bullet {
  border: 0.5px solid #072510;
  background-color: transparent;
  width: 16px;
  height: 16px;
}
@media only screen and (max-width: 1024px) {
  .vision-section .vision_content .description_bloc .swiper_container .swiper_content .swiper-pagination .swiper-pagination-bullet {
    width: 11.5px;
    height: 11.5px;
  }
}
.vision-section .vision_content .description_bloc .swiper_container .swiper_content .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #072510;
}
.vision-section .swiper_bg_tablet {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .vision-section .swiper_bg_tablet {
    margin: auto;
    position: absolute;
    display: block;
    width: 496px;
    height: 399px;
    background-color: #d0dac4;
    border-radius: 135px;
    top: 80px;
    left: calc(-180px + (100vw - 496px) / 2);
    opacity: 0.3;
  }
}
@media only screen and (max-width: 599px) {
  .vision-section .swiper_bg_tablet {
    width: 320px;
    height: 257px;
    top: 225px;
    left: calc(-130px + (100vw - 320px) / 2);
  }
}
@media only screen and (max-width: 599px) {
  .vision-section .last-paragraph-desktop {
    display: none;
  }
}
.vision-section .last-paragraph-mobile {
  margin: 0 20px;
  display: none;
}
@media only screen and (max-width: 599px) {
  .vision-section .last-paragraph-mobile {
    display: block;
    margin-top: 15px;
  }
  .vision-section .last-paragraph-mobile button {
    margin-top: 24px;
    margin-left: calc((100% - 92px) / 2);
  }
}

.env-social-section {
  position: relative;
  margin: 172px 40px 0 40px;
  scroll-margin-top: 80px;
}
@media only screen and (max-width: 1024px) {
  .env-social-section {
    margin: 531px 31px 0 31px;
  }
}
@media only screen and (max-width: 599px) {
  .env-social-section {
    margin: 438px 16px 0 16px;
    scroll-margin-top: 30px;
  }
}
.env-social-section .schema {
  width: 693px;
  height: 1073px;
}
@media only screen and (max-width: 1024px) {
  .env-social-section .schema {
    width: 347px;
    height: 821px;
  }
}
@media only screen and (max-width: 599px) {
  .env-social-section .schema {
    height: 824px;
    width: 140px;
  }
}
@media only screen and (max-width: 1024px) {
  .env-social-section .desktop-schema {
    display: none;
  }
}
.env-social-section .tablet-schema {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .env-social-section .tablet-schema {
    display: block;
  }
}
@media only screen and (max-width: 599px) {
  .env-social-section .tablet-schema {
    display: none;
  }
}
.env-social-section .mobile-schema {
  display: none;
}
@media only screen and (max-width: 599px) {
  .env-social-section .mobile-schema {
    display: block;
  }
}
.env-social-section .first-bloc {
  position: absolute;
  left: 39px;
  top: 0;
}
@media only screen and (max-width: 1024px) {
  .env-social-section .first-bloc {
    left: 33px;
  }
}
@media only screen and (max-width: 599px) {
  .env-social-section .first-bloc {
    left: 10px;
  }
}
.env-social-section .first-bloc .descriptive_paragraph {
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  .env-social-section .first-bloc .descriptive_paragraph {
    width: 100%;
  }
}
.env-social-section .first-bloc .second-bloc {
  display: flex;
  justify-content: space-between;
  margin-top: 90px;
}
@media only screen and (max-width: 1024px) {
  .env-social-section .first-bloc .second-bloc {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 599px) {
  .env-social-section .first-bloc .second-bloc {
    margin-top: 50px;
    flex-direction: column-reverse;
  }
}
.env-social-section .first-bloc .second-bloc .env-social-img {
  width: 316.4px;
  height: 316.4px;
  margin-right: 30px;
}
@media only screen and (max-width: 1024px) {
  .env-social-section .first-bloc .second-bloc .env-social-img {
    width: 205.4px;
    height: 205.4px;
    margin-right: 27.5px;
  }
}
@media only screen and (max-width: 599px) {
  .env-social-section .first-bloc .second-bloc .env-social-img {
    width: 126px;
    height: 126px;
    margin-top: 11px;
  }
}
.env-social-section .third-bloc {
  position: absolute;
  width: 289px;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 1024px) {
  .env-social-section .third-bloc {
    width: 237px;
  }
}
@media only screen and (max-width: 599px) {
  .env-social-section .third-bloc {
    width: 135px;
    bottom: 50px;
    left: 145px;
    right: auto;
  }
}
.env-social-section .third-bloc h2 {
  font-family: "EBGaramond Regular";
  color: #0d6582;
  font-size: 40px;
  line-height: 110%;
}
@media only screen and (max-width: 1024px) {
  .env-social-section .third-bloc h2 {
    font-size: 25px;
    line-height: 110%;
  }
}
@media only screen and (max-width: 599px) {
  .env-social-section .third-bloc h2 {
    font-size: 18px;
    line-height: 120%;
  }
}
.env-social-section .third-bloc button {
  margin-top: 23px;
}
@media only screen and (max-width: 1024px) {
  .env-social-section .third-bloc button {
    margin-top: 15px;
  }
}

.acc-social-section {
  margin: 33px auto 0 auto;
  text-align: center;
  width: 808px;
}
@media only screen and (max-width: 1024px) {
  .acc-social-section {
    margin: 31px 44px 0 44px;
    width: auto;
  }
}
@media only screen and (max-width: 599px) {
  .acc-social-section {
    margin: 22px 20px 0 20px;
  }
}
.acc-social-section .descriptive_paragraph {
  margin-top: 30px;
}
@media only screen and (max-width: 1024px) {
  .acc-social-section .descriptive_paragraph {
    margin-top: 28px;
  }
}
@media only screen and (max-width: 599px) {
  .acc-social-section .descriptive_paragraph {
    margin-top: 15px;
  }
}
.acc-social-section .icons-container {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
@media only screen and (max-width: 1024px) {
  .acc-social-section .icons-container {
    margin-top: 28px;
  }
}
@media only screen and (max-width: 599px) {
  .acc-social-section .icons-container {
    margin-top: 30px;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.acc-social-section .icons-container .item-content {
  width: 237px;
}
.acc-social-section .icons-container .item-content:first-child {
  width: 226px;
}
@media only screen and (max-width: 1024px) {
  .acc-social-section .icons-container .item-content:first-child {
    width: 180px;
  }
}
@media only screen and (max-width: 599px) {
  .acc-social-section .icons-container .item-content:first-child {
    width: 119px;
  }
}
@media only screen and (max-width: 599px) {
  .acc-social-section .icons-container .item-content:nth-child(3) {
    margin-top: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .acc-social-section .icons-container .item-content {
    width: 190px;
  }
}
@media only screen and (max-width: 599px) {
  .acc-social-section .icons-container .item-content {
    width: 139px;
  }
}
.acc-social-section .icons-container .item-content img {
  width: 100px;
  height: 105px;
}
@media only screen and (max-width: 1024px) {
  .acc-social-section .icons-container .item-content img {
    width: 60px;
    height: 60px;
  }
}
.acc-social-section .green_button {
  margin-top: 25px;
}
@media only screen and (max-width: 1024px) {
  .acc-social-section .green_button {
    margin-top: 19px;
  }
}
@media only screen and (max-width: 599px) {
  .acc-social-section .green_button {
    margin-top: 29.5px;
  }
}

.actu-section {
  margin: 200px 49px -11px 49px;
  max-width: 100vw;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .actu-section {
    margin: 93px 34px 0 34px;
  }
}
@media only screen and (max-width: 599px) {
  .actu-section {
    margin: 100px 16px 0 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .actu-section .bullet_title {
    text-align: center;
  }
}
@media only screen and (max-width: 599px) {
  .actu-section .bullet_title {
    text-align: start;
  }
}
.actu-section .content {
  margin-top: 43px;
  height: 921px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .actu-section .content {
    flex-direction: column-reverse;
    margin-top: 49px;
    height: auto;
  }
}
@media only screen and (max-width: 599px) {
  .actu-section .content {
    margin-top: 22px;
  }
}
.actu-section .content .first-bloc {
  position: relative;
  padding-top: 49px;
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  .actu-section .content .first-bloc {
    padding-top: 61px;
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .actu-section .content .first-bloc {
    padding-top: 36px;
  }
}
.actu-section .content .first-bloc .schema {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: -webkit-fill-available;
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  .actu-section .content .first-bloc .schema {
    display: none;
  }
}
.actu-section .content .first-bloc .article-container {
  margin-bottom: 40px;
  margin-right: 41px;
  gap: 25px;
  justify-content: flex-start;
}
@media only screen and (max-width: 1024px) {
  .actu-section .content .first-bloc .article-container {
    margin-bottom: 20px;
    margin-right: 0;
    gap: 33px;
  }
}
@media only screen and (max-width: 599px) {
  .actu-section .content .first-bloc .article-container {
    margin-bottom: 11px;
    gap: 10px;
  }
}
.actu-section .content .first-bloc .article-container .article-img {
  height: 177px;
  object-fit: cover;
  border-radius: 10px;
  width: 281px;
  flex: 0 0 50%;
}
@media only screen and (max-width: 1024px) {
  .actu-section .content .first-bloc .article-container .article-img {
    width: 305px;
    height: 180px;
    max-width: 305px;
    flex: 0 0 44%;
  }
}
@media only screen and (max-width: 599px) {
  .actu-section .content .first-bloc .article-container .article-img {
    max-width: 110px;
    height: 90px;
    flex: 0 0 32%;
  }
}
.actu-section .content .first-bloc .article-container .article-details {
  flex-direction: column;
}
@media only screen and (max-width: 1024px) {
  .actu-section .content .first-bloc .article-container .article-details {
    padding: 35px 0;
  }
}
@media only screen and (max-width: 599px) {
  .actu-section .content .first-bloc .article-container .article-details {
    padding: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .actu-section .content .first-bloc .article-container .article-details {
    max-width: 270px;
    overflow: hidden;
  }
}
.actu-section .content .second-bloc {
  margin-left: 65px;
  padding-top: 49px;
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  .actu-section .content .second-bloc {
    padding-top: 45px;
    margin: auto;
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .actu-section .content .second-bloc {
    padding: 0;
  }
}
.actu-section .content .second-bloc img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  height: 135px;
}
@media only screen and (min-width: 600px) {
  .actu-section .content .second-bloc img {
    height: 314px;
    border-radius: 35px;
    max-width: 100%;
  }
}
.actu-section .content .second-bloc .description-container {
  margin-top: 28px;
}
@media only screen and (max-width: 1024px) {
  .actu-section .content .second-bloc .description-container {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 599px) {
  .actu-section .content .second-bloc .description-container {
    margin-top: 10px;
  }
}
.actu-section .content .second-bloc .description-container .publication-date {
  font-size: 14px;
  line-height: 110%;
}
@media only screen and (max-width: 1024px) {
  .actu-section .content .second-bloc .description-container .publication-date {
    font-size: 14px;
    line-height: 110%;
  }
}
.actu-section .content .second-bloc .description-container .article-title {
  font-size: 40px;
  line-height: 110%;
  margin-top: 7px;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 44px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .actu-section .content .second-bloc .description-container .article-title {
    font-size: 25px;
    line-height: 110%;
    margin-top: 9px;
    height: 27.5px;
  }
}
@media only screen and (max-width: 599px) {
  .actu-section .content .second-bloc .description-container .article-title {
    font-size: 18px;
    line-height: 110%;
    height: 19.8px;
  }
}
.actu-section .content .second-bloc .description-container .descriptive_paragraph {
  margin-top: 39px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 1024px) {
  .actu-section .content .second-bloc .description-container .descriptive_paragraph {
    margin-top: 19px;
  }
}
@media only screen and (max-width: 599px) {
  .actu-section .content .second-bloc .description-container .descriptive_paragraph {
    font-size: 12px;
    line-height: 110%;
  }
}
@media only screen and (min-width: 1025px) {
  .actu-section .content .second-bloc .description-container .descriptive_paragraph {
    min-height: 90px;
  }
}
.actu-section .content .second-bloc .button-container {
  display: flex;
  gap: 28px;
  padding-top: 39px;
}
@media only screen and (max-width: 1024px) {
  .actu-section .content .second-bloc .button-container {
    padding-top: 19px;
  }
}
@media only screen and (max-width: 599px) {
  .actu-section .content .second-bloc .button-container {
    gap: 13.5px;
    padding-top: 17px;
  }
}
.actu-section .publication-date {
  font-family: "Metropolis Light";
  color: #0d6582;
  font-size: 14px;
  line-height: 110%;
}
@media only screen and (min-width: 1025px) {
  .actu-section .publication-date {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .actu-section .publication-date {
    font-size: 14px;
    line-height: 110%;
  }
}
@media only screen and (max-width: 599px) {
  .actu-section .publication-date {
    font-size: 10px;
    line-height: 110%;
  }
}
.actu-section .publication-date::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #0d6582;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 13px;
  margin-bottom: 1px;
}
@media only screen and (max-width: 1024px) {
  .actu-section .publication-date::before {
    margin-right: 16px;
  }
}
@media only screen and (max-width: 599px) {
  .actu-section .publication-date::before {
    width: 6px;
    height: 6px;
    margin-right: 4px;
  }
}
.actu-section .article-title {
  font-family: "EBGaramond Medium";
  font-weight: 400;
  margin-top: 5px;
  font-size: 22px;
  line-height: 110%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  height: 24.19px;
  color: black;
}
@media only screen and (max-width: 1024px) {
  .actu-section .article-title {
    font-size: 18px;
    line-height: 110%;
    height: 19.8px;
  }
}
@media only screen and (max-width: 599px) {
  .actu-section .article-title {
    font-size: 14px;
    line-height: 110%;
    height: 15.39px;
  }
}
.actu-section .article-description {
  font-size: 14px;
  line-height: 110%;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 1024px) {
  .actu-section .article-description {
    font-size: 14px;
    line-height: 110%;
  }
}
@media only screen and (max-width: 599px) {
  .actu-section .article-description {
    font-size: 10px;
    line-height: 110%;
    margin-top: 5px;
  }
}
@media only screen and (min-width: 1025px) {
  .actu-section .article-description {
    margin-bottom: 15px;
  }
}
.actu-section .article-description img {
  display: none;
  max-width: 100%;
}

.about-section {
  margin-top: 0;
  margin-left: 39px;
  scroll-margin-top: 80px;
}
@media only screen and (max-width: 1024px) {
  .about-section {
    margin-top: 80px;
    margin-left: 34px;
  }
}
@media only screen and (max-width: 599px) {
  .about-section {
    margin-top: 77px;
    margin-left: 16px;
    scroll-margin-top: 30px;
  }
}
.about-section .about-tablet-img {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .about-section .about-tablet-img {
    display: block;
    margin: 32px auto 0 auto;
    width: 346px;
    height: 289px;
  }
}
@media only screen and (max-width: 599px) {
  .about-section .about-tablet-img {
    margin: 19px auto 0 auto;
    width: 210px;
    height: 176px;
  }
}
.about-section .main_paragraph {
  margin: 36px 0 45px 0;
}
@media only screen and (max-width: 1024px) {
  .about-section .main_paragraph {
    margin: 25px 0;
  }
}
@media only screen and (max-width: 599px) {
  .about-section .main_paragraph {
    margin: 10px 0 15px 0;
  }
}
.about-section .about-img {
  margin-top: -150px;
}
@media only screen and (max-width: 1024px) {
  .about-section .about-img {
    display: none;
  }
}
@media only screen and (max-width: 599px) {
  .about-section .button-container {
    text-align: center;
  }
}

.partners-section {
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .partners-section {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 599px) {
  .partners-section {
    margin-top: 96px;
  }
}
.partners-section .main_paragraph {
  margin: 49px 50px 30px 50px;
}
@media only screen and (max-width: 1024px) {
  .partners-section .main_paragraph {
    margin: 20px 35px;
  }
}
@media only screen and (max-width: 599px) {
  .partners-section .main_paragraph {
    margin: 19px 20px 40px 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .partners-section .description_font {
    font-size: 2.4rem !important;
    line-height: 3rem !important;
  }
}
.partners-section .swiper_content {
  overflow: hidden;
  width: 100vw;
  height: 150px;
}
@media only screen and (max-width: 1024px) {
  .partners-section .swiper_content {
    height: 75px;
  }
}
@media only screen and (max-width: 599px) {
  .partners-section .swiper_content {
    height: 40px;
  }
}
.partners-section .swiper-slide {
  display: flex;
  align-items: center;
  width: auto;
  margin: 0 20px;
}
@media only screen and (max-width: 599px) {
  .partners-section .swiper-slide {
    margin: 0 2.5px;
  }
}
.partners-section .swiper-slide img {
  height: 100px;
}
@media only screen and (max-width: 1024px) {
  .partners-section .swiper-slide img {
    height: 75px;
  }
}
@media only screen and (max-width: 599px) {
  .partners-section .swiper-slide img {
    height: 40px;
  }
}
.partners-section #partner-swiper2 {
  margin-top: 20px;
}
@media only screen and (max-width: 1024px) {
  .partners-section #partner-swiper2 {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 599px) {
  .partners-section #partner-swiper2 {
    margin-top: 20px;
  }
}

.contact-section {
  padding: 130px 122px 136px 122px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .contact-section {
    padding: 80px 35px;
  }
}
@media only screen and (max-width: 599px) {
  .contact-section {
    padding: 57px 20px;
  }
}
.contact-section .main_paragraph {
  margin: 21px 0;
  font-size: 72px;
  line-height: 110%;
}
@media only screen and (max-width: 1024px) {
  .contact-section .main_paragraph {
    font-size: 40px;
    line-height: 110%;
    margin: 30px 0;
  }
}
@media only screen and (max-width: 599px) {
  .contact-section .main_paragraph {
    font-size: 30px;
    line-height: 110%;
    margin: 18px 0 41px 0;
  }
}
.contact-section .green_button {
  margin-right: 200px;
}
@media only screen and (max-width: 1024px) {
  .contact-section .green_button {
    margin-right: 188.5px;
  }
}
@media only screen and (max-width: 599px) {
  .contact-section .green_button {
    margin-right: 37px;
  }
}

/** import legacy files */
.legacy-page p {
  font-family: "Metropolis Regular";
  font-size: 20px;
  line-height: 115%;
  color: #41590c;
  margin-top: 24px;
}
@media only screen and (max-width: 1024px) {
  .legacy-page p {
    font-size: 16px;
    line-height: 115%;
  }
}
@media only screen and (max-width: 599px) {
  .legacy-page p {
    font-size: 12px;
    line-height: 115%;
  }
}
.legacy-page .legacy-hero {
  position: relative;
}
.legacy-page .legacy-hero .title {
  position: absolute;
  font-family: "Ebgaramond Semi";
  color: white;
  top: 15vw;
  left: 20vw;
  font-size: 45px;
  line-height: 110%;
}
@media only screen and (min-width: 1600px) {
  .legacy-page .legacy-hero .title {
    left: 320px;
    top: 260px;
  }
}
@media only screen and (max-width: 1024px) {
  .legacy-page .legacy-hero .title {
    top: 23vw;
    left: 18vw;
    font-size: 35px;
  }
}
@media only screen and (max-width: 599px) {
  .legacy-page .legacy-hero .title {
    font-family: "Ebgaramond Regular";
    top: 80vw;
    left: 11vw;
    font-size: 25px;
    line-height: 100%;
  }
}
.legacy-page .legacy-hero .desktop-img {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .legacy-page .legacy-hero .desktop-img {
    display: none;
  }
}
.legacy-page .legacy-hero .tablet-img {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .legacy-page .legacy-hero .tablet-img {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .legacy-page .legacy-hero .tablet-img {
    display: none;
  }
}
.legacy-page .legacy-hero .mobile-img {
  display: none;
}
@media only screen and (max-width: 599px) {
  .legacy-page .legacy-hero .mobile-img {
    display: block;
    width: 100%;
  }
}
.legacy-page .legacy-hero .desktop-vector {
  position: absolute;
  left: 4vw;
  top: 17vw;
  height: 27.6vw;
}
@media only screen and (min-width: 1600px) {
  .legacy-page .legacy-hero .desktop-vector {
    left: 40px;
    top: 275px;
    height: 465px;
  }
}
@media only screen and (max-width: 1024px) {
  .legacy-page .legacy-hero .desktop-vector {
    display: none;
  }
}
.legacy-page .legacy-hero .mobile-vector {
  display: none;
}
@media only screen and (max-width: 599px) {
  .legacy-page .legacy-hero .mobile-vector {
    display: block;
    position: absolute;
    left: 0vw;
    top: 78vw;
    height: 114.6vw;
  }
}
.legacy-page .legacy-content {
  margin: 11vw 52px 100px 52px;
}
@media only screen and (max-width: 599px) {
  .legacy-page .legacy-content {
    margin: 23vw 20px 66px 20px;
  }
}
.legacy-page .legacy-content ol li {
  font-family: "Metropolis Semi";
  font-weight: 600;
  font-size: 40px;
  line-height: 40px;
  margin-top: 50px;
  list-style-position: inside;
}
@media only screen and (max-width: 599px) {
  .legacy-page .legacy-content ol li {
    font-size: 20px;
    line-height: 100%;
    margin-top: 20px;
  }
}
.legacy-page .legacy-content ul {
  margin-left: 30px;
}
@media only screen and (max-width: 599px) {
  .legacy-page .legacy-content ul {
    margin-left: 20px;
  }
}
.legacy-page .legacy-content ul li {
  list-style-type: circle;
  list-style-position: outside;
  margin-left: 20px;
}
@media only screen and (max-width: 599px) {
  .legacy-page .legacy-content ul li {
    margin-left: 10px;
  }
}
.legacy-page .legacy-content ul li::marker {
  border-radius: 50%;
  color: #41590c;
}
.legacy-page b,
.legacy-page strong {
  font-family: "Metropolis Bold";
}

/** import contactpage files */
.contact-hero_container {
  width: 100%;
  height: 510px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 1.3rem;
  overflow: hidden;
}
@media only screen and (min-width: 600px) {
  .contact-hero_container {
    padding: 0 3.5rem 0 11.9rem;
  }
}
@media only screen and (min-width: 1025px) {
  .contact-hero_container {
    padding: 0 5rem 0 23.9rem;
  }
}
.contact-hero_container .hero-contact-image {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.contact-hero_container .contact-hero_wrapper {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 2rem;
}
@media only screen and (min-width: 1025px) {
  .contact-hero_container .contact-hero_wrapper {
    padding-left: 2.3rem;
  }
}
.contact-hero_container .contact-hero_wrapper .hero_info {
  max-width: 50%;
}
@media only screen and (min-width: 600px) {
  .contact-hero_container .contact-hero_wrapper .hero_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
  }
}
.contact-hero_container .contact-hero_wrapper .hero_info .hero_label {
  font-family: "Ebgaramond Regular";
  color: #ffffff;
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin-bottom: 4rem;
}
@media only screen and (min-width: 600px) {
  .contact-hero_container .contact-hero_wrapper .hero_info .hero_label {
    font-size: 4rem;
    line-height: 4rem;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  .contact-hero_container .contact-hero_wrapper .hero_info .hero_label {
    font-size: 5rem;
    line-height: 5rem;
  }
}
.contact-hero_container .contact-hero_wrapper .hero_info .hero_label::before {
  content: "";
  width: 2px;
  height: 400px;
  background-color: #ffffff;
  position: absolute;
  left: 1px;
  top: 12px;
}
@media only screen and (min-width: 1025px) {
  .contact-hero_container .contact-hero_wrapper .hero_info .hero_label::before {
    top: 40px;
  }
}
.contact-hero_container .contact-hero_wrapper .hero_info .hero_label::after {
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  left: -5px;
  top: 10px;
}
@media only screen and (min-width: 1025px) {
  .contact-hero_container .contact-hero_wrapper .hero_info .hero_label::after {
    top: 25px;
    left: -6px;
    width: 15px;
    height: 15px;
  }
}
.contact-hero_container .contact-hero_wrapper .hero_info .hero_desc {
  font-family: "Metropolis Semi";
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 2.1rem;
}
@media only screen and (min-width: 600px) {
  .contact-hero_container .contact-hero_wrapper .hero_info .hero_desc {
    font-size: 2.5rem;
    line-height: 2.7rem;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  .contact-hero_container .contact-hero_wrapper .hero_info .hero_desc {
    font-size: 4rem;
    line-height: 4.4rem;
  }
}
.contact-hero_container .contact-hero_wrapper .contact_filter_circle {
  width: 22.3rem;
  height: 22.3rem;
  border-radius: 50%;
  background-color: #ffffff;
  mix-blend-mode: overlay;
  position: absolute;
  right: -56px;
}
@media only screen and (min-width: 600px) {
  .contact-hero_container .contact-hero_wrapper .contact_filter_circle {
    width: 16.4rem;
    height: 16.4rem;
    left: 0;
    right: unset;
    transform: translate(-50%, -26px);
  }
}
@media only screen and (min-width: 1025px) {
  .contact-hero_container .contact-hero_wrapper .contact_filter_circle {
    width: 29.2rem;
    height: 29.2rem;
    transform: translate(-50%, -15px);
  }
}

.contact_form_container {
  padding: 0 1.3rem;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 600px) {
  .contact_form_container {
    padding: 0 3.5rem 0 12rem;
  }
}
@media only screen and (min-width: 1025px) {
  .contact_form_container {
    padding: 0 3.5rem 0 24rem;
  }
}
.contact_form_container .form_wrapper {
  max-width: 1096px;
}
@media only screen and (max-width: 1279px) {
  .contact_form_container .form_wrapper {
    max-width: 752px;
  }
}
@media only screen and (max-width: 1024px) {
  .contact_form_container .form_wrapper {
    max-width: 613px;
  }
}
.contact_form_container .form_wrapper .contact_bordered_container {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 6.2rem;
  padding-bottom: 8rem;
}
@media only screen and (min-width: 600px) {
  .contact_form_container .form_wrapper .contact_bordered_container {
    flex-direction: row-reverse;
    justify-content: space-between;
    padding-top: 10.2rem;
    padding-bottom: 13rem;
  }
}
@media only screen and (min-width: 1025px) {
  .contact_form_container .form_wrapper .contact_bordered_container {
    padding-top: 13rem;
    padding-bottom: 15rem;
  }
}
.contact_form_container .form_wrapper .contact_bordered_container .vector_mobile, .contact_form_container .form_wrapper .contact_bordered_container .vector_ipad, .contact_form_container .form_wrapper .contact_bordered_container .vector_desktop {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.contact_form_container .form_wrapper .contact_bordered_container .vector_mobile .vector-mobile_img, .contact_form_container .form_wrapper .contact_bordered_container .vector_mobile .vector-ipad_img, .contact_form_container .form_wrapper .contact_bordered_container .vector_mobile .vector-desktop_img, .contact_form_container .form_wrapper .contact_bordered_container .vector_ipad .vector-mobile_img, .contact_form_container .form_wrapper .contact_bordered_container .vector_ipad .vector-ipad_img, .contact_form_container .form_wrapper .contact_bordered_container .vector_ipad .vector-desktop_img, .contact_form_container .form_wrapper .contact_bordered_container .vector_desktop .vector-mobile_img, .contact_form_container .form_wrapper .contact_bordered_container .vector_desktop .vector-ipad_img, .contact_form_container .form_wrapper .contact_bordered_container .vector_desktop .vector-desktop_img {
  z-index: 10;
}
.contact_form_container .form_wrapper .contact_bordered_container .vector_mobile .vector-mobile_img, .contact_form_container .form_wrapper .contact_bordered_container .vector_ipad .vector-mobile_img, .contact_form_container .form_wrapper .contact_bordered_container .vector_desktop .vector-mobile_img {
  width: 92%;
  height: 400px;
}
.contact_form_container .form_wrapper .contact_bordered_container .vector_mobile .vector-ipad_img, .contact_form_container .form_wrapper .contact_bordered_container .vector_ipad .vector-ipad_img, .contact_form_container .form_wrapper .contact_bordered_container .vector_desktop .vector-ipad_img {
  width: 86%;
  height: 630px;
}
.contact_form_container .form_wrapper .contact_bordered_container .vector_mobile .vector-desktop_img, .contact_form_container .form_wrapper .contact_bordered_container .vector_ipad .vector-desktop_img, .contact_form_container .form_wrapper .contact_bordered_container .vector_desktop .vector-desktop_img {
  width: 82%;
  height: 949px;
}
@media only screen and (min-width: 1280px) {
  .contact_form_container .form_wrapper .contact_bordered_container .vector_mobile .vector-desktop_img, .contact_form_container .form_wrapper .contact_bordered_container .vector_ipad .vector-desktop_img, .contact_form_container .form_wrapper .contact_bordered_container .vector_desktop .vector-desktop_img {
    width: 87%;
  }
}
@media only screen and (min-width: 600px) {
  .contact_form_container .form_wrapper .contact_bordered_container .vector_mobile {
    display: none;
  }
}
.contact_form_container .form_wrapper .contact_bordered_container .vector_ipad {
  display: none;
}
@media only screen and (min-width: 600px) {
  .contact_form_container .form_wrapper .contact_bordered_container .vector_ipad {
    display: block;
  }
}
@media only screen and (min-width: 1025px) {
  .contact_form_container .form_wrapper .contact_bordered_container .vector_ipad {
    display: none;
  }
}
.contact_form_container .form_wrapper .contact_bordered_container .vector_desktop {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .contact_form_container .form_wrapper .contact_bordered_container .vector_desktop {
    display: block;
  }
}
.contact_form_container .form_wrapper .contact_bordered_container .department_label {
  font-family: "Ebgaramond Regular";
  color: #212121;
  font-size: 2.5rem;
  line-height: 2.7rem;
  margin-bottom: 30px;
}
@media only screen and (min-width: 600px) {
  .contact_form_container .form_wrapper .contact_bordered_container .department_label {
    width: 16.9rem;
    height: 16.9rem;
    font-size: 3rem;
    line-height: 3.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px dashed #072510;
    border-radius: 50%;
    text-align: center;
    background: #F0F6EA;
    box-shadow: 4px 8px 24px rgba(65, 89, 12, 0.1);
    margin-bottom: 0;
    z-index: 20;
  }
}
@media only screen and (min-width: 1025px) {
  .contact_form_container .form_wrapper .contact_bordered_container .department_label {
    font-size: 4rem;
    line-height: 4.4rem;
    width: 28.3rem;
    height: 28.3rem;
  }
}
.contact_form_container .form_wrapper .contact_bordered_container .contact-infos_container {
  padding: 2.5rem 1.3rem;
  border: 1px solid #072510;
  border-radius: 15px;
  background: #F5FAF4;
  margin: 0 0.7rem;
  height: 152.7px;
  overflow: hidden;
}
@media only screen and (min-width: 600px) {
  .contact_form_container .form_wrapper .contact_bordered_container .contact-infos_container {
    height: 167px;
  }
}
@media only screen and (min-width: 1025px) {
  .contact_form_container .form_wrapper .contact_bordered_container .contact-infos_container {
    height: 283px;
    padding: 3.5rem 1.3rem;
  }
}
@media only screen and (min-width: 1280px) {
  .contact_form_container .form_wrapper .contact_bordered_container .contact-infos_container {
    padding: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.contact_form_container .form_wrapper .contact_bordered_container .contact-infos_container .contact_card {
  display: flex;
  gap: 17px;
  align-items: center;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 1025px) {
  .contact_form_container .form_wrapper .contact_bordered_container .contact-infos_container .contact_card {
    margin-bottom: 3.5rem;
  }
}
.contact_form_container .form_wrapper .contact_bordered_container .contact-infos_container .contact_card:last-child {
  margin-bottom: 0;
}
.contact_form_container .form_wrapper .contact_bordered_container .contact-infos_container .contact_card .contact_logo .contact_logo_img {
  max-height: 20px;
  max-width: 15px;
  object-fit: contain;
}
@media only screen and (min-width: 600px) {
  .contact_form_container .form_wrapper .contact_bordered_container .contact-infos_container .contact_card .contact_logo .contact_logo_img {
    max-height: 25px;
    max-width: 25px;
    width: 25px;
  }
}
@media only screen and (min-width: 1025px) {
  .contact_form_container .form_wrapper .contact_bordered_container .contact-infos_container .contact_card .contact_logo .contact_logo_img {
    max-height: 30px;
    max-width: 30px;
    width: 30px;
  }
}
.contact_form_container .form_wrapper .contact_bordered_container .contact-infos_container .contact_card .contact_text {
  font-family: "Ebgaramond Semi";
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: #072510;
  max-width: 222px;
}
@media only screen and (min-width: 600px) {
  .contact_form_container .form_wrapper .contact_bordered_container .contact-infos_container .contact_card .contact_text {
    font-size: 1.8rem;
    line-height: 1.9rem;
    max-width: 294px;
  }
}
@media only screen and (min-width: 1025px) {
  .contact_form_container .form_wrapper .contact_bordered_container .contact-infos_container .contact_card .contact_text {
    font-size: 2.4rem;
    line-height: 2.6rem;
    max-width: 341px;
  }
}
@media only screen and (min-width: 1280px) {
  .contact_form_container .form_wrapper .contact_bordered_container .contact-infos_container .contact_card .contact_text {
    max-width: 511px;
  }
}

.formular_container {
  border-top: 0.5px solid #072510;
  background-color: #f5faf4;
}
@media only screen and (min-width: 600px) {
  .formular_container {
    padding: 0 0 7rem 0;
    border-top: 0;
    background: none;
  }
}
.formular_container .content_wrapper {
  padding: 3.3rem 2rem 11.1rem 2rem;
}
@media only screen and (min-width: 600px) {
  .formular_container .content_wrapper {
    background-color: #f5faf4;
    max-width: 84%;
    border: 0.5px solid #072510;
    border-radius: 25px;
    margin: 0 auto;
    padding: 4rem 3rem;
  }
}
.formular_container .content_wrapper .formular_label {
  font-family: "Ebgaramond Semi";
  color: #212121;
  font-size: 2.5rem;
  line-height: 2.7rem;
  padding-left: 2rem;
  margin-bottom: 3rem;
  position: relative;
}
@media only screen and (min-width: 600px) {
  .formular_container .content_wrapper .formular_label {
    font-size: 3rem;
    line-height: 3.3rem;
    text-align: center;
    margin-bottom: 2rem;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1025px) {
  .formular_container .content_wrapper .formular_label {
    font-size: 4rem;
    line-height: 4.4rem;
    padding-left: 4rem;
    margin-bottom: 3.5rem;
  }
}
.formular_container .content_wrapper .formular_label::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #0D6582;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 600px) {
  .formular_container .content_wrapper .formular_label::before {
    width: 1.2rem;
    height: 1.2rem;
  }
}
@media only screen and (min-width: 1025px) {
  .formular_container .content_wrapper .formular_label::before {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.formular_container .content_wrapper .formular_desc {
  font-family: "Metropolis Regular";
  color: #41590C;
  font-size: 1.4rem;
  line-height: 1.6rem;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 600px) {
  .formular_container .content_wrapper .formular_desc {
    font-size: 1.6rem;
    line-height: 1.8rem;
    margin-bottom: 4rem;
    max-width: 533px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media only screen and (min-width: 1025px) {
  .formular_container .content_wrapper .formular_desc {
    font-size: 2rem;
    line-height: 2.3rem;
    margin-bottom: 5rem;
  }
}
.formular_container .content_wrapper .content_contact_form .wp-block-contact-form-7-contact-form-selector form .label_contact_form {
  font-family: "Metropolis Regular";
  color: #072510;
  font-size: 1.5rem;
  line-height: 1.6rem;
}
@media only screen and (min-width: 600px) {
  .formular_container .content_wrapper .content_contact_form .wp-block-contact-form-7-contact-form-selector form .label_contact_form {
    font-size: 1.8rem;
    line-height: 2rem;
  }
}
@media only screen and (min-width: 1025px) {
  .formular_container .content_wrapper .content_contact_form .wp-block-contact-form-7-contact-form-selector form .label_contact_form {
    font-size: 2.5rem;
    line-height: 2.7rem;
  }
}
.formular_container .content_wrapper .content_contact_form .wp-block-contact-form-7-contact-form-selector form .label_contact_form input,
.formular_container .content_wrapper .content_contact_form .wp-block-contact-form-7-contact-form-selector form .label_contact_form textarea {
  background: #EFF5E8;
  border: 0.5px solid #072510;
  border-radius: 5px;
  display: block;
  margin-top: 1rem;
  width: 100%;
  padding-left: 1.5rem;
}
.formular_container .content_wrapper .content_contact_form .wp-block-contact-form-7-contact-form-selector form .label_contact_form input {
  height: 30px;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 600px) {
  .formular_container .content_wrapper .content_contact_form .wp-block-contact-form-7-contact-form-selector form .label_contact_form input {
    height: 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .formular_container .content_wrapper .content_contact_form .wp-block-contact-form-7-contact-form-selector form .label_contact_form input {
    height: 50px;
    margin-bottom: 3rem;
  }
}
.formular_container .content_wrapper .content_contact_form .wp-block-contact-form-7-contact-form-selector form .label_contact_form textarea {
  padding-top: 1.5rem;
}
.formular_container .content_wrapper .content_contact_form .wp-block-contact-form-7-contact-form-selector form .contact_form_submit input {
  font-family: "Ebgaramond Regular";
  color: #E5E5E5;
  font-size: 1.2rem;
  line-height: 1.2rem;
  background: #072510;
  border: 1px solid #072510;
  border-radius: 50px;
  display: block;
  margin: 0 auto;
  width: max-content;
  padding: 0.3rem 1rem;
  margin-top: 4rem;
  cursor: pointer;
  transition: all 400ms ease-in;
}
.formular_container .content_wrapper .content_contact_form .wp-block-contact-form-7-contact-form-selector form .contact_form_submit input:hover {
  color: #072510;
  background: #E5E5E5;
  border: 1px solid #072510;
}
@media only screen and (min-width: 600px) {
  .formular_container .content_wrapper .content_contact_form .wp-block-contact-form-7-contact-form-selector form .contact_form_submit input {
    font-size: 1.6rem;
    line-height: 1.6rem;
    padding: 1.2rem 5.5rem;
  }
}
@media only screen and (min-width: 1025px) {
  .formular_container .content_wrapper .content_contact_form .wp-block-contact-form-7-contact-form-selector form .contact_form_submit input {
    font-size: 2rem;
    line-height: 2rem;
    padding: 1.3rem 3rem;
    margin-top: 8.3rem;
  }
}

/** import reclamations files */
.reclamations {
  max-width: 1600px;
}
.reclamations .reclamations-hero_container {
  width: 100%;
  height: 510px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  overflow: hidden;
}
.reclamations .reclamations-hero_container .desktop-img {
  object-fit: cover;
  object-position: left center;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .reclamations .reclamations-hero_container .desktop-img {
    display: none;
  }
}
.reclamations .reclamations-hero_container .tablet-img {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .reclamations .reclamations-hero_container .tablet-img {
    display: block;
    object-fit: cover;
    object-position: left center;
    height: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .reclamations .reclamations-hero_container .tablet-img {
    display: none;
  }
}
.reclamations .reclamations-hero_container .mobile-img {
  display: none;
}
@media only screen and (max-width: 599px) {
  .reclamations .reclamations-hero_container .mobile-img {
    display: block;
    object-fit: cover;
    object-position: left center;
    height: 100%;
    width: 100%;
  }
}
.reclamations .reclamations-hero_container .reclamations-hero_wrapper {
  position: absolute;
  left: 240px;
}
@media only screen and (max-width: 1024px) {
  .reclamations .reclamations-hero_container .reclamations-hero_wrapper {
    left: 117px;
    top: 150px;
  }
}
@media only screen and (max-width: 599px) {
  .reclamations .reclamations-hero_container .reclamations-hero_wrapper {
    left: 12px;
  }
}
.reclamations .reclamations-hero_container .reclamations-hero_wrapper .hero_info {
  display: flex;
  align-items: center;
  max-width: 100%;
  gap: 5vw;
}
@media only screen and (max-width: 1024px) {
  .reclamations .reclamations-hero_container .reclamations-hero_wrapper .hero_info {
    align-items: flex-start;
    gap: 74px;
  }
}
@media only screen and (max-width: 599px) {
  .reclamations .reclamations-hero_container .reclamations-hero_wrapper .hero_info {
    flex-direction: column;
    gap: 25px;
    margin-left: 40px;
  }
}
.reclamations .reclamations-hero_container .reclamations-hero_wrapper .hero_info .hero_label {
  font-family: "Ebgaramond Regular";
  color: #ffffff;
  font-size: 2.5rem;
  line-height: 2.5rem;
}
@media only screen and (min-width: 600px) {
  .reclamations .reclamations-hero_container .reclamations-hero_wrapper .hero_info .hero_label {
    font-size: 4rem;
    line-height: 4rem;
    max-width: 50%;
    margin-left: 25px;
  }
}
@media only screen and (min-width: 1025px) {
  .reclamations .reclamations-hero_container .reclamations-hero_wrapper .hero_info .hero_label {
    font-size: 5rem;
    line-height: 5rem;
    margin-left: 23px;
  }
}
.reclamations .reclamations-hero_container .reclamations-hero_wrapper .hero_info .hero_label::before {
  content: "";
  width: 2px;
  max-height: 400px;
  background-color: #ffffff;
  position: absolute;
  top: 10px;
  height: 352px;
  left: 4px;
}
@media only screen and (min-width: 1025px) {
  .reclamations .reclamations-hero_container .reclamations-hero_wrapper .hero_info .hero_label::before {
    top: 23px;
    left: 1px;
    height: 311px;
  }
}
.reclamations .reclamations-hero_container .reclamations-hero_wrapper .hero_info .hero_label::after {
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  left: -1px;
  top: 10px;
}
@media only screen and (min-width: 1025px) {
  .reclamations .reclamations-hero_container .reclamations-hero_wrapper .hero_info .hero_label::after {
    top: 21px;
    left: -6px;
    width: 15px;
    height: 15px;
  }
}
.reclamations .reclamations-hero_container .reclamations-hero_wrapper .hero_info .hero_desc {
  font-family: "Metropolis Semi";
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 2.1rem;
}
@media only screen and (min-width: 600px) {
  .reclamations .reclamations-hero_container .reclamations-hero_wrapper .hero_info .hero_desc {
    font-size: 2.5rem;
    line-height: 2.7rem;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  .reclamations .reclamations-hero_container .reclamations-hero_wrapper .hero_info .hero_desc {
    font-size: 4rem;
    line-height: 4.4rem;
  }
}
.reclamations .reclamations-hero_container .reclamations-hero_wrapper .hero_info .hero_desc .button-container {
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .reclamations .reclamations-hero_container .reclamations-hero_wrapper .hero_info .hero_desc .button-container {
    margin-top: 18px;
    flex-direction: column;
  }
}
.reclamations .reclamations-hero_container .reclamations-hero_wrapper .hero_info .hero_desc .button-container .white_button {
  margin-right: 60px;
}
@media only screen and (max-width: 1024px) {
  .reclamations .reclamations-hero_container .reclamations-hero_wrapper .hero_info .hero_desc .button-container .white_button {
    margin-right: 0;
    margin-bottom: 18px;
  }
}
.reclamations .reclamations-hero_container .reclamations-hero_wrapper .reclamations_filter_circle {
  width: 22.3rem;
  height: 22.3rem;
  border-radius: 50%;
  background-color: #ffffff;
  mix-blend-mode: overlay;
  position: absolute;
  right: -56px;
}
@media only screen and (min-width: 600px) {
  .reclamations .reclamations-hero_container .reclamations-hero_wrapper .reclamations_filter_circle {
    width: 16.4rem;
    height: 16.4rem;
    left: 0;
    right: unset;
    transform: translate(-50%, -26px);
  }
}
@media only screen and (min-width: 1025px) {
  .reclamations .reclamations-hero_container .reclamations-hero_wrapper .reclamations_filter_circle {
    width: 29.2rem;
    height: 29.2rem;
    transform: translate(-50%, -15px);
  }
}
@media only screen and (max-width: 1024px) {
  .reclamations .contact_form_container .contact_bordered_container {
    padding-top: 7.2rem;
  }
}
.reclamations .contact_form_container .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: -171px;
  width: 650px;
}
@media only screen and (max-width: 1024px) {
  .reclamations .contact_form_container .content {
    margin-left: -80px;
    width: 450px;
  }
}
@media only screen and (max-width: 599px) {
  .reclamations .contact_form_container .content {
    margin-left: 0;
    width: 273px;
  }
}
.reclamations .formular_container {
  padding: 0;
  scroll-margin-top: 50px;
}
@media only screen and (max-width: 599px) {
  .reclamations .formular_container {
    border-bottom: 0.5px solid #072510;
    scroll-margin-top: 30px;
  }
}
.reclamations .formular_container .content_wrapper {
  background: url("../images/Noise.png");
  background-color: #eff5e8;
}
@media only screen and (max-width: 599px) {
  .reclamations .formular_container .content_wrapper {
    padding: 30px 19px 23px 10px;
  }
}
.reclamations .formular_container .content_wrapper .formular_label {
  margin: 0;
}
@media only screen and (max-width: 599px) {
  .reclamations .formular_container .content_wrapper .formular_label::before {
    top: 15px;
  }
}
.reclamations .formular_container form .formular_label {
  margin-bottom: 30px !important;
}
.reclamations .formular_container form .content_contact_form .flex {
  gap: 20px;
}
@media only screen and (max-width: 599px) {
  .reclamations .formular_container form .content_contact_form .flex {
    flex-direction: column;
    gap: 0;
  }
}
.reclamations .formular_container form .label_contact_form {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 20px;
  font-family: "Metropolis Regular";
  color: #072510;
  font-size: 1.5rem;
  line-height: 1.6rem;
}
@media only screen and (min-width: 600px) {
  .reclamations .formular_container form .label_contact_form {
    font-size: 1.8rem;
    line-height: 2rem;
  }
}
@media only screen and (min-width: 1025px) {
  .reclamations .formular_container form .label_contact_form {
    font-size: 2.5rem;
    line-height: 2.7rem;
  }
}
.reclamations .formular_container form .label_contact_form input,
.reclamations .formular_container form .label_contact_form textarea,
.reclamations .formular_container form .label_contact_form select {
  background: #EFF5E8;
  border: 0.5px solid #072510;
  border-radius: 5px;
  display: block;
  margin-top: 1rem;
  width: 100%;
  padding-left: 1.5rem;
}
.reclamations .formular_container form .label_contact_form input,
.reclamations .formular_container form .label_contact_form select {
  height: 30px;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 600px) {
  .reclamations .formular_container form .label_contact_form input,
.reclamations .formular_container form .label_contact_form select {
    height: 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .reclamations .formular_container form .label_contact_form input,
.reclamations .formular_container form .label_contact_form select {
    height: 50px;
    margin-bottom: 3rem;
  }
}
.reclamations .formular_container form .label_contact_form textarea {
  padding-top: 1.5rem;
}
.reclamations .formular_container form .custom-file-input {
  float: right;
  width: 205px;
  margin-top: 40px;
}
@media only screen and (max-width: 1024px) {
  .reclamations .formular_container form .custom-file-input {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 599px) {
  .reclamations .formular_container form .custom-file-input {
    margin: 10px auto 0 auto;
  }
}
.reclamations .formular_container form .custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.reclamations .formular_container form .custom-file-input::before {
  content: "Téléverser la preuve";
  font-family: "Metropolis Regular";
  color: #41590c;
  font-size: 20px;
  line-height: 110%;
  text-decoration: underline;
  display: inline-block;
  outline: none;
  white-space: nowrap;
  user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .reclamations .formular_container form .custom-file-input::before {
    font-size: 16px;
    line-height: 110%;
  }
}
@media only screen and (max-width: 599px) {
  .reclamations .formular_container form .custom-file-input::before {
    font-size: 12px;
    line-height: 110%;
  }
}
.reclamations .formular_container form .green_button {
  display: flex;
  margin: 90px auto 0 auto;
}
@media only screen and (max-width: 1024px) {
  .reclamations .formular_container form .green_button {
    margin: 60px auto 0 auto;
  }
}
@media only screen and (max-width: 599px) {
  .reclamations .formular_container form .green_button {
    margin: 52px auto 0 auto;
  }
}
.reclamations .formular_notice .formular_notice-content {
  position: relative;
  border-left: 2px solid #41590c;
  margin-left: 207px;
  height: 480px;
}
@media only screen and (max-width: 1024px) {
  .reclamations .formular_notice .formular_notice-content {
    height: 300px;
    margin-left: 120px;
  }
}
@media only screen and (max-width: 599px) {
  .reclamations .formular_notice .formular_notice-content {
    height: 275px;
    margin-left: 0;
    border-left: none;
  }
}
.reclamations .formular_notice .formular_notice-content .department_label {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px dashed #072510;
  border-radius: 50%;
  text-align: center;
  background: #f0f6ea;
  box-shadow: 4px 8px 24px rgba(65, 89, 12, 0.1);
  margin-bottom: 0;
  z-index: 20;
  top: 99px;
  left: -141.5px;
  font-family: "Ebgaramond Regular";
  color: #212121;
  width: 283px;
  height: 283px;
  font-size: 40px;
  line-height: 111%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .reclamations .formular_notice .formular_notice-content .department_label {
    top: 57px;
    left: -92.5px;
    width: 185px;
    height: 185px;
    font-size: 30px;
    line-height: 111%;
  }
}
@media only screen and (max-width: 599px) {
  .reclamations .formular_notice .formular_notice-content .department_label {
    display: none;
  }
}
.reclamations .formular_notice .formular_notice-content .text-container {
  margin-left: 229.5px;
  margin-right: 50px;
  padding-top: 130px;
  height: 362px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (max-width: 1024px) {
  .reclamations .formular_notice .formular_notice-content .text-container {
    margin-left: 108.5px;
    margin-right: 35px;
    padding-top: 85px;
    height: 250px;
  }
}
@media only screen and (max-width: 599px) {
  .reclamations .formular_notice .formular_notice-content .text-container {
    margin-left: 41px;
    margin-right: 20px;
    padding-top: 60px;
  }
}
.reclamations .formular_notice .formular_notice-content .text-container .main_paragraph {
  margin: 0;
}
.reclamations .second-form {
  margin-bottom: 121px;
}
@media only screen and (max-width: 1024px) {
  .reclamations .second-form {
    margin-bottom: 140px;
  }
}
@media only screen and (max-width: 599px) {
  .reclamations .second-form {
    margin-bottom: 71px;
  }
}

@media only screen and (max-width: 599px) {
  #department_label-reclamation-hide {
    display: none;
  }
}

/** import blogpage files */
.blog-hero_container_mobile {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media only screen and (min-width: 600px) {
  .blog-hero_container_mobile {
    display: none;
  }
}

.blog-hero_container_tablet {
  display: none;
}
@media only screen and (min-width: 600px) {
  .blog-hero_container_tablet {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.blog-hero_container {
  width: 100%;
  height: 542px;
  position: relative;
  padding-left: 1.8rem;
  background-color: rgba(7, 37, 16, 0.7);
}
@media only screen and (max-width: 599px) {
  .blog-hero_container {
    align-items: flex-start;
    padding-bottom: 0rem;
  }
}
@media only screen and (min-width: 600px) {
  .blog-hero_container {
    height: 509px;
    padding: 0 3.5rem 0 1.9rem;
  }
}
@media only screen and (min-width: 1025px) {
  .blog-hero_container {
    padding: 0 5rem 0 3.1rem;
    height: 697px;
  }
}
.blog-hero_container .hero-blog-image_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: -1;
}
.blog-hero_container .filter_circle {
  clip-path: circle(140px at 50% 36%);
  z-index: 1;
}
@media only screen and (min-width: 600px) {
  .blog-hero_container .filter_circle {
    clip-path: circle(82px at 15% 46%);
  }
}
@media only screen and (min-width: 1025px) {
  .blog-hero_container .filter_circle {
    clip-path: circle(170px at 370px 55%);
  }
}
.blog-hero_container .blog-hero_wrapper {
  display: flex;
  align-items: center;
  padding-left: 2rem;
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .blog-hero_container .blog-hero_wrapper {
    padding-left: 0;
  }
}
.blog-hero_container .blog-hero_wrapper .hero_info {
  max-width: 100%;
  width: 100%;
}
@media only screen and (max-width: 599px) {
  .blog-hero_container .blog-hero_wrapper .hero_info {
    padding-left: 13px;
    position: absolute;
    left: 0;
    bottom: 81px;
  }
}
@media only screen and (min-width: 600px) {
  .blog-hero_container .blog-hero_wrapper .hero_info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.blog-hero_container .blog-hero_wrapper .hero_info .hero_label {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 600px) {
  .blog-hero_container .blog-hero_wrapper .hero_info .hero_label {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.blog-hero_container .blog-hero_wrapper .hero_info .hero_label .hero_label_text_cont {
  padding-left: 20px;
}
@media only screen and (min-width: 600px) {
  .blog-hero_container .blog-hero_wrapper .hero_info .hero_label .hero_label_text_cont {
    padding-left: 32%;
  }
}
@media only screen and (min-width: 1025px) {
  .blog-hero_container .blog-hero_wrapper .hero_info .hero_label .hero_label_text_cont {
    padding-left: 40%;
  }
}
.blog-hero_container .blog-hero_wrapper .hero_info .hero_label .hero_label_text_cont .hero_label_text {
  font-family: "Ebgaramond Regular";
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1.8rem;
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 600px) {
  .blog-hero_container .blog-hero_wrapper .hero_info .hero_label .hero_label_text_cont .hero_label_text {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
@media only screen and (min-width: 1025px) {
  .blog-hero_container .blog-hero_wrapper .hero_info .hero_label .hero_label_text_cont .hero_label_text {
    font-size: 3.5rem;
    line-height: 3.5rem;
    top: -13px;
  }
}
@media only screen and (min-width: 1280px) {
  .blog-hero_container .blog-hero_wrapper .hero_info .hero_label .hero_label_text_cont .hero_label_text {
    font-size: 5rem;
    line-height: 5rem;
    top: -20px;
  }
}
.blog-hero_container .blog-hero_wrapper .hero_info .hero_label .vector_curve_container {
  position: absolute;
  width: calc(100% - 31px);
  height: 249px;
  z-index: 5;
}
@media only screen and (min-width: 600px) {
  .blog-hero_container .blog-hero_wrapper .hero_info .hero_label .vector_curve_container {
    width: calc(100% - 51px);
    height: 372px;
  }
}
@media only screen and (min-width: 1025px) {
  .blog-hero_container .blog-hero_wrapper .hero_info .hero_label .vector_curve_container {
    width: calc(100% - 81px);
    height: 504px;
  }
}
.blog-hero_container .blog-hero_wrapper .hero_info .hero_label .vector_curve_container .mobile-curve-blog_img, .blog-hero_container .blog-hero_wrapper .hero_info .hero_label .vector_curve_container .vector_curve_container_img_tablet, .blog-hero_container .blog-hero_wrapper .hero_info .hero_label .vector_curve_container .vector_curve_container_img_desktop {
  width: 100%;
  height: 100%;
  z-index: 5;
}
@media only screen and (min-width: 600px) {
  .blog-hero_container .blog-hero_wrapper .hero_info .hero_label .vector_curve_container .mobile-curve-blog_img {
    display: none;
  }
}
.blog-hero_container .blog-hero_wrapper .hero_info .hero_label .vector_curve_container .vector_curve_container_img_tablet {
  display: none;
}
@media only screen and (min-width: 600px) {
  .blog-hero_container .blog-hero_wrapper .hero_info .hero_label .vector_curve_container .vector_curve_container_img_tablet {
    display: block;
  }
}
@media only screen and (min-width: 1025px) {
  .blog-hero_container .blog-hero_wrapper .hero_info .hero_label .vector_curve_container .vector_curve_container_img_tablet {
    display: none;
  }
}
.blog-hero_container .blog-hero_wrapper .hero_info .hero_label .vector_curve_container .vector_curve_container_img_desktop {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .blog-hero_container .blog-hero_wrapper .hero_info .hero_label .vector_curve_container .vector_curve_container_img_desktop {
    display: block;
  }
}
.blog-hero_container .blog-hero_wrapper .hero_info .hero_desc {
  font-family: "Metropolis Semi";
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 2.1rem;
  height: 63px;
  padding-left: 20px;
  position: relative;
}
@media only screen and (max-width: 599px) {
  .blog-hero_container .blog-hero_wrapper .hero_info .hero_desc {
    max-width: 32rem;
  }
}
@media only screen and (min-width: 600px) {
  .blog-hero_container .blog-hero_wrapper .hero_info .hero_desc {
    font-size: 2.5rem;
    line-height: 2.7rem;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  .blog-hero_container .blog-hero_wrapper .hero_info .hero_desc {
    font-size: 3rem;
    line-height: 3.4rem;
    top: -13px;
  }
}
@media only screen and (min-width: 1280px) {
  .blog-hero_container .blog-hero_wrapper .hero_info .hero_desc {
    font-size: 4rem;
    line-height: 4.4rem;
    top: -20px;
  }
}
.blog-hero_container .white_vector_container {
  width: 100%;
}
@media only screen and (max-width: 599px) {
  .blog-hero_container .white_vector_container {
    padding-right: 1.8rem;
  }
}
@media only screen and (min-width: 600px) {
  .blog-hero_container .white_vector_container {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 3.5rem 0 11.9rem;
  }
}
@media only screen and (min-width: 1025px) {
  .blog-hero_container .white_vector_container {
    position: static;
    padding: 0;
  }
}
.blog-hero_container .white_vector_container .white-vector-curve-blog_img {
  width: 100%;
  mix-blend-mode: color-dodge;
  object-fit: contain;
}
@media only screen and (min-width: 600px) {
  .blog-hero_container .white_vector_container .white-vector-curve-blog_mobile_img {
    display: none;
  }
}
.blog-hero_container .white_vector_container .vector-hero-white-desktop_img {
  display: none;
}
@media only screen and (min-width: 600px) {
  .blog-hero_container .white_vector_container .vector-hero-white-desktop_img {
    display: block;
  }
}

.blog-filered_posts_section {
  padding: 6.5rem 1.8rem 0 1.9rem;
}
@media screen and (min-width: 400px) {
  .blog-filered_posts_section {
    padding: 6.5rem 1.8rem 0 2rem;
  }
}
@media only screen and (min-width: 600px) {
  .blog-filered_posts_section {
    padding: 6.5rem 3.5rem 0 2.6rem;
  }
}
@media only screen and (min-width: 1025px) {
  .blog-filered_posts_section {
    padding: 9.3rem 5rem 0 4rem;
  }
}
.blog-filered_posts_section .blog-green_curve_img_container {
  width: 100%;
}
.blog-filered_posts_section .blog-green_curve_img_container .green-curve-mobile_img, .blog-filered_posts_section .blog-green_curve_img_container .grren-curve-desktop_img {
  width: 100%;
  object-fit: cover;
}
.blog-filered_posts_section .blog-green_curve_img_container .green-curve-mobile_img {
  max-height: 6rem;
}
@media only screen and (min-width: 600px) {
  .blog-filered_posts_section .blog-green_curve_img_container .green-curve-mobile_img {
    display: none;
  }
}
.blog-filered_posts_section .blog-green_curve_img_container .grren-curve-desktop_img {
  display: none;
}
@media only screen and (min-width: 600px) {
  .blog-filered_posts_section .blog-green_curve_img_container .grren-curve-desktop_img {
    display: block;
    max-height: 10rem;
  }
}
@media only screen and (min-width: 1025px) {
  .blog-filered_posts_section .blog-green_curve_img_container .grren-curve-desktop_img {
    max-height: 7rem;
  }
}
.blog-filered_posts_section .blog-filter_posts_wrapper_border {
  border-left: 3px solid #072510;
  margin-left: 2px;
  margin-top: -3px;
  position: relative;
}
.blog-filered_posts_section .blog-filter_posts_wrapper_border::after {
  content: "";
  width: 3px;
  height: 800px;
  position: absolute;
  bottom: -800px;
  left: -3px;
  background-color: #072510;
}
@media only screen and (min-width: 600px) {
  .blog-filered_posts_section .blog-filter_posts_wrapper_border::after {
    width: 1px;
    left: -1px;
  }
}
@media only screen and (min-width: 1025px) {
  .blog-filered_posts_section .blog-filter_posts_wrapper_border::after {
    width: 2px;
    left: -2px;
  }
}
@media only screen and (min-width: 600px) {
  .blog-filered_posts_section .blog-filter_posts_wrapper_border {
    padding-left: 3rem;
    margin-left: 0;
    border-left: 2px solid #072510;
  }
}
@media screen and (min-width: 800px) {
  .blog-filered_posts_section .blog-filter_posts_wrapper_border {
    margin-left: 0px;
    border-left: 3px solid #072510;
  }
}
@media screen and (min-width: 900px) {
  .blog-filered_posts_section .blog-filter_posts_wrapper_border {
    margin-left: 3px;
  }
}
@media only screen and (min-width: 1025px) {
  .blog-filered_posts_section .blog-filter_posts_wrapper_border {
    margin-left: -2px;
    border-left: 2px solid #072510;
  }
}
@media only screen and (min-width: 1280px) {
  .blog-filered_posts_section .blog-filter_posts_wrapper_border {
    margin-left: 0px;
  }
}
@media screen and (min-width: 1440px) {
  .blog-filered_posts_section .blog-filter_posts_wrapper_border {
    margin-left: 1px;
  }
}
@media screen and (min-width: 1520px) {
  .blog-filered_posts_section .blog-filter_posts_wrapper_border {
    margin-left: 2px;
  }
}
.blog-filered_posts_section .blog-filter_posts_wrapper_border .blog-filter_posts_wrapper {
  position: relative;
}
.blog-filered_posts_section .blog-filter_posts_wrapper_border .blog-filter_posts_wrapper .category_burger_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 1.6rem;
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 600px) {
  .blog-filered_posts_section .blog-filter_posts_wrapper_border .blog-filter_posts_wrapper .category_burger_menu {
    display: none;
  }
}
.blog-filered_posts_section .blog-filter_posts_wrapper_border .blog-filter_posts_wrapper .category_burger_menu .chosen_category_text {
  font-family: "Ebgaramond Regular";
  font-size: 1.6rem;
  line-height: 1.6rem;
  color: #0D6582;
}
.blog-filered_posts_section .blog-filter_posts_wrapper_border .blog-filter_posts_wrapper .category_burger_menu .category_filter_btn {
  background-color: #072510;
  width: 102px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.8rem 1.3rem;
  z-index: 10;
}
.blog-filered_posts_section .blog-filter_posts_wrapper_border .blog-filter_posts_wrapper .category_burger_menu .category_filter_btn .category_label_filter {
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-family: "Ebgaramond Regular";
}
.blog-filered_posts_section .blog-filter_posts_wrapper_border .blog-filter_posts_wrapper .blog-categories_filter_container {
  align-items: center;
}
@media only screen and (max-width: 599px) {
  .blog-filered_posts_section .blog-filter_posts_wrapper_border .blog-filter_posts_wrapper .blog-categories_filter_container {
    background-color: white;
    padding: 1.5rem;
    border-radius: 15px;
    flex-direction: column;
    flex-direction: column-reverse;
    align-items: flex-start;
    width: 100%;
    display: none;
    width: 20rem;
    position: absolute;
    right: 0;
    top: 28px;
  }
}
@media only screen and (min-width: 600px) {
  .blog-filered_posts_section .blog-filter_posts_wrapper_border .blog-filter_posts_wrapper .blog-categories_filter_container {
    gap: 25px;
    border-bottom: 1px solid #072510;
    display: flex !important;
    flex-direction: row-reverse;
    justify-content: flex-end;
    padding-bottom: 2rem;
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 1025px) {
  .blog-filered_posts_section .blog-filter_posts_wrapper_border .blog-filter_posts_wrapper .blog-categories_filter_container {
    padding-bottom: 2rem;
    margin-bottom: 4rem;
  }
}
.blog-filered_posts_section .blog-filter_posts_wrapper_border .blog-filter_posts_wrapper .blog-categories_filter_container .category_name {
  font-size: 1.6rem;
  line-height: 1.6rem;
  color: #072510;
  font-family: "Ebgaramond Regular";
  padding: 1rem;
  border-bottom: 1px solid #072510;
  cursor: pointer;
  z-index: 10;
}
.blog-filered_posts_section .blog-filter_posts_wrapper_border .blog-filter_posts_wrapper .blog-categories_filter_container .category_name:hover {
  color: #0D6582;
}
@media only screen and (max-width: 599px) {
  .blog-filered_posts_section .blog-filter_posts_wrapper_border .blog-filter_posts_wrapper .blog-categories_filter_container .category_name {
    width: 100%;
  }
}
@media only screen and (min-width: 600px) {
  .blog-filered_posts_section .blog-filter_posts_wrapper_border .blog-filter_posts_wrapper .blog-categories_filter_container .category_name {
    padding: 0;
    border-bottom: none;
  }
}
@media only screen and (min-width: 1025px) {
  .blog-filered_posts_section .blog-filter_posts_wrapper_border .blog-filter_posts_wrapper .blog-categories_filter_container .category_name {
    font-size: 2.5rem;
    line-height: 100%;
  }
}
.blog-filered_posts_section .blog-filter_posts_wrapper_border .blog-filter_posts_wrapper .blog-categories_filter_container .category_name:last-child {
  padding-top: 0;
}
.blog-filered_posts_section .blog-filter_posts_wrapper_border .blog-filter_posts_wrapper .blog-categories_filter_container .category_name:first-child {
  border-bottom: none;
  padding-bottom: 0;
}
.blog-filered_posts_section .blog-filter_posts_wrapper_border .blog-filter_posts_wrapper .blog-posts_list_container {
  padding-left: 1.6rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media only screen and (min-width: 600px) {
  .blog-filered_posts_section .blog-filter_posts_wrapper_border .blog-filter_posts_wrapper .blog-posts_list_container {
    flex-direction: row;
    justify-content: flex-start;
    gap: 37px;
    padding-left: 0;
    margin-bottom: 10rem;
  }
}
.blog-filered_posts_section .blog-filter_posts_wrapper_border .blog-filter_posts_wrapper .blog-posts_list_container .blog-post_card {
  display: none;
  margin-bottom: 4rem;
}
@media only screen and (min-width: 600px) {
  .blog-filered_posts_section .blog-filter_posts_wrapper_border .blog-filter_posts_wrapper .blog-posts_list_container .blog-post_card {
    max-width: 47%;
    flex: 0 0 50%;
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 1025px) {
  .blog-filered_posts_section .blog-filter_posts_wrapper_border .blog-filter_posts_wrapper .blog-posts_list_container .blog-post_card {
    max-width: 30.5%;
    flex: 0 0 30.5%;
  }
}
.blog-filered_posts_section .blog-filter_posts_wrapper_border .blog-filter_posts_wrapper .blog-posts_list_container .blog-post_card .post_card_img_container {
  height: 136px;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 9px;
}
@media only screen and (min-width: 600px) {
  .blog-filered_posts_section .blog-filter_posts_wrapper_border .blog-filter_posts_wrapper .blog-posts_list_container .blog-post_card .post_card_img_container {
    margin-bottom: 20px;
    height: 169px;
  }
}
@media only screen and (min-width: 1280px) {
  .blog-filered_posts_section .blog-filter_posts_wrapper_border .blog-filter_posts_wrapper .blog-posts_list_container .blog-post_card .post_card_img_container {
    height: 259px;
  }
}
.blog-filered_posts_section .blog-filter_posts_wrapper_border .blog-filter_posts_wrapper .blog-posts_list_container .blog-post_card .post_card_img_container .post_card_img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.blog-filered_posts_section .blog-filter_posts_wrapper_border .blog-filter_posts_wrapper .blog-posts_list_container .blog-post_card .date_display {
  font-family: "Ebgaramond Regular";
  font-size: 1.1rem;
  line-height: 1.2rem;
  color: #0D6582;
  margin-bottom: 0.5rem;
  position: relative;
  padding-left: 1.2rem;
}
@media only screen and (min-width: 600px) {
  .blog-filered_posts_section .blog-filter_posts_wrapper_border .blog-filter_posts_wrapper .blog-posts_list_container .blog-post_card .date_display {
    font-size: 1.4rem;
    line-height: 1.5rem;
    margin-bottom: 15px;
  }
}
.blog-filered_posts_section .blog-filter_posts_wrapper_border .blog-filter_posts_wrapper .blog-posts_list_container .blog-post_card .date_display::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #0D6582;
  position: absolute;
  left: 0;
  top: 1px;
  border-radius: 100%;
}
@media only screen and (min-width: 600px) {
  .blog-filered_posts_section .blog-filter_posts_wrapper_border .blog-filter_posts_wrapper .blog-posts_list_container .blog-post_card .date_display::before {
    width: 9px;
    height: 9px;
  }
}
.blog-filered_posts_section .blog-filter_posts_wrapper_border .blog-filter_posts_wrapper .blog-posts_list_container .blog-post_card .title_desc_container {
  overflow: hidden;
}
@media only screen and (min-width: 600px) {
  .blog-filered_posts_section .blog-filter_posts_wrapper_border .blog-filter_posts_wrapper .blog-posts_list_container .blog-post_card .title_desc_container {
    height: 206px;
  }
}
@media only screen and (min-width: 1025px) {
  .blog-filered_posts_section .blog-filter_posts_wrapper_border .blog-filter_posts_wrapper .blog-posts_list_container .blog-post_card .title_desc_container {
    height: 321px;
  }
}
.blog-filered_posts_section .blog-filter_posts_wrapper_border .blog-filter_posts_wrapper .blog-posts_list_container .blog-post_card .title_desc_container .post_title {
  font-family: "Ebgaramond Semi";
  font-size: 1.8rem;
  line-height: 2rem;
  color: #212121;
  margin-bottom: 11px;
}
@media only screen and (min-width: 600px) {
  .blog-filered_posts_section .blog-filter_posts_wrapper_border .blog-filter_posts_wrapper .blog-posts_list_container .blog-post_card .title_desc_container .post_title {
    font-size: 2.5rem;
    line-height: 2.75rem;
    height: auto;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media only screen and (min-width: 1025px) {
  .blog-filered_posts_section .blog-filter_posts_wrapper_border .blog-filter_posts_wrapper .blog-posts_list_container .blog-post_card .title_desc_container .post_title {
    font-size: 4rem;
    line-height: 5.2rem;
    margin-bottom: 25px;
  }
}
.blog-filered_posts_section .blog-filter_posts_wrapper_border .blog-filter_posts_wrapper .blog-posts_list_container .blog-post_card .title_desc_container .post_description {
  font-family: "Metropolis Regular";
  color: #41590C;
  font-size: 1.2rem;
  line-height: 1.3rem;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 600px) {
  .blog-filered_posts_section .blog-filter_posts_wrapper_border .blog-filter_posts_wrapper .blog-posts_list_container .blog-post_card .title_desc_container .post_description {
    font-size: 1.6rem;
    line-height: 1.76rem;
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 1025px) {
  .blog-filered_posts_section .blog-filter_posts_wrapper_border .blog-filter_posts_wrapper .blog-posts_list_container .blog-post_card .title_desc_container .post_description {
    font-size: 2rem;
    line-height: 2.2rem;
  }
}
.blog-filered_posts_section .blog-filter_posts_wrapper_border .blog-filter_posts_wrapper .btn_center {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10rem;
}
.blog-filered_posts_section .blog-filter_posts_wrapper_border .blog-filter_posts_wrapper .btn_more_cont {
  margin-top: 20px;
}
@media only screen and (min-width: 600px) {
  .blog-filered_posts_section .blog-filter_posts_wrapper_border .blog-filter_posts_wrapper .btn_more_cont {
    margin-top: 42px;
  }
}
.blog-filered_posts_section .blog-filter_posts_wrapper_border .blog-filter_posts_wrapper .btn_size {
  font-size: 1.2rem;
  line-height: 1.2rem;
}
@media only screen and (min-width: 600px) {
  .blog-filered_posts_section .blog-filter_posts_wrapper_border .blog-filter_posts_wrapper .btn_size {
    font-size: 1.6rem;
    line-height: 1.6rem;
    padding: 9px 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .blog-filered_posts_section .blog-filter_posts_wrapper_border .blog-filter_posts_wrapper .btn_size {
    font-size: 2rem;
    line-height: 2rem;
    height: 46px;
  }
}

.active {
  display: block !important;
}

.show {
  display: flex !important;
}

.contact-blog-section {
  padding-left: 24px;
  padding-right: 20px;
}
@media only screen and (min-width: 1025px) {
  .contact-blog-section {
    padding-left: 180px;
    padding-right: 180px;
  }
}
.contact-blog-section .contact_section_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contact-blog-section .contact_section_wrapper .intro_label {
  font-family: "Ebgaramond Regular";
  font-size: 1.5rem;
  line-height: 100%;
  color: #072510;
  position: relative;
  padding-left: 13px;
  margin-bottom: 27px;
}
@media only screen and (min-width: 600px) {
  .contact-blog-section .contact_section_wrapper .intro_label {
    font-size: 2.5rem;
    padding-left: 27px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .contact-blog-section .contact_section_wrapper .intro_label {
    font-size: 3.8em;
    padding-left: 33px;
    margin-bottom: 40px;
  }
}
.contact-blog-section .contact_section_wrapper .intro_label::before {
  content: "";
  position: absolute;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #0D6582;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 600px) {
  .contact-blog-section .contact_section_wrapper .intro_label::before {
    width: 12px;
    height: 12px;
  }
}
@media only screen and (min-width: 1025px) {
  .contact-blog-section .contact_section_wrapper .intro_label::before {
    width: 23px;
    height: 23px;
  }
}
.contact-blog-section .contact_section_wrapper .contact_label {
  font-family: "Metropolis Semi";
  font-size: 3.8rem;
  line-height: 4.1rem;
  color: #072510;
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .contact-blog-section .contact_section_wrapper .contact_label {
    font-size: 4rem;
    line-height: 4.4rem;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .contact-blog-section .contact_section_wrapper .contact_label {
    font-size: 7rem;
    line-height: 8rem;
    margin-bottom: 86px;
    max-width: 807px;
  }
}
.contact-blog-section .contact_section_wrapper .description_contact_container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 90px;
}
@media only screen and (min-width: 1025px) {
  .contact-blog-section .contact_section_wrapper .description_contact_container {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 180px;
  }
}
.contact-blog-section .contact_section_wrapper .description_contact_container .contact_card {
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .contact-blog-section .contact_section_wrapper .description_contact_container .contact_card {
    max-width: 45%;
    flex: 0 0 45%;
  }
}
.contact-blog-section .contact_section_wrapper .description_contact_container .contact_card .contact_paragraph {
  text-align: center;
  font-family: "Metropolis Regular";
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #41590C;
  margin-bottom: 30px;
}
@media only screen and (min-width: 600px) {
  .contact-blog-section .contact_section_wrapper .description_contact_container .contact_card .contact_paragraph {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
@media only screen and (min-width: 1025px) {
  .contact-blog-section .contact_section_wrapper .description_contact_container .contact_card .contact_paragraph {
    margin-bottom: 72px;
  }
}
.contact-blog-section .contact_section_wrapper .description_contact_container .contact_card .green_btn_container {
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
.contact-blog-section .contact_section_wrapper .description_contact_container .contact_card .link_container {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.5rem;
  width: max-content;
}
@media only screen and (min-width: 600px) {
  .contact-blog-section .contact_section_wrapper .description_contact_container .contact_card .link_container {
    font-size: 1.6rem;
    line-height: 1.6rem;
    padding: 9px 17px;
  }
}
@media only screen and (min-width: 1025px) {
  .contact-blog-section .contact_section_wrapper .description_contact_container .contact_card .link_container {
    font-size: 2rem;
    line-height: 2rem;
    padding: 9px 30px;
  }
}
.contact-blog-section .contact_section_wrapper .description_contact_container .contact_card .green_btn_secondary {
  font-family: "Ebgaramond Regular";
  padding: 6px 13px;
  background: transparent;
  color: #41590C;
  border: 1px solid #41590C;
  border-radius: 50px;
  width: max-content;
  cursor: pointer;
  font-size: 1.2rem;
  line-height: 1.5rem;
  text-align: center;
  transition: all 0.4s ease-in-out;
}
.contact-blog-section .contact_section_wrapper .description_contact_container .contact_card .green_btn_secondary:hover {
  border: 1px solid #072510;
  background: #072510;
  color: #e5e5e5;
}
@media only screen and (min-width: 600px) {
  .contact-blog-section .contact_section_wrapper .description_contact_container .contact_card .green_btn_secondary {
    font-size: 1.6rem;
    line-height: 1.6rem;
    padding: 9px 17px;
  }
}
@media only screen and (min-width: 1025px) {
  .contact-blog-section .contact_section_wrapper .description_contact_container .contact_card .green_btn_secondary {
    font-size: 2rem;
    line-height: 2rem;
    padding: 9px 30px;
  }
}

.active-cat {
  color: #0D6582 !important;
}
@media only screen and (min-width: 1025px) {
  .active-cat {
    font-size: 3rem !important;
    line-height: 3rem !important;
  }
}

/** import singular post files */
.singular_banner_container {
  position: relative;
  background-color: rgba(7, 37, 16, 0.7);
}
@media only screen and (max-width: 599px) {
  .singular_banner_container {
    height: 830px;
  }
}
@media only screen and (min-width: 600px) {
  .singular_banner_container {
    height: 442px;
  }
}
@media only screen and (min-width: 1025px) {
  .singular_banner_container {
    height: 690px;
  }
}
.singular_banner_container .singular_hero-blog-image, .singular_banner_container .singular_hero-blog-image_desktop, .singular_banner_container .singular_hero-blog-image_mobile {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media only screen and (min-width: 600px) {
  .singular_banner_container .singular_hero-blog-image_mobile {
    display: none;
  }
}
.singular_banner_container .singular_hero-blog-image_desktop {
  display: none;
}
@media only screen and (min-width: 600px) {
  .singular_banner_container .singular_hero-blog-image_desktop {
    display: block;
  }
}
.singular_banner_container .filter_singular_circle {
  clip-path: circle(140px at 50% 36%);
  z-index: 1;
}
@media only screen and (min-width: 600px) {
  .singular_banner_container .filter_singular_circle {
    clip-path: circle(140px at 75% 50%);
  }
}
@media only screen and (min-width: 1280px) {
  .singular_banner_container .filter_singular_circle {
    clip-path: circle(230px at 75% 50%);
  }
}
.singular_banner_container .singular-hero_content_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  padding-left: 13px;
  padding-right: 13px;
  height: 100%;
}
@media only screen and (max-width: 599px) {
  .singular_banner_container .singular-hero_content_wrapper {
    height: 100%;
  }
}
@media only screen and (min-width: 600px) {
  .singular_banner_container .singular-hero_content_wrapper {
    flex-direction: row-reverse;
    align-items: center;
    padding: 50px 30px 0 30px;
  }
}
@media only screen and (min-width: 1280px) {
  .singular_banner_container .singular-hero_content_wrapper {
    padding: 50px 109px 0 43px;
  }
}
.singular_banner_container .singular-hero_content_wrapper .singular_filtered_circle {
  width: 85%;
  border-radius: 50%;
  background-color: white;
  mix-blend-mode: overlay;
  margin: 82px auto 20px auto;
}
@media only screen and (max-width: 599px) {
  .singular_banner_container .singular-hero_content_wrapper .singular_filtered_circle {
    aspect-ratio: 1/1;
  }
}
@media only screen and (min-width: 600px) {
  .singular_banner_container .singular-hero_content_wrapper .singular_filtered_circle {
    flex: 0 0 50%;
    width: 100%;
    max-width: 280px;
    height: 280px;
    margin: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .singular_banner_container .singular-hero_content_wrapper .singular_filtered_circle {
    max-width: 462px;
    height: 462px;
  }
}
@media only screen and (max-width: 1024px) {
  .singular_banner_container .singular-hero_content_wrapper .singular-post_content {
    padding-bottom: 33px;
  }
}
@media only screen and (max-width: 599px) {
  .singular_banner_container .singular-hero_content_wrapper .singular-post_content {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 600px) {
  .singular_banner_container .singular-hero_content_wrapper .singular-post_content {
    max-width: 350px;
  }
}
@media only screen and (min-width: 1025px) {
  .singular_banner_container .singular-hero_content_wrapper .singular-post_content {
    max-width: 570px;
  }
}
.singular_banner_container .singular-hero_content_wrapper .singular-post_content .date_display_text_container {
  margin-bottom: 11px;
}
.singular_banner_container .singular-hero_content_wrapper .singular-post_content .date_display_text_container .vector_curve_container {
  position: absolute;
  width: calc(100% - 31px);
  height: 271px;
  z-index: 5;
  user-select: none;
  pointer-events: none;
}
@media only screen and (min-width: 600px) {
  .singular_banner_container .singular-hero_content_wrapper .singular-post_content .date_display_text_container .vector_curve_container {
    width: calc(100% - 51px);
    height: 372px;
  }
}
@media only screen and (min-width: 1025px) {
  .singular_banner_container .singular-hero_content_wrapper .singular-post_content .date_display_text_container .vector_curve_container {
    width: calc(100% - 81px);
    height: 547px;
  }
}
.singular_banner_container .singular-hero_content_wrapper .singular-post_content .date_display_text_container .vector_curve_container .mobile-curve-blog_img, .singular_banner_container .singular-hero_content_wrapper .singular-post_content .date_display_text_container .vector_curve_container .vector_curve_container_img_tablet, .singular_banner_container .singular-hero_content_wrapper .singular-post_content .date_display_text_container .vector_curve_container .vector_curve_container_img_desktop {
  width: 100%;
  height: 100%;
  z-index: 5;
}
.singular_banner_container .singular-hero_content_wrapper .singular-post_content .date_display_text_container .vector_curve_container .mobile-curve-blog_img {
  height: 479px;
}
@media only screen and (min-width: 600px) {
  .singular_banner_container .singular-hero_content_wrapper .singular-post_content .date_display_text_container .vector_curve_container .mobile-curve-blog_img {
    display: none;
  }
}
.singular_banner_container .singular-hero_content_wrapper .singular-post_content .date_display_text_container .vector_curve_container .vector_curve_container_img_tablet {
  display: none;
}
@media only screen and (min-width: 600px) {
  .singular_banner_container .singular-hero_content_wrapper .singular-post_content .date_display_text_container .vector_curve_container .vector_curve_container_img_tablet {
    display: block;
    height: 469px;
  }
}
@media only screen and (min-width: 1025px) {
  .singular_banner_container .singular-hero_content_wrapper .singular-post_content .date_display_text_container .vector_curve_container .vector_curve_container_img_tablet {
    display: none;
  }
}
.singular_banner_container .singular-hero_content_wrapper .singular-post_content .date_display_text_container .vector_curve_container .vector_curve_container_img_desktop {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .singular_banner_container .singular-hero_content_wrapper .singular-post_content .date_display_text_container .vector_curve_container .vector_curve_container_img_desktop {
    display: block;
    height: 656px;
  }
}
.singular_banner_container .singular-hero_content_wrapper .singular-post_content .date_display_text_container .singular-date_display_text {
  font-family: "Metropolis Regular";
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 13px;
  padding-left: 21px;
  height: 13px;
  overflow: hidden;
}
@media only screen and (min-width: 600px) {
  .singular_banner_container .singular-hero_content_wrapper .singular-post_content .date_display_text_container .singular-date_display_text {
    font-size: 1.4rem;
    line-height: 15px;
    padding-left: 35px;
    height: 15px;
  }
}
.singular_banner_container .singular-hero_content_wrapper .singular-post_content .title_desc_container {
  height: 280px;
}
@media only screen and (min-width: 1025px) {
  .singular_banner_container .singular-hero_content_wrapper .singular-post_content .title_desc_container {
    height: 370px;
  }
}
.singular_banner_container .singular-hero_content_wrapper .singular-post_content .title_desc_container .singular-post_title {
  font-family: "Ebgaramond Semi";
  font-size: 3rem;
  line-height: 36px;
  color: #ffffff;
  margin-bottom: 12px;
  padding-left: 21px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (min-width: 600px) {
  .singular_banner_container .singular-hero_content_wrapper .singular-post_content .title_desc_container .singular-post_title {
    font-size: 3rem;
    line-height: 100%;
    margin-bottom: 20px;
    padding-left: 35px;
  }
}
@media only screen and (min-width: 1025px) {
  .singular_banner_container .singular-hero_content_wrapper .singular-post_content .title_desc_container .singular-post_title {
    font-size: 5rem;
    margin-bottom: 17px;
    padding-bottom: 7px;
  }
}
.singular_banner_container .singular-hero_content_wrapper .singular-post_content .title_desc_container .description_social_wrapper {
  padding-left: 52px;
}
@media only screen and (min-width: 600px) {
  .singular_banner_container .singular-hero_content_wrapper .singular-post_content .title_desc_container .description_social_wrapper {
    padding-left: 82px;
  }
}
.singular_banner_container .singular-hero_content_wrapper .singular-post_content .title_desc_container .description_social_wrapper .singular-post_description {
  font-family: "Metropolis Regular";
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 13px;
  margin-bottom: 25px;
  height: 26px;
  overflow: hidden;
  display: none;
}
@media only screen and (min-width: 600px) {
  .singular_banner_container .singular-hero_content_wrapper .singular-post_content .title_desc_container .description_social_wrapper .singular-post_description {
    font-size: 1.6rem;
    line-height: 18px;
    margin-bottom: 20px;
    height: 54px;
  }
}
@media only screen and (min-width: 1025px) {
  .singular_banner_container .singular-hero_content_wrapper .singular-post_content .title_desc_container .description_social_wrapper .singular-post_description {
    font-size: 2rem;
    line-height: 23px;
    height: 46px;
  }
}
.singular_banner_container .singular-hero_content_wrapper .singular-post_content .title_desc_container .description_social_wrapper .social_media_wrapper {
  height: 37px;
  overflow: hidden;
  z-index: 50;
}
.singular_banner_container .singular-hero_content_wrapper .singular-post_content .title_desc_container .description_social_wrapper .social_media_wrapper a {
  z-index: 55;
}
.singular_banner_container .singular-hero_content_wrapper .singular-post_content .title_desc_container .description_social_wrapper .social_media_wrapper a span {
  pointer-events: auto;
}
.singular_banner_container .singular-hero_content_wrapper .singular-post_content .title_desc_container .description_social_wrapper .social_media_wrapper a span svg {
  z-index: 55;
  pointer-events: auto;
  cursor: pointer;
  background-color: #ccc;
}
.singular_banner_container .singular-hero_content_wrapper .singular-post_content .title_desc_container .description_social_wrapper .social_media_wrapper a span svg path {
  pointer-events: auto;
}
.singular_banner_container .singular-hero_content_wrapper .singular-post_content .title_desc_container .description_social_wrapper .social_media_wrapper a span svg:hover {
  cursor: pointer;
}
.singular_banner_container .singular-hero_content_wrapper .singular-post_content .title_desc_container .description_social_wrapper .social_media_wrapper a:last-child {
  opacity: 0;
}

.singular_content_container {
  padding-top: 8rem;
  overflow: hidden;
}
@media only screen and (min-width: 1025px) {
  .singular_content_container {
    padding-top: 11rem;
  }
}
.singular_content_container .tags_container {
  margin: 0 20px 20px 35px;
  padding-bottom: 12px;
  border-bottom: 1px solid #072510;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}
@media only screen and (min-width: 600px) {
  .singular_content_container .tags_container {
    gap: 20px;
    padding-bottom: 16px;
    margin: 0 34px 40px 69px;
  }
}
@media only screen and (min-width: 1025px) {
  .singular_content_container .tags_container {
    padding-bottom: 20px;
    margin: 0 50px 60px 77px;
  }
}
.singular_content_container .tags_container .tag_name {
  font-family: "Ebgaramond Regular";
  font-size: 1.5rem;
  line-height: 100%;
  color: #072510;
}
@media only screen and (min-width: 600px) {
  .singular_content_container .tags_container .tag_name {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1025px) {
  .singular_content_container .tags_container .tag_name {
    font-size: 3rem;
  }
}
.singular_content_container .content_wrapper {
  padding: 0 20px 0px 35px;
}
@media only screen and (min-width: 600px) {
  .singular_content_container .content_wrapper {
    padding: 0 34px 0px 69px;
  }
}
@media only screen and (min-width: 1025px) {
  .singular_content_container .content_wrapper {
    padding: 0 50px 0px 77px;
  }
}
.singular_content_container .content_wrapper img {
  max-width: 100%;
}
.singular_content_container .content_wrapper p, .singular_content_container .content_wrapper ul {
  font-family: "Ebgaramond Regular";
  font-size: 1.2rem;
  line-height: 1.3rem;
  margin-bottom: 10px;
  color: #41590C;
}
@media only screen and (min-width: 600px) {
  .singular_content_container .content_wrapper p, .singular_content_container .content_wrapper ul {
    font-size: 1.6rem;
    line-height: 1.8rem;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .singular_content_container .content_wrapper p, .singular_content_container .content_wrapper ul {
    font-size: 2rem;
    line-height: 2.3rem;
  }
}
.singular_content_container .content_wrapper h1, .singular_content_container .content_wrapper h2, .singular_content_container .content_wrapper h3, .singular_content_container .content_wrapper h4, .singular_content_container .content_wrapper h5, .singular_content_container .content_wrapper h6 {
  font-size: 1.8rem;
  line-height: 19px;
  color: #212121;
  font-family: "Ebgaramond Semi";
  margin-bottom: 15px;
}
@media only screen and (min-width: 600px) {
  .singular_content_container .content_wrapper h1, .singular_content_container .content_wrapper h2, .singular_content_container .content_wrapper h3, .singular_content_container .content_wrapper h4, .singular_content_container .content_wrapper h5, .singular_content_container .content_wrapper h6 {
    font-size: 2.5rem;
    line-height: 27.5px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .singular_content_container .content_wrapper h1, .singular_content_container .content_wrapper h2, .singular_content_container .content_wrapper h3, .singular_content_container .content_wrapper h4, .singular_content_container .content_wrapper h5, .singular_content_container .content_wrapper h6 {
    font-size: 4rem;
    line-height: 44px;
    margin-bottom: 30px;
  }
}
.singular_content_container .content_wrapper figure {
  border-radius: 15px;
  margin-bottom: 40px;
}
.singular_content_container .content_wrapper figure img {
  max-width: 100%;
}
.singular_content_container .content_wrapper figure table tbody tr td {
  border: 1px solid #41590C;
  padding: 10px;
}
.singular_content_container .content_wrapper figure figcaption {
  text-align: center;
  font-family: "Metropolis Semi";
  font-size: 1.2rem;
  line-height: 1.3rem;
  color: #41590C;
}
@media only screen and (min-width: 1025px) {
  .singular_content_container .content_wrapper figure figcaption {
    font-size: 2rem;
    line-height: 2.3rem;
  }
}
.singular_content_container .content_wrapper .wp-block-table {
  border-radius: 0;
  margin-bottom: 10px;
}
.singular_content_container .content_wrapper ul {
  margin-left: 20px;
}

.other_posts_container {
  padding-left: 33px;
  padding-right: 24px;
  padding-top: 50px;
}
@media only screen and (min-width: 600px) {
  .other_posts_container {
    padding-left: 69px;
    padding-right: 34px;
    padding-top: 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .other_posts_container {
    padding-left: 77px;
    padding-right: 50px;
    padding-top: 100px;
  }
}
.other_posts_container .intro_text {
  font-family: "Ebgaramond Regular";
  font-size: 1.5rem;
  line-height: 100%;
  color: #212121;
  position: relative;
  text-align: center;
  width: max-content;
  margin: 0 auto 30px auto;
  padding-left: 10px;
}
@media only screen and (min-width: 600px) {
  .other_posts_container .intro_text {
    font-size: 2.5rem;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .other_posts_container .intro_text {
    font-size: 3.8rem;
    margin: 0 auto 60px auto;
  }
}
.other_posts_container .intro_text::before {
  content: "";
  position: absolute;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #0D6582;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 600px) {
  .other_posts_container .intro_text::before {
    width: 15px;
    height: 15px;
  }
}
@media only screen and (min-width: 1025px) {
  .other_posts_container .intro_text::before {
    width: 23px;
    height: 23px;
  }
}
.other_posts_container .header_text {
  font-family: "Ebgaramond Regular";
  color: #072510;
  font-size: 3.8rem;
  line-height: 41px;
  width: max-content;
  margin: 0 auto 40px auto;
}
.other_posts_container .other_posts_wrapper {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 600px) {
  .other_posts_container .other_posts_wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 32px;
  }
}
@media only screen and (min-width: 1025px) {
  .other_posts_container .other_posts_wrapper {
    column-gap: 174px;
  }
}
.other_posts_container .other_posts_wrapper .blog-post_card {
  display: none;
  margin-bottom: 4rem;
}
@media only screen and (min-width: 600px) {
  .other_posts_container .other_posts_wrapper .blog-post_card {
    max-width: 47%;
    flex: 0 0 50%;
    margin-bottom: 5rem;
  }
}
@media only screen and (min-width: 1025px) {
  .other_posts_container .other_posts_wrapper .blog-post_card {
    max-width: 40%;
    flex: 0 0 40%;
    margin-bottom: 6rem;
  }
}
.other_posts_container .other_posts_wrapper .blog-post_card .post_card_img_container {
  height: 136px;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 9px;
}
@media only screen and (min-width: 600px) {
  .other_posts_container .other_posts_wrapper .blog-post_card .post_card_img_container {
    margin-bottom: 20px;
    height: 169px;
  }
}
@media only screen and (min-width: 1280px) {
  .other_posts_container .other_posts_wrapper .blog-post_card .post_card_img_container {
    height: 259px;
  }
}
.other_posts_container .other_posts_wrapper .blog-post_card .post_card_img_container .post_card_img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.other_posts_container .other_posts_wrapper .blog-post_card .date_display {
  font-family: "Metropolis Regular";
  font-size: 1.1rem;
  line-height: 1.2rem;
  color: #0D6582;
  margin-bottom: 0.5rem;
  position: relative;
  padding-left: 1.2rem;
}
@media only screen and (min-width: 600px) {
  .other_posts_container .other_posts_wrapper .blog-post_card .date_display {
    font-size: 1.4rem;
    line-height: 1.5rem;
    margin-bottom: 15px;
  }
}
.other_posts_container .other_posts_wrapper .blog-post_card .date_display::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #0D6582;
  position: absolute;
  left: 0;
  top: 1px;
  border-radius: 100%;
}
@media only screen and (min-width: 600px) {
  .other_posts_container .other_posts_wrapper .blog-post_card .date_display::before {
    width: 9px;
    height: 9px;
  }
}
.other_posts_container .other_posts_wrapper .blog-post_card .post_title {
  font-family: "Ebgaramond Semi";
  font-size: 1.8rem;
  line-height: 2rem;
  color: #212121;
  margin-bottom: 11px;
}
@media only screen and (min-width: 600px) {
  .other_posts_container .other_posts_wrapper .blog-post_card .post_title {
    font-size: 2.5rem;
    line-height: 2.75rem;
    height: auto;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media only screen and (min-width: 1025px) {
  .other_posts_container .other_posts_wrapper .blog-post_card .post_title {
    margin-bottom: 25px;
    font-size: 4rem;
    line-height: 3.75rem;
    padding-bottom: 7px;
  }
}
.other_posts_container .other_posts_wrapper .blog-post_card .post_description {
  font-family: "Metropolis Regular";
  color: #41590C;
  font-size: 1.2rem;
  line-height: 1.3rem;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 600px) {
  .other_posts_container .other_posts_wrapper .blog-post_card .post_description {
    height: 6.7rem;
    overflow: hidden;
    font-size: 1.6rem;
    line-height: 1.76rem;
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 1025px) {
  .other_posts_container .other_posts_wrapper .blog-post_card .post_description {
    height: 8.5rem;
    font-size: 2rem;
    line-height: 2.2rem;
    padding-bottom: 5px;
  }
}
.other_posts_container .other_posts_wrapper .active {
  display: block;
}
.other_posts_container .btn_size {
  font-size: 1.2rem;
  line-height: 100%;
}
@media only screen and (min-width: 600px) {
  .other_posts_container .btn_size {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1025px) {
  .other_posts_container .btn_size {
    font-size: 2rem;
    padding: 9px 32px;
    height: 46px;
  }
}
.other_posts_container .btn_center {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 96px;
}
@media only screen and (min-width: 600px) {
  .other_posts_container .btn_center {
    margin-top: 65px;
    margin-bottom: 85px;
  }
}
@media only screen and (min-width: 1025px) {
  .other_posts_container .btn_center {
    margin-top: 96px;
    margin-bottom: 126px;
  }
}

/** import enterprise page files */
.enterprise-hero_container_mobile {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media only screen and (min-width: 600px) {
  .enterprise-hero_container_mobile {
    display: none;
  }
}

.enterprise-hero_container_tablet {
  display: none;
}
@media only screen and (min-width: 600px) {
  .enterprise-hero_container_tablet {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.enterprise-hero_container {
  width: 100%;
  height: 320px;
  position: relative;
  padding-left: 1.8rem;
  background-color: rgba(7, 37, 16, 0.7);
}
@media only screen and (max-width: 599px) {
  .enterprise-hero_container {
    align-items: flex-start;
    padding-bottom: 0rem;
  }
}
@media only screen and (min-width: 600px) {
  .enterprise-hero_container {
    height: 419px;
    padding: 0 3.5rem 0 1.9rem;
  }
}
@media only screen and (min-width: 1025px) {
  .enterprise-hero_container {
    padding: 0 5rem 0 3.1rem;
    height: 470px;
  }
}
.enterprise-hero_container .hero_desc_enterprise {
  font-family: "Ebgaramond Regular";
  font-size: 45px;
  color: white;
  position: absolute;
  z-index: 999;
  width: 495px;
  left: 290px;
  top: 205px;
}
@media only screen and (max-width: 1024px) {
  .enterprise-hero_container .hero_desc_enterprise {
    font-size: 30px;
    width: 400px;
    left: 130px;
    top: 176px;
  }
}
@media only screen and (max-width: 599px) {
  .enterprise-hero_container .hero_desc_enterprise {
    font-size: 25px;
    width: 230px;
    left: 55px;
    top: 142px;
  }
}
.enterprise-hero_container .enterprise-vector-desktop {
  display: block;
  position: absolute;
  z-index: 999;
  min-width: 86px;
  width: auto;
  max-width: 211px;
  height: 391px;
  left: 60px;
  top: 249px;
}
@media only screen and (max-width: 1024px) {
  .enterprise-hero_container .enterprise-vector-desktop {
    display: none;
  }
}
.enterprise-hero_container .enterprise-vector-tablet {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .enterprise-hero_container .enterprise-vector-tablet {
    display: block;
    position: absolute;
    z-index: 999;
    width: 86.5px;
    height: 300px;
    left: 25px;
    top: 208px;
  }
}
.enterprise-hero_container .enterprise-vector-mobile {
  position: absolute;
  display: none;
}
@media only screen and (max-width: 599px) {
  .enterprise-hero_container .enterprise-vector-mobile {
    display: block;
    width: 13px;
    height: auto;
    left: 20px;
    top: 165px;
    z-index: 999;
  }
}
.enterprise-hero_container .hero-enterprise-image_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: -1;
}
.enterprise-hero_container .filter_circle {
  clip-path: circle(110px at 30px 200px);
  z-index: 1;
}
@media only screen and (min-width: 600px) {
  .enterprise-hero_container .filter_circle {
    clip-path: circle(120px at 140px 200px);
  }
}
@media only screen and (min-width: 1025px) {
  .enterprise-hero_container .filter_circle {
    clip-path: circle(170px at 370px 55%);
  }
}
.enterprise-hero_container .enterprise-hero_wrapper {
  display: flex;
  align-items: center;
  padding-left: 2rem;
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .enterprise-hero_container .enterprise-hero_wrapper {
    padding-left: 0;
  }
}
.enterprise-hero_container .white_vector_container {
  width: 100%;
}
@media only screen and (max-width: 599px) {
  .enterprise-hero_container .white_vector_container {
    padding-right: 1.8rem;
  }
}
@media only screen and (min-width: 600px) {
  .enterprise-hero_container .white_vector_container {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 3.5rem 0 11.9rem;
  }
}
@media only screen and (min-width: 1025px) {
  .enterprise-hero_container .white_vector_container {
    position: static;
    padding: 0;
  }
}
.enterprise-hero_container .white_vector_container .white-vector-curve-blog_img {
  width: 100%;
  mix-blend-mode: color-dodge;
  object-fit: contain;
}
@media only screen and (min-width: 600px) {
  .enterprise-hero_container .white_vector_container .white-vector-curve-blog_mobile_img {
    display: none;
  }
}
.enterprise-hero_container .white_vector_container .vector-hero-white-desktop_img {
  display: none;
}
@media only screen and (min-width: 600px) {
  .enterprise-hero_container .white_vector_container .vector-hero-white-desktop_img {
    display: block;
  }
}

.what-is-asonha {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-top: 137px;
}
@media only screen and (max-width: 1024px) {
  .what-is-asonha {
    justify-content: left;
    margin-top: 70px;
  }
}
@media only screen and (max-width: 599px) {
  .what-is-asonha {
    justify-content: left;
    margin-top: 103px;
  }
}
.what-is-asonha .what-is-asonha-content {
  padding-left: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
}
@media only screen and (max-width: 1024px) {
  .what-is-asonha .what-is-asonha-content {
    padding-left: 55px;
  }
}
@media only screen and (max-width: 599px) {
  .what-is-asonha .what-is-asonha-content {
    padding-left: 38px;
  }
}
.what-is-asonha .what-is-asonha-content .what-is-asonha-title {
  font-family: "EBGaramond Regular";
  font-weight: 400;
  font-size: 38px;
  line-height: 100%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  .what-is-asonha .what-is-asonha-content .what-is-asonha-title {
    font-weight: 400;
    font-size: 25px;
    line-height: 100%;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 599px) {
  .what-is-asonha .what-is-asonha-content .what-is-asonha-title {
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    margin-bottom: 15px;
  }
}
.what-is-asonha .what-is-asonha-content .what-is-asonha-p {
  width: 100%;
  max-width: 831px;
  height: auto;
  color: #072510;
  font-family: "Metropolis Regular";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  display: flex;
  align-items: center;
  letter-spacing: -0.011em;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  .what-is-asonha .what-is-asonha-content .what-is-asonha-p {
    width: auto;
    max-width: 550px;
    font-weight: 600;
    font-size: 25px !important;
    line-height: 110%;
    margin-block: 24px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 599px) {
  .what-is-asonha .what-is-asonha-content .what-is-asonha-p {
    width: 90%;
    height: auto;
    font-weight: 600;
    font-size: 20px !important;
    line-height: 25px;
    margin-bottom: 24px;
    margin-top: 14px;
  }
}
.what-is-asonha .what-is-asonha-content .what-is-asonha-p .span {
  font-family: "EBGaramond Regular";
  color: #0d6582;
  font-size: 45px;
}
@media only screen and (max-width: 1024px) {
  .what-is-asonha .what-is-asonha-content .what-is-asonha-p .span {
    font-size: 30px;
  }
}
@media only screen and (max-width: 599px) {
  .what-is-asonha .what-is-asonha-content .what-is-asonha-p .span {
    font-size: 21px;
  }
}
.what-is-asonha .btn-enterprise {
  margin-top: 24px;
  margin-bottom: 105px;
}
.what-is-asonha .what-asonha-img-mobile {
  display: none;
  position: absolute;
  filter: opacity(0.75);
}
@media only screen and (max-width: 599px) {
  .what-is-asonha .what-asonha-img-mobile {
    z-index: -1;
    width: 225px;
    height: 235px;
    display: block;
    right: 0;
    top: calc(200px + 15%);
  }
}
.what-is-asonha .what-asonha-img-desktop {
  position: absolute;
  display: block;
  width: 665px;
  height: 805px;
  filter: opacity(0.8);
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  .what-is-asonha .what-asonha-img-desktop {
    width: 380px;
    height: 498px;
  }
}
@media only screen and (max-width: 599px) {
  .what-is-asonha .what-asonha-img-desktop {
    display: none;
  }
}

.capital_structure {
  margin-top: 185px;
}
@media only screen and (max-width: 1024px) {
  .capital_structure {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 599px) {
  .capital_structure {
    margin-top: 112px;
  }
}
.capital_structure .capital_structure_content {
  width: 86%;
  margin: auto;
}
@media only screen and (max-width: 599px) {
  .capital_structure .capital_structure_content {
    width: 75%;
  }
}
.capital_structure .capital_structure_content .capital_title {
  font-family: "EBGaramond Regular";
  font-weight: 400;
  font-size: 38px;
  line-height: 100%;
  margin-bottom: 75px;
  position: relative;
}
.capital_structure .capital_structure_content .capital_title::before {
  content: "";
  position: absolute;
  left: -45px;
  width: 23px;
  height: 23px;
  background-color: #0D6582;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  .capital_structure .capital_structure_content .capital_title::before {
    width: 12px;
    height: 12px;
    left: -24px;
  }
}
@media only screen and (max-width: 599px) {
  .capital_structure .capital_structure_content .capital_title::before {
    width: 12px;
    height: 12px;
    left: -19px;
    top: 8px;
  }
}
@media only screen and (max-width: 1024px) {
  .capital_structure .capital_structure_content .capital_title {
    font-size: 25px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 599px) {
  .capital_structure .capital_structure_content .capital_title {
    font-size: 15px;
    margin-bottom: 42px;
  }
}
.capital_structure .capital_structure_content .capital_structure_images {
  width: 100%;
  display: flex;
  justify-content: center;
}
.capital_structure .capital_structure_content .capital_structure_images .capital_structure_image_desktop {
  width: 98%;
  margin: auto;
}
@media only screen and (max-width: 599px) {
  .capital_structure .capital_structure_content .capital_structure_images .capital_structure_image_desktop {
    display: none;
  }
}
.capital_structure .capital_structure_content .capital_structure_images .capital_structure_image_mobile {
  display: none;
}
@media only screen and (max-width: 599px) {
  .capital_structure .capital_structure_content .capital_structure_images .capital_structure_image_mobile {
    width: 100%;
    display: block;
  }
}

.contractual_structure {
  margin-top: 112px;
  margin-bottom: 208px;
}
@media only screen and (max-width: 1024px) {
  .contractual_structure {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 599px) {
  .contractual_structure {
    margin-top: 54px;
  }
}
.contractual_structure .contractual_structure_content {
  width: 86%;
  margin: auto;
}
@media only screen and (max-width: 599px) {
  .contractual_structure .contractual_structure_content {
    width: 75%;
  }
}
.contractual_structure .contractual_structure_content .contractual_title {
  font-family: "EBGaramond Regular";
  font-weight: 400;
  font-size: 38px;
  line-height: 100%;
  margin-bottom: 62px;
  position: relative;
}
.contractual_structure .contractual_structure_content .contractual_title::before {
  content: "";
  position: absolute;
  left: -45px;
  width: 23px;
  height: 23px;
  background-color: #0D6582;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  .contractual_structure .contractual_structure_content .contractual_title::before {
    width: 12px;
    height: 12px;
    left: -24px;
  }
}
@media only screen and (max-width: 599px) {
  .contractual_structure .contractual_structure_content .contractual_title::before {
    width: 12px;
    height: 12px;
    left: -19px;
    top: 8px;
  }
}
@media only screen and (max-width: 1024px) {
  .contractual_structure .contractual_structure_content .contractual_title {
    font-size: 25px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 599px) {
  .contractual_structure .contractual_structure_content .contractual_title {
    font-size: 15px;
    margin-bottom: 42px;
  }
}
.contractual_structure .contractual_structure_content .contractual_structure_images {
  width: 100%;
  display: flex;
  justify-content: center;
}
.contractual_structure .contractual_structure_content .contractual_structure_images .contractual_structure_image_desktop {
  width: 98%;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .contractual_structure .contractual_structure_content .contractual_structure_images .contractual_structure_image_desktop {
    display: none;
  }
}
.contractual_structure .contractual_structure_content .contractual_structure_images .contractual_structure_image_tablet {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .contractual_structure .contractual_structure_content .contractual_structure_images .contractual_structure_image_tablet {
    width: 105%;
    display: block;
  }
}
@media only screen and (max-width: 599px) {
  .contractual_structure .contractual_structure_content .contractual_structure_images .contractual_structure_image_tablet {
    display: none;
  }
}
.contractual_structure .contractual_structure_content .contractual_structure_images .contractual_structure_image_mobile {
  display: none;
}
@media only screen and (max-width: 599px) {
  .contractual_structure .contractual_structure_content .contractual_structure_images .contractual_structure_image_mobile {
    width: 105%;
    display: block;
  }
}

.our_team_enterprise {
  margin-top: 208px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 130px;
}
@media only screen and (max-width: 1024px) {
  .our_team_enterprise {
    width: 88%;
    margin-bottom: 68px;
  }
}
@media only screen and (max-width: 599px) {
  .our_team_enterprise {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-bottom: 60px;
  }
}
.our_team_enterprise .our_team_image {
  width: 328px;
  margin-right: 30px;
}
@media only screen and (max-width: 1024px) {
  .our_team_enterprise .our_team_image {
    width: 280px;
  }
}
@media only screen and (max-width: 599px) {
  .our_team_enterprise .our_team_image {
    width: 125px;
    margin: 0;
    margin-top: 20px;
    align-self: flex-end;
  }
}
.our_team_enterprise .our_team_info {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 30px;
}
@media only screen and (max-width: 599px) {
  .our_team_enterprise .our_team_info {
    padding-left: 0;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
.our_team_enterprise .our_team_info h1 {
  font-family: "EBGaramond Regular";
  font-weight: 400;
  font-size: 38px;
  line-height: 100%;
  position: relative;
  left: 30px;
  margin-bottom: 20px;
}
.our_team_enterprise .our_team_info h1::before {
  content: "";
  position: absolute;
  left: -31px;
  width: 23px;
  height: 23px;
  background-color: #0D6582;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  .our_team_enterprise .our_team_info h1::before {
    width: 12px;
    height: 12px;
    left: -26px;
  }
}
@media only screen and (max-width: 599px) {
  .our_team_enterprise .our_team_info h1::before {
    width: 8px;
    height: 8px;
    left: -15px;
    top: 8px;
  }
}
@media only screen and (max-width: 1024px) {
  .our_team_enterprise .our_team_info h1 {
    font-size: 25px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 599px) {
  .our_team_enterprise .our_team_info h1 {
    font-size: 15px;
    margin-bottom: 20px;
    left: 0;
  }
}
.our_team_enterprise .our_team_info p {
  font-family: "Metropolis Regular";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  max-width: 985px;
  height: 202px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .our_team_enterprise .our_team_info p {
    font-size: 25px;
    width: 337px;
    height: 136px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 599px) {
  .our_team_enterprise .our_team_info p {
    width: 280px;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    height: 100px;
    margin-bottom: 20px;
  }
}

/** import project page files */
.project-hero_container_mobile {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media only screen and (min-width: 600px) {
  .project-hero_container_mobile {
    display: none;
  }
}

.project-hero_container_tablet {
  display: none;
}
@media only screen and (min-width: 600px) {
  .project-hero_container_tablet {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.project-hero_container {
  width: 100%;
  height: 320px;
  position: relative;
  padding-left: 1.8rem;
  background-color: rgba(7, 37, 16, 0.7);
}
@media only screen and (max-width: 599px) {
  .project-hero_container {
    align-items: flex-start;
    padding-bottom: 0rem;
  }
}
@media only screen and (min-width: 600px) {
  .project-hero_container {
    height: 419px;
    padding: 0 3.5rem 0 1.9rem;
  }
}
@media only screen and (min-width: 1025px) {
  .project-hero_container {
    padding: 0 5rem 0 3.1rem;
    height: 470px;
  }
}
.project-hero_container .hero_desc_project {
  font-family: "Ebgaramond Regular";
  font-size: 45px;
  color: white;
  position: absolute;
  z-index: 999;
  width: 495px;
  left: 290px;
  top: 205px;
}
@media only screen and (max-width: 1024px) {
  .project-hero_container .hero_desc_project {
    font-size: 30px;
    width: 400px;
    left: 130px;
    top: 176px;
  }
}
@media only screen and (max-width: 599px) {
  .project-hero_container .hero_desc_project {
    font-size: 25px;
    width: 230px;
    left: 35px;
    top: 142px;
  }
}
.project-hero_container .project-vector-desktop {
  display: block;
  position: absolute;
  z-index: 999;
  min-width: 86px;
  width: auto;
  max-width: 211px;
  height: 391px;
  left: 60px;
  top: 249px;
}
@media only screen and (max-width: 1024px) {
  .project-hero_container .project-vector-desktop {
    display: none;
  }
}
.project-hero_container .project-vector-tablet {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .project-hero_container .project-vector-tablet {
    display: block;
    position: absolute;
    z-index: 999;
    width: 86.5px;
    height: 300px;
    left: 25px;
    top: 208px;
  }
}
.project-hero_container .project-vector-mobile {
  position: absolute;
  display: none;
}
@media only screen and (max-width: 599px) {
  .project-hero_container .project-vector-mobile {
    display: block;
    width: 13px;
    height: auto;
    top: 165px;
    left: 10px;
    z-index: 999;
  }
}
.project-hero_container .hero-project-image_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: -1;
}
.project-hero_container .filter_circle {
  clip-path: circle(110px at 30px 200px);
  z-index: 1;
}
@media only screen and (min-width: 600px) {
  .project-hero_container .filter_circle {
    clip-path: circle(120px at 140px 200px);
  }
}
@media only screen and (min-width: 1025px) {
  .project-hero_container .filter_circle {
    clip-path: circle(170px at 370px 55%);
  }
}
.project-hero_container .project-hero_wrapper {
  display: flex;
  align-items: center;
  padding-left: 2rem;
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .project-hero_container .project-hero_wrapper {
    padding-left: 0;
  }
}
.project-hero_container .white_vector_container {
  width: 100%;
}
@media only screen and (max-width: 599px) {
  .project-hero_container .white_vector_container {
    padding-right: 1.8rem;
  }
}
@media only screen and (min-width: 600px) {
  .project-hero_container .white_vector_container {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 3.5rem 0 11.9rem;
  }
}
@media only screen and (min-width: 1025px) {
  .project-hero_container .white_vector_container {
    position: static;
    padding: 0;
  }
}
.project-hero_container .white_vector_container .white-vector-curve-blog_img {
  width: 100%;
  mix-blend-mode: color-dodge;
  object-fit: contain;
}
@media only screen and (min-width: 600px) {
  .project-hero_container .white_vector_container .white-vector-curve-blog_mobile_img {
    display: none;
  }
}
.project-hero_container .white_vector_container .vector-hero-white-desktop_img {
  display: none;
}
@media only screen and (min-width: 600px) {
  .project-hero_container .white_vector_container .vector-hero-white-desktop_img {
    display: block;
  }
}

.project_history {
  margin-top: 140px;
  padding-left: 100px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (max-width: 1024px) {
  .project_history {
    margin-top: 75px;
    padding-left: 55px;
  }
}
@media only screen and (max-width: 599px) {
  .project_history {
    margin-top: 103px;
    padding-left: 30px;
  }
}
.project_history .project_history_title {
  font-family: "Ebgaramond Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 38px;
  line-height: 110%;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1024px) {
  .project_history .project_history_title {
    font-size: 25px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .project_history .project_history_title {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.project_history .project_history_content_p {
  font-family: "Metropolis Regular";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  width: auto;
  max-width: 1313px;
}
@media only screen and (max-width: 1024px) {
  .project_history .project_history_content_p {
    font-size: 25px;
    width: auto;
    max-width: 90%;
  }
}
@media only screen and (max-width: 599px) {
  .project_history .project_history_content_p {
    font-size: 20px;
    width: auto;
    max-width: 90%;
  }
}
.project_history .project_history_content_p .span {
  font-family: "EBGaramond Regular";
  color: #0d6582;
  font-size: 45px;
}
@media only screen and (max-width: 1024px) {
  .project_history .project_history_content_p .span {
    font-size: 30px;
  }
}
@media only screen and (max-width: 599px) {
  .project_history .project_history_content_p .span {
    font-size: 21px;
  }
}
.project_history .project_history_columns {
  margin-top: 45px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 55px;
}
@media only screen and (max-width: 1024px) {
  .project_history .project_history_columns {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
  }
}
.project_history .project_history_columns .project_history_text_left {
  width: auto;
  max-width: 425px;
  font-family: "Metropolis Regular";
  font-weight: 400;
  font-size: 20px;
  line-height: 115%;
  color: #41590C;
  margin-right: 25px;
  letter-spacing: -0.011em;
}
@media only screen and (max-width: 1024px) {
  .project_history .project_history_columns .project_history_text_left {
    width: auto;
    max-width: 90%;
    font-size: 16px;
    margin-bottom: 15px;
    margin-right: 15px;
    align-self: flex-start;
  }
}
@media only screen and (max-width: 599px) {
  .project_history .project_history_columns .project_history_text_left {
    max-width: 90% px;
  }
}
.project_history .project_history_columns .project_history_text_right {
  width: auto;
  max-width: 425px;
  font-family: "Metropolis Regular";
  font-weight: 400;
  font-size: 20px;
  line-height: 115%;
  color: #41590C;
  letter-spacing: -0.011em;
}
@media only screen and (max-width: 1024px) {
  .project_history .project_history_columns .project_history_text_right {
    width: auto;
    max-width: 90%;
    font-size: 16px;
    margin-top: 16px;
    align-self: flex-start;
  }
}
@media only screen and (max-width: 599px) {
  .project_history .project_history_columns .project_history_text_right {
    max-width: 90%;
    align-self: flex-start;
  }
}
.project_history .project_history_columns .project_history_image {
  width: 442px;
  margin-right: 30px;
}
@media only screen and (max-width: 1024px) {
  .project_history .project_history_columns .project_history_image {
    width: 242px;
  }
}
.project_history .btn_project_history {
  align-self: center;
  margin-left: -90px;
}
@media only screen and (max-width: 1024px) {
  .project_history .btn_project_history {
    margin-left: -65px;
  }
}
@media only screen and (max-width: 599px) {
  .project_history .btn_project_history {
    margin-left: -33px;
  }
}

.our_mission {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 160px;
}
@media only screen and (max-width: 1024px) {
  .our_mission {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 599px) {
  .our_mission {
    margin-top: 90px;
  }
}
.our_mission h1 {
  font-family: "EBGaramond Regular";
  font-weight: 400;
  font-size: 38px;
  line-height: 100%;
  position: relative;
  left: 10px;
  margin-bottom: 60px;
}
.our_mission h1::before {
  content: "";
  position: absolute;
  left: -31px;
  width: 23px;
  height: 23px;
  background-color: #0D6582;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  .our_mission h1::before {
    width: 12px;
    height: 12px;
    left: -26px;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 599px) {
  .our_mission h1::before {
    width: 8px;
    height: 8px;
    left: -15px;
    top: 8px;
  }
}
@media only screen and (max-width: 1024px) {
  .our_mission h1 {
    font-size: 25px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 599px) {
  .our_mission h1 {
    font-size: 15px;
    margin-bottom: 25px;
    left: 0;
  }
}
.our_mission .our_mission_p {
  font-family: "Metropolis Regular";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  max-width: 679px;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .our_mission .our_mission_p {
    font-size: 25px;
    width: auto;
    max-width: 506px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 599px) {
  .our_mission .our_mission_p {
    width: auto;
    max-width: 255px;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    height: 100px;
    margin-bottom: 25px;
  }
}
.our_mission .our_mission_p .span {
  font-family: "EBGaramond Regular";
  color: #0d6582;
  font-size: 45px;
}
@media only screen and (max-width: 1024px) {
  .our_mission .our_mission_p .span {
    font-size: 30px;
  }
}
@media only screen and (max-width: 599px) {
  .our_mission .our_mission_p .span {
    font-size: 21px;
  }
}
.our_mission .btn_mission {
  margin-bottom: 100px;
}
@media only screen and (max-width: 599px) {
  .our_mission .btn_mission {
    margin-bottom: 65px;
  }
}

/** import historic page files */
.historic-hero_container_mobile {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
}
@media only screen and (min-width: 600px) {
  .historic-hero_container_mobile {
    display: none;
  }
}

.historic-hero_container_tablet {
  display: none;
}
@media only screen and (min-width: 600px) {
  .historic-hero_container_tablet {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.historic-hero_container {
  width: 100%;
  height: 406px;
  position: relative;
  padding-left: 1.8rem;
  background-color: rgba(7, 37, 16, 0.4);
}
@media only screen and (max-width: 599px) {
  .historic-hero_container {
    align-items: flex-start;
    padding-bottom: 0rem;
  }
}
@media only screen and (min-width: 600px) {
  .historic-hero_container {
    height: 432px;
    padding: 0 3.5rem 0 1.9rem;
  }
}
@media only screen and (min-width: 1025px) {
  .historic-hero_container {
    padding: 0 5rem 0 3.1rem;
    height: 510px;
  }
}
.historic-hero_container .hero-historic-image_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  .historic-hero_container .hero-historic-image_bg {
    object-fit: cover;
  }
}
.historic-hero_container .filter_circle {
  clip-path: circle(100px at 15% 52%);
  z-index: 1;
}
@media only screen and (min-width: 600px) {
  .historic-hero_container .filter_circle {
    clip-path: circle(82px at 14% 42%);
  }
}
@media screen and (min-width: 800px) {
  .historic-hero_container .filter_circle {
    clip-path: circle(82px at 15% 42%);
  }
}
@media screen and (min-width: 850px) {
  .historic-hero_container .filter_circle {
    clip-path: circle(82px at 16% 42%);
  }
}
@media screen and (min-width: 900px) {
  .historic-hero_container .filter_circle {
    clip-path: circle(82px at 18% 42%);
  }
}
@media screen and (min-width: 950px) {
  .historic-hero_container .filter_circle {
    clip-path: circle(82px at 20% 42%);
  }
}
@media screen and (min-width: 1000px) {
  .historic-hero_container .filter_circle {
    clip-path: circle(82px at 21% 42%);
  }
}
@media only screen and (min-width: 1025px) {
  .historic-hero_container .filter_circle {
    clip-path: circle(146px at 20% 46%);
  }
}
@media screen and (min-width: 1150px) {
  .historic-hero_container .filter_circle {
    clip-path: circle(146px at 22% 46%);
  }
}
@media screen and (min-width: 1200px) {
  .historic-hero_container .filter_circle {
    clip-path: circle(146px at 23% 46%);
  }
}
@media screen and (min-width: 1250px) {
  .historic-hero_container .filter_circle {
    clip-path: circle(146px at 24% 46%);
  }
}
@media only screen and (min-width: 1280px) {
  .historic-hero_container .filter_circle {
    clip-path: circle(146px at 20% 42%);
  }
}
@media screen and (min-width: 1350px) {
  .historic-hero_container .filter_circle {
    clip-path: circle(146px at 22% 42%);
  }
}
@media screen and (min-width: 1440px) {
  .historic-hero_container .filter_circle {
    clip-path: circle(146px at 18% 42%);
  }
}
@media screen and (min-width: 1500px) {
  .historic-hero_container .filter_circle {
    clip-path: circle(146px at 19% 42%);
  }
}
@media screen and (min-width: 1600px) {
  .historic-hero_container .filter_circle {
    clip-path: circle(146px at 20% 42%);
  }
}
.historic-hero_container .historic-hero_wrapper {
  display: flex;
  align-items: center;
  padding-left: 2rem;
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .historic-hero_container .historic-hero_wrapper {
    padding-left: 0;
    max-width: 724px;
  }
}
@media only screen and (min-width: 1025px) {
  .historic-hero_container .historic-hero_wrapper {
    max-width: 944px;
  }
}
@media only screen and (min-width: 1280px) {
  .historic-hero_container .historic-hero_wrapper {
    max-width: 1200px;
  }
}
@media screen and (min-width: 1440px) {
  .historic-hero_container .historic-hero_wrapper {
    max-width: 1380px;
  }
}
.historic-hero_container .historic-hero_wrapper .hero_info {
  max-width: 100%;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 599px) {
  .historic-hero_container .historic-hero_wrapper .hero_info {
    padding-left: 13px;
    position: absolute;
    left: 0;
    bottom: 44px;
  }
  .historic-hero_container .historic-hero_wrapper .hero_info::before {
    content: "";
    position: absolute;
    left: 19px;
    top: 6px;
    width: 1px;
    height: 300px;
    background-color: white;
    z-index: 10;
  }
  .historic-hero_container .historic-hero_wrapper .hero_info::after {
    content: "";
    position: absolute;
    left: 14px;
    top: 6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: white;
    z-index: 10;
  }
}
@media only screen and (min-width: 600px) {
  .historic-hero_container .historic-hero_wrapper .hero_info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.historic-hero_container .historic-hero_wrapper .hero_info .hero_label {
  margin-bottom: 5.8rem;
}
@media only screen and (min-width: 600px) {
  .historic-hero_container .historic-hero_wrapper .hero_info .hero_label {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  .historic-hero_container .historic-hero_wrapper .hero_info .hero_label {
    flex: 0 0 40%;
    max-width: 40%;
  }
}
.historic-hero_container .historic-hero_wrapper .hero_info .hero_label .hero_label_text_cont {
  padding-left: 20px;
}
@media only screen and (min-width: 600px) {
  .historic-hero_container .historic-hero_wrapper .hero_info .hero_label .hero_label_text_cont {
    padding-left: 107px;
  }
}
@media only screen and (min-width: 1025px) {
  .historic-hero_container .historic-hero_wrapper .hero_info .hero_label .hero_label_text_cont {
    padding-left: 192px;
  }
}
@media only screen and (min-width: 1280px) {
  .historic-hero_container .historic-hero_wrapper .hero_info .hero_label .hero_label_text_cont {
    padding-left: 256px;
  }
}
.historic-hero_container .historic-hero_wrapper .hero_info .hero_label .hero_label_text_cont .hero_label_text {
  font-family: "Ebgaramond Regular";
  color: #ffffff;
  font-size: 2.5rem;
  line-height: 2.5rem;
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 600px) {
  .historic-hero_container .historic-hero_wrapper .hero_info .hero_label .hero_label_text_cont .hero_label_text {
    font-size: 3rem;
    line-height: 3rem;
  }
}
@media only screen and (min-width: 1025px) {
  .historic-hero_container .historic-hero_wrapper .hero_info .hero_label .hero_label_text_cont .hero_label_text {
    font-size: 3.5rem;
    line-height: 3.5rem;
    top: -9px;
  }
}
@media only screen and (min-width: 1280px) {
  .historic-hero_container .historic-hero_wrapper .hero_info .hero_label .hero_label_text_cont .hero_label_text {
    font-size: 5rem;
    line-height: 5rem;
    top: -20px;
  }
}
.historic-hero_container .historic-hero_wrapper .hero_info .hero_label .vector_curve_container {
  position: absolute;
  width: 288px;
  height: 322px;
  z-index: 5;
}
@media only screen and (min-width: 600px) {
  .historic-hero_container .historic-hero_wrapper .hero_info .hero_label .vector_curve_container {
    height: 355px;
    left: 11%;
    top: 10px;
  }
}
@media only screen and (min-width: 1025px) {
  .historic-hero_container .historic-hero_wrapper .hero_info .hero_label .vector_curve_container {
    height: 421px;
    left: 144px;
    top: 4px;
  }
}
@media only screen and (min-width: 1280px) {
  .historic-hero_container .historic-hero_wrapper .hero_info .hero_label .vector_curve_container {
    height: 419px;
    left: 213px;
    top: 0px;
  }
}
.historic-hero_container .historic-hero_wrapper .hero_info .hero_label .vector_curve_container .mobile-curve-historic_img, .historic-hero_container .historic-hero_wrapper .hero_info .hero_label .vector_curve_container .vector_curve_container_img_tablet, .historic-hero_container .historic-hero_wrapper .hero_info .hero_label .vector_curve_container .vector_curve_container_img_desktop {
  height: 100%;
  z-index: 5;
}
.historic-hero_container .historic-hero_wrapper .hero_info .hero_label .vector_curve_container .mobile-curve-historic_img {
  display: none;
}
.historic-hero_container .historic-hero_wrapper .hero_info .hero_label .vector_curve_container .vector_curve_container_img_tablet {
  display: none;
}
@media only screen and (min-width: 600px) {
  .historic-hero_container .historic-hero_wrapper .hero_info .hero_label .vector_curve_container .vector_curve_container_img_tablet {
    display: block;
  }
}
@media only screen and (min-width: 1280px) {
  .historic-hero_container .historic-hero_wrapper .hero_info .hero_label .vector_curve_container .vector_curve_container_img_tablet {
    display: none;
  }
}
.historic-hero_container .historic-hero_wrapper .hero_info .hero_label .vector_curve_container .vector_curve_container_img_desktop {
  display: none;
}
@media only screen and (min-width: 1280px) {
  .historic-hero_container .historic-hero_wrapper .hero_info .hero_label .vector_curve_container .vector_curve_container_img_desktop {
    display: block;
    width: 397px;
  }
}
@media screen and (min-width: 1440px) {
  .historic-hero_container .historic-hero_wrapper .hero_info .hero_label .vector_curve_container .vector_curve_container_img_desktop {
    width: 479px;
  }
}
.historic-hero_container .historic-hero_wrapper .hero_info .hero_desc {
  font-family: "Metropolis Semi";
  color: #ffffff;
  font-size: 2rem;
  line-height: 2.2rem;
  height: 66px;
  padding-left: 20px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 599px) {
  .historic-hero_container .historic-hero_wrapper .hero_info .hero_desc {
    max-width: 28rem;
  }
}
@media only screen and (min-width: 600px) {
  .historic-hero_container .historic-hero_wrapper .hero_info .hero_desc {
    font-size: 2.5rem;
    line-height: 2.7rem;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  .historic-hero_container .historic-hero_wrapper .hero_info .hero_desc {
    font-size: 3rem;
    line-height: 3.4rem;
    top: -13px;
    flex: 0 0 60%;
    max-width: 60%;
    margin-top: 8px;
  }
}
@media only screen and (min-width: 1280px) {
  .historic-hero_container .historic-hero_wrapper .hero_info .hero_desc {
    font-size: 4rem;
    line-height: 4.4rem;
    top: -20px;
  }
}
@media screen and (min-width: 1440px) {
  .historic-hero_container .historic-hero_wrapper .hero_info .hero_desc {
    padding-left: 127px;
  }
}
.historic-hero_container .white_vector_container {
  width: 100%;
}
@media only screen and (max-width: 599px) {
  .historic-hero_container .white_vector_container {
    padding-right: 1.8rem;
  }
}
@media only screen and (min-width: 600px) {
  .historic-hero_container .white_vector_container {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 3.5rem 0 11.9rem;
  }
}
@media only screen and (min-width: 1025px) {
  .historic-hero_container .white_vector_container {
    position: static;
    padding: 0;
  }
}
.historic-hero_container .white_vector_container .white-vector-curve-historic_img {
  width: 100%;
  mix-blend-mode: color-dodge;
  object-fit: contain;
}
@media only screen and (min-width: 600px) {
  .historic-hero_container .white_vector_container .white-vector-curve-historic_mobile_img {
    display: none;
  }
}
.historic-hero_container .white_vector_container .vector-hero-white-desktop_img {
  display: none;
}
@media only screen and (min-width: 600px) {
  .historic-hero_container .white_vector_container .vector-hero-white-desktop_img {
    display: block;
  }
}

.history__dates__section {
  margin: 0 19px 0 19px;
  padding-top: 0;
}
@media only screen and (min-width: 600px) {
  .history__dates__section {
    padding-top: 105px;
  }
}
@media only screen and (min-width: 1025px) {
  .history__dates__section {
    padding-top: 123px;
  }
}
@media only screen and (min-width: 1280px) {
  .history__dates__section {
    padding-top: 110px;
  }
}
@media only screen and (max-width: 599px) {
  .history__dates__section .history__dates__wrapper {
    padding-top: 14px;
    border-left: 2px solid #000000;
  }
}
.history__dates__section .history__dates__wrapper .dates__range {
  margin-left: auto;
  width: 155px;
  height: 155px;
  background-color: #F0F6EA;
  border: 1px dashed #072510;
  box-shadow: 4px 8px 24px rgba(65, 89, 12, 0.1);
  border-radius: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
@media only screen and (min-width: 600px) {
  .history__dates__section .history__dates__wrapper .dates__range {
    margin-right: auto;
    margin-bottom: 0;
    width: 200px;
    height: 200px;
  }
}
@media only screen and (min-width: 1025px) {
  .history__dates__section .history__dates__wrapper .dates__range {
    width: 283px;
    height: 283px;
  }
}
.history__dates__section .history__dates__wrapper .dates__range .date {
  font-family: "Ebgaramond Regular";
  font-size: 2rem;
  line-height: 2.2rem;
  text-align: center;
  color: #0D6582;
  margin-bottom: 4px;
  margin-top: 4px;
}
@media only screen and (min-width: 600px) {
  .history__dates__section .history__dates__wrapper .dates__range .date {
    font-size: 2.5rem;
    line-height: 2.7rem;
  }
}
@media only screen and (min-width: 1025px) {
  .history__dates__section .history__dates__wrapper .dates__range .date {
    font-size: 4rem;
    line-height: 4.4rem;
  }
}
@media only screen and (min-width: 1025px) {
  .history__dates__section .history__dates__wrapper .dates__range .date__arrrow__container .date__arrow {
    display: none;
  }
}
.history__dates__section .history__dates__wrapper .dates__range .date__arrrow__container .date__arrow_tablet {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .history__dates__section .history__dates__wrapper .dates__range .date__arrrow__container .date__arrow_tablet {
    display: block;
  }
}
@media only screen and (min-width: 600px) {
  .history__dates__section .history__dates__wrapper .past__dates__wrapper {
    position: relative;
    padding-bottom: 65px;
    padding-top: 40px;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1025px) {
  .history__dates__section .history__dates__wrapper .past__dates__wrapper {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 600px) {
  .history__dates__section .history__dates__wrapper .past__dates__wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    width: 1px;
    height: 5000px;
    background-color: #072510;
  }
}
.history__dates__section .vector__dates__down {
  width: 50%;
  position: relative;
  left: -1px;
  top: -1px;
}
@media only screen and (min-width: 600px) {
  .history__dates__section .vector__dates__down {
    display: none;
  }
}
.history__dates__section .breaking_card {
  background: #EFF5E8;
  mix-blend-mode: normal;
  border: 1px solid #072510;
  border-radius: 20px;
  text-align: center;
  padding: 24px 30px 0 30px;
  margin-top: -4px;
}
@media only screen and (min-width: 600px) {
  .history__dates__section .breaking_card {
    max-width: 424px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .history__dates__section .breaking_card {
    max-width: 694px;
  }
}
.history__dates__section .breaking_card .breaking_card__date {
  font-family: "Ebgaramond Semi";
  font-size: 2rem;
  line-height: 2.2rem;
  text-align: center;
  color: #0D6582;
  margin-bottom: 12px;
}
@media only screen and (min-width: 600px) {
  .history__dates__section .breaking_card .breaking_card__date {
    font-size: 2.5rem;
    line-height: 2.7rem;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1025px) {
  .history__dates__section .breaking_card .breaking_card__date {
    font-size: 4rem;
    line-height: 4.4rem;
    margin-bottom: 22px;
  }
}
.history__dates__section .breaking_card .breaking_card__description {
  font-family: "Metropolis Regular";
  font-size: 1.4rem;
  line-height: 1.5rem;
  text-align: center;
  color: #41590C;
  margin-bottom: 32px;
}
@media only screen and (min-width: 600px) {
  .history__dates__section .breaking_card .breaking_card__description {
    font-size: 1.6rem;
    line-height: 1.7rem;
    margin-bottom: 46px;
    max-width: 258px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1025px) {
  .history__dates__section .breaking_card .breaking_card__description {
    font-size: 2rem;
    line-height: 2.2rem;
    margin-bottom: 57px;
    max-width: 330px;
  }
}
.history__dates__section .breaking_card .breaking_card__link__container {
  margin-bottom: 31px;
}
@media only screen and (min-width: 600px) {
  .history__dates__section .breaking_card .breaking_card__link__container {
    margin-bottom: 53px;
  }
}
@media only screen and (min-width: 1025px) {
  .history__dates__section .breaking_card .breaking_card__link__container {
    margin-bottom: 64px;
  }
}
.history__dates__section .breaking_card .breaking_card__link__container .breaking_card__link {
  font-family: "Ebgaramond Regular";
  font-size: 1.2rem;
  line-height: 1.2rem;
  text-align: center;
  color: #E5E5E5;
  background-color: #072510;
  padding: 7px 13px;
  border-radius: 50px;
}
@media only screen and (min-width: 600px) {
  .history__dates__section .breaking_card .breaking_card__link__container .breaking_card__link {
    font-size: 1.6rem;
    line-height: 1.6rem;
    margin-bottom: 53px;
    padding: 9px 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .history__dates__section .breaking_card .breaking_card__link__container .breaking_card__link {
    font-size: 2rem;
    line-height: 2rem;
    margin-bottom: 64px;
    padding: 15px 30px;
  }
}
.history__dates__section .project__objective__svg {
  width: 50%;
}
@media only screen and (min-width: 600px) {
  .history__dates__section .project__objective__svg {
    display: none;
  }
}
.history__dates__section .project__objective__svg .vector__objective__up {
  transform: rotateX(180deg);
}
.history__dates__section .date__card {
  margin-bottom: 30px;
  padding-left: 10px;
  position: relative;
}
.history__dates__section .date__card:last-child {
  margin-bottom: 0;
}
.history__dates__section .date__card::before {
  content: "";
  position: absolute;
  top: 6px;
  left: -6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #0D6582;
  z-index: 5;
}
@media only screen and (min-width: 1025px) {
  .history__dates__section .date__card::before {
    width: 20px;
    height: 20px;
  }
}
.history__dates__section .date__card .date__card__number {
  font-family: "Ebgaramond Regular";
  font-size: 2rem;
  line-height: 2.2rem;
  text-align: left;
  color: #0D6582;
  margin-bottom: 10px;
  position: relative;
}
@media only screen and (min-width: 600px) {
  .history__dates__section .date__card .date__card__number {
    font-size: 2.5rem;
    line-height: 2.7rem;
  }
}
@media only screen and (min-width: 1025px) {
  .history__dates__section .date__card .date__card__number {
    font-size: 4rem;
    line-height: 4.4rem;
  }
}
.history__dates__section .date__card .date__card__description {
  font-family: "Metropolis Regular";
  font-size: 1.2rem;
  line-height: 1.3rem;
  text-align: left;
  color: #41590C;
  overflow: hidden;
  max-width: 270px;
}
@media only screen and (min-width: 600px) {
  .history__dates__section .date__card .date__card__description {
    font-size: 1.7rem;
    line-height: 1.7rem;
    max-width: 250px;
  }
}
@media only screen and (min-width: 1025px) {
  .history__dates__section .date__card .date__card__description {
    font-size: 2rem;
    line-height: 2.2rem;
  }
}
.history__dates__section .date__card .date__card__description__short {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media only screen and (min-width: 1025px) {
  .history__dates__section .date__card .date__card__description__short {
    max-width: 360px;
  }
}
.history__dates__section .date__card .date__card__description__long {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* number of lines to show */
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media only screen and (min-width: 1025px) {
  .history__dates__section .date__card .date__card__description__long {
    max-width: 452px;
  }
}
@media only screen and (min-width: 600px) {
  .history__dates__section .impair__card {
    padding-left: 20px;
    margin-left: auto;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  .history__dates__section .impair__card {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .history__dates__section .impair__card::before {
    top: 13px;
    left: -10px;
  }
}
@media only screen and (min-width: 600px) {
  .history__dates__section .pair__card::before {
    top: 6px !important;
    right: -6px !important;
    left: unset !important;
  }
}
@media only screen and (min-width: 1025px) {
  .history__dates__section .pair__card::before {
    top: 13px !important;
    right: -10px !important;
  }
}
@media only screen and (min-width: 600px) {
  .history__dates__section .pair__card {
    margin-right: auto;
    max-width: 50%;
    padding-left: 0;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .history__dates__section .pair__card {
    padding-right: 50px;
  }
}
@media only screen and (min-width: 600px) {
  .history__dates__section .pair__card .date__card__number, .history__dates__section .pair__card .date__card__description {
    text-align: right !important;
    margin-left: auto;
  }
}
.history__dates__section .new__dates__wrapper {
  margin-left: 1px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 600px) {
  .history__dates__section .new__dates__wrapper {
    padding-top: 50px;
    position: relative;
    overflow: hidden;
  }
}
@media only screen and (max-width: 599px) {
  .history__dates__section .new__dates__wrapper {
    border-left: 2px solid #000000;
    margin-top: -4px;
  }
}
@media only screen and (min-width: 600px) {
  .history__dates__section .new__dates__wrapper::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 50%;
    width: 1px;
    height: 500px;
    background-color: #072510;
  }
}
.history__dates__section .project__objective {
  position: relative;
  padding-left: 15px;
}
@media only screen and (max-width: 599px) {
  .history__dates__section .project__objective {
    margin-top: -4px;
  }
}
.history__dates__section .project__objective::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -6px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #0D6582;
}
@media only screen and (min-width: 600px) {
  .history__dates__section .project__objective::before {
    left: 50%;
    transform: translateX(-7px);
  }
}
@media only screen and (min-width: 1025px) {
  .history__dates__section .project__objective::before {
    width: 23px;
    height: 23px;
    transform: translateX(-11px);
  }
}
.history__dates__section .project__objective .project__objective__title {
  font-family: "Ebgaramond Regular";
  font-size: 1.5rem;
  line-height: 1.5rem;
  text-align: left;
  color: #212121;
  margin-bottom: 14px;
}
@media only screen and (min-width: 600px) {
  .history__dates__section .project__objective .project__objective__title {
    padding-top: 30px;
    text-align: center;
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
@media only screen and (min-width: 1025px) {
  .history__dates__section .project__objective .project__objective__title {
    margin-bottom: 21px;
    font-size: 4rem;
    line-height: 4rem;
  }
}
@media only screen and (min-width: 600px) {
  .history__dates__section .project__objective .project__objective__container {
    display: flex;
    justify-content: center;
  }
}
.history__dates__section .project__objective .project__objective__container .project__objective__card {
  font-family: "Metropolis Semi";
  font-size: 1.5rem;
  line-height: 1.7rem;
  text-align: left;
  color: #072510;
  margin-bottom: 14px;
  max-width: 227px;
}
.history__dates__section .project__objective .project__objective__container .project__objective__card span {
  font-family: "Ebgaramond Semi";
  font-size: 1.8rem;
  line-height: 1.9rem;
}
@media only screen and (min-width: 600px) {
  .history__dates__section .project__objective .project__objective__container .project__objective__card span {
    font-size: 2.5rem;
    line-height: 2.7rem;
  }
}
@media only screen and (min-width: 1025px) {
  .history__dates__section .project__objective .project__objective__container .project__objective__card span {
    font-size: 4.5rem;
    line-height: 5rem;
  }
}
@media only screen and (min-width: 600px) {
  .history__dates__section .project__objective .project__objective__container .project__objective__card {
    font-size: 2.5rem;
    line-height: 2.7rem;
    padding-left: 10px;
    text-align: center;
    max-width: 258px;
  }
}
@media only screen and (min-width: 1025px) {
  .history__dates__section .project__objective .project__objective__container .project__objective__card {
    max-width: 400px;
    font-size: 4rem;
    line-height: 4.4rem;
  }
}
@media only screen and (min-width: 600px) {
  .history__dates__section .project__objective .project__objective__container .project__objective__card__left {
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media only screen and (min-width: 600px) {
  .history__dates__section .project__objective .project__objective__container .project__objective__card__right {
    padding-top: 63px;
  }
}
.history__dates__section .project__objective .project__objective__container .project__objective__separator {
  display: none;
}
@media only screen and (min-width: 600px) {
  .history__dates__section .project__objective .project__objective__container .project__objective__separator .project__objective__separator__svg {
    height: 271px;
  }
}
@media only screen and (min-width: 1025px) {
  .history__dates__section .project__objective .project__objective__container .project__objective__separator .project__objective__separator__svg {
    height: 441px;
  }
}
@media only screen and (min-width: 600px) {
  .history__dates__section .project__objective .project__objective__container .project__objective__separator {
    display: block;
  }
}
@media only screen and (min-width: 600px) {
  .history__dates__section .project__objective_only .project__objective__title {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 1025px) {
  .history__dates__section .project__objective_only .project__objective__title {
    padding-top: 124px;
  }
}
@media only screen and (min-width: 600px) {
  .history__dates__section .project__objective_only::before {
    top: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .history__dates__section .project__objective_only::before {
    top: 102px;
  }
}
@media only screen and (min-width: 600px) {
  .history__dates__section .project__objective_only::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 50%;
    width: 1px;
    height: 50px;
    background-color: #072510;
  }
}
@media only screen and (min-width: 1025px) {
  .history__dates__section .project__objective_only::after {
    height: 103px;
  }
}

/** import 404 page files */
.not_found_header {
  width: auto;
  max-width: 1600px;
  height: 80px;
  background: #072510;
}
@media only screen and (max-width: 1024px) {
  .not_found_header {
    height: 75px;
  }
}
@media only screen and (max-width: 599px) {
  .not_found_header {
    height: 35px;
  }
}

.not_found_page {
  width: auto;
  max-width: 1600px;
  height: calc(100vh - 217px - 48px);
  display: grid;
  place-content: center;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .not_found_page {
    height: calc(100vh - 217px - 48px);
  }
}
@media only screen and (max-width: 599px) {
  .not_found_page {
    height: calc(100vh - 290px - 48px);
  }
}
.not_found_page .not_found_content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.not_found_page .not_found_content h1 {
  font-size: 100px;
  font-family: "Ebgaramond Semi";
  color: #072510;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .not_found_page .not_found_content h1 {
    font-size: 72px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 599px) {
  .not_found_page .not_found_content h1 {
    font-size: 52px;
  }
}
.not_found_page .not_found_content h3 {
  font-size: 38px;
  font-family: "Metropolis Regular";
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .not_found_page .not_found_content h3 {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 599px) {
  .not_found_page .not_found_content h3 {
    font-size: 20px;
  }
}

/** import our team page files */
.team-hero_container_mobile {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media only screen and (min-width: 600px) {
  .team-hero_container_mobile {
    display: none;
  }
}

.team-hero_container_tablet {
  display: none;
}
@media only screen and (min-width: 600px) {
  .team-hero_container_tablet {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.team-hero_container {
  width: 100%;
  height: 320px;
  position: relative;
  padding-left: 1.8rem;
  background-color: rgba(7, 37, 16, 0.7);
}
@media only screen and (max-width: 599px) {
  .team-hero_container {
    align-items: flex-start;
    padding-bottom: 0rem;
  }
}
@media only screen and (min-width: 600px) {
  .team-hero_container {
    height: 419px;
    padding: 0 3.5rem 0 1.9rem;
  }
}
@media only screen and (min-width: 1025px) {
  .team-hero_container {
    padding: 0 5rem 0 3.1rem;
    height: 470px;
  }
}
.team-hero_container .hero_desc_team {
  font-family: "Ebgaramond Regular";
  font-size: 45px;
  color: white;
  position: absolute;
  z-index: 999;
  width: 350px;
  left: 290px;
  top: 205px;
}
@media only screen and (max-width: 1024px) {
  .team-hero_container .hero_desc_team {
    font-size: 30px;
    width: 230px;
    left: 130px;
    top: 194px;
  }
}
@media only screen and (max-width: 599px) {
  .team-hero_container .hero_desc_team {
    font-size: 25px;
    width: 200px;
    left: 55px;
    top: 142px;
  }
}
.team-hero_container .team-vector-desktop {
  display: block;
  position: absolute;
  z-index: 999;
  min-width: 86px;
  width: auto;
  max-width: 211px;
  height: 391px;
  left: 60px;
  top: 249px;
}
@media only screen and (max-width: 1024px) {
  .team-hero_container .team-vector-desktop {
    display: none;
  }
}
.team-hero_container .team-vector-tablet {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .team-hero_container .team-vector-tablet {
    display: block;
    position: absolute;
    z-index: 999;
    width: 86.5px;
    height: 300px;
    left: 25px;
    top: 208px;
  }
}
.team-hero_container .team-vector-mobile {
  position: absolute;
  display: none;
}
@media only screen and (max-width: 599px) {
  .team-hero_container .team-vector-mobile {
    display: block;
    width: 13px;
    height: auto;
    left: 20px;
    top: 165px;
    z-index: 999;
  }
}
.team-hero_container .hero-team-image_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: -1;
}
.team-hero_container .filter_circle {
  clip-path: circle(110px at 30px 200px);
  z-index: 1;
}
@media only screen and (min-width: 600px) {
  .team-hero_container .filter_circle {
    clip-path: circle(120px at 140px 200px);
  }
}
@media only screen and (min-width: 1025px) {
  .team-hero_container .filter_circle {
    clip-path: circle(170px at 370px 55%);
  }
}
.team-hero_container .team-hero_wrapper {
  display: flex;
  align-items: center;
  padding-left: 2rem;
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .team-hero_container .team-hero_wrapper {
    padding-left: 0;
  }
}
.team-hero_container .white_vector_container {
  width: 100%;
}
@media only screen and (max-width: 599px) {
  .team-hero_container .white_vector_container {
    padding-right: 1.8rem;
  }
}
@media only screen and (min-width: 600px) {
  .team-hero_container .white_vector_container {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 3.5rem 0 11.9rem;
  }
}
@media only screen and (min-width: 1025px) {
  .team-hero_container .white_vector_container {
    position: static;
    padding: 0;
  }
}
.team-hero_container .white_vector_container .white-vector-curve-blog_img {
  width: 100%;
  mix-blend-mode: color-dodge;
  object-fit: contain;
}
@media only screen and (min-width: 600px) {
  .team-hero_container .white_vector_container .white-vector-curve-blog_mobile_img {
    display: none;
  }
}
.team-hero_container .white_vector_container .vector-hero-white-desktop_img {
  display: none;
}
@media only screen and (min-width: 600px) {
  .team-hero_container .white_vector_container .vector-hero-white-desktop_img {
    display: block;
  }
}

.our_team {
  margin-top: 137px;
  padding-left: 100px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (max-width: 1024px) {
  .our_team {
    margin-top: 69px;
    padding-left: 50px;
  }
}
@media only screen and (max-width: 599px) {
  .our_team {
    margin-top: 103px;
    margin-bottom: 20px;
    padding-left: 25px;
  }
}
.our_team .our_team_content h1 {
  font-family: "Ebgaramond Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 38px;
  line-height: 110%;
  margin-bottom: 28px;
}
@media only screen and (max-width: 1024px) {
  .our_team .our_team_content h1 {
    font-size: 25px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 599px) {
  .our_team .our_team_content h1 {
    font-size: 15px;
    margin-bottom: 28px;
    padding-left: 25px;
  }
}
.our_team .our_team_cards {
  width: 80vw;
  max-width: 1420px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .our_team .our_team_cards {
    width: 90vw;
  }
}
.our_team .our_team_cards .our_team_cards_1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.our_team .our_team_cards .our_team_secondary_cards {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.our_team .our_team_cards .our_team_secondary_cards .col-1, .our_team .our_team_cards .our_team_secondary_cards .col-2, .our_team .our_team_cards .our_team_secondary_cards .col-3, .our_team .our_team_cards .our_team_secondary_cards .col-4 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 599px) {
  .our_team .our_team_cards .our_team_secondary_cards {
    display: grid;
    justify-items: center;
    gap: 0px 30px;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    grid-template-areas: "col-2 col-1 " "col-3 col-4";
  }
  .our_team .our_team_cards .our_team_secondary_cards > #card_1 {
    grid-area: col-1;
  }
  .our_team .our_team_cards .our_team_secondary_cards > #card_2 {
    grid-area: col-2;
  }
  .our_team .our_team_cards .our_team_secondary_cards > #card_3 {
    grid-area: col-3;
  }
  .our_team .our_team_cards .our_team_secondary_cards > #card_4 {
    grid-area: col-4;
  }
}
.our_team .our_team_cards .our_team_card {
  width: 280px;
  height: 75px;
  background-color: #EFF5E8;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  border: 1px solid #072510;
  border-radius: 10px;
  margin-bottom: 50px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .our_team .our_team_cards .our_team_card {
    margin-bottom: 30px;
    width: 160px;
    height: 55px;
  }
}
@media only screen and (max-width: 599px) {
  .our_team .our_team_cards .our_team_card {
    width: 125px;
    height: 42px;
    border-radius: 5px;
  }
}
.our_team .our_team_cards .our_team_card .our_team_card_name {
  font-family: "Ebgaramond Regular";
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
  line-height: 120%;
  color: #072510;
}
@media only screen and (max-width: 1024px) {
  .our_team .our_team_cards .our_team_card .our_team_card_name {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 599px) {
  .our_team .our_team_cards .our_team_card .our_team_card_name {
    font-size: 11px;
  }
}
.our_team .our_team_cards .our_team_card .our_team_card_title {
  font-family: "Ebgaramond Regular";
  font-style: normal;
  font-weight: 400;
  font-size: calc(20px - 5%);
  line-height: 120%;
  color: #41590C;
}
@media only screen and (max-width: 1024px) {
  .our_team .our_team_cards .our_team_card .our_team_card_title {
    font-size: 13px;
  }
}
@media only screen and (max-width: 599px) {
  .our_team .our_team_cards .our_team_card .our_team_card_title {
    font-size: 11px;
  }
}

.board_directors {
  padding-left: 65px;
  margin-bottom: 90px;
}
@media only screen and (max-width: 1024px) {
  .board_directors {
    padding-left: 25px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 599px) {
  .board_directors {
    padding-left: 20px;
    margin-bottom: 20px;
  }
}
.board_directors .board_directors_content h1 {
  font-family: "Ebgaramond Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 38px;
  line-height: 110%;
  margin-bottom: 75px;
  position: relative;
  padding-left: 40px;
}
@media only screen and (max-width: 1024px) {
  .board_directors .board_directors_content h1 {
    font-size: 25px;
    margin-bottom: 30px;
    padding-left: 22px;
  }
}
@media only screen and (max-width: 599px) {
  .board_directors .board_directors_content h1 {
    font-size: 15px;
    margin-bottom: 25px;
    padding-left: 20px;
  }
}
.board_directors .board_directors_content h1::before {
  content: "";
  position: absolute;
  left: 0;
  width: 23px;
  height: 23px;
  background-color: #0D6582;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  .board_directors .board_directors_content h1::before {
    width: 12px;
    height: 12px;
  }
}
@media only screen and (max-width: 599px) {
  .board_directors .board_directors_content h1::before {
    width: 13px;
    height: 13px;
  }
}
.board_directors .board_directors_content h3 {
  padding-left: 40px;
  font-family: "Ebgaramond Regular";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 110%;
  color: #0D6582;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  .board_directors .board_directors_content h3 {
    font-size: 25px;
    margin-bottom: 20px;
    padding-left: 22px;
  }
}
@media only screen and (max-width: 599px) {
  .board_directors .board_directors_content h3 {
    font-size: 16px;
    margin-bottom: 15px;
    padding-left: 20px;
  }
}
.board_directors .board_directors_content .board_chairman {
  padding-left: 40px;
}
@media only screen and (max-width: 1024px) {
  .board_directors .board_directors_content .board_chairman {
    padding-left: 22px;
  }
}
@media only screen and (max-width: 599px) {
  .board_directors .board_directors_content .board_chairman {
    padding-left: 20px;
  }
}
.board_directors .board_directors_content .board_chairman .chairman_name {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1024px) {
  .board_directors .board_directors_content .board_chairman .chairman_name {
    display: block;
  }
}
.board_directors .board_directors_content .board_chairman .chairman_first-name {
  display: inline-block;
  font-family: "Metropolis Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 110%;
}
@media only screen and (max-width: 1024px) {
  .board_directors .board_directors_content .board_chairman .chairman_first-name {
    font-family: "Metropolis Semi";
    font-size: 28px;
    margin-right: 0.2em;
  }
}
@media only screen and (max-width: 599px) {
  .board_directors .board_directors_content .board_chairman .chairman_first-name {
    font-size: 18px;
    margin-right: 0.2em;
  }
}
.board_directors .board_directors_content .board_chairman .chairman_last-name {
  display: inline-block;
  font-family: "Metropolis Semi";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
}
@media only screen and (max-width: 1024px) {
  .board_directors .board_directors_content .board_chairman .chairman_last-name {
    font-size: 28px;
  }
}
@media only screen and (max-width: 599px) {
  .board_directors .board_directors_content .board_chairman .chairman_last-name {
    font-size: 18px;
  }
}
.board_directors .board_directors_content .board_chairman h2 {
  font-family: "Metropolis Semi";
  font-style: normal;
  font-size: 40px;
  line-height: 110%;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1024px) {
  .board_directors .board_directors_content .board_chairman h2 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 599px) {
  .board_directors .board_directors_content .board_chairman h2 {
    font-size: 16px;
  }
}
.board_directors .board_directors_content .board_chairman p {
  font-family: "Ebgaramond Regular";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: #41590C;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1024px) {
  .board_directors .board_directors_content .board_chairman p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 599px) {
  .board_directors .board_directors_content .board_chairman p {
    font-size: 13px;
  }
}
.board_directors .board_directors_content .board_chairman a {
  font-family: "Ebgaramond Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-decoration: underline;
  color: rgba(7, 37, 16, 0.8);
}
@media only screen and (max-width: 1024px) {
  .board_directors .board_directors_content .board_chairman a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 599px) {
  .board_directors .board_directors_content .board_chairman a {
    font-size: 12px;
  }
}

.administration {
  padding-left: 105px;
  padding-right: 40px;
  margin-bottom: 180px;
}
@media only screen and (max-width: 1024px) {
  .administration {
    padding-left: 47px;
    margin-bottom: 75px;
  }
}
@media only screen and (max-width: 599px) {
  .administration {
    padding-left: 40px;
    margin-bottom: 60px;
  }
}
.administration .administration_content h1 {
  font-family: "Ebgaramond Regular";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 110%;
  color: #0D6582;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  .administration .administration_content h1 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 599px) {
  .administration .administration_content h1 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.administration .administration_content .administrators {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  column-gap: 2.3rem;
  row-gap: 5.6rem;
}
@media only screen and (max-width: 1024px) {
  .administration .administration_content .administrators {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: unset;
  }
}
@media only screen and (max-width: 1024px) {
  .administration .administration_content .administrators .admin {
    margin-bottom: 22px;
  }
}
.administration .administration_content .administrators .admin .admin_name {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1024px) {
  .administration .administration_content .administrators .admin .admin_name {
    display: block;
  }
}
.administration .administration_content .administrators .admin .admin_first-name {
  display: inline-block;
  font-family: "Metropolis Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
}
@media only screen and (max-width: 1024px) {
  .administration .administration_content .administrators .admin .admin_first-name {
    font-family: "Metropolis Semi";
    font-size: 28px;
    margin-right: 0.2em;
  }
}
@media only screen and (max-width: 599px) {
  .administration .administration_content .administrators .admin .admin_first-name {
    font-size: 15px;
    margin-right: 0.2em;
  }
}
.administration .administration_content .administrators .admin .admin_last-name {
  display: inline-block;
  font-family: "Metropolis Semi";
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 110%;
}
@media only screen and (max-width: 1024px) {
  .administration .administration_content .administrators .admin .admin_last-name {
    font-size: 28px;
  }
}
@media only screen and (max-width: 599px) {
  .administration .administration_content .administrators .admin .admin_last-name {
    font-size: 15px;
  }
}
.administration .administration_content .administrators .admin h2 {
  font-family: "Metropolis Semi";
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 110%;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1024px) {
  .administration .administration_content .administrators .admin h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 599px) {
  .administration .administration_content .administrators .admin h2 {
    font-size: 15px;
  }
}
.administration .administration_content .administrators .admin p {
  font-family: "Ebgaramond Regular";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: #41590C;
}
@media only screen and (max-width: 1024px) {
  .administration .administration_content .administrators .admin p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 599px) {
  .administration .administration_content .administrators .admin p {
    font-size: 13px;
  }
}
.administration .administration_content .administrators .admin a {
  font-family: "Ebgaramond Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: rgba(7, 37, 16, 0.8);
  text-decoration: underline;
}
@media only screen and (max-width: 1024px) {
  .administration .administration_content .administrators .admin a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 599px) {
  .administration .administration_content .administrators .admin a {
    font-size: 12px;
  }
}

/** import construction styles */
.construction_main {
  padding: 0 20px;
  margin-top: 132px;
  font-family: "Metropolis Regular";
}
@media only screen and (max-width: 1024px) {
  .construction_main {
    padding: 0 0;
    margin-top: 70px;
  }
}
@media only screen and (max-width: 599px) {
  .construction_main {
    margin-top: 36px;
  }
}

.construction-hero_container {
  width: 100%;
  height: 470px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .construction-hero_container {
    height: 419px;
  }
}
@media only screen and (max-width: 599px) {
  .construction-hero_container {
    align-items: flex-start;
    height: 320px;
  }
}
.construction-hero_container .construction_hero_title {
  font-family: "Ebgaramond Regular";
  font-size: 45px;
  color: white;
  position: absolute;
  z-index: 999;
  width: 495px;
  left: 290px;
  top: 205px;
}
@media only screen and (max-width: 1024px) {
  .construction-hero_container .construction_hero_title {
    font-size: 30px;
    width: 400px;
    left: 141px;
    top: 182px;
  }
}
@media only screen and (max-width: 599px) {
  .construction-hero_container .construction_hero_title {
    font-size: 25px;
    width: 230px;
    left: 37px;
    top: 206px;
  }
}
.construction-hero_container .construction_hero_svg {
  position: absolute;
  z-index: 3;
}
.construction-hero_container .construction_hero_svg > svg {
  height: 100%;
  width: 100%;
}
.construction-hero_container .--desktop {
  width: 211px;
  height: 392px;
  left: 42px;
  top: 248px;
}
@media only screen and (max-width: 1024px) {
  .construction-hero_container .--desktop {
    display: none;
  }
}
@media only screen and (max-width: 599px) {
  .construction-hero_container .--desktop {
    display: none;
  }
}
.construction-hero_container .--tablet {
  display: none;
  width: 98px;
  height: 320px;
  top: 192px;
  left: 29px;
}
@media only screen and (max-width: 1024px) {
  .construction-hero_container .--tablet {
    display: block;
  }
}
@media only screen and (max-width: 599px) {
  .construction-hero_container .--tablet {
    display: none;
  }
}
.construction-hero_container .--mobile {
  display: none;
  width: 13px;
  height: 149px;
  top: 213px;
  left: 13px;
}
@media only screen and (max-width: 599px) {
  .construction-hero_container .--mobile {
    display: block;
  }
}
.construction-hero_container .construction_hero_bg_image-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}
.construction-hero_container .construction_hero_bg_image {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 599px) {
  .construction-hero_container .construction_hero_bg_image {
    transform: translateX(-220px);
    width: auto;
  }
}
.construction-hero_container .construction_hero_spotlight {
  /*
  circle radius: 
    - Desktop: 146px
    - tablet: 82px (x: left + 82; y: top + 82)
    - mobile: 100px(99.5)
  */
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(7, 37, 16, 0.4);
  mask-image: radial-gradient(circle at 348px 298px, transparent 146px, white 0px);
  -webkit-mask-image: radial-gradient(circle at 348px 298px, transparent 146px, white 0px);
  mask-image: radial-gradient(circle at 348px 298px, transparent 146px, white 0px);
  mix-blend-mode: hard-light;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .construction-hero_container .construction_hero_spotlight {
    -webkit-mask-image: radial-gradient(circle at 120px 196px, transparent 82px, white 0px);
    mask-image: radial-gradient(circle at 120px 196px, transparent 82px, white 0px);
  }
}
@media only screen and (max-width: 599px) {
  .construction-hero_container .construction_hero_spotlight {
    -webkit-mask-image: radial-gradient(circle at 50px 201px, transparent 120px, white 0px);
    mask-image: radial-gradient(circle at 50px 201px, transparent 120px, white 0px);
  }
}

.construction_execution-desc {
  font-size: 40px;
  font-weight: 600;
  line-height: 22px;
  padding-left: 76px;
  line-height: 110%;
  letter-spacing: -1.1;
}
@media only screen and (max-width: 1024px) {
  .construction_execution-desc {
    font-size: 25px;
    padding-left: 56px;
    padding-right: 35px;
  }
}
@media only screen and (max-width: 599px) {
  .construction_execution-desc {
    font-size: 18px;
    padding-left: 30px;
    padding-right: 20px;
  }
}

.construction_execution-desc .span {
  color: #0d6582;
  font-family: "EBGaramond Regular";
  font-weight: 600;
  font-size: 44px;
  line-height: 110%;
}
@media only screen and (max-width: 1024px) {
  .construction_execution-desc .span {
    font-size: 28px;
  }
}
@media only screen and (max-width: 599px) {
  .construction_execution-desc .span {
    font-size: 20px;
  }
}

.construction_slideshow_container {
  margin: 93px auto 102px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .construction_slideshow_container {
    margin: 67px auto 91px auto;
  }
}
@media only screen and (max-width: 599px) {
  .construction_slideshow_container {
    margin: 36px auto 56px auto;
  }
}

.construction_slideshow_wrapper {
  background-color: #f5faf4;
  border: 1px solid #072510;
  border-radius: 32px;
  width: 1153px;
  height: 774px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .construction_slideshow_wrapper {
    height: 620px;
    width: 673px;
  }
}
@media only screen and (max-width: 599px) {
  .construction_slideshow_wrapper {
    border-radius: 10px;
    height: 775px;
    width: 279px;
  }
}

#construction_swiper {
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
#construction_swiper .construction_swiper-slide {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 60px;
}
#construction_swiper .slide-title {
  font-size: 45px;
  margin-top: 50px;
  font-family: "Ebgaramond Regular";
  font-weight: 600;
  letter-spacing: -1.1;
  line-height: 110%;
  color: #0D6582;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  #construction_swiper .slide-title {
    font-size: 28px;
    margin-top: 35px;
  }
}
@media only screen and (max-width: 599px) {
  #construction_swiper .slide-title {
    font-size: 20px;
    width: 153px;
  }
}
#construction_swiper .slide_images-group {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  gap: 50px;
}
@media only screen and (max-width: 1024px) {
  #construction_swiper .slide_images-group {
    margin-top: 20px;
    gap: 35px;
  }
}
@media only screen and (max-width: 599px) {
  #construction_swiper .slide_images-group {
    flex-direction: column;
    margin-top: 27px;
    gap: 10px;
  }
}
#construction_swiper .slide_image {
  height: 284px;
  width: 284px;
}
@media only screen and (max-width: 1024px) {
  #construction_swiper .slide_image {
    height: 200px;
    width: 200px;
  }
}
@media only screen and (max-width: 599px) {
  #construction_swiper .slide_image {
    height: 125px;
    width: 125px;
  }
}
#construction_swiper .slide_descs-wrapper {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 0 56px;
}
@media only screen and (max-width: 1024px) {
  #construction_swiper .slide_descs-wrapper {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 599px) {
  #construction_swiper .slide_descs-wrapper {
    margin-top: 10px;
    padding: 0 37px;
    gap: 5px;
  }
}
#construction_swiper .slide-desc {
  font-size: 20px;
  font-family: "Metropolis Regular";
  font-weight: 600;
  font-style: normal;
  line-height: 110%;
  letter-spacing: -1.1;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  #construction_swiper .slide-desc {
    font-size: 16px;
    font-weight: 400;
  }
}
@media only screen and (max-width: 599px) {
  #construction_swiper .slide-desc {
    font-size: 12px;
    font-weight: 400;
  }
}
#construction_swiper .slide-desc.desc01 {
  color: #072510;
  font-family: "Metropolis Bold";
}
#construction_swiper .slide-desc.desc02 {
  color: #41590C;
  font-weight: 400;
  line-height: 115%;
}
#construction_swiper .swiper-pagination {
  bottom: 91px;
}
@media only screen and (max-width: 1024px) {
  #construction_swiper .swiper-pagination {
    bottom: 61px;
  }
}
@media only screen and (max-width: 599px) {
  #construction_swiper .swiper-pagination {
    bottom: 58px;
  }
}
#construction_swiper .swiper-pagination .swiper-pagination-bullet {
  height: 16px;
  width: 16px;
  background-color: transparent;
  border: 1px solid #072510;
}
@media only screen and (max-width: 1024px) {
  #construction_swiper .swiper-pagination .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
  }
}
@media only screen and (max-width: 599px) {
  #construction_swiper .swiper-pagination .swiper-pagination-bullet {
    height: 8px;
    width: 8px;
  }
}
#construction_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #072510;
}
#construction_swiper .swiper-buttons {
  width: 85%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 38%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1024px) {
  #construction_swiper .swiper-buttons {
    width: 90%;
    top: 30%;
  }
}
@media only screen and (max-width: 599px) {
  #construction_swiper .swiper-buttons {
    width: 90%;
    top: 31%;
  }
}
@media only screen and (max-width: 1024px) {
  #construction_swiper .swiper-buttons .swiper-btn-desktop {
    display: none;
  }
}
#construction_swiper .swiper-buttons .swiper-btn-tablet {
  display: none;
}
@media only screen and (max-width: 1024px) {
  #construction_swiper .swiper-buttons .swiper-btn-tablet {
    display: block;
  }
}
@media only screen and (max-width: 599px) {
  #construction_swiper .swiper-buttons .swiper-btn-tablet {
    display: none;
  }
}
#construction_swiper .swiper-buttons .swiper-btn-mobile {
  display: none;
}
@media only screen and (max-width: 599px) {
  #construction_swiper .swiper-buttons .swiper-btn-mobile {
    display: block;
  }
}
#construction_swiper .swiper-buttons .swiper-button-prev {
  width: 96px;
}
#construction_swiper .swiper-buttons .swiper-button-prev img {
  width: 100%;
}
#construction_swiper .swiper-buttons .swiper-button-prev::after {
  content: "";
}
@media only screen and (max-width: 1024px) {
  #construction_swiper .swiper-buttons .swiper-button-prev {
    width: 50px;
  }
}
@media only screen and (max-width: 599px) {
  #construction_swiper .swiper-buttons .swiper-button-prev {
    width: 25px;
  }
}
#construction_swiper .swiper-buttons .swiper-button-next {
  width: 96px;
}
#construction_swiper .swiper-buttons .swiper-button-next img {
  width: 100%;
}
#construction_swiper .swiper-buttons .swiper-button-next::after {
  content: "";
}
@media only screen and (max-width: 1024px) {
  #construction_swiper .swiper-buttons .swiper-button-next {
    width: 50px;
  }
}
@media only screen and (max-width: 599px) {
  #construction_swiper .swiper-buttons .swiper-button-next {
    width: 25px;
  }
}
#construction_swiper .construction_swiper_bottom {
  position: relative;
  height: 100%;
}
#construction_swiper .swiper-link {
  position: absolute;
  font-size: 18px;
  color: #41590C;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  text-align: center;
  text-decoration: underline;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  #construction_swiper .swiper-link {
    font-size: 14px;
    bottom: 25px;
  }
}
@media only screen and (max-width: 599px) {
  #construction_swiper .swiper-link {
    font-size: 12px;
    bottom: 20px;
  }
}

/** import environment sub pages styles */
.preservation-page .sub-environment-hero_container_mobile,
.project-development-page .sub-environment-hero_container_mobile,
.management-mechanisms-page .sub-environment-hero_container_mobile,
.impact-management-page .sub-environment-hero_container_mobile {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media only screen and (min-width: 600px) {
  .preservation-page .sub-environment-hero_container_mobile,
.project-development-page .sub-environment-hero_container_mobile,
.management-mechanisms-page .sub-environment-hero_container_mobile,
.impact-management-page .sub-environment-hero_container_mobile {
    display: none;
  }
}
.preservation-page .sub-environment-hero_container_tablet,
.project-development-page .sub-environment-hero_container_tablet,
.management-mechanisms-page .sub-environment-hero_container_tablet,
.impact-management-page .sub-environment-hero_container_tablet {
  display: none;
}
@media only screen and (min-width: 600px) {
  .preservation-page .sub-environment-hero_container_tablet,
.project-development-page .sub-environment-hero_container_tablet,
.management-mechanisms-page .sub-environment-hero_container_tablet,
.impact-management-page .sub-environment-hero_container_tablet {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.preservation-page .sub-environment-hero_container,
.project-development-page .sub-environment-hero_container,
.management-mechanisms-page .sub-environment-hero_container,
.impact-management-page .sub-environment-hero_container {
  width: 100%;
  height: 320px;
  position: relative;
  padding-left: 1.8rem;
  background-color: rgba(7, 37, 16, 0.7);
}
@media only screen and (max-width: 599px) {
  .preservation-page .sub-environment-hero_container,
.project-development-page .sub-environment-hero_container,
.management-mechanisms-page .sub-environment-hero_container,
.impact-management-page .sub-environment-hero_container {
    align-items: flex-start;
    padding-bottom: 0rem;
  }
}
@media only screen and (min-width: 600px) {
  .preservation-page .sub-environment-hero_container,
.project-development-page .sub-environment-hero_container,
.management-mechanisms-page .sub-environment-hero_container,
.impact-management-page .sub-environment-hero_container {
    height: 419px;
    padding: 0 3.5rem 0 1.9rem;
  }
}
@media only screen and (min-width: 1025px) {
  .preservation-page .sub-environment-hero_container,
.project-development-page .sub-environment-hero_container,
.management-mechanisms-page .sub-environment-hero_container,
.impact-management-page .sub-environment-hero_container {
    padding: 0 5rem 0 3.1rem;
    height: 470px;
  }
}
.preservation-page .sub-environment-hero_container .hero_desc_sub-environment,
.project-development-page .sub-environment-hero_container .hero_desc_sub-environment,
.management-mechanisms-page .sub-environment-hero_container .hero_desc_sub-environment,
.impact-management-page .sub-environment-hero_container .hero_desc_sub-environment {
  font-family: "Ebgaramond Regular";
  font-size: 45px;
  color: white;
  position: absolute;
  z-index: 999;
  width: 495px;
  left: 290px;
  top: 205px;
}
@media only screen and (max-width: 1024px) {
  .preservation-page .sub-environment-hero_container .hero_desc_sub-environment,
.project-development-page .sub-environment-hero_container .hero_desc_sub-environment,
.management-mechanisms-page .sub-environment-hero_container .hero_desc_sub-environment,
.impact-management-page .sub-environment-hero_container .hero_desc_sub-environment {
    font-size: 30px;
    width: 400px;
    left: 130px;
    top: 176px;
  }
}
@media only screen and (max-width: 599px) {
  .preservation-page .sub-environment-hero_container .hero_desc_sub-environment,
.project-development-page .sub-environment-hero_container .hero_desc_sub-environment,
.management-mechanisms-page .sub-environment-hero_container .hero_desc_sub-environment,
.impact-management-page .sub-environment-hero_container .hero_desc_sub-environment {
    font-size: 25px;
    width: 230px;
    left: 55px;
    top: 142px;
  }
}
.preservation-page .sub-environment-hero_container .hero-sub-environment-image_bg,
.project-development-page .sub-environment-hero_container .hero-sub-environment-image_bg,
.management-mechanisms-page .sub-environment-hero_container .hero-sub-environment-image_bg,
.impact-management-page .sub-environment-hero_container .hero-sub-environment-image_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: -1;
}
.preservation-page .sub-environment-hero_container .filter_circle,
.project-development-page .sub-environment-hero_container .filter_circle,
.management-mechanisms-page .sub-environment-hero_container .filter_circle,
.impact-management-page .sub-environment-hero_container .filter_circle {
  clip-path: circle(110px at 30px 200px);
  z-index: 1;
}
@media only screen and (min-width: 600px) {
  .preservation-page .sub-environment-hero_container .filter_circle,
.project-development-page .sub-environment-hero_container .filter_circle,
.management-mechanisms-page .sub-environment-hero_container .filter_circle,
.impact-management-page .sub-environment-hero_container .filter_circle {
    clip-path: circle(120px at 140px 200px);
  }
}
@media only screen and (min-width: 1025px) {
  .preservation-page .sub-environment-hero_container .filter_circle,
.project-development-page .sub-environment-hero_container .filter_circle,
.management-mechanisms-page .sub-environment-hero_container .filter_circle,
.impact-management-page .sub-environment-hero_container .filter_circle {
    clip-path: circle(170px at 370px 55%);
  }
}
.preservation-page .sub-environment-hero_container .sub-environment-hero_wrapper,
.project-development-page .sub-environment-hero_container .sub-environment-hero_wrapper,
.management-mechanisms-page .sub-environment-hero_container .sub-environment-hero_wrapper,
.impact-management-page .sub-environment-hero_container .sub-environment-hero_wrapper {
  display: flex;
  align-items: center;
  padding-left: 2rem;
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .preservation-page .sub-environment-hero_container .sub-environment-hero_wrapper,
.project-development-page .sub-environment-hero_container .sub-environment-hero_wrapper,
.management-mechanisms-page .sub-environment-hero_container .sub-environment-hero_wrapper,
.impact-management-page .sub-environment-hero_container .sub-environment-hero_wrapper {
    padding-left: 0;
  }
}

.preservation-page,
.project-development-page,
.management-mechanisms-page,
.impact-management-page {
  width: 100%;
  margin: auto;
}
.preservation-page .section-1,
.project-development-page .section-1,
.management-mechanisms-page .section-1,
.impact-management-page .section-1 {
  margin-top: 100px;
}
@media only screen and (max-width: 1024px) {
  .preservation-page .section-1,
.project-development-page .section-1,
.management-mechanisms-page .section-1,
.impact-management-page .section-1 {
    margin-top: 30px;
  }
}
.preservation-page .section-1,
.preservation-page .section-2,
.project-development-page .section-1,
.project-development-page .section-2,
.management-mechanisms-page .section-1,
.management-mechanisms-page .section-2,
.impact-management-page .section-1,
.impact-management-page .section-2 {
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 100px auto 100px auto;
}
@media only screen and (max-width: 1024px) {
  .preservation-page .section-1,
.preservation-page .section-2,
.project-development-page .section-1,
.project-development-page .section-2,
.management-mechanisms-page .section-1,
.management-mechanisms-page .section-2,
.impact-management-page .section-1,
.impact-management-page .section-2 {
    width: 85%;
    margin: auto;
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 599px) {
  .preservation-page .section-1,
.preservation-page .section-2,
.project-development-page .section-1,
.project-development-page .section-2,
.management-mechanisms-page .section-1,
.management-mechanisms-page .section-2,
.impact-management-page .section-1,
.impact-management-page .section-2 {
    margin-bottom: 50px;
  }
}
.preservation-page .section-1 .section-data,
.preservation-page .section-2 .section-data,
.project-development-page .section-1 .section-data,
.project-development-page .section-2 .section-data,
.management-mechanisms-page .section-1 .section-data,
.management-mechanisms-page .section-2 .section-data,
.impact-management-page .section-1 .section-data,
.impact-management-page .section-2 .section-data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  .preservation-page .section-1 .section-data,
.preservation-page .section-2 .section-data,
.project-development-page .section-1 .section-data,
.project-development-page .section-2 .section-data,
.management-mechanisms-page .section-1 .section-data,
.management-mechanisms-page .section-2 .section-data,
.impact-management-page .section-1 .section-data,
.impact-management-page .section-2 .section-data {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }
}
.preservation-page .section-1 .section-data .custom-text,
.preservation-page .section-2 .section-data .custom-text,
.project-development-page .section-1 .section-data .custom-text,
.project-development-page .section-2 .section-data .custom-text,
.management-mechanisms-page .section-1 .section-data .custom-text,
.management-mechanisms-page .section-2 .section-data .custom-text,
.impact-management-page .section-1 .section-data .custom-text,
.impact-management-page .section-2 .section-data .custom-text {
  width: 45%;
  font-family: "Metropolis Regular";
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: 120%;
}
@media only screen and (max-width: 1024px) {
  .preservation-page .section-1 .section-data .custom-text,
.preservation-page .section-2 .section-data .custom-text,
.project-development-page .section-1 .section-data .custom-text,
.project-development-page .section-2 .section-data .custom-text,
.management-mechanisms-page .section-1 .section-data .custom-text,
.management-mechanisms-page .section-2 .section-data .custom-text,
.impact-management-page .section-1 .section-data .custom-text,
.impact-management-page .section-2 .section-data .custom-text {
    font-size: 30px;
    width: 100%;
    margin-block: 30px;
  }
}
@media only screen and (max-width: 599px) {
  .preservation-page .section-1 .section-data .custom-text,
.preservation-page .section-2 .section-data .custom-text,
.project-development-page .section-1 .section-data .custom-text,
.project-development-page .section-2 .section-data .custom-text,
.management-mechanisms-page .section-1 .section-data .custom-text,
.management-mechanisms-page .section-2 .section-data .custom-text,
.impact-management-page .section-1 .section-data .custom-text,
.impact-management-page .section-2 .section-data .custom-text {
    font-size: 21px;
    margin-block: 20px;
  }
}
.preservation-page .section-1 .section-data .custom-image,
.preservation-page .section-2 .section-data .custom-image,
.project-development-page .section-1 .section-data .custom-image,
.project-development-page .section-2 .section-data .custom-image,
.management-mechanisms-page .section-1 .section-data .custom-image,
.management-mechanisms-page .section-2 .section-data .custom-image,
.impact-management-page .section-1 .section-data .custom-image,
.impact-management-page .section-2 .section-data .custom-image {
  width: 50%;
  border-radius: 20px;
}
@media only screen and (max-width: 599px) {
  .preservation-page .section-1 .section-data .custom-image,
.preservation-page .section-2 .section-data .custom-image,
.project-development-page .section-1 .section-data .custom-image,
.project-development-page .section-2 .section-data .custom-image,
.management-mechanisms-page .section-1 .section-data .custom-image,
.management-mechanisms-page .section-2 .section-data .custom-image,
.impact-management-page .section-1 .section-data .custom-image,
.impact-management-page .section-2 .section-data .custom-image {
    width: 100%;
  }
}

.section-3,
.section-4 {
  width: 85%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 100px auto 100px auto;
}
@media only screen and (max-width: 1024px) {
  .section-3,
.section-4 {
    width: 85%;
    margin: auto;
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 599px) {
  .section-3,
.section-4 {
    margin-bottom: 50px;
  }
}
.section-3 .section-data,
.section-4 .section-data {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  .section-3 .section-data,
.section-4 .section-data {
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
  }
}
.section-3 .section-data .custom-text,
.section-4 .section-data .custom-text {
  width: 100%;
  margin: auto;
  font-family: "Metropolis Regular";
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: 120%;
  margin-block: 50px;
}
@media only screen and (max-width: 1024px) {
  .section-3 .section-data .custom-text,
.section-4 .section-data .custom-text {
    font-size: 30px;
    margin-block: 30px;
  }
}
@media only screen and (max-width: 599px) {
  .section-3 .section-data .custom-text,
.section-4 .section-data .custom-text {
    font-size: 21px;
    margin-block: 20px;
  }
}
.section-3 .section-data .custom-image,
.section-4 .section-data .custom-image {
  width: 50%;
  border-radius: 20px;
}
@media only screen and (max-width: 599px) {
  .section-3 .section-data .custom-image,
.section-4 .section-data .custom-image {
    width: 100%;
  }
}

.span {
  font-family: "Ebgaramond Regular";
  color: #0d6582;
  font-size: 45px;
}
@media only screen and (max-width: 1024px) {
  .span {
    font-size: 30px;
  }
}
@media only screen and (max-width: 599px) {
  .span {
    font-size: 21px;
  }
}

/** import ethics and compliance page styles*/
.ethics-hero_container_mobile {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media only screen and (min-width: 600px) {
  .ethics-hero_container_mobile {
    display: none;
  }
}

.ethics-hero_container_tablet {
  display: none;
}
@media only screen and (min-width: 600px) {
  .ethics-hero_container_tablet {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.ethics-hero_container {
  width: 100%;
  height: 320px;
  position: relative;
  padding-left: 1.8rem;
  background-color: rgba(7, 37, 16, 0.7);
}
@media only screen and (max-width: 599px) {
  .ethics-hero_container {
    align-items: flex-start;
    padding-bottom: 0rem;
  }
}
@media only screen and (min-width: 600px) {
  .ethics-hero_container {
    height: 419px;
    padding: 0 3.5rem 0 1.9rem;
  }
}
@media only screen and (min-width: 1025px) {
  .ethics-hero_container {
    padding: 0 5rem 0 3.1rem;
    height: 470px;
  }
}
.ethics-hero_container .hero_desc_ethics {
  font-family: "Ebgaramond Regular";
  font-size: 45px;
  color: white;
  position: absolute;
  z-index: 999;
  width: 495px;
  left: 290px;
  top: 225px;
}
@media only screen and (max-width: 1024px) {
  .ethics-hero_container .hero_desc_ethics {
    font-size: 30px;
    width: 300px;
    left: 130px;
    top: 176px;
  }
}
@media only screen and (max-width: 599px) {
  .ethics-hero_container .hero_desc_ethics {
    font-size: 25px;
    width: 230px;
    left: 55px;
    top: 142px;
  }
}
.ethics-hero_container .ethics-vector-desktop {
  display: block;
  position: absolute;
  z-index: 999;
  min-width: 86px;
  width: auto;
  max-width: 211px;
  height: 391px;
  left: 60px;
  top: 249px;
}
@media only screen and (max-width: 1024px) {
  .ethics-hero_container .ethics-vector-desktop {
    display: none;
  }
}
.ethics-hero_container .ethics-vector-tablet {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .ethics-hero_container .ethics-vector-tablet {
    display: block;
    position: absolute;
    z-index: 999;
    width: 86.5px;
    height: 300px;
    left: 25px;
    top: 208px;
  }
}
.ethics-hero_container .ethics-vector-mobile {
  position: absolute;
  display: none;
}
@media only screen and (max-width: 599px) {
  .ethics-hero_container .ethics-vector-mobile {
    display: block;
    width: 13px;
    height: auto;
    left: 20px;
    top: 165px;
    z-index: 999;
  }
}
.ethics-hero_container .hero-ethics-image_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: -1;
}
.ethics-hero_container .filter_circle {
  clip-path: circle(110px at 30px 200px);
  z-index: 1;
}
@media only screen and (min-width: 600px) {
  .ethics-hero_container .filter_circle {
    clip-path: circle(120px at 140px 200px);
  }
}
@media only screen and (min-width: 1025px) {
  .ethics-hero_container .filter_circle {
    clip-path: circle(170px at 395px 59%);
  }
}
.ethics-hero_container .ethics-hero_wrapper {
  display: flex;
  align-items: center;
  padding-left: 2rem;
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .ethics-hero_container .ethics-hero_wrapper {
    padding-left: 0;
  }
}
.ethics-hero_container .white_vector_container {
  width: 100%;
}
@media only screen and (max-width: 599px) {
  .ethics-hero_container .white_vector_container {
    padding-right: 1.8rem;
  }
}
@media only screen and (min-width: 600px) {
  .ethics-hero_container .white_vector_container {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 3.5rem 0 11.9rem;
  }
}
@media only screen and (min-width: 1025px) {
  .ethics-hero_container .white_vector_container {
    position: static;
    padding: 0;
  }
}
.ethics-hero_container .white_vector_container .white-vector-curve-blog_img {
  width: 100%;
  mix-blend-mode: color-dodge;
  object-fit: contain;
}
@media only screen and (min-width: 600px) {
  .ethics-hero_container .white_vector_container .white-vector-curve-blog_mobile_img {
    display: none;
  }
}
.ethics-hero_container .white_vector_container .vector-hero-white-desktop_img {
  display: none;
}
@media only screen and (min-width: 600px) {
  .ethics-hero_container .white_vector_container .vector-hero-white-desktop_img {
    display: block;
  }
}

.director-quote {
  display: flex;
  justify-content: flex-start;
  padding-left: 110px;
  margin-top: 130px;
}
@media only screen and (max-width: 1024px) {
  .director-quote {
    padding-left: 55px;
    margin-top: 68px;
  }
}
@media only screen and (max-width: 599px) {
  .director-quote {
    flex-direction: column;
    padding-left: 42px;
    margin-top: 100px;
  }
}
.director-quote .director-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 75px;
}
@media only screen and (max-width: 1024px) {
  .director-quote .director-info {
    margin-right: 43px;
  }
}
.director-quote .director-info .director-name {
  font-family: "Ebgaramond Regular";
  font-style: normal;
  font-weight: 600;
  font-size: 45px;
  line-height: 120%;
  color: #072510;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  .director-quote .director-info .director-name {
    font-size: 25px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 599px) {
  .director-quote .director-info .director-name {
    font-size: 18px;
    margin-bottom: 2px;
  }
}
.director-quote .director-info .title {
  font-family: "Ebgaramond Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 120%;
  color: #41590C;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1024px) {
  .director-quote .director-info .title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 599px) {
  .director-quote .director-info .title {
    font-size: 12px;
    margin-bottom: 15px;
  }
}
.director-quote .director-info .director-picture {
  width: 312px;
  height: 280px;
}
@media only screen and (max-width: 1024px) {
  .director-quote .director-info .director-picture {
    width: 230px;
    height: 206px;
  }
}
@media only screen and (max-width: 599px) {
  .director-quote .director-info .director-picture {
    width: 192px;
    height: 172px;
    margin-bottom: 20px;
  }
}
.director-quote .quote {
  width: 100%;
  max-width: 905px;
  position: relative;
  font-family: "Metropolis Regular";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  color: #072510;
  margin-top: 122px;
}
@media only screen and (max-width: 1024px) {
  .director-quote .quote {
    max-width: 380px;
    font-size: 25px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 599px) {
  .director-quote .quote {
    width: 92%;
    font-size: 18px;
  }
}
.director-quote .quote::before {
  content: "";
  position: absolute;
  z-index: 99;
  background-image: url("../../../../../themes/wordplate/images/quotation-mark.png");
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  width: 100px;
  height: 84px;
  top: -35%;
  left: -6%;
}
@media only screen and (max-width: 1024px) {
  .director-quote .quote::before {
    width: 50px;
    height: 41.86px;
    top: 0%;
    left: -18%;
  }
}
@media only screen and (max-width: 599px) {
  .director-quote .quote::before {
    width: 40px;
    height: 33.5px;
    top: calc(-20% - 5vw);
    right: 3%;
    left: auto;
    transform: rotate(0);
  }
}
.director-quote .quote::after {
  content: "";
  position: absolute;
  z-index: 99;
  background-image: url("../../../../../themes/wordplate/images/quotation-mark.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100px;
  height: 84px;
  top: 95%;
  right: 0;
}
@media only screen and (max-width: 1024px) {
  .director-quote .quote::after {
    width: 50px;
    height: 41.86px;
    right: -15px;
  }
}
@media only screen and (max-width: 599px) {
  .director-quote .quote::after {
    width: 40px;
    height: 33.5px;
    top: calc(100% + 5vw);
    right: auto;
    left: -5%;
    transform: rotate(180deg);
  }
}

.challenges-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 170px;
}
@media only screen and (max-width: 1024px) {
  .challenges-section {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 599px) {
  .challenges-section {
    margin-top: 84px;
  }
}
.challenges-section .challenges-section-title {
  font-family: "Ebgaramond Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 115%;
  color: #072510;
  text-align: center;
  margin-bottom: 45px;
}
@media only screen and (max-width: 1024px) {
  .challenges-section .challenges-section-title {
    font-size: 25px;
  }
}
@media only screen and (max-width: 599px) {
  .challenges-section .challenges-section-title {
    max-width: 190px;
    font-size: 15px;
    margin-bottom: 25px;
  }
}
.challenges-section .challenges-list {
  width: 100%;
  max-width: 750px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .challenges-section .challenges-list {
    max-width: 560px;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 599px) {
  .challenges-section .challenges-list {
    max-width: 260px;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 0;
  }
}
.challenges-section .challenges-list .challenge {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 105px;
}
@media only screen and (max-width: 1024px) {
  .challenges-section .challenges-list .challenge {
    margin-bottom: 35px;
  }
}
.challenges-section .challenges-list .challenge .challenge-image {
  width: 102px;
  height: 107px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 1024px) {
  .challenges-section .challenges-list .challenge .challenge-image {
    width: 64px;
    height: 67px;
  }
}
@media only screen and (max-width: 599px) {
  .challenges-section .challenges-list .challenge .challenge-image {
    width: 46px;
    height: 47px;
    margin-bottom: 12px;
  }
}
.challenges-section .challenges-list .challenge .challenge-text {
  font-family: "Metropolis Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 110%;
  color: #41590C;
  max-width: 225px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .challenges-section .challenges-list .challenge .challenge-text {
    font-size: 15px;
    max-width: 120px;
  }
}
@media only screen and (max-width: 599px) {
  .challenges-section .challenges-list .challenge .challenge-text {
    font-size: 11px;
    max-width: 120px;
  }
}
.challenges-section .challenges-list .challenge:last-child .challenge-text {
  max-width: 227px;
}
@media only screen and (max-width: 1024px) {
  .challenges-section .challenges-list .challenge:last-child .challenge-text {
    max-width: 137px;
  }
}
@media only screen and (max-width: 599px) {
  .challenges-section .challenges-list .challenge:last-child .challenge-text {
    max-width: 134px;
  }
}
.challenges-section .challenges-text-description {
  font-family: "Metropolis Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 115%;
  color: #41590C;
  width: auto;
  max-width: 1220px;
  align-self: flex-start;
  padding-left: 110px;
}
@media only screen and (max-width: 1024px) {
  .challenges-section .challenges-text-description {
    max-width: 645px;
    padding-left: 55px;
  }
}
@media only screen and (max-width: 599px) {
  .challenges-section .challenges-text-description {
    width: 90%;
    padding-left: 42px;
    font-size: 12px;
  }
}

.no-mt {
  margin-top: 0 !important;
}

.text-section {
  margin-top: 30px;
}
@media only screen and (max-width: 1024px) {
  .text-section {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 599px) {
  .text-section {
    margin-top: 15px;
  }
}
.text-section .text-section-title {
  padding-left: 70px;
  font-family: "Metropolis Semi";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  color: #072510;
  max-width: 1335px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .text-section .text-section-title {
    padding-left: 30px;
    font-size: 25px;
    max-width: 715px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 599px) {
  .text-section .text-section-title {
    font-size: 18px;
    max-width: 281px;
    margin-bottom: 15px;
  }
}
.text-section .text-section-texts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1177px;
  padding-left: 110px;
}
@media only screen and (max-width: 1024px) {
  .text-section .text-section-texts {
    padding-left: 55px;
    max-width: 610px;
  }
}
@media only screen and (max-width: 599px) {
  .text-section .text-section-texts {
    width: 90%;
    padding-left: 42px;
  }
}
.text-section .text-section-texts .text-section-text {
  font-family: "Metropolis Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 115%;
  color: #41590C;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .text-section .text-section-texts .text-section-text {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 599px) {
  .text-section .text-section-texts .text-section-text {
    font-size: 12px;
    margin-bottom: 15px;
  }
}

.contact-section-ethics {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-block: 160px;
}
@media only screen and (max-width: 1024px) {
  .contact-section-ethics {
    margin-block: 90px;
  }
}
@media only screen and (max-width: 599px) {
  .contact-section-ethics {
    margin-block: 65px;
  }
}
.contact-section-ethics .pre-title {
  font-family: "Ebgaramond Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 38px;
  line-height: 100%;
  color: #212121;
  margin-bottom: 41px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .contact-section-ethics .pre-title {
    font-size: 25px;
    margin-bottom: 31px;
  }
}
@media only screen and (max-width: 599px) {
  .contact-section-ethics .pre-title {
    font-size: 15px;
    margin-bottom: 21px;
  }
}
.contact-section-ethics .pre-title::before {
  content: "";
  position: absolute;
  left: -45px;
  width: 23px;
  height: 23px;
  background-color: #0D6582;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  .contact-section-ethics .pre-title::before {
    width: 12px;
    height: 12px;
    left: -24px;
  }
}
@media only screen and (max-width: 599px) {
  .contact-section-ethics .pre-title::before {
    width: 12px;
    height: 12px;
    left: -19px;
    top: 8px;
  }
}
.contact-section-ethics .contact-title {
  font-family: "Metropolis Semi";
  font-style: normal;
  font-weight: 600;
  font-size: 72px;
  line-height: 110%;
  text-align: center;
  color: #072510;
  max-width: 1300px;
  margin-bottom: 41px;
}
@media only screen and (max-width: 1024px) {
  .contact-section-ethics .contact-title {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 599px) {
  .contact-section-ethics .contact-title {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
.contact-section-ethics .contact-btns {
  width: 35%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .contact-section-ethics .contact-btns {
    width: 50%;
  }
}
@media only screen and (max-width: 599px) {
  .contact-section-ethics .contact-btns {
    width: 70%;
  }
}

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