/* UPPERCASE TRANSFORMS - Need to include these in text styles that are uppercase */
/* The original mixins which had them are: buttondarkL, buttonlightL, buttondarkL-hover, datadates */
/* Symbols */
@-webkit-keyframes fadeInUp {
  0% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  0% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  100% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  100% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1;
  }
}
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #ffffff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

body *::-moz-selection {
  color: #ffffff;
  background-color: #69be28;
}

body *::selection {
  color: #ffffff;
  background-color: #69be28;
}

a {
  text-decoration: none;
  /*color: $color-group-4;*/
  transition: all 0.2s ease-in-out;
}

input, textarea, select, button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}
input:focus, textarea:focus, select:focus, button:focus {
  outline: 0;
}

input[type=text], input[type=email], section select {
  border: 0;
  border-bottom: 1px solid #a3a3a3;
  background-color: transparent;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #606264;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 850px) {
  input[type=text], input[type=email], section select {
    font-size: 14px;
  }
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, section select::-webkit-input-placeholder {
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #606264;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, section select::-moz-placeholder {
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #606264;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, section select:-ms-input-placeholder {
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #606264;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, section select::-ms-input-placeholder {
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #606264;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
}
input[type=text]::placeholder, input[type=email]::placeholder, section select::placeholder {
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #606264;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 850px) {
  input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, section select::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.24px;
    color: #73686c;
    font-family: neue-haas-grotesk-text, sans-serif;
    font-weight: 400;
  }
  input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, section select::-moz-placeholder {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.24px;
    color: #73686c;
    font-family: neue-haas-grotesk-text, sans-serif;
    font-weight: 400;
  }
  input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, section select:-ms-input-placeholder {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.24px;
    color: #73686c;
    font-family: neue-haas-grotesk-text, sans-serif;
    font-weight: 400;
  }
  input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, section select::-ms-input-placeholder {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.24px;
    color: #73686c;
    font-family: neue-haas-grotesk-text, sans-serif;
    font-weight: 400;
  }
  input[type=text]::placeholder, input[type=email]::placeholder, section select::placeholder {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.24px;
    color: #73686c;
    font-family: neue-haas-grotesk-text, sans-serif;
    font-weight: 400;
  }
}

/* Functions */
.column-1 {
  width: calc((100% - 220px) / 12 * 1 + 0px);
}

.column-2 {
  width: calc((100% - 220px) / 12 * 2 + 20px);
}

.column-3 {
  width: calc((100% - 220px) / 12 * 3 + 40px);
}

.column-4 {
  width: calc((100% - 220px) / 12 * 4 + 60px);
}

.column-5 {
  width: calc((100% - 220px) / 12 * 5 + 80px);
}

.column-6 {
  width: calc((100% - 220px) / 12 * 6 + 100px);
}

.column-7 {
  width: calc((100% - 220px) / 12 * 7 + 120px);
}

.column-8 {
  width: calc((100% - 220px) / 12 * 8 + 140px);
}

.column-9 {
  width: calc((100% - 220px) / 12 * 9 + 160px);
}

.column-10 {
  width: calc((100% - 220px) / 12 * 10 + 180px);
}

.column-11 {
  width: calc((100% - 220px) / 12 * 11 + 200px);
}

.column-12 {
  width: calc((100% - 220px) / 12 * 12 + 220px);
}

.skip-to-content {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  opacity: 0;
}
.skip-to-content:focus {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 40px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
  align-items: center;
  z-index: 20;
  padding: 0 24px;
  border: 0;
  margin: 0;
  font-size: 18px;
  clip: inherit;
  background-color: #fff;
  color: #606264;
  outline: 0;
  border-bottom: 4px solid #69be28;
}

.btn {
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  border-radius: 40px;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  font-family: oswald, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  display: inline-flex;
  align-items: center;
  background-color: #427c00;
  color: #ffffff;
  border: 0 !important;
  text-transform: uppercase;
}
@media screen and (max-width: 850px) {
  .btn {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    font-family: oswald, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.5;
    padding: 0 20px;
  }
}
.btn:hover {
  color: #ffffff;
  background-color: #00819c;
}

.btn-2 {
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  font-family: oswald, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 30px;
  border-radius: 40px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  background-color: #ffffff;
  transition: all 0.2s ease-in-out;
  color: #606264;
}
@media screen and (max-width: 850px) {
  .btn-2 {
    padding: 10px 20px;
    font-size: 14px;
  }
}
.btn-2:hover {
  color: #000000;
  background-color: #ffffff;
}
.btn-2:focus {
  color: #000000;
  background-color: #ffffff;
}

.btn-3 {
  height: 40px;
  line-height: 40px;
  padding: 8px 25px;
  border-radius: 90px;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
  text-align: center;
  display: inline-flex;
  align-items: center;
  background-color: #427c00;
  transition: all 0.2s ease-in-out;
  color: #ffffff !important;
  border: 0 !important;
}
.btn-3:hover {
  color: #ffffff;
  background-color: #00819c;
}

.btn-4 {
  height: 40px;
  line-height: 40px;
  padding: 8px 25px;
  border-radius: 90px;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
  text-align: center;
  display: inline-flex;
  align-items: center;
  background-color: #606264;
  transition: all 0.2s ease-in-out;
  color: #ffffff !important;
  border: 0 !important;
}
.btn-4:hover {
  color: #ffffff;
  background-color: #00819c;
}

.hide {
  display: none !important;
}

.h2small {
  font-size: 24px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  color: #606264;
  font-family: oswald, sans-serif;
  font-weight: 500;
}

.container {
  max-width: 1600px;
  margin: 0 auto;
}
@media screen and (max-width: 1920px) {
  .container {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1366px) {
  .container {
    max-width: 100%;
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 1024px) {
  .container {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 850px) {
  .container {
    width: calc(100% - 50px);
  }
}
.container.full {
  padding: 0 60px;
  max-width: 100%;
}
@media screen and (max-width: 1366px) {
  .container.full {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .container.full {
    padding: 0 30px;
  }
}
@media screen and (max-width: 850px) {
  .container.full {
    padding: 0 25px;
  }
}

.more {
  display: inline-block;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  font-family: oswald, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #606264;
}
.more::after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 12px;
  background-color: #427c00;
  -webkit-mask-image: url(../../../../_resources/svgs/small-arrow.svg);
  mask-image: url(../../../../_resources/svgs/small-arrow.svg);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  margin-left: 10px;
}
.more:hover::after {
  background-color: #00819c;
}
@media screen and (max-width: 500px) {
  .more::after {
    width: 14px;
    height: 9px;
  }
}
.more:hover {
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  font-family: oswald, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (max-width: 850px) {
  .more {
    font-size: 16px;
  }
}

.more-reverse {
  display: inline-block;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  font-family: oswald, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
.more-reverse::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 12px;
  background-color: #427c00;
  -webkit-mask-image: url(../../../../_resources/svgs/arrow-left.svg);
  mask-image: url(../../../../_resources/svgs/arrow-left.svg);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  margin-right: 10px;
}
.more-reverse:hover::before {
  background-color: #00819c;
}
.more-reverse:hover {
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  font-family: oswald, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (max-width: 850px) {
  .more-reverse {
    font-size: 16px;
  }
}

.top-spacer {
  margin-top: 70px;
}
@media screen and (max-width: 850px) {
  .top-spacer {
    margin-top: 50px;
  }
}

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

.title-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.title-flex h2, .title-flex h3 {
  margin-bottom: 0px;
}

.label {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #606264;
  padding: 6px 15px;
  border: 1px solid #427c00;
  border-radius: 20px;
}

.title {
  font-size: 22px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 500;
  font-size: 18px;
  text-decoration: none !important;
  color: #606264;
}
@media screen and (max-width: 850px) {
  .title {
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    font-family: neue-haas-grotesk-text, sans-serif;
    font-weight: 500;
    font-size: 16px;
  }
}

.date {
  text-transform: uppercase;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #000000;
  margin-bottom: 10px;
}

.listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
}
.listing .listing-item-3 {
  min-height: 270px;
  max-width: calc((100% - 220px) / 12 * 4 + 60px);
  width: calc((100% - 165px) / 12 * 4 + 60px);
  flex-basis: calc((100% - 165px) / 12 * 4 + 60px);
}
@media screen and (max-width: 850px) {
  .listing .listing-item-3 {
    min-height: 230px;
    max-width: 100%;
    width: 100%;
    flex-basis: 100%;
  }
}
.listing .listing-item-3 a.listing-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  height: 100%;
  justify-content: space-between;
  text-decoration: none;
  color: #606264;
}
.listing .listing-item-3 a.listing-title .label {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #606264;
  padding: 6px 15px;
  border: 1px solid #427c00;
  border-radius: 20px;
  margin-bottom: 25px;
}
.listing .listing-item-3 a.listing-title .header {
  display: flex;
  flex-direction: column;
}
.listing .listing-item-3 a.listing-title .more {
  margin-top: 30px;
}
.listing .listing-item-2 {
  min-height: 270px;
  max-width: calc((100% - 220px) / 12 * 6 + 100px);
  width: calc((100% - 220px) / 12 * 6 + 100px);
  flex-basis: calc((100% - 220px) / 12 * 6 + 100px);
}
@media screen and (max-width: 850px) {
  .listing .listing-item-2 {
    min-height: 230px;
    max-width: 100%;
    width: 100%;
    flex-basis: 100%;
  }
}
.listing .listing-item-2 a.listing-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  height: 100%;
  justify-content: space-between;
  text-decoration: none;
  color: #606264;
}
.listing .listing-item-2 a.listing-title .label {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #606264;
  padding: 6px 15px;
  border: 1px solid #427c00;
  border-radius: 20px;
  margin-bottom: 25px;
}
.listing .listing-item-2 a.listing-title .header {
  display: flex;
  flex-direction: column;
}
.listing .listing-item-2 a.listing-title .more {
  margin-top: 30px;
}
.listing .listing-item-2 a.listing-title:hover {
  opacity: 1;
}

.card-style-1 {
  position: relative;
  background-color: #ffffff;
  border-top: 4px solid #69be28;
  padding: 25px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
  min-height: 270px;
}
@media screen and (max-width: 850px) {
  .card-style-1 {
    padding: 20px;
    min-height: 230px;
  }
}
.card-style-1::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  width: 150px;
  height: 210px;
  background-image: url(../img/icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
  transition: opacity 0.6s ease-in-out;
}
.card-style-1:hover {
  border-top: 4px solid #00819c;
  transition: border-color 0.6s ease-in-out;
  opacity: 1 !important;
  cursor: pointer;
}
.card-style-1:hover::before {
  opacity: 1;
}
.card-style-1:hover .more::after {
  background-color: #00819c;
  transition: background-color 0.6s ease-in-out;
  opacity: 1 !important;
}
.card-style-1:focus {
  outline: 0;
  border-top: 4px solid #00819c;
  transition: border-color 0.6s ease-in-out;
  opacity: 1 !important;
  cursor: pointer;
}
.card-style-1:focus::before {
  opacity: 1;
}
.card-style-1:focus .more::after {
  background-color: #00819c;
  transition: background-color 0.6s ease-in-out;
  opacity: 1 !important;
}

.card-style-2 {
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
  min-height: 300px;
  height: inherit;
  width: 100%;
}
.card-style-2::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 150px;
  background-image: url(../../../../_resources/svgs/stripes-long.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  transition: background-image 0.6s ease-in-out, opacity 0.6s ease-in-out;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 850px) {
  .card-style-2::before {
    height: 100px;
  }
}
.card-style-2::after {
  will-change: background-image, opacity;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 130px;
  background-image: url(../../../../_resources/svgs/shape-green-v3.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  transition: background-image 0.6s ease-in-out, opacity 0.6s ease-in-out;
  z-index: 0;
}
@media screen and (max-width: 850px) {
  .card-style-2::after {
    width: 90px;
    height: 95px;
  }
}
.card-style-2 a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
}
.card-style-2 a span.header {
  position: absolute;
  bottom: 25px;
  left: 25px;
  right: 25px;
  display: flex;
  flex-direction: column;
  max-width: 80%;
}
@media screen and (max-width: 1024px) {
  .card-style-2 a span.header {
    bottom: 15px;
    left: 15px;
    right: 15px;
  }
}
.card-style-2 a span.header span.title {
  display: flex;
  align-items: flex-end;
  color: #606264 !important;
}
.card-style-2 a span.header span.date {
  margin-bottom: 3px;
}
@media screen and (max-width: 850px) {
  .card-style-2 a span.header span.date {
    font-size: 11px;
  }
}
.card-style-2 a i {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 20px;
  color: #69be28;
  margin-left: 20px;
  transition: color 0.6s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .card-style-2 a i {
    right: 5px;
  }
}
.card-style-2 a:hover {
  cursor: pointer;
}
.card-style-2:hover i {
  color: #00819c;
  cursor: pointer;
}
.card-style-2:hover::after {
  background-image: url(../../../../_resources/svgs/shape-blue.svg);
}
@media screen and (max-width: 850px) {
  .card-style-2 {
    min-height: 230px;
    max-width: 100%;
    width: 100%;
    flex-basis: 100%;
  }
  .card-style-2:hover i {
    color: #69be28;
    cursor: default;
  }
  .card-style-2:hover::after {
    background-image: url(../../../../_resources/svgs/shape-green-v3.svg);
    will-change: none;
    transition: none;
  }
}

.card-style-3 {
  padding: 40px;
  max-width: calc(50% - 10px);
  width: calc(50% - 10px);
  flex-basis: calc(50% - 10px);
  min-height: 300px;
  height: 100%;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.card-style-3 span.header {
  font-size: 22px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 500;
  display: inline-block;
  color: #ffffff;
  max-width: 480px;
}
@media screen and (max-width: 850px) {
  .card-style-3 {
    padding: 20px;
    max-width: 100%;
    width: 100%;
    flex-basis: 100%;
    min-height: 230px;
    margin-bottom: 20px;
  }
  .card-style-3 span.header {
    font-size: 16px;
    margin-top: 10px;
  }
}

.card-style-4 {
  position: relative;
  background-color: #ffffff;
  max-width: calc((100% - 220px) / 12 * 6 + 100px);
  width: calc((100% - 220px) / 12 * 6 + 100px);
  flex-basis: calc((100% - 220px) / 12 * 6 + 100px);
  height: 100%;
  min-height: 300px;
  padding: 80px 40px 40px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
  background-image: url(../img/brand-icon.svg);
  background-repeat: no-repeat;
  background-position: top right 40px;
}
.card-style-4 span.header {
  font-size: 22px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 500;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .card-style-4 {
    padding: 60px 20px 20px;
    background-image: url(../img/brand-icon-mobile.svg);
  }
}
@media screen and (max-width: 850px) {
  .card-style-4 {
    background-position: top right;
  }
}
@media screen and (max-width: 850px) {
  .card-style-4 {
    min-height: 220px;
    padding: 40px 20px 20px;
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
    flex-basis: 100%;
  }
  .card-style-4 span.header {
    font-size: 16px;
    margin-top: 10px;
  }
}
.card-style-4::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30px;
  background-image: url(../img/green.svg);
  background-size: cover;
  background-repeat: no-repeat;
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}
@media screen and (max-width: 500px) {
  .card-style-4::before {
    height: 20px;
  }
}
.card-style-4::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30px;
  background-image: url(../img/blue.svg);
  background-size: cover;
  background-repeat: no-repeat;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 500px) {
  .card-style-4::after {
    height: 20px;
  }
}
.card-style-4 .btn {
  position: absolute;
  bottom: 40px;
  left: 40px;
  transition: background-color 0.5s ease-in-out;
}
@media screen and (max-width: 850px) {
  .card-style-4 .btn {
    left: 20px;
    bottom: 20px;
  }
}
.card-style-4:hover::before {
  opacity: 0;
}
.card-style-4:hover::after {
  opacity: 1;
}
.card-style-4:hover .btn {
  background-color: #00819c;
}
.card-style-4:focus::before {
  opacity: 0;
}
.card-style-4:focus::after {
  opacity: 1;
}
.card-style-4:focus .btn {
  background-color: #00819c;
}

body {
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #606264;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 850px) {
  body {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.24px;
    color: #73686c;
    font-family: neue-haas-grotesk-text, sans-serif;
    font-weight: 400;
  }
}

h1 {
  margin: 0;
  font-size: 64px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: 0.2px;
  color: #ffffff;
  font-family: oswald, sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 850px) {
  h1 {
    font-size: 28px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: normal;
    font-family: oswald, sans-serif;
    font-weight: 500;
  }
}

h2 {
  margin: 0;
  font-size: 36px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  color: #606264;
  font-family: oswald, sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 850px) {
  h2 {
    font-size: 24px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    color: #606264;
    font-family: oswald, sans-serif;
    font-weight: 500;
  }
}

h3 {
  font-size: 30px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  font-family: oswald, sans-serif;
  font-weight: 500;
  margin: 0;
}
@media screen and (max-width: 850px) {
  h3 {
    font-size: 20px;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    font-family: oswald, sans-serif;
    font-weight: 500;
  }
}

h4 {
  font-size: 22px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 500;
  margin: 0;
}
@media screen and (max-width: 850px) {
  h4 {
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    font-family: neue-haas-grotesk-text, sans-serif;
    font-weight: 500;
  }
}

h5 {
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 500;
  margin: 0;
}
@media screen and (max-width: 850px) {
  h5 {
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    font-family: neue-haas-grotesk-text, sans-serif;
    font-weight: 500;
  }
}

p, a, li {
  margin: 0;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #606264;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
}
p.lg, a.lg, li.lg {
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #606264;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 850px) {
  p, a, li {
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #606264;
    font-family: neue-haas-grotesk-text, sans-serif;
    font-weight: 400;
  }
  p.lg, a.lg, li.lg {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.24px;
    color: #73686c;
    font-family: neue-haas-grotesk-text, sans-serif;
    font-weight: 400;
  }
}

img {
  max-width: 100%;
}

header#is-desktop {
  background-color: #ffffff;
  height: 100px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 150;
  transition: all 0.25s ease-in-out;
}
@media screen and (max-width: 1024px) {
  header#is-desktop {
    display: none;
  }
}
header#is-desktop .main-menu {
  align-items: center;
  display: flex;
  height: 100px;
  justify-content: space-between;
}
header#is-desktop .main-menu__logo img {
  width: 160px;
}
@media screen and (max-width: 1366px) {
  header#is-desktop .main-menu__logo img {
    width: 100px;
  }
}
header#is-desktop .main-menu__logo:hover {
  opacity: 0.8 !important;
}
header#is-desktop nav {
  height: 100%;
  position: relative;
  width: 100%;
  margin-right: 45px;
}
@media screen and (max-width: 1366px) {
  header#is-desktop nav {
    margin-right: 20px;
  }
}
header#is-desktop nav > ul {
  display: flex;
  height: 100%;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
header#is-desktop nav > ul > li {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 100%;
  justify-content: center;
  line-height: normal;
  margin: 0px 20px;
  overflow-wrap: normal;
  padding: 0;
  position: relative;
  transition: all 0.2s ease-in-out;
}
header#is-desktop nav > ul > li:hover > a {
  font-size: 18px;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #606264;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 500;
}
@media (max-width: 1250px) {
  header#is-desktop nav > ul > li {
    min-width: 0;
    padding: 0;
    margin: 0px 11px;
  }
}
header#is-desktop nav > ul > li:hover > ul {
  opacity: 1;
  pointer-events: all;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.15);
}
header#is-desktop nav > ul > li:last-of-type {
  border-bottom: none;
  margin-right: 30px;
}
header#is-desktop nav > ul > li:last-of-type > ul {
  left: unset;
  right: 0;
}
header#is-desktop nav > ul > li > a:not(.button) {
  align-items: center;
  display: flex;
  margin-right: 0px;
  padding: 0px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #606264;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
}
header#is-desktop nav > ul > li > a:not(.button):hover {
  color: #427c00;
}
header#is-desktop nav > ul > li > a:not(.button):focus {
  color: #427c00;
  outline: none;
}
@media screen and (max-width: 1366px) {
  header#is-desktop nav > ul > li > a:not(.button) {
    text-align: left;
  }
}
header#is-desktop nav > ul > li > ul {
  display: block;
  height: auto;
  left: -6px;
  min-width: 263px;
  opacity: 0;
  padding: 1px 0 0 0;
  position: absolute;
  pointer-events: none;
  top: 100px;
  width: 100%;
  z-index: 150;
  transition: all 0.2s ease-in-out;
}
header#is-desktop nav > ul > li > ul > li {
  background-color: #ffffff;
}
header#is-desktop nav > ul > li ul li {
  display: block;
  transition: all 0.2s ease-in-out;
}
header#is-desktop nav > ul > li ul li:hover > a {
  color: #606264;
}
header#is-desktop nav > ul > li ul li.has-subsub {
  position: relative;
}
header#is-desktop nav > ul > li ul li.has-subsub > a:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-style: normal;
  content: "\f054";
  color: inherit;
  font-size: 15px;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  right: 22px;
  color: #427c00;
}
header#is-desktop nav > ul > li ul li.has-subsub:hover .subsub {
  opacity: 1;
  pointer-events: all;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.15);
}
header#is-desktop nav > ul > li ul li .subsub {
  background-color: #ffffff;
  display: block;
  left: 100%;
  list-style: none;
  margin: 0px;
  opacity: 0;
  padding-left: 0;
  pointer-events: none;
  position: absolute;
  top: 0px;
  width: 180px;
  transition: all 0.2s ease-in-out;
}
header#is-desktop nav > ul > li ul li .subsub li:hover a {
  color: #427c00;
}
header#is-desktop nav > ul > li ul li a {
  display: inline-block;
  margin: 0;
  padding: 14px 25px;
  text-decoration: none;
  width: 100%;
  font-size: 18px;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #606264;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
}
header#is-desktop nav > ul > li ul li a:hover {
  color: #427c00;
}
header#is-desktop.fixed {
  position: fixed;
  z-index: 11;
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2);
  padding-bottom: 15px !important;
  top: 0;
}

.search-open {
  position: absolute;
  right: 60px;
  bottom: 32px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  font-size: 20px;
  z-index: 20;
  transition: all 0.2s ease-in-out;
}
.search-open::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #427c00;
  -webkit-mask-image: url(../../../../_resources/svgs/search.svg);
  mask-image: url(../../../../_resources/svgs/search.svg);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.search-open:hover::after {
  background-color: #00819c;
}
@media screen and (max-width: 1024px) {
  .search-open {
    display: none;
  }
}
.search-open:hover {
  color: #00819c;
}
.search-open:hover::after {
  transition: background-color ease-in-out 0s;
}
.search-open.active::after {
  color: #00819c;
  font-size: 21px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-style: normal;
  content: "\f00d";
  position: relative;
  right: 0px;
  background-color: transparent;
  -webkit-mask-image: initial;
  mask-image: initial;
}

#search_form {
  display: none;
  position: absolute;
  right: 190px;
  top: 25px;
}
#search_form:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-style: normal;
  content: "\f002";
  position: absolute;
  left: 30px;
  top: 18px;
  font-size: 21px;
  color: #00819c;
}
#search_form input {
  transition: all 0.2s ease-in-out;
  height: 55px;
  border: 0;
  width: 100%;
  padding: 0 65px;
  line-height: 75px;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #606264;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
}
#search_form input::-webkit-input-placeholder {
  line-height: 55px;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #606264;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
}
#search_form input::-moz-placeholder {
  line-height: 55px;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #606264;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
}
#search_form input:-ms-input-placeholder {
  line-height: 55px;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #606264;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
}
#search_form input::-ms-input-placeholder {
  line-height: 55px;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #606264;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
}
#search_form input::placeholder {
  line-height: 55px;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #606264;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
}
#search_form.show {
  display: block;
}

/* MOBILE NAV */
header#is-mobile {
  display: none;
  left: 0px;
  pointer-events: none;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 1000;
}
@media screen and (max-width: 1024px) {
  header#is-mobile {
    display: block;
  }
}
header#is-mobile .head {
  align-items: center;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  height: 70px;
  padding: 0px 20px;
  pointer-events: all;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 850px) {
  header#is-mobile .head {
    padding: 0px 13px;
  }
}
header#is-mobile .head .logo a {
  display: inline-block;
  width: 100px;
}
header#is-mobile .head .logo a img {
  max-width: 100%;
  transition: all 0.2s ease-in-out;
}
header#is-mobile .head .menu-icon {
  cursor: pointer;
  height: 14px;
  pointer-events: all;
  position: relative;
  width: 27px;
  transition: all 0.2s ease-in-out;
}
header#is-mobile .head .menu-icon span {
  background-color: #a3a3a3;
  display: block;
  height: 3px;
  margin-bottom: 5px;
  width: 100%;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
}
header#is-mobile .head .menu-icon span:last-of-type {
  margin-bottom: 0px;
}
header#is-mobile .mobile-menu {
  background-color: #ffffff;
  padding-bottom: 218px;
  position: relative;
  height: calc(100vh - 70px);
  height: calc(var(--vh, 1vh) * 100 - 70px);
  transform: translateX(-200%);
  transition: all 0.2s ease-in-out;
}
header#is-mobile .mobile-menu nav {
  overflow-y: auto;
  max-height: calc(100vh - 300px);
  max-height: calc(var(--vh, 1vh) * 100 - 300px);
}
header#is-mobile .mobile-menu nav ul.top {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
header#is-mobile .mobile-menu nav ul.top > li > a {
  font-size: 18px;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #606264;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  padding: 18px 0px 16px;
  position: relative;
  margin-left: 25px;
  margin-right: 25px;
}
@media screen and (max-width: 850px) {
  header#is-mobile .mobile-menu nav ul.top > li > a {
    margin-left: 13px;
    margin-right: 13px;
  }
}
header#is-mobile .mobile-menu nav ul.top > li > a.has-submenu:after {
  content: "\f105";
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  float: right;
  position: relative;
  top: 3px;
  transform-origin: center;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-style: normal;
  transition: all 0.2s ease-in-out;
}
header#is-mobile .mobile-menu nav ul.top > li > a.has-submenu.show {
  font-weight: 500;
}
header#is-mobile .mobile-menu nav ul.top > li > a.has-submenu.show:after {
  transform: rotate(90deg);
  color: #427c00;
}
header#is-mobile .mobile-menu nav ul.sub {
  background-color: #ffffff;
  display: none;
  list-style: none;
  margin: 0px;
  padding: 0px 15px;
}
header#is-mobile .mobile-menu nav ul.sub > li > a {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.1ems;
  letter-spacing: 0.28px;
  font-weight: normal;
  border-bottom: 1px solid #a3a3a3;
  display: flex;
  justify-content: space-between;
  margin-left: 25px;
  margin-right: 25px;
  padding: 20px 0px 19px 20px;
}
@media screen and (max-width: 850px) {
  header#is-mobile .mobile-menu nav ul.sub > li > a {
    margin-left: 13px;
    margin-right: 13px;
  }
}
header#is-mobile .mobile-menu nav ul.sub > li > a.has-submenu:after {
  content: "\f105";
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  float: right;
  position: relative;
  top: 3px;
  transform-origin: center;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-style: normal;
  transition: all 0.2s ease-in-out;
}
header#is-mobile .mobile-menu nav ul.sub > li > a.has-submenu.show {
  font-weight: 500;
}
header#is-mobile .mobile-menu nav ul.sub > li > a.has-submenu.show:after {
  transform: rotate(90deg);
  color: #427c00;
}
header#is-mobile .mobile-menu nav ul.subsub {
  display: none;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
header#is-mobile .mobile-menu nav ul.subsub > li > a {
  font-size: 15px;
  line-height: 2.4;
  letter-spacing: 0.28px;
  font-weight: normal;
  border-bottom: 1px solid #a3a3a3;
  display: flex;
  margin-left: 45px;
  margin-right: 25px;
  padding: 20px 0px 19px;
}
@media screen and (max-width: 850px) {
  header#is-mobile .mobile-menu nav ul.subsub > li > a {
    margin-left: 45px;
    margin-right: 13px;
  }
}
header#is-mobile .mobile-menu .mobile-menu-bottom {
  align-items: center;
  background-color: #427c00;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
  bottom: 0;
}
header#is-mobile .mobile-menu .mobile-menu-bottom > div.is-open {
  color: #606264;
}
header#is-mobile .mobile-menu .mobile-menu-bottom__social {
  align-items: center;
  display: flex;
  justify-content: space-around;
  padding: 25px 0;
  width: 100%;
}
header#is-mobile .mobile-menu .mobile-menu-bottom__social div {
  display: flex;
}
header#is-mobile .mobile-menu .mobile-menu-bottom__social div a.social-link {
  align-items: center;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: flex;
  font-size: 13px;
  height: 48px;
  justify-content: center;
  margin: 0 10px 0px 0;
  transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 48px;
}
header#is-mobile .mobile-menu .mobile-menu-bottom__social div a.social-link:last-of-type {
  margin-right: 0;
}
header#is-mobile .mobile-menu .mobile-menu-bottom__social div a.social-link > i {
  color: #ffffff;
}
header#is-mobile .mobile-menu .mobile-menu-bottom__social .btn-2 {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}
header#is-mobile .mobile-menu .mobile-menu-bottom__form {
  height: 60px;
  position: relative;
  width: 100%;
}
header#is-mobile .mobile-menu .mobile-menu-bottom__form:after {
  content: "\f002";
  color: #ffffff;
  font-size: 12px;
  position: absolute;
  right: 26px;
  bottom: 20px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-style: normal;
  color: #427c00;
  transition: all 0.2s ease-in-out;
}
header#is-mobile .mobile-menu .mobile-menu-bottom__form form {
  background-color: #ffffff;
  color: #606264;
  border-bottom: 1px solid rgba(96, 98, 100, 0.2);
}
header#is-mobile .mobile-menu .mobile-menu-bottom i {
  color: #606264;
  font-size: 16px;
}
header#is-mobile .mobile-menu .mobile-menu-bottom span {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.24px;
  color: #73686c;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
}
header#is-mobile .mobile-menu .mobile-menu-bottom span strong {
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 500;
}
header#is-mobile .mobile-menu .mobile-search {
  height: 100%;
  outline: none;
  width: 100%;
}
header#is-mobile .mobile-menu .mobile-search input {
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  height: 100%;
  outline: none;
  padding: 0 15px;
  width: 100%;
  -webkit-appearance: none;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #606264;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
  font-weight: 500;
  color: #606264;
  opacity: 1;
}
header#is-mobile .mobile-menu .mobile-search input::-webkit-input-placeholder {
  color: #606264;
  opacity: 1;
}
header#is-mobile .mobile-menu .mobile-search input::-moz-placeholder {
  color: #606264;
  opacity: 1;
}
header#is-mobile .mobile-menu .mobile-search input:-ms-input-placeholder {
  color: #606264;
  opacity: 1;
}
header#is-mobile .mobile-menu .mobile-search input::-ms-input-placeholder {
  color: #606264;
  opacity: 1;
}
header#is-mobile .mobile-menu .mobile-search input::placeholder {
  color: #606264;
  opacity: 1;
}
header#is-mobile .mobile-menu .mobile-search input::-webkit-input-placeholder {
  color: #606264;
  opacity: 1;
}
header#is-mobile .mobile-menu .mobile-search input:-moz-placeholder {
  color: #606264;
  opacity: 1;
}
header#is-mobile .mobile-menu .mobile-search input::-moz-placeholder {
  color: #606264;
  opacity: 1;
}
header#is-mobile .mobile-menu .mobile-search input:-ms-input-placeholder {
  color: #606264;
  opacity: 1;
}
header#is-mobile.open {
  pointer-events: all;
}
header#is-mobile.open .head {
  background-color: #ffffff;
}
header#is-mobile.open .head .menu-icon {
  width: 20px;
  height: 20px;
}
header#is-mobile.open .head .menu-icon span {
  transition: all 0.2s ease-in-out;
}
header#is-mobile.open .head .menu-icon span:nth-of-type(1) {
  width: 26px;
  position: absolute;
  top: 0px;
  left: 0px;
  transform-origin: top left;
  transform: rotate(45deg);
}
header#is-mobile.open .head .menu-icon span:nth-of-type(2) {
  position: absolute;
  width: 0px;
  height: 0px;
  top: 50%;
  opacity: 0;
}
header#is-mobile.open .head .menu-icon span:nth-of-type(3) {
  width: 26px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  transform-origin: bottom left;
  transform: rotate(-45deg);
}
header#is-mobile.open .mobile-menu {
  transform: translateX(0);
}
header#is-mobile.sticky .head {
  background-color: #031e3c;
}

/* FOOTER TOP*/
.bottom-cards {
  background-color: #f6f6f6;
  padding: 80px 0px;
}
@media screen and (max-width: 850px) {
  .bottom-cards {
    padding: 50px 0px;
  }
}
.bottom-cards .flex {
  flex-wrap: wrap;
}

/* FOOTER */
footer {
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  background-color: #606264;
}
footer .container {
  display: flex;
  justify-content: space-between;
  max-width: 1600px;
}
footer .container > div {
  width: 100%;
}
footer .container nav {
  flex: 1;
  padding: 60px 0px;
}
@media screen and (max-width: 1024px) {
  footer .container nav {
    display: none;
  }
}
footer .container nav ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
footer .container nav > ul > li > a + ul li a {
  display: block;
}
footer .container nav > ul {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  list-style-type: none;
  flex-direction: column;
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
}
footer .container nav > ul > li {
  padding-right: 10px;
}
footer .container nav > ul > li:not(.full-height-column) > a {
  margin-bottom: 20px;
}
footer .container nav > ul > li > a {
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.2px;
  color: #f9f8f6;
  opacity: 0.9;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 700;
  display: block;
  margin-bottom: 28px;
}
footer .container nav > ul > li > a:hover {
  color: #ffffff;
  opacity: 1;
}
footer .container nav > ul > li > a:focus {
  color: #69be28;
  opacity: 1;
  outline: 0;
}
footer .container nav > ul ul > li a {
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.2px;
  color: #f9f8f6;
  opacity: 0.9;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
}
footer .container nav > ul ul > li a:hover {
  color: #ffffff;
  opacity: 1;
}
footer .container nav > ul ul > li a:focus {
  color: #69be28;
  opacity: 1;
  outline: 0;
}
footer .container .footer-nav-columns {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  flex-direction: row;
  gap: 20px;
}
footer .container .footer-nav-columns li.full-height-column {
  flex: 1;
  list-style: none;
}
@media screen and (max-width: 1366px) {
  footer .container .footer-nav-columns li.full-height-column {
    flex: unset;
  }
}
footer .container .footer-nav-columns li.full-height-column ul {
  padding: 0;
}
@media screen and (max-width: 1366px) {
  footer .container .footer-nav-columns li.full-height-column ul {
    display: none;
  }
}
footer .container .footer-nav-columns li.top-level {
  list-style: none;
}
@media screen and (max-width: 1366px) {
  footer .container .footer-nav-columns li.top-level {
    flex: unset;
  }
}
footer .container .footer-nav-columns li.top-level ul {
  padding: 0;
}
@media screen and (max-width: 1366px) {
  footer .container .footer-nav-columns li.top-level ul {
    display: none;
  }
}
footer .container .footer-nav-columns * li {
  list-style: none;
  margin-bottom: 10px;
}
footer .contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 30px 0px;
}
footer .contact .social-links {
  display: flex;
  gap: 10px;
}
footer .contact .social-links a.social-links__link {
  align-items: center;
  border-radius: 40px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  font-size: 14px;
  height: 50px;
  width: 50px;
  background-color: #69be28;
}
footer .contact .social-links a.social-links__link:hover {
  background-color: #ffffff;
  color: #606264;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
footer .contact .social-links a.social-links__link:focus {
  background-color: #ffffff;
  color: #606264;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  outline: 0;
}
footer .contact .social-links a.social-links__link:first-of-type {
  margin-left: 0px;
}
@media screen and (max-width: 1024px) {
  footer .contact .social-links a.btn-2 {
    display: none;
  }
}
footer .contact .logo {
  margin-right: 50px;
}
footer .contact .logo a {
  opacity: 1;
}
footer .contact .logo a:hover {
  opacity: 0.8 !important;
}
footer .contact .logo img {
  width: 160px;
}
@media screen and (max-width: 1366px) {
  footer .contact .logo img {
    width: 100px;
  }
}
@media screen and (max-width: 1024px) {
  footer .contact .logo {
    display: none;
  }
}
footer .contact .contact-info p {
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: 0.69px;
  color: #f9f8f6;
  opacity: 0.9;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
}
footer .contact .contact-info a {
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: 0.69px;
  color: #f9f8f6;
  opacity: 0.9;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
}
footer .contact .contact-info a:hover {
  color: #ffffff;
  opacity: 1;
}
footer .contact .contact-info a:focus {
  color: #69be28;
  opacity: 1;
  outline: 0;
}
@media screen and (max-width: 1024px) {
  footer .contact .contact-info {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  footer .contact {
    justify-content: center;
    border-top: unset;
    border-bottom: unset;
  }
}
footer .copyright {
  padding: 20px 0px 50px 0px;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.86;
  letter-spacing: 0.61px;
  color: #f9f8f6;
  opacity: 0.9;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
}
footer .copyright a {
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.86;
  letter-spacing: 0.61px;
  color: #f9f8f6;
  opacity: 0.9;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
}
footer .copyright a:hover {
  color: #ffffff;
  opacity: 1;
}
footer .copyright a:focus {
  color: #69be28;
  opacity: 1;
  outline: 0;
}
footer .copyright span {
  margin-right: 5px;
  margin-left: 5px;
}
footer .copyright a.blender {
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.86;
  letter-spacing: 0.61px;
  color: #f9f8f6;
  opacity: 0.9;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
}
footer .copyright a.blender:hover {
  opacity: 1;
}
footer .copyright a.blender:focus {
  color: #69be28;
  opacity: 1;
  outline: 0;
}
@media screen and (max-width: 1024px) {
  footer .copyright {
    text-align: center;
  }
}

#width-check {
  z-index: 0;
  position: relative;
}

section h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 850px) {
  section h2 {
    margin-bottom: 20px;
  }
}

section#hero {
  height: 568px;
  background-image: url(../../../../_resources/banners/home-banner-v2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  padding: 0px 110px 0 110px;
  margin: 100px 60px 0 60px;
  width: 80%;
}
@media screen and (max-width: 1366px) {
  section#hero {
    padding: 0px 50px 0 50px;
    margin-top: 70px;
    width: calc(90% - 120px);
  }
}
@media screen and (max-width: 1024px) {
  section#hero {
    width: calc(100% - 60px);
    margin: 70px 0px 0px 0px;
  }
}
@media screen and (max-width: 850px) {
  section#hero {
    background-image: url(../../../../_resources/banners/home-banner-mobile-v2.jpg);
    background-position: top left;
    width: 100%;
    height: 410px;
    padding: 0px 20px 0 20px;
  }
}
section#hero .inner h1 {
  font-size: 64px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: 0.2px;
  color: #ffffff;
  font-family: oswald, sans-serif;
  font-weight: 500;
  margin-bottom: 40px;
  max-width: 500px;
}
@media screen and (max-width: 1366px) {
  section#hero .inner h1 {
    font-size: 32px;
    line-height: 40px;
    max-width: 300px;
  }
}

section.slider {
  max-width: 620px;
  min-height: 430px;
  position: absolute;
  right: 60px;
  top: 150px;
  border-top: 4px solid #69be28;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  padding: 60px 60px 0px 60px;
}
@media screen and (max-width: 1366px) {
  section.slider {
    max-width: 475px;
    right: 30px;
    top: 120px;
  }
}
@media screen and (max-width: 850px) {
  section.slider {
    min-height: 350px;
    max-width: 100%;
    padding: 30px 30px 0px 30px;
    position: unset;
    margin: -140px auto 40px auto;
  }
}
section.slider .owl-carousel {
  position: relative;
  height: 330px;
}
@media screen and (max-width: 850px) {
  section.slider .owl-carousel {
    height: 300px;
  }
}
section.slider .owl-carousel .slide .text a.more {
  margin-top: 40px;
}
section.slider .owl-carousel .owl-dots {
  position: absolute;
  left: 0px;
  bottom: 0px;
}
section.slider .owl-carousel .owl-dots button.owl-dot span {
  border: 1px solid #606264;
  border-radius: 20px;
  display: block;
  height: 10px;
  width: 10px;
  margin: 5px 6px;
  opacity: 0.5;
  opacity: 1;
}
section.slider .owl-carousel .owl-dots button.owl-dot.active span {
  background-color: #606264;
}

section.links {
  display: flex;
}
section.links > a {
  background-color: #f6f6f6;
  max-width: 33.3333333333%;
  width: 33.3333333333%;
  flex-basis: 33.3333333333%;
  height: 140px;
  margin-top: 15px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  transition: background-color 0.6s ease-in-out, color 0.6s ease-in-out;
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  font-family: oswald, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 0;
  margin-right: 5px;
}
section.links > a i {
  color: #427c00;
  transition: background-color 0.6s ease-in-out;
  margin-left: 25px;
}
section.links > a:last-of-type {
  margin-right: 0;
}
section.links > a:hover {
  background-color: #606264;
  color: #ffffff;
}
section.links > a:hover i {
  color: #ffffff;
}
section.links > a:focus {
  background-color: #606264;
  color: #ffffff;
  outline: 0;
}
@media screen and (max-width: 1024px) {
  section.links > a {
    height: 67px;
  }
}
@media screen and (max-width: 850px) {
  section.links > a {
    width: 100%;
    max-width: 100%;
    margin: 5px 0;
    font-size: 14px;
  }
  section.links > a:hover {
    background-color: #f6f6f6;
    color: #606264;
  }
}
@media screen and (max-width: 850px) {
  section.links {
    display: block;
    margin-top: 10px;
  }
}

@media screen and (max-width: 1024px) {
  section.links.container.full {
    padding: 0px !important;
  }
}

section.member-resources {
  padding: 80px 0;
}
@media screen and (max-width: 850px) {
  section.member-resources {
    padding: 50px 0;
  }
}
@media screen and (max-width: 850px) {
  section.member-resources .flex .more {
    display: none;
  }
}
section.member-resources .resource-container {
  flex-wrap: wrap;
  gap: 10px;
}
section.member-resources .resource-container .resource-card {
  display: flex;
  flex-direction: row;
  max-width: calc(25% - 10px);
  width: calc(25% - 10px);
  flex-basis: calc(25% - 10px);
}
@media screen and (max-width: 850px) {
  section.member-resources .resource-container .resource-card {
    max-width: calc(50% - 5px);
    width: calc(50% - 5px);
    flex-basis: calc(50% - 5px);
  }
}
@media screen and (max-width: 500px) {
  section.member-resources .resource-container .resource-card {
    max-width: 100%;
    width: 100%;
    flex-basis: 100%;
  }
}
section.member-resources .resource-container .card-style-3 {
  flex-grow: 1;
  background-image: url(../../../../_resources/images/Home-faq-bg.jpg);
}

section.blog-posts {
  background-image: url(../../../../_resources/images/home-blog-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0px;
}
@media screen and (max-width: 850px) {
  section.blog-posts {
    background-image: url(../../../../_resources/images/home-blog-bg-mobile.jpg);
    padding: 50px 0px;
  }
}
section.blog-posts .title-flex h2 {
  color: #ffffff;
}
section.blog-posts .title-flex .more {
  color: #ffffff;
}
section.blog-posts .title-flex .more::after {
  background-color: #ffffff;
}
section.blog-posts .title-flex .more:hover::after {
  background-color: #00819c;
}

section.upcoming-events {
  padding: 80px 0px;
}
@media screen and (max-width: 850px) {
  section.upcoming-events {
    padding: 50px 0px;
  }
}

.cc-window{
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}