/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * ALL
 * HEADER
 * BANNER
 * FOOTER
 * MAIN
 * ABOUT
 * DEVELOPMENT
 * NEWS
 * ESG
 * INVESTOR
 * CAREERS
 * SEARCH
 * POLICY
 * COOKIE BANNER
 **/
/*------------------------------------*\
    ALL
\*------------------------------------*/
html,
body {
  overflow-x: hidden;
  min-height: 1000px;
}

html {
  scroll-padding-top: 60px;
}
@media (min-width: 992px) {
  html {
    scroll-padding-top: 165px;
  }
}

body {
  color: #666666;
  font-family: "Noto Sans SC", sans-serif;
  padding-top: 60px;
  max-width: 1920px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  body {
    padding-top: 165px;
  }
}

a {
  color: #666666;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
}
a:hover, a:focus {
  color: #348746;
  outline: 0;
}

img {
  max-width: 100%;
  width: auto\9 ;
  /* ie8 */
}

.container {
  max-width: 100%;
}
@media (min-width: 1600px) {
  .container {
    max-width: 1470px;
  }
}

#scrollUp {
  right: 12px;
  bottom: 65px;
  z-index: 1000 !important;
}
#scrollUp img {
  width: 50px;
}
@media (min-width: 992px) {
  #scrollUp {
    right: 30px;
  }
  #scrollUp img {
    width: 80px;
  }
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/
.header {
  padding-right: 0 !important;
}

.navbar {
  border-bottom: 1px solid #dddddd;
  background-color: #ffffff;
  height: 60px;
  padding: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (min-width: 992px) {
  .navbar {
    height: 165px;
  }
  .navbar.fixed {
    height: 100px;
  }
}
.navbar > .container {
  max-width: 100%;
}
@media (min-width: 1700px) {
  .navbar > .container {
    max-width: 1680px;
  }
}
.navbar .offcanvas {
  width: 80%;
  top: 60px;
}
.navbar .offcanvas-backdrop {
  top: 60px;
}
@media (min-width: 992px) {
  .navbar .offcanvas {
    background: transparent;
  }
}
.navbar .dropdown .dropdown-menu {
  border-radius: 0;
  border: 1px solid #dddddd;
  border-top: 2px solid #348746;
  background-color: #ffffff;
  padding: 1rem;
  margin: 1rem 0;
  min-width: 130px;
  max-width: 180px;
}
.navbar .dropdown .dropdown-menu li {
  margin-bottom: 0.6rem;
}
.navbar .dropdown .dropdown-menu li:last-child {
  margin-bottom: 0;
}
.navbar .dropdown .dropdown-item {
  background-color: transparent;
  color: #666666;
  letter-spacing: 0.05rem;
  padding: 0;
}
.navbar .dropdown .dropdown-item:hover, .navbar .dropdown .dropdown-item.active {
  background-color: transparent;
  color: #348746;
  font-weight: 500;
}
@media (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
  .navbar .dropdown .dropdown-toggle::after {
    display: none;
  }
  .navbar .dropdown .dropdown-menu {
    display: block;
    border: none;
    border-top: 2px solid #348746;
    padding: 1.75rem 1rem;
    left: 50%;
    right: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(10px);
            transform: translateX(-50%) translateY(10px);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .navbar .dropdown .dropdown-item {
    font-size: 1.0625rem;
    text-align: center;
    letter-spacing: 0.125rem;
  }
}
.navbar-brand {
  padding: 0;
  margin-bottom: 0;
  margin-right: 0;
}
.navbar-brand a {
  display: block;
}
.navbar-brand img {
  width: 130px;
}
@media (min-width: 576px) {
  .navbar-brand {
    margin-right: 1rem;
  }
  .navbar-brand img {
    width: 170px;
  }
}
@media (min-width: 1200px) {
  .navbar-brand img {
    width: 200px;
  }
}
@media (min-width: 1400px) {
  .navbar-brand img {
    width: 300px;
  }
}
@media (min-width: 1600px) {
  .navbar-brand {
    margin-right: 4rem;
  }
  .navbar-brand img {
    width: 350px;
  }
}
.navbar-toggler {
  border-radius: 0;
  border: none;
  width: 25px;
  height: 25px;
  padding: 0;
  position: absolute;
  right: 12px;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.navbar-toggler .icon-bar {
  display: block;
  border-radius: 50rem;
  background: #348746;
  text-align: left;
  width: 25px;
  height: 2px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navbar-toggler .icon-bar:nth-of-type(1) {
  margin-bottom: 0.25rem;
}
.navbar-toggler .icon-bar:nth-of-type(2) {
  margin-bottom: 0.25rem;
  opacity: 1;
}
.navbar-toggler.show .icon-bar:nth-of-type(1) {
  margin-bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.navbar-toggler.show .icon-bar:nth-of-type(2) {
  margin-bottom: 0;
  opacity: 0;
}
.navbar-toggler.show .icon-bar:nth-of-type(3) {
  margin-top: -0.25rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.navbar-nav .nav-item {
  position: relative;
  padding: 0.5rem 0;
}
@media (min-width: 992px) {
  .navbar-nav .nav-item {
    padding: 0 0.25rem;
  }
}
@media (min-width: 1200px) {
  .navbar-nav .nav-item {
    padding: 0 0.5rem;
  }
}
@media (min-width: 1600px) {
  .navbar-nav .nav-item {
    padding: 0 1.25rem;
  }
}
.navbar-nav .nav-link {
  color: #444444;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  padding: 0 !important;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
  color: #348746;
  font-weight: 500;
}
@media (min-width: 992px) {
  .navbar-nav .nav-link {
    font-size: 1.0625rem;
  }
}
@media (min-width: 1200px) {
  .navbar-nav .nav-link {
    font-size: 1.1875rem;
    letter-spacing: 0.125rem;
    text-align: center;
  }
}
.navbar-tool {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.5rem;
  margin-right: 2rem;
}
@media (min-width: 992px) {
  .navbar-tool {
    margin-left: 1rem;
    margin-right: 0;
  }
}
.navbar-tool .nav-lang {
  position: relative;
}
.navbar-tool .nav-lang .dropdown-toggle {
  border-radius: 50rem;
  border: 1px solid #d0d0d0;
  color: #348746;
  font-size: 0.75rem;
  letter-spacing: 0.05rem;
  padding: 0.125rem 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar-tool .nav-lang .dropdown-toggle i {
  font-size: 0.9375rem;
  margin-right: 0.25rem;
}
.navbar-tool .nav-lang .dropdown-toggle::after {
  content: "\f282";
  border: none;
  font-family: "bootstrap-icons";
  vertical-align: middle;
  display: inline-block;
}
@media (min-width: 992px) {
  .navbar-tool .nav-lang .dropdown-toggle {
    padding: 0.125rem 1rem;
  }
}
.navbar-tool .nav-search .btn {
  border-radius: 0;
  border: none;
  color: #348746;
  font-size: 1.25rem;
  font-weight: bold;
}
@media (min-width: 992px) {
  .navbar-tool .nav-search {
    margin-left: 0.5rem;
  }
}

/* MODAL SEARCH */
.modal-open {
  padding-right: 0 !important;
}

.modal-search {
  padding-right: 0 !important;
}
.modal-search .modal-dialog {
  max-width: 750px;
}
.modal-search .modal-content {
  border-radius: 0.5rem;
}
@media (min-width: 992px) {
  .modal-search .modal-content {
    border-radius: 1rem;
  }
}
.modal-search .modal-body {
  padding: 2rem 1rem;
}
.modal-search .modal-body form {
  border-bottom: 1px solid #c5c5c5;
  padding-bottom: 0.25rem;
}
.modal-search .modal-body .form-control {
  border-radius: 0;
  border: none;
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 0.25rem;
  padding-left: 0;
}
.modal-search .modal-body .form-control::-webkit-input-placeholder {
  color: #808080;
}
.modal-search .modal-body .form-control::-moz-placeholder {
  color: #808080;
}
.modal-search .modal-body .form-control:-ms-input-placeholder {
  color: #808080;
}
.modal-search .modal-body .form-control::-ms-input-placeholder {
  color: #808080;
}
.modal-search .modal-body .form-control::placeholder {
  color: #808080;
}
.modal-search .modal-body .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.modal-search .modal-body .btn {
  border-radius: 0;
  border: none;
  color: #348746;
  font-size: 1.0625rem;
  letter-spacing: 0.125rem;
  padding: 0;
}
.modal-search .modal-body .btn:hover, .modal-search .modal-body .btn:active {
  color: #000000;
}
@media (min-width: 576px) {
  .modal-search .modal-body {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .modal-search .modal-body {
    padding: 3.5rem 4.5rem;
  }
  .modal-search .modal-body .form-control {
    font-size: 1.562rem;
  }
  .modal-search .modal-body .btn {
    font-size: 1.375rem;
  }
}

/*------------------------------------*\
    BANNER
\*------------------------------------*/
.banner {
  border-bottom: 1px solid #cfd5d5;
  position: relative;
}
.banner-pic {
  height: 150px;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (min-width: 992px) {
  .banner-pic {
    height: 340px;
  }
}
.banner-txt {
  width: 100%;
  padding: 0 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 1600px) {
  .banner-txt {
    width: 1470px;
  }
}
.banner-txt .title {
  color: #348746;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.15rem;
  margin-bottom: 0;
}
.banner-txt .title span {
  color: #666666;
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  font-weight: normal;
  letter-spacing: normal;
  display: block;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .banner-txt .title {
    font-size: 4.125rem;
  }
  .banner-txt .title span {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/
.footer {
  background-color: #313c4c;
  color: #ffffff;
  font-weight: 100;
  padding: 3rem 0 2rem;
}
.footer a {
  color: #ffffff;
}
.footer a:hover {
  text-decoration: underline;
}
@media (min-width: 1200px) {
  .footer {
    padding: 5.5rem 0;
  }
  .footer > .container > .row + .row {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    padding-top: 1.5rem;
    margin-top: 4rem;
    position: relative;
  }
  .footer > .container > .row + .row::before, .footer > .container > .row + .row::after {
    content: "";
    background-color: rgba(255, 255, 255, 0.4);
    width: 100%;
    height: 1px;
    position: absolute;
    top: -1px;
  }
  .footer > .container > .row + .row::before {
    left: -100%;
  }
  .footer > .container > .row + .row::after {
    right: -100%;
  }
}
@media (min-width: 1600px) {
  .footer > .container > .row > [class*=col-]:last-child {
    padding-left: 6.5rem;
  }
}
.footer-logo {
  text-align: center;
  margin-bottom: 1rem;
}
.footer-logo img {
  width: 140px;
}
@media (min-width: 1200px) {
  .footer-logo {
    border-right: 1px solid #bcbdbf;
    text-align: left;
    height: 100%;
  }
}
.footer-nav {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.footer-nav .item {
  margin-right: 4.7rem;
}
.footer-nav .item:last-child {
  margin-right: 0;
}
.footer-nav .title {
  margin-bottom: 1rem;
}
.footer-nav .title a {
  display: block;
  font-size: 1.0625rem;
  font-weight: normal;
  letter-spacing: 0.075rem;
}
.footer-nav .title a i {
  display: inline-block;
  font-size: 1.5rem;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.footer-nav .title a:hover i {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.footer-nav .nav li {
  margin-bottom: 0.5rem;
}
.footer-nav .nav li a {
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.075rem;
}
.footer-policy {
  text-align: center;
}
.footer-policy > a {
  font-size: 1.25rem;
}
.footer-policy > a:hover {
  color: #f4b840;
}
.footer-policy .nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-policy .nav li {
  margin-right: 1rem;
}
.footer-policy .nav li a {
  border-bottom: 1px solid #ffffff;
  font-size: 0.75rem;
  letter-spacing: 0.075rem;
  padding-bottom: 0.25rem;
}
.footer-policy .nav li a:hover {
  border-bottom-color: #f4b840;
  color: #f4b840;
  text-decoration: none;
  opacity: 0.8;
}
@media (min-width: 1200px) {
  .footer-policy .nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.footer-copy {
  font-size: 0.75rem;
  text-align: center;
  letter-spacing: 0.075rem;
  margin-top: 1rem;
}
.footer-copy span {
  display: inline-block;
}
@media (min-width: 1200px) {
  .footer-copy {
    text-align: right;
    margin-top: 0;
  }
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
main {
  background-color: #f7f7f7;
  padding: 3rem 0;
}
@media (min-width: 992px) {
  main {
    padding: 6rem 0;
  }
}

/* PICTURE */
.picture a {
  display: inline-block;
  background-color: #348746;
  overflow: hidden;
  position: relative;
}
.picture a::before {
  content: "";
  background-image: url(../images/more.svg);
  background-repeat: no-repeat;
  width: 130px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.picture a img {
  display: block;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -o-object-fit: cover;
     object-fit: cover;
}
.picture a:hover::before {
  opacity: 1;
}
.picture a:hover img {
  opacity: 0.1;
}

/* ACCORDION */
.accordion .accordion-item {
  border-radius: 0;
  border: none;
  background-color: #ffffff;
  margin-bottom: 1rem;
}
.accordion .accordion-button {
  border-radius: 0 !important;
}
.accordion .accordion-button::after {
  content: "\f64d";
  background: none;
  color: #348746;
  font-family: "bootstrap-icons";
}
.accordion .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.accordion .accordion-button:not(.collapsed) {
  background-color: #348746;
  color: #ffffff;
}
.accordion .accordion-button:not(.collapsed)::after {
  content: "\f659";
  color: #ffffff;
}
@media (min-width: 992px) {
  .accordion .accordion-button {
    padding: 1.75rem 3.5rem;
  }
  .accordion .accordion-button::after {
    font-size: 1.5rem;
  }
}
.accordion .accordion-body {
  color: #666666;
  letter-spacing: 0.05rem;
  line-height: 1.8;
  word-break: break-word;
}
@media (min-width: 992px) {
  .accordion .accordion-body {
    font-size: 1.0625rem;
    letter-spacing: 0.075rem;
    padding: 2rem 3.5rem;
  }
}

/* TABLE */
.table th {
  border-left: 1px dashed rgba(255, 255, 255, 0.5);
  background-color: #348746;
  color: #ffffff;
  font-weight: 300;
  letter-spacing: 0.05rem;
  line-height: 1.8;
  white-space: nowrap;
  vertical-align: middle;
  padding: 0.75rem 1.5rem;
}
.table th:first-child {
  border-left: none;
}
.table td {
  border-bottom: 1px solid #d9d9d9;
  border-left: 1px dashed rgba(52, 135, 70, 0.5);
  background-color: transparent;
  color: #666666;
  letter-spacing: 0.05rem;
  line-height: 1.8;
  vertical-align: middle;
  padding: 0.75rem 1.5rem;
}
.table td:first-child {
  border-left: none;
}
.table td img {
  width: 25px;
}
@media (min-width: 992px) {
  .table th,
  .table td {
    font-size: 1.0625rem;
    letter-spacing: 0.075rem;
  }
}
@media (max-width: 767px) {
  .table .fs-5 {
    font-size: 1.125rem !important;
  }
}
@media (max-width: 767px) {
  .table-resp {
    border-bottom: none;
  }
  .table-resp thead {
    display: none;
  }
  .table-resp tr {
    border-bottom: 2px solid #dddddd;
    display: block;
    width: 100%;
    margin-bottom: 2rem;
    position: relative;
  }
  .table-resp td {
    border: none;
    text-align: left;
    display: block;
    width: 100%;
    padding: 0 0 0.75rem;
    position: relative;
  }
  .table-resp td::before {
    content: attr(data-content);
    display: block;
    background-color: #348746;
    color: #ffffff;
    font-size: 1rem;
    padding: 0.5rem;
    margin-bottom: 0.5rem;
  }
}

.table-responsive th,
.table-responsive td {
  text-align: center;
  white-space: nowrap;
}
.table-responsive td {
  padding: 1rem;
}

#table_wrapper th,
#table_wrapper td,
.dataTable th,
.dataTable td {
  background-color: #f7f7f7;
  font-weight: normal;
  text-align: center !important;
  white-space: nowrap !important;
}
#table_wrapper thead th,
.dataTable thead th {
  background-color: #348746 !important;
}
#table_wrapper thead td,
.dataTable thead td {
  background-color: #f7f7f7 !important;
  color: #29262c;
}
#table_wrapper tbody th,
.dataTable tbody th {
  background-color: #f7f7f7;
  padding: 0.75rem;
}
#table_wrapper tbody td,
.dataTable tbody td {
  padding: 0.75rem;
}
#table_wrapper .dt-layout-start,
#table_wrapper .dt-layout-end,
.dataTable .dt-layout-start,
.dataTable .dt-layout-end {
  display: none;
}

/* TABS */
.nav-tabs {
  border-bottom: none;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .nav-tabs {
    margin-bottom: 2.5rem;
  }
}
.nav-tabs .nav-link {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #c6c8c7;
  background-color: transparent;
  color: #666666;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05rem;
  padding-bottom: 1rem;
  margin-bottom: 0;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link.active {
  border-bottom: 3px solid #348746;
  background-color: transparent;
  color: #348746;
}
@media (min-width: 992px) {
  .nav-tabs .nav-link {
    font-size: 1.3125rem;
  }
}

/* SIDEBAR */
.sidebar {
  margin-bottom: 2rem;
}
.sidebar > .nav > li:first-child > a {
  border-top: 1px solid #dcdcdc;
}
.sidebar > .nav > li > a {
  display: block;
  border-bottom: 1px solid #dcdcdc;
  color: #29262c;
  font-size: 1.125rem;
  letter-spacing: 0.125rem;
  padding: 0.85rem 1.5rem;
}
.sidebar > .nav > li > a:hover, .sidebar > .nav > li > a.active {
  background-color: #348746;
  color: #ffffff;
  font-weight: 500;
}
.sidebar > .nav > li .nav {
  border-left: 1px solid #348746;
  background-color: #ffffff;
}
.sidebar > .nav > li .nav > li > a {
  display: block;
  border-bottom: 2px solid #f9f9f9;
  font-size: 1.0625rem;
  letter-spacing: 0.075rem;
  padding: 0.75rem 1rem 0.75rem 2.5rem;
}
.sidebar > .nav > li .nav > li > a:hover, .sidebar > .nav > li .nav > li > a.active {
  color: #348746;
  font-weight: 500;
}
.sidebar [data-bs-toggle=collapse] {
  position: relative;
}
.sidebar [data-bs-toggle=collapse]::after {
  content: "\f64d";
  font-family: "bootstrap-icons";
  color: #545454;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.5rem;
}
.sidebar [data-bs-toggle=collapse]:hover::after, .sidebar [data-bs-toggle=collapse].active::after {
  color: #ffffff;
}
.sidebar [data-bs-toggle=collapse]:not(.collapsed) {
  background-color: #348746;
  color: #ffffff;
}
.sidebar [data-bs-toggle=collapse]:not(.collapsed)::after {
  content: "\f63b";
  color: #ffffff;
}

/* PAGINATION */
.pagination-wrap {
  margin-top: 5rem;
}

.pagination {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
}
.pagination .page-item {
  margin: 0 0.5rem 0.5rem;
}
.pagination .page-link {
  border-radius: 50%;
  border: 1px solid #348746;
  background-color: transparent;
  color: #348746;
  font-size: 1rem;
  text-align: center;
  line-height: 32px;
  width: 35px;
  height: 35px;
  padding: 0;
}
.pagination .page-link:hover, .pagination .page-link.active {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #348746;
  color: #ffffff;
}
.pagination .page-arrow {
  color: #afafaf;
  font-size: 1.75rem;
  text-align: center;
}
.pagination .page-arrow:hover {
  color: #348746;
}

/* BACK */
.back {
  display: inline-block;
  border-radius: 50rem;
  background-color: #348746;
  color: #ffffff;
  font-size: 1.125rem;
  letter-spacing: 0.075rem;
  padding: 0.75rem 2.5rem;
  margin-top: 1rem;
  width: 100%;
  max-width: 210px;
}
.back:hover {
  background-color: #000000;
  color: #ffffff;
}
@media (min-width: 992px) {
  .back {
    font-size: 1.25rem;
  }
}

/*------------------------------------*\
    ABOUT
\*------------------------------------*/
.about > .container {
  max-width: 100%;
}
@media (min-width: 1200px) {
  .about > .container {
    max-width: 1230px;
  }
}

/* ABOUT PROFILE */
.about-profile-wrap {
  background-color: #f7f7f7;
  background-position: 80% center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 710px;
  position: relative;
}
.about-profile-wrap::before {
  content: "";
  background-color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  z-index: 2;
}
.about-profile-wrap > .container {
  position: relative;
  z-index: 3;
}
@media (min-width: 992px) {
  .about-profile-wrap {
    background-position: center;
  }
  .about-profile-wrap::before {
    opacity: 0;
  }
}

.about-profile {
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .about-profile {
    margin-top: 3.5rem;
    margin-bottom: 2rem;
  }
}
.about-profile .title {
  color: #348746;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.about-profile .title span {
  display: block;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: normal;
  padding-left: 100px;
  position: relative;
}
.about-profile .title span::before {
  content: "";
  background-color: #348746;
  width: 80px;
  height: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media (min-width: 992px) {
  .about-profile .title {
    font-size: 1.625rem;
    letter-spacing: 0.125rem;
  }
  .about-profile .title span {
    font-size: 1.3125rem;
    letter-spacing: 0.05rem;
    padding-left: 180px;
  }
  .about-profile .title span::before {
    width: 150px;
  }
}
@media (min-width: 1200px) {
  .about-profile .title span {
    padding-left: 210px;
  }
  .about-profile .title span::before {
    width: 190px;
  }
}
.about-profile .text {
  letter-spacing: 0.05rem;
  line-height: 1.8;
}
@media (min-width: 992px) {
  .about-profile .text {
    font-size: 1.0625rem;
    letter-spacing: 0.075rem;
  }
}
.about-profile .link-group {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  .about-profile .link-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.about-profile .link {
  border-radius: 50rem;
  background-color: #2254a1;
  color: #ffffff;
  letter-spacing: 0.075rem;
  padding: 0.75rem 2.5rem;
  margin-top: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-profile .link:hover {
  background-color: #000000;
}
.about-profile .link i {
  border-left: 1px solid;
  line-height: 1;
  display: inline-block;
  padding-left: 1rem;
  margin-left: 1rem;
}
@media (min-width: 992px) {
  .about-profile .link {
    font-size: 1.125rem;
  }
  .about-profile .link + .link {
    margin-left: 1rem;
  }
}

/* ABOUT HISTORY */
.about-history .title {
  color: #348746;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.075rem;
}
@media (min-width: 992px) {
  .about-history .title {
    font-size: 1.625rem;
    margin-bottom: 1rem;
  }
}
.about-history .text {
  letter-spacing: 0.05rem;
  line-height: 1.8;
}
@media (min-width: 992px) {
  .about-history .text {
    font-size: 1.0625rem;
    letter-spacing: 0.075rem;
  }
}
.about-history .nav {
  margin-top: 3.5rem;
}
.about-history .nav > li {
  letter-spacing: 0.05rem;
  line-height: 1.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 3.25rem;
}
.about-history .nav > li span {
  display: block;
  color: #348746;
  font-size: 1.5rem;
  font-weight: bold;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  letter-spacing: 0.075rem;
}
.about-history .nav > li ul {
  border-left: 1px solid #d1d1d1;
  list-style: disc;
  min-height: 50px;
  padding-left: 2rem;
  margin-left: 1rem;
}
.about-history .nav > li ul li {
  letter-spacing: 0.05rem;
  line-height: 1.8;
}
.about-history .nav > li ul li::marker {
  color: #348746;
}
@media (min-width: 992px) {
  .about-history .nav li span {
    font-size: 2rem;
  }
  .about-history .nav li ul {
    padding-left: 3rem;
    margin-left: 2rem;
  }
  .about-history .nav li ul li {
    font-size: 1.0625rem;
    letter-spacing: 0.075rem;
  }
}
.about-history .item {
  padding: 3rem 0;
}
@media (min-width: 992px) {
  .about-history .item .container {
    margin-top: -4.5rem;
  }
  .about-history .item:first-child .container {
    margin-top: 0;
  }
}
.about-history .item .row {
  position: relative;
}
.about-history .item .row::before {
  content: "";
  background-color: #348746;
  width: 1px;
  height: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  display: none;
}
.about-history .item .row::after {
  content: "";
  border-radius: 50%;
  background-color: #348746;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
}
.about-history .item .row > [class*=col-]:last-child {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-history .item .row > [class*=col-]:last-child > * {
  width: 100%;
  max-width: 500px;
}
@media (min-width: 992px) {
  .about-history .item .row::before, .about-history .item .row::after {
    display: block;
  }
  .about-history .item .row > [class*=col-] {
    padding: 3rem 0;
  }
  .about-history .item .row > [class*=col-]:last-child {
    margin-top: 0;
  }
}
.about-history .year {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 2rem;
}
.about-history .year span {
  border-radius: 50rem;
  background-color: #348746;
  padding: 0.375rem 0.75rem;
}
@media (min-width: 992px) {
  .about-history .year {
    font-size: 1.875rem;
    margin-bottom: 1rem;
  }
  .about-history .year span {
    padding: 0.375rem 1.25rem;
  }
}
.about-history .subtitle {
  color: #348746;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
}
.about-history .subtitle img {
  margin-right: 1rem;
}
@media (min-width: 992px) {
  .about-history .subtitle {
    font-size: 1.5625rem;
  }
}
.about-history .list {
  padding-left: 1rem;
  letter-spacing: 0.05rem;
  line-height: 1.8;
}
.about-history .list li {
  padding-left: 1rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-history .list li::before {
  content: "";
  border-radius: 50%;
  background-color: #348746;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 14px;
  left: 0;
}
.about-history .list li span {
  color: #348746;
  margin-right: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.about-history .list li strong {
  color: #348746;
}
@media (min-width: 992px) {
  .about-history .list {
    font-size: 1.125rem;
    letter-spacing: 0.075rem;
  }
}
.about-history .item-secondary {
  background-color: #ffffff;
}
.about-history .item-secondary .row::before, .about-history .item-secondary .row::after {
  background-color: #2254a1;
}
@media (min-width: 992px) {
  .about-history .item-secondary .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.about-history .item-secondary .year span {
  background-color: #2254a1;
}
.about-history .item-secondary .subtitle {
  color: #2254a1;
}
.about-history .item-secondary .list li::before {
  background-color: #2254a1;
}
.about-history .item-secondary .list li span {
  color: #2254a1;
}
.about-history .item-secondary .list li strong {
  color: #2254a1;
}
.about-history .aos-animate .row::before {
  -webkit-animation: heightRun 1s 0.5s forwards linear;
          animation: heightRun 1s 0.5s forwards linear;
}

@-webkit-keyframes heightRun {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}

@keyframes heightRun {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
/* ABOUT TEAM */
.about-team .accordion-team .accordion-item:first-child .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #ffffff;
  color: #29262c;
  cursor: text;
}
.about-team .accordion-team .accordion-item:first-child .accordion-button:not(.collapsed)::before {
  content: "";
  background-color: #b3b3b3;
  width: auto;
  height: 1px;
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 0;
}
.about-team .accordion-team .accordion-item:first-child .accordion-button:not(.collapsed)::after {
  display: none;
}
.about-team .accordion-team .accordion-item:first-child .accordion-button:not(.collapsed) span {
  color: #348746;
}
.about-team .accordion-team .accordion-item:first-child .accordion-button:not(.collapsed) span::after {
  background-color: #b3b3b3;
}
@media (min-width: 992px) {
  .about-team .accordion-team .accordion-item:first-child .accordion-button:not(.collapsed)::before {
    left: 4rem;
    right: 4rem;
  }
}
.about-team .accordion-team .accordion-button {
  color: #29262c;
  letter-spacing: 0.05rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-team .accordion-team .accordion-button span {
  display: inline-block;
  color: #348746;
  font-size: 1.5rem;
  font-weight: bold;
  padding-right: 2rem;
  margin-right: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
.about-team .accordion-team .accordion-button span::after {
  content: "";
  background-color: #b3b3b3;
  width: 20px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: rotate(-60deg) translateY(-50%);
          transform: rotate(-60deg) translateY(-50%);
}
.about-team .accordion-team .accordion-button:not(.collapsed) {
  color: #ffffff;
}
.about-team .accordion-team .accordion-button:not(.collapsed) span {
  color: #ffffff;
}
.about-team .accordion-team .accordion-button:not(.collapsed) span::after {
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .about-team .accordion-team .accordion-button {
    font-size: 1.125rem;
    letter-spacing: 0.125rem;
  }
  .about-team .accordion-team .accordion-button span {
    font-size: 1.625rem;
  }
}
@media (min-width: 992px) {
  .about-team .accordion-team .accordion-body > .row [class*=col-]:last-child {
    margin-top: -8px !important;
  }
}

/*------------------------------------*\
    DEVELOPMENT
\*------------------------------------*/
.development {
  position: relative;
}
.development > .d-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media (min-width: 768px) {
  .development > .d-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 1700px) {
  .development > .d-flex {
    position: static;
  }
}

/* DEVELOPMENT MENU */
.development-menu {
  position: relative;
}
.development-menu .swiper {
  padding-bottom: 1rem;
}
.development-menu .swiper-slide:nth-child(odd) .item::before {
  background-color: #2254a1;
}
.development-menu .swiper-slide:nth-child(even) .item::before {
  background-color: #348746;
}
.development-menu .swiper-button-next,
.development-menu .swiper-button-prev {
  background-image: url(../images/development-arrow.svg);
  width: 70px;
  height: 70px;
  margin-top: -3.5rem;
}
.development-menu .swiper-button-next::after,
.development-menu .swiper-button-prev::after {
  display: none;
}
@media (min-width: 576px) {
  .development-menu .swiper-button-next,
  .development-menu .swiper-button-prev {
    width: 95px;
    height: 95px;
    margin-top: -4.5rem;
  }
}
.development-menu .swiper-button-next {
  right: -12px;
}
@media (min-width: 1600px) {
  .development-menu .swiper-button-next {
    right: -50px;
  }
}
.development-menu .swiper-button-prev {
  left: -12px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (min-width: 1600px) {
  .development-menu .swiper-button-prev {
    left: -50px;
  }
}
.development-menu .item {
  background-position: center;
  background-size: cover;
  padding: 2rem;
  min-height: 380px;
  margin-bottom: 2rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.development-menu .item:hover .title {
  color: #ffffff;
}
.development-menu .item a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
}
.development-menu .item > * {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  z-index: 4;
}
.development-menu .title {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .development-menu .title {
    font-size: 1.875rem;
  }
}

/* DEVELOPMENT SIDEBAR */
.development-sidebar {
  position: static !important;
  top: auto !important;
  width: 100%;
}
@media (min-width: 768px) {
  .development-sidebar {
    max-width: 180px;
    margin-bottom: 0;
    position: absolute !important;
    top: 20px !important;
    left: 12px;
  }
}
@media (min-width: 1700px) {
  .development-sidebar {
    top: 120px !important;
    left: 3%;
  }
}
.development-sidebar.fixed {
  position: fixed !important;
}
.development-sidebar.absolute {
  position: absolute !important;
  top: auto !important;
  bottom: 4rem !important;
}
.development-sidebar .nav li {
  text-align: center;
  margin-bottom: 1rem;
}
.development-sidebar .nav li a {
  color: #211815;
  font-size: 1.0625rem;
  letter-spacing: 0.075rem;
}
.development-sidebar .nav li a:hover, .development-sidebar .nav li a.active {
  color: #348746;
  font-weight: 500;
}
@media (min-width: 768px) {
  .development-sidebar .nav li {
    text-align: right;
  }
}

/* DEVELOPMENT CONTENT */
.development-content .area {
  margin-bottom: 2rem;
}
.development-content .area:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .development-content .area {
    margin-bottom: 4rem;
  }
}
.development-content .title {
  color: #348746;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .development-content .title {
    font-size: 1.875rem;
  }
}
.development-content .subtitle {
  border-bottom: 1px solid #e1e1e1;
  color: #348746;
  font-size: 1.25rem;
  letter-spacing: 0.125rem;
  line-height: 1.5;
  padding: 1rem 0;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 992px) {
  .development-content .subtitle {
    font-size: 1.5625rem;
    padding: 1.25rem 0;
    margin-bottom: 2.5rem;
  }
}
.development-content .text {
  letter-spacing: 0.05rem;
  line-height: 1.8;
  word-break: break-all;
  padding: 0 1rem;
}
@media (min-width: 992px) {
  .development-content .text {
    font-size: 1.0625rem;
    letter-spacing: 0.075rem;
    padding: 0 2rem;
  }
}
.development-content .nav {
  padding: 0 1rem;
}
.development-content .nav li {
  border-bottom: 1px solid #b3b3b3;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  width: 100%;
  position: relative;
}
.development-content .nav li:last-child {
  margin-bottom: 0;
}
.development-content .nav li span {
  width: 100%;
}
@media (min-width: 992px) {
  .development-content .nav {
    padding: 0 2rem;
  }
  .development-content .nav li {
    padding-right: 180px;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.development-content .article {
  color: #000000;
  letter-spacing: normal;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
}
@media (min-width: 992px) {
  .development-content .article {
    font-size: 1.0625rem;
  }
}
.development-content .author {
  display: block;
  color: #717071;
  font-size: 0.9375rem;
  letter-spacing: normal;
  line-height: 1.8;
}
@media (min-width: 992px) {
  .development-content .author {
    font-size: 1rem;
  }
}
.development-content .more {
  border-radius: 50rem;
  background-color: #348746;
  color: #ffffff;
  font-size: 0.875rem;
  letter-spacing: 0.075rem;
  padding: 0.65rem 1.5rem;
  margin-top: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.development-content .more i {
  margin-right: 0.5rem;
}
.development-content .more:hover {
  background-color: #000000;
}
@media (min-width: 992px) {
  .development-content .more {
    margin-top: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
  }
}
.development-content .link-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  .development-content .link-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.development-content .link {
  border-radius: 50rem;
  background-color: #348746;
  color: #ffffff;
  font-size: 0.9375rem;
  letter-spacing: 0.075rem;
  padding: 0.75rem 2.5rem;
  margin-top: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.development-content .link:hover {
  background-color: #000000;
}
.development-content .link i {
  border-left: 1px solid;
  line-height: 1;
  display: inline-block;
  padding-left: 1rem;
  margin-left: 1rem;
}
@media (min-width: 992px) {
  .development-content .link + .link {
    margin-left: 1rem;
  }
}
.development-content .schedule {
  color: #ffffff;
  font-size: 1.0625rem;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.development-content .schedule span {
  background-color: #aaaaaa;
  display: block;
  width: 100%;
  max-width: 220px;
  padding: 0.75rem;
}
.development-content .schedule span + span {
  border-top: 1px solid #ffffff;
}
.development-content .schedule span:nth-child(1) {
  background-color: #e6f1e6;
  color: #348746;
}
.development-content .schedule span:nth-child(2) {
  background-color: #afe2af;
}
.development-content .schedule span:nth-child(3) {
  background-color: #82c682;
}
@media (min-width: 576px) {
  .development-content .schedule {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .development-content .schedule span + span {
    border-top: none;
    border-left: 1px solid #ffffff;
  }
}
@media (min-width: 992px) {
  .development-content .schedule {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.development-content .table th {
  background-color: #2254a1;
  font-weight: 500;
  letter-spacing: 0.125rem;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .development-content .table th {
    font-size: 1.1875rem;
  }
  .development-content .table th:first-child {
    padding: 1rem 3rem;
  }
}
.development-content .table td {
  border-left-color: #2254a1;
  color: #29262c;
  min-width: 145px !important;
  white-space: nowrap;
  position: relative;
}
.development-content .table td:first-child {
  color: #2254a1;
  font-weight: 500;
  width: 20%;
}
.development-content .table td img {
  width: 50px;
}
.development-content .table td span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 992px) {
  .development-content .table td {
    font-size: 1.3125rem;
  }
  .development-content .table td:first-child {
    padding: 1rem 3rem;
  }
}
.development-content .table td.stage {
  padding: 0;
  padding-right: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.development-content .table td.stage::before {
  content: "";
  background-color: #348746;
  width: 0;
  height: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 15px;
  -webkit-animation: widthRun 400ms forwards linear;
          animation: widthRun 400ms forwards linear;
}
.development-content .table td.stage::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  -webkit-animation: opacityRun 200ms forwards linear;
          animation: opacityRun 200ms forwards linear;
  opacity: 0;
  display: block;
}
.development-content .table td.stage:nth-child(4)::before {
  background-color: #a1c6db;
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
}
.development-content .table td.stage:nth-child(4)::after {
  border-left-color: #a1c6db;
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
}
.development-content .table td.stage:nth-child(5)::before {
  background-color: #70b4d6;
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
}
.development-content .table td.stage:nth-child(5)::after {
  border-left-color: #70b4d6;
  -webkit-animation-delay: 1000ms;
          animation-delay: 1000ms;
}
.development-content .table td.stage:nth-child(6)::before {
  background-color: #5284ba;
  -webkit-animation-delay: 800ms;
          animation-delay: 800ms;
}
.development-content .table td.stage:nth-child(6)::after {
  border-left-color: #5284ba;
  -webkit-animation-delay: 1200ms;
          animation-delay: 1200ms;
}
.development-content .table td.stage:nth-child(7)::before {
  background-color: #355fb5;
  -webkit-animation-delay: 1000ms;
          animation-delay: 1000ms;
}
.development-content .table td.stage:nth-child(7)::after {
  border-left-color: #355fb5;
  -webkit-animation-delay: 1400ms;
          animation-delay: 1400ms;
}
.development-content .table td.stage:nth-child(8)::before {
  background-color: #203f8e;
  -webkit-animation-delay: 1200ms;
          animation-delay: 1200ms;
}
.development-content .table td.stage:nth-child(8)::after {
  border-left-color: #203f8e;
  -webkit-animation-delay: 1600ms;
          animation-delay: 1600ms;
}
.development-content .table td.stage-50::before {
  -webkit-animation-name: widthRun50;
          animation-name: widthRun50;
}
.development-content .table td.stage-50::after {
  right: 50%;
}
.development-content .table td.stage-end::before {
  -webkit-animation-name: widthRunEnd;
          animation-name: widthRunEnd;
}
.development-content .table td.stage-end::after {
  -webkit-animation-name: opacityRun;
          animation-name: opacityRun;
}
.development-content .table td.stage-50.stage-end::before {
  -webkit-animation-name: widthRun50;
          animation-name: widthRun50;
}
.development-content-md {
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .development-content-md {
    padding-left: 200px;
  }
}
@media (min-width: 1400px) {
  .development-content-md {
    padding-left: 100px;
  }
}
@media (min-width: 1700px) {
  .development-content-md {
    padding-left: 0;
  }
}
.development-content-secondary .area {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 2rem;
}
.development-content-secondary .area:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .development-content-secondary .area {
    padding-bottom: 4rem;
    margin-bottom: 2.5rem;
  }
}
.development-content-secondary .subtitle {
  border-bottom: none;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .development-content-secondary .subtitle {
    margin-bottom: 3rem;
  }
}
.development-content-secondary .text {
  padding: 0;
}
.development-content-secondary .nav {
  padding: 0;
}

@-webkit-keyframes opacityRun {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes opacityRun {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes widthRun {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes widthRun {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes widthRun50 {
  0% {
    width: 0;
  }
  100% {
    width: calc(50% - 9px);
  }
}
@keyframes widthRun50 {
  0% {
    width: 0;
  }
  100% {
    width: calc(50% - 9px);
  }
}
@-webkit-keyframes widthRunEnd {
  0% {
    width: 0;
  }
  100% {
    width: calc(100% - 9px);
  }
}
@keyframes widthRunEnd {
  0% {
    width: 0;
  }
  100% {
    width: calc(100% - 9px);
  }
}
/* DEVELOPMENT LINK */
.development-link {
  max-width: 1350px;
  margin: 0 auto;
}
.development-link .desc {
  letter-spacing: 0.05rem;
  line-height: 1.8;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .development-link .desc {
    font-size: 1.0625rem;
    letter-spacing: 0.075rem;
  }
}
.development-link .list {
  background-color: #ffffff;
  padding: 2rem 1rem;
}
@media (min-width: 576px) {
  .development-link .list {
    padding: 2rem;
  }
}
@media (min-width: 768px) {
  .development-link .list {
    padding: 3rem;
  }
}
@media (min-width: 1200px) {
  .development-link .list {
    padding: 6.75rem;
  }
}
.development-link .item {
  border-bottom: 1px solid #bebebe;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.development-link .item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.development-link .item > [class*=col-]:last-child {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .development-link .item > [class*=col-]:last-child {
    margin-top: 0;
    padding-left: 1.5rem;
  }
}
@media (min-width: 992px) {
  .development-link .item {
    padding-bottom: 3.5rem;
    margin-bottom: 4rem;
  }
}
.development-link .picture img {
  border: 1px solid #cfcfcf;
}
.development-link .title {
  color: #348746;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.075rem;
}
@media (min-width: 992px) {
  .development-link .title {
    font-size: 2rem;
    margin-bottom: 0.75rem;
  }
}
.development-link .text {
  letter-spacing: 0.05rem;
  line-height: 1.8;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .development-link .text {
    font-size: 1.0625rem;
    letter-spacing: 0.075rem;
  }
}

/*------------------------------------*\
    NEWS
\*------------------------------------*/
/* NEWS LIST */
.news-list {
  max-width: 1080px;
  margin: 0 auto;
}
.news-list .nav li {
  width: 100%;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.news-list .nav li a {
  border-bottom: 1px solid #e4e4e4;
  color: #414344;
  font-size: 1.125rem;
  letter-spacing: 0.1rem;
  padding: 1rem;
  padding-right: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.news-list .nav li a:hover {
  background-color: #348746;
  color: #ffffff;
}
.news-list .nav li a:hover span {
  color: #ffffff;
}
.news-list .nav li a:hover .more {
  margin-right: 1rem;
}
.news-list .nav li a:hover .more::after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media (min-width: 576px) {
  .news-list .nav li a {
    padding: 1.5rem 2rem;
  }
}
@media (min-width: 992px) {
  .news-list .nav li a {
    font-size: 1.25rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.news-list .date {
  color: #348746;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.05rem;
  margin-bottom: 0.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 992px) {
  .news-list .date {
    margin-bottom: 0;
    margin-right: 3rem;
  }
}
.news-list .text {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news-list .more {
  font-size: 1rem;
  font-weight: 300;
  padding-right: 40px;
  margin-top: 0.5rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
}
.news-list .more::after {
  content: "";
  background-image: url(../images/arrow.svg);
  width: 30px;
  height: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
@media (min-width: 992px) {
  .news-list .more {
    margin-top: 0;
    margin-left: 3rem;
  }
}

/* NEWS VIEW */
.news-view {
  border-radius: 0.25rem;
  background-color: #ffffff;
  max-width: 1180px;
  margin: 0 auto;
  padding: 2rem 1rem;
}
@media (min-width: 576px) {
  .news-view {
    padding: 2rem;
  }
}
@media (min-width: 768px) {
  .news-view {
    padding: 3rem;
  }
}
@media (min-width: 1200px) {
  .news-view {
    padding: 6rem;
  }
}
.news-view .title {
  color: #29262c;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  margin-bottom: 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .news-view .title {
    font-size: 1.6875rem;
  }
}
.news-view .title.line {
  padding-bottom: 1.75rem;
}
.news-view .title.line::after {
  content: "";
  background-color: #348746;
  width: 60px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.news-view .date {
  color: #348746;
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .news-view .date {
    font-size: 1.25rem;
  }
}
.news-view .text {
  letter-spacing: 0.05rem;
  line-height: 1.8;
}
@media (min-width: 992px) {
  .news-view .text {
    font-size: 1.0625rem;
    letter-spacing: 0.075rem;
  }
}
.news-view .table td i {
  color: #348746;
  font-size: 1.5rem;
  font-weight: bold;
}
.news-view .table td:first-child {
  color: #348746;
}
@media (min-width: 768px) {
  .news-view .table th,
  .news-view .table td:last-child {
    text-align: center;
  }
}
.news-view .download {
  letter-spacing: 0.05rem;
  line-height: 1.8;
  margin-top: 3rem;
}
.news-view .download span {
  display: inline-block;
  border-bottom: 2px solid #348746;
  color: #348746;
  font-size: 1.125rem;
  letter-spacing: 0.05rem;
  padding-bottom: 0.75rem;
  margin-bottom: 1.75rem;
}
.news-view .download .nav li {
  margin-bottom: 0.25rem;
}
.news-view .download .nav li::before {
  content: "\f30a";
  color: #348746;
  font-family: "bootstrap-icons";
  font-weight: bold;
  margin-right: 0.5rem;
}
@media (min-width: 992px) {
  .news-view .download {
    font-size: 1.0625rem;
    letter-spacing: 0.075rem;
  }
  .news-view .download span {
    font-size: 1.125rem;
  }
}

/*------------------------------------*\
    ESG
\*------------------------------------*/
.esg .investor-content .title {
  border-bottom: 2px solid #348746;
  color: #348746;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .esg .investor-content .title {
    padding-bottom: 1.5rem;
    margin-bottom: 1.75rem;
  }
}
.esg .investor-content .table-esg td {
  vertical-align: top;
}
.esg .investor-content .table-esg td strong {
  color: #29262c !important;
}
.esg .investor-content .table-esg td:last-child {
  color: #666666 !important;
}
.esg .investor-download .nav li a {
  padding: 1rem 0;
}

/* ESG COMING */
.esg-coming {
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.esg-coming .title {
  color: #348746;
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: 0.25rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .esg-coming .title {
    font-size: 2.25rem;
  }
}
.esg-coming .text {
  color: #29262c;
  font-weight: 500;
  letter-spacing: 0.125rem;
  line-height: 1.8;
}
@media (min-width: 992px) {
  .esg-coming .text {
    font-size: 1.125rem;
  }
}

/*------------------------------------*\
    INVESTOR
\*------------------------------------*/
@media (min-width: 1600px) {
  .investor > .container > .row > [class*=col-]:first-child {
    width: 23%;
    padding-right: 5rem;
  }
  .investor > .container > .row > [class*=col-]:last-child {
    width: 77%;
  }
}
.investor .form-select {
  font-weight: 500;
  letter-spacing: 0.075rem;
  max-width: 200px;
  padding: 0.5rem 0.75rem;
}
.investor .form-select:focus {
  border-color: #348746;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (min-width: 992px) {
  .investor .form-select {
    padding: 0.75rem 1.5rem;
  }
}

/* INVESTOR ANCHOR */
.investor-anchor {
  margin-bottom: 2rem;
}
.investor-anchor .nav {
  border-top: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
  padding: 1rem 0 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.investor-anchor .nav li {
  margin: 0 2.5rem 1rem;
}
.investor-anchor .nav li a {
  font-size: 1.125rem;
  font-weight: 500;
}
.investor-anchor .nav li a::after {
  content: "";
  background-image: url(../images/arrow.svg);
  width: 30px;
  height: 10px;
  display: inline-block;
  margin-left: 1rem;
}
@media (min-width: 992px) {
  .investor-anchor .nav li a {
    font-size: 1.3125rem;
    letter-spacing: 0.075rem;
  }
}

/* INVESTOR CONTENT */
.investor-content .title {
  color: #29262c;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.125rem;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .investor-content .title {
    font-size: 1.6875rem;
  }
}
.investor-content .text {
  letter-spacing: 0.05rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.investor-content .text h2 {
  color: #29262c;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.125rem;
  margin-bottom: 0.75rem;
}
.investor-content .text ul,
.investor-content .text ol {
  padding-left: 1.5rem;
}
.investor-content .text ul li::marker,
.investor-content .text ol li::marker {
  color: #348746;
}
@media (min-width: 992px) {
  .investor-content .text {
    font-size: 1.0625rem;
    letter-spacing: 0.075rem;
    margin-bottom: 3rem;
  }
  .investor-content .text h2 {
    font-size: 1.3125rem;
  }
}
.investor-content .name {
  color: #000000;
  font-size: 1.25rem;
  letter-spacing: 0.075rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 992px) {
  .investor-content .name {
    font-size: 1.5rem;
  }
}
.investor-content .job {
  color: #348746;
  font-size: 1.0625rem;
  letter-spacing: 0.075rem;
  margin: 0 0.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 992px) {
  .investor-content .job {
    font-size: 1.1875rem;
    margin: 0 1.75rem;
  }
}
.investor-content .resume {
  display: block;
  color: #717071;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 1rem;
}
@media (min-width: 1400px) {
  .investor-content .resume {
    margin-bottom: 0;
    margin-right: 2.5rem;
  }
}
.investor-content .num {
  color: #348746;
  font-size: 1.25rem;
  margin-right: 1rem;
}
@media (min-width: 992px) {
  .investor-content .num {
    margin-right: 2rem;
  }
}
.investor-content .table td {
  color: #29262c !important;
}
.investor-content .table td .bi-check-lg {
  color: #348746;
  font-size: 1.75rem;
  line-height: 1;
}
.investor-content .table td > span {
  display: inline-block;
  text-align: right;
  min-width: 100px;
  margin-right: 3rem;
}
@media (min-width: 992px) {
  .investor-content .table td > span {
    margin-right: 2.5rem;
  }
}
.investor-content .table td .red {
  color: red;
  margin-right: 1.5rem;
}
.investor-content .table td ul,
.investor-content .table td ol {
  padding-left: 1.5rem;
  margin-bottom: 0;
}
.investor-content .table td ul li::marker,
.investor-content .table td ol li::marker {
  color: #348746;
}
.investor-content .table td.bg {
  background-color: #348746;
  color: #ffffff !important;
}
.investor-content .table tbody th {
  color: #29262c;
}
.investor-content .download {
  border-radius: 0.5rem;
  border: 1px solid #348746;
  color: #333333;
  font-weight: 500;
  letter-spacing: 0.05rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 0.75rem;
  min-width: 340px;
}
.investor-content .download i {
  color: #348746;
  margin-left: 1rem;
}
.investor-content .download:hover {
  background-color: #348746;
  color: #ffffff;
}
.investor-content .download:hover i {
  color: #ffffff;
}
@media (min-width: 992px) {
  .investor-content .download {
    font-size: 1.125rem;
    padding: 1rem 2rem;
  }
}
.investor-content .link {
  border-radius: 50rem;
  background-color: #348746;
  color: #ffffff;
  letter-spacing: 0.075rem;
  padding: 0.75rem 2.5rem;
  margin-top: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.investor-content .link:hover {
  background-color: #000000;
}
.investor-content .link i {
  border-left: 1px solid;
  line-height: 1;
  display: inline-block;
  padding-left: 1rem;
  margin-left: 1rem;
}
@media (min-width: 992px) {
  .investor-content .link {
    font-size: 1.125rem;
  }
}
.investor-content .accordion-cv {
  margin-top: 2rem;
}
.investor-content .accordion-cv .accordion-button {
  color: #666666;
  font-size: 1.0625rem;
  letter-spacing: 0.075rem;
}
.investor-content .accordion-cv .accordion-button:not(.collapsed) {
  color: #ffffff !important;
}
.investor-content .accordion-cv .accordion-button:not(.collapsed) .name,
.investor-content .accordion-cv .accordion-button:not(.collapsed) .job,
.investor-content .accordion-cv .accordion-button:not(.collapsed) .num {
  color: #ffffff !important;
}
@media (min-width: 992px) {
  .investor-content .accordion-cv .accordion-button {
    font-size: 1.1875rem;
  }
}
.investor-content .accordion-cv .accordion-body > .row > [class*=col-] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.investor-content .accordion-cv .accordion-body > .row > [class*=col-] ul li::marker {
  color: #348746;
}
@media (min-width: 1400px) {
  .investor-content .accordion-cv .accordion-body > .row > [class*=col-] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.investor-content .accordion-cv .accordion-body > .row + .row {
  border-top: 1px solid #cacaca;
  padding-top: 1rem;
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .investor-content .accordion-cv .accordion-body > .row + .row {
    padding-top: 2.5rem;
    margin-top: 1.5rem;
  }
}
.investor-content .accordion-faq .accordion-body {
  padding: 1rem 1.25rem;
}
@media (min-width: 992px) {
  .investor-content .accordion-faq .accordion-body {
    padding: 2rem 7.5rem;
  }
}
.investor-content .nav-tabs .nav-item {
  width: 50%;
}
.investor-content .nav-tabs .nav-link {
  width: 100%;
  display: block;
}

/* INVESTOR DOWNLOAD */
@media (min-width: 1400px) {
  .investor-download-wrap {
    padding-right: 8.5rem;
  }
}

.investor-download .title {
  border-bottom: 2px solid #348746;
  color: #29262c;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .investor-download .title {
    font-size: 1.3125rem;
    padding-bottom: 1.5rem;
  }
}
.investor-download .nav li a {
  border-bottom: 2px solid #ececec;
  color: #333333;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.125rem;
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.investor-download .nav li a i {
  color: #348746;
  font-size: 1.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.investor-download .nav li a:hover {
  background-color: #348746;
  color: #ffffff;
  padding-left: 0.5rem;
}
.investor-download .nav li a:hover i {
  color: #ffffff;
  margin-right: 1rem;
}
.investor-download .nav li:last-child a {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .investor-download .nav li a {
    padding: 1.5rem 0;
  }
  .investor-download .nav li a:hover {
    padding-left: 2rem;
  }
  .investor-download .nav li a:hover i {
    margin-right: 2rem;
  }
}

/* INVESTOR LIST */
.investor-list .more {
  color: #348746;
  font-size: 1.25rem;
  font-weight: bold;
}
.investor-list .more::after {
  display: none;
}

/* INVESTOR LIST */
.investor-contact .stock > [class*=col-] {
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 2rem 1rem;
}
.investor-contact .stock > [class*=col-]:first-child {
  border-top-color: #348746;
  border-bottom-color: #348746;
  background-color: #fafafa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.investor-contact .stock > [class*=col-]:last-child {
  border-top-color: #dcdcdc;
  border-bottom-color: #dcdcdc;
}
@media (min-width: 992px) {
  .investor-contact .stock > [class*=col-] {
    padding: 2.5rem;
  }
}
.investor-contact .contact {
  padding: 2rem 1rem 0;
  margin-top: 1rem;
}
@media (min-width: 576px) {
  .investor-contact .contact {
    padding: 3rem 2rem 0;
  }
}
@media (min-width: 1400px) {
  .investor-contact .contact {
    padding: 3rem 3rem 0;
  }
}
.investor-contact .title {
  color: #000000;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.125rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .investor-contact .title {
    font-size: 1.875rem;
    padding: 0 2.5rem;
    margin-bottom: 1.5rem;
  }
}
.investor-contact .title-s {
  color: #348746;
  font-size: 1.125rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.investor-contact .subtitle {
  color: #29262c;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.125rem;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .investor-contact .subtitle {
    font-size: 1.25rem;
  }
}
.investor-contact .nav li {
  color: #000000;
  font-size: 1.0625rem;
  letter-spacing: 0.075rem;
  margin-bottom: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.investor-contact .nav li:last-child {
  margin-bottom: 0;
}
.investor-contact .nav li span {
  display: inline-block;
  color: #348746;
  min-width: 130px;
  margin-bottom: 0.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.investor-contact .nav li i {
  margin-right: 1rem;
}
@media (min-width: 576px) {
  .investor-contact .nav li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .investor-contact .nav li span {
    margin-bottom: 0;
    margin-right: 0.5rem;
  }
}
@media (min-width: 992px) {
  .investor-contact .nav li {
    font-size: 1.1875rem;
  }
}
.investor-contact .form {
  background-color: #ffffff;
  margin: 0;
  padding: 2rem 1rem;
}
@media (min-width: 576px) {
  .investor-contact .form {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 1400px) {
  .investor-contact .form {
    padding: 3rem 4rem;
  }
}
.investor-contact .form .col-form-label {
  color: #000000;
  padding: 0.5rem 0;
}
.investor-contact .form .col-form-label span {
  color: #348746;
  margin-left: 0.25rem;
}
@media (min-width: 576px) {
  .investor-contact .form .col-form-label {
    border-bottom: 2px solid #e5e5e5;
  }
}
.investor-contact .form .form-control {
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #e5e5e5;
  padding: 0.5rem 0;
}
.investor-contact .form .form-control::-webkit-input-placeholder {
  color: #c5c5c5;
}
.investor-contact .form .form-control::-moz-placeholder {
  color: #c5c5c5;
}
.investor-contact .form .form-control:-ms-input-placeholder {
  color: #c5c5c5;
}
.investor-contact .form .form-control::-ms-input-placeholder {
  color: #c5c5c5;
}
.investor-contact .form .form-control::placeholder {
  color: #c5c5c5;
}
.investor-contact .form .form-control:focus {
  border-bottom-color: #348746;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.investor-contact .form .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1rem;
}
@media (min-width: 576px) {
  .investor-contact .form .btn-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.investor-contact .form .btn {
  border-radius: 50rem;
  color: #ffffff;
  font-weight: 500;
  width: 100%;
  max-width: 175px;
  padding: 0.5rem 0;
}
.investor-contact .form .btn:hover {
  background-color: #000000;
}
.investor-contact .form .btn + .btn {
  margin-top: 1rem;
}
.investor-contact .form .btn-reset {
  background-color: #aaaaaa;
}
.investor-contact .form .btn-submit {
  background-color: #348746;
}
@media (min-width: 576px) {
  .investor-contact .form .btn + .btn {
    margin-top: 0;
    margin-left: 1rem;
  }
}
.investor-contact .text {
  letter-spacing: 0.05rem;
  line-height: 1.8;
  margin-bottom: 1rem;
  padding: 0 1rem;
}
@media (min-width: 576px) {
  .investor-contact .text {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .investor-contact .text {
    font-size: 1.0625rem;
    letter-spacing: 0.075rem;
    margin-bottom: 2rem;
    padding: 0 2rem;
  }
}
@media (min-width: 1400px) {
  .investor-contact .text {
    padding: 0 5rem;
  }
}
.investor-contact .line {
  position: relative;
}
.investor-contact .line::after {
  content: "";
  background-color: #348746;
  width: 65px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
}
@media (min-width: 768px) {
  .investor-contact .line::after {
    display: block;
  }
}

/*------------------------------------*\
    CAREERS
\*------------------------------------*/
.careers > .container {
  max-width: 100%;
}
@media (min-width: 1200px) {
  .careers > .container {
    max-width: 1230px;
  }
}

/* CAREERS CONTENT */
.careers-content {
  letter-spacing: 0.05rem;
  line-height: 1.8;
}
@media (min-width: 992px) {
  .careers-content {
    font-size: 1.0625rem;
    letter-spacing: 0.075rem;
  }
}
.careers-content .item {
  background-color: #ffffff;
  text-align: center;
  padding: 2rem 1rem 0;
  margin-bottom: 1.5rem;
}
@media (min-width: 576px) {
  .careers-content .item {
    padding: 2rem 2rem 0;
  }
}
@media (min-width: 768px) {
  .careers-content .item {
    padding: 3rem 3rem 1rem;
  }
}
@media (min-width: 992px) {
  .careers-content .item {
    padding: 4rem 5rem 2rem;
  }
}
.careers-content .title {
  color: #29262c;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.125rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .careers-content .title {
    font-size: 1.6875rem;
    margin-bottom: 2.75rem;
  }
}
.careers-content .list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -1rem;
}
.careers-content .list li {
  color: #29262c;
  font-weight: 500;
  padding: 0 1rem;
  margin-bottom: 1rem;
}
.careers-content .list li img {
  border-radius: 50%;
  border: 2px solid #348746;
  background-color: #ffffff;
  width: 160px;
  height: 160px;
}
.careers-content .list li span {
  display: block;
  margin-top: 0.75rem;
}
@media (min-width: 992px) {
  .careers-content .list {
    margin: 0 -1.5rem;
  }
  .careers-content .list li {
    padding: 0 1.5rem;
    margin-bottom: 2rem;
  }
  .careers-content .list li span {
    margin-top: 1.25rem;
  }
}
.careers-content .table {
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .careers-content .table {
    margin-top: 3rem;
  }
  .careers-content .table th {
    font-size: 1.125rem;
    text-align: center;
  }
  .careers-content .table td {
    text-align: center;
  }
}
.careers-content .column > [class*=col-] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.careers-content .content {
  padding: 2rem 1rem 1rem;
}
@media (min-width: 576px) {
  .careers-content .content {
    padding: 2rem 2rem 1rem;
  }
}
@media (min-width: 768px) {
  .careers-content .content {
    padding: 3rem 3rem 1rem;
  }
}
@media (min-width: 992px) {
  .careers-content .content {
    padding: 4rem 3rem 2rem;
  }
}
.careers-content .content img {
  width: 100%;
}
.careers-content .content h2 {
  color: #29262c;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.125rem;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .careers-content .content h2 {
    font-size: 1.5625rem;
  }
}
.careers-content .content h3 {
  color: #348746;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.125rem;
  margin-bottom: 0.75rem;
}
.careers-content .content ol {
  padding-left: 1.5rem;
}
.careers-content .content ol li {
  margin-bottom: 2rem;
}
.careers-content .content ol li::marker {
  color: #348746;
  font-weight: bold;
}
.careers-content .content ul {
  padding-left: 1.5rem;
}
.careers-content .content ul li::marker {
  color: #348746;
  font-weight: bold;
}

/*------------------------------------*\
    SEARCH
\*------------------------------------*/
.search > .container {
  max-width: 100%;
}
@media (min-width: 1200px) {
  .search > .container {
    max-width: 1110px;
  }
}

.gsc-control-cse {
  border-color: #f7f7f7 !important;
  background-color: #f7f7f7 !important;
}

.gsc-search-button-v2 {
  border-color: #348746 !important;
  background-color: #348746 !important;
  padding: 0.5rem 1.5rem !important;
}
.gsc-search-button-v2:hover {
  background-color: #000000 !important;
}

/*------------------------------------*\
    POLICY
\*------------------------------------*/
.policy > .container {
  max-width: 100%;
}
@media (min-width: 1400px) {
  .policy > .container {
    max-width: 1220px;
  }
}

/* POLICY CONTENT */
.policy-content {
  letter-spacing: 0.05rem;
  line-height: 1.8;
}
.policy-content h3 {
  color: #348746;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.policy-content ol li::marker,
.policy-content ul li::marker {
  color: #348746;
  font-weight: bold;
}
@media (min-width: 992px) {
  .policy-content {
    font-size: 1.0625rem;
    letter-spacing: 0.075rem;
  }
  .policy-content h3 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

/*------------------------------------*\
    COOKIE BANNER
\*------------------------------------*/
.cookiebanner {
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  border: 1px solid #348746;
  background-color: #ffffff !important;
  color: #666666 !important;
  text-align: center;
  letter-spacing: 0.05rem;
  line-height: 1.6 !important;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  padding: 2rem 1rem !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cookiebanner a {
  color: #348746 !important;
  text-decoration: underline !important;
}
.cookiebanner a:hover {
  color: #000000 !important;
}
@media (min-width: 576px) {
  .cookiebanner {
    padding: 2rem !important;
  }
}
@media (min-width: 768px) {
  .cookiebanner {
    padding: 3rem !important;
  }
}
@media (min-width: 992px) {
  .cookiebanner {
    font-size: 1.0625rem !important;
    padding: 3.5rem 5rem !important;
  }
}
.cookiebanner-close {
  border-radius: 50rem;
  background-color: #348746;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 300;
  padding: 0.5rem 0.75rem !important;
  margin-top: 1.5rem;
  width: 100%;
  max-width: 300px;
}
.cookiebanner-close:hover {
  background-color: #000000;
}
@media (min-width: 992px) {
  .cookiebanner-close {
    font-size: 1.25rem;
    padding: 0.75rem 1rem !important;
  }
}