/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

  /**
         * Remove all paddings around the image on small screen
         */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

[class^='animate-'],
[class*=' animate-'] {
  visibility: visible
}

@-webkit-keyframes outToRight {
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
  }
}

@keyframes outToRight {
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
  }
}

@-webkit-keyframes outToLeft {
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
  }
}

@keyframes outToLeft {
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
  }
}

@-webkit-keyframes inFromLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0)
  }
}

@keyframes inFromLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0)
  }
}

@-webkit-keyframes inFromRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0)
  }
}

@keyframes inFromRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0)
  }
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(0.9);
    opacity: 0
  }

  33% {
    transform: scale(1.3);
    opacity: 1
  }

  100% {
    transform: scale(1.8);
    opacity: 0
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.9);
    opacity: 0
  }

  33% {
    transform: scale(1.3);
    opacity: 1
  }

  100% {
    transform: scale(1.8);
    opacity: 0
  }
}

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0
}

html {
  font-size: 62.5%;
  overflow-x: hidden !important;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: antialiased
}

@media screen and (min-width: 2000px) {
  html {
    font-size: 75%
  }
}

*,
*:before,
*:after {
  box-sizing: inherit
}

body {
  overflow-x: hidden !important;
  box-sizing: border-box;
  margin: 0px
}

::-moz-selection {
  background: #0b1e15;
  color: #fff
}

::selection {
  background: #0b1e15;
  color: #fff
}

::-moz-selection {
  background: #0b1e15;
  color: #fff
}

::-webkit-selection {
  background: #0b1e15;
  color: #fff
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure {
  margin: 0
}

button {
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background: none transparent;
  color: inherit;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  font: inherit;
  line-height: normal;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

blockquote {
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  -webkit-margin-end: 0;
  margin-inline-end: 0
}

address {
  font-style: normal
}

#svg-- {
  display: none
}

.mfp-wrap {
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed !important;
  top: 0 !important
}

body,
.paragraph {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #272d2a
}

.paragraph:not(:last-child) {
  margin-bottom: 1.5rem
}

.header-primary,
.header-quaternary,
.header-tertiary,
.eyebrow,
.header-primary__eyebrow {
  line-height: 1
}

.header-primary,
.header-quaternary {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-style: normal
}

.header-secondary,
.header-tertiary {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #0b1e15
}

.header-primary,
.header-primary__eyebrow,
.header-primary__tagline {
  color: #fff;
  text-shadow: 0 0.4rem 0.4rem rgba(141, 89, 89, 0.25)
}

.header-primary {
  font-size: 8.4rem;
  margin-bottom: 2.8rem
}

.header-primary__eyebrow {
  font-size: 3.2rem;
  margin-bottom: .4rem
}

.header-primary__tagline {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.2rem
}

.header-secondary {
  font-size: 4rem;
  margin-bottom: 3rem;
  line-height: 1.2
}

.header-tertiary {
  font-size: 2.4rem;
  margin-bottom: 2rem
}

.header-quaternary {
  margin-bottom: 1rem
}

.header-quaternary i {
  color: #a8c23e;
  margin-right: .4rem
}

.eyebrow,
.header-primary__eyebrow,
.header-primary__tagline {
  display: block
}

.eyebrow {
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #a8c23e;
  margin-bottom: .2rem
}

.blockquote {
  font-size: 2.2rem;
  text-align: justify;
  line-height: 1.8
}

.blockquote-cite {
  font-style: normal;
  font-weight: 700;
  font-size: 1.6rem
}

.blockquote-title {
  font-style: italic;
  font-weight: 400
}

@media screen and (max-width: 767px) {
  .header-primary {
    font-size: 6rem
  }

  .header-secondary {
    font-size: 3.2rem
  }

  .header-tertiary {
    font-size: 2, 2rem
  }
}

@media screen and (max-width: 424px) {
  .header-primary {
    font-size: 4.2rem
  }

  .header-primary__tagline {
    font-size: 2.4rem
  }
}

.u-srt {
  display: none
}

.u-img-fluid {
  width: 100%;
  height: auto
}

.u-img-load {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.u-is-revealed .u-img-load {
  opacity: 1;
  transition-delay: 0.7s
}

.u-img-reveal-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #a8c23e;
  pointer-events: none;
  opacity: 0;
  transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate3d(0, 100%, 0)
}

.u-is-revealed .u-img-reveal-bg {
  transform: translate3d(0, 0, 0);
  transition-delay: 0s;
  opacity: 1;
}

.u-text-white {
  color: #fff
}

.u-text-green {
  color: #225a40
}

.u-italics {
  font-style: italic
}

.u-link {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #225a40;
  text-decoration: none;
  position: relative;
  display: inline-block
}

.u-mb-large {
  margin-bottom: 5rem !important
}

.u-mb-medium {
  margin-bottom: 3rem !important
}

.u-mb-small {
  margin-bottom: 2rem !important
}

.u-mb-xsmall {
  margin-bottom: 1rem !important
}

.u-mt-large {
  margin-top: 5rem !important
}

.u-mt-medium {
  margin-top: 3rem !important
}

.u-mt-small {
  margin-top: 2rem !important
}

.u-mt-xsmall {
  margin-top: 1rem !important
}

.u-m-auto {
  margin-left: auto;
  margin-right: auto
}

.u-m-none {
  margin: 0 !important
}

.u-text-center {
  text-align: center !important
}

.u-text-left {
  text-align: left !important
}

.u-text-right {
  text-align: right !important
}

.c-banner {
  position: fixed;
  width: 100%;
  padding: 3rem;
  background-color: #fff;
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  z-index: 100
}

.c-banner__row {
  -ms-flex-align: center;
  align-items: center
}

@media screen and (min-width: 768px) {
  .c-banner {
    width: calc(100% - 27rem);
    border-radius: 0 2.4rem 0 0
  }

  .c-banner .c-btn {
    margin: 0;
    min-width: 14rem
  }

  .c-banner__col {
    width: calc(100% - 16rem);
    margin-right: auto
  }
}

@media screen and (max-width: 767px) {
  .c-banner {
    padding-bottom: 8rem
  }

  .c-banner .c-btn {
    width: 100%
  }

  .c-banner .paragraph {
    font-size: 1.4rem
  }
}

.c-btn {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  max-width: 100%;
  min-width: 20rem;
  margin-top: 2rem;
  text-decoration: none;
  text-align: center;
  font-size: 1.4rem;
  padding: 1.5rem 2.4rem;
  border-radius: .8rem;
  border: solid .2rem;
  transition: ease all 0.2s
}

.c-btn__green:hover,
.c-btn__green:focus,
.c-btn__green-ghost:hover,
.c-btn__green-ghost:focus {
  color: #0b1e15;
  background-color: #98af37;
  border-color: #98af37
}

.c-btn__green {
  background-color: #a8c23e;
  color: #0b1e15;
  border-color: #a8c23e
}

.c-btn__green-ghost {
  color: #a8c23e;
  border-color: #a8c23e
}

@media screen and (min-width: 768px) {
  .c-btn:not(:last-child) {
    margin-right: 1rem
  }
}

.c-btn__video {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 8rem;
  width: 8rem;
  font-size: 2rem;
  border-radius: 50%;
  border: 0.2rem solid #a8c23e;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 0.4rem 0.4rem rgba(141, 89, 89, 0.25);
  transform: scale(1);
  transition: all 0.4s cubic-bezier(0.64, -0.11, 0.59, 1.07);
  z-index: 99
}

.c-btn__video::before,
.c-btn__video::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0.1rem solid #a8c23e;
  border-radius: 50%;
  opacity: 0
}

.c-btn__video:before {
  transform: scale(1);
  -webkit-animation: pulse 2s infinite linear;
  animation: pulse 2s infinite linear
}

.c-btn__video:after {
  -webkit-animation: pulse 2s 1s infinite linear;
  animation: pulse 2s 1s infinite linear
}

.c-btn__video:hover,
.c-btn__video:focus {
  color: #0b1e15;
  background-color: #98af37;
  border-color: #98af37;
  transform: scale(1.1)
}

@media screen and (max-width: 424px) {
  .c-btn {
    width: 100%
  }
}

.c-link {
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  color: #225a40;
  text-decoration: none
}

.c-link::before {
  content: '';
  position: absolute;
  display: block;
  background-color: #225a40;
  height: .2rem;
  width: 100%;
  left: 0;
  bottom: 0;
  transition: all 0.4s cubic-bezier(0.64, -0.11, 0.59, 1.07)
}

.c-link i {
  transform: translateX(0.2rem);
  transition: all 0.4s cubic-bezier(0.64, -0.11, 0.59, 1.07)
}

.c-link:hover::before,
.c-link:focus::before {
  width: 0%;
  right: 0
}

.c-link:hover {
  color: #98af37
}

.c-link:hover i {
  transform: translateX(0.6rem)
}

.c-link:focus {
  color: #98af37
}

.c-img-card {
  position: relative;
  height: 30rem;
  width: calc(100% - 6rem);
  padding: 3rem;
  border-radius: .8rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  text-decoration: none;
  color: #fff;
  background-color: #0b1e15;
  overflow: hidden
}

.c-img-card:hover .c-img-card__content,
.c-img-card:focus .c-img-card__content {
  background-position: left bottom;
  color: #0b1e15
}

.c-img-card__img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center
}

.c-img-card__content {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  position: absolute;
  color: #a8c23e;
  border-radius: .8rem 0 0 0;
  padding: 3rem;
  min-width: 24rem;
  bottom: 0;
  right: 0;
  background-color: #fff;
  background: linear-gradient(to left, #fff 50%, #a8c23e 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: ease all 0.2s;
  z-index: 1
}

@media screen and (min-width: 768px) {
  .c-img-card {
    width: 47%;
    margin: 2rem 1vw
  }
}

@media screen and (min-width: 1440px) {
  .c-img-card {
    width: 22%
  }
}

@media screen and (max-width: 767px) {
  .c-img-card {
    margin: 0 auto
  }

  .c-img-card:not(:last-child) {
    margin-bottom: 2rem
  }
}

.c-info-card {
  padding: 3rem;
  text-align: center
}

@media screen and (min-width: 768px) {
  .c-info-card {
    width: 50%
  }
}

@media screen and (min-width: 1024px) {
  .c-info-card {
    width: 30%
  }
}

.c-slider-img {
  padding: 0 2rem
}

.c-slider-img__item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 30.4rem;
  border-radius: .8rem
}

.c-slider-img__nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 2rem 2rem 0 2rem
}

.c-slider-img__nav button {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #a8c23e;
  font-size: 1.8rem;
  border: solid #a8c23e 0.2rem;
  border-radius: 50%;
  height: 4rem;
  width: 4rem;
  transition: all 0.4s cubic-bezier(0.64, -0.11, 0.59, 1.07)
}

.c-slider-img__nav button i {
  z-index: 1
}

.c-slider-img__nav button::before {
  content: '';
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: #0b1e15;
  transition: all 0.4s cubic-bezier(0.64, -0.11, 0.59, 1.07)
}

.c-slider-img__nav button:not(:last-child) {
  margin-right: 1rem
}

.c-slider-img__nav button:hover,
.c-slider-img__nav button:focus {
  color: #a8c23e;
  border-color: #0b1e15
}

.c-slider-img__nav button:hover::before,
.c-slider-img__nav button:focus::before {
  opacity: 1;
  width: 100%;
  height: 100%
}

.c-slider-img .owl-dots {
  position: absolute;
  bottom: -5rem;
  left: 2rem
}

.c-slider-img .owl-dot span {
  display: block;
  width: 1rem;
  height: 1rem;
  margin: .5rem .7rem;
  background-color: #a9a9a9;
  transition: opacity 200ms ease;
  border-radius: 3rem;
  transition: all 0.4s cubic-bezier(0.64, -0.11, 0.59, 1.07)
}

.c-slider-img .owl-dot.active span {
  width: 4rem;
  background-color: #225a40
}

.l-collage__img-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 30rem;
  background-color: #0b1e15
}

.l-collage__img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center
}

.l-collage__video {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  -o-object-fit: cover;
  object-fit: cover
}

@media screen and (min-width: 1024px) {
  .l-collage__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }

  .l-collage__row:not(:first-child) {
    margin-top: 2rem
  }

  .l-collage__row::before {
    content: '';
    position: absolute;
    bottom: -3rem;
    width: calc(90% - 4rem);
    height: 30rem;
    display: block;
    background-color: #225a40;
    border-radius: .8rem 0 0 .8rem
  }

  .l-collage__img-wrapper {
    position: relative
  }

  .l-collage__img-wrapper--sm {
    width: calc(50% - 1rem);
    height: 28rem;
    border-radius: .8rem;
    margin-right: 2rem
  }

  .l-collage__img-wrapper--md {
    width: calc(50% - 1rem);
    height: 38rem
  }

  .l-collage__img-wrapper--lg {
    width: 90%;
    position: relative
  }

  .l-collage__img-wrapper--lg,
  .l-collage__img-wrapper--md {
    border-radius: .8rem 0 0 .8rem
  }
}

@media screen and (max-width: 1023px) {
  .l-collage__img-wrapper {
    margin: 0 auto;
    width: calc(100% - 6rem);
    border-radius: .8rem
  }

  .l-collage__img-wrapper--lg,
  .l-collage__img-wrapper--md {
    display: none
  }

  .l-collage__img-wrapper--sm {
    height: 40rem
  }
}

[class^="l-col__"] {
  position: relative
}

.l-col {
  position: relative;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%
}

@media screen and (min-width: 768px) {
  .l-col:not(:last-child) {
    padding-right: 3rem
  }

  .l-col__sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .l-col__sm-11 {
    -ms-flex: 0 0 91.6666667%;
    flex: 0 0 91.6666667%;
    max-width: 91.6666667%
  }

  .l-col__sm-10 {
    -ms-flex: 83.333333%;
    flex: 83.333333%;
    max-width: 83.333333%
  }

  .l-col__sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .l-col__sm-8 {
    -ms-flex: 0 0 66.6666667%;
    flex: 0 0 66.6666667%;
    max-width: 66.6666667%
  }

  .l-col__sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .l-col__sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .l-col__sm-5 {
    -ms-flex: 0 0 41.6666667%;
    flex: 0 0 41.6666667%;
    max-width: 41.6666667%
  }

  .l-col__sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .l-col__sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .l-col__sm-2 {
    -ms-flex: 0 0 16.6666667%;
    flex: 0 0 16.6666667%;
    max-width: 16.6666667%
  }

  .l-col__sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }
}

@media screen and (min-width: 1024px) {
  .l-col__md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .l-col__md-11 {
    -ms-flex: 0 0 91.6666667%;
    flex: 0 0 91.6666667%;
    max-width: 91.6666667%
  }

  .l-col__md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .l-col__md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .l-col__md-8 {
    -ms-flex: 0 0 66.6666667%;
    flex: 0 0 66.6666667%;
    max-width: 66.6666667%
  }

  .l-col__md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .l-col__md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .l-col__md-5 {
    -ms-flex: 0 0 41.6666667%;
    flex: 0 0 41.6666667%;
    max-width: 41.6666667%
  }

  .l-col__md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .l-col__md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .l-col__md-2 {
    -ms-flex: 0 0 16.6666667%;
    flex: 0 0 16.6666667%;
    max-width: 16.6666667%
  }

  .l-col__md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }
}

@media screen and (max-width: 767px) {
  .l-col:not(:last-child) {
    padding-bottom: 3rem
  }
}

.l-container {
  padding: 0 3rem
}

@media screen and (min-width: 768px) {
  .l-container {
    padding: 0 5rem
  }
}

@media screen and (min-width: 1024px) {
  .l-container {
    padding: 0 10rem
  }
}

.l-hero,
.l-hero-sm {
  width: 100%;
  position: relative
}

.l-hero::before,
.l-hero-sm::before {
  content: '';
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background-color: #225a40;
  left: 0;
  bottom: -4rem
}

.l-hero__cross,
.l-hero-sm__cross {
  position: absolute;
  top: 13rem;
  opacity: .2;
  left: -9rem;
  z-index: 1
}

.l-hero__container,
.l-hero-sm__container {
  position: relative;
  display: block;
  height: 100%;
  padding: 0;
  padding-left: 6rem
}

.l-hero__img-wrapper,
.l-hero__video-wrapper,
.l-hero-sm__img-wrapper,
.l-hero-sm__video-wrapper {
  border-radius: 0 0 11.2rem 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%
}

.l-hero__img-wrapper,
.l-hero-sm__img-wrapper {
  background-color: #0b1e15;
  z-index: 0
}

.l-hero__img,
.l-hero-sm__img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 6%;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: .6s
}

.l-hero__video,
.l-hero-sm__video {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  -o-object-fit: cover;
  object-fit: cover
}

.l-hero__overlay,
.l-hero-sm__overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4
}

.l-hero__content,
.l-hero-sm__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%
}

.l-hero__header,
.l-hero-sm__header {
  position: relative;
  width: 100%;
  display: block
}

.l-hero .c-btn,
.l-hero-sm .c-btn {
  margin-top: 6rem
}

.l-hero .c-btn__video,
.l-hero-sm .c-btn__video {
  position: absolute;
  right: 8rem;
  bottom: 8rem
}

@media screen and (min-width: 768px) {

  .l-hero__container,
  .l-hero-sm__container {
    padding: 0 10rem
  }

  .l-hero__cross,
  .l-hero-sm__cross {
    top: 18rem
  }
}

@media screen and (min-width: 1024px) {

  .l-hero__container,
  .l-hero-sm__container {
    padding: 0 14rem
  }

  .l-hero__header,
  .l-hero-sm__header {
    width: 70%
  }
}

@media screen and (max-width: 424px) {

  .l-hero__container,
  .l-hero-sm__container {
    padding: 0 3rem
  }
}

.l-hero {
  min-height: 80rem;
  height: 90vh
}

@media screen and (max-width: 424px) {
  .l-hero {
    height: 100vh
  }
}

.l-hero-sm {
  min-height: 60rem;
  height: 75vh
}

.l-img-info__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center
}

.l-img-info__row:not(:first-child) {
  margin-top: 6rem
}

.l-img-info__col {
  position: relative;
  width: 100%
}

.l-img-info__col--img .c-btn__video {
  position: absolute;
  bottom: 4rem;
  right: 4rem;
  z-index: 9
}

.l-img-info__img-wrapper {
  position: relative;
  min-height: 52rem;
  background-color: #0b1e15;
  height: 100%;
  border-radius: .8rem 0 0 .8rem;
  overflow: hidden
}

.l-img-info__img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0
}

@media screen and (min-width: 768px) {
  .l-img-info__content {
    padding: 0 6rem 0 6rem
  }
}

@media screen and (min-width: 1024px) {
  .l-img-info__content {
    padding: 0 8rem 0 8rem
  }

  .l-img-info__row {
    -ms-flex-direction: row;
    flex-direction: row
  }

  .l-img-info__row--reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
  }

  .l-img-info__row--reverse .l-img-info__img-wrapper {
    border-radius: 0 .8rem .8rem 0
  }

  .l-img-info__col {
    width: 50%
  }
}

@media screen and (max-width: 1023px) {
  .l-img-info__content {
    padding: 3rem
  }
}

.l-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

.l-row__wrap,
.l-row__img-card {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.l-row__just-center,
.l-row__cta {
  -ms-flex-pack: center;
  justify-content: center
}

.l-row__img-card {
  margin-top: 2rem
}

.l-row__cta {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media screen and (min-width: 768px) {
  .l-row {
    -ms-flex-direction: row;
    flex-direction: row
  }

  .l-row__start {
    -ms-flex-align: start;
    align-items: flex-start
  }

  .l-row__align-center {
    -ms-flex-align: center;
    align-items: center
  }

  .l-row__img-card,
  .l-row__content-between {
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.c-slider-testimonial__nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 2rem
}

.c-slider-testimonial__nav button {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #a8c23e;
  font-size: 1.8rem;
  border: solid #a8c23e 0.2rem;
  border-radius: 50%;
  height: 4rem;
  width: 4rem;
  transition: all 0.4s cubic-bezier(0.64, -0.11, 0.59, 1.07)
}

.c-slider-testimonial__nav button i {
  z-index: 1
}

.c-slider-testimonial__nav button::before {
  content: '';
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: #0b1e15;
  transition: all 0.4s cubic-bezier(0.64, -0.11, 0.59, 1.07)
}

.c-slider-testimonial__nav button:not(:last-child) {
  margin-right: 1rem
}

.c-slider-testimonial__nav button:hover,
.c-slider-testimonial__nav button:focus {
  color: #a8c23e;
  border-color: #0b1e15
}

.c-slider-testimonial__nav button:hover::before,
.c-slider-testimonial__nav button:focus::before {
  opacity: 1;
  width: 100%;
  height: 100%
}

.c-slider-testimonial .owl-dots {
  position: absolute;
  bottom: -5rem
}

.c-slider-testimonial .owl-dot span {
  display: block;
  width: 1rem;
  height: 1rem;
  margin: .5rem .7rem;
  background-color: #a9a9a9;
  transition: opacity 200ms ease;
  border-radius: 3rem;
  transition: all 0.4s cubic-bezier(0.64, -0.11, 0.59, 1.07)
}

.c-slider-testimonial .owl-dot.active span {
  width: 4rem;
  background-color: #225a40
}

.c-slider-testimonial__footer {
  margin-top: 2rem
}

.c-slider-testimonial__img {
  width: 8rem;
  border-radius: 50%;
  margin-bottom: .4rem;
  overflow: hidden
}

.c-slider-testimonial .blockquote-cite {
  width: calc(100% - 10rem)
}

@media screen and (min-width: 425px) {
  .c-slider-testimonial__footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
  }

  .c-slider-testimonial__img {
    margin-right: 2rem;
    margin-bottom: 0
  }
}

.footer {
  background-color: #0b1e15;
  padding: 6rem 3rem
}

.footer .header-tertiary,
.footer .header-quaternary,
.footer .paragraph {
  color: #fff
}

.footer__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.footer__row:not(:first-child) {
  margin-top: 4rem
}

.footer__logos-wrapper {
  width: 25rem;
  max-width: 100%
}

.footer__logo {
  display: inline-block;
  width: 100%;
  margin-bottom: 2rem
}

.footer__award {
  max-width: 100%;
  width: 20rem
}

.footer__col {
  width: 100%
}

@media screen and (max-width: 767px) {
  .footer {
    text-align: center
  }

  .footer__social-nav {
    margin-bottom: 3rem
  }

  .footer__logos-wrapper,
  .footer__award {
    margin: 0 auto
  }
}

@media screen and (max-width: 1439px) {
  .footer__col:not(:last-child) {
    margin-bottom: 3rem
  }
}

@media screen and (min-width: 768px) {
  .footer {
    padding: 8rem 5rem
  }

  .footer__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 4rem
  }
}

@media screen and (min-width: 1024px) {
  .footer {
    padding: 8rem 10rem
  }

  .footer__contact {
    width: calc(100% - 38rem)
  }

  .footer__social-nav {
    width: 2.8rem
  }
}

@media screen and (min-width: 1440px) {
  .footer__col {
    width: 50%
  }
}

.social-nav {
  list-style: none;
  margin: 0;
  padding: 0
}

.social-nav__item,
.social-nav__link {
  display: inline-block
}

.social-nav__link {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  color: #a8c23e;
  text-decoration: none;
  border: solid 0.2rem #a8c23e;
  border-radius: 50%;
  font-size: 1.4rem;
  transition: all 0.4s cubic-bezier(0.64, -0.11, 0.59, 1.07);
  z-index: 1
}

.social-nav__link::after {
  content: '';
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-sizing: content-box;
  top: -.2rem;
  left: -.2rem;
  padding: .2rem;
  transition: transform 0.4s, opacity 0.5s;
  z-index: -1
}

.social-nav__link:hover,
.social-nav__link:focus {
  border-color: #a8c23e;
  color: #0b1e15;
  background-color: #a8c23e
}

.social-nav__link:hover::after,
.social-nav__link:focus::after {
  background: #a8c23e;
  transform: scale(1.3);
  opacity: 0
}

@media screen and (max-width: 767px) {
  .social-nav__item {
    margin: 0 1rem
  }

  .social-nav__link {
    width: 4rem;
    height: 4rem;
    font-size: 1.6rem
  }
}

@media screen and (min-width: 768px) {
  .social-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
  }

  .social-nav__item {
    display: block
  }

  .social-nav__item:not(:last-child) {
    margin-bottom: 1.4rem
  }
}

#talent-community {
  background: #efefef;
  padding: 2rem 3rem;
  max-width: 55rem;
  margin: 4rem auto;
  position: relative
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  border-radius: 0 0 2.4rem 2.4rem;
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.1);
  transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
  z-index: 999
}

.nav {
  position: relative;
  padding: 0 3rem;
  transition: all 0.4s cubic-bezier(0.64, -0.11, 0.59, 1.07)
}

.nav__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

.nav__logo {
  display: inline-block;
  margin-right: auto;
  transition-delay: .1s;
  z-index: 9
}

.nav__trigger {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  padding: 1.8rem 0 1.8rem 1.8rem;
  height: 9rem;
  width: 10rem;
  transition: all 0.4s cubic-bezier(0.64, -0.11, 0.59, 1.07);
  z-index: 999
}

.nav__trigger:hover .nav__burger-bar--1,
.nav__trigger:focus .nav__burger-bar--1 {
  transform: translateY(-0.2rem)
}

.nav__trigger:hover .nav__burger-bar--3,
.nav__trigger:focus .nav__burger-bar--3 {
  transform: translateY(0.2rem)
}

.nav__trigger.active .nav__burger-bar--1 {
  transform: translateY(0.7rem) rotate(-45deg)
}

.nav__trigger.active .nav__burger-bar--2 {
  opacity: 0
}

.nav__trigger.active .nav__burger-bar--3 {
  transform: translateY(-1.5rem) rotate(45deg)
}

.nav__burger {
  display: block
}

.nav__burger-bar {
  display: block;
  background-color: #0b1e15;
  width: 4rem;
  height: .3rem;
  border-radius: 1rem;
  margin: 0 auto;
  border-radius: 3rem;
  transition: ease all 0.2s
}

.nav__burger-bar:not(:first-child) {
  margin-top: .8rem
}

.nav__list,
.nav__dropdown-list {
  list-style: none;
  margin: 0;
  padding: 0
}

.nav__item {
  display: inline-block
}

.nav__link,
.nav__dropdown-link {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  transition: all 0.4s cubic-bezier(0.64, -0.11, 0.59, 1.07)
}

.nav__link,
.nav__dropdown-link,
.nav__btn {
  color: #0b1e15;
  text-decoration: none;
  font-size: 1.4rem
}

.nav__link {
  position: relative;
  font-size: 2.8rem;
  display: inline-block
}

.nav__link:hover,
.nav__link:focus,
.nav__link.active {
  color: #225a40
}

.nav__dropdown-link {
  font-size: 2rem
}

.nav__btn {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 1.5rem 2.4rem;
  border-radius: .8rem;
  border: #a8c23e solid 0.2rem;
  background-color: #a8c23e;
  transition: ease all 0.2s
}

.nav__btn:hover,
.nav__btn.active,
.nav__btn:focus {
  color: #0b1e15;
  background-color: #98af37;
  border-color: #98af37
}

@media screen and (min-width: 992px) {
  .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
  }

  .nav__header {
    width: 15rem
  }

  .nav__logo {
    width: 100%;
    max-width: 11.6rem
  }

  .nav__trigger {
    display: none
  }

  .nav__wrapper {
    -ms-flex: calc(100% - 20rem);
    flex: calc(100% - 20rem);
    max-width: 130rem;
    margin-left: auto
  }

  .nav__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end
  }

  .nav__item--btn:not(:last-child) {
    padding-right: 1.2vw;
    padding-left: 0
  }

  .nav__item:not(.nav__item--btn) {
    padding: 3.8rem 1.2vw
  }

  .nav__item--btn {
    margin-left: 2rem
  }

  .nav__link {
    text-align: center;
    font-size: 1.6rem
  }

  .nav__link--dropdown i {
    transition: ease all 0.2s
  }

  .nav__link:not(.nav__btn)::before {
    content: '';
    position: absolute;
    display: block;
    background-color: #225a40;
    height: .2rem;
    width: 0%;
    right: 0;
    bottom: 0;
    transition: all 0.4s cubic-bezier(0.64, -0.11, 0.59, 1.07)
  }

  .nav__link:not(.nav__btn).active::before,
  .nav__link:not(.nav__btn):hover::before,
  .nav__link:not(.nav__btn):focus::before {
    width: 100%;
    left: 0
  }

  .nav__dropdown {
    position: relative
  }

  .nav__dropdown:hover .nav__dropdown-list {
    top: 10rem;
    visibility: visible;
    opacity: 1
  }

  .nav__dropdown:hover .nav__link--dropdown i {
    transform: rotate(-180deg)
  }

  .nav__dropdown-list {
    position: absolute;
    left: 0;
    width: 25rem;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    box-shadow: 0 0.6rem 0.6rem 0 rgba(0, 0, 0, 0.1);
    border-radius: 0 0 .8rem .8rem;
    transition: all 0.4s cubic-bezier(0.64, -0.11, 0.59, 1.07);
    top: 160%;
    z-index: 999
  }

  .nav__dropdown-link {
    display: block;
    padding: 1.2rem 2rem;
    font-size: 1.6rem
  }

  .nav__dropdown-link:hover,
  .nav__dropdown-link:focus {
    background-color: #a8c23e
  }
}

@media screen and (min-width: 1440px) {
  .nav__dropdown:hover .nav__dropdown-list {
    top: 8.3rem
  }

  .nav__item--btn:not(:last-child) {
    padding-right: 2vw;
    padding-left: 0
  }

  .nav__item:not(.nav__item--btn) {
    padding: 3rem 2vw
  }
}

@media screen and (max-width: 991px) {
  .nav__logo {
    max-width: 11.6rem;
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s
  }

  .nav__list {
    position: fixed;
    display: none;
    width: 50rem;
    max-width: 100%;
    background: #fff;
    padding: 10vh 2rem;
    padding-bottom: 2rem;
    top: 0;
    right: 0;
    height: 100vh;
    overflow-y: auto;
    box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.1);
    z-index: 99
  }

  .nav__list.active {
    display: block;
  }

  .nav__item {
    display: block;
    margin: 2rem
  }

  .nav__item:not(:last-child) {
    margin-bottom: 2.8rem
  }

  .nav__dropdown-item {
    margin: 2rem 1.5rem
  }

  .nav__dropdown-item:not(:last-child) {
    margin-bottom: 2rem
  }

  .nav__link--dropdown i {
    display: none
  }

  /* .nav__link:hover,
  .nav__link:focus {
    color: #a8c23e
  } */

  .nav__link:not(.nav__btn)::after {
    content: '\f105';
    position: relative;
    display: inline-block;
    font-family: FontAwesome;
    color: #272d2a;
    opacity: 0;
    right: -1rem;
    transition: all 0.4s cubic-bezier(0.64, -0.11, 0.59, 1.07)
  }

  /* .nav__link:not(.nav__btn):hover,
  .nav__link:not(.nav__btn):focus {
    transform: translateX(1.5rem)
  } */

  /* .nav__link:not(.nav__btn):hover::after,
  .nav__link:not(.nav__btn):focus::after {
    opacity: 1;
    right: -1.8rem
  } */

  .nav__btn {
    width: 100%;
    text-align: center
  }
}

@media screen and (max-width: 424px) {
  .nav__list {
    width: 100%
  }
}

.p-section {
  position: relative
}

.p-section__moon {
  padding: 8rem 0
}

.p-section__cactus {
  padding-top: 8rem
}

.p-section__sun {
  background-color: #f9f7f0;
  padding: 8rem 0;
  margin: 8rem 8rem 4rem 8rem;
  border-radius: .8rem
}

.p-section__sun::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: .8rem;
  display: block;
  background-color: #0b1e15;
  left: 4rem;
  bottom: -4rem;
  z-index: -1
}

@media screen and (min-width: 768px) {
  .p-section__moon {
    padding: 10rem 0
  }

  .p-section__cactus {
    padding-top: 10rem
  }

  .p-section__sun {
    margin-top: 10rem
  }
}

@media screen and (min-width: 1024px) {
  .p-section__cactus {
    padding-top: 14rem
  }

  .p-section__moon {
    padding: 14rem 0
  }

  .p-section__sun {
    margin-top: 14rem
  }
}