/*DEFINE WEBSITE COLORS*/
/*START TEMPLATE STYLES*/
a,
img {
  border: none;
  text-decoration: none;
  outline: 0;
}

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

*:focus {
  outline: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  line-height: normal;
}

h1 {
  font-size: 8rem;
}

h2 {
  font-size: 8rem;
}

h3 {
  font-size: 4rem;
}

h4 {
  font-size: 3rem;
}

h5 {
  font-size: 25px;
}

footer ul,
header ul {
  list-style: none;
}

fieldset {
  border: 0;
}

input {
  padding: 0;
  margin: 0;
}

a {
  color: #A3CD3A;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
a:hover {
  color: #0F2D2D;
}

.pageAlign {
  margin: 0 auto;
  max-width: 1600px;
  padding: 0 100px;
}

.pageAlign2 {
  margin: 0 auto;
  max-width: 1140px;
  padding: 0 50px;
}

.pageAlignFluid {
  margin: 0 auto;
  max-width: 1830px;
  padding: 0 50px;
}

.relative {
  position: relative;
}

.fullWidth {
  float: left;
  width: 100%;
}

.invisible {
  display: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

html {
  font-size: 62.5%;
}

body,
input,
select,
textarea {
  font-weight: 400;
  font-family: "acumin-pro", sans-serif;
  /*REMOVE if we DON'T use Google fonts*/
}

body {
  width: 100%;
  padding: 0;
  margin: 0;
  min-height: 100%;
  height: 100%;
  min-width: 100%;
  color: #0F2D2D;
  font-size: 18px;
  background: #fff;
}

p {
  margin-bottom: 3rem;
  line-height: 1.7;
}

::-moz-selection {
  /* WebKit/Blink Browsers */
}

::selection {
  /* WebKit/Blink Browsers */
}

::-moz-selection {
  /* Gecko Browsers */
}

.responsive-nav {
  display: none;
  margin-left: 10px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 20;
  position: relative;
  width: 40px;
  text-align: center;
}
.responsive-nav button {
  background: #A3CD3A;
  padding: 7px 10px;
  border: 2px solid transparent;
  position: relative;
  height: 40px;
  width: 40px;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 100%;
}

.burger-line {
  position: absolute;
  height: 1px;
  width: 20px;
  background: #fff;
  left: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.line-t {
  top: 9px;
}

.line-m {
  top: 17px;
}

.line-b {
  top: 25px;
}

.menu-on .line-m,
.menu-on:hover .line-m {
  background: transparent;
  opacity: 0;
}

.responsive-nav .menu-on {
  /* border-radius:100%;
  border:2px solid #fff;
  background:transparent !important; */
}

.menu-on .burger-line {
  top: 18px;
}

.menu-on .line-t {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-on .line-b {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

body.overflowed {
  overflow: hidden;
}

body.about section:not(.envisage-animation), body.about footer {
  position: relative;
  z-index: 5;
}
body.about .membership-overview {
  margin-top: 0;
}
body.about .two-column-image-content .block:not(.reverse-order) .content {
  padding-left: calc(76px + 10rem);
}
body.about .two-column-image-content .block.reverse-order .image {
  margin-left: 0;
}
body.about .two-column-image-content .block.reverse-order .content {
  margin: 0 0 0 auto;
  padding: 0 0 6rem 0;
}
body.about .two-column-image-content .image {
  width: 45%;
  margin-left: auto;
}
body.about .two-column-image-content .content {
  width: 45%;
  padding-right: 6rem;
}

body.history section.our-history .top a.btn {
  display: none;
}

.page-wrapper {
  overflow: visible !important;
}

a.btn,
span.btn, button.btn {
  display: inline-block;
  padding: 13px 70px 13px 25px;
  margin-right: 0;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  font-style: normal;
  font-weight: 400;
  background: #0F2D2D;
  color: #fff;
  border-radius: 63px;
  -webkit-box-shadow: 0px 0 0px 0 #A3CD3A inset;
          box-shadow: 0px 0 0px 0 #A3CD3A inset;
  line-height: normal;
  overflow: hidden;
}
a.btn:before,
span.btn:before, button.btn:before {
  content: "";
  display: block;
  position: absolute;
  width: 41px;
  height: 41px;
  top: 3px;
  right: 3px;
  background: #A3CD3A;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn:after,
span.btn:after, button.btn:after {
  content: "";
  display: block;
  position: absolute;
  width: 41px;
  height: 41px;
  top: 2px;
  right: 2px;
  background: url(../images/arrow-diagonal-black.svg) no-repeat center center;
  background-size: 20%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn:hover,
span.btn:hover, button.btn:hover {
  background: #CCD0C2;
  color: #0F2D2D;
}
a.btn:hover:after,
span.btn:hover:after, button.btn:hover:after {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
a.btn.btn-border,
span.btn.btn-border, button.btn.btn-border {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}
a.btn.btn-border:hover,
span.btn.btn-border:hover, button.btn.btn-border:hover {
  background: #fff;
  color: #A3CD3A;
}
a.btn.btn-white,
span.btn.btn-white, button.btn.btn-white {
  background: #fff;
  color: #000;
}
a.btn.btn-white:hover,
span.btn.btn-white:hover, button.btn.btn-white:hover {
  background: #CCD0C2;
  color: #0F2D2D;
}
a.btn.btn-transparent,
span.btn.btn-transparent, button.btn.btn-transparent {
  background: transparent;
  color: #000;
}
a.btn.btn-transparent:hover,
span.btn.btn-transparent:hover, button.btn.btn-transparent:hover {
  background: #0F2D2D;
  color: #fff;
}

.my-lazyloader-btn-disabled {
  display: none !important;
}

.my-lazyloader-btn-container {
  text-align: center;
}

img.aligncenter {
  margin: 0 auto;
}

img.alignright {
  float: right;
  margin: 10px 0 15px 20px;
}

img.alignleft {
  float: left;
  margin: 10px 20px 15px 0;
}

*:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

*:hover {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.page-wrapper {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.page-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

body.overflowed {
  overflow: hidden;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header.header-hidden {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
header.full-header, header.opened-nav {
  background: #F6F7F3;
}
header.full-header a.logo-header, header.opened-nav a.logo-header {
  -webkit-filter: none;
          filter: none;
}
header.full-header nav > ul > li.has-dropdown:after, header.opened-nav nav > ul > li.has-dropdown:after {
  -webkit-filter: invert(1);
          filter: invert(1);
}
header.full-header nav > ul > li.btn a, header.opened-nav nav > ul > li.btn a {
  background: #0F2D2D;
  color: #fff;
}
header.full-header nav > ul > li > a, header.opened-nav nav > ul > li > a {
  color: #000;
}
header.full-header nav > ul > li:hover > a, header.opened-nav nav > ul > li:hover > a {
  color: #73A101;
}
header.full-header nav > ul > li:hover:after, header.opened-nav nav > ul > li:hover:after {
  -webkit-filter: brightness(0) saturate(100%) invert(44%) sepia(100%) saturate(517%) hue-rotate(38deg) brightness(100%) contrast(99%);
          filter: brightness(0) saturate(100%) invert(44%) sepia(100%) saturate(517%) hue-rotate(38deg) brightness(100%) contrast(99%);
}
header.not-transparent a.logo-header {
  -webkit-filter: none;
          filter: none;
}
header.not-transparent nav > ul > li.has-dropdown:after {
  -webkit-filter: invert(1);
          filter: invert(1);
}
header.not-transparent nav > ul > li.btn a {
  background: #0F2D2D;
  color: #fff;
}
header.not-transparent nav > ul > li > a {
  color: #000;
}
header.not-transparent nav > ul > li:hover > a {
  color: #73A101;
}
header.not-transparent nav > ul > li:hover:after {
  -webkit-filter: brightness(0) saturate(100%) invert(44%) sepia(100%) saturate(517%) hue-rotate(38deg) brightness(100%) contrast(99%);
          filter: brightness(0) saturate(100%) invert(44%) sepia(100%) saturate(517%) hue-rotate(38deg) brightness(100%) contrast(99%);
}
header > .pageAlignFluid > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header a.logo-header {
  display: block;
  width: 140px;
  height: 33px;
  background: url(../images/logo.svg) no-repeat center center;
  background-size: contain;
  -webkit-filter: invert(1) brightness(20);
          filter: invert(1) brightness(20);
}
header .search-trigger {
  width: 40px;
  height: 40px;
  background: #A3CD3A url(../images/icon-search.svg) no-repeat center center;
  background-size: 50%;
  border-radius: 100%;
  cursor: pointer;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
header .search-trigger:hover {
  background-color: rgb(133.036437247, 169.0850202429, 42.9149797571);
}
header nav {
  margin-left: auto;
}
header nav > ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header nav > ul > li {
  display: inline-block;
  font-size: 14px;
  position: relative;
}
header nav > ul > li.has-dropdown:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  background: url(../images/arrow-navigation-white.svg) no-repeat center center;
  background-size: contain;
  margin-top: -5px;
  -webkit-filter: invert(0);
          filter: invert(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header nav > ul > li.has-dropdown:hover:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
header nav > ul > li:hover:after {
  -webkit-filter: brightness(0) saturate(100%) invert(66%) sepia(96%) saturate(322%) hue-rotate(31deg) brightness(97%) contrast(88%);
          filter: brightness(0) saturate(100%) invert(66%) sepia(96%) saturate(322%) hue-rotate(31deg) brightness(97%) contrast(88%);
}
header nav > ul > li:hover > a {
  color: #A3CD3A;
}
header nav > ul > li > a {
  display: block;
  padding: 36px 15px;
  margin: 0 25px;
  color: #fff;
}
header nav > ul > li.btn a {
  display: inline-block;
  padding: 13px 70px 13px 25px;
  margin-right: 0;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  font-style: normal;
  font-weight: 400;
  background: #fff;
  color: #000;
  border-radius: 63px;
  -webkit-box-shadow: 0px 0 0px 0 #A3CD3A inset;
          box-shadow: 0px 0 0px 0 #A3CD3A inset;
  overflow: hidden;
}
header nav > ul > li.btn a:before {
  content: "";
  display: block;
  position: absolute;
  width: 41px;
  height: 41px;
  top: 3px;
  right: 3px;
  background: #A3CD3A;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header nav > ul > li.btn a:after {
  content: "";
  display: block;
  position: absolute;
  width: 41px;
  height: 41px;
  top: 2px;
  right: 2px;
  background: url(../images/arrow-diagonal-black.svg) no-repeat center center;
  background-size: 20%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header nav > ul > li.btn a:hover {
  background: #CCD0C2;
  color: #0F2D2D;
}
header nav > ul > li.btn a:hover:after {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
header nav > ul > li:hover .sub-navigation {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
header nav > ul > li .sub-navigation {
  position: fixed;
  left: 0;
  right: 0;
  top: 90px;
  background: #F6F7F3;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
}
header nav > ul > li .sub-navigation .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 6rem 0;
}
header nav > ul > li .sub-navigation .container .left {
  width: 33.3333%;
}
header nav > ul > li .sub-navigation .container .left h3 {
  margin: 0;
  font-size: 26px;
}
header nav > ul > li .sub-navigation .container .left p {
  color: #A7A7A7;
  font-weight: 300;
}
header nav > ul > li .sub-navigation .container .left a {
  font-size: 18px;
  color: #000;
}
header nav > ul > li .sub-navigation .container .left a:hover {
  color: #A3CD3A;
}
header nav > ul > li .sub-navigation .container .center {
  width: 33.3333%;
}
header nav > ul > li .sub-navigation .container .center h5 {
  margin: 0 0 10px 0;
  font-size: 15px;
  color: #A7A7A7;
}
header nav > ul > li .sub-navigation .container .center ul {
  margin: 0;
  padding: 0;
}
header nav > ul > li .sub-navigation .container .center ul li {
  position: relative;
  font-size: 15px;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header nav > ul > li .sub-navigation .container .center ul li:after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  left: 0;
  background: url(../images/arrow-diagonal-black.svg) no-repeat center center;
  background-size: 45%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0);
          transform: scale(0);
}
header nav > ul > li .sub-navigation .container .center ul li:hover {
  padding-left: 20px;
}
header nav > ul > li .sub-navigation .container .center ul li:hover a {
  color: #000;
}
header nav > ul > li .sub-navigation .container .center ul li:hover:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
header nav > ul > li .sub-navigation .container .center ul li a {
  color: #000;
}
header nav > ul > li .sub-navigation .container .right {
  width: 33.3333%;
}
header nav > ul > li .sub-navigation .container .right .image {
  height: 0;
  padding-bottom: 50%;
  position: relative;
}
header nav > ul > li .sub-navigation .container .right .image .image-wrapper {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 15px;
}
header nav > ul > li .sub-navigation .container .right .image .image-wrapper img {
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
  width: 100%;
  height: 100%;
}

.search-expanded {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.search-expanded.active {
  opacity: 1;
  visibility: visible;
}
.search-expanded .search-container {
  background: #fff;
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
  padding: 40px;
  position: relative;
  border-radius: 20px;
}
.search-expanded .icon-close {
  width: 20px;
  height: 20px;
  background: url(../images/icon-close.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.search-expanded form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-expanded .btn {
  border: none;
}
.search-expanded h3 {
  margin-top: 0;
  margin-bottom: 10px;
}
.search-expanded input {
  border: 1px solid #bbbbbb;
  background: #f1f1f1;
  padding: 15px;
  width: 100%;
  font-size: 15px;
  color: #0F2D2D;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  border-radius: 63px 0 0 63px;
}
.search-expanded input::-webkit-input-placeholder {
  color: #0F2D2D;
}
.search-expanded input::-moz-placeholder {
  color: #0F2D2D;
}
.search-expanded input:-ms-input-placeholder {
  color: #0F2D2D;
}
.search-expanded input::-ms-input-placeholder {
  color: #0F2D2D;
}
.search-expanded input::placeholder {
  color: #0F2D2D;
}
.search-expanded input:focus {
  background: #ddecf6;
}
.search-expanded button {
  border-radius: 0 63px 63px 0;
  cursor: pointer;
  padding-right: 32px;
  font-weight: 700;
  width: 130px;
  color: #fff;
}
.search-expanded button:hover {
  background: #A3CD3A;
  color: #fff;
}
.search-expanded button:after, .search-expanded button:before {
  display: none;
}

.search-output {
  padding-bottom: 50px;
}
.search-output .row {
  border-bottom: 1px solid #ccc;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-output .row h4 {
  color: #0F2D2D;
  margin: 0;
  font-size: 18px;
}
.search-output .row h4 a {
  color: #0F2D2D;
}
.search-output .row h4 a:hover {
  color: #A3CD3A;
}
.search-output .row .right {
  min-width: 200px;
  margin-left: auto;
  text-align: right;
}
.search-output .pagination {
  margin-top: 30px;
  padding-top: 0;
}
.search-hero {
  padding-top: 10rem;
}
.search-hero h2 {
  font-size: 5rem;
}

.hero {
  position: relative;
  color: #fff;
}
.hero .container {
  width: 100%;
}
.hero h5 {
  font-size: 20px;
}
.hero:after {
  content: "";
  display: block;
  inset: 0 0 auto 0;
  position: absolute;
  height: 300px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}
.hero .video {
  position: absolute;
  inset: 0;
}
.hero .video:after {
  content: "";
  display: block;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
}
.hero .video .video-wrapper {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.hero .video .video-wrapper video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: none;
}
.hero .image {
  position: absolute;
  inset: 0;
}
.hero .image:after {
  content: "";
  display: block;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
}
.hero .image img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
  width: 100%;
  height: 100%;
}
.hero .blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.hero .block {
  width: 33.333%;
  margin-bottom: 10rem;
}
.hero .block h6 {
  text-transform: uppercase;
}
.hero .block p {
  font-size: 20px;
}
.hero .block a {
  color: #fff;
}
.hero .block a:hover {
  text-decoration: underline;
}
.hero .pageAlignFluid {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 100svh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.hero .pageAlignFluid .container {
  padding: 12rem 0;
}
.hero .bottom-bar {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  padding: 0 50px;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hero .bottom-bar .center {
  margin-left: 300px;
}
.hero .bottom-bar .right {
  margin-left: auto;
  padding-right: 30px;
  position: relative;
  cursor: pointer;
}
.hero .bottom-bar .right:after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  bottom: 0;
  top: 4px;
  right: 4px;
  background: url(../images/arrow-scroll-white.svg) no-repeat center center;
  background-size: contain;
}

.simple-content {
  padding: 12rem 0;
}
.simple-content h1, .simple-content h2, .simple-content h3 {
  margin: 0;
  width: 930px;
  max-width: 100%;
  position: relative;
  color: rgba(255, 255, 255, 0);
  background: -webkit-gradient(linear, left top, right top, from(#000), to(#000), color-stop(0.5, #A3CD3A));
  background: -moz-gradient(linear, left top, right top, from(#000), to(#000), color-stop(0.5, #A3CD3A));
  background: gradient(linear, left top, right top, from(#000), to(#000), color-stop(0.5, #A3CD3A));
  background-size: 150px 100%;
  -webkit-background-clip: text;
          background-clip: text;
  background-position: 50% 50%;
  -webkit-animation-name: shimmer;
          animation-name: shimmer;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: #000;
  background-position: -50% top;
}
.simple-content h5 {
  font-size: 22px;
  margin: 30px 0 0 0;
  color: #A8ACA2;
}
.simple-content h6 {
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
}

.promise-commitment .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.promise-commitment .contents {
  width: 50%;
}
.promise-commitment .images {
  width: 50%;
  position: relative;
  padding-left: 10rem;
}
.promise-commitment .images .image {
  height: 80vh;
  position: absolute;
  position: sticky;
  top: 150px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.promise-commitment .images .image .image-wrapper {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 15px;
}
.promise-commitment .images .image .image-wrapper img {
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.promise-commitment .content {
  position: sticky;
  top: 90px;
  background: #fff;
  height: 80vh;
}
.promise-commitment .content .title {
  font-size: 13px;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #C8C8C8;
  height: 50px;
  line-height: 50px;
}
.promise-commitment .content .title .right {
  margin-left: auto;
  color: #9E9E9E;
}
.promise-commitment .content h3 {
  width: 660px;
  max-width: 100%;
}
body.home .offerings-carousel {
  margin-top: -5rem;
}

.offerings-carousel {
  overflow: hidden;
  margin-bottom: 7rem;
}
.offerings-carousel .bottom-content {
  margin-top: 40px;
}

.carousel {
  position: relative;
}
.carousel:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  bottom: -1px;
  right: -1px;
  right: 100%;
  width: 9000px;
  background: #fff;
  z-index: 2;
}
.carousel .swiper-slide {
  width: 480px;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  height: auto;
}
.carousel .swiper-slide:hover .image-wrapper {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.carousel .swiper-slide:hover .content .bottom:after {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.carousel .swiper-slide .image {
  position: absolute;
  inset: 0;
}
.carousel .swiper-slide .image:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0.3;
}
.carousel .swiper-slide .image .image-wrapper {
  position: absolute;
  inset: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.carousel .swiper-slide .image img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
  width: 100%;
  height: 100%;
}
.carousel .swiper-slide .content {
  position: relative;
  color: #fff;
  z-index: 1;
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  width: 100%;
}
.carousel .swiper-slide .content .top {
  font-size: 13px;
  font-weight: 300;
  padding: 30px 20px;
  margin-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.carousel .swiper-slide .content .top span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  margin-left: 30px;
}
.carousel .swiper-slide .content .center {
  margin-top: auto;
  margin-bottom: 20px;
  padding: 20px;
  width: 100%;
}
.carousel .swiper-slide .content .center p {
  margin: 0;
}
.carousel .swiper-slide .content .bottom {
  margin-top: 10px;
  width: 100%;
  margin-top: auto;
  padding: 30px 20px;
  font-size: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
}
.carousel .swiper-slide .content .bottom:after {
  content: "";
  right: 20px;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -7px;
  background: url(../images/arrow-diagonal-black.svg) no-repeat center center;
  -webkit-filter: invert(1);
          filter: invert(1);
  background-size: contain;
  position: absolute;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.videos-parallax {
  position: relative;
}
.videos-parallax .video-wrapper {
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}
.videos-parallax .video-wrapper .video {
  position: absolute;
  inset: 0;
}
.videos-parallax .video-wrapper .video:after {
  content: "";
  display: block;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
}
.videos-parallax .video-wrapper .video .video-wrapper {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.videos-parallax .video-wrapper .video .video-wrapper video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: none;
}
.videos-parallax .video-wrapper .image {
  position: absolute;
  inset: 0;
}
.videos-parallax .video-wrapper .image:after {
  content: "";
  display: block;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
}
.videos-parallax .video-wrapper .image img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
  width: 100%;
  height: 100%;
}
.videos-parallax .video-wrapper .pageAlignFluid {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}
.videos-parallax .video-wrapper .pageAlignFluid .container {
  width: 100%;
  color: #fff;
}
.videos-parallax .video-wrapper .pageAlignFluid .container p {
  margin: 0;
}
.videos-parallax .video-wrapper .pageAlignFluid .container h2 {
  margin: 0;
  font-size: 9rem;
  line-height: 1.2;
}
.videos-parallax .video-wrapper .pageAlignFluid .container h4 {
  width: 610px;
  max-width: 100%;
  margin-inline: auto;
}

.insights-overview.category-version {
  background: #A4B895;
  padding-bottom: 5rem;
  margin-top: 9rem;
}
.insights-overview.category-version .article {
  border-color: #A4B895;
}
.insights-overview .top {
  padding: 10rem 0 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.insights-overview .top h4, .insights-overview .top h6 {
  margin: 0;
}
.insights-overview .top .title {
  margin-left: 10rem;
}
.insights-overview .top .right {
  margin-left: auto;
}
.insights-overview .article {
  background: #E4E6D9;
  border-radius: 15px;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #0F2D2D;
  position: sticky;
  top: 90px;
  margin-bottom: 7px;
}
.insights-overview .article:nth-child(2) {
  background: #CCD0C2;
}
.insights-overview .article:nth-child(3) {
  background: #BCBFB6;
}
.insights-overview .article:nth-child(4) {
  background: #A8ACA2;
}
.insights-overview .article:nth-child(5) {
  background: #A4B895;
}
.insights-overview .article:hover:after {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.insights-overview .article:hover .right .image .image-wrapper {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.insights-overview .article:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 20px;
  left: 30px;
  height: 30px;
  width: 30px;
  background: url(../images/arrow-diagonal-black-article.svg) no-repeat center center;
  background-size: contain;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.insights-overview .article .left {
  width: 50%;
  padding: 30px;
}
.insights-overview .article .category, .insights-overview .article .date {
  font-size: 12px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.insights-overview .article .title {
  margin-top: 50px;
  font-size: 24px;
}
.insights-overview .article .title h5 {
  margin: 60px 0 0 0;
}
.insights-overview .article .author {
  font-size: 12px;
  margin-top: 20px;
  margin-bottom: 100px;
}
.insights-overview .article .right {
  width: 50%;
  position: relative;
}
.insights-overview .article .right .image {
  position: absolute;
  inset: 25px;
  overflow: hidden;
  border-radius: 15px;
}
.insights-overview .article .right .image .image-wrapper {
  position: absolute;
  inset: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.insights-overview .article .right .image img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
  width: 100%;
  height: 100%;
}

.our-impact {
  background: #0F2D2D;
  color: #fff;
}
.our-impact .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10rem 0 30px 0;
}
.our-impact .top .right {
  margin-left: auto;
}
.our-impact .blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 8rem 0 50px 0;
}
.our-impact .blocks .block {
  width: 33.3333%;
  border-right: 1px solid rgba(255, 255, 255, 0.45);
  padding: 0 30px;
  color: rgba(255, 255, 255, 0.33);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.our-impact .blocks .block .icon {
  border-top: 1px solid rgba(255, 255, 255, 0.45);
  width: 100%;
  padding-top: 30px;
  height: 100px;
}
.our-impact .blocks .block .icon img {
  height: 100%;
  width: auto;
}
.our-impact .blocks .block .content {
  margin-top: 150px;
  width: 100%;
  min-height: 160px;
}
.our-impact .blocks .block p {
  width: 270px;
  max-width: 100%;
  font-size: 16px;
  margin-bottom: 0;
}
.our-impact .blocks .block h2 {
  color: #fff;
  font-size: 7rem;
  font-weight: 400;
  margin: 0;
}
.our-impact .blocks .block h2 strong {
  font-weight: 400;
}
.our-impact .blocks .block:last-child {
  border-right: none;
}

.membership-overview {
  background: #e0e4e4;
  margin-top: 10rem;
}
.membership-overview h1, .membership-overview h2, .membership-overview h3 {
  margin: 0;
  width: 930px;
  max-width: 100%;
  position: relative;
  color: rgba(255, 255, 255, 0);
  background: -webkit-gradient(linear, left top, right top, from(#000), to(#000), color-stop(0.5, #A3CD3A));
  background: -moz-gradient(linear, left top, right top, from(#000), to(#000), color-stop(0.5, #A3CD3A));
  background: gradient(linear, left top, right top, from(#000), to(#000), color-stop(0.5, #A3CD3A));
  background-size: 150px 100%;
  -webkit-background-clip: text;
          background-clip: text;
  background-position: 50% 50%;
  -webkit-animation-name: shimmer;
          animation-name: shimmer;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: #000;
  background-position: -50% top;
}
.membership-overview .top {
  padding: 10rem 0 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.membership-overview .top h4, .membership-overview .top h6 {
  margin: 0;
}
.membership-overview .top .title {
  margin-left: 10rem;
}
.membership-overview .top .right {
  margin-left: auto;
}
.membership-overview .top .right a.btn {
  margin-left: 20px;
}
.membership-overview .center {
  width: 870px;
  max-width: 100%;
  padding-left: calc(10rem + 20px);
}

.logos-slider {
  border-top: 1px solid #C8C8C8;
  padding: 50px 0;
  margin-top: 10rem;
  position: relative;
}
.logos-slider:before, .logos-slider:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 150px;
  z-index: 2;
}
.logos-slider:before {
  left: -1px;
  background: -webkit-gradient(linear, left top, right top, from(#e0e4e4), to(rgba(200, 200, 200, 0)));
  background: linear-gradient(90deg, #e0e4e4 0%, rgba(200, 200, 200, 0) 100%);
}
.logos-slider:after {
  right: -1px;
  background: -webkit-gradient(linear, right top, left top, from(#e0e4e4), to(rgba(200, 200, 200, 0)));
  background: linear-gradient(-90deg, #e0e4e4 0%, rgba(200, 200, 200, 0) 100%);
}

.marquee {
  --gap: 1rem;
  --marquee-state: running;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  gap: var(--gap);
}
.marquee img {
  margin: 50px;
  -webkit-filter: saturate(0);
          filter: saturate(0);
}
.marquee ul {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  gap: var(--gap);
  margin: 0;
  padding: 0;
  min-width: 100%;
  -webkit-animation: scroll 220s linear infinite;
          animation: scroll 220s linear infinite;
  -webkit-animation-play-state: var(--marquee-state);
          animation-play-state: var(--marquee-state);
  will-change: transform;
}

@-webkit-keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
            transform: translateX(calc(-100% - var(--gap)));
  }
}

@keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
            transform: translateX(calc(-100% - var(--gap)));
  }
}
.two-column-cta {
  padding: 10rem 0;
}
.two-column-cta .blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.two-column-cta .block {
  width: 49%;
  margin-right: 1%;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  height: 75vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.two-column-cta .block:hover h4:after {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.two-column-cta .block:hover .image-wrapper {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.two-column-cta .block.has-image .content {
  color: #fff;
}
.two-column-cta .block.has-image .content h1, .two-column-cta .block.has-image .content h2, .two-column-cta .block.has-image .content h3, .two-column-cta .block.has-image .content h4 {
  color: #fff;
}
.two-column-cta .block.has-image .content h4:before {
  background: #CDDE00;
}
.two-column-cta .block .image, .two-column-cta .block .image-wrapper {
  position: absolute;
  inset: 0;
}
.two-column-cta .block .image-wrapper {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.two-column-cta .block img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
  width: 100%;
  height: 100%;
}
.two-column-cta .block .content {
  position: relative;
  z-index: 2;
  font-size: 16px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
  padding-right: 70px;
}
.two-column-cta .block .content h2, .two-column-cta .block .content h3, .two-column-cta .block .content h4, .two-column-cta .block .content h5 {
  color: #000;
  margin: 0;
}
.two-column-cta .block .content h4 {
  display: inline-block;
  position: relative;
}
.two-column-cta .block .content h4:before {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -25px;
  margin-left: 20px;
  background: #E0E4E4;
  width: 50px;
  height: 50px;
  border-radius: 100%;
}
.two-column-cta .block .content h4:after {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  margin-left: 20px;
  top: 50%;
  margin-top: -25px;
  background: url(../images/arrow-diagonal-black-article.svg) no-repeat center center;
  background-size: 50%;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.two-column-cta .block .content .subtitle {
  margin-top: 10px;
}
footer {
  background: #0F2D2D url(../images/logo-mark-footer.svg) no-repeat center center;
  background-size: auto 100%;
  color: #fff;
}
footer form {
  position: relative;
  margin: 0;
  padding: 0;
  width: 360px;
  max-width: 100%;
}
footer form input[type=email] {
  border-radius: 60px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  color: #fff;
  font-size: 16px;
  background: transparent;
  padding: 15px 60px 15px 25px;
  width: 100%;
}
footer form input[type=email]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
footer form input[type=email]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
footer form input[type=email]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
footer form input[type=email]::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
footer form input[type=email]::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
footer form button {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 40px;
  height: 40px;
  background: #fff url(../images/arrow-diagonal-black.svg) no-repeat center center;
  border: none;
  border-radius: 100%;
  cursor: pointer;
}
footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: calc(100svh - 90px);
  padding-top: 8rem;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #CDDE00;
}
footer .logo {
  background: url(../images/logo-footer.svg) no-repeat center center;
  background-size: contain;
  width: 115px;
  height: 40px;
  margin-bottom: 25px;
}
footer .title {
  font-size: 3rem;
  color: #CDDE00;
}
footer .top-content {
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  padding-bottom: 5rem;
  width: 100%;
}
footer .middle-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
  font-size: 16px;
  width: 100%;
}
footer .middle-content strong {
  color: #fff;
}
footer .middle-content .col {
  width: 33.333%;
  padding-right: 30px;
}
footer .middle-content ul {
  padding-left: 0;
}
footer .middle-content ul li {
  margin-bottom: 5px;
}
footer .middle-content ul a {
  color: rgba(255, 255, 255, 0.6);
  display: inline-block;
  padding-right: 18px;
  position: relative;
}
footer .middle-content ul a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 8px;
  background: url(../images/arrow-diagonal-black.svg) no-repeat center center;
  background-size: contain;
  -webkit-filter: brightness(0) saturate(100%) invert(71%) sepia(86%) saturate(699%) hue-rotate(15deg) brightness(101%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(71%) sepia(86%) saturate(699%) hue-rotate(15deg) brightness(101%) contrast(101%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
footer .middle-content ul a:hover {
  color: #CDDE00;
}
footer .middle-content ul a:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
footer .bottom-content {
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  padding-bottom: 30px;
}
footer .bottom-content ul {
  margin: 0;
  padding: 0;
}
footer .bottom-content .col {
  width: 33.3333%;
}
footer .bottom-content .col .logomark {
  width: 110px;
  height: 56px;
  background: url(../images/agrisa-facilitated-footer.svg) no-repeat center center;
  background-size: contain;
  margin-bottom: 20px;
  margin-left: -10px;
}
footer .bottom-content .col:nth-child(2) {
  text-align: center;
}
footer .bottom-content .col:nth-child(2) ul li {
  display: inline-block;
}
footer .bottom-content .col:nth-child(2) ul li a {
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  padding: 0 20px;
}
footer .bottom-content .col:nth-child(2) ul li a:hover {
  color: #CDDE00;
}
footer .bottom-content .col:nth-child(3) {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
footer .bottom-content .col:nth-child(3) a {
  margin-left: 20px;
}
footer .bottom-content .col:nth-child(3) a:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(73%) sepia(98%) saturate(1368%) hue-rotate(17deg) brightness(104%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(73%) sepia(98%) saturate(1368%) hue-rotate(17deg) brightness(104%) contrast(101%);
}

.category-blocks {
  margin-top: -5rem;
}
.category-blocks .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.category-blocks .container .block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 15px;
  background: #E4E6D9;
  padding: 30px;
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.category-blocks .container .block:nth-child(2) {
  background: #BCBFB6;
}
.category-blocks .container .block:nth-child(3) {
  background: #A8ACA2;
}
.category-blocks .container .block:last-child {
  background: #A4B895;
}
.category-blocks .container .block .number {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 20px;
}
.category-blocks .container .block .content {
  margin-top: auto;
  font-size: 20px;
  font-weight: 500;
}

.why-we-exist-top {
  background: #fff;
  padding-top: 7rem;
}
.why-we-exist-top .top {
  padding: 10rem 0 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.why-we-exist-top .top h4, .why-we-exist-top .top h6 {
  margin: 0;
}
.why-we-exist-top .top .title {
  margin-left: 10rem;
}
.why-we-exist-top .top .right {
  margin-left: auto;
}

body.about .why-we-exist .contents {
  padding-left: calc(10rem + 85px);
}

.why-we-exist {
  padding: 7rem 0;
  background: #fff;
}
.why-we-exist h1, .why-we-exist h2, .why-we-exist h3 {
  margin: 0;
  width: 930px;
  max-width: none;
  position: relative;
  color: rgba(255, 255, 255, 0);
  background: -webkit-gradient(linear, left top, right top, from(#000), to(#000), color-stop(0.5, #A3CD3A));
  background: -moz-gradient(linear, left top, right top, from(#000), to(#000), color-stop(0.5, #A3CD3A));
  background: gradient(linear, left top, right top, from(#000), to(#000), color-stop(0.5, #A3CD3A));
  background-size: 150px 100%;
  -webkit-background-clip: text;
          background-clip: text;
  background-position: 50% 50%;
  -webkit-animation-name: shimmer;
          animation-name: shimmer;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: #000;
  background-position: -50% top;
}
.why-we-exist .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.why-we-exist .contents {
  width: 50%;
}
.why-we-exist .images {
  width: 50%;
  position: relative;
  padding-left: 10rem;
}
.why-we-exist .images .image {
  height: 80vh;
  position: absolute;
  position: sticky;
  top: 150px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.why-we-exist .images .image .image-wrapper {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 15px;
}
.why-we-exist .images .image .image-wrapper img {
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.why-we-exist .content {
  position: sticky;
  top: 150px;
  background: #fff;
  height: 80vh;
}
.why-we-exist .content:not(:first-child):after {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin-top: -1px;
  height: 150px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
.why-we-exist .content .title {
  font-size: 13px;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #C8C8C8;
  height: 50px;
  line-height: 50px;
}
.why-we-exist .content .title .right {
  margin-left: auto;
  color: #9E9E9E;
}
.why-we-exist .content h3 {
  width: 660px;
  max-width: 100%;
}
.our-commitment {
  padding: 10rem 0;
}
.our-commitment h1, .our-commitment h2, .our-commitment h3 {
  margin: 0;
  width: 1150px;
  max-width: 100%;
  position: relative;
  color: rgba(255, 255, 255, 0);
  background: -webkit-gradient(linear, left top, right top, from(#000), to(#000), color-stop(0.5, #A3CD3A));
  background: -moz-gradient(linear, left top, right top, from(#000), to(#000), color-stop(0.5, #A3CD3A));
  background: gradient(linear, left top, right top, from(#000), to(#000), color-stop(0.5, #A3CD3A));
  background-size: 150px 100%;
  -webkit-background-clip: text;
          background-clip: text;
  background-position: 50% 50%;
  -webkit-animation-name: shimmer;
          animation-name: shimmer;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: #000;
  background-position: -50% top;
}
.our-commitment h2 {
  font-size: 9rem;
  line-height: 1.2;
  margin-bottom: 5rem;
}
.our-commitment p {
  width: 500px;
  max-width: 100%;
}
.our-commitment .right {
  padding-left: 10rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
.our-commitment .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.envisage-animation {
  background: #0F2D2D;
  height: 300vh;
  position: relative;
  overflow: hidden;
}
.envisage-animation .image {
  position: fixed;
  top: 50%;
  left: 50%;
  border-radius: 15px;
  overflow: hidden;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
.envisage-animation .image:nth-child(1) {
  top: 1%;
  left: 50%;
  margin-left: -190px;
}
.envisage-animation .image:nth-child(2) {
  top: 12%;
  left: 85%;
}
.envisage-animation .image:nth-child(3) {
  top: 45%;
  left: 79%;
}
.envisage-animation .image:nth-child(4) {
  top: 73%;
  left: 50%;
  margin-left: -185px;
}
.envisage-animation .image:nth-child(5) {
  top: 69%;
  left: 2%;
}
.envisage-animation .image:nth-child(6) {
  top: 8%;
  left: 2%;
}
.envisage-animation .text {
  position: fixed;
  -webkit-transform: translate(-50%, -50%) scale(0.7);
          transform: translate(-50%, -50%) scale(0.7);
  top: 50%;
  left: 50%;
  width: 680px;
  margin-top: 70px;
  font-size: 6rem;
  text-align: center;
  color: #CDDE00;
  line-height: 1.1;
  opacity: 0;
  z-index: 3;
}
.envisage-animation .logomark {
  background: url(../images/explode-logo.svg) no-repeat center center;
  background-size: contain;
  width: 44px;
  height: 53px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: 0;
  -webkit-transform: translate(-50%, -50%) scale(8);
          transform: translate(-50%, -50%) scale(8);
  z-index: 2;
  -webkit-filter: saturate(0);
          filter: saturate(0);
  opacity: 0.1;
}

body.history .two-column-image-content .block {
  margin: 10rem 0;
}
body.history .two-column-image-content .block .content {
  width: 670px;
  padding-right: 5rem;
  max-width: 100%;
}
body.history .two-column-image-content .block .image {
  margin-left: auto;
}
body.history .two-column-image-content .block.reverse-order .content {
  padding-right: 0;
  padding-left: 5rem;
  margin-right: auto;
}
body.history .two-column-image-content .block.reverse-order .image {
  margin-left: 0;
  margin-right: 0;
}

.two-column-image-content {
  background: #CCD0C2;
  padding: 8rem 0;
}
.two-column-image-content h1, .two-column-image-content h2, .two-column-image-content h3 {
  margin: 0;
  position: relative;
  color: rgba(255, 255, 255, 0);
  background: -webkit-gradient(linear, left top, right top, from(#000), to(#000), color-stop(0.5, #A3CD3A));
  background: -moz-gradient(linear, left top, right top, from(#000), to(#000), color-stop(0.5, #A3CD3A));
  background: gradient(linear, left top, right top, from(#000), to(#000), color-stop(0.5, #A3CD3A));
  background-size: 150px 100%;
  -webkit-background-clip: text;
          background-clip: text;
  background-position: 50% 50%;
  -webkit-animation-name: shimmer;
          animation-name: shimmer;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: #000;
  background-position: -50% top;
}
.two-column-image-content .top {
  padding: 10rem 0 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.two-column-image-content .top h4, .two-column-image-content .top h6 {
  margin: 0;
}
.two-column-image-content .top .title {
  margin-left: 10rem;
}
.two-column-image-content .top .right {
  margin-left: auto;
}
.two-column-image-content .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 7rem 0;
}
.two-column-image-content .block.reverse-order {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.two-column-image-content .block.reverse-order .content {
  padding-right: 0;
  padding-left: 20rem;
}
.two-column-image-content .block:last-child {
  margin-bottom: 0;
}
.two-column-image-content .content {
  width: 50%;
  padding-right: 20rem;
}
.two-column-image-content .image {
  width: 50%;
}
.two-column-image-content .image .image-wrapper {
  border-radius: 15px;
  overflow: hidden;
}

.two-column-cta-v2 {
  background: #E4E6D9;
  padding: 13rem 0 10rem 0;
}
.two-column-cta-v2 .blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.two-column-cta-v2 a.block:hover h4:after {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.two-column-cta-v2 a.block:hover .image-wrapper {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.two-column-cta-v2 .block {
  width: 48%;
  height: 75vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.two-column-cta-v2 .block .subtitle {
  position: absolute;
  top: 0;
  margin-top: -70px;
  min-width: 100%;
  color: #000;
  text-transform: uppercase;
}
.two-column-cta-v2 .block .image, .two-column-cta-v2 .block .image-wrapper {
  border-radius: 15px;
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.two-column-cta-v2 .block .image-wrapper {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.two-column-cta-v2 .block .image-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
}
.two-column-cta-v2 .block img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
  width: 100%;
  height: 100%;
}
.two-column-cta-v2 .block .content {
  position: relative;
  z-index: 2;
  min-width: 100%;
  color: #fff;
  padding: 4rem;
}
.two-column-cta-v2 .block .content h4 {
  margin: 0;
  width: 530px;
  max-width: 100%;
}
.two-column-cta-v2 .block .bottom {
  width: 100%;
  padding: 30px 20px;
  font-size: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
}
.two-column-cta-v2 .block .bottom:after {
  content: "";
  right: 20px;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -7px;
  background: url(../images/arrow-diagonal-black.svg) no-repeat center center;
  -webkit-filter: invert(1);
          filter: invert(1);
  background-size: contain;
  position: absolute;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.three-column-cta {
  padding: 2rem 0 10rem 0;
}
.three-column-cta .blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.three-column-cta .block {
  width: 32.5%;
  height: 65vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.three-column-cta .block .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.three-column-cta .block .title span {
  display: inline-block;
  width: 50px;
  font-size: 13px;
  font-weight: 500;
  margin-right: 30px;
}
.three-column-cta .block:hover h4:after {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.three-column-cta .block:hover .image-wrapper {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.three-column-cta .block .image, .three-column-cta .block .image-wrapper {
  border-radius: 15px;
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.three-column-cta .block .image-wrapper {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.three-column-cta .block .image-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
}
.three-column-cta .block img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
  width: 100%;
  height: 100%;
}
.three-column-cta .block .content {
  position: relative;
  z-index: 2;
  min-width: 100%;
  color: #fff;
  padding: 4rem;
}
.three-column-cta .block .content h4 {
  margin: 0;
  width: 530px;
  max-width: 100%;
}
.three-column-cta .block .subtitle {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  color: #fff;
  padding: 20px;
}
.three-column-cta .block .subtitle h6 {
  font-size: 18px;
}
.three-column-cta .block .bottom {
  width: 100%;
  padding: 30px 20px;
  font-size: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
}
.three-column-cta .block .bottom:after {
  content: "";
  right: 20px;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -7px;
  background: url(../images/arrow-diagonal-black.svg) no-repeat center center;
  -webkit-filter: invert(1);
          filter: invert(1);
  background-size: contain;
  position: absolute;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.two-column-text-borders {
  background: #fff;
  padding: 13rem 0 10rem 0;
}
.two-column-text-borders .blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.two-column-text-borders .block {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  padding: 0 5rem;
  border-right: 1px solid #c8c8c8;
}
.two-column-text-borders .block:last-child {
  border-right: none;
}
.two-column-text-borders .block .subtitle {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  min-width: 100%;
  text-transform: uppercase;
}
.two-column-text-borders .block .subtitle h6 {
  margin: 0;
}
.two-column-text-borders .block .inside {
  border-top: 1px solid #C8C8C8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 540px;
  max-width: 100%;
}
.two-column-text-borders .block .content {
  padding: 10rem 0 0 0;
}
.two-column-text-borders h1, .two-column-text-borders h2, .two-column-text-borders h3 {
  margin: 0 0 50px 0;
  position: relative;
  color: rgba(255, 255, 255, 0);
  background: -webkit-gradient(linear, left top, right top, from(#000), to(#000), color-stop(0.5, #A3CD3A));
  background: -moz-gradient(linear, left top, right top, from(#000), to(#000), color-stop(0.5, #A3CD3A));
  background: gradient(linear, left top, right top, from(#000), to(#000), color-stop(0.5, #A3CD3A));
  background-size: 150px 100%;
  -webkit-background-clip: text;
          background-clip: text;
  background-position: 50% 50%;
  -webkit-animation-name: shimmer;
          animation-name: shimmer;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: #000;
  background-position: -50% top;
}
.two-column-text-borders p:last-child {
  margin-bottom: 0;
}

.three-column-text-borders {
  background: #fff;
  padding: 5rem 0 10rem 0;
}
.three-column-text-borders .blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.three-column-text-borders .block {
  width: 33.333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 0 5rem;
  border-right: 1px solid #c8c8c8;
}
.three-column-text-borders .block:last-child {
  border-right: none;
}
.three-column-text-borders .block .number {
  margin-top: 5rem;
  min-width: 100%;
  text-transform: uppercase;
}
.three-column-text-borders .block .number h6 {
  margin: 0;
  font-size: 15px;
  font-weight: 300;
}
.three-column-text-borders .block .inside {
  border-top: 1px solid #C8C8C8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.three-column-text-borders .block .content {
  padding: 10rem 0 0 0;
}
.three-column-text-borders .block h5 {
  margin-bottom: 0;
}
.three-column-text-borders p:last-child {
  margin-bottom: 0;
}

.our-history {
  background: #E4E6D9;
}
.our-history .top {
  padding: 10rem 0 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.our-history .top h4, .our-history .top h6 {
  margin: 0;
}
.our-history .top .title {
  margin-left: 10rem;
}
.our-history .top .right {
  margin-left: auto;
}

.our-history {
  padding-bottom: 8rem;
  background: #E4E6D9;
  height: 100svh;
}
.our-history .top {
  padding: 10rem 0 30px 0;
  margin-bottom: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.our-history .top h4, .our-history .top h6 {
  margin: 0;
}
.our-history .top h4 {
  margin-bottom: 40px;
}
.our-history .top h6 {
  text-transform: uppercase;
  margin-top: 15px;
}
.our-history .top .title {
  margin-left: 10rem;
}
.our-history .top .right {
  margin-left: auto;
}
.our-history .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: calc(10rem + 80px);
}
.our-history .years {
  height: 300px;
  padding-top: 50px;
  margin-top: -65px;
  overflow: hidden;
  position: relative;
}
.our-history .years:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 200px;
  background: #E4E6D9;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(228, 230, 217)), to(rgba(228, 230, 217, 0)));
  background: linear-gradient(0deg, rgb(228, 230, 217) 0%, rgba(228, 230, 217, 0) 100%);
}
.our-history .years:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: #E4E6D9;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(228, 230, 217)), to(rgba(228, 230, 217, 0)));
  background: linear-gradient(180deg, rgb(228, 230, 217) 0%, rgba(228, 230, 217, 0) 100%);
  z-index: 1;
}
.our-history .years .year {
  font-size: 24px;
  color: rgba(15, 45, 45, 0.21);
}
.our-history .years .year.active {
  color: #0F2D2D;
}
.our-history .blocks {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 6rem;
  position: relative;
}
.our-history .blocks .line-slider {
  height: 1px;
  background: #C8C8C8;
  position: relative;
}
.our-history .blocks .line-slider .dot {
  height: 8px;
  width: 8px;
  background: #A3CD3A;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
}
.our-history .blocks .line-slider .progress-line {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  background: #000;
}
.our-history .blocks .block {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.our-history .blocks .content {
  font-size: 16px;
  width: 260px;
  max-width: 100%;
  opacity: 0;
}
.our-history .blocks .image {
  margin-left: auto;
  display: none;
}
.our-history .blocks .image img {
  border-radius: 15px;
  max-height: 350px;
}

.accordition {
  background: #CCD0C2;
  position: relative;
}
.accordition .top {
  padding: 10rem 0 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.accordition .top h4, .accordition .top h6 {
  margin: 0;
}
.accordition .top h4 {
  margin-bottom: 40px;
}
.accordition .top h6 {
  text-transform: uppercase;
  margin-top: 15px;
}
.accordition .top .title {
  margin-left: 10rem;
}
.accordition .top .right {
  margin-left: auto;
}
.accordition .blocks {
  padding-bottom: 50px;
  background: #CCD0C2;
}
.accordition .blocks .block {
  background: #CCD0C2;
  border-bottom: 1px solid #808080;
  bottom: 0;
  overflow: hidden;
}
.accordition .blocks .block:last-child {
  border-bottom: none !important;
}
.accordition .blocks .title {
  background: #CCD0C2;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.accordition .blocks .title .number {
  margin-right: 10rem;
  font-size: 15px;
  font-weight: 300;
}
.accordition .blocks .title h3 {
  margin: 0;
}
.accordition .blocks .content {
  position: relative;
  height: 0;
  overflow: hidden;
}
.accordition .blocks .content li {
  margin-bottom: 10px;
}
.accordition .blocks .content .image-background {
  position: absolute;
  inset: 0;
  border-radius: 15px;
  overflow: hidden;
}
.accordition .blocks .content .image-background:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}
.accordition .blocks .content .image-background img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
  width: 100%;
  height: 100%;
}
.accordition .blocks .content .text {
  padding: 15rem 10rem;
  color: #fff;
  font-size: 20px;
  position: relative;
  z-index: 2;
}

.membership-intro {
  padding: 8rem 0 0 0;
}
.membership-intro .main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.membership-intro .left {
  width: 50%;
}
.membership-intro .blocks {
  border-radius: 15px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 90vh;
}
.membership-intro .blocks .block {
  padding: 7rem 3rem;
  position: relative;
}
.membership-intro .blocks .block * {
  white-space: nowrap;
}
.membership-intro .blocks .block .background {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.membership-intro .blocks .block h4 {
  margin: 0 0 20px 0;
}
.membership-intro .blocks .block h2 {
  font-size: 7rem;
  font-weight: 600;
  margin: 0;
  line-height: 1;
}
.membership-intro .blocks .block h2 strong {
  font-size: 12rem;
  font-weight: 600;
}
.membership-intro .blocks .block p {
  margin: 0;
}
.membership-intro .blocks .block.block-top {
  -webkit-box-flex: 1;
      -ms-flex: 1 100%;
          flex: 1 100%;
  color: #000;
}
.membership-intro .blocks .block.block-top .background {
  background: #D1D8D8;
}
.membership-intro .blocks .block.block-left {
  color: #fff;
  width: 40%;
}
.membership-intro .blocks .block.block-left .background {
  background: #0F2D2D;
}
.membership-intro .blocks .block.block-right {
  color: #0F2D2D;
  width: 60%;
}
.membership-intro .blocks .block.block-right .background {
  background: #CDDE00;
}
.membership-intro .right {
  width: 50%;
  padding-left: 10rem;
  padding-right: 10rem;
}
.membership-intro .right h1, .membership-intro .right h2, .membership-intro .right h3 {
  margin: 0 0 50px 0;
  position: relative;
  color: rgba(255, 255, 255, 0);
  background: -webkit-gradient(linear, left top, right top, from(#000), to(#000), color-stop(0.5, #A3CD3A));
  background: -moz-gradient(linear, left top, right top, from(#000), to(#000), color-stop(0.5, #A3CD3A));
  background: gradient(linear, left top, right top, from(#000), to(#000), color-stop(0.5, #A3CD3A));
  background-size: 150px 100%;
  -webkit-background-clip: text;
          background-clip: text;
  background-position: 50% 50%;
  -webkit-animation-name: shimmer;
          animation-name: shimmer;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: #000;
  background-position: -50% top;
}
.membership-intro .logos-slider:before {
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, 0))) !important;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%) !important;
}
.membership-intro .logos-slider:after {
  background: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(255, 255, 255, 0))) !important;
  background: linear-gradient(-90deg, #fff 0%, rgba(255, 255, 255, 0) 100%) !important;
}

.membership-tabs {
  background: #D1D8D8;
  overflow: hidden;
}
.membership-tabs .top {
  padding: 10rem 0 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.membership-tabs .top h4, .membership-tabs .top h6 {
  margin: 0;
}
.membership-tabs .top h4 {
  margin-bottom: 40px;
}
.membership-tabs .top h6 {
  text-transform: uppercase;
  margin-top: 15px;
}
.membership-tabs .top .title {
  margin-left: 10rem;
}
.membership-tabs .top .right {
  margin-left: auto;
}
.membership-tabs .tab-titles {
  border-bottom: 1px solid rgba(15, 48, 48, 0.32);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: calc(10rem + 85px);
}
.membership-tabs .tab-titles .tabTitle {
  font-size: 20px;
  border-bottom: 4px solid transparent;
  padding: 10px 0;
  margin-right: 50px;
  cursor: pointer;
}
.membership-tabs .tab-titles .tabTitle.active {
  font-weight: 600;
  border-bottom: 4px solid #73A101;
}
.membership-tabs .tabs {
  padding-left: calc(10rem + 85px);
  margin-top: 6rem;
}
.membership-tabs .tabs .tab {
  display: none;
}
.membership-tabs .tabs .tab.active {
  display: block;
}
.membership-tabs .tabs .tab .tab-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 5rem;
}
.membership-tabs .tabs .tab .tab-blocks .block {
  min-width: 250px;
  color: rgba(15, 45, 45, 0.55);
  margin-right: 100px;
}
.membership-tabs .tabs .tab .tab-blocks .block h3 {
  margin: 0;
  font-size: 7rem;
  color: #0F2D2D;
}
.membership-tabs .tabs .tab .tab-blocks .block p {
  margin: 0;
}
.membership-tabs .tabs .tab .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
}
.membership-tabs .tabs .tab .logos .logo {
  width: calc(25% - 4rem);
  margin-bottom: 4rem;
}
.membership-tabs .tabs .tab .logos .logo .image {
  height: 140px;
  border-bottom: 1px solid rgba(15, 48, 48, 0.32);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.membership-tabs .tabs .tab .logos .logo img {
  -webkit-filter: saturate(0);
          filter: saturate(0);
}
.membership-tabs .tabs .tab .logos .logo .content {
  font-size: 15px;
}
.membership-tabs .tabs .tab .logos .logo .content a {
  color: #0F2D2D;
  text-decoration: underline;
}
.membership-tabs .tabs .tab .logos .logo .content a:hover {
  text-decoration: none;
}
.membership-tabs .tabs .membership-tab-slider {
  background: #fff;
  padding: 3rem 0;
  position: relative;
  display: none;
}
.membership-tabs .tabs .membership-tab-slider:before, .membership-tabs .tabs .membership-tab-slider:after {
  content: "";
  display: block;
  width: 9000px;
  top: 0;
  bottom: 0;
  position: absolute;
  background: #fff;
  z-index: 1;
}
.membership-tabs .tabs .membership-tab-slider:before {
  left: 100%;
  margin-left: -1px;
}
.membership-tabs .tabs .membership-tab-slider:after {
  right: 100%;
  margin-right: -1px;
}
.membership-tabs .tabs .membership-tab-slider .title, .membership-tabs .tabs .membership-tab-slider .carousel {
  position: relative;
  z-index: 2;
}

.industry-interventions-animated {
  background: #F1F5E6;
  padding: 10rem 0;
}
.industry-interventions-animated h3 {
  font-size: 7rem;
  margin: 0;
}
.industry-interventions-animated h3 strong {
  font-weight: 400;
}
.industry-interventions-animated h2 {
  font-size: 24px;
}
.industry-interventions-animated h6 {
  font-weight: 500;
  text-transform: uppercase;
}
.industry-interventions-animated hr {
  border: none;
  border-top: 1px solid #C8C8C8;
  height: 0;
  margin: 5rem 0;
}
.industry-interventions-animated em {
  font-style: normal;
  color: rgba(15, 45, 45, 0.55);
  font-size: 16px;
  margin-top: -20px;
  display: block;
}
.industry-interventions-animated .content-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10rem;
}
.industry-interventions-animated .content-block:last-child {
  margin-bottom: 0;
}
.industry-interventions-animated .contents .content {
  width: 50%;
  padding-top: 85px;
  padding-left: 10rem;
}
.industry-interventions-animated .images {
  width: 50%;
  position: relative;
}
.industry-interventions-animated .images .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 100%;
          flex: 1 100%;
  font-size: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
}
.industry-interventions-animated .images .title h3 {
  padding-left: 10rem;
  font-size: 4rem;
}
.industry-interventions-animated .images .image-container {
  position: sticky;
  top: 0;
}
.industry-interventions-animated .images .image {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.industry-interventions-animated .images .image .image-wrapper img {
  max-height: 80vh;
  border-radius: 15px;
}

.our-company h3 {
  position: relative;
  color: rgba(255, 255, 255, 0);
  background: -webkit-gradient(linear, left top, right top, from(#000), to(#000), color-stop(0.5, #A3CD3A));
  background: -moz-gradient(linear, left top, right top, from(#000), to(#000), color-stop(0.5, #A3CD3A));
  background: gradient(linear, left top, right top, from(#000), to(#000), color-stop(0.5, #A3CD3A));
  background-size: 150px 100%;
  -webkit-background-clip: text;
          background-clip: text;
  background-position: 50% 50%;
  -webkit-animation-name: shimmer;
          animation-name: shimmer;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: #000;
  background-position: -50% top;
  margin: 0;
}
.our-company h6 {
  margin: 0;
}
.our-company p:first-child {
  margin-top: 0;
}
.our-company .company-hero {
  padding: 15rem 0 10rem 0;
  background: #E4E6D9;
}
.our-company .company-hero h5 {
  font-size: 20px;
  font-weight: 500;
}
.our-company .company-hero h2 {
  font-size: 8rem;
  margin: 0;
  width: 920px;
  max-width: 100%;
}
.our-company .execs {
  background: #E4E6D9;
}
.our-company .execs .container {
  padding: 10rem 0;
}
.our-company .execs .top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.our-company .execs .top h6 {
  position: absolute;
  top: 10px;
  left: 0;
}
.our-company .execs .top h3 {
  width: 50%;
  padding-left: 12rem;
}
.our-company .execs .top .content {
  width: 50%;
  padding-left: 8rem;
}
.our-company .execs h5 {
  font-size: 20px;
  font-weight: 500;
}
.our-company .execs h2 {
  font-size: 8rem;
  margin: 0;
  width: 920px;
  max-width: 100%;
}
.our-company .our-executives {
  background: #E4E6D9;
}
.our-company .our-executives .container {
  padding: 10rem 0;
  border-top: 1px solid rgba(15, 45, 45, 0.2);
}
.our-company .our-executives .top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.our-company .our-executives .top h6 {
  position: absolute;
  top: 10px;
  left: 0;
}
.our-company .our-executives .top h3 {
  width: 50%;
  padding-left: 12rem;
}
.our-company .our-executives .top .content {
  width: 50%;
  padding-left: 8rem;
}
.our-company .our-executives h5 {
  font-size: 20px;
  font-weight: 500;
}
.our-company .our-executives h2 {
  font-size: 8rem;
  margin: 0;
  width: 920px;
  max-width: 100%;
}
.our-company .staff {
  background: #fff;
}
.our-company .staff .container {
  padding: 10rem 0;
}
.our-company .staff .top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.our-company .staff .top h6 {
  position: absolute;
  top: 10px;
  left: 0;
}
.our-company .staff .top h3 {
  width: 50%;
  padding-left: 12rem;
}
.our-company .staff .top .content {
  width: 50%;
  padding-left: 8rem;
}
.our-company .staff h5 {
  font-size: 20px;
  font-weight: 500;
}
.our-company .staff h2 {
  font-size: 8rem;
  margin: 0;
  width: 920px;
  max-width: 100%;
}
.our-company .our-team {
  background: #fff;
}
.our-company .our-team .container {
  padding: 10rem 0;
  border-top: 1px solid rgba(15, 45, 45, 0.2);
}
.our-company .our-team .top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.our-company .our-team .top h6 {
  position: absolute;
  top: 10px;
  left: 0;
}
.our-company .our-team .top h3 {
  width: 50%;
  padding-left: 12rem;
}
.our-company .our-team .top .content {
  width: 50%;
  padding-left: 8rem;
}
.our-company .our-team h5 {
  font-size: 20px;
  font-weight: 500;
}
.our-company .our-team h2 {
  font-size: 8rem;
  margin: 0;
  width: 920px;
  max-width: 100%;
}

.members-grid {
  padding-left: 12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem;
  padding-top: 7rem;
}
.members-grid .member {
  width: calc(25% - 3rem);
  margin-bottom: 3rem;
  cursor: pointer;
}
.members-grid .member .image {
  position: relative;
  height: 0;
  padding-bottom: 140%;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 10px;
}
.members-grid .member .image .glow {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background: greenyellow;
  z-index: 2;
  -webkit-filter: blur(50px);
          filter: blur(50px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
}
.members-grid .member .image .image-wrapper {
  position: absolute;
  inset: 0;
}
.members-grid .member .image .image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
  width: 100%;
  height: 100%;
}
.members-grid .member .title {
  font-size: 22px;
}
.members-grid .member .position {
  color: #767676;
  font-size: 15px;
}

.lightbox-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  pointer-events: none;
}
.lightbox-wrapper.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.lightbox-wrapper .inside {
  background: #fff;
  border-radius: 15px;
  overflow-y: auto;
  max-height: calc(100vh - 150px);
  width: 1200px;
  max-width: 100%;
  margin: 50px;
  margin-top: 100px;
  padding: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.lightbox-wrapper .inside .close {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 30px;
  right: 30px;
  background: url(../images/close.svg) no-repeat center center;
  background-size: contain;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.lightbox-wrapper .inside .close:hover {
  opacity: 0.7;
}
.lightbox-wrapper .inside .left {
  width: 30%;
}
.lightbox-wrapper .inside .left img {
  border-radius: 15px;
}
.lightbox-wrapper .inside .right {
  width: 70%;
  padding-left: 10rem;
  font-size: 15px;
}
.lightbox-wrapper .inside .right h2 {
  font-size: 4rem;
}
.lightbox-wrapper .inside .right .position {
  color: #767676;
  font-size: 18px;
}

.news-archive {
  background: #E4E6D9;
  padding: 15rem 0 5rem 0;
}
.news-archive.events-version {
  background: #0F2D2D;
  color: #E4E6D9;
}
.news-archive.events-version .latest-post a:hover .right h5 {
  color: #CDDE00;
}
.news-archive.events-version .latest-post a:hover .right .bottom {
  color: #CDDE00;
}
.news-archive.events-version .latest-post a:hover .right .bottom:before {
  background: #CDDE00;
}
.news-archive.events-version .latest-post .top h6 {
  width: 36px;
}
.news-archive.events-version .latest-post .block {
  border-bottom-color: #436F6F;
}
.news-archive.events-version .latest-post .block .right h5 {
  color: #E4E6D9;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.news-archive.events-version .latest-post .block .right .bottom {
  color: #E4E6D9;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.news-archive.events-version .latest-post .block .right .bottom:before {
  background: #A4B895;
}
.news-archive.events-version .post-grid .block {
  border-right-color: #436F6F;
}
.news-archive.events-version .post-grid .block .right h5 {
  color: #E4E6D9;
}
.news-archive.events-version .post-grid .block .right .bottom {
  border-bottom-color: #436F6F;
  color: #E4E6D9;
}
.news-archive.events-version .pagination a.page-numbers:not(.page) {
  color: #E4E6D9;
}
.news-archive .container > .top {
  border-bottom: 1px solid rgba(15, 45, 45, 0.2);
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.news-archive .container > .top .right {
  margin-left: auto;
}
.news-archive .container > .top .right .news-filters form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news-archive .container > .top .right .news-filters form .nice-select {
  background: #fff;
  border-radius: 63px;
  height: 48px;
  line-height: 48px;
  padding-right: 70px;
  padding-left: 20px;
  margin-left: 15px;
}
.news-archive .container > .top .right .news-filters form .nice-select:after {
  content: "";
  border: none;
  -webkit-transform: none;
          transform: none;
  display: block;
  position: absolute;
  width: 41px;
  height: 41px;
  top: 50%;
  right: 3px;
  background: #A3CD3A url(../images/arrow-filter.svg) no-repeat center center;
  border-radius: 100%;
  background-size: 40%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-top: -20px;
}
.news-archive .container > .top .right .news-filters form .nice-select .list {
  border-radius: 12px;
}
.news-archive .container > .top h6, .news-archive .container > .top h2 {
  margin: 0;
}
.news-archive .latest-post {
  margin-bottom: 4rem;
}
.news-archive .latest-post .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10rem 0 10px 0;
  margin-bottom: 4rem;
}
.news-archive .latest-post .top h6 {
  margin: 0;
}
.news-archive .latest-post .top h3 {
  margin: 0;
  margin-left: 10rem;
}
.news-archive .latest-post .block {
  margin-left: calc(10rem + 36px);
  border-bottom: 1px solid rgba(15, 45, 45, 0.2);
  padding-bottom: 30px;
}
.news-archive .latest-post .block a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news-archive .latest-post .block a:hover .image-wrapper {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.news-archive .latest-post .block a:hover .right .bottom:after {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.news-archive .latest-post .block .left {
  width: 65%;
}
.news-archive .latest-post .block .left .image {
  height: 0;
  padding-bottom: 55%;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.news-archive .latest-post .block .left .image .image-wrapper {
  position: absolute;
  inset: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.news-archive .latest-post .block .left .image .image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: none;
}
.news-archive .latest-post .block .right {
  width: 35%;
  padding-left: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news-archive .latest-post .block .right h5 {
  color: #0F2D2D;
  margin: 0;
  min-width: 100%;
}
.news-archive .latest-post .block .right .bottom {
  margin-top: auto;
  min-width: 100%;
  position: relative;
  font-weight: 300;
  font-size: 15px;
  color: rgb(147, 147, 147);
}
.news-archive .latest-post .block .right .bottom:before {
  content: "";
  display: block;
  position: absolute;
  width: 41px;
  height: 41px;
  top: 3px;
  right: 0;
  background: #CDDE00;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-top: -20px;
}
.news-archive .latest-post .block .right .bottom:after {
  content: "";
  display: block;
  position: absolute;
  width: 41px;
  height: 41px;
  top: 2px;
  right: 0;
  background: url(../images/arrow-diagonal-black.svg) no-repeat center center;
  background-size: 20%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-top: -20px;
}

.post-grid {
  margin-left: calc(10rem + 36px - 1%);
  margin-right: -1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 5rem 0;
}
.post-grid .block {
  width: 33.3333%;
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 100px;
  border-right: 1px solid #B0B0B0;
  padding-inline: 1%;
}
.post-grid .block:nth-child(3n), .post-grid .block:last-child {
  border-right: none;
}
.post-grid .block:nth-child(3n) {
  /* padding-right:0;
  .right {
  	.bottom {
  		right:0;
  	}
  } */
}
.post-grid .block a:hover .image-wrapper {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.post-grid .block a:hover .right .bottom:before {
  background: #A3CD3A;
}
.post-grid .block a:hover .right .bottom:after {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.post-grid .block .left {
  width: 100%;
}
.post-grid .block .left .image {
  width: 100%;
  height: 0;
  padding-bottom: 65%;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.post-grid .block .left .image .image-wrapper {
  position: absolute;
  inset: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.post-grid .block .left .image .image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: none;
}
.post-grid .block .right {
  padding-top: 20px;
  margin-top: auto;
}
.post-grid .block .right h5 {
  color: #0F2D2D;
  margin: 0;
  min-width: 100%;
}
.post-grid .block .right .bottom {
  margin-top: 50px;
  padding-bottom: 30px;
  position: relative;
  font-weight: 300;
  border-bottom: 1px solid #B0B0B0;
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  font-size: 15px;
  color: rgb(147, 147, 147);
}
.post-grid .block .right .bottom:before {
  content: "";
  display: block;
  position: absolute;
  width: 41px;
  height: 41px;
  top: 15px;
  right: 0;
  background: #A4B895;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-top: -20px;
}
.post-grid .block .right .bottom:after {
  content: "";
  display: block;
  position: absolute;
  width: 41px;
  height: 41px;
  top: 15px;
  right: 0;
  background: url(../images/arrow-diagonal-black.svg) no-repeat center center;
  background-size: 20%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-top: -20px;
}

.pagination {
  padding-top: 10rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination > * {
  margin: 0 5px;
}
.pagination a.prev, .pagination a.next {
  color: #0F2D2D;
  font-size: 20px;
}
.pagination a.page-numbers:not(.prev, .next, .page) {
  width: 41px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  color: #0F2D2D;
}
.pagination a.page-numbers:hover {
  color: #0F4828;
}
.pagination span.current {
  width: 41px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  background: #CDDE00;
  border-radius: 100%;
  display: inline-block;
  color: #0F2D2D;
}

body.single {
  background: #E4E6D9;
}

.single-introduction hr {
  border: none;
  border-top: 1px solid #C8C8C8;
  height: 0;
}
.single-introduction h1, .single-introduction h2, .single-introduction h3 {
  position: relative;
  color: rgba(255, 255, 255, 0);
  background: -webkit-gradient(linear, left top, right top, from(#000), to(#000), color-stop(0.5, #A3CD3A));
  background: -moz-gradient(linear, left top, right top, from(#000), to(#000), color-stop(0.5, #A3CD3A));
  background: gradient(linear, left top, right top, from(#000), to(#000), color-stop(0.5, #A3CD3A));
  background-size: 150px 100%;
  -webkit-background-clip: text;
          background-clip: text;
  background-position: 50% 50%;
  -webkit-animation-name: shimmer;
          animation-name: shimmer;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: #000;
  background-position: -50% top;
}
.single-introduction h1, .single-introduction h2, .single-introduction h4 {
  font-weight: 300;
}
.single-introduction .top {
  padding-top: 15rem;
  text-align: center;
}
.single-introduction .top .post-info {
  font-size: 26px;
  font-weight: 300;
  color: #0F2D2D;
  margin-bottom: 30px;
}
.single-introduction .top h1 {
  font-size: 7rem;
  font-weight: 300;
  margin: 0;
}
.single-introduction .top .share {
  margin: 60px 0;
}
.single-introduction .post-hero {
  height: 0;
  padding-bottom: 45%;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.single-introduction .post-hero .image-wrapper {
  position: absolute;
  inset: 0;
}
.single-introduction .post-hero img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: none;
}
.single-introduction .post-content {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  padding: 6rem 0;
}
.single-introduction .single-post-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 20px;
  padding-bottom: 6rem;
}
.single-introduction .single-post-nav a {
  color: #000;
}
.single-introduction .single-post-nav div {
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-introduction .single-post-nav div:hover {
  opacity: 1;
}
.single-introduction .single-post-nav span {
  display: inline-block;
  position: relative;
  padding-right: 25px;
}
.single-introduction .single-post-nav span:after {
  content: "";
  display: block;
  background: url(../images/arrow-single-black.svg) no-repeat center center;
  background-size: contain;
  width: 16px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
}
.single-introduction .single-post-nav .nav-previous span {
  padding-right: 0;
  padding-left: 25px;
}
.single-introduction .single-post-nav .nav-previous span:after {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  right: auto;
  left: 0;
}
.single-introduction .single-post-nav .nav-next {
  margin-left: auto;
}

.about-sticky-menu {
  background: #f4f7f2;
  position: sticky !important;
  top: 0 !important;
  z-index: 99 !important;
  padding: 20px 0;
  font-size: 15px;
}
.about-sticky-menu.sticky-menu {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  right: 0;
}
.about-sticky-menu a {
  display: inline-block;
  padding: 10px;
  margin-right: 20px;
  color: #AEAEAE;
}
.about-sticky-menu a:last-child {
  margin-right: 0;
}
.about-sticky-menu a:hover {
  color: #000;
}

.pin-spacer {
  z-index: 10 !important;
}

.downloads-center {
  background: #E4E6D9;
  padding: 15rem 0 5rem 0;
}
.downloads-center .container > .top {
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.downloads-center .container > .top h6, .downloads-center .container > .top h2 {
  margin: 0;
}
.downloads-center .category {
  background: #fff;
  border-radius: 15px;
  margin-bottom: 10px;
  padding-inline: 35px;
}
.downloads-center .category .category-title {
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 50px 25px 0;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.downloads-center .category .category-title:hover {
  color: #A3CD3A;
}
.downloads-center .category .category-title span {
  font-size: 13px;
  font-weight: 300;
  margin-right: 30px;
}
.downloads-center .category .category-title:after {
  content: "";
  display: block;
  width: 24px;
  height: 12px;
  background: url(../images/arrow-downloads.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 8px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.downloads-center .category .category-title.active:after {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
.downloads-center .category .category-years {
  display: none;
}
.downloads-center .category .category-years.active {
  display: block;
}
.downloads-center .category .category-years .year-title {
  font-size: 20px;
  font-weight: 500;
  border-top: 1px solid rgba(15, 45, 45, 0.2);
  padding: 20px 0 20px 50px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.downloads-center .category .category-years .year-title:hover {
  color: #A3CD3A;
}
.downloads-center .category .category-years .year-title:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background: url(../images/icons/folder.svg) no-repeat center center;
  background-size: contain;
}
.downloads-center .category .category-years .year-title:after {
  content: "";
  display: block;
  width: 24px;
  height: 12px;
  background: url(../images/arrow-downloads.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 8px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.downloads-center .category .category-years .year-title.active:after {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
.downloads-center .category .downloads {
  display: none;
}
.downloads-center .category .downloads .download {
  font-size: 18px;
  font-weight: 400;
  border-top: 1px solid rgba(15, 45, 45, 0.2);
  padding-left: 50px;
}
.downloads-center .category .downloads .download a {
  color: rgb(133, 133, 133);
  display: block;
  padding: 20px 0;
  padding-left: 40px;
  padding-right: 50px;
  position: relative;
}
.downloads-center .category .downloads .download a:hover {
  color: #A3CD3A;
}
.downloads-center .category .downloads .download a:hover span {
  background: #CDDE00;
}
.downloads-center .category .downloads .download a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background: url(../images/icons/file.svg) no-repeat center center;
  background-size: contain;
}
.downloads-center .category .downloads .download a.icon-csv:after {
  background-image: url(../images/icons/CSV.svg);
}
.downloads-center .category .downloads .download a.icon-doc:after, .downloads-center .category .downloads .download a.icon-docx:after {
  background-image: url(../images/icons/DOC.svg);
}
.downloads-center .category .downloads .download a.icon-gif:after {
  background-image: url(../images/icons/GIF.svg);
}
.downloads-center .category .downloads .download a.icon-jpg:after {
  background-image: url(../images/icons/JPG.svg);
}
.downloads-center .category .downloads .download a.icon-pdf:after {
  background-image: url(../images/icons/PDF.svg);
}
.downloads-center .category .downloads .download a.icon-png:after {
  background-image: url(../images/icons/PNG.svg);
}
.downloads-center .category .downloads .download a.icon-ppt:after {
  background-image: url(../images/icons/PPT.svg);
}
.downloads-center .category .downloads .download a.icon-rar:after {
  background-image: url(../images/icons/RAR.svg);
}
.downloads-center .category .downloads .download a.icon-txt:after {
  background-image: url(../images/icons/TXT.svg);
}
.downloads-center .category .downloads .download a.icon-xls:after {
  background-image: url(../images/icons/XLS.svg);
}
.downloads-center .category .downloads .download a.icon-zip:after {
  background-image: url(../images/icons/ZIP.svg);
}
.downloads-center .category .downloads .download a.icon-mp4:after {
  background-image: url(../images/icons/MP4.svg);
}
.downloads-center .category .downloads .download a span {
  display: block;
  position: absolute;
  width: 41px;
  height: 41px;
  top: 50%;
  margin-top: -20px;
  right: 0;
  background: #e4e6d9;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-top: -20px;
}
.downloads-center .category .downloads .download a span:after {
  content: "";
  display: block;
  position: absolute;
  width: 43px;
  height: 41px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: url(../images/icon-download.svg) no-repeat center center;
  background-size: 30%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.accordion {
  padding-bottom: 5rem;
}
.accordion .top {
  padding: 10rem 0 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.accordion .top h4, .accordion .top h6 {
  margin: 0;
}
.accordion .top .title {
  margin-left: 10rem;
}
.accordion .top .right {
  margin-left: auto;
}
.accordion .blocks .block {
  border-bottom: 1px solid rgb(128, 128, 128);
}
.accordion .blocks .block:last-child {
  border-bottom: none;
}
.accordion .blocks .block .block-title {
  padding-left: calc(10rem + 90px);
  padding-right: 50px;
  position: relative;
  cursor: pointer;
}
.accordion .blocks .block .block-title:after {
  content: "";
  display: block;
  background: url(../images/arrow-down-black.svg) no-repeat center center;
  width: 26px;
  height: 27px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.accordion .blocks .block .block-title.active:after {
  -webkit-transform: translateY(-50%) scaleY(-1);
          transform: translateY(-50%) scaleY(-1);
}
.accordion .blocks .block .block-title .number {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 300;
  font-size: 15px;
}
.accordion .blocks .block .block-content {
  padding-left: calc(10rem + 90px);
  font-size: 16px;
  display: none;
}
.accordion .blocks .block .block-content .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.accordion .blocks .block .block-content .main .left {
  width: 50%;
  padding-right: 10rem;
}
.accordion .blocks .block .block-content .main .left > *:first-child {
  margin-top: 0;
}
.accordion .blocks .block .block-content .main .left strong {
  font-weight: 400;
  font-size: 20px;
}
.accordion .blocks .block .block-content .main .right {
  width: 50%;
}
.accordion .blocks .block .block-content .main .right .image {
  aspect-ratio: 1.2;
  overflow: hidden;
  border-radius: 15px;
}
.accordion .blocks .block .block-content .main .right .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: none;
}
.accordion .blocks .block .block-content .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 3rem 0;
}
.accordion .blocks .block .block-content .bottom .left {
  width: 50%;
  padding-right: 10rem;
}
.accordion .blocks .block .block-content .bottom .right {
  width: 50%;
}

.membership-forms {
  background: #e4e6d9;
  padding: 7rem 0;
}
.membership-forms form {
  text-align: center;
}
.membership-forms .cf7-section-label {
  font-weight: 600;
  font-size: 18px;
}
.membership-forms input[type=text], .membership-forms input[type=email], .membership-forms input[type=tel], .membership-forms input[type=number], .membership-forms input[type=date], .membership-forms input[type=time], .membership-forms input[type=datetime-local], .membership-forms input[type=url] {
  background: transparent;
  border: none;
  width: 100%;
  border-bottom: 1px solid #8C8578;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  padding: 15px 0;
}
.membership-forms input[type=text]::-webkit-input-placeholder, .membership-forms input[type=email]::-webkit-input-placeholder, .membership-forms input[type=tel]::-webkit-input-placeholder, .membership-forms input[type=number]::-webkit-input-placeholder, .membership-forms input[type=date]::-webkit-input-placeholder, .membership-forms input[type=time]::-webkit-input-placeholder, .membership-forms input[type=datetime-local]::-webkit-input-placeholder, .membership-forms input[type=url]::-webkit-input-placeholder {
  color: #8D8D8D;
}
.membership-forms input[type=text]::-moz-placeholder, .membership-forms input[type=email]::-moz-placeholder, .membership-forms input[type=tel]::-moz-placeholder, .membership-forms input[type=number]::-moz-placeholder, .membership-forms input[type=date]::-moz-placeholder, .membership-forms input[type=time]::-moz-placeholder, .membership-forms input[type=datetime-local]::-moz-placeholder, .membership-forms input[type=url]::-moz-placeholder {
  color: #8D8D8D;
}
.membership-forms input[type=text]:-ms-input-placeholder, .membership-forms input[type=email]:-ms-input-placeholder, .membership-forms input[type=tel]:-ms-input-placeholder, .membership-forms input[type=number]:-ms-input-placeholder, .membership-forms input[type=date]:-ms-input-placeholder, .membership-forms input[type=time]:-ms-input-placeholder, .membership-forms input[type=datetime-local]:-ms-input-placeholder, .membership-forms input[type=url]:-ms-input-placeholder {
  color: #8D8D8D;
}
.membership-forms input[type=text]::-ms-input-placeholder, .membership-forms input[type=email]::-ms-input-placeholder, .membership-forms input[type=tel]::-ms-input-placeholder, .membership-forms input[type=number]::-ms-input-placeholder, .membership-forms input[type=date]::-ms-input-placeholder, .membership-forms input[type=time]::-ms-input-placeholder, .membership-forms input[type=datetime-local]::-ms-input-placeholder, .membership-forms input[type=url]::-ms-input-placeholder {
  color: #8D8D8D;
}
.membership-forms input[type=text]::placeholder, .membership-forms input[type=email]::placeholder, .membership-forms input[type=tel]::placeholder, .membership-forms input[type=number]::placeholder, .membership-forms input[type=date]::placeholder, .membership-forms input[type=time]::placeholder, .membership-forms input[type=datetime-local]::placeholder, .membership-forms input[type=url]::placeholder {
  color: #8D8D8D;
}
.membership-forms input[type=text]:focus, .membership-forms input[type=email]:focus, .membership-forms input[type=tel]:focus, .membership-forms input[type=number]:focus, .membership-forms input[type=date]:focus, .membership-forms input[type=time]:focus, .membership-forms input[type=datetime-local]:focus, .membership-forms input[type=url]:focus {
  border-color: #000;
}
.membership-forms .nice-select {
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #8C8578;
  text-align: center !important;
  width: 100%;
  padding: 15px 0;
  margin-bottom: 40px;
  height: auto;
  line-height: normal;
  font-size: 16px;
}
.membership-forms .nice-select .list {
  margin-top: 1px;
  right: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #CCD0C2;
}
.membership-forms .nice-select .option {
  text-align: center !important;
}
.membership-forms .cf7-checkbox-wrap .cf7-section-label {
  display: block;
  margin-bottom: 10px;
}
.membership-forms .cf7-checkbox {
  position: relative;
}
.membership-forms .cf7-checkbox input {
  display: none;
}
.membership-forms .cf7-checkbox label {
  padding-left: 10px;
  cursor: pointer;
}
.membership-forms .cf7-checkbox label:before {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.membership-forms .cf7-checkbox label:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  margin-left: 5px;
  background: #A3CD3A;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}
.membership-forms .cf7-checkbox label:has(input:checked):after {
  display: block;
}
.membership-forms .wpcf7-response-output {
  font-size: 14px;
  border: none !important;
  display: none !important;
}
.membership-forms .cf7-submit-wrap .wpcf7-spinner {
  display: none !important;
}
.membership-forms .cf7-submit-wrap p {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
}
.membership-forms .cf7-submit-wrap p input {
  background: #0F2D2D;
  border-radius: 63px;
  padding: 15px 60px 15px 25px;
  color: #fff;
  font-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.membership-forms .cf7-submit-wrap p input:hover {
  background: #597E3D;
}
.membership-forms .cf7-submit-wrap p:before {
  content: "";
  display: block;
  width: 41px;
  height: 41px;
  background: #A3CD3A;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.membership-forms .cf7-submit-wrap p:after {
  content: "";
  display: block;
  width: 41px;
  height: 41px;
  background: url(../images/arrow-diagonal-black.svg) no-repeat center center;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

@media only screen and (max-width: 1500px) {
  html {
    font-size: 50%;
  }
}
@media only screen and (max-width: 1350px) {
  .about-sticky-menu {
    display: none;
  }
  .our-history .blocks .image {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1100px) {
  html {
    font-size: 45%;
  }
  header {
    padding: 10px 0;
    -webkit-transform: none !important;
            transform: none !important;
  }
  header .responsive-nav {
    display: block;
  }
  header nav {
    position: fixed;
    inset: 0;
    background: #F6F7F3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 100px 12px 0 12px;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  header nav.active {
    opacity: 1;
    visibility: visible;
  }
  header nav a {
    color: #000 !important;
  }
  header nav > ul {
    display: block;
    width: 100%;
  }
  header nav > ul > li {
    display: block;
    border-bottom: 1px solid #d4d4d4;
  }
  header nav > ul > li:last-child {
    border-bottom: none;
  }
  header nav > ul > li:after {
    top: 0 !important;
    right: 5px !important;
    margin-top: 15px !important;
    -webkit-filter: invert(1) !important;
            filter: invert(1) !important;
  }
  header nav > ul > li > a {
    padding: 10px 0;
    margin: 0;
  }
  header nav > ul > li:hover .sub-navigation {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  header nav > ul > li .sub-navigation {
    position: static;
    display: none;
    opacity: 1;
    visibility: visible;
  }
  header nav > ul > li .sub-navigation .container {
    padding: 10px 0;
  }
  header nav > ul > li .sub-navigation .container .left {
    display: none;
  }
  header nav > ul > li .sub-navigation .container .center {
    width: 100%;
  }
  header nav > ul > li .sub-navigation .container .right {
    width: 50%;
    display: none;
  }
  header .search-trigger {
    margin-left: auto;
  }
  .hero .bottom-bar .center {
    display: none;
  }
  .promise-commitment .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .promise-commitment .contents {
    width: 100%;
  }
  .promise-commitment .contents .content {
    position: static;
    height: auto;
  }
  .promise-commitment .images {
    width: 100%;
    padding-left: 0;
    margin-bottom: 30px;
  }
  .promise-commitment .images .image {
    position: relative;
    top: 0 !important;
  }
  .promise-commitment .images .image:not(:first-child) {
    display: none;
  }
  .two-column-cta .block {
    width: 100%;
    margin-right: 0;
    height: 40vh;
    margin-bottom: 20px;
  }
  .two-column-cta .block:last-child {
    margin-bottom: 0;
  }
  body.about .why-we-exist .contents {
    padding-left: 0;
  }
  body.about .two-column-image-content .block:not(.reverse-order) .content {
    padding-left: 0;
  }
  .our-commitment .container {
    display: block;
  }
  .our-commitment .right {
    padding-left: 0;
  }
  .accordion .blocks .block .block-content {
    padding-left: 0;
  }
  .news-archive .container > .top {
    display: block;
  }
  .news-archive .container > .top .right {
    margin-top: 20px;
  }
  .news-archive .container > .top .right .news-filters form .nice-select:nth-child(2) {
    margin-left: 0;
  }
  .news-archive .container .latest-post .block .left {
    width: 100%;
  }
  .news-archive .container .latest-post .block .right {
    margin-top: 20px;
    width: 100%;
    padding-left: 0;
  }
  .post-grid {
    margin-right: 0;
  }
  .post-grid .block {
    width: 100%;
    border-right: none !important;
    border-bottom: 1px solid #b0b0b0 !important;
  }
  .post-grid .block:last-child {
    margin-bottom: 0;
  }
  .post-grid .block .right .bottom {
    border-bottom: none !important;
  }
  .membership-intro .left {
    width: 100%;
  }
  .membership-intro .right {
    margin-top: 5rem;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .membership-tabs .top {
    display: block;
  }
  .membership-tabs .top .title {
    margin-left: 0;
    margin-top: 20px;
  }
  .membership-tabs .tab-titles {
    padding-left: 0;
  }
  .membership-tabs .tabs {
    padding-left: 0;
  }
  .our-company .execs .top h3 {
    width: 100%;
    padding-left: 0;
    margin-top: 50px;
  }
  .our-company .execs .top .content {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .members-grid .member {
    width: calc(50% - 3rem);
  }
}
@media only screen and (max-width: 800px) {
  .pageAlignFluid, .pageAlign, .pageAlign2 {
    padding: 0 12px;
  }
  html {
    font-size: 40%;
  }
  .hero .bottom-bar {
    padding: 0 12px;
  }
  .promise-commitment .images .image {
    height: auto;
  }
  .promise-commitment .images .image .image-wrapper {
    position: static;
  }
  .promise-commitment .images .image .image-wrapper img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .offerings-carousel .carousel .swiper-slide .content .top {
    margin-bottom: 0;
  }
  .our-impact .top {
    display: block;
  }
  .our-impact .blocks {
    padding-top: 0;
  }
  .our-impact .blocks .block {
    width: 100%;
    height: auto;
    padding: 30px 0;
    border-right: none !important;
  }
  .our-impact .blocks .block .content {
    margin-top: 50px;
    min-height: 0;
  }
  .insights-overview .article .left {
    width: 100%;
    padding: 30px 12px 0 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .insights-overview .article .left .date {
    margin-left: auto;
  }
  .insights-overview .article .left .title {
    width: 100%;
    margin-top: 0;
  }
  .insights-overview .article .left .title h5 {
    margin-top: 20px;
  }
  .insights-overview .article .left .author {
    margin-bottom: 10px;
  }
  .insights-overview .article .right {
    width: 100%;
    height: 0;
    padding-bottom: 50%;
  }
  .insights-overview .article .right .image {
    inset: 12px;
  }
  .membership-overview .top .subtitle {
    display: none;
  }
  .membership-overview .top .title {
    display: none;
  }
  .membership-overview .top .right {
    margin-left: 0;
  }
  .membership-overview .top .right a.btn {
    margin-left: 0;
    width: 100%;
  }
  .membership-overview .center {
    width: 100%;
    padding-left: 0;
  }
  .marquee img {
    margin: 10px;
  }
  .two-column-cta .block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .middle-content .col {
    width: 50%;
  }
  footer .middle-content .col:last-child {
    width: 100%;
    padding-right: 0;
    text-align: center;
    margin-bottom: 15px;
  }
  footer .middle-content .col:last-child form {
    width: 100%;
  }
  footer .bottom-content {
    -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;
    text-align: center;
  }
  footer .bottom-content .col {
    width: 100%;
    margin: 10px 0;
  }
  footer .bottom-content .col .logomark {
    margin-left: auto;
    margin-right: auto;
  }
  footer .bottom-content .col:nth-child(3) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
  .search-expanded {
    padding: 12px;
  }
  .search-expanded .search-container {
    padding: 20px;
  }
  .why-we-exist .contents {
    width: 100%;
  }
  .why-we-exist .content {
    position: static;
    height: auto;
    top: 0;
    margin-bottom: 50px;
  }
  .why-we-exist .content:after {
    display: none !important;
  }
  .why-we-exist .images {
    padding-left: 0;
    width: 100%;
  }
  .why-we-exist .images .image {
    height: auto;
    position: static;
  }
  .why-we-exist .images .image:not(:first-child) {
    display: none;
  }
  .why-we-exist .images .image .image-wrapper {
    position: static;
  }
  .why-we-exist .images .image .image-wrapper img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .our-commitment h2 {
    font-size: 6rem;
  }
  .envisage-animation .text {
    font-size: 4rem;
    width: auto;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .two-column-image-content .content {
    width: 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .two-column-image-content .image {
    width: 100% !important;
    margin-inline: 0 !important;
  }
  .two-column-cta-v2 .block {
    width: 100%;
    height: 60vh;
  }
  .two-column-cta-v2 .block:first-child {
    margin-bottom: 12px;
  }
  .two-column-cta-v2 .block .subtitle {
    display: none;
  }
  .two-column-text-borders .block {
    width: 100%;
    padding: 0;
    border-right: none;
  }
  .two-column-text-borders .block:first-child {
    margin-bottom: 60px;
  }
  .our-history .wrapper {
    margin-left: 0;
  }
  .videos-parallax .video-wrapper .pageAlignFluid .container h2 {
    font-size: 6rem;
  }
  .accordion .blocks .block .block-title {
    padding-left: 0;
  }
  .accordion .blocks .block .block-title h3 {
    font-size: 20px;
  }
  .accordion .blocks .block .block-title .number {
    display: none;
  }
  .accordion .blocks .block .block-content {
    padding-left: 0;
  }
  .accordion .blocks .block .block-content .main .left {
    width: 100%;
    padding-right: 0;
  }
  .accordion .blocks .block .block-content .main .right {
    width: 100%;
  }
  .accordion .blocks .block .block-content .bottom .left {
    width: 100%;
    padding-right: 0;
  }
  .accordion .blocks .block .block-content .bottom .right {
    width: 100%;
  }
  .news-archive .latest-post .block {
    margin-left: 0;
  }
  .post-grid {
    margin-left: 0;
  }
  .downloads-center .category {
    padding-inline: 12px;
  }
  .downloads-center .category .category-title {
    font-size: 22px;
  }
  .downloads-center .category .category-years .year-title {
    font-size: 16px;
  }
  .downloads-center .category .downloads .download {
    padding-left: 0;
  }
  .membership-tabs .tabs .tab .logos .logo {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .membership-tabs .tabs .tab .logos .logo .image, .membership-tabs .tabs .tab .logos .logo .content {
    width: 100%;
  }
  .membership-tabs .tab-titles {
    width: 100%;
  }
  .hero .blocks .block {
    width: 100%;
    margin-bottom: 10px;
  }
  .single-introduction .top .post-info {
    font-size: 20px;
  }
  .single-introduction .top h1 {
    font-size: 5rem;
  }
  .our-company .company-hero {
    padding: 5rem 0;
  }
  .our-company .company-hero h2 {
    font-size: 6rem;
  }
  .our-company .our-executives .top h3 {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .our-company .our-team .top h3 {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .our-company .execs .top h3 {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 50px;
  }
  .our-company .execs .top .content {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .our-company .staff .top h3 {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 50px;
    padding-left: 0;
  }
  .our-company .staff .top .content {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .members-grid {
    padding-left: 0;
  }
  .members-grid .member {
    width: 100%;
  }
  .lightbox-wrapper .inside {
    padding: 9rem 15px 30px 15px;
  }
  .lightbox-wrapper .inside .close {
    right: 15px;
  }
  .lightbox-wrapper .inside .left {
    width: 100%;
  }
  .lightbox-wrapper .inside .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .industry-interventions-animated .images {
    width: 100%;
  }
  .industry-interventions-animated .images .title {
    display: block;
  }
  .industry-interventions-animated .images .title h3 {
    padding-left: 0;
  }
  .industry-interventions-animated .contents .content {
    width: 100%;
    padding-left: 0;
  }
  .search-output .row {
    display: block;
  }
  .search-output .row .right {
    text-align: left;
    margin-top: 10px;
  }
}/*# sourceMappingURL=styles.css.map */